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
|
2005-03-07 Yusuke TABATA <yusuke@illusion>
* src-splitter.c fixed invalid memory access in anthy-6300c
2004-12-23 Yusuke TABATA <yusuke@illusion>
* cannadic/ update to cannadic-0.95c
2004-12-04 Yusuke TABATA <yusuke@illusion>
* src/splitter/commit.c fix mis-computation of segment length which can cause out of array bound access
2004-11-11 Yuichi Yoshida <oxy@kmc.gr.jp>
* use Hidden Markov Model to find segment boundary.
2004-08-26 Yusuke TABATA <yusuke@illusion>
* add kanji mixed text conversion
2004-08-11 Yusuke TABATA <yusuke@illusion>
* src-splitter/splitter.c move seginfo related functions to seginfo.c
src-splitter/seginfo.c(new)
2004-07-31 Yusuke TABATA <yusuke@illusion>
* simplify segment composing
2004-07-24 Yusuke TABATA <yusuke@illusion>
* add const to some API functions
2004-07-23 Yusuke TABATA <yusuke@illusion>
* mkanthydic/mkudic.c: do not add negative word id to dictionary. fix memory corruption of dictionary generation.
2004-06-06 Yusuke TABATA <yusuke@illusion>
* parenthes can be a segment
2004-05-06 Yusuke TABATA <yusuke@illusion>
* src-ordering/candswap.c: remove whole candidate swapping
2004-05-04 Yusuke TABATA <yusuke@illusion>
* (test/anthy_swig.i, test/test.rb, test/extconf.rb): new. contributed by Kouhei Sutou-san. Thanks.
* anthy.el: save and restore buffer-undo-list in conversion mode. patch by Konosuke WATANABE-san. Thanks.
2004-04-27 Yusuke TABATA <yusuke@illusion>
* anthy-azik.el: added. Thanks Hara-kun@kmc
2004-04-19 Yusuke TABATA <yusuke@illusion>
* src-splitter/splitter.c: add debug printing facility enabled by environment variable
2004-04-13 Yusuke TABATA <yusuke@illusion>
* anthy.el: call auto-fill function in auto-fill mode
2004-04-08 Yusuke TABATA <yusuke@illusion>
* cannadic update to cannadic-0.95b
2003-09-22 Yusuke TABATA <yusuke@illusion>
* cannadic update to cannadic-0.95a
2003-07-10 Yusuke TABATA <yusuke@illusion>
* cannadic update to cannadic-0.95
2003-05-01 TABATA Yusuke <yusuke@cherubim.icw.co.jp>
* cannadic update to cannadic-0.94h
2003-02-25 TABATA Yusuke <yusuke@cherubim.icw.co.jp>
* cannadic update to cannadic-0.94g
2002-11-30 TABATA Yusuke <yusuke@cherubim.icw.co.jp>
* cannadic update to cannadic-0.94f
2002-11-23 TABATA Yusuke <yusuke@cherubim.icw.co.jp>
* automake-1.6.3 autoconf-2.53 libtool-1.4.2
2002-11-09 yusuke <yusuke@cherubim.icw.co.jp>
* cannadic update to cannadic-0.94e
2002-08-22 NIIBE Yutaka <gniibe@m17n.org>
* src-util/egg.c (struct context): New member SELLEN and SELECTION
to remember the selection of candidates.
(INITIAL_SELLEN): New macro.
(new_context): Added initialization of selection.
(release_context): Added finalalization of selection.
(get_number_of_segments): Moved upto begin_conversion.
(begin_conversion, end_conversion): Added selection support.
(resize_segment): Added selection support.
(select_candidate): Added selection support.
2002-08-09 NIIBE Yutaka <gniibe@m17n.org>
* doc/protocol.txt: Moved from src-util/protocol.txt.
2002-08-08 NIIBE Yutaka <gniibe@m17n.org>
Added EGG support.
* src-util/agent.c (egg_main): Declared.
(egg): New variable.
(parse_args, main): Handle --egg option.
* src-util/Makefile.am (anthy_agent_SOURCES): Added egg.c.
* src-utils/egg.c: New file.
* src-utils/protocol.txt: New file to describe protocol
of anthy agent egg protocol.
2002-07-09 yusuke <yusuke@cherubim.icw.co.jp>
* cannadic update to cannadic-0.94c
2002-03-25 Yusuke Tabata <yusuke@kmc.gr.jp>
* cannadic update to cannadic-0.94b
2002-03-13 Yusuke Tabata <yusuke@kmc.gr.jp>
* cannadic update to cannadic-0.94a
2002-03-08 NIIBE Yutaka <gniibe@m17n.org>
* src-diclib/alloc.c (get_chunk_from_page): Add the condition
to check if it's the first page or not.
2002-03-07 NIIBE Yutaka <gniibe@m17n.org>
* src-diclib/alloc.c (struct page): Directly place storage here.
(CHUNK_HEADER_SIZE): Rename from HEADER_SIZE.
(PAGE_HEADER_SIZE): New macro.
(alloc_page): No argument. Use storage (no indirection).
(anthy_create_allocator): Change the condition of comparison of size.
(anthy_free_allocator): Don't free p->storage.
(allocator_list): Change the type to a pointer.
(anthy_quit_allocator): Avoid de-reference freed pointer.
(anthy_free_allocator_internal): New function.
(anthy_free_allocator): Use anthy_free_allocator_internal.
Remove it from allocator_list.
(anthy_create_allocator): Register 'a' to allocator_list.
2002-03-07 NIIBE Yutaka <gniibe@m17n.org>
* src-diclib/alloc.c (struct page): Move max_obj and use_count to...
(struct allocator_priv): ... here.
(alloc_page): Don't set p->max_obj and p->use_count.
(anthy_create_allocator): Set them (of a) here instead.
(anthy_free_allocator): Use a->use_count (was: p->use_count).
(anthy_smalloc): Set a->use_count to 0, after alloc_page.
2002-03-07 NIIBE Yutaka <gniibe@m17n.org>
* src-diclib/dic_session.c: Include alloc.h.
* src-diclib/ddic_tree.h (struct ddic_handle): Use the type allocator.
* src-diclib/alloc.c (struct page): Remove (useless) member of
objsize.
(alloc_page): Don't use p->objsize.
(anthy_free_allocator): Use a->size instead of p->objsize.
(get_chunk_from_page): Added argument allocator and use it.
(anthy_smalloc): Supply allocator for the call of get_chunk_from_page.
* include/alloc.h (struct allocator_priv): Rename from allocator_.
2002-03-07 NIIBE Yutaka <gniibe@m17n.org>
* Makefile.am (AUTOMAKE_OPTIONS): Added dejagnu.
(EXPECT, RUNTEST, RUNTESTFLAG): Defined.
(check-DEJAGNU): New target.
2002-03-06 NIIBE Yutaka <gniibe@m17n.org>
* src-splitter/wordlist.c (gRules): Make it as a pointer.
(make_following_word_list, make_word_list, parse_line,
init_word_seq_tab): Apply the change.
(make_word_list_all): Make the variable head as a pointer.
2002-03-06 NIIBE Yutaka <gniibe@m17n.org>
* src-diclib/ddic_tree.h (struct ddic_handle): Change root_node type
as a pointer to struct seq_node.
* src-diclib/ddic.c (ddic_alloc_seq_ent_by_xstr): Follow the change.
(ddic_find_seq_ent_by_xstr, ddic_release_seq_ent,
invalidate_seq_node_mask, create_ddic, shrink_ddic): Likewise.
2002-03-06 NIIBE Yutaka <gniibe@m17n.org>
* src-diclib/conf.c (ents): Removed.
(ent_list): New variable.
(find_val_ent): Use ent_list.
(SID_FORMAT, MAX_HOSTNAME, MAX_SID_LEN): New macros.
(alloc_session_id): Put '\0' at the last of hn.
2002-03-05 NIIBE Yutaka <gniibe@m17n.org>
* src-util/dic-tool.c (read_typetab): exit with 1 (was: -1).
* src-diclib/alloc.c (alloc_page, anthy_create_allocator): Likewise.
2002-03-05 NIIBE Yutaka <gniibe@m17n.org>
* src-diclib/record.c (free_section): Coerce to void * to
discard const qualifier.
* src-diclib/conf.c (add_val, val_ent_dtor, val_ent_dtor): Likewise.
2002-03-05 NIIBE Yutaka <gniibe@m17n.org>
* src-main/main.c (anthy_conf_override, anthy_set_personality):
Qualify const for pointer to char.
* src-main/main.h (anthy_do_set_personality): Likewise.
* src-main/context.c (anthy_do_set_personality): Likewise.
* mkanthydic/mkdic.c (output_entry): Likewise.
* src-util/agent.c (send_quote_string, make_command1, write_reply,
send_string, send_quote_string):Likewise.
* src-util/input.c (do_cmd_push_key): Likewise.
* src-splitter/wordborder.h (get_node_id_by_name): Likewise.
* src-splitter/wordseq.c (get_node_id_by_name): Likewise.
* src-diclib/conf.c (find_val_ent, add_val, conf_get_str,
conf_override, struct val_ent): Likewise.
* src-diclib/dic_cache.h (struct dic_cache) : Likewise.
* src-diclib/dic_cache.c (create_dic_cache): Likewise.
* src-diclib/dic_personality.h (create_record, create_dic_cache):
Likewise.
* src-diclib/dic_main.c (anthy_dic_set_personality): Likewise.
* src-diclib/dic_main.h (create_sdic): Likewise.
* src-diclib/dic_util.c (dic_util_get_anthydir): Likewise.
* src-diclib/logger.c (anthy_do_set_logger, anthy_log, do_log):
Likewise.
* src-diclib/record.c (struct record_section, do_select_section,
fopen_in_recorddir, write_string, write_quote_string,
create_record, struct record_stat, commit_column): Likewise.
* src-diclib/ruleparser.c (get_token_in, get_line_in): Likewise.
* src-diclib/sdic.c (create_sdic, map_sdic): Likewise.
* src-diclib/wtype.c (type_to_wtype, get_pos_by_name,
name_to_wtype, get_table_by_name): Likewise.
* include/anthy.h (anthy_logger, anthy_set_logger,
anthy_conf_override, anthy_set_personality): Likewise.
* include/conf.h (conf_get_str, conf_override): Likewise.
* include/dicutil.h (dic_util_get_anthydir):
* include/logger.h (anthy_log, anthy_do_set_logger): Likewise.
* include/record.h (select_section): Likewise.
* include/wtype.h (type_to_wtype, name_to_wtype):
2002-03-05 NIIBE Yutaka <gniibe@m17n.org>
* src-diclib/ptab.h: Added missing initializer.
* src-diclib/ctab.h: Likewise.
* src-diclib/wtab.h: Likewise.
* src-util/rkconv.c (rk_get_pending_str): Make p and end const *.
* src-util/agent.c (print_version): Prototype-fied.
* src-diclib/logger.c (do_log): Make it static.
* src-ordering/relation.c (calc_segmask): Likewise.
2002-03-05 NIIBE Yutaka <gniibe@m17n.org>
* test/testsplit.c (parse_args): Make it static.
* test/test_main.c (parse_args, print_usage, read_file,
check_cond, init_lib): Likewise.
* src-util/agent.c (kill_connection, make_command1, make_command0,
key_name_table, high_level_command_name, make_command,
read_command, send_buffer, send_single_candidate, free_command):
Likewise.
* src-diclib/record.c (write_quote_xstr): Likewise.
2002-03-05 NIIBE Yutaka <gniibe@m17n.org>
* test/testsplit.c (fn): Add "const" qualifier.
* test/test_main.c (testdata): Likewise.
* mkanthydic/mkdic.c (output_fn): Likewise.
* src-util/agent.c (struct key_name_table, struct
high_level_command_name): Likewise.
* src-util/dic-tool.c (personality): Likewise.
* src-diclib/wtype.c (struct Ptab, struct wttable): Likewise.
* src-splitter/wordlist.c (print_word_list): Likewise for variable wn.
* src-util/rkhelper.c (make_rkmap_hirakata): Likewise for variable
slash.
* src-util/input.c (anthy_input_free_preedit): Remove extra ";"
after the function.
2002-03-04 NIIBE Yutaka <gniibe@m17n.org>
* src-diclib/alloc.c (struct page): Type change of free_list.
(alloc_page): Use free_list (instead of free_list.ptr).
(sfree): Likewise.
2002-03-04 <yusuke@kmc.gr.jp>
* ChangeLog my changelog entry 2002-02-25 & 2002-02-27
2002-03-04 NIIBE Yutaka <gniibe@m17n.org>
* configure.in (CFLAGS): More warning flags.
2002-03-04 NIIBE Yutaka <gniibe@m17n.org>
* src-diclib/dic_cache.c (fill_conjugated_ent, fill_sv_conjugated_ent,
calc_seq_flags, add_word_to_private_dic, init_private_dic,
cache_get_seq_ent_to_ddic, global_cache_get_seq_ent): Make them
static as declared.
* src-diclib/ddic.c (seq_node_dtor, ddic_dtor, alloc_seq_node_by_xstr,
hash_function, sdic_dtor, mark_hash_ent, get_hash_ent,
push_back_dic_ent_kv, push_back_dic_ent, parse_wtype,
add_dic_ent, fill_dic_ent, mkxstr, search_word_in_page,
ordered_xstrcmp, get_page_index_search, get_page_index,
extract_page, make_dic_index, map_sdic, search_word,
sdic_fill_seq_ent_by_xstr_kv): Likewise.
* src-diclib/conf.c (val_ent_dtor, find_val_ent, add_val,
read_conf_file, alloc_session_id): Likewise.
* src-diclib/ruleparser.c (pushchar, get_token_in, get_line_in,
proc_include, pop_file, get_line): Likewise.
* src-diclib/record.c (init_trie_root, trie_key_nth_bit,
trie_key_first_diff_bit_1byte, trie_key_first_diff_bit,
trie_key_cmp, trie_key_dup, trie_insert, fopen_in_recorddir,
do_get_index_xstr, do_select_section, do_select_longest_column,
do_select_column, do_mark_column_used, do_truncate_section,
do_select_first_column, do_select_next_column, trie_column_init,
trie_column_free, free_section, free_record, get_nth_val_ent,
check_anthy_dir, read_session, sync_add, sync_del_and_del,
update_session_file, save_a_column, update_base_record,
check_base_record, read_base_record, update_record, record_dtor):
Likewise.
* src-diclib/xchar.c (find_xchar_type, is_hira): Likewise.
* src-diclib/ext_ent.c (init_ext_nodes, narrow_num_to_wide_num,
wide_num_to_narrow_num, get_kj_num, compose_num_component,
toggle_wide_narrow): Likewise.
* src-diclib/alloc.c (get_chunk_address, alloc_page,
get_chunk_from_page): Likewise.
* src-splitter/wordlist.c (wordseq_rule_dtor, ipow,
calc_suffix_affinity, make_following_word_list, make_suc_words,
make_pre_words, setup_word_list, make_word_list, make_dummy_head,
parse_line): Likewise.
* src-splitter/metaword.c (commit_metaword, alloc_metaword,
make_unkseq_metaword, make_simple_metaword,
try_combine_v_renyou_a, try_combine_v_renyou_t, try_combine_name,
try_combine_metaword, combine_metaword, make_dummy_metaword,
make_ochaire_metaword, make_ochaire_metaword_all,
make_metaword_with_depchar, make_metaword_with_depchar_all):
Likewise.
* src-splitter/wordseq.c (check_nodes, match_branch, match_nodes,
parse_line): Likewise.
* src-splitter/splitter.c (release_info_cache, make_word_cache,
metaword_dtor, seginfo_dtor, get_seginfo_from_metaword,
real_seg_len, proc_expanded_segment): Likewise.
* src-splitter/evalborder.c (print_astar_node, alloc_astar_node,
mark_by_metaword, rebalance_astar_heap_from_root, push_astar_node,
pop_astar_node, expand_astar_node, init_astar_heap,
free_astar_heap, do_split, shrink_redundant_branch,
metaword_constraint_check, metaword_constraint_check_all): Likewise.
* src-ordering/candsort.c (release_redundant_candidate,
candidate_compare_func, sort_segment, check_dupl_candidate,
eval_candidate, eval_segment): Likewise.
* src-ordering/infosort.c (eval_seginfo, seginfo_compare_func):
Likewise.
* src-main/main.c (commit_all_segment_p): Likewise.
* src-main/context.c (context_dtor, get_nth_segment_index,
pop_back_seg_ent, compose_segment_list, get_personality): Likewise.
* src-main/segcompose.c (enum_candidates, dup_candidate,
push_back_candidate, push_back_singleword_candidate,
push_back_noconv_candidate, print_candidate,
make_candidate_from_seginfo, proc_splitter_info): Likewise.
* src-util/rkconv.c (rk_convert_iterative): Likewise.
* src-diclib/conf.c (read_conf_file): Likewise.
* src-diclib/xstr.c (xc_isprint): Make it static.
(xlengthofcstr): Likewise.
2002-03-04 NIIBE Yutaka <gniibe@m17n.org>
* src-util/agent.c (make_command): Don't use initializer with
dynamic contents, use assignment instead.
2002-03-04 NIIBE Yutaka <gniibe@m17n.org>
* src-ordering/infosort.c (seginfo_compare_func): Add const
qualifier.
2002-03-04 NIIBE Yutaka <gniibe@m17n.org>
* src-diclib/conf.c (read_conf_file, alloc_session_id,
anthy_do_conf_init): Argument is void.
* src-diclib/dic_cache.c (init_dic_cache, shrink_cache): Likewise.
* src-diclib/dic_ent.h (init_ext_ent): Likewise.
* src-diclib/dic_main.c (init_anthy_dic, quit_anthy_dic,
dic_create_session): Likewise.
* src-diclib/dic_main.h (create_session, get_current_session_mask,
init_ddic, quit_ddic, create_ddic, init_dic_cache, shrink_cache,
init_sdic, init_wtypes, init_xchar_tab): Likewise.
* src-diclib/dic_personality.h (init_record): Likewise.
* src-diclib/dic_session.c (create_session,
get_current_session_mask): Likewise.
* src-diclib/dic_util.c (dic_util_init, priv_dic_delete,
priv_dic_select_first_entry, priv_dic_select_next_entry,
priv_dic_get_freq, dic_util_get_anthydir): Likewise.
* src-diclib/ext_ent.c (init_ext_nodes, init_ext_ent): Likewise.
* src-diclib/record.c (get_nr_values, select_first_column,
select_next_column, get_index_xstr, release_section,
release_column, check_anthy_dir, update_session_file,
init_record): Likewise.
* src-diclib/ruleparser.c (get_line_in, proc_include, pop_file,
get_line, anthy_free_line, anthy_close_file, anthy_get_line_number):
Likewise.
* src-diclib/sdic.c (init_sdic): Likewise.
* src-diclib/wtype.c (init_wtypes): Likewise.
* src-diclib/xchar.c (init_xchar_tab): Likewise.
* src-main/context.c (anthy_do_create_context, anthy_init_contexts,
anthy_quit_contexts, get_personality, anthy_init_personality,
anthy_quit_personality): Likewise.
* src-main/main.c (anthy_init, anthy_quit, anthy_create_context):
Likewise.
* src-main/main.h (anthy_init_contexts, anthy_quit_contexts,
anthy_init_personality, anthy_quit_personality,
anthy_do_create_context): Likewise.
* src-ordering/candswap.c (cand_swap_ageup): Likewise.
* src-ordering/sorter.h (cand_swap_ageup): Likewise.
* src-splitter/evalborder.c (alloc_astar_node, pop_astar_node,
init_astar_heap, free_astar_heap): Likewise.
* src-splitter/splitter.c (init_splitter, quit_splitter):
Likewise.
* src-splitter/wordborder.h (init_depword_tab,
release_depword_tab, init_wordlist): Likewise.
* src-splitter/wordlist.c (wordseq_rule_dtor, init_word_seq_tab,
init_wordlist): Likewise.
* src-splitter/wordseq.c (check_nodes, release_depword_tab):
Likewise.
* src-util/agent.c (read_command, send_error, send_ok): Likewise.
* src-util/dic-tool.c (print_usage, open_typetab,
print_usage_text, read_typetab, dump_dic, open_input_file,
find_wt, load_dic, print_version): Likewise.
* src-util/input.c (anthy_input_init): Likewise.
* test/test_main.c (print_usage, check_cond, init_lib): Likewise.
* test/testsplit.c (init_lib): Likewise.
* src-diclib/ddic.c (init_ddic, quit_ddic, create_ddic): Likewise.
* src-diclib/conf.c (read_conf_file, alloc_session_id,
anthy_do_conf_init): Likewise.
* mkanthydic/mkdic.c (open_output_files, flush_output_files,
do_output, print_usage, link_dics): Likewise.
* src-diclib/alloc.c (quit_allocator): Likewise.
* include/splitter.h (init_splitter, quit_splitter): Likewise.
* include/ruleparser.h (anthy_close_file, anthy_get_line_number,
anthy_free_line): Likewise.
* include/record.h (select_first_column, select_next_column,
release_section, get_index_xstr, get_nr_values, release_column):
Likewise.
* include/dicutil.h (dic_util_init, dic_util_get_anthydir,
priv_dic_delete, priv_dic_select_first_entry,
priv_dic_select_next_entry, priv_dic_get_freq): Likewise.
* include/dic.h (init_anthy_dic, quit_anthy_dic,
dic_create_session): Likewise.
* include/conf.h (anthy_do_conf_init): Likewise.
* include/anthy.h (anthy_init, anthy_quit, anthy_create_context):
Likewise.
* include/alloc.h (quit_allocator): Likewise.
2002-03-04 NIIBE Yutaka <gniibe@m17n.org>
* configure.in (fcntl-lock-default): Escape character "`" in the
comment string.
2002-02-27 Yusuke Tabata <yusuke@kmc.gr.jp>
* rename src-main/segcompose.c -> compose.c
* add src-ordering/relatoin.c
* add src-diclib/logger.c
* add include/logger.h
2002-02-25 Yusuke Tabata <yusuke@kmc.gr.jp>
* updated to cannadic-0.94
2002-01-15 Yusuke Tabata <yusuke@kmc.gr.jp>
* updated to cannadic-0.93a
2002-01-13 Yusuke Tabata <yusuke@kmc.gr.jp>
* updated to cannadic-0.93
* moved cannadic files to cannadic/ from mkanthydic/
2002-01-06 Yusuke Tabata <yusuke@kmc.gr.jp>
* src-util/leim-list.el added
* Changed install directory of elisps to site-lisp/anthy/
2001-11-15 Yusuke Tabata <yusuke@kmc.kyoto-u.ac.jp>
* include/editor.h -> include/input.h
src-util/editor.c -> src-util/input.c
libanthyeditor.la -> libanthyinput.la
added src-util/rkhelper.c
2001-11-12 Yusuke Tabata <yusuke@kmc.kyoto-u.ac.jp>
* include/editor.h, src-util/editor.c added
* libanthyeditor.la added
2001-11-12 Yusuke Tabata <yusuke@kmc.kyoto-u.ac.jp>
* anthy-dic.el added.
2001-10-21 Yusuke Tabata <yusuke@kmc.kyoto-u.ac.jp>
* Changed install directory of anthy-conf from pkgdatadir to
sysconfdir.
* updated libtool version to 1.4.2a (1.922.2.60 2001/09/16 15:47:12)
2001-09-18 Yusuke Tabata <yusuke@kmc.kyoto-u.ac.jp>
* anthy_get_segment()֤ͤХåեĹѹ
* anthy_quit() ɲ
2001-08-09 Tabatee <yusuke@kmc.kyoto-u.ac.jp>
* anthy-dic-toolanthy-agentdoc/UTILɲä(ä)
* IIIMPutena
* anthyȤemacs lispɲ
2001-07-31 Tabatee <yusuke@kmc.kyoto-u.ac.jp>
* Ѵ¸ե~/.anthy/last-record_{personality-name}
ѹ(ϤäȰä)
2001-05-26 Tabatee <yusuke@kmc.kyoto-u.ac.jp>
* Ѵ¸ե~/.anthy/last-record:{personality-name}
ѹ
2001-04-20 Tabatee <yusuke@kmc.kyoto-u.ac.jp>
* anthy.h anthy_set_personality()ɲä
2001-04-02 Tabatee <yusuke@kmc.kyoto-u.ac.jp>
* anthy.h anthy_print_context()ɲä
2001-04-01 Tabatee <yusuke@kmc.kyoto-u.ac.jp>
* ChangeLogե
|