diff src/ChangeLog @ 4654:cdc51540fed7

Automated merge with ssh://aidan-guest@hg.debian.org//hg/xemacs/xemacs
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 15 Jul 2009 00:21:01 +0100
parents 25e5e5346d31
children e73b6e513092
line wrap: on
line diff
--- a/src/ChangeLog	Sun Jul 12 22:39:44 2009 +0200
+++ b/src/ChangeLog	Wed Jul 15 00:21:01 2009 +0100
@@ -1,3 +1,64 @@
+2009-07-15 Aidan Kehoe <kehoea@parhasard.net>
+
+	* syntax.c (complex_vars_of_syntax): 
+	?\012 is whitespace, as it always should have been, thank you Karl
+	Kleinpaste and the Gnus team!
+
+2009-07-11  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* file-coding.c (undecided_canonicalize_after_coding): 
+	If no data have been seen, or if
+	coding_stream_canonicalize_after_coding gives nil, pass back
+	str->codesys, which will be of type undecided (the same as the old
+	behaviour) but will reflect any CODESYS argument passed to
+	make_coding_input_stream. See also the change in lisp/code-files.el
+
+2009-06-09  Jerry James  <james@xemacs.org>
+
+	* glyphs-eimage.c (jpeg_instantiate):
+	(gif_instantiate):
+	(png_instantiate):
+	(tiff_instantiate): Check for integer overflow before allocating
+	memory for an image.
+
+2009-06-20  Stephen Turnbull  <stephen@xemacs.org>
+
+	* callint.c (Finteractive): Document that (interactive) must
+	appear at the "top level" of a function definition to be effective.
+
+2009-06-14  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* eval.c (For): 
+	* eval.c (Fand): 
+	* eval.c (Fif): 
+	* eval.c (Fwhen): 
+	* eval.c (Fcond):
+	* eval.c (Fprogn): 
+	* eval.c (Fprog1):
+	* eval.c (Fprog2): 
+	* eval.c (FletX): 
+	* eval.c (Flet): 
+	* eval.c (Fwhile): 
+	* eval.c (Fdefvar): 
+	* eval.c (Fdefconst): 
+	* eval.c (Frun_hooks): 
+	* eval.c (Frun_hooks_with_args): 
+	* eval.c (Frun_hooks_with_args_until_success):
+	* eval.c (Frun_hooks_with_args_until_failure):
+	Add arguments information, understood by #'function-arglist, to
+	all these special forms, functions and macros. Remove the 
+	argument information that was already there that was not
+	understood by #'function-arglist. 
+
+2009-06-02  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
+
+	* nt.c (mswindows_link): Fix off-by-one bug in mswindows_link:
+	need to include trailing NUL in length of file name.
+
+2009-05-18  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* XEmacs 21.5.29 "garbanzo" is released.
+
 2009-03-08  Ville Skyttä  <scop@xemacs.org>
 
 	* glyphs-gtk.c (init_image_instance_from_gdk_pixmap): Apply the