rpms/xemacs/devel xemacs-sitestart.el, 1.4, 1.5 xemacs.spec, 1.28, 1.29

Ville Skytta (scop) fedora-extras-commits at redhat.com
Wed Sep 20 16:21:21 UTC 2006


Author: scop

Update of /cvs/extras/rpms/xemacs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10297

Modified Files:
	xemacs-sitestart.el xemacs.spec 
Log Message:
* Wed Sep 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 21.5.27-4
- Disable graphical progress bar by default (#188973).
- Make Wnn support optional at build time, disabled by default.



Index: xemacs-sitestart.el
===================================================================
RCS file: /cvs/extras/rpms/xemacs/devel/xemacs-sitestart.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xemacs-sitestart.el	10 Sep 2006 09:45:06 -0000	1.4
+++ xemacs-sitestart.el	20 Sep 2006 16:21:20 -0000	1.5
@@ -144,3 +144,5 @@
 ;; when saving a buffer always end it with a newline
 (setq-default require-final-newline t)
 
+;; the graphical progress bar is buggy - disable it by default (#188973)
+(setq-default progress-feedback-use-echo-area t)


Index: xemacs.spec
===================================================================
RCS file: /cvs/extras/rpms/xemacs/devel/xemacs.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- xemacs.spec	10 Sep 2006 09:45:06 -0000	1.28
+++ xemacs.spec	20 Sep 2006 16:21:20 -0000	1.29
@@ -4,6 +4,7 @@
 # TODO: fix --without modules build (../modules/canna_api.o not found?)
 
 %bcond_with     gtk
+%bcond_with     wnn
 %bcond_with     xaw3d
 %bcond_with     xft
 %bcond_without  mule
@@ -19,7 +20,7 @@
 
 Name:           xemacs
 Version:        21.5.27
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Different version of Emacs
 
 Group:          Applications/Editors
@@ -57,7 +58,9 @@
 BuildRequires:  desktop-file-utils
 %if %{with mule}
 BuildRequires:  Canna-devel
+%if %{with wnn}
 BuildRequires:  FreeWnn-devel
+%endif # wnn
 %endif # mule
 BuildRequires:  xmkmf
 BuildRequires:  libXau-devel
@@ -260,6 +263,9 @@
     --with-scrollbars=lucid \
     --with-dialogs=athena \
 %endif
+%if ! %{with wnn}
+    --without-wnn \
+%endif
 %if %{with xft}
     --with-xft=all \
 %else
@@ -485,6 +491,10 @@
 
 
 %changelog
+* Wed Sep 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 21.5.27-4
+- Disable graphical progress bar by default (#188973).
+- Make Wnn support optional at build time, disabled by default.
+
 * Sun Sep 10 2006 Ville Skyttä <ville.skytta at iki.fi> - 21.5.27-3
 - Adjust to split xemacs-packages-{base,extra}.
 - Provide xemacs(bin) in main package and -nox.




More information about the scm-commits mailing list