*** empty log message ***

This commit is contained in:
Kim F. Storm
2006-05-16 10:54:37 +00:00
parent e6966ef0a7
commit b3abe3a5ef
3 changed files with 16 additions and 3 deletions

View 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>

View 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

View 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,Ad(Brv <jan.h.d@swipnet.se>