]> git.pld-linux.org Git - packages/tf.git/blame - tf-filenames.patch
- help source tar.gz have . in directory tree - forced tar to extract
[packages/tf.git] / tf-filenames.patch
CommitLineData
e5097302 1diff -urN tf-40s1-org/tf-lib/complete.tf tf-40s1/tf-lib/complete.tf
2--- tf-40s1-org/tf-lib/complete.tf Sat Mar 6 23:43:27 1999
3+++ tf-40s1/tf-lib/complete.tf Wed Jul 31 11:40:34 2002
4@@ -7,7 +7,7 @@
5 ;; To use: /load this file, and optionally store a list of words in
6 ;; %{completion_list}. For example, add this to your ~/.tfrc file:
7 ;;
8-;; /load complete.tf
9+;; /load completion.tf
10 ;; /set completion_list=Hawkeye TinyFugue ftp.tcp.com
11 ;;
12 ;; Completion keys:
13@@ -35,7 +35,7 @@
14
15 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16
17-/loaded __TFLIB__/complete.tf
18+/loaded __TFLIB__/completion.tf
19
20 /require lisp.tf
21
22diff -urN tf-40s1-org/tf-lib/filexfer.tf tf-40s1/tf-lib/filexfer.tf
23--- tf-40s1-org/tf-lib/filexfer.tf Sat Mar 6 23:43:27 1999
24+++ tf-40s1/tf-lib/filexfer.tf Wed Jul 31 11:42:00 2002
25@@ -1,7 +1,7 @@
26 ;;;; File transfer macros
27 ;; see "/help /putfile" and "/help /getfile".
28
29-/loaded __TFLIB__/filexfer.tf
30+/loaded __TFLIB__/file-xfer.tf
31
32 /def -i putfile = /putfile_MUCK %*
33
34diff -urN tf-40s1-org/tf-lib/finger.tf tf-40s1/tf-lib/finger.tf
35--- tf-40s1-org/tf-lib/finger.tf Sat Mar 6 23:43:27 1999
36+++ tf-40s1/tf-lib/finger.tf Wed Jul 31 11:45:43 2002
37@@ -6,7 +6,7 @@
38
39 ; This is more complicated than it needs to be, just to make it act nicely.
40
41-; The empty WORLD hooks override normal hooks (like those in world-q.tf)
42+; The empty WORLD hooks override normal hooks (like those in worldqueue.tf)
43 ; that we don't want during finger.
44
45 /def -i finger = \
46diff -urN tf-40s1-org/tf-lib/kb-bash.tf tf-40s1/tf-lib/kb-bash.tf
47--- tf-40s1-org/tf-lib/kb-bash.tf Sat Mar 6 23:43:27 1999
48+++ tf-40s1/tf-lib/kb-bash.tf Wed Jul 31 11:40:55 2002
49@@ -1,9 +1,9 @@
50 ;;;; Bash-like keyboard bindings
51
52-/loaded __TFLIB__/kb-bash.tf
53+/loaded __TFLIB__/bind-bash.tf
54
55 /require kbfunc.tf
56-/require complete.tf
57+/require completion.tf
58
59 ;; The commented-out lines are either unimplemented, already defined,
60 ;; or conflict with pre-existing bindings.
61diff -urN tf-40s1-org/tf-lib/kb-emacs.tf tf-40s1/tf-lib/kb-emacs.tf
62--- tf-40s1-org/tf-lib/kb-emacs.tf Sat Mar 6 23:43:27 1999
63+++ tf-40s1/tf-lib/kb-emacs.tf Wed Jul 31 11:39:22 2002
64@@ -1,6 +1,6 @@
65 ;;;; emacs style keybindings for TinyFugue
66
67-/loaded __TFLIB__/kb-emacs.tf
68+/loaded __TFLIB__/bind-emacs.tf
69
70 /def -i -b"^a" = /dokey_home
71 /def -i -b"^b" = /dokey_left
72diff -urN tf-40s1-org/tf-lib/psh.tf tf-40s1/tf-lib/psh.tf
73--- tf-40s1-org/tf-lib/psh.tf Sat Mar 6 23:43:27 1999
74+++ tf-40s1/tf-lib/psh.tf Wed Jul 31 11:43:11 2002
75@@ -4,7 +4,7 @@
76 ;; bug: barfs on suspend (^Z) because SHELL is really a child of /bin/sh,
77 ;; which doesn't have job control. Workaround: don't ^Z during /psh.
78
79-/loaded __TFLIB__/psh.tf
80+/loaded __TFLIB__/pref-shell.tf
81
82 /def -i psh = \
83 /if ( ({#} > 0) & (SHELL !~ "") & (SHELL !~ "/bin/sh") ) \
84diff -urN tf-40s1-org/tf-lib/spc-page.tf tf-40s1/tf-lib/spc-page.tf
85--- tf-40s1-org/tf-lib/spc-page.tf Sat Mar 6 23:43:27 1999
86+++ tf-40s1/tf-lib/spc-page.tf Wed Jul 31 11:44:09 2002
87@@ -4,7 +4,7 @@
88 ;; I personally don't like it, but you might if you can't get the hang of
89 ;; pressing TAB. To enable space-page, just load this file.
90
91-/loaded __TFLIB__/spc-page.tf
92+/loaded __TFLIB__/space_page.tf
93
94 /def -i pager = \
95 /purge -ib" "%; \
96diff -urN tf-40s1-org/tf-lib/spedwalk.tf tf-40s1/tf-lib/spedwalk.tf
97--- tf-40s1-org/tf-lib/spedwalk.tf Sat Mar 6 23:43:27 1999
98+++ tf-40s1/tf-lib/spedwalk.tf Wed Jul 31 11:36:38 2002
99@@ -9,7 +9,7 @@
100 ;;;; enabled, typing "ne3ses" will send "n", "e", "s", "s", "s", "e", "s".
101
102
103-/loaded __TFLIB__/spedwalk.tf
104+/loaded __TFLIB__/speedwalk.tf
105
106 /eval \
107 /def -i speedwalk = \
108diff -urN tf-40s1-org/tf-lib/stack-q.tf tf-40s1/tf-lib/stack-q.tf
109--- tf-40s1-org/tf-lib/stack-q.tf Sat Mar 6 23:43:27 1999
110+++ tf-40s1/tf-lib/stack-q.tf Wed Jul 31 11:45:03 2002
111@@ -2,7 +2,7 @@
112 ;;;; Lets you keep stacks and queues of words. /pop and /dequeue give their
113 ;;;; results via /echo; use $(/pop) and $(/dequeue) to capture their results.
114
115-/loaded __TFLIB__/stack-q.tf
116+/loaded __TFLIB__/stack-queue.tf
117
118 /require lisp.tf
119
120diff -urN tf-40s1-org/tf-lib/tf-help tf-40s1/tf-lib/tf-help
121--- tf-40s1-org/tf-lib/tf-help Sat Mar 6 23:43:27 1999
122+++ tf-40s1/tf-lib/tf-help Wed Jul 31 11:46:04 2002
123@@ -1147,7 +1147,7 @@
124
125 Usage:
126
127- \e[1m/REQUIRE\e[22;0m filexfer.tf
128+ \e[1m/REQUIRE\e[22;0m file-xfer.tf
129
130 \e[1m/GETFILE_MUCK\e[22;0m <\e[4mfile\e[24m> [<\e[4mremote-file\e[24m>]
131 \e[1m/GETFILE_LP\e[22;0m <\e[4mfile\e[24m> [<\e[4mremote-file\e[24m>]
132@@ -2333,7 +2333,7 @@
133
134 Usage:
135
136- \e[1m/REQUIRE\e[22;0m filexfer.tf
137+ \e[1m/REQUIRE\e[22;0m file-xfer.tf
138
139 \e[1m/PUTFILE_MUCK\e[22;0m <\e[4mfile\e[24m> [<\e[4mremote-file\e[24m>]
140 \e[1m/PUTFILE_LP\e[22;0m <\e[4mfile\e[24m> [<\e[4mremote-file\e[24m>]
141@@ -3938,12 +3938,12 @@
142
143 Usage:
144
145- \e[1m/REQUIRE\e[22;0m complete.tf
146+ \e[1m/REQUIRE\e[22;0m completion.tf
147
148 \e[1m/complete\e[22;0m
149 ____________________________________________________________________________
150
151- Loading complete.tf will define the following keybindings:
152+ Loading completion.tf will define the following keybindings:
153
154 ESC TAB
155 complete from context, input \e[1mhistory\e[22;0m, or \e[1m%{completion_list}\e[22;0m.
156@@ -3969,7 +3969,7 @@
157 in which you can store a list of any words you want to be able to complete.
158
159 You can also define your own types of completion. See the
160- \e[1m%{TFLIBDIR}\e[22;0m/complete.tf file for more information.
161+ \e[1m%{TFLIBDIR}\e[22;0m/completion.tf file for more information.
162
163 See: \e[1m/bind\e[22;0m, \e[1mtfrc\e[22;0m
164
165@@ -5356,8 +5356,8 @@
166
167 Other key bindings
168 #kbstack.tf
169-#kb-bash.tf
170-#kb-emacs.tf
171+#bind-bash.tf
172+#bind-emacs.tf
173 #kbregion.tf
174 #cut
175 #paste
176@@ -5368,9 +5368,9 @@
177 Some additional keyboard operations can be defined by \e[1m/load\e[22;0ming these library
178 files:
179
180- kb-bash.tf
181+ bind-bash.tf
182 keybindings like those in bash
183- kb-emacs.tf
184+ bind-emacs.tf
185 keybindings like those in emacs
186 kbregion.tf
187 cut-and-paste operations
188@@ -6406,7 +6406,7 @@
189
190 You can switch between \e[1mforeground\e[22;0m \e[1msockets\e[22;0m with the \e[1m/fg\e[22;0m command; the next
191 \e[1msocket\e[22;0m and previous \e[1msocket\e[22;0m keys, which default to ESC-b and ESC-f, and can
192- be modified with \e[1m/bind\e[22;0m; and, when the file world-q.tf is loaded, with the
193+ be modified with \e[1m/bind\e[22;0m; and, when the file worldqueue.tf is loaded, with the
194 ESC-w keybinding.
195
196 If the \e[1m%{quitdone}\e[22;0m flag is on, and you disconnect from all worlds (either
197@@ -7905,13 +7905,13 @@
198 alias.tf
199 \e[1m/alias\e[22;0m, etc: create commands without '/'.
200 at.tf \e[1m/at\e[22;0m: execute commands at a specified time.
201- complete.tf
202+ completion.tf
203 Automagic word completion.
204- filexfer.tf
205+ file-xfer.tf
206 \e[1m/putfile\e[22;0m, \e[1m/getfile\e[22;0m: transfer files to/from a mud.
207- kb-bash.tf
208+ bind-bash.tf
209 Keybindings similar to those in bash.
210- kb-emacs.tf
211+ bind-emacs.tf
212 Keybindings similar to those in emacs.
213 kb-os2.tf
214 Extra default key bindings for OS/2 keyboards.
215@@ -7920,14 +7920,14 @@
216 kbfunc.tf
217 Macros used by kbbind.tf.
218 map.tf Mapping commands (like tintin).
219- psh.tf \e[1m/psh\e[22;0m: like \e[1m/sh\e[22;0m, but uses your favorite shell.
220+ pref-shell.tf \e[1m/psh\e[22;0m: like \e[1m/sh\e[22;0m, but uses your favorite shell.
221 \e[1mquoter.tf\e[22;0m
222 Various quoting \e[1mmacros\e[22;0m.
223 rwho.tf
224 Remote WHO from a mudwho server.
225 spc-page.tf
226 Old-style SPACE key scrolling at \e[1m--More--\e[22;0m prompt.
227- spedwalk.tf
228+ speedwalk.tf
229 Single character movement (like tintin).
230 spell.tf
231 Spelling checker.
232@@ -7938,7 +7938,7 @@
233 tr.tf \e[1m/tr\e[22;0m: character translation
234 watch.tf
235 \e[1m/watch\e[22;0m: Watch for a particular player.
236- world-q.tf
237+ worldqueue.tf
238 Keep track of active worlds.
239
240 There are also other files, not listed here.
241diff -urN tf-40s1-org/tf-lib/tf-help.idx tf-40s1/tf-lib/tf-help.idx
242--- tf-40s1-org/tf-lib/tf-help.idx Sat Mar 6 23:43:27 1999
243+++ tf-40s1/tf-lib/tf-help.idx Wed Jul 31 11:38:58 2002
244@@ -595,8 +595,8 @@
245 220365&kbbind.tf
246 220376&keybindings
247 228022#kbstack.tf
248-228034#kb-bash.tf
249-228046#kb-emacs.tf
250+228034#bind-bash.tf
251+228046#bind-emacs.tf
252 228059#kbregion.tf
253 228072#cut
254 228077#paste
255diff -urN tf-40s1-org/tf-lib/tintin.tf tf-40s1/tf-lib/tintin.tf
256--- tf-40s1-org/tf-lib/tintin.tf Sat Mar 6 23:43:27 1999
257+++ tf-40s1/tf-lib/tintin.tf Wed Jul 31 11:37:03 2002
258@@ -10,7 +10,7 @@
259 ;;; Some useful stuff is stored in other files.
260 /require tick.tf
261 /require alias.tf
262-/require spedwalk.tf
263+/require speedwalk.tf
264 /require map.tf
265
266 /def -i action = /trig %*
267@@ -69,7 +69,7 @@
268 /echo $${world_name}: %%*%;\
269 /endif
270
271-;speedwalk (see spedwalk.tf)
272+;speedwalk (see speedwalk.tf)
273 /def -i split = /isize %{1-3}%; /visual on
274 ;subs (see /substitute)
275 ;substitute (see /substitute)
276diff -urN tf-40s1-org/tf-lib/world-q.tf tf-40s1/tf-lib/world-q.tf
277--- tf-40s1-org/tf-lib/world-q.tf Sat Mar 6 23:43:27 1999
278+++ tf-40s1/tf-lib/world-q.tf Wed Jul 31 11:46:16 2002
279@@ -10,9 +10,9 @@
280 ;;; empty, ``ESC w'' will switch you to the last world you visited that is
281 ;;; still connected.
282
283-/loaded __TFLIB__/world-q.tf
284+/loaded __TFLIB__/worldqueue.tf
285
286-/require stack-q.tf
287+/require stack-queue.tf
288 /require lisp.tf
289
290 /if (active_worlds =~ "") /set active_worlds=%; /endif
291diff -urN tf-40s1-org/unix/unix.mak tf-40s1/unix/unix.mak
292--- tf-40s1-org/unix/unix.mak Sat Mar 6 23:43:28 1999
293+++ tf-40s1/unix/unix.mak Wed Jul 31 11:49:17 2002
294@@ -98,20 +98,6 @@
295 if [ -n "$$old" ]; then \
296 echo "## WARNING: Obsolete files found in $(LIBDIR): $$old"; \
297 fi
298- @echo '## Creating links so old library names still work...'
299-# @# note: ln -sf isn't portable.
300- @cd $(LIBDIR); \
301- rm -f bind-bash.tf; ln -s kb-bash.tf bind-bash.tf; \
302- rm -f bind-emacs.tf; ln -s kb-emacs.tf bind-emacs.tf; \
303- rm -f completion.tf; ln -s complete.tf completion.tf; \
304- rm -f factorial.tf; ln -s factoral.tf factorial.tf; \
305- rm -f file-xfer.tf; ln -s filexfer.tf file-xfer.tf; \
306- rm -f local.tf.sample; ln -s local-eg.tf local.tf.sample; \
307- rm -f pref-shell.tf; ln -s psh.tf pref-shell.tf; \
308- rm -f space_page.tf; ln -s spc-page.tf space_page.tf; \
309- rm -f speedwalk.tf; ln -s spedwalk.tf speedwalk.tf; \
310- rm -f stack_queue.tf; ln -s stack-q.tf stack_queue.tf; \
311- rm -f worldqueue.tf; ln -s world-q.tf worldqueue.tf;
312
313 makehelp: makehelp.c
314 $(CC) $(CFLAGS) -o makehelp makehelp.c
This page took 0.073743 seconds and 4 git commands to generate.