Mercurial > hg > xemacs-beta
comparison lib-src/ChangeLog @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 501cfd01ee6d |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
1 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
2 | |
3 * XEmacs 21.2.35 is released. | |
4 | |
5 2000-07-12 Martin Buchholz <martin@xemacs.org> | |
6 | |
7 * gnuserv.c: | |
8 (handle_internet_request): | |
9 (handle_unix_request): | |
10 (internet_init): | |
11 Use socklen_t instead of int or size_t. | |
12 | |
13 2000-07-11 Martin Buchholz <martin@xemacs.org> | |
14 | |
15 * hexl.c (usage): Use full ANSI C prototypes. | |
16 | |
17 2000-07-05 Craig Lanning <lanning@scra.org> | |
18 | |
19 * Makefile.in.in (INSTALL_DATA): | |
20 * Makefile.in.in (UTILITIES): | |
21 * Makefile.in.in (GETOPTDEPS): | |
22 * Makefile.in.in (i): | |
23 mingw support: don't try to build gnuclient, add | |
24 support for building and installing minitar | |
25 | |
26 2000-06-10 Ben Wing <ben@xemacs.org> | |
27 | |
28 * Makefile.in.in (INSTALLABLES_BASE): | |
29 * Makefile.in.in (ootags_args): | |
30 * Makefile.in.in (yow): | |
31 Build i.exe. | |
32 Don't build run*.exe. | |
33 | |
34 * b2m.c: | |
35 * b2m.c (main): | |
36 * ellcc.c (main): | |
37 * etags.c: | |
38 * etags.c (main): | |
39 * etags.c (get_compressor_from_suffix): | |
40 * etags.c (process_file): | |
41 * etags.c (readline_internal): | |
42 * etags.c (etags_getcwd): | |
43 * etags.c (relative_filename): | |
44 * etags.c (absolute_filename): | |
45 * etags.c (filename_is_absolute): | |
46 * etags.c (canonicalize_filename): | |
47 * fakemail.c: | |
48 * fakemail.c (make_file_preface): | |
49 * getopt.c: | |
50 * getopt.h: | |
51 * gnuclient.c: | |
52 * gnuclient.c (filename_expand): | |
53 * gnuserv.h: | |
54 * gnuserv.h (PATCHLEVEL): | |
55 * hexl.c: | |
56 * hexl.c (main): | |
57 * make-docfile.c: | |
58 * make-docfile.c (APPEND_BINARY): | |
59 * make-docfile.c (main): | |
60 * make-dump-id.c: | |
61 * mmencode.c: | |
62 * mmencode.c (fromqp): | |
63 * mmencode.c (main): | |
64 * movemail.c: | |
65 * movemail.c (main): | |
66 * movemail.c (popmail): | |
67 * ootags.c: | |
68 * ootags.c (main): | |
69 * ootags.c (readline_internal): | |
70 * ootags.c (etags_getcwd): | |
71 * ootags.c (absolute_filename): | |
72 * ootags.c (filename_is_absolute): | |
73 * ootags.c (canonicalize_filename): | |
74 * pop.c: | |
75 * pop.c (DONT_ENCAPSULATE): | |
76 * pop.c (pop_open): | |
77 * pop.c (socket_connection): | |
78 * pop.c (pop_trash): | |
79 * profile.c (gettimeofday): | |
80 * wakeup.c: | |
81 * yow.c (rootrelativepath): | |
82 Remove MSDOS support, converting to WIN32_NATIVE where necessary. | |
83 WINDOWSNT -> WIN32_NATIVE. | |
84 __CYGWIN32__ -> CYGWIN. | |
85 DOS_NT -> WIN32_NATIVE. | |
86 Remove unused NO_SHORTNAMES. | |
87 Changes for removed nt\inc. | |
88 | |
89 2000-06-07 Ben Wing <ben@xemacs.org> | |
90 | |
91 * run.c, run.h, run.rc: Removed. We no longer need these for | |
92 building runxemacs.exe, and it's questionable at best whether | |
93 rungnuclient.exe was ever used or is even needed. The correct | |
94 solution is just to make gnuclient.exe a windows program and | |
95 use the gnuattach script to run 'i gnuclient.exe'. Not that | |
96 gnuclient currently works under Windows native in any case. | |
97 | |
1 2000-05-28 Martin Buchholz <martin@xemacs.org> | 98 2000-05-28 Martin Buchholz <martin@xemacs.org> |
2 | 99 |
3 * XEmacs 21.2.34 is released. | 100 * XEmacs 21.2.34 is released. |
4 | 101 |
5 2000-05-11 Ben Wing <ben@xemacs.org> | 102 2000-05-11 Ben Wing <ben@xemacs.org> |