Mercurial > emacs
comparison lisp/ChangeLog @ 101195:d48dae481708
(authors-aliases, authors-fixed-case):
(authors-obsolete-files-regexps, authors-ignored-files):
(authors-renamed-files-alist): Add some entries.
(authors-fixed-entries): Change some entries.
(authors-canonical-file-name): Doc fix.
(authors-scan-change-log): Handle joint authorship in ChangeLogs.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 15 Jan 2009 03:27:12 +0000 |
parents | d51c49b9fe72 |
children | 7eba5f48f79f |
comparison
equal
deleted
inserted
replaced
101194:fdf43d7554a7 | 101195:d48dae481708 |
---|---|
1 2009-01-15 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case): | |
4 (authors-obsolete-files-regexps, authors-ignored-files): | |
5 (authors-renamed-files-alist): Add some entries. | |
6 (authors-fixed-entries): Change some entries. | |
7 (authors-canonical-file-name): Doc fix. | |
8 (authors-scan-change-log): Handle joint authorship in ChangeLogs. | |
9 | |
1 2009-01-14 Juri Linkov <juri@jurta.org> | 10 2009-01-14 Juri Linkov <juri@jurta.org> |
2 | 11 |
3 * info.el (Info-isearch-filter): Don't filter out invisible text | 12 * info.el (Info-isearch-filter): Don't filter out invisible text |
4 when search-invisible is t. (Bug#1848) | 13 when search-invisible is t. (Bug#1848) |
5 | 14 |
9658 | 9667 |
9659 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow | 9668 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow |
9660 hollow if not in innermost frame. | 9669 hollow if not in innermost frame. |
9661 | 9670 |
9662 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | 9671 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca> |
9672 | |
9663 Make `checkout-model' apply to filesets. | 9673 Make `checkout-model' apply to filesets. |
9664 * vc-hooks.el (vc-checkout-model): Rewrite. | 9674 * vc-hooks.el (vc-checkout-model): Rewrite. |
9665 (vc-before-save, vc-after-save): Adjust callers accordingly. | 9675 (vc-before-save, vc-after-save): Adjust callers accordingly. |
9666 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update) | 9676 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update) |
9667 (vc-transfer-file): Adjust callers accordingly. | 9677 (vc-transfer-file): Adjust callers accordingly. |