aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2004-01-06 22:35:56 +0000
committerKim F. Storm2004-01-06 22:35:56 +0000
commit634910c8fbe0efb5f414b673df9e58658f8d50c6 (patch)
tree7a63e26239fbd00f9612287581aec9c28ab1e7a8 /src/ChangeLog
parenta8410c29b150d87270f091e257f1215eba093dd6 (diff)
downloademacs-634910c8fbe0efb5f414b673df9e58658f8d50c6.tar.gz
emacs-634910c8fbe0efb5f414b673df9e58658f8d50c6.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5447337a570..8c173e02c46 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,27 @@
12004-01-06 Kim F. Storm <storm@cua.dk>
2
3 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
4 object and image object. Return glyph width and height.
5 (mode_line_string, marginal_area_string): Ditto.
6
7 * dispextern.h (buffer_posn_from_coords, mode_line_string)
8 (marginal_area_string): Fix prototypes.
9
10 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
11 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
12 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
13
14 * keyboard.c (make_lispy_position): Use modified mode_line_string,
15 buffer_posn_from_coords, and marginal_area_string functions to
16 include both string object and image object in the lispy position.
17 Also add actual glyph width and height to position.
18 (read_key_sequence): Use real buffer position from mouse
19 event to find keymap property even when click is in marginal area.
20
21 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
22 mode_line_string and marginal_area_string functions to handle
23 both string object and image object properties.
24
12004-01-06 Andreas Schwab <schwab@suse.de> 252004-01-06 Andreas Schwab <schwab@suse.de>
2 26
3 * syntax.c (skip_chars): Treat '-' at end of string as ordinary 27 * syntax.c (skip_chars): Treat '-' at end of string as ordinary