From c497ba2899dc70150352fba911b48f09b33b75fda95ba4a01c62529a09105151 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 21 Jan 2009 01:40:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xemacs?expand=0&rev=39 --- xemacs-21.4.8-app-defaults.patch | 2 +- xemacs.changes | 10 ++++++++++ xemacs.spec | 11 +++++++++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/xemacs-21.4.8-app-defaults.patch b/xemacs-21.4.8-app-defaults.patch index 536d6ac..ae0bfae 100644 --- a/xemacs-21.4.8-app-defaults.patch +++ b/xemacs-21.4.8-app-defaults.patch @@ -6,7 +6,7 @@ +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!! FontSet for menus when you use --with-xfs or --with-xim=xlib. -+XEmacs*fontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso10646-1,-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*,* ++XEmacs*fontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso10646-1,-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* + ! Set the menubar colors. This overrides the default foreground and ! background colors specified above. diff --git a/xemacs.changes b/xemacs.changes index 1903bac..4ff9dc3 100644 --- a/xemacs.changes +++ b/xemacs.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jan 20 12:44:59 CET 2009 - mfabian@suse.de + +- bnc#461244: change menu font set in app-defaults + to use only -*-helvetica-*. This avoids matching the huge Chinese + font from ifntchib by accidents. Languages which need a wider + coverage of glyphs than offered by the adobe-helvetica bitmap + fonts have their own translated app-defaults in "xemacs-packages" + anyway. + ------------------------------------------------------------------- Thu Dec 04 15:03:37 CET 2008 - mfabian@suse.de diff --git a/xemacs.spec b/xemacs.spec index 79a893e..6011836 100644 --- a/xemacs.spec +++ b/xemacs.spec @@ -1,7 +1,7 @@ # # spec file for package xemacs (Version 21.5.28.20080401) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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 @@ -44,7 +44,7 @@ Requires: xemacs-info xemacs-packages ctags Conflicts: gnuserv AutoReqProv: on Version: 21.5.28.20080401 -Release: 59 +Release: 60 Summary: XEmacs BuildRoot: %{_tmppath}/%{name}-%{version}-build # Howto get the cvs tree of XEmacs: @@ -603,6 +603,13 @@ rm -rf $RPM_BUILD_ROOT %dir /usr/share/xemacs/site-packages/lisp/term/ %changelog +* Tue Jan 20 2009 mfabian@suse.de +- bnc#461244: change menu font set in app-defaults + to use only -*-helvetica-*. This avoids matching the huge Chinese + font from ifntchib by accidents. Languages which need a wider + coverage of glyphs than offered by the adobe-helvetica bitmap + fonts have their own translated app-defaults in "xemacs-packages" + anyway. * Thu Dec 04 2008 mfabian@suse.de - bnc#450838: make generic-print-buffer work again. Patch by Aidan Kehoe from upstream, see