changeset 70676:94777c0d5d77

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 16 May 2006 10:54:37 +0000
parents fd67818fc8dc
children 89c31b218b28
files lisp/ChangeLog lispref/ChangeLog src/ChangeLog
diffstat 3 files changed, 16 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue May 16 10:52:14 2006 +0000
+++ b/lisp/ChangeLog	Tue May 16 10:54:37 2006 +0000
@@ -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>
--- a/lispref/ChangeLog	Tue May 16 10:52:14 2006 +0000
+++ b/lispref/ChangeLog	Tue May 16 10:54:37 2006 +0000
@@ -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
--- a/src/ChangeLog	Tue May 16 10:52:14 2006 +0000
+++ b/src/ChangeLog	Tue May 16 10:54:37 2006 +0000
@@ -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,Ad(Brv  <jan.h.d@swipnet.se>