comparison src/ChangeLog @ 103489:02a52561a314

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 19 Jun 2009 13:45:19 +0000
parents 462bf178e4e5
children 0475d1e553c3
comparison
equal deleted inserted replaced
103488:1543d68c2ba9 103489:02a52561a314
35 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 35 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
36 36
37 * xterm.c (x_delete_terminal): Put previous change in #if 0 and 37 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
38 add comment explaining why. 38 add comment explaining why.
39 39
40 2009-06-14 Sidney Markowitz <sidney@sidney.com> 40 2009-06-14 Sidney Markowitz <sidney@sidney.com>
41 41
42 * nsmenu.m (EmacsTooltip: setText): set height of tooltip. 42 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
43 43
44 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com> 44 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
45 45
46 * nsfont.m (ns_attribute_value): Remove. 46 * nsfont.m (ns_attribute_value): Remove.
47 (ns_attribute_fvalue): Incorporate code from ns_attribute_value. 47 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
121 121
122 * nsfns.m (Fns_popup_font_panel): Use shared font manager. 122 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
123 123
124 * fontset.c (fontset_from_font): Remove NS-specific code. 124 * fontset.c (fontset_from_font): Remove NS-specific code.
125 125
126 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change) 126 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
127 127
128 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for 128 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
129 nonactive windows. 129 nonactive windows.
130 130
131 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change) 131 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
143 account for the overflowing of newlines into the last glyph on the 143 account for the overflowing of newlines into the last glyph on the
144 display line (Bug#3482). 144 display line (Bug#3482).
145 145
146 2009-06-05 David Reitter <david.reitter@gmail.com> 146 2009-06-05 David Reitter <david.reitter@gmail.com>
147 147
148 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p, 148 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
149 Fx_selection_owner_p): rename from Fns_own_selection_internal, 149 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
150 Fns_selection_exists_p, Fns_selection_owner_p. 150 Fns_selection_exists_p, Fns_selection_owner_p.
151 151
152 2009-06-03 Jason Rumney <jasonr@gnu.org> 152 2009-06-03 Jason Rumney <jasonr@gnu.org>
153 153
154 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if 154 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
157 2009-05-29 Kenichi Handa <handa@m17n.org> 157 2009-05-29 Kenichi Handa <handa@m17n.org>
158 158
159 * coding.c (get_translation_table): Check 159 * coding.c (get_translation_table): Check
160 Venable_character_translation. 160 Venable_character_translation.
161 161
162 2009-05-25 David Reitter <david.reitter@gmail.com> 162 2009-05-26 David Reitter <david.reitter@gmail.com>
163 163
164 * nsterm.m (ns_raise_frame): only raise frame if visible. 164 * nsterm.m (ns_raise_frame): Only raise frame if visible.
165 (x_make_frame_visible): move frame to front rather than calling 165 (x_make_frame_visible): Move frame to front rather than calling
166 ns_raise_frame(). 166 ns_raise_frame().
167 (keyDown:) do not swallow events that aren't re-sent if frame 167 (keyDown:): Do not swallow events that aren't re-sent if frame
168 isn't key window. 168 isn't key window.
169 (drawRect:) do not set visibility/iconified flags because 169 (drawRect:): Do not set visibility/iconified flags because
170 drawRect may be called by NSView even if the frame is hidden. 170 drawRect may be called by NSView even if the frame is hidden.
171 171
172 * nsfns.m (Fx_create_frame): follow other ports in 172 * nsfns.m (Fx_create_frame): Follow other ports in
173 determining visibility; default to t. Ensure async_visible is set. 173 determining visibility; default to t. Ensure async_visible is set.
174 174
175 2009-05-23 Eli Zaretskii <eliz@gnu.org> 175 2009-05-23 Eli Zaretskii <eliz@gnu.org>
176 176
177 * dired.c (Ffile_attributes): Doc fix. 177 * dired.c (Ffile_attributes): Doc fix.
178 178
261 261
262 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH. 262 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
263 263
264 2009-05-07 David Reitter <david.reitter@gmail.com> 264 2009-05-07 David Reitter <david.reitter@gmail.com>
265 265
266 * nsterm.m (ns_dumpglyphs_stretch,ns_dumpglyphs_image): 266 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
267 respect mouse face background. 267 Respect mouse face background.
268 268
269 2009-05-07 David Reitter <david.reitter@gmail.com> 269 2009-05-07 David Reitter <david.reitter@gmail.com>
270 270
271 * nsterm.m (note_mouse_movement,ns_frame_up_to_date): 271 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
272 mouse movement/highlight: bracket drawing operations 272 Mouse movement/highlight: bracket drawing operations
273 in ns_update_begin and ns_update_end. 273 in ns_update_begin and ns_update_end.
274 274
275 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca> 275 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
276 276
277 * nsfns.m (ns_get_screen): Rewrite. 277 * nsfns.m (ns_get_screen): Rewrite.