aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn2009-07-25 07:36:17 +0000
committerKen Raeburn2009-07-25 07:36:17 +0000
commit2baf5e7610491eedb042b89056324d7f79e8a288 (patch)
tree7d7a96d5a8eb07c9ff4913339d9a61914e4bbf58 /src/ChangeLog
parent1395c6f54c37e5ee4e870d39180b07dba2060b73 (diff)
downloademacs-2baf5e7610491eedb042b89056324d7f79e8a288.tar.gz
emacs-2baf5e7610491eedb042b89056324d7f79e8a288.zip
* lread.c: Rewrite 2009-07-21 changes.
(load_depth): Deleted. (Qload_in_progress): New variable. (load_unwind): Don't reference load_depth or load_in_progress. (Fload): Likewise; specbind Qload_in_progress instead. (init_lread): Don't initialize load_depth. (syms_of_lread): Initialize and protect Qload_in_progress.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7814f8a637e..00cc2e38a88 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12009-07-25 Ken Raeburn <raeburn@raeburn.org>
2
3 * lread.c: Rewrite 2009-07-21 changes.
4 (load_depth): Deleted.
5 (Qload_in_progress): New variable.
6 (load_unwind): Don't reference load_depth or load_in_progress.
7 (Fload): Likewise; specbind Qload_in_progress instead.
8 (init_lread): Don't initialize load_depth.
9 (syms_of_lread): Initialize and protect Qload_in_progress.
10
12009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com> 112009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2 12
3 * nsfont.m (ns_findfonts): Correctly return fallback in match case. 13 * nsfont.m (ns_findfonts): Correctly return fallback in match case.