aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-07-08 22:32:35 +0000
committerDave Love2002-07-08 22:32:35 +0000
commit9406d1d986e45c464b24733525d2797cbed5ee6b (patch)
tree26e90e59e8f32dd1d79705c92fc6bcd89da8022f /src
parent9a08196a0b57e83d6faf02bbaee6cf717ef4bc0e (diff)
downloademacs-9406d1d986e45c464b24733525d2797cbed5ee6b.tar.gz
emacs-9406d1d986e45c464b24733525d2797cbed5ee6b.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 73b39eb4da1..f3b60225b08 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -31,6 +31,17 @@
31 31
32 * eval.c (Fdefmacro): Doc fix. 32 * eval.c (Fdefmacro): Doc fix.
33 33
342002-07-05 Dave Love <fx@gnu.org>
35
36 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
37 correctly.
38
39 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
40 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
41 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
42 CCL_LookupCharConstTbl.
43 (syms_of_ccl): Defvar translation-hash-table-vector.
44
342002-07-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 452002-07-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
35 46
36 * xdisp.c: Remove unused variable `face'. 47 * xdisp.c: Remove unused variable `face'.