summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
1996-07-29(\indexfonts): Make leading be 12pt. Otherwise, it's too crammed.Karl Berry1-25/+14
(\smalllispx): Remove \setleading{10pt}. That was too small. (\doprintindex): Do not call \tex ... \Etex. Index files are Texinfo source, not TeX source, except for using \ instead of @ as the escape character (for now).
1996-07-29.3.74.7Roland McGrath1-0/+16
1996-07-29Sun Jul 28 15:37:09 1996 Rob Tulloh (tulloh@tivoli.com)Roland McGrath1-10/+9
* w32/include/pathstuff.h: Added prototype for the new function convert_vpath_to_win32. Deleted macro for same.
1996-07-29Sun Jul 28 15:37:09 1996 Rob Tulloh (tulloh@tivoli.com)Roland McGrath1-219/+239
* w32/pathstuff.c: Turned convert_vpath_to_win32() into a real function. This was done so that VPATH could contain white space separated pathnames. Please note that directory paths (in VPATH/vpath context) containing white space are not supported (just as they are not under Unix). See README.WIN32 for suggestions.
1996-07-29Sun Jul 28 15:37:09 1996 Rob Tulloh (tulloh@tivoli.com)Roland McGrath2-98/+228
* w32/pathstuff.c: Turned convert_vpath_to_win32() into a real function. This was done so that VPATH could contain white space separated pathnames. Please note that directory paths (in VPATH/vpath context) containing white space are not supported (just as they are not under Unix). See README.WIN32 for suggestions. * README.WIN32: Added some notes about why I chose not to try and support pathnames which contain white space and some workaround suggestions.
1996-07-28(paragraphindent): Move to more reasonable place in the source file.Karl Berry1-50/+52
(chapfonts, secfonts, subsecfonts, indexfonts): Call \setleading. (\chfplain, \secheading, \plainsecheading, \subsecheading, \subsubheading): Rewrite to properly \hangindent the title. (\sectionheading): New generic macro to print section titles.
1996-07-28Initial revisionKarl Berry1-0/+4586
1996-07-26.Roland McGrath1-0/+2
1996-07-26Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-5/+0
* GNUmakefile (mkdep-nolib): Use -MM option unconditionally.
1996-07-26RegeneratedRoland McGrath1-523/+29
1996-07-26RegeneratedRoland McGrath1-29/+523
1996-07-26autoconfRoland McGrath1-1/+1
1996-07-26Regenerated for 3.74.7Roland McGrath1-1/+1
1996-07-26Updated from libcRoland McGrath4-153/+38
1996-07-26.Roland McGrath2-1/+6
1996-07-26Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-2/+5
* main.c (define_makeflags): Back up P to point at null terminator when killing final space and dash before setting MFLAGS.
1996-07-26.Roland McGrath1-0/+15
1996-07-26Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-1/+1
* GNUmakefile (win32files): Add NMakefile.
1996-07-26Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-0/+16
From Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>: * dir.c [__MSDOS__] [DJGPP > 1]: Include <libc/dosio.h> and defin `__opendir_flags' initialized to 0. [__MSDOS__] (dosify) [DJGPP > 1]: Return name unchanged if _USE_LFN. (find_directory) [__MSDOS__ && DJGPP > 1]: If _USE_LGN, set __opendir_flags to __OPENDIR_PRESERVE_CASE.
1996-07-26Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-1/+2
* GNUmakefile (win32files): Add NMakefile. * NMakefile (LDFLAGS_debug): Value fixed by tulloh.
1996-07-26Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-0/+1
* vmsfunctions.c (vms_stat): `sys$dassgn (DevChan);' added by kkaempf.
1996-07-20.Roland McGrath1-0/+10
1996-07-20Sat Jul 20 12:32:10 1996 Klaus Kämpf (kkaempf@progis.de)Roland McGrath5-5/+8
* remake.c (f_mtime) [VMS]: Add missing `if' conditional for future modtime check. * config.h-vms, makefile.vms, readme.vms, vmsify.c: Update address.
1996-07-20Sat Jul 20 05:29:43 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-1/+1
* configure.in: Require autoconf 2.10 or later.
1996-07-19Regenerated for 3.74.63.74.6Roland McGrath1-1/+6
1996-07-19Updated from libcRoland McGrath1-1/+1
1996-07-193.74.6Roland McGrath8-374/+380
1996-07-19.Roland McGrath1-77/+74
1996-07-19updated w32 code by tullohRoland McGrath13-1814/+1822
1996-07-19Fri Jul 19 16:57:27 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-1/+8
* GNUmakefile (win32files): New variable. (distfiles): Add it. * w32: Updated by Rob Tulloh.
1996-07-19Fri Jul 19 16:57:27 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-24/+24
* makefile.vms (LOADLIBES): Fix typo.
1996-07-14.Roland McGrath1-0/+6
1996-07-14Sun Jul 14 12:59:27 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-2/+3
* job.c (construct_command_argv_internal): Fix up #else, #endifs.
1996-07-14Sun Jul 14 12:59:27 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-16/+7
* remake.c (f_mtime): Don't compare MTIME to NOW if MTIME == -1.
1996-07-14Sun Jul 14 12:59:27 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-1/+1
* configh.dos: Define HAVE_DIRENT_H instead of DIRENT.
1996-07-14xref nonunix portsRoland McGrath1-0/+5
1996-07-14Regenerated for 3.74.53.74.5Roland McGrath1-1/+1
1996-07-14Updated from libcRoland McGrath2-8/+1
1996-07-14.Roland McGrath2-76/+82
1996-07-14.Roland McGrath1-0/+4
1996-07-14Sun Jul 14 12:59:27 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-2/+3
* main.c (main): Exit with status 2 when update_goal_chain returns 2.
1996-07-03formatting tweaksMark Seaborn1-2/+2