Mercurial > emacs
diff src/ChangeLog @ 44538:83058ae4a115
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 12 Apr 2002 09:41:58 +0000 |
parents | ce826e8a3a41 |
children | 634e1b1b00a6 |
line wrap: on
line diff
--- 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.