diff options
| -rw-r--r-- | lib-src/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 10 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4b90e42f366..0258c09f0ee 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2000-03-19 Dave Love <fx@gnu.org> | 1 | 2000-04-19 Dave Love <fx@gnu.org> |
| 2 | 2 | ||
| 3 | * etags.c (Texinfo_functions): New function. | 3 | * etags.c (Texinfo_functions): New function. |
| 4 | (lang_names): Install it. | 4 | (lang_names): Install it. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7480a71d350..6337e6f78ff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-04-19 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | ||
| 4 | (cl-mapc): Rename from mapc. Fix the funcall. | ||
| 5 | |||
| 1 | 2000-04-19 Gerd Moellmann <gerd@gnu.org> | 6 | 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * simple.el (clone-indirect-buffer-other-window): New command. | 8 | * simple.el (clone-indirect-buffer-other-window): New command. |
diff --git a/src/ChangeLog b/src/ChangeLog index b466b0c62a5..300a1c65a1d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-04-19 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * fns.c (syms_of_fns): Defsubr mapc. | ||
| 4 | |||
| 1 | 2000-04-19 Stefan Monnier <monnier@cs.yale.edu> | 5 | 2000-04-19 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 6 | ||
| 3 | * regex.c (re_match_2_internal): Don't shorten the strings anymore, | 7 | * regex.c (re_match_2_internal): Don't shorten the strings anymore, |