changeset 1094:4f4c898836ab

[xemacs-hg @ 2002-11-11 15:34:11 by stephent] crash message <87of8wyy85.fsf@tleepslib.sk.tsukuba.ac.jp> nas 1.6 <87isz4yy0o.fsf@tleepslib.sk.tsukuba.ac.jp> warning fixes <87el9syvg4.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 11 Nov 2002 15:34:13 +0000
parents be6f88260aa4
children 0d33547d9ed3
files src/ChangeLog src/ExternalClient.c src/event-Xt.c src/extw-Xt.c src/mule-canna.c
diffstat 5 files changed, 36 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Nov 11 14:23:50 2002 +0000
+++ b/src/ChangeLog	Mon Nov 11 15:34:13 2002 +0000
@@ -1,3 +1,34 @@
+2002-10-10  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* emacs.c (shut_down_emacs): Improve crash message.
+
+2002-10-17  Raymond Toy  <toy@rtp.ericsson.se>
+
+	* nas.c: Update for NAS 1.6 and later, from Jon Trulson.  Was
+	using the NAS private array SoundFileInfo that no longer exists in
+	NAS 1.6 and later.  Preserve backward compatibility with NAS 1.5a
+	and earlier.  This is broken for some versions between 1.5a and
+	1.5f.
+
+2002-10-20  Stephen Turnbull  <steve@tleepslib1>
+
+	* ExternalClient.c (externalClientRealize): Suppress "unused" warning.
+
+2002-10-19  Stephen Turnbull  <stephen@xemacs.org>
+
+	* extw-Xt.c (isMine): Suppress signed-unsigned compare warning.
+
+2002-10-19  Stephen Turnbull  <stephen@xemacs.org>
+
+	* mule-canna.c (Fcanna_touroku_string):
+	(Fcanna_change_mode):
+	(Fcanna_do_function):
+	Fix "unused variable" warnings.
+
+2002-10-18  Stephen Turnbull  <stephen@xemacs.org>
+
+	* event-Xt.c (enqueue_focus_event): Prototype it.
+
 2002-10-24  Andy Piper  <andy@xemacs.org>
 
 	* glyphs-widget.c (layout_query_geometry): add in fiddle
--- a/src/ExternalClient.c	Mon Nov 11 14:23:50 2002 +0000
+++ b/src/ExternalClient.c	Mon Nov 11 15:34:13 2002 +0000
@@ -266,7 +266,9 @@
 static void
 externalClientRealize (Widget w, XtValueMask *vm, XSetWindowAttributes *attrs)
 {
+#ifdef TOOLTALK
   ExternalClientWidget ecw = (ExternalClientWidget)w;
+#endif
 
 #ifdef EXTW_USES_MOTIF
   (*xmPrimitiveWidgetClass->core_class.realize) (w, vm, attrs);
@@ -275,7 +277,6 @@
 #endif
 
 #ifdef TOOLTALK
-
   /* Make sure that the server actually knows about this window id before
    * telling Emacs about it.
    */
--- a/src/event-Xt.c	Mon Nov 11 14:23:50 2002 +0000
+++ b/src/event-Xt.c	Mon Nov 11 15:34:13 2002 +0000
@@ -67,6 +67,8 @@
 #include "offix.h"
 #endif
 
+/* used in glyphs-x.c */
+void enqueue_focus_event (Widget wants_it, Lisp_Object frame, int in_p);
 static void handle_focus_event_1 (struct frame *f, int in_p);
 static void handle_focus_event_2 (Window w, struct frame *f, int in_p);
 
--- a/src/extw-Xt.c	Mon Nov 11 14:23:50 2002 +0000
+++ b/src/extw-Xt.c	Mon Nov 11 15:34:13 2002 +0000
@@ -207,7 +207,7 @@
 	  if (event->type == ClientMessage &&
 	      event->xclient.message_type == a_EXTW_NOTIFY &&
 	      event->xclient.data.l[0] == 1 - extw_which_side &&
-	      event->xclient.data.l[1] == q->type)
+	      (en_extw_notify) event->xclient.data.l[1] == q->type)
 	    return TRUE;
 	}
 	return FALSE;
--- a/src/mule-canna.c	Mon Nov 11 14:23:50 2002 +0000
+++ b/src/mule-canna.c	Mon Nov 11 15:34:13 2002 +0000
@@ -493,7 +493,6 @@
   jrKanjiStatusWithValue ksv;
   jrKanjiStatus ks;
   int len;
-  Lisp_Object val;
 #ifdef CANNA_MULE
   unsigned char cbuf[4096];
 #endif
@@ -533,7 +532,6 @@
 {
   jrKanjiStatusWithValue ksv;
   jrKanjiStatus ks;
-  Lisp_Object val;
 
   CHECK_INT (num);
 
@@ -618,7 +616,6 @@
 {
   jrKanjiStatusWithValue ksv;
   jrKanjiStatus ks;
-  Lisp_Object val;
 
   CHECK_INT (num);