diff options
| author | Gerd Moellmann | 2001-03-15 09:44:37 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-15 09:44:37 +0000 |
| commit | c899e7e637dd931f2b856374e314bd933fe85a57 (patch) | |
| tree | 8c7a4c1eded6858a3775b27931a8867e9fc994a3 | |
| parent | 7a283f3621d1901aa66313973d67a868bc8f4404 (diff) | |
| download | emacs-c899e7e637dd931f2b856374e314bd933fe85a57.tar.gz emacs-c899e7e637dd931f2b856374e314bd933fe85a57.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 20 |
2 files changed, 25 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b08881af234..4b1ec4e5263 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-03-15 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/ispell.el (ispell-dictionary-alist-6): Add support | ||
| 4 | for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,Bm(Bk ml.). | ||
| 5 | |||
| 1 | 2001-03-14 Gerd Moellmann <gerd@gnu.org> | 6 | 2001-03-14 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * bindings.el (features): Add `md5' and `overlay' to the list. | 8 | * bindings.el (features): Add `md5' and `overlay' to the list. |
diff --git a/src/ChangeLog b/src/ChangeLog index b84e17cdf14..835c9a5d490 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2001-03-15 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * data.c (store_symval_forwarding): Add parameter BUF. If BUF is | ||
| 4 | non-null, set a per-buffer value in BUF instead of the current | ||
| 5 | buffer. | ||
| 6 | (swap_in_global_binding, swap_in_symval_forwarding, Fset_default): | ||
| 7 | Call store_symval_forwarding with BUF null. | ||
| 8 | (set_internal): Call store_symval_forwarding with the BUF | ||
| 9 | parameter passed to set_internal. Formerly, the value was always | ||
| 10 | set in the current buffer; the buffer recorded in specbind for | ||
| 11 | this case wasn't used. | ||
| 12 | (arith_driver): Reindent. | ||
| 13 | |||
| 14 | * buffer.c (swap_out_buffer_local_variables): Call | ||
| 15 | store_symval_forwarding with BUF null. | ||
| 16 | |||
| 17 | * lisp.h (store_symval_forwarding): Change prototype. | ||
| 18 | |||
| 19 | * eval.c (specbind): Call store_symval_forwarding with BUF null. | ||
| 20 | |||
| 1 | 2001-03-14 Gerd Moellmann <gerd@gnu.org> | 21 | 2001-03-14 Gerd Moellmann <gerd@gnu.org> |
| 2 | 22 | ||
| 3 | * frame.c (do_switch_frame): Remove unused parameter NO_EVENT, add | 23 | * frame.c (do_switch_frame): Remove unused parameter NO_EVENT, add |