summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2009-01-29 10:38:16 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2009-01-29 10:38:16 +0000
commitd72a4afa742b06438a53ad2a1c5fc31ccf4accbc (patch)
tree090bb66fc9326a32a2d95f42084c48ed714f47e6 /src
parentd7e008d06f649becf95349ac606946ee31c2fbee (diff)
downloademacs-d72a4afa742b06438a53ad2a1c5fc31ccf4accbc.tar.gz
* 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')
-rw-r--r--src/ChangeLog19
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 @@
+2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
+
+ * 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.
+
2009-01-28 Kenichi Handa <handa@m17n.org>
* fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.