aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0b4da8f5e40..eb71bfc62ed 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-10-29 Paul Eggert <eggert@cs.ucla.edu> 12011-11-02 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix integer width and related bugs (Bug#9874). 3 Fix integer width and related bugs (Bug#9874).
4 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 4 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
@@ -786,6 +786,20 @@
786 rather than rolling our own approximation. 786 rather than rolling our own approximation.
787 (SCROLL_BAR_VEC_SIZE): Remove; not used. 787 (SCROLL_BAR_VEC_SIZE): Remove; not used.
788 788
7892011-11-01 Eli Zaretskii <eliz@gnu.org>
790
791 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
792 Don't stop backward scan on the continuation glyph, even though
793 its CHARPOS is positive.
794 (mouse_face_from_buffer_pos, note_mouse_highlight): Rename
795 cover_string to disp_string.
796
7972011-11-01 Martin Rudalics <rudalics@gmx.at>
798
799 * window.c (temp_output_buffer_show): Don't use
800 Vtemp_buffer_show_specifiers.
801 (Vtemp_buffer_show_specifiers): Remove unused variable.
802
7892011-10-30 Eli Zaretskii <eliz@gnu.org> 8032011-10-30 Eli Zaretskii <eliz@gnu.org>
790 804
791 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented 805 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented