CVS update by aidan packages/mule-packages/leim/quail ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Mon Jan 14 11:01:37 EST 2008


  User: aidan   
  Date: 08/01/14 17:01:37

  Modified:    packages/mule-packages/leim/quail latin-ltx.el
Log:
Correct a mapping in latin-ltx.el; thank you Uwe Brauer.

Revision  Changes    Path
1.35      +5 -0      XEmacs/packages/mule-packages/leim/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/mule-packages/leim/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- ChangeLog	2007/10/08 07:30:04	1.34
+++ ChangeLog	2008/01/14 16:01:33	1.35
@@ -1,3 +1,8 @@
+2008-01-14  Aidan Kehoe  <kehoea at parhasard.net>
+
+	* quail/latin-ltx.el ("TeX2):
+	Correct the mappings for \v{k} and \vk.
+
 2007-10-08  Norbert Koch  <viteno at xemacs.org>
 
 	* Makefile (VERSION): XEmacs package 1.26 released.



1.2       +1 -1      XEmacs/packages/mule-packages/leim/quail/latin-ltx.el

Index: latin-ltx.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/mule-packages/leim/quail/latin-ltx.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- latin-ltx.el	2006/08/04 19:46:22	1.1
+++ latin-ltx.el	2008/01/14 16:01:36	1.2
@@ -269,7 +269,7 @@ system, including many technical ones.  
  ("\\v{G}" ?Ǧ) ("\\vG" ?Ǧ)
  ("\\v{g}" ?ǧ) ("\\vg" ?ǧ)
  ("\\v{K}" ?Ǩ) ("\\vK" ?Ǩ)
- ("\\v{k}" ?k) ("\\vk" ?k)
+ ("\\v{k}" ?Ç©) ("\\vk" ?Ç©)
 
  ("\\v{\\j}" ?ǰ) ("\\vj" ?ǰ)
  ("\\'{G}" ?Ç´) ("\\'G" ?Ç´)





More information about the XEmacs-CVS mailing list