]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 16 Feb 2001 13:17:38 +0000 (13:17 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 16 Feb 2001 13:17:38 +0000 (13:17 +0000)
lisp/ChangeLog
src/ChangeLog

index ecb3b657807f441a5e0c39c1f97f5af374197ecb..11348cf9e1ef5944425f061a49809bbc1d36ee47 100644 (file)
@@ -1,3 +1,8 @@
+2001-02-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting 
+       of cal-tex-24.
+
 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
index 8dc06f2f31489098ff4b374e7417725bc5f38c49..80218611241f0fa92f2e34a9779127ba68593476 100644 (file)
@@ -1,5 +1,16 @@
 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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.