diff options
-rw-r--r-- | leim/ChangeLog | 4 | ||||
-rw-r--r-- | leim/quail/latin-pre.el | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 80a9bf2398b..8eac56dd784 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,7 @@ +2003-05-01 Bzyl Wlodzimierz <matwb@julia.univ.gda.pl> (tiny change) + + * quail/latin-pre.el ("polish-slash"): Add the rule "//"->?/. + 2003-04-05 Andreas Schwab <schwab@suse.de> * Makefile.in (install): Remove CVS related and backup files from diff --git a/leim/quail/latin-pre.el b/leim/quail/latin-pre.el index 67c490be628..0b47f8fd50c 100644 --- a/leim/quail/latin-pre.el +++ b/leim/quail/latin-pre.el @@ -700,11 +700,12 @@ Key translation rules are: (quail-define-package "polish-slash" "Polish" "PL>" nil - "Polish diacritics in Latin-2 encoding are input as `/[acelnosxzACELNOSXZ]'. + "Polish diacritics and slash character are input as `/[acelnosxzACELNOSXZ/]'. For example, the character named `aogonek' is obtained by `/a'." nil t t t nil nil nil nil nil nil t) (quail-define-rules + ("//" ?/) ("/a" ?,B1(B) ("/c" ?,Bf(B) ("/e" ?,Bj(B) |