From: Dave Love Date: Mon, 8 Jul 2002 22:32:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~14231 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9406d1d986e45c464b24733525d2797cbed5ee6b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 28c6463e424..7289f6573af 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -129,6 +129,21 @@ 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 + + * international/characters.el: Fix general punctuation cases. + Remove $,1uf(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 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop. diff --git a/src/ChangeLog b/src/ChangeLog index 73b39eb4da1..f3b60225b08 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -31,6 +31,17 @@ * eval.c (Fdefmacro): Doc fix. +2002-07-05 Dave Love + + * 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,Bm(Bk * xdisp.c: Remove unused variable `face'.