1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 19:31:29 -07:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2005-11-11 15:45:18 +00:00
parent c698360f95
commit ab4d879ee6
2 changed files with 9 additions and 0 deletions

View 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.

View 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.