comparison src/ChangeLog @ 101319:a776dcbbb2c5

(EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Wed, 21 Jan 2009 17:56:37 +0000
parents 06994fb0863f
children 0f6bc8e16469
comparison
equal deleted inserted replaced
101318:06994fb0863f 101319:a776dcbbb2c5
5 * nsterm.m: (x_set_frame_alpha): Add prototype. 5 * nsterm.m: (x_set_frame_alpha): Add prototype.
6 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to 6 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
7 handle Ctrl-tab. (Bug#1841) 7 handle Ctrl-tab. (Bug#1841)
8 (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.
9 (ns_term_shutdown): Abort on non SIGTERM signals. 9 (ns_term_shutdown): Abort on non SIGTERM signals.
10 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
10 11
11 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore DPI. 12 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore DPI.
12 (Bug#1316) 13 (Bug#1316)
13 14
14 2009-01-19 Chong Yidong <cyd@stupidchicken.com> 15 2009-01-19 Chong Yidong <cyd@stupidchicken.com>