]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Mon, 8 Jul 2002 22:32:35 +0000 (22:32 +0000)
committerDave Love <fx@gnu.org>
Mon, 8 Jul 2002 22:32:35 +0000 (22:32 +0000)
lisp/ChangeLog
src/ChangeLog

index 28c6463e4245a7cddc3de6fc0e9736f5cca85223..7289f6573af85840f201e63bc71cdb550ab018ae 100644 (file)
        inheriting from the mode-line face, since we can't override it,
        and we don't want it for ttys.
 
+2002-07-02  Dave Love  <fx@gnu.org>
+
+       * international/characters.el: Fix general punctuation cases.
+       Remove \e$,1uf\e(B case.
+
+       * international/ccl.el (ccl-command-table): Add lookup-character,
+       lookup-integer.
+       (ccl-extended-code-table): Add lookup-int-const-tbl,
+       lookup-char-const-tbl.
+       (ccl-compile-lookup-integer, ccl-compile-lookup-character): New
+       function.
+
+       * international/mule.el (define-translation-hash-table): New
+       function.
+
 2002-07-02  Richard M. Stallman  <rms@gnu.org>
 
        * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
index 73b39eb4da19042429a46f7204c0ee0a95d65eb6..f3b60225b08b3a5517e80b32ed0cc89959ffc7ba 100644 (file)
 
        * eval.c (Fdefmacro): Doc fix.
 
+2002-07-05  Dave Love  <fx@gnu.org>
+
+       * keyboard.c (read_key_sequence): Set initial_idleness_start_time
+       correctly.
+
+       * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
+       (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
+       (ccl_driver): Add cases for CCL_LookupIntConstTbl,
+       CCL_LookupCharConstTbl.
+       (syms_of_ccl): Defvar translation-hash-table-vector.
+
 2002-07-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xdisp.c: Remove unused variable `face'.