File: ChangeLog

package info (click to toggle)
scim-chewing 0.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,996 kB
  • ctags: 527
  • sloc: sh: 10,124; cpp: 2,116; makefile: 132
file content (740 lines) | stat: -rw-r--r-- 22,434 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
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
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
2008-12-01  Jim Huang  <jserv.tw@gmail.com>

	* configure.ac: Bump version to 0.3.3
	Bump libchewing dependency to version 0.3.2 (equal)

2008-11-30  Kanru Chen  <kanru@kanru.info>

	* src/scim_chewing_imengine.cpp: Fix off-by-one bug.

2008-11-30  Kanru Chen  <kanru@kanru.info>

	* src/scim_chewing_imengine.cpp,
	src/scim_chewing_imengine.h: Set selection key correctly.

2008-11-30  Jim Huang  <jserv.tw@gmail.com>

	* po/zh_TW.po: Update translations.

2008-11-30  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine.h (class ChewingIMEngineFactory)
	src/scim_chewing_config_entry.h
	(SCIM_CONFIG_IMENGINE_CHEWING_AUTO_SHIFT_CURSOR): Added entries for
	the feature: automatically shifting cursor after selection.

	* src/scim_chewing_imengine.cpp (ChewingIMEngineFactory::reload_conf),
	src/scim_chewing_imengine_setup.cpp (create_options_page)
	(setup_widget_value) (load_config) (save_config): Implemented.

2008-11-29  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine_setup.cpp
	(scim_setup_module_get_description): Fix typo.

	* po/zh_TW.po: Improve messages.

2008-11-29  Jim Huang  <jserv.tw@gmail.com>

	* po/zh_TW.po: Update translations.

2008-11-29  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine.h (class ChewingIMEngineFactory),
	src/scim_chewing_config_entry.h
	(SCIM_CONFIG_IMENGINE_CHEWING_PHRASE_CHOICE_REARWARD): Added entries
	for the direction of phrase choice.

	* src/scim_chewing_imengine.cpp (ChewingIMEngineFactory::reload_conf),
	src/scim_chewing_imengine_setup.cpp (create_options_page)
	(setup_widget_value) (load_config) (save_config): Implemented.

2008-11-27  Kanru Chen  <kanru@kanru.info>

	* src/scim_chewing_imengine.cpp: Adapt the libchewing APIs.

2008-10-30  Jim Huang  <jserv.tw@gmail.com>

	* configure.ac: Specify the qualication of libchewing dependency
	version as "equal" instead of "larger than or equal" because of the
	fact that libchewing 0.3.x stands for development branch.  We intend
	to break API/ABI at the stage.

2008-10-25  Kanru Chen  <kanru@kanru.info>

	* src/scim_chewing_imengine.cpp,
	src/scim_chewing_imengine_setup.cpp: Remove hanyupinyin setting page. Now
	libchewing load the table from data directory or user data directory.

2008-10-19  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine_setup.cp (__config_keyboards):
	Fix Trigger key settings due to typo.
	RedHat bugzilla #206125, rt #23574

2008-10-18  Kanru Chen  <kanru@kanru.info>

	* src/scim_chewing_imengine.cpp: Proper include path.
	(ChewingIMEngineInstance::commit): Remove semi-colon after if statement.

2008-10-18  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine_setup.cpp (create_keyboard_page)
	(create_pinyin_config_page): Eliminate compilation warnings.

2008-10-18  Jeff Chen  <wiz.chen@gmail.com>

	* src/scim_chewing_imengine_setup.cpp:
	Fix the layout of keyboard setting page.

	* src/scim_chewing_imengine.h,
	  src/scim_chewing_imengine.cpp:
	Adapt the libchewing APIs.

2008-10-01  Kanru Chen  <kanru@kanru.info>

	* configure.ac: Make use of AC_CONFIG_AUX_DIR.

	* autotools: New directory containing files generated by autotools.

	* scripts/remove-autotool.sh: Likewise.

2008-10-01  Kanru Chen  <kanru@kanru.info>

	* configure.ac:
	Bump version to 0.3.2
	Bump libchewing dependency to version 0.3.1

2008-09-20  Kanru Chen  <kanru@kanru.info>

	* configure.ac:
	Bump version to 0.3.1.902
	Bump libchewing dependency to version 0.3.0.902

