Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 363:972bbb6d6ca2 r21-1-11
Import from CVS: tag r21-1-11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:59:28 +0200 |
parents | 7347b34c275b |
children | 30d2cfa1092a |
comparison
equal
deleted
inserted
replaced
362:1e474c183006 | 363:972bbb6d6ca2 |
---|---|
1 2000-07-17 XEmacs Build Bot <builds@cvs.xemacs.org> | |
2 | |
3 * XEmacs 21.1.11 is released | |
4 | |
5 2000-07-17 Ben Wing <ben@666.com> | |
6 | |
7 * menubar-msw.c (populate_menu_add_item): Add GC protection. | |
8 * (populate_or_checksum_helper): Add GC protection. | |
9 * (update_frame_menubar_maybe): Add GC protection. | |
10 * (prune_menubar): Add GC protection. | |
11 * (mswindows): Add GC protection. | |
12 | |
13 2000-07-15 Vin Shelton <acs@xemacs.org> | |
14 | |
15 * event-msw.c (ntpipe_shove_writer): Remove call to | |
16 SwitchToThread() for Win 9x machines, per Ben's instructions. | |
17 | |
18 2000-07-15 Ben Wing <ben@666.com> | |
19 | |
20 * buffer.c (Fget_file_buffer): protect against GC. | |
21 * fileio.c: protect against GC. | |
22 | |
23 2000-07-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
24 | |
25 * s/freebsd.h (INTERRUPTIBLE_OPEN): open *is* interruptible on | |
26 FreeBSD 4.0. | |
27 | |
28 2000-06-01 Andreas Jaeger <aj@suse.de> | |
29 | |
30 * m/s390.h: Support for S390, based on a patch by Martin | |
31 Schwidefsky <schwidefsky@de.ibm.com>. | |
32 | |
33 2000-07-14 Adrian Aichner <aichner@ecf.teradyne.com> | |
34 | |
35 * process-nt.c: Backup Mike Alexander's previous fix. | |
36 | |
37 2000-07-12 Martin Buchholz <martin@xemacs.org> | |
38 | |
39 * s/decosf4-0.h: No special compiler flags needed or desired. | |
40 In particular, undefine _BSD for DEC OSF 4.0. | |
41 | |
42 2000-07-04 Ben Wing <ben@xemacs.org> | |
43 | |
44 * symbols.c (Fmapatoms): gcpro obarray, may be new (debug-continue). | |
45 (Fapropos_internal): consing + call1 = must gcpro. | |
46 | |
47 1999-11-15 MORIOKA Tomohiko <tomo@urania.m17n.org> | |
48 | |
49 * data.c (Fstring_to_number): Don't recognize floating point if | |
50 base is not 10. | |
51 | |
52 2000-06-08 Mike Alexander <mta@arbortext.com> | |
53 | |
54 (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size | |
55 (shove_thread): Don't write the same output twice | |
56 (make_ntpipe_output_stream): Increase priority of shove thread | |
57 (ntpipe_shove_writer): Call SwitchToThread to give shove thread a | |
58 chance to run | |
59 (ntpipe_shove_closer): Don't delete the pipe until we're done with | |
60 it. | |
61 | |
62 2000-07-09 Adrian Aichner <aichner@ecf.teradyne.com> | |
63 | |
64 * eval.c: Remove references to M-x edit-options in DEFUNs for | |
65 `defvar' and `defconst'. | |
66 | |
67 2000-06-05 Ben Wing <ben@xemacs.org> | |
68 | |
69 * callproc.c (child_setup): Don't do close_load_descs() under | |
70 MS Windows. Put in a comment explaining why. | |
71 | |
72 2000-07-13 Martin Buchholz <martin@xemacs.org> | |
73 | |
74 * emacs.c (main): Use correct type for _environ on SCO5. | |
75 | |
76 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
77 | |
78 * unexalpha.c: Use full prototypes. | |
79 * config.h.in: `not' is also a C++ keyword. | |
80 | |
81 2000-06-18 Martin Buchholz <martin@xemacs.org> | |
82 | |
83 * s/decosf4-0.h (_etext): Use portable _etext instead of etext. | |
84 * s/decosf4-0.h (_edata): Use portable _edata instead of edata. | |
85 | |
86 2000-06-17 Martin Buchholz <martin@xemacs.org> | |
87 | |
88 * s/decosf4-0.h: Never #include "/usr/include/FOO.h" because this | |
89 conflicts with gcc's fixincluded version of FOO.h. | |
90 | |
1 2000-05-06 XEmacs Build Bot <builds@cvs.xemacs.org> | 91 2000-05-06 XEmacs Build Bot <builds@cvs.xemacs.org> |
2 | 92 |
3 * XEmacs 21.1.10 is released | 93 * XEmacs 21.1.10 is released |
4 | 94 |
5 2000-04-26 Mike Woolley <mike@bulsara.com> | 95 2000-04-26 Mike Woolley <mike@bulsara.com> |