Mercurial > emacs
comparison src/ChangeLog @ 50763:89b4fef23a86
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 01 May 2003 00:43:29 +0000 |
parents | 09355400d773 |
children | f30e6f029d65 |
comparison
equal
deleted
inserted
replaced
50762:921f62e6b6ad | 50763:89b4fef23a86 |
---|---|
1 2003-04-30 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * eval.c (unbind_to): Don't handle symbol = Qnil any more. | |
4 | |
5 * lisp.h (CHECK): Wrap args in parenthesis. | |
6 (specbind): Fix doc: symbol = Qnil is not supported any more. | |
7 | |
8 * bytecode.c (Fbyte_code) <unwind-protect>: | |
9 Use Fprogn rather than 0 and Qnil. | |
10 | |
11 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag', | |
12 `double', and `triple' modifiers as well. | |
13 | |
1 2003-04-30 Richard M. Stallman <rms@gnu.org> | 14 2003-04-30 Richard M. Stallman <rms@gnu.org> |
2 | 15 |
3 * keyboard.c (echo_char): Don't clear out a dash that follows a space. | 16 * keyboard.c (echo_char): Don't clear out a dash that follows a space. |
4 | 17 |
5 * alloc.c (abort_on_gc): New variable. | 18 * alloc.c (abort_on_gc): New variable. |
8 * lisp.h (abort_on_gc): Add decl. | 21 * lisp.h (abort_on_gc): Add decl. |
9 | 22 |
10 * eval.c (Fsignal): Clear abort_on_gc. | 23 * eval.c (Fsignal): Clear abort_on_gc. |
11 | 24 |
12 * editfns.c (Fformat): Set abort_on_gc during first scan of format. | 25 * editfns.c (Fformat): Set abort_on_gc during first scan of format. |
13 Reinit FORMAT_START and END before second scan. | 26 Reinit FORMAT_START and END before second scan. |
14 | 27 |
15 * xdisp.c (move_it_vertically_backward): Do the final big else | 28 * xdisp.c (move_it_vertically_backward): Do the final big else |
16 even if nlines is 0. | 29 even if nlines is 0. |
17 | 30 |
18 * xdisp.c (redisplay_internal): Finish the per-frame loop | 31 * xdisp.c (redisplay_internal): Finish the per-frame loop |
33 technique of *p, *stop, and *endp. | 46 technique of *p, *stop, and *endp. |
34 | 47 |
35 2003-04-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 48 2003-04-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
36 | 49 |
37 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling | 50 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling |
38 tool_bar_items so GTK tool bar expose callback does not access items | 51 tool_bar_items so GTK tool bar expose callback does not access items |
39 being updated. | 52 being updated. |
53 | |
54 2003-04-19 Stefan Monnier <monnier@cs.yale.edu> | |
55 | |
56 * eval.c (Fapply): Undo last change and add a comment about why. | |
40 | 57 |
41 2003-04-18 Miles Bader <miles@gnu.org> | 58 2003-04-18 Miles Bader <miles@gnu.org> |
42 | 59 |
43 * data.c (Faset): Calculate nbytes earlier, to satisfy the now | 60 * data.c (Faset): Calculate nbytes earlier, to satisfy the now |
44 pickier PARSE_MULTIBYTE_SEQ. | 61 pickier PARSE_MULTIBYTE_SEQ. |