diff options
Diffstat (limited to 'man/ChangeLog')
| -rw-r--r-- | man/ChangeLog | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 4f2ce160de6..f3ff703a0a4 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,102 @@ | |||
| 1 | 2004-08-26 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * faq.texi (Difference between Emacs and XEmacs): Rewrite. | ||
| 4 | |||
| 5 | 2004-08-25 Kenichi Handa <handa@m17n.org> | ||
| 6 | |||
| 7 | * custom.texi (Non-ASCII Rebinding): Fix and simplify the | ||
| 8 | description for unibyte mode. | ||
| 9 | |||
| 10 | 2004-08-23 Luc Teirlinck <teirllm@auburn.edu> | ||
| 11 | |||
| 12 | * display.texi (Font Lock): Correct invalid (for hardcopy) @xref. | ||
| 13 | |||
| 14 | * search.texi (Regexps): Correct cryptic (in hardcopy) @ref. | ||
| 15 | (Configuring Scrolling): Correct invalid (for hardcopy) @xref. | ||
| 16 | (Regexp Replace): Standardize reference to hardcopy Elisp Manual | ||
| 17 | in @pxref. | ||
| 18 | |||
| 19 | 2004-08-22 Luc Teirlinck <teirllm@auburn.edu> | ||
| 20 | |||
| 21 | * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit): | ||
| 22 | Change section names. | ||
| 23 | |||
| 24 | 2004-08-22 David Kastrup <dak@gnu.org> | ||
| 25 | |||
| 26 | * reftex.texi (AUCTeX): Update links, section name. | ||
| 27 | |||
| 28 | * faq.texi (Calc): Update availability (included in 21.4). | ||
| 29 | (AUCTeX): Update availability, information, versions, description. | ||
| 30 | |||
| 31 | 2004-08-21 Luc Teirlinck <teirllm@auburn.edu> | ||
| 32 | |||
| 33 | * kmacro.texi (Keyboard Macro Ring): Rename section. | ||
| 34 | Emacs treats the head of the macro ring as the `last keyboard macro'. | ||
| 35 | (Keyboard Macro Counter): Minor change. | ||
| 36 | (Save Keyboard Macro): Some clarifications. | ||
| 37 | (Edit Keyboard Macro): Rename section. | ||
| 38 | |||
| 39 | * buffers.texi (Buffers): Maximum buffer size is now 256M on | ||
| 40 | 32-bit machines. | ||
| 41 | (Several Buffers): Clarify which buffer is selected if `2' is | ||
| 42 | pressed in the Buffer Menu. | ||
| 43 | Auto Revert mode can be used to update the Buffer Menu | ||
| 44 | automatically. | ||
| 45 | |||
| 46 | 2004-08-21 Eli Zaretskii <eliz@gnu.org> | ||
| 47 | |||
| 48 | * help.texi (Misc Help): Add an index entry for finding an Info | ||
| 49 | manual by its file name. | ||
| 50 | |||
| 51 | 2004-08-20 Luc Teirlinck <teirllm@auburn.edu> | ||
| 52 | |||
| 53 | * files.texi (Backup Deletion): Correct description of | ||
| 54 | `delete-old-versions'. | ||
| 55 | (Time Stamps): `time-stamp' needs to be added to `before-save-hook'. | ||
| 56 | (Auto Save Files): Recommend `auto-save-mode' to reenable | ||
| 57 | auto-saving, rather than the abbreviation `auto-save'. | ||
| 58 | |||
| 59 | 2004-08-17 Luc Teirlinck <teirllm@auburn.edu> | ||
| 60 | |||
| 61 | * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms | ||
| 62 | for "killing" and "yanking" in main menu. | ||
| 63 | |||
| 64 | 2004-08-16 Richard M. Stallman <rms@gnu.org> | ||
| 65 | |||
| 66 | * killing.texi (Yanking, Killing): Minor cleanups. | ||
| 67 | |||
| 68 | * mark.texi (Momentary Mark): Minor cleanups. | ||
| 69 | |||
| 70 | 2004-08-15 Kenichi Handa <handa@etl.go.jp> | ||
| 71 | |||
| 72 | * custom.texi (Non-ASCII Rebinding): | ||
| 73 | C-q always inserts the right code to pass to global-set-key. | ||
| 74 | |||
| 75 | 2004-08-14 Eli Zaretskii <eliz@gnu.org> | ||
| 76 | |||
| 77 | * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi. | ||
| 78 | |||
| 79 | 2004-08-13 Luc Teirlinck <teirllm@auburn.edu> | ||
| 80 | |||
| 81 | * regs.texi (RegNumbers): Mention `C-x r i' binding for | ||
| 82 | `insert-register', instead of `C-x r g' binding, for consistency. | ||
| 83 | |||
| 84 | 2004-08-12 Luc Teirlinck <teirllm@auburn.edu> | ||
| 85 | |||
| 86 | * fixit.texi (Spelling): Fix typo. | ||
| 87 | |||
| 88 | 2004-08-11 Luc Teirlinck <teirllm@auburn.edu> | ||
| 89 | |||
| 90 | * help.texi (Help): Fix Texinfo usage. | ||
| 91 | |||
| 92 | 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 93 | |||
| 94 | * cc-mode.texi: Various updates for CC Mode 5.30.9. | ||
| 95 | |||
| 96 | 2004-08-10 Michael Albinus <michael.albinus@gmx.de> | ||
| 97 | |||
| 98 | Sync with Tramp 2.0.44. | ||
| 99 | |||
| 1 | 2004-08-05 Lars Hansen <larsh@math.ku.dk> | 100 | 2004-08-05 Lars Hansen <larsh@math.ku.dk> |
| 2 | 101 | ||
| 3 | * widget.texi (User Interface): Update how to separate the | 102 | * widget.texi (User Interface): Update how to separate the |