Mercurial > emacs
changeset 36820:8d81dd7b1449
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 15 Mar 2001 09:44:37 +0000 |
parents | c21e776b768a |
children | 3caf523e6afd |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Mar 15 09:44:10 2001 +0000 +++ b/lisp/ChangeLog Thu Mar 15 09:44:37 2001 +0000 @@ -1,3 +1,8 @@ +2001-03-15 Gerd Moellmann <gerd@gnu.org> + + * textmodes/ispell.el (ispell-dictionary-alist-6): Add support + for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,Bm(Bk ml.). + 2001-03-14 Gerd Moellmann <gerd@gnu.org> * bindings.el (features): Add `md5' and `overlay' to the list.
--- a/src/ChangeLog Thu Mar 15 09:44:10 2001 +0000 +++ b/src/ChangeLog Thu Mar 15 09:44:37 2001 +0000 @@ -1,3 +1,23 @@ +2001-03-15 Gerd Moellmann <gerd@gnu.org> + + * data.c (store_symval_forwarding): Add parameter BUF. If BUF is + non-null, set a per-buffer value in BUF instead of the current + buffer. + (swap_in_global_binding, swap_in_symval_forwarding, Fset_default): + Call store_symval_forwarding with BUF null. + (set_internal): Call store_symval_forwarding with the BUF + parameter passed to set_internal. Formerly, the value was always + set in the current buffer; the buffer recorded in specbind for + this case wasn't used. + (arith_driver): Reindent. + + * buffer.c (swap_out_buffer_local_variables): Call + store_symval_forwarding with BUF null. + + * lisp.h (store_symval_forwarding): Change prototype. + + * eval.c (specbind): Call store_symval_forwarding with BUF null. + 2001-03-14 Gerd Moellmann <gerd@gnu.org> * frame.c (do_switch_frame): Remove unused parameter NO_EVENT, add