comparison lisp/ChangeLog @ 108095:5d8908130ff2

Minor authors.el updates. * emacs-lisp/authors.el (authors-obsolete-files-regexps): Ignore VCS-ignore files, and deleted nextstep preferences files. (authors-ignored-files): Ignore deleted cedet test files, and "*.el". (authors-ambiguous-files): New list. (authors-valid-file-names): Add some deleted files. (authors-renamed-files-alist): Add font-setting.el, edt-user.doc. (authors-disambiguate-file-name): New function. (Bug#5501) (authors-canonical-file-name): Doc fix. Don't warn about obsolete files. (authors-canonical-file-name, authors-scan-el): Use authors-disambiguate-file-name.
author Glenn Morris <rgm@gnu.org>
date Fri, 23 Apr 2010 19:16:13 -0700
parents 34eca4ecfbe6
children 3040d386675c
comparison
equal deleted inserted replaced
108094:7a80cd5e5722 108095:5d8908130ff2
1 2010-04-24 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
4 Ignore VCS-ignore files, and deleted nextstep preferences files.
5 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
6 (authors-ambiguous-files): New list.
7 (authors-valid-file-names): Add some deleted files.
8 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
9 (authors-disambiguate-file-name): New function. (Bug#5501)
10 (authors-canonical-file-name): Doc fix.
11 Don't warn about obsolete files.
12 (authors-canonical-file-name, authors-scan-el):
13 Use authors-disambiguate-file-name.
14
1 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca> 15 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2 16
3 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function. 17 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
4 (byte-compile-setq-default): Optimize for the 18 (byte-compile-setq-default): Optimize for the
5 single-var case and don't call byte-compile-form in this case to avoid 19 single-var case and don't call byte-compile-form in this case to avoid