# HG changeset patch # User Kim F. Storm # Date 1131723918 0 # Node ID 5e7c7a5ed80e4c578569b3c2ac7e6cc0fd754e5d # Parent b9685771709df069dc34d3a0353ddf6843b02bf4 *** empty log message *** diff -r b9685771709d -r 5e7c7a5ed80e admin/ChangeLog --- 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 + + * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay + when displaying a non-breaking space in an overlay string. + 2005-10-30 Chong Yidong * FOR-RELEASE: Init file change implemented. diff -r b9685771709d -r 5e7c7a5ed80e src/ChangeLog --- 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 + * .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.