From: Kim F. Storm Date: Fri, 11 Nov 2005 15:45:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~5951 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab4d879ee67c120fc1b6ab40e2ecea0aedb5b93d;p=emacs.git *** empty log message *** --- diff --git a/admin/ChangeLog b/admin/ChangeLog index 0f4438aa24c..ff753ae0b6f 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index cdba368c48a..80df9d42123 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.