File: ChangeLog

package info (click to toggle)
migemo 0.32-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,764 kB
  • ctags: 123
  • sloc: ruby: 971; sh: 541; makefile: 113
file content (461 lines) | stat: -rw-r--r-- 13,453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
2001-08-13  Satoru Takabayashi  <satoru@namazu.org>

	* migemo-dict: Use Hiragana for head words.
	- suggested by "Muraoka Taro" <koron@tka.att.ne.jp>

	* genchars.sh: Use romkan.rb to create frequent ngrams.

	* migemo.rb (expand_words): Remove special cases.

	* ngram.sh (dictionary): Use ruby instead of perl.

	* migemo-convert.rb (dict): Don't convert Hiragana to ASCII.

	* migemo.rb (VERSION): Bumped version number to 0.32.

2001-07-30  Satoru Takabayashi  <satoru@namazu.org>

	* Migemo: Version 0.31 Released.

	* migemo.rb (VERSION): Bumped version number to 0.31.

	* migemo.el.in (migemo-get-pattern): Don't use the separator "ok".
	(migemo-options): Likewise.

2001-07-16  Satoru Takabayashi  <satoru@namazu.org>

	* migemo-client: Apply Akira Yamada <akira@arika.org>'s patch.

	* migemo-server: Apply Akira Yamada <akira@arika.org>'s patch.

2001-07-15  Satoru Takabayashi  <satoru@namazu.org>

	* migemo-client: New file.

	* migemo-server: Print "Content-Length" header.

2001-07-15  Hidai Kenichi  <hidai@symbio.jst.go.jp>

	* Makefile.am: Remove unnecessary source specification (*.rb)

	* migemo-cache.rb: Fix misspell (optimize -> optimization)

