diff options
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2342f10f34b..29767bd16d6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,9 +1,12 @@ | |||
| 1 | 2005-08-01 Nick Roberts <nickrob@snap.net.nz> | 1 | 2005-08-01 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 2 | ||
| 3 | Update copyright notices of files in progmodes directory for | ||
| 4 | release of Emacs 22.1. | ||
| 5 | |||
| 3 | * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie. | 6 | * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie. |
| 4 | 7 | ||
| 5 | * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie. | 8 | * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie. Don't |
| 6 | (gud-tooltip-mode): Don't barf if the GUD buffer has been killed. | 9 | barf if the GUD buffer has been killed. |
| 7 | 10 | ||
| 8 | 2005-08-01 Kim F. Storm <storm@cua.dk> | 11 | 2005-08-01 Kim F. Storm <storm@cua.dk> |
| 9 | 12 | ||