comparison src/ChangeLog @ 46294:5bb364f84e70

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 11 Jul 2002 14:26:44 +0000
parents 017c8b0ae985
children 8bc526e9d28b
comparison
equal deleted inserted replaced
46293:1fb8f75062c6 46294:5bb364f84e70
1 2002-07-11 Juanma Barranquero <lektu@terra.es>
2
3 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c
4 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c
5 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c
6 * macmenu.c, minibuf.c, print.c, process.c, sound.c, textprop.c
7 * w32fns.c, w32menu.c, window.c, xfaces.c, xmenu.c, xselect.c
8 * xterm.c: Use SPECPDL_INDEX wherever makes sense.
9
1 2002-07-10 Juanma Barranquero <lektu@terra.es> 10 2002-07-10 Juanma Barranquero <lektu@terra.es>
2 11
3 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers 12 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers
4 changed. 13 changed.
5 14
53 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New. 62 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
54 (ccl_driver): Add cases for CCL_LookupIntConstTbl, 63 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
55 CCL_LookupCharConstTbl. 64 CCL_LookupCharConstTbl.
56 (syms_of_ccl): Defvar translation-hash-table-vector. 65 (syms_of_ccl): Defvar translation-hash-table-vector.
57 66
58 2002-07-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 67 2002-07-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
59 68
60 * xdisp.c: Remove unused variable `face'. 69 * xdisp.c: Remove unused variable `face'.
61 70
62 2002-07-04 Juanma Barranquero <lektu@terra.es> 71 2002-07-04 Juanma Barranquero <lektu@terra.es>
63 72