Mercurial > emacs
annotate nt/emacs.rc @ 83331:efa9e4606e7e
Merged from miles@gnu.org--gnu-2005 (patch 83-87, 449-468)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-449
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-450
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-451
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-452
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-453
Update from CVS: lisp/subr.el (add-to-ordered-list): Doc fix.
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-454
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-455
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-456
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-457
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-458
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-459
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-460
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-461
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-462
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-463
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-464
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-465
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-466
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-467
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-468
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-83
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-84
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-85
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-86
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-87
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-371
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Tue, 05 Jul 2005 22:12:55 +0000 |
parents | 4d1d2489581e |
children | 3723093a21fd d7ddb3e565de |
rev | line source |
---|---|
49374
4d1d2489581e
2003-01-21 David Ponce <david@dponce.com>
Jason Rumney <jasonr@gnu.org>
parents:
47215
diff
changeset
|
1 Emacs ICON icons\gnu2a32t.ico |
4d1d2489581e
2003-01-21 David Ponce <david@dponce.com>
Jason Rumney <jasonr@gnu.org>
parents:
47215
diff
changeset
|
2 32649 CURSOR icons\hand.cur |
22297
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
3 |
43397
212dbe6254e8
* emacs.rc: Define VS_VERSION_INFO if not already.
Jason Rumney <jasonr@gnu.org>
parents:
24855
diff
changeset
|
4 #ifndef VS_VERSION_INFO |
212dbe6254e8
* emacs.rc: Define VS_VERSION_INFO if not already.
Jason Rumney <jasonr@gnu.org>
parents:
24855
diff
changeset
|
5 #define VS_VERSION_INFO 1 |
212dbe6254e8
* emacs.rc: Define VS_VERSION_INFO if not already.
Jason Rumney <jasonr@gnu.org>
parents:
24855
diff
changeset
|
6 #endif |
212dbe6254e8
* emacs.rc: Define VS_VERSION_INFO if not already.
Jason Rumney <jasonr@gnu.org>
parents:
24855
diff
changeset
|
7 |
22297
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
8 VS_VERSION_INFO VERSIONINFO |
47215
566f092008c8
Version updated to 21.3.50. From Peter Runestig <peter@runestig.com>.
Juanma Barranquero <lekktu@gmail.com>
parents:
43397
diff
changeset
|
9 FILEVERSION 21,3,50,0 |
566f092008c8
Version updated to 21.3.50. From Peter Runestig <peter@runestig.com>.
Juanma Barranquero <lekktu@gmail.com>
parents:
43397
diff
changeset
|
10 PRODUCTVERSION 21,3,50,0 |
22297
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
11 FILEFLAGSMASK 0x3FL |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
12 #ifdef EMACSDEBUG |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
13 FILEFLAGS 0x1L |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
14 #else |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
15 FILEFLAGS 0x0L |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
16 #endif |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
17 FILEOS 0x40004L |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
18 FILETYPE 0x1L |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
19 FILESUBTYPE 0x0L |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
20 BEGIN |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
21 BLOCK "StringFileInfo" |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
22 BEGIN |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
23 BLOCK "040904B0" |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
24 BEGIN |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
25 VALUE "CompanyName", "Free Software Foundation\0" |
43397
212dbe6254e8
* emacs.rc: Define VS_VERSION_INFO if not already.
Jason Rumney <jasonr@gnu.org>
parents:
24855
diff
changeset
|
26 VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" |
47215
566f092008c8
Version updated to 21.3.50. From Peter Runestig <peter@runestig.com>.
Juanma Barranquero <lekktu@gmail.com>
parents:
43397
diff
changeset
|
27 VALUE "FileVersion", "21, 3, 50, 0\0" |
22297
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
28 VALUE "InternalName", "Emacs\0" |
43397
212dbe6254e8
* emacs.rc: Define VS_VERSION_INFO if not already.
Jason Rumney <jasonr@gnu.org>
parents:
24855
diff
changeset
|
29 VALUE "LegalCopyright", "Copyright (C) 2002\0" |
22297
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
30 VALUE "OriginalFilename", "emacs.exe" |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
31 VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" |
47215
566f092008c8
Version updated to 21.3.50. From Peter Runestig <peter@runestig.com>.
Juanma Barranquero <lekktu@gmail.com>
parents:
43397
diff
changeset
|
32 VALUE "ProductVersion", "21, 3, 50, 0\0" |
22297
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
33 VALUE "OLESelfRegister", "\0" |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
34 END |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
35 END |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
36 BLOCK "VarFileInfo" |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
37 BEGIN |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
38 VALUE "Translation", 0x409, 1200 |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
39 END |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
40 END |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
41 |