Mercurial > emacs
comparison src/ChangeLog @ 58000:5c2294856939
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 Nov 2004 03:50:11 +0000 |
parents | 8e0225db36a1 |
children | 0a98ca85a5c6 |
comparison
equal
deleted
inserted
replaced
57999:3166194a373f | 58000:5c2294856939 |
---|---|
1 2004-11-06 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data. | |
4 | |
5 * xfaces.c (merge_named_face): GCPRO the face_name in the | |
6 named_merge_point struct that we make. | |
7 (merge_face_heights): Eliminate GCPRO arg. All callers changed. | |
8 | |
9 * keyboard.c (command_loop_1): Change Vtransient_mark_mode | |
10 before deciding whether to inactivate mark. | |
11 | |
1 2004-11-06 Lars Brinkhoff <lars@nocrew.org> | 12 2004-11-06 Lars Brinkhoff <lars@nocrew.org> |
2 | 13 |
3 * config.in: Regenerate (add HAVE_GETRUSAGE). | 14 * config.in: Regenerate (add HAVE_GETRUSAGE). |
4 * editfns.c (Fget_internal_run_time): New function. | 15 * editfns.c (Fget_internal_run_time): New function. |
5 (syms_of_data): Defsubr it. | 16 (syms_of_data): Defsubr it. |
15 * eval.c (Feval): Remove check for INPUT_BLOCKED_P. | 26 * eval.c (Feval): Remove check for INPUT_BLOCKED_P. |
16 | 27 |
17 * xmenu.c (popup_get_selection, create_and_show_popup_menu) | 28 * xmenu.c (popup_get_selection, create_and_show_popup_menu) |
18 (create_and_show_dialog): Revert change from 2004-10-31. | 29 (create_and_show_dialog): Revert change from 2004-10-31. |
19 | 30 |
20 | |
21 2004-11-05 Luc Teirlinck <teirllm@auburn.edu> | 31 2004-11-05 Luc Teirlinck <teirllm@auburn.edu> |
22 | 32 |
23 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix. | 33 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix. |
24 | 34 |
25 2004-11-05 Kim F. Storm <storm@cua.dk> | 35 2004-11-05 Kim F. Storm <storm@cua.dk> |