diff options
| author | Glenn Morris | 2009-01-15 03:27:12 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-15 03:27:12 +0000 |
| commit | 6b5e47dd92736b0cdf870ecf66dda3fea02a91f0 (patch) | |
| tree | 2114a535e9dee3540e51be2d8bb49984351c5161 /lisp/ChangeLog | |
| parent | 7b10e6ec61e092f2946cc6246bfd55c96cbda19e (diff) | |
| download | emacs-6b5e47dd92736b0cdf870ecf66dda3fea02a91f0.tar.gz emacs-6b5e47dd92736b0cdf870ecf66dda3fea02a91f0.zip | |
(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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6701165f825..fb2dd09cb7d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 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 |
| @@ -9660,6 +9669,7 @@ | |||
| 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. |