diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b65bb2d5714..ea570820e1a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 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). |
| @@ -17,7 +28,6 @@ | |||
| 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. |