Skip to content

Commit 09997d0

Browse files
committed
Import upstream release 1.5.9.pre4
1 parent 2c5daae commit 09997d0

26 files changed

+790
-421
lines changed

Changelog.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@
107107

108108

109109

110+
111+
112+
113+
114+
115+
110116

111117

112118

@@ -115,6 +121,11 @@
115121

116122

117123
<meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Changlog</title><meta content="Edward Liu" name="author"></head><body>** UTF-8 encoding **<br>
124+
1.5.9<br>
125+
- 詞音的預選詞的按鍵更快速了。由於可以預選詞的情形大幅度增加,請注意你的手指不要按受傷了。<br>
126+
- 拼音新增不少近似英文發音的拼法,以方便沒學過拼音的人。例如 jong ㄓㄨㄥ jua ㄓㄨㄚ tseng ㄘㄥㄎ。<a href="http://hyperrate.com/thread.php?tid=22354">詳細列表在此</a><br>
127+
- 詞音&amp;gtab 輸入法除了使用 shift 去選預選詞(關連詞)之外,現在也可以按 Ctrl&amp;馬上放開,然後按選擇鍵的方式。Ctrl 馬上放開的方式會比較省力。<br>
128+
<br>
118129
1.5.8:<br>
119130
- 詞音用 shift,./; 輸入標點符號不正常的情形<br>
120131
<br>

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GCIN_SO= gcin1.so gcin2.so
1313
OBJS=gcin.o eve.o util.o gcin-conf.o gcin-settings.o locale.o gcin-icon.o \
1414
gcin-switch.o gcin-exec-script.o $(GCIN_SO) pho-play.o cache.o gtk_bug_fix.o \
1515
$(gcin_pho_o) $(gcin_gtab_o) gcin-common.o phrase.o t2s-lookup.o gtab-use-count.o \
16-
win-save-phrase.o unix-exec.o pho-kbm-name.o statistic.o
16+
win-save-phrase.o unix-exec.o pho-kbm-name.o statistic.o tsin-scan.o
1717

1818
OBJS_TSLEARN=tslearn.o util.o gcin-conf.o pho-util.o tsin-util.o gcin-send.o pho-sym.o \
1919
table-update.o locale.o gcin-settings.o gcin-common.o gcin-icon.o pho-dbg.o

VERSION.gcin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.8
1+
1.5.9.pre4

data/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CFLAGS= -DUNIX=1 $(WALL) $(OPTFLAGS) $(GTKINC) -I.. -DDEBUG="0$(GCIN_DEBUG)" \
66

77
DATA=pho.tab2 tsin32.idx \
88
cj.gtab ar30.gtab ar30-big.gtab dayi3.gtab pinyin.gtab jyutping.gtab cj5.gtab \
9-
et.kbm et26.kbm zo.kbm pinyin.kbm dvorak.kbm mitac.kbm \
9+
et.kbm et26.kbm zo.kbm pinyin.kbm dvorak.kbm mitac.kbm colemak.kbm \
1010
ibm.kbm tsin32 hsu.kbm pho-huge.tab2 simplex.gtab symbols.gtab russian.gtab \
1111
greek.gtab cj-punc.gtab latin-letters.gtab tsin-1.src pin-juyin.xlt \
1212
t2s.dat s2t.dat cj543.gtab

data/colemak.kbmsrc

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
ㄅ 1
2+
ㄆ q
3+
ㄇ a
4+
ㄈ z
5+
ㄉ 2
6+
ㄊ w
7+
ㄋ r
8+
ㄌ x
9+
ㄍ f
10+
ㄎ s
11+
ㄏ c
12+
ㄐ p
13+
ㄑ t
14+
ㄒ v
15+
ㄓ 5
16+
ㄔ g
17+
ㄕ d
18+
ㄖ b
19+
ㄗ j
20+
ㄘ h
21+
ㄙ k
22+
ㄧ l
23+
ㄨ n
24+
ㄩ m
25+
ㄚ 8
26+
ㄛ u
27+
ㄜ e
28+
ㄝ ,
29+
ㄞ 9
30+
ㄟ y
31+
ㄠ i
32+
ㄡ .
33+
ㄣ ;
34+
ㄢ 0
35+
ㄤ o
36+
ㄥ /
37+
ㄦ -
38+
˙ 7
39+
ˊ 6
40+
ˇ 3
41+
ˋ 4
42+
【 [
43+
】 ]
44+
、 `

data/extr1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ int main()
2121
sscanf(line, "%s %s %d", aa, bb, &usecount);
2222

2323
if (utf8_str_N(aa)==1)
24-
dbg(line);
24+
printf(line);
2525
}
2626

2727
return 0;

0 commit comments

Comments
 (0)