X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/32993295b900acebb2010323bdb3f7c1b6cd7d8a..906f211e1be9a7cc2759f63069e56bce312650c7:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97e109445d..e745026f82 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,13 @@ 2001-10-12 Stefan Monnier + * newcomment.el (comment-region-internal): Don't rebind + invisibility_spec now that the C routines handle it correctly. + + * help-funs.el (locate-library): Use load-suffixes and abbrev filename. + + * frame.el (special-display-popup-frame): Obey new specs `same-window' + and `same-frame'. + * menu-bar.el (minibuffer-local-*map): Take inheritance into account. * simple.el (minibuffer-local*-map): Remove redundant bindings. @@ -109,6 +117,9 @@ 2001-10-12 Gerd Moellmann + * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list): + Turn error for repeated variables into warning. + * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list): New function checking that lambda-list consists of non-constant symbols, that &rest and &optional are followed by variable names,