diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1db6c2539eb..3078e34d815 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,12 @@ | |||
| 1 | 2000-12-08 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2000-12-08 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 2 | ||
| 3 | * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands. | ||
| 4 | (cvs-menu-map): Remove. | ||
| 5 | * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'. | ||
| 6 | (cvs-mode-quit): Turn it back into a plain function. | ||
| 7 | |||
| 3 | * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp) | 8 | * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp) |
| 4 | (texinfo-filter): Removed (moved to texinfo.el). | 9 | (texinfo-filter): Remove (move to texinfo.el). |
| 5 | 10 | ||
| 6 | * textmodes/texinfo.el: Move the (require 'cl) to the front of the | 11 | * textmodes/texinfo.el: Move the (require 'cl) to the front of the |
| 7 | file where it's more visible. | 12 | file where it's more visible. |