File: ChangeLog

package info (click to toggle)
eblook 1%3A1.6.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,952 kB
  • ctags: 368
  • sloc: sh: 8,319; ansic: 5,377; makefile: 52
file content (715 lines) | stat: -rw-r--r-- 20,873 bytes parent folder | download | duplicates (7)
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
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
2004-06-18  Kazuhiko  <kazuhiko@fdiary.net>

	* bmp2ppm.c, eblook.c : no longer use EB_P()

2004-02-13  Kazuhiko  <kazuhiko@fdiary.net>

	* Version 1.6 released.

2003-06-30  Takashi NEMOTO  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c (insert_dump): initialize outFP by default value

2002-12-08  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* codeconv.c: convert from ISO8859-1 NBSP(0xa0) to SPACE(0x20)

2002-11-19  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>
	
        * eblook.c : use $HOME/eblookrc instead of $HOME/.eblookrc in DOS mode
	  	     change variable "pager" default to "off"
		     don't decorate search result
		     add '-a' option to "show" command (display internal val.)
		     bugfix : search history and <more=xx> 
		     revise pager support
	
2002-11-18  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>
	* configure.ac : Search eb.conf at additional path "/etc"
			Check readline library when --with-readline is used
	
	
	Merge from eblook-1_6devel-branch
------------------------------------------
2002-11-17  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c (search pattern): bugfix:search without argument(<more...>)
	* eblook.c (parse_entry_id): remove duplicate entry in parse_entry_id
	* eblook.c (insert_dump): add pager support

2002-11-16  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c (hook_img): Check definition of EB_HOOK_ inline image

2002-11-15  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* configure.ac: revise libreadline detection
	* eblook.c (search_pattern): bug fix (search command)
	   ===== TODO: bugfix - search without argument (<more...>) ====
	   ===== TODO: bugfix - remove duplicate entry in parse_entry_id ====

2002-11-02  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.texi : Add documents (Compile, Install)
	* eblook.c : support eb_forward/backward_text

---------------------------------------------

2002-11-16  Satomi  <satomi@ring.gr.jp>

	* eblook.c: Fix #ifdef condition for HAVE_SET_MODE.
	* bmp2ppm.c: Ditto.

2002-11-15  Satomi  <satomi@ring.gr.jp>

	* eblook.c (command_bmp): Encode filename in SJIS if
	DOS_FILE_PATH is defined.

	* eblook.c (command_jpeg): Encode filename in SJIS if
	DOS_FILE_PATH is defined. Do not close the file handle
	if not opened yet, to avoid fatal error on VC++ debug build.

2002-11-15  Satomi  <satomi@ring.gr.jp>

	* eblook.c (hook_img): Use EB_HOOK_BEGIN_IN_COLOR_xxx only if
	defined.

2002-11-09  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c (hook_img): add inline image support

2002-11-04  Satomi  <satomi@ring.gr.jp>

	* eblook.c (show-version): Modify copyright year.
	* bmp2ppm.c: Include <io.h> and <fcntl.h> if WIN32 or
	HAVE_SETMODE is defined.

2002-10-26  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c (main): cleanup configure.ac

2002-10-25  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c (insert_content): Disable pager when called from lookup

2002-10-23  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c (read_command): treat last line of .eblookrc

2002-10-22  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c : disable readline library when invoked from lookup
	* eblook.c : allow comment in .eblookrc 
	                        ('#' or ';' at the begining of line)

2002-10-20  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* configure.ac: remove AC_CYGWIN, AC_MINGW32
	
