*** empty log message ***

This commit is contained in:
Dave Love 2002-07-08 22:32:35 +00:00
parent 9a08196a0b
commit 9406d1d986
2 changed files with 26 additions and 0 deletions

View file

@ -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 <fx@gnu.org>
* 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 <rms@gnu.org>
* net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.

View file

@ -31,6 +31,17 @@
* 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,Bm(Bk <Pavel@Janik.cz>
* xdisp.c: Remove unused variable `face'.