diff options
Diffstat (limited to 'man/ChangeLog')
| -rw-r--r-- | man/ChangeLog | 91 |
1 files changed, 79 insertions, 12 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 7eddcae6b5e..3628ec610c3 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,12 +1,78 @@ | |||
| 1 | 2006-03-21 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-e.texi (Folders): Various edits. | ||
| 4 | |||
| 5 | 2006-03-20 Romain Francoise <romain@orebokech.com> | ||
| 6 | |||
| 7 | * gnus.texi (Mail Folders): Grammar fix. | ||
| 8 | |||
| 9 | 2006-03-21 Juanma Barranquero <lekktu@gmail.com> | ||
| 10 | |||
| 11 | * files.texi (VC Dired Mode): Remove misplaced brackets. | ||
| 12 | |||
| 13 | 2006-03-21 Andre Spiegel <spiegel@gnu.org> | ||
| 14 | |||
| 15 | * files.texi: Various updates and clarifications in the VC | ||
| 16 | chapter. | ||
| 17 | |||
| 18 | 2006-03-19 Luc Teirlinck <teirllm@auburn.edu> | ||
| 19 | |||
| 20 | * help.texi (Help Mode): Document "C-c C-c". | ||
| 21 | |||
| 22 | 2006-03-19 Bill Wohler <wohler@newt.com> | ||
| 23 | |||
| 24 | * mh-e.texi (Replying): Document Mail-Followup-To. Change | ||
| 25 | manually-formatted table to multitable. Add debugging info. | ||
| 26 | Move description of mh-reply-default-reply-to into paragraph | ||
| 27 | that describes its values. | ||
| 28 | |||
| 29 | 2006-03-17 Bill Wohler <wohler@newt.com> | ||
| 30 | |||
| 31 | * mh-e.texi: Use smallexample and smalllisp consistenly. | ||
| 32 | (Sending Mail Tour): Update method of entering | ||
| 33 | addresses and subject. | ||
| 34 | (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour) | ||
| 35 | (Adding Attachments, Searching): Update screenshots for Emacs 22. | ||
| 36 | |||
| 37 | 2006-03-16 Luc Teirlinck <teirllm@auburn.edu> | ||
| 38 | |||
| 39 | * emacs-xtra.texi (Top): Avoid ugly continuation line in | ||
| 40 | menu in the standalone Info reader. | ||
| 41 | |||
| 42 | 2006-03-15 Chong Yidong <cyd@stupidchicken.com> | ||
| 43 | |||
| 44 | * emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters, | ||
| 45 | moved here from Emacs manual. | ||
| 46 | |||
| 47 | * programs.texi (Fortran): Section moved to emacs-xtra. | ||
| 48 | (Program Modes): Xref to Fortran in emacs-xtra. | ||
| 49 | |||
| 50 | * maintaining.texi (Emerge): Moved to emacs-xtra. | ||
| 51 | * files.texi (Comparing Files): Xref to Emerge in emacs-xtra. | ||
| 52 | |||
| 53 | * picture.texi: File deleted. | ||
| 54 | * Makefile.in: | ||
| 55 | * makefile.w32-in: Remove picture.texi. | ||
| 56 | |||
| 57 | * text.texi (Text): Xref to Picture Mode in emacs-xtra. | ||
| 58 | * abbrevs.texi (Abbrevs): | ||
| 59 | * sending.texi (Sending Mail): Picture node removed. | ||
| 60 | |||
| 61 | * emacs.texi (Top): Update node listings. | ||
| 62 | |||
| 63 | 2006-03-15 Carsten Dominik <dominik@science.uva.nl> | ||
| 64 | |||
| 65 | * org.texi: Version number change only. | ||
| 66 | |||
| 1 | 2006-03-14 Bill Wohler <wohler@newt.com> | 67 | 2006-03-14 Bill Wohler <wohler@newt.com> |
| 2 | 68 | ||
| 3 | * mh-e.texi: Add index entries around each paragraph rather than | 69 | * mh-e.texi: Add index entries around each paragraph rather than |
| 4 | depend on entries from beginning of node. Doing so ensures that | 70 | depend on entries from beginning of node. Doing so ensures that |
| 5 | index entries are less likely to be forgotten if text is cut and | 71 | index entries are less likely to be forgotten if text is cut and |
| 6 | pasted, and are necessary anyway if the references are on a | 72 | pasted, and are necessary anyway if the references are on a |
| 7 | separate page. It seems that makeinfo is now (v. 4.8) only | 73 | separate page. It seems that makeinfo is now (v. 4.8) only |
| 8 | producing one index entry per node, so there is no longer any | 74 | producing one index entry per node, so there is no longer any |
| 9 | excuse not to. Use subheading instead of heading. The incorrect | 75 | excuse not to. Use subheading instead of heading. The incorrect |
| 10 | use of heading produced very large fonts in Info--as large as the | 76 | use of heading produced very large fonts in Info--as large as the |
| 11 | main heading. | 77 | main heading. |
| 12 | (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E | 78 | (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E |
| @@ -73,9 +139,10 @@ | |||
| 73 | 139 | ||
| 74 | 2006-03-06 Bill Wohler <wohler@newt.com> | 140 | 2006-03-06 Bill Wohler <wohler@newt.com> |
| 75 | 141 | ||
| 76 | * mh-e.texi: Move from SourceForge repository to Savannah. This is | 142 | * mh-e.texi: Move from SourceForge repository to Savannah. |
| 77 | version 7.93, which is a total rewrite from the previous edition | 143 | This is version 7.93, which is a total rewrite from the previous |
| 78 | 1.3 for MH-E version 5.0.2, and corresponds to MH-E version 7.93. | 144 | edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E |
| 145 | version 7.93. | ||
| 79 | 146 | ||
| 80 | 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de> | 147 | 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de> |
| 81 | 148 | ||
| @@ -83,12 +150,12 @@ | |||
| 83 | 150 | ||
| 84 | 2006-03-01 Carsten Dominik <dominik@science.uva.nl> | 151 | 2006-03-01 Carsten Dominik <dominik@science.uva.nl> |
| 85 | 152 | ||
| 86 | * org.texi: (Interaction): Added item about `org-mouse.el' by | 153 | * org.texi (Interaction): Add item about `org-mouse.el' by |
| 87 | Piotr Zielinski. | 154 | Piotr Zielinski. |
| 88 | (Managing links): Documented that also mouse-1 can be used to | 155 | (Managing links): Document that also mouse-1 can be used to |
| 89 | activate a link. | 156 | activate a link. |
| 90 | (Headlines, FAQ): Added entry about hiding leading stars. | 157 | (Headlines, FAQ): Add entry about hiding leading stars. |
| 91 | (Miscellaneous): Resorted the sections in this chapter to a more | 158 | (Miscellaneous): Resort the sections in this chapter to a more |
| 92 | logical sequence. | 159 | logical sequence. |
| 93 | 160 | ||
| 94 | 2006-02-28 Andre Spiegel <spiegel@gnu.org> | 161 | 2006-02-28 Andre Spiegel <spiegel@gnu.org> |
| @@ -154,7 +221,7 @@ | |||
| 154 | 221 | ||
| 155 | * reftex.texi: Version number and date change only. | 222 | * reftex.texi: Version number and date change only. |
| 156 | 223 | ||
| 157 | * org.texi: (Internal Links): Rewritten to cover the modified | 224 | * org.texi (Internal Links): Rewrite to cover the modified |
| 158 | linking system. | 225 | linking system. |
| 159 | 226 | ||
| 160 | 2006-02-21 Nick Roberts <nickrob@snap.net.nz> | 227 | 2006-02-21 Nick Roberts <nickrob@snap.net.nz> |
| @@ -935,7 +1002,7 @@ | |||
| 935 | prefix keys even when mark is active. Decribe that RET moves | 1002 | prefix keys even when mark is active. Decribe that RET moves |
| 936 | cursor to next corner in rectangle; clarify insert around rectangle. | 1003 | cursor to next corner in rectangle; clarify insert around rectangle. |
| 937 | 1004 | ||
| 938 | 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org> | 1005 | 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org> |
| 939 | 1006 | ||
| 940 | * cc-mode.texi: The manual has been extensively revised: the | 1007 | * cc-mode.texi: The manual has been extensively revised: the |
| 941 | information about using CC Mode has been separated from the larger | 1008 | information about using CC Mode has been separated from the larger |