# HG changeset patch # User Dave Love # Date 1026167555 0 # Node ID e995615b440a98307b06654863108c1f36372878 # Parent 903813a349103690010d797c3ef5811d6f6ed1db *** empty log message *** diff -r 903813a34910 -r e995615b440a lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 08 22:22:12 2002 +0000 +++ b/lisp/ChangeLog Mon Jul 08 22:32:35 2002 +0000 @@ -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 -r 903813a34910 -r e995615b440a src/ChangeLog --- a/src/ChangeLog Mon Jul 08 22:22:12 2002 +0000 +++ b/src/ChangeLog Mon Jul 08 22:32:35 2002 +0000 @@ -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'.