emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/ChangeLog [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/ChangeLog [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:51:33 -0400

Index: emacs/man/ChangeLog
diff -c emacs/man/ChangeLog:1.197.2.1 emacs/man/ChangeLog:1.197.2.2
*** emacs/man/ChangeLog:1.197.2.1       Fri Apr 16 12:50:39 2004
--- emacs/man/ChangeLog Mon Jun 28 07:29:00 2004
***************
*** 1,3 ****
--- 1,200 ----
+ 2004-06-20  Jesper Harder  <address@hidden>
+ 
+       * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
+       * custom.texi (Customization): do.
+       * anti.texi (Antinews): do.
+       * abbrevs.texi (Defining Abbrevs): do.
+ 
+       * programs.texi (Info Lookup): Fix keybinding for
+       info-lookup-symbol.
+ 
+ 2004-06-16  Juanma Barranquero  <address@hidden>
+ 
+       * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
+       Add emacs-xtra.
+       ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
+       (clean): Add emacs-xtra and flymake.  Remove redundancies.
+ 
+ 2004-06-15  Luc Teirlinck  <address@hidden>
+ 
+       * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
+       Add emacs-xtra.
+       * emacs-xtra.texi: New file.
+ 
+ 2004-06-14  Luc Teirlinck  <address@hidden>
+ 
+       * dired.texi (Dired Enter): Mention conditions on `ls' switches.
+       (Dired and Find): Mention differences with ordinary Dired buffers.
+ 
+ 2004-06-13  Luc Teirlinck  <address@hidden>
+ 
+       * autotype.texi (Copyrights, Timestamps): Recommend
+       `before-save-hook' instead of `write-file-functions'.
+ 
+ 2004-06-13  Richard M. Stallman  <address@hidden>
+ 
+       * custom.texi (Init Syntax): Explain about vars that do special
+       things when set with setq or with Custom.
+       (Init Examples): Add line-number-mode example.
+ 
+ 2004-06-13  Lars Hansen  <address@hidden>
+ 
+       * dired-x.texi (dired-mark-omitted): Update keybinding.
+ 
+ 2004-06-12  Juri Linkov  <address@hidden>
+ 
+       * dired.texi (Operating on Files): Add dired-do-touch.
+ 
+ 2004-06-10  Kim F. Storm  <address@hidden>
+ 
+       * pcl-cvs.texi (Viewing differences): Add 'd y'.
+ 
+ 2004-06-10  Juri Linkov  <address@hidden>
+ 
+       * building.texi (Lisp Eval): Add C-M-x on defface.
+ 
+ 2004-06-08  Luc Teirlinck  <address@hidden>
+ 
+       * files.texi (Reverting): Auto-Revert mode and
+       Global Auto-Revert mode no longer revert remote files.
+ 
+ 2004-06-05  Lars Hansen  <address@hidden>
+ 
+       * dired-x.texi (variable dired-omit-mode): Rename from
+       dired-omit-files-p.
+       (function dired-omit-mode): Rename from dired-omit-toggle.
+       Call dired-omit-mode rather than set dired-omit-files-p.
+       (dired-mark-omitted): Describe command.
+ 
+ 2004-05-29  Michael Albinus  <address@hidden>
+ 
+       Version 2.0.41 of Tramp released.
+ 
+ 2004-05-29  Juanma Barranquero  <address@hidden>
+ 
+       * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
+       (INFO_TARGETS, DVI_TARGETS): Add Flymake.
+ 
+ 2004-05-29  Richard M. Stallman  <address@hidden>
+ 
+       * custom.texi (Init File): Two dashes start --no-site-file.
+ 
+       * cl.texi (Top): Call this chapter `Introduction'.
+       (Overview): In TeX, no section heading here.
+ 
+       * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
+ 
+ 2004-05-29  Alan Mackenzie  <address@hidden>
+ 
+       * programs.texi: Update for CC Mode 5.30 and incidental amendments.
+       ("AWK"): Is consistently thus spelt throughout.
+       (AWK, Pike): Document as "C-like modes".
+       (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
+       (M-x man): Supersedes M-x manual-entry.
+       Add numerous index entries.  Correct "ESC a/e" to "M-a/e".
+ 
+       ("Comments in C"): Delete node; the info is in CC Mode manual.
+       (c-comment-only-line-offset): Remove description.
+ 
+       (C-c ., C-c C-c): Describe new C Mode bindings.
+ 
+       (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
+       (@dfn{Style}, c-default-style, comment-column, comment-padding)
+       (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
+       Amend definitions.
+ 
+       (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
+       Describe functions.
+ 
+       (c-comment-start-regexp, c-hanging-comment-ender-p)
+       (c-hanging-comment-starter-p): Remove obsolete definitions.
+ 
+       * emacs.texi: Remove the menu entry "Comments in C".
+ 
+ 2004-05-29  Eli Zaretskii  <address@hidden>
+ 
+       * Makefile.in (../info/flymake, flymake.dvi): New targets.
+       (INFO_TARGETS, DVI_TARGETS): Add Flymake.
+ 
+ 2004-05-29  Pavel Kobiakov  <address@hidden>
+ 
+       * flymake.texi: New file.
+ 
+ 2004-05-28  Simon Josefsson  <address@hidden>
+ 
+       * smtpmail.texi (Authentication): Improve STARTTLS discussion.
+ 
+ 2004-05-27  Luc Teirlinck  <address@hidden>
+ 
+       * dired.texi (Dired and Find): `find-ls-option' does not apply to
+       `M-x locate'.
+ 
+ 2004-05-16  Karl Berry  <address@hidden>
+ 
+       * emacs.texi (ack.texi) address@hidden: Change condition; with @ifinfo,
+       makeinfo --html fails.
+       * help.texi (Help Summary) address@hidden: Likewise.
+ 
+ 2004-05-13  Nick Roberts  <address@hidden>
+ 
+       * building.texi (GDB Graphical Interface): Update and describe
+       layout first.
+ 
+ 2004-05-07  Kai Grossjohann  <address@hidden>
+ 
+       Version 2.0.40 of Tramp released.
+ 
+ 2004-04-25  Michael Albinus  <address@hidden>
+ 
+       Complete rework, based on review by Karl Berry <address@hidden>.
+ 
+       * tramp.texi (Auto-save and Backup): Explain exploitation of new
+       variables `tramp-backup-directory-alist' and
+       `tramp-bkup-backup-directory-info'.
+       (Overview, Connection types)
+       (External transfer methods, Default Method)
+       (Windows setup hints): Remove restriction of password entering
+       with external methods.
+       (Auto-save and Backup): Make file name example
+       (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
+       and `auto-save-directory' must be used.
+       (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
+       only "NT").  Remove doubled entry "What kinds of systems does
+       @tramp{} work on".
+       (tramp): Macro removed.
+       (Obtaining Tramp): Flag removed from title.
+       (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
+       and `trampver' used properly.  Flag `tramp-inst' replaced by
+       `installchapter'.  Installation related text adapted.
+ 
+ 2004-05-04  Jason Rumney  <address@hidden>
+ 
+       * makefile.w32-in: Revert last change.
+ 
+ 2004-05-03  Jason Rumney  <address@hidden>
+ 
+       * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
+ 
+ 2004-04-28  Masatake YAMATO  <address@hidden>
+ 
+       * widget.texi (Programming Example): Remove overlays.
+ 
+ 2004-04-27  Jesper Harder  <address@hidden>
+ 
+       * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
+ 
+ 2004-04-23  Juanma Barranquero  <address@hidden>
+ 
+       * makefile.w32-in: Add "-*- makefile -*-" mode tag.
+ 
+ 2004-04-18  Juri Linkov  <address@hidden>
+ 
+       * fixit.texi (Spelling): Remove file extension from ispell xref.
+ 
+ 2004-04-15  Kim F. Storm  <address@hidden>
+ 
+       * cmdargs.texi (Initial Options): Add -Q.
+ 
  2004-04-05  Kim F. Storm  <address@hidden>
  
        * custom.texi (File Variables): Add safe-local-eval-forms.
***************
*** 97,109 ****
        * cmdargs.texi (Action Arguments): Add alias --find-file.  Add
        --directory, --help, --version.  Move text about command-line-args
        to Command Arguments.
!       (Initial Options): Remove alias -batch.  Add @cindex for --script.
!       Fix @cindex for -q.  Add --no-desktop.  Add alias --no-multibyte,
!       --no-unibyte.
        (Window Size X): Join -g and --geometry.  Add @cindex.
        (Borders X): Fix @cindex for -ib.  Add @cindex for -bw.
        (Title X): Remove alias -title.
-       (Icons X): Remove alias -iconic.
        (Misc X): New node.
  
  2004-02-17  Karl Berry  <address@hidden>
--- 294,304 ----
        * cmdargs.texi (Action Arguments): Add alias --find-file.  Add
        --directory, --help, --version.  Move text about command-line-args
        to Command Arguments.
!       (Initial Options): Add @cindex for --script.  Fix @cindex for -q.
!       Add --no-desktop.  Add alias --no-multibyte, --no-unibyte.
        (Window Size X): Join -g and --geometry.  Add @cindex.
        (Borders X): Fix @cindex for -ib.  Add @cindex for -bw.
        (Title X): Remove alias -title.
        (Misc X): New node.
  
  2004-02-17  Karl Berry  <address@hidden>
***************
*** 119,125 ****
  
        * ses.texi (Advanced Features): New functionality for
        ses-set-header-row (defaults to current row unless C-u used).
!       (Acknowledgements): Added Stefan Monnier.
  
  2004-02-03  Jan Dj,Ad(Brv  <address@hidden>
  
--- 314,320 ----
  
        * ses.texi (Advanced Features): New functionality for
        ses-set-header-row (defaults to current row unless C-u used).
!       (Acknowledgements): Add Stefan Monnier.
  
  2004-02-03  Jan Dj,Ad(Brv  <address@hidden>
  
***************
*** 181,187 ****
  
  2003-11-29  Jan Dj,Ad(Brv  <address@hidden>
  
!       * frames.texi (Dialog Boxes): Added use-file-dialog.
  
  2003-11-26  Thien-Thi Nguyen  <address@hidden>
  
--- 376,382 ----
  
  2003-11-29  Jan Dj,Ad(Brv  <address@hidden>
  
!       * frames.texi (Dialog Boxes): Add use-file-dialog.
  
  2003-11-26  Thien-Thi Nguyen  <address@hidden>
  
***************
*** 194,200 ****
  
  2003-11-22  Martin Stjernholm  <address@hidden>
  
!       * cc-mode.texi: Updated for CC Mode 5.30.
  
        Note: Please refrain from doing purely cosmetic changes like
        removing trailing whitespace in this manual; it clobbers cvs
--- 389,395 ----
  
  2003-11-22  Martin Stjernholm  <address@hidden>
  
!       * cc-mode.texi: Update for CC Mode 5.30.
  
        Note: Please refrain from doing purely cosmetic changes like
        removing trailing whitespace in this manual; it clobbers cvs
***************
*** 247,254 ****
  
  2003-10-12  Jan Dj,Ad(Brv  <address@hidden>
  
!       * xresources.texi (GTK resources): Added a note that some themes
!       disallow customizations.  Added scroll theme example.
  
  2003-10-08  Nick Roberts  <address@hidden>
  
--- 442,449 ----
  
  2003-10-12  Jan Dj,Ad(Brv  <address@hidden>
  
!       * xresources.texi (GTK resources): Add a note that some themes
!       disallow customizations.  Add scroll theme example.
  
  2003-10-08  Nick Roberts  <address@hidden>
  
***************
*** 306,312 ****
  
  2003-09-21  Karl Berry  <address@hidden>
  
!       * info.texi (] and [ commands): no period at end of section title.
  
  2003-09-08  Lute Kamstra  <address@hidden>
  
--- 501,507 ----
  
  2003-09-21  Karl Berry  <address@hidden>
  
!       * info.texi (] and [ commands): No period at end of section title.
  
  2003-09-08  Lute Kamstra  <address@hidden>
  
***************
*** 319,325 ****
  2003-09-07  Luc Teirlinck  <address@hidden>
  
        * xresources.texi (Resources): Refer to `editres' man page.
!       (Lucid Resources): Update defaults.  Expand desciption of
        `shadowThickness'.
  
  2003-09-04  Miles Bader  <address@hidden>
--- 514,520 ----
  2003-09-07  Luc Teirlinck  <address@hidden>
  
        * xresources.texi (Resources): Refer to `editres' man page.
!       (Lucid Resources): Update defaults.  Expand description of
        `shadowThickness'.
  
  2003-09-04  Miles Bader  <address@hidden>
***************
*** 359,365 ****
        section.
        * emacs.texi (Intro): Include kmacro.texi after custom.texi.
        (Suggested by Kim Storm.)
!       * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim
        Storm.)
  
  2003-08-18  Kim F. Storm  <address@hidden>
--- 554,560 ----
        section.
        * emacs.texi (Intro): Include kmacro.texi after custom.texi.
        (Suggested by Kim Storm.)
!       * Makefile (EMACSSOURCES): Add kmacro.texi.  (Suggested by Kim
        Storm.)
  
  2003-08-18  Kim F. Storm  <address@hidden>
***************
*** 399,405 ****
  
  2003-08-03  Karl Berry  <address@hidden>
  
!       * info.texi: need @contents.
  
  2003-08-03  Glenn Morris  <address@hidden>
  
--- 594,600 ----
  
  2003-08-03  Karl Berry  <address@hidden>
  
!       * info.texi: Need @contents.
  
  2003-08-03  Glenn Morris  <address@hidden>
  
***************
*** 537,543 ****
  2003-03-29  Richard M. Stallman  <address@hidden>
  
        * tramp.texi (Top): Undo the previous renaming.
!       (emacs-other-name, emacs-other-dir, emacs-other-file-name): Deleted.
  
  2003-03-29  Kai Gro,A_(Bjohann  <address@hidden>
  
--- 732,738 ----
  2003-03-29  Richard M. Stallman  <address@hidden>
  
        * tramp.texi (Top): Undo the previous renaming.
!       (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
  
  2003-03-29  Kai Gro,A_(Bjohann  <address@hidden>
  
***************
*** 641,647 ****
  
  2003-01-09  Francesco Potort,Al(B  <address@hidden>
  
!       * maintaining.texi (Create Tags Table): Added reference to the new
        `etags --help --lang=LANG' option.
  
  2002-12-26  Kai Gro,A_(Bjohann  <address@hidden>
--- 836,842 ----
  
  2003-01-09  Francesco Potort,Al(B  <address@hidden>
  
!       * maintaining.texi (Create Tags Table): Add reference to the new
        `etags --help --lang=LANG' option.
  
  2002-12-26  Kai Gro,A_(Bjohann  <address@hidden>
***************
*** 651,657 ****
  
  2002-11-05  Karl Berry  <address@hidden>
  
!       * info.texi (Info-fontify): reorder face list to avoid bad line
        breaks.
  
  2002-10-06  Kai Gro,A_(Bjohann  <address@hidden>
--- 846,852 ----
  
  2002-11-05  Karl Berry  <address@hidden>
  
!       * info.texi (Info-fontify): Reorder face list to avoid bad line
        breaks.
  
  2002-10-06  Kai Gro,A_(Bjohann  <address@hidden>
***************
*** 669,676 ****
        Per rms, update all manuals to use @copying instead of @ifinfo.
        Also use @ifnottex instead of @ifinfo around the top node, where
        needed for the sake of the HTML output.
!       (The gnus manual is not fixed since it's not clear to me how it
!        works; and the tramp manual already uses @copying, although in an
         unusual way.  All others were changed.)
  
  2002-09-10  Jonathan Yavner  <address@hidden>
--- 864,871 ----
        Per rms, update all manuals to use @copying instead of @ifinfo.
        Also use @ifnottex instead of @ifinfo around the top node, where
        needed for the sake of the HTML output.
!       (The Gnus manual is not fixed since it's not clear to me how it
!        works; and the Tramp manual already uses @copying, although in an
         unusual way.  All others were changed.)
  
  2002-09-10  Jonathan Yavner  <address@hidden>
***************
*** 681,687 ****
  
  2002-09-06  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * texinfo.tex: Updated to texinfo 4.2.
  
  2002-08-27  Carsten Dominik  <address@hidden>
  
--- 876,882 ----
  
  2002-09-06  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * texinfo.tex: Update to texinfo 4.2.
  
  2002-08-27  Carsten Dominik  <address@hidden>
  
***************
*** 739,749 ****
  
  2000-10-19  Eric M. Ludlam  <address@hidden>
  
!       * Makefile.in (Speedbar): Added build targets for speedbar.texi.
  
  2000-10-13  John Wiegley  <address@hidden>
  
!       * Makefile.in: Added build targets for eshell.texi.
  
  2000-09-25  Gerd Moellmann  <address@hidden>
  
--- 934,944 ----
  
  2000-10-19  Eric M. Ludlam  <address@hidden>
  
!       * Makefile.in (Speedbar): Add build targets for speedbar.texi.
  
  2000-10-13  John Wiegley  <address@hidden>
  
!       * Makefile.in: Add build targets for eshell.texi.
  
  2000-09-25  Gerd Moellmann  <address@hidden>
  
***************
*** 775,788 ****
  2000-01-13  Gerd Moellmann  <address@hidden>
  
        * Makefile.in (INFO_TARGETS): Add eudc.
!       (DVI_TARGETS): Add eudc.dvi
        (../info/eudc, eudc.dvi): New targets.
  
  2000-01-05  Eli Zaretskii  <address@hidden>
  
        * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
        compatibility with 8+3 filesystems).
!       (../info/efaq): Renamed from emacs-faq.
  
  2000-01-03  Eli Zaretskii  <address@hidden>
  
--- 970,983 ----
  2000-01-13  Gerd Moellmann  <address@hidden>
  
        * Makefile.in (INFO_TARGETS): Add eudc.
!       (DVI_TARGETS): Add eudc.dvi.
        (../info/eudc, eudc.dvi): New targets.
  
  2000-01-05  Eli Zaretskii  <address@hidden>
  
        * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
        compatibility with 8+3 filesystems).
!       (../info/efaq): Rename from emacs-faq.
  
  2000-01-03  Eli Zaretskii  <address@hidden>
  
***************
*** 795,801 ****
  
  1999-10-12  Stefan Monnier  <address@hidden>
  
!       * Makefile.in (faq): use ../info/emacs-faq.info (as specified in the
          faq.texi file) rather than ../info/faq.
  
  1999-10-07  Gerd Moellmann  <address@hidden>
--- 990,996 ----
  
  1999-10-12  Stefan Monnier  <address@hidden>
  
!       * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
          faq.texi file) rather than ../info/faq.
  
  1999-10-07  Gerd Moellmann  <address@hidden>
***************
*** 834,840 ****
  
  1998-03-11  Carsten Dominik  <address@hidden>
  
!       * reftex.texi Updated for RefTeX version 3.22.
  
  1998-02-08  Richard Stallman  <address@hidden>
  
--- 1029,1035 ----
  
  1998-03-11  Carsten Dominik  <address@hidden>
  
!       * reftex.texi: Update for RefTeX version 3.22.
  
  1998-02-08  Richard Stallman  <address@hidden>
  
***************
*** 845,851 ****
  
        * Makefile.in: Merge changes mistakenly made to `Makefile'.
        (INFO_TARGETS): Change ../info/custom to ../info/customize.
!       (../info/customize): Renamed from ../info/custom.
        (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
  
  1997-09-19  Richard Stallman  <address@hidden>
--- 1040,1046 ----
  
        * Makefile.in: Merge changes mistakenly made to `Makefile'.
        (INFO_TARGETS): Change ../info/custom to ../info/customize.
!       (../info/customize): Rename from ../info/custom.
        (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
  
  1997-09-19  Richard Stallman  <address@hidden>
***************
*** 900,906 ****
  
  1996-01-07  Richard Stallman  <address@hidden>
  
!       * Makefile.in (../info/ccmode): Renamed from ../info/cc-mode.
        (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
  
  1995-11-29  Richard Stallman  <address@hidden>
--- 1095,1101 ----
  
  1996-01-07  Richard Stallman  <address@hidden>
  
!       * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
        (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
  
  1995-11-29  Richard Stallman  <address@hidden>
***************
*** 949,955 ****
  
  1995-02-07  Richard Stallman  <address@hidden>
  
!       * Makefile.in (maintainer-clean): Renamed from realclean.
  
  1994-11-23  Richard Stallman  <address@hidden>
  
--- 1144,1150 ----
  
  1995-02-07  Richard Stallman  <address@hidden>
  
!       * Makefile.in (maintainer-clean): Rename from realclean.
  
  1994-11-23  Richard Stallman  <address@hidden>
  
***************
*** 1000,1006 ****
  
  1994-01-08  Richard Stallman  (address@hidden)
  
!       * Makefile (../info/sc): Renamed frin sc.info.
        (../info/cl): Likewise.
        (INFO_TARGETS): Use new names.
  
--- 1195,1201 ----
  
  1994-01-08  Richard Stallman  (address@hidden)
  
!       * Makefile (../info/sc): Rename frin sc.info.
        (../info/cl): Likewise.
        (INFO_TARGETS): Use new names.
  
***************
*** 1015,1021 ****
  
  1993-12-03  Richard Stallman  (address@hidden)
  
!       * Makefile (../info/sc.info): Renamed from ../info/sc.
        (TEXI2DVI): New variable.
        (emacs.dvi, cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
        Add explicit commands.
--- 1210,1216 ----
  
  1993-12-03  Richard Stallman  (address@hidden)
  
!       * Makefile (../info/sc.info): Rename from ../info/sc.
        (TEXI2DVI): New variable.
        (emacs.dvi, cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
        Add explicit commands.
***************
*** 1035,1041 ****
  
  1993-11-15  Paul Eggert  (address@hidden)
  
!       * man/Makefile (../info/cl.info): Renamed from ../info/cl.
  
  1993-11-15  Richard Stallman  (address@hidden)
  
--- 1230,1236 ----
  
  1993-11-15  Paul Eggert  (address@hidden)
  
!       * man/Makefile (../info/cl.info): Rename from ../info/cl.
  
  1993-11-15  Richard Stallman  (address@hidden)
  
***************
*** 1049,1055 ****
  1993-10-25  Brian Fox  (address@hidden)
  
        * forms.texi: Fix forms.texi so that it will format correctly.
!       Added missing address@hidden iftex', fixed bad reference.
  
        * info.texi, info-stn.texi: New files implement texinfo version of
        `info' file.
--- 1244,1250 ----
  1993-10-25  Brian Fox  (address@hidden)
  
        * forms.texi: Fix forms.texi so that it will format correctly.
!       Add missing address@hidden iftex', fix bad reference.
  
        * info.texi, info-stn.texi: New files implement texinfo version of
        `info' file.
***************
*** 1062,1068 ****
        * Makefile: Fix targets for texindex, new info.texi files.
        * info-stnd.texi: New file implements info for standalone info
        reader.
!       * info.texi: Updated to include recent changes to "../info/info".
        New source file for ../info/info; includes info-stnd.texi.
  
        * texindex.c: Include "../src/config.h" if building in emacs.
--- 1257,1263 ----
        * Makefile: Fix targets for texindex, new info.texi files.
        * info-stnd.texi: New file implements info for standalone info
        reader.
!       * info.texi: Update to include recent changes to "../info/info".
        New source file for ../info/info; includes info-stnd.texi.
  
        * texindex.c: Include "../src/config.h" if building in emacs.
***************
*** 1082,1089 ****
  
        * sc.texinfo: Fix info file name.
  
!       * Makefile (info): Added gnus and sc.
!       (dvi): Added gnus.dvi and sc.dvi.
        (../info/sc, sc.dvi): New targets.
  
  1993-08-08  Richard Stallman  (address@hidden)
--- 1277,1284 ----
  
        * sc.texinfo: Fix info file name.
  
!       * Makefile (info): Add gnus and sc.
!       (dvi): Add gnus.dvi and sc.dvi.
        (../info/sc, sc.dvi): New targets.
  
  1993-08-08  Richard Stallman  (address@hidden)
***************
*** 1155,1196 ****
  
  1993-04-25  Eric S. Raymond  (address@hidden)
  
!       * basic.texi: Documented next-line-add-lines variable used to
        implement down-arrow.
  
!       * killing.texi: Documented kill-whole-line.
  
  1993-04-18  Noah Friedman  (address@hidden)
  
!       * text.texi: Updated unix TeX ordering information.
  
  1993-03-26  Eric S. Raymond  (address@hidden)
  
!       * news.texi: Mentioned fill-rectangle in keybinding list.
  
!       * killing.texi: Documented fill-rectangle.
  
  1993-03-17  Eric S. Raymond  (address@hidden)
  
!       * vc.texi: Brought the docs up to date with VC 5.2.
  
  1992-01-10  Eric S. Raymond  (address@hidden)
  
!       * emacs.tex: Mentioned blackbox and gomoku under Amusements.
!                    Assembler mode is now mentioned and appropriately
!                    indexed under Programming Modes.
  
  1991-02-15  Robert J. Chassell  (address@hidden)
  
!         * emacs.tex: Updated TeX ordering information.
  
  1990-08-30  David Lawrence  (address@hidden)
  
!       * gnus.texinfo:  New file.  Removed installation instructions.
  
  1990-06-26  David Lawrence  (address@hidden)
  
!       * emacs.tex:  Noted that completion-ignored-extensions is not used
        to filter out names when all completions are displayed in
        *Completions*.
  
--- 1350,1391 ----
  
  1993-04-25  Eric S. Raymond  (address@hidden)
  
!       * basic.texi: Document next-line-add-lines variable used to
        implement down-arrow.
  
!       * killing.texi: Document kill-whole-line.
  
  1993-04-18  Noah Friedman  (address@hidden)
  
!       * text.texi: Update unix TeX ordering information.
  
  1993-03-26  Eric S. Raymond  (address@hidden)
  
!       * news.texi: Mention fill-rectangle in keybinding list.
  
!       * killing.texi: Document fill-rectangle.
  
  1993-03-17  Eric S. Raymond  (address@hidden)
  
!       * vc.texi: Bring the docs up to date with VC 5.2.
  
  1992-01-10  Eric S. Raymond  (address@hidden)
  
!       * emacs.tex: Mention blackbox and gomoku under Amusements.
!       Assembler mode is now mentioned and appropriately indexed
!       under Programming Modes.
  
  1991-02-15  Robert J. Chassell  (address@hidden)
  
!       * emacs.tex: Update TeX ordering information.
  
  1990-08-30  David Lawrence  (address@hidden)
  
!       * gnus.texinfo: New file.  Removed installation instructions.
  
  1990-06-26  David Lawrence  (address@hidden)
  
!       * emacs.tex:  Note that completion-ignored-extensions is not used
        to filter out names when all completions are displayed in
        *Completions*.
  
***************
*** 1204,1225 ****
  
  1989-01-17  Robert J. Chassell  (address@hidden)
  
!       * texinfo.tex:  Changed spelling of `\sc' font to `\smallcaps' and
!       then defined `\sc' as the command for smallcaps in Texinfo.  This
!       measns that the @sc command will produce small caps.  bfox has
        made the corresponding change to makeinfo and texinfm.el.
  
  1988-08-16  Robert J. Chassell  (address@hidden)
  
!       * emacs.tex:  Corrected two typos.  No other changes before
        Version 19 will be made.
  
!       * vip.texinfo: Removed menu entry Adding Lisp Code in node
        Customization since the menu entry did not point to anything.
!       Also added an @finalout command to remove overfull hboxes from the
        printed output.
  
!       * cl.texinfo:  Added @bye, \input line and @settitle to file.
        This file is clearly intended to be a chapter of some other work,
        but the other work does not yet exist.
  
--- 1399,1420 ----
  
  1989-01-17  Robert J. Chassell  (address@hidden)
  
!       * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
!       then define `\sc' as the command for smallcaps in Texinfo.  This
!       means that the @sc command will produce small caps.  bfox has
        made the corresponding change to makeinfo and texinfm.el.
  
  1988-08-16  Robert J. Chassell  (address@hidden)
  
!       * emacs.tex: Correct two typos.  No other changes before
        Version 19 will be made.
  
!       * vip.texinfo: Remove menu entry Adding Lisp Code in node
        Customization since the menu entry did not point to anything.
!       Also add an @finalout command to remove overfull hboxes from the
        printed output.
  
!       * cl.texinfo:  Add @bye, \input line and @settitle to file.
        This file is clearly intended to be a chapter of some other work,
        but the other work does not yet exist.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]