2008-09-20  Kanru Chen  <kanru@kanru.info>

	* configure.ac:
	Bump libchewing dependency to version 0.3.0.901

2008-07-07  Kanru Chen  <kanru@kanru.info>

	* src/scim_chewing_imengine.cpp:
	Corret candidate number setting.

2008-04-28  Caius Chance  <cchance@redhat.com>

	* src/scim_chewing_config_entry.h,
	src/scim_chewing_imengine.cpp,
	src/scim_chewing_imengine.h,
	src/scim_chewing_imengine_setup.cpp:
	Added Chinese/English mode fast switch on toolbar.
	Added Chinese/English mode initial preference in setup menus.
	Minor refactorization.

2008-04-09  Caius Chance  <cchance@redhat.com>

	* src/scim_chewing_imengine.cpp:
	Fixes texts pasting to preedit buffer (graphically only) in KDE4/Qt4.
	(Paste of texts will be ignored and cursor will be moved to the end of 
	 preedit buffer.)

2008-04-01  Jeff Chen  <wiz.chen@gmail.com>

	* src/scim_chewing_imengine_setup.cpp:
	The maximum value of SelectionKeysNum should be 10.
	Fix wrong layout parameters in keyboard page.

2008-03-22  Kanru Chen  <koster@debian.org.tw>

	* src/scim_chewing_imengine.cpp,
	src/scim_chewing_imengine_setup.cpp:
	Adapting g++-4.3 compatibility patch from Cyril Brulebois.

2008-02-05  Jeff Chen  <wiz.chen@gmail.com>

	* src/scim_chewing_imengine_setup.cpp:
	Use const char* for string literal.

	* src/scim_chewing_imengine.cpp:
	Typo fixed.

2008-02-03  Jeff Chen  <wiz.chen@gmail.com>

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::trigger_property)
	(ChewingIMEngineInstance::refresh_kbtype_property):
	Correct some keyboard types
	(ChewingIMEngineInstance::match_key_event):
	Correct the missing increase operator.
	(ChewingIMEngineFactory::get_help):
	Add missing plus operators.

2008-01-16  Kanru Chen  <koster@debian.org.tw>

	* src/scim_chewing_imengine.cpp:
	Use the KB_* definition from zuin.h.

2008-01-16  Kanru Chen  <koster@debian.org.tw>

	* src/scim_chewing_imengine.cpp:
	Fix the missing plusses.

2008-01-08  Caius Chance  <cchance@redhat.com>

	* src/scim_chewing_imengine.cpp:
	* src/scim_chewing_imengine.h:
	Keyboard layout toggle button on toolbar.
	(Added a button for keyboard type change. It won't save to config 
	but just for input a character occasionally if such combination keys
	are suddenly forgotten.)

2007-12-20  Caius Chance  <cchance@redhat.com>

	* src/scim_chewing_imengine.cpp:
	Last candidate on lookup table is not a valid candidate.
	( Refit lookup table page size for last lookup page. i.e.
	m_lookup_table.set_page_size([last_page_candidate_amount]) )

2007-07-25  Jim Huang  <jserv.tw@gmail.com>

	* po/nl.po: New file.  Nederlands translation contributed by
	Ronald Stroethoff <stroet43@zonnet.nl>.

	* po/LINGUAS: Likewise.

2007-05-22  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_color_button.cpp,
	src/scim_color_button.h,
	src/scim_chewing_imengine_setup.cpp:
	s/ScimColorButton/ScimChewingColorButton/g .
	To avoid setup GUI modules not able to initialize due to naming
	pollution.  Reported by Yong Sun <Yong.Sun@Sun.COM>.

	* po/zh_TW.po: Fix translation item of "Han-Yu PinYin Keyboard".

2006-11-22  Caius Chance  <cchance@redhat.com>

        Release Page Up / Page Down key event to running applications.
        (Fixed Page Up / Page Down key doesn't work when Chewing is activated.)

        * src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::process_key_event): Add redirection of 
	SCIM_KEY_Page_Up() and SCIM_KEY_Page_Down() to libchewing's
	chewing_handle_PageUp() and chewing_handle_PageDown(), which eventually
	pass page up and page down key event to running applications.

