langhelp 0.9.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Changes +2530 -0
- data/bin/mklanghelp +50 -0
- data/data/langhelp/config.sample +889 -0
- data/files +39 -0
- data/graphviz-dot.jpg +0 -0
- data/langhelp.en.html +409 -0
- data/langhelp.en.rd +390 -0
- data/langhelp.ja.html +524 -0
- data/langhelp.ja.rd +487 -0
- data/lib/el4r/emacsruby/autoload/50langhelp.rb +2 -0
- data/lib/el4r/emacsruby/langhelp.rb +864 -0
- data/lib/el4r/emacsruby/test-langhelp.rb +300 -0
- data/lib/langhelp/langhelp-base.rb +649 -0
- data/lib/langhelp/langhelp-sub.rb +1023 -0
- data/lib/langhelp/lh_lua.rb +25 -0
- data/lib/langhelp/lh_perl.rb +112 -0
- data/lib/langhelp/lh_php.rb +34 -0
- data/lib/langhelp/lh_python.rb +31 -0
- data/lib/langhelp/lh_ruby.rb +400 -0
- data/lib/langhelp/mklanghelp.rb +140 -0
- data/lib/langhelp/parse-info.rb +145 -0
- data/ri.jpg +0 -0
- data/setup.rb +1551 -0
- data/test/a_classes.lst +2 -0
- data/test/a_methods.lst +2 -0
- data/test/b_classes.lst +2 -0
- data/test/b_methods.lst +2 -0
- data/test/c_methods.lst +4 -0
- data/test/common.rb +15 -0
- data/test/d_methods.lst +4 -0
- data/test/langhelp.e +566 -0
- data/test/ruby.e +3 -0
- data/test/tagify01-before.html +11 -0
- data/test/tagify02-before.html +11 -0
- data/test/test-base.rb +538 -0
- data/test/test-command.rb +92 -0
- data/test/test-parse-info.rb +175 -0
- data/test/test-ruby.rb +242 -0
- data/test/testdoc.rd +6 -0
- metadata +84 -0
data/Changes
ADDED
@@ -0,0 +1,2530 @@
|
|
1
|
+
------------------------------------------------------------------------
|
2
|
+
r1384 | rubikitch | 2006-09-21 17:43:07 +0900 (Thu, 21 Sep 2006) | 2 lines
|
3
|
+
Changed paths:
|
4
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
5
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
6
|
+
M /langhelp/trunk/makepkgrc
|
7
|
+
|
8
|
+
release 0.9.8
|
9
|
+
|
10
|
+
------------------------------------------------------------------------
|
11
|
+
r1383 | rubikitch | 2006-09-21 16:24:26 +0900 (Thu, 21 Sep 2006) | 1 line
|
12
|
+
Changed paths:
|
13
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
14
|
+
|
15
|
+
|
16
|
+
------------------------------------------------------------------------
|
17
|
+
r1365 | rubikitch | 2006-09-04 10:37:09 +0900 (Mon, 04 Sep 2006) | 2 lines
|
18
|
+
Changed paths:
|
19
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
20
|
+
|
21
|
+
:title is at the EOL.
|
22
|
+
|
23
|
+
------------------------------------------------------------------------
|
24
|
+
r1364 | rubikitch | 2006-09-04 10:31:11 +0900 (Mon, 04 Sep 2006) | 1 line
|
25
|
+
Changed paths:
|
26
|
+
M /langhelp/trunk/lib/langhelp/lh_lua.rb
|
27
|
+
|
28
|
+
|
29
|
+
------------------------------------------------------------------------
|
30
|
+
r1363 | rubikitch | 2006-09-04 10:31:05 +0900 (Mon, 04 Sep 2006) | 2 lines
|
31
|
+
Changed paths:
|
32
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
33
|
+
|
34
|
+
load "ri-ruby"
|
35
|
+
|
36
|
+
------------------------------------------------------------------------
|
37
|
+
r1362 | rubikitch | 2006-09-02 08:56:18 +0900 (Sat, 02 Sep 2006) | 4 lines
|
38
|
+
Changed paths:
|
39
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
40
|
+
|
41
|
+
new functions:
|
42
|
+
langhelp-test-definition
|
43
|
+
langhelp-test-definition-this-line
|
44
|
+
|
45
|
+
------------------------------------------------------------------------
|
46
|
+
r1361 | rubikitch | 2006-08-31 21:26:15 +0900 (Thu, 31 Aug 2006) | 1 line
|
47
|
+
Changed paths:
|
48
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
49
|
+
|
50
|
+
*** empty log message ***
|
51
|
+
------------------------------------------------------------------------
|
52
|
+
r1360 | rubikitch | 2006-08-31 21:22:33 +0900 (Thu, 31 Aug 2006) | 2 lines
|
53
|
+
Changed paths:
|
54
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
55
|
+
|
56
|
+
refactored
|
57
|
+
|
58
|
+
------------------------------------------------------------------------
|
59
|
+
r1359 | rubikitch | 2006-08-31 21:18:44 +0900 (Thu, 31 Aug 2006) | 2 lines
|
60
|
+
Changed paths:
|
61
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
62
|
+
|
63
|
+
new versions of Grep/W3MGrep are used in config.sample.r
|
64
|
+
|
65
|
+
------------------------------------------------------------------------
|
66
|
+
r1358 | rubikitch | 2006-08-31 20:57:27 +0900 (Thu, 31 Aug 2006) | 2 lines
|
67
|
+
Changed paths:
|
68
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
69
|
+
M /langhelp/trunk/test/test-base.rb
|
70
|
+
|
71
|
+
Grep, W3MGrep: new version of initialization
|
72
|
+
|
73
|
+
------------------------------------------------------------------------
|
74
|
+
r1357 | rubikitch | 2006-08-31 20:38:52 +0900 (Thu, 31 Aug 2006) | 2 lines
|
75
|
+
Changed paths:
|
76
|
+
M /langhelp/trunk/bin/mklanghelp
|
77
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
78
|
+
|
79
|
+
mklanghelp --eval
|
80
|
+
|
81
|
+
------------------------------------------------------------------------
|
82
|
+
r1356 | rubikitch | 2006-08-31 11:41:50 +0900 (Thu, 31 Aug 2006) | 2 lines
|
83
|
+
Changed paths:
|
84
|
+
M /langhelp/trunk/bin/mklanghelp
|
85
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
86
|
+
|
87
|
+
mklanghelp --stdout
|
88
|
+
|
89
|
+
------------------------------------------------------------------------
|
90
|
+
r1347 | rubikitch | 2006-08-21 00:26:37 +0900 (Mon, 21 Aug 2006) | 5 lines
|
91
|
+
Changed paths:
|
92
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
93
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
94
|
+
|
95
|
+
RubyRefm: RubyRefm arg: accept directory
|
96
|
+
debug_mode
|
97
|
+
|
98
|
+
bug fixed
|
99
|
+
|
100
|
+
------------------------------------------------------------------------
|
101
|
+
r1346 | rubikitch | 2006-08-21 00:22:38 +0900 (Mon, 21 Aug 2006) | 3 lines
|
102
|
+
Changed paths:
|
103
|
+
M /langhelp/trunk/bin/mklanghelp
|
104
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
105
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
106
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
107
|
+
|
108
|
+
RubyRefm: RubyRefm arg: accept directory
|
109
|
+
debug_mode
|
110
|
+
|
111
|
+
------------------------------------------------------------------------
|
112
|
+
r1344 | rubikitch | 2006-08-20 16:48:28 +0900 (Sun, 20 Aug 2006) | 2 lines
|
113
|
+
Changed paths:
|
114
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
115
|
+
|
116
|
+
new File.zread implementation
|
117
|
+
|
118
|
+
------------------------------------------------------------------------
|
119
|
+
r1343 | rubikitch | 2006-08-20 16:47:13 +0900 (Sun, 20 Aug 2006) | 1 line
|
120
|
+
Changed paths:
|
121
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
122
|
+
|
123
|
+
|
124
|
+
------------------------------------------------------------------------
|
125
|
+
r1342 | rubikitch | 2006-08-20 16:47:01 +0900 (Sun, 20 Aug 2006) | 1 line
|
126
|
+
Changed paths:
|
127
|
+
M /langhelp/trunk/test/test-ruby.rb
|
128
|
+
|
129
|
+
|
130
|
+
------------------------------------------------------------------------
|
131
|
+
r1341 | rubikitch | 2006-08-20 14:50:08 +0900 (Sun, 20 Aug 2006) | 2 lines
|
132
|
+
Changed paths:
|
133
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
134
|
+
|
135
|
+
(defvar lh-man-line)
|
136
|
+
|
137
|
+
------------------------------------------------------------------------
|
138
|
+
r1340 | rubikitch | 2006-08-19 03:41:30 +0900 (Sat, 19 Aug 2006) | 2 lines
|
139
|
+
Changed paths:
|
140
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
141
|
+
|
142
|
+
Ri: correct method order
|
143
|
+
|
144
|
+
------------------------------------------------------------------------
|
145
|
+
r1339 | rubikitch | 2006-08-19 02:47:43 +0900 (Sat, 19 Aug 2006) | 1 line
|
146
|
+
Changed paths:
|
147
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
148
|
+
|
149
|
+
*** empty log message ***
|
150
|
+
------------------------------------------------------------------------
|
151
|
+
r1338 | rubikitch | 2006-08-19 00:37:27 +0900 (Sat, 19 Aug 2006) | 2 lines
|
152
|
+
Changed paths:
|
153
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
154
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
155
|
+
M /langhelp/trunk/test/test-base.rb
|
156
|
+
|
157
|
+
kanji code converter
|
158
|
+
|
159
|
+
------------------------------------------------------------------------
|
160
|
+
r1337 | rubikitch | 2006-08-18 19:09:42 +0900 (Fri, 18 Aug 2006) | 1 line
|
161
|
+
Changed paths:
|
162
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
163
|
+
|
164
|
+
|
165
|
+
------------------------------------------------------------------------
|
166
|
+
r1335 | rubikitch | 2006-08-16 05:21:23 +0900 (Wed, 16 Aug 2006) | 2 lines
|
167
|
+
Changed paths:
|
168
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
169
|
+
|
170
|
+
refactored
|
171
|
+
|
172
|
+
------------------------------------------------------------------------
|
173
|
+
r1334 | rubikitch | 2006-08-16 04:48:46 +0900 (Wed, 16 Aug 2006) | 2 lines
|
174
|
+
Changed paths:
|
175
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
176
|
+
|
177
|
+
refactored
|
178
|
+
|
179
|
+
------------------------------------------------------------------------
|
180
|
+
r1331 | rubikitch | 2006-08-15 06:32:27 +0900 (Tue, 15 Aug 2006) | 1 line
|
181
|
+
Changed paths:
|
182
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
183
|
+
|
184
|
+
*** empty log message ***
|
185
|
+
------------------------------------------------------------------------
|
186
|
+
r1330 | rubikitch | 2006-08-15 06:31:11 +0900 (Tue, 15 Aug 2006) | 1 line
|
187
|
+
Changed paths:
|
188
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
189
|
+
|
190
|
+
*** empty log message ***
|
191
|
+
------------------------------------------------------------------------
|
192
|
+
r1329 | rubikitch | 2006-08-15 06:22:24 +0900 (Tue, 15 Aug 2006) | 2 lines
|
193
|
+
Changed paths:
|
194
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
195
|
+
|
196
|
+
use defvar
|
197
|
+
|
198
|
+
------------------------------------------------------------------------
|
199
|
+
r1323 | rubikitch | 2006-08-13 21:57:20 +0900 (Sun, 13 Aug 2006) | 1 line
|
200
|
+
Changed paths:
|
201
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
202
|
+
|
203
|
+
|
204
|
+
------------------------------------------------------------------------
|
205
|
+
r1322 | rubikitch | 2006-08-13 21:57:01 +0900 (Sun, 13 Aug 2006) | 2 lines
|
206
|
+
Changed paths:
|
207
|
+
M /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb
|
208
|
+
|
209
|
+
TODO: concat
|
210
|
+
|
211
|
+
------------------------------------------------------------------------
|
212
|
+
r1321 | rubikitch | 2006-08-13 21:56:54 +0900 (Sun, 13 Aug 2006) | 2 lines
|
213
|
+
Changed paths:
|
214
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
215
|
+
|
216
|
+
Grep: toeuc
|
217
|
+
|
218
|
+
------------------------------------------------------------------------
|
219
|
+
r1320 | rubikitch | 2006-08-13 21:56:44 +0900 (Sun, 13 Aug 2006) | 2 lines
|
220
|
+
Changed paths:
|
221
|
+
M /langhelp/trunk/test/test-command.rb
|
222
|
+
|
223
|
+
test/test-command.rb:gauche -> scheme
|
224
|
+
|
225
|
+
------------------------------------------------------------------------
|
226
|
+
r1315 | rubikitch | 2006-08-06 04:57:42 +0900 (Sun, 06 Aug 2006) | 1 line
|
227
|
+
Changed paths:
|
228
|
+
M /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb
|
229
|
+
|
230
|
+
*** empty log message ***
|
231
|
+
------------------------------------------------------------------------
|
232
|
+
r1314 | rubikitch | 2006-08-06 04:44:13 +0900 (Sun, 06 Aug 2006) | 2 lines
|
233
|
+
Changed paths:
|
234
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
235
|
+
|
236
|
+
@lang["scheme"] : @lang["gauche"] and @lang["guile"] are no longer used.
|
237
|
+
|
238
|
+
------------------------------------------------------------------------
|
239
|
+
r1313 | rubikitch | 2006-08-05 22:53:49 +0900 (Sat, 05 Aug 2006) | 2 lines
|
240
|
+
Changed paths:
|
241
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
242
|
+
|
243
|
+
added lh-man* function
|
244
|
+
|
245
|
+
------------------------------------------------------------------------
|
246
|
+
r1312 | rubikitch | 2006-08-05 22:19:02 +0900 (Sat, 05 Aug 2006) | 3 lines
|
247
|
+
Changed paths:
|
248
|
+
M /langhelp/trunk/test/common.rb
|
249
|
+
M /langhelp/trunk/test/test-base.rb
|
250
|
+
|
251
|
+
Grep: use File.zread
|
252
|
+
Manpage: handle single manpage
|
253
|
+
|
254
|
+
------------------------------------------------------------------------
|
255
|
+
r1311 | rubikitch | 2006-08-05 22:18:51 +0900 (Sat, 05 Aug 2006) | 3 lines
|
256
|
+
Changed paths:
|
257
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
258
|
+
|
259
|
+
Grep: use File.zread
|
260
|
+
Manpage: handle single manpage
|
261
|
+
|
262
|
+
------------------------------------------------------------------------
|
263
|
+
r1310 | rubikitch | 2006-08-05 22:17:16 +0900 (Sat, 05 Aug 2006) | 2 lines
|
264
|
+
Changed paths:
|
265
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
266
|
+
|
267
|
+
New Manpage usage / Index for sgrep
|
268
|
+
|
269
|
+
------------------------------------------------------------------------
|
270
|
+
r1305 | rubikitch | 2006-08-04 05:12:20 +0900 (Fri, 04 Aug 2006) | 3 lines
|
271
|
+
Changed paths:
|
272
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
273
|
+
M /langhelp/trunk/test/langhelp.e
|
274
|
+
|
275
|
+
missing (require 'cl)
|
276
|
+
bury-buffer *langhelp*
|
277
|
+
|
278
|
+
------------------------------------------------------------------------
|
279
|
+
r1302 | rubikitch | 2006-08-03 20:35:51 +0900 (Thu, 03 Aug 2006) | 2 lines
|
280
|
+
Changed paths:
|
281
|
+
A /langhelp/trunk/maintainer-announce.mail.r
|
282
|
+
|
283
|
+
added maintainer-announce.mail.r
|
284
|
+
|
285
|
+
------------------------------------------------------------------------
|
286
|
+
r1300 | rubikitch | 2006-08-03 20:22:21 +0900 (Thu, 03 Aug 2006) | 2 lines
|
287
|
+
Changed paths:
|
288
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
289
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
290
|
+
M /langhelp/trunk/makepkgrc
|
291
|
+
|
292
|
+
Release 0.9.7
|
293
|
+
|
294
|
+
------------------------------------------------------------------------
|
295
|
+
r1299 | rubikitch | 2006-08-03 20:20:46 +0900 (Thu, 03 Aug 2006) | 1 line
|
296
|
+
Changed paths:
|
297
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
298
|
+
|
299
|
+
*** empty log message ***
|
300
|
+
------------------------------------------------------------------------
|
301
|
+
r1298 | rubikitch | 2006-08-03 15:22:06 +0900 (Thu, 03 Aug 2006) | 2 lines
|
302
|
+
Changed paths:
|
303
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
304
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
305
|
+
|
306
|
+
config.sample: invert default: @USE_FRAME -> @NO_FRAME
|
307
|
+
|
308
|
+
------------------------------------------------------------------------
|
309
|
+
r1297 | rubikitch | 2006-08-03 13:24:25 +0900 (Thu, 03 Aug 2006) | 1 line
|
310
|
+
Changed paths:
|
311
|
+
M /langhelp/trunk/test/langhelp.e
|
312
|
+
|
313
|
+
|
314
|
+
------------------------------------------------------------------------
|
315
|
+
r1296 | rubikitch | 2006-08-03 13:24:11 +0900 (Thu, 03 Aug 2006) | 6 lines
|
316
|
+
Changed paths:
|
317
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
318
|
+
M /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb
|
319
|
+
|
320
|
+
|
321
|
+
ee-anchor-format: safe-local-variable
|
322
|
+
langhelp: interactive "p"
|
323
|
+
langhelp-at-point: changed regexp
|
324
|
+
fixed a test
|
325
|
+
|
326
|
+
------------------------------------------------------------------------
|
327
|
+
r1295 | rubikitch | 2006-08-02 23:24:52 +0900 (Wed, 02 Aug 2006) | 1 line
|
328
|
+
Changed paths:
|
329
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
330
|
+
|
331
|
+
*** empty log message ***
|
332
|
+
------------------------------------------------------------------------
|
333
|
+
r1294 | rubikitch | 2006-08-02 23:24:03 +0900 (Wed, 02 Aug 2006) | 2 lines
|
334
|
+
Changed paths:
|
335
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
336
|
+
|
337
|
+
@USE_FRAME
|
338
|
+
|
339
|
+
------------------------------------------------------------------------
|
340
|
+
r1293 | rubikitch | 2006-08-02 20:04:45 +0900 (Wed, 02 Aug 2006) | 3 lines
|
341
|
+
Changed paths:
|
342
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
343
|
+
|
344
|
+
langhelp: C-u C-u M-x langhelp: langhelp-at-point
|
345
|
+
langhelp-frame-alist
|
346
|
+
|
347
|
+
------------------------------------------------------------------------
|
348
|
+
r1292 | rubikitch | 2006-08-02 18:35:59 +0900 (Wed, 02 Aug 2006) | 2 lines
|
349
|
+
Changed paths:
|
350
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
351
|
+
|
352
|
+
use_frame
|
353
|
+
|
354
|
+
------------------------------------------------------------------------
|
355
|
+
r1287 | rubikitch | 2006-06-30 19:00:27 +0900 (Fri, 30 Jun 2006) | 4 lines
|
356
|
+
Changed paths:
|
357
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
358
|
+
|
359
|
+
elisp-ize lh-imenu-create-index
|
360
|
+
|
361
|
+
lh-info: same-window-regexps = nil
|
362
|
+
|
363
|
+
------------------------------------------------------------------------
|
364
|
+
r1286 | rubikitch | 2006-06-30 18:31:05 +0900 (Fri, 30 Jun 2006) | 2 lines
|
365
|
+
Changed paths:
|
366
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
367
|
+
|
368
|
+
added R5RS, SRFI documents
|
369
|
+
|
370
|
+
------------------------------------------------------------------------
|
371
|
+
r1285 | rubikitch | 2006-06-30 18:20:46 +0900 (Fri, 30 Jun 2006) | 2 lines
|
372
|
+
Changed paths:
|
373
|
+
A /langhelp/trunk/bin/srfi-get.rb
|
374
|
+
|
375
|
+
new file: bin/srfi-get.rb
|
376
|
+
|
377
|
+
------------------------------------------------------------------------
|
378
|
+
r1284 | rubikitch | 2006-06-30 17:35:00 +0900 (Fri, 30 Jun 2006) | 2 lines
|
379
|
+
Changed paths:
|
380
|
+
M /langhelp/trunk/bin/srfi-ja-get.rb
|
381
|
+
|
382
|
+
added copyright, usage, and a comment.
|
383
|
+
|
384
|
+
------------------------------------------------------------------------
|
385
|
+
r1283 | rubikitch | 2006-06-30 12:11:31 +0900 (Fri, 30 Jun 2006) | 2 lines
|
386
|
+
Changed paths:
|
387
|
+
A /langhelp/trunk/bin/srfi-ja-get.rb
|
388
|
+
|
389
|
+
new file: bin/srfi-ja-get.rb
|
390
|
+
|
391
|
+
------------------------------------------------------------------------
|
392
|
+
r1279 | rubikitch | 2006-06-24 17:29:23 +0900 (Sat, 24 Jun 2006) | 2 lines
|
393
|
+
Changed paths:
|
394
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
395
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
396
|
+
M /langhelp/trunk/test/langhelp.e
|
397
|
+
|
398
|
+
adjusted to emacs22 (imenu-create-index-function = nil in *langhelp index* buffer)
|
399
|
+
|
400
|
+
------------------------------------------------------------------------
|
401
|
+
r1269 | rubikitch | 2006-05-02 09:02:41 +0900 (Tue, 02 May 2006) | 2 lines
|
402
|
+
Changed paths:
|
403
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
404
|
+
|
405
|
+
lib/el4r/emacsruby/langhelp.rb: lh-info: use *info*<langhelp> buffer
|
406
|
+
|
407
|
+
------------------------------------------------------------------------
|
408
|
+
r1268 | rubikitch | 2006-05-02 09:02:09 +0900 (Tue, 02 May 2006) | 2 lines
|
409
|
+
Changed paths:
|
410
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
411
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
412
|
+
|
413
|
+
langhelp.en.rd.r, langhelp.ja.rd.r: added debian url
|
414
|
+
|
415
|
+
------------------------------------------------------------------------
|
416
|
+
r1267 | rubikitch | 2006-05-02 09:01:42 +0900 (Tue, 02 May 2006) | 2 lines
|
417
|
+
Changed paths:
|
418
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
419
|
+
|
420
|
+
data/langhelp/config.sample.r: update perl's path
|
421
|
+
|
422
|
+
------------------------------------------------------------------------
|
423
|
+
r1241 | rubikitch | 2006-03-20 15:14:50 +0900 (Mon, 20 Mar 2006) | 3 lines
|
424
|
+
Changed paths:
|
425
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
426
|
+
|
427
|
+
macro: lh-ow
|
428
|
+
kill-whole-line == t in langhelp-menu-mode
|
429
|
+
|
430
|
+
------------------------------------------------------------------------
|
431
|
+
r1240 | rubikitch | 2006-03-20 08:30:10 +0900 (Mon, 20 Mar 2006) | 2 lines
|
432
|
+
Changed paths:
|
433
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
434
|
+
|
435
|
+
set tab-width by @TAB_WIDTH
|
436
|
+
|
437
|
+
------------------------------------------------------------------------
|
438
|
+
r1239 | rubikitch | 2006-03-20 04:26:53 +0900 (Mon, 20 Mar 2006) | 2 lines
|
439
|
+
Changed paths:
|
440
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
441
|
+
M /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb
|
442
|
+
|
443
|
+
set tab-width by @TAB_WIDTH
|
444
|
+
|
445
|
+
------------------------------------------------------------------------
|
446
|
+
r1226 | rubikitch | 2006-03-06 02:16:57 +0900 (Mon, 06 Mar 2006) | 2 lines
|
447
|
+
Changed paths:
|
448
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
449
|
+
|
450
|
+
langhelp-at-point
|
451
|
+
|
452
|
+
------------------------------------------------------------------------
|
453
|
+
r1225 | rubikitch | 2006-03-06 01:59:05 +0900 (Mon, 06 Mar 2006) | 4 lines
|
454
|
+
Changed paths:
|
455
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
456
|
+
|
457
|
+
removed: buffer-read-only
|
458
|
+
new function: flush-lines-whole-buffer, keep-lines-whole-buffer
|
459
|
+
isearch occur: display titles
|
460
|
+
|
461
|
+
------------------------------------------------------------------------
|
462
|
+
r1207 | rubikitch | 2006-02-22 06:57:58 +0900 (Wed, 22 Feb 2006) | 2 lines
|
463
|
+
Changed paths:
|
464
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
465
|
+
|
466
|
+
added some piece tags
|
467
|
+
|
468
|
+
------------------------------------------------------------------------
|
469
|
+
r1205 | rubikitch | 2006-02-22 06:56:38 +0900 (Wed, 22 Feb 2006) | 2 lines
|
470
|
+
Changed paths:
|
471
|
+
A /langhelp/trunk/man
|
472
|
+
A /langhelp/trunk/man/mklanghelp.rd.r
|
473
|
+
|
474
|
+
added manpage
|
475
|
+
|
476
|
+
------------------------------------------------------------------------
|
477
|
+
r1204 | rubikitch | 2006-02-22 06:56:05 +0900 (Wed, 22 Feb 2006) | 2 lines
|
478
|
+
Changed paths:
|
479
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
480
|
+
|
481
|
+
mklanghelp now ignores ALL exceptions
|
482
|
+
|
483
|
+
------------------------------------------------------------------------
|
484
|
+
r1198 | rubikitch | 2006-02-11 07:07:05 +0900 (Sat, 11 Feb 2006) | 5 lines
|
485
|
+
Changed paths:
|
486
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
487
|
+
|
488
|
+
(defalias 'lh 'progn)
|
489
|
+
langhelp-font-lock-keywords: regexp: changed
|
490
|
+
|
491
|
+
To fontify sexps -- such as (lh (find-file "~/.emacs"))
|
492
|
+
|
493
|
+
------------------------------------------------------------------------
|
494
|
+
r1197 | rubikitch | 2006-02-11 06:59:59 +0900 (Sat, 11 Feb 2006) | 2 lines
|
495
|
+
Changed paths:
|
496
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
497
|
+
|
498
|
+
lh-kill-link: only kill other window buffer.
|
499
|
+
|
500
|
+
------------------------------------------------------------------------
|
501
|
+
r1195 | rubikitch | 2006-02-09 18:56:04 +0900 (Thu, 09 Feb 2006) | 3 lines
|
502
|
+
Changed paths:
|
503
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
504
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
505
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
506
|
+
M /langhelp/trunk/makepkgrc
|
507
|
+
A /langhelp/trunk/test/tagify01-noconv.html
|
508
|
+
A /langhelp/trunk/test/tagify01-not-writable.html
|
509
|
+
A /langhelp/trunk/test/tagify01.html
|
510
|
+
A /langhelp/trunk/test/tagify02.html
|
511
|
+
|
512
|
+
langhelp.rb: added describe-function links to key_binding.
|
513
|
+
Release 0.9.6
|
514
|
+
|
515
|
+
------------------------------------------------------------------------
|
516
|
+
r1194 | rubikitch | 2006-02-09 12:18:09 +0900 (Thu, 09 Feb 2006) | 2 lines
|
517
|
+
Changed paths:
|
518
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
519
|
+
|
520
|
+
outline-regexp
|
521
|
+
|
522
|
+
------------------------------------------------------------------------
|
523
|
+
r1193 | rubikitch | 2006-02-09 12:08:23 +0900 (Thu, 09 Feb 2006) | 2 lines
|
524
|
+
Changed paths:
|
525
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
526
|
+
|
527
|
+
added docstrings
|
528
|
+
|
529
|
+
------------------------------------------------------------------------
|
530
|
+
r1192 | rubikitch | 2006-02-09 11:28:42 +0900 (Thu, 09 Feb 2006) | 4 lines
|
531
|
+
Changed paths:
|
532
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
533
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
534
|
+
|
535
|
+
data/langhelp/config.sample.r,
|
536
|
+
lib/el4r/emacsruby/langhelp.rb:
|
537
|
+
synchronize key binding
|
538
|
+
|
539
|
+
------------------------------------------------------------------------
|
540
|
+
r1191 | rubikitch | 2006-02-09 03:29:26 +0900 (Thu, 09 Feb 2006) | 2 lines
|
541
|
+
Changed paths:
|
542
|
+
M /langhelp/trunk/bin/mklanghelp
|
543
|
+
|
544
|
+
copyright
|
545
|
+
|
546
|
+
------------------------------------------------------------------------
|
547
|
+
r1190 | rubikitch | 2006-02-08 18:32:55 +0900 (Wed, 08 Feb 2006) | 2 lines
|
548
|
+
Changed paths:
|
549
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
550
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
551
|
+
M /langhelp/trunk/lib/langhelp/lh_lua.rb
|
552
|
+
M /langhelp/trunk/lib/langhelp/lh_perl.rb
|
553
|
+
M /langhelp/trunk/lib/langhelp/lh_php.rb
|
554
|
+
M /langhelp/trunk/lib/langhelp/lh_python.rb
|
555
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
556
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
557
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
558
|
+
|
559
|
+
copyright
|
560
|
+
|
561
|
+
------------------------------------------------------------------------
|
562
|
+
r1189 | rubikitch | 2006-02-08 18:18:23 +0900 (Wed, 08 Feb 2006) | 2 lines
|
563
|
+
Changed paths:
|
564
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
565
|
+
M /langhelp/trunk/test/langhelp.e
|
566
|
+
|
567
|
+
fixed lh-ri display problem with ri-emacs
|
568
|
+
|
569
|
+
------------------------------------------------------------------------
|
570
|
+
r1187 | rubikitch | 2006-02-05 17:05:24 +0900 (Sun, 05 Feb 2006) | 2 lines
|
571
|
+
Changed paths:
|
572
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
573
|
+
|
574
|
+
Go to the beginning_of_buffer when neather anchor or line are specified
|
575
|
+
|
576
|
+
------------------------------------------------------------------------
|
577
|
+
r1179 | rubikitch | 2006-02-05 07:52:17 +0900 (Sun, 05 Feb 2006) | 2 lines
|
578
|
+
Changed paths:
|
579
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
580
|
+
|
581
|
+
lh_kill_link
|
582
|
+
|
583
|
+
------------------------------------------------------------------------
|
584
|
+
r1174 | rubikitch | 2006-02-04 11:54:21 +0900 (Sat, 04 Feb 2006) | 3 lines
|
585
|
+
Changed paths:
|
586
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
587
|
+
M /langhelp/trunk/test/langhelp.e
|
588
|
+
|
589
|
+
ee-goto-link-centering
|
590
|
+
ee-goto-link-edit
|
591
|
+
|
592
|
+
------------------------------------------------------------------------
|
593
|
+
r1166 | rubikitch | 2006-02-01 09:42:04 +0900 (Wed, 01 Feb 2006) | 2 lines
|
594
|
+
Changed paths:
|
595
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
596
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
597
|
+
M /langhelp/trunk/makepkgrc
|
598
|
+
|
599
|
+
Release 0.9.5
|
600
|
+
|
601
|
+
------------------------------------------------------------------------
|
602
|
+
r1162 | rubikitch | 2006-02-01 08:12:05 +0900 (Wed, 01 Feb 2006) | 7 lines
|
603
|
+
Changed paths:
|
604
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
605
|
+
M /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb
|
606
|
+
M /langhelp/trunk/test/langhelp.e
|
607
|
+
|
608
|
+
langhelp commit log
|
609
|
+
new face: langhelp-title-face
|
610
|
+
fixed unbound bug: ee-anchor-format
|
611
|
+
langhelp-revert-buffer-function
|
612
|
+
lh-sh: fixed coding system problem on xemacs
|
613
|
+
langhelp-occur: inherit tab-width, adjust to narrowing
|
614
|
+
|
615
|
+
------------------------------------------------------------------------
|
616
|
+
r1159 | rubikitch | 2006-01-31 18:01:34 +0900 (Tue, 31 Jan 2006) | 3 lines
|
617
|
+
Changed paths:
|
618
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
619
|
+
|
620
|
+
Index for GLOBAL
|
621
|
+
Index for id-utils
|
622
|
+
|
623
|
+
------------------------------------------------------------------------
|
624
|
+
r1151 | rubikitch | 2006-01-30 00:31:11 +0900 (Mon, 30 Jan 2006) | 2 lines
|
625
|
+
Changed paths:
|
626
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
627
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
628
|
+
|
629
|
+
update docs
|
630
|
+
|
631
|
+
------------------------------------------------------------------------
|
632
|
+
r1150 | rubikitch | 2006-01-30 00:30:49 +0900 (Mon, 30 Jan 2006) | 3 lines
|
633
|
+
Changed paths:
|
634
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
635
|
+
|
636
|
+
lh-file
|
637
|
+
use font-lock-comment-face
|
638
|
+
|
639
|
+
------------------------------------------------------------------------
|
640
|
+
r1148 | rubikitch | 2006-01-29 03:12:04 +0900 (Sun, 29 Jan 2006) | 2 lines
|
641
|
+
Changed paths:
|
642
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
643
|
+
|
644
|
+
lh-center
|
645
|
+
|
646
|
+
------------------------------------------------------------------------
|
647
|
+
r1147 | rubikitch | 2006-01-29 02:55:29 +0900 (Sun, 29 Jan 2006) | 2 lines
|
648
|
+
Changed paths:
|
649
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
650
|
+
|
651
|
+
langhelp-toggle-narrowing
|
652
|
+
|
653
|
+
------------------------------------------------------------------------
|
654
|
+
r1146 | rubikitch | 2006-01-29 02:44:05 +0900 (Sun, 29 Jan 2006) | 3 lines
|
655
|
+
Changed paths:
|
656
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
657
|
+
M /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb
|
658
|
+
|
659
|
+
use (locate-library "which-func")
|
660
|
+
langhelp-narrow-to-section
|
661
|
+
|
662
|
+
------------------------------------------------------------------------
|
663
|
+
r1088 | rubikitch | 2005-12-23 10:35:03 +0900 (Fri, 23 Dec 2005) | 2 lines
|
664
|
+
Changed paths:
|
665
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
666
|
+
|
667
|
+
Sorted languages in *langhelp index*
|
668
|
+
|
669
|
+
------------------------------------------------------------------------
|
670
|
+
r1082 | rubikitch | 2005-12-23 02:34:02 +0900 (Fri, 23 Dec 2005) | 1 line
|
671
|
+
Changed paths:
|
672
|
+
M /langhelp/trunk/svnmemo.txt
|
673
|
+
|
674
|
+
|
675
|
+
------------------------------------------------------------------------
|
676
|
+
r1081 | rubikitch | 2005-12-23 02:33:43 +0900 (Fri, 23 Dec 2005) | 2 lines
|
677
|
+
Changed paths:
|
678
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
679
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
680
|
+
M /langhelp/trunk/makepkgrc
|
681
|
+
|
682
|
+
Release 0.9.4
|
683
|
+
|
684
|
+
------------------------------------------------------------------------
|
685
|
+
r1079 | rubikitch | 2005-12-23 02:19:44 +0900 (Fri, 23 Dec 2005) | 3 lines
|
686
|
+
Changed paths:
|
687
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
688
|
+
M /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb
|
689
|
+
|
690
|
+
defun lh-to
|
691
|
+
lh-goto-link: new implementation
|
692
|
+
|
693
|
+
------------------------------------------------------------------------
|
694
|
+
r1078 | rubikitch | 2005-12-23 00:28:05 +0900 (Fri, 23 Dec 2005) | 3 lines
|
695
|
+
Changed paths:
|
696
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
697
|
+
|
698
|
+
disable migemo when searching *langhelp index*
|
699
|
+
line number jump
|
700
|
+
|
701
|
+
------------------------------------------------------------------------
|
702
|
+
r1060 | rubikitch | 2005-12-19 15:53:15 +0900 (Mon, 19 Dec 2005) | 3 lines
|
703
|
+
Changed paths:
|
704
|
+
M /langhelp/trunk/Rakefile
|
705
|
+
A /langhelp/trunk/lib/el4r/emacsruby/test-langhelp-interactive.rb
|
706
|
+
M /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb
|
707
|
+
M /langhelp/trunk/test/langhelp.e
|
708
|
+
|
709
|
+
addes more tests
|
710
|
+
test for interactive mode
|
711
|
+
|
712
|
+
------------------------------------------------------------------------
|
713
|
+
r1059 | rubikitch | 2005-12-19 14:52:22 +0900 (Mon, 19 Dec 2005) | 2 lines
|
714
|
+
Changed paths:
|
715
|
+
M /langhelp/trunk/Rakefile
|
716
|
+
|
717
|
+
redefined :testel4r task
|
718
|
+
|
719
|
+
------------------------------------------------------------------------
|
720
|
+
r1054 | rubikitch | 2005-12-16 06:29:43 +0900 (Fri, 16 Dec 2005) | 2 lines
|
721
|
+
Changed paths:
|
722
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
723
|
+
|
724
|
+
lh-w3m: Fixed an error when w3m-current-url is not set.
|
725
|
+
|
726
|
+
------------------------------------------------------------------------
|
727
|
+
r1053 | rubikitch | 2005-12-14 09:02:21 +0900 (Wed, 14 Dec 2005) | 2 lines
|
728
|
+
Changed paths:
|
729
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
730
|
+
M /langhelp/trunk/test/langhelp.e
|
731
|
+
|
732
|
+
lh-w3m: reuse buffer: speed up
|
733
|
+
|
734
|
+
------------------------------------------------------------------------
|
735
|
+
r1052 | rubikitch | 2005-12-14 07:03:02 +0900 (Wed, 14 Dec 2005) | 2 lines
|
736
|
+
Changed paths:
|
737
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
738
|
+
|
739
|
+
lh-w3m: If no name-anchor, goto the top of the page.
|
740
|
+
|
741
|
+
------------------------------------------------------------------------
|
742
|
+
r1051 | rubikitch | 2005-12-13 10:03:50 +0900 (Tue, 13 Dec 2005) | 3 lines
|
743
|
+
Changed paths:
|
744
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
745
|
+
|
746
|
+
Indented by tab.
|
747
|
+
SPACES="\t" : tab-width = 75
|
748
|
+
|
749
|
+
------------------------------------------------------------------------
|
750
|
+
r1050 | rubikitch | 2005-12-12 20:08:13 +0900 (Mon, 12 Dec 2005) | 3 lines
|
751
|
+
Changed paths:
|
752
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
753
|
+
M /langhelp/trunk/test/test-base.rb
|
754
|
+
M /langhelp/trunk/test/test-parse-info.rb
|
755
|
+
M /langhelp/trunk/test/test-ruby.rb
|
756
|
+
|
757
|
+
Indented by tab.
|
758
|
+
SPACES="\t" : tab-width = 75
|
759
|
+
|
760
|
+
------------------------------------------------------------------------
|
761
|
+
r1049 | rubikitch | 2005-12-12 16:38:48 +0900 (Mon, 12 Dec 2005) | 2 lines
|
762
|
+
Changed paths:
|
763
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
764
|
+
|
765
|
+
added cvsbook, cvsbook-ja
|
766
|
+
|
767
|
+
------------------------------------------------------------------------
|
768
|
+
r1048 | rubikitch | 2005-12-12 16:32:31 +0900 (Mon, 12 Dec 2005) | 2 lines
|
769
|
+
Changed paths:
|
770
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
771
|
+
|
772
|
+
HTML: avoid infinite loop
|
773
|
+
|
774
|
+
------------------------------------------------------------------------
|
775
|
+
r1047 | rubikitch | 2005-12-12 16:31:41 +0900 (Mon, 12 Dec 2005) | 3 lines
|
776
|
+
Changed paths:
|
777
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
778
|
+
|
779
|
+
supported HTML
|
780
|
+
rewrited svn index
|
781
|
+
|
782
|
+
------------------------------------------------------------------------
|
783
|
+
r1046 | rubikitch | 2005-12-12 15:14:06 +0900 (Mon, 12 Dec 2005) | 4 lines
|
784
|
+
Changed paths:
|
785
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
786
|
+
M /langhelp/trunk/test/tagify01-before.html
|
787
|
+
M /langhelp/trunk/test/test-base.rb
|
788
|
+
|
789
|
+
HTML: :basedir
|
790
|
+
HTML: Follow links when `:recursive == :next'
|
791
|
+
Optimized regexps.
|
792
|
+
|
793
|
+
------------------------------------------------------------------------
|
794
|
+
r1045 | rubikitch | 2005-12-12 15:11:51 +0900 (Mon, 12 Dec 2005) | 2 lines
|
795
|
+
Changed paths:
|
796
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
797
|
+
|
798
|
+
RubyRefm: w3m -> lh-w3m
|
799
|
+
|
800
|
+
------------------------------------------------------------------------
|
801
|
+
r1044 | rubikitch | 2005-12-12 15:11:10 +0900 (Mon, 12 Dec 2005) | 7 lines
|
802
|
+
Changed paths:
|
803
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
804
|
+
|
805
|
+
Changed how to make GNUjdoc
|
806
|
+
- automake -a
|
807
|
+
- autoconf
|
808
|
+
- sh ./configure
|
809
|
+
+ autoreconf -fi
|
810
|
+
+ ./configure
|
811
|
+
|
812
|
+
------------------------------------------------------------------------
|
813
|
+
r1040 | rubikitch | 2005-12-10 23:56:54 +0900 (Sat, 10 Dec 2005) | 1 line
|
814
|
+
Changed paths:
|
815
|
+
M /langhelp/trunk/svnmemo.txt
|
816
|
+
|
817
|
+
|
818
|
+
------------------------------------------------------------------------
|
819
|
+
r1039 | rubikitch | 2005-12-10 23:56:32 +0900 (Sat, 10 Dec 2005) | 2 lines
|
820
|
+
Changed paths:
|
821
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
822
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
823
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
824
|
+
M /langhelp/trunk/makepkgrc
|
825
|
+
|
826
|
+
Release 0.9.3
|
827
|
+
|
828
|
+
------------------------------------------------------------------------
|
829
|
+
r1034 | rubikitch | 2005-12-10 22:49:25 +0900 (Sat, 10 Dec 2005) | 2 lines
|
830
|
+
Changed paths:
|
831
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
832
|
+
|
833
|
+
support svn
|
834
|
+
|
835
|
+
------------------------------------------------------------------------
|
836
|
+
r1033 | rubikitch | 2005-12-10 22:48:30 +0900 (Sat, 10 Dec 2005) | 3 lines
|
837
|
+
Changed paths:
|
838
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
839
|
+
M /langhelp/trunk/test/tagify01-before.html
|
840
|
+
M /langhelp/trunk/test/test-base.rb
|
841
|
+
|
842
|
+
HTML: Extract title
|
843
|
+
HTML: Label indentation
|
844
|
+
|
845
|
+
------------------------------------------------------------------------
|
846
|
+
r1032 | rubikitch | 2005-12-10 22:17:57 +0900 (Sat, 10 Dec 2005) | 3 lines
|
847
|
+
Changed paths:
|
848
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
849
|
+
M /langhelp/trunk/test/tagify01-before.html
|
850
|
+
M /langhelp/trunk/test/test-base.rb
|
851
|
+
|
852
|
+
HTML: allow multiple HTMLs.
|
853
|
+
HTML: :noconv disables charset conversion.
|
854
|
+
|
855
|
+
------------------------------------------------------------------------
|
856
|
+
r1031 | rubikitch | 2005-12-10 20:29:42 +0900 (Sat, 10 Dec 2005) | 1 line
|
857
|
+
Changed paths:
|
858
|
+
M /langhelp/trunk/svnmemo.txt
|
859
|
+
|
860
|
+
|
861
|
+
------------------------------------------------------------------------
|
862
|
+
r1030 | rubikitch | 2005-12-10 20:28:05 +0900 (Sat, 10 Dec 2005) | 1 line
|
863
|
+
Changed paths:
|
864
|
+
A /langhelp/trunk/files
|
865
|
+
|
866
|
+
|
867
|
+
------------------------------------------------------------------------
|
868
|
+
r1029 | rubikitch | 2005-12-10 20:27:39 +0900 (Sat, 10 Dec 2005) | 2 lines
|
869
|
+
Changed paths:
|
870
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
871
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
872
|
+
|
873
|
+
docs: `Beware two hyphens'
|
874
|
+
|
875
|
+
------------------------------------------------------------------------
|
876
|
+
r1028 | rubikitch | 2005-12-10 14:30:04 +0900 (Sat, 10 Dec 2005) | 2 lines
|
877
|
+
Changed paths:
|
878
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
879
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
880
|
+
|
881
|
+
docs: `mklanghelp --langs` -> lang_list
|
882
|
+
|
883
|
+
------------------------------------------------------------------------
|
884
|
+
r1026 | rubikitch | 2005-12-10 13:46:04 +0900 (Sat, 10 Dec 2005) | 2 lines
|
885
|
+
Changed paths:
|
886
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
887
|
+
M /langhelp/trunk/makepkgrc
|
888
|
+
|
889
|
+
~/.langhelp/config2: another config file
|
890
|
+
|
891
|
+
------------------------------------------------------------------------
|
892
|
+
r1024 | rubikitch | 2005-12-10 10:02:35 +0900 (Sat, 10 Dec 2005) | 3 lines
|
893
|
+
Changed paths:
|
894
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
895
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
896
|
+
|
897
|
+
update docs.
|
898
|
+
Release 0.9.2
|
899
|
+
|
900
|
+
------------------------------------------------------------------------
|
901
|
+
r1023 | rubikitch | 2005-12-10 10:00:12 +0900 (Sat, 10 Dec 2005) | 2 lines
|
902
|
+
Changed paths:
|
903
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
904
|
+
M /langhelp/trunk/test/langhelp.e
|
905
|
+
|
906
|
+
C-u M-x langhelp
|
907
|
+
|
908
|
+
------------------------------------------------------------------------
|
909
|
+
r1021 | rubikitch | 2005-12-10 08:46:27 +0900 (Sat, 10 Dec 2005) | 3 lines
|
910
|
+
Changed paths:
|
911
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
912
|
+
|
913
|
+
- {:Refe => true, :title=>"ReFe (Japanese)"},
|
914
|
+
+ {:Refe => true, :cmd=>"refe", :title=>"ReFe (Japanese)"},
|
915
|
+
|
916
|
+
------------------------------------------------------------------------
|
917
|
+
r1020 | rubikitch | 2005-12-10 08:46:12 +0900 (Sat, 10 Dec 2005) | 2 lines
|
918
|
+
Changed paths:
|
919
|
+
M /langhelp/trunk/bin/mklanghelp
|
920
|
+
|
921
|
+
mklanghelp: `-a' is an abbreviated option for `--all'
|
922
|
+
|
923
|
+
------------------------------------------------------------------------
|
924
|
+
r1019 | rubikitch | 2005-12-10 02:12:57 +0900 (Sat, 10 Dec 2005) | 3 lines
|
925
|
+
Changed paths:
|
926
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
927
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
928
|
+
|
929
|
+
added copyright notice
|
930
|
+
conf[:ENCODING]
|
931
|
+
|
932
|
+
------------------------------------------------------------------------
|
933
|
+
r1018 | rubikitch | 2005-12-09 18:51:47 +0900 (Fri, 09 Dec 2005) | 2 lines
|
934
|
+
Changed paths:
|
935
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
936
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
937
|
+
|
938
|
+
added `cd langhelp-<%=@version %>' to install guide
|
939
|
+
|
940
|
+
------------------------------------------------------------------------
|
941
|
+
r1015 | rubikitch | 2005-12-08 08:36:03 +0900 (Thu, 08 Dec 2005) | 3 lines
|
942
|
+
Changed paths:
|
943
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
944
|
+
|
945
|
+
added more Infos, HTMLs.
|
946
|
+
added `How to Add a New Document' and `How to Add a New Language'.
|
947
|
+
|
948
|
+
------------------------------------------------------------------------
|
949
|
+
r1014 | rubikitch | 2005-12-08 08:34:37 +0900 (Thu, 08 Dec 2005) | 2 lines
|
950
|
+
Changed paths:
|
951
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
952
|
+
|
953
|
+
HTML: fixed regexps
|
954
|
+
|
955
|
+
------------------------------------------------------------------------
|
956
|
+
r1013 | rubikitch | 2005-12-08 04:14:55 +0900 (Thu, 08 Dec 2005) | 3 lines
|
957
|
+
Changed paths:
|
958
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
959
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
960
|
+
M /langhelp/trunk/test/langhelp.e
|
961
|
+
M /langhelp/trunk/test/test-base.rb
|
962
|
+
|
963
|
+
lh-w3m: with name anchor ( #anchor )
|
964
|
+
HTML: convert forcefully to EUC when tagifying
|
965
|
+
|
966
|
+
------------------------------------------------------------------------
|
967
|
+
r1012 | rubikitch | 2005-12-08 02:01:19 +0900 (Thu, 08 Dec 2005) | 2 lines
|
968
|
+
Changed paths:
|
969
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
970
|
+
A /langhelp/trunk/test/tagify01-before.html
|
971
|
+
A /langhelp/trunk/test/tagify02-before.html
|
972
|
+
M /langhelp/trunk/test/test-base.rb
|
973
|
+
|
974
|
+
class HTML
|
975
|
+
|
976
|
+
------------------------------------------------------------------------
|
977
|
+
r1011 | rubikitch | 2005-12-06 05:41:09 +0900 (Tue, 06 Dec 2005) | 2 lines
|
978
|
+
Changed paths:
|
979
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
980
|
+
|
981
|
+
data/langhelp/config.sample.r: GNUjdoc: generated by `makeinfo --no-split`
|
982
|
+
|
983
|
+
------------------------------------------------------------------------
|
984
|
+
r1010 | rubikitch | 2005-12-06 05:40:39 +0900 (Tue, 06 Dec 2005) | 2 lines
|
985
|
+
Changed paths:
|
986
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
987
|
+
|
988
|
+
add full-path to Info-directory-list
|
989
|
+
|
990
|
+
------------------------------------------------------------------------
|
991
|
+
r1009 | rubikitch | 2005-12-05 07:02:15 +0900 (Mon, 05 Dec 2005) | 2 lines
|
992
|
+
Changed paths:
|
993
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
994
|
+
|
995
|
+
data/langhelp/config.sample.r: added many GNUjdoc infos.
|
996
|
+
|
997
|
+
------------------------------------------------------------------------
|
998
|
+
r1008 | rubikitch | 2005-12-05 06:55:40 +0900 (Mon, 05 Dec 2005) | 2 lines
|
999
|
+
Changed paths:
|
1000
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1001
|
+
|
1002
|
+
add the directory in which info files are contained to Info-directory-list.
|
1003
|
+
|
1004
|
+
------------------------------------------------------------------------
|
1005
|
+
r1007 | rubikitch | 2005-12-05 06:54:03 +0900 (Mon, 05 Dec 2005) | 2 lines
|
1006
|
+
Changed paths:
|
1007
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
1008
|
+
|
1009
|
+
convert EUC-JP when processing Japanese info files.
|
1010
|
+
|
1011
|
+
------------------------------------------------------------------------
|
1012
|
+
r1006 | rubikitch | 2005-12-04 21:47:59 +0900 (Sun, 04 Dec 2005) | 2 lines
|
1013
|
+
Changed paths:
|
1014
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1015
|
+
M /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb
|
1016
|
+
|
1017
|
+
If the major-mode(langage) is not registered, pop up *langhelp index* buffer.
|
1018
|
+
|
1019
|
+
------------------------------------------------------------------------
|
1020
|
+
r1005 | rubikitch | 2005-12-04 02:51:16 +0900 (Sun, 04 Dec 2005) | 2 lines
|
1021
|
+
Changed paths:
|
1022
|
+
M /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb
|
1023
|
+
M /langhelp/trunk/test/langhelp.e
|
1024
|
+
|
1025
|
+
addes more tests
|
1026
|
+
|
1027
|
+
------------------------------------------------------------------------
|
1028
|
+
r1004 | rubikitch | 2005-12-04 02:21:30 +0900 (Sun, 04 Dec 2005) | 2 lines
|
1029
|
+
Changed paths:
|
1030
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1031
|
+
|
1032
|
+
LangHelpInternal#setup_buffer: does not display, but returns buffer.
|
1033
|
+
|
1034
|
+
------------------------------------------------------------------------
|
1035
|
+
r1003 | rubikitch | 2005-12-04 02:01:56 +0900 (Sun, 04 Dec 2005) | 2 lines
|
1036
|
+
Changed paths:
|
1037
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
1038
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
1039
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
1040
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1041
|
+
M /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb
|
1042
|
+
|
1043
|
+
langhelp_switch_to_index_buffer
|
1044
|
+
|
1045
|
+
------------------------------------------------------------------------
|
1046
|
+
r1001 | rubikitch | 2005-12-03 02:33:34 +0900 (Sat, 03 Dec 2005) | 2 lines
|
1047
|
+
Changed paths:
|
1048
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
1049
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
1050
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
1051
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1052
|
+
M /langhelp/trunk/makepkgrc
|
1053
|
+
|
1054
|
+
release 0.9.1
|
1055
|
+
|
1056
|
+
------------------------------------------------------------------------
|
1057
|
+
r1000 | rubikitch | 2005-12-03 02:14:48 +0900 (Sat, 03 Dec 2005) | 2 lines
|
1058
|
+
Changed paths:
|
1059
|
+
M /langhelp/trunk/Rakefile
|
1060
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1061
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1062
|
+
M /langhelp/trunk/test/test-parse-info.rb
|
1063
|
+
|
1064
|
+
Adjust to ruby1.9
|
1065
|
+
|
1066
|
+
------------------------------------------------------------------------
|
1067
|
+
r989 | rubikitch | 2005-12-02 02:52:16 +0900 (Fri, 02 Dec 2005) | 2 lines
|
1068
|
+
Changed paths:
|
1069
|
+
A /langhelp/trunk/makepkgrc
|
1070
|
+
|
1071
|
+
added makepkgrc
|
1072
|
+
|
1073
|
+
------------------------------------------------------------------------
|
1074
|
+
r988 | rubikitch | 2005-12-02 02:50:32 +0900 (Fri, 02 Dec 2005) | 2 lines
|
1075
|
+
Changed paths:
|
1076
|
+
M /langhelp/trunk/langhelp.en.rd.r
|
1077
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
1078
|
+
|
1079
|
+
update docments
|
1080
|
+
|
1081
|
+
------------------------------------------------------------------------
|
1082
|
+
r978 | rubikitch | 2005-12-02 00:46:57 +0900 (Fri, 02 Dec 2005) | 2 lines
|
1083
|
+
Changed paths:
|
1084
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
1085
|
+
M /langhelp/trunk/test/test-parse-info.rb
|
1086
|
+
|
1087
|
+
Info: Error is raised when info files does not exist.
|
1088
|
+
|
1089
|
+
------------------------------------------------------------------------
|
1090
|
+
r977 | rubikitch | 2005-12-02 00:36:37 +0900 (Fri, 02 Dec 2005) | 3 lines
|
1091
|
+
Changed paths:
|
1092
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1093
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
1094
|
+
M /langhelp/trunk/test/langhelp.e
|
1095
|
+
|
1096
|
+
changed messages.
|
1097
|
+
Processing message.
|
1098
|
+
|
1099
|
+
------------------------------------------------------------------------
|
1100
|
+
r976 | rubikitch | 2005-12-02 00:30:37 +0900 (Fri, 02 Dec 2005) | 3 lines
|
1101
|
+
Changed paths:
|
1102
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1103
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1104
|
+
M /langhelp/trunk/test/langhelp.e
|
1105
|
+
|
1106
|
+
Ruby: bugfixed: When *.lst does not exist, langhelp does not create (ri|refe) index.
|
1107
|
+
`Generating' message to stderr.
|
1108
|
+
|
1109
|
+
------------------------------------------------------------------------
|
1110
|
+
r975 | rubikitch | 2005-12-01 16:53:29 +0900 (Thu, 01 Dec 2005) | 2 lines
|
1111
|
+
Changed paths:
|
1112
|
+
A /langhelp/trunk/langhelp.en.rd.r
|
1113
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
1114
|
+
|
1115
|
+
updated documents
|
1116
|
+
|
1117
|
+
------------------------------------------------------------------------
|
1118
|
+
r972 | rubikitch | 2005-12-01 05:35:00 +0900 (Thu, 01 Dec 2005) | 2 lines
|
1119
|
+
Changed paths:
|
1120
|
+
M /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb
|
1121
|
+
A /langhelp/trunk/test/ruby.e
|
1122
|
+
|
1123
|
+
refactored tests
|
1124
|
+
|
1125
|
+
------------------------------------------------------------------------
|
1126
|
+
r971 | rubikitch | 2005-12-01 05:13:33 +0900 (Thu, 01 Dec 2005) | 2 lines
|
1127
|
+
Changed paths:
|
1128
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
1129
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1130
|
+
M /langhelp/trunk/test/test-base.rb
|
1131
|
+
|
1132
|
+
W3MLinks -> W3MExtractLinks
|
1133
|
+
|
1134
|
+
------------------------------------------------------------------------
|
1135
|
+
r952 | rubikitch | 2005-11-29 04:56:12 +0900 (Tue, 29 Nov 2005) | 2 lines
|
1136
|
+
Changed paths:
|
1137
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
1138
|
+
|
1139
|
+
lib/langhelp/mklanghelp.rb: ~/.langhelp/mklanghelp-init.rb
|
1140
|
+
|
1141
|
+
------------------------------------------------------------------------
|
1142
|
+
r951 | rubikitch | 2005-11-29 04:53:32 +0900 (Tue, 29 Nov 2005) | 2 lines
|
1143
|
+
Changed paths:
|
1144
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
1145
|
+
|
1146
|
+
langhelp.ja.rd.r: updated: customize
|
1147
|
+
|
1148
|
+
------------------------------------------------------------------------
|
1149
|
+
r950 | rubikitch | 2005-11-29 02:45:57 +0900 (Tue, 29 Nov 2005) | 2 lines
|
1150
|
+
Changed paths:
|
1151
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
1152
|
+
|
1153
|
+
langhelp.ja.rd.r: updated
|
1154
|
+
|
1155
|
+
------------------------------------------------------------------------
|
1156
|
+
r949 | rubikitch | 2005-11-29 02:45:34 +0900 (Tue, 29 Nov 2005) | 2 lines
|
1157
|
+
Changed paths:
|
1158
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
1159
|
+
|
1160
|
+
data/langhelp/config.sample.r: keybinding 'K', 'J'
|
1161
|
+
|
1162
|
+
------------------------------------------------------------------------
|
1163
|
+
r948 | rubikitch | 2005-11-29 02:45:13 +0900 (Tue, 29 Nov 2005) | 2 lines
|
1164
|
+
Changed paths:
|
1165
|
+
M /langhelp/trunk/bin/mklanghelp
|
1166
|
+
|
1167
|
+
bin/mklanghelp: new option --langs
|
1168
|
+
|
1169
|
+
------------------------------------------------------------------------
|
1170
|
+
r947 | rubikitch | 2005-11-29 01:07:26 +0900 (Tue, 29 Nov 2005) | 2 lines
|
1171
|
+
Changed paths:
|
1172
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
1173
|
+
|
1174
|
+
data/langhelp/config.sample.r: tgenize URLs
|
1175
|
+
|
1176
|
+
------------------------------------------------------------------------
|
1177
|
+
r946 | rubikitch | 2005-11-28 18:03:50 +0900 (Mon, 28 Nov 2005) | 2 lines
|
1178
|
+
Changed paths:
|
1179
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1180
|
+
|
1181
|
+
default conf.isearch_occur_key (C-o)
|
1182
|
+
|
1183
|
+
------------------------------------------------------------------------
|
1184
|
+
r945 | rubikitch | 2005-11-28 17:51:28 +0900 (Mon, 28 Nov 2005) | 2 lines
|
1185
|
+
Changed paths:
|
1186
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
1187
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1188
|
+
M /langhelp/trunk/test/langhelp.e
|
1189
|
+
|
1190
|
+
@KEY_BINDING in config
|
1191
|
+
|
1192
|
+
------------------------------------------------------------------------
|
1193
|
+
r944 | rubikitch | 2005-11-28 15:33:08 +0900 (Mon, 28 Nov 2005) | 2 lines
|
1194
|
+
Changed paths:
|
1195
|
+
M /langhelp/trunk/data/langhelp/config.sample.r
|
1196
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1197
|
+
M /langhelp/trunk/test/langhelp.e
|
1198
|
+
|
1199
|
+
isearch-occur
|
1200
|
+
|
1201
|
+
------------------------------------------------------------------------
|
1202
|
+
r943 | rubikitch | 2005-11-28 05:48:25 +0900 (Mon, 28 Nov 2005) | 2 lines
|
1203
|
+
Changed paths:
|
1204
|
+
D /langhelp/trunk/data/langhelp/config.sample
|
1205
|
+
A /langhelp/trunk/data/langhelp/config.sample.r (from /langhelp/trunk/data/langhelp/config.sample:942)
|
1206
|
+
|
1207
|
+
mv data/langhelp/config.sample data/langhelp/config.sample.r
|
1208
|
+
|
1209
|
+
------------------------------------------------------------------------
|
1210
|
+
r942 | rubikitch | 2005-11-28 05:47:46 +0900 (Mon, 28 Nov 2005) | 1 line
|
1211
|
+
Changed paths:
|
1212
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1213
|
+
|
1214
|
+
|
1215
|
+
------------------------------------------------------------------------
|
1216
|
+
r941 | rubikitch | 2005-11-28 05:38:58 +0900 (Mon, 28 Nov 2005) | 2 lines
|
1217
|
+
Changed paths:
|
1218
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1219
|
+
|
1220
|
+
lib/el4r/emacsruby/langhelp.rb: (requre 'which-func)
|
1221
|
+
|
1222
|
+
------------------------------------------------------------------------
|
1223
|
+
r940 | rubikitch | 2005-11-28 05:38:38 +0900 (Mon, 28 Nov 2005) | 1 line
|
1224
|
+
Changed paths:
|
1225
|
+
M /langhelp/trunk/test/langhelp.e
|
1226
|
+
|
1227
|
+
|
1228
|
+
------------------------------------------------------------------------
|
1229
|
+
r939 | rubikitch | 2005-11-28 03:21:56 +0900 (Mon, 28 Nov 2005) | 2 lines
|
1230
|
+
Changed paths:
|
1231
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1232
|
+
|
1233
|
+
data/langhelp/config.sample: added Debian package links and document about Debian.
|
1234
|
+
|
1235
|
+
------------------------------------------------------------------------
|
1236
|
+
r936 | rubikitch | 2005-11-27 04:49:16 +0900 (Sun, 27 Nov 2005) | 3 lines
|
1237
|
+
Changed paths:
|
1238
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1239
|
+
|
1240
|
+
langhelp-revert-buffer
|
1241
|
+
use define-derived-mode and block
|
1242
|
+
|
1243
|
+
------------------------------------------------------------------------
|
1244
|
+
r934 | rubikitch | 2005-11-26 22:50:32 +0900 (Sat, 26 Nov 2005) | 2 lines
|
1245
|
+
Changed paths:
|
1246
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1247
|
+
|
1248
|
+
support EmacsRuby (el4r)
|
1249
|
+
|
1250
|
+
------------------------------------------------------------------------
|
1251
|
+
r915 | rubikitch | 2005-11-24 20:22:31 +0900 (Thu, 24 Nov 2005) | 2 lines
|
1252
|
+
Changed paths:
|
1253
|
+
M /langhelp/trunk/lib/langhelp/lh_python.rb
|
1254
|
+
|
1255
|
+
Python: w3m -> lh-w3m
|
1256
|
+
|
1257
|
+
------------------------------------------------------------------------
|
1258
|
+
r914 | rubikitch | 2005-11-24 17:50:38 +0900 (Thu, 24 Nov 2005) | 2 lines
|
1259
|
+
Changed paths:
|
1260
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1261
|
+
|
1262
|
+
Python Info
|
1263
|
+
|
1264
|
+
------------------------------------------------------------------------
|
1265
|
+
r913 | rubikitch | 2005-11-24 17:34:00 +0900 (Thu, 24 Nov 2005) | 2 lines
|
1266
|
+
Changed paths:
|
1267
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1268
|
+
|
1269
|
+
support Guile
|
1270
|
+
|
1271
|
+
------------------------------------------------------------------------
|
1272
|
+
r912 | rubikitch | 2005-11-24 15:45:18 +0900 (Thu, 24 Nov 2005) | 2 lines
|
1273
|
+
Changed paths:
|
1274
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1275
|
+
|
1276
|
+
new keybinding v, c
|
1277
|
+
|
1278
|
+
------------------------------------------------------------------------
|
1279
|
+
r911 | rubikitch | 2005-11-24 15:41:39 +0900 (Thu, 24 Nov 2005) | 3 lines
|
1280
|
+
Changed paths:
|
1281
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1282
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
1283
|
+
|
1284
|
+
support EmacsLisp
|
1285
|
+
Info: fixed regexps
|
1286
|
+
|
1287
|
+
------------------------------------------------------------------------
|
1288
|
+
r910 | rubikitch | 2005-11-24 10:08:23 +0900 (Thu, 24 Nov 2005) | 3 lines
|
1289
|
+
Changed paths:
|
1290
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1291
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1292
|
+
|
1293
|
+
support Tcl
|
1294
|
+
Manpage: :glob
|
1295
|
+
|
1296
|
+
------------------------------------------------------------------------
|
1297
|
+
r909 | rubikitch | 2005-11-24 09:56:19 +0900 (Thu, 24 Nov 2005) | 2 lines
|
1298
|
+
Changed paths:
|
1299
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1300
|
+
|
1301
|
+
support Makefile, Autoconf, m4
|
1302
|
+
|
1303
|
+
------------------------------------------------------------------------
|
1304
|
+
r908 | rubikitch | 2005-11-23 23:19:31 +0900 (Wed, 23 Nov 2005) | 3 lines
|
1305
|
+
Changed paths:
|
1306
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1307
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
1308
|
+
A /langhelp/trunk/test/common.rb
|
1309
|
+
M /langhelp/trunk/test/test-base.rb
|
1310
|
+
M /langhelp/trunk/test/test-parse-info.rb
|
1311
|
+
M /langhelp/trunk/test/test-ruby.rb
|
1312
|
+
|
1313
|
+
refactored
|
1314
|
+
Info: extract sections and descriptions
|
1315
|
+
|
1316
|
+
------------------------------------------------------------------------
|
1317
|
+
r907 | rubikitch | 2005-11-23 21:26:07 +0900 (Wed, 23 Nov 2005) | 3 lines
|
1318
|
+
Changed paths:
|
1319
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1320
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1321
|
+
M /langhelp/trunk/test/test-base.rb
|
1322
|
+
M /langhelp/trunk/test/test-ruby.rb
|
1323
|
+
|
1324
|
+
Grep: :exclude
|
1325
|
+
RD: now RD is subclass of Grep.
|
1326
|
+
|
1327
|
+
------------------------------------------------------------------------
|
1328
|
+
r906 | rubikitch | 2005-11-23 20:24:16 +0900 (Wed, 23 Nov 2005) | 2 lines
|
1329
|
+
Changed paths:
|
1330
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1331
|
+
M /langhelp/trunk/test/test-base.rb
|
1332
|
+
|
1333
|
+
W3MLinks: treat http scheme
|
1334
|
+
|
1335
|
+
------------------------------------------------------------------------
|
1336
|
+
r905 | rubikitch | 2005-11-23 18:30:09 +0900 (Wed, 23 Nov 2005) | 2 lines
|
1337
|
+
Changed paths:
|
1338
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1339
|
+
M /langhelp/trunk/test/test-base.rb
|
1340
|
+
|
1341
|
+
W3MLinks: label.gsub(/\r?\n/,'')
|
1342
|
+
|
1343
|
+
------------------------------------------------------------------------
|
1344
|
+
r904 | rubikitch | 2005-11-23 18:18:52 +0900 (Wed, 23 Nov 2005) | 2 lines
|
1345
|
+
Changed paths:
|
1346
|
+
M /langhelp/trunk/test/test-base.rb
|
1347
|
+
|
1348
|
+
W3MLinks: :base, extract IMG alt attribute.
|
1349
|
+
|
1350
|
+
------------------------------------------------------------------------
|
1351
|
+
r903 | rubikitch | 2005-11-23 18:18:45 +0900 (Wed, 23 Nov 2005) | 2 lines
|
1352
|
+
Changed paths:
|
1353
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1354
|
+
|
1355
|
+
W3MLinks: :base, extract IMG alt attribute.
|
1356
|
+
|
1357
|
+
------------------------------------------------------------------------
|
1358
|
+
r902 | rubikitch | 2005-11-23 17:35:00 +0900 (Wed, 23 Nov 2005) | 2 lines
|
1359
|
+
Changed paths:
|
1360
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1361
|
+
M /langhelp/trunk/test/test-base.rb
|
1362
|
+
|
1363
|
+
W3MLinks
|
1364
|
+
|
1365
|
+
------------------------------------------------------------------------
|
1366
|
+
r901 | rubikitch | 2005-11-23 13:24:47 +0900 (Wed, 23 Nov 2005) | 3 lines
|
1367
|
+
Changed paths:
|
1368
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1369
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1370
|
+
M /langhelp/trunk/test/test-base.rb
|
1371
|
+
|
1372
|
+
Support C++
|
1373
|
+
W3MLink, ViewLink
|
1374
|
+
|
1375
|
+
------------------------------------------------------------------------
|
1376
|
+
r900 | rubikitch | 2005-11-22 09:29:45 +0900 (Tue, 22 Nov 2005) | 2 lines
|
1377
|
+
Changed paths:
|
1378
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1379
|
+
|
1380
|
+
support sed, awk
|
1381
|
+
|
1382
|
+
------------------------------------------------------------------------
|
1383
|
+
r899 | rubikitch | 2005-11-21 18:46:44 +0900 (Mon, 21 Nov 2005) | 2 lines
|
1384
|
+
Changed paths:
|
1385
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1386
|
+
|
1387
|
+
support LaTeX : aliases
|
1388
|
+
|
1389
|
+
------------------------------------------------------------------------
|
1390
|
+
r898 | rubikitch | 2005-11-21 18:33:09 +0900 (Mon, 21 Nov 2005) | 3 lines
|
1391
|
+
Changed paths:
|
1392
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1393
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1394
|
+
M /langhelp/trunk/lib/langhelp/lh_perl.rb
|
1395
|
+
M /langhelp/trunk/lib/langhelp/lh_php.rb
|
1396
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
1397
|
+
|
1398
|
+
support LaTeX
|
1399
|
+
String#dump -> lisp_dump_string because of Japanese characters
|
1400
|
+
|
1401
|
+
------------------------------------------------------------------------
|
1402
|
+
r897 | rubikitch | 2005-11-21 15:18:15 +0900 (Mon, 21 Nov 2005) | 3 lines
|
1403
|
+
Changed paths:
|
1404
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1405
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
1406
|
+
M /langhelp/trunk/test/test-command.rb
|
1407
|
+
|
1408
|
+
abbreviate filename bug fix
|
1409
|
+
introduce $langhelp_home global variable.
|
1410
|
+
|
1411
|
+
------------------------------------------------------------------------
|
1412
|
+
r896 | rubikitch | 2005-11-21 14:49:34 +0900 (Mon, 21 Nov 2005) | 3 lines
|
1413
|
+
Changed paths:
|
1414
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1415
|
+
|
1416
|
+
abbreviate filename in e-script
|
1417
|
+
Ruby: do not sort contents in AnchorIndex
|
1418
|
+
|
1419
|
+
------------------------------------------------------------------------
|
1420
|
+
r895 | rubikitch | 2005-11-21 14:49:12 +0900 (Mon, 21 Nov 2005) | 3 lines
|
1421
|
+
Changed paths:
|
1422
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1423
|
+
M /langhelp/trunk/test/test-command.rb
|
1424
|
+
|
1425
|
+
abbreviate filename in e-script
|
1426
|
+
Ruby: do not sort contents in AnchorIndex
|
1427
|
+
|
1428
|
+
------------------------------------------------------------------------
|
1429
|
+
r894 | rubikitch | 2005-11-21 14:09:54 +0900 (Mon, 21 Nov 2005) | 2 lines
|
1430
|
+
Changed paths:
|
1431
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
1432
|
+
M /langhelp/trunk/test/test-command.rb
|
1433
|
+
|
1434
|
+
Info: new default regexp
|
1435
|
+
|
1436
|
+
------------------------------------------------------------------------
|
1437
|
+
r893 | rubikitch | 2005-11-21 13:43:09 +0900 (Mon, 21 Nov 2005) | 2 lines
|
1438
|
+
Changed paths:
|
1439
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
1440
|
+
M /langhelp/trunk/test/test-parse-info.rb
|
1441
|
+
|
1442
|
+
Info file sorting
|
1443
|
+
|
1444
|
+
------------------------------------------------------------------------
|
1445
|
+
r892 | rubikitch | 2005-11-21 13:42:14 +0900 (Mon, 21 Nov 2005) | 2 lines
|
1446
|
+
Changed paths:
|
1447
|
+
M /langhelp/trunk/test/test-ruby.rb
|
1448
|
+
|
1449
|
+
test/test-ruby.rb: changed testcase
|
1450
|
+
|
1451
|
+
------------------------------------------------------------------------
|
1452
|
+
r891 | rubikitch | 2005-11-21 13:07:40 +0900 (Mon, 21 Nov 2005) | 2 lines
|
1453
|
+
Changed paths:
|
1454
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
1455
|
+
|
1456
|
+
lib/langhelp/parse-info.rb: extract nodes
|
1457
|
+
|
1458
|
+
------------------------------------------------------------------------
|
1459
|
+
r890 | rubikitch | 2005-11-21 13:07:10 +0900 (Mon, 21 Nov 2005) | 2 lines
|
1460
|
+
Changed paths:
|
1461
|
+
M /langhelp/trunk/test/langhelp.e
|
1462
|
+
|
1463
|
+
test/langhelp.e: cleanup
|
1464
|
+
|
1465
|
+
------------------------------------------------------------------------
|
1466
|
+
r889 | rubikitch | 2005-11-21 13:06:44 +0900 (Mon, 21 Nov 2005) | 2 lines
|
1467
|
+
Changed paths:
|
1468
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1469
|
+
|
1470
|
+
Octave support
|
1471
|
+
|
1472
|
+
------------------------------------------------------------------------
|
1473
|
+
r888 | rubikitch | 2005-11-21 12:19:10 +0900 (Mon, 21 Nov 2005) | 3 lines
|
1474
|
+
Changed paths:
|
1475
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1476
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1477
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1478
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
1479
|
+
|
1480
|
+
lib/langhelp/lh_ruby.rb: AnchorIndex : generate_output_filename
|
1481
|
+
error recovery
|
1482
|
+
|
1483
|
+
------------------------------------------------------------------------
|
1484
|
+
r887 | rubikitch | 2005-11-21 07:11:11 +0900 (Mon, 21 Nov 2005) | 3 lines
|
1485
|
+
Changed paths:
|
1486
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1487
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1488
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1489
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
1490
|
+
|
1491
|
+
lib/langhelp/lh_ruby.rb: AnchorIndex parameter changed
|
1492
|
+
message changed: Generating -> Generated (size)
|
1493
|
+
|
1494
|
+
------------------------------------------------------------------------
|
1495
|
+
r886 | rubikitch | 2005-11-21 05:30:07 +0900 (Mon, 21 Nov 2005) | 2 lines
|
1496
|
+
Changed paths:
|
1497
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1498
|
+
M /langhelp/trunk/test/langhelp.e
|
1499
|
+
|
1500
|
+
coloring sexps by font-lock
|
1501
|
+
|
1502
|
+
------------------------------------------------------------------------
|
1503
|
+
r885 | rubikitch | 2005-11-21 03:56:19 +0900 (Mon, 21 Nov 2005) | 2 lines
|
1504
|
+
Changed paths:
|
1505
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1506
|
+
M /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb
|
1507
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1508
|
+
M /langhelp/trunk/lib/langhelp/lh_perl.rb
|
1509
|
+
M /langhelp/trunk/lib/langhelp/lh_php.rb
|
1510
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1511
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
1512
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
1513
|
+
|
1514
|
+
do File.expand_path in AbstractIndex class.
|
1515
|
+
|
1516
|
+
------------------------------------------------------------------------
|
1517
|
+
r884 | rubikitch | 2005-11-20 20:25:16 +0900 (Sun, 20 Nov 2005) | 2 lines
|
1518
|
+
Changed paths:
|
1519
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1520
|
+
|
1521
|
+
data/langhelp/config.sample: more documents
|
1522
|
+
|
1523
|
+
------------------------------------------------------------------------
|
1524
|
+
r883 | rubikitch | 2005-11-20 19:16:49 +0900 (Sun, 20 Nov 2005) | 2 lines
|
1525
|
+
Changed paths:
|
1526
|
+
M /langhelp/trunk/test/langhelp.e
|
1527
|
+
|
1528
|
+
test/langhelp.e: test using eesteps
|
1529
|
+
|
1530
|
+
------------------------------------------------------------------------
|
1531
|
+
r882 | rubikitch | 2005-11-20 19:16:07 +0900 (Sun, 20 Nov 2005) | 2 lines
|
1532
|
+
Changed paths:
|
1533
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1534
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1535
|
+
M /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb
|
1536
|
+
|
1537
|
+
support aliases
|
1538
|
+
|
1539
|
+
------------------------------------------------------------------------
|
1540
|
+
r881 | rubikitch | 2005-11-20 16:31:29 +0900 (Sun, 20 Nov 2005) | 2 lines
|
1541
|
+
Changed paths:
|
1542
|
+
M /langhelp/trunk/test/langhelp.e
|
1543
|
+
|
1544
|
+
test/langhelp.e : added new tests
|
1545
|
+
|
1546
|
+
------------------------------------------------------------------------
|
1547
|
+
r880 | rubikitch | 2005-11-20 16:31:12 +0900 (Sun, 20 Nov 2005) | 3 lines
|
1548
|
+
Changed paths:
|
1549
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1550
|
+
|
1551
|
+
|
1552
|
+
lh-info: refactored
|
1553
|
+
|
1554
|
+
------------------------------------------------------------------------
|
1555
|
+
r879 | rubikitch | 2005-11-20 11:17:31 +0900 (Sun, 20 Nov 2005) | 4 lines
|
1556
|
+
Changed paths:
|
1557
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1558
|
+
|
1559
|
+
|
1560
|
+
lh-info: display other window
|
1561
|
+
lh-w3m: reuse pre-opened w3m buffer
|
1562
|
+
|
1563
|
+
------------------------------------------------------------------------
|
1564
|
+
r878 | rubikitch | 2005-11-20 07:59:54 +0900 (Sun, 20 Nov 2005) | 3 lines
|
1565
|
+
Changed paths:
|
1566
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1567
|
+
M /langhelp/trunk/lib/langhelp/lh_perl.rb
|
1568
|
+
M /langhelp/trunk/test/test-command.rb
|
1569
|
+
|
1570
|
+
|
1571
|
+
PerlDoc
|
1572
|
+
|
1573
|
+
------------------------------------------------------------------------
|
1574
|
+
r877 | rubikitch | 2005-11-20 07:28:00 +0900 (Sun, 20 Nov 2005) | 4 lines
|
1575
|
+
Changed paths:
|
1576
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1577
|
+
M /langhelp/trunk/lib/langhelp/lh_perl.rb
|
1578
|
+
M /langhelp/trunk/test/test-command.rb
|
1579
|
+
|
1580
|
+
|
1581
|
+
PerlFunc
|
1582
|
+
added some documents in data/langhelp/config.sample
|
1583
|
+
|
1584
|
+
------------------------------------------------------------------------
|
1585
|
+
r876 | rubikitch | 2005-11-20 06:18:39 +0900 (Sun, 20 Nov 2005) | 4 lines
|
1586
|
+
Changed paths:
|
1587
|
+
M /langhelp/trunk/data/langhelp/config.sample
|
1588
|
+
A /langhelp/trunk/lib/langhelp/lh_perl.rb
|
1589
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
1590
|
+
M /langhelp/trunk/test/test-command.rb
|
1591
|
+
|
1592
|
+
|
1593
|
+
Perl support
|
1594
|
+
added lib/langhelp/lh_perl.rb
|
1595
|
+
|
1596
|
+
------------------------------------------------------------------------
|
1597
|
+
r875 | rubikitch | 2005-11-19 14:45:17 +0900 (Sat, 19 Nov 2005) | 2 lines
|
1598
|
+
Changed paths:
|
1599
|
+
A /langhelp/trunk/data
|
1600
|
+
A /langhelp/trunk/data/langhelp
|
1601
|
+
A /langhelp/trunk/data/langhelp/config.sample
|
1602
|
+
|
1603
|
+
added data/langhelp/config.sample
|
1604
|
+
|
1605
|
+
------------------------------------------------------------------------
|
1606
|
+
r874 | rubikitch | 2005-11-19 14:33:07 +0900 (Sat, 19 Nov 2005) | 3 lines
|
1607
|
+
Changed paths:
|
1608
|
+
A /langhelp/trunk/lib/langhelp/lh_php.rb
|
1609
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
1610
|
+
|
1611
|
+
support PHP
|
1612
|
+
added lib/langhelp/lh_php.rb
|
1613
|
+
|
1614
|
+
------------------------------------------------------------------------
|
1615
|
+
r873 | rubikitch | 2005-11-19 11:18:03 +0900 (Sat, 19 Nov 2005) | 2 lines
|
1616
|
+
Changed paths:
|
1617
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1618
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1619
|
+
M /langhelp/trunk/test/test-command.rb
|
1620
|
+
|
1621
|
+
support Manpage
|
1622
|
+
|
1623
|
+
------------------------------------------------------------------------
|
1624
|
+
r872 | rubikitch | 2005-11-19 10:41:45 +0900 (Sat, 19 Nov 2005) | 2 lines
|
1625
|
+
Changed paths:
|
1626
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1627
|
+
|
1628
|
+
lib/langhelp/langhelp-base.rb: truncate-lines, SPACES
|
1629
|
+
|
1630
|
+
------------------------------------------------------------------------
|
1631
|
+
r871 | rubikitch | 2005-11-19 10:41:25 +0900 (Sat, 19 Nov 2005) | 2 lines
|
1632
|
+
Changed paths:
|
1633
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1634
|
+
|
1635
|
+
lib/langhelp/lh_ruby.rb: RefeC
|
1636
|
+
|
1637
|
+
------------------------------------------------------------------------
|
1638
|
+
r870 | rubikitch | 2005-11-19 10:41:04 +0900 (Sat, 19 Nov 2005) | 2 lines
|
1639
|
+
Changed paths:
|
1640
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
1641
|
+
|
1642
|
+
lib/langhelp/parse-info.rb: strip yaml part, SPACES
|
1643
|
+
|
1644
|
+
------------------------------------------------------------------------
|
1645
|
+
r869 | rubikitch | 2005-11-19 08:49:48 +0900 (Sat, 19 Nov 2005) | 2 lines
|
1646
|
+
Changed paths:
|
1647
|
+
M /langhelp/trunk/test/test-command.rb
|
1648
|
+
|
1649
|
+
test/test-command.rb: compare sorted versions
|
1650
|
+
|
1651
|
+
------------------------------------------------------------------------
|
1652
|
+
r868 | rubikitch | 2005-11-19 08:49:18 +0900 (Sat, 19 Nov 2005) | 4 lines
|
1653
|
+
Changed paths:
|
1654
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
1655
|
+
|
1656
|
+
lib/langhelp/parse-info.rb:
|
1657
|
+
new default @regexp
|
1658
|
+
use zlib (removed dependency on w3m)
|
1659
|
+
|
1660
|
+
------------------------------------------------------------------------
|
1661
|
+
r867 | rubikitch | 2005-11-19 08:18:01 +0900 (Sat, 19 Nov 2005) | 2 lines
|
1662
|
+
Changed paths:
|
1663
|
+
M /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb
|
1664
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
1665
|
+
M /langhelp/trunk/test/test-command.rb
|
1666
|
+
M /langhelp/trunk/test/test-parse-info.rb
|
1667
|
+
|
1668
|
+
Info: do not use yaml anymore / defun lh-info
|
1669
|
+
|
1670
|
+
------------------------------------------------------------------------
|
1671
|
+
r866 | rubikitch | 2005-11-19 06:05:21 +0900 (Sat, 19 Nov 2005) | 2 lines
|
1672
|
+
Changed paths:
|
1673
|
+
M /langhelp/trunk/Rakefile
|
1674
|
+
|
1675
|
+
define mklanghelp tasks
|
1676
|
+
|
1677
|
+
------------------------------------------------------------------------
|
1678
|
+
r865 | rubikitch | 2005-11-19 03:26:57 +0900 (Sat, 19 Nov 2005) | 2 lines
|
1679
|
+
Changed paths:
|
1680
|
+
M /langhelp/trunk/langhelp.ja.rd.r
|
1681
|
+
|
1682
|
+
langhelp.ja.rd.r: added about interchangeability
|
1683
|
+
|
1684
|
+
------------------------------------------------------------------------
|
1685
|
+
r864 | rubikitch | 2005-11-19 03:06:37 +0900 (Sat, 19 Nov 2005) | 2 lines
|
1686
|
+
Changed paths:
|
1687
|
+
M /langhelp/trunk/bin/mklanghelp
|
1688
|
+
|
1689
|
+
bin/mklanghelp: display help message if no arguments.
|
1690
|
+
|
1691
|
+
------------------------------------------------------------------------
|
1692
|
+
r863 | rubikitch | 2005-11-19 03:06:01 +0900 (Sat, 19 Nov 2005) | 2 lines
|
1693
|
+
Changed paths:
|
1694
|
+
A /langhelp/trunk/langhelp.ja.rd.r
|
1695
|
+
|
1696
|
+
added langhelp.ja.rd.r
|
1697
|
+
|
1698
|
+
------------------------------------------------------------------------
|
1699
|
+
r862 | rubikitch | 2005-11-19 01:49:17 +0900 (Sat, 19 Nov 2005) | 2 lines
|
1700
|
+
Changed paths:
|
1701
|
+
A /langhelp/trunk/graphviz-dot.jpg
|
1702
|
+
A /langhelp/trunk/ri.jpg
|
1703
|
+
|
1704
|
+
added graphviz-dot.jpg and ri.jpg (screenshots)
|
1705
|
+
|
1706
|
+
------------------------------------------------------------------------
|
1707
|
+
r861 | rubikitch | 2005-11-19 01:48:23 +0900 (Sat, 19 Nov 2005) | 2 lines
|
1708
|
+
Changed paths:
|
1709
|
+
A /langhelp/trunk/test/langhelp.e
|
1710
|
+
|
1711
|
+
added test/langhelp.e
|
1712
|
+
|
1713
|
+
------------------------------------------------------------------------
|
1714
|
+
r860 | rubikitch | 2005-11-19 01:47:41 +0900 (Sat, 19 Nov 2005) | 2 lines
|
1715
|
+
Changed paths:
|
1716
|
+
M /langhelp/trunk/bin/mklanghelp
|
1717
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
1718
|
+
M /langhelp/trunk/test/test-command.rb
|
1719
|
+
|
1720
|
+
mklanghelp: new options: -f, --init-script
|
1721
|
+
|
1722
|
+
------------------------------------------------------------------------
|
1723
|
+
r858 | rubikitch | 2005-11-17 09:14:44 +0900 (Thu, 17 Nov 2005) | 2 lines
|
1724
|
+
Changed paths:
|
1725
|
+
M /langhelp/trunk/Rakefile
|
1726
|
+
M /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb
|
1727
|
+
|
1728
|
+
adjusted to file location changes.
|
1729
|
+
|
1730
|
+
------------------------------------------------------------------------
|
1731
|
+
r847 | rubikitch | 2005-11-16 04:11:00 +0900 (Wed, 16 Nov 2005) | 2 lines
|
1732
|
+
Changed paths:
|
1733
|
+
A /langhelp/trunk/lib/el4r/emacsruby/autoload
|
1734
|
+
A /langhelp/trunk/lib/el4r/emacsruby/autoload/50langhelp.rb
|
1735
|
+
|
1736
|
+
added lib/el4r/emacsruby/autoload/50langhelp.rb
|
1737
|
+
|
1738
|
+
------------------------------------------------------------------------
|
1739
|
+
r846 | rubikitch | 2005-11-16 04:07:05 +0900 (Wed, 16 Nov 2005) | 2 lines
|
1740
|
+
Changed paths:
|
1741
|
+
A /langhelp/trunk/lib/el4r/emacsruby
|
1742
|
+
A /langhelp/trunk/lib/el4r/emacsruby/langhelp.rb (from /langhelp/trunk/lib/el4r/langhelp.rb:817)
|
1743
|
+
A /langhelp/trunk/lib/el4r/emacsruby/test-langhelp.rb (from /langhelp/trunk/lib/el4r/test-langhelp.rb:817)
|
1744
|
+
D /langhelp/trunk/lib/el4r/langhelp.rb
|
1745
|
+
D /langhelp/trunk/lib/el4r/test-langhelp.rb
|
1746
|
+
|
1747
|
+
mv lib/el4r/langhelp.rb lib/el4r/test-langhelp.rb lib/el4r/emacsruby
|
1748
|
+
|
1749
|
+
------------------------------------------------------------------------
|
1750
|
+
r817 | rubikitch | 2005-11-12 14:27:45 +0900 (Sat, 12 Nov 2005) | 2 lines
|
1751
|
+
Changed paths:
|
1752
|
+
M /langhelp/trunk/lib/el4r/langhelp.rb
|
1753
|
+
M /langhelp/trunk/lib/el4r/test-langhelp.rb
|
1754
|
+
|
1755
|
+
All the EmacsRuby code is enclosed in LangHelp module.
|
1756
|
+
|
1757
|
+
------------------------------------------------------------------------
|
1758
|
+
r816 | rubikitch | 2005-11-12 14:17:26 +0900 (Sat, 12 Nov 2005) | 3 lines
|
1759
|
+
Changed paths:
|
1760
|
+
M /langhelp/trunk/lib/el4r/langhelp.rb
|
1761
|
+
|
1762
|
+
LangHelpByInfo: @libdir was purged
|
1763
|
+
Coding style: {} -> do end
|
1764
|
+
|
1765
|
+
------------------------------------------------------------------------
|
1766
|
+
r815 | rubikitch | 2005-11-12 13:56:49 +0900 (Sat, 12 Nov 2005) | 2 lines
|
1767
|
+
Changed paths:
|
1768
|
+
M /langhelp/trunk/lib/el4r/test-langhelp.rb
|
1769
|
+
|
1770
|
+
bug fix: ee-anchor-format was not set in the test.
|
1771
|
+
|
1772
|
+
------------------------------------------------------------------------
|
1773
|
+
r811 | rubikitch | 2005-11-11 06:47:26 +0900 (Fri, 11 Nov 2005) | 2 lines
|
1774
|
+
Changed paths:
|
1775
|
+
M /langhelp/trunk/lib/el4r/langhelp.rb
|
1776
|
+
|
1777
|
+
added bm-related key bindings.
|
1778
|
+
|
1779
|
+
------------------------------------------------------------------------
|
1780
|
+
r810 | rubikitch | 2005-11-11 06:17:24 +0900 (Fri, 11 Nov 2005) | 2 lines
|
1781
|
+
Changed paths:
|
1782
|
+
M /langhelp/trunk/lib/el4r/langhelp.rb
|
1783
|
+
|
1784
|
+
Show title on header-line (using which-func-mode / imenu)
|
1785
|
+
|
1786
|
+
------------------------------------------------------------------------
|
1787
|
+
r809 | rubikitch | 2005-11-11 04:33:20 +0900 (Fri, 11 Nov 2005) | 2 lines
|
1788
|
+
Changed paths:
|
1789
|
+
M /langhelp/trunk/lib/el4r/langhelp.rb
|
1790
|
+
|
1791
|
+
hack_local_variables when setting up langhelp buffer.
|
1792
|
+
|
1793
|
+
------------------------------------------------------------------------
|
1794
|
+
r808 | rubikitch | 2005-11-11 04:11:56 +0900 (Fri, 11 Nov 2005) | 2 lines
|
1795
|
+
Changed paths:
|
1796
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1797
|
+
|
1798
|
+
AbstractIndex#output_title
|
1799
|
+
|
1800
|
+
------------------------------------------------------------------------
|
1801
|
+
r807 | rubikitch | 2005-11-11 04:04:04 +0900 (Fri, 11 Nov 2005) | 2 lines
|
1802
|
+
Changed paths:
|
1803
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1804
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1805
|
+
|
1806
|
+
AbstractIndex#arg1(x) -> AbstractIndex#arg1
|
1807
|
+
|
1808
|
+
------------------------------------------------------------------------
|
1809
|
+
r806 | rubikitch | 2005-11-11 04:00:30 +0900 (Fri, 11 Nov 2005) | 2 lines
|
1810
|
+
Changed paths:
|
1811
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1812
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1813
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
1814
|
+
|
1815
|
+
AbstractIndex#init: initialization for subclass
|
1816
|
+
|
1817
|
+
------------------------------------------------------------------------
|
1818
|
+
r805 | rubikitch | 2005-11-11 01:33:41 +0900 (Fri, 11 Nov 2005) | 2 lines
|
1819
|
+
Changed paths:
|
1820
|
+
M /langhelp/trunk/test/testdoc.rd
|
1821
|
+
|
1822
|
+
Changed default anchor
|
1823
|
+
|
1824
|
+
------------------------------------------------------------------------
|
1825
|
+
r804 | rubikitch | 2005-11-11 01:30:22 +0900 (Fri, 11 Nov 2005) | 2 lines
|
1826
|
+
Changed paths:
|
1827
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1828
|
+
|
1829
|
+
Changed default anchor
|
1830
|
+
|
1831
|
+
------------------------------------------------------------------------
|
1832
|
+
r803 | rubikitch | 2005-11-11 01:30:09 +0900 (Fri, 11 Nov 2005) | 2 lines
|
1833
|
+
Changed paths:
|
1834
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1835
|
+
|
1836
|
+
added "Generating..." msg
|
1837
|
+
|
1838
|
+
------------------------------------------------------------------------
|
1839
|
+
r802 | rubikitch | 2005-11-11 01:17:03 +0900 (Fri, 11 Nov 2005) | 2 lines
|
1840
|
+
Changed paths:
|
1841
|
+
M /langhelp/trunk/lib/el4r/langhelp.rb
|
1842
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1843
|
+
|
1844
|
+
EmacsLisp function: lh-anchor
|
1845
|
+
|
1846
|
+
------------------------------------------------------------------------
|
1847
|
+
r801 | rubikitch | 2005-11-11 01:16:10 +0900 (Fri, 11 Nov 2005) | 1 line
|
1848
|
+
Changed paths:
|
1849
|
+
M /langhelp/trunk/Rakefile
|
1850
|
+
|
1851
|
+
|
1852
|
+
------------------------------------------------------------------------
|
1853
|
+
r800 | rubikitch | 2005-11-11 00:38:12 +0900 (Fri, 11 Nov 2005) | 3 lines
|
1854
|
+
Changed paths:
|
1855
|
+
M /langhelp/trunk/bin/mklanghelp
|
1856
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
1857
|
+
M /langhelp/trunk/test/test-command.rb
|
1858
|
+
|
1859
|
+
|
1860
|
+
bin/mklanghelp: new option --suffix
|
1861
|
+
|
1862
|
+
------------------------------------------------------------------------
|
1863
|
+
r799 | rubikitch | 2005-11-10 21:00:58 +0900 (Thu, 10 Nov 2005) | 2 lines
|
1864
|
+
Changed paths:
|
1865
|
+
M /langhelp/trunk/test/test-command.rb
|
1866
|
+
|
1867
|
+
regression test renewal: output comparison between installed version and developing version
|
1868
|
+
|
1869
|
+
------------------------------------------------------------------------
|
1870
|
+
r798 | rubikitch | 2005-11-10 20:59:28 +0900 (Thu, 10 Nov 2005) | 2 lines
|
1871
|
+
Changed paths:
|
1872
|
+
M /langhelp/trunk/bin/mklanghelp
|
1873
|
+
M /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
1874
|
+
|
1875
|
+
mklanghelp: new option --home
|
1876
|
+
|
1877
|
+
------------------------------------------------------------------------
|
1878
|
+
r797 | rubikitch | 2005-11-10 06:06:14 +0900 (Thu, 10 Nov 2005) | 2 lines
|
1879
|
+
Changed paths:
|
1880
|
+
A /langhelp/trunk/setup.rb
|
1881
|
+
|
1882
|
+
new file: setup.rb
|
1883
|
+
|
1884
|
+
------------------------------------------------------------------------
|
1885
|
+
r796 | rubikitch | 2005-11-10 05:52:25 +0900 (Thu, 10 Nov 2005) | 2 lines
|
1886
|
+
Changed paths:
|
1887
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1888
|
+
|
1889
|
+
lh_ruby: generate_methods_and_classes every time
|
1890
|
+
|
1891
|
+
------------------------------------------------------------------------
|
1892
|
+
r795 | rubikitch | 2005-11-10 05:41:19 +0900 (Thu, 10 Nov 2005) | 2 lines
|
1893
|
+
Changed paths:
|
1894
|
+
M /langhelp/trunk/Rakefile
|
1895
|
+
|
1896
|
+
SHORTEN: moved to bin/mklanghelp, lib/langhelp/mklanghelp.rb
|
1897
|
+
|
1898
|
+
------------------------------------------------------------------------
|
1899
|
+
r794 | rubikitch | 2005-11-10 05:39:05 +0900 (Thu, 10 Nov 2005) | 3 lines
|
1900
|
+
Changed paths:
|
1901
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1902
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1903
|
+
|
1904
|
+
refactored
|
1905
|
+
bug fix: Ri and Refe did not work
|
1906
|
+
|
1907
|
+
------------------------------------------------------------------------
|
1908
|
+
r793 | rubikitch | 2005-11-10 04:22:01 +0900 (Thu, 10 Nov 2005) | 2 lines
|
1909
|
+
Changed paths:
|
1910
|
+
A /langhelp/trunk/lib/langhelp/mklanghelp.rb
|
1911
|
+
|
1912
|
+
new file: lib/langhelp/mklanghelp.rb
|
1913
|
+
|
1914
|
+
------------------------------------------------------------------------
|
1915
|
+
r792 | rubikitch | 2005-11-10 04:21:33 +0900 (Thu, 10 Nov 2005) | 2 lines
|
1916
|
+
Changed paths:
|
1917
|
+
A /langhelp/trunk/bin/mklanghelp
|
1918
|
+
|
1919
|
+
new file: bin/mklanghelp
|
1920
|
+
|
1921
|
+
------------------------------------------------------------------------
|
1922
|
+
r791 | rubikitch | 2005-11-10 04:21:12 +0900 (Thu, 10 Nov 2005) | 2 lines
|
1923
|
+
Changed paths:
|
1924
|
+
M /langhelp/trunk/lib/langhelp/langhelp-base.rb
|
1925
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1926
|
+
|
1927
|
+
refactored
|
1928
|
+
|
1929
|
+
------------------------------------------------------------------------
|
1930
|
+
r790 | rubikitch | 2005-11-10 04:20:59 +0900 (Thu, 10 Nov 2005) | 2 lines
|
1931
|
+
Changed paths:
|
1932
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
1933
|
+
|
1934
|
+
chmod bug fix
|
1935
|
+
|
1936
|
+
------------------------------------------------------------------------
|
1937
|
+
r789 | rubikitch | 2005-11-10 01:39:12 +0900 (Thu, 10 Nov 2005) | 4 lines
|
1938
|
+
Changed paths:
|
1939
|
+
M /langhelp/trunk/Rakefile
|
1940
|
+
M /langhelp/trunk/lib/el4r/langhelp.rb
|
1941
|
+
M /langhelp/trunk/lib/el4r/test-langhelp.rb
|
1942
|
+
|
1943
|
+
* Changed path to adjust to relocation of files.
|
1944
|
+
* ~/.langhelprc -> ~/.langhelp/config
|
1945
|
+
* @lang[symbol] -> @lang[string]
|
1946
|
+
|
1947
|
+
------------------------------------------------------------------------
|
1948
|
+
r788 | rubikitch | 2005-11-09 04:38:43 +0900 (Wed, 09 Nov 2005) | 2 lines
|
1949
|
+
Changed paths:
|
1950
|
+
M /langhelp/trunk/Rakefile
|
1951
|
+
M /langhelp/trunk/lib/el4r/langhelp.rb
|
1952
|
+
M /langhelp/trunk/lib/el4r/test-langhelp.rb
|
1953
|
+
M /langhelp/trunk/lib/langhelp/lh_lua.rb
|
1954
|
+
M /langhelp/trunk/lib/langhelp/lh_python.rb
|
1955
|
+
M /langhelp/trunk/lib/langhelp/lh_ruby.rb
|
1956
|
+
M /langhelp/trunk/lib/langhelp/parse-info.rb
|
1957
|
+
M /langhelp/trunk/test/test-base.rb
|
1958
|
+
M /langhelp/trunk/test/test-command.rb
|
1959
|
+
M /langhelp/trunk/test/test-ruby.rb
|
1960
|
+
|
1961
|
+
Changed path to adjust to relocation of files.
|
1962
|
+
|
1963
|
+
------------------------------------------------------------------------
|
1964
|
+
r787 | rubikitch | 2005-11-09 00:03:51 +0900 (Wed, 09 Nov 2005) | 2 lines
|
1965
|
+
Changed paths:
|
1966
|
+
D /langhelp/trunk/langhelp-base.rb
|
1967
|
+
|
1968
|
+
new layout of files. but files are unmodified.
|
1969
|
+
|
1970
|
+
------------------------------------------------------------------------
|
1971
|
+
r786 | rubikitch | 2005-11-09 00:03:36 +0900 (Wed, 09 Nov 2005) | 2 lines
|
1972
|
+
Changed paths:
|
1973
|
+
A /langhelp/trunk/test (from /langhelp/trunk/testdata:782)
|
1974
|
+
A /langhelp/trunk/test/test-base.rb (from /langhelp/trunk/test-base.rb:782)
|
1975
|
+
A /langhelp/trunk/test/test-command.rb (from /langhelp/trunk/test-command.rb:782)
|
1976
|
+
A /langhelp/trunk/test/test-parse-info.rb (from /langhelp/trunk/test-parse-info.rb:782)
|
1977
|
+
A /langhelp/trunk/test/test-ruby.rb (from /langhelp/trunk/test-ruby.rb:782)
|
1978
|
+
|
1979
|
+
new layout of files. but files are unmodified.
|
1980
|
+
|
1981
|
+
------------------------------------------------------------------------
|
1982
|
+
r785 | rubikitch | 2005-11-09 00:02:48 +0900 (Wed, 09 Nov 2005) | 2 lines
|
1983
|
+
Changed paths:
|
1984
|
+
A /langhelp/trunk/bin
|
1985
|
+
D /langhelp/trunk/lh_lua.rb
|
1986
|
+
D /langhelp/trunk/lh_python.rb
|
1987
|
+
D /langhelp/trunk/lh_ruby.rb
|
1988
|
+
A /langhelp/trunk/lib
|
1989
|
+
A /langhelp/trunk/lib/el4r (from /langhelp/trunk/el4r:782)
|
1990
|
+
A /langhelp/trunk/lib/langhelp
|
1991
|
+
A /langhelp/trunk/lib/langhelp/langhelp-base.rb (from /langhelp/trunk/langhelp-base.rb:782)
|
1992
|
+
A /langhelp/trunk/lib/langhelp/lh_lua.rb (from /langhelp/trunk/lh_lua.rb:782)
|
1993
|
+
A /langhelp/trunk/lib/langhelp/lh_python.rb (from /langhelp/trunk/lh_python.rb:782)
|
1994
|
+
A /langhelp/trunk/lib/langhelp/lh_ruby.rb (from /langhelp/trunk/lh_ruby.rb:782)
|
1995
|
+
A /langhelp/trunk/lib/langhelp/parse-info.rb (from /langhelp/trunk/parse-info.rb:782)
|
1996
|
+
D /langhelp/trunk/parse-info.rb
|
1997
|
+
D /langhelp/trunk/test-base.rb
|
1998
|
+
D /langhelp/trunk/test-command.rb
|
1999
|
+
D /langhelp/trunk/test-parse-info.rb
|
2000
|
+
D /langhelp/trunk/test-ruby.rb
|
2001
|
+
|
2002
|
+
new layout of files. but files are unmodified.
|
2003
|
+
|
2004
|
+
------------------------------------------------------------------------
|
2005
|
+
r784 | rubikitch | 2005-11-09 00:01:33 +0900 (Wed, 09 Nov 2005) | 2 lines
|
2006
|
+
Changed paths:
|
2007
|
+
D /langhelp/trunk/testdata
|
2008
|
+
|
2009
|
+
new layout of files. but files are unmodified.
|
2010
|
+
|
2011
|
+
------------------------------------------------------------------------
|
2012
|
+
r783 | rubikitch | 2005-11-09 00:01:22 +0900 (Wed, 09 Nov 2005) | 2 lines
|
2013
|
+
Changed paths:
|
2014
|
+
D /langhelp/trunk/el4r
|
2015
|
+
|
2016
|
+
new layout of files. but files are unmodified.
|
2017
|
+
|
2018
|
+
------------------------------------------------------------------------
|
2019
|
+
r782 | rubikitch | 2005-11-08 23:48:37 +0900 (Tue, 08 Nov 2005) | 2 lines
|
2020
|
+
Changed paths:
|
2021
|
+
A /langhelp/trunk/svnmemo.txt
|
2022
|
+
|
2023
|
+
new file svnmemo.txt: svn revision memo
|
2024
|
+
|
2025
|
+
------------------------------------------------------------------------
|
2026
|
+
r781 | rubikitch | 2005-11-08 23:44:02 +0900 (Tue, 08 Nov 2005) | 2 lines
|
2027
|
+
Changed paths:
|
2028
|
+
M /langhelp/trunk/el4r/test-langhelp.rb
|
2029
|
+
|
2030
|
+
Removed ruby-mode.el dependency.
|
2031
|
+
|
2032
|
+
------------------------------------------------------------------------
|
2033
|
+
r780 | rubikitch | 2005-11-08 18:17:18 +0900 (Tue, 08 Nov 2005) | 2 lines
|
2034
|
+
Changed paths:
|
2035
|
+
M /langhelp/trunk/el4r/langhelp.rb
|
2036
|
+
|
2037
|
+
LangHelp: add some keybindings, use hl-line-mode.
|
2038
|
+
|
2039
|
+
------------------------------------------------------------------------
|
2040
|
+
r779 | rubikitch | 2005-11-08 18:16:34 +0900 (Tue, 08 Nov 2005) | 2 lines
|
2041
|
+
Changed paths:
|
2042
|
+
M /langhelp/trunk/el4r/test-langhelp.rb
|
2043
|
+
|
2044
|
+
Removed unneeded dependency.
|
2045
|
+
|
2046
|
+
------------------------------------------------------------------------
|
2047
|
+
r778 | rubikitch | 2005-11-08 15:27:38 +0900 (Tue, 08 Nov 2005) | 3 lines
|
2048
|
+
Changed paths:
|
2049
|
+
M /langhelp/trunk/el4r/langhelp.rb
|
2050
|
+
|
2051
|
+
fixed EmacsLisp function: lh-ri
|
2052
|
+
refactored
|
2053
|
+
|
2054
|
+
------------------------------------------------------------------------
|
2055
|
+
r777 | rubikitch | 2005-11-08 15:05:57 +0900 (Tue, 08 Nov 2005) | 2 lines
|
2056
|
+
Changed paths:
|
2057
|
+
M /langhelp/trunk/el4r/langhelp.rb
|
2058
|
+
M /langhelp/trunk/el4r/test-langhelp.rb
|
2059
|
+
M /langhelp/trunk/lh_lua.rb
|
2060
|
+
M /langhelp/trunk/lh_ruby.rb
|
2061
|
+
M /langhelp/trunk/test-ruby.rb
|
2062
|
+
|
2063
|
+
rename EmacsLisp function: find-* -> lh-*
|
2064
|
+
|
2065
|
+
------------------------------------------------------------------------
|
2066
|
+
r776 | rubikitch | 2005-11-08 14:48:48 +0900 (Tue, 08 Nov 2005) | 1 line
|
2067
|
+
Changed paths:
|
2068
|
+
M /langhelp/trunk/Rakefile
|
2069
|
+
|
2070
|
+
|
2071
|
+
------------------------------------------------------------------------
|
2072
|
+
r775 | rubikitch | 2005-11-08 13:07:17 +0900 (Tue, 08 Nov 2005) | 2 lines
|
2073
|
+
Changed paths:
|
2074
|
+
M /langhelp/trunk/el4r/langhelp.rb
|
2075
|
+
|
2076
|
+
refactored
|
2077
|
+
|
2078
|
+
------------------------------------------------------------------------
|
2079
|
+
r774 | rubikitch | 2005-11-07 19:27:52 +0900 (Mon, 07 Nov 2005) | 3 lines
|
2080
|
+
Changed paths:
|
2081
|
+
M /langhelp/trunk/el4r/langhelp.rb
|
2082
|
+
|
2083
|
+
display_result_buffer: display in other window
|
2084
|
+
EmacsLisp function langhelp: major-mode -> Symbol conversion
|
2085
|
+
|
2086
|
+
------------------------------------------------------------------------
|
2087
|
+
r773 | rubikitch | 2005-11-07 16:07:36 +0900 (Mon, 07 Nov 2005) | 2 lines
|
2088
|
+
Changed paths:
|
2089
|
+
A /langhelp/trunk/test-base.rb
|
2090
|
+
|
2091
|
+
added test-base.rb
|
2092
|
+
|
2093
|
+
------------------------------------------------------------------------
|
2094
|
+
r772 | rubikitch | 2005-11-07 01:51:08 +0900 (Mon, 07 Nov 2005) | 3 lines
|
2095
|
+
Changed paths:
|
2096
|
+
M /langhelp/trunk/el4r/langhelp.rb
|
2097
|
+
M /langhelp/trunk/langhelp-base.rb
|
2098
|
+
|
2099
|
+
Changed EmacsLisp function name: view-xline -> lh-view
|
2100
|
+
EmacsLisp function changes: lh-view, lh-w3m: search whole line
|
2101
|
+
|
2102
|
+
------------------------------------------------------------------------
|
2103
|
+
r771 | rubikitch | 2005-11-07 01:23:25 +0900 (Mon, 07 Nov 2005) | 2 lines
|
2104
|
+
Changed paths:
|
2105
|
+
M /langhelp/trunk/el4r/langhelp.rb
|
2106
|
+
|
2107
|
+
EmacsLisp function: lh-w3m
|
2108
|
+
|
2109
|
+
------------------------------------------------------------------------
|
2110
|
+
r770 | rubikitch | 2005-11-07 01:17:25 +0900 (Mon, 07 Nov 2005) | 2 lines
|
2111
|
+
Changed paths:
|
2112
|
+
M /langhelp/trunk/langhelp-base.rb
|
2113
|
+
|
2114
|
+
new class W3MGrep
|
2115
|
+
|
2116
|
+
------------------------------------------------------------------------
|
2117
|
+
r769 | rubikitch | 2005-11-06 19:30:57 +0900 (Sun, 06 Nov 2005) | 1 line
|
2118
|
+
Changed paths:
|
2119
|
+
A /langhelp/trunk/testdata/a_classes.lst
|
2120
|
+
A /langhelp/trunk/testdata/a_methods.lst
|
2121
|
+
A /langhelp/trunk/testdata/b_classes.lst
|
2122
|
+
A /langhelp/trunk/testdata/b_methods.lst
|
2123
|
+
A /langhelp/trunk/testdata/c_methods.lst
|
2124
|
+
A /langhelp/trunk/testdata/d_methods.lst
|
2125
|
+
A /langhelp/trunk/testdata/testdoc.rd
|
2126
|
+
|
2127
|
+
|
2128
|
+
------------------------------------------------------------------------
|
2129
|
+
r768 | rubikitch | 2005-11-06 19:30:36 +0900 (Sun, 06 Nov 2005) | 1 line
|
2130
|
+
Changed paths:
|
2131
|
+
A /langhelp/trunk/testdata
|
2132
|
+
|
2133
|
+
|
2134
|
+
------------------------------------------------------------------------
|
2135
|
+
r523 | rubikitch | 2005-10-14 15:09:29 +0900 (Fri, 14 Oct 2005) | 2 lines
|
2136
|
+
Changed paths:
|
2137
|
+
M /langhelp/trunk/el4r/langhelp.rb
|
2138
|
+
M /langhelp/trunk/lh_lua.rb
|
2139
|
+
M /langhelp/trunk/test-ruby.rb
|
2140
|
+
|
2141
|
+
*** empty log message ***
|
2142
|
+
|
2143
|
+
------------------------------------------------------------------------
|
2144
|
+
r522 | rubikitch | 2005-10-13 20:51:30 +0900 (Thu, 13 Oct 2005) | 3 lines
|
2145
|
+
Changed paths:
|
2146
|
+
M /langhelp/trunk/el4r/test-langhelp.rb
|
2147
|
+
|
2148
|
+
new .langhelprc format
|
2149
|
+
FindXXX#override_*
|
2150
|
+
|
2151
|
+
------------------------------------------------------------------------
|
2152
|
+
r521 | rubikitch | 2005-10-13 20:50:37 +0900 (Thu, 13 Oct 2005) | 2 lines
|
2153
|
+
Changed paths:
|
2154
|
+
M /langhelp/trunk/Rakefile
|
2155
|
+
|
2156
|
+
*** empty log message ***
|
2157
|
+
|
2158
|
+
------------------------------------------------------------------------
|
2159
|
+
r520 | rubikitch | 2005-10-13 20:02:57 +0900 (Thu, 13 Oct 2005) | 2 lines
|
2160
|
+
Changed paths:
|
2161
|
+
M /langhelp/trunk/el4r/langhelp.rb
|
2162
|
+
|
2163
|
+
FindXXX#override_*
|
2164
|
+
|
2165
|
+
------------------------------------------------------------------------
|
2166
|
+
r519 | rubikitch | 2005-10-13 20:01:07 +0900 (Thu, 13 Oct 2005) | 2 lines
|
2167
|
+
Changed paths:
|
2168
|
+
M /langhelp/trunk/Rakefile
|
2169
|
+
|
2170
|
+
*** empty log message ***
|
2171
|
+
|
2172
|
+
------------------------------------------------------------------------
|
2173
|
+
r518 | rubikitch | 2005-10-01 19:21:55 +0900 (Sat, 01 Oct 2005) | 2 lines
|
2174
|
+
Changed paths:
|
2175
|
+
M /langhelp/trunk/test-command.rb
|
2176
|
+
|
2177
|
+
*** empty log message ***
|
2178
|
+
|
2179
|
+
------------------------------------------------------------------------
|
2180
|
+
r517 | rubikitch | 2005-09-27 19:27:15 +0900 (Tue, 27 Sep 2005) | 2 lines
|
2181
|
+
Changed paths:
|
2182
|
+
M /langhelp/trunk/el4r/test-langhelp.rb
|
2183
|
+
|
2184
|
+
*** empty log message ***
|
2185
|
+
|
2186
|
+
------------------------------------------------------------------------
|
2187
|
+
r516 | rubikitch | 2005-09-27 18:20:19 +0900 (Tue, 27 Sep 2005) | 2 lines
|
2188
|
+
Changed paths:
|
2189
|
+
M /langhelp/trunk/el4r/langhelp.rb
|
2190
|
+
|
2191
|
+
*** empty log message ***
|
2192
|
+
|
2193
|
+
------------------------------------------------------------------------
|
2194
|
+
r515 | rubikitch | 2005-09-27 15:09:10 +0900 (Tue, 27 Sep 2005) | 2 lines
|
2195
|
+
Changed paths:
|
2196
|
+
A /langhelp/trunk/el4r/test-langhelp.rb
|
2197
|
+
|
2198
|
+
Initial revision
|
2199
|
+
|
2200
|
+
------------------------------------------------------------------------
|
2201
|
+
r514 | rubikitch | 2005-09-26 09:46:25 +0900 (Mon, 26 Sep 2005) | 2 lines
|
2202
|
+
Changed paths:
|
2203
|
+
A /langhelp/trunk/lh_python.rb
|
2204
|
+
|
2205
|
+
Initial revision
|
2206
|
+
|
2207
|
+
------------------------------------------------------------------------
|
2208
|
+
r513 | rubikitch | 2005-09-26 09:46:21 +0900 (Mon, 26 Sep 2005) | 2 lines
|
2209
|
+
Changed paths:
|
2210
|
+
M /langhelp/trunk/lh_ruby.rb
|
2211
|
+
|
2212
|
+
*** empty log message ***
|
2213
|
+
|
2214
|
+
------------------------------------------------------------------------
|
2215
|
+
r512 | rubikitch | 2005-09-26 09:33:17 +0900 (Mon, 26 Sep 2005) | 2 lines
|
2216
|
+
Changed paths:
|
2217
|
+
M /langhelp/trunk/langhelp-base.rb
|
2218
|
+
|
2219
|
+
*** empty log message ***
|
2220
|
+
|
2221
|
+
------------------------------------------------------------------------
|
2222
|
+
r511 | rubikitch | 2005-09-25 19:10:00 +0900 (Sun, 25 Sep 2005) | 2 lines
|
2223
|
+
Changed paths:
|
2224
|
+
M /langhelp/trunk/lh_ruby.rb
|
2225
|
+
|
2226
|
+
*** empty log message ***
|
2227
|
+
|
2228
|
+
------------------------------------------------------------------------
|
2229
|
+
r510 | rubikitch | 2005-09-25 17:31:15 +0900 (Sun, 25 Sep 2005) | 2 lines
|
2230
|
+
Changed paths:
|
2231
|
+
M /langhelp/trunk/lh_ruby.rb
|
2232
|
+
M /langhelp/trunk/test-command.rb
|
2233
|
+
|
2234
|
+
*** empty log message ***
|
2235
|
+
|
2236
|
+
------------------------------------------------------------------------
|
2237
|
+
r509 | rubikitch | 2005-09-25 11:14:11 +0900 (Sun, 25 Sep 2005) | 2 lines
|
2238
|
+
Changed paths:
|
2239
|
+
M /langhelp/trunk/lh_ruby.rb
|
2240
|
+
|
2241
|
+
*** empty log message ***
|
2242
|
+
|
2243
|
+
------------------------------------------------------------------------
|
2244
|
+
r508 | rubikitch | 2005-09-25 00:35:59 +0900 (Sun, 25 Sep 2005) | 2 lines
|
2245
|
+
Changed paths:
|
2246
|
+
M /langhelp/trunk/Rakefile
|
2247
|
+
M /langhelp/trunk/el4r/langhelp.rb
|
2248
|
+
M /langhelp/trunk/test-command.rb
|
2249
|
+
|
2250
|
+
*** empty log message ***
|
2251
|
+
|
2252
|
+
------------------------------------------------------------------------
|
2253
|
+
r507 | rubikitch | 2005-09-25 00:34:13 +0900 (Sun, 25 Sep 2005) | 2 lines
|
2254
|
+
Changed paths:
|
2255
|
+
M /langhelp/trunk/lh_ruby.rb
|
2256
|
+
M /langhelp/trunk/test-command.rb
|
2257
|
+
|
2258
|
+
*** empty log message ***
|
2259
|
+
|
2260
|
+
------------------------------------------------------------------------
|
2261
|
+
r506 | rubikitch | 2005-09-24 23:57:42 +0900 (Sat, 24 Sep 2005) | 2 lines
|
2262
|
+
Changed paths:
|
2263
|
+
M /langhelp/trunk/test-command.rb
|
2264
|
+
|
2265
|
+
*** empty log message ***
|
2266
|
+
|
2267
|
+
------------------------------------------------------------------------
|
2268
|
+
r505 | rubikitch | 2005-09-24 19:46:51 +0900 (Sat, 24 Sep 2005) | 2 lines
|
2269
|
+
Changed paths:
|
2270
|
+
M /langhelp/trunk/langhelp-base.rb
|
2271
|
+
M /langhelp/trunk/test-command.rb
|
2272
|
+
|
2273
|
+
*** empty log message ***
|
2274
|
+
|
2275
|
+
------------------------------------------------------------------------
|
2276
|
+
r504 | rubikitch | 2005-09-24 19:41:17 +0900 (Sat, 24 Sep 2005) | 2 lines
|
2277
|
+
Changed paths:
|
2278
|
+
A /langhelp/trunk/test-command.rb
|
2279
|
+
|
2280
|
+
Initial revision
|
2281
|
+
|
2282
|
+
------------------------------------------------------------------------
|
2283
|
+
r503 | rubikitch | 2005-09-24 19:32:27 +0900 (Sat, 24 Sep 2005) | 2 lines
|
2284
|
+
Changed paths:
|
2285
|
+
M /langhelp/trunk/Rakefile
|
2286
|
+
M /langhelp/trunk/parse-info.rb
|
2287
|
+
|
2288
|
+
*** empty log message ***
|
2289
|
+
|
2290
|
+
------------------------------------------------------------------------
|
2291
|
+
r502 | rubikitch | 2005-09-24 18:49:29 +0900 (Sat, 24 Sep 2005) | 2 lines
|
2292
|
+
Changed paths:
|
2293
|
+
M /langhelp/trunk/parse-info.rb
|
2294
|
+
|
2295
|
+
*** empty log message ***
|
2296
|
+
|
2297
|
+
------------------------------------------------------------------------
|
2298
|
+
r501 | rubikitch | 2005-09-24 18:42:21 +0900 (Sat, 24 Sep 2005) | 2 lines
|
2299
|
+
Changed paths:
|
2300
|
+
M /langhelp/trunk/test-parse-info.rb
|
2301
|
+
|
2302
|
+
*** empty log message ***
|
2303
|
+
|
2304
|
+
------------------------------------------------------------------------
|
2305
|
+
r500 | rubikitch | 2005-09-24 18:18:11 +0900 (Sat, 24 Sep 2005) | 2 lines
|
2306
|
+
Changed paths:
|
2307
|
+
M /langhelp/trunk/parse-info.rb
|
2308
|
+
|
2309
|
+
*** empty log message ***
|
2310
|
+
|
2311
|
+
------------------------------------------------------------------------
|
2312
|
+
r499 | rubikitch | 2005-09-24 18:02:02 +0900 (Sat, 24 Sep 2005) | 2 lines
|
2313
|
+
Changed paths:
|
2314
|
+
M /langhelp/trunk/el4r/langhelp.rb
|
2315
|
+
|
2316
|
+
*** empty log message ***
|
2317
|
+
|
2318
|
+
------------------------------------------------------------------------
|
2319
|
+
r498 | rubikitch | 2005-09-24 02:28:26 +0900 (Sat, 24 Sep 2005) | 2 lines
|
2320
|
+
Changed paths:
|
2321
|
+
M /langhelp/trunk/el4r/langhelp.rb
|
2322
|
+
|
2323
|
+
*** empty log message ***
|
2324
|
+
|
2325
|
+
------------------------------------------------------------------------
|
2326
|
+
r497 | rubikitch | 2005-09-23 11:40:45 +0900 (Fri, 23 Sep 2005) | 2 lines
|
2327
|
+
Changed paths:
|
2328
|
+
M /langhelp/trunk/el4r/langhelp.rb
|
2329
|
+
|
2330
|
+
*** empty log message ***
|
2331
|
+
|
2332
|
+
------------------------------------------------------------------------
|
2333
|
+
r496 | rubikitch | 2005-09-22 22:23:32 +0900 (Thu, 22 Sep 2005) | 2 lines
|
2334
|
+
Changed paths:
|
2335
|
+
A /langhelp/trunk/lh_lua.rb
|
2336
|
+
|
2337
|
+
Initial revision
|
2338
|
+
|
2339
|
+
------------------------------------------------------------------------
|
2340
|
+
r495 | rubikitch | 2005-09-22 21:53:58 +0900 (Thu, 22 Sep 2005) | 2 lines
|
2341
|
+
Changed paths:
|
2342
|
+
M /langhelp/trunk/Rakefile
|
2343
|
+
|
2344
|
+
*** empty log message ***
|
2345
|
+
|
2346
|
+
------------------------------------------------------------------------
|
2347
|
+
r494 | rubikitch | 2005-09-22 21:32:40 +0900 (Thu, 22 Sep 2005) | 2 lines
|
2348
|
+
Changed paths:
|
2349
|
+
M /langhelp/trunk/lh_ruby.rb
|
2350
|
+
|
2351
|
+
*** empty log message ***
|
2352
|
+
|
2353
|
+
------------------------------------------------------------------------
|
2354
|
+
r493 | rubikitch | 2005-09-22 18:48:09 +0900 (Thu, 22 Sep 2005) | 2 lines
|
2355
|
+
Changed paths:
|
2356
|
+
M /langhelp/trunk/Rakefile
|
2357
|
+
M /langhelp/trunk/lh_ruby.rb
|
2358
|
+
|
2359
|
+
*** empty log message ***
|
2360
|
+
|
2361
|
+
------------------------------------------------------------------------
|
2362
|
+
r492 | rubikitch | 2005-09-22 18:41:24 +0900 (Thu, 22 Sep 2005) | 2 lines
|
2363
|
+
Changed paths:
|
2364
|
+
M /langhelp/trunk/Rakefile
|
2365
|
+
M /langhelp/trunk/langhelp-base.rb
|
2366
|
+
M /langhelp/trunk/lh_ruby.rb
|
2367
|
+
|
2368
|
+
*** empty log message ***
|
2369
|
+
|
2370
|
+
------------------------------------------------------------------------
|
2371
|
+
r491 | rubikitch | 2005-09-22 03:35:05 +0900 (Thu, 22 Sep 2005) | 2 lines
|
2372
|
+
Changed paths:
|
2373
|
+
M /langhelp/trunk/Rakefile
|
2374
|
+
|
2375
|
+
*** empty log message ***
|
2376
|
+
|
2377
|
+
------------------------------------------------------------------------
|
2378
|
+
r490 | rubikitch | 2005-09-22 03:31:36 +0900 (Thu, 22 Sep 2005) | 2 lines
|
2379
|
+
Changed paths:
|
2380
|
+
M /langhelp/trunk/lh_ruby.rb
|
2381
|
+
|
2382
|
+
refactored
|
2383
|
+
|
2384
|
+
------------------------------------------------------------------------
|
2385
|
+
r489 | rubikitch | 2005-09-22 03:31:27 +0900 (Thu, 22 Sep 2005) | 2 lines
|
2386
|
+
Changed paths:
|
2387
|
+
A /langhelp/trunk/langhelp-base.rb
|
2388
|
+
|
2389
|
+
Initial revision
|
2390
|
+
|
2391
|
+
------------------------------------------------------------------------
|
2392
|
+
r488 | rubikitch | 2005-09-22 00:59:13 +0900 (Thu, 22 Sep 2005) | 2 lines
|
2393
|
+
Changed paths:
|
2394
|
+
M /langhelp/trunk/lh_ruby.rb
|
2395
|
+
|
2396
|
+
*** empty log message ***
|
2397
|
+
|
2398
|
+
------------------------------------------------------------------------
|
2399
|
+
r487 | rubikitch | 2005-09-17 19:15:01 +0900 (Sat, 17 Sep 2005) | 2 lines
|
2400
|
+
Changed paths:
|
2401
|
+
M /langhelp/trunk/Rakefile
|
2402
|
+
|
2403
|
+
*** empty log message ***
|
2404
|
+
|
2405
|
+
------------------------------------------------------------------------
|
2406
|
+
r486 | rubikitch | 2005-09-02 04:10:15 +0900 (Fri, 02 Sep 2005) | 2 lines
|
2407
|
+
Changed paths:
|
2408
|
+
A /langhelp/trunk/el4r
|
2409
|
+
A /langhelp/trunk/el4r/langhelp.rb
|
2410
|
+
|
2411
|
+
Initial revision
|
2412
|
+
|
2413
|
+
------------------------------------------------------------------------
|
2414
|
+
r485 | rubikitch | 2005-09-02 03:55:34 +0900 (Fri, 02 Sep 2005) | 2 lines
|
2415
|
+
Changed paths:
|
2416
|
+
M /langhelp/trunk/Rakefile
|
2417
|
+
|
2418
|
+
*** empty log message ***
|
2419
|
+
|
2420
|
+
------------------------------------------------------------------------
|
2421
|
+
r484 | rubikitch | 2005-09-02 00:33:11 +0900 (Fri, 02 Sep 2005) | 2 lines
|
2422
|
+
Changed paths:
|
2423
|
+
M /langhelp/trunk/parse-info.rb
|
2424
|
+
|
2425
|
+
*** empty log message ***
|
2426
|
+
|
2427
|
+
------------------------------------------------------------------------
|
2428
|
+
r483 | rubikitch | 2005-09-02 00:32:56 +0900 (Fri, 02 Sep 2005) | 2 lines
|
2429
|
+
Changed paths:
|
2430
|
+
A /langhelp/trunk/test-parse-info.rb
|
2431
|
+
|
2432
|
+
Initial revision
|
2433
|
+
|
2434
|
+
------------------------------------------------------------------------
|
2435
|
+
r482 | rubikitch | 2005-09-01 19:13:12 +0900 (Thu, 01 Sep 2005) | 2 lines
|
2436
|
+
Changed paths:
|
2437
|
+
M /langhelp/trunk/Rakefile
|
2438
|
+
M /langhelp/trunk/lh_ruby.rb
|
2439
|
+
|
2440
|
+
*** empty log message ***
|
2441
|
+
|
2442
|
+
------------------------------------------------------------------------
|
2443
|
+
r481 | rubikitch | 2005-09-01 11:38:35 +0900 (Thu, 01 Sep 2005) | 2 lines
|
2444
|
+
Changed paths:
|
2445
|
+
M /langhelp/trunk/Rakefile
|
2446
|
+
|
2447
|
+
*** empty log message ***
|
2448
|
+
|
2449
|
+
------------------------------------------------------------------------
|
2450
|
+
r480 | rubikitch | 2005-08-30 02:45:50 +0900 (Tue, 30 Aug 2005) | 2 lines
|
2451
|
+
Changed paths:
|
2452
|
+
M /langhelp/trunk/lh_ruby.rb
|
2453
|
+
|
2454
|
+
*** empty log message ***
|
2455
|
+
|
2456
|
+
------------------------------------------------------------------------
|
2457
|
+
r479 | rubikitch | 2005-08-30 02:43:24 +0900 (Tue, 30 Aug 2005) | 2 lines
|
2458
|
+
Changed paths:
|
2459
|
+
A /langhelp/trunk/Rakefile
|
2460
|
+
|
2461
|
+
Initial revision
|
2462
|
+
|
2463
|
+
------------------------------------------------------------------------
|
2464
|
+
r478 | rubikitch | 2005-08-30 02:22:50 +0900 (Tue, 30 Aug 2005) | 2 lines
|
2465
|
+
Changed paths:
|
2466
|
+
M /langhelp/trunk/lh_ruby.rb
|
2467
|
+
|
2468
|
+
*** empty log message ***
|
2469
|
+
|
2470
|
+
------------------------------------------------------------------------
|
2471
|
+
r477 | rubikitch | 2005-08-29 19:52:41 +0900 (Mon, 29 Aug 2005) | 2 lines
|
2472
|
+
Changed paths:
|
2473
|
+
A /langhelp/trunk/parse-info.rb
|
2474
|
+
|
2475
|
+
Initial revision
|
2476
|
+
|
2477
|
+
------------------------------------------------------------------------
|
2478
|
+
r476 | rubikitch | 2005-06-28 05:44:53 +0900 (Tue, 28 Jun 2005) | 2 lines
|
2479
|
+
Changed paths:
|
2480
|
+
M /langhelp/trunk/lh_ruby.rb
|
2481
|
+
|
2482
|
+
*** empty log message ***
|
2483
|
+
|
2484
|
+
------------------------------------------------------------------------
|
2485
|
+
r475 | rubikitch | 2005-06-28 04:18:51 +0900 (Tue, 28 Jun 2005) | 2 lines
|
2486
|
+
Changed paths:
|
2487
|
+
M /langhelp/trunk/lh_ruby.rb
|
2488
|
+
M /langhelp/trunk/test-ruby.rb
|
2489
|
+
|
2490
|
+
*** empty log message ***
|
2491
|
+
|
2492
|
+
------------------------------------------------------------------------
|
2493
|
+
r474 | rubikitch | 2005-06-28 03:00:26 +0900 (Tue, 28 Jun 2005) | 2 lines
|
2494
|
+
Changed paths:
|
2495
|
+
M /langhelp/trunk/lh_ruby.rb
|
2496
|
+
M /langhelp/trunk/test-ruby.rb
|
2497
|
+
|
2498
|
+
*** empty log message ***
|
2499
|
+
|
2500
|
+
------------------------------------------------------------------------
|
2501
|
+
r473 | rubikitch | 2005-06-27 16:27:53 +0900 (Mon, 27 Jun 2005) | 2 lines
|
2502
|
+
Changed paths:
|
2503
|
+
M /langhelp/trunk/lh_ruby.rb
|
2504
|
+
|
2505
|
+
*** empty log message ***
|
2506
|
+
|
2507
|
+
------------------------------------------------------------------------
|
2508
|
+
r472 | rubikitch | 2005-06-26 12:09:51 +0900 (Sun, 26 Jun 2005) | 2 lines
|
2509
|
+
Changed paths:
|
2510
|
+
M /langhelp/trunk/lh_ruby.rb
|
2511
|
+
|
2512
|
+
*** empty log message ***
|
2513
|
+
|
2514
|
+
------------------------------------------------------------------------
|
2515
|
+
r471 | rubikitch | 2005-06-26 11:42:58 +0900 (Sun, 26 Jun 2005) | 2 lines
|
2516
|
+
Changed paths:
|
2517
|
+
A /langhelp/trunk/lh_ruby.rb
|
2518
|
+
A /langhelp/trunk/test-ruby.rb
|
2519
|
+
|
2520
|
+
Initial revision
|
2521
|
+
|
2522
|
+
------------------------------------------------------------------------
|
2523
|
+
r470 | (no author) | 2005-06-26 11:42:58 +0900 (Sun, 26 Jun 2005) | 1 line
|
2524
|
+
Changed paths:
|
2525
|
+
A /langhelp/branches
|
2526
|
+
A /langhelp/tags
|
2527
|
+
A /langhelp/trunk
|
2528
|
+
|
2529
|
+
New repository initialized by cvs2svn.
|
2530
|
+
------------------------------------------------------------------------
|