aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2007-08-27 04:00:19 +0000
committerMiles Bader2007-08-27 04:00:19 +0000
commit7f22a76506a3f3db2eb4bce1cfc49105bd8d0824 (patch)
tree02ffae400506ae46fcf03eacaa5210aac7fe57de /src/ChangeLog
parentd53a60a6f76043ba9fb395eece2aaccc67a0d1b2 (diff)
parent619fb9ee822da1d92d8b7974b827dac6a918967f (diff)
downloademacs-7f22a76506a3f3db2eb4bce1cfc49105bd8d0824.tar.gz
emacs-7f22a76506a3f3db2eb4bce1cfc49105bd8d0824.zip
Merge from emacs--rel--22
Patches applied: * emacs--rel--22 (patch 97-100) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 246-247) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-860
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog22
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
712007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
74
752007-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
892007-08-22 Jason Rumney <jasonr@gnu.org>
90
91 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
92
712007-08-22 Katsumi Yamaoka <yamaoka@jpl.org> 932007-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.