User: aidan
Date: 05/03/02 14:06:43
Modified: xemacs/src ChangeLog select-x.c
Log:
Make the #ifndef HAVE_XTREGISTERDRAWABLE msg polite, have it compile.
Revision Changes Path
1.800 +7 -0 XEmacs/xemacs/src/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.799
retrieving revision 1.800
diff -u -r1.799 -r1.800
--- ChangeLog 2005/03/01 22:43:40 1.799
+++ ChangeLog 2005/03/02 13:06:38 1.800
@@ -1,3 +1,10 @@
+2005-03-02 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * select-x.c (x_reply_selection_request): Make the error message
+ in the absence of HAVE_XTREGISTERDRAWABLE more polite, pass a
+ second argument to invalid_operation to have it actually compile
+ in that case.
+
2005-03-01 Aidan Kehoe <kehoea(a)parhasard.net>
* config.h.in: New macro, HAVE_XTREGISTERDRAWABLE.
1.22 +1 -2 XEmacs/xemacs/src/select-x.c
Index: select-x.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/select-x.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- select-x.c 2005/03/01 22:43:41 1.21
+++ select-x.c 2005/03/02 13:06:40 1.22
@@ -528,8 +528,7 @@
else
{
#ifndef HAVE_XTREGISTERDRAWABLE
- invalid_operation("your Xt library sucks too much to transfer this "
- "much data!");
+ invalid_operation("Copying that much data requires X11R6.", Qunbound);
#else
/* Send an INCR selection. */
int prop_id;
Show replies by date