From 46a2df8eadc83ffab459d9869fc9f1ef11997899 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 14 May 2006 22:52:37 +0000 Subject: [PATCH] *** empty log message *** --- lispref/ChangeLog | 2 ++ src/ChangeLog | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 52cfa33acfe..ceb5b9e8024 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,7 @@ 2006-05-14 Richard Stallman + * buffers.texi (Creating Buffers): Cleanup. + * files.texi (Visiting Functions): Rewrite in find-file-noselect. 2006-05-13 Eli Zaretskii diff --git a/src/ChangeLog b/src/ChangeLog index a4b78542ee3..91b8ee926e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +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 * xterm.c (handle_one_xevent): Check that f is not NULL before -- 2.39.5