diff options
| author | Eli Zaretskii | 2013-03-10 19:28:04 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-03-10 19:28:04 +0200 |
| commit | 138c0ae83dcf3daede8d8a12459c9fca13d15fac (patch) | |
| tree | 39c91f22d01b298a500830af5d96663776bbd7de /src/ChangeLog | |
| parent | 7d051e215477753b813864caa23c1009c7692bda (diff) | |
| download | emacs-138c0ae83dcf3daede8d8a12459c9fca13d15fac.tar.gz emacs-138c0ae83dcf3daede8d8a12459c9fca13d15fac.zip | |
Use macros from dispextern.h where appropriate.
src/xdisp.c (display_tool_bar_line, redisplay_tool_bar)
(redisplay_internal, set_cursor_from_row, try_window)
(try_window_id, dump_glyph_row, extend_face_to_end_of_line)
(display_line, notice_overwritten_cursor)
(mouse_face_from_buffer_pos, note_mouse_highlight): Use
MATRIX_ROW_DISPLAYS_TEXT_P.
(note_mouse_highlight): Use MATRIX_ROW_GLYPH_START.
(mouse_face_from_string_pos, fast_find_string_pos): Use
MATRIX_ROW_VPOS.
src/xfns.c (Fx_show_tip): Use MATRIX_ROW_DISPLAYS_TEXT_P.
src/w32fns.c (Fx_show_tip): Use MATRIX_ROW_DISPLAYS_TEXT_P.
src/xdisp.c (try_cursor_movement): Use MATRIX_ROW and
MATRIX_MODE_LINE_ROW.
src/dispnew.c (update_window): Use MATRIX_ROW and MATRIX_MODE_LINE_ROW.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2c77950c262..b58bbc0a525 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2013-03-10 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (display_tool_bar_line, redisplay_tool_bar) | ||
| 4 | (redisplay_internal, set_cursor_from_row, try_window) | ||
| 5 | (try_window_id, dump_glyph_row, extend_face_to_end_of_line) | ||
| 6 | (display_line, notice_overwritten_cursor) | ||
| 7 | (mouse_face_from_buffer_pos, note_mouse_highlight): Use | ||
| 8 | MATRIX_ROW_DISPLAYS_TEXT_P. | ||
| 9 | (note_mouse_highlight): Use MATRIX_ROW_GLYPH_START. | ||
| 10 | (mouse_face_from_string_pos, fast_find_string_pos): Use | ||
| 11 | MATRIX_ROW_VPOS. | ||
| 12 | |||
| 13 | * xfns.c (Fx_show_tip): Use MATRIX_ROW_DISPLAYS_TEXT_P. | ||
| 14 | |||
| 15 | * w32fns.c (Fx_show_tip): Use MATRIX_ROW_DISPLAYS_TEXT_P. | ||
| 16 | |||
| 17 | * xdisp.c (try_cursor_movement): Use MATRIX_ROW and | ||
| 18 | MATRIX_MODE_LINE_ROW. | ||
| 19 | |||
| 20 | * dispnew.c (update_window): Use MATRIX_ROW and MATRIX_MODE_LINE_ROW. | ||
| 21 | |||
| 1 | 2013-03-10 handa <handa@gnu.org> | 22 | 2013-03-10 handa <handa@gnu.org> |
| 2 | 23 | ||
| 3 | * lisp.h (adjust_after_replace): Extern it. | 24 | * lisp.h (adjust_after_replace): Extern it. |