platform/upstream/make.git
25 years ago * texinfo.tex (\documentlanguage, \documentencoding): new
Karl Berry [Wed, 3 Feb 1999 11:35:04 +0000 (11:35 +0000)]
* texinfo.tex (\documentlanguage, \documentencoding): new
commands.  \documentlanguage based on an implementation by kama.

25 years ago * texinfo.tex: Fix @macro expansion inside @section. Patch from
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.

25 years ago * texinfo.tex (\obstexwarn): Don't use *** in message, it
Karl Berry [Sun, 24 Jan 1999 16:04:24 +0000 (16:04 +0000)]
* texinfo.tex (\obstexwarn): Don't use *** in message, it
  interferes with make output parsing.

25 years ago * texinfo.tex: Internationalization improvements from kama.
Karl Berry [Fri, 22 Jan 1999 10:24:18 +0000 (10:24 +0000)]
* texinfo.tex: Internationalization improvements from kama.

25 years ago * texinfo.tex (\contents, \shortcontents): Run \contentspagealignmacro.
Karl Berry [Thu, 21 Jan 1999 10:37:08 +0000 (10:37 +0000)]
* texinfo.tex (\contents, \shortcontents): Run \contentspagealignmacro.
  From: Trond Endrestol <trond@agamemnon.gtf.ol.no>

25 years ago * texinfo.tex (\begindoublecolumns): Ship out \partialpage
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>

  Also, update copyright year.

25 years ago * texinfo.tex (\enddoublecolumns): Move \pagegoal reset to after
Karl Berry [Wed, 6 Jan 1999 11:11:58 +0000 (11:11 +0000)]
* texinfo.tex (\enddoublecolumns): Move \pagegoal reset to after
  the \endgroup so we get the restored single-column \vsize
  as intended.

25 years ago * texinfo.tex (\indexdummies): Set \{ and \} to \mylbrace and
Karl Berry [Mon, 21 Dec 1998 15:36:12 +0000 (15:36 +0000)]
* texinfo.tex (\indexdummies): Set \{ and \} to \mylbrace and
\mybrace to avoid braces in the index file, which
texindex can't handle.

25 years ago * texinfo.tex (\pickupwholefraction): Ignore whole-number part.
Karl Berry [Sun, 20 Dec 1998 12:55:40 +0000 (12:55 +0000)]
* 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)

25 years ago * texinfo.tex (\indexdummies): set \{ and \} to \lbracecmd and
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>.

25 years agodoc fix
Karl Berry [Sat, 12 Dec 1998 20:44:40 +0000 (20:44 +0000)]
doc fix

25 years agoupdate date
Karl Berry [Fri, 13 Nov 1998 23:00:02 +0000 (23:00 +0000)]
update date

25 years ago1998-11-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
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.

25 years ago * texinfo.tex: Use standard time-stamp.el package instead of
Karl Berry [Sun, 8 Nov 1998 18:39:08 +0000 (18:39 +0000)]
* texinfo.tex: Use standard time-stamp.el package instead of
  update-date.el.
.,

25 years ago * texinfo.tex (\indexnofonts,\indexdummies): add \url and \uref to
Karl Berry [Sun, 1 Nov 1998 12:43:32 +0000 (12:43 +0000)]
* texinfo.tex (\indexnofonts,\indexdummies): add \url and \uref to
  list.

25 years ago * texinfo.tex (@env, @command, @option): Must disable for index
Karl Berry [Tue, 27 Oct 1998 16:59:40 +0000 (16:59 +0000)]
* texinfo.tex (@env, @command, @option): Must disable for index
  and xref commands.  Also, \input plain if necessary before
  using {} in the version number.

25 years agoMention Automake.
Richard M. Stallman [Thu, 15 Oct 1998 15:29:00 +0000 (15:29 +0000)]
Mention Automake.
Mention DESTDIR.
Comment on changing prefix or exec_prefix.

25 years agoIgnore non-empty lines which become empty after variable expansion.
Paul Smith [Tue, 13 Oct 1998 20:59:08 +0000 (20:59 +0000)]
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.

25 years agoCheckpoint changes. Bug fixes, mostly.
Paul Smith [Sat, 3 Oct 1998 05:39:55 +0000 (05:39 +0000)]
Checkpoint changes.  Bug fixes, mostly.

