Mercurial > emacs
comparison src/ChangeLog @ 32177:de140b53441e
*** empty log message ***
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Thu, 05 Oct 2000 19:30:21 +0000 |
| parents | 677989e54ee9 |
| children | 0ec7632bc886 |
comparison
equal
deleted
inserted
replaced
| 32176:01156edaa3f9 | 32177:de140b53441e |
|---|---|
| 1 2000-10-05 Gerd Moellmann <gerd@gnu.org> | |
| 2 | |
| 3 * keyboard.c (Frecursive_edit): Make sure redisplay can happen. | |
| 4 | |
| 5 * xdisp.c (handle_single_display_prop): Use safe_call1. | |
| 6 (safe_call): Renamed from call_function. | |
| 7 (safe_call1): New function. | |
| 8 (handle_fontified_prop): Use safe_call1 instead of call1. | |
| 9 (safe_eval): Renamed from eval_form. | |
| 10 (safe_eval_handler): Renamed from eval_handler. | |
| 11 (handle_single_display_prop, display_mode_element): Use safe_eval | |
| 12 instead of eval_form. | |
| 13 | |
| 14 * xfaces.c (merge_face_heights): Use safe_call instead of | |
| 15 call_function. | |
| 16 | |
| 17 * keyboard.c (show_help_echo): Use safe_call instead of | |
| 18 call_function; use safe_eval instead of eval_form. | |
| 19 | |
| 20 * lisp.h (safe_call): Renamed from call_function. | |
| 21 (safe_eval): Renamed from eval_form. | |
| 22 (safe_call1): Add prototype. | |
| 23 | |
| 1 2000-10-05 Miles Bader <miles@lsi.nec.co.jp> | 24 2000-10-05 Miles Bader <miles@lsi.nec.co.jp> |
| 2 | 25 |
| 3 * xfns.c (image_ascent): Rearrange ascent calculation for the | 26 * xfns.c (image_ascent): Rearrange ascent calculation for the |
| 4 has-a-font case. | 27 has-a-font case. |
| 5 | 28 |
