aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/ChangeLog5
-rw-r--r--src/ChangeLog4
2 files changed, 9 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 0f4438aa24c..ff753ae0b6f 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,8 @@
12005-11-11 Kim F. Storm <storm@cua.dk>
2
3 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
4 when displaying a non-breaking space in an overlay string.
5
12005-10-30 Chong Yidong <cyd@stupidchicken.com> 62005-10-30 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * FOR-RELEASE: Init file change implemented. 8 * FOR-RELEASE: Init file change implemented.
diff --git a/src/ChangeLog b/src/ChangeLog
index cdba368c48a..80df9d42123 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12005-11-11 Kim F. Storm <storm@cua.dk> 12005-11-11 Kim F. Storm <storm@cua.dk>
2 2
3 * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
4 Add post hook to "backtrace" to always dump lisp call stack to
5 increase chance of people sending it to us when reporting bugs.
6
3 * doc.c (Fsubstitute_command_keys): Doc fix. 7 * doc.c (Fsubstitute_command_keys): Doc fix.
4 8
5 * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p. 9 * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.