Mercurial > emacs
comparison src/ChangeLog @ 54631:ec452a2865a8
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 29 Mar 2004 00:53:28 +0000 |
parents | ca7651cb435b |
children | 371824673463 |
comparison
equal
deleted
inserted
replaced
54630:d6dd8c390fc2 | 54631:ec452a2865a8 |
---|---|
1 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * eval.c (Fcommandp): Simplify. | |
4 | |
5 * data.c (Finteractive_form): Rename from Fsubr_interactive_form. | |
6 Extend to handle all kinds of functions. | |
7 | |
8 * lisp.h (Finteractive_form): Declare. | |
9 | |
10 * callint.c (Fcall_interactively): Use it. | |
11 | |
1 2004-03-26 Kim F. Storm <storm@cua.dk> | 12 2004-03-26 Kim F. Storm <storm@cua.dk> |
2 | 13 |
3 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error | 14 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error |
4 to catch errors in calc_pixel_width_or_height during redisplay. | 15 to catch errors in calc_pixel_width_or_height during redisplay. |
5 | 16 |
37 * dispextern.h (calc_pixel_width_or_height): Add prototype. | 48 * dispextern.h (calc_pixel_width_or_height): Add prototype. |
38 | 49 |
39 * image.c (Qcenter): Move to xdisp.c. | 50 * image.c (Qcenter): Move to xdisp.c. |
40 | 51 |
41 * xdisp.c (Qcenter): Declare here. | 52 * xdisp.c (Qcenter): Declare here. |
42 (syms_of_xdisp): intern and staticpro it. | 53 (syms_of_xdisp): Intern and staticpro it. |
43 (handle_single_display_prop): Allow space display property on all | 54 (handle_single_display_prop): Allow space display property on all |
44 platforms. | 55 platforms. |
45 (display_mode_line): Set mode_line_p before displaying line. | 56 (display_mode_line): Set mode_line_p before displaying line. |
46 (calc_pixel_width_or_height): Declare extern. Add separate :align-to | 57 (calc_pixel_width_or_height): Declare extern. Add separate :align-to |
47 handling. Remove complex cases for fringes and scroll-bars. | 58 handling. Remove complex cases for fringes and scroll-bars. |