2006-11-16  Jim Huang  <jserv.tw@gmail.com>

	* src/Makefile.am: Added scim_chewing_config_entry.h and
	scim_chewing_imengine.h into chewing_la_SOURCES.

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::reload_config)
	(ChewingIMEngineInstance::update_lookup_table_page_size): Rename
	config.selectAreaLen to config.candPerPage .

	* configure.ac: Depends on libchewing 0.3.091 .
	Downgrade intltools from 0.35 to 0.34 .

	* AUTHORS: Updated.

2006-11-09  Caius Chance  <cchance@redhat.com>

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::reset):
	Re-focus to clear preedit, to avoid gedit crash when select-all.

2006-10-30  Caius Chance  <cchance@redhat.com>

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::reload_config):
	Esc key to clean all buffer couldn't be disabled.
	Esc clear all buffer was not functioning and setup page wasn't
	reflecting changes.

	* src/scim_chewing_imengine_setup.cpp
	(setup_widget_value): As Above

2006-10-30  Caius Chance  <cchance@redhat.com>

	* src/scim_chewing_imengine_setup.cpp
	  (__config_keyboards[]):
	Fixed trigger key "Control-Space".
	(It was recognised as "Space" because it was written "Ctrl-Space".)

2006-08-15  Kanru Chen  <koster@debian.org.tw>

	* src/scim_chewing_imengine.cpp
	  (ChewingIMEngineInstance::focus_out):
	Add chewing_handle_Esc() after committing to clear rest pre-edit
	buffer.

2006-06-19  Jeff Chen  <wiz.chen@gamil.com>

	* po/zh_TW.po: Updated.

	* src/scim_chewing_imengine.h:
	Add new members for selectable PinYin method.

	* src/scim_chewing_config_entry.h:
	Add new configurations to scim repository.
	  
	* src/scim_chewing_imengine.cpp 
	(ChewingIMEngineFactory::reload_config)
	(ChewingIMEngineInstance::reset),
	src/scim_chewing_imengine_setup.cpp
	(create_pinyin_config_page)
	(create_setup_window)
	(load_config) (save_config) (set_pinyin_typ)
	(on_builtin_pinyin_method_changed)
	(on_builtin_pinyin_method_toggled)
	(on_external_pinyin_method_changed):
	Add selectable PinYin method support.
	  
2006-05-30  Kanru Chen  <koster@debian.org.tw>

	* configure.ac: Bump version to 0.3.1.
	* po/ChangeLog: New file, used by intltool.
	* autogen.sh: Reordering the scripts.

2006-05-28  Kanru Chen  <koster@debian.org.tw>

	* configure.ac: Add IT_PROG_INTLTOOL which will include intltool.m4.
	Require intltool version 0.35.0 to use LINGUAS file.
	* autogen.sh: Reordering the scripts. Call aclocal after libtoolize and
	intltoolize.
	* po/LINGUAS: New file.

2006-05-21  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine_setup.cpp
	(setup_widget_value) (load_config) (save_config)
	(find_color_config_entry): Fixlet.
	There's no "end marker"	where the bg_key is False. This of course 
	causes invalid memory access thus crashing "scim-setup".
	Patched by Scott Tsai <scottt.tw@gmail.com>.

2006-05-18  Kanru Chen  <koster@debian.org.tw>

	* src/scimm_chewing_imengine.cpp
	(ChewingIMEngineInstance::process_key_event): Pass unknown input key event.

2006-05-16  Kanru Chen  <koster@debian.org.tw>

	* scrpits/remove-autotool.sh: Add config.status.lineno to removing
	list.

2006-05-15  Jim Huang  <jserv.tw@gmail.com>

	* configure.ac: Bump version to 0.3.0 (final).
	SCIM-chewing 0.3.x depends on libchewing 0.3.x series.

2006-05-15  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine.h
	(m_selection_keys_num): New member for the number of selection keys.

	* src/scim_chewing_config_entry.h
	(SCIM_CHEWING_SELECTION_KEYS_NUM): Put key entry name instead of
	hard-coded constant.

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineFactory::reload_conf)
	(ChewingIMEngineInstance::ChewingIMEngine)
	(ChewingIMEngineInstance::reload_config)
	(ChewingIMEngineInstance::update_lookup_table_page_size)
	(ChewingIMEngineInstance::reset)
	(ChewingLookupTable::ChewingLookupTable) (ChewingLookupTable::init):
	Continue the previous work from Kanru Chen to be more complete.

	* src/scim_chewing_imengine_setup.cpp
	(create_keyboard_page) (create_keyboard_page) (setup_widget_value)
	(load_config) (save_config): Likewise.
	Complete SetupUI for customized selection keys and number.

	* po/zh_TW.po: Updated.

