comparison src/ChangeLog @ 55093:f849da3c5bb4

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 23 Apr 2004 00:25:28 +0000
parents 807a79513376
children 4f9eee6a3018
comparison
equal deleted inserted replaced
55092:9077e3f7cd49 55093:f849da3c5bb4
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]:
4 Don't make assumptions about the relative place of i and val. 8 Don't make assumptions about the relative place of i and val.
5 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well. 9 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
8557 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART. 8561 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
8558 8562
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
8575 * data.c (Fdefalias): Add an optional `docstring' argument. 8579 * data.c (Fdefalias): Add an optional `docstring' argument.
8576 (set_internal, Fsetq_default): Use XCAR/XCDR. 8580 (set_internal, Fsetq_default): Use XCAR/XCDR.