annotate nt/emacs.rc @ 110776:073caec7510f

* net/tramp.el (tramp-handle-directory-files-and-attributes) (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p): New defuns, taken from tramp-smb.el. (tramp-coding-system-change-eol-conversion) (tramp-set-process-query-on-exit-flag): Removed. * net/tramp-compat.el (top): Do not check for byte-compiler objects. (tramp-compat-coding-system-change-eol-conversion) (tramp-compat-set-process-query-on-exit-flag): New defuns, taken from tramp.el. * net/tramp-gvfs.el: * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag' by `tramp-compat-set-process-query-on-exit-flag'. * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use `tramp-handle-directory-files-and-attributes', `tramp-handle-file-exists-p' and `tramp-handle-file-newer-than-file-p'. (tramp-imap-handle-file-exists-p) (tramp-imap-handle-file-executable-p) (tramp-imap-handle-file-readable-p) (tramp-imap-handle-directory-files-and-attributes) (tramp-imap-handle-file-newer-than-file-p): Removed. * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag' by `tramp-compat-set-process-query-on-exit-flag' and `tramp-coding-system-change-eol-conversion' by `tramp-compat-coding-system-change-eol-conversion'. * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use `tramp-handle-directory-files-and-attributes', `tramp-handle-file-exists-p' and `tramp-handle-file-newer-than-file-p'. (tramp-smb-handle-directory-files-and-attributes) (tramp-smb-handle-file-exists-p) (tramp-smb-handle-file-newer-than-file-p): Removed. (tramp-smb-maybe-open-connection): Replace `tramp-set-process-query-on-exit-flag' by `tramp-compat-set-process-query-on-exit-flag'.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 05 Oct 2010 16:20:24 +0200
parents b4d27afff1bf
children 417b1e4d63cd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
67135
21ae671f6702 * emacs.rc: Use new icons.
Chong Yidong <cyd@stupidchicken.com>
parents: 65729
diff changeset
1 Emacs ICON icons\emacs.ico
49374
4d1d2489581e 2003-01-21 David Ponce <david@dponce.com>
Jason Rumney <jasonr@gnu.org>
parents: 47215
diff changeset
2 32649 CURSOR icons\hand.cur
78024
96bde8aea507 Use emacs.manifest.
Jason Rumney <jasonr@gnu.org>
parents: 77877
diff changeset
3 1 24 "emacs.manifest"
22297
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
4
43397
212dbe6254e8 * emacs.rc: Define VS_VERSION_INFO if not already.
Jason Rumney <jasonr@gnu.org>
parents: 24855
diff changeset
5 #ifndef VS_VERSION_INFO
212dbe6254e8 * emacs.rc: Define VS_VERSION_INFO if not already.
Jason Rumney <jasonr@gnu.org>
parents: 24855
diff changeset
6 #define VS_VERSION_INFO 1
212dbe6254e8 * emacs.rc: Define VS_VERSION_INFO if not already.
Jason Rumney <jasonr@gnu.org>
parents: 24855
diff changeset
7 #endif
212dbe6254e8 * emacs.rc: Define VS_VERSION_INFO if not already.
Jason Rumney <jasonr@gnu.org>
parents: 24855
diff changeset
8
22297
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
9 VS_VERSION_INFO VERSIONINFO
107367
b4d27afff1bf Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents: 107243
diff changeset
10 FILEVERSION 24,0,50,0
b4d27afff1bf Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents: 107243
diff changeset
11 PRODUCTVERSION 24,0,50,0
22297
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
12 FILEFLAGSMASK 0x3FL
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
13 #ifdef EMACSDEBUG
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
14 FILEFLAGS 0x1L
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
15 #else
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
16 FILEFLAGS 0x0L
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
17 #endif
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
18 FILEOS 0x40004L
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
19 FILETYPE 0x1L
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
20 FILESUBTYPE 0x0L
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
21 BEGIN
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
22 BLOCK "StringFileInfo"
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
23 BEGIN
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
24 BLOCK "040904B0"
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
25 BEGIN
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
26 VALUE "CompanyName", "Free Software Foundation\0"
101505
069ee85473e4 Swap name and description. Remove Windows versions.
Jason Rumney <jasonr@gnu.org>
parents: 100954
diff changeset
27 VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
107367
b4d27afff1bf Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents: 107243
diff changeset
28 VALUE "FileVersion", "24, 0, 50, 0\0"
22297
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
29 VALUE "InternalName", "Emacs\0"
106815
1d1d5d9bd884 Add 2010 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 106687
diff changeset
30 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0"
22297
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
31 VALUE "OriginalFilename", "emacs.exe"
101505
069ee85473e4 Swap name and description. Remove Windows versions.
Jason Rumney <jasonr@gnu.org>
parents: 100954
diff changeset
32 VALUE "ProductName", "Emacs\0"
107367
b4d27afff1bf Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents: 107243
diff changeset
33 VALUE "ProductVersion", "24, 0, 50, 0\0"
22297
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
34 VALUE "OLESelfRegister", "\0"
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 END
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
37 BLOCK "VarFileInfo"
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
38 BEGIN
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
39 VALUE "Translation", 0x409, 1200
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 END
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
42