emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src ChangeLog


From: Adrian Robert
Subject: [Emacs-diffs] emacs/src ChangeLog
Date: Thu, 29 Jan 2009 10:38:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 09/01/29 10:38:17

Modified files:
        src            : ChangeLog 

Log message:
                * 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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7321&r2=1.7322

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7321
retrieving revision 1.7322
diff -u -b -r1.7321 -r1.7322
--- ChangeLog   28 Jan 2009 11:50:18 -0000      1.7321
+++ ChangeLog   29 Jan 2009 10:38:16 -0000      1.7322
@@ -1,3 +1,22 @@
+2009-01-29  Adrian Robert  <address@hidden>
+
+       * 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  <address@hidden>
 
        * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]