diff options
| author | Kim F. Storm | 2004-09-13 08:17:56 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-09-13 08:17:56 +0000 |
| commit | 93e212f940c5cf5231e3dd2884a8c5c0e1e1d80a (patch) | |
| tree | 22b48b4169d9fb46ab380da559d1244c869769c5 | |
| parent | 662b102f12fc2a2df55cb1f901b53f8e0c186f23 (diff) | |
| download | emacs-93e212f940c5cf5231e3dd2884a8c5c0e1e1d80a.tar.gz emacs-93e212f940c5cf5231e3dd2884a8c5c0e1e1d80a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | man/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 83f7c83c038..892e2c4790b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-09-13 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * isearch.el (isearch-resume-in-command-history): Rename from | ||
| 4 | isearch-resume-enabled and change default to nil. | ||
| 5 | |||
| 1 | 2004-09-12 Stefan <monnier@iro.umontreal.ca> | 6 | 2004-09-12 Stefan <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * vc-hooks.el (vc-ignore-dir-regexp): New var. | 8 | * vc-hooks.el (vc-ignore-dir-regexp): New var. |
diff --git a/man/ChangeLog b/man/ChangeLog index 1dea7a26a39..75e8d3d7c76 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-09-13 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * mini.texi (Repetition): Rename isearch-resume-enabled to | ||
| 4 | isearch-resume-in-command-history and change default to disabled. | ||
| 5 | |||
| 1 | 2004-09-10 Simon Josefsson <jas@extundo.com> | 6 | 2004-09-10 Simon Josefsson <jas@extundo.com> |
| 2 | 7 | ||
| 3 | * gnus.texi (IMAP): Add example. Suggested and partially written | 8 | * gnus.texi (IMAP): Add example. Suggested and partially written |