summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-05-27automatically generated from GPLed versionPaul Eggert3-36/+34
1997-05-27automatically generated from GPLed versionPaul Eggert2-4/+0
1997-05-24(\deftypemethod, \deftypemethodheader): New macros to implementKarl Berry1-0/+11
new commands @deftypemethod and @deftypemethodx. Suggestion from: KHMarbaise@p69.ks.fido.de (Karl Heinz Marbaise).
1997-05-23(\opnr, \clnr): Increment/decrement \parencount, forKarl Berry1-9/+13
* texinfo.tex (\opnr, \clnr): Increment/decrement \parencount, for @defun lines with nested parens. From Bill Schelter <wfs@fireant.ma.utexas.edu>. (\itemizeitem): Correct \errmessage.
1997-05-19(\codeunder): Use \_ and \ifusingtt to avoid dotaccent from _ in romanKarl Berry1-5/+9
fonts, e.g., @deftypefn. (\tex): Remove spurious spaces at the end of subdefinitions. From: "John W. Eaton" <jwe@bevo.che.wisc.edu>. (\url, \email): \let to \code; no quotes or angle brackets.
1997-05-17Explain which commands should use CFLAGS.Richard M. Stallman1-0/+3
1997-05-05(\onepageout): \ifcropmarks, center the page body.Karl Berry1-103/+118
Lost this when merged \croppageout with \onepageout. Found by Arnold. (\doprintindex): Do not bother to go into double column mode unless there actually is a non-empty index. (\begindoublecolumns): Include any existing \partialpage in the new one, lest we lose a whole page of output. Found by M J Morley <mjm@scs.leeds.ac.uk>. (\chapternofonts): Remove spurious spaces, both in the definitions that get output to the aux file(s) and in this macro. Fix comments and rationalize whitespace in various other places.
1997-04-27Avoid expansion in node titles.Karl Berry1-61/+69
Merge cropmarks code into main output routine.
1997-04-18automatically generated from GPLed versionPaul Eggert1-0/+1055
1997-04-07Last-minute changed for 3.75.1Paul Smith4-6/+17
1997-04-07Changes for make 3.75.1Paul Smith54-1555/+3198
1997-04-07New file for DJGPP port.Paul Smith2-0/+299
1997-04-02Renamed to config.h.W32 at RMS' request.Paul Smith1-289/+0
1997-04-02Renamed to README.W32 at RMS' request.Paul Smith1-114/+0
1997-03-12Mon Mar 10 23:47:02 1997 Andreas Schwab ↵Roland McGrath1-4/+12
<schwab@issan.informatik.uni-dortmund.de> * job.c (construct_command_argv_internal): Don't discard an explicit empty argument at the end of the command line. In the slow case return immediately if the command line was empty.
1997-02-23[__GNU__] (NeXT, host_self):Miles Bader1-1/+7
New macros, to make hurd systems use the NeXT code for getting load averages.
1997-01-23automatically generated from GPLed versionPaul Eggert1-0/+191
1997-01-22automatically generated from GPLed versionPaul Eggert1-0/+135
1997-01-16[hpux && HAVE_PSTAT_GETDYNAMIC]: Use HPUX's pstat_getdynamic soJim Meyering1-379/+409
we don't need any special privileges to determine load averages. Patch from Kaveh Ghazi, based on a sample implementation from Richard J. Rauenzahn. Indent cpp-directives to reflect nesting.
1997-01-04Oops, did inadvertent branch.Karl Berry1-5/+2
1996-12-18update from main archive 961217Ulrich Drepper1-30/+30
1996-12-17Spelling fix.Paul Eggert1-1/+1
1996-12-11fix a couple of bugsDavid J. MacKenzie1-2/+3
1996-11-19 (\deftypevarheader, \deftypevrheader): RemoveKarl Berry1-3/+5
* texinfo.tex (\deftypevarheader, \deftypevrheader): Remove anything after the first space in the name to be indexed, for the sake of tzname[2]. (\dovarind): New macro. From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
1996-11-17\indexbreaks, \realunder, \multitable, \footnotezzz.Karl Berry1-5/+28
1996-11-16 (\value): Don't call \parsearg, @value takes a simple arg.Karl Berry1-1/+1
1996-11-16(\parsetpheaderline): Don't go through \tptemp whenKarl Berry1-4/+3
removing braces from #2, use the macro call directly. (\removeemptybraces): Expand to #1 instead of defining \tptemp. From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>. This makes @deftp {Data type} {struct termios} work again.
1996-11-09 (\set, \value): Allow - and _ in @set variable names.Karl Berry1-5/+13
1996-11-09many bug fixes and a few additions, mostly derived from bug-gnu-utilsDavid J. MacKenzie1-1/+3
1996-11-09 (\readauxfile): Leave \catcode`\^ as other;Karl Berry1-77/+93
* texinfo.tex (\readauxfile): Leave \catcode`\^ as other; otherwise, node names containing ^, such as in info/info.texi, cause an error when run through TeX. (\setq): Do not call \auxhat. (\auxhat): Definition no longer needed. Reported by Howard Gayle <howard@hal.com>.
1996-11-07Talk about which dir Info files, Bison output, etc. should go in.Richard M. Stallman1-16/+47
Add some more utilities that can be used in make commands.
1996-11-05(see ChangeLog for Oct 29.)Karl Berry1-6/+24
1996-11-05Call \normalturnoffactive for the sake of \write's that include a \.Karl Berry1-3/+6
1996-10-10[__hpux]: Define hpux. From Eric Backus.Jim Meyering1-1/+9
[__sun]: Define sun. Reported by Kaveh Ghazi.
1996-09-30Untabify.Karl Berry1-84/+88
1996-09-30Changes for Texinfo 3.8 release; see ChangeLog.Karl Berry1-105/+168
1996-09-18 (\inforef): Move to more appropriate place.Karl Berry1-17/+32
* texinfo.tex (\inforef): Move to more appropriate place. (\pounds): Remove spurious extra $. (\email): Typeset argument in angle brackets. (\macro): Use \doignore for robustness, instead of just letting TeX parse the argument. (\unmacro): Define.
1996-09-10(getloadavg): Add new code for SUNOS_5 to use -lkstat.Richard M. Stallman1-0/+45
1996-09-09Describe preinstall and postinstall commands.Richard M. Stallman1-4/+130
1996-09-06Formatting change, define @pounds, etc.Karl Berry1-32/+38
1996-09-02 (\centerchfplain): Rewrite to use \chfplain, and toKarl Berry1-19/+24
actually center. (\unnchfplain): Just call \chfplain. (\chfplain): Rewrite to be generally callable. (\centerparametersmaybe): Hook, a no-op except with @centerchap.
1996-08-31(\key): Do not uppercase the argument; key namesKarl Berry1-1/+1
can be mixed case, e.g., `Control'.
1996-08-28Regenerated for 3.753.75Roland McGrath1-1/+1
1996-08-28.Roland McGrath1-0/+11
1996-08-27Tue Aug 27 01:06:34 1996 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1-2/+3
* main.c (print_version): Print out bug-reporting address. Mon Aug 26 19:55:47 1996 Roland McGrath <roland@baalperazim.frob.com> * main.c (print_data_base): Don't declare ctime; headers do it for us already.
1996-08-27Tue Aug 27 01:06:34 1996 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1-1/+1
* version.c: Version 3.75 released.
1996-08-20 (\key): Typeset a lozenge around the argument (fromKarl Berry1-1/+9
gildea@intouchsys.com).
1996-08-05 (\heading, \subheading, \subsubheading): Can noKarl Berry1-7/+8
* texinfo.tex (\heading, \subheading, \subsubheading): Can no longer call the nonexistent \*secheadingi series. Instead, call \plain*secheading. (\plainsubsecheading, \plainsubsubsecheading): New macros, by analogy with \plainsecheading. (\unnumberedsubseczzz, \unnumberedsubsubseczzz): Call them.
1996-08-03(\HEADINGSdouble, \HEADINGSsingle,Karl Berry1-5/+18
HEADINGSdoubleafter, \HEADINGSsingleafter, \CHAPPAGoff, \CHAPPAGon, \CHAPPAGodd): Set \contentsalignmacro, analogous to \pagealignmacro. (\startcontents): Call \contentsalignmacro instead of \pagealignmacro.
1996-08-02Restoring good RCS id.Karl Berry0-0/+0