Paul Smith
187787286d
* Various bug fixes.
1999-06-14 05:26:28 +00:00
Paul Smith
fc0fe4103a
* Add new jobserver feature.
...
* Small updates to the manual
* E.Zaretskii fix for new DJGPP version.
1999-04-25 04:30:55 +00:00
Paul Smith
7f3ffd4019
Clean up some logic.
1999-04-13 02:28:27 +00:00
Paul Smith
a2ea1bd27f
If a file declared .INTERMEDIATE already exists before make starts, we
...
won't delete it--this is how normal intermediate files behave, too.
1999-04-09 05:57:35 +00:00
Paul Smith
3d1cdf4106
* Fix possible memory stomp.
...
* A few admin file cleanups.
1999-04-02 06:19:33 +00:00
Paul Smith
7052a57152
* Ignore CR in CRLF line terminators for compatibility with DOSsy
...
makefiles.
1999-03-31 23:25:13 +00:00
Karl Berry
47922a5a65
* texinfo.tex (\defopheader): missing word space before `on'.
...
Report from: Chris Hanson <cph@martigny.ai.mit.edu>.
1999-03-31 18:30:14 +00:00
Paul Smith
e005a48b9f
* More build fixes. I think a vanilla CVS checkout should build OK now.
1999-03-30 06:19:17 +00:00
Karl Berry
0798a61169
* texinfo.tex (\imagexxx): Equalize space above and below if in
...
vmode. From rms.
.,
1999-03-27 10:32:23 +00:00
Paul Smith
ecb3bca9f5
* Manual updates: added xrefs, some typos sent by users.
...
* Change the build env. to not link libglob.a unless we need it.
1999-03-26 07:08:57 +00:00
Paul Smith
c4353af3f9
* 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.
1999-03-26 04:04:42 +00:00
Karl Berry
8363e0496d
* texinfo.tex (&): be sure active & is defined for @deftypefn
...
operator&.
Report from: Nathan Sidwell <nathan@acm.org>.
1999-03-24 16:04:27 +00:00
Karl Berry
4025030d96
* 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.
1999-03-20 21:49:38 +00:00
Paul Smith
1e0513335f
* Add strneq() (streq only n chars) macro
...
* fix return type of xstrdup.
1999-03-19 04:27:56 +00:00
Karl Berry
e3d0d562da
* texinfo.tex (\imagexxx): reset catcode ^^M in case we're inside
...
in an example. Report from kama.
1999-03-16 12:49:21 +00:00
Karl Berry
db865774df
* texinfo.tex (\putwordin): new macro for word `in'.
...
(\xrefX): use it.
1999-03-15 22:34:20 +00:00
Paul Smith
a6a9ebb54f
* Define and use xstrdup() instead of strdup().
1999-03-05 07:13:12 +00:00
Paul Smith
9e6ba6a148
* 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.
1999-03-05 05:55:11 +00:00
Paul Smith
ede263043c
Fix a bug where conditional variables weren't being expanded correctly.
1999-03-04 17:03:56 +00:00
Karl Berry
a8f7173799
* texinfo.tex: Expand tabs.
1999-02-22 12:59:43 +00:00
Paul Smith
a66668aabc
* 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.
1999-02-22 07:23:30 +00:00
Paul Smith
84f38c9c6f
* 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.
1999-02-19 18:07:49 +00:00
Karl Berry
5808507144
* 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.
1999-02-15 13:15:05 +00:00
Karl Berry
e3ef8e974c
* texinfo.tex: New commands @alias and @definfoenclose.
...
From: "Eric S. Raymond" <esr@snark.thyrsus.com>.
1999-02-09 15:10:17 +00:00
Karl Berry
281cdd5d74
* texinfo.tex (\scanmacro): Use \endinput to avoid spurious space,
...
and various other space fixes. From: Andreas Schwab
<schwab@ls5.informatik.uni-dortmund.de>.
1999-02-08 19:55:39 +00:00
Karl Berry
3634e15fe3
* 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.
1999-02-05 10:33:07 +00:00
Karl Berry
9c95acec4b
* texinfo.tex (\documentlanguage, \documentencoding): new
...
commands. \documentlanguage based on an implementation by kama.
1999-02-03 11:35:04 +00:00
Karl Berry
8b55cda094
* 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.
1999-01-30 13:16:18 +00:00
Karl Berry
9d9111c450
* texinfo.tex (\obstexwarn): Don't use *** in message, it
...
interferes with make output parsing.
1999-01-24 16:04:24 +00:00
Karl Berry
0f686c1e6b
* texinfo.tex: Internationalization improvements from kama.
1999-01-22 10:24:18 +00:00
Karl Berry
6eeae809a8
* texinfo.tex (\contents, \shortcontents): Run \contentspagealignmacro.
...
From: Trond Endrestol <trond@agamemnon.gtf.ol.no>
1999-01-21 10:37:08 +00:00
Karl Berry
5b16b3c015
* 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>
Also, update copyright year.
1999-01-15 09:29:00 +00:00
Karl Berry
c0ec561e37
* texinfo.tex (\enddoublecolumns): Move \pagegoal reset to after
...
the \endgroup so we get the restored single-column \vsize
as intended.
1999-01-06 11:11:58 +00:00
Karl Berry
71aacd9fe0
* texinfo.tex (\indexdummies): Set \{ and \} to \mylbrace and
...
\mybrace to avoid braces in the index file, which
texindex can't handle.
1998-12-21 15:36:12 +00:00
Karl Berry
dc7cf1c4b2
* texinfo.tex (\pickupwholefraction): Ignore whole-number part.
...
(\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)
1998-12-20 12:55:40 +00:00
Karl Berry
7f83bfe911
* 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>.
1998-12-15 21:48:39 +00:00
Karl Berry
45406fc744
doc fix
1998-12-12 20:44:40 +00:00
Karl Berry
76468fbaa1
update date
1998-11-13 23:00:02 +00:00
Karl Berry
2116c80dc7
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.
1998-11-13 22:49:41 +00:00
Karl Berry
28eecbb94f
* texinfo.tex: Use standard time-stamp.el package instead of
...
update-date.el.
.,
1998-11-08 18:39:08 +00:00
Karl Berry
9ad3cb03b7
* texinfo.tex (\indexnofonts,\indexdummies): add \url and \uref to
...
list.
1998-11-01 12:43:32 +00:00
Karl Berry
0be25c6986
* texinfo.tex (@env, @command, @option): Must disable for index
...
and xref commands. Also, \input plain if necessary before
using {} in the version number.
1998-10-27 16:59:40 +00:00
Richard M. Stallman
4dfe38353e
Mention Automake.
...
Mention DESTDIR.
Comment on changing prefix or exec_prefix.
1998-10-15 15:29:00 +00:00
Paul Smith
3948640154
Ignore non-empty lines which become empty after variable expansion.
...
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.
1998-10-13 20:59:08 +00:00
Paul Smith
2c64fb221a
Checkpoint changes. Bug fixes, mostly.
1998-10-03 05:39:55 +00:00
Paul Smith
e90887e68a
Don't use a separate configure.in for the glob directory. It now uses
...
the configure script for make proper.
1998-10-03 05:23:25 +00:00
Karl Berry
321b447568
* texinfo.tex: Use date as version number instead of RCS, and
...
update-date to update it.
1998-09-30 15:43:32 +00:00
Richard M. Stallman
b5722838c2
Treat __GNU__ line NeXT: undefine BSD and FSCALE.
1998-09-27 07:29:59 +00:00
Karl Berry
7a43e6cd30
* texinfo.tex: Fix @macro expansion of @code with _ in the
...
argument.
From: Zack Weinberg <zack@rabi.columbia.edu>.
1998-09-17 17:25:42 +00:00
Karl Berry
84d159bb64
* texinfo.tex (\itemzzz): take \itemmargin into account when
...
unhboxing. Reported by Bob.
1998-08-28 14:29:37 +00:00