]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 16 May 2006 10:54:37 +0000 (10:54 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 16 May 2006 10:54:37 +0000 (10:54 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 29724b727481d6ea1ae6825cc48fe919fcc3dadf..147e449c35192d33a414a63142ffb0a19574338a 100644 (file)
@@ -1,7 +1,11 @@
+2006-05-16  Kim F. Storm  <storm@cua.dk>
+
+       * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
+       with read-from-minibuffer.
+
 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New
-       function.
+       * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
        (byte-compile-warnings): Fix safe-local-variable property.
 
 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
index ae8913134bb0de7c7ad57ea09379a57539d4a8db..caf04b086a7b162a9e9e84d43bb9f975497f0161 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-16  Kim F. Storm  <storm@cua.dk>
+
+       * minibuf.texi (Minibuffer History): Update add-to-history.
+
 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
 
        * nonascii.texi (Explicit Encoding): Fix
index 91b8ee926e88e2eeda6766d2cb8515845053c6d9..1a58d0b590554ec4f3a1fa3877115061c38084ad 100644 (file)
@@ -1,10 +1,15 @@
+2006-05-16  Kim F. Storm  <storm@cua.dk>
+
+       * xterm.c (handle_one_xevent): Check that f is not NULL before
+       calling x_kill_gs_process.
+
 2006-05-14  Richard Stallman  <rms@gnu.org>
 
        * textprop.c (Fnext_single_char_property_change)
        (Fprevious_single_char_property_change): Don't allow returning
        value beyond LIMIT in any cases.
        (Fnext_char_property_change, Fprevious_char_property_change): Doc fix.
-       
+
        * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV.
 
 2006-05-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>