aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdrian Robert2009-08-21 19:33:56 +0000
committerAdrian Robert2009-08-21 19:33:56 +0000
commit36e34d1b5d03d28124f5d4162ded440c68e87b12 (patch)
treecd0392797ea56cd0688a03b6fc6c071b801c4810 /src
parent3625e9685c707902ce1ecce411cb97afc75f0405 (diff)
downloademacs-36e34d1b5d03d28124f5d4162ded440c68e87b12.tar.gz
emacs-36e34d1b5d03d28124f5d4162ded440c68e87b12.zip
* 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.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c2f08bac8e8..0966e189239 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * nsterm.m (ns_get_color): Update documentation properly for last
4 change, and clean up loose ends in the code left by it. Fix
5 longstanding bug with 16-bit hex parsing, and add support for
6 yet another X11 format (rgb:r/g/b) for compatibility.
7 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
8 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
9
12009-08-21 Stefan Monnier <monnier@iro.umontreal.ca> 102009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 11
3 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el. 12 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.