Mercurial > emacs
annotate nt/emacsclient.rc @ 112119:48f5ac42611a
Reconcile with changes in line movement behavior for long text lines
that cross more than a single physical window line, ie when truncate-lines
is nil.
(allout-next-visible-heading): Provide for change in line-move behavior on
long lines when truncate-lines is nil. In that case, line-move can wind up
on the same textual line when it moves to the next window line, and moving
to the bullet position after the move yields zero advancement. Add logic
to detect and compensate for the lack of progress.
(allout-current-topic-collapsed-p): move-end-of-line respect for field
boundaries is different when operating with body lines shorter than window
width versus ones greater than window width, which can yield false
negatives in this function. Avoid difference by applying move-end-of-line
while field-text-motion is inhibited.
author | Ken Manheimer <ken.manheimer@gmail.com> |
---|---|
date | Tue, 04 Jan 2011 14:44:10 -0500 |
parents | b4d27afff1bf |
children | 417b1e4d63cd |
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 | |
107367
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107243
diff
changeset
|
8 FILEVERSION 24,0,50,0 |
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107243
diff
changeset
|
9 PRODUCTVERSION 24,0,50,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" |
107367
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107243
diff
changeset
|
26 VALUE "FileVersion", "24, 0, 50, 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" |
107367
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107243
diff
changeset
|
31 VALUE "ProductVersion", "24, 0, 50, 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 |