diff options
| author | Stefan Monnier | 2005-02-21 13:44:11 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-02-21 13:44:11 +0000 |
| commit | 9df747e1c99d8dbb21e46a5d4aa47c89d433d6cf (patch) | |
| tree | 72f3eb9ceeff968cb85e69d025136b6c31c5db47 /src | |
| parent | 485464c434b07d774276131fcb59da80b9cb350b (diff) | |
| download | emacs-9df747e1c99d8dbb21e46a5d4aa47c89d433d6cf.tar.gz emacs-9df747e1c99d8dbb21e46a5d4aa47c89d433d6cf.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ecd4f3661ec..4cd7ef4f373 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-02-21 Stefan <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keymap.h: Declare Fcurrent_active_maps, used in doc.c. | ||
| 4 | |||
| 1 | 2005-02-21 Kim F. Storm <storm@cua.dk> | 5 | 2005-02-21 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * xdisp.c (move_it_vertically_backward): Eliminate two xasserts. | 7 | * xdisp.c (move_it_vertically_backward): Eliminate two xasserts. |
| @@ -858,13 +862,8 @@ | |||
| 858 | (install_window_handler) [TARGET_API_MAC_CARBON]: | 862 | (install_window_handler) [TARGET_API_MAC_CARBON]: |
| 859 | Register handlers for tracking/receiving drag-and-drop items. | 863 | Register handlers for tracking/receiving drag-and-drop items. |
| 860 | (do_ae_open_documents): Generate unibyte strings for filenames. | 864 | (do_ae_open_documents): Generate unibyte strings for filenames. |
| 861 | <<<<<<< ChangeLog | ||
| 862 | (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise. | ||
| 863 | Reject only non-filename items. Set event modifiers and return value. | ||
| 864 | ======= | ||
| 865 | (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise. | 865 | (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise. |
| 866 | Reject only non-filename items. Set event modifiers, and return value. | 866 | Reject only non-filename items. Set event modifiers, and return value. |
| 867 | >>>>>>> 1.4187 | ||
| 868 | 867 | ||
| 869 | 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu> | 868 | 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu> |
| 870 | 869 | ||
| @@ -974,12 +973,7 @@ | |||
| 974 | (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window | 973 | (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window |
| 975 | if the position is neither user-specified nor program-specified. | 974 | if the position is neither user-specified nor program-specified. |
| 976 | (x_free_frame_resources): Free size_hints. | 975 | (x_free_frame_resources): Free size_hints. |
| 977 | <<<<<<< ChangeLog | ||
| 978 | (x_wm_set_size_hint): Allocate size_hints if needed. | ||
| 979 | Set size_hints. | ||
| 980 | ======= | ||
| 981 | (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. |
| 982 | >>>>>>> 1.4187 | ||
| 983 | (mac_clear_font_name_table): New function. | 977 | (mac_clear_font_name_table): New function. |
| 984 | (mac_do_list_fonts): Initialize font_name_table if needed. | 978 | (mac_do_list_fonts): Initialize font_name_table if needed. |
| 985 | (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 |
| @@ -1031,11 +1025,7 @@ | |||
| 1031 | 1025 | ||
| 1032 | 2004-12-27 Richard M. Stallman <rms@gnu.org> | 1026 | 2004-12-27 Richard M. Stallman <rms@gnu.org> |
| 1033 | 1027 | ||
| 1034 | <<<<<<< ChangeLog | ||
| 1035 | * buffer.c (Fbuffer_disable_undo): Delete (moved to simple.el). | ||
| 1036 | ======= | ||
| 1037 | * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el). | 1028 | * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el). |
| 1038 | >>>>>>> 1.4187 | ||
| 1039 | (syms_of_buffer): Don't defsubr it. | 1029 | (syms_of_buffer): Don't defsubr it. |
| 1040 | 1030 | ||
| 1041 | * process.c (list_processes_1): Set undo_list instead | 1031 | * process.c (list_processes_1): Set undo_list instead |