annotate netinstall/ChangeLog @ 611:38db05db9cb5

[xemacs-hg @ 2001-06-08 12:21:09 by ben] ------ gc-in-window-procedure fixes ------ alloc.c: Create "post-gc actions", to avoid those dreaded "GC during window procedure" problems. event-msw.c: Abort, clean and simple, when GC in window procedure. We want to flush these puppies out. glyphs-msw.c: Use a post-gc action when destroying subwindows. lisp.h: Declare register_post_gc_action(). scrollbar-msw.c: Use a post-gc action when unshowing scrollbar windows, if in gc. redisplay.c: Add comment about the utter evilness of what's going down here. ------ cygwin setitimer fixes ------ Makefile.in.in: Compile profile.c only when HAVE_SETITIMER. nt.c: Style fixes. nt.c: Move setitimer() emulation to win32.c, because Cygwin needs it too. profile.c: Make sure we don't compile if no setitimer(). Use qxe_setitimer() instead of just plain setitimer(). signal.c: Define qxe_setitimer() as an encapsulation around setitimer() -- call setitimer() directly unless Cygwin or MS Win, in which case we use our simulated version in win32.c. systime.h: Prototype mswindows_setitimer() and qxe_setitimer(). Long comment about "qxe" and the policy regarding encapsulation. win32.c: Move setitimer() emulation here, so Cygwin can use it. Rename a couple of functions and variables to be longer and more descriptive. In setitimer_helper_proc(), send the signal using either mswindows_raise() or (on Cygwin) kill(). If for some reason we are still getting lockups, we'll change the kill() to directly invoke the signal handlers. ------ windows shell fixes ------ callproc.c, ntproc.c: Comments about how these two files must die. callproc.c: On MS Windows, init shell-file-name from SHELL, then COMSPEC, not just COMSPEC. (more correct and closer to FSF.) Don't force a value for SHELL into the environment. (Comments added to explain why not.) nt.c: Don't shove a fabricated SHELL into the environment. See above. ------ misc fixes ------ glyphs-shared.c: Style correction. xemacs-faq.texi: Merge in the rest of Hrvoje's Windows FAQ. Redo section 7 to update current reality and add condensed versions of new changes for 21.1 and 21.4. (Not quite done for 21.4.) Lots more Windows updates. process.el: Need to quote a null argument, too. From Dan Holmsand. startup.el: startup.el: Call MS Windows init function. win32-native.el: Correct comments at top. Correctly handle passing arguments to Cygwin programs and to bash. Fix quoting of zero-length arguments (from Dan Holmsand). Set shell-command-switch based on shell-file-name, which in turn comes from env var SHELL.
author ben
date Fri, 08 Jun 2001 12:21:27 +0000
parents 19559cacc941
children b17040ffddd1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
522
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 472
diff changeset
1 2001-05-09 Martin Buchholz <martin@xemacs.org>
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 472
diff changeset
2
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 472
diff changeset
3 * XEmacs 21.5.1 "anise" is released.
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 472
diff changeset
4
472
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
5 2001-04-18 Martin Buchholz <martin@xemacs.org>
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
6
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
7 * XEmacs 21.5.0 "alfalfa" is released.
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
8
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
9 2001-03-21 Martin Buchholz <martin@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
10
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
11 * XEmacs 21.2.46 "Urania" is released.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
12
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
13 2001-03-01 Andy Piper <andy@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
14
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
15 * desktop.cc (find_xemacs_exe_name): support 21.1 and 21.2 series.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
16
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
17 * iniparse.c: remove.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
18
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
19 * inilex.c: remove
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
20
460
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
21 2001-02-23 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
22
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
23 * XEmacs 21.2.45 "Thelxepeia" is released.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
24
458
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
25 2001-02-08 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
26
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
27 * XEmacs 21.2.44 "Thalia" is released.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
28
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
29 2001-02-02 Andy Piper <andy@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
30
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
31 * res.rc: update mirrors.lst location.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
32
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
33 2001-01-26 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
34
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
35 * XEmacs 21.2.43 "Terspichore" is released.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
36
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
37 2001-01-21 Andy Piper <andy@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
38
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
39 * Makefile.in.in (%.o): use CXX to compile
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
40
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
41 * res.rc: beautify download status and install status.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
42
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
43 * nio-ftp.cc: use xemacs-setup user for identity.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
44
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
45 2001-01-20 Martin Buchholz <martin@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
46
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
47 * XEmacs 21.2.42 "Poseidon" is released.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
48
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
49 2001-01-17 Andy Piper <andy@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
50
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
51 * ini.h: move extern "C" to aid win32 compilation. From Fabrice
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
52 Popineau.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
53
452
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
54 2001-01-17 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
55
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
56 * XEmacs 21.2.41 "Polyhymnia" is released.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
57
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
58 2001-01-12 Andy Piper <andy@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
59
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
60 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
61 isn't installed.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
62
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
63 2001-01-10 Andy Piper <andy@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
64
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
65 * README.xemacs: deleted.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
66
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
67 * README: updated.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
68
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
69 * tar.cc (tar_gzctell): new function picked up from some internal
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
70 cygnus version of zlib.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
71
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
72 * Makefile.in.in (LOCALCFLAGS): use -O2
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
73 (OBJS): reinstate autoload.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
74
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
75 2001-01-09 Andy Piper <andy@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
76
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
77 * root.cc (dialog_cmd): backslash root dir.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
78
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
79 * desktop.cc (do_desktop): runemacs.exe is the exe to run.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
80
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
81 * package-net.el (package-net-batch-convert-index-to-ini): new
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
82 batch command.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
83
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
84 * Makefile.in.in (setup.ini): new target. Automatically create.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
85 (LOCALCFLAGS): use extra_includes.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
86 (setup.ini): new target.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
87
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
88 * regedit.cc (create_xemacs_root): write out the package path.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
89
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
90 * reginfo.h (XEMACS_NATIVE_ARCH_NAME): arch dir is i386 not i586
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
91
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
92 2001-01-08 Martin Buchholz <martin@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
93
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
94 * XEmacs 21.2.40 is released.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
95
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
96 2000-12-31 Martin Buchholz <martin@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
97
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
98 * XEmacs 21.2.39 is released.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
99
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
100 2000-12-28 Andy Piper <andy@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
101
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
102 * desktop.cc (FROB): add more app paths.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
103
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
104 2000-12-24 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
105
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
106 * choose.cc (create_listview): CreateWindowEx() does not take this kind of
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
107 parameter.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
108
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
109 * choose.cc (package_sort):
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
110 * hash.cc (rev_len):
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
111 * site.cc (site_sort): must be __cdecl to be called by qsort().
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
112
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
113 * download.cc:
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
114 * install.cc:
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
115 * nio-file.cc:
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
116 * tar.cc: because of the redefinition of stat to _stat, the
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
117 inclusion of win32 headers has to be delayed.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
118
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
119 * win32.h: added some declarations, such as CDECL if
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
120 not defined, #define for functions that are not standard in msvc
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
121 libc (strdup, stat ...)
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
122
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
123 * concat.h, concat.cc (concat): must be declared CDECL
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
124
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
125 * desktop.cc: <io.h> is needed.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
126
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
127 * dialog.h (NEXT): cast needed, the first parameter of EndDialog() must
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
128 be a HWND.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
129
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
130 * diskfull.cc: syntax when declaring GDFS.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
131
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
132 * ini.cc: Various `extern "C"' declarations: yylineno, yyerror()
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
133 and fprintf(). Various CDECL declarations: yyerror(), fprintf().
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
134
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
135 * inilex.l: <stdlib.h> required.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
136
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
137 * iniparse.y: use strdup(), require "win32.h" and <string.h>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
138
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
139 * install.cc (dialog): syntax when declaring. CreateDialog()
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
140 returns a HWND.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
141
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
142 * postinstall.cc: <io.h> and <stdio.h> are needed.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
143
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
144 * regedit.cc (find_cygwin_mount): WIN32_NATIVE does not know
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
145 anything about Cygwin stuff.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
146
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
147 * setup.mak: new makefile for WIN32_NATIVE.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
148
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
149 * splash.cc (load_dialog): GetDlgItem() returns a HWND.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
150
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
151 * tar.cc: msvc knows about __int64, but not `long long'.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
152
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
153 * win32.h: <winreg.h> is missing for regedit.cc. Also, I ended up
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
154 in including <windows.h> because the files listed there are not
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
155 enough for <wininet.h>.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
156
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
157 * desktop.cc:
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
158 * fromcwd.cc:
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
159 * install.cc:
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
160 * postinstall.cc: <unistd.h> does not exist for WIN32_NATIVE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
161
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
162 * choose.cc (do_choose):
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
163 * ini.cc (do_ini):
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
164 * nio-ftp.cc (ftp_line): the construct (x ?: y) is not standard.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
165
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
166 2000-12-24 Andy Piper <andy@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
167
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
168 * choose.cc (read_installed_db): grok package versions correctly.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
169
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
170 * Makefile.in.in: add MINGW define.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
171
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
172 2000-12-18 Andy Piper <andy@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
173
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
174 * res.rc: better look and feel.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
175
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
176 2000-12-18 Andy Piper <andy@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
177
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
178 * desktop.cc (do_desktop_setup): more app path fiddling.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
179
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
180 2000-12-13 Andy Piper <andy@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
181
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
182 * root.cc (dialog_cmd): create the root in the registry if we are successful.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
183
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
184 * desktop.cc (find_xemacs_exe_path): new function. Split out from
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
185 find_xemacs_exe ().
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
186 (find_xemacs_exe_name): ditto.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
187 (do_desktop_setup): setup app paths if we are installing xemacs
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
188 itself.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
189 (do_desktop): use new functions.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
190
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
191 * regedit.cc (create_xemacs_root): fix key name.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
192 (find_xemacs_root): set isnative whatever the key value.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
193 (set_app_path): new function. Set path for an app.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
194
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
195 2000-12-12 Andy Piper <andy@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
196
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
197 * package-net.el (package-net-convert-index-to-ini): use sensible defaults.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
198
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
199 2000-12-12 Andy Piper <andy@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
200
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
201 * reginfo.h: new macros.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
202
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
203 * iniparse.y: define xemacs_package.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
204
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
205 * ini.h: declare xemacs_package.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
206
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
207 * fromcwd.cc (found_file): guess core type from name.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
208
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
209 * concat.cc: kill warnings.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
210 * net.cc: ditto.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
211
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
212 * choose.cc (do_choose): pick up core package type chosen.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
213
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
214 * Makefile.in.in: make sure we can pick up a mingw zlib.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
215
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
216 * desktop.cc: fix desktop icon creation.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
217
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
218 2000-11-12 Andy Piper <andy@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
219
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
220 * all: port from cygwin setup.