aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-16 13:17:38 +0000
committerGerd Moellmann2001-02-16 13:17:38 +0000
commitc56b1c1bc9566eb025368024097184235fcefb05 (patch)
tree311ae5acf5878057b94c1c718dd76f68cd34def7 /src/ChangeLog
parent01000afdec07df3c8c083a5df95abc18e40d7201 (diff)
downloademacs-c56b1c1bc9566eb025368024097184235fcefb05.tar.gz
emacs-c56b1c1bc9566eb025368024097184235fcefb05.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8dc06f2f314..80218611241 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,16 @@
12001-02-16 Gerd Moellmann <gerd@gnu.org> 12001-02-16 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (handle_single_display_prop): Set iterator's position
4 to where the `display' property starts, like for images.
5 (dump_glyph): New function.
6 (dump_glyph_row): Use it. Dump info about marginal areas.
7
8 * dispnew.c (direct_output_for_insert): Recognize more cases where
9 glyphs can be written instead of being inserted.
10
11 * xterm.c (x_insert_glyphs): Call window_box_left to obtain
12 the left x-coordinate of the area to shift.
13
3 * dired.c (directory_files_internal): Set result list to nil 14 * dired.c (directory_files_internal): Set result list to nil
4 before retrying. 15 before retrying.
5 16