diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com> | 11 | 2009-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. |