summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * texinfo.tex (\documentlanguage, \documentencoding): newKarl Berry1999-02-031-12/+47
| | | | commands. \documentlanguage based on an implementation by kama.
* * texinfo.tex: Fix @macro expansion inside @section. Patch fromKarl Berry1999-01-301-14/+52
| | | | | | | | | | | | | Andreas: From: Andreas Schwab <schwab@ls5.informatik.uni-dortmund.de> The general idea is to construct a list a all defined macros in the form \do\macro1\do\macro2..., then temporarily define \do to something appropriate and execute the list to do whatever is needed. Here is a patch, and i have also fixed a few other bugs that i found while browsing through the @macro implementation. Additionally i have added a check to prevent the user from doing silly things like @macro shipout.
* * texinfo.tex (\obstexwarn): Don't use *** in message, itKarl Berry1999-01-241-2/+2
| | | | interferes with make output parsing.
* * texinfo.tex: Internationalization improvements from kama.Karl Berry1999-01-221-45/+67
|
* * texinfo.tex (\contents, \shortcontents): Run \contentspagealignmacro.Karl Berry1999-01-211-48/+50
| | | | From: Trond Endrestol <trond@agamemnon.gtf.ol.no>
* * texinfo.tex (\begindoublecolumns): Ship out \partialpageKarl Berry1999-01-151-21/+27
| | | | | | | | | | | | immediately if it is nonvoid, instead of saving it. This avoids a bug where the index could end up printing one line per page (see the indexspread.tex test). From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * texinfo.tex (\image): If running pdftex, do \pdfimage{imagefile.pdf}. From: Samuel Tardieu <sam@inf.enst.fr> Also, update copyright year.
* * texinfo.tex (\enddoublecolumns): Move \pagegoal reset to afterKarl Berry1999-01-061-8/+9
| | | | | the \endgroup so we get the restored single-column \vsize as intended.
* * texinfo.tex (\indexdummies): Set \{ and \} to \mylbrace andKarl Berry1998-12-211-4/+6
| | | | | \mybrace to avoid braces in the index file, which texindex can't handle.
* * texinfo.tex (\pickupwholefraction): Ignore whole-number part.Karl Berry1998-12-201-22/+35
| | | | | | | (\setuptable): Always pass whole-number part and decimal point. This allows leading zeroes. Suggestion from: Ben Bullock <ben@hayamasa.demon.co.uk>. Date: Fri, 21 Aug 1998 14:06:50 +0100 (BST)
* * texinfo.tex (\indexdummies): set \{ and \} to \lbracecmd andKarl Berry1998-12-151-3/+4
| | | | | \rbracecmd to avoid lossage if @tex is active during \shipout. Report from: "Peter Kabal" <Kabal@ece.mcgill.ca>.
* doc fixKarl Berry1998-12-121-2/+2
|
* update dateKarl Berry1998-11-131-1/+1
|
* 1998-11-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>Karl Berry1998-11-131-14/+19
| | | | | | | | * doc/texinfo.tex (\onepageout): Put the cropmarks in vboxes of zero height so that they don't contribute space themselves. Compensate for \topandbottommargin. (\internalpagesizes): Advance \outervsize by 2\topandbottommargin, not only 0.6in.
* * texinfo.tex: Use standard time-stamp.el package instead ofKarl Berry1998-11-081-6/+5
| | | | | update-date.el. .,
* * texinfo.tex (\indexnofonts,\indexdummies): add \url and \uref toKarl Berry1998-11-011-2/+6
| | | | list.
* * texinfo.tex (@env, @command, @option): Must disable for indexKarl Berry1998-10-271-8/+13
| | | | | and xref commands. Also, \input plain if necessary before using {} in the version number.
* Mention Automake.Richard M. Stallman1998-10-151-4/+26
| | | | | Mention DESTDIR. Comment on changing prefix or exec_prefix.
* Ignore non-empty lines which become empty after variable expansion.Paul Smith1998-10-134-22/+56
| | | | | Don't choke on invalid pattern rules if we fail during makefile parsing. Don't dump core if a non-empty command becomes empty after expansion.
* Checkpoint changes. Bug fixes, mostly.Paul Smith1998-10-0338-2273/+2847
|
* Don't use a separate configure.in for the glob directory. It now usesPaul Smith1998-10-031-23/+0
| | | | the configure script for make proper.
* * texinfo.tex: Use date as version number instead of RCS, andKarl Berry1998-09-301-6/+8
| | | | update-date to update it.
* Treat __GNU__ line NeXT: undefine BSD and FSCALE.Richard M. Stallman1998-09-271-2/+8
|
* * texinfo.tex: Fix @macro expansion of @code with _ in theKarl Berry1998-09-171-4/+25
| | | | | argument. From: Zack Weinberg <zack@rabi.columbia.edu>.
* * texinfo.tex (\itemzzz): take \itemmargin into account whenKarl Berry1998-08-281-4/+2
| | | | unhboxing. Reported by Bob.
* * texinfo.tex: Change @defun environments so that right margin isKarl Berry1998-08-141-16/+14
| | | | | not changed, and instead the defun type label is outdented into the margin.
* * texinfo.tex (\smartslanted): define this separately fromKarl Berry1998-08-131-9/+10
| | | | | \smartitalic. (\emph, \i): use \smartitalic for true italics.
* * texinfo.tex (\value): handle active _ or - in argument (happensKarl Berry1998-08-101-17/+23
| | | | | if called from @code). Report from: Dave Love <d.love@dl.ac.uk>.
* Attempt to add back ^M's.Paul Smith1998-07-311-42/+42
|
* GNU make release 3.77.Paul Smith1998-07-3061-1517/+4215
|
* * texinfo.tex (\dosubind): Don't do \vskip to preserve \lastskipKarl Berry1998-07-191-3/+15
| | | | | | | unless we are in vertical mode. Otherwise we might end a paragraph prematurely, and \folio won't get expanded by \output. Report from: "Richard E. Stone" <res@rstone.mn.org>
* * texinfo.tex: Keep track of how negative the page numbers haveKarl Berry1998-07-171-3/+8
| | | | | | | gotten: (\lastnegativepageno): New \count register. (\startcontents): Use it. (\contents, \summarycontents): set it.
* * texinfo.tex (\imagexxx): Add some space around the image if it'sKarl Berry1998-07-141-0/+3
| | | | by itself.
* 1998-07-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>Karl Berry1998-07-121-41/+79
| | | | | | | | | | | | | | | | | | | * texinfo.tex (chapterzzz): Put a space before the chapter number in the message. (appendixzzz): Use \putwordAppendix in the message. Thu Jul 9 08:39:53 1998 Karl Berry <karl@cs.umb.edu> * texinfo.tex (\macro): Globalize assignments since it's done inside a group. From Zack. Mon Jul 6 17:21:25 1998 Karl Berry <karl@cs.umb.edu> * texinfo.tex (\comment): Speed up. (\loggingall): Turn on eTeX's extended tracing. More macro fixes. Date: Sat, 04 Jul 1998 14:51:49 -0400 From: Zack Weinberg <zack@rabi.phys.columbia.edu>
* * texinfo.tex (\contents, \summarycontents, \startcontents): UseKarl Berry1998-07-021-11/+23
| | | | | roman numerals for toc, arabic outside, even when toc is at the beginning.
* * texinfo.tex (\anchor): New command @anchor.Karl Berry1998-07-011-12/+27
| | | | | | | (\xrefX): Avoid double space when xref to an @anchor or an @unnumbered. * texinfo.tex (\itemzzz): Use kerns and \unhbox when item text fits in the space, so footnotes can work.
* * texinfo.tex (\setref): Take additional argument for the -sntKarl Berry1998-06-291-37/+44
| | | | | xref. Call \indexdummies. (\donoderef, \appendixnoderef, \unnumbnoderef): Change \setref calls.
* * texinfo.tex (\contents, \summarycontents): Must not be \outer.Karl Berry1998-06-271-2/+2
|
* * texinfo.tex (\writetocentry): New macro.Karl Berry1998-06-271-178/+155
| | | | | | | | | | | | | | | | | (\chapternofonts): No longer needed. (\chapter, ..., \unnumberedsubsubsec): Change all the sectioning commands to call \writetocentry instead of doing it inline. Also, do not call \chapternofonts, we avoid expansion with \the\toks instead. (\opencontents): No longer needed, instead \writetocentry opens the file when necessary. (\setfilename): Don't call \opencontents. (\ifsetcontentsaftertitlepage, \ifsetshortcontentsaftertitlepage): New conditionals. (\Etitlepage): Call \contents and/or \shortcontents if conditionals are set. Global: use \nobreak instead of \penalty 10000 for epsilon efficiency.
* * texinfo.tex (\acronym): New Texinfo command.Karl Berry1998-06-251-3/+5
|
* * texinfo.tex (\dots, \enddots): Missing \leavevmode.Karl Berry1998-06-241-7/+11
| | | | | Report from: Thomas Esken <esken@nmlab.informatik.fh-dortmund.de> Date: Tue, 23 Jun 1998 14:22:27 +0200 (MET DST)
* * texinfo.tex: Rewrite of index stuff to do better column breakingKarl Berry1998-06-231-26/+79
| | | | | | | | | | | | | | | | | | | | | and balancing. The old code failed miserably when the index was just the wrong size, e.g., the Autoconf manual with @afourpaper. Bug report from: Wilhelm Mueller <muewi@hb.senbvs43.uni-bremen.de> Date: Fri, 12 Jun 1998 16:34:49 +0200 (MET DST) (\initial): Add more glue around the initial, and make it a multiple of \baselineskip. (\entry): Add glue before each entry so the columns can always be the same height. (\doublecolumnout): Available space no longer needs to handle \partialpage specially. (\pagesofar): Take \ht\partialpage into account with \vsize. (\enddoublecolumns): Reset \output to avoid calling \balancecolumns twice (\balancecolumns): Format for readability. (\initialskipamount): No longer needed, remove. (\hbadness): Increase a bit, boxes that are a little underfull look ok.
* * texinfo.tex (\ninettsl): cmsltt10 is not standard, so useKarl Berry1998-06-221-1/+1
| | | | | | cmsltt10 scaled 900. Date: Mon, 15 Jun 1998 12:35:41 +0200 (MET DST) From: Werner Struckmann <struck@ips.cs.tu-bs.de>.
* * texinfo.tex: @macro fixes from Zack WeinbergKarl Berry1998-06-191-66/+47
| | | | | | | | <zack@rabi.phys.columbia.edu>. - @ifblah did not work inside @macro - spaces in parameter lists in macro definitions caused errors - leading spaces in parameter lists in macro invocations were preserved inappropriately.
* * texinfo.tex (\smallformatx, \smalldisplayx): New macros.Karl Berry1998-06-121-41/+62
| | | | | (\smallbook): Arrange to use them. (\display, \flushleft, etc.): Rewrite to avoid duplication.
* * texinfo.tex (\pagesizes): Rename to \internalpagesizes.Karl Berry1998-06-081-11/+11
| | | | (\custompaper): Rename to \pagesizes.
* * texinfo.tex: Rewrite paper size definitions, add @custompaper.Karl Berry1998-06-071-134/+138
| | | | | * texinfo.tex: Fix for macros in arguments to other commands. From Zack.
* * texinfo.tex: Better @macro implementation.Karl Berry1998-06-051-194/+186
| | | | From: Zack Weinberg <zack@rabi.phys.columbia.edu>.
* * texinfo.tex (\imagexxx): Center image if it is not part of aKarl Berry1998-05-271-1/+6
| | | | paragraph.
* Tue May 19 17:17:12 1998 Karl Berry <karl@cs.umb.edu>Karl Berry1998-05-191-36/+253
| | | | | | | | | | | | | | * texinfo.tex: \linkstrue by default. Also, first implementation of @macro; can only handle some cases, but that is better than nothing. From: Zack Weinberg <zack@rabi.phys.columbia.edu> Thu May 14 17:32:47 1998 Karl Berry <karl@cs.umb.edu> * texinfo.tex: New command @novalidate along the lines of makeinfo --no-validate. Date: Sun, 26 Oct 1997 18:54:47 -0500 From: Zack Weinberg <zack@rabi.phys.columbia.edu>
* automatically generated from GPLed versionUlrich Drepper1998-05-191-3/+6
|