*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 15 Mar 2001 09:44:37 +0000 (09:44 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 15 Mar 2001 09:44:37 +0000 (09:44 +0000)
lisp/ChangeLog
src/ChangeLog

index b08881a..4b1ec4e 100644 (file)
@@ -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\e,Bm\e(Bk ml.).
+
 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
 
        * bindings.el (features): Add `md5' and `overlay' to the list.
index b84e17c..835c9a5 100644 (file)
@@ -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