From c56b1c1bc9566eb025368024097184235fcefb05 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 16 Feb 2001 13:17:38 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ecb3b657807..11348cf9e1e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 8dc06f2f314..80218611241 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.11.4.GIT