diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7c926e9b919..4cd7ef4f373 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2005-02-21 Stefan <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keymap.h: Declare Fcurrent_active_maps, used in doc.c. | ||
| 4 | |||
| 5 | 2005-02-21 Kim F. Storm <storm@cua.dk> | ||
| 6 | |||
| 7 | * xdisp.c (move_it_vertically_backward): Eliminate two xasserts. | ||
| 8 | I think those asserts are bogus if buffer contains invisible text | ||
| 9 | or images. | ||
| 10 | |||
| 11 | 2005-02-21 David Kastrup <dak@gnu.org> | ||
| 12 | |||
| 13 | * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error. | ||
| 14 | |||
| 1 | 2005-02-20 Kim F. Storm <storm@cua.dk> | 15 | 2005-02-20 Kim F. Storm <storm@cua.dk> |
| 2 | 16 | ||
| 3 | * xdisp.c (pos_visible_p): Be sure to move to the specified | 17 | * xdisp.c (pos_visible_p): Be sure to move to the specified |
| @@ -848,13 +862,8 @@ | |||
| 848 | (install_window_handler) [TARGET_API_MAC_CARBON]: | 862 | (install_window_handler) [TARGET_API_MAC_CARBON]: |
| 849 | Register handlers for tracking/receiving drag-and-drop items. | 863 | Register handlers for tracking/receiving drag-and-drop items. |
| 850 | (do_ae_open_documents): Generate unibyte strings for filenames. | 864 | (do_ae_open_documents): Generate unibyte strings for filenames. |
| 851 | <<<<<<< ChangeLog | ||
| 852 | (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise. | ||
| 853 | Reject only non-filename items. Set event modifiers and return value. | ||
| 854 | ======= | ||
| 855 | (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise. | 865 | (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise. |
| 856 | Reject only non-filename items. Set event modifiers, and return value. | 866 | Reject only non-filename items. Set event modifiers, and return value. |
| 857 | >>>>>>> 1.4187 | ||
| 858 | 867 | ||
| 859 | 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu> | 868 | 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu> |
| 860 | 869 | ||
| @@ -964,12 +973,7 @@ | |||
| 964 | (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window | 973 | (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window |
| 965 | if the position is neither user-specified nor program-specified. | 974 | if the position is neither user-specified nor program-specified. |
| 966 | (x_free_frame_resources): Free size_hints. | 975 | (x_free_frame_resources): Free size_hints. |
| 967 | <<<<<<< ChangeLog | ||
| 968 | (x_wm_set_size_hint): Allocate size_hints if needed. | ||
| 969 | Set size_hints. | ||
| 970 | ======= | ||
| 971 | (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints. | 976 | (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints. |
| 972 | >>>>>>> 1.4187 | ||
| 973 | (mac_clear_font_name_table): New function. | 977 | (mac_clear_font_name_table): New function. |
| 974 | (mac_do_list_fonts): Initialize font_name_table if needed. | 978 | (mac_do_list_fonts): Initialize font_name_table if needed. |
| 975 | (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT | 979 | (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT |
| @@ -1021,11 +1025,7 @@ | |||
| 1021 | 1025 | ||
| 1022 | 2004-12-27 Richard M. Stallman <rms@gnu.org> | 1026 | 2004-12-27 Richard M. Stallman <rms@gnu.org> |
| 1023 | 1027 | ||
| 1024 | <<<<<<< ChangeLog | ||
| 1025 | * buffer.c (Fbuffer_disable_undo): Delete (moved to simple.el). | ||
| 1026 | ======= | ||
| 1027 | * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el). | 1028 | * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el). |
| 1028 | >>>>>>> 1.4187 | ||
| 1029 | (syms_of_buffer): Don't defsubr it. | 1029 | (syms_of_buffer): Don't defsubr it. |
| 1030 | 1030 | ||
| 1031 | * process.c (list_processes_1): Set undo_list instead | 1031 | * process.c (list_processes_1): Set undo_list instead |