-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog_0.3.1
858 lines (528 loc) · 25.9 KB
/
ChangeLog_0.3.1
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
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
2007-05-30 13:41 Choe Hwanjin <[email protected]>
* configure.ac (1.14), po/nl.po (1.1), skim/po/nl.po (1.1):
add dutch translation
2007-05-27 13:08 Choe Hwanjin <[email protected]>
* configure.ac (1.13), data/Makefile.am (1.2), src/Makefile.am
(1.4), src/scim_hangul_imengine.cpp (1.34),
src/scim_hangul_imengine.h (1.17):
Add symbol candidate table * add SCIM_HANGUL_DATADIR * add
symbol.txt (libhangul symbol candidate data file) * add symbol
character searching routine
2007-04-01 06:00 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.33):
process escape key after processing candidate keys.
2007-01-06 16:24 tag scim_hangul_0_3_1
2007-01-06 16:24 Choe Hwanjin <[email protected]>
* ChangeLog (1.7):
update ChangeLog
2007-01-06 16:23 Choe Hwanjin <[email protected]>
* configure.ac (1.12):
prepare to release 0.3.1
2007-01-06 16:11 Choe Hwanjin <[email protected]>
* po/: de.po (1.10), fr.po (1.10), ja.po (1.10), ko.po (1.9), pa.po
(1.5), scim-hangul.pot (1.7), zh_CN.po (1.9):
update po files
2007-01-06 16:08 Choe Hwanjin <[email protected]>
* ChangeLog (1.6), NEWS (1.6):
update documents
2007-01-06 14:00 Choe Hwanjin <[email protected]>
* configure.ac (1.11), src/scim_hangul_imengine.cpp (1.32):
update for libhangul 0.0.4
2006-12-02 04:25 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.31):
fix backspace problem in hanja mode
2006-12-02 02:27 Choe Hwanjin <[email protected]>
* src/: scim_hangul_imengine.cpp (1.30), scim_hangul_imengine.h
(1.16):
apply new keyboard selection functions of libhangul
2006-11-13 15:11 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.29):
ignore capslock and numlock on comparing keyevents
2006-11-04 04:47 tag scim_hangul_0_3_0
2006-11-04 04:47 Choe Hwanjin <[email protected]>
* ChangeLog (1.5):
update ChangeLog
2006-11-04 04:37 Choe Hwanjin <[email protected]>
* configure.ac (1.10), skim/configure.in.in (1.6):
update version information
2006-11-04 04:32 Choe Hwanjin <[email protected]>
* po/: de.po (1.9), fr.po (1.9), ja.po (1.9), ko.po (1.8), pa.po
(1.4), scim-hangul.pot (1.6), zh_CN.po (1.8):
update po files
2006-11-04 04:26 Choe Hwanjin <[email protected]>
* ChangeLog (1.4):
update ChangeLog
2006-11-04 04:23 Choe Hwanjin <[email protected]>
* NEWS (1.5), README (1.3), README.ko (1.1):
update documents (add korean README)
2006-11-04 04:20 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.28):
change property label to fullwidth char.
2006-10-29 12:37 Choe Hwanjin <[email protected]>
* src/: scim_hangul_imengine.cpp (1.27), scim_hangul_imengine.h
(1.15):
update hanja mode implementation.
2006-10-27 16:09 Choe Hwanjin <[email protected]>
* skim/setupui/: scim_hangul.kcfg (1.3), scim_hangul_ui.ui (1.4):
update configuration ui
2006-10-27 07:26 Choe Hwanjin <[email protected]>
* po/: de.po (1.8), fr.po (1.8), ja.po (1.8), ko.po (1.7), pa.po
(1.3), scim-hangul.pot (1.5), zh_CN.po (1.7):
update po files
2006-10-27 07:19 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.26):
update help messages
2006-10-23 13:10 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.25):
change to ascii mode on ESC key (for vi users)
2006-10-23 12:42 Choe Hwanjin <[email protected]>
* src/: scim_hangul_imengine.cpp (1.24), scim_hangul_imengine.h
(1.14), scim_hangul_imengine_setup.cpp (1.8):
add hanja mode key configuration
2006-10-23 09:28 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.23):
process all keys in candidate_key_event() when not in hanja mode.
2006-10-22 15:07 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.22):
implement hanja mode
2006-10-10 07:16 Choe Hwanjin <[email protected]>
* src/: scim_hangul_imengine.cpp (1.21), scim_hangul_imengine.h
(1.13), scim_hangul_imengine_setup.cpp (1.7):
Add 'commit by word' option
2006-10-01 15:42 Choe Hwanjin <[email protected]>
* src/: scim_hangul_imengine.cpp (1.20), scim_hangul_imengine.h
(1.12):
scim_hangul_imengine.cpp,scim_hangul_imengine.h: * use
hanja_table_match_suffix() instead of hanja_table_match(). *
use surrounding text to convert hanja word.
2006-10-01 08:58 Choe Hwanjin <[email protected]>
* src/: scim_hangul_imengine.cpp (1.19), scim_hangul_imengine.h
(1.11):
src/scim_hangul_imengine.cpp,src/scim_hangul_imengine.h: *
replace 'reset()' method with 'flush()'
2006-10-01 08:51 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.18):
src/scim_hangul_imengine.cpp: * draw aux string even the
candidate does not have any comments.
2006-10-01 08:47 Choe Hwanjin <[email protected]>
* src/: scim_hangul_imengine.cpp (1.17), scim_hangul_imengine.h
(1.10):
Apply hanja code of libhangul
2006-10-01 08:26 Choe Hwanjin <[email protected]>
* src/Makefile.am (1.3), src/candidatetable.h (1.3), src/hangul.h
(1.2), src/hangulctype.c (1.2), src/hangulinputcontext.c (1.5),
src/hangulkeyboard.h (1.5), src/scim_hangul_imengine.cpp (1.16),
src/scim_hangul_imengine.h (1.9), configure.ac (1.9):
Apply libhangul code.
2006-09-24 05:03 Choe Hwanjin <[email protected]>
* src/: scim_hangul_imengine.cpp (1.15), scim_hangul_imengine.h
(1.8), scim_hangul_imengine_setup.cpp (1.6):
scim_hangul_imengine.cpp,scim_hangul_imengine.h,scim_hangul_imengine_setup.cpp:
* add 'use ascii mode' option
2006-09-24 03:55 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine_setup.cpp (1.5):
scim_hangul_imengine_setup.cpp: * update preference widget
according to the new config items.
2006-09-24 03:53 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.h (1.7):
scim_hangul_imengine.h: * remove unused variables (replace by
new HangulInputContext)
2006-09-24 03:52 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.14):
scim_hangul_imengine.cpp: * remove config reload signal
connection when the factory is destroyed
2006-09-23 13:32 Choe Hwanjin <[email protected]>
* src/: scim_hangul_imengine.cpp (1.13), scim_hangul_imengine.h
(1.6):
scim_hangul_imengine.cpp,scim_hangul_imengine.h: * add new
properties: keyboard layout, hangul mode, hanja mode. * rename
config items to shorter one. * merge several hangul engines
into one. now user can change the keyboard layout by clicking
the property button on the palette. * add config reload
routine.
2006-09-23 10:11 Choe Hwanjin <[email protected]>
* src/: scim_hangul_imengine.cpp (1.12), scim_hangul_imengine.h
(1.5):
scim_hangul_imengine.cpp, scim_hangul_imengine.h: * change
config name HANGUL_HANJA to HANJA * add config item HANGUL_KEY
* add ascii mode feature(Feature request #1485586)
2006-07-24 15:03 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.11):
update preedit caret when updating preedit string
2006-07-24 13:42 Choe Hwanjin <[email protected]>
* src/: scim_hangul_imengine.cpp (1.10), scim_hangul_imengine.h
(1.4):
dynamic lookup table keymapping according to the lookup table
orientation
2006-07-24 12:29 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.9):
HangulFactory::get_help(): add help string
2006-03-11 08:27 tag scim_hangul_0_2_2
2006-03-11 08:27 Choe Hwanjin <[email protected]>
* ChangeLog (1.3):
release 0.2.2 update ChangeLog
2006-03-11 08:10 Choe Hwanjin <[email protected]>
* NEWS (1.4), RELEASE (1.2):
update documents
2006-03-11 08:06 Choe Hwanjin <[email protected]>
* po/: de.po (1.7), fr.po (1.7), ja.po (1.7), ko.po (1.6), pa.po
(1.2), scim-hangul.pot (1.4), zh_CN.po (1.6):
update po files
2006-03-11 07:07 Choe Hwanjin <[email protected]>
* src/: hangulinputcontext.c (1.4), hangulkeyboard.h (1.4):
work as qwerty for some punctuation mark with dvorak keyboard in
2beolsik mode.
2006-02-06 07:46 LiuCougar <[email protected]>
* skim/: configure.in.bot (1.1), configure.in.in (1.5),
setupui/skimplugin_scim_hangul_config.desktop (1.3):
updated desktop file to include pa translation added
configure.in.bot
2006-02-05 16:02 Choe Hwanjin <[email protected]>
* configure.ac (1.8):
prepare to release 0.2.2
2006-02-05 16:01 Choe Hwanjin <[email protected]>
* NEWS (1.3), RELEASE (1.1):
update documents
2006-02-05 15:17 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.8):
fixed capslock problem.
2006-02-05 05:41 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.7):
fixed 3 beol-sik key pad problem.
2006-01-17 02:16 James Su <[email protected]>
* COPYING (1.3), src/candidatetable.h (1.2), src/hangulkeyboard.h
(1.3), src/scim_hangul_imengine.cpp (1.6),
src/scim_hangul_imengine.h (1.3),
src/scim_hangul_imengine_setup.cpp (1.4):
Fix copyright message.
2006-01-13 14:40 James Su <[email protected]>
* skim/: Makefile.am (1.3), configure.in.in (1.4):
Fix skim libdir issue.
2005-11-12 03:59 LiuCougar <[email protected]>
* configure.ac (1.7), po/pa.po (1.1), skim/po/pa.po (1.1):
added pa translation, thanks to Amanpreet Singh Alam
2005-11-01 14:46 Choe Hwanjin <[email protected]>
* Makefile.am (1.5), src/scim_hangul_imengine.cpp (1.5),
src/scim_hangul_imengine_setup.cpp (1.3):
Make enable to build when HAVE_GETTEXT is not defined.
2005-10-30 15:25 tag scim_hangul_0_2_1
2005-10-30 15:25 Choe Hwanjin <[email protected]>
* po/: de.po (1.6), fr.po (1.6), ja.po (1.6), ko.po (1.5),
scim-hangul.pot (1.3), zh_CN.po (1.5):
update pot and po files
2005-10-30 14:34 LiuCougar <[email protected]>
* configure.ac (1.6), skim/configure.in.in (1.3),
skim/setupui/scim_hangul_ui.ui (1.3):
cleanup
2005-10-30 10:58 Choe Hwanjin <[email protected]>
* configure.ac (1.5):
Prepare for releasing 0.2.1
2005-10-30 10:57 Choe Hwanjin <[email protected]>
* NEWS (1.2):
Add NEWS documents
2005-10-30 10:45 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.4):
remove unused defines for configs and props
2005-10-30 10:42 Choe Hwanjin <[email protected]>
* AUTHORS (1.2), COPYING (1.2), ChangeLog (1.2), README (1.2):
Update documents. Fix COPYING file (LGPL)
2005-10-30 03:38 Choe Hwanjin <[email protected]>
* Makefile.am (1.4), developers (1.1):
Add update ChangeLog rule with cvs2cl
2005-10-29 15:54 Choe Hwanjin <[email protected]>
* configure.ac (1.4), src/Makefile.am (1.2):
Disable static build. Add skim support configure option. Move
ENABLE_DEBUG directive to config.h
2005-10-29 14:37 Choe Hwanjin <[email protected]>
* skim/setupui/: scim_hangul.kcfg (1.2), scim_hangul.kcfgc (1.2),
scim_hangul_ui.ui (1.2), scimhangulsettingloader.cpp (1.2):
* fix typo: ScimHangualConfig -> ScimHangulConfig. * remove unused
options.
2005-10-29 10:03 Choe Hwanjin <[email protected]>
* po/: de.po (1.5), fr.po (1.5), ja.po (1.5), ko.po (1.4),
scim-hangul.pot (1.2), zh_CN.po (1.4):
update po and pot files
2005-10-29 09:53 Choe Hwanjin <[email protected]>
* src/: scim_hangul_imengine.cpp (1.3), scim_hangul_imengine.h
(1.2), scim_hangul_imengine_setup.cpp (1.2):
removed dvorak keyboard option, because now, we use map_to_layout
feature of SCIM.
2005-10-29 09:27 Choe Hwanjin <[email protected]>
* src/: hangulinputcontext.c (1.3), hangulkeyboard.h (1.2):
Treat non hangul keys correctly like enter, tab, and symbols. We
have to forword such keys to the application.
2005-08-25 14:59 Choe Hwanjin <[email protected]>
* src/hangulinputcontext.c (1.2):
do not make string when there is not any cho, jung, jongseong, in
hangul_buffer_get_jamo_string ()
2005-07-23 13:50 Choe Hwanjin <[email protected]>
* src/scim_hangul_imengine.cpp (1.2):
Apply KeyEvent::map_to_layout method
2005-07-23 06:58 Choe Hwanjin <[email protected]>
* m4/Makefile.in (1.5):
Remove Makefile.in which is automatically generated from automake
2005-07-23 05:57 Choe Hwanjin <[email protected]>
* Makefile.am (1.3):
Make sure conditional building of skim directory
2005-06-25 18:21 LiuCougar <[email protected]>
* po/de.po (1.4):
updated de
2005-06-25 18:20 LiuCougar <[email protected]>
* skim/configure.in.in (1.2):
require scim/skim 1.3.0
2005-06-05 14:32 James Su <[email protected]>
* po/: fr.po (1.4), ja.po (1.4):
Update it.po
2005-06-05 14:29 James Su <[email protected]>
* m4/Makefile.in (1.4), po/de.po (1.3), po/fr.po (1.3), po/ko.po
(1.3), po/zh_CN.po (1.3):
Updated fr.po and it.po
2005-05-09 01:04 tag scim_pinyin_0_5_90
2005-05-09 01:04 tag scim_pinyin_0_5_91
2005-05-09 01:04 tag skim_1_3_0
2005-05-09 01:04 tag skim_1_3_1
2005-05-09 01:04 tag skim_1_3_2
2005-05-09 01:04 tag skim_1_3_3
2005-05-09 01:04 tag skim_1_4_0
2005-05-09 01:04 tag skim_1_4_1
2005-05-09 01:04 tag skim_1_4_2
2005-05-09 01:04 tag skim_1_4_3
2005-05-09 01:04 tag skim_1_4_5
2005-05-09 01:04 LiuCougar <[email protected]>
* skim/admin/acinclude.m4.in (1.4):
qt 3.3 can be used with kde >= 3.2
2005-04-27 17:30 LiuCougar <[email protected]>
* skim/: Makefile.am (1.2), icons/Makefile.am (1.1),
icons/scim-hangul.png (1.1),
setupui/skimplugin_scim_hangul_config.desktop (1.2):
added icon
2005-04-01 19:23 LiuCougar <[email protected]>
* skim/admin/: am_edit (1.7), cvs.sh (1.7):
desktop po file support
2005-03-29 00:41 LiuCougar <[email protected]>
* skim/admin/: Doxyfile.global (1.3), Makefile.common (1.3),
acinclude.m4.in (1.3), am_edit (1.6), conf.change.pl (1.3),
config.guess (1.2), config.sub (1.2), configure.in.bot.end (1.2),
cvs.sh (1.6), detect-autoconf.sh (1.5), libtool.m4.in (1.6),
ltmain.sh (1.3):
updated admin to KDE 3.4.0
2005-03-23 18:13 LiuCougar <[email protected]>
* Makefile.am (1.2), bootstrap (1.2), configure.ac (1.3),
m4/Makefile.in (1.3), skim/AUTHORS (1.1), skim/Makefile.am (1.1),
skim/Makefile.cvs (1.1), skim/README (1.1), skim/bootstrap (1.1),
skim/configure.in.in (1.1), skim/po/Makefile.am (1.1),
skim/po/de.po (1.1), skim/po/fr.po (1.1), skim/po/it.po (1.1),
skim/po/ja.po (1.1), skim/po/ko.po (1.1),
skim/po/skim-scim-hangul.pot (1.1), skim/po/zh_CN.po (1.1),
skim/po/zh_TW.po (1.1), skim/setupui/Makefile.am (1.1),
skim/setupui/scim_hangul.kcfg (1.1), skim/setupui/scim_hangul.kcfgc
(1.1), skim/setupui/scim_hangul_ui.ui (1.1),
skim/setupui/scimhangulsettingloader.cpp (1.1),
skim/setupui/scimhangulsettingloader.h (1.1),
skim/setupui/skimplugin_scim_hangul_config.desktop (1.1):
skim supported is incorporated
2005-03-02 00:32 LiuCougar <[email protected]>
* po/ja.po (1.3):
updated ja translation
2005-02-27 15:57 tag scim_hangul_0_2_0
2005-02-27 15:57 James Su <[email protected]>
* ABOUT-NLS (1.2), intl/dcigettext.c (1.2), intl/eval-plural.h
(1.2), po/Makefile.in.in (1.2):
Fix gettext.
2005-02-27 15:48 James Su <[email protected]>
* config.rpath (1.1), po/de.po (1.2), po/fr.po (1.2), po/ja.po
(1.2), po/ko.po (1.2), po/zh_CN.po (1.2):
Add config.rpath
2005-01-30 14:59 tag skim_1_1_0
2005-01-30 14:59 tag skim_1_2_0
2005-01-30 14:59 tag skim_1_2_1
2005-01-30 14:59 tag skim_1_2_2
2005-01-30 14:59 tag skim_1_2_3
2005-01-30 14:59 James Su <[email protected]>
* skim/admin/cvs.sh (1.5):
Added it.po
2005-01-06 13:07 James Su <[email protected]>
* configure.ac (1.2), m4/Makefile.in (1.2):
Added AC_SUBST(LIBTOOL_EXPORT_OPTIONS).
2004-12-27 05:19 tag initial
2004-12-27 05:19 Choe Hwanjin <[email protected]>
* ABOUT-NLS (1.1), AUTHORS (1.1), COPYING (1.1), ChangeLog (1.1),
INSTALL (1.1), Makefile.am (1.1), NEWS (1.1), README (1.1),
bootstrap (1.1), configure.ac (1.1), scim-hangul.spec.in (1.1),
data/Makefile.am (1.1), data/scim-hangul.png (1.1), intl/ChangeLog
(1.1), intl/Makefile.in (1.1), intl/VERSION (1.1),
intl/bindtextdom.c (1.1), intl/config.charset (1.1),
intl/dcgettext.c (1.1), intl/dcigettext.c (1.1), intl/dcngettext.c
(1.1), intl/dgettext.c (1.1), intl/dngettext.c (1.1),
intl/eval-plural.h (1.1), intl/explodename.c (1.1),
intl/finddomain.c (1.1), intl/gettext.c (1.1), intl/gettextP.h
(1.1), intl/gmo.h (1.1), intl/hash-string.h (1.1),
intl/intl-compat.c (1.1), intl/l10nflist.c (1.1),
intl/libgnuintl.h.in (1.1), intl/loadinfo.h (1.1),
intl/loadmsgcat.c (1.1), intl/localcharset.c (1.1),
intl/localcharset.h (1.1), intl/locale.alias (1.1),
intl/localealias.c (1.1), intl/localename.c (1.1), intl/log.c
(1.1), intl/ngettext.c (1.1), intl/os2compat.c (1.1),
intl/os2compat.h (1.1), intl/osdep.c (1.1), intl/plural-exp.c
(1.1), intl/plural-exp.h (1.1), intl/plural.c (1.1), intl/plural.y
(1.1), intl/printf-args.c (1.1), intl/printf-args.h (1.1),
intl/printf-parse.c (1.1), intl/printf-parse.h (1.1), intl/printf.c
(1.1), intl/ref-add.sin (1.1), intl/ref-del.sin (1.1),
intl/relocatable.c (1.1), intl/relocatable.h (1.1),
intl/textdomain.c (1.1), intl/vasnprintf.c (1.1), intl/vasnprintf.h
(1.1), intl/vasnwprintf.h (1.1), intl/wprintf-parse.h (1.1),
intl/xsize.h (1.1), m4/ChangeLog (1.1), m4/Makefile.am (1.1),
m4/Makefile.in (1.1), m4/codeset.m4 (1.1), m4/gettext.m4 (1.1),
m4/glibc21.m4 (1.1), m4/iconv.m4 (1.1), m4/intdiv0.m4 (1.1),
m4/intmax.m4 (1.1), m4/inttypes-pri.m4 (1.1), m4/inttypes.m4 (1.1),
m4/inttypes_h.m4 (1.1), m4/isc-posix.m4 (1.1), m4/lcmessage.m4
(1.1), m4/lib-ld.m4 (1.1), m4/lib-link.m4 (1.1), m4/lib-prefix.m4
(1.1), m4/longdouble.m4 (1.1), m4/longlong.m4 (1.1), m4/nls.m4
(1.1), m4/po.m4 (1.1), m4/printf-posix.m4 (1.1), m4/progtest.m4
(1.1), m4/signed.m4 (1.1), m4/size_max.m4 (1.1), m4/stdint_h.m4
(1.1), m4/uintmax_t.m4 (1.1), m4/ulonglong.m4 (1.1), m4/wchar_t.m4
(1.1), m4/wint_t.m4 (1.1), m4/xsize.m4 (1.1), po/Makefile.in.in
(1.1), po/Makevars (1.1), po/Makevars.template (1.1),
po/POTFILES.in (1.1), po/Rules-quot (1.1), po/boldquot.sed (1.1),
po/de.po (1.1), po/[email protected] (1.1), po/[email protected]
(1.1), po/fr.po (1.1), po/insert-header.sin (1.1), po/ja.po (1.1),
po/ko.po (1.1), po/quot.sed (1.1), po/remove-potcdate.sin (1.1),
po/scim-hangul.pot (1.1), po/zh_CN.po (1.1), src/Makefile.am (1.1),
src/candidatetable.h (1.1), src/hangul.h (1.1), src/hangulctype.c
(1.1), src/hangulinputcontext.c (1.1), src/hangulkeyboard.h (1.1),
src/scim_hangul_imengine.cpp (1.1), src/scim_hangul_imengine.h
(1.1), src/scim_hangul_imengine_setup.cpp (1.1):
Initial revision
2004-12-27 05:19 Choe Hwanjin <[email protected]>
* ABOUT-NLS (1.1.1.1), AUTHORS (1.1.1.1), COPYING (1.1.1.1),
ChangeLog (1.1.1.1), INSTALL (1.1.1.1), Makefile.am (1.1.1.1), NEWS
(1.1.1.1), README (1.1.1.1), bootstrap (1.1.1.1), configure.ac
(1.1.1.1), scim-hangul.spec.in (1.1.1.1), data/Makefile.am
(1.1.1.1), data/scim-hangul.png (1.1.1.1), intl/ChangeLog
(1.1.1.1), intl/Makefile.in (1.1.1.1), intl/VERSION (1.1.1.1),
intl/bindtextdom.c (1.1.1.1), intl/config.charset (1.1.1.1),
intl/dcgettext.c (1.1.1.1), intl/dcigettext.c (1.1.1.1),
intl/dcngettext.c (1.1.1.1), intl/dgettext.c (1.1.1.1),
intl/dngettext.c (1.1.1.1), intl/eval-plural.h (1.1.1.1),
intl/explodename.c (1.1.1.1), intl/finddomain.c (1.1.1.1),
intl/gettext.c (1.1.1.1), intl/gettextP.h (1.1.1.1), intl/gmo.h
(1.1.1.1), intl/hash-string.h (1.1.1.1), intl/intl-compat.c
(1.1.1.1), intl/l10nflist.c (1.1.1.1), intl/libgnuintl.h.in
(1.1.1.1), intl/loadinfo.h (1.1.1.1), intl/loadmsgcat.c (1.1.1.1),
intl/localcharset.c (1.1.1.1), intl/localcharset.h (1.1.1.1),
intl/locale.alias (1.1.1.1), intl/localealias.c (1.1.1.1),
intl/localename.c (1.1.1.1), intl/log.c (1.1.1.1), intl/ngettext.c
(1.1.1.1), intl/os2compat.c (1.1.1.1), intl/os2compat.h (1.1.1.1),
intl/osdep.c (1.1.1.1), intl/plural-exp.c (1.1.1.1),
intl/plural-exp.h (1.1.1.1), intl/plural.c (1.1.1.1), intl/plural.y
(1.1.1.1), intl/printf-args.c (1.1.1.1), intl/printf-args.h
(1.1.1.1), intl/printf-parse.c (1.1.1.1), intl/printf-parse.h
(1.1.1.1), intl/printf.c (1.1.1.1), intl/ref-add.sin (1.1.1.1),
intl/ref-del.sin (1.1.1.1), intl/relocatable.c (1.1.1.1),
intl/relocatable.h (1.1.1.1), intl/textdomain.c (1.1.1.1),
intl/vasnprintf.c (1.1.1.1), intl/vasnprintf.h (1.1.1.1),
intl/vasnwprintf.h (1.1.1.1), intl/wprintf-parse.h (1.1.1.1),
intl/xsize.h (1.1.1.1), m4/ChangeLog (1.1.1.1), m4/Makefile.am
(1.1.1.1), m4/Makefile.in (1.1.1.1), m4/codeset.m4 (1.1.1.1),
m4/gettext.m4 (1.1.1.1), m4/glibc21.m4 (1.1.1.1), m4/iconv.m4
(1.1.1.1), m4/intdiv0.m4 (1.1.1.1), m4/intmax.m4 (1.1.1.1),
m4/inttypes-pri.m4 (1.1.1.1), m4/inttypes.m4 (1.1.1.1),
m4/inttypes_h.m4 (1.1.1.1), m4/isc-posix.m4 (1.1.1.1),
m4/lcmessage.m4 (1.1.1.1), m4/lib-ld.m4 (1.1.1.1), m4/lib-link.m4
(1.1.1.1), m4/lib-prefix.m4 (1.1.1.1), m4/longdouble.m4 (1.1.1.1),
m4/longlong.m4 (1.1.1.1), m4/nls.m4 (1.1.1.1), m4/po.m4 (1.1.1.1),
m4/printf-posix.m4 (1.1.1.1), m4/progtest.m4 (1.1.1.1),
m4/signed.m4 (1.1.1.1), m4/size_max.m4 (1.1.1.1), m4/stdint_h.m4
(1.1.1.1), m4/uintmax_t.m4 (1.1.1.1), m4/ulonglong.m4 (1.1.1.1),
m4/wchar_t.m4 (1.1.1.1), m4/wint_t.m4 (1.1.1.1), m4/xsize.m4
(1.1.1.1), po/Makefile.in.in (1.1.1.1), po/Makevars (1.1.1.1),
po/Makevars.template (1.1.1.1), po/POTFILES.in (1.1.1.1),
po/Rules-quot (1.1.1.1), po/boldquot.sed (1.1.1.1), po/de.po
(1.1.1.1), po/[email protected] (1.1.1.1), po/[email protected]
(1.1.1.1), po/fr.po (1.1.1.1), po/insert-header.sin (1.1.1.1),
po/ja.po (1.1.1.1), po/ko.po (1.1.1.1), po/quot.sed (1.1.1.1),
po/remove-potcdate.sin (1.1.1.1), po/scim-hangul.pot (1.1.1.1),
po/zh_CN.po (1.1.1.1), src/Makefile.am (1.1.1.1),
src/candidatetable.h (1.1.1.1), src/hangul.h (1.1.1.1),
src/hangulctype.c (1.1.1.1), src/hangulinputcontext.c (1.1.1.1),
src/hangulkeyboard.h (1.1.1.1), src/scim_hangul_imengine.cpp
(1.1.1.1), src/scim_hangul_imengine.h (1.1.1.1),
src/scim_hangul_imengine_setup.cpp (1.1.1.1):
initial import
2004-10-07 23:33 tag skim_1_0_2
2004-10-07 23:33 tag skim_1_0_3
2004-10-07 23:33 LiuCougar <[email protected]>
* skim/admin/libtool.m4.in (1.5):
this is the right file for the last commit
2004-10-07 14:14 LiuCougar <[email protected]>
* skim/admin/libtool.m4.in (1.4):
reverted to the libtool.m4.in in the kde distribution, for the new
one does not generate *.la files correctly. however, the reverted
one is patched with the icc/icpc compiler support
2004-10-05 18:23 LiuCougar <[email protected]>
* skim/admin/libtool.m4.in (1.3):
updated libtool to 1.5.8
2004-08-26 02:42 tag skim_0_9_7
2004-08-26 02:42 tag skim_1_0_0
2004-08-26 02:42 LiuCougar <[email protected]>
* skim/admin/am_edit (1.5):
updated desktop file for ja and merge in latest string into po/pot
files
2004-08-24 18:30 LiuCougar <[email protected]>
* skim/admin/: am_edit (1.4), cvs.sh (1.4):
verbos when updated translation
2004-08-22 22:03 LiuCougar <[email protected]>
* skim/admin/: am_edit (1.3), cvs.sh (1.3):
use po file to translate desktop files
2004-08-19 18:05 tag skim_0_9_6
2004-08-19 18:05 LiuCougar <[email protected]>
* skim/admin/detect-autoconf.sh (1.4):
add the patch from "Dawit A." <[email protected]>
2004-06-11 00:18 tag skim_0_9_0
2004-06-11 00:18 tag skim_0_9_1
2004-06-11 00:18 tag skim_0_9_4
2004-06-11 00:18 tag skim_0_9_5
2004-06-11 00:18 LiuCougar <[email protected]>
* skim/admin/detect-autoconf.sh (1.3):
prefer autoconf 2.59 rather than 2.57
2004-05-02 16:24 tag scim_kde_0_7_5
2004-05-02 16:24 LiuCougar <[email protected]>
* skim/admin/ChangeLog (1.3):
email address changed
2004-04-06 04:36 tag scim_kde_0_7
2004-04-06 04:36 tag scim_kde_0_7_1
2004-04-06 04:36 tag scim_kde_0_7_2
2004-04-06 04:36 tag scim_kde_0_7_3
2004-04-06 04:36 tag scim_kde_0_7_4
2004-04-06 04:36 LiuCougar <[email protected]>
* skim/admin/: ChangeLog (1.2), Doxyfile.am (1.2), Doxyfile.global
(1.2), Makefile.common (1.2), acinclude.m4.in (1.2), am_edit (1.2),
conf.change.pl (1.2), config.pl (1.2), config.rpath (1.1),
cvs-clean.pl (1.2), cvs.sh (1.2), debianrules (1.2), depcomp (1.2),
detect-autoconf.sh (1.2), install-sh (1.2), libtool.m4.in (1.2),
ltmain.sh (1.2):
upgrade to automake-1.7 with up-to-date KDE support built-in
2003-09-15 12:08 tag init
2003-09-15 12:08 tag scim_kde_0_6
2003-09-15 12:08 LiuCougar <[email protected]>
* skim/admin/: compile (1.1), Doxyfile.global (1.1),
Makefile.common (1.1), depcomp (1.1), config.pl (1.1),
configure.in.min (1.1), ltmain.sh (1.1), config.guess (1.1),
acinclude.m4.in (1.1), install-sh (1.1), config.sub (1.1), missing
(1.1), cvs.sh (1.1), mkinstalldirs (1.1), conf.change.pl (1.1),
nmcheck (1.1), am_edit (1.1), libtool.m4.in (1.1), cvs-clean.pl
(1.1), debianrules (1.1), detect-autoconf.sh (1.1), ylwrap (1.1),
ChangeLog (1.1), Doxyfile.am (1.1), configure.in.bot.end (1.1):
Initial revision
2003-09-15 12:08 LiuCougar <[email protected]>
* skim/admin/: compile (1.1.1.1), Doxyfile.global (1.1.1.1),
Makefile.common (1.1.1.1), depcomp (1.1.1.1), config.pl (1.1.1.1),
configure.in.min (1.1.1.1), ltmain.sh (1.1.1.1), config.guess
(1.1.1.1), acinclude.m4.in (1.1.1.1), install-sh (1.1.1.1),
config.sub (1.1.1.1), missing (1.1.1.1), cvs.sh (1.1.1.1),
mkinstalldirs (1.1.1.1), conf.change.pl (1.1.1.1), nmcheck
(1.1.1.1), am_edit (1.1.1.1), libtool.m4.in (1.1.1.1), cvs-clean.pl
(1.1.1.1), debianrules (1.1.1.1), detect-autoconf.sh (1.1.1.1),
ylwrap (1.1.1.1), ChangeLog (1.1.1.1), Doxyfile.am (1.1.1.1),
configure.in.bot.end (1.1.1.1):
init import of scim-panel-kde