| Commit message (Expand) | Author | Age | Files | Lines |
* | Control the layout of output tables a little better so they're easier | Fred Drake | 1999-04-28 | 1 | -43/+67 |
|
|
* | do_cmd_seetext(): Clean up so we get proper nesting of <div>s. This | Fred Drake | 1999-04-28 | 1 | -17/+29 |
|
|
* | do_cmd_funcline(): Remove some bogus generated stuff from the output | Fred Drake | 1999-04-21 | 1 | -4/+5 |
|
|
* | Fix some remaining index & consistency nits. (Many data member | Fred Drake | 1999-04-21 | 1 | -8/+8 |
|
|
* | Fix problem of LaTeX leakage in the module synopsis tables at the | Fred Drake | 1999-04-13 | 1 | -1/+1 |
|
|
* | Remove \platformof support, since it's been removed from the LaTeX | Fred Drake | 1999-03-25 | 1 | -24/+9 |
|
|
* | swallow_newline(): Removed function; not really needed. Modified all call | Fred Drake | 1999-03-02 | 1 | -16/+47 |
|
|
* | Become more stylesheet-friendly. | Fred Drake | 1999-02-16 | 1 | -66/+99 |
|
|
* | Minor fix that helps out with the index. | Fred Drake | 1999-02-12 | 1 | -0/+1 |
|
|
* | Make table headers the same color as the navigation bars so they stand | Fred Drake | 1999-02-12 | 1 | -12/+17 |
|
|
* | Fix up some routines to coordinate the "indexsubitem" stuff so that | Fred Drake | 1999-02-10 | 1 | -4/+11 |
|
|
* | do_cmd_maketitle(): Small nit in creating the "title page". | Fred Drake | 1999-02-09 | 1 | -2/+3 |
|
|
* | Back out some of the fine tuning; something in all that interacted | Fred Drake | 1999-02-09 | 1 | -19/+3 |
|
|
* | More magic to tighten up a little of the formatting. | Fred Drake | 1999-02-05 | 1 | -7/+26 |
|
|
* | Make \versionadded and \versionchanged less prominant -- neither bold | Fred Drake | 1999-02-02 | 1 | -2/+2 |
|
|
* | do_cmd_refmodule(): New function to support new \refmodule macro. | Fred Drake | 1999-01-13 | 1 | -0/+10 |
|
|
* | do_cmd_methodline(): Fixed reference to method name when generating | Fred Drake | 1999-01-12 | 1 | -3/+3 |
|
|
* | write_idxfile(): New function. Isolate format of the external index | Fred Drake | 1999-01-05 | 1 | -95/+82 |
|
|
* | do_cmd_methodline(): New function, implements indexing version of | Fred Drake | 1999-01-05 | 1 | -6/+30 |
|
|
* | Fix many of the specific targets in links from the index. | Fred Drake | 1998-12-22 | 1 | -7/+7 |
|
|
* | do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC | Fred Drake | 1998-12-22 | 1 | -4/+7 |
|
|
* | ArabictoRoman(): Removed, since it wasn't used anywhere. | Fred Drake | 1998-10-19 | 1 | -23/+0 |
|
|
* | do_cmd_methodlineni(): New function, needed because the ref. manual now | Fred Drake | 1998-09-10 | 1 | -0/+9 |
|
|
* | do_cmd_moduleauthor(), | Fred Drake | 1998-08-10 | 1 | -156/+180 |
|
|
* | get_chapter_id(): Separate two aspects of string replacement to allow the | Fred Drake | 1998-08-04 | 1 | -1/+2 |
|
|
* | do_cmd_maketitle(): No <hr> at the end of the "title page". | Fred Drake | 1998-07-28 | 1 | -1/+1 |
|
|
* | do_cmd_localmoduletable(): Cause the child links table to be dropped when | Fred Drake | 1998-07-27 | 1 | -1/+1 |
|
|
* | do_cmd_versionadded(), | Fred Drake | 1998-07-27 | 1 | -0/+14 |
|
|
* | Fix up the synopsis table stuff so it gets things right at each chapter, | Fred Drake | 1998-07-25 | 1 | -11/+17 |
|
|
* | Added module synopsis support with one (big) caveat: All the modules are | Fred Drake | 1998-07-24 | 1 | -30/+142 |
|
|
* | Added support for AMK's {definitions} environment; thanks for the reminder! | Fred Drake | 1998-05-20 | 1 | -0/+20 |
|
|
* | Revise comment about \let support a little to more accurately reflect the | Fred Drake | 1998-05-15 | 1 | -1/+1 |
|
|
* | Extend handling for \let a bit, to also allow \let\something=<character>. We | Fred Drake | 1998-05-15 | 1 | -1/+12 |
|
|
* | do_cmd_let(): Simple implementation to allow \let to be used to establish | Fred Drake | 1998-05-15 | 1 | -3/+21 |
|
|
* | Added support for \developer, \developers, \developersaddress. | Fred Drake | 1998-05-14 | 1 | -4/+8 |
|
|
* | do_cmd_kwindex(): Re-implement now that \kwindex is used again (ref man). | Fred Drake | 1998-05-11 | 1 | -0/+10 |
|
|
* | do_cmd_sectcode(): Obsolete; removed. | Fred Drake | 1998-04-28 | 1 | -5/+0 |
|
|
* | do_cmd_key(): Obsolete; removed. | Fred Drake | 1998-04-28 | 1 | -1/+0 |
|
|
* | next_optional_argument(): Don't include the square brackets in the return | Fred Drake | 1998-04-17 | 1 | -1/+46 |
|
|
* | New helper functions to help deal with parameter parsing. | Fred Drake | 1998-04-17 | 1 | -394/+273 |
|
|
* | Fix bug in little-used markup: don't forget to pass the source text along! | Fred Drake | 1998-04-13 | 1 | -2/+2 |
|
|
* | Fix typo. (What I get for trying to fix bugs at home and running conversions | Fred Drake | 1998-04-12 | 1 | -1/+1 |
|
|
* | Don't append () to the name of an object attribute in the index. | Fred Drake | 1998-04-12 | 1 | -2/+2 |
|
|
* | Removed partially broken {verbatim} support. | Fred Drake | 1998-04-12 | 1 | -25/+0 |
|
|
* | Lighten up tables. | Fred Drake | 1998-04-11 | 1 | -1/+1 |
|
|
* | do_env_memberdesc(): Fix argument parsing for {memberdesc} environments. | Fred Drake | 1998-04-11 | 1 | -4/+4 |
|
|
* | do_cmd_lineii(), | Fred Drake | 1998-04-09 | 1 | -6/+6 |
|
|
* | Remove option to strip out <tt>...</tt> from index entry text; this is now | Fred Drake | 1998-04-08 | 1 | -26/+17 |
|
|
* | Set flag to remove <tt>...</tt> markup from the index entries; it just ends up | Fred Drake | 1998-04-08 | 1 | -1/+1 |
|
|
* | Minor cleanliness. | Fred Drake | 1998-04-04 | 1 | -1/+4 |
|
|