diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ee9eac3172c..9e6641ebf2a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -68,6 +68,28 @@ | |||
| 68 | (svg_type): New static `image_type' struct. | 68 | (svg_type): New static `image_type' struct. |
| 69 | (librsvg/rsvg.h): Include it. | 69 | (librsvg/rsvg.h): Include it. |
| 70 | 70 | ||
| 71 | 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 72 | |||
| 73 | * lread.c (load_warn_old_style_backquotes): Fix up array size typo. | ||
| 74 | |||
| 75 | 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 76 | |||
| 77 | * lread.c (Qold_style_backquotes): New var. | ||
| 78 | (syms_of_lread): Init and staticpro it. | ||
| 79 | (load_warn_old_style_backquotes): New fun. | ||
| 80 | (Fload): Use them to warn about old style backquotes. | ||
| 81 | (end_of_file_error, Fload): Remove unused vars. | ||
| 82 | |||
| 83 | * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare. | ||
| 84 | |||
| 85 | * lread.c (Vold_style_backquotes): New var. | ||
| 86 | (syms_of_lread): Init and export it to Elisp. | ||
| 87 | (read1): Set it when we find an old-style (back)quote. | ||
| 88 | |||
| 89 | 2007-08-22 Jason Rumney <jasonr@gnu.org> | ||
| 90 | |||
| 91 | * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator. | ||
| 92 | |||
| 71 | 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org> | 93 | 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org> |
| 72 | 94 | ||
| 73 | * puresize.h (BASE_PURESIZE): Increase to 1140000. | 95 | * puresize.h (BASE_PURESIZE): Increase to 1140000. |