comparison src/ChangeLog @ 4790:bc4f2511bbea

Remove support for the OffiX drag-and-drop protocol. See xemacs-patches message with ID <870180fe0912211421m3e3d7891pdadefef167b50cb4@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Tue, 22 Dec 2009 15:52:06 -0700
parents 56049bea9231
children 8484c6c76837 e0db3c197671
comparison
equal deleted inserted replaced
4789:56049bea9231 4790:bc4f2511bbea
1 2009-12-21 Jerry James <james@xemacs.org>
2
3 * config.h.in: Remove OffiX support.
4 * device-x.c: Ditto.
5 * dragdrop.c: Ditto.
6 (vars_of_dragrop): Ditto
7 * event-Xt.c: Ditto.
8 (x_event_to_emacs_event): Ditto.
9 * frame.c (vars_of_frame): Ditto
10 * frame-x.c: Ditto.
11 (Foffix_start_drag_internal): Remove.
12 (syms_of_frame_x): Remove OffiX support..
13 * Makefile.in.in: Ditto.
14 * event-gtk.c: Don't include OffiX headers.
15 * offix.c: Remove.
16 * offic.h: Remove.
17 * offix-cursors.h: Remove.
18 * offix-types.h: Remove.
19 * text.h (Qoffix_dnd_encoding): Remove, twice.
20 * depend: Regenerate.
21
1 2009-11-27 Adrian Aichner <adrian@xemacs.org> 22 2009-11-27 Adrian Aichner <adrian@xemacs.org>
2 23
3 * nt.c (mswindows_getdcwd): Check first whether drive is valid 24 * nt.c (mswindows_getdcwd): Check first whether drive is valid
4 with _getdrives() to avoid crash in _wgetdcwd(...) when linking 25 with _getdrives() to avoid crash in _wgetdcwd(...) when linking
5 against msvcrt8. This fix was taken from the Mozilla project 26 against msvcrt8. This fix was taken from the Mozilla project