# HG changeset patch # User Gerd Moellmann # Date 984409050 0 # Node ID fa8bc7dd83aa2383c05b49c29650a8e9ffaf352d # Parent 783da1783d8ba1d0322323d0a6631282f9400f9a *** empty log message *** diff -r 783da1783d8b -r fa8bc7dd83aa lisp/ChangeLog --- a/lisp/ChangeLog Mon Mar 12 14:53:39 2001 +0000 +++ b/lisp/ChangeLog Mon Mar 12 14:57:30 2001 +0000 @@ -1,3 +1,8 @@ +2001-03-12 Gerd Moellmann + + * emacs-lisp/autoload.el (generate-file-autoloads): Remove + warning about line lengths. + 2001-03-12 Philippe Waroquiers * progmodes/etags.el (tags-compression-info-list): New variable. @@ -35,11 +40,11 @@ (vc-print-log): Don't switch to the *vc* buffer before the command, so that local variable bindings are preserved. - * vc-{cvs,rcs,sccs}.el: (vc-*-print-log): Output to buffer *vc*, + * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*, not the current buffer. (vc-*-diff): Output to buffer *vc-diff*, not the current buffer. - * vc-cvs.el: (vc-cvs-checkin): When removing the sticky tag, + * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag, make output go to buffer *vc*, not the current buffer. 2001-03-09 Stefan Monnier