Paul Smith [Wed, 1 Sep 1999 08:04:30 +0000 (08:04 +0000)]
* A bugfix on MAKEFLAGS options creation that broke jobserver.
* Put the host info in the --version output.
* Don't croak if the user forces -jN on submakes.
Paul Smith [Thu, 22 Jul 1999 04:20:14 +0000 (04:20 +0000)]
* Installed new versions of GLIBC glob library.
* Installed Tim Magill's "graph pruning" performance enhancement.
* Update version to 3.77.90 for the release.
* Require automake 1.4.
Paul Smith [Fri, 26 Mar 1999 04:04:42 +0000 (04:04 +0000)]
* Reworked function.c to use separate functions instead of a huge case stmt.
* Added new functions $(error ...) and $(warning ...) and documented same.
* In windows/dos shells, only treat \ as an escape for special chars.
Karl Berry [Sat, 20 Mar 1999 21:49:38 +0000 (21:49 +0000)]
* texinfo.tex: Changes from Andreas to use \sl\$ inside italics
and to avoid extra spaces around @anchor.
* texinfo.tex (\image, \imagexx): move pdf test to imagexxx for
correct filename parsing.
Paul Smith [Fri, 5 Mar 1999 05:55:11 +0000 (05:55 +0000)]
* Update FSF address info in copyright notices.
* Update maintainers build process; remove GNUmakefile. Require builders to
run automake && autoreconf by hand.
* Use AC_SUBST_FILE to get the maintMakefile included, rather than GNU
make's include directive, which conflicts with automake 1.4's include
directive.
Paul Smith [Mon, 22 Feb 1999 07:23:30 +0000 (07:23 +0000)]
* New feature: .LIBPATTERNS controls the way -lfoo dependencies are expanded.
* A few tweaks to the system glob test, after trying it on a system where
it's true.
* Installed patches to archive handling for AIX 4.3 big archives.
* Fix a memory stomp in target-specific variables.
* Fix a memory leak in foreach functions.
Paul Smith [Fri, 19 Feb 1999 18:07:49 +0000 (18:07 +0000)]
* Updates for automake 1.4 and autoconf 2.13
* Check for a libc version of GNU glob and, if found, don't use the local
glob headers.
* Fix a bug in OpenVMS archive handling.
* Fix a bug in VMS siglist processing.
Karl Berry [Mon, 15 Feb 1999 13:15:05 +0000 (13:15 +0000)]
* texinfo.tex (\paragraphindent): implement.
Suggestion from: Paul DuBois <dubois@primate.wisc.edu>.
* texinfo.tex (\alias): use def rather than \let.
Change timestamp format to include hours.
Karl Berry [Mon, 8 Feb 1999 19:55:39 +0000 (19:55 +0000)]
* texinfo.tex (\scanmacro): Use \endinput to avoid spurious space,
and various other space fixes. From: Andreas Schwab
<schwab@ls5.informatik.uni-dortmund.de>.
Karl Berry [Fri, 5 Feb 1999 10:33:07 +0000 (10:33 +0000)]
* texinfo.tex (\uref): implement optional third arg.
* texinfo.tex (\dosubind): Include index entry in third arg to
\entry instead of writing as bogus fourth arg.
Report from: kama@hippo.fido.de (Karl Heinz Marbaise).
* texinfo.tex (\setemergencystretch): Increase somewhat.
* texinfo.tex (\putwordof): rename from \putwordOf.
* texinfo.tex (defivarhead, \defcvarheader): Use \putwordof.
Karl Berry [Sat, 30 Jan 1999 13:16:18 +0000 (13:16 +0000)]
* texinfo.tex: Fix @macro expansion inside @section. Patch from
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.
Karl Berry [Fri, 15 Jan 1999 09:29:00 +0000 (09:29 +0000)]
* texinfo.tex (\begindoublecolumns): Ship out \partialpage
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>
Karl Berry [Tue, 15 Dec 1998 21:48:39 +0000 (21:48 +0000)]
* texinfo.tex (\indexdummies): set \{ and \} to \lbracecmd and
\rbracecmd to avoid lossage if @tex is active during \shipout.
Report from: "Peter Kabal" <Kabal@ece.mcgill.ca>.
Karl Berry [Fri, 13 Nov 1998 22:49:41 +0000 (22:49 +0000)]
1998-11-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* 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.