comparison src/ChangeLog @ 102572:95cbd4e430e5

Fix last change.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 15 Mar 2009 01:21:39 +0000
parents 291f6c889881
children 5cd33b0be96f
comparison
equal deleted inserted replaced
102571:19ae29d29119 102572:95cbd4e430e5
1 2009-03-14 David Reitter <david.reitter@gmail.com> 1 2009-03-14 David Reitter <david.reitter@gmail.com>
2 2
3 * nsterm.m (ns_shutdown_properly, -terminate): remove global state 3 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
4 variable as it was never reset 4 variable as it was never reset.
5 (ns_term_init): remove initialization of Lisp-settable defaults 5 (ns_term_init): Remove initialization of Lisp-settable defaults
6 and ns_expand_space 6 and ns_expand_space.
7 (-setPanelFromDefaultValues): remove ns_expand_space. 7 (-setPanelFromDefaultValues): Remove ns_expand_space.
8 (-showPreferencesWindow): send new KEY_NS_SHOW_PREFS key. 8 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
9 * nsfont.m (nsfont_open): remove ns_expand_space, assume -0.5 9 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
10 i.e. no additional spacing, similar to Carbon port. 10 i.e. no additional spacing, similar to Carbon port.
11 11
12 * nsterm.h: define KEY_NS_SHOW_PREFS key. 12 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
13 * nsfns.m (ns-popup-prefs-panel): remove. 13 * nsfns.m (ns-popup-prefs-panel): Remove.
14 14
15 2009-03-14 Jan Djärv <jan.h.d@swipnet.se> 15 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
16 16
17 * sound.c (alsa_configure): Remove call to deprecated 17 * sound.c (alsa_configure): Remove call to deprecated
18 snd_pcm_sw_params_set_xfer_align. 18 snd_pcm_sw_params_set_xfer_align.