summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsoundex.tex
Commit message (Collapse)AuthorAgeFilesLines
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Added a reference to the discussion in Knuth's "Sorting and Searching", andFred Drake1998-04-071-1/+15
| | | | | noted that the original algorithm produces 4-character results rather than the 6-character results provided by this module.
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Correct spelling of emdash.Fred Drake1998-03-081-1/+1
|
* In description of sound_similar(), break up the markup for longFred Drake1998-02-131-1/+2
| | | | | \code{} at each embedded space, so that the words will wrap. This keeps it from being too ugly.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-1/+1
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* The soundex module is built-in, not standard.Fred Drake1998-01-201-3/+3
| | | | "--" ==> "---"
* AMK's megapatch:Guido van Rossum1997-07-171-0/+1
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Added soundex (sigh)Guido van Rossum1996-12-121-0/+25