changeset 66816:5e7c7a5ed80e

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Fri, 11 Nov 2005 15:45:18 +0000
parents b9685771709d
children 98ff41842c94
files admin/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admin/ChangeLog	Fri Nov 11 15:36:36 2005 +0000
+++ b/admin/ChangeLog	Fri Nov 11 15:45:18 2005 +0000
@@ -1,3 +1,8 @@
+2005-11-11  Kim F. Storm  <storm@cua.dk>
+
+	* FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
+	when displaying a non-breaking space in an overlay string.
+
 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
 
 	* FOR-RELEASE: Init file change implemented.
--- a/src/ChangeLog	Fri Nov 11 15:36:36 2005 +0000
+++ b/src/ChangeLog	Fri Nov 11 15:45:18 2005 +0000
@@ -1,5 +1,9 @@
 2005-11-11  Kim F. Storm  <storm@cua.dk>
 
+	* .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
+	Add post hook to "backtrace" to always dump lisp call stack to
+	increase chance of people sending it to us when reporting bugs.
+
 	* doc.c (Fsubstitute_command_keys): Doc fix.
 
 	* dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.