From: Adrian Robert Date: Fri, 21 Aug 2009 19:33:56 +0000 (+0000) Subject: * nsterm.m (ns_get_color): Update documentation properly for last X-Git-Tag: emacs-pretest-23.1.90~1754 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36e34d1b5d03d28124f5d4162ded440c68e87b12;p=emacs.git * 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. --- diff --git a/src/ChangeLog b/src/ChangeLog index c2f08bac8e8..0966e189239 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2009-08-21 Adrian Robert + + * 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 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.