diff options
| author | Richard M. Stallman | 2005-08-11 14:01:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-08-11 14:01:38 +0000 |
| commit | 6e2d14c82468c52831d2d6c513d6bd4ef6afc406 (patch) | |
| tree | 470e240f72fec59a88d76064123e02adc75a0808 | |
| parent | 60aee8b29f2e0a10bdc7f4b09e2bff0e9ee27dff (diff) | |
| download | emacs-6e2d14c82468c52831d2d6c513d6bd4ef6afc406.tar.gz emacs-6e2d14c82468c52831d2d6c513d6bd4ef6afc406.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d8f3e0f6ca..b1b69bca123 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2005-08-11 Richard M. Stallman <rms@gnu.org> | 1 | 2005-08-11 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * simple.el (pop-global-mark): Reverse test of widen-automatically. | ||
| 4 | |||
| 3 | * battery.el (battery-status-function): Don't use ignore-errors. | 5 | * battery.el (battery-status-function): Don't use ignore-errors. |
| 4 | 6 | ||
| 5 | 2005-08-11 Lute Kamstra <lute@gnu.org> | 7 | 2005-08-11 Lute Kamstra <lute@gnu.org> |
diff --git a/src/ChangeLog b/src/ChangeLog index 68614d7c8c4..7a572c8271c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-08-11 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * image.c (syms_of_image): Init image_types here, and call define_image_type. | ||
| 4 | (init_image): Not here. | ||
| 5 | |||
| 1 | 2005-08-09 Richard M. Stallman <rms@gnu.org> | 6 | 2005-08-09 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input. | 8 | * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input. |