# HG changeset patch # User Adrian Robert # Date 1250883236 0 # Node ID 1aa0b1f2d2d15664c290d165ebfbda50221184c7 # Parent 73dca9808fbe33292f8a5b9609a3a1045960ce3e * 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 -r 73dca9808fbe -r 1aa0b1f2d2d1 src/ChangeLog --- a/src/ChangeLog Fri Aug 21 19:31:48 2009 +0000 +++ b/src/ChangeLog Fri Aug 21 19:33:56 2009 +0000 @@ -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.