aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2006-05-16 10:54:37 +0000
committerKim F. Storm2006-05-16 10:54:37 +0000
commitb3abe3a5ef6bf8f6c3e7247dcd12d52da95adda9 (patch)
treeb688c20252fa9413a0c5e39afcdbd3fa6629e81f /src
parente6966ef0a771f0afe79b22767b3a6ed81dadf252 (diff)
downloademacs-b3abe3a5ef6bf8f6c3e7247dcd12d52da95adda9.tar.gz
emacs-b3abe3a5ef6bf8f6c3e7247dcd12d52da95adda9.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 91b8ee926e8..1a58d0b5905 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,10 +1,15 @@
12006-05-16 Kim F. Storm <storm@cua.dk>
2
3 * xterm.c (handle_one_xevent): Check that f is not NULL before
4 calling x_kill_gs_process.
5
12006-05-14 Richard Stallman <rms@gnu.org> 62006-05-14 Richard Stallman <rms@gnu.org>
2 7
3 * textprop.c (Fnext_single_char_property_change) 8 * textprop.c (Fnext_single_char_property_change)
4 (Fprevious_single_char_property_change): Don't allow returning 9 (Fprevious_single_char_property_change): Don't allow returning
5 value beyond LIMIT in any cases. 10 value beyond LIMIT in any cases.
6 (Fnext_char_property_change, Fprevious_char_property_change): Doc fix. 11 (Fnext_char_property_change, Fprevious_char_property_change): Doc fix.
7 12
8 * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV. 13 * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV.
9 14
102006-05-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 152006-05-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>