comparison lisp/ChangeLog @ 108455:2d8a4d786871

Merge from mainline.
author Katsumi Yamaoka <katsumi@flagship2>
date Sun, 25 Apr 2010 13:11:29 +0000
parents 21b1df34bc55
children 5e9162ac53b2
comparison
equal deleted inserted replaced
108454:fada58304621 108455:2d8a4d786871
1 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
2
3 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
4 checkin in rev 100010.
5
6 2010-04-24 Glenn Morris <rgm@gnu.org>
7
8 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
9 Ignore VCS-ignore files, and deleted nextstep preferences files.
10 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11 (authors-ambiguous-files): New list.
12 (authors-valid-file-names): Add some deleted files.
13 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
14 (authors-disambiguate-file-name): New function. (Bug#5501)
15 (authors-canonical-file-name): Doc fix.
16 Don't warn about obsolete files.
17 (authors-canonical-file-name, authors-scan-el):
18 Use authors-disambiguate-file-name.
19
20 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
21 Add autoload cookies.
22 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
23 (generated-autoload-file): Set file-local value to "htmlfontify.el".
24 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
25 They have definitions / compiler macros in cl.el.
26 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
27 Replace manual autoloads with generated ones.
28 (htmlfontify-unload-rgb-file): Remove autoload.
29 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
30
1 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca> 31 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2 32
3 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function. 33 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
4 (byte-compile-setq-default): Optimize for the 34 (byte-compile-setq-default): Optimize for the
5 single-var case and don't call byte-compile-form in this case to avoid 35 single-var case and don't call byte-compile-form in this case to avoid