aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2009-01-22 14:41:39 +0000
committerJuanma Barranquero2009-01-22 14:41:39 +0000
commit3a88a8258c98a165aa69482d68b978cceecc0a39 (patch)
tree151c99eab6271de6756ae419327f44bfe11be6e6 /src/ChangeLog
parent3fe53a835df4dbb01a5ba6bf5e7650fdab3a11f8 (diff)
downloademacs-3a88a8258c98a165aa69482d68b978cceecc0a39.tar.gz
emacs-3a88a8258c98a165aa69482d68b978cceecc0a39.zip
Fix typos.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f251d7549e0..f5064864ed4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -11,7 +11,7 @@
112009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com> 112009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
12 12
13 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for 13 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
14 ns_alternate_modifier. (Bug#1217) 14 ns_alternate_modifier. (Bug#1217)
15 15
16 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:): 16 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
17 Display all shortcuts, including those w/o super modifier. 17 Display all shortcuts, including those w/o super modifier.
@@ -40,7 +40,6 @@
40 40
41 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window. 41 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
42 42
43
442009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com> 432009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
45 44
46 * nsmenu.m (NSMENUPROFILE): Change #if style. 45 * nsmenu.m (NSMENUPROFILE): Change #if style.
@@ -54,13 +53,13 @@
54 (ns_term_shutdown): Abort on non SIGTERM signals. 53 (ns_term_shutdown): Abort on non SIGTERM signals.
55 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame. 54 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
56 (EmacsPrefsController-setPanelFromDefaultValues) New function. 55 (EmacsPrefsController-setPanelFromDefaultValues) New function.
57 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801) 56 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
58 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused. 57 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
59 (ns_defined_color): Fix settings of the XColor variable fields: 58 (ns_defined_color): Fix settings of the XColor variable fields:
60 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663) 59 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
61 60
62 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image 61 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
63 DPI. (Bug#1316) 62 DPI. (Bug#1316)
64 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color 63 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
65 values in onTiger section. 64 values in onTiger section.
66 65