aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2002-04-12 09:43:20 +0000
committerGerd Moellmann2002-04-12 09:43:20 +0000
commite9f8a3abf3230e0141b4ab934a77708408770ae8 (patch)
tree41566f7b14572b9599df0b66fbfacfd653ac873b /src
parentf03b7c7d8a8328bc36e19958616dc78f28fe2bac (diff)
downloademacs-e9f8a3abf3230e0141b4ab934a77708408770ae8.tar.gz
emacs-e9f8a3abf3230e0141b4ab934a77708408770ae8.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8448a1cb0f9..235ebd2ee6a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12002-04-12 Gerd Moellmann <gerd@gnu.org>
2
3 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
4
52002-04-12 Dave Love <fx@gnu.org>
6
7 * dispnew.c (marginal_area_string): New.
8
9 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
10 (Qleft_margin, Qright_margin): Declare.
11 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with
12 margins.
13
14 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
15 note_mode_line_highlight and extended.
16
17 * keyboard.c (Qleft_margin, Qright_margin): Declare.
18 (make_lispy_event): Deal with mouse events in margins.
19
12002-04-12 Stefan Monnier <monnier@cs.yale.edu> 202002-04-12 Stefan Monnier <monnier@cs.yale.edu>
2 21
3 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT. 22 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.