diff options
| author | Juanma Barranquero | 2002-07-11 14:26:44 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-11 14:26:44 +0000 |
| commit | 89297f2344234055f62a1013b26450613ecf8964 (patch) | |
| tree | 8bf9bbcffb038937684942edbfdeff7c1c81cc4f /src | |
| parent | aed13378308fae471bf2c11870a456e457166c31 (diff) | |
| download | emacs-89297f2344234055f62a1013b26450613ecf8964.tar.gz emacs-89297f2344234055f62a1013b26450613ecf8964.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0dbad5d94fe..895e1396706 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 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 |
| @@ -55,7 +64,7 @@ | |||
| 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 | ||