]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jun 2009 13:45:19 +0000 (13:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jun 2009 13:45:19 +0000 (13:45 +0000)
src/ChangeLog

index b5bfa511fea9a1e72e2160dd0400af1fdd35638c..db8fb52a478e5153d7327501c6725b9d097d6cfa 100644 (file)
@@ -37,9 +37,9 @@
        * xterm.c (x_delete_terminal): Put previous change in #if 0 and
        add comment explaining why.
 
-2009-06-14  Sidney Markowitz <sidney@sidney.com>
+2009-06-14  Sidney Markowitz  <sidney@sidney.com>
 
-       * nsmenu.m (EmacsTooltip: setText): set height of tooltip.
+       * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
 
 2009-06-14  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
 
        * fontset.c (fontset_from_font): Remove NS-specific code.
 
-2009-06-08  Peter Jones <pjones@pmade.com>  (tiny change)
+2009-06-08  Peter Jones  <pjones@pmade.com>  (tiny change)
 
        * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
        nonactive windows.
 
 2009-06-05  David Reitter  <david.reitter@gmail.com>
 
-       * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p,
-       Fx_selection_owner_p): rename from Fns_own_selection_internal,
+       * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
+       (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
        Fns_selection_exists_p, Fns_selection_owner_p.
 
 2009-06-03  Jason Rumney  <jasonr@gnu.org>
        * coding.c (get_translation_table): Check
        Venable_character_translation.
 
-2009-05-25  David Reitter  <david.reitter@gmail.com>
+2009-05-26  David Reitter  <david.reitter@gmail.com>
 
-       * nsterm.m (ns_raise_frame): only raise frame if visible.
-       (x_make_frame_visible): move frame to front rather than calling
+       * nsterm.m (ns_raise_frame): Only raise frame if visible.
+       (x_make_frame_visible): Move frame to front rather than calling
        ns_raise_frame().
-       (keyDown:) do not swallow events that aren't re-sent if frame
+       (keyDown:): Do not swallow events that aren't re-sent if frame
        isn't key window.
-       (drawRect:) do not set visibility/iconified flags because
+       (drawRect:): Do not set visibility/iconified flags because
        drawRect may be called by NSView even if the frame is hidden.
 
-       * nsfns.m (Fx_create_frame): follow other ports in
-       determining visibility; default to t. Ensure async_visible is set.
+       * nsfns.m (Fx_create_frame): Follow other ports in
+       determining visibility; default to t.  Ensure async_visible is set.
 
 2009-05-23  Eli Zaretskii  <eliz@gnu.org>
 
 
 2009-05-07  David Reitter  <david.reitter@gmail.com>
 
-       * nsterm.m (ns_dumpglyphs_stretch,ns_dumpglyphs_image):
-       respect mouse face background.
+       * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
+       Respect mouse face background.
 
 2009-05-07  David Reitter  <david.reitter@gmail.com>
 
-       * nsterm.m (note_mouse_movement,ns_frame_up_to_date):
-       mouse movement/highlight: bracket drawing operations
+       * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
+       Mouse movement/highlight: bracket drawing operations
        in ns_update_begin and ns_update_end.
 
 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>