comparison src/ChangeLog @ 39100:d6ab4bbbc133

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 04 Sep 2001 01:06:53 +0000
parents beac401e9115
children 31fa91a57bb5
comparison
equal deleted inserted replaced
39099:847a84fe7c2b 39100:d6ab4bbbc133
1 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2
3 * xdisp.c (handle_single_display_prop): Fix for int/Lisp_Object mixup.
4
1 2001-09-03 Gerd Moellmann <gerd@gnu.org> 5 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2 6
3 * xterm.c (note_mouse_highlight) <help-echo>: When looking for 7 * xterm.c (note_mouse_highlight) <help-echo>: When looking for
4 help-echo for a string which doesn't have help-echo itself, use 8 help-echo for a string which doesn't have help-echo itself, use
5 get-char-property to obtain the help-echo from the string's buffer 9 get-char-property to obtain the help-echo from the string's buffer
29 33
30 * xdisp.c (Qbuffer_position, Qposition, Qobject): New variables. 34 * xdisp.c (Qbuffer_position, Qposition, Qobject): New variables.
31 (syms_of_xdisp): Initialize them. 35 (syms_of_xdisp): Initialize them.
32 (handle_single_display_prop): Don't change point, bind `object', 36 (handle_single_display_prop): Don't change point, bind `object',
33 `position', and `buffer-position' instead to the object having the 37 `position', and `buffer-position' instead to the object having the
34 `display' property, position in the object and position in the 38 `display' property, position in the object and position in the buffer.
35 buffer.
36 39
37 * fileio.c (Finsert_file_contents): Don't change the multibyteness 40 * fileio.c (Finsert_file_contents): Don't change the multibyteness
38 of the buffer if REPLACE is non-nil. 41 of the buffer if REPLACE is non-nil.
39 42
40 2001-08-29 Gerd Moellmann <gerd@gnu.org> 43 2001-08-29 Gerd Moellmann <gerd@gnu.org>
63 (dump_glyph_row) [GLYPH_DEBUG]: Take a glyph row instead of 66 (dump_glyph_row) [GLYPH_DEBUG]: Take a glyph row instead of
64 a matrix as parameter; this is easier to use from GDB. 67 a matrix as parameter; this is easier to use from GDB.
65 68
66 2001-08-28 Miles Bader <miles@gnu.org> 69 2001-08-28 Miles Bader <miles@gnu.org>
67 70
68 * textprop.c (Fprevious_single_char_property_change) 71 * textprop.c (Fprevious_single_char_property_change)
69 (Fnext_single_char_property_change): Doc fixes. 72 (Fnext_single_char_property_change): Doc fixes.
70 73
71 2001-08-27 Gerd Moellmann <gerd@gnu.org> 74 2001-08-27 Gerd Moellmann <gerd@gnu.org>
72 75
73 * fileio.c (Finsert_file_contents): Allocate, restore, and 76 * fileio.c (Finsert_file_contents): Allocate, restore, and
74 free composition data in the case of REPLACE not being nil. 77 free composition data in the case of REPLACE not being nil.
133 136
134 * xrdb.c (SYSV): Don't define on Solaris 2. 137 * xrdb.c (SYSV): Don't define on Solaris 2.
135 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>. 138 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>.
136 139
137 * xdisp.c (move_it_by_lines) <DVPOS < 0>: Start at the beginning 140 * xdisp.c (move_it_by_lines) <DVPOS < 0>: Start at the beginning
138 of the screen line, not text line, containing IT's current 141 of the screen line, not text line, containing IT's current position.
139 position.
140 142
141 2001-08-15 Gerd Moellmann <gerd@gnu.org> 143 2001-08-15 Gerd Moellmann <gerd@gnu.org>
142 144
143 * window.c (window_scroll_pixel_based): Don't recenter if 145 * window.c (window_scroll_pixel_based): Don't recenter if
144 PT is partially visible in the window. 146 PT is partially visible in the window.