Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4652:f3dddd098242 | 4654:cdc51540fed7 |
---|---|
1 2009-07-15 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * syntax.c (complex_vars_of_syntax): | |
4 ?\012 is whitespace, as it always should have been, thank you Karl | |
5 Kleinpaste and the Gnus team! | |
6 | |
7 2009-07-11 Aidan Kehoe <kehoea@parhasard.net> | |
8 | |
9 * file-coding.c (undecided_canonicalize_after_coding): | |
10 If no data have been seen, or if | |
11 coding_stream_canonicalize_after_coding gives nil, pass back | |
12 str->codesys, which will be of type undecided (the same as the old | |
13 behaviour) but will reflect any CODESYS argument passed to | |
14 make_coding_input_stream. See also the change in lisp/code-files.el | |
15 | |
16 2009-06-09 Jerry James <james@xemacs.org> | |
17 | |
18 * glyphs-eimage.c (jpeg_instantiate): | |
19 (gif_instantiate): | |
20 (png_instantiate): | |
21 (tiff_instantiate): Check for integer overflow before allocating | |
22 memory for an image. | |
23 | |
24 2009-06-20 Stephen Turnbull <stephen@xemacs.org> | |
25 | |
26 * callint.c (Finteractive): Document that (interactive) must | |
27 appear at the "top level" of a function definition to be effective. | |
28 | |
29 2009-06-14 Aidan Kehoe <kehoea@parhasard.net> | |
30 | |
31 * eval.c (For): | |
32 * eval.c (Fand): | |
33 * eval.c (Fif): | |
34 * eval.c (Fwhen): | |
35 * eval.c (Fcond): | |
36 * eval.c (Fprogn): | |
37 * eval.c (Fprog1): | |
38 * eval.c (Fprog2): | |
39 * eval.c (FletX): | |
40 * eval.c (Flet): | |
41 * eval.c (Fwhile): | |
42 * eval.c (Fdefvar): | |
43 * eval.c (Fdefconst): | |
44 * eval.c (Frun_hooks): | |
45 * eval.c (Frun_hooks_with_args): | |
46 * eval.c (Frun_hooks_with_args_until_success): | |
47 * eval.c (Frun_hooks_with_args_until_failure): | |
48 Add arguments information, understood by #'function-arglist, to | |
49 all these special forms, functions and macros. Remove the | |
50 argument information that was already there that was not | |
51 understood by #'function-arglist. | |
52 | |
53 2009-06-02 Ron Isaacson <Ron.Isaacson@morganstanley.com> | |
54 | |
55 * nt.c (mswindows_link): Fix off-by-one bug in mswindows_link: | |
56 need to include trailing NUL in length of file name. | |
57 | |
58 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> | |
59 | |
60 * XEmacs 21.5.29 "garbanzo" is released. | |
61 | |
1 2009-03-08 Ville Skyttä <scop@xemacs.org> | 62 2009-03-08 Ville Skyttä <scop@xemacs.org> |
2 | 63 |
3 * glyphs-gtk.c (init_image_instance_from_gdk_pixmap): Apply the | 64 * glyphs-gtk.c (init_image_instance_from_gdk_pixmap): Apply the |
4 2008-03-05 change from Dominique Quatravaux here as well even | 65 2008-03-05 change from Dominique Quatravaux here as well even |
5 though the code is not enabled at the moment. | 66 though the code is not enabled at the moment. |