25 years agoDon't use a separate configure.in for the glob directory. It now uses
Paul Smith [Sat, 3 Oct 1998 05:23:25 +0000 (05:23 +0000)]
Don't use a separate configure.in for the glob directory.  It now uses
the configure script for make proper.

25 years ago * texinfo.tex: Use date as version number instead of RCS, and
Karl Berry [Wed, 30 Sep 1998 15:43:32 +0000 (15:43 +0000)]
* texinfo.tex: Use date as version number instead of RCS, and
  update-date to update it.

25 years agoTreat __GNU__ line NeXT: undefine BSD and FSCALE.
Richard M. Stallman [Sun, 27 Sep 1998 07:29:59 +0000 (07:29 +0000)]
Treat __GNU__ line NeXT: undefine BSD and FSCALE.

25 years ago * texinfo.tex: Fix @macro expansion of @code with _ in the
Karl Berry [Thu, 17 Sep 1998 17:25:42 +0000 (17:25 +0000)]
* texinfo.tex: Fix @macro expansion of @code with _ in the
  argument.
  From: Zack Weinberg <zack@rabi.columbia.edu>.

25 years ago * texinfo.tex (\itemzzz): take \itemmargin into account when
Karl Berry [Fri, 28 Aug 1998 14:29:37 +0000 (14:29 +0000)]
* texinfo.tex (\itemzzz): take \itemmargin into account when
  unhboxing.  Reported by Bob.

25 years ago * texinfo.tex: Change @defun environments so that right margin is
Karl Berry [Fri, 14 Aug 1998 20:54:46 +0000 (20:54 +0000)]
* texinfo.tex: Change @defun environments so that right margin is
  not changed, and instead the defun type label is outdented
  into the margin.

25 years ago * texinfo.tex (\smartslanted): define this separately from
Karl Berry [Thu, 13 Aug 1998 17:33:06 +0000 (17:33 +0000)]
* texinfo.tex (\smartslanted): define this separately from
  \smartitalic.
(\emph, \i): use \smartitalic for true italics.

