diff options
| author | Gerd Moellmann | 2001-04-25 14:51:11 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-04-25 14:51:11 +0000 |
| commit | bfd8410fc2e9901716ce0a772f8a455afe8f8e21 (patch) | |
| tree | 7bb86c525ca39423d4f2639dafddd0ffd04285a3 /src/ChangeLog | |
| parent | be2488ca370447b610e66a3ea98c43bd821cfb15 (diff) | |
| download | emacs-bfd8410fc2e9901716ce0a772f8a455afe8f8e21.tar.gz emacs-bfd8410fc2e9901716ce0a772f8a455afe8f8e21.zip | |
(mouse_face_overlay_overlaps): Fix the computation
of the number of overlays to check.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eb2f0d07c07..3f399316200 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-04-25 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-04-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * buffer.c (mouse_face_overlay_overlaps): Fix the computation | ||
| 4 | of the number of overlays to check. | ||
| 5 | |||
| 3 | * keyboard.c (command_loop_1): Redo change of 2001-03-12. | 6 | * keyboard.c (command_loop_1): Redo change of 2001-03-12. |
| 4 | 7 | ||
| 5 | * xdisp.c (try_window_id): Fix a case where window_end_pos | 8 | * xdisp.c (try_window_id): Fix a case where window_end_pos |