2006-05-15  Jim Huang  <jserv.tw@gmail.com>

	* configure.ac: Fill chewing-devel@googlegroups.com as contact
	address.
	
2006-05-13  Kanru Chen  <koster@debian.org.tw>

	* src/scim_chewing_imengine.cpp
	(ChewingLookupTable::init): Accpet custom selection keys.
	(ChewingIMEngineInstance::reset): Update selection keys.

2006-05-12  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::reset): Added suffix '\0'.

	* src/scim_chewing_imengine_setup.cpp
	(_builtin_selectmap): Reduced to char *builtin_selectkeys.
	(create_keyboard_page) (setup_widget_value) (save_config): Use
	fixed-length selection keys.

2006-05-12  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine.h
	(m_default_KeyboardType): Rename to m_KeyboardType for better
	readability.
	(m_selection_keys): New member for selection keys.

	* src/scim_chewing_config_entry.h
	(SCIM_CONFIG_IMENGINE_CHEWING_SELECTION_KEYS): New macro. Default
	selection keys.

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineFactory::reload_conf)
	(ChewingIMEngineInstance::reload_config)
	(ChewingIMEngineInstance::reset),
	src/scim_chewing_imengine_setup.cpp
	(create_keyboard_page) (create_keyboard_page) (setup_widget_value)
	(load_config) (save_config): Implement customized selection keys, such
	as "123...", "asdf...", etc.

	* po/zh_TW.po: Updated.

2006-05-11  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::process_key): Fixlet to use
	chewing_handle_ShiftSpace.

2006-05-10  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::process_key): Toggle Full/Half shape via
	shift-space.

2006-05-10  Jim Huang  <jserv.tw@gmail.com>

	* configure.ac: Bump version to 0.2.92 .

2006-05-10  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_config_entry.h
	(SCIM_CONFIG_IMENGINE_CHEWING_PREEDIT_BGCOLOR_NUM): New macro.

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineFactory::reload_conf): Increment color index.
	(ChewingIMEngineInstance::commit): Cleanup.
	NOTE: Only the color setting of preedit area background is
	implemented.

	* src/scim_chewing_imengine_setup.cpp
	(create_color_button_page): Cleanup.
	TODO: Enable tooltip in create_color_button.

	* po/zh_TW.po: Improved.

2006-05-10  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_color_button.cpp,
	src/scim_color_button.h: New files. ScimColorButton implementation.

	* src/Makefile.am: Ditto.

	* src/scim_chewing_config_entry.h
	(SCIM_CONFIG_IMENGINE_CHEWING_PREEDIT_BGCOLOR_DEF_[1-5]): Default
	color index for preedit area background.

	* src/scim_chewing_imengine.cpp (chewing_preedit_bgcolor): Fill with
	default values.

	* src/scim_chewing_imengine_setup.cpp
	(config_color_common): New member for color index storage.
	(create_color_button) (on_color_button_changed)
	(find_color_config_entry): New function to handling color buttons.
	(create_setup_window): Added decorative color page.
	(setup_widget_value) (load_config) (save_config): Use ColorConfigData.

	* data/scim-chewing-swap-colors.png: New file. Indicate color
	swapping.

	* data/Makefile.am: Ditto.

2006-05-09  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine.h
	(ChewingIMEngineFactory::m_preedit_bgcolor[]): New property. Used for
	storing preedit background color indexes.

	* src/Makefile.am: Added SCIM_CHEWING_LOCALEDIR.

	* src/scim_chewing_imengine.cpp
	(scim_module_init): Bind text domain.
	(ChewingIMEngineFactory::reload_config): Reload various preedit
	background color indexes for
	SCIM_CONFIG_IMENGINE_CHEWING_PREEDIT_BGCOLOR_ .
	(ChewingIMEngineFactory::get_help): Tweak help messages.

	* src/scim_chewing_imengine_setup.cpp (scim_module_init): Bind text
	domain.
	TODO: use ScimColorButton in SetupUI for customized color indexes.

	* po/zh_TW.po: Updated.

