aea2b3864d84d34e9eddf672e64ad31d028aa055
[gcc.git] / texinfo / ChangeLog
1 Tue Aug 26 11:18:52 1997 Jeffrey A Law (law@cygnus.com)
2
3 * libtxi/Makefile.in: Add dependencies for memcpy, memmove and strdup.
4
5 Mon Jul 28 17:26:48 1997 Rob Savoye <rob@chinadoll.cygnus.com>
6
7 * aclocal.m4: Add CYGWIN and EXEEXT autoconf macros.
8 * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for
9 win32 dependencies.
10 * configure: Regenerated with autoconf 2.12.
11 * Makefile.in: Add $(EXEEXT) to all executables.
12 * makeinfo/Makefile.in: Add $(EXEEXT) to all executables.
13 * util/Makefile.in: Add $(EXEEXT) to all executables.
14
15 Mon May 26 12:44:43 1997 Ian Lance Taylor <ian@cygnus.com>
16
17 * texinfo.tex: Update to newest FSF version (2.201).
18
19 Fri Mar 14 15:05:17 1997 Karl Berry <karl@cs.umb.edu>
20
21 * info/terminal.c (terminal_prep_terminal): Only use OCRNL and
22 ONLCR if they are defined. Reported by many people.
23
24 Wed Feb 12 11:15:16 1997 Michael Meissner <meissner@cygnus.com>
25
26 * util/texindex.c (main): Make main an int function, not void.
27
28 Sat Jun 29 18:56:07 1996 Geoffrey Noer <noer@cygnus.com>
29
30 * configure.in: if ac_cv_c_cross is yes, don't run the
31 AC_FUNC_SETVBUF_REVERSED call since it tries to do a run
32 test. This allows texinfo to build for cygwin32 Canadian
33 crosses/natives
34 * configure: regenerate
35
36 Wed Jun 26 12:48:10 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
37
38 * Makefile.in (bindir, libdir, mandir, infodir): Use autoconf-set
39 values.
40 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
41 * configure: Rebuilt.
42 * emacs/Makefile.in (bindir, libdir, mandir, infodir): Use
43 autoconf-set values.
44 * info/Makefile.in (bindir, libdir, mandir, infodir): Use
45 autoconf-set values.
46 * libtxi/Makefile.in (bindir, libdir, mandir, infodir): Use
47 autoconf-set values.
48 * makeinfo/Makefile.in (bindir, libdir, mandir, infodir):
49 Use autoconf-set values.
50 * util/Makefile.in (bindir, libdir, mandir, infodir): Use
51 autoconf-set values.
52
53 Fri Oct 4 07:49:49 1996 Karl Berry <karl@cs.umb.edu>
54
55 * Version 3.9.
56
57 * Makefile.in (install): Say to install texinfo.tex manually.
58
59 * util/texi2dvi,
60 * util/texindex.c,
61 * makeinfo/makeinfo.c,
62 * info/info.c: Include only the current year in the copyright message.
63
64 * util/texi2dvi: Exit successfully.
65 From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
66
67 Thu Oct 3 12:58:32 1996 Karl Berry <karl@cs.umb.edu>
68
69 * Rename install.sh to the preferred install-sh.
70
71 * Makefile.in (VERSION),
72 * util/texi2dvi,
73 * util/texindex.c,
74 * util/install-info.c,
75 * makeinfo/makeinfo.c (minor_version, print_version_info),
76 * info/info.c: Update version number.
77
78 * util/texi2dvi: Only show diff if verbose.
79
80 * util/install-info.c (main): Check for a missing dir file as well
81 as a missing info files.
82 (main): At start of a node, completely initialize the newly-malloced
83 node structure.
84
85 * texinfo.texi: Fix incorrect uses of @key,
86 insert missing newline in Installing Dir Entries' @menu item,
87 document install-info invocation.
88
89 * Makefile.in (DISTFILES): Do not put .gdbinit's in distribution.
90 (dist): Use || instead of && (and invert sense) so make doesn't think
91 the command failed.
92 (dist): Exclude more junk.
93
94 * makeinfo/makeinfo.c (cm_xref): Back out patch from Tom T., since
95 we generate a good-enough error message that is suppressible
96 without it.
97
98 * util/gen-dir-node: The recommended name for the top-level info
99 file is dir, not dir.info.
100
101 * util/install-info.c (main): At `Mark the end of the Top node',
102 make sure the node name is non-NULL before comparing it. From
103 lvirden@cas.org.
104
105 * configure.in (AC_REPLACE_FUNCS): Use this for memcpy, memmove,
106 and strdup.
107 (AC_CHECK_FUNCS): Instead of this.
108 Because both bcopy and memmove are missing on the 3b2, as reported by
109 Gaylen Miller <gaylen@proaxis.com>, hence we must provide our own.
110 * libtxi/Makefile.in (LIBOBJS): New variable.
111 (OBJS): Include it.
112 * libtxi/memcpy.c, libtxi/memmove.c, libtxi/strdup.c: New files,
113 taken from fileutils 3.13.
114 * makeinfo/makeinfo.c,
115 * info/clib.c (strdup): Move to libtxi.
116
117 Wed Oct 2 18:23:30 1996 Karl Berry <karl@cs.umb.edu>
118
119 * info/info-utils.h (memcpy) [!HAVE_MEMCPY],
120 * info/termdep.h (memcpy) [!HAVE_MEMCPY],
121 * makeinfo/makeinfo.c (memmove) [!HAVE_MEMMOVE]: Remove this
122 #ifdef, as we now include it in libtxi if missing.
123
124 Tue Oct 1 17:41:52 1996 Karl Berry <karl@cs.umb.edu>
125
126 * makeinfo/Makefile.in (install),
127 * info/Makefile.in (install),
128 * Makefile.in (install): Use new option name --info-dir instead of
129 --infodir.
130
131 * makeinfo/multi.c (out_char): New fn. Replace all calls to
132 putc/fprintf with calls to this.
133
134 * util/install-info.c: Rename --infodir to info-dir.
135
136 Mon Sep 30 10:07:21 1996 Karl Berry <karl@cs.umb.edu>
137
138 * Version 3.8.
139
140 * texinfo.tex: Untabify.
141
142 * texinfo.tex (\ptexl, \ptexL): Do not save, we have our own
143 commands now.
144 (\onepageout): Reformat for readability, and call \indexdummies
145 to avoid expansion of Texinfo commands (e.g., accents) in \write's.
146 (\,, \dotaccent, \ringaccent, \tieaccent, \ubaraccent, udotaccent,
147 \questiondown, \exclamdown, \dotless): New macros.
148 (\l): Let plain TeX definition remain, instead of switching
149 to ``lisp'' font.
150 (\multitable): Ensure space between the columns,
151 insert struts to make interline spacing constant,
152 use real strut instead of a box containing `Xy'.
153 (\indexdummies): Do not define \rm, \char, but
154 do define \@, \{, \}, \dotless, and \,. And \t should generate
155 \t, not \r.
156 (\indexnofonts): Define \, and \dotless as \indexdummyfont,
157 and let \@ be @.
158 (\doind): Reformat for readability, and use temp control sequence
159 names that actually make sense.
160 (\doublecolumnout, \pagesofar, \enddoublecolumns): Restore
161 Knuth's original code to avoid spurious overfull vbox messages.
162 (No boxes are actually overfull).
163 (\shortcontents): Do not allow hyphenations.
164 (\dochapentry, \tocentry): Make glue above and below flexible, to allow
165 better page breaks.
166 (\tex): Reset \, to its plain TeX meaning,
167 and do not reset \l.
168
169 * COPYING: Update for new FSF address (from gcc dist).
170
171 * libtxi/Makefile.in: Various simplifications.
172
173 Sun Sep 29 12:58:44 1996 Karl Berry <karl@cs.umb.edu>
174
175 * util/texi2dvi: Use $progname instead of $0 for --version.
176
177 * util/install-info.c (xmalloc, xrealloc): Declare malloc and
178 realloc as returning void *,
179 to avoid ptr/int problems on Digital Unix.
180
181 * info/tilde.c (tilde_expand_word): Declare getenv as returning char *,
182 to avoid warning on Digital Unix.
183
184 * makeinfo/multi.c (multitable_active): Declare extern here to
185 avoid ld warning on rs6000.
186
187 * util/texindex.c (usage): Avoid ??' trigraph.
188
189 * util/install-info.c: Include <sys/fcntl.h> or <fnctl.h>,
190 according to HAVE_SYS_FCNTL_H,
191 and only include <sys/file.h> if HAVE_SYS_FILE_H.
192 (readlines): Oops, had NULL's and 0's reversed for ptr/int members.
193
194 * info/terminal.c (terminal_goto_xy): Remove spurious extra ;.
195
196 * util/install-info.c: Untabify. (input_sections): Initialize.
197 (find_lines): Initialize the terminating element of the array.
198 (print_help): Document --infodir.
199 (main): Compare the basename of infile sans .info to the dir entry,
200 not infile itself.
201 * util/Makefile.in (clean): Remove the install-info binary.
202
203 * info/Makefile.in (distclean): Remove *.info* files.
204
205 * Makefile.in (install),
206 * info/Makefile.in (install),
207 * makeinfo/Makefile.in (install): Use --infodir instead of --info-file.
208
209 * info/info.c,
210 * makeinfo/makeinfo.c: Avoid newlines in string constants for the
211 sake of SunOS cc.
212
213 * makeinfo/multi.c: Do not assume ANSI C.
214
215 * info/info.texi: Oops, need @end vtable for a @vtable.
216
217 Sat Sep 28 16:31:28 1996 Karl Berry <karl@cs.umb.edu>
218
219 * Makefile.in (texinfo): Do not depend on sub-all, as then
220 makeinfo is always run. Instead, depend on texinfo.texi.
221
222 * makeinfo/Makefile.in (info, dvi): New targets.
223 makeinfo.info, makeinfo.dvi: Do not depend on macro.texi for now.
224
225 * info/Makefile.in (install): Must call install-info twice.
226
227 * info/info-stnd.texi,
228 * info/info.texi,
229 * makeinfo/makeinfo.texi: Include direntry.
230
231 * emacs/Makefile.in: Use && after cd, etc.
232
233 * texinfo.texi: Kludges so makeinfo -E will not create spurious
234 differences. Add new direntries.
235
236 * util/install-info.c,
237 * util/texindex.c,
238 * makeinfo/makeinfo.c,
239 * info/info.c: Standardize --version output.
240
241 * makeinfo/makeinfo.c (defun_internal): Don't insert index command
242 if expanding macros.
243 (cm_footnotestyle): Don't change the footnote style if it was set
244 on the command line.
245
246 * util/texi2dvi: Recompute original index files each time through loop.
247 Make indentation uniform.
248 Use same basename for the temp input files.
249 Standardize --version output.
250
251 * info/Makefile.in (install),
252 * makeinfo/Makefile.in (install): Insert $(POST_INSTALL).
253
254 Fri Sep 27 13:27:30 1996 Karl Berry <karl@cs.umb.edu>
255
256 * texinfo.texi (Format with texi2dvi): Rewrite now that the script
257 runs in a loop.
258
259 * info/Makefile.in (MAKEINFO): Simplify to ../makeinfo/makeinfo.
260
261 Fri Sep 27 00:26:03 1996 Miles Bader <miles@gnu.ai.mit.edu>
262
263 * info/terminal.c [HAVE_TERMIOS_H] (terminal_prep_terminal,
264 terminal_unprep_terminal): Add code for termios.
265 [HAVE_TERMIOS_H] (original_termios, ttybuff): New variables.
266 * info/termdep.h: [HAVE_TERMIOS_H]: Add include of <termios.h>.
267 * configure.in: Add check for <termios.h>.
268
269 Thu Sep 26 10:46:34 1996 Karl Berry <karl@cs.umb.edu>
270
271 * emacs/texnfo-upd.el,
272 * emacs/texinfo.el,
273 * emacs/texinfmt.el: Update from bob for new Texinfo commands, etc.
274
275 * emacs/info.el, emacs/informat.el, emacs/makeinfo.el,
276 emacs/texnfo-tex.el: Update from Emacs 19.34 dist.
277
278 * emacs/elisp-comp: Use TMPDIR if set.
279
280 * util/Makefile.in (libdir): Remove.
281
282 * makeinfo/Makefile.in (install),
283 * Makefile.in (install),
284 * info/Makefile.in (install): Run install-info.
285 (libdir): Remove.
286
287 * texinfo.texi: Various fixes as I make this go through TeX.
288
289 * util/install-info.c: Quote newlines in help message.
290
291 * util/texi2dvi (texi2dvi): Run TeX until the aux/index files
292 stabilize, instead of just twice. From: David Shaw
293 <daves@gsms01.alcatel.com.au>.
294
295 Tue Sep 24 14:43:03 1996 Karl Berry <karl@cs.umb.edu>
296
297 * dir: Blank dir file for installation on new systems.
298
299 Mon Sep 23 12:18:43 1996 Karl Berry <karl@cs.umb.edu>
300
301 * makeinfo/makeinfo.c (args_from_string): Do not back up at a };
302 that leads to an infinite loop.
303
304 Sat Sep 21 17:48:04 1996 Karl Berry <karl@cs.umb.edu>
305
306 * makeinfo/makeinfo.c (cm_xref): Do not seg fault if outside of
307 any node. From: Tom Tromey <tromey@creche.cygnus.com>.
308 (cm_ctrl): Make obsolete.
309
310 Tue Sep 17 13:30:08 1996 Karl Berry <karl@cs.umb.edu>
311
312 * texinfo.tex (\inforef): Move to more appropriate place.
313 (\pounds): Remove spurious extra $.
314 (\email): Typeset argument in angle brackets.
315 (\macro): Use \doignore for robustness, instead of just letting TeX
316 parse the argument.
317 (\unmacro): Define.
318
319 Sat Sep 14 16:17:35 1996 Karl Berry <karl@cs.umb.edu>
320
321 * texinfo.texi: Document multitables, new ISBN number.
322
323 Wed Sep 11 18:01:24 1996 Karl Berry <karl@cs.umb.edu>
324
325 * makeinfo/multi.c (struct env): Remove unused output_position
326 field; this needs to be global.
327 (setup_multitable_parameters): Implement template-defined multitables.
328 (output_multitable_row): Remove trailing whitespace.
329
330 * makeinfo/makeinfo.c (_READ_BUFFER_GROWTH, struct _defines):
331 Remove leading underscore for POSIX/ANSI pedants.
332 (init_conversion): Initialize output_position here.
333 (init_paragraph): Instead of here, where it loses with the
334 multitable calls, eventually resulting in negative counts to the
335 write call when the output file is split.
336
337 * texinfo.texi: First cut at macro documentation.
338 Change accent doc to use tables.
339 Remove whitespace experiments, they are now the default.
340
341 Mon Sep 9 14:16:24 1996 Karl Berry <karl@cs.umb.edu>
342
343 * makeinfo/makeinfo.c: Use putc instead of fprintf where possible.
344 (cm_accent): Put _ from @ubaraccent after argument.
345
346 * util/texindex.c (strerror) [!strerror]: Conditionalize
347 declaration.
348
349 Sat Sep 7 14:13:24 1996 Karl Berry <karl@cs.umb.edu>
350
351 * makeinfo/makeinfo.c (commandTable): Obsolete @setchapterstyle.
352
353 Thu Sep 5 15:45:11 1996 Karl Berry <karl@cs.umb.edu>
354
355 * makeinfo/makeinfo.c (convert_from_loaded_file): Oops, fix
356 wording of initial output comment.
357
358 * makeinfo/makeinfo.c (cm_angle_brackets): Rename from cm_key.
359 (commandTable): @email should produce angle brackets.
360 @key: Change name.
361
362 Tue Sep 3 14:52:17 1996 Karl Berry <karl@cs.umb.edu>
363
364 * texinfo.tex (\hsize): Decrease.
365 (\hoffset): Increase.
366 (\setleading): Decrease dramatically.
367 This change affects 8.5x11 format only.
368
369 * texinfo.texi: Document accent commands.
370
371 Mon Sep 2 11:10:49 1996 Karl Berry <karl@cs.umb.edu>
372
373 * makeinfo/makeinfo.c (commandTable): Deprecate @ichapter and
374 @titlespec.
375 Move all the deprecated @i<section> commands to the end of the list.
376
377 * texinfo.texi: Document @pounds{} and @centerchap{}.
378
379 * texinfo.tex (\centerchfplain): Rewrite to use \chfplain, and to
380 actually center.
381 (\unnchfplain): Just call \chfplain.
382 (\chfplain): Rewrite to be generally callable.
383 (\centerparametersmaybe): Hook, a no-op except with @centerchap.
384
385 Sun Sep 1 15:01:49 1996 Karl Berry <karl@cs.umb.edu>
386
387 * texinfo.texi: Document @<whitespace>, rearrange spacing section.
388
389 * makeinfo.c (commandTable): Make @. @? @! insert themselves,
390 not be sentence-non-enders. They are sentence *enders*. Also,
391 make @\t and @\n insert a normal space character, not themselves.
392 Also, define @hyphenation.
393 (insert_space): New function.
394 (cm_ignore_sentence_ender): Remove this.
395 (flush_output): Check only for META-SPC, not META-<sentence-ender>.
396
397 Fri Aug 30 18:55:30 1996 Karl Berry <karl@cs.umb.edu>
398
399 * texinfo.texi: Document @- and @hyphenation{}.
400 Miscellanous fixes.
401
402 * makeinfo/makeinfo.c (commandTable): Define @- as cm_no_op, since
403 makeinfo doesn't do hyphenation.
404
405 Thu Aug 29 13:05:38 1996 Karl Berry <karl@cs.umb.edu>
406
407 * texinfo.tex (\key): Do not uppercase the argument; key names
408 can be mixed case, e.g., `Control'.
409
410 * makeinfo/makeinfo.c: @infotop, @infounnumbered,
411 @infounnumberedsec, @infounnumberedsubsec,
412 @infounnumberedsubsubsec, @infoappendix, @infoappendixsec,
413 @infoappendixsubsec, @infoappendixsubsubsec, @infochapter,
414 @infosection, @infosubsection, @infosubsubsection:
415 Remove these long-since obsolete commands.
416 @iappendix, @iappendixsection, @iappendixsec, @iappendixsubsec,
417 @iappendixsubsubsec, @ichapter, @isection, @isubsection,
418 @isubsubsection, @iunnumbered, @iunnumberedsec, @iunnumberedsubsec,
419 @iunnumberedsubsubsec:
420 Deprecate these.
421 @infoinclude:
422 Obsolete this.
423 @,: Have to take an argument, since have to do @,{c} not c@,; can't
424 feasibly implement the latter in TeX.
425
426 * makeinfo/makeinfo.c: Rename @d to @udotaccent, since this is
427 relatively infrequently used.
428
429 Tue Aug 27 14:58:56 1996 Karl Berry <karl@cs.umb.edu>
430
431 * info/info.c (print_short_help),
432 * util/install-info.c (print_help),
433 * util/texi2dvi,
434 * makeinfo/makeinfo.c (usage) Include bug reporting address.
435
436 Mon Aug 26 15:27:17 1996 Karl Berry <karl@cs.umb.edu>
437
438 * makeinfo/makeinfo.c (commandTable): Remove @input, @medbreak,
439 @smallbreak, @overfullrule, @br.
440
441 Sun Aug 25 17:25:48 1996 Karl Berry <karl@cs.umb.edu>
442
443 * makeinfo/makeinfo.c (commandTable): Unify commands that perform
444 the same operation, such as cm_file, cm_samp, cm_email,
445 etc., which all do cm_code.
446
447 * texinfo.texi: Document @ifhtml ... @end ifhtml. Change
448 `PlainTeX' to `plain TeX'.
449
450 Fri Aug 23 16:03:16 1996 Karl Berry <karl@cs.umb.edu>
451
452 * texinfo.tex (\pounds): New Texinfo command @pounds{}.
453 (\parskip): New smaller value.
454 (\chapheadingskip, \secheadingskip, \subsecheadingskip): New smaller
455 values, both for 8.5x11 and @smallbook formats. From Bob.
456
457 * makeinfo/makeinfo.c (cm_special_char): @pounds{} prints a #.
458 (commandTable): Add new command @pounds.
459
460 Tue Aug 20 13:47:20 1996 Karl Berry <karl@cs.umb.edu>
461
462 * makeinfo/makeinfo.c (CommandTable): Restore "!", accidentally
463 removed previously.
464
465 * texinfo.tex (\key): Typeset a lozenge around the argument (from
466 gildea@intouchsys.com).
467 * makeinfo/makeinfo.c (cm_key): Surround arg with <...> to match
468 new lozenge style in TeX.
469
470 Wed Aug 14 16:59:23 1996 Karl Berry <karl@cs.umb.edu>
471
472 * texinfo.texi: Propagate change from rms.
473
474 Tue Aug 13 11:33:27 1996 Karl Berry <karl@cs.umb.edu>
475
476 * texinfo.texi: Propagate change from rms.
477
478 * texinfo.texi: Document other @headings options.
479
480 Sun Aug 11 13:19:42 1996 Karl Berry <karl@cs.umb.edu>
481
482 * makeinfo/makeinfo.c (cm_accent, cm_special_char, cm_dotless):
483 New functions.
484 (CommandTable): Add new commands for all of plain.tex's
485 accents and non-English characters.
486
487 Fri Aug 9 14:12:07 1996 Karl Berry <karl@cs.umb.edu>
488
489 * makeinfo/makeinfo.c (convert_from_loaded_file): Say we're making
490 ``text'' file if no_headers. Also, use `input_filename' instead
491 of just `name' for clarity.
492 (suffixes): Check for no suffix last, i.e., prefer `foo.texi' as an
493 input file to `foo'. (The latter is probably a binary.)
494
495 Mon Aug 5 13:52:39 1996 Karl Berry <karl@cs.umb.edu>
496
497 * texinfo.tex (\heading, \subheading, \subsubheading): Can no
498 longer call the nonexistent \*secheadingi series. Instead, call
499 \plain*secheading.
500 (\plainsubsecheading, \plainsubsubsecheading): New macros, by analogy
501 with \plainsecheading.
502 (\unnumberedsubseczzz, \unnumberedsubsubseczzz): Call them.
503
504 Sun Aug 4 16:46:10 1996 Karl Berry <karl@cs.umb.edu>
505
506 * makeinfo/makeinfo.c (flush_output): Mask out eighth bit, that we
507 turned on in non-sentence enders.
508
509 Sat Aug 3 14:03:10 1996 Karl Berry <karl@cs.umb.edu>
510
511 * texinfo.tex (\HEADINGSdouble, \HEADINGSsingle,
512 HEADINGSdoubleafter, \HEADINGSsingleafter, \CHAPPAGoff,
513 \CHAPPAGon, \CHAPPAGodd): Set \contentsalignmacro, analogous to
514 \pagealignmacro.
515 (\startcontents): Call \contentsalignmacro instead of \pagealignmacro.
516
517 Mon Jul 29 14:44:33 1996 Karl Berry <karl@cs.umb.edu>
518
519 * texinfo.tex (\indexfonts): Make leading be 12pt. Otherwise, it's
520 too crammed.
521 (\smalllispx): Remove \setleading{10pt}. That was too small.
522 (\doprintindex): Do not call \tex ... \Etex. Index files are Texinfo
523 source, not TeX source, except for using \ instead of @ as the
524 escape character (for now).
525
526 Sun Jul 28 13:37:05 1996 Karl Berry <karl@cs.umb.edu>
527
528 * texinfo.tex (paragraphindent): Move to more reasonable place in
529 the source file.
530 (chapfonts, secfonts, subsecfonts, indexfonts): Call \setleading.
531 (\chfplain, \secheading, \plainsecheading, \subsecheading,
532 \subsubheading): Rewrite to properly \hangindent the title.
533 (\sectionheading): New generic macro to print section titles.
534
535 * texinfo.texi: Update the `Obtaining TeX' node.
536
537 Fri Jul 26 14:11:48 1996 Karl Berry <karl@cs.umb.edu>
538
539 * util/texi2dvi: Do macro expansion with makeinfo before running TeX.
540 Various expansion safety measures added for test; avoid use of -o.
541
542 * makeinfo/makeinfo.c (usage): More usage message tweaks.
543
544 Fri Jul 26 11:55:37 1996 Karl Berry <karl@laurie>
545
546 * util/texi2dvi: Format usage message to conform to the other *utils.
547
548 Thu Jul 25 17:05:47 1996 Karl Berry <karl@cs.umb.edu>
549
550 * emacs/Makefile.in: Do not compile the Elisp by default. We
551 don't install it, so it confuses people to compile it.
552
553 Sun Jul 21 07:20:09 1996 Karl Berry <karl@cs.umb.edu>
554
555 * util/Makefile.in (install-info): Dependency should be
556 install-info.o, not install-info. Also, update copyright years.
557
558 * makeinfo/makeinfo.c (cm_printindex): Don't call execute_string
559 to print index entries, we've already done the expansion now.
560
561 * makeinfo/makeinfo.h: Add copyright. Finish merge of rms changes.
562 * makeinfo/makeinfo.c: Finish merge, add my expansion changes again.
563 * makeinfo/multi.c: Add copyright message.
564
565 Fri Jul 19 10:35:22 1996 Karl Berry <karl@cs.umb.edu>
566
567 * info/info.c: Update copyright date.
568
569 * info/info.texi,
570 * util/install-info.c,
571 * emacs/Makefile.in,
572 * emacs/texnfo-tex.el,
573 * emacs/Makefile.in: Change FSF address.
574
575 * Merged changes from bfox -- below, plus multitable changes, plus
576 lots more.
577
578 Sun Apr 14 08:49:50 1996 Brian J. Fox <bfox@nirvana.samsara.com>
579
580 * makeinfo/makeinfo.c (remember_node_reference): Numerous commands
581 call remember_node_reference. If a node has not yet been defined,
582 use the empty string as the current node for those cases.
583
584 Mon Feb 12 17:35:38 1996 Brian J. Fox <bfox@nirvana.samsara.com>
585
586 * makeinfo/makeinfo.c (push_node_filename): Clean up calls to
587 xmalloc and xrealloc. Only have to call xrealloc.
588
589 Fri Jan 26 08:00:38 1996 Brian J. Fox <bfox@nirvana.samsara.com>
590
591 * info/session.c (info_input_buffer_space_available): Fix typo
592 which forced the limitation of the sizeof (int) instead of sizeof
593 (buffer).
594
595 * Makefile.in (PACKVER): now at 3.8. Add TERMIOS support to
596 Info. Minor bugs fixed in Makeinfo.
597
598 Sat Jul 13 11:58:57 1996 Karl Berry <karl@cs.umb.edu>
599
600 * texinfo.texi (ftable vtable): Mention example.
601
602 Sun Jun 30 14:59:51 1996 Karl Berry <karl@goldman.gnu.ai.mit.edu>
603
604 * makeinfo/makeinfo.c (cm_email): New function for new @email command.
605 * texinfo.texi (email): New node documenting it.
606
607 Wed Apr 17 18:07:34 1996 Richard Stallman <rms@mole.gnu.ai.mit.edu>
608
609 * makeinfo/makeinfo.c (cm_kbd): Do nothing if in @example or @code.
610 (struct brace_element): New field in_fixed_with_font.
611 (remember_brace_1): Save in_fixed_with_font.
612 (pop_and_call_brace): Restore in_fixed_with_font.
613 (cm_code): Don't decrement in_fixed_with_font at end of construct.
614 (struct istack_elt): New field in_fixed_with_font.
615 (push_insertion, pop_insertion): Save and restore in_fixed_with_font.
616 (end_insertion): Don't decrement in_fixed_with_font here.
617 (not_fixed_width): New function.
618 (cm_sc, cm_var, cm_italic, cm_roman, cm_titlefont):
619 Use not_fixed_width.
620
621 Sat Apr 13 23:22:05 1996 Richard Stallman <rms@mole.gnu.ai.mit.edu>
622
623 * util/install-info.c (main): Fatal error if no input file spec'd.
624 Look for START-INFO-DIR-ENTRY, not BEGIN-INFO-DIR-ENTRY.
625
626 Thu Apr 11 18:21:50 1996 Richard Stallman <rms@mole.gnu.ai.mit.edu>
627
628 * makeinfo/makeinfo.c (cm_enddots): New function.
629 (self_delimiting): Accept -, ^ and ".
630 (CommandTable): Add commands -, ^, ", enddots, centerchap.
631
632 Sun Mar 24 12:18:32 1996 Richard Stallman <rms@mole.gnu.ai.mit.edu>
633
634 * makeinfo/makeinfo.c (enum insertion_type): Add `direntry'.
635 (insertion_type_names): Add "direntry".
636 (cm_dircategory): New function.
637 (cm_direntry): New function.
638 (CommandTable): Add "dircategory" and "direntry".
639 (insert_string): New function.
640 (end_insertion): Handle direntry.
641 (begin_insertion): Handle direntry.
642
643 Sun Mar 24 11:10:05 1996 Karl Berry <karl@spiff.gnu.ai.mit.edu>
644
645 * makeinfo/makeinfo.c (cm_url): New function for new @url command.
646
647 Fri Feb 23 21:14:40 1996 Richard Stallman <rms@mole.gnu.ai.mit.edu>
648
649 * info/Makefile.in (install, uninstall): Use manprefix.
650
651 Fri Feb 23 19:50:18 1996 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
652
653 * util/Makefile.in (install-info, install-info.o): New targets.
654 (all): Depend on install-info.
655 (install, uninstall): Operate on install-info.
656
657 * install-info.c: New file.
658
659 Wed Jan 3 10:01:45 1996 Brian J. Fox <bfox@nirvana.datawave.net>
660
661 * makeinfo/makeinfo.c (make_index_entries_unique): Be a little bit
662 stricter about what makes two index entries identical.
663
664 Fri Dec 29 13:00:24 1995 Brian J. Fox <bfox@wizard.datawave.net>
665
666 * makeinfo/makeinfo.c (Whole File): Add @detailmenu for allowing
667 detailed menu listings to appear while still defaulting nodes.
668
669 Wed Dec 27 13:54:30 1995 Brian Fox <bfox@albert.gnu.ai.mit.edu>
670
671 * makeinfo/makeinfo.c (cm_code): Always notice that we are in
672 fixed_width_font, even if other formatting changes are not to take
673 place.
674
675 Sat Dec 23 11:48:43 1995 Brian J. Fox <bfox@wizard.datawave.net>
676
677 * info/man.c: (clean_manpage) Remove ^L's from page.
678
679 * makeinfo/makeinfo.c (get_brace_args): Change some memcpy's to
680 memmoves.
681
682 * info/info.c (main): Prefer caseless matches over partial
683 matches.
684
685 * Makefile.in (All Subdir Targets): Change suggested by Debian
686 people which allows errors in recursive makes to kill the
687 top-level make.
688
689 * makeinfo/Makefile.in (makeinfo.dvi): New target.
690
691 * info/info.c (main): Print version of containing texinfo package.
692
693 * makeinfo/makeinfo.c (flush_output): Don't strip high-bit from
694 sentence_enders.
695 Print the version number of the containing texinfo package.
696
697 * info/man.c (locate_manpage_xref): Count the 0th entry.
698
699 * makeinfo/makeinfo.c (cm_menu): If a menu is seen before a node
700 has been defined, warn, and create the node `Top'.
701
702 Wed Jun 21 03:19:39 1995 Brian Fox <bfox@albert.gnu.ai.mit.edu>
703
704 * makeinfo/makeinfo.c (cm_infoinclude): Clean up after printing
705 error if the file couldn't be included.
706 (discard_braces): Print errors only for those unmatched open
707 braces that belong to a texinfo command.
708
709 * */Makefile.in: Use @CFLAGS@ and @LDFLAGS@.
710
711 * makeinfo/makeinfo.c: End `node_search_string' and friends with a
712 terminating null character.
713
714 Wed Jun 21 01:23:49 1995 Jim Meyering (meyering@comco.com)
715
716 * makeinfo/makeinfo.c: Close comment after #endif.
717
718 Tue Jun 20 04:58:26 1995 Brian Fox <bfox@albert.gnu.ai.mit.edu>
719
720 * emacs/Makefile.in (install): Fix typo: "fle" -> "file".
721
722 * Makefile.in (VERSION): Bump to 3.6
723
724 * info/clib.c: Include general.h for `info_toupper' and friends.
725
726 * info/clib.h: strncmp and strncascmp return an int. What kind of
727 drugs was I on?
728
729 Mon Jun 19 23:34:47 1995 Brian Fox <bfox@albert.gnu.ai.mit.edu>
730
731 * makeinfo/makeinfo.c (make_index_entries_unique): Copy the last
732 index entry.
733
734 Mon Jun 19 21:55:49 1995 Noah Friedman <friedman@prep.ai.mit.edu>
735
736 * util/texi2dvi (--version): New option.
737 Cosmetic changes.
738
739 Mon Jun 19 16:06:40 1995 Brian Fox <bfox@albert.gnu.ai.mit.edu>
740
741 * makeinfo/makeinfo.c (cm_macro): Fix typo. `x != y' is not the
742 same as `x |= y'.
743
744 * info/Makefile.in (exec_prefix): Use @exec_prefix@ not $(prefix).
745 * makeinfo/Makefile.in (exec_prefix): Use @exec_prefix@ not $(prefix).
746 * util/Makefile.in (exec_prefix): Use @exec_prefix@ not $(prefix).
747 * libtxi/Makefile.in (exec_prefix): Use @exec_prefix@ not $(prefix).
748
749 * emacs/Makefile.in (uninstall): New target.
750 (install): Use the definition of $(lispdir), don't dynamically
751 find it. Use INSTALL_DATA not cp.
752 (exec_prefix): use @exec_prefix@ not $(prefix).
753
754 * makeinfo/makeinfo.c (apply): If there isn't an actual argument
755 for a named argument, default it to "".
756
757 * Makefile.in (VERSION): Now at 3.5.
758 (texinfo): Make ./makeinfo/makeinfo depend on sub-all for parallel
759 makes.
760
761 * emacs/Makefile.in (ELISP_OBJS): Explictly declare .el and .elc
762 in the SUFFIXES list.
763
764 * makeinfo/makeinfo.c (cm_today): Special case for losing alpha.
765 * (minor_version): Increase to 63.
766
767 * info/info.c (version_string): Now at 2.14.
768 * info/tilde.c: Declare getenv to return (char *).
769 * info/window.c (build_message_buffer): Jump through hoops to keep
770 DEC Alpha's happy.
771
772 * info/xmalloc.c: Declare malloc and realloc as (void *) returning
773 functions.
774
775 Sun Jun 18 12:47:21 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
776
777 * emacs/detexinfo.el (detexinfo-line-cmds-without-arg):
778 Handle ifhtml.
779
780 Fri Jun 16 13:48:14 1995 Brian Fox <bfox@albert.gnu.ai.mit.edu>
781
782 * util/texindex.c: Update TEXINDEX_VERSION_STRING for texinfo 3.4
783
784 * (All *.c *.h *.in): Change FSF old address to new.
785 * texinfo.texi (Obtaining TeX): Change FSF old address to new
786 address. Change Old phone numbers to new phone numbers.
787
788 * Makefile.in (VERSION): Change to 3.4.
789
790 Thu Jun 15 22:49:07 1995 Robert J. Chassell <bob@hill.gnu.ai.mit.edu>
791
792 * texinfo.texi, emacs/=development/cover.texi: update
793 Texinfo distribution package version number
794
795 Thu Jun 15 09:23:02 1995 Brian J. Fox <bfox@wizard.datawave.net>
796
797 * info/info.c: (minor_version): Set to 13.
798
799 * info/clib.c,h: New files gather together replacement functions
800 for those POSIX-style C library functions that are not present on
801 the target system.
802
803 * info/Makefile.in (SRCS): Add clib.c and clib.h. makedoc now
804 needs clib.o to build on systems missing various string.h stuff.
805
806 * info/variables.c (whole file): Call strdup, not savestring.
807 * info/tilde.c (whole file): Call strdup, not savestring.
808 * info/search.c (whole file): Call strdup, not savestring.
809 * info/nodes.c (whole file): Call strdup, not savestring.
810 * info/nodemenu.c (whole file): Call strdup, not savestring.
811 * info/man.c (whole file): Call strdup, not savestring.
812 * info/makedoc.c (whole file): Call strdup, not savestring.
813 * info/m-x.c (whole file): Call strdup, not savestring.
814 * info/info.c (whole file): Call strdup, not savestring.
815 * info/indices.c (whole file): Call strdup, not savestring.
816 * info/echo_area.c (whole file): Call strdup, not savestring.
817 * info/session.c (whole file): Call strdup, not savestring.
818 * info/filesys.c (whole file): Call strdup, not savestring.
819
820 * makeinfo/makeinfo.c (minor_version): Change to 1.62.
821 * makeinfo/makeinfo.c (get_execution_string): Initialize `i' to 0
822 in case there are no execution_strings.
823
824 Wed Jun 14 17:48:06 1995 Brian J. Fox <bfox@wizard.datawave.net>
825
826 * texinfo.texi: include "texinfo.tex", not "texinfo".
827 * info/session.c (forget_window_and_nodes): Place a sequence point
828 in between "info_windows[i] = info_windows[++i];" as per various
829 compiler experts.
830
831 * makeinfo/makeinfo.c (strdup): Create this function if the system
832 doesn't have it.
833 (discard_insertions): Use the insertion's filename, not the
834 current input file.
835 (push_insertion): Remember the current input file with each
836 insertion.
837 (pop_insertion): Free storage used by remembered input file.
838
839 * makeinfo/makeinfo.c (whole file): Use `strdup' instead of
840 `savestring'.
841 * configure.in: Check for `strdup'.
842
843 Wed Jun 14 15:58:51 1995 Brian Fox <bfox@albert.gnu.ai.mit.edu>
844
845 * libtxi/Makefile.in (prefix): Use @prefix@, not /usr/local/
846
847 Wed Jun 14 10:50:57 1995 Brian J. Fox <bfox@wizard.datawave.net>
848
849 * Makefile.in (DISTFILES): Don't include *.elc files in the list
850 of files to distribute.
851 (installdirs): Include `emacs' in the list of sub-dirs with
852 Makefile.in's.
853
854 * emacs/elisp-comp: Shell script which batch compiles the *.el files.
855 * emacs/Makefile.in: New file contains targets to build the elc files.
856 * configure.in: Add `emacs/Makefile' to the list of created makefiles.
857 * makeinfo/makeinfo.c (whole file): Give every function a return
858 type. All cm_xxx functions are now void. Add declarations for
859 functions to top of file.
860
861 Mon Jun 12 12:00:57 1995 Brian J. Fox <bfox@wizard.datawave.net>
862
863 * info/man.c (reference_section_starters): Add versions of "SEE
864 ALSO" and "RELATED INFORMATION" with tabs instead of spaces as
865 well.
866
867 * util/texindex.c: Back out changes for OFF_T. Explicity coerce
868 the result of lseek to a long, and use longs everywhere.
869
870 * texinfo.texi: Change "@end shorttitlepage" to "@end titlepage".
871 * makeinfo/makeinfo.c: Make @shorttitlepage ignore the rest of the
872 line.
873
874 * util/texindex.c (strrchr): Create if not present.
875 Test for HAVE_STRCHR and HAVE_STRING_H.
876 (main): Make PROGRAM_NAME be just the last path componenet of argv[0].
877 (decode_command): Rewrite.
878 (usage): Rewrite. Now texindex handles --version.
879
880 * makeinfo/makeinfo.c (make_index_entries_unique): Rewrite from
881 scratch.
882
883 * Don't distribute created info files with texinfo. After all,
884 the user will have the tools necessary to create them, yes?
885
886 * Makefile.in (distclean): Remove *.log
887
888 * info/man.c (read_from_fd): Change timeout value for select to 15
889 seconds. Some systems (e.g., albert.ai.mit.edu) actually need
890 more than 10 seconds to format a man page.
891
892 * info/tilde.c: Fix typo in declaration for
893 `tilde_expansion_failure_hook'.
894
895 Wed Jun 7 13:36:53 1995 Brian Fox <bfox@albert.gnu.ai.mit.edu>
896
897 * info/tilde.h: Change type of tilde_expansion_failure_hook to
898 a pointer to a function returning a (char *).
899 * info/tilde.c: Change type of tilde_expansion_failure_hook to a
900 pointer to function returning a (char *).
901
902 * makeinfo/makeinfo.c (get_execution_string): Don't use `i' in the
903 latter assignment, use `execution_strings_index' instead.
904
905 * info/man.c (read_from_fd): Change logic to avoid using FIONREAD.
906
907 * info/xmalloc.c (xrealloc): Use (void *), not (caddr_t *).
908 * info/xmalloc.c (xmalloc): Use (void *), not (caddr_t *).
909
910 * Makefile.in (DISTFILES): Don't find RCS no "=" directories.
911
912 * util/Makefile.in (prefix): Use @prefix@ as the value.
913 * info/Makefile.in (prefix): Use @prefix@ as the value.
914 * makeinfo/Makefile.in (prefix): Use @prefix@ as the value.
915
916 Wed Jun 7 12:29:28 1995 Robert J. Chassell <bob@hill.gnu.ai.mit.edu>
917
918 * texinfo.texi: Correct minor typos.
919
920 * emacs/texinfmt.el: Don't require @shorttitlepage to be inside
921 of @iftex ... @end iftex
922
923 Mon May 8 18:33:52 1995 Brian J. Fox <bfox@wizard.datawave.net>
924
925 * info/nodes.c: #include "man.h" if HANDLE_MAN_PAGES.
926 (info_get_node_of_file_buffer): If the file buffer is one
927 associated with manpages, call the manpage node finding
928 function instead.
929 (info_find_file_internal): If the file buffer is one associated
930 with manpages, avoid doing any file I/O.
931 (info_reload_file_buffer_contents): Ditto.
932 (info_find_file_internal): Call create_manpage_file_buffer instead
933 of info_load_file_internal.
934
935 * info/info.c: #include "man.h" if HANDLE_MAN_PAGES.
936 (main): If the initial node cannot be found, perhaps find it as a
937 manpage.
938 * info/info-utils.c: #include "man.h" if HANDLE_MAN_PAGES.
939 (info_xrefs_of_node): If handling man pages, and this is a manpage
940 node, use xrefs_of_manpage.
941
942 * info/session.c (info_set_input_from_file): Only fclose (stream)
943 if it is non-null and not stdin.
944 #include "man.h" if HANDLE_MAN_PAGES.
945 (info_menu_or_ref_item): If handling man pages, and this is a
946 manpage node, get the xrefs from manpage_xrefs_in_binding.
947 (info_man): Compile in for M-x man if handling man pages.
948 (info_move_to_xref): If handling man pages, and the current node
949 is a manpage node, use locate_manpage_xref to get xrefs.
950
951 Thu May 4 08:55:23 1995 Brian J. Fox <bfox@wizard.datawave.net>
952
953 * info/info.c (main): If the output device is not a terminal, and
954 no output filename has been specified, make user_output_filename
955 be "-", so that the info is written to stdout, and turn on the
956 dumping of subnodes.
957
958 Thu Apr 13 18:05:06 1995 Daniel Hagerty <hag@churchy.gnu.ai.mit.edu>
959
960 * texinfo.texi: Fixed @end titlepage/@end shorttitlepage
961
962 Sat Apr 8 12:51:49 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
963
964 * makeinfo/makeinfo.c [! HAVE_STRERROR] (strerror): New function,
965 snarfed from ../info/filesys.c.
966 (cm_infoinclude): Use strerror instead of sys_errlist.
967
968 Tue Apr 4 18:44:00 1995 Brian J. Fox <bfox@wizard.datawave.net>
969
970 * util/texindex.c (sort_offline): Change TOTAL to be an off_t.
971 * util/texindex.c (sort_in_core): Change TOTAL to be an off_t.
972 * util/texindex.c (MAX_IN_CORE_SORT): Cast to off_t.
973
974 Sun Apr 2 16:20:13 1995 Brian J. Fox <bfox@wizard.datawave.net>
975
976 * info/Makefile.in: Define DEFAULT_INFOPATH in case we are
977 compiling in the current directory.
978 * info/Makefile.in (info.o): Add filesys.h because of DEFAULT_INFOPATH.
979 * info/(search.c,h, nodes.c info-utils.c) Use strcasecmp and
980 strncasecmp instead of stricmp and strnicmp. Define strcasecmp
981 and strncasecmp in search.c if !HAVE_STRCASECMP.
982 * info/search.c: If HAVE_STRING_H include it.
983 * info/nodes.c: If HAVE_STRING_H include it.
984 * info/info-utils.c: If HAVE_STRING_H include it.
985 * info/info.h: If HAVE_STRING_H include it.
986 * configure.in (AC_HAVE_FUNCS): Check for strcasecmp.
987 * makeinfo/makeinfo.c (strcasecmp): Define if !HAVE_STRCASECMP.
988 * makeinfo/makeinfo.c (entire file): Use `strcasecmp' instead of
989 `stricmp'.
990 * makeinfo/makeinfo.c (cm_ifeq): New command takes three args.
991 Compares first two, executes remainder if the first two are
992 string-wise eq.
993 * makeinfo/makeinfo.c (ifhtml): Add to command list. Shouldn't be
994 used, but it is by people who don't want to hack macros.
995
996 Sat Apr 1 09:20:14 1995 Brian J. Fox <bfox@wizard.datawave.net>
997
998 * makeinfo/makeinfo.c (begin_insertion): Fix reversed arguments to
999 line_error.
1000
1001 * info/info-stnd.texi: Use "end" footnote style instead of "separate".
1002
1003 * info/Makefile.in: Change "rm -f" to $(RM).
1004
1005 * info/general.h: Define zero_mem in terms of memset if we have
1006 it, else in terms of bzero if we have that, else as inline code.
1007
1008 * info/NEWS: Updated to reflect changes in 2.11.
1009
1010 Fri Mar 31 22:38:31 1995 Brian J. Fox <bfox@wizard.datawave.net>
1011
1012 * Makefile (DISTFILES): Don't include *.a, *orig, nor *.e
1013 files.
1014 (DISTFILES):
1015
1016 Sat Mar 4 12:16:29 1995 Brian J. Fox <bfox@wizard.datawave.net>
1017
1018 * Makefile.in: Use @prefix@ instead of hardwired `/usr/local'.
1019 Clean up makefile rules which make in subdirs.
1020 (ALL_SUBDIRS): Add makeinfo/macros to list of subdirectories.
1021
1022 * configure.in (AC_CHECK_FUNCS): Add `bcopy' to list of things to
1023 check for.
1024
1025 Fri Mar 3 13:54:10 1995 Robert J. Chassell <bob@hill.gnu.ai.mit.edu>
1026
1027 * texinfo.texi: Minor changes for incremental new edition 2.20.
1028
1029 Fri Mar 3 19:01:36 1995 Brian J. Fox <bfox@wizard.datawave.net>
1030
1031 * filesys.c (filesys_read_info_file): Local variable ST_SIZE is a
1032 long which has the value of finfo->st_size casted to it.
1033 * nodes.c (whole file): Similar changes.
1034
1035 These changes and the following for makedoc.c were required for
1036 proper operation on HPm68k NetBSD.
1037
1038 Mon Feb 27 15:16:27 1995 Brian J. Fox <bfox@wizard.datawave.net>
1039
1040 * makedoc.c (process_one_file): Local variable FILE_SIZE is a long
1041 which has the value of finfo.st_size casted to it.
1042
1043
1044 Fri Mar 3 18:58:38 1995 Brian J. Fox <bfox@wizard.datawave.net>
1045
1046 * makeinfo.c (find_and_load): Cast fileinfo.st_size to a long for
1047 internal use. This makes things work on NetBSD.
1048
1049
1050 Fri Mar 3 13:54:10 1995 Robert J. Chassell <bob@hill.gnu.ai.mit.edu>
1051
1052 * texinfo.texi: Minor changes for incremental new edition 2.20.
1053
1054 Fri Mar 3 09:41:39 1995 Brian J. Fox <bfox@wizard.datawave.net>
1055
1056 * configure.in (TERMLIBS): Use AC_CHECK_LIB instead of
1057 AC_HAVE_LIBRARY.
1058
1059 Mon Jan 9 16:55:31 1995 Brian Fox <bfox@churchy.gnu.ai.mit.edu>
1060
1061 * Makefile.in (DISTFILES): Add the directory EMACS-BACKUPS to the
1062 list of things to avoid distributing.
1063
1064 Tue Nov 29 17:48:37 1994 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
1065
1066 * configure.in: Check for off_t.
1067 * util/texindex.c (main): Use it.
1068
1069 Fri Nov 11 14:46:28 1994 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
1070
1071 * configure.in: Update for Autoconf v2.
1072
1073 Thu Oct 13 02:17:38 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1074
1075 * emacs/detexinfo.el (detexinfo): Handle @!, @?, @^, @".
1076
1077 Mon Aug 1 03:26:13 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1078
1079 * texindex.c: Move the memset define down past string.h include.
1080
1081 Tue Jun 28 14:21:43 1994 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
1082
1083 * makeinfo/makeinfo.c: Add --help option.
1084 (usage): Take args for stream and error code.
1085 Change callers.
1086 (print_version_info): Write to stdout, not stderr.
1087
1088 Wed May 18 18:55:24 1994 Brian J. Fox (bfox@ai.mit.edu)
1089
1090 * info/session.c (forget_window_and_nodes): Negate test for
1091 internal_info_node_p. We only want to free the text if it is
1092 not an internal node.
1093
1094 Thu Mar 10 03:07:18 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1095
1096 * texindex.c (memset): Fix invalid parm name (was 0).
1097
1098 Thu Feb 10 12:56:52 1994 Noah Friedman (friedman@prep.ai.mit.edu)
1099
1100 * makeinfo/makeinfo.c (current_item_function): Don't loop if elt
1101 is NULL.
1102
1103 Wed Feb 9 12:21:09 1994 Brian J. Fox (bfox@ai.mit.edu)
1104
1105 * makeinfo/makeinfo.c (minor_version): Release now at 1.60.
1106
1107 * makeinfo/makeinfo.c (expand_filename): Additional fixes. Now
1108 when called with NULL filename, makes an output filename from the
1109 input filename.
1110 (convert_from_loaded_file): If REQUIRE_SETFILENAME is #defined (no
1111 longer the default case) then error if no @setfilename was found
1112 in the file. If REQUIRE_SETFILENAME is not #defined, the input
1113 file starts either at the first line, or at the second line if the
1114 first line contains the text "\input", and the output filename is
1115 the input file name without directory and with ".info" replacing
1116 any extension found.
1117 (convert_from_loaded_file): Fixed bug in search for first
1118 occurence of "@setfilename".
1119
1120 Tue Feb 8 14:16:58 1994 Noah Friedman (friedman@prep.ai.mit.edu)
1121
1122 * configure.in: Check for sys/file.h.
1123 info/dir.c, info/filesys.c, info/makedoc.c, info/nodes.c,
1124 info/session.c, info/termdep.h, makeinfo/makeinfo.c
1125 [HAVE_SYS_FILE_H]: Include <sys/file.h>.
1126
1127 * makeinfo/makeinfo.c (convert_from_loaded_file): Print
1128 real_output_filename instead of output_filename, so user knows
1129 exactly where output file is going.
1130
1131 Fri Jun 11 14:34:30 1993 Ian Lance Taylor (ian@cygnus.com)
1132 * configure.in: Check for sigprocmask and sigsetmask.
1133 * info/signals.h (HAVE_SIGSETMASK): Don't define.
1134 (HAVE_SIGPROCMASK): Use instead of _POSIX_VERSION.
1135 (BLOCK_SIGNAL, UNBLOCK_SIGNAL): If neither HAVE_SIGPROCMASK nor
1136 HAVE_SIGSETMASK is defined, define these to do nothing.
1137 * info/signals.c (sigprocmask): Don't compile if HAVE_SIGSETMASK
1138 is not defined.
1139
1140 * info/terminal.c (terminal_prep_terminal): Don't clobber VINTR
1141 and VQUIT in conditionals.
1142
1143 Mon Feb 7 18:10:22 1994 Brian J. Fox (bfox@ai.mit.edu)
1144
1145 * makeinfo/makeinfo.c (full_pathname): Correct to really return
1146 the full pathname of the input argument. Now makeinfo
1147 /foo/bar.texi, where /foo/bar.texi contains "@setfilename
1148 bar.info", correctly leaves the output file in "./bar.info".
1149 Note that "@setfilename ../bar.info" still works; this is already
1150 an absolute pathname.
1151
1152 Sat Feb 5 13:04:05 1994 Brian J. Fox (bfox@ai.mit.edu)
1153
1154 * makeinfo/makeinfo.c: Version 1.59 released.
1155
1156 * makeinfo/makeinfo.c (whole file): Large number of changes allow
1157 the "-E filename" option to be used to write a macro expanded
1158 output file. On a file which contains no @include's and no
1159 @macro's, the output file is identical to the input file.
1160
1161 * makeinfo/makeinfo.c (declarations): Remove cm_tex (). It is
1162 never used since it is implemented with `command_name_condition'.
1163
1164 * makeinfo/makeinfo.c (add_char): Shift braces following the
1165 current break point if we have deleted any characters.
1166 (adjust_braces_following): New function adjusts all of the markers
1167 in the brace stack which follow HERE by AMOUNT. This fixes a bug
1168 where (for example) @var{} immediately following a line break
1169 which is the end of a sentence modified the output incorrectly.
1170
1171 Wed Feb 2 14:14:03 1994 Brian J. Fox (bfox@ai.mit.edu)
1172
1173 * makeinfo: Version 1.58.
1174
1175 * makeinfo/makeinfo.c (cm_node): Add extra hair to allow
1176 backtracking through execution strings. Add extra hair to allow
1177 the first node seen after a @top node is seen to adjust the
1178 sectioning level of the @top node and associated menus.
1179 Fix a few typos.
1180 Add facility for macros to invoke the original definition. This
1181 works by not allowing a single macro to recurse. Mutual recursion
1182 is also disallowed with this plan.
1183
1184 * makeinfo/macros: New directory contains shippable macros.
1185 * makeinfo/macros/simpledoc.texi: Macros which simplify the most
1186 common uses of TeXinfo. See the example file.
1187 Macros are now a reasonable way to get people started using
1188 TeXinfo.
1189
1190 Mon Jan 31 12:54:36 1994 Brian J. Fox (bfox@ai.mit.edu)
1191
1192 * makeinfo/makeinfo.c (minor_version): Increase to 57.
1193
1194 * makeinfo/makeinfo.c (cm_node): Call execute_string on the node,
1195 next, prev, and up pointers.
1196 (reader_loop): Change logic for `@bye'. No longer required at the
1197 ends of executed strings.
1198 (execute_string): Do not append `@bye' to the string to execute.
1199
1200 * makeinfo/makeinfo.c (whole file): Use COMMAND_PREFIX instead of
1201 hardcoding `@' character in strings and searches.
1202
1203 * makeinfo/makeinfo.c (read_command): If HAVE_MACROS is defined,
1204 then recognize and execute macros here.
1205 (CommandTable): Add "macro" and "unmacro" to table if HAVE_MACROS
1206 is defined.
1207
1208 * makeinfo/makeinfo.c (cm_macro, cm_unmacro, execute_macro)
1209 makeinfo/makeinfo.c (get_macro_args, find_macro, add_macro)
1210 makeinfo/makeinfo.c (delete_macro, array_len, apply):
1211 New functions implement macro facility if HAVE_MACROS is
1212 defined.
1213
1214 * makeinfo/macro.texi (new file): Examples of using the new macro
1215 facility.
1216
1217 Mon Jan 31 10:24:52 1994 Noah Friedman (friedman@prep.ai.mit.edu)
1218
1219 * makeinfo/makeinfo.c (executing_string): Restore global
1220 declaration.
1221
1222 Mon Jan 24 23:48:26 1994 Noah Friedman (friedman@prep.ai.mit.edu)
1223
1224 * texinfo.texi: Various typo fixes from Bob Chassell
1225 <bob@gnu.ai.mit.edu>.
1226
1227 Thu Jan 6 13:34:21 1994 Noah Friedman (friedman@prep.ai.mit.edu)
1228
1229 * texinfo.texi: Turned on smallbook format and @set smallbook.
1230
1231 Wed Dec 15 20:08:43 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1232
1233 * info/filesys.h (DEFAULT_INFOPATH): Added /usr/local/info,
1234 /opt/gnu/info, /usr/share/info, and /usr/local/share/info.
1235
1236 Tue Dec 14 19:10:20 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1237
1238 * libtxi/Makefile.in (ALLOCA): Define from configure.
1239
1240 Fri Dec 10 04:33:12 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1241
1242 * util/texi2dvi: Put under RCS control.
1243
1244 Sun Dec 26 11:55:46 1993 Brian J. Fox (bfox@ai.mit.edu)
1245
1246 * info/session.c (info_numeric_digit_arg_loop): Fix doc string.
1247
1248 * info/infodoc.c (create_internal_info_help_node): Print out list
1249 of functions which have to keystroke equivalent if we support
1250 NAMED_FUNCTIONS.
1251
1252 * info/filesys.c (compress_suffixes): Add ".gz" for "gunzip" to
1253 alist.
1254
1255 * info/footnotes.c (make_footnotes_node): If refs[i] doesn't have
1256 a nodename, then it couldn't be a reference to a footnote.
1257
1258 * info/nodemenu.c (get_visited_nodes): Handle the case where
1259 filter_func has left no possible buffers to select.
1260
1261 Sat Dec 25 10:35:56 1993 Brian J. Fox (bfox@ai.mit.edu)
1262
1263 * info/infodoc.c (create_internal_info_help_node): Conditionalize
1264 generation of the help node based on the #define
1265 HELP_NODE_GETS_REGENERATED. When this is not set (the default)
1266 the help node is generated exactly once, and is not gc'able.
1267 Otherwise, a new node is always created for the help window, and
1268 the old node gets garbage collected by the gc system.
1269 (info_find_or_create_help_window): Conditionalize window node
1270 selected based on the #define HELP_NODE_GETS_REGENERATED.
1271
1272 * info/dir.c (add_menu_to_file_buffer): Place exactly one blank
1273 line between directory entries.
1274
1275 * info/info.c (version_string): Update minor version to "11".
1276
1277 * info/info.h: Update comment to "2.11".
1278
1279 * info/dir.c (maybe_build_dir_node): Only add the contents of a
1280 new file if it is not identical to the file of the DIR buffer.
1281
1282 * info/nodes.c (info_get_node): Call `maybe_build_dir_node' on
1283 "dir" as well as "localdir" to mimic emacs-19.22 "dir" merging
1284 behaviour.
1285
1286 Fri Dec 3 13:41:44 1993 Brian J. Fox (bfox@ai.mit.edu)
1287
1288 * info/info-utils.c (canonicalize_whitespace): Suppress whitespace
1289 found at the start of STRING.
1290
1291 Sat Nov 20 14:00:50 1993 Brian J. Fox (bfox@hippie)
1292
1293 * info/indices.c (DECLARE_INFO_COMMAND): Fix typo in assignment to
1294 `old_offset' (= instead of ==).
1295
1296 Tue Nov 2 12:22:40 1993 Brian J. Fox (bfox@ai.mit.edu)
1297
1298 * makeinfo/makeinfo.c (make_index_entries_unique): New function
1299 makes a sorted array have all unique entries by appending numbers
1300 to the ends of strings.
1301 (sort_index): Call `make_index_entries_unique'.
1302
1303 Mon Sep 20 12:04:05 1993 Brian J. Fox (bfox@ai.mit.edu)
1304
1305 * makeinfo/makeinfo.c (get_execution_string): New Function returns
1306 a pointer to an EXECUTION_STRING structure.
1307 (execute_string): No longer uses a static string; call
1308 `get_execution_string' instead in order to get a free buffer for
1309 consing.
1310
1311 Sun May 23 07:00:20 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1312
1313 * Texinfo 3.1 released.
1314
1315 Sat May 22 18:21:27 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1316
1317 * info/info.c (info_patch_level): Increment constant to 1.
1318
1319 * info/Makefile.in (DEFAULT_INFOPATH): Default definition deleted.
1320 Makefile.in: Put it here instead.
1321 * Makefile.in (MDEFINES): Add DEFAULT_INFOPATH.
1322
1323 * configure.in: check for vfprintf and vsprintf.
1324
1325 * makeinfo/makeinfo.c: Version 1.55.
1326
1327 * makeinfo/makeinfo.c (add_word_args, execute_string) [HAVE_VARARGS_H]:
1328 Don't use this definition unless HAVE_VSPRINTF is also defined.
1329 (error, line_error, warning) [HAVE_VARARGS_H]: Don't use this
1330 definition unless HAVE_VFPRINTF is also defined.
1331 Remove indentation of all cpp directives, except for #pragma.
1332
1333 Fri May 21 14:34:24 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1334
1335 * texinfo.texi: Rename to texi.texi.
1336 Change @setfilenname and START-INFO-DIR-ENTRY to `texi.info'.
1337
1338 * Makefile.in (MDEFINES): Pass LDFLAGS to sub-makes.
1339 (realclean): Delete `configure'.
1340 Changed all references to texinfo.info to texi.info
1341
1342 * configure.in: Add AC_PROG_RANLIB, and AC_CONST.
1343 Check for `rindex' function.
1344 Check for varargs.h.
1345 Clean up symbol names for header files so a single AC_HAVE_HEADERS
1346 can be used.
1347 (AC_INIT): Use texi.texi instead of makeinfo/makeinfo.c
1348
1349 * info/info-utils.h: Copy definitions of bcopy, index, and rindex
1350 (with appropriate #ifdef wrappers) from termdep.h. These are
1351 included by a mutually exclusive set of files.
1352
1353 * info/termdep.h [HAVE_SYS_PTEM]: Use HAVE_SYS_PTEM_H instead.
1354
1355 * info/terminal.c, info/termdep.h [HAVE_TERMIO]: Use HAVE_TERMIO_H
1356 instead.
1357
1358 * info/makedoc.c, info/filesys.c [!O_RDONLY]: Include fcntl.h or
1359 sys/fnctl.h, depending on whether HAVE_SYS_FCNTL_H is set.
1360
1361 * info/termdep.h: Remove all indentation in #-exprs.
1362 Remove old assumptions about bcopy, index, and rindex.
1363 [HAVE_BCOPY]: Define bcopy.
1364 [HAVE_RINDEX]: Define index and rindex.
1365
1366 * info/nodes.c (info_get_node): Don't call stricmp if nodename is
1367 NULL. Remove indentation in #-exprs.
1368
1369 * info/echo_area.c (echo_area_stack_depth): Declare static.
1370
1371 * info/Makefile.in (DEFAULT_INFOPATH): Make separate Makefile
1372 variable so it can be overridden more easily by the user. Add `.'
1373 to beginning of path.
1374 (clean): Delete core.* (386bsd core files).
1375 (MAKEDOC): Variable removed. Refer to `makedoc' explicitly.
1376 (funs.h): Add `:' commands after if, to avoid spurious nonzero
1377 exit statuses.
1378
1379 * info/userdoc.texi: Improved comments explaining its purpose.
1380
1381 * makeinfo/makeinfo.c [HAVE_VARARGS_H]: Include varargs.h.
1382 (error, line_error, warning, add_word_args,
1383 execute_string)[HAVE_VARARGS_H]: New versions that
1384 use varargs. From bfox.
1385
1386 * makeinfo/Makefile.in (clean): Delete core.* (386bsd core files).
1387
1388 * util/Makefile.in (clean): Remove core.* (386bsd core files).
1389
1390 * libtxi/Makefile.in: Remove all references to $(common).
1391 (RANLIB): New variable, set from autoconf.
1392 (libtxi.a): Use $(RANLIB) instead of `ranlib' in target rules.
1393 (clean): Delete core.* (386bsd core files).
1394
1395 Tue May 18 12:08:24 1993 Robert J. Chassell (bob at grackle.stockbridge.ma.us)
1396
1397 * emacs/texinfmt.el (texinfo-format-refill): Do not fill a section
1398 title line with the asterisks, hyphens, etc. that underline
1399 it in any circumstance.
1400
1401 Sun May 16 13:53:43 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1402
1403 * util/mkinstalldirs: handle relative pathnames.
1404
1405 Fri May 14 20:18:49 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1406
1407 * util/mkinstalldirs: initialize IFS if unset.
1408
1409 Tue May 11 06:33:14 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1410
1411 * makeinfo/makeinfo.c (cm_item): don't dereference item_func if NULL.
1412
1413 Mon May 10 14:50:31 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1414
1415 * Texinfo 3.0 released.
1416
1417 * Makefile.in (ALLOCA): Provide for substitution.
1418
1419 Mon May 10 10:12:53 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1420
1421 * emacs/texinfmt.el (texinfmt-version): Updated year.
1422
1423 Fri Apr 16 04:48:03 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1424
1425 * makeinfo/makeinfo.c: Version 1.54 from bfox.
1426
1427 * util/fixfonts: Replace instances of `[..]' with `test'.
1428 Use more portable `test' arguments: `z$foo = z' instead of `! $foo'.
1429 Robustify quoting in eval assignments.
1430 (textfmdir, texpkdir, texgfdir): Don't override definition from
1431 environment, if any.
1432 Trap EXIT, SIGHUP, SIGINT, SIGQUIT, SIGTERM to delete temp files
1433 instead of trying to remove them explicitly before calling exit.
1434 When changing cwd, do so in subshell, in case various tex*dir
1435 variables are relative.
1436 Don't use `head', `dirname', or `basename'. These don't behave
1437 consistently and/or don't even exist on some systems. They can
1438 all be emulated with `sed' anyway.
1439 (tempfile2_line1): New variable. Use it instead of running
1440 process to extract first line out of tempfile2 multiple times.
1441 Eliminate some gratuitous uses of $tempfile2, such as in for loops.
1442
1443 Fri Mar 26 23:25:13 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1444
1445 * texinfo.texi: @setfilename texinfo.info.
1446
1447 * makeinfo/makeinfo.c (reader_loop, end_insertion): Fix typos in
1448 comments.
1449 (handle_variable_internal): Handle the case that there further
1450 menu text after a false ifset/ifclear.
1451
1452 * util/texi2dvi: Version 0.4
1453 Replace all instances of `[ ... ]' with `test'.
1454 Updated bug-reporting address.
1455
1456 Thu Mar 25 12:31:30 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1457
1458 * info/Makefile.in (install): Install info.1 man page.
1459 (uninstall): Remove installed info.1 man page.
1460
1461 * info/infoman.texi: Standalone manual renamed to info-stnd.texi.
1462 Makefile.in: Targets updated appropriately.
1463
1464 * info/Makefile.in (LDEFS): New variable. Use it for info-local
1465 macros, since DEFS will be inherited from parent make and any
1466 local definitions will get clobbered.
1467
1468 * info/RELEASE: Renamed to info/NEWS.
1469
1470 * README: New file.
1471
1472 * Makefile.in (topclean): New target.
1473
1474 * Getting-started: Renamed to INTRODUCTION. Former name is too
1475 long (over 14 chars).
1476
1477 * New-features: Renamed to NEWS.
1478
1479 * Makefile.in (MDEFINES): Set it.
1480
1481 * Makefile.in (dist): Use --gzip option to tar to make sure
1482 resulting file is compressed with gzip. Change tar file
1483 extension from `.Z' to `.z'.
1484
1485 * Makefile.in (DISTFILES): Filter out any file or directory names
1486 starting with `='.
1487
1488 * fixfonts: Moved to util/fixfonts.
1489
1490 * RELEASE: Deleted.
1491
1492 * makeinfo/Makefile.in (VPATH): Use $(srcdir), not @srcdir@.
1493 (common): Use ../libtxi, not ../common.
1494 (makeinfo.in): Run makeinfo with --no-split.
1495
1496 * makeinfo/makeinfo.texi: Changes from bob.
1497
1498 * util/Makefile.in (VPATH): Use $(srcdir), not @srcdir@.
1499 (common): Use ../libtxi, not ../common.
1500
1501 * util/fixfonts: Moved from top-level directory.
1502
1503 Wed Mar 24 10:21:31 1993 Robert J. Chassell (bob at grackle)
1504
1505 * emacs/texinfmt.el (texinfo-format-region): Do not require
1506 `@setfilename' line; delete `\input texinfo' line if part of
1507 region.
1508
1509 * emacs/texinfmt.el (texinfo-raise-lower-sections): Raise or lower the
1510 hierarchical level of chapters, sections, etc. according to
1511 `@raisesections' and `@lowersections' commands.
1512
1513 Thu Mar 18 16:02:27 1993 Robert J. Chassell (bob at grackle)
1514
1515 * emacs/texinfo.el (texinfo-show-structure): Indent *Occur* buffer
1516 according to the structure of the file.
1517
1518 Sat Mar 6 05:16:44 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1519
1520 * util/texi2dvi: use ${1+"$@"}, not just "$@".
1521
1522 Tue Feb 2 08:38:06 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1523
1524 * info/Makefile.in: Replace all "--nosplit" arguments to makeinfo
1525 with "--no-split"
1526
1527 Sun Jan 31 18:16:58 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1528
1529 * util/texi2dvi: Don't put .dvi and related auxillary files in same
1530 directory as source files. Put them in current directory instead.
1531 (TEXINPUTS_orig): New variable.
1532 (file_texi): Variable removed.
1533 (filename_texi): New variable.
1534 (command_line_filename): Use this wherever references to file_texi
1535 occured except in setting filename_noext.
1536 (TEXINPUTS): Current directory and source directory where input
1537 file resides prepended to standard path before invoking TeX.
1538
1539 Wed Jan 27 16:24:37 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1540
1541 * util/Makefile.in: overhauled.
1542
1543 Tue Jan 26 21:04:23 1993 Noah Friedman (friedman@prep.ai.mit.edu)
1544
1545 * Makefile.in, info/Makefile.in, makeinfo/Makefile.in: Overhauled.
1546
1547 * configure.in: Renamed from texinfo.in.
1548 Incorporated makeinfo/makeinfo.in, info/info.in, and
1549 util/util.in. Create all child Makefiles.
1550
1551 * makeinfo/makeinfo.in, info/info.in: Deleted (incorporated into
1552 top configure.in).
1553
1554 * util/util.in: Deleted (incorporated into ../configure.in).
1555
1556 Mon Jan 25 10:59:49 1993 Brian Fox (bfox@cubit)
1557
1558 * info/info.c: New version 2.9; new variable INFO_PATCH_LEVEL
1559 appears in the version string if it is non-zero. New function
1560 version_string () produces the current version string, as in 2.8-p1.
1561
1562 * info/dir.c: New file implements Gillespies `localdir' hacks.
1563
1564 * info/nodes.c (info_get_node): Now calls maybe_build_dir_node ()
1565 if the file name to look for is "dir".
1566
1567 * info/nodes.h: New flag N_CannotGC unconditionally prevents garbage
1568 collection of a file buffer's contents. Used when "dir" is made
1569 from at least one "localdir".
1570
1571 Fri Jan 22 11:36:42 1993 Brian Fox (bfox@cubit)
1572
1573 * info/footnotes.c: Do not declare auto_footnotes_p as "extern" in
1574 this file.
1575
1576 Thu Jan 21 08:57:08 1993 Brian Fox (bfox@cubit)
1577
1578 * info/info.c: New version 2.8.
1579
1580 * info/userdoc.texi, info/infoman.texi, info/info.texi: Fully
1581 document Info; create both online and printed manual versions.
1582 "userdoc.texi" contains exactly the documentation for GNU Info 2.x.
1583 "infoman.texi" is a wrapper for that file; it is meant to produce
1584 printed documentation. "info.texi" has the user documentation as a
1585 complete chapter within itself, but continues to contain the Info
1586 tutorial.
1587
1588 * info/makedoc.c: Convert "ea_" into "echo_area_" when creating the
1589 command name.
1590
1591 Fri Jan 15 16:50:35 1993 Brian Fox (bfox@cubit)
1592
1593 * info/search.c (skip_node_characters): New argument NEWLINES_OKAY if
1594 non-zero says that newlines should be skipped over during parsing.
1595
1596 * info/info-utils.c (info_parse_node): New argument NEWLINES_OKAY if
1597 non-zero says that newlines should be skipped while parsing out
1598 the nodename specification.
1599
1600 Wed Jan 13 14:42:33 1993 Brian Fox (bfox@cubit)
1601
1602 * info/makedoc.c: Remove "info_" from the front of the command name
1603 before installing it.
1604
1605 * info/session.c (info_menu_or_ref_item): A label of "Menu" is okay if
1606 the builder is not info_menu_of_node ();
1607
1608 * info/m-x.c: New function replace_in_documentation () replaces \\[foo]
1609 with the keystrokes you type to get that command. Now used in
1610 indices.c, info.c, infodoc.c.
1611
1612 Mon Jan 11 10:27:41 1993 Brian Fox (bfox@cubit)
1613
1614 * info/variables.c, h: New files contain describe-variable and stuff
1615 moved out of m-x.c.
1616
1617 * info/m-x.c: Move VARIABLE_ALIST and variable functions into
1618 variables.c. Add documentation string to variable definition.
1619
1620 * info/echo_area.c (push_echo_area): Zero the contents of
1621 echo_area_completion_items after pushing the vars.
1622
1623 Sat Jan 9 11:59:47 1993 Brian Fox (bfox@cubit)
1624
1625 * info/Makefile.in: Add footnotes.c,h,o to the appropriate Makefile
1626 variables.
1627
1628 * info/window.c (window_tile_windows): New function divides the
1629 available space among the visible windows.
1630
1631 * info/session.c (info_tile_windows): New function calls
1632 window_tile_windows.
1633
1634 * info/footnotes.c, footnotes.h: New file implements functions for
1635 aiding automatic footnote display when entering a node which has
1636 footnotes.
1637
1638 * info/m-x.c: New user-variable "automatic-footnotes".
1639
1640 * info/window.c (window_physical_lines) New function counts the
1641 carriage returns found in NODE.
1642
1643 Wed Jan 6 11:24:19 1993 Brian Fox (bfox@cubit)
1644
1645 * info/general.h: #include <unistd.h> if we have it.
1646
1647 Tue Jan 5 11:12:33 1993 Brian Fox (bfox@cubit)
1648
1649 * info/info-utils.c (info_concatenate_references): If either arg is
1650 NULL, return the other arg.
1651
1652 * info/indices.c (info_indices_of_file_buffer): Simplified and
1653 corrected loop through tags/nodes of file buffer looking for
1654 indices.
1655
1656 * info/search.c (skip_node_characters): Rewrite "if" statement for
1657 clarification and conciseness.
1658
1659 Fri Jan 1 03:18:26 1993 Brian Fox (bfox@cubit)
1660
1661 * info/info.in: Check for setvbuf (), and check to see whether the args
1662 are reversed.
1663
1664 * info/dribble.c (open_dribble_file) Check HAVE_SETVBUF and
1665 SETVBUF_REVERSED when setting the buffering on info_dribble_file.
1666
1667 Thu Dec 31 20:14:13 1992 Brian Fox (bfox@cubit)
1668
1669 * info/session.c (info_select_reference) If the node couldn't be found,
1670 look for the label as a filename (i.e., "(LABEL)Top").
1671
1672 Wed Dec 30 01:57:50 1992 Brian Fox (bfox@cubit)
1673
1674 * New Version 2.7 Beta.
1675
1676 * info/echo_area.c: Numerous functions now do something with the
1677 numeric argument. Kill ring implemented, as well as yank and
1678 yank_pop. Also transpose-chars.
1679
1680 * info/window.c (window_make_modeline): Check node->flags for
1681 N_IsCompressed and display "zz" in the modeline if the node comes
1682 from a file which is compressed on disk.
1683
1684 Mon Dec 28 17:33:12 1992 Brian Fox (bfox@cubit)
1685
1686 * info/filesys.c, info/nodes.c: New member of FILE_BUFFER "FILESIZE"
1687 contains the size of file_buffer->contents. finfo.st_size is no
1688 longer relied upon to read the contents of files, since the new
1689 function (filesys_read_info_file) can read compressed files.
1690
1691 * info/filesys.c (info_find_fullpath) If a file starts with a slash (or
1692 tilde expansion causes it to start with a slash) still call
1693 info_find_file_in_path () on it so that we can find files with
1694 compression suffixes.
1695
1696 * info/m-x.c: New variable "gc-compressed-files".
1697
1698 Tue Dec 22 03:45:28 1992 Brian Fox (bfox@cubit)
1699
1700 * info/info.c: Version 2.6 Beta.
1701
1702 * info/indices.c (info_index_next): Improve the final search for the
1703 matched index entry.
1704
1705 * info/session.c (move_to_screen_line): New function implements `M-r'.
1706 Given a numeric argument, move point to the start of that line in
1707 the current window; without an arg, move to the center line.
1708 * infomap.c: Put move_to_screen_line () on `M-r'.
1709
1710 * info/nodes.c (adjust_nodestart): Don't set N_UpdateTags unless the
1711 node came from a tags table.
1712
1713 * info/nodes.c (info_find_file_internal): If the filename being looked
1714 for doesn't start with a `/', then additionally compare the
1715 filename against the fullpath of the file buffer sans the
1716 directory name. This can happen when selecting nodemenu items.
1717
1718 Mon Dec 21 10:07:18 1992 Brian Fox (bfox@cubit)
1719
1720 * info/session.c, info/display.c: Remove all references to
1721 active_window_ch, active_window_cv, cursor_h, and cursor_v. The
1722 single function display_cursor_at_point () is used for all cursor
1723 movement, and to place the terminal's cursor at the right location
1724 on the screen.
1725
1726 Sat Dec 19 12:01:33 1992 Brian Fox (bfox@cubit)
1727
1728 * info/nodemenu.c: New file implements a few functions for manipulating
1729 previously visited nodes. `list-visited-nodes' produces a menu of
1730 the nodes that could be reached by info_history_node () in some
1731 window. `select-visited-node' is similar to `list-visited-node'
1732 followed by `info-menu-item', but doesn't display a window with
1733 the visited nodes menu.
1734
1735 * info/session.c (info_numeric_arg_digit_loop): If redisplay had been
1736 interrupted, then redisplay all of the windows while waiting for
1737 input.
1738
1739 * info/display.c (display_was_interrupted_p): New variable keeps track
1740 of interrupted display. Used in
1741 info/session.c:info_numeric_arg_digit_loop ().
1742
1743 * info/session.c (info_global_next, info_global_prev): Use the numeric
1744 argument passed to determine how many nodes to move.
1745
1746 * info/session.c (info_scroll_forward, info_scroll_backward): If the
1747 invoking key is not SPC or DEL only do Page Only scrolling.
1748
1749 Thu Dec 17 01:34:22 1992 Brian Fox (bfox@cubit)
1750
1751 * info/display.c (display_update_one_window): Allow W_NoWrap to affect
1752 window display.
1753
1754 * info/window.c (calculate_line_starts): Now takes a WINDOW * as an
1755 argument, and simply does the calculation, placing the results
1756 into window->line_starts and window->line_count. It also handles
1757 W_NoWrap in window->flags.
1758
1759 Mon Dec 14 02:18:55 1992 Brian Fox (bfox@cubit)
1760
1761 * info/session.c (info_backward_scroll): Don't try to get previous node
1762 if the top of the node isn't currently being displayed.
1763
1764 * info/window.c (window_adjust_pagetop) Use new variable
1765 "window_scroll_step" to attempt to control the amount which the
1766 window scrolls.
1767
1768 * info/m-x.c (info_variables) Add "scroll-step" to the list.
1769
1770 Thu Dec 10 08:52:10 1992 Brian Fox (bfox@cubit)
1771
1772 * info/m-x.c: New variable entry show-index-matches. When set to
1773 non-zero the matched portion of the search string is indicated
1774 with ` and '. Perhaps I should use `|' inst|ea|d?
1775
1776 * info/echo_area.c (ea_possible_completions): Always build completions
1777 before checking to see how many there were.
1778
1779 * info/info-utils.c: (info_concatenate_references): New utility
1780 function concatenates references.
1781
1782 * info/Makefile.in: Add indices.c and indices.h to SRCS and HDRS.
1783 Add indices.c to CMDFILES.
1784
1785 * info/indices.c, info/indices.h: New file implements `i' and `,'
1786 commands of info, and provides index searching capabilities.
1787
1788 * info/echo_area.c (info_read_completing_in_echo_area): Split off into
1789 separate callable function info_read_completing_internal ().
1790
1791 * info/echo_area.c (info_read_maybe_completing): New function calls
1792 info_read_completing_internal () with non-forcing argument.
1793
1794 * info/session.c: Rename down_next_upnext_or_error () and
1795 prev_up_or_error () to forward_move_node_structure (), and
1796 backward_move_node_structure (). Implement new commands
1797 info_global_next () and info_global_prev ().
1798
1799 * info/infomap.c (initialize_info_keymaps): Bind `[' and `]' to
1800 backward_, forward_move_node_structure () respectively.
1801
1802 * info/session.c (info_menu_digit): Called with "0" as arg, select the
1803 last menu item.
1804
1805 * info/infomap.c (initialize_info_keymaps): "0" calls
1806 info_menu_digit ().
1807
1808 * info/session.c (info_move_to_xref): Take dir into account when there
1809 are xrefs and menu items in the node and we are wrapping
1810 backwards.
1811
1812 Tue Dec 8 09:57:58 1992 Brian Fox (bfox@cubit)
1813
1814 * info/info.c: Version 2.5 Beta.
1815
1816 * info/terminal.c (terminal_insert_lines, terminal_delete_lines) Do not
1817 expect tgoto to return a new string; it returns the address of a
1818 static buffer.
1819
1820 * info/infodoc.c (info_find_or_create_help_window) Correct check for
1821 prior existing help node.
1822
1823 * info/m-x.c (set_variable): Allow variables to have a list of choices.
1824 Add new variable scroll-behaviour.
1825
1826 * info/session.c (down_next_upnext_or_error, prev_up_or_error) New
1827 functions implement user-controlled behaviour when attempting to
1828 scroll past the bottom or top of a node. New variable
1829 info_scroll_behaviour is user visible as "scroll-behaviour".
1830
1831 * info/session.c (info_scroll_forward, info_scroll_backward) Call new
1832 functions for user-controlled scroll behaviour.
1833
1834 * info/terminal.c (terminal_initialize_terminal) Set PC from BC not
1835 from BUFFER.
1836
1837 Mon Dec 7 11:26:12 1992 Brian Fox (bfox@cubit)
1838
1839 * util/texindex.c: Change EXIT_SUCCESS and EXIT_FATAL to TI_NO_ERROR
1840 and TI_FATAL_ERROR respectively. This avoids namespace conflicts
1841 on NeXT 2.0.
1842
1843 Sat Dec 5 00:07:59 1992 Brian Fox (bfox@cubit)
1844
1845 * info/info.c: New option "--subnodes" says to recursively dump the
1846 menus of the nodes that you wish to dump. Menu items which point
1847 to external nodes are not dumped, and no node is dumped twice.
1848
1849 Thu Dec 3 16:11:02 1992 Brian Fox (bfox@cubit)
1850
1851 * info/session.c (info_error) Don't ring the bell if
1852 info_error_rings_bell_p is zero. (info_abort_key) Ring the bell
1853 if printing "Quit" in the echo area wouldn't do it.
1854
1855 * info/m-x.c (set_variable) New functions allows setting of
1856 variables in the echo area. Currently, only visilble-bell and
1857 errors-ring-bell are implemented.
1858
1859 Wed Dec 2 13:11:37 1992 Brian Fox (bfox@cubit)
1860
1861 * info/nodes.c, info/makedoc.c: If O_RDONLY is not defined by
1862 sys/file.h, include sys/fcntl.h.
1863
1864 * info/filesys.c (info_file_in_path): Expand leading tildes found
1865 within directory names.
1866
1867 * info/terminal.c (terminal_initialize_terminal) Set ospeed to 13 if
1868 not settable any other way. It is an index into an array of
1869 output speeds.
1870
1871 * info/display.c (free_display) Do not free a NULL display.
1872
1873 * info/display.c (string_width): New functions returns the width of
1874 STRING when printed at HPOS.
1875
1876 Sun Nov 29 01:24:42 1992 Brian Fox (bfox@cubit)
1877
1878 * info/info.c: New version 2.4 beta.
1879
1880 * info/general.h: #define info_toupper and info_tolower which check
1881 their arguments before performing any conversion.
1882
1883 * info/search.c, info/echo_area.c: Use info_toupper.
1884
1885 Sat Nov 28 14:23:24 1992 Brian Fox (bfox@cubit)
1886
1887 * info/session.c (info_scroll_forward, info_scroll_backward) If at
1888 last/first page of the node, and the last command was
1889 forward/backward, do info_next/prev/_node.
1890
1891 * info/session.c: New function info_select_reference_this_line gets
1892 menu or cross reference immediately.
1893
1894 * info/infomap.c (initialize_info_keymaps): Add info_keymap[LFD] to
1895 invoke info_select_reference_this_line ().
1896
1897 * info/session.c (info_last_reference) Rename to
1898 info_history_reference. Wrote info_last_reference, and
1899 info_first_reference which go to the last or first node of an info
1900 file.
1901
1902 Fri Nov 27 00:59:02 1992 Brian Fox (bfox@cubit)
1903
1904 * info/info.c: New version 2.3. Completed implementing contents of
1905 TODO file.
1906
1907 * info/session.c (info_redraw_display): Fix C-l with numeric arg.
1908
1909 Thu Nov 26 20:14:18 1992 Brian Fox (bfox@cubit)
1910
1911 * info/m-x.c: New file implements reading named commands in the echo
1912 area, along with a new function "info-set-screen-height".
1913 Compilation of this file and some code in others controlled by the
1914 Makefile variable NAMED_COMMANDS (set to -DNAMED_COMMANDS).
1915
1916 * info/window.c (window_new_screen_size) Rewrite from scratch, allowing
1917 clean growth and shrinkage of the screen. New variable
1918 window_deletion_notifier is a pointer to a function to call when
1919 the screen changes size, and some windows have to get deleted.
1920 The function is called with the window to be deleted as an
1921 argument, and it should clean up dangling references to that
1922 window.
1923
1924 * info/session.c (initialize_info_session): Set
1925 window_deletion_function to forget_window_and_nodes.
1926
1927 * info/display.c (display_update_one_window): If the first row of the
1928 window to display wouldn't appear in the_screen, don't try to
1929 display it. This happens when the screen has been made
1930 unreasonably small, and we attempt to display the echo area.
1931
1932 Tue Nov 24 00:47:20 1992 Brian Fox (bfox@cubit)
1933
1934 * Release Info 2.2.
1935
1936 * info/session.c: New functions implement reading typeahead and
1937 implement C-g flushing typed ahead characters.
1938 (info_search_internal): allows C-g to exit multi-file searches.
1939
1940 Mon Nov 23 01:53:35 1992 Brian Fox (bfox@cubit)
1941
1942 * info/nodes.c: Remove calls to sscanf (), replacing them with calls to
1943 atol (), since that is much faster.
1944 (get_nodes_of_tags_table) Only check for "(Indirect)" if we
1945 haven't parsed any nodes out of the tags table. Increase the
1946 amount that file_buffer->nodes grows to 100 from 50. These two
1947 together sufficiently speed up the parsing process.
1948
1949 * info/nodes.c: info_get_node_of_file_buffer_tags (),
1950 info_get_node_of_file_buffer_nodes (): Search the appropriate list
1951 and return a node. This was simply a cut and paste edit to
1952 functionalize the code.
1953
1954 * info/TODO: Remove suggestion for partial tag parsing, since tag
1955 parsing is much faster now.
1956
1957 Sat Nov 21 02:48:23 1992 Brian Fox (bfox@cubit)
1958
1959 * info/makedoc.c: New File replaces makedoc.sh shell script.
1960
1961 * info/infomap.c: Install info_isearch (on C-s) and
1962 info_reverse_isearch (on C-r) for Info windows.
1963
1964 * info/session.c (incremental_search, info_isearch,
1965 info_reverse_isearch) New functions implement incremental
1966 searching.
1967
1968 Fri Nov 20 00:01:35 1992 Brian Fox (bfox@cubit)
1969
1970 * info/terminal.c (terminal_initialize_terminal): Declare and set up
1971 `ospeed'. Turn off C-s and C-q processing.
1972
1973 * info/session.c (info_show_point) When this function is called, the
1974 desired result is to show the point immediately. So now it calls
1975 set_window_pagetop () if the new pagetop is not the same as the
1976 old one. This means that info_prev_line (), info_next_line (),
1977 info_forward_word (), and info_backward_word () can all scroll the
1978 window if they have to.
1979
1980 Thu Nov 19 12:27:07 1992 Brian Fox (bfox@cubit)
1981
1982 * info/session.c (set_window_pagetop): Add scrolling to make this
1983 faster.
1984
1985 * info/echo_area.c (push/pop_echo_area): Remember the list of items to
1986 complete over.
1987
1988 * info/session.c (info_forward_char): Don't let point get equal to
1989 nodelen, only to nodelen - 1.
1990
1991 * info/display.c: New function display_scroll_display () scrolls the
1992 rmembered display as well as the text on the actual display.
1993
1994 * info/terminal.c: New functions terminal_scroll_terminal (),
1995 terminal_scroll_down (), and terminal_scroll_up (). All
1996 implemented using "al" and "dl" termcap capabilities. (i.e.,
1997 insert and delete line).
1998
1999 Wed Nov 18 15:05:14 1992 Brian Fox (bfox@cubit)
2000
2001 * info/termdep.h: Only define HAVE_FCNTL_H if !aix and !ultrix.
2002
2003 Tue Nov 17 20:35:08 1992 Brian Fox (bfox@cubit)
2004
2005 * First Beta Release of Info 2.0.
2006
2007 Sun Nov 1 02:21:05 1992 Noah Friedman (friedman@prep.ai.mit.edu)
2008
2009 * util/texi2dvi (--force): Option removed. Always run tex at least
2010 once, don't bother checking if .dvi file is newer than source.
2011
2012 Fri Oct 30 02:16:28 1992 Noah Friedman (friedman@prep.ai.mit.edu)
2013
2014 * util/texi2dvi (-D): debugging option renamed from '-d'.
2015 Made check to enable debugging more terse.
2016 When checking if index files have changed, use
2017 variable $this_file instead of $file in for loop.
2018 (file_texi): wherever the variable $file was used to reference
2019 the texinfo file, substituted $file_texi.
2020
2021 Sat Oct 17 07:30:34 1992 Brian J. Fox (bfox@helios)
2022
2023 * util/texindex.c: Remove references to USG replacing them with a
2024 define declaring the actual feature required or missing.
2025
2026 Thu Oct 15 16:17:47 1992 Robert J. Chassell (bob@nutrimat.gnu.ai.mit.edu)
2027
2028 * emacs/texinfmt.el (texinfo-format-setfilename): Remove date from
2029 Info file header so regression testing is easier.
2030
2031 Tue Sep 15 16:28:35 1992 Robert J. Chassell (bob at grackle)
2032
2033 * emacs/texinfmt.el (texinfmt-version): New variable.
2034 (texinfo-format-setfilename): Include date and
2035 version in Info file header.
2036 Better documentation for @definfoenclose
2037 Handle whitespace after @end iftex, etc.
2038
2039 Thu Sep 3 09:25:37 1992 Robert J. Chassell (bob at grackle)
2040
2041 * emacs/texnfo-upd.el: Fix typo re `texinfo-sequential-node-update.'
2042
2043 Tue Aug 18 08:56:24 1992 Robert J. Chassell (bob at grackle)
2044
2045 * emacs/texinfmt.el (texinfo-value): Revise syntax.
2046
2047 * emacs/texnfo-upd.el (texinfo-start-menu-description):
2048 New function to insert title as description in a menu.
2049 (texinfo-make-menu-list): Remove automatic title insertion.
2050
2051 * emacs/texinfo.el (texinfo-mode-map): Add keybinding for
2052 texinfo-start-menu-description.
2053
2054 Wed Jul 29 11:58:53 1992 Robert J. Chassell (bob at grackle)
2055
2056 * emacs/texinfmt.el (texinfo-set): Revise to set a string to the flag.
2057 (texinfo-value): @value{flag}: New command which inserts the
2058 string to which the flag is set.
2059
2060 Tue Jul 7 15:10:52 1992 Robert J. Chassell (bob at grackle)
2061
2062 * emacs/texnfo-upd.el (texinfo-master-menu): Error message if file
2063 contains too few nodes for a master menu.
2064 (texinfo-insert-master-menu-list): Only attempt to insert detailed
2065 master menu if there is one.
2066
2067 Wed Jun 10 15:26:18 1992 Robert J. Chassell (bob at grackle)
2068
2069 * emacs/texinfmt.el (texinfo-append-refill): Refill properly when lines
2070 begin with within-paragraph @-commands.
2071
2072 Tue Jun 9 12:28:11 1992 Robert J. Chassell (bob at grackle)
2073
2074 * emacs/texinfmt.el: Add `texinfo-deffn-formatting-property' and
2075 `texinfo-defun-indexing-property' to @deffn commands.
2076
2077 Mon Jun 8 11:52:01 1992 Robert J. Chassell (bob at grackle)
2078
2079 * emacs/texnfo-upd.el: Replace `(mark-whole-buffer)' with
2080 `(push-mark (point-max) t) (goto-char (point-min))'
2081 to avoid `Mark set' messages.
2082
2083 Fri Jun 5 15:15:16 1992 Robert J. Chassell (bob@kropotkin.gnu.ai.mit.edu)
2084
2085 * emacs/texnfo-upd.el (texinfo-check-for-node-name): Offer section
2086 title as prompt.
2087 (texinfo-copy-next-section-title): Copy title correctly.
2088
2089 Thu May 28 20:34:17 1992 Robert J. Chassell (bob@hill.gnu.ai.mit.edu)
2090
2091 * emacs/texinfmt.el: @vtable defined, parallel to @ftable, for
2092 variables.
2093 (texinfo-append-refill): set case-fold-search nil so @TeX is not
2094 confused with @tex.
2095
2096 Thu Mar 26 21:36:41 1992 Robert J. Chassell (bob@kropotkin.gnu.ai.mit.edu)
2097
2098 * emacs/makeinfo.el: Rename temp buffer from `*Makeinfo*' back to
2099 `*compilation*' so `next-error' works; unfortunately,
2100 `*compilation*' is written into the code as the name
2101 `next-error' needs.
2102 Rename `makeinfo-recenter-makeinfo-buffer' back to
2103 `makeinfo-recenter-makeinfo-buffer'
2104
2105 Thu May 14 21:14:25 1992 Noah Friedman (friedman@prep.ai.mit.edu)
2106
2107 * util/fixfonts: Enclosed most variable references with "" to prevent
2108 potential globbing and other weirdness. Eliminated uses of
2109 ${var-value}, which unfortunately isn't portable.
2110
2111 * util/texi2dvi: rewritten from scratch.
2112
2113 Sat Apr 18 23:46:25 1992 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
2114
2115 * util/fixfonts: Re-evaluate prefix and libdir if inherited (to resolve
2116 variable references from make).
2117 (texlibdir): Don't add '/tex', since it's already there.
2118
2119 Fri Apr 10 14:51:23 1992 Noah Friedman (friedman@prep.ai.mit.edu)
2120
2121 * util/fixfonts: set prefix and libdir only if they are not already
2122 defined (i.e. not inherited from the environment).
2123 Changed default path for libdir to be consistent with Makefile.
2124
2125 Tue Mar 3 13:17:42 1992 Robert J. Chassell (bob at grackle)
2126
2127 * emacs/texnfo-upd.el (texinfo-insert-master-menu-list): Insert a
2128 master menu only after `Top' node and before next node.
2129 (texinfo-copy-menu): Error message if menu empty.
2130
2131 Mon Feb 24 15:47:49 1992 Robert J. Chassell (bob at grackle)
2132
2133 * emacs/texinfmt.el (texinfo-format-region): Make sure region ends in a
2134 newline.
2135 (texinfo-itemize-item): Recognize all non-whitespace on same line
2136 as @item command.
2137
2138 Sat Feb 22 02:15:00 1992 Brian Fox (bfox at gnuwest.fsf.org)
2139
2140 * util/texindex.c: New version 1.45 has cleanups, should compile under
2141 VMS quietly.
2142
2143 Wed Feb 12 10:50:51 1992 Robert J. Chassell (bob at grackle)
2144
2145 * emacs/makeinfo.el: Rename temp buffer as *Makeinfo*.
2146 Rename `makeinfo-recenter-compilation-buffer'.
2147 (makeinfo-buffer): Offer to save buffer if it is modified.
2148 (makeinfo-compile): Do not offer to save other buffers.
2149 (makeinfo-compilation-sentinel): Switch to Info file.
2150
2151 Tue Feb 4 13:07:39 1992 Robert J. Chassell (bob at grackle)
2152
2153 * emacs/texinfmt.el (texinfo-print-index): Format so that node names in
2154 the index are lined up.
2155
2156 Mon Feb 3 09:08:14 1992 Robert J. Chassell (bob at grackle)
2157
2158 * emacs/texinfmt.el (texinfo-itemize-item): Format entry when text
2159 is on the same line as @item command. Also, handle @-commands.
2160 (texinfo-format-region, texinfo-format-buffer-1): Set fill column
2161 to local value of Texinfo buffer.
2162
2163 * emacs/texnfo-upd.el (texinfo-pointer-name): Find only those
2164 section commands that are accompanied by `@node' lines.
2165
2166 Tue Jan 14 16:10:16 1992 Robert J. Chassell (bob at grackle)
2167
2168 * emacs/texnfo-upd.el: Ensure that no commands depend on the value of
2169 case-fold-search.
2170
2171 Fri Jan 10 15:13:55 1992 Robert J. Chassell (bob at kropotkin)
2172
2173 * emacs/texinfmt.el (texinfo-append-refill): Replace use of
2174 unsupported function `looking-at-backward' with
2175 `re-search-backward'.
2176
2177 Mon Dec 23 23:46:42 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu)
2178
2179 * util/texindex.c: Change POSIX ifdefs to HAVE_UNISTD_H and
2180 _POSIX_VERSION.
2181
2182 Mon Dec 16 15:01:36 1991 Robert J. Chassell (bob at grackle)
2183
2184 * emacs/texinfmt.el (texinfo-append-refill): New function appends
2185 @refill to all appropriate paragraphs so you no longer need to
2186 append @refill command yourself.
2187 (texinfo-format-region, texinfo-format-buffer-1,
2188 texinfo-format-include): Call `texinfo-append-refill'.
2189
2190 Fri Dec 6 01:25:09 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu)
2191
2192 * util/texindex.c: Conditionalize on _AIX (which is predefined) instead
2193 of AIX, just like makeinfo does.
2194
2195 Tue Nov 26 10:21:04 1991 Robert J. Chassell (bob at grackle)
2196
2197 * emacs/texnfo-upd.el (texinfo-section-types-regexp): `@subtitle' no
2198 longer treated as subsection.
2199
2200 Sat Nov 16 08:27:42 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu)
2201
2202 * util/fixfonts: New file, from Karl Berry.
2203
2204 Tue Nov 12 16:13:24 1991 Robert J. Chassell (bob at grackle)
2205
2206 * emacs/texinfmt.el: Create @end smalllisp.
2207
2208 Mon Nov 11 16:50:13 1991 Robert J. Chassell (bob at grackle)
2209
2210 * emacs/texinfo.el (texinfo-environment-regexp): Add all other block
2211 enclosing Texinfo commands.
2212
2213 Thu Nov 7 10:23:51 1991 Robert J. Chassell (bob at grackle)
2214
2215 * emacs/texinfo.el (texinfo-insert-@end): Attempt to insert correct end
2216 command statement, eg, @end table. Fails with nested lists.
2217 (texinfo-insert-*): Accept prefix arg to surround following N
2218 words with braces for command.
2219
2220 Thu Oct 31 21:31:41 1991 Robert J. Chassell (bob at kropotki)
2221
2222 * emacs/texinfmt.el (texinfo-clear): Clear flag even if flag not
2223 previously set.
2224
2225 Wed Oct 23 11:15:58 1991 Robert J. Chassell (bob at grackle)
2226
2227 * emacs/texinfo.el (texinfo-mode): page-delimiter now finds top node as
2228 well as chapters.
2229
2230 Tue Oct 22 11:46:12 1991 Robert J. Chassell (bob at grackle)
2231
2232 * emacs/texinfmt.el (texinfo-do-flushright): Test whether a line is too
2233 long for the flush right command (line length must be less than
2234 the value of fill column).
2235
2236 * emacs/texnfo-tex.el (texinfo-tex-buffer): Prompt for original file
2237 even if point moved to *texinfo-tex-shell*.
2238 texinfo-tex-original-file: variable to hold file name.
2239
2240 Wed Oct 16 08:32:05 1991 Robert J. Chassell (bob at grackle)
2241
2242 * emacs/texinfmt.el (texinfo-format-center): Expand string before
2243 centering so @-commands not included.
2244
2245 Thu Oct 10 22:01:47 1991 Robert J. Chassell (bob at kropotki)
2246
2247 * emacs/texnfo-tex.el (texinfo-show-tex-print-queue): Do not kill a
2248 running process; do start a process none exists.
2249
2250 Thu Sep 26 21:58:47 1991 Robert J. Chassell (bob at kropotki)
2251
2252 * util/texi2dvi: Misc. bugs fixed.
2253
2254 * emacs/texinfo.el: Remove extraneous references to TeX.
2255
2256 Thu Sep 19 20:45:29 1991 Robert J. Chassell (bob at kropotki)
2257
2258 * emacs/texinfmt.el: add @cartouche as a noop (makes box with rounded
2259 corners in TeX)
2260
2261 Tue Sep 10 20:44:57 1991 Robert J. Chassell (bob at grackle)
2262
2263 * emacs/texnfo-upd.el (texinfo-make-one-menu): Copy node-name correctly
2264 for message.
2265
2266 Thu Aug 29 17:54:07 1991 Robert J. Chassell (bob at kropotki)
2267
2268 * emacs/texnfo-tex.el (texinfo-quit-tex-job): Do not set mark.
2269
2270 Wed Aug 21 10:36:21 1991 Robert J. Chassell (bob at grackle)
2271
2272 * emacs/texnfo-upd.el: (texinfo-copy-menu-title): Copy title as it
2273 should rather than node line.
2274
2275 Mon Aug 5 15:27:12 1991 Robert J. Chassell (bob at grackle)
2276
2277 * emacs/texinfmt.el (texinfo-format-convert): Changed regexp that
2278 looks for three hyphens in a row to find those between word
2279 constituent characters, as now, for Oxford Univ. style dashes and
2280 also between spaces, for Cambridge Univ. Press style dashes.
2281
2282 * emacs/texnfo-tex.el (texinfo-tex-start-shell): Runs "/bin/sh" so
2283 `explicit-shell-file-name' is not set globally.
2284
2285 * emacs/texnfo-upd.el: Rewrite messages.
2286 (texinfo-find-higher-level-node): Stop search at limit.
2287 (texinfo-copy-menu-title): Rewrite to handle outer include files.
2288 (texinfo-multi-file-update): Update all nodes properly;
2289 rewrite doc string and interactive.
2290
2291 Sat Aug 3 10:46:13 1991 Robert J. Chassell (bob at grackle)
2292
2293 * emacs/texnfo-upd.el (texinfo-all-menus-update): Fixed typo that
2294 caused the function to create a master menu when it shouldn't.
2295
2296 * emacs/texinfo.el (texinfo-mode): Make `indent-tabs-mode' a local
2297 variable and set to nil to prevent TABs troubles with TeX.
2298
2299 Wed Jul 31 11:07:08 1991 Robert J. Chassell (bob at grackle)
2300
2301 * emacs/texnfo-tex.el (texinfo-quit-tex-job): New function: quit
2302 currently running TeX job, by sending an `x' to it.
2303 (texinfo-tex-shell-sentinel): New function to
2304 restart texinfo-tex-shell after it is killed.
2305 (texinfo-kill-tex-job): Rewrite to use kill-process rather than
2306 quit-process; uses `texinfo-tex-shell-sentinel' to restart
2307 texinfo-tex-shell after it is killed.
2308 (texinfo-tex-region, texinfo-tex-buffer): Replace
2309 texinfo-kill-tex-job with quit-process.
2310
2311 * emacs/texinfo.el (texinfo-define-common-keys): Add keybinding for
2312 texinfo-quit-tex-job
2313
2314 Wed Jul 10 15:15:03 1991 Robert J. Chassell (bob at grackle)
2315
2316 * emacs/texinfmt.el: New commands @set, @clear, @ifset...@end
2317 ifset, and @ifclear...@end ifclear.
2318 Definition functions rewritten to make them easier to
2319 maintain.
2320
2321 Wed Jul 3 19:37:04 1991 Robert J. Chassell (bob at kropotki)
2322
2323 * emacs/texinfmt.el (texinfo-format-deftypefn-index): Remove reference
2324 to data-type to make consistent with texinfo.tex and makeinfo.
2325 texinfo.el: Fix page-delimiter and texinfo-chapter-level-regexp
2326 variables.
2327
2328 Thu Jun 27 18:35:36 1991 Robert J. Chassell (bob at nutrimat)
2329
2330 * emacs/texinfmt.el: Add @dmn as `texinfo-format-noop'.
2331 texinfo2.texi: Document @dmn.
2332 texinfmt.el (texinfo{,-end}-{eleterate,ecapitate} renamed
2333 {alphaenumerate, capsenumerate}.
2334
2335 Fri Jun 14 12:46:32 1991 Robert J. Chassell (bob at churchy.gnu.ai.mit.edu)
2336
2337 * emacs/texinfmt.el (texinfo-format-defun-1): @defivar prints name
2338 correctly.
2339
2340 Thu Jun 6 21:38:33 1991 Robert J. Chassell (bob at churchy.gnu.ai.mit.edu)
2341
2342 * emacs/texinfo.el (texinfo-mode): Set page delimiter to
2343 'texinfo-chapter-level-regexp' so that page commands work by
2344 chapter or equivalent.
2345
2346 * emacs/texinfmt.el (texinfo-format-defun-1): @defop prints name
2347 correctly.
2348 (batch-texinfo-format): replace unsupported
2349 'buffer-disable-undo' with 'buffer-flush-undo'
2350
2351 Fri Apr 5 15:17:17 1991 Robert J. Chassell (bob at wookumz.gnu.ai.mit.edu)
2352
2353 * emacs/makeinfo.el (makeinfo-compilation-sentinel): Check for
2354 existance of makeinfo-temp-file to avoid harmless error message.
2355 texinfo2.texi: Minor typos fixed.
2356
2357 Thu Mar 28 19:13:24 1991 Robert J. Chassell (bob at pogo.gnu.ai.mit.edu)
2358
2359 * util/texi2dvi: Revised.
2360
2361 Mon Mar 11 12:35:51 1991 Robert J. Chassell (bob at grackle)
2362
2363 * emacs/texinfmt.el: (@footnotestyle): New command to set
2364 footnotestyle.
2365 (@paragraphindent): New command to set indentation.
2366 (texinfo-format-refill): Add indentation feature so as to
2367 indent paragraph or leave indentation asis before refilling
2368 according to value set by @paragraphindent command.
2369 (texinfo-format-region): Insert header, if any, into Info buffer.
2370 (texinfo-format-separate-node, texinfo-format-end-node): Run
2371 texinfo-format-scan on footnote text only once.
2372 (texinfo-format-scan): Shorten `---' to `--'.
2373
2374 * emacs/texinfo.el: Define key for `texinfo-master-menu'; define
2375 start and end of header expressions.
2376
2377 * emacs/texnfo-upd.el (texinfo-all-menus-update): Update
2378 pre-existing master menu, if there is one.
2379
2380 Fri May 11 14:36:07 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
2381
2382 * util/texindex.c: Rename `lines' to `nlines'.
2383 (bzero): Pass arg to lib$movc5 through non-register var.
2384 (perror_with_file, pfatal_with_file): Move extern decls and includes
2385 to top of file.
2386 [VMS]: If not using VMS C, define away `noshare' keyword.
2387 Include perror.h.
2388
2389 Mon Jul 11 18:02:29 1988 Chris Hanson (cph at kleph)
2390
2391 * util/texindex.c (indexify): when comparing to initial strings to
2392 decide whether to change the header, must use `strncmp' to avoid
2393 comparing entire strings of which initials are a substring.
2394
2395 Sun Jun 26 18:46:16 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
2396
2397 * util/texindex.c (sort_in_core, sort_offline, parsefile):
2398 Give up on input file if any line doesn't start with backslash.