diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 357060188a5..a1c384ce535 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,46 @@ | |||
| 1 | 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * .gdbinit-union: Remove. | ||
| 4 | |||
| 5 | * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION. | ||
| 6 | (xgetptr, xgetint, xgettype): New funs. Use them everywhere. | ||
| 7 | ($nonvalbits): Remove. | ||
| 8 | ($valmask): Set it by calling xreload to avoid redundancy. | ||
| 9 | |||
| 10 | * emacs.c (gdb_use_union, gdb_use_lsb): New vars. | ||
| 11 | (gdb_emacs_intbits): Remove. | ||
| 12 | |||
| 13 | 2004-03-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 14 | |||
| 15 | * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes. | ||
| 16 | |||
| 17 | 2004-03-30 Kenichi Handa <handa@m17n.org> | ||
| 18 | |||
| 19 | * editfns.c (Fformat): Fix initialization of the array info. | ||
| 20 | |||
| 21 | 2004-03-30 Kim F. Storm <storm@cua.dk> | ||
| 22 | |||
| 23 | * xterm.c (x_mouse_click_focus_ignore_position): New var. | ||
| 24 | (syms_of_xterm): DEFVAR_BOOL it. | ||
| 25 | (ignore_next_mouse_click_timeout): New var. | ||
| 26 | (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify. | ||
| 27 | Use it to filter mouse clicks following focus event. | ||
| 28 | |||
| 29 | 2004-03-29 David Ponce <david@dponce.com> | ||
| 30 | |||
| 31 | * callint.c (Fcall_interactively): Fix last change. | ||
| 32 | |||
| 33 | 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 34 | |||
| 35 | * eval.c (Fcommandp): Simplify. | ||
| 36 | |||
| 37 | * data.c (Finteractive_form): Rename from Fsubr_interactive_form. | ||
| 38 | Extend to handle all kinds of functions. | ||
| 39 | |||
| 40 | * lisp.h (Finteractive_form): Declare. | ||
| 41 | |||
| 42 | * callint.c (Fcall_interactively): Use it. | ||
| 43 | |||
| 1 | 2004-03-26 Kim F. Storm <storm@cua.dk> | 44 | 2004-03-26 Kim F. Storm <storm@cua.dk> |
| 2 | 45 | ||
| 3 | * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error | 46 | * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error |
| @@ -39,7 +82,7 @@ | |||
| 39 | * image.c (Qcenter): Move to xdisp.c. | 82 | * image.c (Qcenter): Move to xdisp.c. |
| 40 | 83 | ||
| 41 | * xdisp.c (Qcenter): Declare here. | 84 | * xdisp.c (Qcenter): Declare here. |
| 42 | (syms_of_xdisp): intern and staticpro it. | 85 | (syms_of_xdisp): Intern and staticpro it. |
| 43 | (handle_single_display_prop): Allow space display property on all | 86 | (handle_single_display_prop): Allow space display property on all |
| 44 | platforms. | 87 | platforms. |
| 45 | (display_mode_line): Set mode_line_p before displaying line. | 88 | (display_mode_line): Set mode_line_p before displaying line. |