diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35e2ba3525c..1458541bbbe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de> | 1 | 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 2 | ||
| 3 | * savehist.el (savehist): Add :version. | ||
| 4 | (savehist-ignored-variables): New variable. | ||
| 5 | (savehist-minibuffer-hook): Don't save variables listed in | ||
| 6 | `savehist-ignored-variables'. | ||
| 7 | |||
| 3 | * dired.el (dired-dnd-protocol-alist): Mention that change does | 8 | * dired.el (dired-dnd-protocol-alist): Mention that change does |
| 4 | only apply to new buffers in doc string. | 9 | only apply to new buffers in doc string. |
| 5 | 10 | ||