25 years ago * texinfo.tex (\value): handle active _ or - in argument (happens
Karl Berry [Mon, 10 Aug 1998 19:17:34 +0000 (19:17 +0000)]
* texinfo.tex (\value): handle active _ or - in argument (happens
  if called from @code).
  Report from: Dave Love <d.love@dl.ac.uk>.

25 years agoAttempt to add back ^M's. 3.77
Paul Smith [Fri, 31 Jul 1998 05:18:21 +0000 (05:18 +0000)]
Attempt to add back ^M's.

25 years agoGNU make release 3.77.
Paul Smith [Thu, 30 Jul 1998 20:54:47 +0000 (20:54 +0000)]
GNU make release 3.77.

25 years ago * texinfo.tex (\dosubind): Don't do \vskip to preserve \lastskip
Karl Berry [Sun, 19 Jul 1998 14:20:42 +0000 (14:20 +0000)]
* texinfo.tex (\dosubind): Don't do \vskip to preserve \lastskip
  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>

25 years ago * texinfo.tex: Keep track of how negative the page numbers have
Karl Berry [Fri, 17 Jul 1998 12:00:43 +0000 (12:00 +0000)]
* texinfo.tex: Keep track of how negative the page numbers have
  gotten:
(\lastnegativepageno): New \count register.
(\startcontents): Use it.
(\contents, \summarycontents): set it.

25 years ago * texinfo.tex (\imagexxx): Add some space around the image if it's
Karl Berry [Tue, 14 Jul 1998 19:03:08 +0000 (19:03 +0000)]
* texinfo.tex (\imagexxx): Add some space around the image if it's
  by itself.

25 years ago1998-07-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Karl Berry [Sun, 12 Jul 1998 17:28:02 +0000 (17:28 +0000)]
1998-07-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* 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>

25 years ago * texinfo.tex (\contents, \summarycontents, \startcontents): Use
Karl Berry [Thu, 2 Jul 1998 14:22:24 +0000 (14:22 +0000)]
* texinfo.tex (\contents, \summarycontents, \startcontents): Use
  roman numerals for toc, arabic outside, even when toc is
  at the beginning.

25 years ago * texinfo.tex (\anchor): New command @anchor.
Karl Berry [Wed, 1 Jul 1998 14:28:14 +0000 (14:28 +0000)]
* texinfo.tex (\anchor): New command @anchor.
(\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.

25 years ago * texinfo.tex (\setref): Take additional argument for the -snt
Karl Berry [Mon, 29 Jun 1998 14:07:11 +0000 (14:07 +0000)]
* texinfo.tex (\setref): Take additional argument for the -snt
  xref.  Call \indexdummies.
(\donoderef, \appendixnoderef, \unnumbnoderef): Change \setref calls.

25 years ago * texinfo.tex (\contents, \summarycontents): Must not be \outer.
Karl Berry [Sat, 27 Jun 1998 23:30:48 +0000 (23:30 +0000)]
* texinfo.tex (\contents, \summarycontents): Must not be \outer.

25 years ago * texinfo.tex (\writetocentry): New macro.
Karl Berry [Sat, 27 Jun 1998 19:12:04 +0000 (19:12 +0000)]
* texinfo.tex (\writetocentry): New macro.
(\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.

25 years ago * texinfo.tex (\acronym): New Texinfo command.
Karl Berry [Thu, 25 Jun 1998 12:31:28 +0000 (12:31 +0000)]
* texinfo.tex (\acronym): New Texinfo command.

25 years ago * texinfo.tex (\dots, \enddots): Missing \leavevmode.
Karl Berry [Wed, 24 Jun 1998 11:45:50 +0000 (11:45 +0000)]
* texinfo.tex (\dots, \enddots): Missing \leavevmode.
Report from: Thomas Esken <esken@nmlab.informatik.fh-dortmund.de>
Date: Tue, 23 Jun 1998 14:22:27 +0200 (MET DST)

25 years ago * texinfo.tex: Rewrite of index stuff to do better column breaking
Karl Berry [Tue, 23 Jun 1998 14:28:30 +0000 (14:28 +0000)]
* texinfo.tex: Rewrite of index stuff to do better column breaking
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.

25 years ago * texinfo.tex (\ninettsl): cmsltt10 is not standard, so use
Karl Berry [Mon, 22 Jun 1998 13:00:05 +0000 (13:00 +0000)]
* texinfo.tex (\ninettsl): cmsltt10 is not standard, so use
cmsltt10 scaled 900.
  Date: Mon, 15 Jun 1998 12:35:41 +0200 (MET DST)
  From: Werner Struckmann <struck@ips.cs.tu-bs.de>.

26 years ago * texinfo.tex: @macro fixes from Zack Weinberg
Karl Berry [Fri, 19 Jun 1998 11:50:37 +0000 (11:50 +0000)]
* texinfo.tex: @macro fixes from Zack Weinberg
        <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.

26 years ago * texinfo.tex (\smallformatx, \smalldisplayx): New macros.
Karl Berry [Fri, 12 Jun 1998 19:10:27 +0000 (19:10 +0000)]
* texinfo.tex (\smallformatx, \smalldisplayx): New macros.
(\smallbook): Arrange to use them.
(\display, \flushleft, etc.): Rewrite to avoid duplication.

26 years ago * texinfo.tex (\pagesizes): Rename to \internalpagesizes.
Karl Berry [Mon, 8 Jun 1998 21:37:20 +0000 (21:37 +0000)]
* texinfo.tex (\pagesizes): Rename to \internalpagesizes.
(\custompaper): Rename to \pagesizes.

26 years ago * texinfo.tex: Rewrite paper size definitions, add @custompaper.
Karl Berry [Sun, 7 Jun 1998 13:35:32 +0000 (13:35 +0000)]
* texinfo.tex: Rewrite paper size definitions, add @custompaper.
* texinfo.tex: Fix for macros in arguments to other commands.
   From Zack.

26 years ago * texinfo.tex: Better @macro implementation.
Karl Berry [Fri, 5 Jun 1998 20:10:04 +0000 (20:10 +0000)]
* texinfo.tex: Better @macro implementation.
From: Zack Weinberg <zack@rabi.phys.columbia.edu>.

26 years ago * texinfo.tex (\imagexxx): Center image if it is not part of a
Karl Berry [Wed, 27 May 1998 21:04:33 +0000 (21:04 +0000)]
* texinfo.tex (\imagexxx): Center image if it is not part of a
  paragraph.

26 years agoTue May 19 17:17:12 1998 Karl Berry <karl@cs.umb.edu>
Karl Berry [Tue, 19 May 1998 21:26:03 +0000 (21:26 +0000)]
Tue May 19 17:17:12 1998  Karl Berry  <karl@cs.umb.edu>

* 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>

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Tue, 19 May 1998 07:09:32 +0000 (07:09 +0000)]
automatically generated from GPLed version

26 years ago * texinfo.tex (\valuexxx): Split up into expandable and
Karl Berry [Wed, 13 May 1998 12:44:07 +0000 (12:44 +0000)]
* texinfo.tex (\valuexxx): Split up into expandable and
  non-expandable parts.
(\expandablevalue): New macro.
(\indexdummies): \let\value = \expandable value.

* texinfo.tex: Doc fixes.

* texinfo.tex (\doind): Just call \dosubind with empty third arg.
(\dosubind): Replace with \doind definition and suitable code to handle
possible third arg.  And propagate glue past the whatsit from the
  \write so index entries don't cause extra space between
  @defuns (for example).

Wed May  6 12:51:27 1998  Karl Berry  <karl@cs.umb.edu>

* texinfo.tex (\deftypemethparsebody): Handle the extra arg in
  @deftypemethodx, too.
(\deftypefunx): Error definition was misspelled as \deftypeunx.

26 years ago(\putwordon, \putwordMethodon): New macros.
Karl Berry [Sat, 2 May 1998 14:14:31 +0000 (14:14 +0000)]
(\putwordon, \putwordMethodon): New macros.
* texinfo/texinfo.tex (\putwordon, \putwordMethodon): New macros.
   Use in \def... commands.
(\indexdummies): make `\ ' be just ` ' for sorting.
(\deftypemethparsebody): New macro.
(\defmethod): Call it.
Various doc fixes.
Repored by: KHMarbaise@p69.ks.fido.de (Karl Heinz Marbaise)
Date: Wed, 07 Jan 1998 10:19:42 +0100

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Mon, 27 Apr 1998 23:45:12 +0000 (23:45 +0000)]
automatically generated from GPLed version

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Mon, 27 Apr 1998 23:45:12 +0000 (23:45 +0000)]
automatically generated from GPLed version

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Mon, 13 Apr 1998 23:54:17 +0000 (23:54 +0000)]
automatically generated from GPLed version

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Mon, 13 Apr 1998 23:54:16 +0000 (23:54 +0000)]
automatically generated from GPLed version

