aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 59f7ca34653..6e51be5b1c7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12001-06-26 Gerd Moellmann <gerd@gnu.org>
2
3 * xdisp.c (handle_invisible_prop): Deal with overlay strings at
4 the start of invisible text.
5 (setup_for_ellipsis): New function.
6 (next_overlay_string): After all overlay strings have been
7 processed, display an ellipsis if necessary.
8 (load_overlay_strings, get_overlay_strings): Add parameter CHARPOS.
9 (push_it): Initialize display_ellipsis_p on the iterator's stack.
10
11 * dispextern.h (struct iterator_stack_entry): Add member
12 display_ellipsis_p.
13
12001-06-25 Gerd Moellmann <gerd@gnu.org> 142001-06-25 Gerd Moellmann <gerd@gnu.org>
2 15
3 * widget.c (EmacsFrameSetCharSize): Set XtNwaitForWm depending 16 * widget.c (EmacsFrameSetCharSize): Set XtNwaitForWm depending