Mercurial > emacs
annotate nt/emacsclient.rc @ 107189:a48b193e3b5f
(tramp-handle-insert-file-contents): Set always the permissions of the
temporary file to "0600". In case the remote
file has no read permissions for the owner, there might be
problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Thu, 18 Feb 2010 11:03:12 +0100 |
parents | 905212a81527 |
children | bd6485c5bd3d |
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 | |
107051
905212a81527
Bump version to 23.1.92.
Chong Yidong <cyd@stupidchicken.com>
parents:
106816
diff
changeset
|
8 FILEVERSION 23,1,92,0 |
905212a81527
Bump version to 23.1.92.
Chong Yidong <cyd@stupidchicken.com>
parents:
106816
diff
changeset
|
9 PRODUCTVERSION 23,1,92,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" |
107051
905212a81527
Bump version to 23.1.92.
Chong Yidong <cyd@stupidchicken.com>
parents:
106816
diff
changeset
|
26 VALUE "FileVersion", "23, 1, 92, 0\0" |
93967 | 27 VALUE "InternalName", "EmacsClient\0" |
106816
f3556b1dd4de
Fix breakage to nt/emacsclient.rc in rgm@gnu.org-20100113083510-r0bohw6iwgztwdwr
Juanma Barranquero <lekktu@gmail.com>
parents:
106815
diff
changeset
|
28 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\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" |
107051
905212a81527
Bump version to 23.1.92.
Chong Yidong <cyd@stupidchicken.com>
parents:
106816
diff
changeset
|
31 VALUE "ProductVersion", "23, 1, 92, 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 |