diff options
| author | Adrian Robert | 2009-01-29 10:38:16 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-01-29 10:38:16 +0000 |
| commit | d72a4afa742b06438a53ad2a1c5fc31ccf4accbc (patch) | |
| tree | 090bb66fc9326a32a2d95f42084c48ed714f47e6 /src/ChangeLog | |
| parent | d7e008d06f649becf95349ac606946ee31c2fbee (diff) | |
| download | emacs-d72a4afa742b06438a53ad2a1c5fc31ccf4accbc.tar.gz emacs-d72a4afa742b06438a53ad2a1c5fc31ccf4accbc.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ee6b952e435..1f5163c556c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 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. |