Mercurial > emacs
annotate nt/emacs.rc @ 85609:91dea9fefe83
* textmodes/org.el (org-version): Changed to 5.13e.
(org-agenda-file-regexp): Fixed typo in docstring.
(org-add-planning-info): Fixed bug in parenthesis settings.
(org-scan-tags): Catch the case of indirect buffers with no
filename.
(org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
Re-installed switch to mapc, had been removed by accident.
(org-columns-map): New binding `C-c C-o'.
(org-columns-menu): Changed menu text and added new entry.
(org-columns-eval): Documented the use of `next-line'.
(org-columns-open-link): New function.
(org-columns-follow-link): Function removed.
(org-open-link-from-string): New function.
(org-read-date-get-relative): Fixed typo in docstring.
(org-read-date-get-relative): Leading +/- is not optional.
(org-agenda-get-restriction-and-command): Always resize window on
first loop cycle.
(org-agenda-open-link): Make sure the link abbreviations are
present in the agenda buffer.
(org-agenda-copy-local-variable): New function.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Wed, 24 Oct 2007 05:37:11 +0000 |
parents | da724249ce97 |
children | 107ccd98fa12 |
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 |
81434 | 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 |
83738 | 10 FILEVERSION 23,0,50,0 |
11 PRODUCTVERSION 23,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" |
43397
212dbe6254e8
* emacs.rc: Define VS_VERSION_INFO if not already.
Jason Rumney <jasonr@gnu.org>
parents:
24855
diff
changeset
|
27 VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" |
83738 | 28 VALUE "FileVersion", "23, 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" |
75249
4ad431d8e164
Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents:
74759
diff
changeset
|
30 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0" |
22297
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
31 VALUE "OriginalFilename", "emacs.exe" |
2175b5131850
(VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents:
11764
diff
changeset
|
32 VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" |
83738 | 33 VALUE "ProductVersion", "23, 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 |