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
|
Tue Sep 7 12:42:34 1999 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* Release SDIC-2.1.2.
Fri Sep 3 14:20:35 1999 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* sdicf.el(sdicf-buffer-live-p): Define the alternative function
of `buffer-live-p'.
* sdic.el.in, sdic-compat.el, sdic-gene.el: Replace function from
`sdic-buffer-live-p' to `sdicf-buffer-live-p'.
Mon Aug 16 18:37:16 1999 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* Release SDIC-2.1.1.
Mon Aug 16 14:15:36 1999 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* install.el.in: Bug fix of install.el.in (Cf. [sdic:00342]).
Thu Jul 29 09:15:08 1999 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* Release SDIC-2.1.
Tue Jul 27 14:44:24 1999 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* INSTALL: Modify documents of install procedure at UNIX
environment.
* configure.in: Change range of legal values of `--with-dicttype'.
* install.el.in: Add help message for `--with-multidict'.
Mon Jul 26 18:01:04 1999 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* Release SDIC-2.1-pre2.
* configure.in: Update script to generate `WAEI_DICT_LIST' and
`EIWA_DICT_LIST'.
Mon Jul 26 16:52:34 1999 Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* sdicf.el (sdic-call-process): Add local binding of
`file-name-coding-system' for XEmacs.
* sdic.el.in,sdic.texi: Add exposition of key-bind.
* INSTALL,lisp/sdic.el.in: Modify document of setting for Emacs20
and XEmacs.
Mon Jul 26 00:41:42 1999 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp>
* configure.in: Bug fix: substitution for EIJIROU_DIR and
WAEIJIROU_DIR
Sun Jul 25 13:00:15 1999 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* Release SDIC-2.1-pre1.
Fri Jul 23 19:06:54 1999 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* install.el.in: Following the change of dictionary naming rule.
* contrib/gene.perl (sdic_to_compat): Some fixes.
1999-07-23 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp>
* lisp/Makefile.am, configure.in: eedict.dic support
by using `contrib/gene.perl --sdic-to-compat'
* lisp/sdic.el: Apply Tsuchiya's patch [sdic:00295] and Modify it
little a bit.
* configure.in: Support multiple dictionaries.
* Makefile.am: Add entries for edict's family.
4jwords, compdic,enamdict
* lisp/elisp-comp: Modify one line.
(load "sdic.el.in") -> (load "sdic.el")
Fri Jul 23 17:04:18 1999 Hideyuki Shirai <shirai@rdmg.mgcs.mei.co.jp>
* contrib/{edict.perl,eijirou.perl,gene.perl,jgene.perl}:
Add code for Windows.
* install.el.in: Some bug fixes and update code to decide
`make-sdic-lisp-directory' for Mule-for-Windows.
1999-07-22 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp>
* configure.in: Change default DICTDIR.
* lisp/sdic.el: Replace %{EIWA,WAEI}_DICTIONARY_PATH% with
%{EIWA,WAEI}_DICT_PATH% ; notation changed.
1999-07-21 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp>
* configure.in, Makefile.am: Add a feature to detect `WAEIJIROU'
directory at configure time and process it make time.
* INSTALL: Update documents of install procedure for `WAEIJIROU'.
Wed Jul 21 21:23:31 1999 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* lisp/sdic.el.in: Update code for queries in upper case.
* contrib/eijirou.perl: Update code for `WAEIJIROU'.
1999-07-21 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp>
* configure.in, Makefile.am: Add a feature to detect `EIJIROU'
directory at configure time and process it make time.
* INSTALL: Update documents of install procedure for `EIJIROU'.
* Makefile.am, configure.in: Support jedict.dic
Wed Jul 21 12:49:19 1999 Masaru Tawa <tawa@ac.mbn.or.jp>
* contrib/eijirou.perl: Fix for `WAEIJIROU'.
Wed Jul 21 12:49:19 1999 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* install.el.in: Update code to make `lisp/sdic.el'.
* configure.in, Makefile.am: Add `install.el' to package.
Wed Jul 21 12:49:19 1999 Hideyuki Shirai <shirai@rdmg.mgcs.mei.co.jp>
* lisp/sdic.el.in: Fix the too short stem problem and contribute
codes for queries in upper case.
Tue Jul 20 22:23:57 1999 Tsuchiya Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* install.el: Add code to make `lisp/sample.emacs'.
* INSTALL: Update documents of install procedure for Windows.
Mon Jul 19 18:04:31 1999 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* INSTALL: Add documents of install procuedure using `install.el',
and update documents of `EIJIROU'.
* NEWS: Add NEWS for SDIC-2.1.
* install.el: New file.
* lisp/sdic.el.in:
Add function `sdic-version' and edit comments.
* lisp/sdicf-client.el lisp/sdic-compat.el lisp/sdic-gene.el:
Edited comments.
* texi/sdic.texi: Update documents for SDIC-2.1.
1999-07-18 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp>
* Makefile.am: Fix `config' entry bug.
Fri Jul 16 19:00:39 1999 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* lisp/sdicf.el: Bug fix of sdicf-entry-keywords.
* lisp/lp.el: Update install procedure for Windows.
* INSTALL: Update document about the install procedure using lp.el.
1999-07-16 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp>
* configure.in: Substitute lisp/sample.emacs at configure time.
* lisp/sample.emacs.in: Be substituted at configure time.
* INSTALL: Rewrited to correspond to configured sdic.
* Makefile.am: Restore `config' entry.
Wed Jun 2 17:55:44 1999 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* lisp/Makefile.am,lp.el: Change compile method.
* lisp/sdic.el.in: (sdic-word-at-point) Bug fix (Tnx. Takashi Nishimoto)
* lisp/sdic-grep.el: (sdic-grep-open-dictionary) Disable undo in temporary buffer.
* lisp/sdic-gene.el: (sdic-gene-open-dictionary) Disable undo in temporary buffer.
1999-05-16 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp>
* Be configurized:
Makefile.{am,in}, configure.in, configure,
lisp/Makefile.{am,in} : New files
acinclude.m4, aclocal.m4, elisp-comp : Import from Lookup
* TODO, NEWS, AUTHORS, ChangeLog, THANKS: New file.
|