comparison lisp/ChangeLog @ 4948:8b230c53075b

fix some tests in `make check', also add our own file-tests -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2010-01-25 Ben Wing <ben@xemacs.org> * mule/cyrillic.el (koi8-c): Fix bug in #83 mapping. * mule/vietnamese.el (viscii): Fix bug in #A6 mapping. tests/ChangeLog addition: 2010-01-25 Ben Wing <ben@xemacs.org> * automated/file-tests.el: New file. * automated/mule-tests.el (featurep): * automated/test-harness.el (test-harness-from-buffer): * automated/test-harness.el (batch-test-emacs):
author Ben Wing <ben@xemacs.org>
date Mon, 25 Jan 2010 03:03:49 -0600
parents 9b5d4b35f8d7
children 018e13fdeaeb
comparison
equal deleted inserted replaced
4947:4faad22a9fe5 4948:8b230c53075b
1 2010-01-25 Ben Wing <ben@xemacs.org>
2
3 * mule/cyrillic.el (koi8-c):
4 Fix bug in #83 mapping.
5 * mule/vietnamese.el (viscii):
6 Fix bug in #A6 mapping.
7
1 2010-01-24 Ben Wing <ben@xemacs.org> 8 2010-01-24 Ben Wing <ben@xemacs.org>
2 9
3 * simple.el (capitalize-string-as-title): 10 * simple.el (capitalize-string-as-title):
4 Use `with-string-as-buffer-contents' instead of emulating it. 11 Use `with-string-as-buffer-contents' instead of emulating it.
5 12