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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/man/ChangeLog
Date: Sat, 29 May 2004 15:15:16 -0400

Index: emacs/man/ChangeLog
diff -c emacs/man/ChangeLog:1.280 emacs/man/ChangeLog:1.281
*** emacs/man/ChangeLog:1.280   Sat May 29 16:00:55 2004
--- emacs/man/ChangeLog Sat May 29 19:14:08 2004
***************
*** 1,3 ****
--- 1,8 ----
+ 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.
***************
*** 9,36 ****
  
  2004-05-29  Alan Mackenzie  <address@hidden>
  
!       * programs.texi: Updated for CC Mode 5.30 and incidental amendments.
!       ("AWK"): is consistently thus spelt throughout.
!       (AWK, Pike): documented as "C-like modes".
!       (@kbd{M-j}): documented as alternative to @kbd{C-M-j}.
!       (M-x man): supersedes M-x manual-entry.
!       Added numerous index entries.  Corrected "ESC a/e" to "M-a/e".
  
!       ("Comments in C"): Node deleted; the info is in CC Mode manual.
!       (c-comment-only-line-offset): Description removed.
  
!       (C-c ., C-c C-c): New C Mode bindings described.
  
        (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):
!       Definitions amended.
  
        (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
!       Functions described.
!       
        (c-comment-start-regexp, c-hanging-comment-ender-p)
!       (c-hanging-comment-starter-p): obsolete definitions removed.
  
        * emacs.texi: Remove the menu entry "Comments in C".
  
--- 14,41 ----
  
  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".
  
***************
*** 73,79 ****
  
        * 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.
--- 78,85 ----
  
        * 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.
***************
*** 91,97 ****
  
  2004-05-04  Jason Rumney  <address@hidden>
  
!       * makefile.w32-in: Revert last change
  
  2004-05-03  Jason Rumney  <address@hidden>
  
--- 97,103 ----
  
  2004-05-04  Jason Rumney  <address@hidden>
  
!       * makefile.w32-in: Revert last change.
  
  2004-05-03  Jason Rumney  <address@hidden>
  
***************
*** 99,106 ****
  
  2004-04-28  Masatake YAMATO  <address@hidden>
  
!       * widget.texi (Programming Example): Remove
!       overlays.
  
  2004-04-27  Jesper Harder  <address@hidden>
  
--- 105,111 ----
  
  2004-04-28  Masatake YAMATO  <address@hidden>
  
!       * widget.texi (Programming Example): Remove overlays.
  
  2004-04-27  Jesper Harder  <address@hidden>
  
***************
*** 237,243 ****
  
        * 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>
  
--- 242,248 ----
  
        * 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>
  
***************
*** 299,305 ****
  
  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>
  
--- 304,310 ----
  
  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>
  
***************
*** 312,318 ****
  
  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
--- 317,323 ----
  
  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
***************
*** 365,372 ****
  
  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>
  
--- 370,377 ----
  
  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>
  
***************
*** 424,430 ****
  
  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>
  
--- 429,435 ----
  
  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>
  
***************
*** 437,443 ****
  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>
--- 442,448 ----
  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>
***************
*** 477,483 ****
        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>
--- 482,488 ----
        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>
***************
*** 517,523 ****
  
  2003-08-03  Karl Berry  <address@hidden>
  
!       * info.texi: need @contents.
  
  2003-08-03  Glenn Morris  <address@hidden>
  
--- 522,528 ----
  
  2003-08-03  Karl Berry  <address@hidden>
  
!       * info.texi: Need @contents.
  
  2003-08-03  Glenn Morris  <address@hidden>
  
***************
*** 655,661 ****
  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>
  
--- 660,666 ----
  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>
  
***************
*** 759,765 ****
  
  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>
--- 764,770 ----
  
  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>
***************
*** 769,775 ****
  
  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>
--- 774,780 ----
  
  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>
***************
*** 787,794 ****
        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>
--- 792,799 ----
        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>
***************
*** 799,805 ****
  
  2002-09-06  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * texinfo.tex: Updated to texinfo 4.2.
  
  2002-08-27  Carsten Dominik  <address@hidden>
  
--- 804,810 ----
  
  2002-09-06  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * texinfo.tex: Update to texinfo 4.2.
  
  2002-08-27  Carsten Dominik  <address@hidden>
  
***************
*** 857,867 ****
  
  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>
  
--- 862,872 ----
  
  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>
  
***************
*** 893,906 ****
  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>
  
--- 898,911 ----
  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>
  
***************
*** 913,919 ****
  
  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>
--- 918,924 ----
  
  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>
***************
*** 952,958 ****
  
  1998-03-11  Carsten Dominik  <address@hidden>
  
!       * reftex.texi Updated for RefTeX version 3.22.
  
  1998-02-08  Richard Stallman  <address@hidden>
  
--- 957,963 ----
  
  1998-03-11  Carsten Dominik  <address@hidden>
  
!       * reftex.texi: Update for RefTeX version 3.22.
  
  1998-02-08  Richard Stallman  <address@hidden>
  
***************
*** 963,969 ****
  
        * 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>
--- 968,974 ----
  
        * 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>
***************
*** 1018,1024 ****
  
  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>
--- 1023,1029 ----
  
  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>
***************
*** 1067,1073 ****
  
  1995-02-07  Richard Stallman  <address@hidden>
  
!       * Makefile.in (maintainer-clean): Renamed from realclean.
  
  1994-11-23  Richard Stallman  <address@hidden>
  
--- 1072,1078 ----
  
  1995-02-07  Richard Stallman  <address@hidden>
  
!       * Makefile.in (maintainer-clean): Rename from realclean.
  
  1994-11-23  Richard Stallman  <address@hidden>
  
***************
*** 1118,1124 ****
  
  1994-01-08  Richard Stallman  (address@hidden)
  
!       * Makefile (../info/sc): Renamed frin sc.info.
        (../info/cl): Likewise.
        (INFO_TARGETS): Use new names.
  
--- 1123,1129 ----
  
  1994-01-08  Richard Stallman  (address@hidden)
  
!       * Makefile (../info/sc): Rename frin sc.info.
        (../info/cl): Likewise.
        (INFO_TARGETS): Use new names.
  
***************
*** 1133,1139 ****
  
  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.
--- 1138,1144 ----
  
  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.
***************
*** 1153,1159 ****
  
  1993-11-15  Paul Eggert  (address@hidden)
  
!       * man/Makefile (../info/cl.info): Renamed from ../info/cl.
  
  1993-11-15  Richard Stallman  (address@hidden)
  
--- 1158,1164 ----
  
  1993-11-15  Paul Eggert  (address@hidden)
  
!       * man/Makefile (../info/cl.info): Rename from ../info/cl.
  
  1993-11-15  Richard Stallman  (address@hidden)
  
***************
*** 1167,1173 ****
  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.
--- 1172,1178 ----
  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.
***************
*** 1180,1186 ****
        * 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.
--- 1185,1191 ----
        * 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.
***************
*** 1200,1207 ****
  
        * 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)
--- 1205,1212 ----
  
        * 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)
***************
*** 1273,1314 ****
  
  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*.
  
--- 1278,1319 ----
  
  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*.
  
***************
*** 1322,1343 ****
  
  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.
  
--- 1327,1348 ----
  
  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]