aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-16 13:17:38 +0000
committerGerd Moellmann2001-02-16 13:17:38 +0000
commitc56b1c1bc9566eb025368024097184235fcefb05 (patch)
tree311ae5acf5878057b94c1c718dd76f68cd34def7
parent01000afdec07df3c8c083a5df95abc18e40d7201 (diff)
downloademacs-c56b1c1bc9566eb025368024097184235fcefb05.tar.gz
emacs-c56b1c1bc9566eb025368024097184235fcefb05.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog11
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ecb3b657807..11348cf9e1e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12001-02-16 Gerd Moellmann <gerd@gnu.org>
2
3 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
4 of cal-tex-24.
5
12001-02-16 Eli Zaretskii <eliz@is.elta.co.il> 62001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2 7
3 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix. 8 * 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 @@
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