From e36e0be1f64640742025d61205b561ed55253961 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 04:37:47 +0000 Subject: auto-import changelog data from emacs-21.3-14.src.rpm Tue Jun 15 2004 Elliot Lee - rebuilt Fri Apr 30 2004 Jens Petersen - 21.3-13 - unset focus-follows-mouse in default.el to make switching frames work for click-to-focus (Theodore Belding,114736) --- diff --git a/default.el b/default.el index 9c1b9b4..1e87f10 100644 --- a/default.el +++ b/default.el @@ -9,6 +9,8 @@ (when window-system ;; enable wheelmouse support by default - (mwheel-install)) + (mwheel-install) + ;; make switching frames works properly under the default click-to-focus + (setq focus-follows-mouse nil)) (auto-compression-mode t) diff --git a/emacs.spec b/emacs.spec index 535270b..31fc05d 100644 --- a/emacs.spec +++ b/emacs.spec @@ -5,7 +5,7 @@ Summary: GNU Emacs text editor Name: emacs Version: 21.3 -Release: 12 +Release: 14 License: GPL URL: http://www.gnu.org/software/emacs/ Group: Applications/Editors @@ -160,6 +160,7 @@ export CFLAGS="-DMAIL_USE_LOCKF $RPM_OPT_FLAGS" %endif %__make %{?_smp_mflags} + # remove versioned file so that we end up with .1 suffix and only one DOC file rm src/emacs-%{version}.* @@ -323,6 +324,13 @@ fi %defattr(-,root,root) %changelog +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Fri Apr 30 2004 Jens Petersen - 21.3-13 +- unset focus-follows-mouse in default.el to make switching frames work for + click-to-focus (Theodore Belding,114736) + * Thu Apr 15 2004 Jens Petersen - 21.3-12 - update php-mode to 1.1.0 - add emacs-21.3-no-rpath.patch so that /usr/X11R6/lib is not rpath'ed