# HG changeset patch # User Gerd Moellmann # Date 982329458 0 # Node ID 160a80dcf6b060002c000f2ae706ace3b0ef39cf # Parent 4459c383591a2605f62276185eb443d1bb484c16 *** empty log message *** diff -r 4459c383591a -r 160a80dcf6b0 lisp/ChangeLog --- a/lisp/ChangeLog Fri Feb 16 13:15:18 2001 +0000 +++ b/lisp/ChangeLog Fri Feb 16 13:17:38 2001 +0000 @@ -1,3 +1,8 @@ +2001-02-16 Gerd Moellmann + + * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting + of cal-tex-24. + 2001-02-16 Eli Zaretskii * simple.el (kill-region, kill-line, kill-ring-save): Doc fix. diff -r 4459c383591a -r 160a80dcf6b0 src/ChangeLog --- a/src/ChangeLog Fri Feb 16 13:15:18 2001 +0000 +++ b/src/ChangeLog Fri Feb 16 13:17:38 2001 +0000 @@ -1,5 +1,16 @@ 2001-02-16 Gerd Moellmann + * xdisp.c (handle_single_display_prop): Set iterator's position + to where the `display' property starts, like for images. + (dump_glyph): New function. + (dump_glyph_row): Use it. Dump info about marginal areas. + + * dispnew.c (direct_output_for_insert): Recognize more cases where + glyphs can be written instead of being inserted. + + * xterm.c (x_insert_glyphs): Call window_box_left to obtain + the left x-coordinate of the area to shift. + * dired.c (directory_files_internal): Set result list to nil before retrying.