aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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.