# HG changeset patch # User Gerd Moellmann # Date 1018604518 0 # Node ID 83058ae4a115811ac3f51a064058a50287308a91 # Parent a80baec69a4e24e8239e5c06dd59d0af55121a33 *** empty log message *** diff -r a80baec69a4e -r 83058ae4a115 lisp/ChangeLog --- 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 + + * help.el (string-key-binding): Deal with margin events. + 2002-04-12 Francesco Potorti` * comint.el (comint-password-prompt-regexp): Match" SMB password". diff -r a80baec69a4e -r 83058ae4a115 src/ChangeLog --- 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 + + * dispnew.c (marginal_area_string): Check that glyph row is enabled. + +2002-04-05 Dave Love + + * 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 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.