annotate nt/emacs.rc @ 25259:9f7a9dceb11b

Mostly rewritten. Customized. To support an s2G doomsday clock, speed control is added and changes are made to allow large numbers of rings: rings now show the whole ring number, not just the last digit; consecutive rings are allowed to be the same size when necessary to fit all the rings in the window; and poles can be oriented horizontally. Face support is thrown in gratuitously. (hanoi): Changed default number of rings back to 3. (hanoi-unix, hanoi-unix-64): New commands (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, hanoi-odd-ring-face): New variables. (hanoi-internal, hanoi-current-time-float, hanoi-put-face, hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. (hanoi-topos, hanoi-draw-ring): Removed.
author Karl Heuer <kwzh@gnu.org>
date Sat, 14 Aug 1999 03:24:48 +0000
parents 5f64e921ac71
children 212dbe6254e8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24855
5f64e921ac71 Use an icon with a transparent background, to be in
Andrew Innes <andrewi@gnu.org>
parents: 24183
diff changeset
1 Emacs ICON icons\gnu2a32t.ico
22297
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
2
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
3 VS_VERSION_INFO VERSIONINFO
24183
bee865220f54 Use icons/gnu2a32.ico as the default icon.
Geoff Voelker <voelker@cs.washington.edu>
parents: 22297
diff changeset
4 FILEVERSION 20,4,0,0
bee865220f54 Use icons/gnu2a32.ico as the default icon.
Geoff Voelker <voelker@cs.washington.edu>
parents: 22297
diff changeset
5 PRODUCTVERSION 20,4,0,0
22297
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
6 FILEFLAGSMASK 0x3FL
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
7 #ifdef EMACSDEBUG
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
8 FILEFLAGS 0x1L
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
9 #else
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
10 FILEFLAGS 0x0L
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
11 #endif
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
12 FILEOS 0x40004L
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
13 FILETYPE 0x1L
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
14 FILESUBTYPE 0x0L
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
15 BEGIN
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
16 BLOCK "StringFileInfo"
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
17 BEGIN
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
18 BLOCK "040904B0"
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
19 BEGIN
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
20 VALUE "CompanyName", "Free Software Foundation\0"
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
21 VALUE "FileDescription", "GNU Emacs for Windows NT and Windows 95/98\0"
24183
bee865220f54 Use icons/gnu2a32.ico as the default icon.
Geoff Voelker <voelker@cs.washington.edu>
parents: 22297
diff changeset
22 VALUE "FileVersion", "20, 4, 0, 0\0"
22297
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
23 VALUE "InternalName", "Emacs\0"
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
24 VALUE "LegalCopyright", "Copyright (C) 1998\0"
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
25 VALUE "OriginalFilename", "emacs.exe"
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
26 VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0"
24183
bee865220f54 Use icons/gnu2a32.ico as the default icon.
Geoff Voelker <voelker@cs.washington.edu>
parents: 22297
diff changeset
27 VALUE "ProductVersion", "20, 4, 0, 0\0"
22297
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
28 VALUE "OLESelfRegister", "\0"
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
29 END
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
30 END
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
31 BLOCK "VarFileInfo"
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
32 BEGIN
2175b5131850 (VS_VERSION_INFO): Define.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11764
diff changeset
33 VALUE "Translation", 0x409, 1200
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