aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-03-10 17:46:55 -0400
committerStefan Monnier2013-03-10 17:46:55 -0400
commit99ec16475a6d1bbe3b308f89e45afb0096e02f0e (patch)
tree1fac97bf5941de5d6934febe7c446624a2c86f1b /src/ChangeLog
parentd3e9f3a8431d8d3e132b19f9b5181e8afed2d1db (diff)
downloademacs-99ec16475a6d1bbe3b308f89e45afb0096e02f0e.tar.gz
emacs-99ec16475a6d1bbe3b308f89e45afb0096e02f0e.zip
* src/bytecode.c (struct byte_stack): Remove `constants' when unused.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b58bbc0a525..044bd5fa245 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,14 +1,18 @@
12013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * bytecode.c (struct byte_stack): Remove `constants' when unused.
4
12013-03-10 Eli Zaretskii <eliz@gnu.org> 52013-03-10 Eli Zaretskii <eliz@gnu.org>
2 6
3 * xdisp.c (display_tool_bar_line, redisplay_tool_bar) 7 * xdisp.c (display_tool_bar_line, redisplay_tool_bar)
4 (redisplay_internal, set_cursor_from_row, try_window) 8 (redisplay_internal, set_cursor_from_row, try_window)
5 (try_window_id, dump_glyph_row, extend_face_to_end_of_line) 9 (try_window_id, dump_glyph_row, extend_face_to_end_of_line)
6 (display_line, notice_overwritten_cursor) 10 (display_line, notice_overwritten_cursor)
7 (mouse_face_from_buffer_pos, note_mouse_highlight): Use 11 (mouse_face_from_buffer_pos, note_mouse_highlight):
8 MATRIX_ROW_DISPLAYS_TEXT_P. 12 Use MATRIX_ROW_DISPLAYS_TEXT_P.
9 (note_mouse_highlight): Use MATRIX_ROW_GLYPH_START. 13 (note_mouse_highlight): Use MATRIX_ROW_GLYPH_START.
10 (mouse_face_from_string_pos, fast_find_string_pos): Use 14 (mouse_face_from_string_pos, fast_find_string_pos):
11 MATRIX_ROW_VPOS. 15 Use MATRIX_ROW_VPOS.
12 16
13 * xfns.c (Fx_show_tip): Use MATRIX_ROW_DISPLAYS_TEXT_P. 17 * xfns.c (Fx_show_tip): Use MATRIX_ROW_DISPLAYS_TEXT_P.
14 18
@@ -25,8 +29,8 @@
25 29
26 * coding.c (detect_coding): Cound the heading ASCII bytes in the 30 * coding.c (detect_coding): Cound the heading ASCII bytes in the
27 case of detection for coding_category_utf_8_auto. 31 case of detection for coding_category_utf_8_auto.
28 (decode_coding_gap) [not CODING_DISABLE_ASCII_OPTIMIZATION]: Skip 32 (decode_coding_gap) [not CODING_DISABLE_ASCII_OPTIMIZATION]:
29 decoding if all bytes are ASCII. 33 Skip decoding if all bytes are ASCII.
30 34
31 * insdel.c (adjust_after_replace): Make it public. New arg 35 * insdel.c (adjust_after_replace): Make it public. New arg
32 text_at_gap_tail. 36 text_at_gap_tail.