AC21.4 Fix X-Window Progress bar

Vin Shelton <[email protected]> Fri, 13 Feb 2015 22:18:33 -0500
Newsgroups gmane.emacs.xemacs.patches
Message-ID <CACeGjnUEBVngPNsfKOs-bQ-sVohrmJJs7MqHR1dVDn_gwAXngA@mail.gmail.com>
[AC21.4]
This fixes the progress bar under X-Window in 21.4.

There will have to be a 21.4.24 at some point.  I promise to review the
netbsd and gentoo patches.

  - Vin

_______________________________________________
XEmacs-Patches mailing list
[email protected]
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
xem.patch (text/x-patch, 1.2 KB)
diff -r c3b044914fa7 -r 2f6cfac9adde lwlib/ChangeLog
--- a/lwlib/ChangeLog	Thu Jan 29 09:51:16 2015 -0500
+++ b/lwlib/ChangeLog	Fri Feb 13 20:42:38 2015 -0500
@@ -1,5 +1,10 @@
+2015-02-13  Vin Shelton  <[email protected]>
+
+	* lwlib.h: Don't define XAW_INTERNATIONALIZATION here
+	* config.h.in: Define XAW_INTERNATIONALIZATION here
+
 2015-01-29  Vin Shelton <[email protected]>
- 
+
 	* XEmacs 21.4.23 is released
 
 2015-01-08  Vin Shelton  <[email protected]>
diff -r c3b044914fa7 -r 2f6cfac9adde lwlib/config.h.in
--- a/lwlib/config.h.in	Thu Jan 29 09:51:16 2015 -0500
+++ b/lwlib/config.h.in	Fri Feb 13 20:42:38 2015 -0500
@@ -43,4 +43,8 @@
 #undef ATHENA_AsciiText_h_
 #undef ATHENA_XawInit_h_
 
+#ifdef HAVE_ATHENA_I18N
+#define XAW_INTERNATIONALIZATION 1
+#endif
+
 #endif /* _LWLIB_CONFIG_H_ */
diff -r c3b044914fa7 -r 2f6cfac9adde lwlib/lwlib.h
--- a/lwlib/lwlib.h	Thu Jan 29 09:51:16 2015 -0500
+++ b/lwlib/lwlib.h	Fri Feb 13 20:42:38 2015 -0500
@@ -3,10 +3,6 @@
 
 #include <X11/Intrinsic.h>
 
-#ifdef HAVE_ATHENA_I18N
-#define XAW_INTERNATIONALIZATION 1
-#endif
-
 #if defined (LWLIB_MENUBARS_LUCID) || defined (LWLIB_MENUBARS_MOTIF) || defined (LWLIB_MENUBARS_ATHENA)
 #define NEED_MENUBARS
 #endif