458
|
1 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
2
|
|
3 * XEmacs 21.2.44 "Thalia" is released.
|
|
4
|
|
5 2001-02-02 Andy Piper <andy@xemacs.org>
|
|
6
|
|
7 * res.rc: update mirrors.lst location.
|
|
8
|
456
|
9 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
10
|
|
11 * XEmacs 21.2.43 "Terspichore" is released.
|
|
12
|
|
13 2001-01-21 Andy Piper <andy@xemacs.org>
|
|
14
|
|
15 * Makefile.in.in (%.o): use CXX to compile
|
|
16
|
|
17 * res.rc: beautify download status and install status.
|
|
18
|
|
19 * nio-ftp.cc: use xemacs-setup user for identity.
|
|
20
|
454
|
21 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
22
|
|
23 * XEmacs 21.2.42 "Poseidon" is released.
|
|
24
|
|
25 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
26
|
|
27 * ini.h: move extern "C" to aid win32 compilation. From Fabrice
|
|
28 Popineau.
|
|
29
|
452
|
30 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
31
|
|
32 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
33
|
|
34 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
35
|
|
36 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
37 isn't installed.
|
|
38
|
|
39 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
40
|
|
41 * README.xemacs: deleted.
|
|
42
|
|
43 * README: updated.
|
|
44
|
|
45 * tar.cc (tar_gzctell): new function picked up from some internal
|
|
46 cygnus version of zlib.
|
|
47
|
|
48 * Makefile.in.in (LOCALCFLAGS): use -O2
|
|
49 (OBJS): reinstate autoload.
|
|
50
|
|
51 2001-01-09 Andy Piper <andy@xemacs.org>
|
|
52
|
|
53 * root.cc (dialog_cmd): backslash root dir.
|
|
54
|
|
55 * desktop.cc (do_desktop): runemacs.exe is the exe to run.
|
|
56
|
|
57 * package-net.el (package-net-batch-convert-index-to-ini): new
|
|
58 batch command.
|
|
59
|
|
60 * Makefile.in.in (setup.ini): new target. Automatically create.
|
|
61 (LOCALCFLAGS): use extra_includes.
|
|
62 (setup.ini): new target.
|
|
63
|
|
64 * regedit.cc (create_xemacs_root): write out the package path.
|
|
65
|
|
66 * reginfo.h (XEMACS_NATIVE_ARCH_NAME): arch dir is i386 not i586
|
|
67
|
450
|
68 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
69
|
|
70 * XEmacs 21.2.40 is released.
|
|
71
|
448
|
72 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
73
|
|
74 * XEmacs 21.2.39 is released.
|
|
75
|
|
76 2000-12-28 Andy Piper <andy@xemacs.org>
|
|
77
|
|
78 * desktop.cc (FROB): add more app paths.
|
|
79
|
|
80 2000-12-24 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
|
|
81
|
|
82 * choose.cc (create_listview): CreateWindowEx() does not take this kind of
|
|
83 parameter.
|
|
84
|
|
85 * choose.cc (package_sort):
|
|
86 * hash.cc (rev_len):
|
|
87 * site.cc (site_sort): must be __cdecl to be called by qsort().
|
|
88
|
|
89 * download.cc:
|
|
90 * install.cc:
|
|
91 * nio-file.cc:
|
|
92 * tar.cc: because of the redefinition of stat to _stat, the
|
|
93 inclusion of win32 headers has to be delayed.
|
|
94
|
|
95 * win32.h: added some declarations, such as CDECL if
|
|
96 not defined, #define for functions that are not standard in msvc
|
|
97 libc (strdup, stat ...)
|
|
98
|
|
99 * concat.h, concat.cc (concat): must be declared CDECL
|
|
100
|
|
101 * desktop.cc: <io.h> is needed.
|
|
102
|
|
103 * dialog.h (NEXT): cast needed, the first parameter of EndDialog() must
|
|
104 be a HWND.
|
|
105
|
|
106 * diskfull.cc: syntax when declaring GDFS.
|
|
107
|
|
108 * ini.cc: Various `extern "C"' declarations: yylineno, yyerror()
|
|
109 and fprintf(). Various CDECL declarations: yyerror(), fprintf().
|
|
110
|
|
111 * inilex.l: <stdlib.h> required.
|
|
112
|
|
113 * iniparse.y: use strdup(), require "win32.h" and <string.h>
|
|
114
|
|
115 * install.cc (dialog): syntax when declaring. CreateDialog()
|
|
116 returns a HWND.
|
|
117
|
|
118 * postinstall.cc: <io.h> and <stdio.h> are needed.
|
|
119
|
|
120 * regedit.cc (find_cygwin_mount): WIN32_NATIVE does not know
|
|
121 anything about Cygwin stuff.
|
|
122
|
|
123 * setup.mak: new makefile for WIN32_NATIVE.
|
|
124
|
|
125 * splash.cc (load_dialog): GetDlgItem() returns a HWND.
|
|
126
|
|
127 * tar.cc: msvc knows about __int64, but not `long long'.
|
|
128
|
|
129 * win32.h: <winreg.h> is missing for regedit.cc. Also, I ended up
|
|
130 in including <windows.h> because the files listed there are not
|
|
131 enough for <wininet.h>.
|
|
132
|
|
133 * desktop.cc:
|
|
134 * fromcwd.cc:
|
|
135 * install.cc:
|
|
136 * postinstall.cc: <unistd.h> does not exist for WIN32_NATIVE
|
|
137
|
|
138 * choose.cc (do_choose):
|
|
139 * ini.cc (do_ini):
|
|
140 * nio-ftp.cc (ftp_line): the construct (x ?: y) is not standard.
|
|
141
|
|
142 2000-12-24 Andy Piper <andy@xemacs.org>
|
|
143
|
|
144 * choose.cc (read_installed_db): grok package versions correctly.
|
|
145
|
|
146 * Makefile.in.in: add MINGW define.
|
|
147
|
|
148 2000-12-18 Andy Piper <andy@xemacs.org>
|
|
149
|
|
150 * res.rc: better look and feel.
|
|
151
|
|
152 2000-12-18 Andy Piper <andy@xemacs.org>
|
|
153
|
|
154 * desktop.cc (do_desktop_setup): more app path fiddling.
|
|
155
|
|
156 2000-12-13 Andy Piper <andy@xemacs.org>
|
|
157
|
|
158 * root.cc (dialog_cmd): create the root in the registry if we are successful.
|
|
159
|
|
160 * desktop.cc (find_xemacs_exe_path): new function. Split out from
|
|
161 find_xemacs_exe ().
|
|
162 (find_xemacs_exe_name): ditto.
|
|
163 (do_desktop_setup): setup app paths if we are installing xemacs
|
|
164 itself.
|
|
165 (do_desktop): use new functions.
|
|
166
|
|
167 * regedit.cc (create_xemacs_root): fix key name.
|
|
168 (find_xemacs_root): set isnative whatever the key value.
|
|
169 (set_app_path): new function. Set path for an app.
|
|
170
|
|
171 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
172
|
|
173 * package-net.el (package-net-convert-index-to-ini): use sensible defaults.
|
|
174
|
|
175 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
176
|
|
177 * reginfo.h: new macros.
|
|
178
|
|
179 * iniparse.y: define xemacs_package.
|
|
180
|
|
181 * ini.h: declare xemacs_package.
|
|
182
|
|
183 * fromcwd.cc (found_file): guess core type from name.
|
|
184
|
|
185 * concat.cc: kill warnings.
|
|
186 * net.cc: ditto.
|
|
187
|
|
188 * choose.cc (do_choose): pick up core package type chosen.
|
|
189
|
|
190 * Makefile.in.in: make sure we can pick up a mingw zlib.
|
|
191
|
|
192 * desktop.cc: fix desktop icon creation.
|
|
193
|
|
194 2000-11-12 Andy Piper <andy@xemacs.org>
|
|
195
|
|
196 * all: port from cygwin setup.
|
|
197
|
458
|
198 %%% $Id: ChangeLog,v 1.1.2.17 2001/02/08 07:20:42 martinb Exp $
|
|
199 $Revision: 1.1.2.17 $
|