26 years ago@cartouche: Align right side correctly.
Karl Berry [Fri, 10 Apr 1998 20:54:46 +0000 (20:54 +0000)]
@cartouche: Align right side correctly.
From: dale.smith@bellhow.com (Dale Smith)
Date: Fri, 06 Mar 1998 14:47:02 GMT

26 years ago(\dosetq): Use \normalturnoffactive instead of just \turnoffactive,
Karl Berry [Sun, 5 Apr 1998 21:19:01 +0000 (21:19 +0000)]
(\dosetq): Use \normalturnoffactive instead of just \turnoffactive,
so \'s in node names are handled properly.
(\tie): Move definition to more rational position in the file.
(\@, \{, etc.): Use decimal numbers in all cases, to avoid use of '.
Paranoia only.
(\+): Turn off once and for all at the beginning, and define as
\tabalign in @tex.

26 years ago(\synindex, \syncodeindex): \closeout the redirected index.
Karl Berry [Wed, 1 Apr 1998 00:36:53 +0000 (00:36 +0000)]
(\synindex, \syncodeindex): \closeout the redirected index.
From: Jakob Stoklund Olesen <stoklund@mi.aau.dk>

26 years ago(\doignore): Ignore everything after `c', so @end ifinfo and the like
Karl Berry [Wed, 1 Apr 1998 00:33:30 +0000 (00:33 +0000)]
(\doignore): Ignore everything after `c', so @end ifinfo and the like
can be commented out.
(\macrocsname): New macro.
Reported by: "James A. Lupo" <lupoja@feynman.ml.wpafb.af.mil>

26 years ago(\doprintindex): Change catcode of @ before \read, in case of
Karl Berry [Wed, 25 Feb 1998 22:54:34 +0000 (22:54 +0000)]
(\doprintindex): Change catcode of @ before \read, in case of
\initial{@} being the line that is read.
Reported by: Drew Csillag <drew_csillag@geocities.com>

26 years ago(\dotable): Don't inherit \rightskip from
Karl Berry [Wed, 25 Feb 1998 20:48:50 +0000 (20:48 +0000)]
(\dotable): Don't inherit \rightskip from
surrounding environment.  Add \leftskip to \hsize in the first
column.  Set \item to \crcr to avoid empty first row.  Prepend
\parskip glue before table.  Set \everycr locally outside of
alignment, don't reset it explicitly in \Emultitable.
From Andreas Schwab.

Also, work on leading commentary in file a bit.

26 years ago\!: Save and restore this for @tex.
Karl Berry [Tue, 24 Feb 1998 23:05:08 +0000 (23:05 +0000)]
\!: Save and restore this for @tex.
From: Jean-Pierre Moreau <jpmoreau@ciframedical.com>
Date: Fri, 22 Aug 1997 16:47:36 -0400

26 years ago(\angleleft, \angleright): New macros.
Karl Berry [Tue, 24 Feb 1998 22:48:24 +0000 (22:48 +0000)]
(\angleleft, \angleright): New macros.
(\refx, \email, \key): Use them.
From: Stephen Gildea <gildea@intouchsys.com>
Date: Fri, 26 Dec 1997 11:43:32 EST

26 years ago1997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Karl Berry [Mon, 23 Feb 1998 22:34:20 +0000 (22:34 +0000)]
1997-08-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* doc/texinfo.tex (xrdef): Read the second argument with \ as an
escape character.

26 years ago(\tocentry): Don't \turnoffactive before
Karl Berry [Mon, 26 Jan 1998 20:40:21 +0000 (20:40 +0000)]
(\tocentry): Don't \turnoffactive before
typesetting the arguments, it causes special characters to be
printed incorrectly.

26 years ago(\dots, \enddots): Use current font instead of always using math italic.
Karl Berry [Wed, 24 Dec 1997 18:59:06 +0000 (18:59 +0000)]
(\dots, \enddots): Use current font instead of always using math italic.

26 years agoSpurious xepsf.tex should be epsf.tex.
Karl Berry [Tue, 23 Dec 1997 16:33:04 +0000 (16:33 +0000)]
Spurious xepsf.tex should be epsf.tex.

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Thu, 4 Dec 1997 01:16:52 +0000 (01:16 +0000)]
automatically generated from GPLed version

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Thu, 6 Nov 1997 00:43:09 +0000 (00:43 +0000)]
automatically generated from GPLed version

