Mercurial > emacs
changeset 104399:1aa0b1f2d2d1
* 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.
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Fri, 21 Aug 2009 19:33:56 +0000 |
parents | 73dca9808fbe |
children | ed5d844496e7 |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <Adrian.B.Robert@gmail.com> + + * 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 <monnier@iro.umontreal.ca> * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.