diff options
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | man/ChangeLog | 7 |
2 files changed, 18 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4375de0c189..53adc193d6a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2006-01-11 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * cus-edit.el (custom-reset-menu, custom-buffer-create-internal) | ||
| 4 | (custom-variable-menu, custom-face-menu, custom-group-menu) | ||
| 5 | (Custom-mode-menu): Change names of menu items. (As discussed on | ||
| 6 | emacs-devel.) | ||
| 7 | (custom-face-menu): Add "Undo Edits" item. | ||
| 8 | |||
| 9 | * startup.el (init-file-user): defcustom -> defvar. | ||
| 10 | |||
| 11 | * tooltip.el (tooltip-mode): Doc fix. | ||
| 12 | |||
| 1 | 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 14 | ||
| 3 | * reveal.el (reveal-post-command): window-buffer signals an error on | 15 | * reveal.el (reveal-post-command): window-buffer signals an error on |
diff --git a/man/ChangeLog b/man/ChangeLog index 16e9373c5b3..faecf0e138b 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-01-11 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * custom.texi (Changing a Variable, Face Customization): Update | ||
| 4 | for changes in Custom menus. | ||
| 5 | |||
| 1 | 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org> | 6 | 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 7 | ||
| 3 | * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts. | 8 | * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts. |
| @@ -40,7 +45,7 @@ | |||
| 40 | 45 | ||
| 41 | 2006-01-05 Carsten Dominik <dominik@science.uva.nl> | 46 | 2006-01-05 Carsten Dominik <dominik@science.uva.nl> |
| 42 | 47 | ||
| 43 | * org.texi: (Agenda Views): Chapter reorganized. | 48 | * org.texi (Agenda Views): Chapter reorganized. |
| 44 | 49 | ||
| 45 | 2006-01-02 Chong Yidong <cyd@stupidchicken.com> | 50 | 2006-01-02 Chong Yidong <cyd@stupidchicken.com> |
| 46 | 51 | ||