diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8b51bb6059e..14b2c748b7d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2009-09-29 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (lisptagsfiles4): New. | ||
| 4 | (AUTOGENEL): Add cedet loaddefs files. | ||
| 5 | (TAGS, TAGS-LISP): Use $lisptagsfiles4. | ||
| 6 | (update-elclist, compile-always, backup-compiled-files) | ||
| 7 | (bootstrap-clean): Add yet another directory level. | ||
| 8 | (update-elclist): Use LC_COLLATE rather than COLLATE. | ||
| 9 | (ELCFILES): Update, via `make update-elclist'. | ||
| 10 | |||
| 1 | 2009-09-29 Juanma Barranquero <lekktu@gmail.com> | 11 | 2009-09-29 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 12 | ||
| 3 | * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros. | 13 | * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros. |
| @@ -7,7 +17,7 @@ | |||
| 7 | 2009-09-28 Andreas Schwab <schwab@linux-m68k.org> | 17 | 2009-09-28 Andreas Schwab <schwab@linux-m68k.org> |
| 8 | 18 | ||
| 9 | * Makefile.in (lisptagsfiles3): Define. | 19 | * Makefile.in (lisptagsfiles3): Define. |
| 10 | (TAGS TAGS-LISP): Use it. | 20 | (TAGS, TAGS-LISP): Use it. |
| 11 | (update-elclist): Add third directory level to look for elc files. | 21 | (update-elclist): Add third directory level to look for elc files. |
| 12 | (compile-always): Likewise. | 22 | (compile-always): Likewise. |
| 13 | (backup-compiled-files): Likewise. | 23 | (backup-compiled-files): Likewise. |