aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2014-01-16 00:34:43 -0800
committerGlenn Morris2014-01-16 00:34:43 -0800
commitd967cd184c6dff62705de16823ca92b0ceb7ba23 (patch)
tree89d905c4ff407d849b86cde7be1d5acbe57f73c0 /doc
parentc5e24e666e6bdbccdea28619849c9de646b9e799 (diff)
downloademacs-d967cd184c6dff62705de16823ca92b0ceb7ba23.tar.gz
emacs-d967cd184c6dff62705de16823ca92b0ceb7ba23.zip
ChangeLog fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog2
-rw-r--r--doc/misc/ChangeLog23
2 files changed, 20 insertions, 5 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 124ecaea9e7..8f6a79a0442 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -10226,7 +10226,7 @@
10226 10226
102271990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) 102271990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10228 10228
10229 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h. 10229 * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
10230 10230
102311990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu) 102311990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
10232 10232
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 0b5904ba3ac..394bb30ebfb 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -3517,7 +3517,8 @@
3517 3517
35182013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz> 35182013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3519 3519
3520 * eshell.texi (Input/Output): Document insert output redirection operator, >>>. 3520 * eshell.texi (Input/Output):
3521 Document insert output redirection operator, >>>.
3521 3522
35222011-02-18 Glenn Morris <rgm@gnu.org> 35232011-02-18 Glenn Morris <rgm@gnu.org>
3523 3524
@@ -10795,6 +10796,11 @@
10795 `tramp-set-completion-function', because parsing of ssh config 10796 `tramp-set-completion-function', because parsing of ssh config
10796 files looks more natural. 10797 files looks more natural.
10797 10798
107992003-01-15 Kevin Ryde <user42@zip.com.au>
10800
10801 * gnus.texi (Using MIME): Mention auto-compression-mode with
10802 gnus-mime-copy-part.
10803
107982003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu> 108042003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
10799 10805
10800 * gnus.texi: Do not use `path' in several locations. 10806 * gnus.texi: Do not use `path' in several locations.
@@ -10843,6 +10849,12 @@
10843 10849
10844 * reftex.texi: Update to RefTeX 4.19. 10850 * reftex.texi: Update to RefTeX 4.19.
10845 10851
108522002-07-21 Jesper Harder <harder@ifa.au.dk>
10853
10854 * gnus.texi (Sorting Groups): Add key bindings for
10855 gnus-group-sort-groups-by-real-name and
10856 gnus-group-sort-selected-groups-by-real-name.
10857
108462002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 108582002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10847 10859
10848 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp. 10860 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
@@ -10978,6 +10990,12 @@
10978 10990
10979 * reftex.texi: Update for RefTeX version 3.22. 10991 * reftex.texi: Update for RefTeX version 3.22.
10980 10992
109931998-03-01 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr>
10994
10995 * gnus.texi (Easy Picons): Removed references to
10996 `gnus-group-display-picons'.
10997 (Hard Picons): Ditto.
10998
109811998-02-08 Richard Stallman <rms@psilocin.gnu.org> 109991998-02-08 Richard Stallman <rms@psilocin.gnu.org>
10982 11000
10983 * Makefile.in (reftex.dvi, ../info/reftex): New targets. 11001 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
@@ -11185,9 +11203,6 @@
11185 * forms.texi: Fix forms.texi so that it will format correctly. 11203 * forms.texi: Fix forms.texi so that it will format correctly.
11186 Add missing `@end iftex', fix bad reference. 11204 Add missing `@end iftex', fix bad reference.
11187 11205
11188 * info.texi, info-stn.texi: New files implement texinfo version of
11189 `info' file.
11190
111911993-10-20 Brian J. Fox (bfox@ai.mit.edu) 112061993-10-20 Brian J. Fox (bfox@ai.mit.edu)
11192 11207
11193 * Makefile: Fix targets for texindex, new info.texi files. 11208 * Makefile: Fix targets for texindex, new info.texi files.