Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated for 1.5.2b1 | Jack Jansen | 1999-01-22 | 2 | -7/+7 |
| | |||||
* | In unpackevent, get the direct object (----) before asking for missed ↵ | Jack Jansen | 1999-01-22 | 1 | -0/+7 |
| | | | | | | | parameters. The documentation is unclear on this, but the old implementation caused problems with Default Folder. | ||||
* | Select the whole default input field in AskString (Joe Strout) | Jack Jansen | 1999-01-22 | 1 | -1/+2 |
| | |||||
* | (py-mode-map): Add back force of RET (aka C-m) to | Barry Warsaw | 1999-01-21 | 1 | -0/+9 |
| | | | | py-newline-and-indent. | ||||
* | Added examples/testcode for the Icn module. | Jack Jansen | 1999-01-21 | 3 | -1/+374 |
| | |||||
* | Don't qualify local symbols with aetools... | Jack Jansen | 1999-01-21 | 1 | -1/+1 |
| | |||||
* | Manually added definitions for normal, bold, etc. These are in MacTypes (of all | Jack Jansen | 1999-01-21 | 2 | -3/+31 |
| | | | | places) which isn't worth bgenning. | ||||
* | Updated for 1.5.2b1 | Jack Jansen | 1999-01-21 | 1 | -1/+3 |
| | |||||
* | Updated for 1.5.2b1 (better late than never:-) | Jack Jansen | 1999-01-21 | 2 | -4/+8 |
| | |||||
* | Updated the version number in the vers and preffilename resources. | Jack Jansen | 1999-01-21 | 2 | -0/+0 |
| | |||||
* | Removed warnings for packages (Just implemented support for freezing | Jack Jansen | 1999-01-21 | 2 | -2/+2 |
| | | | | them, so the warning is obsolete). | ||||
* | convert(): Added parameter "autoclose", which should be a sequence of | Fred Drake | 1999-01-20 | 1 | -8/+19 |
| | | | | | | | | | | | | | | general identifiers for which closing tags will be omitted when SGML is generated. This can be used to tell the markup generator to drop stuff like </para>. Note that it needs to be possible for the closing tag to *always* be omitted for it to be included in "autoclose". main(): Added command-line option "-a" / "--autoclose" to set the list of general identifiers passed to the convert() function as the "autoclose" parameter. The list may only be specified once (not additive) and GIs should be comma-separated. The default list includes only "para". | ||||
* | Modified the "sgml" and "xml" targets to stop if the sub-makes fail in | Fred Drake | 1999-01-20 | 1 | -3/+22 |
| | | | | | | | | any subdirectory; don't continue with remaining subdirs. Added "api", "ext", "lib", "mac", "ref", and "tut" targets to only do submakes in those directories. This is just a lot easier to use than to cd into the subdir and use make.rules directly. | ||||
* | Add caveat on partial dependence on the "cl" module, only available on | Fred Drake | 1999-01-20 | 1 | -0/+4 |
| | | | | IRIX systems. | ||||
* | Move the jpeg module to the SGI section; it is dependent on the "cl" | Fred Drake | 1999-01-20 | 1 | -1/+1 |
| | | | | module available on IRIX. | ||||
* | create_module_info(): If there's a \moduleauthor, move it to an | Fred Drake | 1999-01-19 | 1 | -20/+18 |
| | | | | | | <author> inside the <moduleinfo> element. Fix problems with paragraph identification. | ||||
* | isnmtoken(), istoken(): Fix to ensure the regex has to match the | Fred Drake | 1999-01-19 | 1 | -2/+17 |
| | | | | | | | entire attribute value. Add ability to save list of "empty" elements to a file -- enabled by constant in the code. | ||||
* | handle_labels(): Fix problem for document fragments containing more | Fred Drake | 1999-01-19 | 1 | -12/+14 |
| | | | | | | than one "root" that prevented all the <label id=...> items from being promoted to id attributes on the enclosing chapter/ section/... properly. | ||||
* | Revised comments on null bytes in pattern string. | Fred Drake | 1999-01-19 | 1 | -5/+6 |
| | | | | Removed "New" from module synopsis. | ||||
* | Fix second description of handling 2-digit years (last item in | Fred Drake | 1999-01-19 | 1 | -9/+16 |
| | | | | introductory text). | ||||
* | convert(): Change the element name remapping to convert <refmodule> | Fred Drake | 1999-01-19 | 1 | -0/+1 |
| | | | | to <module link>. | ||||
* | format_attrs(): Attempt a bit more minimization for SGML output. | Fred Drake | 1999-01-19 | 1 | -4/+22 |
| | |||||
* | add_module_idx(), add_idx_hook(): | Fred Drake | 1999-01-19 | 1 | -2/+2 |
| | | | | | | Change the message printed before running buildindex.py; "Doing the index..." wasn't clear and could be misinterpreted with an inappropriate mindset. ;-) | ||||
* | Enable os.path as a mostly-normal submodule, including "from os.path | Fred Drake | 1999-01-19 | 1 | -0/+2 |
| | | | | import isfile" and "import os.path". | ||||
* | (py-mode-map): Removed special bindings for C-m and C-j to | Barry Warsaw | 1999-01-19 | 1 | -3/+0 |
| | | | | | | | | | | | py-newline-and-indent. These ought to get picked up by the mapcar that follows; any existing binding to newline-and-indent gets shadowed to py-newline-and-indent. This will break some people who, e.g. bind C-m or C-j to newline but still want these bound to py-newline-and-indent in Python mode. On the other hand, the forced binding pisses off Emacs diehards. So consider this experimental and see if any tall Dutch guys complain :-) | ||||
* | (py-narrow-to-defun): New command (bound to C-x n d) which mimics the | Barry Warsaw | 1999-01-18 | 1 | -0/+15 |
| | | | | | | standard narrow-to-defun but works with Python classes and methods. With no arg, narrows to most enclosing def/method. With C-u arg, narrows to most enclosing class. | ||||
* | Added 'warn' method. | Greg Ward | 1999-01-18 | 1 | -1/+10 |
| | |||||
* | Fix typo spotted by Jeff MacDonald <jam@ans.net>. | Fred Drake | 1999-01-18 | 1 | -2/+2 |
| | |||||
* | Only deiconify when iconic. | Guido van Rossum | 1999-01-18 | 2 | -4/+8 |
| | |||||
* | Misc | Guido van Rossum | 1999-01-18 | 1 | -0/+3 |
| | |||||
* | Interface to GetIcon, PlotIcon and friends. | Jack Jansen | 1999-01-18 | 3 | -0/+828 |
| | |||||
* | Added doc strings to the exception classes. | Guido van Rossum | 1999-01-15 | 1 | -3/+29 |
| | | | | Contributed by Blake Winton, but considerably edited. | ||||
* | Patch by Piers Lauder: make exceptions classes. | Guido van Rossum | 1999-01-15 | 1 | -14/+13 |
| | | | | Take opportunity to add more explanatory messages to exceptions. | ||||
* | (py-electric-delete): Implement the XEmacs 21 blessed way of checking | Barry Warsaw | 1999-01-15 | 1 | -3/+4 |
| | | | | for delete forwardness. | ||||
* | Bruce Wheeler quotes Mark Hammond with a different version of the | Guido van Rossum | 1999-01-14 | 1 | -1/+1 |
| | | | | last patch to this file: use pathLen, not bufSize, as the initializer. | ||||
* | Add a "tarball" target. | Fred Drake | 1999-01-14 | 1 | -0/+3 |
| | |||||
* | Adjust so that we are no longer using special entities for well-known | Fred Drake | 1999-01-14 | 1 | -19/+21 |
| | | | | names. These are too much of a pain for occaissional authors. | ||||
* | for method getaddrlist(): Added a note clarifying that all named | Barry Warsaw | 1999-01-14 | 1 | -0/+4 |
| | | | | headers and their continuation lines are parsed. | ||||
* | Shorten the name of the <rfc> "number" attribute to "num". | Fred Drake | 1999-01-14 | 1 | -1/+1 |
| | |||||
* | Make <rfc> no longer an empty element but a container. The text | Fred Drake | 1999-01-14 | 1 | -0/+44 |
| | | | | | | | | | | | | currently generated by the LaTeX and LaTeX2HTML processes is generated here as well, making it more flexible in the SGML version. Reduce the <args> element so that <optional> goes away; just use square brackets to indicate what's optional. This makes it easier to read than the LaTeX, and the processor can do any checking it needs to in order to make sure it's legit. Possible shortcoming: DSSSL processors may need more explicit markup. Can probably hack around it for this case, but we'll see. | ||||
* | Test the rfc822.py module. Contains just a few simple cases, and some | Barry Warsaw | 1999-01-14 | 2 | -0/+83 |
| | | | | troublesome ones encountered on the c.l.py list. | ||||
* | Message.getaddrlist(): This now handles multiple occurances of the | Barry Warsaw | 1999-01-14 | 1 | -12/+21 |
| | | | | | | | | | | | | | | | | | | named header, so that if a message has, e.g. multiple CC: lines, all will get returned by the call to getaddrlist(). It also correctly handles addresses which show up in continuation lines. AdderlistClass.__init__(): Added \n to self.CR which fixes a bug that sometimes, an address would contain a bogus trailing newline. Message.getaddress(): In final else clause, added a test for the character we're at being in self.specials. Without this, such characters never get consumed and we infloop. Case in point (as posted to c.l.py): To: <[smtp:dd47@mail.xxx.edu]_at_hmhq@hdq-mdm1-imgout.companay.com> ----------------------------^ otherwise we'd infloop here | ||||
* | Several new functions to re-write tables to be at least partly | Fred Drake | 1999-01-14 | 1 | -0/+112 |
| | | | | | conformant with the OASIS Exchange model. There's a little more massage left to do, but not much. | ||||
* | Should include "Python.h", not <Python.h> -- it's not a standard | Guido van Rossum | 1999-01-14 | 1 | -1/+1 |
| | | | | header file (yet :-). | ||||
* | Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh(). | Guido van Rossum | 1999-01-14 | 1 | -1/+5 |
| | | | | Break it up. | ||||
* | Jim Ahlstrom patch: the module doc string is too long for 16-bit VC | Guido van Rossum | 1999-01-14 | 1 | -1/+5 |
| | | | | 1.5. Omit the second part. | ||||
* | Jim Ahlstrom patch: cutoff should be a long for machines with 16-bit | Guido van Rossum | 1999-01-14 | 1 | -1/+1 |
| | | | | | | ints. (In theory, other variables should be widened to long as well, but this won't ever be needed, since the len of a list is still an int.) | ||||
* | Jim Ahlstrom patch: BIGCHUNK is too large for 16-bit int. | Guido van Rossum | 1999-01-14 | 1 | -1/+5 |
| | |||||
* | Jim Ahlstrom added some SIZEOF defs for VC and WATCOM (only). | Guido van Rossum | 1999-01-14 | 1 | -0/+9 |
| | |||||
* | Added clean and clobber targets. | Fred Drake | 1999-01-14 | 2 | -0/+19 |
| |