Mercurial > emacs
changeset 36119:160a80dcf6b0
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 16 Feb 2001 13:17:38 +0000 |
parents | 4459c383591a |
children | 927cbaaa27f8 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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 <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.