Mercurial > emacs
changeset 44538:83058ae4a115
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 12 Apr 2002 09:41:58 +0000 |
parents | a80baec69a4e |
children | 634e1b1b00a6 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Apr 12 09:40:56 2002 +0000 +++ b/lisp/ChangeLog Fri Apr 12 09:41:58 2002 +0000 @@ -1,3 +1,7 @@ +2002-04-12 Dave Love <fx@gnu.org> + + * help.el (string-key-binding): Deal with margin events. + 2002-04-12 Francesco Potorti` <pot@gnu.org> * comint.el (comint-password-prompt-regexp): Match" SMB password".
--- a/src/ChangeLog Fri Apr 12 09:40:56 2002 +0000 +++ b/src/ChangeLog Fri Apr 12 09:41:58 2002 +0000 @@ -1,3 +1,22 @@ +2002-04-12 Gerd Moellmann <gerd@gnu.org> + + * dispnew.c (marginal_area_string): Check that glyph row is enabled. + +2002-04-05 Dave Love <fx@gnu.org> + + * dispnew.c (marginal_area_string): New. + + * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN. + (Qleft_margin, Qright_margin): Declare. + (coordinates_in_window, (Fcoordinates_in_window_p): Deal with + margins. + + * xterm.c (note_mode_line_or_margin_highlight): Renamed from + note_mode_line_highlight and extended. + + * keyboard.c (Qleft_margin, Qright_margin): Declare. + (make_lispy_event): Deal with mouse events in margins. + 2002-04-12 Stefan Monnier <monnier@cs.yale.edu> * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.