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: Fri, 21 Aug 2009 19:33:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 09/08/21 19:33:58

Modified files:
        src            : ChangeLog 

Log message:
                * nsterm.m (ns_get_color): Update documentation properly for 
last
                change, and clean up loose ends in the code left by it.  Fix
                longstanding bug with 16-bit hex parsing, and add support for
                yet another X11 format (rgb:r/g/b) for compatibility.
                * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
                timer_check() to avoid crash on Leopard/PPC.  Bug #2154.

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

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7702
retrieving revision 1.7703
diff -u -b -r1.7702 -r1.7703
--- ChangeLog   21 Aug 2009 14:53:02 -0000      1.7702
+++ ChangeLog   21 Aug 2009 19:33:56 -0000      1.7703
@@ -1,3 +1,12 @@
+2009-08-21  Adrian Robert  <address@hidden>
+
+       * nsterm.m (ns_get_color): Update documentation properly for last
+       change, and clean up loose ends in the code left by it.  Fix
+       longstanding bug with 16-bit hex parsing, and add support for
+       yet another X11 format (rgb:r/g/b) for compatibility.
+       * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
+       timer_check() to avoid crash on Leopard/PPC.  Bug #2154.
+
 2009-08-21  Stefan Monnier  <address@hidden>
 
        * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.




reply via email to

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