home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / OS2 / gnuinfo.zip / ChangeLog < prev    next >
Text File  |  1997-07-31  |  120KB  |  3,239 lines

  1. Thu Jul 31 11:57:46 1997  Karl Berry  <karl@cs.umb.edu>
  2.  
  3.     *  Version 3.11.
  4.  
  5.     * info/man.c (reap_children): Declare status as int, not unsigned,
  6.         since that's what POSIX says the arg to wait should be.
  7.  
  8.     * makeinfo/makeinfo.c (cm_uref, cm_email): Rewrite to do macro
  9.          expansion in the arguments.
  10.  
  11.     * makeinfo/makeinfo.c (main): setlocale LC_MESSAGES and LC_TIME,
  12.         instead of LC_ALL.
  13.     From: Akim Demaille <demaille@inf.enst.fr>.
  14.  
  15.     * makeinfo/makeinfo.c (cm_today): Let the %d %s %d be translated,
  16.         so other languages can change the order of day/month/year.
  17.     From: Akim Demaille <demaille@inf.enst.fr>.
  18.  
  19.     * info/infomap.c: Doc fix.
  20.  
  21.     * lib/system.h [!O_RDONLY]: Prefer <fcntl.h> to <sys/fcntl.h>.
  22.  
  23.     * configure.in (AC_CHECK_HEADERS): Check for fcntl.h.
  24.  
  25.     * doc/Makefile.am (install-data-local): Suggest tex/generic/dvips
  26.         for epsf.tex.
  27.     From: Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>.
  28.  
  29.     * configure.in (TEXMF): Move check to block with other program
  30.          checks.
  31.  
  32. Wed Jul 30 11:20:37 1997  Karl Berry  <karl@cs.umb.edu>
  33.  
  34.     * makeinfo/makeinfo.c (defun_internal): Allow extra text after
  35.         most @def... commands, for tzname[2] in libc.texinfo.
  36.  
  37.     * info/info.c: Include indices.h.
  38.     * configure.in (AC_CHECK_HEADERS): Test for sys/wait.h, info/man.c
  39.          uses it.
  40.     From: Erick Branderhorst <Erick.Branderhorst@asml.nl>.
  41.  
  42. Tue Jul 29 15:55:19 1997  Karl Berry  <karl@cs.umb.edu>
  43.  
  44.     * configure.in: Version 3.9j.
  45.  
  46.     * info/terminal.c (output_character_function): Return int (the
  47.          arg), not void.
  48.  
  49.     * info/infomap.c: Don't define term_kP as 'v', since that's undefined.
  50.     From: Tom Hageman <tom@basil.icce.rug.nl>.
  51.  
  52.     * makeinfo/makeinfo.c: Parameterize some messages to avoid
  53.          duplicate translations.
  54.  
  55.     * info/terminal.c: Only try to declare ospeed, PC, tputs, etc. if
  56.         we don't have <ncurses.h/termcap.h> or <termcap.h>.
  57.  
  58.     * makeinfo/makeinfo.c (cm_email): New function, like cm_uref.
  59.  
  60. Sun Jul 27 17:09:20 1997  Karl Berry  <karl@cs.umb.edu>
  61.  
  62.     * configure.in: Only check for <ncurses/termcap.h> if we're using
  63.         -lncurses.
  64.     From: Bo Johansson <bo.johansson@mbox2.swipnet.se>.
  65.  
  66.     * info/dir.c (new_dir_file_p): Avoid automatic struct
  67.         initialization, SunOS 4 etc. cc can't handle it.
  68.     From: "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu>.
  69.  
  70. Sat Jul 26 15:08:13 1997  Karl Berry  <karl@cs.umb.edu>
  71.  
  72.     * Version 3.9i.
  73.  
  74.     * configure.in: Check for termcap.h and ncurses/termcap.h.
  75.     From: bo.johansson@mbox2.swipnet.se.
  76.  
  77. Fri Jul 25 14:09:05 1997  Karl Berry  <karl@cs.umb.edu>
  78.  
  79.     * doc/texinfo.texi: Document new second optional arg to email.
  80.  
  81.     * info/infodoc.c: Document CTRL-x 0 as the way to get out of help.
  82.  
  83.     * info/dir.c (maybe_build_dir_node): Really check for the same dir
  84.         file twice, not just by name.
  85.     (new_dir_file_p): New function.
  86.  
  87.     * util/install-info.c: Tell them about --help in doc strings.
  88.  
  89. Thu Jul 24 14:25:44 1997  Karl Berry  <karl@cs.umb.edu>
  90.  
  91.     * util/texindex.c (memory_error): Move to avoid incorrect implicit
  92.          decl.
  93.  
  94.     * makeinfo/makeinfo.c,
  95.     * makeinfo/multi.c,
  96.     * util/install-info.c,
  97.     * util/texindex.c,
  98.     * info/tilde.c,
  99.     * info/man.c,
  100.     * info/gc.c,
  101.     * info/session.c (info_replace_key_to_typeahead): Remove unused
  102.          function,
  103.     * info/nodemenu.c,
  104.     * info/man.c,
  105.     * info/m-x.c,
  106.     * info/footnotes.c
  107.     * info/info.c
  108.     * info/indices.c,
  109.     * info/filesys.c: Parenthesize to avoid -Wall warnings
  110.     remove unused variables,
  111.     make return types explicit,
  112.     printf type corrections.
  113.  
  114.     * lib/system.h: <ctype.h>: Include this.
  115.     * util/texindex.c,
  116.     * makeinfo/makeinfo.c,
  117.     * info/echo-area.c,
  118.     * info/display.c: ctype.h: Included in system.h now.
  119.  
  120.     * info/echo-area.c: Parenthesize to avoid -Wall warnings.
  121.         (ctype.h): #include for isprint.
  122.     (echo_area_stack_depth): Remove unused function.
  123.     * info/display.c: Parenthesize to avoid -Wall warnings.
  124.         (ctype.h): #include for isprint.
  125.     * info/dir.c: Parenthesize to avoid -Wall warnings.
  126.     (build_dir_node_internal): Remove declaration of nonexistent function.
  127.     From: Erick Branderhorst <Erick.Branderhorst@asml.nl>.
  128.  
  129.     * configure.in (TEXMF): Call texconfig to discover the default value,
  130.     for the sake of the warning in doc/Makefile.
  131.     From: Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>.
  132.  
  133.     * doc/Makefile.am (TEXMF): New variable.
  134.         (install-data-local): Use it in warning.
  135.     From: Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>.
  136.  
  137.     * info/session.c (initialize_info_session): Only call
  138.     terminal_prep_terminal if clear_screen is true.  Otherwise, failed
  139.         --index-searches prep the terminal but do not unprep it.
  140.     From: William Edward Webber <wew@yallara.cs.rmit.EDU.AU>.
  141.  
  142.     * info/nodemenu.c: Doc fix.
  143.  
  144. Mon Jul 21 17:11:09 1997  Karl Berry  <karl@cs.umb.edu>
  145.  
  146.     * doc/texinfo.texi: Comment out @smallbook and @set smallbook so
  147.          people at other sites can print it the way they want.
  148.     From: Thomas Walter <walter@pctc.chemie.uni-erlangen.de>
  149.  
  150. Sun Jul 20 07:52:25 1997  Karl Berry  <karl@cs.umb.edu>
  151.  
  152.     * configure.in: 3.9h.
  153.  
  154.     * doc/Makefile.am (install-info-am, distclean-aminfo): New targets
  155.         to avoid assuming info files are in srcdir.
  156.  
  157.     * lib/system.h (xstrdup): Returns char *, not void *.
  158.  
  159.     * doc/Makefile.am (.texi.info),
  160.     * doc/Makefile.am (texinfo): Don't run in $(srcdir).
  161.  
  162.     * util/install-info.c (main): Remove unnecessary decl of strrchr.
  163.  
  164.     * info/tilde.c: Include info.h (for config.h) before alloca stuff.
  165.  
  166.     * makeinfo/makeinfo.c (validate_file): Rename `valid' to `valid_p'
  167.         to avoid conflict with SunOS 4 header files.
  168.     From: "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu>.
  169.  
  170.     * info/session.c (initialize_info_session): Call
  171.           terminal_prep_terminal here (before calling terminal_clear_screen).
  172.     (info_session): Instead of here.
  173.     From: William Edward Webber <wew@yallara.cs.rmit.EDU.AU>.
  174.  
  175.     * Makefile.am (EXTRA_DIST): Add README-alpha.
  176.  
  177. Sat Jul 19 13:50:27 1997  Karl Berry  <karl@cs.umb.edu>
  178.  
  179.     * info/terminal.c: Use `keypad transmit' sequence if it's defined:
  180.     (term_keypad_on, term_keypad_off): New statics.
  181.     (terminal_begin_using_terminal): If term_keypad_on, send it.
  182.     (terminal_end_using_terminal): If term_keypad_off, send it.
  183.     (terminal_initialize_terminal): Look up ks and ke termcap strings.
  184.     From: William Edward Webber <wew@yallara.cs.rmit.EDU.AU>.
  185.  
  186.     * info/infomap.c (initialize_info_keymaps): Initialize hardwired
  187.          cases for arrow keys a la readline.  Found by John Eaton,
  188.          jwe@bevo.che.wisc.edu.
  189.  
  190.     * makeinfo/makeinfo.c (output_pending_notes): Remove footnote
  191.         macro expansion code I #if 0'd out some time ago.  And doc fixes.
  192.  
  193.     * Applied this patch:
  194.  
  195. Sat Jul 19 16:29:01 1997  Karl Eichwalder  <ke@suse.de>
  196.  
  197.     * info/info.c (main): setlocale, bindtextdomain, and textdomain.
  198.  
  199. Fri Jul 18 10:02:18 1997  Karl Berry  <karl@cs.umb.edu>
  200.  
  201.     * doc/Makefile.am (install-data-local),
  202.     * emacs/Makefile.am (install-data-local): Give subdir in warning.
  203.  
  204.     * configure.in: Version 3.9f.
  205.  
  206.     * doc/texinfo.texi: Correct \^ to @^.
  207.     From Andreas S.
  208.  
  209.     * Merged these changes:
  210.  
  211. 1997-07-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  212.  
  213.     * info/display.c (display_cursor_at_point): Flush ouput.
  214.  
  215. 1997-07-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  216.  
  217.     * info/session.c (remember_window_and_node): Don't crash when the
  218.     current window has no current node.
  219.  
  220. 1997-07-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  221.  
  222.     * util/texindex.c (usage): Translate the doc strings.
  223.     * makeinfo/makeinfo.c (cm_today): Translate the month names.
  224.     * info/variables.c (describe_variable): Translate the doc strings.
  225.     * info/nodes.h: Don't translate the strings defining the info format.
  226.  
  227. 1997-07-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  228.  
  229.     * makeinfo/makeinfo.c (get_item_function): Remove superfluous call
  230.     to canon_white after get_rest_of_line.
  231.     (cm_end): Likewise.
  232.     (handle_variable): Likewise.
  233.     (cm_item): Likewise.
  234.     (cm_unmacro): Likewise.
  235.  
  236. 1997-07-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  237.  
  238.     * info/nodemenu.c (list_visited_nodes): Don't clear the internal
  239.     flag, this and other functions depend on it.  Don't insist on
  240.     displaying the menu below the current window.
  241.  
  242. 1997-07-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  243.  
  244.     * makeinfo/makeinfo.c (cm_uref): Fix memory leaks.
  245.     (cm_inforef): Likewise.  Handle empty cross reference name.
  246.  
  247. 1997-07-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  248.  
  249.     * info/echo-area.c (ea_possible_completions): Check that the
  250.     current window can actually be split.
  251.  
  252. Thu Jul 17 17:19:34 1997  Karl Berry  <karl@cs.umb.edu>
  253.  
  254.     
  255.     * emacs/Makefile.am (*clean-lisp): Define, as Automake didn't.
  256.     From: Kenneth Stailey <kstailey@disclosure.com>.
  257.  
  258.     * doc/Makefile.am: Do not distribute info.1.
  259.     * makeinfo/macros: Do not distribute this directory, it's merged
  260.         into the main documentation.
  261.     * doc/makeinfo.texi: Don't distribute this either, it's in the 
  262.         main manual.
  263.  
  264.     * util/install-info.c: Use \n\ for multiline string constant.
  265.           From: Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>.
  266.  
  267. Wed Jul 16 15:29:50 1997  Karl Berry  <karl@cs.umb.edu>
  268.  
  269.     * doc/texinfo.texi: @set must be after @setfilename, I guess.
  270.     Noted by Erick Branderhorst.
  271.  
  272.     * Applied this change:
  273.  
  274. Tue Nov 12 22:20:22 1996  John Eaton  <jwe@bevo.che.wisc.edu>
  275.  
  276.     * makeinfo.c (INDEX_ALIST): Use two indices, read_index and
  277.     write_index, instead of just one.
  278.     (find_index_offset): If a match is found, return index to the
  279.     current INDEX_ALIST struct, not the index pointing to the list of
  280.     index entries.
  281.     (translate_index): Return read_index from the matching
  282.     INDEX_ALIST.
  283.     (undefindex): Delete the list of index elements pointed to by
  284.     read_index from the INDEX_ALIST that matches name.
  285.     (defindex): Initialize read_index and write_index.
  286.     (index_add_arg): Add entries to the list pointed to by write_index
  287.     from the INDEX_ALIST matching name.
  288.     (index_append): Delete unused function.
  289.     (cm_synindex): Don't merge indcies, just make the write_index for
  290.     redirectee the same as the write_index for redirector.
  291.  
  292. Tue Jul 15 09:32:04 1997  Karl Berry  <karl@cs.umb.edu>
  293.  
  294.     * doc/texinfo.texi: Bump edition number for 2.24.
  295.  
  296.     * util/Makefile.am (localedir): Define.
  297.  
  298.     * info/window.h: Rename __window__ to window_struct.
  299.  
  300.     * info/window.h,
  301.     * info/variables.h,
  302.     * info/search.h,
  303.     * info/man.h,
  304.     * info/info-utils.h,
  305.     * info/gc.h,
  306.     * info/footnotes.h,
  307.     * info/filesys.h,
  308.     * info/echo-area.h,
  309.     * info/display.h: Avoid leading _ in #define for #include protection.
  310.  
  311.     * makeinfo/makeinfo.c: Version 1.68.
  312.     * info/info.c: Version 2.17.
  313.  
  314.     * Most all files: Untabify.
  315.  
  316.     * doc/Makefile.am (texinfo): Add explicit target.
  317.  
  318.     * emacs/Makefile.am (noinst_LISP): Remove the obsolete
  319.         detexinfo.el (makeinfo --no-headers is better) and
  320.             texnfo-tex.el (now handled by TeX modes in general).
  321.  
  322. Mon Jul 14 15:21:03 1997  Karl Berry  <karl@cs.umb.edu>
  323.  
  324.     * util/texi2dvi: Update RCS file from 3.9 distribution.
  325.  
  326.     * util/Makefile.am (EXTRA_DIST): Add update-info, from
  327.          rhawes@dmapub.dma.org
  328.  
  329. Sun Jul 13 17:05:03 1997  Karl Berry  <karl@cs.umb.edu>
  330.  
  331.     * info/signals.c: Use RETSIGTYPE instead of hardwiring void.
  332.     From: "Jeffery L. JT Vogt" <lfm@atw.earthreach.com>.
  333.  
  334.     * info/session.c (info_history_node): Rewrite as
  335.             info_kill_node (current_node).
  336.         (kill_node, read_nodename_to_kill): New functions from info_kill_node.
  337.     (info_kill_node): Now this just calls them.
  338.  
  339. Fri Jul 11 11:56:58 1997  Karl Berry  <karl@cs.umb.edu>
  340.  
  341.     * doc/texinfo.texi: Fix `Conditionals' xref.
  342.  
  343. Thu Jul 10 17:58:12 1997  Karl Berry  <karl@cs.umb.edu>
  344.  
  345.     * doc/info.texi: Don't say SPC clears ? screen.
  346.  
  347. Sun Jul  6 16:26:41 1997  Karl Berry  <karl@cs.umb.edu>
  348.  
  349.     * doc/info-stnd.texi: Document --index-search.
  350.  
  351.     * info/tilde.c,
  352.     * info/session.c: Remove redundant getenv decl.
  353.  
  354.     * Installed following change:
  355. Tue Nov 12 14:44:00 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>
  356.  
  357.     * info/info.c (main): Handle new option, --index-search STRING.
  358.     (index_search_p, index_search_string): New static variables, used
  359.     to handle --index-search option.
  360.  
  361.     * info/session.c (initialize_info_session): New arg,
  362.     clear_screen.  Change all callers.
  363.  
  364.     * info/indices.h (do_info_index_search, index_intry_exists):
  365.     Provide declarations here.
  366.  
  367.     * info/indices.c (do_info_index_search): New function, extracted
  368.     from info_index_search.
  369.     (info_index_search): Simply call do_info_index_search() with
  370.     search_string set to NULL.
  371.     (index_entry_exists): New function.
  372.  
  373. Sat Jul  5 17:17:14 1997  Karl Berry  <karl@cs.umb.edu>
  374.  
  375.     * doc/texinfo.texi: Document @kbdinputstyle.
  376.  
  377.     * makeinfo/makeinfo.c (kbdinputstyle): New command.
  378.     (cm_no_op_line_arg): New function.
  379.  
  380.     * info/termdep.h (HAVE_TERMIOS_H) [NeXT]: #undef.  
  381.     From: Gregor Hoffleit <flight@mathi.uni-heidelberg.de> et al.
  382.  
  383. Fri Jul  4 14:18:08 1997  Karl Berry  <karl@cs.umb.edu>
  384.  
  385.     * info/Makefile.am (EXTRA_DIST),
  386.     * util/Makefile.am (EXTRA_DIST),
  387.     * makeinfo/Makefile.am (EXTRA_DIST),
  388.     * lib/Makefile.am (EXTRA_DIST): Include README.
  389.  
  390.     * doc/texinfo.texi (makeinfo options): Document --paragraph-indent
  391.          values more completely.
  392.     * makeinfo/makeinfo.c (set_paragraph_indent): Allow translated
  393.          asis or none, improve doc.
  394.      From ke.
  395.  
  396.     * doc/Makefile.am (dist-info): New empty target so that we do not
  397.          distribute info files.
  398.      From Erick Branderhorst.
  399.  
  400.     * doc/texinfo.texi (Invoking install-info): Document that the dir
  401.         file is created now if need be.
  402.     * Makefile.am (EXTRA_DIST): No longer need dir.
  403.     * util/install-info.c (ensure_dirfile_exists): New routine.
  404.     (main): Call it before trying to open dirfile for reading.
  405.  
  406.     * doc/texinfo.texi: Document install-info --delete a little better.
  407.     * util/install-info.c: Set something_deleted when we delete a
  408.          normal line.
  409.     Bug from: Denis Kosygin <dkosygin@math.Princeton.EDU>.
  410.  
  411.     * util/install-info.c: If no info dir entry, give warning and exit 0.
  412.  
  413. Wed Jul  2 06:35:17 1997  Karl Berry  <karl@cs.umb.edu>
  414.  
  415.     * configure.in (ALL_LINGUAS): Add fr.
  416.  
  417.     * makeinfo/makeinfo.h (insertion_type, insertion_type_names): Add
  418.         ifnot... entries. Alphabetize.
  419.  
  420. Tue Jul  1 17:21:54 1997  Karl Berry  <karl@cs.umb.edu>
  421.  
  422.     * makeinfo/makeinfo.c (sort_index): Set defining_line and
  423.         input_filename so errors in index entries are reported at
  424.         the correct location.  From rms.
  425.  
  426.     * makeinfo/makeinfo.c (cm_ifnothtml, etc.): Routines for new
  427.          commands.
  428.  
  429. Sun Jun 29 09:44:01 1997  Karl Berry  <karl@cs.umb.edu>
  430.  
  431.     * doc/texinfo.texi: Document new @ifnot... commands, etc.
  432.     * doc/texinfo.texi: Document @image, etc.
  433.  
  434. Thu Jun 26 17:57:37 1997  Karl Berry  <karl@cs.umb.edu>
  435.  
  436.     * makeinfo/makeinfo.c (cm_image): New routine for new command @image.
  437.     (cm_end): Move to better place, doesn't need its own page.
  438.     Doc fixes.
  439.  
  440. Mon Jun 23 16:54:03 1997  Karl Berry  <karl@cs.umb.edu>
  441.  
  442.     * Makefile.am (SUBDIRS): Do intl first.
  443.  
  444.     * doc/Makefile.am (EXTRA_DIST): Include epsf.tex.
  445.     (install-data-local): Suggest possible installation directory.
  446.     * epsf.tex: New file.
  447.  
  448. Wed Jun 18 17:51:52 1997  Karl Berry  <karl@cs.umb.edu>
  449.  
  450.     * doc/texinfo.texi: Document texinfo.cnf.
  451.  
  452. Sun Jun 15 14:37:58 1997  Karl Berry  <karl@cs.umb.edu>
  453.  
  454.     * doc/texinfo.texi (Command List): Various commands missing or
  455.         erroneous.
  456.     From: Karl_Heinz_Marbaise@p69.ks.fido.de.
  457.  
  458.     * makeinfo/makeinfo.c: Oops, failed to break out of loop.
  459.  
  460.     * util/texindex.c: Use <getopt.h> not "getopt.h".
  461.  
  462.     * All source files: Merge gettext changes from Karl E.;
  463.     his ChangeLog entries below.
  464.  
  465. Sat Jun 14 17:04:28 1997  Karl Berry  <karl@cs.umb.edu>
  466.  
  467.     * Makefile.am,
  468.     * makeinfo/Makefile.am: Doc fix.
  469.     * util/Makefile.am (EXTRA_DIST): Add texi2dvi.  From Karl E.
  470.  
  471. Fri Jun 13 17:39:34 1997  Karl Berry  <karl@cs.umb.edu>
  472.  
  473.     * makeinfo/makeinfo.c [WIN32]: Handle read bogosity and c:\
  474.         absolute paths.
  475.     From: Eric Hanchrow <erich@MICROSOFT.com>.
  476.  
  477.     * configure.in (AC_CHECK_HEADERS): Check for pwd.h.
  478.     * info/tilde.c (pwd.h): Move #include to system.h.
  479.  
  480.     * makeinfo/makeinfo.c (main): New option -P to prepend to search path.
  481.     From: Kenneth Stailey <kstailey@cvs.openbsd.org>.
  482.  
  483.     * doc/texinfo.texi (Invoking makeinfo),
  484.     * doc/makeinfo.texi: Mention -P.
  485.  
  486. Thu Jun 12 16:25:40 1997  Karl Berry  <karl@cs.umb.edu>
  487.  
  488.     * info/signals.h (SIGCHLD): #define as SIGCLD if undefined, for sysV68.
  489.     From: "Philippe De Muyter" <phdm%labauto1@ulb.ac.be>.
  490.  
  491.     * util/install-info.c (O_RDONLY): Remove this stuff, it's in system.h.
  492.      (main): Handle existing entry in dir file having .info extension.
  493.     From: "Bradley C. Kuszmaul" <bradley@GRANITE.SYSTEMSX.CS.YALE.EDU>.
  494.  
  495.     * makeinfo/makeinfo.c (get_char_len): Don't count 8-bit characters
  496.         as two chars in the output.
  497.     From: Sung-Hyun Nam <namsh@amuna.rms.lgic.co.kr>.
  498.  
  499. Wed Jun 11 16:36:51 1997  Karl Berry  <karl@cs.umb.edu>
  500.  
  501.     * doc/texinfo.texi (Other Info Directories): Document new trailing
  502.          : in INFOPATH feature.
  503.  
  504.     * info/info.c (main): Have trailing : in INFOPATH expand to the
  505.          default path.
  506.  
  507. Fri Jun  6 13:22:02 1997  Karl Berry  <karl@cs.umb.edu>
  508.  
  509.     * doc/texinfo.texi (uref): New node for new command.
  510.  
  511. Thu Jun  5 18:13:48 1997  Karl Berry  <karl@cs.umb.edu>
  512.  
  513.     * makeinfo/makeinfo.c (cm_uref): New function to accept optional
  514.         second argument.  Call it in command table.
  515.  
  516. Sat Jun 14 10:54:16 1997  Karl Eichwalder  <ke@suse.de>
  517.  
  518.     * mkinstalldirs: Update from automake-1.1p.
  519.  
  520.     * configure.in: Touch po/ChangeLog (gettext needs it).
  521.  
  522. Thu Jun 12 08:37:52 1997  Karl Eichwalder  <ke@ke.Central.DE>
  523.  
  524.     * util/texindex.c: Include system.h, remove config.h.
  525.  
  526.     * po/POTFILES.in: Fill it.
  527.  
  528.     * makeinfo/multi.c: Include system.h.
  529.  
  530.     * info/Makefile.am:
  531.     * makeinfo/Makefile.am:
  532.     * util/Makefile.am:
  533.      (localedir): Set. 
  534.     (INCLUDES): Add intl/ and LOCALEDIR.
  535.     (LDADD): Add @INTLLIBS@.
  536.  
  537.     * makeinfo/makeinfo.c (main):
  538.     * util/texindex.c (main): 
  539.     * util/install-info.c (main):
  540.      setlocale, bindtextdomain, and textdomain.
  541.  
  542.     * lib/system.h: Include locale.h and libintl.h.
  543.  
  544.     * acconfig.h: Include libintl.h.
  545.     (_, N_): Define.
  546.     Add ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_LC_MESSAGES,
  547.     HAVE_STPCPY for libintl.
  548.     Add @TOP@ and @BOTTOM@.
  549.  
  550.     * configure.in (AM_GNU_GETTEXT): Add.
  551.     (AC_OUTPUT): Process Makefiles in intl/ and po/.
  552.     (ALL_LINGUAS): Available languages.
  553.  
  554.     * Makefile.am (AUTOMAKE_OPTIONS): Now use 1.1p.
  555.  
  556. Wed Jun 11 17:05:37 1997  Karl Eichwalder  <ke@ke.Central.DE>
  557.  
  558.     * Makefile.am (SUBDIRS): Add intl/ and po/ for NLS.
  559.  
  560.     * run `gettextize -c' to get the i18n skeleton.
  561.  
  562. Wed Jun  4 17:51:08 1997  Karl Berry  <karl@cs.umb.edu>
  563.  
  564.     * makeinfo/makeinfo.c (uref): New command, another alias for @code
  565.          for now.
  566.  
  567. Wed Jun  4 02:02:33 1997  Miles Bader  <miles@gnu.ai.mit.edu>
  568.  
  569.         * doc/texinfo.texi (email): { and } need @ escapes.
  570.  
  571. Sun Jun  1 16:34:12 1997  Karl Berry  <karl@cs.umb.edu>
  572.  
  573.     * doc/texinfo.texi (itemx): @itemx should always follow @item.
  574.  
  575.     * makeinfo/makeinfo.c (cm_item): Insert blank line if two
  576.         consecutive @item's.
  577.     From: Karl Eichwalder <ke@ke.central.de>.
  578.     Also various doc fixes.
  579.  
  580. Tue May 27 17:20:44 1997  Karl Berry  <karl@cs.umb.edu>
  581.  
  582.     * doc/texinfo.texi (various): Document @deftypemethod.    
  583.     (email): @ should have been @@ in the example.
  584.     From: Mate Wierdl <mw@wierdlmpc.msci.memphis.edu>
  585.  
  586. Mon May 26 16:56:26 1997  Karl Berry  <karl@cs.umb.edu>
  587.  
  588.     * makeinfo/multi.c (setup_multitable_parameters): Avoid use of %n
  589.         for sake of m68k-hp-bsd.
  590.     From: Derek L Davies <ddavies@world.std.com>.
  591.  
  592.     * info/terminal.c (terminal_begin_using_terminal,
  593.         terminal_end_using_terminal): Call fflush and sleep to handle
  594.     cmdtool/shelltool with scrollbars.  Also ignore
  595.      SIGWINCH so we do not prematurely exit.  Move call.
  596.     (terminal_prep_terminal): Disable LNEXT (CTRL-V).
  597.     From: strube@physik3.gwdg.de (Hans Werner Strube).
  598.  
  599.     * configure.in (AC_TYPE_SIGNAL): Check this.
  600.  
  601. Sun May 25 16:49:58 1997  Karl Berry  <karl@cs.umb.edu>
  602.  
  603.     * makeinfo/makeinfo.c (discard_insertions): Take arg saying
  604.          whether ifinfo/ifset/etc. are ok.
  605.         (convert_from_loaded_file): At `finished', call discard_insertions.
  606.     (handle_variable_internal): Complain if we reach eof before the
  607.         @end for a false condition.
  608.     From: HERBERT@boevm4.vnet.ibm.com.
  609.  
  610.     * info/Makefile.am (ginfo_SOURCES): Add doc.h.
  611.     * lib/Makefile.am (libtxi_a_SOURCES): Add system.h.
  612.  
  613. Sat May 24 18:08:27 1997  Karl Berry  <karl@cs.umb.edu>
  614.  
  615.     * makeinfo/makeinfo.c: Check that we have macro_expansion_filename
  616.          before using strcmp.
  617.  
  618. Thu May 22 17:59:46 1997  Karl Berry  <karl@cs.umb.edu>
  619.  
  620.     * doc/makeinfo.texi: Minimally document --force.
  621.  
  622.     * makeinfo/makeinfo.c (--force): New option.
  623.     (-E): Allow stdout via `-'.
  624.     (convert_from_loaded_file): Unlink output files if errors and !force.
  625.  
  626. Tue May 20 17:48:42 1997  Karl Berry  <karl@cs.umb.edu>
  627.  
  628.     * makeinfo/makeinfo.c: Change all strdup calls to xstrdup.
  629.     (xmalloc, xrealloc, memory_error): Remove these functions, they're
  630.         in lib.
  631.     (set_paragraph_indent, cm_paragraph_indent): Move to misc page.
  632.     (cm_footnote): Expand macros in the arg for the macro expansion output.
  633.  
  634. Fri May 16 17:26:59 1997  Karl Berry  <karl@cs.umb.edu>
  635.  
  636.     * makeinfo/makeinfo.c (cm_macro): Allocate an empty body if the
  637.          macro was empty.
  638.      (cm_unmacro): Allocate one more byte for the null.
  639.     From: Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>.
  640.  
  641. Sun May 11 17:51:21 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  642.  
  643.     * makeinfo/makeinfo.c (cm_printindex): Fix calculation of the
  644.     length of an index line.
  645.  
  646. Sun May 11 14:47:42 1997  Tom Tromey  <tromey@cygnus.com>
  647.  
  648.     * makeinfo/makeinfo.c (main): Don't unconditionally run usage when
  649.     -e specified.
  650.  
  651. Sun May 11 17:47:42 1997  Karl Berry  <karl@cs.umb.edu>
  652.  
  653.     * makeinfo/makeinfo.c (init_indices): Free the source for an @synindex.
  654.     (undefindex): Do not go further if the target was already freed.
  655.     (free_index): Do not free the node names, as init_tags already did.
  656.     (cm_synindex, index_add_arg): Improve error message.
  657.     (program_index, function_index, etc.): Remove these unused #defines.
  658.  
  659. Tue May  6 17:53:37 1997  Karl Berry  <karl@cs.umb.edu>
  660.  
  661.     * makeinfo/makeinfo.c (init_internals): Do not free current_node,
  662.         it already is, at least when multiple input files are specified.
  663.     From: Karl Eichwalder <ke@ke.central.de>.
  664.  
  665. Mon May  5 16:14:39 1997  Karl Berry  <karl@cs.umb.edu>
  666.  
  667.     * doc/texinfo.texi: Mention both alignment and non-alignment of
  668.          continuation description lines in menus (Arnold).
  669.  
  670. Sun Apr 27 16:12:44 1997  Karl Berry  <karl@cs.umb.edu>
  671.  
  672.     * makeinfo/makeinfo.c (apply): Handle body being `\string'.
  673.     Also, avoid dereferencing a null pointer when a macro has no named
  674.     parameters.
  675.     From: Eli Zaretskii <eliz@is.elta.co.il>.
  676.  
  677.     * makeinfo/makeinfo.c: Wording changes/fixes in warnings.
  678.  
  679.     * info/session.c (info_get_input_char): Do not mix stdio with raw I/O.
  680.     From: Egil Kvaleberg <egilk@sn.no>.
  681.  
  682.     From Tom Hageman <tom@basil.icce.rug.nl>.  These changes make
  683.         arrow keys work:
  684.     * info/infomap.c: Add arrow key bindings.
  685.         (keymap_bind_keyseq): New support function.
  686.     (initialize_info_keymaps): Use it.
  687.     (term_ku,term_kd,term_kl,term_kr): Remove explicit declarations;
  688.     use #include "terminal.h" instead.
  689.     * info/session.c (initialize_info_session): Unbuffer stdin.
  690.     (info_get_another_input_char): Fix bug in `ready' logic.
  691.     * info/terminal.h,
  692.     * info/terminal.c (term_kP, term_kN): New variables to hold
  693.          PageUp, PageDown key sequences.
  694.       (terminal_initialize_terminal): Set them.
  695.        
  696.     * util/texindex.c (main),
  697.     * util/install-info.c (main),
  698.     * makeinfo/makeinfo.c (print_version_info),
  699.     * info/info.c (main): Use PACKAGE and VERSION from Automake for
  700.          printing version number.
  701.  
  702. Sat Apr 26 19:19:46 1997  Karl Berry  <karl@cs.umb.edu>
  703.  
  704.     * makeinfo/makeinfo.c (get_until_in_line): Do not expand if
  705.         executing_string.
  706.     Also, free temporary strings.
  707.     Also, untabify entire file.
  708.  
  709.     * doc/texinfo.texi: Many corrections from Arnold.
  710.  
  711. Thu Apr 24 16:31:09 1997  Karl Berry  <karl@cs.umb.edu>
  712.  
  713.     * makeinfo/multi.c (draw_horizontal_separator): Account for indent
  714.          here also.  From Ulrich.
  715.  
  716. Wed Apr 23 15:15:34 1997  Karl Berry  <karl@cs.umb.edu>
  717.  
  718.     * makeinfo/makeinfo.c (cm_today): Use time_t instead of long;
  719.          everyone else does.
  720.      (LOCALTIME_CAST): Remove kludge, we'll always use time_t now.
  721.  
  722.     * info/Makefile.am (ginfo_SOURCES): Remove general.h, that got
  723.          merged into system.h.
  724.  
  725. Mon Apr 21 17:13:25 1997  Karl Berry  <karl@cs.umb.edu>
  726.  
  727.     * makeinfo/multi.c (output_multitable_row): Account for
  728.      column_indent, both the global one and for each column.
  729.     (setup_multitable_parameters): Account for column_indent in the table
  730.     width in the columnfrac case, but don't bother with the template
  731.          case for now.
  732.  
  733. Sun Apr 20 16:32:00 1997  Karl Berry  <karl@cs.umb.edu>
  734.  
  735.     * makeinfo/makeinfo.c (output_stream): Remove redundant
  736.         definition; it's in makeinfo.h,
  737.     and a vaxstation-ultrix4.3 fails to link because of the two defns.
  738.     From: Anders Olofsson <anders@kid025.ericsson.se>.
  739.  
  740.     * makeinfo/makeinfo.c (expansion): Inhibit appending to the macro
  741.          expansion stream.
  742.      (get_until_in_line): Possibly expand the text.
  743.     Change caller in get_node_token to do the expansion,
  744.     all other calls to remain the same.
  745.  
  746.     * makeinfo/makeinfo.c (cm_node): No need to call strlen to check
  747.          for the empty string.
  748.  
  749.     * doc/texinfo.texi: Restore missing @c for initial comment.
  750.  
  751. Fri Apr 18 17:41:36 1997  Karl Berry  <karl@cs.umb.edu>
  752.  
  753.     * doc/texinfo.texi: Mention that .info is unnecessary in the info
  754.         file name argument of an xref.
  755.  
  756.     * doc/texinfo.texi: Mention texi2dvi -t instead of embedding
  757.          @smallbook or @afourpaper in the document source.
  758.  
  759. Sun Apr 13 15:19:08 1997  Karl Berry  <karl@cs.umb.edu>
  760.  
  761.     * lib/system.h (_GNU_SOURCE): #define.
  762.  
  763. Mon Apr  7 16:30:11 1997  Karl Berry  <karl@cs.umb.edu>
  764.  
  765.     * doc/info.texi,
  766.     * doc/info-stnd.texi,
  767.     * doc/texinfo.texi: Do not make (dir) the previous ptr from the top node,
  768.     and tell people not to do that in the manual.
  769.     From: rmedina@kanojo.ivic.ve (Rodrigo Medina),
  770.     confirmed by rms.
  771.  
  772. Fri Apr  4 16:30:33 1997  Karl Berry  <karl@cs.umb.edu>
  773.  
  774.     * makeinfo/makeinfo.c: Move error page to top to avoid
  775.     prototypes, and do add prototypes for add_word_args and execute_string,
  776.     so we can use <stdarg.h>.
  777.  
  778.     * info/makedoc.c,
  779.     * info/nodemenu.c: Use %ld instead of %d for file offsets.
  780.     * makeinfo/makeinfo.c (delete_macro): Decrement macro_list_len.
  781.     (get_macro_args): Decrement line number if see \n.
  782.     * utils/texindex.c (indexify): Use fputs instead of fprintf
  783.     for constant string.
  784.     From: Eli Zaretskii <eliz@is.elta.co.il>.
  785.  
  786. Thu Apr  3 17:40:52 1997  Karl Berry  <karl@cs.umb.edu>
  787.  
  788.     * configure.in (AC_CHECK_HEADERS): No need to check for vararg.h
  789.     here, AC_FUNC_VPRINTF does it.
  790.     (AC_CHECK_FUNCS): Likewise for vsprintf and vfprintf.
  791.     * makeinfo/makeinfo.c (add_word_args, execute_string): Rewrite
  792.     like the error functions.
  793.  
  794. Wed Apr  2 17:46:28 1997  Karl Berry  <karl@cs.umb.edu>
  795.  
  796.     * configure.in: Add AC_FUNC_VPRINTF.
  797.     * makeinfo/makeinfo.c (error, line_error, warning): Rewrite a la
  798.         error.c from the *utils to use <stdarg.h> if available.
  799.  
  800. Tue Apr  1 11:48:40 1997  Karl Berry  <karl@cs.umb.edu>
  801.  
  802.     * doc/texinfo.texi: Tabs are a bad idea.
  803.  
  804.     * doc/userdoc.texi,
  805.     * doc/info.texi: Untabify.
  806.  
  807. Sun Mar 30 17:36:47 1997  Karl Berry  <karl@cs.umb.edu>
  808.  
  809.     * makeinfo/makeinfo.c (end_of_sentence_p): New function.
  810.     (add_char): Call it, instead of simply sentence_ender.
  811.     (post_sentence): New macro.
  812.     Also, remove some #include's now in system.h.
  813.     * lib/system.h [VMS]: #include <perror.h>, from makeinfo.
  814.  
  815. Thu Mar 27 17:41:03 1997  Karl Berry  <karl@cs.umb.edu>
  816.  
  817.     * info/search.c (skip_node_characters): Do not arbitrarily
  818.     strip trailing period from end of node name; this is valid.
  819.  
  820. Mon Mar 24 16:44:42 1997  Karl Berry  <karl@cs.umb.edu>
  821.  
  822.     * configure.in (AC_OUTPUT): Don't need to create stamp-h here,
  823.     tromey says AM_CONFIG_HEADER will do it.
  824.  
  825.     * info/Makefile.am, util/Makefile.am, makeinfo/Makefile.am (INCLUDES):
  826.         Don't need -I.. (for config.h) or -I$(srcdir), says tromey.
  827.         Automake includes those already.
  828.  
  829. Fri Mar 14 15:05:17 1997  Karl Berry  <karl@cs.umb.edu>
  830.  
  831.     * info/Makefile.am: Build as ginfo, install as info,
  832.     to avoid conflict with the standard info target.
  833.  
  834.     * lib/system.h: New file.
  835.     * makeinfo/makeinfo.c (strerror): Remove declaration,
  836.     include system.h, remove other redundant #if stuff.
  837.     * info/general.h: Include system.h instead of doing common stuff.
  838.     * util/install-info.c (my_strerror): Remove this, use strerror,
  839.     include system.h.
  840.  
  841.     * info/terminal.c (terminal_prep_terminal): Only use OCRNL and
  842.         ONLCR if they are defined.  Reported by many people.
  843.  
  844.     * Installed:
  845.  
  846.     Sun Dec  1 19:23:54 1996  Karl Eichwalder  <ke@ke.Central.DE>
  847.  
  848.         * configure.in (TERMLIBS): Add ncurses.
  849.  
  850. Thu Mar 13 13:59:45 1997  Karl Berry  <karl@cs.umb.edu>
  851.  
  852.     * lib/Makefile.am (libtxi_a_SOURCES): Add xstrdup.c.
  853.     * info/*.c: Use xstrdup instead of strdup everywhere.
  854.  
  855.     * info/tilde.c: Do not include clib.h, move stdlib.h include to
  856.     * info/general.h: here.
  857.  
  858.     * configure.in (AC_CONFIG_HEADER): Use this,
  859.     to avoid hugely long compile line with all the -D's.
  860.     * info/general.h: Include <config.h>.
  861.     
  862.     * emacs/Makefile.am (install, install-data): Do @echo
  863.     to tell the user to compile/install the elisp manually.
  864.     
  865.     * configure.in (AC_REPLACE_FUNCS): Move strerror check to here.
  866.     (AC_CHECK_FUNCS): From here.
  867.  
  868.     * lib/strerror.c: New file, from enscript (et al.) distribution.
  869.  
  870. Tue Mar 11 16:36:25 1997  Karl Berry  <karl@cs.umb.edu>
  871.  
  872.     * info/Makefile.am (info_SOURCES): Add doc.c, dribble.c, infodoc.c.
  873.     (LDADD): Add @TERMLIBS@.
  874.  
  875.     * info/info.h: HANDLE_MAN_PAGES, NAMED_FUNCTIONS: Define these.
  876.  
  877.     * info/filesys.h: Spurious ! when DEFAULT_INFOPATH is not defined.
  878.  
  879.     * configure.in (AC_OUTPUT): Do lib first and doc last.
  880.  
  881.     * info/echo-area.c,
  882.     * info/echo-area.h,
  883.     * info/info.h: Rename echo_area to echo-area.
  884.  
  885. Mon Mar 10 17:59:05 1997  Karl Berry  <karl@cs.umb.edu>
  886.  
  887.     * */Makefile.am: Write Makefile.am files for Automake.
  888.     * doc: New subdirectory, move all manuals and texinfo.tex there.
  889.     * AUTHORS, THANKS, config.guess, config.sub, mkinstalldirs: New files,
  890.     required by Automake.
  891.     * lib/xmalloc.c: Move from info/.
  892.  
  893. Fri Oct  4 07:49:49 1996  Karl Berry  <karl@cs.umb.edu>
  894.  
  895.     * Version 3.9.
  896.  
  897.     * Makefile.in (install): Say to install texinfo.tex manually.
  898.  
  899.     * util/texi2dvi,
  900.     * util/texindex.c,
  901.     * makeinfo/makeinfo.c,
  902.     * info/info.c: Include only the current year in the copyright message.
  903.  
  904.     * util/texi2dvi: Exit successfully.
  905.     From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
  906.  
  907. Thu Oct  3 12:58:32 1996  Karl Berry  <karl@cs.umb.edu>
  908.  
  909.     * Rename install.sh to the preferred install-sh.
  910.  
  911.     * Makefile.in (VERSION),
  912.     * util/texi2dvi,
  913.     * util/texindex.c,
  914.     * util/install-info.c,
  915.     * makeinfo/makeinfo.c (minor_version, print_version_info),
  916.          * info/info.c: Update version number.
  917.  
  918.     * util/texi2dvi: Only show diff if verbose.
  919.  
  920.     * util/install-info.c (main): Check for a missing dir file as well
  921.      as a missing info files.
  922.     (main): At start of a node, completely initialize the newly-malloced
  923.     node structure.
  924.  
  925.     * texinfo.texi: Fix incorrect uses of @key,
  926.     insert missing newline in Installing Dir Entries' @menu item,
  927.     document install-info invocation.
  928.  
  929.     * Makefile.in (DISTFILES): Do not put .gdbinit's in distribution.
  930.     (dist): Use || instead of && (and invert sense) so make doesn't think
  931.     the command failed.
  932.     (dist): Exclude more junk.
  933.  
  934.     * makeinfo/makeinfo.c (cm_xref): Back out patch from Tom T., since
  935.         we generate a good-enough error message that is suppressible
  936.         without it.
  937.  
  938.     * util/gen-dir-node: The recommended name for the top-level info
  939.      file is dir, not dir.info.
  940.  
  941.     * util/install-info.c (main): At `Mark the end of the Top node',
  942.         make sure the node name is non-NULL before comparing it. From
  943.         lvirden@cas.org.
  944.  
  945.     * configure.in (AC_REPLACE_FUNCS): Use this for memcpy, memmove,
  946.     and strdup.
  947.         (AC_CHECK_FUNCS): Instead of this.
  948.     Because both bcopy and memmove are missing on the 3b2, as reported by
  949.     Gaylen Miller <gaylen@proaxis.com>, hence we must provide our own.
  950.     * libtxi/Makefile.in (LIBOBJS): New variable.
  951.     (OBJS): Include it.
  952.     * libtxi/memcpy.c, libtxi/memmove.c, libtxi/strdup.c: New files,
  953.     taken from fileutils 3.13.
  954.     * makeinfo/makeinfo.c,
  955.     * info/clib.c (strdup): Move to libtxi.
  956.  
  957. Wed Oct  2 18:23:30 1996  Karl Berry  <karl@cs.umb.edu>
  958.  
  959.     * info/info-utils.h (memcpy) [!HAVE_MEMCPY],
  960.     * info/termdep.h (memcpy) [!HAVE_MEMCPY],
  961.     * makeinfo/makeinfo.c (memmove) [!HAVE_MEMMOVE]: Remove this
  962.         #ifdef, as we now include it in libtxi if missing.
  963.  
  964. Tue Oct  1 17:41:52 1996  Karl Berry  <karl@cs.umb.edu>
  965.  
  966.     * makeinfo/Makefile.in (install),
  967.     * info/Makefile.in (install),
  968.     * Makefile.in (install): Use new option name --info-dir instead of
  969.      --infodir.
  970.  
  971.     * makeinfo/multi.c (out_char): New fn.  Replace all calls to
  972.     putc/fprintf with calls to this.
  973.  
  974.     * util/install-info.c: Rename --infodir to info-dir.
  975.  
  976. Mon Sep 30 10:07:21 1996  Karl Berry  <karl@cs.umb.edu>
  977.  
  978.     * Version 3.8.
  979.  
  980.     * texinfo.tex: Untabify.
  981.  
  982.     * texinfo.tex (\ptexl, \ptexL): Do not save, we have our own
  983.     commands now.
  984.     (\onepageout): Reformat for readability, and call \indexdummies
  985.     to avoid expansion of Texinfo commands (e.g., accents) in \write's.
  986.     (\,, \dotaccent, \ringaccent, \tieaccent, \ubaraccent, udotaccent,
  987.     \questiondown, \exclamdown, \dotless): New macros.
  988.     (\l): Let plain TeX definition remain, instead of switching
  989.     to ``lisp'' font.
  990.     (\multitable): Ensure space between the columns,
  991.     insert struts to make interline spacing constant,
  992.     use real strut instead of a box containing `Xy'.
  993.     (\indexdummies): Do not define \rm, \char, but
  994.     do define \@, \{, \}, \dotless, and \,.  And \t should generate
  995.     \t, not \r.
  996.     (\indexnofonts): Define \, and \dotless as \indexdummyfont,
  997.     and let \@ be @.
  998.     (\doind): Reformat for readability, and use temp control sequence
  999.     names that actually make sense.
  1000.     (\doublecolumnout, \pagesofar, \enddoublecolumns): Restore
  1001.     Knuth's original code to avoid spurious overfull vbox messages.
  1002.     (No boxes are actually overfull).
  1003.     (\shortcontents): Do not allow hyphenations.
  1004.     (\dochapentry, \tocentry): Make glue above and below flexible, to allow
  1005.     better page breaks.
  1006.     (\tex): Reset \, to its plain TeX meaning,
  1007.     and do not reset \l.
  1008.     
  1009.     * COPYING: Update for new FSF address (from gcc dist).
  1010.  
  1011.     * libtxi/Makefile.in: Various simplifications.
  1012.  
  1013. Sun Sep 29 12:58:44 1996  Karl Berry  <karl@cs.umb.edu>
  1014.  
  1015.     * util/texi2dvi: Use $progname instead of $0 for --version.
  1016.  
  1017.     * util/install-info.c (xmalloc, xrealloc): Declare malloc and
  1018.     realloc as returning void *,
  1019.     to avoid ptr/int problems on Digital Unix.
  1020.  
  1021.     * info/tilde.c (tilde_expand_word): Declare getenv as returning char *,
  1022.     to avoid warning on Digital Unix.
  1023.  
  1024.     * makeinfo/multi.c (multitable_active): Declare extern here to
  1025.      avoid ld warning on rs6000.
  1026.  
  1027.     * util/texindex.c (usage): Avoid ??' trigraph.
  1028.  
  1029.     * util/install-info.c: Include <sys/fcntl.h> or <fnctl.h>,
  1030.     according to HAVE_SYS_FCNTL_H,
  1031.     and only include <sys/file.h> if HAVE_SYS_FILE_H.
  1032.     (readlines): Oops, had NULL's and 0's reversed for ptr/int members.
  1033.  
  1034.     * info/terminal.c (terminal_goto_xy): Remove spurious extra ;.
  1035.  
  1036.     * util/install-info.c: Untabify.    (input_sections): Initialize.
  1037.     (find_lines): Initialize the terminating element of the array.
  1038.     (print_help): Document --infodir.
  1039.     (main): Compare the basename of infile sans .info to the dir entry,
  1040.     not infile itself.
  1041.     * util/Makefile.in (clean): Remove the install-info binary.
  1042.  
  1043.     * info/Makefile.in (distclean): Remove *.info* files.
  1044.  
  1045.     * Makefile.in (install),
  1046.     * info/Makefile.in (install),
  1047.     * makeinfo/Makefile.in (install): Use --infodir instead of --info-file.
  1048.  
  1049.     * info/info.c,
  1050.     * makeinfo/makeinfo.c: Avoid newlines in string constants for the
  1051.          sake of SunOS cc.
  1052.  
  1053.     * makeinfo/multi.c: Do not assume ANSI C.
  1054.  
  1055.     * info/info.texi: Oops, need @end vtable for a @vtable.
  1056.  
  1057. Sat Sep 28 16:31:28 1996  Karl Berry  <karl@cs.umb.edu>
  1058.  
  1059.     * Makefile.in (texinfo): Do not depend on sub-all, as then
  1060.         makeinfo is always run.  Instead, depend on texinfo.texi.
  1061.  
  1062.     * makeinfo/Makefile.in (info, dvi): New targets.
  1063.     makeinfo.info, makeinfo.dvi: Do not depend on macro.texi for now.
  1064.  
  1065.     * info/Makefile.in (install): Must call install-info twice.
  1066.  
  1067.     * info/info-stnd.texi,
  1068.     * info/info.texi,
  1069.     * makeinfo/makeinfo.texi: Include direntry.
  1070.  
  1071.     * emacs/Makefile.in: Use && after cd, etc.
  1072.  
  1073.     * texinfo.texi: Kludges so makeinfo -E will not create spurious
  1074.         differences.  Add new direntries.
  1075.  
  1076.     * util/install-info.c,
  1077.     * util/texindex.c,
  1078.     * makeinfo/makeinfo.c,
  1079.     * info/info.c: Standardize --version output.
  1080.  
  1081.     * makeinfo/makeinfo.c (defun_internal): Don't insert index command
  1082.      if expanding macros.
  1083.     (cm_footnotestyle): Don't change the footnote style if it was set
  1084.     on the command line.
  1085.  
  1086.     * util/texi2dvi: Recompute original index files each time through loop.
  1087.     Make indentation uniform.
  1088.     Use same basename for the temp input files.
  1089.     Standardize --version output.
  1090.  
  1091.     * info/Makefile.in (install),
  1092.     * makeinfo/Makefile.in (install): Insert $(POST_INSTALL).
  1093.  
  1094. Fri Sep 27 13:27:30 1996  Karl Berry  <karl@cs.umb.edu>
  1095.  
  1096.     * texinfo.texi (Format with texi2dvi): Rewrite now that the script
  1097.      runs in a loop.
  1098.  
  1099.     * info/Makefile.in (MAKEINFO): Simplify to ../makeinfo/makeinfo.
  1100.  
  1101. Fri Sep 27 00:26:03 1996  Miles Bader  <miles@gnu.ai.mit.edu>
  1102.  
  1103.     * info/terminal.c [HAVE_TERMIOS_H] (terminal_prep_terminal,
  1104.     terminal_unprep_terminal): Add code for termios.
  1105.     [HAVE_TERMIOS_H] (original_termios, ttybuff): New variables.
  1106.     * info/termdep.h: [HAVE_TERMIOS_H]: Add include of <termios.h>.
  1107.     * configure.in: Add check for <termios.h>.
  1108.  
  1109. Thu Sep 26 10:46:34 1996  Karl Berry  <karl@cs.umb.edu>
  1110.  
  1111.     * emacs/texnfo-upd.el,
  1112.     * emacs/texinfo.el,
  1113.     * emacs/texinfmt.el: Update from bob for new Texinfo commands, etc.
  1114.     
  1115.     * emacs/info.el, emacs/informat.el, emacs/makeinfo.el,
  1116.     emacs/texnfo-tex.el: Update from Emacs 19.34 dist.
  1117.     
  1118.     * emacs/elisp-comp: Use TMPDIR if set.
  1119.  
  1120.     * util/Makefile.in (libdir): Remove.
  1121.  
  1122.     * makeinfo/Makefile.in (install),
  1123.     * Makefile.in (install),
  1124.     * info/Makefile.in (install): Run install-info.
  1125.     (libdir): Remove.
  1126.  
  1127.     * texinfo.texi: Various fixes as I make this go through TeX.
  1128.  
  1129.     * util/install-info.c: Quote newlines in help message.
  1130.  
  1131.     * util/texi2dvi (texi2dvi): Run TeX until the aux/index files
  1132.         stabilize, instead of just twice.  From: David Shaw
  1133.         <daves@gsms01.alcatel.com.au>.
  1134.  
  1135. Tue Sep 24 14:43:03 1996  Karl Berry  <karl@cs.umb.edu>
  1136.  
  1137.     * dir: Blank dir file for installation on new systems.
  1138.  
  1139. Mon Sep 23 12:18:43 1996  Karl Berry  <karl@cs.umb.edu>
  1140.  
  1141.     * makeinfo/makeinfo.c (args_from_string): Do not back up at a };
  1142.          that leads to an infinite loop.
  1143.  
  1144. Sat Sep 21 17:48:04 1996  Karl Berry  <karl@cs.umb.edu>
  1145.  
  1146.     * makeinfo/makeinfo.c (cm_xref): Do not seg fault if outside of
  1147.      any node.  From: Tom Tromey <tromey@creche.cygnus.com>.
  1148.     (cm_ctrl): Make obsolete.
  1149.  
  1150. Tue Sep 17 13:30:08 1996  Karl Berry  <karl@cs.umb.edu>
  1151.  
  1152.     * texinfo.tex (\inforef): Move to more appropriate place.
  1153.     (\pounds): Remove spurious extra $.
  1154.     (\email): Typeset argument in angle brackets.
  1155.     (\macro): Use \doignore for robustness, instead of just letting TeX
  1156.     parse the argument.
  1157.     (\unmacro): Define.
  1158.  
  1159. Sat Sep 14 16:17:35 1996  Karl Berry  <karl@cs.umb.edu>
  1160.  
  1161.     * texinfo.texi: Document multitables, new ISBN number.
  1162.  
  1163. Wed Sep 11 18:01:24 1996  Karl Berry  <karl@cs.umb.edu>
  1164.  
  1165.     * makeinfo/multi.c (struct env): Remove unused output_position
  1166.         field; this needs to be global.
  1167.         (setup_multitable_parameters): Implement template-defined multitables.
  1168.     (output_multitable_row): Remove trailing whitespace.
  1169.  
  1170.     * makeinfo/makeinfo.c (_READ_BUFFER_GROWTH, struct _defines):
  1171.     Remove leading underscore for POSIX/ANSI pedants.
  1172.     (init_conversion): Initialize output_position here.
  1173.     (init_paragraph): Instead of here, where it loses with the
  1174.     multitable calls, eventually resulting in negative counts to the
  1175.     write call when the output file is split.
  1176.  
  1177.     * texinfo.texi: First cut at macro documentation.
  1178.     Change accent doc to use tables.
  1179.     Remove whitespace experiments, they are now the default.
  1180.  
  1181. Mon Sep  9 14:16:24 1996  Karl Berry  <karl@cs.umb.edu>
  1182.  
  1183.     * makeinfo/makeinfo.c: Use putc instead of fprintf where possible.
  1184.         (cm_accent): Put _ from @ubaraccent after argument.
  1185.  
  1186.     * util/texindex.c (strerror) [!strerror]: Conditionalize
  1187.          declaration.
  1188.  
  1189. Sat Sep  7 14:13:24 1996  Karl Berry  <karl@cs.umb.edu>
  1190.  
  1191.     * makeinfo/makeinfo.c (commandTable): Obsolete @setchapterstyle.
  1192.  
  1193. Thu Sep  5 15:45:11 1996  Karl Berry  <karl@cs.umb.edu>
  1194.  
  1195.     * makeinfo/makeinfo.c (convert_from_loaded_file): Oops, fix
  1196.          wording of initial output comment.
  1197.  
  1198.     * makeinfo/makeinfo.c (cm_angle_brackets): Rename from cm_key.
  1199.         (commandTable): @email should produce angle brackets.
  1200.     @key: Change name.
  1201.  
  1202. Tue Sep  3 14:52:17 1996  Karl Berry  <karl@cs.umb.edu>
  1203.  
  1204.     * texinfo.tex (\hsize): Decrease.
  1205.         (\hoffset): Increase.
  1206.     (\setleading): Decrease dramatically.
  1207.     This change affects 8.5x11 format only.
  1208.  
  1209.     * texinfo.texi: Document accent commands.
  1210.  
  1211. Mon Sep  2 11:10:49 1996  Karl Berry  <karl@cs.umb.edu>
  1212.  
  1213.     * makeinfo/makeinfo.c (commandTable): Deprecate @ichapter and
  1214.     @titlespec.
  1215.     Move all the deprecated @i<section> commands to the end of the list.
  1216.  
  1217.     * texinfo.texi: Document @pounds{} and @centerchap{}.
  1218.  
  1219.     * texinfo.tex (\centerchfplain): Rewrite to use \chfplain, and to
  1220.      actually center.
  1221.     (\unnchfplain): Just call \chfplain.
  1222.     (\chfplain): Rewrite to be generally callable.
  1223.     (\centerparametersmaybe): Hook, a no-op except with @centerchap.
  1224.  
  1225. Sun Sep  1 15:01:49 1996  Karl Berry  <karl@cs.umb.edu>
  1226.  
  1227.     * texinfo.texi: Document @<whitespace>, rearrange spacing section.
  1228.  
  1229.     * makeinfo.c (commandTable): Make @. @? @! insert themselves,
  1230.      not be sentence-non-enders.  They are sentence *enders*.  Also,
  1231.      make @\t and @\n insert a normal space character, not themselves.
  1232.       Also, define @hyphenation.
  1233.     (insert_space): New function.
  1234.     (cm_ignore_sentence_ender): Remove this.
  1235.     (flush_output): Check only for META-SPC, not META-<sentence-ender>.
  1236.  
  1237. Fri Aug 30 18:55:30 1996  Karl Berry  <karl@cs.umb.edu>
  1238.  
  1239.     * texinfo.texi: Document @- and @hyphenation{}.
  1240.     Miscellanous fixes.
  1241.  
  1242.     * makeinfo/makeinfo.c (commandTable): Define @- as cm_no_op, since
  1243.      makeinfo doesn't do hyphenation.
  1244.  
  1245. Thu Aug 29 13:05:38 1996  Karl Berry  <karl@cs.umb.edu>
  1246.  
  1247.     * texinfo.tex (\key): Do not uppercase the argument; key names
  1248.     can be mixed case, e.g., `Control'.
  1249.  
  1250.     * makeinfo/makeinfo.c: @infotop, @infounnumbered,
  1251.     @infounnumberedsec, @infounnumberedsubsec,
  1252.     @infounnumberedsubsubsec, @infoappendix, @infoappendixsec,
  1253.     @infoappendixsubsec, @infoappendixsubsubsec, @infochapter,
  1254.     @infosection, @infosubsection, @infosubsubsection:
  1255.       Remove these long-since obsolete commands.
  1256.     @iappendix, @iappendixsection, @iappendixsec, @iappendixsubsec,
  1257.     @iappendixsubsubsec, @ichapter, @isection, @isubsection,
  1258.     @isubsubsection, @iunnumbered, @iunnumberedsec, @iunnumberedsubsec,
  1259.     @iunnumberedsubsubsec:
  1260.        Deprecate these.
  1261.     @infoinclude:
  1262.       Obsolete this.
  1263.     @,: Have to take an argument, since have to do @,{c} not c@,; can't
  1264.     feasibly implement the latter in TeX.
  1265.  
  1266.     * makeinfo/makeinfo.c: Rename @d to @udotaccent, since this is
  1267.          relatively infrequently used.
  1268.  
  1269. Tue Aug 27 14:58:56 1996  Karl Berry  <karl@cs.umb.edu>
  1270.  
  1271.     * info/info.c (print_short_help),
  1272.     * util/install-info.c (print_help),
  1273.     * util/texi2dvi,
  1274.     * makeinfo/makeinfo.c (usage) Include bug reporting address.
  1275.  
  1276. Mon Aug 26 15:27:17 1996  Karl Berry  <karl@cs.umb.edu>
  1277.  
  1278.     * makeinfo/makeinfo.c (commandTable): Remove @input, @medbreak,
  1279.          @smallbreak, @overfullrule, @br.
  1280.  
  1281. Sun Aug 25 17:25:48 1996  Karl Berry  <karl@cs.umb.edu>
  1282.  
  1283.     * makeinfo/makeinfo.c (commandTable): Unify commands that perform
  1284.         the same operation, such as cm_file, cm_samp, cm_email,
  1285.         etc., which all do cm_code.
  1286.  
  1287.     * texinfo.texi: Document @ifhtml ... @end ifhtml.  Change
  1288.     `PlainTeX' to `plain TeX'.
  1289.  
  1290. Fri Aug 23 16:03:16 1996  Karl Berry  <karl@cs.umb.edu>
  1291.  
  1292.     * texinfo.tex (\pounds): New Texinfo command @pounds{}.
  1293.     (\parskip): New smaller value.
  1294.     (\chapheadingskip, \secheadingskip, \subsecheadingskip): New smaller
  1295.     values, both for 8.5x11 and @smallbook formats. From Bob.
  1296.  
  1297.     * makeinfo/makeinfo.c (cm_special_char): @pounds{} prints a #.
  1298.     (commandTable): Add new command @pounds.
  1299.  
  1300. Tue Aug 20 13:47:20 1996  Karl Berry  <karl@cs.umb.edu>
  1301.  
  1302.     * makeinfo/makeinfo.c (CommandTable): Restore "!", accidentally
  1303.         removed previously.
  1304.  
  1305.     * texinfo.tex (\key): Typeset a lozenge around the argument (from
  1306.     gildea@intouchsys.com).
  1307.     * makeinfo/makeinfo.c (cm_key): Surround arg with <...> to match
  1308.         new lozenge style in TeX.
  1309.  
  1310. Wed Aug 14 16:59:23 1996  Karl Berry  <karl@cs.umb.edu>
  1311.  
  1312.     * texinfo.texi: Propagate change from rms.
  1313.  
  1314. Tue Aug 13 11:33:27 1996  Karl Berry  <karl@cs.umb.edu>
  1315.  
  1316.     * texinfo.texi: Propagate change from rms.
  1317.  
  1318.     * texinfo.texi: Document other @headings options.
  1319.  
  1320. Sun Aug 11 13:19:42 1996  Karl Berry  <karl@cs.umb.edu>
  1321.  
  1322.     * makeinfo/makeinfo.c (cm_accent, cm_special_char, cm_dotless):
  1323.     New functions.
  1324.     (CommandTable): Add new commands for all of plain.tex's
  1325.     accents and non-English characters.
  1326.  
  1327. Fri Aug  9 14:12:07 1996  Karl Berry  <karl@cs.umb.edu>
  1328.  
  1329.     * makeinfo/makeinfo.c (convert_from_loaded_file): Say we're making
  1330.      ``text'' file if no_headers.  Also, use `input_filename' instead
  1331.      of just `name' for clarity.
  1332.     (suffixes): Check for no suffix last, i.e., prefer `foo.texi' as an
  1333.     input file to `foo'.  (The latter is probably a binary.)
  1334.  
  1335. Mon Aug  5 13:52:39 1996  Karl Berry  <karl@cs.umb.edu>
  1336.  
  1337.     * texinfo.tex (\heading, \subheading, \subsubheading): Can no
  1338.      longer call the nonexistent \*secheadingi series. Instead, call
  1339.      \plain*secheading.
  1340.     (\plainsubsecheading, \plainsubsubsecheading): New macros, by analogy
  1341.     with \plainsecheading.
  1342.     (\unnumberedsubseczzz, \unnumberedsubsubseczzz): Call them.
  1343.  
  1344. Sun Aug  4 16:46:10 1996  Karl Berry  <karl@cs.umb.edu>
  1345.  
  1346.     * makeinfo/makeinfo.c (flush_output): Mask out eighth bit, that we
  1347.      turned on in non-sentence enders.
  1348.  
  1349. Sat Aug  3 14:03:10 1996  Karl Berry  <karl@cs.umb.edu>
  1350.  
  1351.     * texinfo.tex (\HEADINGSdouble, \HEADINGSsingle,
  1352.      HEADINGSdoubleafter, \HEADINGSsingleafter, \CHAPPAGoff,
  1353.      \CHAPPAGon, \CHAPPAGodd): Set \contentsalignmacro, analogous to
  1354.      \pagealignmacro.
  1355.     (\startcontents): Call \contentsalignmacro instead of \pagealignmacro.
  1356.  
  1357. Mon Jul 29 14:44:33 1996  Karl Berry  <karl@cs.umb.edu>
  1358.  
  1359.     * texinfo.tex (\indexfonts): Make leading be 12pt. Otherwise, it's
  1360.      too crammed.
  1361.     (\smalllispx): Remove \setleading{10pt}. That was too small.
  1362.     (\doprintindex): Do not call \tex ... \Etex.  Index files are Texinfo
  1363.     source, not TeX source, except for using \ instead of @ as the
  1364.      escape character (for now).
  1365.  
  1366. Sun Jul 28 13:37:05 1996  Karl Berry  <karl@cs.umb.edu>
  1367.  
  1368.     * texinfo.tex (paragraphindent): Move to more reasonable place in
  1369.         the source file.    
  1370.         (chapfonts, secfonts, subsecfonts, indexfonts): Call \setleading. 
  1371.     (\chfplain, \secheading, \plainsecheading, \subsecheading,
  1372.      \subsubheading): Rewrite to properly \hangindent the title.
  1373.          (\sectionheading): New generic macro to print section titles.
  1374.  
  1375.     * texinfo.texi: Update the `Obtaining TeX' node.
  1376.  
  1377. Fri Jul 26 14:11:48 1996  Karl Berry  <karl@cs.umb.edu>
  1378.  
  1379.     * util/texi2dvi: Do macro expansion with makeinfo before running TeX.
  1380.     Various expansion safety measures added for test; avoid use of -o.
  1381.  
  1382.     * makeinfo/makeinfo.c (usage): More usage message tweaks.
  1383.  
  1384. Fri Jul 26 11:55:37 1996  Karl Berry  <karl@laurie>
  1385.  
  1386.     * util/texi2dvi: Format usage message to conform to the other *utils.
  1387.  
  1388. Thu Jul 25 17:05:47 1996  Karl Berry  <karl@cs.umb.edu>
  1389.  
  1390.     * emacs/Makefile.in: Do not compile the Elisp by default.  We
  1391.     don't install it, so it confuses people to compile it.
  1392.  
  1393. Sun Jul 21 07:20:09 1996  Karl Berry  <karl@cs.umb.edu>
  1394.  
  1395.     * util/Makefile.in (install-info): Dependency should be
  1396.        install-info.o, not install-info. Also, update copyright years.
  1397.  
  1398.     * makeinfo/makeinfo.c (cm_printindex): Don't call execute_string
  1399.         to print index entries, we've already done the expansion now.
  1400.  
  1401.     * makeinfo/makeinfo.h: Add copyright.  Finish merge of rms changes.
  1402.     * makeinfo/makeinfo.c: Finish merge, add my expansion changes again.
  1403.     * makeinfo/multi.c: Add copyright message.
  1404.  
  1405. Fri Jul 19 10:35:22 1996  Karl Berry  <karl@cs.umb.edu>
  1406.  
  1407.     * info/info.c: Update copyright date.
  1408.  
  1409.     * info/info.texi,
  1410.     * util/install-info.c,
  1411.     * emacs/Makefile.in,
  1412.     * emacs/texnfo-tex.el,
  1413.     * emacs/Makefile.in: Change FSF address.
  1414.  
  1415.     * Merged changes from bfox -- below, plus multitable changes, plus
  1416.     lots more.
  1417.  
  1418.         Sun Apr 14 08:49:50 1996  Brian J. Fox  <bfox@nirvana.samsara.com>
  1419.  
  1420.             * makeinfo/makeinfo.c (remember_node_reference): Numerous commands
  1421.             call remember_node_reference.  If a node has not yet been defined,
  1422.             use the empty string as the current node for those cases.
  1423.  
  1424.         Mon Feb 12 17:35:38 1996  Brian J. Fox  <bfox@nirvana.samsara.com>
  1425.  
  1426.             * makeinfo/makeinfo.c (push_node_filename): Clean up calls to
  1427.             xmalloc and xrealloc.  Only have to call xrealloc.
  1428.  
  1429.         Fri Jan 26 08:00:38 1996  Brian J. Fox  <bfox@nirvana.samsara.com>
  1430.  
  1431.             * info/session.c (info_input_buffer_space_available): Fix typo
  1432.             which forced the limitation of the sizeof (int) instead of sizeof
  1433.             (buffer).
  1434.  
  1435.             * Makefile.in (PACKVER): now at 3.8.  Add TERMIOS support to
  1436.             Info.  Minor bugs fixed in Makeinfo.
  1437.  
  1438. Sat Jul 13 11:58:57 1996  Karl Berry  <karl@cs.umb.edu>
  1439.  
  1440.     * texinfo.texi (ftable vtable): Mention example.
  1441.  
  1442. Sun Jun 30 14:59:51 1996  Karl Berry  <karl@goldman.gnu.ai.mit.edu>
  1443.  
  1444.         * makeinfo/makeinfo.c (cm_email): New function for new @email command.
  1445.     * texinfo.texi (email): New node documenting it.
  1446.  
  1447. Wed Apr 17 18:07:34 1996  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  1448.  
  1449.     * makeinfo/makeinfo.c (cm_kbd): Do nothing if in @example or @code.
  1450.     (struct brace_element): New field in_fixed_with_font.
  1451.     (remember_brace_1): Save in_fixed_with_font.
  1452.     (pop_and_call_brace): Restore in_fixed_with_font.
  1453.     (cm_code): Don't decrement in_fixed_with_font at end of construct.
  1454.     (struct istack_elt): New field in_fixed_with_font.
  1455.     (push_insertion, pop_insertion): Save and restore in_fixed_with_font.
  1456.     (end_insertion): Don't decrement in_fixed_with_font here.
  1457.     (not_fixed_width): New function.
  1458.     (cm_sc, cm_var, cm_italic, cm_roman, cm_titlefont):
  1459.     Use not_fixed_width.
  1460.  
  1461. Sat Apr 13 23:22:05 1996  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  1462.  
  1463.     * util/install-info.c (main): Fatal error if no input file spec'd.
  1464.     Look for START-INFO-DIR-ENTRY, not BEGIN-INFO-DIR-ENTRY.
  1465.  
  1466. Thu Apr 11 18:21:50 1996  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  1467.  
  1468.     * makeinfo/makeinfo.c (cm_enddots): New function.
  1469.     (self_delimiting): Accept -, ^ and ".
  1470.     (CommandTable): Add commands -, ^, ", enddots, centerchap.
  1471.  
  1472. Sun Mar 24 12:18:32 1996  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  1473.  
  1474.     * makeinfo/makeinfo.c (enum insertion_type): Add `direntry'.
  1475.     (insertion_type_names): Add "direntry".
  1476.     (cm_dircategory): New function.
  1477.     (cm_direntry): New function.
  1478.     (CommandTable): Add "dircategory" and "direntry".
  1479.     (insert_string): New function.
  1480.     (end_insertion): Handle direntry.
  1481.     (begin_insertion): Handle direntry.
  1482.  
  1483. Sun Mar 24 11:10:05 1996  Karl Berry  <karl@spiff.gnu.ai.mit.edu>
  1484.  
  1485.         * makeinfo/makeinfo.c (cm_url): New function for new @url command.
  1486.  
  1487. Fri Feb 23 21:14:40 1996  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  1488.  
  1489.     * info/Makefile.in (install, uninstall): Use manprefix.
  1490.  
  1491. Fri Feb 23 19:50:18 1996  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
  1492.  
  1493.     * util/Makefile.in (install-info, install-info.o): New targets.
  1494.     (all): Depend on install-info.
  1495.     (install, uninstall): Operate on install-info.
  1496.  
  1497.     * install-info.c: New file.
  1498.  
  1499. Wed Jan  3 10:01:45 1996  Brian J. Fox  <bfox@nirvana.datawave.net>
  1500.  
  1501.         * makeinfo/makeinfo.c (make_index_entries_unique): Be a little bit
  1502.     stricter about what makes two index entries identical. 
  1503.  
  1504. Fri Dec 29 13:00:24 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1505.  
  1506.     * makeinfo/makeinfo.c (Whole File): Add @detailmenu for allowing
  1507.     detailed menu listings to appear while still defaulting nodes.
  1508.  
  1509. Wed Dec 27 13:54:30 1995  Brian Fox  <bfox@albert.gnu.ai.mit.edu>
  1510.  
  1511.     * makeinfo/makeinfo.c (cm_code): Always notice that we are in
  1512.     fixed_width_font, even if other formatting changes are not to take
  1513.     place.
  1514.  
  1515. Sat Dec 23 11:48:43 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1516.  
  1517.     * info/man.c: (clean_manpage) Remove ^L's from page.
  1518.  
  1519.     * makeinfo/makeinfo.c (get_brace_args): Change some memcpy's to
  1520.     memmoves.
  1521.  
  1522.     * info/info.c (main): Prefer caseless matches over partial
  1523.     matches.
  1524.  
  1525.     * Makefile.in (All Subdir Targets): Change suggested by Debian
  1526.     people which allows errors in recursive makes to kill the
  1527.     top-level make.
  1528.  
  1529.     * makeinfo/Makefile.in (makeinfo.dvi): New target.
  1530.  
  1531.     * info/info.c (main): Print version of containing texinfo package.
  1532.  
  1533.     * makeinfo/makeinfo.c (flush_output): Don't strip high-bit from
  1534.     sentence_enders.
  1535.     Print the version number of the containing texinfo package.
  1536.  
  1537.     * info/man.c (locate_manpage_xref): Count the 0th entry.
  1538.  
  1539.     * makeinfo/makeinfo.c (cm_menu): If a menu is seen before a node
  1540.     has been defined, warn, and create the node `Top'.
  1541.  
  1542. Wed Jun 21 03:19:39 1995  Brian Fox  <bfox@albert.gnu.ai.mit.edu>
  1543.  
  1544.     * makeinfo/makeinfo.c (cm_infoinclude): Clean up after printing
  1545.     error if the file couldn't be included.
  1546.     (discard_braces): Print errors only for those unmatched open
  1547.     braces that belong to a texinfo command.
  1548.  
  1549.     * */Makefile.in: Use @CFLAGS@ and @LDFLAGS@.
  1550.  
  1551.     * makeinfo/makeinfo.c: End `node_search_string' and friends with a
  1552.     terminating null character.
  1553.  
  1554. Wed Jun 21 01:23:49 1995  Jim Meyering (meyering@comco.com)
  1555.  
  1556.     * makeinfo/makeinfo.c: Close comment after #endif.
  1557.  
  1558. Tue Jun 20 04:58:26 1995  Brian Fox  <bfox@albert.gnu.ai.mit.edu>
  1559.  
  1560.     * emacs/Makefile.in (install): Fix typo: "fle" -> "file".
  1561.  
  1562.     * Makefile.in (VERSION): Bump to 3.6
  1563.  
  1564.     * info/clib.c: Include general.h for `info_toupper' and friends.
  1565.  
  1566.     * info/clib.h: strncmp and strncascmp return an int.  What kind of
  1567.     drugs was I on?
  1568.  
  1569. Mon Jun 19 23:34:47 1995  Brian Fox  <bfox@albert.gnu.ai.mit.edu>
  1570.  
  1571.     * makeinfo/makeinfo.c (make_index_entries_unique): Copy the last
  1572.     index entry.
  1573.  
  1574. Mon Jun 19 21:55:49 1995  Noah Friedman  <friedman@prep.ai.mit.edu>
  1575.  
  1576.         * util/texi2dvi (--version): New option.
  1577.         Cosmetic changes.
  1578.  
  1579. Mon Jun 19 16:06:40 1995  Brian Fox  <bfox@albert.gnu.ai.mit.edu>
  1580.  
  1581.     * makeinfo/makeinfo.c (cm_macro): Fix typo.  `x != y' is not the
  1582.     same as `x |= y'.
  1583.  
  1584.     * info/Makefile.in (exec_prefix): Use @exec_prefix@ not $(prefix).
  1585.     * makeinfo/Makefile.in (exec_prefix): Use @exec_prefix@ not $(prefix).
  1586.     * util/Makefile.in (exec_prefix): Use @exec_prefix@ not $(prefix).
  1587.     * libtxi/Makefile.in (exec_prefix): Use @exec_prefix@ not $(prefix).
  1588.  
  1589.     * emacs/Makefile.in (uninstall): New target.
  1590.     (install): Use the definition of $(lispdir), don't dynamically
  1591.     find it.  Use INSTALL_DATA not cp.
  1592.     (exec_prefix): use @exec_prefix@ not $(prefix).
  1593.  
  1594.     * makeinfo/makeinfo.c (apply): If there isn't an actual argument
  1595.     for a named argument, default it to "".
  1596.  
  1597.     * Makefile.in (VERSION): Now at 3.5.
  1598.     (texinfo): Make ./makeinfo/makeinfo depend on sub-all for parallel
  1599.     makes.
  1600.  
  1601.     * emacs/Makefile.in (ELISP_OBJS): Explictly declare .el and .elc
  1602.     in the SUFFIXES list.
  1603.  
  1604.     * makeinfo/makeinfo.c (cm_today): Special case for losing alpha.
  1605.     * (minor_version): Increase to 63.
  1606.  
  1607.     * info/info.c (version_string): Now at 2.14.
  1608.     * info/tilde.c: Declare getenv to return (char *).
  1609.     * info/window.c (build_message_buffer): Jump through hoops to keep
  1610.     DEC Alpha's happy.
  1611.  
  1612.     * info/xmalloc.c: Declare malloc and realloc as (void *) returning
  1613.     functions.
  1614.  
  1615. Sun Jun 18 12:47:21 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  1616.  
  1617.     * emacs/detexinfo.el (detexinfo-line-cmds-without-arg):
  1618.     Handle ifhtml.
  1619.  
  1620. Fri Jun 16 13:48:14 1995  Brian Fox  <bfox@albert.gnu.ai.mit.edu>
  1621.  
  1622.     * util/texindex.c: Update TEXINDEX_VERSION_STRING for texinfo 3.4
  1623.  
  1624.     * (All *.c *.h *.in): Change FSF old address to new.
  1625.     * texinfo.texi (Obtaining TeX): Change FSF old address to new
  1626.     address.  Change Old phone numbers to new phone numbers.
  1627.  
  1628.     * Makefile.in (VERSION): Change to 3.4.
  1629.  
  1630. Thu Jun 15 22:49:07 1995  Robert J. Chassell  <bob@hill.gnu.ai.mit.edu>
  1631.  
  1632.         * texinfo.texi, emacs/=development/cover.texi: update
  1633.           Texinfo distribution package version number
  1634.  
  1635. Thu Jun 15 09:23:02 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1636.  
  1637.     * info/info.c: (minor_version): Set to 13.
  1638.  
  1639.     * info/clib.c,h: New files gather together replacement functions
  1640.     for those POSIX-style C library functions that are not present on
  1641.     the target system.
  1642.  
  1643.     * info/Makefile.in (SRCS): Add clib.c and clib.h.  makedoc now
  1644.     needs clib.o to build on systems missing various string.h stuff.
  1645.  
  1646.     * info/variables.c (whole file): Call strdup, not savestring.
  1647.     * info/tilde.c (whole file): Call strdup, not savestring.
  1648.     * info/search.c (whole file): Call strdup, not savestring.
  1649.     * info/nodes.c (whole file): Call strdup, not savestring.
  1650.     * info/nodemenu.c (whole file): Call strdup, not savestring.
  1651.     * info/man.c (whole file): Call strdup, not savestring.
  1652.     * info/makedoc.c (whole file): Call strdup, not savestring.
  1653.     * info/m-x.c (whole file): Call strdup, not savestring.
  1654.     * info/info.c (whole file): Call strdup, not savestring.
  1655.     * info/indices.c (whole file): Call strdup, not savestring.
  1656.     * info/echo_area.c (whole file): Call strdup, not savestring.
  1657.     * info/session.c (whole file): Call strdup, not savestring.
  1658.     * info/filesys.c (whole file): Call strdup, not savestring.
  1659.  
  1660.     * makeinfo/makeinfo.c (minor_version): Change to 1.62.
  1661.     * makeinfo/makeinfo.c (get_execution_string): Initialize `i' to 0
  1662.     in case there are no execution_strings.
  1663.  
  1664. Wed Jun 14 17:48:06 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1665.  
  1666.     * texinfo.texi: include "texinfo.tex", not "texinfo".
  1667.     * info/session.c (forget_window_and_nodes): Place a sequence point
  1668.     in between "info_windows[i] = info_windows[++i];" as per various
  1669.     compiler experts.
  1670.  
  1671.     * makeinfo/makeinfo.c (strdup): Create this function if the system
  1672.     doesn't have it.
  1673.     (discard_insertions): Use the insertion's filename, not the
  1674.     current input file.
  1675.     (push_insertion): Remember the current input file with each
  1676.     insertion.
  1677.     (pop_insertion): Free storage used by remembered input file.
  1678.  
  1679.     * makeinfo/makeinfo.c (whole file): Use `strdup' instead of
  1680.     `savestring'.
  1681.     * configure.in: Check for `strdup'.
  1682.  
  1683. Wed Jun 14 15:58:51 1995  Brian Fox  <bfox@albert.gnu.ai.mit.edu>
  1684.  
  1685.         * libtxi/Makefile.in (prefix): Use @prefix@, not /usr/local/
  1686.  
  1687. Wed Jun 14 10:50:57 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1688.  
  1689.     * Makefile.in (DISTFILES): Don't include *.elc files in the list
  1690.       of files to distribute.
  1691.       (installdirs): Include `emacs' in the list of sub-dirs with
  1692.       Makefile.in's.
  1693.  
  1694.     * emacs/elisp-comp: Shell script which batch compiles the *.el files.
  1695.     * emacs/Makefile.in: New file contains targets to build the elc files.
  1696.     * configure.in: Add `emacs/Makefile' to the list of created makefiles.
  1697.     * makeinfo/makeinfo.c (whole file): Give every function a return
  1698.       type.  All cm_xxx functions are now void.  Add declarations for
  1699.       functions to top of file.
  1700.  
  1701. Mon Jun 12 12:00:57 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1702.  
  1703.     * info/man.c (reference_section_starters): Add versions of "SEE
  1704.     ALSO" and "RELATED INFORMATION" with tabs instead of spaces as
  1705.     well.
  1706.  
  1707.     * util/texindex.c: Back out changes for OFF_T.  Explicity coerce
  1708.     the result of lseek to a long, and use longs everywhere.
  1709.  
  1710.     * texinfo.texi: Change "@end shorttitlepage" to "@end titlepage".
  1711.     * makeinfo/makeinfo.c: Make @shorttitlepage ignore the rest of the
  1712.     line.
  1713.  
  1714.     * util/texindex.c (strrchr): Create if not present.
  1715.     Test for HAVE_STRCHR and HAVE_STRING_H.
  1716.     (main): Make PROGRAM_NAME be just the last path componenet of argv[0].
  1717.     (decode_command): Rewrite.
  1718.     (usage): Rewrite.  Now texindex handles --version.
  1719.  
  1720.     * makeinfo/makeinfo.c (make_index_entries_unique): Rewrite from
  1721.     scratch.
  1722.  
  1723.     * Don't distribute created info files with texinfo.  After all,
  1724.     the user will have the tools necessary to create them, yes?
  1725.  
  1726.     * Makefile.in (distclean): Remove *.log
  1727.  
  1728.     * info/man.c (read_from_fd): Change timeout value for select to 15
  1729.     seconds.  Some systems (e.g., albert.ai.mit.edu) actually need
  1730.     more than 10 seconds to format a man page.
  1731.  
  1732.     * info/tilde.c: Fix typo in declaration for
  1733.     `tilde_expansion_failure_hook'.
  1734.  
  1735. Wed Jun  7 13:36:53 1995  Brian Fox  <bfox@albert.gnu.ai.mit.edu>
  1736.  
  1737.     * info/tilde.h: Change type of tilde_expansion_failure_hook to
  1738.     a pointer to a function returning a (char *).
  1739.     * info/tilde.c: Change type of tilde_expansion_failure_hook to a
  1740.     pointer to function returning a (char *).
  1741.  
  1742.     * makeinfo/makeinfo.c (get_execution_string): Don't use `i' in the
  1743.     latter assignment, use `execution_strings_index' instead.
  1744.  
  1745.     * info/man.c (read_from_fd): Change logic to avoid using FIONREAD.
  1746.  
  1747.     * info/xmalloc.c (xrealloc): Use (void *), not (caddr_t *).
  1748.     * info/xmalloc.c (xmalloc): Use (void *), not (caddr_t *).
  1749.  
  1750.     * Makefile.in (DISTFILES): Don't find RCS no "=" directories.
  1751.  
  1752.     * util/Makefile.in (prefix): Use @prefix@ as the value.
  1753.     * info/Makefile.in (prefix): Use @prefix@ as the value.
  1754.     * makeinfo/Makefile.in (prefix): Use @prefix@ as the value.
  1755.  
  1756. Wed Jun  7 12:29:28 1995  Robert J. Chassell  <bob@hill.gnu.ai.mit.edu>
  1757.  
  1758.         * texinfo.texi: Correct minor typos.
  1759.  
  1760.         * emacs/texinfmt.el:  Don't require @shorttitlepage to be inside
  1761.           of @iftex ... @end iftex
  1762.  
  1763. Mon May  8 18:33:52 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1764.  
  1765.     * info/nodes.c: #include "man.h" if HANDLE_MAN_PAGES.
  1766.     (info_get_node_of_file_buffer): If the file buffer is one
  1767.     associated with manpages, call the manpage node finding
  1768.     function instead.
  1769.     (info_find_file_internal): If the file buffer is one associated
  1770.     with manpages, avoid doing any file I/O.
  1771.     (info_reload_file_buffer_contents): Ditto.
  1772.     (info_find_file_internal): Call create_manpage_file_buffer instead
  1773.     of info_load_file_internal.
  1774.  
  1775.     * info/info.c: #include "man.h" if HANDLE_MAN_PAGES.
  1776.     (main): If the initial node cannot be found, perhaps find it as a
  1777.     manpage.
  1778.     * info/info-utils.c: #include "man.h" if HANDLE_MAN_PAGES.
  1779.     (info_xrefs_of_node): If handling man pages, and this is a manpage
  1780.     node, use xrefs_of_manpage.
  1781.  
  1782.     * info/session.c (info_set_input_from_file): Only fclose (stream)
  1783.     if it is non-null and not stdin.
  1784.     #include "man.h" if HANDLE_MAN_PAGES.
  1785.     (info_menu_or_ref_item): If handling man pages, and this is a
  1786.     manpage node, get the xrefs from manpage_xrefs_in_binding.
  1787.     (info_man): Compile in for M-x man if handling man pages.
  1788.     (info_move_to_xref): If handling man pages, and the current node
  1789.     is a manpage node, use locate_manpage_xref to get xrefs.
  1790.  
  1791. Thu May  4 08:55:23 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1792.  
  1793.     * info/info.c (main): If the output device is not a terminal, and
  1794.     no output filename has been specified, make user_output_filename
  1795.     be "-", so that the info is written to stdout, and turn on the
  1796.     dumping of subnodes.
  1797.  
  1798. Thu Apr 13 18:05:06 1995  Daniel Hagerty  <hag@churchy.gnu.ai.mit.edu>
  1799.  
  1800.     * texinfo.texi: Fixed @end titlepage/@end shorttitlepage
  1801.  
  1802. Sat Apr  8 12:51:49 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  1803.  
  1804.     * makeinfo/makeinfo.c [! HAVE_STRERROR] (strerror): New function,
  1805.      snarfed from ../info/filesys.c.
  1806.     (cm_infoinclude): Use strerror instead of sys_errlist.
  1807.  
  1808. Tue Apr  4 18:44:00 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1809.  
  1810.     * util/texindex.c (sort_offline): Change TOTAL to be an off_t.
  1811.     * util/texindex.c (sort_in_core): Change TOTAL to be an off_t.
  1812.     * util/texindex.c (MAX_IN_CORE_SORT): Cast to off_t.
  1813.  
  1814. Sun Apr  2 16:20:13 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1815.  
  1816.     * info/Makefile.in: Define DEFAULT_INFOPATH in case we are
  1817.     compiling in the current directory.
  1818.     * info/Makefile.in (info.o): Add filesys.h because of DEFAULT_INFOPATH.
  1819.     * info/(search.c,h, nodes.c info-utils.c) Use strcasecmp and
  1820.     strncasecmp instead of stricmp and strnicmp.  Define strcasecmp
  1821.     and strncasecmp in search.c if !HAVE_STRCASECMP.
  1822.     * info/search.c: If HAVE_STRING_H include it.
  1823.     * info/nodes.c: If HAVE_STRING_H include it.
  1824.     * info/info-utils.c: If HAVE_STRING_H include it.
  1825.     * info/info.h: If HAVE_STRING_H include it.
  1826.     * configure.in (AC_HAVE_FUNCS): Check for strcasecmp.
  1827.     * makeinfo/makeinfo.c (strcasecmp): Define if !HAVE_STRCASECMP.
  1828.     * makeinfo/makeinfo.c (entire file): Use `strcasecmp' instead of
  1829.     `stricmp'.
  1830.     * makeinfo/makeinfo.c (cm_ifeq): New command takes three args.
  1831.     Compares first two, executes remainder if the first two are
  1832.     string-wise eq.
  1833.     * makeinfo/makeinfo.c (ifhtml): Add to command list.  Shouldn't be
  1834.     used, but it is by people who don't want to hack macros.
  1835.  
  1836. Sat Apr  1 09:20:14 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1837.  
  1838.     * makeinfo/makeinfo.c (begin_insertion): Fix reversed arguments to
  1839.     line_error.
  1840.  
  1841.     * info/info-stnd.texi: Use "end" footnote style instead of "separate".
  1842.  
  1843.     * info/Makefile.in: Change "rm -f" to $(RM).
  1844.  
  1845.     * info/general.h: Define zero_mem in terms of memset if we have
  1846.     it, else in terms of bzero if we have that, else as inline code.
  1847.  
  1848.     * info/NEWS: Updated to reflect changes in 2.11.
  1849.  
  1850. Fri Mar 31 22:38:31 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1851.  
  1852.     * Makefile (DISTFILES): Don't include *.a, *orig, nor *.e
  1853.     files.
  1854.     (DISTFILES):
  1855.  
  1856. Sat Mar  4 12:16:29 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1857.  
  1858.     * Makefile.in: Use @prefix@ instead of hardwired `/usr/local'.
  1859.       Clean up makefile rules which make in subdirs.
  1860.       (ALL_SUBDIRS): Add makeinfo/macros to list of subdirectories.
  1861.  
  1862.     * configure.in (AC_CHECK_FUNCS): Add `bcopy' to list of things to
  1863.     check for.
  1864.  
  1865. Fri Mar  3 13:54:10 1995  Robert J. Chassell  <bob@hill.gnu.ai.mit.edu>
  1866.  
  1867.         * texinfo.texi: Minor changes for incremental new edition 2.20.
  1868.  
  1869. Fri Mar  3 19:01:36 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1870.  
  1871.     * filesys.c (filesys_read_info_file): Local variable ST_SIZE is a
  1872.     long which has the value of finfo->st_size casted to it.
  1873.     * nodes.c (whole file): Similar changes.
  1874.  
  1875.     These changes and the following for makedoc.c were required for
  1876.     proper operation on HPm68k NetBSD.
  1877.  
  1878. Mon Feb 27 15:16:27 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1879.  
  1880.     * makedoc.c (process_one_file): Local variable FILE_SIZE is a long
  1881.     which has the value of finfo.st_size casted to it.
  1882.  
  1883.  
  1884. Fri Mar  3 18:58:38 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1885.  
  1886.     * makeinfo.c (find_and_load): Cast fileinfo.st_size to a long for
  1887.     internal use.  This makes things work on NetBSD.
  1888.  
  1889.  
  1890. Fri Mar  3 13:54:10 1995  Robert J. Chassell  <bob@hill.gnu.ai.mit.edu>
  1891.  
  1892.         * texinfo.texi: Minor changes for incremental new edition 2.20.
  1893.  
  1894. Fri Mar  3 09:41:39 1995  Brian J. Fox  <bfox@wizard.datawave.net>
  1895.  
  1896.     * configure.in (TERMLIBS): Use AC_CHECK_LIB instead of
  1897.     AC_HAVE_LIBRARY.
  1898.  
  1899. Mon Jan  9 16:55:31 1995  Brian Fox  <bfox@churchy.gnu.ai.mit.edu>
  1900.  
  1901.     * Makefile.in (DISTFILES): Add the directory EMACS-BACKUPS to the
  1902.     list of things to avoid distributing.
  1903.  
  1904. Tue Nov 29 17:48:37 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
  1905.  
  1906.     * configure.in: Check for off_t.
  1907.     * util/texindex.c (main): Use it.
  1908.  
  1909. Fri Nov 11 14:46:28 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
  1910.  
  1911.     * configure.in: Update for Autoconf v2.
  1912.  
  1913. Thu Oct 13 02:17:38 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  1914.  
  1915.     * emacs/detexinfo.el (detexinfo): Handle @!, @?, @^, @".
  1916.  
  1917. Mon Aug  1 03:26:13 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  1918.  
  1919.     * texindex.c: Move the memset define down past string.h include.
  1920.  
  1921. Tue Jun 28 14:21:43 1994  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  1922.  
  1923.     * makeinfo/makeinfo.c: Add --help option.
  1924.     (usage): Take args for stream and error code.
  1925.     Change callers.
  1926.     (print_version_info): Write to stdout, not stderr.
  1927.  
  1928. Wed May 18 18:55:24 1994  Brian J. Fox  (bfox@ai.mit.edu)
  1929.  
  1930.     * info/session.c (forget_window_and_nodes): Negate test for
  1931.     internal_info_node_p.  We only want to free the text if it is
  1932.     not an internal node.
  1933.  
  1934. Thu Mar 10 03:07:18 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1935.  
  1936.     * texindex.c (memset): Fix invalid parm name (was 0).
  1937.  
  1938. Thu Feb 10 12:56:52 1994  Noah Friedman  (friedman@prep.ai.mit.edu)
  1939.  
  1940.         * makeinfo/makeinfo.c (current_item_function): Don't loop if elt
  1941.         is NULL.
  1942.  
  1943. Wed Feb  9 12:21:09 1994  Brian J. Fox  (bfox@ai.mit.edu)
  1944.  
  1945.     * makeinfo/makeinfo.c (minor_version): Release now at 1.60.
  1946.  
  1947.     * makeinfo/makeinfo.c (expand_filename): Additional fixes.  Now
  1948.     when called with NULL filename, makes an output filename from the
  1949.     input filename.
  1950.     (convert_from_loaded_file): If REQUIRE_SETFILENAME is #defined (no
  1951.     longer the default case) then error if no @setfilename was found
  1952.     in the file.  If REQUIRE_SETFILENAME is not #defined, the input
  1953.     file starts either at the first line, or at the second line if the
  1954.     first line contains the text "\input", and the output filename is
  1955.     the input file name without directory and with ".info" replacing
  1956.     any extension found.
  1957.     (convert_from_loaded_file): Fixed bug in search for first
  1958.     occurence of "@setfilename".
  1959.  
  1960. Tue Feb  8 14:16:58 1994  Noah Friedman  (friedman@prep.ai.mit.edu)
  1961.  
  1962.         * configure.in: Check for sys/file.h.
  1963.         info/dir.c, info/filesys.c, info/makedoc.c, info/nodes.c,
  1964.         info/session.c, info/termdep.h, makeinfo/makeinfo.c
  1965.         [HAVE_SYS_FILE_H]: Include <sys/file.h>.
  1966.  
  1967.         * makeinfo/makeinfo.c (convert_from_loaded_file): Print
  1968.         real_output_filename instead of output_filename, so user knows
  1969.         exactly where output file is going.
  1970.  
  1971.         Fri Jun 11 14:34:30 1993  Ian Lance Taylor  (ian@cygnus.com)
  1972.            * configure.in: Check for sigprocmask and sigsetmask.
  1973.     * info/signals.h (HAVE_SIGSETMASK): Don't define.
  1974.     (HAVE_SIGPROCMASK): Use instead of _POSIX_VERSION.
  1975.     (BLOCK_SIGNAL, UNBLOCK_SIGNAL): If neither HAVE_SIGPROCMASK nor
  1976.     HAVE_SIGSETMASK is defined, define these to do nothing.
  1977.     * info/signals.c (sigprocmask): Don't compile if HAVE_SIGSETMASK
  1978.     is not defined.
  1979.  
  1980.     * info/terminal.c (terminal_prep_terminal): Don't clobber VINTR
  1981.     and VQUIT in conditionals.
  1982.  
  1983. Mon Feb  7 18:10:22 1994  Brian J. Fox  (bfox@ai.mit.edu)
  1984.  
  1985.     * makeinfo/makeinfo.c (full_pathname): Correct to really return
  1986.     the full pathname of the input argument.  Now makeinfo
  1987.     /foo/bar.texi, where /foo/bar.texi contains "@setfilename
  1988.     bar.info", correctly leaves the output file in "./bar.info".
  1989.     Note that "@setfilename ../bar.info" still works; this is already
  1990.     an absolute pathname.
  1991.  
  1992. Sat Feb  5 13:04:05 1994  Brian J. Fox  (bfox@ai.mit.edu)
  1993.  
  1994.     * makeinfo/makeinfo.c: Version 1.59 released.
  1995.  
  1996.     * makeinfo/makeinfo.c (whole file):  Large number of changes allow
  1997.     the "-E filename" option to be used to write a macro expanded
  1998.     output file.  On a file which contains no @include's and no
  1999.     @macro's, the output file is identical to the input file.
  2000.  
  2001.     * makeinfo/makeinfo.c (declarations): Remove cm_tex ().  It is
  2002.     never used since it is implemented with `command_name_condition'.
  2003.  
  2004.     * makeinfo/makeinfo.c (add_char): Shift braces following the
  2005.     current break point if we have deleted any characters.
  2006.     (adjust_braces_following): New function adjusts all of the markers
  2007.     in the brace stack which follow HERE by AMOUNT.  This fixes a bug
  2008.     where (for example) @var{} immediately following a line break
  2009.     which is the end of a sentence modified the output incorrectly.
  2010.  
  2011. Wed Feb  2 14:14:03 1994  Brian J. Fox  (bfox@ai.mit.edu)
  2012.  
  2013.     * makeinfo: Version 1.58.
  2014.  
  2015.     * makeinfo/makeinfo.c (cm_node): Add extra hair to allow
  2016.     backtracking through execution strings.  Add extra hair to allow
  2017.     the first node seen after a @top node is seen to adjust the
  2018.     sectioning level of the @top node and associated menus.
  2019.     Fix a few typos.
  2020.     Add facility for macros to invoke the original definition.  This
  2021.     works by not allowing a single macro to recurse.  Mutual recursion
  2022.     is also disallowed with this plan.
  2023.  
  2024.     * makeinfo/macros: New directory contains shippable macros.
  2025.     * makeinfo/macros/simpledoc.texi: Macros which simplify the most
  2026.     common uses of TeXinfo.  See the example file.
  2027.     Macros are now a reasonable way to get people started using
  2028.     TeXinfo.
  2029.  
  2030. Mon Jan 31 12:54:36 1994  Brian J. Fox  (bfox@ai.mit.edu)
  2031.  
  2032.     * makeinfo/makeinfo.c (minor_version): Increase to 57.
  2033.  
  2034.     * makeinfo/makeinfo.c (cm_node): Call execute_string on the node,
  2035.     next, prev, and up pointers.
  2036.     (reader_loop): Change logic for `@bye'.  No longer required at the
  2037.     ends of executed strings.
  2038.     (execute_string): Do not append `@bye' to the string to execute.
  2039.  
  2040.     * makeinfo/makeinfo.c (whole file): Use COMMAND_PREFIX instead of
  2041.     hardcoding `@' character in strings and searches.
  2042.  
  2043.     * makeinfo/makeinfo.c (read_command): If HAVE_MACROS is defined,
  2044.     then recognize and execute macros here.
  2045.     (CommandTable): Add "macro" and "unmacro" to table if HAVE_MACROS
  2046.     is defined.
  2047.  
  2048.     * makeinfo/makeinfo.c (cm_macro, cm_unmacro, execute_macro)
  2049.       makeinfo/makeinfo.c (get_macro_args, find_macro, add_macro)
  2050.       makeinfo/makeinfo.c (delete_macro, array_len, apply):
  2051.       New functions implement macro facility if HAVE_MACROS is
  2052.       defined.
  2053.  
  2054.     * makeinfo/macro.texi (new file): Examples of using the new macro
  2055.     facility.
  2056.  
  2057. Mon Jan 31 10:24:52 1994  Noah Friedman  (friedman@prep.ai.mit.edu)
  2058.  
  2059.         * makeinfo/makeinfo.c (executing_string): Restore global
  2060.         declaration.
  2061.  
  2062. Mon Jan 24 23:48:26 1994  Noah Friedman  (friedman@prep.ai.mit.edu)
  2063.  
  2064.         * texinfo.texi: Various typo fixes from Bob Chassell
  2065.         <bob@gnu.ai.mit.edu>.
  2066.  
  2067. Thu Jan  6 13:34:21 1994  Noah Friedman  (friedman@prep.ai.mit.edu)
  2068.  
  2069.         * texinfo.texi: Turned on smallbook format and @set smallbook.
  2070.  
  2071. Wed Dec 15 20:08:43 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2072.  
  2073.         * info/filesys.h (DEFAULT_INFOPATH): Added /usr/local/info,
  2074.         /opt/gnu/info, /usr/share/info, and /usr/local/share/info.
  2075.  
  2076. Tue Dec 14 19:10:20 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2077.  
  2078.         * libtxi/Makefile.in (ALLOCA): Define from configure.
  2079.  
  2080. Fri Dec 10 04:33:12 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2081.  
  2082.         * util/texi2dvi: Put under RCS control.
  2083.  
  2084. Sun Dec 26 11:55:46 1993  Brian J. Fox  (bfox@ai.mit.edu)
  2085.  
  2086.     * info/session.c (info_numeric_digit_arg_loop): Fix doc string.
  2087.  
  2088.     * info/infodoc.c (create_internal_info_help_node): Print out list
  2089.     of functions which have to keystroke equivalent if we support
  2090.     NAMED_FUNCTIONS.
  2091.  
  2092.     * info/filesys.c (compress_suffixes): Add ".gz" for "gunzip" to
  2093.     alist.
  2094.  
  2095.     * info/footnotes.c (make_footnotes_node): If refs[i] doesn't have
  2096.     a nodename, then it couldn't be a reference to a footnote.
  2097.  
  2098.     * info/nodemenu.c (get_visited_nodes): Handle the case where
  2099.     filter_func has left no possible buffers to select.
  2100.  
  2101. Sat Dec 25 10:35:56 1993  Brian J. Fox  (bfox@ai.mit.edu)
  2102.  
  2103.     * info/infodoc.c (create_internal_info_help_node): Conditionalize
  2104.     generation of the help node based on the #define
  2105.     HELP_NODE_GETS_REGENERATED.  When this is not set (the default)
  2106.     the help node is generated exactly once, and is not gc'able.
  2107.     Otherwise, a new node is always created for the help window, and
  2108.     the old node gets garbage collected by the gc system.
  2109.     (info_find_or_create_help_window): Conditionalize window node
  2110.     selected based on the #define HELP_NODE_GETS_REGENERATED.
  2111.  
  2112.     * info/dir.c (add_menu_to_file_buffer): Place exactly one blank
  2113.     line between directory entries.
  2114.  
  2115.     * info/info.c (version_string): Update minor version to "11".
  2116.  
  2117.     * info/info.h: Update comment to "2.11".
  2118.  
  2119.     * info/dir.c (maybe_build_dir_node): Only add the contents of a
  2120.     new file if it is not identical to the file of the DIR buffer.
  2121.  
  2122.     * info/nodes.c (info_get_node): Call `maybe_build_dir_node' on
  2123.     "dir" as well as "localdir" to mimic emacs-19.22 "dir" merging
  2124.     behaviour.
  2125.  
  2126. Fri Dec  3 13:41:44 1993  Brian J. Fox  (bfox@ai.mit.edu)
  2127.  
  2128.     * info/info-utils.c (canonicalize_whitespace): Suppress whitespace
  2129.     found at the start of STRING.
  2130.  
  2131. Sat Nov 20 14:00:50 1993  Brian J. Fox  (bfox@hippie)
  2132.  
  2133.     * info/indices.c (DECLARE_INFO_COMMAND): Fix typo in assignment to
  2134.     `old_offset' (= instead of ==).
  2135.  
  2136. Tue Nov  2 12:22:40 1993  Brian J. Fox  (bfox@ai.mit.edu)
  2137.  
  2138.     * makeinfo/makeinfo.c (make_index_entries_unique): New function
  2139.     makes a sorted array have all unique entries by appending numbers
  2140.     to the ends of strings.
  2141.     (sort_index): Call `make_index_entries_unique'.
  2142.  
  2143. Mon Sep 20 12:04:05 1993  Brian J. Fox  (bfox@ai.mit.edu)
  2144.  
  2145.     * makeinfo/makeinfo.c (get_execution_string): New Function returns
  2146.     a pointer to an  EXECUTION_STRING structure.
  2147.     (execute_string): No longer uses a static string; call
  2148.     `get_execution_string' instead in order to get a free buffer for
  2149.     consing.
  2150.  
  2151. Sun May 23 07:00:20 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2152.  
  2153.         * Texinfo 3.1 released.
  2154.  
  2155. Sat May 22 18:21:27 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2156.  
  2157.         * info/info.c (info_patch_level): Increment constant to 1.
  2158.  
  2159.         * info/Makefile.in (DEFAULT_INFOPATH): Default definition deleted.
  2160.         Makefile.in: Put it here instead.
  2161.         * Makefile.in (MDEFINES): Add DEFAULT_INFOPATH.
  2162.  
  2163.         * configure.in: check for vfprintf and vsprintf.
  2164.  
  2165.         * makeinfo/makeinfo.c: Version 1.55.
  2166.  
  2167.         * makeinfo/makeinfo.c (add_word_args, execute_string) [HAVE_VARARGS_H]:
  2168.         Don't use this definition unless HAVE_VSPRINTF is also defined.
  2169.         (error, line_error, warning) [HAVE_VARARGS_H]: Don't use this
  2170.         definition unless HAVE_VFPRINTF is also defined.
  2171.         Remove indentation of all cpp directives, except for #pragma.
  2172.  
  2173. Fri May 21 14:34:24 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2174.  
  2175.         * texinfo.texi: Rename to texi.texi.
  2176.         Change @setfilenname and START-INFO-DIR-ENTRY to `texi.info'.
  2177.  
  2178.         * Makefile.in (MDEFINES): Pass LDFLAGS to sub-makes.
  2179.         (realclean): Delete `configure'.
  2180.         Changed all references to texinfo.info to texi.info
  2181.  
  2182.         * configure.in: Add AC_PROG_RANLIB, and AC_CONST.
  2183.         Check for `rindex' function.
  2184.         Check for varargs.h.
  2185.         Clean up symbol names for header files so a single AC_HAVE_HEADERS
  2186.         can be used.
  2187.         (AC_INIT): Use texi.texi instead of makeinfo/makeinfo.c
  2188.  
  2189.         * info/info-utils.h: Copy definitions of bcopy, index, and rindex
  2190.         (with appropriate #ifdef wrappers) from termdep.h.  These are
  2191.         included by a mutually exclusive set of files.
  2192.  
  2193.         * info/termdep.h [HAVE_SYS_PTEM]: Use HAVE_SYS_PTEM_H instead.
  2194.  
  2195.         * info/terminal.c, info/termdep.h [HAVE_TERMIO]: Use HAVE_TERMIO_H
  2196.         instead.
  2197.  
  2198.         * info/makedoc.c, info/filesys.c [!O_RDONLY]: Include fcntl.h or
  2199.         sys/fnctl.h, depending on whether HAVE_SYS_FCNTL_H is set.
  2200.  
  2201.         * info/termdep.h: Remove all indentation in #-exprs.
  2202.         Remove old assumptions about bcopy, index, and rindex.
  2203.         [HAVE_BCOPY]: Define bcopy.
  2204.         [HAVE_RINDEX]: Define index and rindex.
  2205.  
  2206.         * info/nodes.c (info_get_node): Don't call stricmp if nodename is
  2207.         NULL. Remove indentation in #-exprs.
  2208.  
  2209.         * info/echo_area.c (echo_area_stack_depth): Declare static.
  2210.  
  2211.         * info/Makefile.in (DEFAULT_INFOPATH): Make separate Makefile
  2212.         variable so it can be overridden more easily by the user.  Add `.'
  2213.         to beginning of path.
  2214.         (clean): Delete core.* (386bsd core files).
  2215.         (MAKEDOC): Variable removed.  Refer to `makedoc' explicitly.
  2216.         (funs.h): Add `:' commands after if, to avoid spurious nonzero
  2217.         exit statuses.
  2218.  
  2219.         * info/userdoc.texi: Improved comments explaining its purpose.
  2220.  
  2221.         * makeinfo/makeinfo.c [HAVE_VARARGS_H]: Include varargs.h.
  2222.         (error, line_error, warning, add_word_args,
  2223.           execute_string)[HAVE_VARARGS_H]: New versions that
  2224.         use varargs.  From bfox.
  2225.  
  2226.         * makeinfo/Makefile.in (clean): Delete core.* (386bsd core files).
  2227.  
  2228.         * util/Makefile.in (clean): Remove core.* (386bsd core files).
  2229.  
  2230.         * libtxi/Makefile.in: Remove all references to $(common).
  2231.         (RANLIB): New variable, set from autoconf.
  2232.         (libtxi.a): Use $(RANLIB) instead of `ranlib' in target rules.
  2233.         (clean): Delete core.* (386bsd core files).
  2234.  
  2235. Tue May 18 12:08:24 1993  Robert J. Chassell (bob at grackle.stockbridge.ma.us)
  2236.  
  2237.         * emacs/texinfmt.el (texinfo-format-refill): Do not fill a section
  2238.         title line with the asterisks, hyphens, etc. that underline
  2239.         it in any circumstance.
  2240.  
  2241. Sun May 16 13:53:43 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2242.  
  2243.         * util/mkinstalldirs: handle relative pathnames.
  2244.  
  2245. Fri May 14 20:18:49 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2246.  
  2247.         * util/mkinstalldirs: initialize IFS if unset.
  2248.  
  2249. Tue May 11 06:33:14 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2250.  
  2251.         * makeinfo/makeinfo.c (cm_item): don't dereference item_func if NULL.
  2252.  
  2253. Mon May 10 14:50:31 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2254.  
  2255.         * Texinfo 3.0 released.
  2256.  
  2257.         * Makefile.in (ALLOCA): Provide for substitution.
  2258.  
  2259. Mon May 10 10:12:53 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2260.  
  2261.         * emacs/texinfmt.el (texinfmt-version): Updated year.
  2262.  
  2263. Fri Apr 16 04:48:03 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2264.  
  2265.         * makeinfo/makeinfo.c: Version 1.54 from bfox.
  2266.  
  2267.         * util/fixfonts: Replace instances of `[..]' with `test'.
  2268.         Use more portable `test' arguments: `z$foo = z' instead of `! $foo'.
  2269.         Robustify quoting in eval assignments.
  2270.         (textfmdir, texpkdir, texgfdir): Don't override definition from
  2271.         environment, if any.
  2272.         Trap EXIT, SIGHUP, SIGINT, SIGQUIT, SIGTERM to delete temp files
  2273.         instead of trying to remove them explicitly before calling exit.
  2274.         When changing cwd, do so in subshell, in case various tex*dir
  2275.         variables are relative.
  2276.         Don't use `head', `dirname', or `basename'.  These don't behave
  2277.         consistently and/or don't even exist on some systems.  They can
  2278.         all be emulated with `sed' anyway.
  2279.         (tempfile2_line1): New variable.  Use it instead of running
  2280.         process to extract first line out of tempfile2 multiple times.
  2281.         Eliminate some gratuitous uses of $tempfile2, such as in for loops.
  2282.  
  2283. Fri Mar 26 23:25:13 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2284.  
  2285.         * texinfo.texi: @setfilename texinfo.info.
  2286.  
  2287.         * makeinfo/makeinfo.c (reader_loop, end_insertion): Fix typos in
  2288.         comments.
  2289.         (handle_variable_internal): Handle the case that there further
  2290.         menu text after a false ifset/ifclear.
  2291.  
  2292.         * util/texi2dvi: Version 0.4
  2293.         Replace all instances of `[ ... ]' with `test'.
  2294.         Updated bug-reporting address.
  2295.  
  2296. Thu Mar 25 12:31:30 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2297.  
  2298.         * info/Makefile.in (install): Install info.1 man page.
  2299.         (uninstall): Remove installed info.1 man page.
  2300.  
  2301.         * info/infoman.texi: Standalone manual renamed to info-stnd.texi.
  2302.         Makefile.in: Targets updated appropriately.
  2303.  
  2304.         * info/Makefile.in (LDEFS): New variable.  Use it for info-local
  2305.         macros, since DEFS will be inherited from parent make and any
  2306.         local definitions will get clobbered.
  2307.  
  2308.         * info/RELEASE: Renamed to info/NEWS.
  2309.  
  2310.         * README: New file.
  2311.  
  2312.         * Makefile.in (topclean): New target.
  2313.  
  2314.         * Getting-started: Renamed to INTRODUCTION.  Former name is too
  2315.           long (over 14 chars).
  2316.  
  2317.         * New-features: Renamed to NEWS.
  2318.  
  2319.         * Makefile.in (MDEFINES): Set it.
  2320.  
  2321.         * Makefile.in (dist): Use --gzip option to tar to make sure
  2322.           resulting file is compressed with gzip.  Change tar file
  2323.           extension from `.Z' to `.z'.
  2324.  
  2325.         * Makefile.in (DISTFILES): Filter out any file or directory names
  2326.           starting with `='.
  2327.  
  2328.         * fixfonts: Moved to util/fixfonts.
  2329.  
  2330.         * RELEASE: Deleted.
  2331.  
  2332.         * makeinfo/Makefile.in (VPATH): Use $(srcdir), not @srcdir@.
  2333.         (common): Use ../libtxi, not ../common.
  2334.         (makeinfo.in): Run makeinfo with --no-split.
  2335.  
  2336.         * makeinfo/makeinfo.texi: Changes from bob.
  2337.  
  2338.         * util/Makefile.in (VPATH): Use $(srcdir), not @srcdir@.
  2339.         (common): Use ../libtxi, not ../common.
  2340.  
  2341.         * util/fixfonts: Moved from top-level directory.
  2342.  
  2343. Wed Mar 24 10:21:31 1993  Robert J. Chassell  (bob at grackle)
  2344.  
  2345.         * emacs/texinfmt.el (texinfo-format-region): Do not require
  2346.         `@setfilename' line; delete `\input texinfo' line if part of
  2347.         region.
  2348.  
  2349.         * emacs/texinfmt.el (texinfo-raise-lower-sections): Raise or lower the
  2350.         hierarchical level of chapters, sections, etc. according to
  2351.         `@raisesections' and `@lowersections' commands.
  2352.  
  2353. Thu Mar 18 16:02:27 1993  Robert J. Chassell  (bob at grackle)
  2354.  
  2355.         * emacs/texinfo.el (texinfo-show-structure): Indent *Occur* buffer
  2356.         according to the structure of the file.
  2357.  
  2358. Sat Mar  6 05:16:44 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2359.  
  2360.         * util/texi2dvi: use ${1+"$@"}, not just "$@".
  2361.  
  2362. Tue Feb  2 08:38:06 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2363.  
  2364.         * info/Makefile.in: Replace all "--nosplit" arguments to makeinfo
  2365.         with "--no-split"
  2366.  
  2367. Sun Jan 31 18:16:58 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2368.  
  2369.         * util/texi2dvi: Don't put .dvi and related auxillary files in same
  2370.         directory as source files.  Put them in current directory instead.
  2371.         (TEXINPUTS_orig): New variable.
  2372.         (file_texi): Variable removed.
  2373.         (filename_texi): New variable.
  2374.         (command_line_filename): Use this wherever references to file_texi
  2375.         occured except in setting filename_noext.
  2376.         (TEXINPUTS): Current directory and source directory where input
  2377.         file resides prepended to standard path before invoking TeX.
  2378.  
  2379. Wed Jan 27 16:24:37 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2380.  
  2381.         * util/Makefile.in: overhauled.
  2382.  
  2383. Tue Jan 26 21:04:23 1993  Noah Friedman  (friedman@prep.ai.mit.edu)
  2384.  
  2385.         * Makefile.in, info/Makefile.in, makeinfo/Makefile.in: Overhauled.
  2386.  
  2387.         * configure.in: Renamed from texinfo.in.
  2388.           Incorporated makeinfo/makeinfo.in, info/info.in, and
  2389.           util/util.in.  Create all child Makefiles.
  2390.  
  2391.         * makeinfo/makeinfo.in, info/info.in: Deleted (incorporated into
  2392.         top configure.in).
  2393.  
  2394.         * util/util.in: Deleted (incorporated into ../configure.in).
  2395.  
  2396. Mon Jan 25 10:59:49 1993  Brian Fox  (bfox@cubit)
  2397.  
  2398.         * info/info.c: New version 2.9; new variable INFO_PATCH_LEVEL
  2399.         appears in the version string if it is non-zero.  New function
  2400.         version_string () produces the current version string, as in 2.8-p1.
  2401.  
  2402.         * info/dir.c: New file implements Gillespies `localdir' hacks.
  2403.  
  2404.         * info/nodes.c (info_get_node): Now calls maybe_build_dir_node ()
  2405.         if the file name to look for is "dir".
  2406.  
  2407.         * info/nodes.h: New flag N_CannotGC unconditionally prevents garbage
  2408.         collection of a file buffer's contents.  Used when "dir" is made
  2409.         from at least one "localdir".
  2410.  
  2411. Fri Jan 22 11:36:42 1993  Brian Fox  (bfox@cubit)
  2412.  
  2413.         * info/footnotes.c: Do not declare auto_footnotes_p as "extern" in
  2414.         this file.
  2415.  
  2416. Thu Jan 21 08:57:08 1993  Brian Fox  (bfox@cubit)
  2417.  
  2418.         * info/info.c: New version 2.8.
  2419.  
  2420.         * info/userdoc.texi, info/infoman.texi, info/info.texi: Fully
  2421.         document Info; create both online and printed manual versions.
  2422.         "userdoc.texi" contains exactly the documentation for GNU Info 2.x.
  2423.         "infoman.texi" is a wrapper for that file; it is meant to produce
  2424.         printed documentation. "info.texi" has the user documentation as a
  2425.         complete chapter within itself, but continues to contain the Info
  2426.         tutorial.
  2427.  
  2428.         * info/makedoc.c: Convert "ea_" into "echo_area_" when creating the
  2429.         command name.
  2430.  
  2431. Fri Jan 15 16:50:35 1993  Brian Fox  (bfox@cubit)
  2432.  
  2433.         * info/search.c (skip_node_characters): New argument NEWLINES_OKAY if
  2434.         non-zero says that newlines should be skipped over during parsing.
  2435.  
  2436.         * info/info-utils.c (info_parse_node): New argument NEWLINES_OKAY if
  2437.         non-zero says that newlines should be skipped while parsing out
  2438.         the nodename specification.
  2439.  
  2440. Wed Jan 13 14:42:33 1993  Brian Fox  (bfox@cubit)
  2441.  
  2442.         * info/makedoc.c: Remove "info_" from the front of the command name
  2443.         before installing it.
  2444.  
  2445.         * info/session.c (info_menu_or_ref_item): A label of "Menu" is okay if
  2446.         the builder is not info_menu_of_node ();
  2447.  
  2448.         * info/m-x.c: New function replace_in_documentation () replaces \\[foo]
  2449.         with the keystrokes you type to get that command.  Now used in
  2450.         indices.c, info.c, infodoc.c.
  2451.  
  2452. Mon Jan 11 10:27:41 1993  Brian Fox  (bfox@cubit)
  2453.  
  2454.         * info/variables.c, h: New files contain describe-variable and stuff
  2455.         moved out of m-x.c.
  2456.  
  2457.         * info/m-x.c: Move VARIABLE_ALIST and variable functions into
  2458.         variables.c.  Add documentation string to variable definition.
  2459.  
  2460.         * info/echo_area.c (push_echo_area): Zero the contents of
  2461.         echo_area_completion_items after pushing the vars.
  2462.  
  2463. Sat Jan  9 11:59:47 1993  Brian Fox  (bfox@cubit)
  2464.  
  2465.         * info/Makefile.in: Add footnotes.c,h,o to the appropriate Makefile
  2466.         variables.
  2467.  
  2468.         * info/window.c (window_tile_windows): New function divides the
  2469.         available space among the visible windows.
  2470.  
  2471.         * info/session.c (info_tile_windows): New function calls
  2472.         window_tile_windows.
  2473.  
  2474.         * info/footnotes.c, footnotes.h: New file implements functions for
  2475.         aiding automatic footnote display when entering a node which has
  2476.         footnotes.
  2477.  
  2478.         * info/m-x.c: New user-variable "automatic-footnotes".
  2479.  
  2480.         * info/window.c (window_physical_lines) New function counts the
  2481.         carriage returns found in NODE.
  2482.  
  2483. Wed Jan  6 11:24:19 1993  Brian Fox  (bfox@cubit)
  2484.  
  2485.         * info/general.h: #include <unistd.h> if we have it.
  2486.  
  2487. Tue Jan  5 11:12:33 1993  Brian Fox  (bfox@cubit)
  2488.  
  2489.         * info/info-utils.c (info_concatenate_references): If either arg is
  2490.         NULL, return the other arg.
  2491.  
  2492.         * info/indices.c (info_indices_of_file_buffer): Simplified and
  2493.         corrected loop through tags/nodes of file buffer looking for
  2494.         indices.
  2495.  
  2496.         * info/search.c (skip_node_characters): Rewrite "if" statement for
  2497.         clarification and conciseness.
  2498.  
  2499. Fri Jan  1 03:18:26 1993  Brian Fox  (bfox@cubit)
  2500.  
  2501.         * info/info.in: Check for setvbuf (), and check to see whether the args
  2502.         are reversed.
  2503.  
  2504.         * info/dribble.c (open_dribble_file) Check HAVE_SETVBUF and
  2505.         SETVBUF_REVERSED when setting the buffering on info_dribble_file.
  2506.  
  2507. Thu Dec 31 20:14:13 1992  Brian Fox  (bfox@cubit)
  2508.  
  2509.         * info/session.c (info_select_reference) If the node couldn't be found,
  2510.         look for the label as a filename (i.e., "(LABEL)Top").
  2511.  
  2512. Wed Dec 30 01:57:50 1992  Brian Fox  (bfox@cubit)
  2513.  
  2514.         * New Version 2.7 Beta.
  2515.  
  2516.         * info/echo_area.c: Numerous functions now do something with the
  2517.         numeric argument.  Kill ring implemented, as well as yank and
  2518.         yank_pop.  Also transpose-chars.
  2519.  
  2520.         * info/window.c (window_make_modeline): Check node->flags for
  2521.         N_IsCompressed and display "zz" in the modeline if the node comes
  2522.         from a file which is compressed on disk.
  2523.  
  2524. Mon Dec 28 17:33:12 1992  Brian Fox  (bfox@cubit)
  2525.  
  2526.         * info/filesys.c, info/nodes.c: New member of FILE_BUFFER "FILESIZE"
  2527.         contains the size of file_buffer->contents.  finfo.st_size is no
  2528.         longer relied upon to read the contents of files, since the new
  2529.         function (filesys_read_info_file) can read compressed files.
  2530.  
  2531.         * info/filesys.c (info_find_fullpath) If a file starts with a slash (or
  2532.         tilde expansion causes it to start with a slash) still call
  2533.         info_find_file_in_path () on it so that we can find files with
  2534.         compression suffixes.
  2535.  
  2536.         * info/m-x.c: New variable "gc-compressed-files".
  2537.  
  2538. Tue Dec 22 03:45:28 1992  Brian Fox  (bfox@cubit)
  2539.  
  2540.         * info/info.c: Version 2.6 Beta.
  2541.  
  2542.         * info/indices.c (info_index_next): Improve the final search for the
  2543.         matched index entry.
  2544.  
  2545.         * info/session.c (move_to_screen_line): New function implements `M-r'.
  2546.         Given a numeric argument, move point to the start of that line in
  2547.         the current window; without an arg, move to the center line.
  2548.         * infomap.c: Put move_to_screen_line () on `M-r'.
  2549.  
  2550.         * info/nodes.c (adjust_nodestart): Don't set N_UpdateTags unless the
  2551.         node came from a tags table.
  2552.  
  2553.         * info/nodes.c (info_find_file_internal): If the filename being looked
  2554.         for doesn't start with a `/', then additionally compare the
  2555.         filename against the fullpath of the file buffer sans the
  2556.         directory name.  This can happen when selecting nodemenu items.
  2557.  
  2558. Mon Dec 21 10:07:18 1992  Brian Fox  (bfox@cubit)
  2559.  
  2560.         * info/session.c, info/display.c: Remove all references to
  2561.         active_window_ch, active_window_cv, cursor_h, and cursor_v.  The
  2562.         single function display_cursor_at_point () is used for all cursor
  2563.         movement, and to place the terminal's cursor at the right location
  2564.         on the screen.
  2565.  
  2566. Sat Dec 19 12:01:33 1992  Brian Fox  (bfox@cubit)
  2567.  
  2568.         * info/nodemenu.c: New file implements a few functions for manipulating
  2569.         previously visited nodes.  `list-visited-nodes' produces a menu of
  2570.         the nodes that could be reached by info_history_node () in some
  2571.         window.  `select-visited-node' is similar to `list-visited-node'
  2572.         followed by `info-menu-item', but doesn't display a window with
  2573.         the visited nodes menu.
  2574.  
  2575.         * info/session.c (info_numeric_arg_digit_loop): If redisplay had been
  2576.         interrupted, then redisplay all of the windows while waiting for
  2577.         input.
  2578.  
  2579.         * info/display.c (display_was_interrupted_p): New variable keeps track
  2580.         of interrupted display.  Used in
  2581.         info/session.c:info_numeric_arg_digit_loop ().
  2582.  
  2583.         * info/session.c (info_global_next, info_global_prev): Use the numeric
  2584.         argument passed to determine how many nodes to move.
  2585.  
  2586.         * info/session.c (info_scroll_forward, info_scroll_backward): If the
  2587.         invoking key is not SPC or DEL only do Page Only scrolling.
  2588.  
  2589. Thu Dec 17 01:34:22 1992  Brian Fox  (bfox@cubit)
  2590.  
  2591.         * info/display.c (display_update_one_window): Allow W_NoWrap to affect
  2592.         window display.
  2593.  
  2594.         * info/window.c (calculate_line_starts): Now takes a WINDOW * as an
  2595.         argument, and simply does the calculation, placing the results
  2596.         into window->line_starts and window->line_count.  It also handles
  2597.         W_NoWrap in window->flags.
  2598.  
  2599. Mon Dec 14 02:18:55 1992  Brian Fox  (bfox@cubit)
  2600.  
  2601.         * info/session.c (info_backward_scroll): Don't try to get previous node
  2602.         if the top of the node isn't currently being displayed.
  2603.  
  2604.         * info/window.c (window_adjust_pagetop) Use new variable
  2605.         "window_scroll_step" to attempt to control the amount which the
  2606.         window scrolls.
  2607.  
  2608.         * info/m-x.c (info_variables) Add "scroll-step" to the list.
  2609.  
  2610. Thu Dec 10 08:52:10 1992  Brian Fox  (bfox@cubit)
  2611.  
  2612.         * info/m-x.c: New variable entry show-index-matches.  When set to
  2613.         non-zero the matched portion of the search string is indicated
  2614.         with ` and '.  Perhaps I should use `|' inst|ea|d?
  2615.  
  2616.         * info/echo_area.c (ea_possible_completions): Always build completions
  2617.         before checking to see how many there were.
  2618.  
  2619.         * info/info-utils.c: (info_concatenate_references): New utility
  2620.         function concatenates references.
  2621.  
  2622.         * info/Makefile.in: Add indices.c and indices.h to SRCS and HDRS.
  2623.           Add indices.c to CMDFILES.
  2624.  
  2625.         * info/indices.c, info/indices.h: New file implements `i' and `,'
  2626.         commands of info, and provides index searching capabilities.
  2627.  
  2628.         * info/echo_area.c (info_read_completing_in_echo_area):  Split off into
  2629.         separate callable function info_read_completing_internal ().
  2630.  
  2631.         * info/echo_area.c (info_read_maybe_completing): New function calls
  2632.         info_read_completing_internal () with non-forcing argument.
  2633.  
  2634.         * info/session.c: Rename down_next_upnext_or_error () and
  2635.         prev_up_or_error () to forward_move_node_structure (), and
  2636.         backward_move_node_structure ().  Implement new commands
  2637.         info_global_next () and info_global_prev ().
  2638.  
  2639.         * info/infomap.c (initialize_info_keymaps): Bind `[' and `]' to
  2640.         backward_, forward_move_node_structure () respectively.
  2641.  
  2642.         * info/session.c (info_menu_digit): Called with "0" as arg, select the
  2643.         last menu item.
  2644.  
  2645.         * info/infomap.c (initialize_info_keymaps): "0" calls
  2646.         info_menu_digit ().
  2647.  
  2648.         * info/session.c (info_move_to_xref): Take dir into account when there
  2649.         are xrefs and menu items in the node and we are wrapping
  2650.         backwards.
  2651.  
  2652. Tue Dec  8 09:57:58 1992  Brian Fox  (bfox@cubit)
  2653.  
  2654.         * info/info.c: Version 2.5 Beta.
  2655.  
  2656.         * info/terminal.c (terminal_insert_lines, terminal_delete_lines) Do not
  2657.         expect tgoto to return a new string; it returns the address of a
  2658.         static buffer.
  2659.  
  2660.         * info/infodoc.c (info_find_or_create_help_window) Correct check for
  2661.         prior existing help node.
  2662.  
  2663.         * info/m-x.c (set_variable): Allow variables to have a list of choices.
  2664.         Add new variable scroll-behaviour.
  2665.  
  2666.         * info/session.c (down_next_upnext_or_error, prev_up_or_error) New
  2667.         functions implement user-controlled behaviour when attempting to
  2668.         scroll past the bottom or top of a node.  New variable
  2669.         info_scroll_behaviour is user visible as "scroll-behaviour".
  2670.  
  2671.         * info/session.c (info_scroll_forward, info_scroll_backward) Call new
  2672.         functions for user-controlled scroll behaviour.
  2673.  
  2674.         * info/terminal.c (terminal_initialize_terminal) Set PC from BC not
  2675.         from BUFFER.
  2676.  
  2677. Mon Dec  7 11:26:12 1992  Brian Fox  (bfox@cubit)
  2678.  
  2679.         * util/texindex.c: Change EXIT_SUCCESS and EXIT_FATAL to TI_NO_ERROR
  2680.         and TI_FATAL_ERROR respectively.  This avoids namespace conflicts
  2681.         on NeXT 2.0.
  2682.  
  2683. Sat Dec  5 00:07:59 1992  Brian Fox  (bfox@cubit)
  2684.  
  2685.         * info/info.c: New option "--subnodes" says to recursively dump the
  2686.         menus of the nodes that you wish to dump.  Menu items which point
  2687.         to external nodes are not dumped, and no node is dumped twice.
  2688.  
  2689. Thu Dec  3 16:11:02 1992  Brian Fox  (bfox@cubit)
  2690.  
  2691.         * info/session.c (info_error) Don't ring the bell if
  2692.         info_error_rings_bell_p is zero.  (info_abort_key) Ring the bell
  2693.         if printing "Quit" in the echo area wouldn't do it.
  2694.  
  2695.         * info/m-x.c (set_variable) New functions allows setting of
  2696.         variables in the echo area.  Currently, only visilble-bell and
  2697.         errors-ring-bell are implemented.
  2698.  
  2699. Wed Dec  2 13:11:37 1992  Brian Fox  (bfox@cubit)
  2700.  
  2701.         * info/nodes.c, info/makedoc.c: If O_RDONLY is not defined by
  2702.         sys/file.h, include sys/fcntl.h.
  2703.  
  2704.         * info/filesys.c (info_file_in_path): Expand leading tildes found
  2705.         within directory names.
  2706.  
  2707.         * info/terminal.c (terminal_initialize_terminal) Set ospeed to 13 if
  2708.         not settable any other way.  It is an index into an array of
  2709.         output speeds.
  2710.  
  2711.         * info/display.c (free_display) Do not free a NULL display.
  2712.  
  2713.         * info/display.c (string_width): New functions returns the width of
  2714.         STRING when printed at HPOS.
  2715.  
  2716. Sun Nov 29 01:24:42 1992  Brian Fox  (bfox@cubit)
  2717.  
  2718.         * info/info.c: New version 2.4 beta.
  2719.  
  2720.         * info/general.h: #define info_toupper and info_tolower which check
  2721.         their arguments before performing any conversion.
  2722.  
  2723.         * info/search.c, info/echo_area.c: Use info_toupper.
  2724.  
  2725. Sat Nov 28 14:23:24 1992  Brian Fox  (bfox@cubit)
  2726.  
  2727.         * info/session.c (info_scroll_forward, info_scroll_backward) If at
  2728.         last/first page of the node, and the last command was
  2729.         forward/backward, do info_next/prev/_node.
  2730.  
  2731.         * info/session.c: New function info_select_reference_this_line gets
  2732.         menu or cross reference immediately.
  2733.  
  2734.         * info/infomap.c (initialize_info_keymaps): Add info_keymap[LFD] to
  2735.         invoke info_select_reference_this_line ().
  2736.  
  2737.         * info/session.c (info_last_reference) Rename to
  2738.         info_history_reference.  Wrote info_last_reference, and
  2739.         info_first_reference which go to the last or first node of an info
  2740.         file.
  2741.  
  2742. Fri Nov 27 00:59:02 1992  Brian Fox  (bfox@cubit)
  2743.  
  2744.         * info/info.c: New version 2.3.  Completed implementing contents of
  2745.         TODO file.
  2746.  
  2747.         * info/session.c (info_redraw_display): Fix C-l with numeric arg.
  2748.  
  2749. Thu Nov 26 20:14:18 1992  Brian Fox  (bfox@cubit)
  2750.  
  2751.         * info/m-x.c: New file implements reading named commands in the echo
  2752.         area, along with a new function "info-set-screen-height".
  2753.         Compilation of this file and some code in others controlled by the
  2754.         Makefile variable NAMED_COMMANDS (set to -DNAMED_COMMANDS).
  2755.  
  2756.         * info/window.c (window_new_screen_size) Rewrite from scratch, allowing
  2757.         clean growth and shrinkage of the screen.  New variable
  2758.         window_deletion_notifier is a pointer to a function to call when
  2759.         the screen changes size, and some windows have to get deleted.
  2760.         The function is called with the window to be deleted as an
  2761.         argument, and it should clean up dangling references to that
  2762.         window.
  2763.  
  2764.         * info/session.c (initialize_info_session): Set
  2765.         window_deletion_function to forget_window_and_nodes.
  2766.  
  2767.         * info/display.c (display_update_one_window): If the first row of the
  2768.         window to display wouldn't appear in the_screen, don't try to
  2769.         display it.  This happens when the screen has been made
  2770.         unreasonably small, and we attempt to display the echo area.
  2771.  
  2772. Tue Nov 24 00:47:20 1992  Brian Fox  (bfox@cubit)
  2773.  
  2774.         * Release Info 2.2.
  2775.  
  2776.         * info/session.c: New functions implement reading typeahead and
  2777.         implement C-g flushing typed ahead characters.
  2778.         (info_search_internal): allows C-g to exit multi-file searches.
  2779.  
  2780. Mon Nov 23 01:53:35 1992  Brian Fox  (bfox@cubit)
  2781.  
  2782.         * info/nodes.c: Remove calls to sscanf (), replacing them with calls to
  2783.         atol (), since that is much faster.
  2784.         (get_nodes_of_tags_table) Only check for "(Indirect)" if we
  2785.         haven't parsed any nodes out of the tags table.  Increase the
  2786.         amount that file_buffer->nodes grows to 100 from 50.  These two
  2787.         together sufficiently speed up the parsing process.
  2788.  
  2789.         * info/nodes.c: info_get_node_of_file_buffer_tags (),
  2790.         info_get_node_of_file_buffer_nodes (): Search the appropriate list
  2791.         and return a node.  This was simply a cut and paste edit to
  2792.         functionalize the code.
  2793.  
  2794.         * info/TODO: Remove suggestion for partial tag parsing, since tag
  2795.         parsing is much faster now.
  2796.  
  2797. Sat Nov 21 02:48:23 1992  Brian Fox  (bfox@cubit)
  2798.  
  2799.         * info/makedoc.c: New File replaces makedoc.sh shell script.
  2800.  
  2801.         * info/infomap.c: Install info_isearch (on C-s) and
  2802.         info_reverse_isearch (on C-r) for Info windows.
  2803.  
  2804.         * info/session.c (incremental_search, info_isearch,
  2805.         info_reverse_isearch) New functions implement incremental
  2806.         searching.
  2807.  
  2808. Fri Nov 20 00:01:35 1992  Brian Fox  (bfox@cubit)
  2809.  
  2810.         * info/terminal.c (terminal_initialize_terminal): Declare and set up
  2811.         `ospeed'.  Turn off C-s and C-q processing.
  2812.  
  2813.         * info/session.c (info_show_point) When this function is called, the
  2814.         desired result is to show the point immediately.  So now it calls
  2815.         set_window_pagetop () if the new pagetop is not the same as the
  2816.         old one.  This means that info_prev_line (), info_next_line (),
  2817.         info_forward_word (), and info_backward_word () can all scroll the
  2818.         window if they have to.
  2819.  
  2820. Thu Nov 19 12:27:07 1992  Brian Fox  (bfox@cubit)
  2821.  
  2822.         * info/session.c (set_window_pagetop): Add scrolling to make this
  2823.         faster.
  2824.  
  2825.         * info/echo_area.c (push/pop_echo_area): Remember the list of items to
  2826.         complete over.
  2827.  
  2828.         * info/session.c (info_forward_char): Don't let point get equal to
  2829.         nodelen, only to nodelen - 1.
  2830.  
  2831.         * info/display.c: New function display_scroll_display () scrolls the
  2832.         rmembered display as well as the text on the actual display.
  2833.  
  2834.         * info/terminal.c: New functions terminal_scroll_terminal (),
  2835.         terminal_scroll_down (), and terminal_scroll_up ().  All
  2836.         implemented using "al" and "dl" termcap capabilities. (i.e.,
  2837.         insert and delete line).
  2838.  
  2839. Wed Nov 18 15:05:14 1992  Brian Fox  (bfox@cubit)
  2840.  
  2841.         * info/termdep.h: Only define HAVE_FCNTL_H if !aix and !ultrix.
  2842.  
  2843. Tue Nov 17 20:35:08 1992  Brian Fox  (bfox@cubit)
  2844.  
  2845.         * First Beta Release of Info 2.0.
  2846.  
  2847. Sun Nov  1 02:21:05 1992  Noah Friedman  (friedman@prep.ai.mit.edu)
  2848.  
  2849.         * util/texi2dvi (--force): Option removed.  Always run tex at least
  2850.         once, don't bother checking if .dvi file is newer than source.
  2851.  
  2852. Fri Oct 30 02:16:28 1992  Noah Friedman  (friedman@prep.ai.mit.edu)
  2853.  
  2854.         * util/texi2dvi (-D): debugging option renamed from '-d'.
  2855.         Made check to enable debugging more terse.
  2856.         When checking if index files have changed, use
  2857.         variable $this_file instead of $file in for loop.
  2858.         (file_texi): wherever the variable $file was used to reference
  2859.         the texinfo file, substituted $file_texi.
  2860.  
  2861. Sat Oct 17 07:30:34 1992  Brian J. Fox  (bfox@helios)
  2862.  
  2863.         * util/texindex.c: Remove references to USG replacing them with a
  2864.         define declaring the actual feature required or missing.
  2865.  
  2866. Thu Oct 15 16:17:47 1992  Robert J. Chassell  (bob@nutrimat.gnu.ai.mit.edu)
  2867.  
  2868.         * emacs/texinfmt.el (texinfo-format-setfilename): Remove date from
  2869.         Info file header so regression testing is easier.
  2870.  
  2871. Tue Sep 15 16:28:35 1992  Robert J. Chassell  (bob at grackle)
  2872.  
  2873.         * emacs/texinfmt.el (texinfmt-version): New variable.
  2874.         (texinfo-format-setfilename): Include date and
  2875.         version in Info file header.
  2876.         Better documentation for @definfoenclose
  2877.         Handle whitespace after @end iftex, etc.
  2878.  
  2879. Thu Sep  3 09:25:37 1992  Robert J. Chassell  (bob at grackle)
  2880.  
  2881.         * emacs/texnfo-upd.el: Fix typo re `texinfo-sequential-node-update.'
  2882.  
  2883. Tue Aug 18 08:56:24 1992  Robert J. Chassell  (bob at grackle)
  2884.  
  2885.         * emacs/texinfmt.el (texinfo-value): Revise syntax.
  2886.  
  2887.         * emacs/texnfo-upd.el (texinfo-start-menu-description):
  2888.         New function to insert title as description in a menu.
  2889.         (texinfo-make-menu-list): Remove automatic title insertion.
  2890.  
  2891.         * emacs/texinfo.el (texinfo-mode-map): Add keybinding for
  2892.         texinfo-start-menu-description.
  2893.  
  2894. Wed Jul 29 11:58:53 1992  Robert J. Chassell  (bob at grackle)
  2895.  
  2896.         * emacs/texinfmt.el (texinfo-set): Revise to set a string to the flag.
  2897.         (texinfo-value): @value{flag}: New command which inserts the
  2898.         string to which the flag is set.
  2899.  
  2900. Tue Jul  7 15:10:52 1992  Robert J. Chassell  (bob at grackle)
  2901.  
  2902.         * emacs/texnfo-upd.el (texinfo-master-menu): Error message if file
  2903.         contains too few nodes for a master menu.
  2904.         (texinfo-insert-master-menu-list): Only attempt to insert detailed
  2905.         master menu if there is one.
  2906.  
  2907. Wed Jun 10 15:26:18 1992  Robert J. Chassell  (bob at grackle)
  2908.  
  2909.         * emacs/texinfmt.el (texinfo-append-refill): Refill properly when lines
  2910.         begin with within-paragraph @-commands.
  2911.  
  2912. Tue Jun  9 12:28:11 1992  Robert J. Chassell  (bob at grackle)
  2913.  
  2914.         * emacs/texinfmt.el: Add `texinfo-deffn-formatting-property' and
  2915.         `texinfo-defun-indexing-property' to @deffn commands.
  2916.  
  2917. Mon Jun  8 11:52:01 1992  Robert J. Chassell  (bob at grackle)
  2918.  
  2919.         * emacs/texnfo-upd.el: Replace `(mark-whole-buffer)' with
  2920.         `(push-mark (point-max) t) (goto-char (point-min))'
  2921.         to avoid `Mark set' messages.
  2922.  
  2923. Fri Jun  5 15:15:16 1992  Robert J. Chassell  (bob@kropotkin.gnu.ai.mit.edu)
  2924.  
  2925.         * emacs/texnfo-upd.el (texinfo-check-for-node-name): Offer section
  2926.         title as prompt.
  2927.         (texinfo-copy-next-section-title): Copy title correctly.
  2928.  
  2929. Thu May 28 20:34:17 1992  Robert J. Chassell  (bob@hill.gnu.ai.mit.edu)
  2930.  
  2931.         * emacs/texinfmt.el: @vtable defined, parallel to @ftable, for
  2932.         variables.
  2933.         (texinfo-append-refill): set case-fold-search nil so @TeX is not
  2934.         confused with @tex.
  2935.  
  2936. Thu Mar 26 21:36:41 1992  Robert J. Chassell  (bob@kropotkin.gnu.ai.mit.edu)
  2937.  
  2938.         * emacs/makeinfo.el: Rename temp buffer from `*Makeinfo*' back to
  2939.         `*compilation*' so `next-error' works; unfortunately,
  2940.         `*compilation*' is written into the code as the name
  2941.         `next-error' needs.
  2942.         Rename `makeinfo-recenter-makeinfo-buffer' back to
  2943.         `makeinfo-recenter-makeinfo-buffer'
  2944.  
  2945. Thu May 14 21:14:25 1992  Noah Friedman  (friedman@prep.ai.mit.edu)
  2946.  
  2947.         * util/fixfonts: Enclosed most variable references with "" to prevent
  2948.         potential globbing and other weirdness.  Eliminated uses of
  2949.         ${var-value}, which unfortunately isn't portable.
  2950.  
  2951.         * util/texi2dvi: rewritten from scratch.
  2952.  
  2953. Sat Apr 18 23:46:25 1992  Charles Hannum  (mycroft@hal.gnu.ai.mit.edu)
  2954.  
  2955.         * util/fixfonts: Re-evaluate prefix and libdir if inherited (to resolve
  2956.         variable references from make).
  2957.         (texlibdir): Don't add '/tex', since it's already there.
  2958.  
  2959. Fri Apr 10 14:51:23 1992  Noah Friedman  (friedman@prep.ai.mit.edu)
  2960.  
  2961.         * util/fixfonts: set prefix and libdir only if they are not already
  2962.         defined (i.e. not inherited from the environment).
  2963.         Changed default path for libdir to be consistent with Makefile.
  2964.  
  2965. Tue Mar  3 13:17:42 1992  Robert J. Chassell  (bob at grackle)
  2966.  
  2967.         * emacs/texnfo-upd.el (texinfo-insert-master-menu-list): Insert a
  2968.         master menu only after `Top' node and before next node.
  2969.         (texinfo-copy-menu): Error message if menu empty.
  2970.  
  2971. Mon Feb 24 15:47:49 1992  Robert J. Chassell  (bob at grackle)
  2972.  
  2973.         * emacs/texinfmt.el (texinfo-format-region): Make sure region ends in a
  2974.         newline.
  2975.         (texinfo-itemize-item): Recognize all non-whitespace on same line
  2976.         as @item command.
  2977.  
  2978. Sat Feb 22 02:15:00 1992  Brian Fox  (bfox at gnuwest.fsf.org)
  2979.  
  2980.         * util/texindex.c: New version 1.45 has cleanups, should compile under
  2981.         VMS quietly.
  2982.  
  2983. Wed Feb 12 10:50:51 1992  Robert J. Chassell  (bob at grackle)
  2984.  
  2985.         * emacs/makeinfo.el: Rename temp buffer as *Makeinfo*.
  2986.         Rename `makeinfo-recenter-compilation-buffer'.
  2987.         (makeinfo-buffer): Offer to save buffer if it is modified.
  2988.         (makeinfo-compile): Do not offer to save other buffers.
  2989.         (makeinfo-compilation-sentinel): Switch to Info file.
  2990.  
  2991. Tue Feb  4 13:07:39 1992  Robert J. Chassell  (bob at grackle)
  2992.  
  2993.         * emacs/texinfmt.el (texinfo-print-index): Format so that node names in
  2994.         the index are lined up.
  2995.  
  2996. Mon Feb  3 09:08:14 1992  Robert J. Chassell  (bob at grackle)
  2997.  
  2998.         * emacs/texinfmt.el (texinfo-itemize-item): Format entry when text
  2999.         is on the same line as @item command.  Also, handle @-commands.
  3000.         (texinfo-format-region, texinfo-format-buffer-1): Set fill column
  3001.         to local value of Texinfo buffer.
  3002.  
  3003.         * emacs/texnfo-upd.el (texinfo-pointer-name):  Find only those
  3004.         section commands that are accompanied by `@node' lines.
  3005.  
  3006. Tue Jan 14 16:10:16 1992  Robert J. Chassell  (bob at grackle)
  3007.  
  3008.         * emacs/texnfo-upd.el: Ensure that no commands depend on the value of
  3009.         case-fold-search.
  3010.  
  3011. Fri Jan 10 15:13:55 1992  Robert J. Chassell  (bob at kropotkin)
  3012.  
  3013.         * emacs/texinfmt.el (texinfo-append-refill): Replace use of
  3014.         unsupported function `looking-at-backward' with
  3015.         `re-search-backward'.
  3016.  
  3017. Mon Dec 23 23:46:42 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  3018.  
  3019.         * util/texindex.c: Change POSIX ifdefs to HAVE_UNISTD_H and
  3020.         _POSIX_VERSION.
  3021.  
  3022. Mon Dec 16 15:01:36 1991  Robert J. Chassell  (bob at grackle)
  3023.  
  3024.         * emacs/texinfmt.el (texinfo-append-refill): New function appends
  3025.         @refill to all appropriate paragraphs so you no longer need to
  3026.         append @refill command yourself.
  3027.         (texinfo-format-region, texinfo-format-buffer-1,
  3028.         texinfo-format-include): Call `texinfo-append-refill'.
  3029.  
  3030. Fri Dec  6 01:25:09 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  3031.  
  3032.         * util/texindex.c: Conditionalize on _AIX (which is predefined) instead
  3033.         of AIX, just like makeinfo does.
  3034.  
  3035. Tue Nov 26 10:21:04 1991  Robert J. Chassell  (bob at grackle)
  3036.  
  3037.         * emacs/texnfo-upd.el (texinfo-section-types-regexp): `@subtitle' no
  3038.         longer treated as subsection.
  3039.  
  3040. Sat Nov 16 08:27:42 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  3041.  
  3042.         * util/fixfonts: New file, from Karl Berry.
  3043.  
  3044. Tue Nov 12 16:13:24 1991  Robert J. Chassell  (bob at grackle)
  3045.  
  3046.         * emacs/texinfmt.el: Create @end smalllisp.
  3047.  
  3048. Mon Nov 11 16:50:13 1991  Robert J. Chassell  (bob at grackle)
  3049.  
  3050.         * emacs/texinfo.el (texinfo-environment-regexp): Add all other block
  3051.         enclosing Texinfo commands.
  3052.  
  3053. Thu Nov  7 10:23:51 1991  Robert J. Chassell  (bob at grackle)
  3054.  
  3055.         * emacs/texinfo.el (texinfo-insert-@end): Attempt to insert correct end
  3056.         command statement, eg, @end table.  Fails with nested lists.
  3057.          (texinfo-insert-*): Accept prefix arg to surround following N
  3058.          words with braces for command.
  3059.  
  3060. Thu Oct 31 21:31:41 1991  Robert J. Chassell  (bob at kropotki)
  3061.  
  3062.         * emacs/texinfmt.el (texinfo-clear): Clear flag even if flag not
  3063.         previously set.
  3064.  
  3065. Wed Oct 23 11:15:58 1991  Robert J. Chassell  (bob at grackle)
  3066.  
  3067.         * emacs/texinfo.el (texinfo-mode): page-delimiter now finds top node as
  3068.         well as chapters.
  3069.  
  3070. Tue Oct 22 11:46:12 1991  Robert J. Chassell  (bob at grackle)
  3071.  
  3072.         * emacs/texinfmt.el (texinfo-do-flushright): Test whether a line is too
  3073.         long for the flush right command (line length must be less than
  3074.         the value of fill column).
  3075.  
  3076.         * emacs/texnfo-tex.el (texinfo-tex-buffer): Prompt for original file
  3077.         even if point moved to *texinfo-tex-shell*.
  3078.         texinfo-tex-original-file: variable to hold file name.
  3079.  
  3080. Wed Oct 16 08:32:05 1991  Robert J. Chassell  (bob at grackle)
  3081.  
  3082.         * emacs/texinfmt.el (texinfo-format-center): Expand string before
  3083.         centering so @-commands not included.
  3084.  
  3085. Thu Oct 10 22:01:47 1991  Robert J. Chassell  (bob at kropotki)
  3086.  
  3087.         * emacs/texnfo-tex.el (texinfo-show-tex-print-queue): Do not kill a
  3088.         running process; do start a process none exists.
  3089.  
  3090. Thu Sep 26 21:58:47 1991  Robert J. Chassell  (bob at kropotki)
  3091.  
  3092.         * util/texi2dvi: Misc. bugs fixed.
  3093.  
  3094.         * emacs/texinfo.el: Remove extraneous references to TeX.
  3095.  
  3096. Thu Sep 19 20:45:29 1991  Robert J. Chassell  (bob at kropotki)
  3097.  
  3098.         * emacs/texinfmt.el: add @cartouche as a noop (makes box with rounded
  3099.         corners in TeX)
  3100.  
  3101. Tue Sep 10 20:44:57 1991  Robert J. Chassell  (bob at grackle)
  3102.  
  3103.         * emacs/texnfo-upd.el (texinfo-make-one-menu): Copy node-name correctly
  3104.         for message.
  3105.  
  3106. Thu Aug 29 17:54:07 1991  Robert J. Chassell  (bob at kropotki)
  3107.  
  3108.         * emacs/texnfo-tex.el (texinfo-quit-tex-job): Do not set mark.
  3109.  
  3110. Wed Aug 21 10:36:21 1991  Robert J. Chassell  (bob at grackle)
  3111.  
  3112.          * emacs/texnfo-upd.el: (texinfo-copy-menu-title): Copy title as it
  3113.          should rather than node line.
  3114.  
  3115. Mon Aug  5 15:27:12 1991  Robert J. Chassell  (bob at grackle)
  3116.  
  3117.          * emacs/texinfmt.el (texinfo-format-convert): Changed regexp that
  3118.          looks for three hyphens in a row to find those between word
  3119.          constituent characters, as now, for Oxford Univ. style dashes and
  3120.          also between spaces, for Cambridge Univ. Press style dashes.
  3121.  
  3122.         * emacs/texnfo-tex.el (texinfo-tex-start-shell): Runs "/bin/sh" so
  3123.         `explicit-shell-file-name' is not set globally.
  3124.  
  3125.         * emacs/texnfo-upd.el: Rewrite messages.
  3126.         (texinfo-find-higher-level-node): Stop search at limit.
  3127.         (texinfo-copy-menu-title): Rewrite to handle outer include files.
  3128.         (texinfo-multi-file-update): Update all nodes properly;
  3129.         rewrite doc string and interactive.
  3130.  
  3131. Sat Aug  3 10:46:13 1991  Robert J. Chassell  (bob at grackle)
  3132.  
  3133.         * emacs/texnfo-upd.el (texinfo-all-menus-update): Fixed typo that
  3134.         caused the function to create a master menu when it shouldn't.
  3135.  
  3136.         * emacs/texinfo.el (texinfo-mode): Make `indent-tabs-mode' a local
  3137.         variable and set to nil to prevent TABs troubles with TeX.
  3138.  
  3139. Wed Jul 31 11:07:08 1991  Robert J. Chassell  (bob at grackle)
  3140.  
  3141.         * emacs/texnfo-tex.el (texinfo-quit-tex-job): New function: quit
  3142.         currently running TeX job, by sending an `x' to it.
  3143.         (texinfo-tex-shell-sentinel): New function to
  3144.         restart texinfo-tex-shell after it is killed.
  3145.         (texinfo-kill-tex-job): Rewrite to use kill-process rather than
  3146.         quit-process; uses `texinfo-tex-shell-sentinel' to restart
  3147.         texinfo-tex-shell after it is killed.
  3148.         (texinfo-tex-region, texinfo-tex-buffer): Replace
  3149.         texinfo-kill-tex-job with quit-process.
  3150.  
  3151.         * emacs/texinfo.el (texinfo-define-common-keys): Add keybinding for
  3152.         texinfo-quit-tex-job
  3153.  
  3154. Wed Jul 10 15:15:03 1991  Robert J. Chassell  (bob at grackle)
  3155.  
  3156.         * emacs/texinfmt.el: New commands @set, @clear, @ifset...@end
  3157.         ifset, and @ifclear...@end ifclear.
  3158.         Definition functions rewritten to make them easier to
  3159.         maintain.
  3160.  
  3161. Wed Jul  3 19:37:04 1991  Robert J. Chassell  (bob at kropotki)
  3162.  
  3163.         * emacs/texinfmt.el (texinfo-format-deftypefn-index): Remove reference
  3164.         to data-type to make consistent with texinfo.tex and makeinfo.
  3165.         texinfo.el: Fix page-delimiter and texinfo-chapter-level-regexp
  3166.         variables.
  3167.  
  3168. Thu Jun 27 18:35:36 1991  Robert J. Chassell  (bob at nutrimat)
  3169.  
  3170.         * emacs/texinfmt.el: Add @dmn as `texinfo-format-noop'.
  3171.         texinfo2.texi: Document @dmn.
  3172.         texinfmt.el (texinfo{,-end}-{eleterate,ecapitate} renamed
  3173.         {alphaenumerate, capsenumerate}.
  3174.  
  3175. Fri Jun 14 12:46:32 1991  Robert J. Chassell  (bob at churchy.gnu.ai.mit.edu)
  3176.  
  3177.         * emacs/texinfmt.el (texinfo-format-defun-1): @defivar prints name
  3178.         correctly.
  3179.  
  3180. Thu Jun  6 21:38:33 1991  Robert J. Chassell  (bob at churchy.gnu.ai.mit.edu)
  3181.  
  3182.         * emacs/texinfo.el (texinfo-mode): Set page delimiter to
  3183.         'texinfo-chapter-level-regexp' so that page commands work by
  3184.         chapter or equivalent.
  3185.  
  3186.         * emacs/texinfmt.el (texinfo-format-defun-1): @defop prints name
  3187.         correctly.
  3188.         (batch-texinfo-format): replace unsupported
  3189.         'buffer-disable-undo' with 'buffer-flush-undo'
  3190.  
  3191. Fri Apr  5 15:17:17 1991  Robert J. Chassell  (bob at wookumz.gnu.ai.mit.edu)
  3192.  
  3193.         * emacs/makeinfo.el (makeinfo-compilation-sentinel): Check for
  3194.         existance of makeinfo-temp-file to avoid harmless error message.
  3195.         texinfo2.texi: Minor typos fixed.
  3196.  
  3197. Thu Mar 28 19:13:24 1991  Robert J. Chassell  (bob at pogo.gnu.ai.mit.edu)
  3198.  
  3199.         * util/texi2dvi: Revised.
  3200.  
  3201. Mon Mar 11 12:35:51 1991  Robert J. Chassell  (bob at grackle)
  3202.  
  3203.         * emacs/texinfmt.el: (@footnotestyle): New command to set
  3204.         footnotestyle.
  3205.         (@paragraphindent): New command to set indentation.
  3206.         (texinfo-format-refill): Add indentation feature so as to
  3207.         indent paragraph or leave indentation asis before refilling
  3208.         according to value set by @paragraphindent command.
  3209.         (texinfo-format-region): Insert header, if any, into Info buffer.
  3210.         (texinfo-format-separate-node, texinfo-format-end-node): Run
  3211.         texinfo-format-scan on footnote text only once.
  3212.         (texinfo-format-scan): Shorten `---' to `--'.
  3213.  
  3214.         * emacs/texinfo.el: Define key for `texinfo-master-menu'; define
  3215.         start and end of header expressions.
  3216.  
  3217.         * emacs/texnfo-upd.el (texinfo-all-menus-update): Update
  3218.         pre-existing master menu, if there is one.
  3219.  
  3220. Fri May 11 14:36:07 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  3221.  
  3222.         * util/texindex.c: Rename `lines' to `nlines'.
  3223.         (bzero): Pass arg to lib$movc5 through non-register var.
  3224.         (perror_with_file, pfatal_with_file): Move extern decls and includes
  3225.         to top of file.
  3226.         [VMS]: If not using VMS C, define away `noshare' keyword.
  3227.         Include perror.h.
  3228.  
  3229. Mon Jul 11 18:02:29 1988  Chris Hanson  (cph at kleph)
  3230.  
  3231.         * util/texindex.c (indexify): when comparing to initial strings to
  3232.         decide whether to change the header, must use `strncmp' to avoid
  3233.         comparing entire strings of which initials are a substring.
  3234.  
  3235. Sun Jun 26 18:46:16 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  3236.  
  3237.         * util/texindex.c (sort_in_core, sort_offline, parsefile):
  3238.         Give up on input file if any line doesn't start with backslash.
  3239.