diff options
| author | Glenn Morris | 2006-12-03 01:02:32 +0000 |
|---|---|---|
| committer | Glenn Morris | 2006-12-03 01:02:32 +0000 |
| commit | 233820156b6e17bf44ab4c0a502faf97861706c2 (patch) | |
| tree | 40301874ba6b2c53359ff4ca6056c8ff14123751 | |
| parent | c9c18440514ae6f2b68c30bd740ade2c28db05c4 (diff) | |
| download | emacs-233820156b6e17bf44ab4c0a502faf97861706c2.tar.gz emacs-233820156b6e17bf44ab4c0a502faf97861706c2.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 15 |
2 files changed, 19 insertions, 0 deletions
| @@ -2,6 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | * Makefile.in: Fix Copyright format. | 3 | * Makefile.in: Fix Copyright format. |
| 4 | 4 | ||
| 5 | * configure.in (AH_TOP): Add missing Copyright year. | ||
| 6 | |||
| 7 | * update-subdirs: Add missing Copyright years. | ||
| 8 | |||
| 5 | 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) | 9 | 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) |
| 6 | 10 | ||
| 7 | * Makefile.in: Touch only the parts of the share/emacs directory | 11 | * Makefile.in: Touch only the parts of the share/emacs directory |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c85e3ff7ba6..ebe9c84ce31 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2006-12-03 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/cc-align.el | ||
| 4 | * progmodes/cc-awk.el | ||
| 5 | * progmodes/cc-cmds.el | ||
| 6 | * progmodes/cc-compat.el | ||
| 7 | * progmodes/cc-defs.el | ||
| 8 | * progmodes/cc-engine.el | ||
| 9 | * progmodes/cc-langs.el | ||
| 10 | * progmodes/cc-menus.el | ||
| 11 | * progmodes/cc-mode.el | ||
| 12 | * progmodes/cc-styles.el | ||
| 13 | * progmodes/cc-vars.el | ||
| 14 | * progmodes/vhdl-mode.el: Fix Copyright format. | ||
| 15 | |||
| 1 | 2006-12-02 Chong Yidong <cyd@stupidchicken.com> | 16 | 2006-12-02 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 17 | ||
| 3 | * mouse.el (mouse-drag-track): Suppress automatic hscrolling for | 18 | * mouse.el (mouse-drag-track): Suppress automatic hscrolling for |