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