aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2004-01-27 04:52:02 +0000
committerKenichi Handa2004-01-27 04:52:02 +0000
commitbdb6a22747fdfce5f869ce1c56ee9bf3ed5d33b8 (patch)
treee7734ad2e1960940ac0ea0af96ca114b3db2e9c0
parentff23641911ce7a1830fd0e516c1fe481fc9cc334 (diff)
downloademacs-bdb6a22747fdfce5f869ce1c56ee9bf3ed5d33b8.tar.gz
emacs-bdb6a22747fdfce5f869ce1c56ee9bf3ed5d33b8.zip
("bulgarian-bds"): Docstring fixed.
-rw-r--r--leim/ChangeLog4
-rw-r--r--leim/quail/cyrillic.el38
2 files changed, 19 insertions, 23 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index adf72efb696..8f43358dde0 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,7 @@
12004-01-27 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
2
3 * quail/cyrillic.el ("bulgarian-bds"): Docstring fixed.
4
12004-01-22 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change) 52004-01-22 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
2 6
3 * quail/cyrillic.el ("bulgarian-phonetic"): Docstring fixed. 7 * quail/cyrillic.el ("bulgarian-phonetic"): Docstring fixed.
diff --git a/leim/quail/cyrillic.el b/leim/quail/cyrillic.el
index 4777bf9ba1f..9199a415a6e 100644
--- a/leim/quail/cyrillic.el
+++ b/leim/quail/cyrillic.el
@@ -1254,37 +1254,30 @@ This keyboard layout is standard for Bulgarian typewriters.
1254 1254
1255The letters $,1(F(B, $,1(<(B, $,1(G(B, $,1(@(B, $,1(;(B, $,1(1(B and $,1(K(B are not affected by Caps Lock. 1255The letters $,1(F(B, $,1(<(B, $,1(G(B, $,1(@(B, $,1(;(B, $,1(1(B and $,1(K(B are not affected by Caps Lock.
1256 1256
1257In addition to original bulgarian typewriter layout, keys \ and | 1257In addition to original Bulgarian typewriter layout, keys \\ and |
1258are transformed into ' and $,1(K(B respectively." 1258are transformed into ' and $,1(K(B respectively. Some keyboards mark these
1259keys as being transformed into ( and ) respectively. For ( and ), use
1260` and ~ respectively. This input method follows XKB."
1259 nil t t t t nil nil nil nil nil t) 1261 nil t t t t nil nil nil nil nil t)
1260 1262
1261;; () 1! 2? 3+ 4" 5% 6= 7: 8/ 9_ 0$,1uV(B -I .V 1263;; () 1! 2? 3+ 4" 5% 6= 7: 8/ 9_ 0$,1uV(B -I .V
1262;; ,$,1(k(B $,1(C(B $,1(5(B $,1(8(B $,1(H(B $,1(I(B $,1(:(B $,1(A(B $,1(4(B $,1(7(B $,1(F(B ;,A'(B 1264;; ,$,1(k(B $,1(C(B $,1(5(B $,1(8(B $,1(H(B $,1(I(B $,1(:(B $,1(A(B $,1(4(B $,1(7(B $,1(F(B ;,A'(B
1263;; $,1(l(B $,1(O(B $,1(0(B $,1(>(B $,1(6(B $,1(3(B $,1(B(B $,1(=(B $,1(2(B $,1(<(B $,1(G(B '$,1(K(B 1265;; $,1(L(B $,1(O(B $,1(0(B $,1(>(B $,1(6(B $,1(3(B $,1(B(B $,1(=(B $,1(2(B $,1(<(B $,1(G(B '$,1(K(B
1264;; $,1(N(B $,1(9(B $,1(J(B $,1(M(B $,1(D(B $,1(E(B $,1(?(B $,1(@(B $,1(;(B $,1(1(B 1266;; $,1(N(B $,1(9(B $,1(J(B $,1(M(B $,1(D(B $,1(E(B $,1(?(B $,1(@(B $,1(;(B $,1(1(B
1265 1267
1266(quail-define-rules 1268(quail-define-rules
1267 1269
1268 ("1" ?1) ("!" ?!) 1270 ("1" ?1) ("!" ?!)
1269 ("2" ?2) 1271 ("2" ?2) ("@" ??)
1270 ("@" ??) 1272 ("3" ?3) ("#" ?+)
1271 ("3" ?3) 1273 ("4" ?4) ("$" ?\")
1272 ("#" ?+)
1273 ("4" ?4)
1274 ("$" ?\")
1275 ("5" ?5) ("%" ?%) 1274 ("5" ?5) ("%" ?%)
1276 ("6" ?6) 1275 ("6" ?6) ("^" ?=)
1277 ("^" ?=) 1276 ("7" ?7) ("&" ?:)
1278 ("7" ?7) 1277 ("8" ?8) ("*" ?/)
1279 ("&" ?:) 1278 ("9" ?9) ("(" ?_)
1280 ("8" ?8) 1279 ("0" ?0) (")" ?$,1uV(B)
1281 ("*" ?/) 1280 ("-" ?-) ("_" ?I)
1282 ("9" ?9)
1283 ("(" ?_)
1284 ("0" ?0)
1285 (")" ?$,1uV(B)
1286 ("-" ?-)
1287 ("_" ?I)
1288 ("=" ?.) ("+" ?V) 1281 ("=" ?.) ("+" ?V)
1289 1282
1290 ("q" ?,) ("Q" ?$,1(k(B) 1283 ("q" ?,) ("Q" ?$,1(k(B)
@@ -1298,8 +1291,7 @@ are transformed into ' and $,1(K(B respectively."
1298 ("o" ?$,1(T(B) ("O" ?$,1(4(B) 1291 ("o" ?$,1(T(B) ("O" ?$,1(4(B)
1299 ("p" ?$,1(W(B) ("P" ?$,1(7(B) 1292 ("p" ?$,1(W(B) ("P" ?$,1(7(B)
1300 ("[" ?$,1(f(B) ("{" ?$,1(F(B) 1293 ("[" ?$,1(f(B) ("{" ?$,1(F(B)
1301 ("]" ?\;) 1294 ("]" ?\;) ("}" ?,A'(B)
1302 ("}" ?,A'(B) ;; not in XKB's bg
1303 1295
1304 ("a" ?$,1(l(B) ("A" ?$,1(L(B) 1296 ("a" ?$,1(l(B) ("A" ?$,1(L(B)
1305 ("s" ?$,1(o(B) ("S" ?$,1(O(B) 1297 ("s" ?$,1(o(B) ("S" ?$,1(O(B)