Mercurial > emacs
comparison src/ChangeLog @ 53512:1e4599403b8b
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 06 Jan 2004 22:35:56 +0000 |
parents | a48d12609a3e |
children | a922672c7020 |
comparison
equal
deleted
inserted
replaced
53511:eca25761c2b7 | 53512:1e4599403b8b |
---|---|
1 2004-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 | |
1 2004-01-06 Andreas Schwab <schwab@suse.de> | 25 2004-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 |
4 character. | 28 character. |
5 | 29 |