aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/FOR-RELEASE10
-rw-r--r--src/ChangeLog2
2 files changed, 2 insertions, 10 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 0362ea8a788..c1956dd805e 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -37,16 +37,6 @@ a bitmap appearence.
37 37
38* FATAL ERRORS 38* FATAL ERRORS
39 39
40** Emacs infloops in redisplay when displaying a non-breaking
41space in an overlay. Setting `nobreak-char-display' to nil makes the
42bug go away. The following form reproduces the bug:
43
44(overlay-put (make-overlay 1 2 nil t)
45 'after-string
46 (string (decode-char 'ucs #x00A0)))
47
48(Copy to *scratch* and evaluate.)
49
50** Investigate reported crashes in compact_small_strings. 40** Investigate reported crashes in compact_small_strings.
51 41
52** Investigate reported crashes related to using an 42** Investigate reported crashes related to using an
diff --git a/src/ChangeLog b/src/ChangeLog
index c7af9a83701..cdba368c48a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12005-11-11 Kim F. Storm <storm@cua.dk> 12005-11-11 Kim F. Storm <storm@cua.dk>
2 2
3 * doc.c (Fsubstitute_command_keys): Doc fix.
4
3 * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p. 5 * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
4 6
5 * xdisp.c (handle_stop): Skip overlay string handling if 7 * xdisp.c (handle_stop): Skip overlay string handling if