Mercurial > emacs
comparison lisp/ChangeLog @ 95244:91375185a2f2
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 23 May 2008 04:46:47 +0000 |
parents | 54b3c5554f6f |
children | ae1ecb8cd760 |
comparison
equal
deleted
inserted
replaced
95243:b4feb647fec6 | 95244:91375185a2f2 |
---|---|
1 2008-05-23 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * Makefile.in (SOURCES): Remove, unused. | |
4 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'. | |
5 (TAGS, TAGS-LISP): Use a single rule with multiple targets. | |
6 Exclude more '*loaddefs' files. | |
7 (compile-always): Simplify '.elc' deletion. | |
8 | |
1 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca> | 9 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 10 |
3 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation. | 11 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation. |
4 (vc-bzr-revision-completion-table): Handle `boundaries' argument. | 12 (vc-bzr-revision-completion-table): Handle `boundaries' argument. |
5 | 13 |