2004-06-25 Kimura Fuyuki * skkdic-diff.scm: New file. * READMEs/README.skkdic-diff: New file. 2003-09-30 Kentaro Fukuchi * skkdic-expr2.c: Now a completely same annotation is ignored during merge operation. This feature is noted in README.skkdic-expr2 but has not been implemented. Sorry. 2003-08-17 NAKAJIMA Mikio * skk.ex: Add stamp-h1 and libtool. * Version 1.1 released. 2002-03-28 Tetsuo Tsukamoto * configure.ac: Missing $(EXEEXT) for skkdic-expr2. When -lgdbm_compat is available, pass -lgdbm after -lgdbm_compat (workaround for cygwin?). 2002-03-27 Tetsuo Tsukamoto * configure.ac: * configure.in: Check for dbm_open() in -lgdbm_compat if the test fails in -lgdbm. * config.guess: * config.sub: * missing: New files. 2003-03-26 NAKAJIMA Mikio * saihenkan.rb: New file. 2003-03-23 NAKAJIMA Mikio * convert2skk/canna2skk.rb: New file. 2003-03-22 NAKAJIMA Mikio * convert2skk/dic-it2skk.rb: New file. 2002-09-20 Kentaro Fukuchi * skkdic-expr2.c: Removed unused variables. 2002-09-20 IIDA Yosiaki * Makefile.am, VERSION, compile, configure.ac, depcomp, ltmain.sh: New files for GNU Automake and Libtool. 2002-09-14 Kentaro Fukuchi * skkdic-expr2.c: A stupid bug fixed. Please forget previous version... 2002-09-14 IIDA Yosiaki * Makefile.in: Add copyright year. Fix maintainer, postal address of FSF. Prepend $(srcdir) to C source files for compilation in separate directory. (DEFS): Prepend -I. for the same reason. (skkdic-expr2$(EXEEXT)): Always activate target to avoid syntax error. 2002-09-13 IIDA Yosiaki * acinclude.m4: Renamed from aclocal.m4. * aclocal.m4: Removed, because automagically generated by aclocal. 2002-09-13 Kentaro Fukuchi * skkdic-expr2.c: New SKK dictionary maintenance tool. * aclocal.m4: New file used by autoconf. pkg-config.m4 is included. * configure.in, Makefile.in, .cvsignore: Added some configurations and rules for skkdic-expr2. * configure: Re-generated by autoconf. 2002-08-18 NAKAJIMA Mikio * skk-xml.el: New file. (skk-xml-make-jisyo-reference-1): Bug fixed. 2002-08-05 Tetsuo Tsukamoto * skkdic-count.c: (count_entry): Print "%s: %d candidates\n" instead of "%s %d candidates\n". 2002-08-02 NAKAJIMA Mikio * unannotation.awk: Not to delete first line. * convert2skk/ctdicconv.rb: New file. 2002-06-03 NAKAJIMA Mikio * unannotation.awk: New file (Move from skk/dic). 2002-02-23 Tetsuo Tsukamoto * COPYING: Update. 2001-04-30 NAKAJIMA Mikio * convert2skk/wnn2skk.sed: Remove unnecessary regexp processing. * convert2skk/wnn2skk.awk: Do not put out skk dictionary header (Use skkdic-expr and skkdic-sort for post-processing.). Pick up hinshi and comment data for SKK annotation. 2000-12-15 NAKAJIMA Mikio * skkdic-expr.c (type_out): Apply patch of Message-Id: <20001214.015641.28085711.ori@kuee.kyoto-u.ac.jp> from ORI Manabu . 2000-10-17 Toru YANO * tools: Version 1.0 released. 2000-10-13 Mikio Nakajima * configure: Remake by autoconf. * configure.in: search /usr/local/bin path for tar command before $PATH. 2000-10-12 Mikio Nakajima * .cvsignore: Add configure.scan. * configure.scan: Removed. 2000-10-10 Tetsuo Tsukamoto * READMES/README.C: Update. * skkdic-count.c (count_entry): Don't count blocks. 2000-10-05 Tetsuo Tsukamoto * skkdic-count.c (count_entry): Show "candidates", not "entries". 2000-10-04 Tetsuo Tsukamoto * configure.in: Turn on m4-mode. 2000-10-03 Mikio Nakajima * convert2skk/edict2skk.awk: Do not filter "放送禁止用語". 2000-09-30 Mikio Nakajima * READMEs/FAQ.txt: Document fixed. * convert2skk/wnn2skk.awk: Remove unnecessary tag in tankan3.u. * convert2skk/wnn2skk.sed: Ditto. 2000-09-29 Mikio Nakajima * READMEs/FAQ.txt: New file. 2000-09-27 Tetsuo Tsukamoto * configure.in: Check for md5sum only when md5 doesn't exist. 2000-09-23 Mikio Nakajima * configure.in: Check if programs bzip2, date, gzip, md5 (or md5sum) and tar exist or not. * Makefile.in (tar): New target. (snapshot): Ditto. (.PHONY): Ditto. (BZIP2): New variable (DATE): Ditto. (GZIP): Ditto. (MD5): Ditto. (TAR): Ditto. (SNAPBASE): Ditto. * skk.ex: New file. * convert2skk/wnn2skk.sh: New file. * convert2skk/wnn2skk.awk: Ditto. * convert2skk/wnn2skk.sed: Ditto. 2000-09-09 Tetsuo Tsukamoto * configure: Regenetare. * configure.in: Check ndbm.h when "$ac_cv_func_dbm_open" is yes. * skkdic-expr.c: Modify according to it. 2000-07-28 Tetsuo Tsukamoto * Makefile.in (uninstall): New target. * configure: Regenerate by autoconf. * configure.in: Refer to "$ac_cv_func_dbm_open". 2000-07-27 Tetsuo Tsukamoto * Makefile.in: Check for $(top_srcdir). * config.h.in: Regenerate by autoheader (autoconf 2.14.1). * configure: Regenerate by autoconf 2.14.1. * configure.in: Enable to check for dbm_open() in -lgdbm. Check for ndbm.h and db1/ndbm.h. * skkdic-expr.c: When ndbm.h is not found, include db1/ndbm.h if possible. Add declaration for gdbm. 2000-07-26 Tetsuo Tsukamoto * configure: Regenerate by autoconf 2.14.1. * configure.in: Fix the last commitment. 2000-07-25 Tetsuo Tsukamoto * Makefile.in: Check for $(EXEEXT). (install-strip): New target. * config.h.in: Regenerate by autoheader (autoconf 2.14.1). * configure: Regenerate by autoconf 2.14.1. * configure.in: Check for __db_ndbm_open() in -ldb if -lndbm is not available. Check for executable suffix. * skkdic-expr.c: If HAVE_LIBDB is defined, include . 2000-03-13 Mikio Nakajima * convert2skk/edict2skk.awk: Comment fixed. * skkdic-count.c: Change file name description of `skkjisyo-count.c' to skkdic-count.c. * skkdic-sort.c: Change file name description of `skkjisyo-sort.c' to skkdic-sort.c. * skkdic-expr.c: Change file name description of `skkjisyo-expr.c' to skkdic-expr.c. (main): Change working file name `skkjisyo.%d' to `skkdic%d', `skkhead.%d' to `skkhead%d' and `skktail.%d' to `skktail%d'. 2000-03-12 Mikio Nakajima * Makefile.in (distclean): Remove config.h. * skkdic-count.c: Include config.h. * skkdic-sort.c: Ditto. * skkdic-expr.c: Include config.h. (set_signal_handler): Use RETSIGTYPE for the return type of signal handlers. (signal_handler): Ditto. 1999-08-21 Naoki Wakamatsu * skkdic-expr.c (db_remove_files, db_make_files, main): Bug fixed as to `-d' option. 1998-12-07 Fumitoshi UKAI * skkdic-expr.c: Include db1/ndbm.h for GNU libc 2.1.