diff options
| author | Juanma Barranquero | 2009-06-19 13:45:19 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-06-19 13:45:19 +0000 |
| commit | ec7709ba14fdd45eb62ad88a233285a0147fc37c (patch) | |
| tree | 95a9c5461996cd6897d9e64c0e74cd09ea7ae6cf /src | |
| parent | 61939a000dc64cda21c3c5ca186cfeafaeb64eb8 (diff) | |
| download | emacs-ec7709ba14fdd45eb62ad88a233285a0147fc37c.tar.gz emacs-ec7709ba14fdd45eb62ad88a233285a0147fc37c.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b5bfa511fea..db8fb52a478 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -37,9 +37,9 @@ | |||
| 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 | ||
| @@ -123,7 +123,7 @@ | |||
| 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. |
| @@ -145,8 +145,8 @@ | |||
| 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> |
| @@ -159,18 +159,18 @@ | |||
| 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 | ||
| @@ -263,13 +263,13 @@ | |||
| 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> |