auto-import changelog data from emacs-21.3-14.src.rpm
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Apr 30 2004 Jens Petersen <petersen@redhat.com> - 21.3-13 - unset focus-follows-mouse in default.el to make switching frames work for click-to-focus (Theodore Belding,114736)
This commit is contained in:
parent
0f71db52c2
commit
e36e0be1f6
@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
(when window-system
|
(when window-system
|
||||||
;; enable wheelmouse support by default
|
;; 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)
|
(auto-compression-mode t)
|
||||||
|
10
emacs.spec
10
emacs.spec
@ -5,7 +5,7 @@
|
|||||||
Summary: GNU Emacs text editor
|
Summary: GNU Emacs text editor
|
||||||
Name: emacs
|
Name: emacs
|
||||||
Version: 21.3
|
Version: 21.3
|
||||||
Release: 12
|
Release: 14
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.gnu.org/software/emacs/
|
URL: http://www.gnu.org/software/emacs/
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
@ -160,6 +160,7 @@ export CFLAGS="-DMAIL_USE_LOCKF $RPM_OPT_FLAGS"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%__make %{?_smp_mflags}
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
# remove versioned file so that we end up with .1 suffix and only one DOC file
|
# remove versioned file so that we end up with .1 suffix and only one DOC file
|
||||||
rm src/emacs-%{version}.*
|
rm src/emacs-%{version}.*
|
||||||
|
|
||||||
@ -323,6 +324,13 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Fri Apr 30 2004 Jens Petersen <petersen@redhat.com> - 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 <petersen@redhat.com> - 21.3-12
|
* Thu Apr 15 2004 Jens Petersen <petersen@redhat.com> - 21.3-12
|
||||||
- update php-mode to 1.1.0
|
- update php-mode to 1.1.0
|
||||||
- add emacs-21.3-no-rpath.patch so that /usr/X11R6/lib is not rpath'ed
|
- add emacs-21.3-no-rpath.patch so that /usr/X11R6/lib is not rpath'ed
|
||||||
|
Loading…
Reference in New Issue
Block a user