]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Fri, 11 Nov 2005 15:45:18 +0000 (15:45 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 11 Nov 2005 15:45:18 +0000 (15:45 +0000)
admin/ChangeLog
src/ChangeLog

index 0f4438aa24c431cf2c16a202be707a94a41e7897..ff753ae0b6f81891fb8780219ff5ec7af5cc8a01 100644 (file)
@@ -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.
index cdba368c48a2be8ae5ff3c08fe22be9357bfd83c..80df9d42123ca8976243cff32fe57c3ff7ab40f1 100644 (file)
@@ -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.