* 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.
This commit is contained in:
parent
3625e9685c
commit
36e34d1b5d
1 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue