annotate nt/emacs.rc @ 74381:cba6f2b24720

Ken Manheimer <ken.manheimer@gmail.com>: (allout-ascend): Add an optional argument to preserve original position of point when unsuccessful. Also, fix a docstring error. (allout-yank-processing): Fix depth shift of multiple-topic so yanks work again, using allout-ascend's new option. (allout-setup-mode-map): Extracted from allout-mode to initialize allout-mode-map. Call it on file load, so the mode docstring substitutions work even if allout mode has not yet been invoked. (allout-mode): Use new allout-setup-mode-map to track any keybinding customizations since the map was last processed. Also, refine the docstring so it's ship-shape for release. (allout-default-layout, allout-beginning-of-line-cycles) (allout-distinctive-bullets-string, allout-use-mode-specific-leader) (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill) (allout-version, allout-layout, allout-infer-body-reindent) (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook) (allout-init, allout-mode, allout-next-heading, allout-chart-subtree) (allout-previous-heading, allout-goto-prefix-doublechecked) (allout-current-bullet-pos, allout-next-sibling-leap) (allout-pre-command-business, allout-encrypted-type-prefix) (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading) (allout-rebullet-topic, allout-rebullet-topic-grunt) (allout-flag-region, allout-expose-topic, allout-expose-topic) (allout-old-expose-topic, allout-listify-exposed) (allout-process-exposed, allout-latex-verb-quote) (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable) (allout-toggle-current-subtree-encryption) (allout-toggle-subtree-encryption, allout-bullet-isearch): Remove extraneous open-paren and close paren string escapes.
author Kim F. Storm <storm@cua.dk>
date Sun, 03 Dec 2006 21:37:33 +0000
parents 31f3e5f2df5c
children 73ea4cc2cd07
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
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
74067
31f3e5f2df5c Bump version to 22.0.91
Chong Yidong <cyd@stupidchicken.com>
parents: 73508
diff changeset
9 FILEVERSION 22,0,91,0
31f3e5f2df5c Bump version to 22.0.91
Chong Yidong <cyd@stupidchicken.com>
parents: 73508
diff changeset
10 PRODUCTVERSION 22,0,91,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"
74067
31f3e5f2df5c Bump version to 22.0.91
Chong Yidong <cyd@stupidchicken.com>
parents: 73508
diff changeset
27 VALUE "FileVersion", "22, 0, 91, 0\0"
22297
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
28 VALUE "InternalName", "Emacs\0"
68648
067115a6e738 Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 67135
diff changeset
29 VALUE "LegalCopyright", "Copyright (C) 2002, 2003, 2004, 2005, 2006\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"
74067
31f3e5f2df5c Bump version to 22.0.91
Chong Yidong <cyd@stupidchicken.com>
parents: 73508
diff changeset
32 VALUE "ProductVersion", "22, 0, 91, 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