Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Derive the name of the modules .ind from the jobname. | Fred Drake | 1998-02-25 | 2 | -2/+2 |
| | |||||
* | Change quoting of the "echo" commands yet again.... why can't shells agree? | Fred Drake | 1998-02-25 | 1 | -3/+3 |
| | | | | Derive the name of the modules .idx from the jobname. | ||||
* | Make this work better with a4 paper. | Fred Drake | 1998-02-25 | 1 | -30/+77 |
| | | | | | | | | | | | | Make the table of contents "hot" for PDF output. No additional packages are needed. Move code for \b@code, \e@code into the macros for the verbatim environment directly since they're not used elsewhere. Derive the name of the modules .idx from the jobname. Some clean ups. | ||||
* | Typo: baseWidht -> baseWidth. | Guido van Rossum | 1998-02-24 | 1 | -1/+1 |
| | |||||
* | Logical markup. | Fred Drake | 1998-02-24 | 3 | -12/+12 |
| | |||||
* | Add support for hyperref package. This builds the PDF outline, makes the ToC | Fred Drake | 1998-02-23 | 1 | -57/+9 |
| | | | | | | | | | | and index "hot", etc. Updated a comment about fncychap. Removed unused minitoc support; I'm not going to use it. Something that makes more sense with the Python lib ref can be done with reasonable effort, and can wait a little while. | ||||
* | clean: Remove *.out (hyperref's internal files for building outlines for PDF). | Fred Drake | 1998-02-23 | 1 | -1/+1 |
| | |||||
* | Ignore hyperref's *.out files (used in building outlines for PDF). | Fred Drake | 1998-02-23 | 1 | -0/+1 |
| | |||||
* | Change quoting a little bit to avoid problems building it at CNRI. | Fred Drake | 1998-02-23 | 1 | -3/+3 |
| | |||||
* | Clean up some stuff in the {seealso} at the end. This avoids a little nit | Fred Drake | 1998-02-23 | 2 | -10/+10 |
| | | | | (which causes processing to fail) when using the LaTeX hyperref package. | ||||
* | Patches from Jack for new Apple headers | Guido van Rossum | 1998-02-23 | 3 | -6/+36 |
| | |||||
* | Marked the unmarked AttributeError. (AMK) | Fred Drake | 1998-02-23 | 2 | -16/+18 |
| | | | | | | | "Protect the class instance" --> "Protect the object" It works for anything with attributes to look up! (AMK) Logical markup. | ||||
* | "streans" --> "streams" (AMK) | Fred Drake | 1998-02-23 | 2 | -2/+2 |
| | |||||
* | Add a period to "Written by James Roskind" | Fred Drake | 1998-02-22 | 2 | -2/+2 |
| | |||||
* | Changed way *.ind are forced to exist; the files are now reset to contain | Fred Drake | 1998-02-22 | 1 | -36/+33 |
| | | | | | | | | an empty index instead of touched. Note that for modindex.ind, this also includes "\label{modindex}" so that the modindex.py script doesn't change the set of labels in the document. Be more consistent in use of $* in commands. | ||||
* | Fixed and extended the example; the original example contained some | Guido van Rossum | 1998-02-22 | 2 | -6/+12 |
| | | | | bogus code. | ||||
* | Add slightly more explicit warning about running "make clean" when | Guido van Rossum | 1998-02-22 | 1 | -1/+2 |
| | | | | | changing the --with-thread option. I'm doubtful this will help though... | ||||
* | Added two subsections with extra hints and details, even for | Guido van Rossum | 1998-02-22 | 2 | -0/+146 |
| | | | | extensions and embedding programs. | ||||
* | Adapt to new webchecker structure. Due to better structure of | Guido van Rossum | 1998-02-21 | 1 | -59/+33 |
| | | | | | getpage(), much less duplicate code is needed -- we only need to override readhtml(). | ||||
* | Major overhaul. Don't use global variable (e.g. verbose); use | Guido van Rossum | 1998-02-21 | 1 | -130/+191 |
| | | | | | | | instance variables. Make all global functions methods, for easy overriding. Restructure getpage() for easy overriding. Add save_pickle() method and load_pickle() global function to make it easier for other programs to emulate the toplevel interface. | ||||
* | The list of module descriptions should be a {description} environment, not | Fred Drake | 1998-02-21 | 2 | -4/+4 |
| | | | | {itemize}! | ||||
* | Removed two items, correct one spelling error. | Fred Drake | 1998-02-20 | 1 | -5/+1 |
| | |||||
* | A bug in PCRE could cause core dumps in patterns such as | Guido van Rossum | 1998-02-20 | 1 | -2/+7 |
| | | | | '((a)*)*'. Andrew Kuchling posted a fix to the string-sig. | ||||
* | Default button on main window wasn't set correctly | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | Added some debug prints (if enabled by setting DEBUG) | Jack Jansen | 1998-02-20 | 1 | -2/+34 |
| | |||||
* | BuildApplet will now also update old applets | Jack Jansen | 1998-02-20 | 2 | -68/+96 |
| | |||||
* | Current ("1.5b4") projects, with new UH toolbox modules and such | Jack Jansen | 1998-02-20 | 22 | -9902/+10442 |
| | |||||
* | USE_PRECOMPILED_HEADERS renamed to MSL_USE_PRECOMPILED_HEADERS | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | - Universal Headers 3 mods | Jack Jansen | 1998-02-20 | 1 | -2/+4 |
| | | | | - Started on menubar-restore code (but it still doesn't work 100%) | ||||
* | Regenerated from Universal Headers 3.0.1. Some new calls are | Jack Jansen | 1998-02-20 | 28 | -1201/+2918 |
| | | | | | | blacklisted, because they are not available in classic 68k programs, and bgen doesn't have a way to put #ifdef/#endif in the generated code. For now we only implement calls that work on all three models. | ||||
* | Fixed double-dispose of splash() dialog | Jack Jansen | 1998-02-20 | 1 | -0/+2 |
| | |||||
* | Updated for Waste 1.3 | Jack Jansen | 1998-02-20 | 2 | -23/+287 |
| | |||||
* | Add fstat() if using GUSI | Jack Jansen | 1998-02-20 | 1 | -24/+29 |
| | |||||
* | Universal Headers 3 | Jack Jansen | 1998-02-20 | 1 | -0/+1 |
| | |||||
* | Updated to Universal Headers 3 constant names | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | Regenerated from Universal Headers 3.0.1 (which are changed | Jack Jansen | 1998-02-20 | 16 | -764/+1393 |
| | | | | substantially from previous releases) | ||||
* | Updated to Waste 1.3 | Jack Jansen | 1998-02-20 | 1 | -1/+9 |
| | |||||
* | Break circular reference on menus upon cleanup | Jack Jansen | 1998-02-20 | 1 | -0/+1 |
| | |||||
* | Added CHECK_IMPORT_CASE | Jack Jansen | 1998-02-20 | 1 | -0/+8 |
| | | | | | Added HAVE_HYPOT, except for 68k (where you get 10-byte-float hypot, sigh...) | ||||
* | Removed incorrect weMonoStyled from initialization | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | Fixed bug in explanation of how to run test.autotest, and warned for | Jack Jansen | 1998-02-20 | 1 | -8/+10 |
| | | | | out-of-memory condition | ||||
* | Tell TeX about a pathological hyphenation case (BaseHTTPRequestHandler). | Fred Drake | 1998-02-20 | 1 | -0/+3 |
| | |||||
* | Added \label{}s for logical addressing. | Fred Drake | 1998-02-20 | 2 | -70/+74 |
| | | | | Logical markup. | ||||
* | Added \label{}s for logical addressing. | Fred Drake | 1998-02-20 | 2 | -0/+10 |
| | |||||
* | Fixed typo reported by Vladimir Marangozov <Vladimir.Marangozov@imag.fr>. | Fred Drake | 1998-02-20 | 2 | -2/+2 |
| | |||||
* | Don't ignore makeinfo errors. | Fred Drake | 1998-02-19 | 1 | -1/+1 |
| | |||||
* | Clean up name->name conversion a little, *make sure it happens in all the | Fred Drake | 1998-02-19 | 2 | -24/+36 |
| | | | | right places*! | ||||
* | Revert to the old (indented) form of @DGUX_IS_BROKEN@. | Guido van Rossum | 1998-02-19 | 1 | -2/+2 |
| | |||||
* | Different way to suppores the DGUX rule | Guido van Rossum | 1998-02-19 | 2 | -5/+5 |
| | |||||
* | Change default RCS bin directory to /usr/local/bin/. | Guido van Rossum | 1998-02-19 | 1 | -1/+1 |
| |