----
Merging eblook-interactive-branch to head:
  
  Tag "HEAD"

  2002-10-26  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>
	* dos/*, eblook.c : merge support for dos, os/2 (watcom C) 
	
  Tag "eblook-1_6devel-merge2"
  2002-10-21  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c : 
	        remove redundant entries from hit list
		replace part of "WIN32" with "DOS_FILE_PATH"
		support inline image
		support multiple subbook in same directory

  Tag "eblook-1_6devel-merge1"

  2002-10-20  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>
	* bmp2ppm.c, bmp_in.c : fix type conversion
	* bmp2ppm.c : bugfix (.ppm write error)

  Tag "eblook-1_6devel-merge0"
----
2002-10-08  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c (main): bugfix (win32 : bind appendix file)

2002-09-21  Satomi  <satomi@ring.gr.jp>

	* eblook.c, bmp2ppm.c: use setmode() to disable newline coversion
		when saving a binary file on Win32. set HAVE_SETMODE to 1 to
		enable this routine on other platforms than Win32.

2002-05-23  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* Makefile.am (EXTRA_DIST): Add win32.c

2002-04-25  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c: Merge readline, pager related codes written by jsawa
		new variable "pager"
	* configure.ac : new option "--with-pager", "--with-readline"
	* codeconv.[ch] (current_to_euc) : remove static 

2002-03-26  Kazuhiko  <kazuhiko@fdiary.net>

	* configure.ac: Renamed from configure.in. Merge acconfig.h.
	* acconfig.h: Removed.

2002-03-17  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c : new variable "decorate-mode" ("on" or "true", default:off)

2002-03-13  Satomi  <satomi@ring.gr.jp>

	* bmp_in.c: avoid definition conflict with <wingdi.h> on Win32.

2002-01-08  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c : change EB_HOOK_ macro names (as those of eb-3.2beta1)

2002-01-06  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c : support narrow kana.
		     new variable "use-narrow-kana" ("true" or others)

2001-12-28  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c : add decoration (emphasis, bold, etc.) code

2001-12-09  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* bmp_in.c: bugfix (24bit bmp)
	* eblook.c: remove debug message

2001-12-08  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* bmp2ppm.c, bmp_in.c, eblook.c:  Revise error check

2001-12-07  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* bmp2ppm.c, bmp_in.c, eblook.c:  Add error check (graphics decode)

2001-11-30  Kazuhiko  <kazuhiko@ring.gr.jp>

	* eblook.c (hook_img): Remove '\n' from '</img>' tag.

2001-11-29  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* bmp_in.c: Add new file. BMP file decoder.
	* bmp2ppm.c: Remove bmp decoder

2001-11-28  Kazuhiko  <kazuhiko@ring.gr.jp>

	* eblook.c (hook_img): Revise output tag.

2001-11-28  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* bmp2ppm.c (command_bmp2tiff): Add new functions for TIFF

2001-11-27  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c (insert_dump): Fix 1 byte lacking problem.
	(main): Remove locale_init("SJIS") under _WIN32 condition

2001-11-23  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c (text_hooks[]): Add EB_HOOK_STOP_CODE for eb-3.2.
	* codeconv.h, codeconv.c: Fix variable argument functions
	* codeconv.c: Add Watcom C compiler specific code
	* codeconv.c, codeconv.h: Bug fix (without iconv case)
		   Bug fix (size_t)-1 > 0 when iconv returns error
	* codeconv.h, codeconv.c, configure.in:
		Check existence of sys/types.h, isatty, and so on.
	* configure.in: bug-fix: FALLBACK_ENCODING on HP-UX
	* configure.in: Change default FALLBACK_ENCODING on CYGWIN

2001-11-18  YAMAGATA  <yamagata@nwgpc.kek.jp>

	* eblook.c (command_xbm, command_pbm): New commands to extract
	monochrome image in text format.  Type "xbm page:offset width
	height" or "pbm page:offset width height".  pbm is almost for the
	debugging purpose.
	(hook_img): New EB hook function to handle image tag, Currently
	supports only 0x1f44/0x1f64 pair.

2001-09-04  Satomi  <satomi@ring.gr.jp>

	* eblook.c (main, command_book): Fix Win32 path manipulation.
	(main): Set default locale to SJIS on Win32 when kanji-code is set
	to AUTO.

	* win32.c: Remove extra 0x0D codes (sorry for large diff).

2001-08-31  Kazuhiko  <kazuhiko@ring.gr.jp>

	* Version 1.5 released.

2001-07-31  Kazuhiko  <kazuhiko@ring.gr.jp>

	* eblook.c (hook_stopcode): Use EB_SUCCESS and EB_ERR_STOP_CODE
	for a return value (contributed by yamagata@nwgpc.kek.jp).

2001-07-12  Kazuhiko  <kazuhiko@ring.gr.jp>

	* Version 1.5pre2 released.

2001-07-11  Kazuhiko  <kazuhiko@ring.gr.jp>

	* eblook.c (show_version): Revise copyright notice.

	* eblook.texi: Revise document.

2001-07-09  Kazuhiko  <kazuhiko@ring.gr.jp>

	* eblook.texi (How To Get): Revise information.

2001-07-08  Kazuhiko  <kazuhiko@ring.gr.jp>

	* Version 1.5pre1 released.

	* eblook.texi: Add description about keyword search and multiple
	search.

	* eblook.c: Fix typo in command_table[].

2001-07-04  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* eblook.c: Define ENABLE_PTHREAD when EBCONF_ENABLE_PTHREAD is
	defined.

2001-06-29  Kazuhiko  <kazuhiko@ring.gr.jp>

	* eblook.c (can_menu_narrow_char): Revise for eb-3.0 (contributed
	by yamagata@nwgpc.kek.jp).
	(can_menu_wide_char): Ditto.
	
2001-06-20  Satomi  <satomi@ring.gr.jp>

	* win32.c: include "config.h" when HAVE_CONFIG_H is defined.
	(dos_fix_path): assume characters as unsigend.

2001-06-20  Satomi  <satomi@ring.gr.jp>

	* eblook.c: (main, command_book): convert SJIS path to EUC
	before printing (on Win32).
	(command_book): do not report appendix when not bound.
	convert '/'s in a path to '\\'s before passing to eb library
	(on Win32).
	(show_candidate_level): declare as void to avoid a compiler
	warning.

	* codeconv.c: (locale_init): do not refer to cur_to_euc and
	euc_to_cur when HAVE_ICONV is not defined.
	(current_to_euc, euc_to_current): bug fix when reading the
	input string. Support single-byte kana in SJIS conversion.

	* win32.c: new file for Win32.

2001-06-17  Kazuhiko  <kazuhiko@ring.gr.jp>

	* eblook.texi (Overview): Add description about keyword search.

2001-04-09  Kazuhiko  <kazuhiko@ring.gr.jp>

	* eblook.c: Implement 'label' command (contributed by
	yamagata@nwgpc.kek.jp).
	(command_label): New function.
	(show_entry_candidate): New function.
	(show_label): New function.

2001-04-09  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* codeconv.c : Add ISO-2022-JP Alias support (JIS, ...)

2001-04-08  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* codeconv.c : reset iconv conversion state after code conversion
        * Fix incorrect ChangeLog

2001-04-08  Kazuhiko  <kazuhiko@ring.gr.jp>

	* eblook.texi: Change contact information etc.

	* eblook.c (main): New option --encoding (-e). Ignore case in
	matching kanji-code option name.

	* README: Modify required version of eb library.

	* configure.in: Modified for merged codeconv.c.

	* memcmp.c: New file.
	* strcasecmp.c: New file.	
	* strdup.c: New file.

	* eblook.c (eblook_read): Remove.
	(eblook_write): Remove.
	(jis2euc): Remove.
	(sjis2euc): Remove.
	(write_euc2jis): Remove.
	(write_euc2sjis): Remove.

2001-04-04  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* configure.in : HP-UX treatment (default=Shift-JIS)
	* codeconv.c : update comments, 
		remove FALLBACK_ENCODING definition 

2001-04-02  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* codeconv.c: fix locale treatment (in the case 
		that locale is not japanese, such as C, en_US and so on..).
		simplify initialize routine

2001-02-28  Takashi NEMOTO  <tnemoto@mvi.biglobe.ne.jp>

	* codeconv.c: fix typos, remove temporary comments

2001-02-25  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* codeconv.c : fix initialization sequence
	
2001-02-23  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* codeconv.c : remove outjstr, getjstr functions
		rewrite initialize function (locale_init)
		new current_to_euc, euc_to_current functions
		rewrite xputs2 using euc_to_current function
		new xfgets function using current_to_euc

2001-02-13  Kazuhiko  <kazuhiko@ring.gr.jp>

	* eblook.c (command_subinfo): Disable 'graphic' search that is
	removed in eb-3.0alpha4.

2001-02-12  Satomi  <satomi@ring.gr.jp>

	* eblook.c: Use KANJICODE enum type, declared in codeconv.h.
	* eblook.c: Avoid compiler warnings.

2001-02-12  Satomi  <satomi@ring.gr.jp>

	* codeconv.h: Add KANJICODE enum type.
	* codeconv.c (xputs2): Refer to kanji_code external variable when
		HAVE_ICONV is not defined.

2001-01-26  Kazuhiko  <kazuhiko@ring.gr.jp>

	* codeconv.h: Never define pseudo function as real function.

2001-01-24  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* configure.in : fallback-charset => fallback-encoding
	* codeconv.c : FALLBACK_CODESET => FALLBACK_ENCODING
	* acconfig.h : FALLBACK_CHARSET => FALLBACK_ENCODING,
		add #undef SMALL_STACK

2001-01-23  Takashi NEMOTO  <tnemoto@mvi.biglobe.ne.jp>

	* codeconv.c (locale_init) : Revert FALLBACK_CHARSET code

2001-01-23  Takashi NEMOTO  <tnemoto@mvi.biglobe.ne.jp>

	* configure.in, acconfig.h, codeconv.c:
			rename from DEFAULT_CHARSET to FALLBACK_CHARSET
	* codeconv.c (locale_init, xputs2, getjstr): Add error check code.
		     (xputs2): 	fix memory leak

2001-01-21  Kazuhiko  <kazuhiko@ring.gr.jp>

	* codeconv.h: Never define pseudo function as real function.

	* eblook.c: New Macro MAX_DUMP_SIZE .
	(main): New variable max-dump.
	(command_dump): New function.
	(insert_dump): New function.

2001-01-10  NEMOTO Takashi  <tnemoto@mvi.biglobe.ne.jp>

	* codeconv.c (xputs): Put newline after string.

2001-01-08  Kazuhiko  <kazuhiko@ring.gr.jp>

	* codeconv.c (xputs2): Allocate memory for output buffer
	dynamically. Return not 0 but EOF on error.
	(xfgets): Allocate memory for temporary buffer same as 2nd
	argument.

2001-01-06  Kazuhiko  <kazuhiko@ring.gr.jp>

	* configure.in: Support iconv.

	* eblook.c (read_command): Use xfgets instead of fgets.

	* codeconv.h: New file.
	* codeconv.c: New file.

2001-01-03  Kazuhiko  <kazuhiko@ring.gr.jp>

	* eblook.c (text_hooks[]) Add EB_HOOK_BEGIN_CANDIDATE and
	EB_HOOK_END_CANDIDATE_GROUP'.
	(hook_tags): Add cases of EB_HOOK_BEGIN_CANDIDATE and
	EB_HOOK_END_CANDIDATE_GROUP'.

2000-12-20  Kazuhiko  <kazuhiko@ring.gr.jp>

	* eblook.c (search_pattern): Check return value of eb_seek_text,
	eb_read_heading and eb_read_text. Terminate result of
	eb_read_heading and eb_read_text.
	(show_candidate): Change function type from void to int.

2000-12-19  Kazuhiko  <kazuhiko@ring.gr.jp>

	* eblook.c (text_hooks[]): Remove EB_HOOK_{BEGIN,END}_MENU.
	Temporary remove EB_HOOK_{BEGIN,END}_{PICTURE,SOUND}.
	(multi_candidate_hooks[]): Ditto.
	(hook_newline): Remove. Use eb_hook_newline instead of it.
	(hook_font): Revise for eb-3.0alpha3.

2000-12-12  Kazuhiko  <kazuhiko@ring.gr.jp>

	* Makefile.am (eblook_LDADD): Add @LIBOBJS@.

2000-10-25  Motoyuki Kasahara  <m-kasahr@sra.co.jp>

	* eblook.c: Beaufify code.

2000-10-20  Kazuhiko  <kazuhiko@ring.gr.jp>

	* memset.c: New file.

	* configure.in: Add 'AC_REPLACE_FUNCS(memset)'.

	* Makefile.am (EXTRA_DIST): Add 'memset.c'.

2000-10-20  Rei  <rei@wdic.org>

	* eblook.c (eblook_search_keyword): Regress to rev.1.17 (sorry).

2000-10-19  Rei  <rei@wdic.org>

	* eblook.c (command_info, parse_dict_id): Minor change for better
	error handling.
	(search_pattern): Restore the 2nd argument of eb_seek_text() call,
	which had been accidentally changed.
	(process_child): Add return value (0) to avoid compiler warning.
	(show_candidates_level): Declare as void function to avoid compiler
	warning.
	(can_menu_begin, can_menu_end, show_candidates_level): Use memset()
	instead of bzero().

2000-10-18  Kazuhiko  <kazuhiko@ring.gr.jp>

	* eblook.c (search_pattern): Support keyword search (by
	yamagata@nwgpc.kek.jp).
	(eblook_search_keyword): New function.
	(command_info): Fix a bug (thanks to yamagata@nwgpc.kek.jp and
	Motoyuki Kasahara).
	(search_pattern): Support multiple search (by yamagata@nwgpc.kek.jp)
	(eblook_search_multi): New function.

2000-10-11  Kazuhiko  <kazuhiko@ring.gr.jp>

	* README: Revise for EB-3.

	* configure.in: Revise for EB-3 (thanks to Motoyuki Kasahara).

	* acinclude.m4: Remove file.

	* eblook.texi: Change character code from JIS to EUC.

2000-10-10  Kazuhiko  <kazuhiko@ring.gr.jp>

	* eblook.c: More revise for EB-3.

	* Makefile.am (MAINTAINERCLEANFILES): Remove config.h.in.

2000-08-18  Rei  <rei@wdic.org>

	* eblook.c: Modify for eb-3.0alpha1.

2000-02-25  Keisuke Nishida  <kxn30@po.cwru.edu>

	* eblook.c (main): Set kanji-code only when the book is written
	in Japanese.

1999-12-14  Keisuke Nishida  <kxn30@po.cwru.edu>

	* Makefile.am (MAINTAINERCLEANFILES): Remove generated files.

1999-12-08  Keisuke Nishida  <kxn30@po.cwru.edu>

	* Version 1.3 released.

1999-11-16  Eiji-usagi-MATSUmoto  <usagi@clave.gr.jp>

	* eblook.c: suppress duplicated hit contents.
	(imported from ndtpd by Motoyuki Kasahara <m-kasahr@sra.co.jp>)

1999-07-31 Kazuhiro Ito <m1877334@msic.med.osaka-cu.ac.jp>

	* eblook.c (insert_content): insert a newline securely.
	(created by Keisuke Nishida <kei@psn.net>)

1999-04-27  Keisuke Mori  <ksk@ntts.com>

	* VERSION: New file.

	* configure.in: Get the version number from VERSION file.
	--with-ming32 option has been eliminated since it's too much
	system dependent on Cygwin.

	* eblook.c (sjis2euc): a bug fixed in handling 0x9f as the second
	byte of SJIS. Error checking for an input string has been
	improved.

1999-04-27  Motoyuki Kasahara <m-kasahr@sra.co.jp>

	* eblook.c (main): Add a feature to use GNU getopt_long.
	getopt.h, getopt.c and getopt1.c have been added for this.

1999-02-10  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* Version 1.2 released.

	* eblook.c (show_version): Refer the variable `version'.
	(main): Set the variable `version' with the version of EB library.

1999-02-06  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* Use autoconf-2.13 and automake-1.4.
	* configure.in: Define the macros for the win32 emvironments.
	(Thanks to Keisuke Mori!)

	* acinclude.m4: New file with macro `EB_CONFIG'.
	* configure.in: Use `EB_CONFIG'.
	* Makefile.am: Updated.

	* INSTALL: Japanized.

	* eblook.c (main): Set book and appendix after loading init file.
	(kanji_code, default_code): New variables.
	(eblook_read, eblook_write, jis2euc, sjis2euc,
	write_euc2jis, write_euc2sjis): New functions.
	(main): Set kanji code.
	(read_command): Use `eblook_read'.
	(command_list, command_subinfo, search_pattern, insert_content):
	Use `eblook_write'.

1998-12-22  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* eblook.c: Include <errno.h> instead of <sys/errno.h>.

1998-12-07  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* Version 1.1 released.

	* eb: Excluded.
	* eblook.c: Rewriten.
	* configure.in, Makefile.am: Rewriten.
	* README: Updated.

1998-10-17  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* Version 1.0 released.

	* eblook.texi: Updated for eblook 1.0.

	* eblook.c (command_copyright): New command.

1998-09-03  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* eblook.c (main): Initialize hookset first.

1998-08-01  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* Version 1.0b0 released.

	* configure.in: Fixed some probrems.
	* configure.in, Makefile.am: Check and use zlib if it already exists.
	(Thanks to Motoyuki Kasahara!)

	* eb: Updated to eb-2.1beta1.

1998-06-12  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* Version 0.9.1 released.

	* README: Updated for eblook 0.9.

	* eb: Updated to eb-2.0.1.

	* eblook.c (hook_stopcode): New function.

1998-06-10  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* Version 0.9 released.

	* eb: Updated to eb-2.0.

1998-05-17  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* eblook.c: Now we load an init file "~/.eblookrc" before all.

1998-05-16  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* eblook.c (hook_narrow_font, hook_wide_font): Modify the format
	of gaiji tags again.  Now we use same tags with NDTPD 2.x.
	(text_hooks): Fixed hook name for narrow charactors.

1998-05-10  NISHIDA Keisuke  <knishida@nn.iij4u.or.jp>

	* configure.in: Modified to use libtool.
	* eb: Updated to eb-2.0beta1.

1998-05-01  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* eblook.c: Fixed incorrect uses of `EB_P' macro.
	(main, internal_set_appendix): Fixed to initialize appendix before
	bindings.

1998-03-29  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* eblook.c: Rename variable `last_search_method' to
	`last_search_function'.
	(eblook_search_string): Deleted.
	(search_pattern, parse_entry_id): Updated.
	(command_search): Fixed.

	* eblook.c (hook_narrow_font, hook_wide_font): Modify the format
	of gaiji tags.

	* eblook.c: Updated for eb-2.x.
	* eb: Updated to eb-2.0beta0.

1998-03-27  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* eblook.c (insert_font_list): New function.
	(command_font): Updated.
	(insert_dicinfo): Modified not to display the font ranges.

1998-03/26  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* eblook.c (hook_begin_reference, hook_end_reference): New hooks
	to insert references.

1998-03-20  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* Version 0.8.2 released.

	* eb: Updated to eb-1.0.6.

1998-03-09  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* Version 0.8.1 released.

1998-03-08  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* eblook.texi: Now we don't use version.texi.

	* eblook.c (salist_set): Fixed a missing loop break.

1998-02-22  NISHIDA Keisuke  <knishida@osk.3web.ne.jp>

	* Version 0.8 released.