aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAdrian Robert2009-01-21 17:28:05 +0000
committerAdrian Robert2009-01-21 17:28:05 +0000
commit4c7077c3f0b190e5c9ddc4a3557f2b926f183e0a (patch)
tree3a1b7ce6d0a3c4de43f7069c031c16a692df303f /src/ChangeLog
parenta9b4df69505cd37d6be04fb493aec803fa1de497 (diff)
downloademacs-4c7077c3f0b190e5c9ddc4a3557f2b926f183e0a.tar.gz
emacs-4c7077c3f0b190e5c9ddc4a3557f2b926f183e0a.zip
* nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore DPI. (Bug#1316)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 75e6549e46c..79f24287812 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,12 +1,16 @@
12009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com> 12009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2 2
3 * nsmenu.m (NSMENUPROFILE): Change #if style. 3 * nsmenu.m (NSMENUPROFILE): Change #if style.
4
4 * nsterm.m: (x_set_frame_alpha): Add prototype. 5 * nsterm.m: (x_set_frame_alpha): Add prototype.
5 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to 6 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
6 handle Ctrl-tab. (Bug#1841) 7 handle Ctrl-tab. (Bug#1841)
7 (ns_get_color): Use unsigned long long for scanned hex string value. 8 (ns_get_color): Use unsigned long long for scanned hex string value.
8 (ns_term_shutdown): Abort on non SIGTERM signals. 9 (ns_term_shutdown): Abort on non SIGTERM signals.
9 10
11 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore DPI.
12 (Bug#1316)
13
102009-01-19 Chong Yidong <cyd@stupidchicken.com> 142009-01-19 Chong Yidong <cyd@stupidchicken.com>
11 15
12 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts): 16 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):