26 years agoMention YFLAGS and LFLAGS along with CFLAGS.
Karl Heuer [Mon, 27 Oct 1997 03:47:03 +0000 (03:47 +0000)]
Mention YFLAGS and LFLAGS along with CFLAGS.

26 years ago(\titlefont): Explicitly set \rm.
Karl Berry [Mon, 13 Oct 1997 19:49:25 +0000 (19:49 +0000)]
(\titlefont): Explicitly set \rm.

26 years agoQuick changes for make 3.76.1. 3.76.1
Paul Smith [Fri, 19 Sep 1997 19:47:55 +0000 (19:47 +0000)]
Quick changes for make 3.76.1.

26 years agoMinor tweaks for 3.76. 3.76
Paul Smith [Tue, 16 Sep 1997 18:08:59 +0000 (18:08 +0000)]
Minor tweaks for 3.76.

26 years agoChanges for GNU make 3.76
Paul Smith [Tue, 16 Sep 1997 14:19:43 +0000 (14:19 +0000)]
Changes for GNU make 3.76

26 years agoChanges for GNU make 3.76
Paul Smith [Tue, 16 Sep 1997 14:17:23 +0000 (14:17 +0000)]
Changes for GNU make 3.76

26 years agoautomatically generated from GPLed version
Paul Eggert [Thu, 11 Sep 1997 18:13:19 +0000 (18:13 +0000)]
automatically generated from GPLed version

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Thu, 11 Sep 1997 18:13:19 +0000 (18:13 +0000)]
automatically generated from GPLed version

26 years agoautomatically generated from GPLed version
Paul Eggert [Thu, 11 Sep 1997 18:13:19 +0000 (18:13 +0000)]
automatically generated from GPLed version

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Thu, 11 Sep 1997 18:13:19 +0000 (18:13 +0000)]
automatically generated from GPLed version

