comparison src/ChangeLog @ 60194:a8f01b89d2ce

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 21 Feb 2005 13:44:11 +0000
parents 62817df1cfe7
children e9e24a0c4849
comparison
equal deleted inserted replaced
60193:261ebd199f28 60194:a8f01b89d2ce
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.
4 I think those asserts are bogus if buffer contains invisible text 8 I think those asserts are bogus if buffer contains invisible text
5 or images. 9 or images.
856 (mac_do_track_drag): New function and declaration. 860 (mac_do_track_drag): New function and declaration.
857 (install_window_handler): Return OSErr value. 861 (install_window_handler): Return OSErr value.
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
871 * coding.c (decode_coding): Fix previous change. 870 * coding.c (decode_coding): Fix previous change.
872 871
972 (activate_scroll_bars, deactivate_scroll_bars) 971 (activate_scroll_bars, deactivate_scroll_bars)
973 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl. 972 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
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
986 around mac_do_list_fonts. 980 around mac_do_list_fonts.
987 (mac_unload_font): New function. 981 (mac_unload_font): New function.
1029 1023
1030 * xfaces.c (clear_font_table) [MAC_OS]: call mac_unload_font. 1024 * xfaces.c (clear_font_table) [MAC_OS]: call mac_unload_font.
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
1042 of calling Fbuffer_disable_undo. 1032 of calling Fbuffer_disable_undo.
1043 1033