/[emacs]/emacs/man/ChangeLog
ViewVC logotype

Diff of /emacs/man/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.280 by rms, Sat May 29 16:00:55 2004 UTC revision 1.281 by lektu, Sat May 29 19:14:08 2004 UTC
# Line 1  Line 1 
1    2004-05-29  Juanma Barranquero  <lektu@terra.es>
2    
3            * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
4            (INFO_TARGETS, DVI_TARGETS): Add Flymake.
5    
6  2004-05-29  Richard M. Stallman  <rms@gnu.org>  2004-05-29  Richard M. Stallman  <rms@gnu.org>
7    
8          * custom.texi (Init File): Two dashes start --no-site-file.          * custom.texi (Init File): Two dashes start --no-site-file.
# Line 9  Line 14 
14    
15  2004-05-29  Alan Mackenzie  <acm@muc.de>  2004-05-29  Alan Mackenzie  <acm@muc.de>
16    
17          * programs.texi: Updated for CC Mode 5.30 and incidental amendments.          * programs.texi: Update for CC Mode 5.30 and incidental amendments.
18          ("AWK"): is consistently thus spelt throughout.          ("AWK"): Is consistently thus spelt throughout.
19          (AWK, Pike): documented as "C-like modes".          (AWK, Pike): Document as "C-like modes".
20          (@kbd{M-j}): documented as alternative to @kbd{C-M-j}.          (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
21          (M-x man): supersedes M-x manual-entry.          (M-x man): Supersedes M-x manual-entry.
22          Added numerous index entries.  Corrected "ESC a/e" to "M-a/e".          Add numerous index entries.  Correct "ESC a/e" to "M-a/e".
23    
24          ("Comments in C"): Node deleted; the info is in CC Mode manual.          ("Comments in C"): Delete node; the info is in CC Mode manual.
25          (c-comment-only-line-offset): Description removed.          (c-comment-only-line-offset): Remove description.
26    
27          (C-c ., C-c C-c): New C Mode bindings described.          (C-c ., C-c C-c): Describe new C Mode bindings.
28    
29          (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)          (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
30          (@dfn{Style}, c-default-style, comment-column, comment-padding)          (@dfn{Style}, c-default-style, comment-column, comment-padding)
31          (c-up-conditional, c-beginning-of-statement, c-end-of-statement):          (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
32          Definitions amended.          Amend definitions.
33    
34          (c-beginning-of-defun, c-end-of-defun, c-context-line-break):          (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
35          Functions described.          Describe functions.
36            
37          (c-comment-start-regexp, c-hanging-comment-ender-p)          (c-comment-start-regexp, c-hanging-comment-ender-p)
38          (c-hanging-comment-starter-p): obsolete definitions removed.          (c-hanging-comment-starter-p): Remove obsolete definitions.
39    
40          * emacs.texi: Remove the menu entry "Comments in C".          * emacs.texi: Remove the menu entry "Comments in C".
41    
# Line 73  Line 78 
78    
79          * tramp.texi (Auto-save and Backup): Explain exploitation of new          * tramp.texi (Auto-save and Backup): Explain exploitation of new
80          variables `tramp-backup-directory-alist' and          variables `tramp-backup-directory-alist' and
81          `tramp-bkup-backup-directory-info'. (Overview, Connection types)          `tramp-bkup-backup-directory-info'.
82            (Overview, Connection types)
83          (External transfer methods, Default Method)          (External transfer methods, Default Method)
84          (Windows setup hints): Remove restriction of password entering          (Windows setup hints): Remove restriction of password entering
85          with external methods.          with external methods.
# Line 91  Line 97 
97    
98  2004-05-04  Jason Rumney  <jasonr@gnu.org>  2004-05-04  Jason Rumney  <jasonr@gnu.org>
99    
100          * makefile.w32-in: Revert last change          * makefile.w32-in: Revert last change.
101    
102  2004-05-03  Jason Rumney  <jasonr@gnu.org>  2004-05-03  Jason Rumney  <jasonr@gnu.org>
103    
# Line 99  Line 105 
105    
106  2004-04-28  Masatake YAMATO  <jet@gyve.org>  2004-04-28  Masatake YAMATO  <jet@gyve.org>
107    
108          * widget.texi (Programming Example): Remove          * widget.texi (Programming Example): Remove overlays.
         overlays.  
109    
110  2004-04-27  Jesper Harder  <harder@ifa.au.dk>  2004-04-27  Jesper Harder  <harder@ifa.au.dk>
111    
# Line 237  Line 242 
242    
243          * ses.texi (Advanced Features): New functionality for          * ses.texi (Advanced Features): New functionality for
244          ses-set-header-row (defaults to current row unless C-u used).          ses-set-header-row (defaults to current row unless C-u used).
245          (Acknowledgements): Added Stefan Monnier.          (Acknowledgements): Add Stefan Monnier.
246    
247  2004-02-03  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2004-02-03  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
248    
# Line 299  Line 304 
304    
305  2003-11-29  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2003-11-29  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
306    
307          * frames.texi (Dialog Boxes): Added use-file-dialog.          * frames.texi (Dialog Boxes): Add use-file-dialog.
308    
309  2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>  2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
310    
# Line 312  Line 317 
317    
318  2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>  2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
319    
320          * cc-mode.texi: Updated for CC Mode 5.30.          * cc-mode.texi: Update for CC Mode 5.30.
321    
322          Note: Please refrain from doing purely cosmetic changes like          Note: Please refrain from doing purely cosmetic changes like
323          removing trailing whitespace in this manual; it clobbers cvs          removing trailing whitespace in this manual; it clobbers cvs
# Line 365  Line 370 
370    
371  2003-10-12  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2003-10-12  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
372    
373          * xresources.texi (GTK resources): Added a note that some themes          * xresources.texi (GTK resources): Add a note that some themes
374          disallow customizations.  Added scroll theme example.          disallow customizations.  Add scroll theme example.
375    
376  2003-10-08  Nick Roberts  <nick@nick.uklinux.net>  2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
377    
# Line 424  Line 429 
429    
430  2003-09-21  Karl Berry  <karl@gnu.org>  2003-09-21  Karl Berry  <karl@gnu.org>
431    
432          * info.texi (] and [ commands): no period at end of section title.          * info.texi (] and [ commands): No period at end of section title.
433    
434  2003-09-08  Lute Kamstra  <lute@gnu.org>  2003-09-08  Lute Kamstra  <lute@gnu.org>
435    
# Line 437  Line 442 
442  2003-09-07  Luc Teirlinck  <teirllm@mail.auburn.edu>  2003-09-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
443    
444          * xresources.texi (Resources): Refer to `editres' man page.          * xresources.texi (Resources): Refer to `editres' man page.
445          (Lucid Resources): Update defaults.  Expand desciption of          (Lucid Resources): Update defaults.  Expand description of
446          `shadowThickness'.          `shadowThickness'.
447    
448  2003-09-04  Miles Bader  <miles@gnu.org>  2003-09-04  Miles Bader  <miles@gnu.org>
# Line 477  Line 482 
482          section.          section.
483          * emacs.texi (Intro): Include kmacro.texi after custom.texi.          * emacs.texi (Intro): Include kmacro.texi after custom.texi.
484          (Suggested by Kim Storm.)          (Suggested by Kim Storm.)
485          * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim          * Makefile (EMACSSOURCES): Add kmacro.texi.  (Suggested by Kim
486          Storm.)          Storm.)
487    
488  2003-08-18  Kim F. Storm  <storm@cua.dk>  2003-08-18  Kim F. Storm  <storm@cua.dk>
# Line 517  Line 522 
522    
523  2003-08-03  Karl Berry  <karl@gnu.org>  2003-08-03  Karl Berry  <karl@gnu.org>
524    
525          * info.texi: need @contents.          * info.texi: Need @contents.
526    
527  2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>  2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
528    
# Line 655  Line 660 
660  2003-03-29  Richard M. Stallman  <rms@gnu.org>  2003-03-29  Richard M. Stallman  <rms@gnu.org>
661    
662          * tramp.texi (Top): Undo the previous renaming.          * tramp.texi (Top): Undo the previous renaming.
663          (emacs-other-name, emacs-other-dir, emacs-other-file-name): Deleted.          (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
664    
665  2003-03-29  Kai Gro,A_(Bjohann  <kai.grossjohann@gmx.net>  2003-03-29  Kai Gro,A_(Bjohann  <kai.grossjohann@gmx.net>
666    
# Line 759  Line 764 
764    
765  2003-01-09  Francesco Potort,Al(B  <pot@gnu.org>  2003-01-09  Francesco Potort,Al(B  <pot@gnu.org>
766    
767          * maintaining.texi (Create Tags Table): Added reference to the new          * maintaining.texi (Create Tags Table): Add reference to the new
768          `etags --help --lang=LANG' option.          `etags --help --lang=LANG' option.
769    
770  2002-12-26  Kai Gro,A_(Bjohann  <kai.grossjohann@uni-duisburg.de>  2002-12-26  Kai Gro,A_(Bjohann  <kai.grossjohann@uni-duisburg.de>
# Line 769  Line 774 
774    
775  2002-11-05  Karl Berry  <karl@gnu.org>  2002-11-05  Karl Berry  <karl@gnu.org>
776    
777          * info.texi (Info-fontify): reorder face list to avoid bad line          * info.texi (Info-fontify): Reorder face list to avoid bad line
778          breaks.          breaks.
779    
780  2002-10-06  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-10-06  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
# Line 787  Line 792 
792          Per rms, update all manuals to use @copying instead of @ifinfo.          Per rms, update all manuals to use @copying instead of @ifinfo.
793          Also use @ifnottex instead of @ifinfo around the top node, where          Also use @ifnottex instead of @ifinfo around the top node, where
794          needed for the sake of the HTML output.          needed for the sake of the HTML output.
795          (The gnus manual is not fixed since it's not clear to me how it          (The Gnus manual is not fixed since it's not clear to me how it
796           works; and the tramp manual already uses @copying, although in an           works; and the Tramp manual already uses @copying, although in an
797           unusual way.  All others were changed.)           unusual way.  All others were changed.)
798    
799  2002-09-10  Jonathan Yavner  <jyavner@engineer.com>  2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
# Line 799  Line 804 
804    
805  2002-09-06  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>  2002-09-06  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
806    
807          * texinfo.tex: Updated to texinfo 4.2.          * texinfo.tex: Update to texinfo 4.2.
808    
809  2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>  2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
810    
# Line 857  Line 862 
862    
863  2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>  2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
864    
865          * Makefile.in (Speedbar): Added build targets for speedbar.texi.          * Makefile.in (Speedbar): Add build targets for speedbar.texi.
866    
867  2000-10-13  John Wiegley  <johnw@gnu.org>  2000-10-13  John Wiegley  <johnw@gnu.org>
868    
869          * Makefile.in: Added build targets for eshell.texi.          * Makefile.in: Add build targets for eshell.texi.
870    
871  2000-09-25  Gerd Moellmann  <gerd@gnu.org>  2000-09-25  Gerd Moellmann  <gerd@gnu.org>
872    
# Line 893  Line 898 
898  2000-01-13  Gerd Moellmann  <gerd@gnu.org>  2000-01-13  Gerd Moellmann  <gerd@gnu.org>
899    
900          * Makefile.in (INFO_TARGETS): Add eudc.          * Makefile.in (INFO_TARGETS): Add eudc.
901          (DVI_TARGETS): Add eudc.dvi          (DVI_TARGETS): Add eudc.dvi.
902          (../info/eudc, eudc.dvi): New targets.          (../info/eudc, eudc.dvi): New targets.
903    
904  2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>  2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
905    
906          * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for          * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
907          compatibility with 8+3 filesystems).          compatibility with 8+3 filesystems).
908          (../info/efaq): Renamed from emacs-faq.          (../info/efaq): Rename from emacs-faq.
909    
910  2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>  2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
911    
# Line 913  Line 918 
918    
919  1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>  1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
920    
921          * Makefile.in (faq): use ../info/emacs-faq.info (as specified in the          * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
922            faq.texi file) rather than ../info/faq.            faq.texi file) rather than ../info/faq.
923    
924  1999-10-07  Gerd Moellmann  <gerd@gnu.org>  1999-10-07  Gerd Moellmann  <gerd@gnu.org>
# Line 952  Line 957 
957    
958  1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>  1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
959    
960          * reftex.texi Updated for RefTeX version 3.22.          * reftex.texi: Update for RefTeX version 3.22.
961    
962  1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>  1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
963    
# Line 963  Line 968 
968    
969          * Makefile.in: Merge changes mistakenly made to `Makefile'.          * Makefile.in: Merge changes mistakenly made to `Makefile'.
970          (INFO_TARGETS): Change ../info/custom to ../info/customize.          (INFO_TARGETS): Change ../info/custom to ../info/customize.
971          (../info/customize): Renamed from ../info/custom.          (../info/customize): Rename from ../info/custom.
972          (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.          (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
973    
974  1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>  1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
# Line 1018  Line 1023 
1023    
1024  1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>  1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
1025    
1026          * Makefile.in (../info/ccmode): Renamed from ../info/cc-mode.          * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
1027          (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.          (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
1028    
1029  1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>  1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
# Line 1067  Line 1072 
1072    
1073  1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>  1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
1074    
1075          * Makefile.in (maintainer-clean): Renamed from realclean.          * Makefile.in (maintainer-clean): Rename from realclean.
1076    
1077  1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>  1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1078    
# Line 1118  Line 1123 
1123    
1124  1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)  1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1125    
1126          * Makefile (../info/sc): Renamed frin sc.info.          * Makefile (../info/sc): Rename frin sc.info.
1127          (../info/cl): Likewise.          (../info/cl): Likewise.
1128          (INFO_TARGETS): Use new names.          (INFO_TARGETS): Use new names.
1129    
# Line 1133  Line 1138 
1138    
1139  1993-12-03  Richard Stallman  (rms@srarc2)  1993-12-03  Richard Stallman  (rms@srarc2)
1140    
1141          * Makefile (../info/sc.info): Renamed from ../info/sc.          * Makefile (../info/sc.info): Rename from ../info/sc.
1142          (TEXI2DVI): New variable.          (TEXI2DVI): New variable.
1143          (emacs.dvi, cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):          (emacs.dvi, cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
1144          Add explicit commands.          Add explicit commands.
# Line 1153  Line 1158 
1158    
1159  1993-11-15  Paul Eggert  (eggert@twinsun.com)  1993-11-15  Paul Eggert  (eggert@twinsun.com)
1160    
1161          * man/Makefile (../info/cl.info): Renamed from ../info/cl.          * man/Makefile (../info/cl.info): Rename from ../info/cl.
1162    
1163  1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)  1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
1164    
# Line 1167  Line 1172 
1172  1993-10-25  Brian Fox  (bfox@albert.gnu.ai.mit.edu)  1993-10-25  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
1173    
1174          * forms.texi: Fix forms.texi so that it will format correctly.          * forms.texi: Fix forms.texi so that it will format correctly.
1175          Added missing `@end iftex', fixed bad reference.          Add missing `@end iftex', fix bad reference.
1176    
1177          * info.texi, info-stn.texi: New files implement texinfo version of          * info.texi, info-stn.texi: New files implement texinfo version of
1178          `info' file.          `info' file.
# Line 1180  Line 1185 
1185          * Makefile: Fix targets for texindex, new info.texi files.          * Makefile: Fix targets for texindex, new info.texi files.
1186          * info-stnd.texi: New file implements info for standalone info          * info-stnd.texi: New file implements info for standalone info
1187          reader.          reader.
1188          * info.texi: Updated to include recent changes to "../info/info".          * info.texi: Update to include recent changes to "../info/info".
1189          New source file for ../info/info; includes info-stnd.texi.          New source file for ../info/info; includes info-stnd.texi.
1190    
1191          * texindex.c: Include "../src/config.h" if building in emacs.          * texindex.c: Include "../src/config.h" if building in emacs.
# Line 1200  Line 1205 
1205    
1206          * sc.texinfo: Fix info file name.          * sc.texinfo: Fix info file name.
1207    
1208          * Makefile (info): Added gnus and sc.          * Makefile (info): Add gnus and sc.
1209          (dvi): Added gnus.dvi and sc.dvi.          (dvi): Add gnus.dvi and sc.dvi.
1210          (../info/sc, sc.dvi): New targets.          (../info/sc, sc.dvi): New targets.
1211    
1212  1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)  1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
# Line 1273  Line 1278 
1278    
1279  1993-04-25  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)  1993-04-25  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1280    
1281          * basic.texi: Documented next-line-add-lines variable used to          * basic.texi: Document next-line-add-lines variable used to
1282          implement down-arrow.          implement down-arrow.
1283    
1284          * killing.texi: Documented kill-whole-line.          * killing.texi: Document kill-whole-line.
1285    
1286  1993-04-18  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)  1993-04-18  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
1287    
1288          * text.texi: Updated unix TeX ordering information.          * text.texi: Update unix TeX ordering information.
1289    
1290  1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)  1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
1291    
1292          * news.texi: Mentioned fill-rectangle in keybinding list.          * news.texi: Mention fill-rectangle in keybinding list.
1293    
1294          * killing.texi: Documented fill-rectangle.          * killing.texi: Document fill-rectangle.
1295    
1296  1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)  1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1297    
1298          * vc.texi: Brought the docs up to date with VC 5.2.          * vc.texi: Bring the docs up to date with VC 5.2.
1299    
1300  1992-01-10  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)  1992-01-10  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
1301    
1302          * emacs.tex: Mentioned blackbox and gomoku under Amusements.          * emacs.tex: Mention blackbox and gomoku under Amusements.
1303                       Assembler mode is now mentioned and appropriately          Assembler mode is now mentioned and appropriately indexed
1304                       indexed under Programming Modes.          under Programming Modes.
1305    
1306  1991-02-15  Robert J. Chassell  (bob@wookumz.ai.mit.edu)  1991-02-15  Robert J. Chassell  (bob@wookumz.ai.mit.edu)
1307    
1308          * emacs.tex: Updated TeX ordering information.          * emacs.tex: Update TeX ordering information.
1309    
1310  1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)  1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
1311    
1312          * gnus.texinfo:  New file.  Removed installation instructions.          * gnus.texinfo: New file.  Removed installation instructions.
1313    
1314  1990-06-26  David Lawrence  (tale@geech)  1990-06-26  David Lawrence  (tale@geech)
1315    
1316          * emacs.tex:  Noted that completion-ignored-extensions is not used          * emacs.tex:  Note that completion-ignored-extensions is not used
1317          to filter out names when all completions are displayed in          to filter out names when all completions are displayed in
1318          *Completions*.          *Completions*.
1319    
# Line 1322  Line 1327 
1327    
1328  1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)  1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
1329    
1330          * texinfo.tex:  Changed spelling of `\sc' font to `\smallcaps' and          * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
1331          then defined `\sc' as the command for smallcaps in Texinfo.  This          then define `\sc' as the command for smallcaps in Texinfo.  This
1332          measns that the @sc command will produce small caps.  bfox has          means that the @sc command will produce small caps.  bfox has
1333          made the corresponding change to makeinfo and texinfm.el.          made the corresponding change to makeinfo and texinfm.el.
1334    
1335  1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)  1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
1336    
1337          * emacs.tex:  Corrected two typos.  No other changes before          * emacs.tex: Correct two typos.  No other changes before
1338          Version 19 will be made.          Version 19 will be made.
1339    
1340          * vip.texinfo: Removed menu entry Adding Lisp Code in node          * vip.texinfo: Remove menu entry Adding Lisp Code in node
1341          Customization since the menu entry did not point to anything.          Customization since the menu entry did not point to anything.
1342          Also added an @finalout command to remove overfull hboxes from the          Also add an @finalout command to remove overfull hboxes from the
1343          printed output.          printed output.
1344    
1345          * cl.texinfo:  Added @bye, \input line and @settitle to file.          * cl.texinfo:  Add @bye, \input line and @settitle to file.
1346          This file is clearly intended to be a chapter of some other work,          This file is clearly intended to be a chapter of some other work,
1347          but the other work does not yet exist.          but the other work does not yet exist.
1348    

Legend:
Removed from v.1.280  
changed lines
  Added in v.1.281

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26