2006-05-08  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::process_key): Fixlet to Caps Lock.

2006-05-08  Jim Huang  <jserv.tw@gmail.com>

	* scim-chewing.spec.in: Added rules for dependency checks.

2006-05-08  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::trigger_property): Fixlet to Full/Half shape
	trigger.

2006-05-08  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine.cpp (_builtin_keymap): Fix typo of
	Han-Yu PinYin Keyboard.

2006-05-07  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::process_key): Temporary workaround for
	avoiding crashes with shift key combinations.

2006-05-06  Jim Huang  <jserv.tw@gmail.com>

	* configure.ac: SCIM-chewing 0.2.91 depends on libchewing 0.2.93 .

2006-05-02  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine.h
	(ChewingIMEngineFactory::m_esc_clean_all_buffer),
	src/scim_chewing_imengine.cpp (ChewingIMEngineFactory::reload_conf)
	(ChewingIMEngineInstance::reload_con):
	New property: m_esc_clean_all_buffer.
	Decide to assign Esc key to clean all keyboard buffer or not.

	* src/scim_chewing_imengine_setup.cpp (create_options_page)
	(load_config) (save_config): Implement UI for configure the above
	option.

	* po/scim-chewing.pot,
	po/zh_TW.po: Update gettext message template and zh_TW translation.

	* configure.ac: Bump version to 0.2.91 .

2006-04-29  Jim Huang  <jserv.tw@gmail.com>

	* src/scim_chewing_imengine.cpp
	(builtin_keymaps): Rename KB_HANYU_PINYING to KB_HANYUPINYIN to fit
	SVN HEAD libchewing changes.

2006-03-23  Jim Huang  <jserv.tw@gmail.com>

	* src/Makefile.am: Trivial change for libtool symbols.

2005-12-07  Kanru Chen  <koster@debian.org.tw>

	* src/scim_chewing_imengine.cpp:
	Use new buffer size.

2005-12-07  Kanru Chen  <koster@debian.org.tw>
	
	* configure.ac: Use SVN HEAD libchewing.

	* src/scim_chewing_imengine.cpp:
	Add Full/Half shape property.
	Use new API.

2005-10-10  Jim Huang  <jserv@kaffe.org>

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::~ChewingIMEngineInstance): Add
	TerminateChewing API call.

2005-08-08  Jim Huang  <jserv@kaffe.org>

	* configure.ac: Bump version to 0.2.1 .
	SCIM/Chewing now depends on libchewing 0.2.7 .

	* NEWS: Updated.

2005-04-24  Kanru Chen  <koster@debian.org.tw>

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::process_key_event):
	Fix CtrlNum failure.

2005-04-17  Kanru Chen  <koster@debian.org.tw>

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::process_key_event):
	Handle key mask to make working under SCIM 1.2.1 .
	(ChewingIMEngineInstance::commit):
	Validate the content in lookup table.

2005-03-20 Jim Huang  <jserv@kaffe.org>

	* src/scim_chewing_imengine.h
	(class ChewingIMEngineFactory),
	src/scim_chewing_config_entry.h:
	New member for SpaceAsSelection to decide if perform old style
	of space key.

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineFactory::reload_config),
	(ChewingIMEngineInstance::reload_config),
	src/scim_chewing_imengine_setup.cpp
	(create_options_page), (setup_widget_value), 
	(load_config), (save_config):
	Support the switch of the above option.
	
2005-03-18  Kanru Chen  <koster@debian.org.tw>

	* scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::trigger_property):
	Use trigger_property to change the chi/eng mode, so we can use
	property button to change the mode.
	
2005-03-18  Kanru Chen  <koster@debian.org.tw>

	* scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::commit):
	Make Zuin output much pretty and readable.

2005-02-28  Jim Huang  <jserv@kaffe.org>

	* configure.ac:
	Bump version to 0.2.0.
	Depends on libchewing 0.2.6 (and above).
	clean up version definition macros.
	
	* scim-chewing.spec.in:
	Fix package version definition.