2001-07-13  Satoru Takabayashi  <satoru@namazu.org>

	* migemo-server: New file.

	* migemo.rb: Support a new type: egrep
	(lookup): Allow @pattern == "" 

	* migemo.rb: Use (?: instead of ( for perl or ruby type regexes.
	Thanks to Kazuhiro NISHIYAMA <zn@mbf.nifty.com> for the suggestion.

2001-07-12  Satoru Takabayashi  <satoru@namazu.org>

	* Migemo: Version 0.3 Released.

	* migemo.el.in: Use line-beginning-position and line-end-position
	instead of point-at-bol and point-at-eol.

2001-07-11  Satoru Takabayashi  <satoru@namazu.org>

	* migemo.rb: String#to_fullwidth: New method.

	* tests/test.txt: New file.

	* tests/charclass.sh: New file.

	* tests/emacs-type.sh: New file.

	* tests/insertion.sh: New file.

	* tests/user-dict.sh: New file.

	* tests/regex-dict.sh: New file.

	* tests/symbols.sh: New file.

	* migemo.rb: Fix character class problem: []-], [\\] [\]

2001-07-10  Satoru Takabayashi  <satoru@namazu.org>

	* configure.in: Check Ruby/Bsearch and Ruby/Romkan.

	* migemo.rb (render_charclass): Add '-' handling.

	* tests/ruby-syntax.sh: New file.

2001-07-08  Satoru Takabayashi  <satoru@namazu.org>

	* Makefile.am (bin_SCRIPTS): Add migemo-grep.

	* migemo-grep: New file.

2001-07-07  Satoru Takabayashi  <satoru@namazu.org>

	* migemo: Add -r, --regex-dict=DICT option.

	* migemo: Add -u, --user-dict=DICT option.

	* migemo-dict.rb: (MigemoRegexDict): New class.

	* migemo-dict.rb: (MigemoUserDict): New class.

	* migemo (main): Set $stdout.sync = true

	* user-dict.sample: New file.

	* regex-dict.sample: New file.

2001-07-06  Satoru Takabayashi  <satoru@namazu.org>

	* migemo.ja.rd: New file.

	* tests/migemo.sh: New file.

	* tests/regex.sh: New file.

	* tests/test-dict: New file.

2001-07-04  Satoru Takabayashi  <satoru@namazu.org>

	* tests/cache.sh: New file.

	* tests/convert.sh: New file.

2001-07-03  Satoru Takabayashi  <satoru@namazu.org>

	* migemo.rb: Rewrite the optimizing routines.

2001-06-03  Satoru Takabayashi  <satoru@namazu.org>

	* migemo-dict.rb: Support a Sary-indexed dictionary.

2001-05-04  Satoru Takabayashi  <satoru@namazu.org>

	* migemo.rb: New file.

	* migemo-dict.rb: New file.

	* The development of perl version of Migemo is over. We switch to Ruby.

2001-05-02  Satoru Takabayashi  <satoru@namazu.org>

	* Lingua-Romkan/Romkan.pm (VERSION): Bumped version number to 0.17.

	* Lingua-Romkan/Romkan.pm (katahira): Add s/// handling.
	(hirakata): Add s/// handling.

2001-04-24  Hideyuki SHIRAI  <shirai@meadowy.org>

	* migemo.el.in (migemo-mw32-input-method): New defconst.
	(isearch-mode): Check "MW32-IME" for Meadow with Windows IME.
	(isearch-done): Ditto.

2001-04-20  Satoru Takabayashi  <satoru@csl.sony.co.jp>

	* configure.in (AM_INIT_AUTOMAKE): Bumped version number to 0.22.

2001-03-14  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* migemo.pl (emacsize): Add `{' for avoinding "imcomplete pattern"
	error occurred in Emacs 21.

2001-03-12  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* migemo.el.in (migemo-get-pattern): Set timeout to
	accept-process-output for avoiding infinite loops.

2001-03-12  Hideyuki SHIRAI  <shirai@meadowy.org>

	* migemo.el.in (migemo-process): Use 'defvar' instead of 'setq'.
	(migemo-buffer): Ditto.
	(migemo-current-input-method): Ditto.
	(migemo-search-pattern): New variable.
	(migemo-get-pattern): Exec delete-regin() befor process-send-string().
	(migemo-forward): If 'word' has multibyte strings, don't use
	migemo-get-pattern(). Set search pattern to 'migemo-search-pattern'.
	(migemo-backward): Ditto.
	(isearch-search): Use unwind-protect() more safer.
	(isearch-mode): Add advice (setq migemo-search-pattern nil).
	(isearch-done): Ditto.
	(migemo-isearch-lazy-highlight-search): New function, fake
	isearch-lazy-highlight() in Emacs21.

2001-03-11  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* migemo.el.in (migemo-current-input-method): Add
	(setq migemo-current-input-method nil) for avoiding the following
	errors occurred with Emacs 21
	  ** assignment to free variable migemo-current-input-method
	  ** reference to free variable migemo-current-input-method

2001-02-17  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* migemo.el.in (migemo-dabbrev-expand):
	s/jrsearch-backward/migemo-backward/
	Thanks to Hiroyuki Komatsu <komatsu@taiyaki.org> for reporting.

	* migemo: Version 0.21 Released.

	* migemo.el.in (migemo-dabbrev-expand): New function.

2001-02-03  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* jrsearch.pl (emacsize): Add ['=`] handling.

2000-12-02  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* jrsearch.pl (emacsize): Add `<' and `>' handling.

	* jrsearch: Version 0.20 Released.

	* jrsearch.pl (emacsize): New function.

	* Makefile.am (clean-local): New rule.

	* jrsearch.pl (main): Fix `ok' bug.  Thanks to SAWADA Katsuya
	<ama@igs.inter-gate.co.jp> for reporting.

	* configure.in (AM_INIT_AUTOMAKE): Bumped version number to 0.20

2000-10-12  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* jrsearch: Version 0.19 Released.

	* configure.in (AM_INIT_AUTOMAKE): Bumped version number to 0.19

	* jrsearch.el.in (jrsearch-get-pattern): Receive `ok.' message.

	* jrsearch.pl: Send `ok' message.

2000-07-13  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* Lingua-Romkan/Romkan.pm: Bumped version number to 0.16.

	* Lingua-Romkan/Romkan.pm (isvowel): New function.

2000-07-27  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* jrsearch.el.in (jrsearch-get-options): Avoid using ` macro. Use
	(list) instead. Thanks to endo-h@remus.dti.ne.jp (Hideyuki
	Endo) for the patch. 

	* elisp-comp: Change the order of emacs' command line options to
	support mule2.3@19.28. Thanks to endo-h@remus.dti.ne.jp (Hideyuki
	Endo) for the patch. 

