Mercurial > hg > xemacs-beta
annotate nt/installer/Wise/el.reg @ 2106:e0cad74058ab
[xemacs-hg @ 2004-05-31 23:41:30 by adrian]
xemacs-21.5: Handle xemacs_extra_name in xemacs.mak, improve copy
-------------------- ChangeLog entries follow: --------------------
nt/ChangeLog addition:
2004-06-01 Adrian Aichner <adrian@xemacs.org>
* xemacs.mak: Don't echo DEL command. Use COPYCMD everywhere.
Remove /r switch from COPY and COPYDIR, as environment variable
COPYCMD takes care of this.
* xemacs.mak (COPYCMD): New. Used to initialize environment
variable by same name.
* xemacs.mak (TEMACS_CPP_FLAGS_NO_CFLAGS): Handle
xemacs_extra_name (CVS date stamp).
author | adrian |
---|---|
date | Mon, 31 May 2004 23:41:30 +0000 |
parents | 74fd4e045ea6 |
children |
rev | line source |
---|---|
398 | 1 |
2 REGEDIT4 | |
3 | |
4 [HKEY_CLASSES_ROOT\.el] | |
5 @="elfile" | |
6 "Content Type"="text/plain" | |
7 | |
8 [HKEY_CLASSES_ROOT\elfile] | |
9 @="Emacs lisp" | |
10 "EditFlags"=hex:00,00,01,00 | |
11 | |
12 [HKEY_CLASSES_ROOT\elfile\Shell] | |
13 @="" | |
14 | |
15 [HKEY_CLASSES_ROOT\elfile\Shell\open] | |
16 | |
17 [HKEY_CLASSES_ROOT\elfile\Shell\open\command] | |
18 @="\"C:\\Program Files\\XEmacs\\XEmacs-21.0\\i386-pc-win32\\runemacs.exe\" \"%1\"" | |
19 | |
20 [HKEY_CLASSES_ROOT\elfile\Shell\open\ddeexec] | |
21 @="open(\"%1\")" | |
22 | |
23 [HKEY_CLASSES_ROOT\elfile\Shell\open\ddeexec\Application] | |
24 @="XEmacs" | |
25 | |
26 [HKEY_CLASSES_ROOT\elfile\Shell\open\ddeexec\topic] | |
27 @="System" | |
28 | |
29 [HKEY_CLASSES_ROOT\elfile\DefaultIcon] | |
30 @="C:\\Program Files\\XEmacs\\XEmacs-21.0\\i386-pc-win32\\runemacs.exe,2" | |
31 | |
32 [HKEY_CLASSES_ROOT\elfile\QuickView] | |
33 @="*" | |
34 | |
35 | |
36 |