Mercurial > emacs
changeset 36744:fa8bc7dd83aa
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 12 Mar 2001 14:57:30 +0000 |
parents | 783da1783d8b |
children | a12182d34820 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + + * emacs-lisp/autoload.el (generate-file-autoloads): Remove + warning about line lengths. + 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be> * 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 <monnier@cs.yale.edu>