# HG changeset patch # User Kim F. Storm # Date 1147776877 0 # Node ID 94777c0d5d779c0696907e1b12bc578bca998b8f # Parent fd67818fc8dc2cb707912311d4c09af3eb512c00 *** empty log message *** diff -r fd67818fc8dc -r 94777c0d5d77 lisp/ChangeLog --- 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 + + * 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 -r fd67818fc8dc -r 94777c0d5d77 lispref/ChangeLog --- 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 + + * minibuf.texi (Minibuffer History): Update add-to-history. + 2006-05-15 Oliver Scholz (tiny change) * nonascii.texi (Explicit Encoding): Fix diff -r fd67818fc8dc -r 94777c0d5d77 src/ChangeLog --- 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 + + * 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