changeset 34377:d083796e5aef

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 08 Dec 2000 16:58:57 +0000
parents 25976c39c41e
children 5ae7af279df7
files lisp/ChangeLog
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <monnier@cs.yale.edu>
 
+	* 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.