2000-07-12  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* jrsearch.el.in (jrsearch-init): Apply 
	TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>'s patch.
	[ELF:00868]

2000-07-11  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* jrsearch: Version 0.18 Released.

	* Makefile.am (EXTRA_DIST): Remove jrsearch-cache.pl.

	* jrsearch.pl (optimize): Simplfy and be efficient.
	(optimize): Bring sort process here from process().

2000-07-10  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* configure.in (AM_INIT_AUTOMAKE): Bumped version number to 0.18
	(ROMKAN_VERSION): Get the latest Romkan.pm VERSION automatically.

	* jrsearch.pl (init_hanzen): Modify "<", ">", "[", "]".

	* configure.in (ROMKAN_VERSION): Require version 0.15.

	* jrsearch: Version 0.17 Released.

	* jrsearch.pl (extract_words): Add a special case for "ty".

	* Lingua-Romkan/Romkan.pm: Bumped version number to 0.15.

	* Lingua-Romkan/Romkan.pm (get_kunreitab): Add "tye" and "ttye".
	(get_hepburntab): Add "che" and "cche".

	* jrsearch.el.in (jrsearch-get-options): New function.
	(jrsearch-pl-options): Abolished.

2000-07-09  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* jrsearch.el.in (jrsearch-dir): New variable.
	(jrsearch-pl): Abolished.
	(jrsearch-dict): Abolished.
	(jrsearch-pl-options): Use -I option.

	* jrsearch.pl: Renamed from jrsearch.pl.in.

	* jrsearch.el.in (jrsearch): Add (provide 'jrsearch).
	Thanks to MIYOSHI Masanori <miyoshi@hrl.hitachi.co.jp> for the
	suggestion.

	* jrsearch.pl.in (parse_options): Add -I option.

	* gencache.pl: Renamed from compile.pl

	* compile.pl: s/compiled_patterns/cache/g.

	* jrsearch.el.in (isearch-mode): New advice.
	(isearch-done): New advice.

	* jrsearch.pl.in (process): Employ Schwartzian Transform.
	(init_hanzen): Modify ".", ",", "\\", `"', "*", "/", "#", "[", "]".
	Thanks to tatuo-y@is.aist-nara.ac.jp (YAMASITA Tatuo) for the idea.
	
	* Makefile.am (jrsearch.pl): New rule.
	(EXTRA_DIST): Updated.

	* jrsearch.pl.in: Renamed from jrsearch.pl.

	* jrsearch.pl (init_cache): Renamed from init_compiled_patterns.
	(init_cache) Use cache.pl

	* ngram.sh (dictionary): New file.

	* genchars.sh: New file.

	* genchars.pl: Abolished.

	* Makefile.am (cache.pl): New rule.

	* jrsearch.pl (process): Abolish the condition of length($roma) == 1;

2000-07-07  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* configure.in (AM_INIT_AUTOMAKE): Bumped version number to 0.17

2000-07-06  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* jrsearch: Version 0.16 Released.

	* Lingua-Romkan/Romkan.pm (normalize_double_n): Simplfy rules.
	(get_hepburntab): Add n' and Remove n'... entries.
	(get_kunreitab): Add n'and Remove n'... entries.
	(kanrom): Add n' handling.
	(consonant2moras): Remove the special case for "x".
	(get_kunreitab): Fix "ppi", "bba", "bbya", "bbyu", "bbyo", "bbe",
	"bbo"  entries.
	(init_romrom): Totally rewritten.

	* jrsearch.pl (init_compiled_patterns): Regenerated.
	(binsearch): New function.
	(lookup): New function.
	(open_dictionary): New function.
	(extract_words): Do not use `look' command anymore. Use	Because it
	is unreliable. (I cannot find anything with "look da jrsearch-dict")
	Use Search::Dict instead.
	(extract_words): Exclude ASCII entries if its head is ASCII.
	(extract_initials): Accept ASCII initials.
	(extract_kanas): Add special handling for "c".
	(genpat): Apply extract_words for $roma too.
	(extract_words): Add special cases for "z" and "t".

	* Makefile.am (EXTRA_DIRS): New variable.

	* genchars.pl: Renamed from genmoras.pl

	* jrsearch.el.in (jrsearch-get-pattern): Change the condition of
	the while loop.

	* jrsearch.pl (extract_kanas): Fix "double-consonant"
	problem. e.g. "ky" of "dokyument".

	* configure.in (ROMKAN_VERSION): Require version 0.14.

	* Lingua-Romkan/Romkan.pm: Bumped version number to 0.14.

	* Lingua-Romkan/Romkan.pm (consonant2moras): Fix "x" handling.

	* configure.in (AM_INIT_AUTOMAKE): Bumped version number to 0.16

	* jrsearch: Version 0.15 Released.

	* configure.in (ROMKAN_VERSION): Require version 0.13.

	* Lingua-Romkan/Romkan.pm: Bumped version number to 0.13.

	* jrsearch.pl (process): Use quotemeta. Without this, input string
	such as "(" cannot be handled correctly.
	(process): Change the regex for inserting $insert_string. It
	solved line-across isearch-backword problem.

2000-07-05  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* Lingua-Romkan/Romkan.pm (get_hepburntab): Add "dyi" entry.
	(get_kunreitab): Add "dyi" entry. 
	$consonants: Add "x" and "n";
	(consonant2moras): Add the special handling of "x".

	* genmoras.pl: Fix a nasty command line option problem.

	* doc/Makefile.am (doc_DATA): Add new images.

	* jrsearch.pl (init_compiled_patterns): Regenerated.

	* convert.pl: Do grep { /^$CHAR+$/ } to exclude strange words.

	* jrsearch.pl (extract_initials): Fix the regex to get an initial.

	* configure.in (AM_INIT_AUTOMAKE): Bumped version number to 0.15

	* jrsearch: Version 0.14 Released.

	* jrsearch.el.in: Change a buffer name: s/*jrsearch*/ *jrsearch*/

	* jrsearch.pl (extract_words): Change the delimiter handling.

	* convert.pl: Change the delimiter in jrsearch-dict from space to
	TAB. 

	* Makefile.am (jrsearch-dict): Add dependency of convert.pl

	* convert.pl: Allow English word to be in jrsearch-dict.

	* configure.in (AM_INIT_AUTOMAKE): Bumped version number to 0.14

	* jrsearch: Version 0.13 Released.

	* jrsearch.pl (init_compiled_patterns): Regenerated.

	* compile.pl: Use -o -i "\\s *" options.

	* genmoras.pl: Use $kunreitab.

	* configure.in (ROMKAN_VERSION): Require Lingua::Romkan 0.12.

	* Lingua-Romkan/Romkan.pm: Bumped version number to 0.12

	* Lingua-Romkan/Romkan.pm (romrom): Fix "shu" problem using
	$heppat. Convert shu -> sfu by mistake.
	(init_romrom): Construct $heppat.

	* jrsearch.pl (main): Do not convert $roma into Hepburn.

2000-07-04  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* jrsearch.el.in (jrsearch-expand-pattern): New function.

	* jrsearch.pl (process): New function.

	* configure.in (AM_INIT_AUTOMAKE): Bumped version number to 0.13

	* jrsearch: Version 0.12 Released.

	* Fix error handling. Thanks to KAWABE Kou for the code.

	* Support Emacs 19.28. Thanks to KAWABE Kou for the code.

2000-07-03  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* Support "Zenkaku" alha-num-symbol-string. Thanks to KAWABE Kou
	for giving me the idea.

	* jrsearch: Version 0.11 Released.

	* jrsearch: Version 0.10 Released.