Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 382:064ab7fed2e0 r21-2-6
Import from CVS: tag r21-2-6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:39 +0200 |
parents | 8626e4521993 |
children | bbff43aa5eb7 |
comparison
equal
deleted
inserted
replaced
381:908a86f940e6 | 382:064ab7fed2e0 |
---|---|
1 1998-12-16 Andy Piper <andy@xemacs.org> | |
2 | |
3 * XEmacs 21.2.6 is released | |
4 | |
5 1998-12-08 Hrvoje Niksic <hniksic@srce.hr> | |
6 | |
7 * md5.c (Fmd5): Correctly initiate string input stream. | |
8 | |
9 * Makefile.in.in (tests): Add md5-tests.el. | |
10 | |
11 1998-12-06 Martin Buchholz <martin@xemacs.org> | |
12 | |
13 * lisp.h: | |
14 * alloc.c (make_vector): remove travesty | |
15 (Fmake_vector): | |
16 (make_pure_vector): | |
17 (pure_cons): | |
18 (make_bit_vector_internal): | |
19 (make_bit_vector): | |
20 (make_bit_vector_from_byte_vector): | |
21 (Fmake_bit_vector): | |
22 - make vector_equal a little faster. | |
23 - Don't use variable name `new'. | |
24 - Use size_t instead of EMACS_INT. | |
25 - usual Martin-style pointless bit-twiddling. | |
26 | |
27 * fns.c (mapcar1): | |
28 (Fmapconcat): | |
29 (Fmapcar): | |
30 (Fmapvector): | |
31 Make mapcar faster. In particular, make | |
32 (mapc #'identity long-string) | |
33 MUCH faster under Mule. | |
34 * tests/automated/lisp-tests.el: Test 'em! | |
35 | |
36 1998-12-06 Martin Buchholz <martin@xemacs.org> | |
37 | |
38 * bytecode.c (Ffetch_bytecode): Fix crash when loading lazy-loaded | |
39 bytecode. | |
40 | |
41 1998-12-13 Martin Buchholz <martin@xemacs.org> | |
42 | |
43 * console-msw.c: Function definitions follow coding standards | |
44 - This prevents e.g. find-tag on Lisp_Event finding DEVENT | |
45 | |
46 1998-12-11 Martin Buchholz <martin@xemacs.org> | |
47 | |
48 * events.h (struct timeout_data): | |
49 * event-tty.c (tty_timeout_to_emacs_event): | |
50 * event-msw.c (mswindows_wm_timer_callback): | |
51 * event-Xt.c (Xt_timeout_to_emacs_event): | |
52 * event-msw.c (mswindows_cancel_dispatch_event): | |
53 Make sure Lisp_Objects inside events are initialized to Qnil, not | |
54 Qnull_pointer, which is now illegal. | |
55 | |
56 1998-12-10 Martin Buchholz <martin@xemacs.org> | |
57 | |
58 * lisp.h: Fix up prototypes to match alloc.c | |
59 | |
60 1998-12-09 Andy Piper <andy@xemacs.org> | |
61 | |
62 * glyphs-msw.c (init_image_instance_from_xbm_inline): don't use | |
63 XSETINT for assigning lisp objects. | |
64 | |
65 1998-12-07 Martin Buchholz <martin@xemacs.org> | |
66 | |
67 * opaque.h: | |
68 * console-msw.c (DHEADER): | |
69 (DOPAQUE_DATA): | |
70 (DEVENT): | |
71 (DCONS): | |
72 (DCONSCDR): | |
73 (DSTRING): | |
74 (DVECTOR): | |
75 (DSYMBOL): | |
76 (DSYMNAME): | |
77 - max_align_t should not be visible to the user of the | |
78 XOPAQUE_DATA macro. | |
79 - use Bufbyte instead of char | |
80 - parens around (FOOP (obj)) are always redundant. | |
81 If they were necessary, we should fix the macro instead. | |
82 - Always use string_data(foo) instead of foo->data. | |
83 | |
84 1998-12-07 Martin Buchholz <martin@xemacs.org> | |
85 | |
86 * sysdep.c (set_descriptor_non_blocking): | |
87 Since O_NONBLOCK is now always #defined, make use of fcntl | |
88 conditional on F_SETFL being defined. | |
89 | |
90 1998-12-09 Andy Piper <andy@xemacs.org> | |
91 | |
92 * menubar-msw.c (mswindows_handle_wm_command): add back in checks | |
93 that got removed in the merge | |
94 | |
95 1998-11-30 Greg Klanderman <greg@alphatech.com> | |
96 | |
97 * dired.c (vars_of_dired): bugfix for previous conditionalization | |
98 of user-name-completion on non- Windows NT. | |
99 | |
100 1998-12-08 Martin Buchholz <martin@xemacs.org> | |
101 | |
102 * windowsnt.h: Remove `support' for using index and rindex | |
103 | |
104 * filelock.c (current_lock_owner): | |
105 - Change uses of index -> strchr, rindex -> strrchr | |
106 | |
107 1998-12-06 Martin Buchholz <martin@xemacs.org> | |
108 | |
109 * frame-msw.c (mswindows_init_frame_1): | |
110 - use make_lisp_hash_table, not Fmake_hash_table | |
111 - include elhash.h | |
112 | |
1 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> | 113 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> |
2 | 114 |
3 * XEmacs 21.2.5 is released | 115 * XEmacs 21.2.5 is released |
4 | 116 |
5 1998-11-30 Martin Buchholz <martin@xemacs.org> | 117 1998-11-30 Martin Buchholz <martin@xemacs.org> |