diff options
| author | Dmitry Antipov | 2013-08-26 18:00:55 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-26 18:00:55 +0400 |
| commit | e1d0341e25d588120cc58ec9114539afaf74e572 (patch) | |
| tree | 9dfffc7447fa0e73aa8d3ac17fed457c1c7178a8 /src/ChangeLog | |
| parent | 78fc2530af6b5b36351542b5662ba5d9d5813d04 (diff) | |
| download | emacs-e1d0341e25d588120cc58ec9114539afaf74e572.tar.gz emacs-e1d0341e25d588120cc58ec9114539afaf74e572.zip | |
* lisp.h (Mouse_HLInfo): Drop set-but-unused members
mouse_face_beg_y and mouse_face_end_y.
* xdisp.c (note_tool_bar_highlight, mouse_face_from_buffer_pos)
(mouse_face_from_string_pos, note_mode_line_or_margin_highlight):
Adjust users and update comment where appropriate.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a017eaa62f0..a065a91d32b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-08-26 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * lisp.h (Mouse_HLInfo): Drop set-but-unused members | ||
| 4 | mouse_face_beg_y and mouse_face_end_y. | ||
| 5 | * xdisp.c (note_tool_bar_highlight, mouse_face_from_buffer_pos) | ||
| 6 | (mouse_face_from_string_pos, note_mode_line_or_margin_highlight): | ||
| 7 | Adjust users and update comment where appropriate. | ||
| 8 | |||
| 1 | 2013-08-26 Martin Rudalics <rudalics@gmx.at> | 9 | 2013-08-26 Martin Rudalics <rudalics@gmx.at> |
| 2 | 10 | ||
| 3 | * frame.c (check_minibuf_window): New function. | 11 | * frame.c (check_minibuf_window): New function. |