Mercurial > emacs
changeset 34486:101c7060c4bc
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 12 Dec 2000 15:07:44 +0000 |
parents | 072ecdc5d391 |
children | 5cdf7acaeb2d |
files | lisp/gnus/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Tue Dec 12 15:06:58 2000 +0000 +++ b/lisp/gnus/ChangeLog Tue Dec 12 15:07:44 2000 +0000 @@ -1,3 +1,7 @@ +2000-12-12 Eli Zaretskii <eliz@is.elta.co.il> + + * message.el (message-mode): Doc fix. + 2000-12-12 Gerd Moellmann <gerd@gnu.org> * smiley-ems.el (smiley-region): Doc fix.
--- a/src/ChangeLog Tue Dec 12 15:06:58 2000 +0000 +++ b/src/ChangeLog Tue Dec 12 15:07:44 2000 +0000 @@ -1,3 +1,11 @@ +2000-12-12 Eli Zaretskii <eliz@is.elta.co.il> + + * msdos.c (fast_find_position): Don't overstep the last window + row. + (IT_note_mouse_highlight): Initialize portion to -1. Remove + unused variable `area'. When looking for a row under (X,Y), give + up if some of the previous rows is not enabled. + 2000-12-12 Gerd Moellmann <gerd@gnu.org> * xdisp.c (setup_echo_area_for_printing, with_echo_area_buffer):