# HG changeset patch # User Gerd Moellmann # Date 984649477 0 # Node ID 8d81dd7b144920130ed0ca8deff8c5adf4495170 # Parent c21e776b768a69cdde1aec5e354a125abca6b37e *** empty log message *** diff -r c21e776b768a -r 8d81dd7b1449 lisp/ChangeLog --- 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 + + * 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 * bindings.el (features): Add `md5' and `overlay' to the list. diff -r c21e776b768a -r 8d81dd7b1449 src/ChangeLog --- 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 + + * 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 * frame.c (do_switch_frame): Remove unused parameter NO_EVENT, add