comparison src/ChangeLog @ 893:c9f067fd71a3

[xemacs-hg @ 2002-07-02 12:32:34 by stephent] comment improvements and charset breakage fix <873cv2cnxh.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 02 Jul 2002 12:32:37 +0000
parents aa5a731873df
children 2367ca81af28
comparison
equal deleted inserted replaced
892:52c2a7139db0 893:c9f067fd71a3
1 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * frame-impl.h (struct frame): Make comment refer to new file.
4
1 2002-06-27 Mike Sperber <mike@xemacs.org> 5 2002-06-27 Mike Sperber <mike@xemacs.org>
2 6
3 * eval.c (Ffuncall): Run `post-gc-hook' if GC just happened. 7 * eval.c (Ffuncall): Run `post-gc-hook' if GC just happened.
4 8
5 * alloc.c (garbage_collect_1): Delay running `post-gc-hook' until later. 9 * alloc.c (garbage_collect_1): Delay running `post-gc-hook' until later.
8 12
9 2002-06-23 Martin Köbele <martin@mkoebele.de> 13 2002-06-23 Martin Köbele <martin@mkoebele.de>
10 Jens Müller <jmueller@informatik.uni-tuebingen.de> 14 Jens Müller <jmueller@informatik.uni-tuebingen.de>
11 Mike Sperber <mike@xemacs.org> 15 Mike Sperber <mike@xemacs.org>
12 16
13 * lrecord.h (lrecord_type): add lrecord_type_ephemeron to lrecord_type enumeration. 17 * lrecord.h (lrecord_type): add lrecord_type_ephemeron
18 to lrecord_type enumeration.
14 19
15 * lisp.h (XEPHEMERON): 20 * lisp.h (XEPHEMERON):
16 (XEPHEMERON_REF): 21 (XEPHEMERON_REF):
17 (XEPHEMERON_NEXT): 22 (XEPHEMERON_NEXT):
18 (XEPHEMERON_FINALIZER): 23 (XEPHEMERON_FINALIZER):
56 * sysdll.c (dll_open): Do not use RTLD_GLOBAL. 61 * sysdll.c (dll_open): Do not use RTLD_GLOBAL.
57 62
58 2002-06-24 Mike Sperber <mike@xemacs.org> 63 2002-06-24 Mike Sperber <mike@xemacs.org>
59 64
60 * search.c (skip_chars): Fix a crash if NILP(lim). 65 * search.c (skip_chars): Fix a crash if NILP(lim).
66
67 2002-06-23 Stephen J. Turnbull <stephen@xemacs.org>
68
69 * unicode.c: More comment and string fiddling.
61 70
62 2002-06-23 Stephen J. Turnbull <stephen@xemacs.org> 71 2002-06-23 Stephen J. Turnbull <stephen@xemacs.org>
63 72
64 * unicode.c: Improve top-level comments and many docstrings. 73 * unicode.c: Improve top-level comments and many docstrings.
65 74
1527 Fix other bug noted by Andrew Cohen <cohen@andy.bu.edu>. 1536 Fix other bug noted by Andrew Cohen <cohen@andy.bu.edu>.
1528 1537
1529 * process.c (syms_of_process): 1538 * process.c (syms_of_process):
1530 Add process-has-separate-stderr-p, used by call-process-internal. 1539 Add process-has-separate-stderr-p, used by call-process-internal.
1531 1540
1532 2002-05-28 Martin K,Av(Bbele <mkoebele@mkoebele.de>, Jens M,A|(Bller <jmueller@informatik.uni-tuebingen.de> 1541 2002-05-28 Martin Köbele <mkoebele@mkoebele.de>, Jens Müller <jmueller@informatik.uni-tuebingen.de>
1533 1542
1534 * lrecord.h (lrecord_type): Add lrecord_type_weak_box to 1543 * lrecord.h (lrecord_type): Add lrecord_type_weak_box to
1535 lrecord_type enumeration. 1544 lrecord_type enumeration.
1536 1545
1537 * alloc.c (garbage_collect_1): Call prune_weak_boxes(). 1546 * alloc.c (garbage_collect_1): Call prune_weak_boxes().