Mercurial > emacs
annotate nt/emacsclient.rc @ 112249:785e3b6e720b
Fix bug #6684 with shell pipelines on MS-Windows.
progmodes/grep.el (grep-compute-defaults): Quote the program
file name after the pipe symbol in Grep templates.
jka-compr.el (jka-compr-partial-uncompress): Likewise.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 09 Jan 2011 19:52:57 +0200 |
parents | 376148b31b5e |
children | 417b1e4d63cd 0534ddfdceeb |
rev | line source |
---|---|
93967 | 1 Emacs ICON icons\emacs.ico |
2 | |
3 #ifndef VS_VERSION_INFO | |
4 #define VS_VERSION_INFO 1 | |
5 #endif | |
6 | |
7 VS_VERSION_INFO VERSIONINFO | |
111933
5032326a2135
Bump version to 23.2.91.
Chong Yidong <cyd@stupidchicken.com>
parents:
111388
diff
changeset
|
8 FILEVERSION 23,2,91,0 |
5032326a2135
Bump version to 23.2.91.
Chong Yidong <cyd@stupidchicken.com>
parents:
111388
diff
changeset
|
9 PRODUCTVERSION 23,2,91,0 |
93967 | 10 FILEFLAGSMASK 0x3FL |
11 #ifdef EMACSDEBUG | |
12 FILEFLAGS 0x1L | |
13 #else | |
14 FILEFLAGS 0x0L | |
15 #endif | |
16 FILEOS 0x40004L | |
17 FILETYPE 0x1L | |
18 FILESUBTYPE 0x0L | |
19 BEGIN | |
20 BLOCK "StringFileInfo" | |
21 BEGIN | |
22 BLOCK "040904B0" | |
23 BEGIN | |
24 VALUE "CompanyName", "Free Software Foundation\0" | |
101506
a84518accc05
Swap name and description. Remove Windows versions.
Jason Rumney <jasonr@gnu.org>
parents:
100954
diff
changeset
|
25 VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" |
111933
5032326a2135
Bump version to 23.2.91.
Chong Yidong <cyd@stupidchicken.com>
parents:
111388
diff
changeset
|
26 VALUE "FileVersion", "23, 2, 91, 0\0" |
93967 | 27 VALUE "InternalName", "EmacsClient\0" |
112218
376148b31b5e
Add 2011 to FSF/AIST copyright years.
Glenn Morris <rgm@gnu.org>
parents:
111933
diff
changeset
|
28 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011\0" |
93967 | 29 VALUE "OriginalFilename", "emacsclientw.exe" |
101506
a84518accc05
Swap name and description. Remove Windows versions.
Jason Rumney <jasonr@gnu.org>
parents:
100954
diff
changeset
|
30 VALUE "ProductName", "EmacsClient\0" |
111933
5032326a2135
Bump version to 23.2.91.
Chong Yidong <cyd@stupidchicken.com>
parents:
111388
diff
changeset
|
31 VALUE "ProductVersion", "23, 2, 91, 0\0" |
93967 | 32 VALUE "OLESelfRegister", "\0" |
33 END | |
34 END | |
35 BLOCK "VarFileInfo" | |
36 BEGIN | |
37 VALUE "Translation", 0x409, 1200 | |
38 END | |
39 END | |
40 |