Mercurial > emacs
changeset 50763:89b4fef23a86
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 01 May 2003 00:43:29 +0000 |
parents | 921f62e6b6ad |
children | 394622821e83 |
files | src/ChangeLog |
diffstat | 1 files changed, 19 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu May 01 00:40:45 2003 +0000 +++ b/src/ChangeLog Thu May 01 00:43:29 2003 +0000 @@ -1,3 +1,16 @@ +2003-04-30 Stefan Monnier <monnier@cs.yale.edu> + + * eval.c (unbind_to): Don't handle symbol = Qnil any more. + + * lisp.h (CHECK): Wrap args in parenthesis. + (specbind): Fix doc: symbol = Qnil is not supported any more. + + * bytecode.c (Fbyte_code) <unwind-protect>: + Use Fprogn rather than 0 and Qnil. + + * keyboard.c (parse_modifiers_uncached): Parse `down', `drag', + `double', and `triple' modifiers as well. + 2003-04-30 Richard M. Stallman <rms@gnu.org> * keyboard.c (echo_char): Don't clear out a dash that follows a space. @@ -10,7 +23,7 @@ * eval.c (Fsignal): Clear abort_on_gc. * editfns.c (Fformat): Set abort_on_gc during first scan of format. - Reinit FORMAT_START and END before second scan. + Reinit FORMAT_START and END before second scan. * xdisp.c (move_it_vertically_backward): Do the final big else even if nlines is 0. @@ -35,9 +48,13 @@ 2003-04-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * xdisp.c (update_tool_bar): BLOCK_INPUT before calling - tool_bar_items so GTK tool bar expose callback does not access items + tool_bar_items so GTK tool bar expose callback does not access items being updated. +2003-04-19 Stefan Monnier <monnier@cs.yale.edu> + + * eval.c (Fapply): Undo last change and add a comment about why. + 2003-04-18 Miles Bader <miles@gnu.org> * data.c (Faset): Calculate nbytes earlier, to satisfy the now