aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-06 18:26:43 +0000
committerRichard M. Stallman2005-03-06 18:26:43 +0000
commit34398e6c473002946b8e2c4cc8538f35d9fc3b71 (patch)
tree79cd48d1cb58ec842f2c86e474d2a5004a752304
parent4e5345521b84c741ab694d2353796f3fc18fe0d1 (diff)
downloademacs-34398e6c473002946b8e2c4cc8538f35d9fc3b71.tar.gz
emacs-34398e6c473002946b8e2c4cc8538f35d9fc3b71.zip
*** empty log message ***
-rw-r--r--lispref/ChangeLog49
-rw-r--r--man/ChangeLog78
2 files changed, 127 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 105fbec9a7d..a9dd276796a 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,52 @@
12005-03-06 Richard M. Stallman <rms@gnu.org>
2
3 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
4 (Resizing Windows): Likewise.
5
6 * text.texi (Change Hooks): Get rid of "Emacs 21".
7
8 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
9
10 * streams.texi (Output Variables): Get rid of "Emacs 21".
11
12 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
13
14 * os.texi (Translating Input): Replace flow-control example
15 with a less obsolete example that uses `keyboard-translate'.
16
17 * objects.texi (Hash Table Type, Circular Objects):
18 Get rid of "Emacs 21".
19
20 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
21 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
22
23 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
24
25 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
26
27 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
28 (Menu Bar): Fix when menu-bar-update-hook is called.
29
30 * hash.texi (Hash Tables): Get rid of "Emacs 21".
31
32 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
33 and make it read better.
34
35 * files.texi (Writing to Files): Get rid of "Emacs 21".
36 (Unique File Names): Likewise.
37
38 * elisp.texi: Update Emacs version to 22.
39
40 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
41 (Overlay Properties, Face Attributes): Likewise.
42 (Managing Overlays): Fix punctuation.
43 (Attribute Functions): Clarify set-face-font; get rid of
44 info about old Emacs versions.
45 (Auto Faces, Font Lookup, Display Property, Images):
46 Get rid of "Emacs 21".
47
48 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
49
12005-03-05 Richard M. Stallman <rms@gnu.org> 502005-03-05 Richard M. Stallman <rms@gnu.org>
2 51
3 * debugging.texi (Error Debugging): Remove stack-trace-on-error. 52 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
diff --git a/man/ChangeLog b/man/ChangeLog
index 6e6b48ddd8d..006d254928e 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,77 @@
12005-03-06 Richard M. Stallman <rms@gnu.org>
2o
3 * building.texi (Starting GUD): Don't explain text vs graphical
4 GDB here. Just mention it and xref.
5 Delete "just one debugger process".
6 (Debugger Operation): Move GUD tooltip info here.
7 (GUD Tooltips): Node deleted.
8 (GDB Graphical Interface): Explain the two GDB modes here.
9
10 * woman.texi (Introduction): Minor cleanups.
11
12 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
13
14 * sending.texi (Sending Mail): Minor cleanup.
15 (Mail Aliases): Explain quoting conventions.
16 Update key rebinding example.
17 (Header Editing): C-M-i is like M-TAB.
18 (Mail Mode Misc): mail-attach-file does not do MIME.
19
20 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
21 that really belongs here.
22 (Remote Mailboxes): Text moved to Rmail Inbox.
23 (Rmail Display): Mention Mouse-1.
24 (Movemail): Clarify two movemail versions.
25 Clarify rmail-movemail-program.
26
27 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
28 (Installation): Node deleted.
29
30 * misc.texi (Single Shell): Replace uudecode example with gpg example.
31 Document async shell commands.
32 (Shell History): Clarify.
33 (Shell Ring): Mention C-UP an C-DOWN.
34 (Shell Options): Add comint-prompt-read-only.
35 (Invoking emacsclient): Set EDITOR to run Emacs.
36 (Sorting): No need to explain what region is.
37 (Saving Emacs Sessions): Fix typo.
38 (Recursive Edit): Fix punctuation.
39 (Emulation): Don't mention "PC bindings" which are standard.
40 (Hyperlinking): Explain Mouse-1 convention here.
41 (Find Func): Node deleted.
42
43 * mh-e.texi (Preface): Get rid of "Emacs 21".
44
45 * help.texi (Name Help): Xref to Hyperlinking.
46
47 * glossary.texi (Glossary):
48 Rename "Balance Parentheses" to "Balancing...".
49 Add "Byte Compilation". Correct "Copyleft".
50 New xref in "Customization".
51 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
52 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
53 Rename "Registers" to "Register".
54 Replace "Selecting" with "Selected Frame",
55 "Selected Window", and "Selecting a Buffer".
56
57 * files.texi (Types of Log File): Explain how projects'
58 methods can vary.
59
60 * eshell.texi (Installation): Delete node (for Emacs 20).
61
62 * display.texi (Faces): Delete "Emacs 21".
63
64 * custom.texi (Changing a Variable): C-M-i like M-TAB.
65 * fixit.texi (Spelling): C-M-i like M-TAB.
66 * mini.texi (Completion Options): C-M-i like M-TAB.
67 * programs.texi (Symbol Completion): C-M-i like M-TAB.
68 * text.texi (Text Mode): C-M-i like M-TAB.
69
70 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
71
72 * calendar.texi (Specified Dates): Mention `g w'.
73 (Appointments): appt-activate toggles with no arg.
74
12005-03-05 Thien-Thi Nguyen <ttn@gnu.org> 752005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
2 76
3 * flymake.texi: Refill and tweak style in @lisp blocks. 77 * flymake.texi: Refill and tweak style in @lisp blocks.
@@ -32,6 +106,10 @@
32 Mention additional functions. 106 Mention additional functions.
33 (Algebraic Simplifications): Mention additional simplifications. 107 (Algebraic Simplifications): Mention additional simplifications.
34 108
1092005-02-27 Richard M. Stallman <rms@gnu.org>
110
111 * building.texi (Compilation): Update mode line status info.
112
352005-02-27 Matt Hodges <MPHodges@member.fsf.org> 1132005-02-27 Matt Hodges <MPHodges@member.fsf.org>
36 114
37 * calendar.texi (General Calendar): Document binding of 115 * calendar.texi (General Calendar): Document binding of