diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index beb0fd4f506..357b78cb8f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2001-03-08 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-08 Gerd Moellmann <gerd@gnu.org> |
| 2 | 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. | ||
| 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 | ||