Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (myformat.perl): Fixed handling of "\e" -- argh! | Fred Drake | 1996-11-11 | 1 | -3/+3 |
| | |||||
* | (Makefile): Updated comments about using LaTeX2HTML for the library | Fred Drake | 1996-11-11 | 1 | -25/+18 |
| | | | | | | | | | | | | reference. Made the extension to the input files for makeindex explicit; if not made explicit a directory of the given base name can cause makeindex to blow up. Specifically, if there is a directory ./lib/ created by LaTeX2HTML, "makeindex lib" will fail, but "makeindex lib.idx" will not. l2h{tut,ext,lib} are now dependent on myformat.perl. l2h adds ls2lib and removes the non-existant l2href. | ||||
* | (myformat.perl): Simplify generated HTML for "\optional{...}". | Fred Drake | 1996-11-11 | 1 | -2/+2 |
| | |||||
* | (fix_libaux.sed): Hackish little sed script to modify lib.aux to get section | Fred Drake | 1996-11-11 | 2 | -0/+6 |
| | | | | | | numbers right for latex2html for section titles which include "\sectcode{__.*__}" in the name. Perhaps less general than it should be, but sufficient. | ||||
* | (.latex2html-init): Perform some limited setup for the reference manuals; | Fred Drake | 1996-11-11 | 1 | -0/+98 |
| | | | | | | | | some defaults are set here, but mostly this allows the "\," command to be used the way it is in the Python documentation. All future documentation should probably be written with only "," in the argument lists and not "\,". | ||||
* | (myformat.sty): Simplify \varvars definition. | Fred Drake | 1996-11-11 | 1 | -1/+1 |
| | |||||
* | (myformat.perl): Updated to allow library reference manual to be handled by | Fred Drake | 1996-11-11 | 1 | -13/+72 |
| | | | | | latex2html. Mostly added support for custom environments and some of the smaller commands used in the library reference (\e, \optional). | ||||
* | Added 'Introduction' section head and 'Memory Management' subsection. | Guido van Rossum | 1996-11-06 | 1 | -1/+20 |
| | |||||
* | Change last Ellipses to Ellipsis :-( | Guido van Rossum | 1996-11-02 | 2 | -6/+6 |
| | |||||
* | (Makefile): Updated latex2html support. | Fred Drake | 1996-10-29 | 1 | -2/+2 |
| | |||||
* | (myformat.perl): Added handler for cfuncdesc environment. This is needed | Fred Drake | 1996-10-29 | 1 | -0/+18 |
| | | | | for the extending & embedding manual. | ||||
* | (myformat.sty, extref.tex): Moved definition of cfuncdesc environment to | Fred Drake | 1996-10-29 | 2 | -5/+5 |
| | | | | myformat.sty; having it in extref.tex confuses LaTeX2HTML. | ||||
* | (tut.tex): Added matching \normalsize after \small font control command | Fred Drake | 1996-10-29 | 2 | -2/+2 |
| | | | | | | (and the contents it was supposed to be affecting). The latest LaTeX2HTML handles these, but didn't close it as expected. This handles that problem and does not affect the PostScript output. | ||||
* | (texi2html.py): Minor improvement to HTML 3.0 output for code examples. | Fred Drake | 1996-10-25 | 2 | -4/+14 |
| | |||||
* | (partparse.py): Fix nasty bug where \e got translated to @e only within | Fred Drake | 1996-10-25 | 2 | -0/+2 |
| | | | | the optional arg of an \item[]. | ||||
* | Added disclaimer. | Guido van Rossum | 1996-10-25 | 4 | -64/+106 |
| | |||||
* | Updated notice. | Guido van Rossum | 1996-10-25 | 2 | -47/+23 |
| | |||||
* | Small nits only. | Guido van Rossum | 1996-10-24 | 2 | -22/+34 |
| | |||||
* | Touched by FrameMaker :-( | Guido van Rossum | 1996-10-24 | 6 | -0/+0 |
| | |||||
* | Include updated title page. | Guido van Rossum | 1996-10-24 | 1 | -40/+46 |
| | |||||
* | Done with this for 1.4. | Guido van Rossum | 1996-10-24 | 4 | -136/+196 |
| | |||||
* | Done with the "New in 1.4" chapter. | Guido van Rossum | 1996-10-24 | 2 | -152/+280 |
| | |||||
* | Removed CNRI copyright, changed notice to standard notice. | Guido van Rossum | 1996-10-24 | 1 | -0/+0 |
| | | | | Added date and version to title. | ||||
* | Correct truncated paragraph. | Guido van Rossum | 1996-10-24 | 2 | -2/+4 |
| | |||||
* | Ignore Frame backup and lock files. | Guido van Rossum | 1996-10-23 | 1 | -0/+2 |
| | |||||
* | Adapted to migration of reference manual to Frame. | Guido van Rossum | 1996-10-23 | 1 | -20/+24 |
| | |||||
* | Regenerated to remove hidden text from page 1. | Guido van Rossum | 1996-10-23 | 1 | -47/+10 |
| | |||||
* | Frame versions of documents after mangling by Robin. | Guido van Rossum | 1996-10-22 | 12 | -0/+0 |
| | |||||
* | Version number and date. | Guido van Rossum | 1996-10-22 | 2 | -2/+2 |
| | |||||
* | Removed LaTeX version of reference manual. Added ref/ref.ps. | Guido van Rossum | 1996-10-22 | 20 | -6770/+16382 |
| | |||||
* | Got rid of most XXXes in the News chapter. Bumped the version to 1.4. | Guido van Rossum | 1996-10-22 | 2 | -152/+268 |
| | |||||
* | New date and version number. | Guido van Rossum | 1996-10-22 | 2 | -2/+2 |
| | |||||
* | Changed URL for PCT again. | Guido van Rossum | 1996-10-22 | 2 | -2/+2 |
| | |||||
* | Added chapter on restricted execution. | Guido van Rossum | 1996-10-22 | 1 | -1/+3 |
| | |||||
* | Start new chapter on restricted execution. | Guido van Rossum | 1996-10-22 | 2 | -4/+8 |
| | |||||
* | Actual text submitted by AMK. | Guido van Rossum | 1996-10-22 | 2 | -2/+392 |
| | |||||
* | Background chapter on restricted execution. Additional sections are | Guido van Rossum | 1996-10-22 | 2 | -0/+122 |
| | | | | rexec and bastion. | ||||
* | Patches for Mac module docs by Jack | Guido van Rossum | 1996-10-15 | 10 | -22/+374 |
| | |||||
* | (partparse.py): Small change by Sjoerd to improve handle of X11 extension | Fred Drake | 1996-10-14 | 2 | -2/+2 |
| | | | | documentation. | ||||
* | Added embryonic description of fcntl.lockf(). Added pointer to that | Guido van Rossum | 1996-10-11 | 4 | -0/+18 |
| | | | | in posixfile (which is obsolescent). | ||||
* | (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom | Fred Drake | 1996-10-11 | 2 | -4/+4 |
| | | | | | | | navigation links for HTML 3 version. Forced a blank line above the footnotes separator for HTML 2; at least one page did not get this spaced correctly. | ||||
* | (libtypes.tex): Correct reversal of two words in description of | Fred Drake | 1996-10-11 | 2 | -4/+4 |
| | | | | formatting strings. | ||||
* | Typos detected by Sjoerd | Guido van Rossum | 1996-10-11 | 4 | -8/+8 |
| | |||||
* | (partparse.py): Small fix to do_datadesc(): in some odd cases the name of | Fred Drake | 1996-10-10 | 2 | -8/+8 |
| | | | | | data item was omitted, which also affected the indentation of the description. | ||||
* | (Makefile): Push texi2html.py options into a make variable. | Fred Drake | 1996-10-09 | 1 | -1/+2 |
| | |||||
* | (texi2html.py): Tightened the generated HTML slightly. Added -p option to | Fred Drake | 1996-10-09 | 2 | -318/+502 |
| | | | | | | | | | | | | | | | | print section titles even when the debugging output is not enabled. Added -3 option to generate HTML 3.0 constructs where meaningful. Removed repititive garbage generation: the old version added simple descriptive comments after every datadesc/funcdesc/*desc entry: function(args) -- function of module xxxx Description.... These comments are no longer generated: function(args) Description.... | ||||
* | (Makefile): Add libformatter.tex to the library document dependencies. | Fred Drake | 1996-10-09 | 1 | -1/+1 |
| | |||||
* | (libhtmllib.tex, libsgmllib.tex, libformatter.tex): | Fred Drake | 1996-10-09 | 6 | -12/+58 |
| | | | | | Improve indexing somewhat. Add small intros to the "implementations" sections of the formatter module doc. | ||||
* | (partparse.py): Rationalize some behavior around unexpected conditions. | Fred Drake | 1996-10-09 | 2 | -8/+14 |
| | |||||
* | (lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib | Fred Drake | 1996-10-09 | 4 | -8/+8 |
| | | | | chapter to better reflect the relationship between the modules. |