Hello community, here is the log from the commit of package xemacs for openSUSE:Factory checked in at 2015-02-11 16:45:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xemacs (Old) and /work/SRC/openSUSE:Factory/.xemacs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xemacs" Changes: -------- --- /work/SRC/openSUSE:Factory/xemacs/xemacs.changes 2014-08-11 10:07:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xemacs.new/xemacs.changes 2015-02-11 16:45:55.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Feb 10 16:58:28 UTC 2015 - [email protected] + +- Correct some load paths +- Set progress-feedback-use-echo-area to true to allow some modes + like C-mode and TeX-mode to write messages (boo#905625 and bdc#902003) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xemacs.spec ++++++ --- /var/tmp/diff_new_pack.VnvNmO/_old 2015-02-11 16:45:57.000000000 +0100 +++ /var/tmp/diff_new_pack.VnvNmO/_new 2015-02-11 16:45:57.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xemacs # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ site-start.el ++++++ --- /var/tmp/diff_new_pack.VnvNmO/_old 2015-02-11 16:45:57.000000000 +0100 +++ /var/tmp/diff_new_pack.VnvNmO/_new 2015-02-11 16:45:57.000000000 +0100 @@ -6,9 +6,8 @@ ;;; Mike Fabian <[email protected]>, 2004, 2005 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(setq load-path (delete (concat "/usr/share/xemacs/" - emacs-program-version - "/site-packages/lisp/term/") +(setq load-path (delete (concat lisp-directory + "site-packages/lisp/term/") load-path)) ;; @@ -327,7 +326,8 @@ (emacs-version>= 21 5 6)) (define-coding-system-alias 'native (intern tmp)))))) -(suse-set-coding-systems) +(if load-user-init-file-p + (suse-set-coding-systems)) ;; Set input mode (let ((value (current-input-mode))) ++++++ xemacs.patch ++++++ --- /var/tmp/diff_new_pack.VnvNmO/_old 2015-02-11 16:45:57.000000000 +0100 +++ /var/tmp/diff_new_pack.VnvNmO/_new 2015-02-11 16:45:57.000000000 +0100 @@ -246,7 +246,7 @@ =================================================================== --- /dev/null +++ xemacs-21.5.29/lisp/site-init.el -@@ -0,0 +1,17 @@ +@@ -0,0 +1,18 @@ +;;;; +;;; xemacs-21.1.14/lisp/site-init.el +;;; Author: Werner Fink <[email protected]> @@ -255,7 +255,8 @@ +(garbage-collect) + +(setq gnus-default-nntp-server "news") -+(setq w3-directory (concat "/usr/share/xemacs/" emacs-program-version "/lisp/w3")) ++(setq w3-directory (concat lisp-directory "w3")) ++(setq progress-feedback-use-echo-area t) ;; boo#905625 and bsc#902003 + +(garbage-collect) +(garbage-collect) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
