diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 958223c2855..2ee492aff86 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-01-04 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * delsel.el (delete-selection-mode): Doc fix. | ||
| 4 | |||
| 1 | 2008-01-04 Glenn Morris <rgm@gnu.org> | 5 | 2008-01-04 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * version.el (emacs-copyright): Update to 2008. | 7 | * version.el (emacs-copyright): Update to 2008. |
| @@ -23,6 +27,13 @@ | |||
| 23 | * textmodes/ispell.el (ispell-local-pdict): Add | 27 | * textmodes/ispell.el (ispell-local-pdict): Add |
| 24 | safe-local-variable properties. | 28 | safe-local-variable properties. |
| 25 | 29 | ||
| 30 | 2007-12-31 Richard Stallman <rms@gnu.org> | ||
| 31 | |||
| 32 | * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING. | ||
| 33 | Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include | ||
| 34 | `parent'. | ||
| 35 | (custom-group-value-create): Pass two args to custom-add-parent-links. | ||
| 36 | |||
| 26 | 2007-12-29 Richard Stallman <rms@gnu.org> | 37 | 2007-12-29 Richard Stallman <rms@gnu.org> |
| 27 | 38 | ||
| 28 | * font-lock.el (font-lock-prepend-text-property) | 39 | * font-lock.el (font-lock-prepend-text-property) |