Mercurial > emacs
comparison src/ChangeLog @ 36674:8272cf0d49e7
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 08 Mar 2001 20:56:25 +0000 |
parents | f3b29117d2dd |
children | 3697f81943d8 |
comparison
equal
deleted
inserted
replaced
36673:e3523940caad | 36674:8272cf0d49e7 |
---|---|
1 2001-03-08 Gerd Moellmann <gerd@gnu.org> | 1 2001-03-08 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * xterm.c (note_mouse_highlight): Handle mouse-face and | |
4 help-echo in strings. | |
5 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P. | |
6 (fast_find_string_pos): New function. | |
7 | |
8 * xdisp.c (handle_face_prop, face_before_or_after_it_pos) | |
9 (display_string): Call face_at_string_position with new | |
10 parameter. | |
11 | |
12 * xfaces.c (face_at_string_position): Add parameter MOUSE_P. | |
13 Handle `mouse-face'. | |
14 | |
15 * dispextern.h (face_at_string_position): Change prototype. | |
2 | 16 |
3 * dired.c (directory_files_internal): Handle EAGAIN more | 17 * dired.c (directory_files_internal): Handle EAGAIN more |
4 efficiently. | 18 efficiently. |
5 | 19 |
6 * keyboard.c (make_lispy_event): Avoid generating drag events | 20 * keyboard.c (make_lispy_event): Avoid generating drag events |