diff options
| author | Richard M. Stallman | 2005-01-30 11:35:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-01-30 11:35:43 +0000 |
| commit | ce4065431ec248e8ce4c68fde5a453b172264cec (patch) | |
| tree | 02e1004aba663aefb448c26e8ed6849921d64451 | |
| parent | 89fa0de4cd2f1501e83104fc68b82b74358467f4 (diff) | |
| download | emacs-ce4065431ec248e8ce4c68fde5a453b172264cec.tar.gz emacs-ce4065431ec248e8ce4c68fde5a453b172264cec.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | man/ChangeLog | 21 |
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 | |||
| 208 | man/msdog.texi | 208 | man/msdog.texi |
| 209 | man/mule.texi "Luc Teirlinck" | 209 | man/mule.texi "Luc Teirlinck" |
| 210 | man/m-x.texi "Luc Teirlinck" | 210 | man/m-x.texi "Luc Teirlinck" |
| 211 | man/picture.texi | 211 | man/picture.texi Joakim Verona <joakim@verona.se> |
| 212 | man/programs.texi "Stephen Eglen" | 212 | man/programs.texi "Stephen Eglen" |
| 213 | man/regs.texi "Luc Teirlinck" | 213 | man/regs.texi "Luc Teirlinck" |
| 214 | man/rmail.texi | 214 | man/rmail.texi |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed352686eb6..f42a4ba7f7e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-01-29 Luc Teirlinck <teirllm@auburn.edu> | 9 | 2005-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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org> | 22 | 2005-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. |