]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 22 Jan 2009 14:41:39 +0000 (14:41 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 22 Jan 2009 14:41:39 +0000 (14:41 +0000)
src/ChangeLog

index f251d7549e0db1b7821bc1098d5ef2e9278a70cd..f5064864ed4006502bdc4e2760551294d77a467a 100644 (file)
@@ -11,7 +11,7 @@
 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
-       ns_alternate_modifier. (Bug#1217)
+       ns_alternate_modifier.  (Bug#1217)
 
        * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
        Display all shortcuts, including those w/o super modifier.
@@ -40,7 +40,6 @@
 
        * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
 
-
 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        * nsmenu.m (NSMENUPROFILE): Change #if style.
        (ns_term_shutdown): Abort on non SIGTERM signals.
        (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
        (EmacsPrefsController-setPanelFromDefaultValues) New function.
-       (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
+       (EmacsPrefsController-resetToDefaults:): Use it.  (Bug#1801)
        (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
        (ns_defined_color): Fix settings of the XColor variable fields:
-       red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
+       red,green,blue scale to 2-byte, pixel's parts to 1-byte.  (Bug#1663)
 
        * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
-       DPI. (Bug#1316)
+       DPI.  (Bug#1316)
        (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
        values in onTiger section.