Mercurial > emacs
comparison src/ChangeLog @ 101639:789d88174e93
* nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
under GNUstep.
(ns_query_color): New declaration.
* nsterm.m (ns_confirm_quit): New variable.
(ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
(EmacsApp-applicationShouldTerminate:): Use it.
(EmacsPrefsController): Let user set it.
(ns_query_color): New function.
(ns_defined_color): Use it.
(ns_initialize): Drop.
(ns_term_init): Add two lines from ns_initialize(), and set
input_interrupt_mode to nil.
* image.c (svg_load_image): Don't right-shift background RGB when
obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Thu, 29 Jan 2009 10:38:16 +0000 |
parents | 7e8c2c1eb8b8 |
children | 1f841b676a2c |
comparison
equal
deleted
inserted
replaced
101638:b6df48c94ca5 | 101639:789d88174e93 |
---|---|
1 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com> | |
2 | |
3 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define | |
4 under GNUstep. | |
5 (ns_query_color): New declaration. | |
6 | |
7 * nsterm.m (ns_confirm_quit): New variable. | |
8 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it. | |
9 (EmacsApp-applicationShouldTerminate:): Use it. | |
10 (EmacsPrefsController): Let user set it. | |
11 (ns_query_color): New function. | |
12 (ns_defined_color): Use it. | |
13 (ns_initialize): Drop. | |
14 (ns_term_init): Add two lines from ns_initialize(), and set | |
15 input_interrupt_mode to nil. | |
16 | |
17 * image.c (svg_load_image): Don't right-shift background RGB when | |
18 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color. | |
19 | |
1 2009-01-28 Kenichi Handa <handa@m17n.org> | 20 2009-01-28 Kenichi Handa <handa@m17n.org> |
2 | 21 |
3 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit. | 22 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit. |
4 (fontset_get_font_group): Remember that no font-group is specified | 23 (fontset_get_font_group): Remember that no font-group is specified |
5 for C. | 24 for C. |