From b3abe3a5ef6bf8f6c3e7247dcd12d52da95adda9 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 16 May 2006 10:54:37 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 8 ++++++-- lispref/ChangeLog | 4 ++++ src/ChangeLog | 7 ++++++- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 29724b72748..147e449c351 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,11 @@ +2006-05-16 Kim F. Storm + + * subr.el (add-to-history): Add KEEP-ALL arg and align functionality + with read-from-minibuffer. + 2006-05-16 Reiner Steib - * 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 diff --git a/lispref/ChangeLog b/lispref/ChangeLog index ae8913134bb..caf04b086a7 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2006-05-16 Kim F. Storm + + * minibuf.texi (Minibuffer History): Update add-to-history. + 2006-05-15 Oliver Scholz (tiny change) * nonascii.texi (Explicit Encoding): Fix diff --git a/src/ChangeLog b/src/ChangeLog index 91b8ee926e8..1a58d0b5905 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,10 +1,15 @@ +2006-05-16 Kim F. Storm + + * xterm.c (handle_one_xevent): Check that f is not NULL before + calling x_kill_gs_process. + 2006-05-14 Richard Stallman * 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 -- 2.39.5