aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-30 11:35:43 +0000
committerRichard M. Stallman2005-01-30 11:35:43 +0000
commitce4065431ec248e8ce4c68fde5a453b172264cec (patch)
tree02e1004aba663aefb448c26e8ed6849921d64451
parent89fa0de4cd2f1501e83104fc68b82b74358467f4 (diff)
downloademacs-ce4065431ec248e8ce4c68fde5a453b172264cec.tar.gz
emacs-ce4065431ec248e8ce4c68fde5a453b172264cec.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--lisp/ChangeLog8
-rw-r--r--man/ChangeLog21
3 files changed, 30 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 22d36fe42fd..be844766439 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -208,7 +208,7 @@ man/misc.texi
208man/msdog.texi 208man/msdog.texi
209man/mule.texi "Luc Teirlinck" 209man/mule.texi "Luc Teirlinck"
210man/m-x.texi "Luc Teirlinck" 210man/m-x.texi "Luc Teirlinck"
211man/picture.texi 211man/picture.texi Joakim Verona <joakim@verona.se>
212man/programs.texi "Stephen Eglen" 212man/programs.texi "Stephen Eglen"
213man/regs.texi "Luc Teirlinck" 213man/regs.texi "Luc Teirlinck"
214man/rmail.texi 214man/rmail.texi
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ed352686eb6..f42a4ba7f7e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12005-01-30 Richard M. Stallman <rms@gnu.org>
2
3 * cus-edit.el (custom-bury-buffer): Function deleted.
4 (custom-buffer-done-function): Option deleted.
5 (custom-buffer-done-kill): New (replacement option.
6 (Custom-buffer-done): Call quit-window.
7 (custom-buffer-create-internal): Update for above changes.
8
12005-01-29 Luc Teirlinck <teirllm@auburn.edu> 92005-01-29 Luc Teirlinck <teirllm@auburn.edu>
2 10
3 * simple.el (undo-ask-before-discard): New var. 11 * simple.el (undo-ask-before-discard): New var.
diff --git a/man/ChangeLog b/man/ChangeLog
index 5f69fc7d856..5f05930ed6a 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,24 @@
12005-01-30 Richard M. Stallman <rms@gnu.org>
2
3 * custom.texi (Easy Customization): Defn of "User Option" now
4 includes faces. Don't say just "option" when talking about variables.
5 Do say just "options" to mean "anything customizable".
6 (Specific Customization): Describe `customize-variable',
7 not `customize-option'.
8
9 * glossary.texi (Glossary) <Faces>: Add xref.
10 <User Option>: Change definition--include faces. Change xref.
11
12 * picture.texi (Picture): Mention artist.el.
13
14 * sending.texi, screen.texi, programs.texi, misc.texi:
15 * mini.texi, major.texi, maintaining.texi, macos.texi:
16 * help.texi, frames.texi, files.texi:
17 Don't say just "option" when talking about variables.
18
19 * display.texi, mule.texi: Don't say just "option" when talking
20 about variables. Other minor cleanups.
21
12005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org> 222005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 23
3 * gnus.texi: Some edits based on comments from David Abrahams. 24 * gnus.texi: Some edits based on comments from David Abrahams.