26 years agoChanges for GNU make 3.75.93.
Paul Smith [Fri, 5 Sep 1997 21:01:49 +0000 (21:01 +0000)]
Changes for GNU make 3.75.93.

26 years agoGNU make 3.75.92 3.75.92
Paul Smith [Wed, 27 Aug 1997 21:14:44 +0000 (21:14 +0000)]
GNU make 3.75.92

26 years agoNew glob.h to understand __const
Paul Smith [Wed, 27 Aug 1997 20:43:43 +0000 (20:43 +0000)]
New glob.h to understand __const

26 years agoUpdated for GNU make 3.75.92.
Paul Smith [Wed, 27 Aug 1997 20:36:31 +0000 (20:36 +0000)]
Updated for GNU make 3.75.92.

26 years agoUpdates for GNU make 3.75.92.
Paul Smith [Wed, 27 Aug 1997 20:30:54 +0000 (20:30 +0000)]
Updates for GNU make 3.75.92.

26 years agoLast minute 3.75.91 changes. 3.75.91
Paul Smith [Mon, 18 Aug 1997 20:14:30 +0000 (20:14 +0000)]
Last minute 3.75.91 changes.

26 years agoe the global copy of this lib.
Paul Smith [Mon, 18 Aug 1997 19:31:49 +0000 (19:31 +0000)]
e the global copy of this lib.

26 years agoBug fixes and automake changes.
Paul Smith [Mon, 18 Aug 1997 18:11:04 +0000 (18:11 +0000)]
Bug fixes and automake changes.

26 years agoRemoved files that are no longer needed now that we use automake.
Paul Smith [Mon, 18 Aug 1997 16:48:45 +0000 (16:48 +0000)]
Removed files that are no longer needed now that we use automake.

26 years agoRemoved files that are no longer needed now that we use automake.
Paul Smith [Mon, 18 Aug 1997 15:19:04 +0000 (15:19 +0000)]
Removed files that are no longer needed now that we use automake.

26 years agoautomatically generated from GPLed version
Miles Bader [Thu, 14 Aug 1997 02:25:35 +0000 (02:25 +0000)]
automatically generated from GPLed version

26 years agoautomatically generated from GPLed version
Paul Eggert [Thu, 14 Aug 1997 02:16:15 +0000 (02:16 +0000)]
automatically generated from GPLed version

26 years agoFinal update for 3.75.1. 3.75.1
Paul Smith [Fri, 1 Aug 1997 06:31:21 +0000 (06:31 +0000)]
Final update for 3.75.1.

26 years ago(\email): Let to \uref instead of \code, as a second optional argument
Karl Berry [Sat, 26 Jul 1997 19:12:35 +0000 (19:12 +0000)]
(\email): Let to \uref instead of \code, as a second optional argument
makes sense for this, too.

26 years agoTest `__unix' along with `unix'.
Richard M. Stallman [Tue, 22 Jul 1997 21:35:43 +0000 (21:35 +0000)]
Test `__unix' along with `unix'.

26 years agoAdd comment describing HAVE_PSTAT_GETDYNAMIC.
Jim Meyering [Tue, 15 Jul 1997 13:21:56 +0000 (13:21 +0000)]
Add comment describing HAVE_PSTAT_GETDYNAMIC.

26 years ago(\indexdummies): Add \value.
Karl Berry [Mon, 14 Jul 1997 17:43:41 +0000 (17:43 +0000)]
(\indexdummies): Add \value.

26 years ago(\authorrm): Must use \def instead of \let, as \secrm is not yet
Karl Berry [Thu, 10 Jul 1997 17:34:25 +0000 (17:34 +0000)]
(\authorrm): Must use \def instead of \let, as \secrm is not yet
defined.

26 years ago(\titlefont): Define again, using \titlefonts.
Richard M. Stallman [Thu, 10 Jul 1997 01:23:38 +0000 (01:23 +0000)]
(\titlefont): Define again, using \titlefonts.

26 years ago(\startcontents): Leave ^ catcode as other.
Karl Berry [Wed, 9 Jul 1997 20:45:27 +0000 (20:45 +0000)]
(\startcontents): Leave ^ catcode as other.