# HG changeset patch # User Stefan Monnier # Date 976294737 0 # Node ID d083796e5aef520b4cdd5ba15cf076c8b35af53a # Parent 25976c39c41ea41782a03e6cb88999f24debd8f8 *** empty log message *** diff -r 25976c39c41e -r d083796e5aef lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 08 16:58:45 2000 +0000 +++ b/lisp/ChangeLog Fri Dec 08 16:58:57 2000 +0000 @@ -1,7 +1,12 @@ 2000-12-08 Stefan Monnier + * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands. + (cvs-menu-map): Remove. + * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'. + (cvs-mode-quit): Turn it back into a plain function. + * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp) - (texinfo-filter): Removed (moved to texinfo.el). + (texinfo-filter): Remove (move to texinfo.el). * textmodes/texinfo.el: Move the (require 'cl) to the front of the file where it's more visible.