comparison src/ChangeLog @ 5420:b9167d522a9a

Rebase with 21.5 trunk.
author Mats Lidell <matsl@xemacs.org>
date Thu, 28 Oct 2010 23:53:24 +0200
parents d185fa593d5f
children 28651c24b3f8
comparison
equal deleted inserted replaced
5419:eaf01113cd42 5420:b9167d522a9a
1 2010-10-25 Aidan Kehoe <kehoea@parhasard.net>
2
3 * specifier.c (specifier_instance_from_inst_list):
4 Call call_with_suspended_errors() with ERROR_ME_WARN, explicitly;
5 avoids the problem Giacomo Boffi describes in
6 http://mid.gmane.org/19617.52517.341117.388679@aiuole.stru.polimi.it
7 , but the specifier instantiation bug that makes XEmacs fail for
8 him is still visible.
9
10 2010-10-25 Aidan Kehoe <kehoea@parhasard.net>
11
12 * print.c (ulong_to_bit_string): If printing zero, actually print
13 a zero, don't return the empty string.
14
15 2010-07-06 Stephen J. Turnbull <stephen@xemacs.org>
16
17 * emodules.c (emodules_load):
18 Add one more dereference on f = dll_variable() in three places.
19 We then use EXTERNAL_TO_ITEXT on it, which returns an alloca'd
20 string, so I delete the unneeded alloca copy statements.
21 Fixes error reported by Anders Odberg, confirmed in
22 <rfawrpfhm3l.fsf@fangorn.uio.no>.
23
24 2010-06-14 Stephen J. Turnbull <stephen@xemacs.org>
25
26 * ui-byhand.c:
27 * gtk-glue.c:
28 Add copyright notice based on internal evidence.
29
30 2010-06-14 Stephen J. Turnbull <stephen@xemacs.org>
31
32 * number.h: Another permission consistency fix.
33
34 2010-10-14 Aidan Kehoe <kehoea@parhasard.net>
35
36 * fns.c (Fnbutlast, Fbutlast):
37 Tighten up Common Lisp compatibility for these two functions; they
38 need to operate on dotted lists without erroring.
39
40 2010-10-12 Aidan Kehoe <kehoea@parhasard.net>
41
42 * fns.c (list_merge):
43 Circularity checking here needs to be done independently for each
44 list, they can't share a loop counter. Thank you for the bug
45 report, Robert Pluim!
46
1 2010-09-20 Aidan Kehoe <kehoea@parhasard.net> 47 2010-09-20 Aidan Kehoe <kehoea@parhasard.net>
2 48
3 * lisp.h (GET_DEFUN_LISP_OBJECT): Make the NEW_GC version of this 49 * lisp.h (GET_DEFUN_LISP_OBJECT): Make the NEW_GC version of this
4 work, remove a needless and unhelpful semicolon. 50 work, remove a needless and unhelpful semicolon.
5 (GET_DEFUN_LISP_OBJECT): Remove a needless semicolon from the 51 (GET_DEFUN_LISP_OBJECT): Remove a needless semicolon from the