diff options
| author | Juanma Barranquero | 2004-04-23 00:25:28 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-04-23 00:25:28 +0000 |
| commit | d814862aa67a502a014d15c965f353f97500365a (patch) | |
| tree | 852e77fdd9f64b218295c6b395400e949f721ec6 /src/ChangeLog | |
| parent | bd6766d34dc21e2c57917a6bf172421a198d2839 (diff) | |
| download | emacs-d814862aa67a502a014d15c965f353f97500365a.tar.gz emacs-d814862aa67a502a014d15c965f353f97500365a.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e535b750949..4f00e25652c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-04-23 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * makefile.w32-in: Add "-*- makefile -*-" mode tag. | ||
| 4 | |||
| 1 | 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]: | 7 | * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]: |
| @@ -8559,16 +8563,16 @@ | |||
| 8559 | 2002-07-11 Juanma Barranquero <lektu@terra.es> | 8563 | 2002-07-11 Juanma Barranquero <lektu@terra.es> |
| 8560 | 8564 | ||
| 8561 | * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c, | 8565 | * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c, |
| 8562 | * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c, | 8566 | composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c, |
| 8563 | * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c, | 8567 | fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c, |
| 8564 | * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c, | 8568 | macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c, |
| 8565 | * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c, | 8569 | textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c, |
| 8566 | * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense. | 8570 | xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense. |
| 8567 | 8571 | ||
| 8568 | 2002-07-10 Juanma Barranquero <lektu@terra.es> | 8572 | 2002-07-10 Juanma Barranquero <lektu@terra.es> |
| 8569 | 8573 | ||
| 8570 | * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers | 8574 | * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. |
| 8571 | changed. | 8575 | All callers changed. |
| 8572 | 8576 | ||
| 8573 | 2002-07-09 Stefan Monnier <monnier@cs.yale.edu> | 8577 | 2002-07-09 Stefan Monnier <monnier@cs.yale.edu> |
| 8574 | 8578 | ||