aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2005-02-23 11:24:05 +0000
committerKaroly Lorentey2005-02-23 11:24:05 +0000
commite6b2f88783f2c89bedcd2a761c6362fb353dc7a3 (patch)
tree1d67d21b81f22dbc2219c9f62ae7b4882bbd9617 /src/ChangeLog
parenta3ed96394abf826ed794282886c05db599e801df (diff)
parentdae3211dbdeab1939c610a5138f0f08839bfe3fa (diff)
downloademacs-e6b2f88783f2c89bedcd2a761c6362fb353dc7a3.tar.gz
emacs-e6b2f88783f2c89bedcd2a761c6362fb353dc7a3.zip
Merged from miles@gnu.org--gnu-2005 (patch 119)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-119 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-299
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog28
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 @@
12005-02-21 Stefan <monnier@iro.umontreal.ca>
2
3 * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
4
52005-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
112005-02-21 David Kastrup <dak@gnu.org>
12
13 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
14
12005-02-20 Kim F. Storm <storm@cua.dk> 152005-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
8592004-12-28 Dan Nicolaescu <dann@ics.uci.edu> 8682004-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
10222004-12-27 Richard M. Stallman <rms@gnu.org> 10262004-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