comparison lisp/ChangeLog @ 4884:29fb3baea939

Fix the bugs necessary to resolve the trivial test failures in mule-tests.el lisp/ChangeLog addition: 2010-01-26 Aidan Kehoe <kehoea@parhasard.net> * mule/vietnamese.el (viscii): Correct the mapping here, #xA6 is actually *SMALL* LETTER A WITH CIRCUMFLEX AND HOOK ABOVE. * mule/cyrillic.el (koi8-c): Correct the mapping here, #x8C is actually ?\u04D9. Add a case mapping for it. tests/ChangeLog addition: 2010-01-26 Aidan Kehoe <kehoea@parhasard.net> * automated/mule-tests.el: Only give the list of character sets in HELLO once; correct it to reflect its current contents and the extant character sets. etc/ChangeLog addition: 2010-01-26 Aidan Kehoe <kehoea@parhasard.net> * HELLO: Encode the Arabic in arabic-iso8859-6 once more; delete the old, experimentally-encoded Thai.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 26 Jan 2010 02:22:10 +0000
parents e533a9912ef1
children 1e9078742fa7
comparison
equal deleted inserted replaced
4883:f730384b8ddf 4884:29fb3baea939
1 2010-01-26 Aidan Kehoe <kehoea@parhasard.net>
2
3 * mule/vietnamese.el (viscii): Correct the mapping here, #xA6 is
4 actually *SMALL* LETTER A WITH CIRCUMFLEX AND HOOK ABOVE.
5 * mule/cyrillic.el (koi8-c): Correct the mapping here, #x8C is
6 actually ?\u04D9. Add a case mapping for it.
7
1 2010-01-20 Aidan Kehoe <kehoea@parhasard.net> 8 2010-01-20 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * simple.el (handle-pre-motion-command-current-command-is-motion): 10 * simple.el (handle-pre-motion-command-current-command-is-motion):
4 This function is called a *lot*, make it faster, making 11 This function is called a *lot*, make it faster, making
5 keysyms-equal inline, calling #'characterp (which doesn't have a 12 keysyms-equal inline, calling #'characterp (which doesn't have a