2005-02-25  Kanru Chen  <koster@debian.org.tw>
	
	* src/scim_chewing_config_entry.h:
	Fix typo.

2005-02-24  Jim Huang  <jserv@kaffe.org>

	* src/scim_chewing_imengine_setup.cpp:
	Handle the keyboard mapping configuration with translated
	message.

	* po/zh_TW.po:
	Updated with keyboard mapping message.

2005-02-24  Kanru Chen  <koster@debian.org.tw>

	* src/scim_chewing_config_entry.h,
	src/scim_chewing_imengine_setup.cpp:
	Remove unused SCIM_CONFIG_IMENGINE_CHEWING_USE_DVORAK

	* src/scim_chewing_imengine.cpp,
	src/scim_chewing_imengine.h:
	New function: ChewingIMEngineFactory::reload_config,
	reorder initialize sequence, save config data in Factory.
	After scim-setup, changes can immediately be reloaded.

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineFactory::get_help):
	Fill help messages.
	(ChewingIMEngineInstance::select_candidate):
	Now we can use mouse to select the candidate.
	(ChewingIMEngineInstance::commit):
	Pass correct length to iconv. (fix rt#7503)
	Use different foreground color to highlight phrases.

2005-02-21  Kanru Chen  <koster@debian.org.tw>

	* src/scim_chewing_imengine.cpp
	(reload_config):
	Let selectAreaLen have correct value.

2005-02-21  Jim Huang  <jserv@kaffe.org>

	* src/scim_chewing_imengine.h,
	src/scim_chewing_config_entry.h,
	src/scim_chewing_imengine.cpp,
	src/scim_chewing_imengine_setup.cpp:
	Bump copyright date.

	* src/scim_chewing_imengine_setup.cpp:
	Fix intl macro.

	* po/zh_TW.po:
	Update zh_TW translation to adapt recent SetupIM changes.
	
2005-02-20  Kanru Chen  <koster@debian.org.tw>

	* po/scim-chewing.pot,
	po/zh_TW.po:
	Update gettext message template and zh_TW translation.

	* src/scim_chewing_imengine.h,
	src/scim_chewing_imengine.cpp:
	Add ChiEngMode property, functionality to show current mode is
	Chinese Mode or English Mode.
	
	* src/scim_chewing_imengime_setup.cpp:
	New chewing keyboard type - KB_HANYU_PINYING.

2005-02-07  Kanru Chen  <koster@debian.org.tw>

	* src/scim_chewing_imengine.h,
	src/scim_chewing_imengine.cpp (ChewingIMEngineInstance::commit):
	Add functionality to show phrase interval using fonts decorated by
	underline, caret by highlight fonts, and Zuin symbol after the
	specific caret.

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::match_key_event):
	New method. Make checking keys more convenient.
	
2005-02-06  Kanru Chen  <koster@debian.org.tw>

	* src/scim_chewing_imengine.cpp,
	src/scim_chewing_imengine_setup.cpp:
	Initial working SetupUI. Support USER_KB_TYPE entry.

2004-12-21  Jim Huang  <jserv@kaffe.org>

	* configure.ac:
	Bump version to 0.1.1

2004-12-15  Jim Huang  <jserv@kaffe.org>

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineInstance::process_key_event):
	Add a workaround against the known issue in OpenOffice with
	GTK+ im module hanlding key pressed/released events.

2004-12-14  Jim Huang  <jserv@kaffe.org>

	* src/scim_chewing_imengine.cpp
	(ChewingIMEngineFactory::init):
	Replace scim_get_home_dir() with CHEWING_DATADIR (prefix) for
	consistency.
	(ChewingIMEngineFactory::validate_encoding),
	(ChewingIMEngineFactory::validate_locale):
	Implemented.
	(ChewingIMEngineInstance::reload_config):
	Handle evil Null character in C-style string.

2004-12-07  Jim Huang  <jserv@kaffe.org>

	* src/scim_chewing_imengine.cpp:
	Remove the implementation of the invalid methods,
	ChewingIMEngineFactory::validate_encoding and
	ChewingIMEngineFactory::validate_locale. Just use the ones 
	derived	from base class according to the advice of James Su.

2004-11-30  Jim Huang  <jserv@kaffe.org>

	* First working snapshot.
	* Adapt the codebase from Kanru Chen.