2004-09-09 04:35:28 +00:00
|
|
|
# This file is encoded in UTF-8. -*- coding: utf-8 -*-
|
2004-09-09 04:36:23 +00:00
|
|
|
Summary: GNU Emacs text editor
|
2004-09-09 04:31:22 +00:00
|
|
|
Name: emacs
|
2013-03-27 10:50:37 +00:00
|
|
|
Epoch: 1
|
2013-03-18 15:42:22 +00:00
|
|
|
Version: 24.3
|
2014-08-05 12:04:17 +00:00
|
|
|
Release: 22%{?dist}
|
2008-04-23 14:48:36 +00:00
|
|
|
License: GPLv3+
|
2004-09-09 04:33:25 +00:00
|
|
|
URL: http://www.gnu.org/software/emacs/
|
2004-09-09 04:31:22 +00:00
|
|
|
Group: Applications/Editors
|
2012-09-13 10:27:17 +00:00
|
|
|
Source0: ftp://ftp.gnu.org/gnu/emacs/emacs-%{version}.tar.xz
|
2007-01-23 21:40:31 +00:00
|
|
|
Source1: emacs.desktop
|
2011-01-11 09:06:06 +00:00
|
|
|
Source2: emacsclient.desktop
|
2007-01-23 21:40:31 +00:00
|
|
|
Source3: dotemacs.el
|
|
|
|
Source4: site-start.el
|
2012-09-17 11:48:46 +00:00
|
|
|
Source5: default.el
|
2010-08-03 14:55:47 +00:00
|
|
|
# Emacs Terminal Mode, #551949, #617355
|
2012-09-17 11:48:46 +00:00
|
|
|
Source6: emacs-terminal.desktop
|
|
|
|
Source7: emacs-terminal.sh
|
2011-11-16 10:16:12 +00:00
|
|
|
# rhbz#713600
|
|
|
|
Patch7: emacs-spellchecker.patch
|
2013-03-28 10:46:42 +00:00
|
|
|
|
|
|
|
# Fix for emacs bug #922519
|
|
|
|
Patch10: emacs-style-change-cb.patch
|
2013-03-28 11:50:09 +00:00
|
|
|
# Fix for emacs bug #562719
|
|
|
|
Patch11: emacs-bell-dont-work.patch
|
2013-04-04 07:43:12 +00:00
|
|
|
# Fix for emacs bug #929353
|
|
|
|
Patch12: emacs-gtk-warning.patch
|
2013-04-10 06:38:24 +00:00
|
|
|
# Fix for emacs bug #948838
|
|
|
|
Patch13: emacs-help-update.patch
|
2013-08-09 11:57:56 +00:00
|
|
|
# Fix for emacs bug #948838
|
|
|
|
Patch14: emacs-maximized.patch
|
2013-08-14 13:22:52 +00:00
|
|
|
# Fix for default PDF viewer bug #971162
|
|
|
|
Patch15: emacs-pdf-default.patch
|
2013-01-21 18:17:39 +00:00
|
|
|
# Fix for emacs bug #13460.
|
2014-05-21 06:23:02 +00:00
|
|
|
Patch16: emacs-24.3-hunspell.patch
|
2013-04-08 10:18:06 +00:00
|
|
|
# Fix for emacs bug #827033
|
2014-05-21 06:23:02 +00:00
|
|
|
Patch17: emacs-24.3-hunspell.2.patch
|
|
|
|
# Several CVE fixes
|
|
|
|
Patch18: emacs-CVE-2014-3421.patch
|
|
|
|
Patch19: emacs-CVE-2014-3422.patch
|
|
|
|
Patch20: emacs-CVE-2014-3423.patch
|
|
|
|
Patch21: emacs-CVE-2014-3424.patch
|
2014-07-29 10:53:16 +00:00
|
|
|
Patch22: emacs-compiled-timestamps.patch
|
2014-08-05 12:04:17 +00:00
|
|
|
# BZ1104012, initialize kbd_macro_ptr and kbd_macro_end
|
|
|
|
Patch23: emacs-24.3-macro.patch
|
2012-09-13 10:27:17 +00:00
|
|
|
|
|
|
|
BuildRequires: atk-devel cairo-devel freetype-devel fontconfig-devel dbus-devel giflib-devel glibc-devel libpng-devel
|
|
|
|
BuildRequires: libjpeg-devel libtiff-devel libX11-devel libXau-devel libXdmcp-devel libXrender-devel libXt-devel
|
|
|
|
BuildRequires: libXpm-devel ncurses-devel xorg-x11-proto-devel zlib-devel gnutls-devel
|
|
|
|
BuildRequires: librsvg2-devel m17n-lib-devel libotf-devel ImageMagick-devel libselinux-devel
|
|
|
|
BuildRequires: GConf2-devel alsa-lib-devel gpm-devel liblockfile-devel libxml2-devel
|
2012-09-13 12:33:23 +00:00
|
|
|
BuildRequires: bzip2 cairo texinfo gzip desktop-file-utils
|
2013-04-08 10:18:06 +00:00
|
|
|
|
2013-03-18 15:42:22 +00:00
|
|
|
%if 0%{?rhel} == 6
|
2012-09-13 10:27:17 +00:00
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
%else
|
2013-03-18 15:42:22 +00:00
|
|
|
%if 0%{?rhel} == 7
|
|
|
|
BuildRequires: gtk3-devel python2-devel
|
2012-09-13 10:27:17 +00:00
|
|
|
# Buildrequire both python2 and python3 on systems containing both,
|
|
|
|
# since below we turn off the brp-python-bytecompile script
|
2013-03-18 15:42:22 +00:00
|
|
|
%else
|
2012-09-13 10:27:17 +00:00
|
|
|
BuildRequires: gtk3-devel python2-devel python3-devel
|
|
|
|
%endif
|
2013-03-18 15:42:22 +00:00
|
|
|
%endif
|
2013-04-08 10:18:06 +00:00
|
|
|
|
2011-01-07 17:30:22 +00:00
|
|
|
%ifarch %{ix86}
|
2011-03-10 13:21:22 +00:00
|
|
|
BuildRequires: util-linux
|
2011-01-07 17:30:22 +00:00
|
|
|
%endif
|
2012-09-13 10:27:17 +00:00
|
|
|
|
2012-10-22 10:22:52 +00:00
|
|
|
# Emacs doesn't run without dejavu-sans-mono-fonts, rhbz#732422
|
|
|
|
Requires: desktop-file-utils dejavu-sans-mono-fonts
|
2011-03-15 17:45:17 +00:00
|
|
|
Requires(preun): %{_sbindir}/alternatives
|
|
|
|
Requires(posttrans): %{_sbindir}/alternatives
|
2011-01-07 17:30:22 +00:00
|
|
|
Requires: emacs-common = %{epoch}:%{version}-%{release}
|
|
|
|
Provides: emacs(bin) = %{epoch}:%{version}-%{release}
|
2010-03-19 15:30:57 +00:00
|
|
|
|
2013-03-27 11:27:19 +00:00
|
|
|
%if 0%{!?rhel:1}
|
2010-03-19 15:30:57 +00:00
|
|
|
# Turn off the brp-python-bytecompile script since this script doesn't
|
|
|
|
# properly dtect the correct python runtime for the files emacs2.py and
|
2010-05-11 08:26:36 +00:00
|
|
|
# emacs3.py
|
2010-03-19 15:30:57 +00:00
|
|
|
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
|
2012-09-13 10:27:17 +00:00
|
|
|
%endif
|
2010-03-19 15:30:57 +00:00
|
|
|
|
2007-06-26 17:00:50 +00:00
|
|
|
%define paranoid 1
|
2010-08-04 16:42:34 +00:00
|
|
|
%if 0%{?fedora}
|
2007-08-13 19:20:38 +00:00
|
|
|
%define expurgate 0
|
2010-08-04 16:42:34 +00:00
|
|
|
%else
|
|
|
|
%define expurgate 1
|
|
|
|
%endif
|
2007-06-26 17:00:50 +00:00
|
|
|
|
2007-09-11 17:56:57 +00:00
|
|
|
%define site_lisp %{_datadir}/emacs/site-lisp
|
2009-01-18 16:22:07 +00:00
|
|
|
%define site_start_d %{site_lisp}/site-start.d
|
|
|
|
%define bytecompargs -batch --no-init-file --no-site-file -f batch-byte-compile
|
2007-09-11 17:56:57 +00:00
|
|
|
%define pkgconfig %{_datadir}/pkgconfig
|
2011-01-07 17:30:22 +00:00
|
|
|
%define emacs_libexecdir %{_libexecdir}/emacs/%{version}/%{_host}
|
2007-09-11 17:56:57 +00:00
|
|
|
|
2004-09-09 04:31:22 +00:00
|
|
|
%description
|
|
|
|
Emacs is a powerful, customizable, self-documenting, modeless text
|
|
|
|
editor. Emacs contains special code editing features, a scripting
|
2004-09-09 04:32:41 +00:00
|
|
|
language (elisp), and the capability to read mail, news, and more
|
|
|
|
without leaving the editor.
|
2004-09-09 04:31:22 +00:00
|
|
|
|
2004-09-09 04:36:23 +00:00
|
|
|
This package provides an emacs binary with support for X windows.
|
|
|
|
|
|
|
|
%package nox
|
|
|
|
Summary: GNU Emacs text editor without X support
|
|
|
|
Group: Applications/Editors
|
2011-03-15 17:45:17 +00:00
|
|
|
Requires(preun): %{_sbindir}/alternatives
|
|
|
|
Requires(posttrans): %{_sbindir}/alternatives
|
2008-05-02 01:48:26 +00:00
|
|
|
Requires: emacs-common = %{epoch}:%{version}-%{release}
|
2010-03-30 22:52:58 +00:00
|
|
|
Provides: emacs(bin) = %{epoch}:%{version}-%{release}
|
2004-09-09 04:36:23 +00:00
|
|
|
|
|
|
|
%description nox
|
|
|
|
Emacs is a powerful, customizable, self-documenting, modeless text
|
|
|
|
editor. Emacs contains special code editing features, a scripting
|
|
|
|
language (elisp), and the capability to read mail, news, and more
|
|
|
|
without leaving the editor.
|
|
|
|
|
|
|
|
This package provides an emacs binary with no X windows support for running
|
|
|
|
on a terminal.
|
|
|
|
|
|
|
|
%package common
|
|
|
|
Summary: Emacs common files
|
2012-09-20 16:52:34 +00:00
|
|
|
# The entire source code is GPLv3+ except lib-src/etags.c which is
|
|
|
|
# also BSD. Manual (info) is GFDL.
|
|
|
|
License: GPLv3+ and GFDL and BSD
|
2004-09-09 04:36:23 +00:00
|
|
|
Group: Applications/Editors
|
2012-02-08 18:38:24 +00:00
|
|
|
Requires(preun): /sbin/install-info
|
2011-03-15 17:45:17 +00:00
|
|
|
Requires(preun): %{_sbindir}/alternatives
|
|
|
|
Requires(posttrans): %{_sbindir}/alternatives
|
2012-02-08 18:38:24 +00:00
|
|
|
Requires(post): /sbin/install-info
|
2011-01-11 09:06:06 +00:00
|
|
|
Requires: %{name}-filesystem
|
2004-09-09 04:36:23 +00:00
|
|
|
|
|
|
|
%description common
|
|
|
|
Emacs is a powerful, customizable, self-documenting, modeless text
|
|
|
|
editor. Emacs contains special code editing features, a scripting
|
|
|
|
language (elisp), and the capability to read mail, news, and more
|
|
|
|
without leaving the editor.
|
|
|
|
|
|
|
|
This package contains all the common files needed by emacs or emacs-nox.
|
|
|
|
|
2004-09-09 04:31:22 +00:00
|
|
|
%package el
|
2010-03-30 22:52:58 +00:00
|
|
|
Summary: Lisp source files included with GNU Emacs
|
2004-09-09 04:31:22 +00:00
|
|
|
Group: Applications/Editors
|
2011-01-11 09:06:06 +00:00
|
|
|
Requires: %{name}-filesystem
|
2012-07-11 15:34:15 +00:00
|
|
|
BuildArch: noarch
|
2004-09-09 04:31:22 +00:00
|
|
|
|
|
|
|
%description el
|
|
|
|
Emacs-el contains the emacs-elisp sources for many of the elisp
|
|
|
|
programs included with the main Emacs text editor package.
|
|
|
|
|
|
|
|
You need to install emacs-el only if you intend to modify any of the
|
|
|
|
Emacs packages or see some elisp examples.
|
|
|
|
|
2010-08-03 14:55:47 +00:00
|
|
|
%package terminal
|
|
|
|
Summary: A desktop menu item for GNU Emacs terminal.
|
|
|
|
Group: Applications/Editors
|
2011-01-07 16:20:56 +00:00
|
|
|
Requires: emacs = %{epoch}:%{version}-%{release}
|
2012-07-11 15:34:15 +00:00
|
|
|
BuildArch: noarch
|
2010-08-03 14:55:47 +00:00
|
|
|
|
|
|
|
%description terminal
|
|
|
|
Contains a desktop menu item running GNU Emacs terminal. Install
|
|
|
|
emacs-terminal if you need a terminal with Malayalam support.
|
|
|
|
|
|
|
|
Please note that emacs-terminal is a temporary package and it will be
|
2012-07-11 15:34:15 +00:00
|
|
|
removed when another terminal becomes capable of handling Malayalam.
|
2010-08-03 14:55:47 +00:00
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
%package filesystem
|
|
|
|
Summary: Emacs filesystem layout
|
|
|
|
Group: Applications/Editors
|
2012-07-11 15:34:15 +00:00
|
|
|
BuildArch: noarch
|
2011-01-11 09:06:06 +00:00
|
|
|
|
|
|
|
%description filesystem
|
|
|
|
This package provides some directories which are required by other
|
|
|
|
packages that add functionality to Emacs.
|
|
|
|
|
2004-09-09 04:31:22 +00:00
|
|
|
%prep
|
2007-01-23 21:40:31 +00:00
|
|
|
%setup -q
|
2010-03-30 23:33:07 +00:00
|
|
|
|
2011-11-16 10:16:12 +00:00
|
|
|
%patch7 -p1 -b .spellchecker
|
2007-02-23 23:42:55 +00:00
|
|
|
|
2013-03-28 10:46:42 +00:00
|
|
|
%patch10 -p1 -b .style-change-cb.patch
|
2013-03-28 11:50:09 +00:00
|
|
|
%patch11 -p1 -b .bell-dont-work.patch
|
2013-04-04 07:43:12 +00:00
|
|
|
%patch12 -p1 -b .gtk-warning.patch
|
2013-04-10 06:38:24 +00:00
|
|
|
%patch13 -p1 -b .help-update.patch
|
2013-08-09 11:57:56 +00:00
|
|
|
%patch14 -p1 -b .maximized.patch
|
2013-08-14 13:22:52 +00:00
|
|
|
%patch15 -p1 -b .pdf-default.patch
|
2014-05-21 06:23:02 +00:00
|
|
|
%patch16 -p1 -b .hunspell
|
|
|
|
%patch17 -p1 -b .hunspell.2
|
|
|
|
%patch18 -p1 -b .CVE-2014-3421.patch
|
|
|
|
%patch19 -p1 -b .CVE-2014-3422.patch
|
|
|
|
%patch20 -p1 -b .CVE-2014-3423.patch
|
|
|
|
%patch21 -p1 -b .CVE-2014-3424.patch
|
2014-07-29 10:53:16 +00:00
|
|
|
%patch22 -p1 -b .compiled-timestamps
|
2014-08-05 12:04:17 +00:00
|
|
|
%patch23 -p1
|
2013-01-21 18:17:39 +00:00
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
# We prefer our emacs.desktop file
|
2008-04-18 19:38:06 +00:00
|
|
|
cp %SOURCE1 etc/emacs.desktop
|
|
|
|
|
2009-05-18 11:02:30 +00:00
|
|
|
grep -v "tetris.elc" lisp/Makefile.in > lisp/Makefile.in.new \
|
|
|
|
&& mv lisp/Makefile.in.new lisp/Makefile.in
|
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
# Avoid trademark issues
|
2008-04-18 19:38:06 +00:00
|
|
|
%if %{paranoid}
|
|
|
|
rm -f lisp/play/tetris.el lisp/play/tetris.elc
|
2007-06-26 17:00:50 +00:00
|
|
|
%endif
|
|
|
|
|
2007-08-13 19:20:38 +00:00
|
|
|
%if %{expurgate}
|
|
|
|
rm -f etc/sex.6 etc/condom.1 etc/celibacy.1 etc/COOKIES etc/future-bug etc/JOKES
|
|
|
|
%endif
|
|
|
|
|
2013-03-27 11:27:19 +00:00
|
|
|
%define info_files ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eieio eintr elisp emacs-gnutls emacs-mime emacs epa erc ert eshell eudc flymake forms gnus htmlfontify idlwave info mairix-el message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode tramp url vip viper widget wisent woman
|
2009-09-22 08:57:39 +00:00
|
|
|
|
2013-03-27 11:27:19 +00:00
|
|
|
cd info
|
|
|
|
files=`echo $(ls *.info) | sed 's/\.info//'g | sort | tr -d '\n'`
|
|
|
|
if test "$files" != "%info_files"; then
|
|
|
|
echo Please update info_files >&2
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
cd ..
|
2009-09-22 08:57:39 +00:00
|
|
|
|
2008-05-02 01:48:26 +00:00
|
|
|
%ifarch %{ix86}
|
|
|
|
%define setarch setarch %{_arch} -R
|
|
|
|
%else
|
|
|
|
%define setarch %{nil}
|
|
|
|
%endif
|
|
|
|
|
2011-09-27 10:02:08 +00:00
|
|
|
# Avoid duplicating doc files in the common subpackage
|
|
|
|
ln -s ../../%{name}/%{version}/etc/COPYING doc
|
|
|
|
ln -s ../../%{name}/%{version}/etc/NEWS doc
|
|
|
|
|
2004-09-09 04:31:22 +00:00
|
|
|
%build
|
2012-02-27 14:10:52 +00:00
|
|
|
# Remove unpatched files as all files in the lisp directory are
|
|
|
|
# installed.
|
2013-01-21 18:17:39 +00:00
|
|
|
rm lisp/textmodes/ispell.el.hunspell
|
2013-04-08 10:18:06 +00:00
|
|
|
rm lisp/textmodes/ispell.el.hunspell.2
|
2012-02-27 14:10:52 +00:00
|
|
|
rm lisp/textmodes/ispell.el.spellchecker
|
|
|
|
|
2007-12-06 18:57:07 +00:00
|
|
|
export CFLAGS="-DMAIL_USE_LOCKF $RPM_OPT_FLAGS"
|
2005-12-14 08:23:54 +00:00
|
|
|
|
2012-09-13 10:27:17 +00:00
|
|
|
# Build GTK+ binary
|
2010-03-30 00:01:45 +00:00
|
|
|
mkdir build-gtk && cd build-gtk
|
|
|
|
ln -s ../configure .
|
2010-07-08 16:29:49 +00:00
|
|
|
|
2013-03-27 11:27:19 +00:00
|
|
|
%if 0%{?rhel} == 6
|
2012-09-13 10:27:17 +00:00
|
|
|
%define toolkit gtk
|
|
|
|
%else
|
|
|
|
%define toolkit gtk3
|
|
|
|
%endif
|
|
|
|
|
2011-01-07 17:30:22 +00:00
|
|
|
%configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg \
|
2013-03-26 08:13:04 +00:00
|
|
|
--with-tiff --with-xft --with-xpm --with-x-toolkit=%{toolkit} --with-gpm=no
|
2010-03-30 00:01:45 +00:00
|
|
|
make bootstrap
|
|
|
|
%{setarch} make %{?_smp_mflags}
|
|
|
|
cd ..
|
2007-06-26 17:00:50 +00:00
|
|
|
|
2010-03-30 00:01:45 +00:00
|
|
|
# Build binary without X support
|
|
|
|
mkdir build-nox && cd build-nox
|
|
|
|
ln -s ../configure .
|
2011-01-07 17:30:22 +00:00
|
|
|
%configure --with-x=no
|
2010-03-30 00:01:45 +00:00
|
|
|
%{setarch} make %{?_smp_mflags}
|
|
|
|
cd ..
|
2007-06-26 17:00:50 +00:00
|
|
|
|
2010-03-30 00:01:45 +00:00
|
|
|
# Remove versioned file so that we end up with .1 suffix and only one DOC file
|
|
|
|
rm build-{gtk,nox}/src/emacs-%{version}.*
|
2004-09-09 04:31:22 +00:00
|
|
|
|
2007-09-11 17:56:57 +00:00
|
|
|
# Create pkgconfig file
|
2007-08-13 19:20:38 +00:00
|
|
|
cat > emacs.pc << EOF
|
|
|
|
sitepkglispdir=%{site_lisp}
|
2009-10-13 23:22:45 +00:00
|
|
|
sitestartdir=%{site_start_d}
|
2007-08-13 19:20:38 +00:00
|
|
|
|
|
|
|
Name: emacs
|
|
|
|
Description: GNU Emacs text editor
|
2008-05-02 01:48:26 +00:00
|
|
|
Version: %{epoch}:%{version}
|
2007-08-13 19:20:38 +00:00
|
|
|
EOF
|
|
|
|
|
2009-01-18 16:22:07 +00:00
|
|
|
# Create macros.emacs RPM macro file
|
|
|
|
cat > macros.emacs << EOF
|
|
|
|
%%_emacs_version %{version}
|
2009-10-13 23:22:45 +00:00
|
|
|
%%_emacs_ev %{?epoch:%{epoch}:}%{version}
|
|
|
|
%%_emacs_evr %{?epoch:%{epoch}:}%{version}-%{release}
|
2009-01-18 16:22:07 +00:00
|
|
|
%%_emacs_sitelispdir %{site_lisp}
|
|
|
|
%%_emacs_sitestartdir %{site_start_d}
|
2010-03-15 12:08:23 +00:00
|
|
|
%%_emacs_bytecompile /usr/bin/emacs -batch --no-init-file --no-site-file --eval '(progn (setq load-path (cons "." load-path)))' -f batch-byte-compile
|
2009-01-18 16:22:07 +00:00
|
|
|
EOF
|
|
|
|
|
2004-09-09 04:31:22 +00:00
|
|
|
%install
|
2010-03-30 00:01:45 +00:00
|
|
|
cd build-gtk
|
2009-05-18 11:02:30 +00:00
|
|
|
make install INSTALL="%{__install} -p" DESTDIR=%{buildroot}
|
2010-03-30 00:01:45 +00:00
|
|
|
cd ..
|
2005-02-28 08:09:28 +00:00
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
# Let alternatives manage the symlink
|
2007-09-11 17:56:57 +00:00
|
|
|
rm %{buildroot}%{_bindir}/emacs
|
2010-08-19 14:29:36 +00:00
|
|
|
touch %{buildroot}%{_bindir}/emacs
|
2007-06-26 17:00:50 +00:00
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
# Do not compress the files which implement compression itself (#484830)
|
2009-10-14 12:18:40 +00:00
|
|
|
gunzip %{buildroot}%{_datadir}/emacs/%{version}/lisp/jka-compr.el.gz
|
|
|
|
gunzip %{buildroot}%{_datadir}/emacs/%{version}/lisp/jka-cmpr-hook.el.gz
|
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
# Install the emacs without X
|
2010-03-30 00:01:45 +00:00
|
|
|
install -p -m 0755 build-nox/src/emacs %{buildroot}%{_bindir}/emacs-%{version}-nox
|
2004-09-09 04:31:22 +00:00
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
# Make sure movemail isn't setgid
|
2007-09-11 17:56:57 +00:00
|
|
|
chmod 755 %{buildroot}%{emacs_libexecdir}/movemail
|
2007-06-26 17:00:50 +00:00
|
|
|
|
2007-09-11 17:56:57 +00:00
|
|
|
mkdir -p %{buildroot}%{site_lisp}
|
2009-05-18 11:02:30 +00:00
|
|
|
install -p -m 0644 %SOURCE4 %{buildroot}%{site_lisp}/site-start.el
|
2012-09-17 11:48:46 +00:00
|
|
|
install -p -m 0644 %SOURCE5 %{buildroot}%{site_lisp}
|
2007-06-26 17:00:50 +00:00
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
# This solves bz#474958, "update-directory-autoloads" now finally
|
|
|
|
# works the path is different each version, so we'll generate it here
|
2009-10-19 09:02:05 +00:00
|
|
|
echo "(setq source-directory \"%{_datadir}/emacs/%{version}/\")" \
|
|
|
|
>> %{buildroot}%{site_lisp}/site-start.el
|
|
|
|
|
2007-09-11 17:56:57 +00:00
|
|
|
mv %{buildroot}%{_bindir}/{etags,etags.emacs}
|
2012-01-20 15:35:22 +00:00
|
|
|
mv %{buildroot}%{_mandir}/man1/{ctags.1.gz,gctags.1.gz}
|
|
|
|
mv %{buildroot}%{_mandir}/man1/{etags.1.gz,etags.emacs.1.gz}
|
2007-09-11 17:56:57 +00:00
|
|
|
mv %{buildroot}%{_bindir}/{ctags,gctags}
|
2013-04-03 15:20:36 +00:00
|
|
|
# BZ 927996
|
|
|
|
mv %{buildroot}%{_infodir}/{info.info.gz,info.gz}
|
2004-09-09 04:31:22 +00:00
|
|
|
|
2007-09-11 17:56:57 +00:00
|
|
|
mkdir -p %{buildroot}%{site_lisp}/site-start.d
|
2004-09-09 04:31:22 +00:00
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
# Default initialization file
|
2007-09-11 17:56:57 +00:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/skel
|
2009-05-18 11:02:30 +00:00
|
|
|
install -p -m 0644 %SOURCE3 %{buildroot}%{_sysconfdir}/skel/.emacs
|
2006-02-27 13:47:17 +00:00
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
# Install pkgconfig file
|
2007-09-11 17:56:57 +00:00
|
|
|
mkdir -p %{buildroot}/%{pkgconfig}
|
2009-05-18 11:02:30 +00:00
|
|
|
install -p -m 0644 emacs.pc %{buildroot}/%{pkgconfig}
|
2007-08-13 19:20:38 +00:00
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
# Install emacsclient desktop file
|
|
|
|
install -p -m 0644 %SOURCE2 %{buildroot}/%{_datadir}/applications/emacsclient.desktop
|
|
|
|
|
|
|
|
# Install rpm macro definition file
|
2014-02-03 10:31:33 +00:00
|
|
|
mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d
|
|
|
|
install -p -m 0644 macros.emacs %{buildroot}%{_rpmconfigdir}/macros.d/
|
2009-01-18 16:22:07 +00:00
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
# Installing emacs-terminal binary
|
2012-09-17 11:48:46 +00:00
|
|
|
install -p -m 755 %SOURCE7 %{buildroot}%{_bindir}/emacs-terminal
|
2010-05-20 12:43:35 +00:00
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
# After everything is installed, remove info dir
|
2007-09-11 17:56:57 +00:00
|
|
|
rm -f %{buildroot}%{_infodir}/dir
|
|
|
|
rm %{buildroot}%{_localstatedir}/games/emacs/*
|
2005-06-23 15:39:11 +00:00
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
# Install desktop files
|
2009-05-18 11:02:30 +00:00
|
|
|
mkdir -p %{buildroot}%{_datadir}/applications
|
2009-03-04 17:33:41 +00:00
|
|
|
desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
|
|
|
|
%SOURCE1
|
2010-05-20 12:43:35 +00:00
|
|
|
desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
|
2012-09-17 11:48:46 +00:00
|
|
|
%SOURCE6
|
2008-04-23 14:48:36 +00:00
|
|
|
|
2010-03-19 15:30:57 +00:00
|
|
|
# Byte compile emacs*.py with correct python interpreters
|
2013-03-27 11:27:19 +00:00
|
|
|
%if 0%{?rhel:1}
|
|
|
|
rm -f %{buildroot}%{_datadir}/%{name}/%{version}/etc/emacs3.py
|
|
|
|
%else
|
2010-03-19 15:30:57 +00:00
|
|
|
%py_byte_compile %{__python} %{buildroot}%{_datadir}/%{name}/%{version}/etc/emacs.py
|
|
|
|
%py_byte_compile %{__python} %{buildroot}%{_datadir}/%{name}/%{version}/etc/emacs2.py
|
|
|
|
%py_byte_compile %{__python3} %{buildroot}%{_datadir}/%{name}/%{version}/etc/emacs3.py
|
2012-09-13 10:27:17 +00:00
|
|
|
%endif
|
2008-04-23 14:48:36 +00:00
|
|
|
|
2004-09-09 04:31:22 +00:00
|
|
|
#
|
2011-01-11 09:06:06 +00:00
|
|
|
# Create file lists
|
2004-09-09 04:31:22 +00:00
|
|
|
#
|
2005-06-23 15:39:11 +00:00
|
|
|
rm -f *-filelist {common,el}-*-files
|
|
|
|
|
2004-09-09 04:36:23 +00:00
|
|
|
( TOPDIR=${PWD}
|
2007-09-11 17:56:57 +00:00
|
|
|
cd %{buildroot}
|
2004-09-09 04:31:22 +00:00
|
|
|
|
2005-06-23 15:39:11 +00:00
|
|
|
find .%{_datadir}/emacs/%{version}/lisp \
|
|
|
|
.%{_datadir}/emacs/%{version}/leim \
|
2007-06-26 17:00:50 +00:00
|
|
|
.%{_datadir}/emacs/site-lisp \( -type f -name '*.elc' -fprint $TOPDIR/common-lisp-none-elc-files \) -o \( -type d -fprintf $TOPDIR/common-lisp-dir-files "%%%%dir %%p\n" \) -o \( -name '*.el.gz' -fprint $TOPDIR/el-bytecomped-files -o -fprint $TOPDIR/common-not-comped-files \)
|
|
|
|
|
|
|
|
)
|
2004-09-09 04:31:22 +00:00
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
# Put the lists together after filtering ./usr to /usr
|
2005-02-18 05:59:24 +00:00
|
|
|
sed -i -e "s|\.%{_prefix}|%{_prefix}|" *-files
|
2004-09-09 04:36:23 +00:00
|
|
|
cat common-*-files > common-filelist
|
2005-02-25 13:20:13 +00:00
|
|
|
cat el-*-files common-lisp-dir-files > el-filelist
|
2004-09-09 04:31:22 +00:00
|
|
|
|
2009-03-04 17:33:41 +00:00
|
|
|
%post
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor
|
|
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
fi
|
2011-03-15 17:45:17 +00:00
|
|
|
|
|
|
|
%preun
|
|
|
|
%{_sbindir}/alternatives --remove emacs %{_bindir}/emacs-%{version}
|
2009-03-04 17:33:41 +00:00
|
|
|
|
|
|
|
%postun
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor
|
|
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
fi
|
|
|
|
|
2011-03-15 17:45:17 +00:00
|
|
|
%posttrans
|
|
|
|
%{_sbindir}/alternatives --install %{_bindir}/emacs emacs %{_bindir}/emacs-%{version} 80
|
2007-05-22 14:32:18 +00:00
|
|
|
|
2011-03-15 17:45:17 +00:00
|
|
|
%preun nox
|
2014-08-01 12:05:02 +00:00
|
|
|
%{_sbindir}/alternatives --remove emacs-nox %{_bindir}/emacs-%{version}-nox
|
2011-03-15 17:45:17 +00:00
|
|
|
|
|
|
|
%posttrans nox
|
2014-08-01 12:05:02 +00:00
|
|
|
%{_sbindir}/alternatives --install %{_bindir}/emacs-nox emacs-nox %{_bindir}/emacs-%{version}-nox 70
|
2007-06-26 17:00:50 +00:00
|
|
|
|
2004-09-09 04:36:23 +00:00
|
|
|
%post common
|
2004-09-09 04:31:22 +00:00
|
|
|
for f in %{info_files}; do
|
2014-04-17 13:51:23 +00:00
|
|
|
/sbin/install-info %{_infodir}/$f.info.gz %{_infodir}/dir 2> /dev/null || :
|
2004-09-09 04:31:22 +00:00
|
|
|
done
|
2004-09-09 04:36:23 +00:00
|
|
|
|
|
|
|
%preun common
|
2011-03-15 17:45:17 +00:00
|
|
|
%{_sbindir}/alternatives --remove emacs.etags %{_bindir}/etags.emacs
|
2004-09-09 04:31:22 +00:00
|
|
|
if [ "$1" = 0 ]; then
|
2004-09-29 16:54:16 +00:00
|
|
|
for f in %{info_files}; do
|
2014-04-17 13:51:23 +00:00
|
|
|
/sbin/install-info --delete %{_infodir}/$f.info.gz %{_infodir}/dir 2> /dev/null || :
|
2004-09-29 16:54:16 +00:00
|
|
|
done
|
2004-09-09 04:31:22 +00:00
|
|
|
fi
|
|
|
|
|
2007-11-19 19:47:05 +00:00
|
|
|
%posttrans common
|
2011-03-15 17:45:17 +00:00
|
|
|
%{_sbindir}/alternatives --install %{_bindir}/etags emacs.etags %{_bindir}/etags.emacs 80 \
|
2009-03-04 17:33:41 +00:00
|
|
|
--slave %{_mandir}/man1/etags.1.gz emacs.etags.man %{_mandir}/man1/etags.emacs.1.gz
|
2007-11-19 19:47:05 +00:00
|
|
|
|
2010-08-03 14:55:47 +00:00
|
|
|
%post terminal
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
|
|
|
|
%postun terminal
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
|
2004-09-09 04:36:23 +00:00
|
|
|
%files
|
|
|
|
%{_bindir}/emacs-%{version}
|
2010-08-19 14:29:36 +00:00
|
|
|
%attr(0755,-,-) %ghost %{_bindir}/emacs
|
2008-04-18 19:38:06 +00:00
|
|
|
%{_datadir}/applications/emacs.desktop
|
2011-01-11 09:06:06 +00:00
|
|
|
%{_datadir}/applications/emacsclient.desktop
|
2008-04-23 14:48:36 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/emacs.png
|
2013-03-26 11:25:30 +00:00
|
|
|
#%{_datadir}/icons/hicolor/*/apps/emacs22.png
|
2009-05-18 11:02:30 +00:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/emacs.svg
|
|
|
|
%{_datadir}/icons/hicolor/scalable/mimetypes/emacs-document.svg
|
|
|
|
|
2004-09-09 04:36:23 +00:00
|
|
|
%files nox
|
- update to 21.4 movemail vulnerability release
- no longer need movemail-CAN-2005-0100.patch
- replace %{_bindir}/emacs alternatives with a wrapper script (Warren
Togami) to prevent it from disappearing when upgrading (Michal
Jaegermann, 154326)
- suffix the X emacs binaries with -x and the no X binaries with -nox
- the wrapper script %{_bindir}/emacs-%%version runs emacs-x if installed
or otherwise emacs-nox. %{_bindir}/emacs is a symlink to the wrapper
- make emacs and emacs-nox own the subdirs in %{_libexecdir}
- add a bunch of fixes from debian's emacs21_21.4a-1 patch:
battery-acpi-support.dpatch, bzero-and-have-stdlib.dpatch,
coding-region-leak.dpatch, detect-coding-iso2022.dpatch,
fix-batch-mode-signal-handling.dpatch, pcl-cvs-format.dpatch,
python-completion-ignored-extensions.dpatch,
remote-files-permissions.dpatch, save-buffer.dpatch,
scroll-margin.dpatch, xfree86-4.3-modifiers.dpatch
- add fix-x-vs-no-x-diffs.dpatch
- define emacs_libexecdir
- build both emacs and emacs-nox as %%{version}.1 and move common DOC file
to emacs-common
- suffix version in fns-%%{version}.1.el with -x and -nox respectively
- add 100 to elisp patches
2005-04-10 07:22:59 +00:00
|
|
|
%{_bindir}/emacs-%{version}-nox
|
2014-08-04 08:37:23 +00:00
|
|
|
%attr(0755,-,-) %ghost %{_bindir}/emacs-nox
|
2004-09-09 04:36:23 +00:00
|
|
|
|
|
|
|
%files -f common-filelist common
|
2004-09-09 04:35:28 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/skel/.emacs
|
2014-02-03 10:31:33 +00:00
|
|
|
%{_rpmconfigdir}/macros.d/macros.emacs
|
2011-09-27 10:02:08 +00:00
|
|
|
%doc doc/NEWS BUGS README doc/COPYING
|
2011-05-26 12:49:54 +00:00
|
|
|
%{_bindir}/ebrowse
|
|
|
|
%{_bindir}/emacsclient
|
|
|
|
%{_bindir}/etags.emacs
|
|
|
|
%{_bindir}/gctags
|
|
|
|
%{_bindir}/grep-changelog
|
2013-03-26 11:25:30 +00:00
|
|
|
#%{_bindir}/rcs-checkin
|
2004-09-09 04:31:22 +00:00
|
|
|
%{_mandir}/*/*
|
|
|
|
%{_infodir}/*
|
2004-09-09 04:35:28 +00:00
|
|
|
%dir %{_datadir}/emacs/%{version}
|
|
|
|
%{_datadir}/emacs/%{version}/etc
|
|
|
|
%{_datadir}/emacs/%{version}/site-lisp
|
|
|
|
%{_libexecdir}/emacs
|
2009-02-25 12:30:53 +00:00
|
|
|
%attr(0644,root,root) %config(noreplace) %{_datadir}/emacs/site-lisp/default.el
|
2004-09-09 04:35:28 +00:00
|
|
|
%attr(0644,root,root) %config %{_datadir}/emacs/site-lisp/site-start.el
|
2004-09-09 04:31:22 +00:00
|
|
|
|
|
|
|
%files -f el-filelist el
|
2007-09-11 17:56:57 +00:00
|
|
|
%{pkgconfig}/emacs.pc
|
2010-07-08 15:00:51 +00:00
|
|
|
%doc etc/COPYING
|
2005-07-14 08:34:35 +00:00
|
|
|
%dir %{_datadir}/emacs/%{version}
|
2004-09-09 04:31:22 +00:00
|
|
|
|
2010-08-03 14:55:47 +00:00
|
|
|
%files terminal
|
|
|
|
%{_bindir}/emacs-terminal
|
|
|
|
%{_datadir}/applications/emacs-terminal.desktop
|
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
%files filesystem
|
|
|
|
%dir %{_datadir}/emacs
|
|
|
|
%dir %{_datadir}/emacs/site-lisp
|
|
|
|
%dir %{_datadir}/emacs/site-lisp/site-start.d
|
|
|
|
|
2004-09-09 04:33:25 +00:00
|
|
|
%changelog
|
2014-08-05 12:04:17 +00:00
|
|
|
* Tue Aug 05 2014 jchaloup <jchaloup@redhat.com> - 1:24.3-22
|
|
|
|
- resolves: #1104012
|
|
|
|
initialize kbd_macro_ptr and kbd_macro_end to kdb_macro_buffer
|
|
|
|
|
2014-08-04 11:36:30 +00:00
|
|
|
* Mon Aug 04 2014 Petr Hracek <phracek@redhat.com> - 1:24.3-21
|
|
|
|
- remove /usr/bin/emacs-nox from install section
|
|
|
|
|
2014-08-04 08:37:23 +00:00
|
|
|
* Mon Aug 04 2014 Petr Hracek <phracek@redhat.com> - 1:24.3-20
|
|
|
|
- /usr/bin/emacs-nox link marked as %ghost file (#1123573)
|
|
|
|
|
2014-08-01 12:05:02 +00:00
|
|
|
* Fri Aug 01 2014 Petr Hracek <phracek@redhat.com> - 1:24.3-19
|
|
|
|
- Provide /usr/bin/emacs-nox (#1123573)
|
|
|
|
|
2014-07-29 10:53:16 +00:00
|
|
|
* Tue Jul 29 2014 Petr Hracek <phracek@redhat.com> - 1:24.3-18
|
|
|
|
- Add patch to remove timstamp from .elc files (#1122157)
|
|
|
|
|
2014-05-21 06:23:02 +00:00
|
|
|
* Tue May 20 2014 Petr Hracek <phracek@redhat.com> - 1:24.3-17
|
|
|
|
- CVE-2014-3421 CVE-2014-3422 CVE-2014-3423 CVE-2014-3424 (#1095587)
|
|
|
|
|
2014-04-17 13:51:23 +00:00
|
|
|
* Thu Apr 17 2014 Petr Hracek <phracek@redhat.com> - 1:24.3-16
|
|
|
|
- Info files are not installed (#1062792)
|
|
|
|
|
2014-04-01 10:56:18 +00:00
|
|
|
* Tue Apr 01 2014 Richard W.M. Jones <rjones@redhat.com> - 1:24.3-15
|
|
|
|
- Rebuild because of unannounced ImageMagick soname bump in Rawhide.
|
|
|
|
|
2014-02-03 10:31:33 +00:00
|
|
|
* Mon Feb 03 2014 Petr Hracek <phracek@redhat.com> - 1:24.3-14
|
|
|
|
- replace sysconfdir/rpm with rpmconfigdir/macros.d
|
|
|
|
|
2013-08-14 13:22:52 +00:00
|
|
|
* Wed Aug 14 2013 Jaromir Koncicky <jkoncick@redhat.com> - 1:24.3-13
|
|
|
|
- Fix default PDF viewer (#971162)
|
|
|
|
|
2013-08-09 11:57:56 +00:00
|
|
|
* Fri Aug 09 2013 Petr Hracek <phracek@redhat.com> - 1:24.3-12
|
|
|
|
- emacs -mm (maximized) does not work (#985729)
|
|
|
|
|
2013-08-03 09:33:03 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:24.3-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-18 00:19:24 +00:00
|
|
|
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 1:24.3-10
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-04-10 06:38:24 +00:00
|
|
|
* Tue Apr 09 2013 Petr Hracek <phracek@redhat.com> - 1:24.3-9
|
|
|
|
- Help and man page corrections (#948838)
|
|
|
|
|
2013-04-09 13:20:39 +00:00
|
|
|
* Tue Apr 09 2013 Petr Hracek <phracek@redhat.com> - 1:24.3-8
|
|
|
|
- Rebuild with new file package
|
|
|
|
|
2013-04-08 10:18:06 +00:00
|
|
|
* Mon Apr 08 2013 Petr Hracek <phracek@redhat.com> - 1:24.3-7
|
|
|
|
- Spell checking broken by non-default dictionary (#827033)
|
|
|
|
|
2013-04-04 11:03:20 +00:00
|
|
|
* Thu Apr 04 2013 Petr Hracek <phracek@redhat.com> - 1:24.3-6
|
|
|
|
- Rebuild with new ImageMagick
|
|
|
|
|
2013-04-04 07:43:12 +00:00
|
|
|
* Thu Apr 04 2013 Petr Hracek <phracek@redhat.com> - 1:24.3-5
|
|
|
|
- Fix for Gtk-Warning (#929353)
|
|
|
|
|
2013-04-03 15:20:36 +00:00
|
|
|
* Wed Apr 03 2013 Petr Hracek <phracek@redhat.com> - 1:24.3-4
|
|
|
|
- Fix for info page. info.info.gz page was renamed to info.gz (#927996)
|
|
|
|
|
2013-03-28 10:46:42 +00:00
|
|
|
* Thu Mar 28 2013 Petr Hracek <phracek@redhat.com> - 1:24.3-3
|
|
|
|
- Fix for emacs bug 112144, style_changed_cb (#922519)
|
2013-03-28 11:50:09 +00:00
|
|
|
- Fix for emacs bug 112131, bell does not work (#562719)
|
2013-03-28 10:46:42 +00:00
|
|
|
|
2013-03-27 11:27:19 +00:00
|
|
|
* Mon Mar 18 2013 Petr Hracek <phracek@redhat.com> - 1:24.3-2
|
|
|
|
- fix #927996 correcting bug. Info pages were not delivered
|
|
|
|
|
2013-03-18 15:42:22 +00:00
|
|
|
* Mon Mar 18 2013 Petr Hracek <phracek@redhat.com> - 1:24.3-1
|
|
|
|
- Updated to the newest upstream release
|
|
|
|
- solved problem with distribution flag in case of rhel
|
2013-03-26 12:22:25 +00:00
|
|
|
- rcs-checking not availble anymore
|
|
|
|
- emacs22.png are not installed anymore
|
2013-03-18 15:42:22 +00:00
|
|
|
|
2013-03-18 14:38:33 +00:00
|
|
|
* Mon Mar 18 2013 Rex Dieter <rdieter@fedoraproject.org> 1:24.2-12
|
|
|
|
- rebuild (ImageMagick)
|
|
|
|
|
2013-03-08 23:13:15 +00:00
|
|
|
* Fri Mar 08 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:24.2-11
|
|
|
|
- Remove %%config from %%{_sysconfdir}/rpm/macros.*
|
|
|
|
(https://fedorahosted.org/fpc/ticket/259).
|
|
|
|
- Fix broken spec-file changelog entry.
|
|
|
|
|
2013-03-06 16:20:08 +00:00
|
|
|
* Wed Mar 6 2013 Tomáš Mráz <tmraz@redhat.com> - 1:24.2-10
|
|
|
|
- Rebuild with new gnutls
|
|
|
|
|
2013-01-21 18:17:39 +00:00
|
|
|
* Mon Jan 21 2013 Jochen Schmitt <Jochen herr-schmitt de> - 1:24.2-9
|
|
|
|
- Fix for emacs bug #13460, ispell-change dictionary hunspell issue (#903151)
|
|
|
|
|
2013-01-18 16:16:24 +00:00
|
|
|
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1:24.2-8
|
|
|
|
- rebuild due to "jpeg8-ABI" feature drop
|
|
|
|
|
2012-11-18 01:39:17 +00:00
|
|
|
* Tue Nov 06 2012 Sergio Durigan Junior <sergiodj@riseup.net> - 1:24.2-7
|
2012-11-16 16:14:08 +00:00
|
|
|
- Fix for Emacs bug #11580, 'Fix querying BBDB for entries without a last
|
|
|
|
name'.
|
|
|
|
|
2012-10-22 10:22:52 +00:00
|
|
|
* Mon Oct 22 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.2-6
|
|
|
|
- Change xorg-x11-fonts-misc dependency to dejavu-sans-mono-fonts, rhbz#732422
|
|
|
|
|
2012-09-20 16:52:34 +00:00
|
|
|
* Thu Sep 20 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.2-5
|
|
|
|
- Add BSD to emacs-common licenses because of etags.
|
|
|
|
|
2012-09-17 11:48:46 +00:00
|
|
|
* Fri Sep 14 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.2-4
|
|
|
|
- Moved RPM spec mode to a separate package (rhbz#857865)
|
|
|
|
|
2012-09-14 09:46:23 +00:00
|
|
|
* Fri Sep 14 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.2-3
|
|
|
|
- Removed patch glibc-open-macro, which seems to be no longer necessary
|
|
|
|
|
2012-09-13 16:17:10 +00:00
|
|
|
* Thu Sep 13 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.2-2
|
|
|
|
- Removed focus-init.el which used to set focus-follows-mouse to nil.
|
|
|
|
It is set to nil by default in Emacs 24.2.
|
|
|
|
|
2012-09-13 10:27:17 +00:00
|
|
|
* Thu Sep 13 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.2-1
|
|
|
|
- Updated to the newest upstream release
|
|
|
|
- Switched from bz2 upstream package to xz
|
|
|
|
- Make the spec file usable on EL6
|
|
|
|
- Removed the nogets and CVE-2012-3479 patches, because the upstream
|
|
|
|
package fixes the associated issues
|
|
|
|
- Added GFDL license to emacs-common package
|
|
|
|
|
2012-08-13 16:11:01 +00:00
|
|
|
* Mon Aug 13 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.1-6
|
|
|
|
- Fix CVE-2012-3479: Evaluation of 'eval' forms in file-local variable
|
|
|
|
sections, when 'enable-local-variables' set to ':safe'
|
|
|
|
|
2012-07-18 23:14:16 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:24.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-13 09:03:08 +00:00
|
|
|
* Fri Jul 13 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.1-4
|
|
|
|
- Remove php-mode from the main package. It should be packaged separately. rhbz#751749
|
|
|
|
|
2012-07-11 16:11:55 +00:00
|
|
|
* Wed Jul 11 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.1-3
|
2012-07-11 16:30:13 +00:00
|
|
|
- Fix org-mode to work without emacs-el installed. rhbz#830162
|
|
|
|
- Fix building without gets function, which is removed from recent version of glibc.
|
2012-07-11 16:09:12 +00:00
|
|
|
|
2012-07-11 15:34:15 +00:00
|
|
|
* Wed Jul 11 2012 Ville Skyttä <ville.skytta@iki.fi> - 1:24.1-2
|
|
|
|
- Build -el, -terminal, and -filesystem as noarch (rhbz#834907).
|
|
|
|
|
2012-06-18 15:41:19 +00:00
|
|
|
* Mon Jun 18 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.1-1
|
|
|
|
- New upstream release
|
|
|
|
- Switch from GTK 2 to GTK 3
|
|
|
|
|
2012-06-08 14:25:32 +00:00
|
|
|
* Fri Jun 8 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.1-0.rc1
|
|
|
|
- New upstream prerelease
|
|
|
|
- Cleanup of the %%changelog section
|
|
|
|
|
2012-05-21 10:24:53 +00:00
|
|
|
* Mon May 21 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.0.97-1
|
|
|
|
- Newest prerelease
|
|
|
|
|
2012-04-06 10:58:32 +00:00
|
|
|
* Fri Apr 6 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.0.95-1
|
|
|
|
- New upstream prerelease
|
|
|
|
|
2012-03-19 07:25:10 +00:00
|
|
|
* Mon Mar 19 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.0.94-3
|
|
|
|
- Another rebuild for ImageMagick update
|
|
|
|
|
2012-03-02 16:30:36 +00:00
|
|
|
* Fri Mar 2 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.0.94-2
|
|
|
|
- Rebuild for ImageMagick update
|
|
|
|
|
2012-02-27 14:10:52 +00:00
|
|
|
* Mon Feb 27 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.0.94-1
|
|
|
|
- Update to the newest prerelease
|
|
|
|
- Remove unpatched files in the lisp directory, where all files are
|
|
|
|
installed
|
|
|
|
|
2012-02-21 09:37:09 +00:00
|
|
|
* Tue Feb 21 2012 Dan Horák <dan[at]danny.cz> - 1:24.0.93-4
|
|
|
|
- add upstream fix for emacs bug 10780, revert the workaround
|
|
|
|
|
2012-02-13 09:10:23 +00:00
|
|
|
* Mon Feb 13 2012 Dan Horák <dan[at]danny.cz> - 1:24.0.93-3
|
2012-02-27 14:22:05 +00:00
|
|
|
- workaround build failure on ppc and s390
|
|
|
|
(http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780)
|
2012-02-13 09:10:23 +00:00
|
|
|
|
2012-02-08 18:38:24 +00:00
|
|
|
* Wed Feb 8 2012 Kay Sievers <kay@redhat.com> - 1:24.0.93-2
|
|
|
|
- Drop dependency on 'dev' package; it is gone since many years
|
|
|
|
|
2012-02-06 19:04:31 +00:00
|
|
|
* Mon Feb 6 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.0.93-1
|
|
|
|
- Update to newer pre-release version
|
|
|
|
|
2012-01-20 15:35:22 +00:00
|
|
|
* Thu Jan 19 2012 Karel KlÃÄ <kklic@redhat.com> - 1:24.0.92-1
|
|
|
|
- Upstream pre-release
|
|
|
|
|
2012-01-12 19:27:23 +00:00
|
|
|
* Thu Jan 12 2012 Karel KlÃÄ <kklic@redhat.com> - 1:23.3-19
|
|
|
|
- Added patch to handle CVE-2012-0035: CEDET global-ede-mode file loading vulnerability (rhbz#773024)
|
|
|
|
|
2011-11-27 21:07:30 +00:00
|
|
|
* Sun Nov 27 2011 Ville Skyttä <ville.skytta@iki.fi> - 1:23.3-18
|
|
|
|
- Apply upstream Subversion >= 1.7 dir structure fix for vc-svn.el.
|
|
|
|
|
2011-11-25 18:33:04 +00:00
|
|
|
* Fri Nov 25 2011 Karel KlÃÄ <kklic@redhat.com> - 1:23.3-17
|
|
|
|
- Add a new command rpm-goto-add-change-log-entry (C-c C-w) to
|
|
|
|
rpm-spec mode (Jaroslav Skarvada)
|
|
|
|
|
2011-11-25 15:36:04 +00:00
|
|
|
* Fri Nov 25 2011 Karel KlÃÄ <kklic@redhat.com> - 1:23.3-16
|
|
|
|
- Initialize xgselect in function xg_select when
|
|
|
|
gfds_size == 0 (rhbz#751154)
|
|
|
|
|
2011-11-23 11:10:49 +00:00
|
|
|
* Wed Nov 23 2011 Karel KlÃÄ <kklic@redhat.com> - 1:23.3-15
|
|
|
|
- Check for _NET_WM_STATE_HIDDEN (rhbz#711739)
|
|
|
|
|
2011-11-22 16:46:20 +00:00
|
|
|
* Tue Nov 22 2011 Karel KlÃÄ <kklic@redhat.com> - 1:23.3-14
|
|
|
|
- Build Gtk+ version without gpm
|
|
|
|
|
2011-11-16 10:16:12 +00:00
|
|
|
* Wed Nov 16 2011 Karel KlÃÄ <kklic@redhat.com> - 1:23.3-13
|
|
|
|
- Check the presence of hunspell before checking for aspell (rhbz#713600)
|
|
|
|
|
2011-11-14 16:43:21 +00:00
|
|
|
* Mon Nov 14 2011 Karel KlÃÄ <kklic@redhat.com> - 1:23.3-12
|
|
|
|
- Rebuild (rhbz#751154, rhbz#752936)
|
|
|
|
|
2011-11-07 15:26:21 +00:00
|
|
|
* Sat Oct 22 2011 Ville Skyttä <ville.skytta@iki.fi> - 1:23.3-11
|
|
|
|
- Build with gpm and liblockfile support.
|
|
|
|
- Drop ssl.el (superseded by tls.el).
|
|
|
|
- Update php-mode to 1.5.0.
|
|
|
|
|
2011-09-27 10:02:08 +00:00
|
|
|
* Tue Sep 27 2011 Karel KlÃÄ <kklic@redhat.com> - 1:23.3-10
|
|
|
|
- Keep COPYING and NEWS in the etc subdir, and symlinks in the docs (rhbz#714212)
|
|
|
|
Author: fedora.dm0@gmail.com
|
|
|
|
|
2011-09-27 09:06:06 +00:00
|
|
|
* Tue Sep 27 2011 Karel KlÃÄ <kklic@redhat.com> - 1:23.3-9
|
|
|
|
- Added dependency on xorg-x11-fonts-misc (rhbz#732422)
|
|
|
|
|
2011-08-08 13:36:54 +00:00
|
|
|
* Mon Aug 8 2011 Karel KlÃÄ <kklic@redhat.com> - 1:23.3-8
|
|
|
|
- Updated release archive to 23.3a, which includes grammar files that are
|
|
|
|
necessary to modify Semantic parsers
|
|
|
|
|
2011-06-29 21:03:59 +00:00
|
|
|
* Thu Jun 30 2011 Ville Skyttä <ville.skytta@iki.fi> - 1:23.3-7
|
|
|
|
- Use custom-set-variables for customizable variables in .emacs (#716440).
|
|
|
|
- Move frame-title-format default from .emacs to default.el (#716443).
|
|
|
|
|
2011-05-26 12:49:54 +00:00
|
|
|
* Thu May 26 2011 Karel KlÃÄ <kklic@redhat.com> - 1:23.3-6
|
|
|
|
- Enumerate binaries in emacs-common to avoid packaging single binary
|
|
|
|
multiple times by accident
|
|
|
|
|
2011-05-23 14:25:09 +00:00
|
|
|
* Mon May 23 2011 Karel KlÃÄ <kklic@redhat.com> - 1:23.3-5
|
|
|
|
- Removed %%defattr from %%files sections, as RPM no longer needs it
|
|
|
|
- Removed %%dir %%{_libexecdir}/emacs and similar from emacs and
|
|
|
|
emacs-nox packages, as the directories are used and present only in
|
|
|
|
emacs-common (rhbz#704067)
|
|
|
|
|
2011-03-22 11:41:13 +00:00
|
|
|
* Tue Mar 22 2011 Karel Klic <kklic@redhat.com> - 1:23.3-4
|
|
|
|
- Rebuild to fix an RPM issue (rhbz689182)
|
|
|
|
|
2011-03-15 19:56:39 +00:00
|
|
|
* Tue Mar 15 2011 Ville Skyttä <ville.skytta@iki.fi> - 1:23.3-3
|
|
|
|
- Use UTC timestamps in rpm-spec-mode changelog entries by default (rhbz#672350)
|
|
|
|
- Consider *.elc in addition to *.el when loading files from site-start.d (rhbz#672324)
|
|
|
|
|
2011-03-15 17:45:17 +00:00
|
|
|
* Tue Mar 15 2011 Karel Klic <kklic@redhat.com> - 1:23.3-2
|
|
|
|
- Another attempt to fix the handling of alternatives (rhbz#684447)
|
2011-03-15 17:58:43 +00:00
|
|
|
The current process loses alternatives preference on every upgrade,
|
|
|
|
but there seems to be no elegant way how to prevent this while
|
|
|
|
having versioned binaries (/bin/emacs-%%{version}) at the same time.
|
2011-03-15 17:45:17 +00:00
|
|
|
- Removed 'rm -rf %%{buildroot}' from %%install section
|
|
|
|
|
2011-03-10 12:54:22 +00:00
|
|
|
* Thu Mar 10 2011 Karel Klic <kklic@redhat.com> - 1:23.3-1
|
|
|
|
- New upstream release
|
2011-03-10 13:21:22 +00:00
|
|
|
- Depend on util-linux directly, as the package no longer provides setarch
|
2011-03-10 12:54:22 +00:00
|
|
|
|
2011-02-08 17:15:55 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:23.2-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
* Mon Jan 10 2011 Karel Klic <kklic@redhat.com> - 1:23.2-17
|
|
|
|
- Added filesystem subpackage (rhbz#661866)
|
|
|
|
- Added emacsclient desktop file (rhbz#665362)
|
|
|
|
|
2013-03-18 15:42:22 +00:00
|
|
|
* Fri Jan 7 2011 Karel Klic <kklic@redhat.com> - 1:23.2-16
|
2011-01-07 17:30:22 +00:00
|
|
|
- Removed dependency on both hunspell and aspell. Emacs does not
|
|
|
|
_require_ spell checker, e.g. if user wants to uninstall one, there
|
|
|
|
is no reason why Emacs should also be uninstalled. Emacs can run one
|
|
|
|
like it can run GDB, pychecker, (La)TeX, make, gcc, and all VCSs out
|
|
|
|
there.
|
|
|
|
- Removed conflict with old gettext package
|
|
|
|
- Cleaned spec file header
|
|
|
|
- Removed gcc-4.5.0 specific CFLAGS
|
|
|
|
|
2013-03-18 15:42:22 +00:00
|
|
|
* Fri Jan 7 2011 Karel Klic <kklic@redhat.com> - 1:23.2-15
|
2011-01-07 16:20:56 +00:00
|
|
|
- The emacs-terminal package now requires emacs package
|
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
* Thu Jan 6 2011 Karel Klic <kklic@redhat.com> - 1:23.2-14
|
2011-01-07 12:49:21 +00:00
|
|
|
- Patch emacs-terminal to use /usr/bin/emacs (rhbz#635213)
|
|
|
|
|
2011-01-11 09:06:06 +00:00
|
|
|
* Mon Sep 6 2010 Karel Klic <kklic@redhat.com> - 1:23.2-13
|
2010-09-06 13:01:11 +00:00
|
|
|
- Removed transient-mark-mode suggestion from dotemacs.el, as this
|
|
|
|
minor mode is enabled by default in recent versions of Emacs
|
|
|
|
|
2010-08-19 14:51:25 +00:00
|
|
|
* Thu Aug 19 2010 Karel Klic <kklic@redhat.com> - 1:23.2-12
|
|
|
|
- Mention xdg-open in browse-url-default-browser docstring (rhbz#624359)
|
|
|
|
Updates emacs-23.1-xdg.patch
|
|
|
|
|
2010-08-19 14:29:36 +00:00
|
|
|
* Tue Aug 17 2010 Karel Klic <kklic@redhat.com> - 1:23.2-11
|
|
|
|
- Own /usr/bin/emacs (rhbz#614935)
|
|
|
|
- Updated the handling of alternatives to match
|
|
|
|
https://fedoraproject.org/wiki/Packaging:Alternatives
|
|
|
|
|
2010-08-16 15:31:20 +00:00
|
|
|
* Mon Aug 16 2010 Karel Klic <kklic@redhat.com> - 1:23.2-10
|
|
|
|
- Removed the png extension from the Icon entry in emacs.desktop (rhbz#507231)
|
|
|
|
|
2010-08-04 16:42:34 +00:00
|
|
|
* Wed Aug 4 2010 Karel Klic <kklic@redhat.com> - 1:23.2-9
|
|
|
|
- Added Fedora conditionals
|
|
|
|
|
2010-08-03 14:55:47 +00:00
|
|
|
* Mon Aug 2 2010 Karel Klic <kklic@redhat.com> - 1:23.2-8
|
|
|
|
- Moved the terminal desktop menu item to a separate package (rhbz#617355)
|
|
|
|
|
2010-07-08 16:29:49 +00:00
|
|
|
* Thu Jul 8 2010 Karel Klic <kklic@redhat.com> - 1:23.2-7
|
|
|
|
- Added workaround for an GCC 4.5.0 bug
|
|
|
|
|
2010-07-08 15:00:51 +00:00
|
|
|
* Thu Jul 8 2010 Karel Klic <kklic@redhat.com> - 1:23.2-6
|
|
|
|
- Removed Obsoletes: emacs-nxml-mode, it was obsoleted in F-11
|
2013-03-08 23:13:15 +00:00
|
|
|
- Added COPYING to emacs-el, moved COPYING in emacs-common to %%doc
|
2010-07-08 15:00:51 +00:00
|
|
|
|
|
|
|
* Thu Jun 3 2010 Karel Klic <kklic@redhat.com> - 1:23.2-5
|
2010-06-03 10:26:51 +00:00
|
|
|
- Fixed handling of dual spacing fonts rhbz#599437
|
|
|
|
|
2010-07-08 15:00:51 +00:00
|
|
|
* Thu May 27 2010 Karel KlÃÄ <kklic@redhat.com> - 1:23.2-4
|
2010-05-27 17:13:55 +00:00
|
|
|
- Add patch to fix rhbz#595546 hideshow library matches wrong parenthesis
|
|
|
|
under certain circumstances
|
|
|
|
- Removed %%clean section
|
|
|
|
|
2010-05-20 12:43:35 +00:00
|
|
|
* Wed May 19 2010 Naveen Kumar <nkumar@redhat.com> - 1:23.2-3
|
|
|
|
- Added a desktop file for adding terminal mode to menu (RHBZ #551949)
|
|
|
|
|
2010-05-11 09:48:03 +00:00
|
|
|
* Tue May 11 2010 Karel Klic <kklic@redhat.com> - 1:23.2-2
|
|
|
|
- Added a patch fixing m17n and libotf version checking (m17ncheck)
|
|
|
|
|
2010-05-11 08:26:36 +00:00
|
|
|
* Mon May 10 2010 Karel Klic <kklic@redhat.com> - 1:23.2-1
|
|
|
|
- Updated the prerelase to final version
|
|
|
|
|
2010-04-25 03:59:40 +00:00
|
|
|
* Sun Apr 25 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1:23.1.96-3
|
|
|
|
- Add BuildRequires for GConf2-devel to build in Gconf2 support (RHBZ #585447)
|
|
|
|
|
2010-04-25 03:43:06 +00:00
|
|
|
* Sun Apr 25 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1:23.1.96-2
|
|
|
|
- Remove po-mode files since they are now packaged separately as a sub-package
|
|
|
|
of gettext (RHBZ #579452)
|
|
|
|
|
2010-04-20 17:05:25 +00:00
|
|
|
* Tue Apr 20 2010 Karel Klic <kklic@redhat.com> - 1:23.1.96-1
|
|
|
|
- Updated to the newest prerelease
|
|
|
|
- Remove -movemail patch as it has been merged by upstream
|
|
|
|
|
2010-04-01 14:14:12 +00:00
|
|
|
* Thu Apr 1 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1:23.1.94-6
|
|
|
|
- Add patch to fix RHBZ #578272 - security vulnerability with movemail
|
2010-07-08 15:00:51 +00:00
|
|
|
(CVE-2010-0825)
|
2010-04-01 14:14:12 +00:00
|
|
|
|
2010-03-30 23:33:07 +00:00
|
|
|
* Tue Mar 30 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1:23.1.94-5
|
|
|
|
- Fix typo in spec file changelog
|
|
|
|
- Use standard %%patch macro to apply all patches to silent rpmlint warnings
|
|
|
|
|
|
|
|
* Tue Mar 30 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1:23.1.94-4
|
2010-03-30 22:52:58 +00:00
|
|
|
- Remove unnecessary buildroot tag
|
|
|
|
- Remove explicit dependency on librsvg2 (but keep BuildRequires for
|
|
|
|
librsvg2-devel)
|
|
|
|
- Add properly versioned Provides for emacs(bin)
|
|
|
|
- Remove long unneeded Obsoletes for emacs-leim
|
|
|
|
- Fix summary for emacs-el
|
|
|
|
|
2010-03-30 00:01:45 +00:00
|
|
|
* Tue Mar 30 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1:23.1.94-3
|
|
|
|
- Use out of tree builds so that we can build multibple versions in the
|
2010-07-08 15:00:51 +00:00
|
|
|
%%build section
|
2010-03-30 00:01:45 +00:00
|
|
|
|
2010-03-23 15:21:12 +00:00
|
|
|
* Tue Mar 23 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1:23.1.94-2
|
|
|
|
- Remove checks for old version of Emacs in postrtrans
|
|
|
|
|
2010-03-22 10:14:49 +00:00
|
|
|
* Mon Mar 22 2010 Karel Klic <kklic@redhat.com> - 1:23.1.94-1
|
|
|
|
- Update to 23.2 pretest version
|
|
|
|
- Removed patches applied by upstream
|
|
|
|
|
2010-03-19 15:30:57 +00:00
|
|
|
* Fri Mar 19 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1:23.1-26
|
|
|
|
- Fix broken byte compilation of emacs2.py and emacs3.py with the relevant
|
|
|
|
python binaries - requires turning off brp-python-bytecompile script
|
|
|
|
|
2010-03-15 12:08:23 +00:00
|
|
|
* Mon Mar 15 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1:23.1-25
|
|
|
|
- Add --eval '(progn (setq load-path (cons "." load-path)))' to byte
|
|
|
|
compilation macro for packaging add-ons
|
|
|
|
|
2010-02-09 14:39:49 +00:00
|
|
|
* Tue Feb 9 2010 Karel Klic <kklic@redhat.com> 1:23.1-24
|
|
|
|
- Added a comment about alternatives(8) in %%posttrans to the spec file
|
|
|
|
|
2010-01-14 12:16:03 +00:00
|
|
|
* Thu Jan 14 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> 1:23.1-23
|
|
|
|
- Add patch to fix rhbz#547566 (from Juanma Barranquero)
|
|
|
|
|
2010-01-12 12:58:30 +00:00
|
|
|
* Tue Jan 12 2010 Karel Klic <kklic@redhat.com> 1:23.1-22
|
|
|
|
- Removed invalid URL for rpm-spec-mode.el. This mode is no longer
|
|
|
|
found on Internet in this version.
|
|
|
|
|
2010-01-07 14:06:23 +00:00
|
|
|
* Thu Jan 7 2010 Karel Klic <kklic@redhat.com> 1:23.1-21
|
|
|
|
- Removed PreReq from spec file
|
|
|
|
|
2010-01-07 13:29:30 +00:00
|
|
|
* Thu Jan 7 2010 Karel Klic <kklic@redhat.com> 1:23.1-20
|
|
|
|
- Simpler fix for rhbz#517272
|
|
|
|
|
2010-01-07 06:15:18 +00:00
|
|
|
* Thu Jan 7 2010 Jens Petersen <petersen@redhat.com> - 1:23.1-19
|
|
|
|
- m17n-lib-flt requires m17n-db-flt so no longer need to require explicitly
|
|
|
|
m17n-db-datafiles for complex text rendering (#542657)
|
|
|
|
|
2010-01-04 11:26:26 +00:00
|
|
|
* Mon Jan 4 2010 Karel Klic <kklic@redhat.com> 1:23.1-18
|
|
|
|
- Fixed rhbz#517272 - emacs-23.1 update shows fonts in double the normal size
|
|
|
|
|
2009-12-08 17:02:32 +00:00
|
|
|
* Tue Dec 8 2009 Karel Klic <kklic@redhat.com> 1:23.1-17
|
|
|
|
- Fixed rhbz#545398 - ETags messes up filenames
|
|
|
|
|
2009-12-03 12:20:22 +00:00
|
|
|
* Thu Dec 03 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.1-16
|
|
|
|
- fix #542657 - emacs does not display indic text
|
|
|
|
|
2009-12-02 16:50:20 +00:00
|
|
|
* Wed Dec 02 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.1-15
|
|
|
|
- fix #543046 - Using scroll bar in emacs highlights/selects text
|
|
|
|
|
2009-11-30 13:04:42 +00:00
|
|
|
* Mon Nov 30 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.1-14
|
|
|
|
- fixed FTBFS in F12 and higher (#540921)
|
|
|
|
|
2009-10-19 09:02:05 +00:00
|
|
|
* Mon Oct 19 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.1-13
|
|
|
|
- fixed update-directory-autoloads (#474958)
|
|
|
|
|
2009-10-14 12:18:40 +00:00
|
|
|
* Wed Oct 14 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.1-12
|
|
|
|
- do not compress the files which implement compression itself (#484830)
|
|
|
|
|
2009-10-13 23:22:45 +00:00
|
|
|
* Wed Oct 14 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1:23.1-11
|
|
|
|
- Update macros.xemacs to treat epoch correctly and be consistent with xemacs package
|
|
|
|
- Use site_start_d macro consistently
|
|
|
|
|
2009-09-29 10:09:17 +00:00
|
|
|
* Tue Sep 29 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.1-10
|
|
|
|
- emacs contains nxml-mode (#516391)
|
|
|
|
|
2009-09-24 09:44:20 +00:00
|
|
|
* Thu Sep 24 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.1-9
|
|
|
|
- use xdg-open(1) for opening URLs (#316131)
|
|
|
|
|
2009-09-23 10:42:24 +00:00
|
|
|
* Wed Sep 23 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.1-8
|
|
|
|
- updated rpm-spec-mode.el to latest upstream version (#524851)
|
|
|
|
|
2009-09-22 08:57:39 +00:00
|
|
|
* Tue Sep 22 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.1-7
|
|
|
|
- updated %%info_files (#510750)
|
|
|
|
|
2009-08-31 09:59:41 +00:00
|
|
|
* Mon Aug 31 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.1-6
|
|
|
|
- fixed buffer menu (#515722)
|
|
|
|
|
2009-08-26 10:22:45 +00:00
|
|
|
* Wed Aug 26 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.1-5
|
|
|
|
- correct BuildRequires for libotf (#519151)
|
|
|
|
|
2009-08-25 11:24:45 +00:00
|
|
|
* Tue Aug 25 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.1-4
|
|
|
|
- alsa-lib-devel added to BuildRequires (#518659)
|
|
|
|
|
2009-08-13 10:16:04 +00:00
|
|
|
* Thu Aug 13 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.1-3
|
|
|
|
- fixed Name and GenericName in desktop file (#514599)
|
|
|
|
|
2009-08-10 15:35:01 +00:00
|
|
|
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 1:23.1-2
|
|
|
|
- Use bzipped upstream tarball.
|
|
|
|
|
2009-07-31 13:15:48 +00:00
|
|
|
* Fri Jul 31 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.1-1
|
|
|
|
- new upstream version 23.1
|
|
|
|
|
2009-07-24 22:02:41 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:23.0.93-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-26 10:25:51 +00:00
|
|
|
* Fri Jun 26 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.0.93-6
|
|
|
|
- removed dependency to bitmap fonts: emacs version 23 does not need them
|
|
|
|
|
2009-06-25 11:09:40 +00:00
|
|
|
* Thu Jun 25 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.0.93-5
|
|
|
|
- revoked default.el change (#508033)
|
|
|
|
- added build dependency: librsvg2-devel (#507852)
|
2012-06-08 14:25:32 +00:00
|
|
|
- added dependency: aspell (#443549)
|
2009-06-25 11:09:40 +00:00
|
|
|
|
2009-06-24 12:00:28 +00:00
|
|
|
* Wed Jun 24 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.0.93-4
|
|
|
|
- added xorg-x11-fonts-misc to dependencies (#469220)
|
|
|
|
|
2009-06-19 08:06:12 +00:00
|
|
|
* Fri Jun 19 2009 Jens Petersen <petersen@redhat.com> - 1:23.0.93-3
|
|
|
|
- drop igrep since lgrep and rgrep are maintained in emacs now
|
|
|
|
- specify the list of *-init.el files to be install explicitly
|
|
|
|
|
2009-06-11 09:45:20 +00:00
|
|
|
* Thu Jun 11 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.0.93-2
|
|
|
|
- fix bz#505083 - rpm-add-change-log-entry date format rejected by rpmbuild
|
|
|
|
|
2009-05-18 11:02:30 +00:00
|
|
|
* Mon May 18 2009 Daniel Novotny <dnovotny@redhat.com> 1:23.0.93-1
|
|
|
|
- new upstream version
|
|
|
|
|
2009-04-10 11:37:19 +00:00
|
|
|
* Fri Apr 10 2009 Daniel Novotny <dnovotny@redhat.com> 1:22.3-11
|
|
|
|
- fix bz#443549 - spell-buffer, flyspell-mode do not work
|
|
|
|
|
2009-03-27 14:21:00 +00:00
|
|
|
* Fri Mar 27 2009 Daniel Novotny <dnovotny@redhat.com> 1:22.3-10
|
|
|
|
- fix segfaults when emacsclient connects to a tcp emacs server (#489066)
|
|
|
|
|
2009-03-12 09:54:36 +00:00
|
|
|
* Thu Mar 12 2009 Daniel Novotny <dnovotny@redhat.com> 1:22.3-9
|
|
|
|
- implement UTC change log option in rpm-spec-mode.el (#489829)
|
|
|
|
|
2009-03-04 17:33:41 +00:00
|
|
|
* Wed Mar 4 2009 Michel Salim <salimma@fedoraproject.org> - 1:22.3-8
|
|
|
|
- Use desktop-file-utils to handle desktop file
|
|
|
|
- Update icon cache if GTK2 is installed
|
|
|
|
|
2009-02-25 12:30:53 +00:00
|
|
|
* Wed Feb 25 2009 Daniel Novotny <dnovotny@redhat.com> 1:22.3-7
|
|
|
|
- site-lisp/default.el is now config(noreplace)
|
|
|
|
|
2009-02-24 14:36:06 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:22.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-16 13:58:03 +00:00
|
|
|
* Mon Feb 16 2009 Daniel Novotny <dnovotny@redhat.com> 1:22.3-5
|
|
|
|
- fix #474578 - /usr/bin/emacs link not updated on upgrade
|
|
|
|
(added a script to scan the alternatives and update them)
|
|
|
|
|
2009-02-09 11:11:20 +00:00
|
|
|
* Mon Feb 09 2009 Daniel Novotny <dnovotny@redhat.com> 1:22.3-4
|
|
|
|
- fix bz#484309 (alternatives error message)
|
|
|
|
|
2009-01-18 16:22:07 +00:00
|
|
|
* Sun Jan 18 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1:22.3-3
|
|
|
|
- Add /etc/rpm/macros.emacs file
|
|
|
|
|
2008-12-01 15:00:21 +00:00
|
|
|
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1:22.3-2
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-11-08 08:11:23 +00:00
|
|
|
* Sat Nov 8 2008 Jens Petersen <petersen@redhat.com> - 1:22.3-1
|
|
|
|
- update to 22.3 (#461448)
|
|
|
|
- emacs-22.1.50-sparc64.patch and emacs-22.1.50-regex.patch no longer needed
|
|
|
|
- update rpm-spec-mode.el to look for fields at bol (#466407)
|
|
|
|
|
2008-05-02 01:48:26 +00:00
|
|
|
* Thu May 01 2008 Tom "spot" Callaway <tcallawa@redhat.com>
|
|
|
|
- fix requires to include epoch
|
|
|
|
|
|
|
|
* Thu May 01 2008 Dennis Gilmore <dennis@ausil.us> 1:22.2-4
|
|
|
|
- add patch from bz#435767
|
|
|
|
|
|
|
|
* Thu May 01 2008 Dennis Gilmore <dennis@ausil.us> 1:22.2-3
|
|
|
|
- add epoch
|
|
|
|
- put epoch in .pc file
|
|
|
|
|
|
|
|
* Thu Apr 24 2008 Dennis Gilmore <dennis@ausil.us> 22.2-2
|
|
|
|
- add patch fixing libdir on sparc64
|
|
|
|
|
2008-04-23 14:48:36 +00:00
|
|
|
* Tue Apr 22 2008 Chip Coldwell <coldwell@redhat.com> 22.2-1
|
|
|
|
- revert back to emacs-22.2 (bz443639)
|
|
|
|
- update to php-mode-1.4.0
|
|
|
|
- update to rpm-spec-mode.el v0.12.1x (bz432209)
|
|
|
|
- patch rpm-spec-mode to use compilation mode (bz227418)
|
|
|
|
- fix the Release tag (bz440624)
|
|
|
|
- drop superfluous configure options
|
|
|
|
- move the new icons into the right destination directory
|
2008-05-02 01:48:26 +00:00
|
|
|
- the heuristics for detecting address space randomization in the emacs dumper
|
|
|
|
seem insufficient, so bring back setarch -R
|
2008-04-23 14:48:36 +00:00
|
|
|
|
2008-04-18 19:38:06 +00:00
|
|
|
* Fri Apr 18 2008 Chip Coldwell <coldwell@redhat.com> 23.0.60-2
|
|
|
|
- New upstream tarball (fixes bz435767)
|
|
|
|
- configure tweaks
|
|
|
|
- drop files.el patch (now upstream)
|
|
|
|
- drop parallel build patch (now upstream)
|
|
|
|
|
2008-02-18 22:59:35 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 22.1.50-4
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-04-18 19:38:06 +00:00
|
|
|
* Wed Jan 2 2008 Chip Coldwell <coldwell@redhat.com> 22.1.50-3.1
|
|
|
|
- parallel build patch from Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
2007-12-13 18:36:44 +00:00
|
|
|
* Fri Dec 7 2007 Chip Coldwell <coldwell@redhat.com> 22.1.50-3
|
|
|
|
- scriptlets shouldn't fail needlessly.
|
|
|
|
- new upstream tarball
|
|
|
|
|
2007-12-06 18:57:07 +00:00
|
|
|
* Thu Dec 6 2007 Chip Coldwell <coldwell@redhat.com> 22.1.50-2
|
|
|
|
- drop -DSYSTEM_PURESIZE_EXTRA=16777216 (bz409581)
|
|
|
|
|
2007-11-19 22:40:50 +00:00
|
|
|
* Mon Nov 19 2007 Chip Coldwell <coldwell@redhat.com> 22.1.50-1
|
|
|
|
- pulled sources from GNU CVS
|
|
|
|
|
2007-11-19 20:55:37 +00:00
|
|
|
* Mon Nov 19 2007 Chip Coldwell <coldwell@redhat.com> 22.1-9
|
2007-11-19 19:47:05 +00:00
|
|
|
- fixup alternatives mess (bz239745, bz246540)
|
|
|
|
|
2007-11-06 16:28:20 +00:00
|
|
|
* Tue Nov 6 2007 Chip Coldwell <coldwell@redhat.com> 22.1-8
|
|
|
|
- fix insufficient safe-mode checks (Resolves: bz367601)
|
|
|
|
|
|
|
|
* Thu Nov 1 2007 Chip Coldwell <coldwell@redhat.com> 22.1-7
|
|
|
|
- Update rpm-spec-mode to the current upstream, drop compat patch (bz306841)
|
|
|
|
|
2007-10-24 20:31:32 +00:00
|
|
|
* Wed Oct 24 2007 Jeremy Katz <katzj@redhat.com> - 22.1-6
|
|
|
|
- Update rpm-spec-mode to the current upstream (#306841)
|
|
|
|
|
2007-09-18 14:44:24 +00:00
|
|
|
* Wed Sep 12 2007 Chip Coldwell <coldwell@redhat.com> - 22.1-5
|
|
|
|
- require xorg-x11-fonts-ISO8859-1-100dpi instead of 75dpi (Resolves: bz281861)
|
|
|
|
- drop broken python mode (Resolves: bz262801)
|
|
|
|
|
2007-09-11 17:56:57 +00:00
|
|
|
* Mon Sep 10 2007 Chip Coldwell <coldwell@redhat.com> - 22.1-4
|
|
|
|
- fix pkgconfig path (from pkg-config to pkgconfig (Jonathan Underwood)
|
|
|
|
- use macro instead of variable style for buildroot.
|
|
|
|
|
2013-03-18 15:42:22 +00:00
|
|
|
* Tue Aug 28 2007 Chip Coldwell <coldwell@redhat.com> - 22.1-3
|
2007-08-27 20:50:44 +00:00
|
|
|
- change group from Development to Utility
|
|
|
|
|
2007-08-13 19:20:38 +00:00
|
|
|
* Mon Aug 13 2007 Chip Coldwell <coldwell@redhat.com> - 22.1-2
|
|
|
|
- add pkgconfig file for emacs-common and virtual provides (Resolves: bz242176)
|
|
|
|
- glibc-open-macro.patch to deal with glibc turning "open" into a macro.
|
2012-06-08 14:25:32 +00:00
|
|
|
- leave emacs info pages in default section (Resolves: bz199008)
|
2007-08-13 19:20:38 +00:00
|
|
|
|
2013-03-18 15:42:22 +00:00
|
|
|
* Wed Jun 6 2007 Chip Coldwell <coldwell@redhat.com> - 22.1-1
|
2007-06-26 17:00:50 +00:00
|
|
|
- move alternatives install to posttrans scriptlet (Resolves: bz239745)
|
|
|
|
- new release tarball from FSF (Resolves: bz245303)
|
|
|
|
- new php-mode 1.2.0
|
|
|
|
|
|
|
|
* Wed May 23 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.990-2
|
|
|
|
- revert all spec file changes since 22.0.95-1 (Resolves: bz239745)
|
|
|
|
- new pretest tarball from FSF (Resolves: bz238234)
|
|
|
|
- restore php-mode (Resolves: bz235941)
|
|
|
|
|
2007-05-22 14:32:18 +00:00
|
|
|
* Mon May 21 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.990-1
|
|
|
|
- new pretest tarball from FSF
|
|
|
|
- removed Ulrich Drepper's patch to prevent mmapped pages during dumping
|
|
|
|
removed BuildRequires: glibc >= 2.5.90-22
|
|
|
|
(bug traced to glibc Resolves: bz239344)
|
|
|
|
- fix alternatives removal scriptlet (Resolves: bz239745)
|
|
|
|
|
|
|
|
* Thu May 17 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.99-4
|
|
|
|
- format of freed blocks changed between glibc 2.5.90-21 and 2.5.90-22
|
|
|
|
- BuildRequires: glibc >= 2.5.90-22 (Ulrich Drepper)
|
|
|
|
|
|
|
|
* Sun May 13 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.99-2
|
|
|
|
- prevent mmapped pages during dumping (Ulrich Drepper Resolves: bz239344)
|
|
|
|
|
|
|
|
* Tue Apr 24 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.99-1
|
|
|
|
- new (last?) pretest tarball from FSF
|
|
|
|
- update to php-mode-1.2.0 (Ville Skyttä Resolves: bz235941)
|
|
|
|
- use /etc/alternatives instead of wrapper script
|
|
|
|
|
2007-03-06 22:08:02 +00:00
|
|
|
* Tue Mar 6 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.95-1
|
|
|
|
- new pretest tarball from FSF
|
|
|
|
|
2007-03-05 20:29:47 +00:00
|
|
|
* Mon Feb 26 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.94-1
|
|
|
|
- new pretest tarball obsoletes loaddefs.el dependencies patch
|
|
|
|
|
2007-02-23 19:44:48 +00:00
|
|
|
* Fri Feb 23 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-7
|
|
|
|
- fix po-mode-init.el (Kjartan Maraas #228143)
|
|
|
|
|
2007-02-13 13:32:11 +00:00
|
|
|
* Tue Feb 13 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-6
|
2007-02-23 19:44:48 +00:00
|
|
|
- remove --without-xim configure flag to fix dead keys (Alexandre Oliva #224626)
|
2007-02-13 13:32:11 +00:00
|
|
|
|
2007-01-26 19:43:00 +00:00
|
|
|
* Fri Jan 26 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-5
|
|
|
|
- remove Tetris to avoid trademark problems (Ville Skyttä #224627)
|
|
|
|
|
2007-01-25 19:24:19 +00:00
|
|
|
* Thu Jan 25 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-4
|
|
|
|
- fixup loaddefs.el dependencies (Dan Nicolaescu #176171)
|
2007-01-25 20:00:14 +00:00
|
|
|
- add BuildRequires: automake (changes to Makefile.in)
|
2007-01-25 19:24:19 +00:00
|
|
|
|
2007-01-24 16:55:26 +00:00
|
|
|
* Wed Jan 24 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-3
|
|
|
|
- po-mode.el was being left out
|
|
|
|
|
2007-01-23 21:40:31 +00:00
|
|
|
* Tue Jan 23 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-1
|
|
|
|
- new pretest version
|
|
|
|
- removed setarch since new dumper copes with execshield
|
|
|
|
- clean up site initialization files (varions #176171)
|
|
|
|
|
|
|
|
* Tue Jan 2 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.92-1
|
|
|
|
- new pretest version
|
|
|
|
- removed almost all emacs 21 patches from emacs 22
|
|
|
|
- clean up spec file,
|
|
|
|
- many new BuildRequires (David Woodhouse #221250)
|
2006-11-14 21:37:07 +00:00
|
|
|
|
2007-01-23 21:40:31 +00:00
|
|
|
* Tue Nov 14 2006 Chip Coldwell <coldwell@redhat.com> - 22.0.90-1
|
|
|
|
- first pretest rpm build
|
2006-11-06 16:42:41 +00:00
|
|
|
|
2006-11-06 16:35:10 +00:00
|
|
|
* Mon Nov 6 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-19
|
|
|
|
- BuildRequires: sendmail (Wolfgang Rupprecht #213813)
|
|
|
|
|
2006-11-06 16:29:49 +00:00
|
|
|
* Thu Aug 3 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-18
|
|
|
|
- non-CJK text broken by default for Western locale (James Ralston #144707)
|
|
|
|
|
2006-08-03 18:56:33 +00:00
|
|
|
* Thu Aug 3 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-17
|
|
|
|
- use UTF-8 keyboard input encoding on terminals that support it (Axel Thimm #185399)
|
|
|
|
|
2006-08-03 15:45:08 +00:00
|
|
|
* Thu Aug 3 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-16
|
|
|
|
- fix German spell checking for UTF-8 encoded buffers (Daniel Hammer #197737)
|
|
|
|
|
2006-07-26 17:26:54 +00:00
|
|
|
* Wed Jul 26 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-15
|
|
|
|
- fix src/unexelf.c to build on PowerPC64 (backport from emacs-22, #183304)
|
|
|
|
|
2006-07-12 05:44:29 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 21.4-14.1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-04-18 17:24:17 +00:00
|
|
|
* Tue Apr 18 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-14.1
|
|
|
|
- don't clobber site-lisp/default.el (Ritesh Khadgaray, 180153)
|
|
|
|
|
2006-03-07 12:04:00 +00:00
|
|
|
* Tue Mar 7 2006 Jens Petersen <petersen@redhat.com> - 21.4-14
|
|
|
|
- bring back setarch for i386 with -R option in spec file and drop
|
|
|
|
emacs-21-personality-linux32-101818.patch since it no longer seems
|
|
|
|
sufficient with recent kernels (Sam Peterson, #174736)
|
|
|
|
- buildrequire giflib-devel instead of libungif-devel
|
|
|
|
|
2006-03-02 09:47:31 +00:00
|
|
|
* Thu Mar 2 2006 Jens Petersen <petersen@redhat.com>
|
|
|
|
- avoid backup for fix-x-vs-no-x-diffs.dpatch (Ian Collier, #183503)
|
|
|
|
- remove the old ccmode info manual (#182084)
|
|
|
|
|
2006-02-27 13:47:17 +00:00
|
|
|
* Mon Feb 27 2006 Jens Petersen <petersen@redhat.com> - 21.4-13
|
|
|
|
- buildrequire libXaw-devel for menus and scrollbar
|
|
|
|
- pass -R to setarch to disable address randomization during dumping
|
|
|
|
(Sam Peterson, #174736)
|
|
|
|
- install cc-mode.info correctly (Sam Peterson, #182084)
|
|
|
|
- fix sort-columns not to use deprecated non-posix sort key syntax
|
|
|
|
with sort-columns-posix-key-182282.patch (Richard Ryniker, #182282)
|
|
|
|
- use system-name function not variable when setting frame-title-format in
|
|
|
|
/etc/skel/.emacs for XEmacs users hitting .emacs
|
|
|
|
|
2006-02-11 02:37:16 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 21.4-12.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:29:27 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 21.4-12.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-02-03 08:26:08 +00:00
|
|
|
* Fri Feb 3 2006 Jens Petersen <petersen@redhat.com> - 21.4-12
|
|
|
|
- add mule-cmd.el-X11-locale.alias-173781.patch to correct location of X11
|
|
|
|
locale.alias file (Paul Dickson, #173781)
|
|
|
|
- fix autoload of php-mode in php-mode-init.el (Christopher Beland, #179484)
|
|
|
|
|
2005-12-14 08:23:54 +00:00
|
|
|
* Wed Dec 14 2005 Jens Petersen <petersen@redhat.com> - 21.4-11
|
|
|
|
- avoid building with -fstack-protector on i386 to prevent crashing
|
|
|
|
(Jonathan Kamens, #174730)
|
|
|
|
- require xorg-x11-fonts-ISO8859-1-75dpi instead of xorg-x11-fonts-75dpi
|
|
|
|
for modular X (#174614)
|
|
|
|
|
2005-12-09 22:40:19 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-25 09:04:10 +00:00
|
|
|
* Fri Nov 25 2005 Jens Petersen <petersen@redhat.com> - 21.4-10
|
|
|
|
- fix missing parenthesis in lang-coding-systems-init.el
|
|
|
|
|
2005-11-22 04:12:23 +00:00
|
|
|
* Tue Nov 22 2005 Jens Petersen <petersen@redhat.com> - 21.4-9
|
|
|
|
- fix keyboard-coding-system on console for utf-8 (Dawid Gajownik, #173855)
|
|
|
|
- update etags to latest cvs (Hideki Iwamoto, #173023)
|
|
|
|
- replace etags-14.21-17.11-diff.patch with etags-update-to-cvs.patch
|
|
|
|
- update smtpmail.el to latest cvs version for better authentication support
|
|
|
|
with smtpmail-cvs-update.patch (Alberto Brizio, #167804)
|
|
|
|
|
2005-11-15 02:58:28 +00:00
|
|
|
* Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> - 21.4-8
|
|
|
|
- update dep for new xorg fonts packages
|
|
|
|
|
2005-09-29 09:03:16 +00:00
|
|
|
* Wed Aug 24 2005 Jens Petersen <petersen@redhat.com>
|
|
|
|
- fix name of aspell-es dictionary (#147964)
|
|
|
|
- update emacs-21.3-lisp-textmodes-ispell-languages.patch
|
|
|
|
|
2005-07-14 08:34:35 +00:00
|
|
|
* Thu Jul 14 2005 Jens Petersen <petersen@redhat.com> - 21.4-7
|
|
|
|
- update rpm-spec-mode.el to cvs revision 1.17 (Ville Skyttä)
|
|
|
|
- fixes expansion of %%{?dist}
|
|
|
|
- replace emacs-21.4-setarch_for_loadup-101818.patch with backport
|
|
|
|
emacs-21-personality-linux32-101818.patch from cvs (Jan Djärv)
|
|
|
|
which also turns off address randomization during dumping (Masatake Yamato)
|
2005-09-29 09:03:16 +00:00
|
|
|
- no longer need to pass SETARCH to make on i386 (#160814)
|
2010-03-30 22:52:58 +00:00
|
|
|
- move ownership of %%{_datadir}/emacs/ and %%{_datadir}/emacs/%%{version}/
|
2005-07-14 08:34:35 +00:00
|
|
|
from emacs to emacs-el and emacs-leim subpackages
|
|
|
|
- don't build tramp html and dvi documentation
|
|
|
|
- drop src/config.in part of bzero-and-have-stdlib.dpatch to avoid
|
|
|
|
compiler warnings
|
|
|
|
|
2005-06-23 15:39:11 +00:00
|
|
|
* Thu Jun 23 2005 Jens Petersen <petersen@redhat.com> - 21.4-6
|
|
|
|
- merge in changes from emacs22.spec conditionally
|
|
|
|
- define emacs21 rpm macro switch to control major version and use it
|
|
|
|
- update tramp to 2.0.49
|
|
|
|
|
|
|
|
* Fri Jun 17 2005 Jens Petersen <petersen@redhat.com>
|
|
|
|
- set arg0 to emacs in wrapper script (Peter Oliver, 149512#3)
|
|
|
|
|
2005-05-30 08:49:09 +00:00
|
|
|
* Mon May 30 2005 Jens Petersen <petersen@redhat.com>
|
|
|
|
- move setting of require-final-newline from default.el to a comment in default
|
|
|
|
.emacs (Ralph Loader, 119141)
|
|
|
|
|
2005-05-18 07:13:30 +00:00
|
|
|
* Wed May 18 2005 Jens Petersen <petersen@redhat.com> - 21.4-5
|
|
|
|
- update cc-mode to 5.30.9 stable release to address font-lock problems
|
|
|
|
(126165,148977,150197,155292,158044)
|
|
|
|
|
|
|
|
* Mon May 16 2005 Jens Petersen <petersen@redhat.com> - 21.4-4
|
2005-05-16 13:11:07 +00:00
|
|
|
- don't accidently exclude emacsclient from common package
|
|
|
|
(Jonathan Kamens, #157808)
|
|
|
|
- traditional Chinese desktop file translation (Wei-Lun Chao, #157287)
|
|
|
|
|
2005-04-20 08:20:46 +00:00
|
|
|
* Wed Apr 20 2005 Jens Petersen <petersen@redhat.com> - 21.4-3
|
|
|
|
- add igrep.el and init file
|
|
|
|
|
2005-04-11 07:41:38 +00:00
|
|
|
* Mon Apr 11 2005 Jens Petersen <petersen@redhat.com> - 21.4-2
|
|
|
|
- update etags to 17.11 (idht4n@hotmail.com, 151390)
|
|
|
|
- add etags-14.21-17.11-diff.patch
|
|
|
|
- replace i386 setarch redefinitions of __make and makeinstall with
|
|
|
|
emacs-21.4-setarch_for_loadup-101818.patch and setting SETARCH on i386
|
|
|
|
(Jason Vas Dias, 101818)
|
|
|
|
|
|
|
|
* Sun Apr 10 2005 Jens Petersen <petersen@redhat.com> - 21.4-1
|
- update to 21.4 movemail vulnerability release
- no longer need movemail-CAN-2005-0100.patch
- replace %{_bindir}/emacs alternatives with a wrapper script (Warren
Togami) to prevent it from disappearing when upgrading (Michal
Jaegermann, 154326)
- suffix the X emacs binaries with -x and the no X binaries with -nox
- the wrapper script %{_bindir}/emacs-%%version runs emacs-x if installed
or otherwise emacs-nox. %{_bindir}/emacs is a symlink to the wrapper
- make emacs and emacs-nox own the subdirs in %{_libexecdir}
- add a bunch of fixes from debian's emacs21_21.4a-1 patch:
battery-acpi-support.dpatch, bzero-and-have-stdlib.dpatch,
coding-region-leak.dpatch, detect-coding-iso2022.dpatch,
fix-batch-mode-signal-handling.dpatch, pcl-cvs-format.dpatch,
python-completion-ignored-extensions.dpatch,
remote-files-permissions.dpatch, save-buffer.dpatch,
scroll-margin.dpatch, xfree86-4.3-modifiers.dpatch
- add fix-x-vs-no-x-diffs.dpatch
- define emacs_libexecdir
- build both emacs and emacs-nox as %%{version}.1 and move common DOC file
to emacs-common
- suffix version in fns-%%{version}.1.el with -x and -nox respectively
- add 100 to elisp patches
2005-04-10 07:22:59 +00:00
|
|
|
- update to 21.4 movemail vulnerability release
|
|
|
|
- no longer need movemail-CAN-2005-0100.patch
|
2009-05-18 11:02:30 +00:00
|
|
|
- replace %%{_bindir}/emacs alternatives with a wrapper script (Warren Togami)
|
- update to 21.4 movemail vulnerability release
- no longer need movemail-CAN-2005-0100.patch
- replace %{_bindir}/emacs alternatives with a wrapper script (Warren
Togami) to prevent it from disappearing when upgrading (Michal
Jaegermann, 154326)
- suffix the X emacs binaries with -x and the no X binaries with -nox
- the wrapper script %{_bindir}/emacs-%%version runs emacs-x if installed
or otherwise emacs-nox. %{_bindir}/emacs is a symlink to the wrapper
- make emacs and emacs-nox own the subdirs in %{_libexecdir}
- add a bunch of fixes from debian's emacs21_21.4a-1 patch:
battery-acpi-support.dpatch, bzero-and-have-stdlib.dpatch,
coding-region-leak.dpatch, detect-coding-iso2022.dpatch,
fix-batch-mode-signal-handling.dpatch, pcl-cvs-format.dpatch,
python-completion-ignored-extensions.dpatch,
remote-files-permissions.dpatch, save-buffer.dpatch,
scroll-margin.dpatch, xfree86-4.3-modifiers.dpatch
- add fix-x-vs-no-x-diffs.dpatch
- define emacs_libexecdir
- build both emacs and emacs-nox as %%{version}.1 and move common DOC file
to emacs-common
- suffix version in fns-%%{version}.1.el with -x and -nox respectively
- add 100 to elisp patches
2005-04-10 07:22:59 +00:00
|
|
|
to prevent it from disappearing when upgrading (Michal Jaegermann, 154326)
|
|
|
|
- suffix the X emacs binaries with -x and the no X binaries with -nox
|
2009-05-18 11:02:30 +00:00
|
|
|
- the wrapper script %%{_bindir}/emacs-%%version runs emacs-x if installed or
|
|
|
|
otherwise emacs-nox. %%{_bindir}/emacs is a symlink to the wrapper
|
|
|
|
- make emacs and emacs-nox own the subdirs in %%{_libexecdir}
|
- update to 21.4 movemail vulnerability release
- no longer need movemail-CAN-2005-0100.patch
- replace %{_bindir}/emacs alternatives with a wrapper script (Warren
Togami) to prevent it from disappearing when upgrading (Michal
Jaegermann, 154326)
- suffix the X emacs binaries with -x and the no X binaries with -nox
- the wrapper script %{_bindir}/emacs-%%version runs emacs-x if installed
or otherwise emacs-nox. %{_bindir}/emacs is a symlink to the wrapper
- make emacs and emacs-nox own the subdirs in %{_libexecdir}
- add a bunch of fixes from debian's emacs21_21.4a-1 patch:
battery-acpi-support.dpatch, bzero-and-have-stdlib.dpatch,
coding-region-leak.dpatch, detect-coding-iso2022.dpatch,
fix-batch-mode-signal-handling.dpatch, pcl-cvs-format.dpatch,
python-completion-ignored-extensions.dpatch,
remote-files-permissions.dpatch, save-buffer.dpatch,
scroll-margin.dpatch, xfree86-4.3-modifiers.dpatch
- add fix-x-vs-no-x-diffs.dpatch
- define emacs_libexecdir
- build both emacs and emacs-nox as %%{version}.1 and move common DOC file
to emacs-common
- suffix version in fns-%%{version}.1.el with -x and -nox respectively
- add 100 to elisp patches
2005-04-10 07:22:59 +00:00
|
|
|
- add a bunch of fixes from debian's emacs21_21.4a-1 patch:
|
|
|
|
battery-acpi-support.dpatch, bzero-and-have-stdlib.dpatch,
|
|
|
|
coding-region-leak.dpatch, detect-coding-iso2022.dpatch,
|
|
|
|
fix-batch-mode-signal-handling.dpatch, pcl-cvs-format.dpatch,
|
|
|
|
python-completion-ignored-extensions.dpatch,
|
|
|
|
remote-files-permissions.dpatch, save-buffer.dpatch, scroll-margin.dpatch,
|
|
|
|
xfree86-4.3-modifiers.dpatch
|
2005-04-10 07:24:19 +00:00
|
|
|
- add fix-x-vs-no-x-diffs.dpatch
|
|
|
|
- define emacs_libexecdir
|
|
|
|
- build both emacs and emacs-nox as %%{version}.1 and move common DOC file
|
|
|
|
to emacs-common
|
|
|
|
- suffix version in fns-%%{version}.1.el with -x and -nox respectively
|
|
|
|
- add 100 to elisp patches
|
- update to 21.4 movemail vulnerability release
- no longer need movemail-CAN-2005-0100.patch
- replace %{_bindir}/emacs alternatives with a wrapper script (Warren
Togami) to prevent it from disappearing when upgrading (Michal
Jaegermann, 154326)
- suffix the X emacs binaries with -x and the no X binaries with -nox
- the wrapper script %{_bindir}/emacs-%%version runs emacs-x if installed
or otherwise emacs-nox. %{_bindir}/emacs is a symlink to the wrapper
- make emacs and emacs-nox own the subdirs in %{_libexecdir}
- add a bunch of fixes from debian's emacs21_21.4a-1 patch:
battery-acpi-support.dpatch, bzero-and-have-stdlib.dpatch,
coding-region-leak.dpatch, detect-coding-iso2022.dpatch,
fix-batch-mode-signal-handling.dpatch, pcl-cvs-format.dpatch,
python-completion-ignored-extensions.dpatch,
remote-files-permissions.dpatch, save-buffer.dpatch,
scroll-margin.dpatch, xfree86-4.3-modifiers.dpatch
- add fix-x-vs-no-x-diffs.dpatch
- define emacs_libexecdir
- build both emacs and emacs-nox as %%{version}.1 and move common DOC file
to emacs-common
- suffix version in fns-%%{version}.1.el with -x and -nox respectively
- add 100 to elisp patches
2005-04-10 07:22:59 +00:00
|
|
|
|
2007-01-23 21:40:31 +00:00
|
|
|
* Wed Apr 6 2005 Jens Petersen <petersen@redhat.com> - 22.0.50-0.20050406
|
|
|
|
- update to snapshot of current cvs
|
|
|
|
- configure xim support off by default
|
|
|
|
- bootstrap snapshot
|
|
|
|
|
2005-04-06 14:48:26 +00:00
|
|
|
* Wed Apr 6 2005 Jens Petersen <petersen@redhat.com> - 21.3-27
|
|
|
|
- use alternatives to switch _bindir/emacs between emacs and emacs-nox
|
|
|
|
(Henning Schmiedehausen, #151067)
|
|
|
|
- remove emacs and emacs-nox from bindir
|
|
|
|
- prereq alternatives for emacs and emacs-nox
|
|
|
|
- add post and postun scripts to handle alternatives
|
|
|
|
- buildrequire xorg-x11-devel instead of XFree86-devel
|
|
|
|
- really include and apply emacs-21.3-latex-mode-hook-144083.patch
|
|
|
|
- make emacs and emacs-nox own _datadir/emacs/version too
|
|
|
|
|
2005-03-09 12:42:15 +00:00
|
|
|
* Wed Mar 9 2005 Jens Petersen <petersen@redhat.com> - 21.3-26
|
|
|
|
- rebuild with gcc 4.0
|
2005-03-18 11:25:21 +00:00
|
|
|
- add emacs-21.3-gcc4.patch for emacsclient
|
2005-03-09 12:42:15 +00:00
|
|
|
|
2005-02-28 08:09:28 +00:00
|
|
|
* Mon Feb 28 2005 Jens Petersen <petersen@redhat.com> - 21.3-25
|
|
|
|
- add tramp-2.1.3 to site-lisp (David Woodhouse, 149703)
|
|
|
|
- move removal of info dir to after its installation
|
|
|
|
- add tramp-init.el to put tramp into load-path
|
|
|
|
|
2005-02-25 13:20:13 +00:00
|
|
|
* Thu Feb 24 2005 Jens Petersen <petersen@redhat.com> - 21.3-24
|
2005-02-28 08:09:28 +00:00
|
|
|
- mark default.el as a noreplace config file (Pawel Salek, 149310)
|
|
|
|
- only set keyboard-coding-system in xterms to fix problem with input
|
2005-02-25 13:20:13 +00:00
|
|
|
Latin characters becoming prefixes and making emacs loop
|
|
|
|
(Eddahbi Karim, 126007)
|
2005-02-28 08:09:28 +00:00
|
|
|
- make emacs-el own its lisp directories
|
2005-02-25 13:20:13 +00:00
|
|
|
- run latex-mode-hook in latex-mode (Martin Biely, 144083)
|
|
|
|
- add emacs-21.3-latex-mode-hook-144083.patch
|
|
|
|
|
2005-02-18 06:11:11 +00:00
|
|
|
* Fri Feb 18 2005 Jens Petersen <petersen@redhat.com> - 21.3-23
|
2009-05-18 11:02:30 +00:00
|
|
|
- install %%{_bindir}/emacs-nox as a hardlink of the versioned binary
|
2005-02-18 05:59:24 +00:00
|
|
|
- drop explicit lib requirements
|
|
|
|
- use sed instead of perl to fix up filelists
|
|
|
|
|
2005-02-13 16:05:13 +00:00
|
|
|
* Mon Feb 14 2005 Jens Petersen <petersen@redhat.com> - 21.3-22
|
|
|
|
- use prereq instead of contexts for common script requirements
|
|
|
|
(Axel Thimm, 147791)
|
|
|
|
- move emacs.png from common to main package
|
|
|
|
|
|
|
|
* Fri Feb 4 2005 Jens Petersen <petersen@redhat.com> - 21.3-21
|
|
|
|
- fix CAN-2005-0100 movemail vulnerability with movemail-CAN-2005-0100.patch
|
|
|
|
(Max Vozeler, 146701)
|
|
|
|
|
2005-01-14 12:01:00 +00:00
|
|
|
* Fri Jan 14 2005 Jens Petersen <petersen@redhat.com> - 21.3-20
|
|
|
|
- workaround xorg-x11 modifier key problem with
|
|
|
|
emacs-21.3-xterm-modifiers-137868.patch (Thomas Woerner, 137868)
|
|
|
|
|
2004-11-29 14:43:59 +00:00
|
|
|
* Mon Nov 29 2004 Jens Petersen <petersen@redhat.com> - 21.3-19
|
2005-01-13 04:46:11 +00:00
|
|
|
- prefer XIM status under-the-window for now to stop xft httx from dying
|
|
|
|
(125413): add emacs-xim-status-under-window-125413.patch
|
2004-11-29 14:43:59 +00:00
|
|
|
- default diff to unified format in .emacs
|
|
|
|
|
2007-01-23 21:40:31 +00:00
|
|
|
* Wed Nov 10 2004 Jens Petersen <petersen@redhat.com> - 21.3.50-0.20041111
|
|
|
|
- initial packaging of cvs emacs
|
|
|
|
- leim and elisp manual now in main tarball
|
|
|
|
- no leim subpackage anymore, so make common obsolete it
|
|
|
|
- no longer need MuleUCS, nor rfc1345.el
|
|
|
|
- buildrequire and use autoconf rather autoconf213
|
|
|
|
- no longer need emacs-21.2-x86_64.patch,
|
|
|
|
editfns.c-Fformat-multibyte-davej.patch
|
|
|
|
- bring back game for now
|
|
|
|
- TODO: some patches still need updating
|
|
|
|
- fns.el no longer installed
|
|
|
|
- remove /var/games for now
|
|
|
|
- update filelist generation to single sweep
|
|
|
|
- update info_files list
|
|
|
|
|
2004-11-04 03:08:52 +00:00
|
|
|
* Thu Nov 4 2004 Jens Petersen <petersen@redhat.com> - 21.3-18
|
2004-11-29 14:43:59 +00:00
|
|
|
- show emacs again in the desktop menu (132567)
|
2004-11-04 03:06:24 +00:00
|
|
|
- require fonts-xorg-75dpi to prevent empty boxes at startup due to missing
|
|
|
|
fonts (Johannes Kaiser, 137060)
|
|
|
|
|
2004-10-18 11:29:23 +00:00
|
|
|
* Mon Oct 18 2004 Jens Petersen <petersen@redhat.com> - 21.3-17
|
|
|
|
- fix etag alternatives removal when uninstalling (Karsten Hopp, 136137)
|
|
|
|
|
2004-10-15 03:02:08 +00:00
|
|
|
* Fri Oct 15 2004 Jens Petersen <petersen@redhat.com> - 21.3-16
|
|
|
|
- do not setup frame-title-format in default.el, since it will override
|
|
|
|
setting by users (Henrik Bakken, 134520)
|
|
|
|
- emacs-el no longer requires emacs for the sake of -nox users
|
|
|
|
(Lars Hupfeldt Nielsen, 134479)
|
|
|
|
- condition calling of global-font-lock-mode in default .emacs
|
|
|
|
in case xemacs should happen to load it
|
|
|
|
|
2004-09-29 16:54:16 +00:00
|
|
|
* Wed Sep 29 2004 Jens Petersen <petersen@redhat.com> - 21.3-15
|
|
|
|
- cleanup and update .desktop file
|
|
|
|
- make emacs not appear in the desktop menu (Seth Nickell,132567)
|
|
|
|
- move the desktop file from -common to main package
|
|
|
|
- go back to using just gctags for ctags
|
|
|
|
- etags is now handled by alternatives (92256)
|
|
|
|
- improve the default frame title by prefixing the buffer name
|
|
|
|
(Christopher Beland, 128110)
|
|
|
|
- fix the names of some European aspell languages with
|
|
|
|
emacs-21.3-lisp-textmodes-ispell-languages.patch (David Jansen, 122618)
|
|
|
|
- fixing running "libtool gdb program" in gud with
|
|
|
|
emacs-21.3-gud-libtool-fix.patch (Dave Malcolm, 130955)
|
|
|
|
|
2004-09-09 04:37:47 +00:00
|
|
|
* 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)
|
|
|
|
|
2004-09-09 04:37:38 +00:00
|
|
|
* Thu Apr 15 2004 Jens Petersen <petersen@redhat.com> - 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
|
|
|
|
- require /bin/ln for %%post (Tim Waugh, 119817)
|
|
|
|
- move prereq for dev and /sbin/install-info to emacs-common
|
|
|
|
- leim no longer requires emacs
|
|
|
|
- use source site-lisp dir in %%prep to setup site files
|
|
|
|
- define and use site_lisp for buildroot in %%install
|
|
|
|
- default ispell dictionary to "english" for CJK locale
|
|
|
|
- add comment to top of site-start.el about load order
|
|
|
|
- turn on auto-compression-mode in default.el (114808)
|
|
|
|
- set require-final-newline with setq (David Olsson,119141)
|
|
|
|
and remove redundant next-line-add-newlines setting
|
|
|
|
- update info_file list (Reuben Thomas,114729)
|
|
|
|
|
2013-03-18 15:42:22 +00:00
|
|
|
* Tue Mar 16 2004 Mike A. Harris <mharris@redhat.com> 21.3-11
|
2004-09-09 04:37:16 +00:00
|
|
|
- Removed bogus Requires: XFree86-libs that was added in 21.3-8, as rpm
|
|
|
|
find-requires will automatically pick up the dependancies on any runtime
|
|
|
|
libraries, and such hard coded requires is not X11 implementation
|
|
|
|
agnostic (#118471)
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:36:23 +00:00
|
|
|
* Sat Jan 24 2004 Jens Petersen <petersen@redhat.com> - 21.3-9
|
|
|
|
- bring back emacs-nox subpackage (emacs built without X support) (#113001)
|
|
|
|
[suggested by Frank Kruchio]
|
2004-09-09 04:37:38 +00:00
|
|
|
- base emacs package now only contains emacs binary built with X support
|
|
|
|
and no longer obsoletes emacs-nox
|
2004-09-09 04:36:23 +00:00
|
|
|
- all the common files required by emacs and emacs-nox are now in emacs-common
|
|
|
|
- update php-mode.el to 1.0.5
|
|
|
|
- add missing rfc1345.el leim input method
|
|
|
|
- update po-compat.el to version in gettext-0.13.1
|
|
|
|
- update base package summary
|
|
|
|
- add url for python-mode.el and php-mode.el
|
|
|
|
- gctags is now a symlink to ctags.emacs
|
|
|
|
|
|
|
|
* Wed Jan 14 2004 Jens Petersen <petersen@redhat.com> - 21.3-8
|
|
|
|
- comment out setting transient-mark-mode in skel .emacs (#102441,#90193)
|
|
|
|
[reported by mal@gromco.com, Jonathan Kamens]
|
|
|
|
- improve lang-coding-systems-init.el to set-language-environment for CJK
|
|
|
|
utf-8 locale too and use utf-8 for default-coding-systems and
|
|
|
|
terminal-coding-system (#111172) [Yoshinori Kuniga]
|
|
|
|
- update rpm-spec-mode.el to newer one in xemacs package cvs (#105888) [Dams]
|
|
|
|
- rename etags to etags.emacs and make etags a symlink to it at install time
|
|
|
|
if it doesn't exist (#92256) [marc_soft@merlins.org]
|
|
|
|
- apply editfns.c-Fformat-multibyte-davej.patch to fix multibyte code typo
|
|
|
|
in Fformat [patch from Dave Jones]
|
|
|
|
- add runtime requirements for XFree86-libs, image libraries, ncurses and zlib
|
|
|
|
- improve -el and -leim package summaries
|
|
|
|
- no longer configure build with redundant --with-gcc
|
|
|
|
|
|
|
|
* Tue Nov 25 2003 Jens Petersen <petersen@redhat.com>
|
|
|
|
- buildrequire autoconf213 (#110741) [reported by mvd@mylinux.com.ua]
|
|
|
|
|
2004-09-09 04:36:05 +00:00
|
|
|
* Mon Oct 27 2003 Jens Petersen <petersen@redhat.com> - 21.3-7
|
|
|
|
- use "setarch i386" to build on ix86 (#101818) [reported by Michael Redinger]
|
|
|
|
- use __make to %%build and %%install
|
|
|
|
- set keyboard coding-system for utf-8 in lang-coding-systems-init.el (#106929)
|
|
|
|
[reported with fix by Axel Thimm]
|
|
|
|
- add source url for MuleUCS
|
|
|
|
- update base package description (#103551) [reported by Tim Landscheidt]
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed May 7 2003 Jens Petersen <petersen@redhat.com> - 21.3-5
|
|
|
|
- move transient-mark-mode and global-font-lock-mode setting from default.el
|
|
|
|
back to dotemacs, so as not to surprise old users (#90193)
|
|
|
|
[reported by jik@kamens.brookline.ma.us]
|
|
|
|
- change require-final-newline to query (default.el)
|
|
|
|
- don't make a backup when applying browse-url-htmlview-84262.patch (#90226)
|
|
|
|
[reported by mitr@volny.cz]
|
|
|
|
|
|
|
|
* Fri May 2 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- Add emacs-21.3-ppc64.patch
|
|
|
|
|
|
|
|
* Fri Apr 25 2003 Jens Petersen <petersen@redhat.com> - 21.3-3
|
|
|
|
- use Mule-UCS utf-8 coding-system for CJK subprocess IO
|
|
|
|
- no need to set fontset anymore in CJK locale
|
|
|
|
|
|
|
|
* Wed Apr 16 2003 Jens Petersen <petersen@redhat.com> - 21.3-2
|
|
|
|
- add Mule-UCS for CJK utf-8 support (suggested by Akira Tagoh)
|
|
|
|
and use it by default in CJK UTF-8 locale
|
|
|
|
- move emacs-asian startup files into new lang-coding-systems-init.el
|
|
|
|
- utf-8 setup in site-start.el is no longer needed in Emacs 21.3
|
|
|
|
- generate filelist for site-lisp automatically like base lisp and leim
|
|
|
|
- don't setup aspell in site-start.el
|
|
|
|
- rename dotemacs to dotemacs.el and move former contents to new default.el
|
|
|
|
|
|
|
|
* Mon Apr 7 2003 Jens Petersen <petersen@redhat.com> - 21.3-1
|
|
|
|
- update to 21.3
|
|
|
|
- no longer set compound-text-with-extensions in dotemacs, since it is now
|
|
|
|
the default
|
|
|
|
- emacs-21.2-pop.patch is no longer needed
|
|
|
|
- update php-mode to 1.0.4
|
|
|
|
|
2004-09-09 04:35:28 +00:00
|
|
|
* Thu Feb 20 2003 Jens Petersen <petersen@redhat.com> - 21.2-33
|
|
|
|
- default browse-url to use htmlview (#84262)
|
|
|
|
- remove info dir file rather than excluding it
|
|
|
|
|
|
|
|
* Sat Feb 8 2003 Jens Petersen <petersen@redhat.com> - 21.2-32
|
|
|
|
- set X copy'n'paste encoding to extended compound-text (#74100)
|
|
|
|
by default in .emacs file [suggested by olonho@hotmail.com]
|
|
|
|
- .emacs file cleanup (xemacs now has a separate init file)
|
|
|
|
|
|
|
|
* Fri Feb 7 2003 Jens Petersen <petersen@redhat.com> - 21.2-31
|
|
|
|
- block input in allocate_vectorlike to prevent malloc hangs (#83600)
|
|
|
|
[thanks to Jim Blandy]
|
|
|
|
- set startup wmclass notify in desktop file
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 21.2-29
|
|
|
|
- update to newer po-mode.el and po-compat.el from gettext-0.11.4
|
|
|
|
- patch po-mode's po-replace-revision-date for when
|
|
|
|
po-auto-replace-revision-date is nil (#71264)
|
|
|
|
- update po-mode-init.el
|
|
|
|
- examine LC_ALL before LC_CTYPE in site-start.el for utf-8 (#79535)
|
|
|
|
- don't install etc/DOC files explicitly by hand
|
|
|
|
- make sure all lisp .elc files are up to date
|
|
|
|
- pass _smp_mflags to make
|
|
|
|
- remove games that we shouldn't ship
|
|
|
|
|
|
|
|
* Mon Jan 13 2003 Karsten Hopp <karsten@redhat.de> 21.2-28
|
|
|
|
- s390x lib64 fix
|
|
|
|
|
|
|
|
* Fri Jan 3 2003 Jens Petersen <petersen@redhat.com> 21.2-27
|
|
|
|
- look at LANG after LC_CTYPE when checking for UTF-8 locale encoding
|
|
|
|
in site-start.el (#79535)
|
|
|
|
- don't set desktop file config(noreplace)
|
|
|
|
|
|
|
|
* Fri Dec 20 2002 Jens Petersen <petersen@redhat.com> 21.2-26
|
|
|
|
- unset the sticky bit of emacs in bindir (#80049)
|
|
|
|
|
|
|
|
* Wed Dec 18 2002 Jens Petersen <petersen@redhat.com> 21.2-25
|
|
|
|
- no need to patch config.{sub,guess}
|
|
|
|
|
|
|
|
* Tue Dec 3 2002 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Fix python-mode-init.el (bug #78910).
|
|
|
|
|
|
|
|
* Sun Dec 1 2002 Jens Petersen <petersen@redhat.com> 21.2-24
|
|
|
|
- rpm-spec-mode update fixes
|
|
|
|
- patch in XEmacs compat functions rather than defining them with apel
|
|
|
|
macros in init file (#78764)
|
|
|
|
- autoload "rpm-spec-mode" not "rpm-spec-mode.el" in same file
|
|
|
|
- let emacs base also own leim dir to avoid startup warning about missing dir
|
|
|
|
when -el and -leim aren't installed (#78764)
|
|
|
|
|
|
|
|
* Thu Nov 28 2002 Jens Petersen <petersen@redhat.com>
|
|
|
|
- use LC_CTYPE rather than LANG to determine default encoding (#78678)
|
|
|
|
[reported by starback@stp.ling.uu.se]
|
|
|
|
|
|
|
|
* Wed Nov 27 2002 Jens Petersen <petersen@redhat.com> 21.2-23
|
|
|
|
- set transient-mark-mode in dotemacs for Emacs not XEmacs (#75440)
|
|
|
|
- update rpm-spec-mode.el to 0.12
|
|
|
|
- define needed XEmacs compat functions in new rpm-spec-mode-init.el
|
|
|
|
- tidy site-start.el
|
|
|
|
- move python-mode setup to python-mode
|
|
|
|
- don't build with sbin in path
|
|
|
|
- use _libexecdir, _bindir and _sysconfdir
|
|
|
|
- don't gzip info files explicitly
|
|
|
|
- use tar's C and j options
|
|
|
|
- generate lisp file-lists in single find sweeps over lisp and leim dirs
|
|
|
|
- use -fprint and -fprintf
|
|
|
|
- correct more dir ownerships
|
|
|
|
|
|
|
|
* Sun Nov 24 2002 Florian La Roche <Florian.LaRoche@redhat.de> 21.2-22
|
|
|
|
- add correct alloca defines for s390
|
|
|
|
|
|
|
|
* Wed Nov 6 2002 Jens Petersen <petersen@redhat.com> 21.2-21
|
|
|
|
- uses patches for x86_64 and s390 support and config.{guess,sub} updating
|
|
|
|
|
|
|
|
* Tue Nov 5 2002 Jens Petersen <petersen@redhat.com> 21.2-20
|
|
|
|
- add support for x86_64 and merge in s390 support from cvs
|
|
|
|
- add alloca defines to amdx86-64.h (from SuSE)
|
|
|
|
|
|
|
|
* Wed Oct 30 2002 Jens Petersen <petersen@redhat.com> 21.2-19
|
|
|
|
- own our libexec dir (#73984)
|
|
|
|
- only set transient-mark-mode in dotemacs for Emacs (#75440)
|
|
|
|
- update to latest config.{guess,sub}
|
|
|
|
- use _datadir macro
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Wed Aug 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-18
|
|
|
|
- Desktop file fix - add Application to make it show up
|
|
|
|
- DNS lookup fix for pop (#64802)
|
|
|
|
|
|
|
|
* Tue Aug 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-17
|
2004-09-09 04:35:03 +00:00
|
|
|
- Fix gdb arrow when used in non-windowed mode (#56890)
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Fri Aug 9 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-16
|
2004-09-09 04:34:58 +00:00
|
|
|
- Handle UTF-8 input (#70855).
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Tue Aug 6 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-15
|
2004-09-09 04:35:28 +00:00
|
|
|
- Don't use canna by default (#70870)
|
2004-09-09 04:34:31 +00:00
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu Aug 1 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-14
|
2004-09-09 04:34:31 +00:00
|
|
|
- Fixes to desktop file (add encoding, add missing a ";")
|
|
|
|
- Update s390 patch
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Wed Jul 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-13
|
2004-09-09 04:34:31 +00:00
|
|
|
- rpm -> rpmbuild for rpmspec mode (#68185)
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon Jul 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-12
|
2004-09-09 04:34:31 +00:00
|
|
|
- desktop file changes (#69385)
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon Jul 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-11
|
2004-09-09 04:34:31 +00:00
|
|
|
- Fix php-mode to not initialize on e.g. foophp.c (#67592)
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu Jun 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-10
|
2004-09-09 04:34:31 +00:00
|
|
|
- Downgrade po-mode
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon Jun 17 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-8
|
2004-09-09 04:34:31 +00:00
|
|
|
- #66808
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Wed May 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-7
|
2004-09-09 04:34:31 +00:00
|
|
|
- Rebuild
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon May 20 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-6
|
2004-09-09 04:34:31 +00:00
|
|
|
- Prereq dev
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu May 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-5
|
2004-09-09 04:34:31 +00:00
|
|
|
- Update the elisp manual and po-mode
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Tue May 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-4
|
2004-09-09 04:34:31 +00:00
|
|
|
- php-mode 1.0.2
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu Apr 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-3
|
2004-09-09 04:34:31 +00:00
|
|
|
- Update po-mode to the one from gettext 0.11.1
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon Apr 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-2
|
2004-09-09 04:34:13 +00:00
|
|
|
- Tweak mouse init process (#59757)
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon Mar 18 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-1
|
2004-09-09 04:33:51 +00:00
|
|
|
- 21.2
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Fri Mar 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.1.95-1
|
2004-09-09 04:33:51 +00:00
|
|
|
- 21.1.95
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Fri Feb 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.1.90-2
|
2004-09-09 04:33:51 +00:00
|
|
|
- Upgrade po-mode to the version bundled with gettext 0.11
|
|
|
|
- Upgrade rpm-spec-mode to 0.11h
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu Jan 31 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.1.90-1
|
2004-09-09 04:33:51 +00:00
|
|
|
- 21.1.90
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Fri Jan 18 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.1.80-2
|
2004-09-09 04:33:51 +00:00
|
|
|
- Add ebrowse
|
|
|
|
- Set transient-mode to t in /etc/skel/.emacs
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon Jan 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.1.80-1
|
2004-09-09 04:33:51 +00:00
|
|
|
- 21.1.80
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu Dec 6 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-3
|
2004-09-09 04:33:25 +00:00
|
|
|
- Increase recursive-load-depth-limit from 10 to 50
|
2004-09-09 04:31:22 +00:00
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Wed Dec 5 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-2
|
2004-09-09 04:33:25 +00:00
|
|
|
- Make it conflict with old versions of gettext
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu Nov 29 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-1
|
2004-09-09 04:33:25 +00:00
|
|
|
- rpm-spec-mode 0.11h, should fix #56748
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Tue Nov 6 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-0.4
|
2004-09-09 04:33:25 +00:00
|
|
|
- php mode 1.0.1. Should fix some speedbar problems.
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Tue Oct 23 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-0.3
|
2004-09-09 04:33:25 +00:00
|
|
|
- Minor cleanups
|
|
|
|
- add ssl.el
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon Oct 22 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-0.2
|
2004-09-09 04:33:25 +00:00
|
|
|
- Add more files from the libexec directory (#54874, #54875)
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Sun Oct 21 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-0.1
|
2004-09-09 04:33:25 +00:00
|
|
|
- 21.1
|
|
|
|
- Build on IA64 again - the default config now handles it
|
|
|
|
- Drop all old patches
|
|
|
|
- Misc cleanups
|
|
|
|
- Update the elisp manual to 21-2.7
|
2012-06-08 14:25:32 +00:00
|
|
|
- Deprecate the emacs-nox and emacs-X11 subpackages.
|
|
|
|
Simplify build procedure to match.
|
2004-09-09 04:33:25 +00:00
|
|
|
- Update php-mode to 1.0.0
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon Oct 15 2001 Trond Eivind Glomsrød <teg@redhat.com> 20.7-43
|
2004-09-09 04:33:25 +00:00
|
|
|
- Add php-mode 0.9.9
|
|
|
|
- Add URL (#54603)
|
|
|
|
- don't run autoconf/libtoolize during build - they're broken
|
|
|
|
- don't build on IA64 until they are fixed
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Sun Sep 16 2001 Trond Eivind Glomsrød <teg@redhat.com> 20.7-42
|
2004-09-09 04:33:25 +00:00
|
|
|
- Update python-mode to the version in the python 2.2a3
|
|
|
|
- Include po-mode in emacs, instead of including in gettext
|
2004-09-09 04:31:22 +00:00
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon Jul 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:32:41 +00:00
|
|
|
- Minor fix to make-mode fontify regexp (#50010)
|
|
|
|
- Build without emacs being installed (#49085)
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Tue Jun 19 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:32:30 +00:00
|
|
|
- Much cleaner site-start.d sourcing
|
|
|
|
- Add more build dependencies
|
|
|
|
- Add the emacs lisp reference info pages (RFE #44577)
|
|
|
|
- Don't require tamago - just plug it in for Japanese support
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon Jun 18 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:32:30 +00:00
|
|
|
- Add Xaw3d-devel to buildrequires (#44736)
|
|
|
|
|
|
|
|
* Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- merged s390x patch from <oliver.paukstadt@millenux.com>
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon Jun 4 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:32:30 +00:00
|
|
|
- New rpm-spec-mode.el, which fixes #43323
|
|
|
|
|
|
|
|
* Thu Apr 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- fix linker problem on s390 (fix by Than Ngo than@redhat.com)
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Wed Apr 25 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:32:30 +00:00
|
|
|
- Make sure that mwheel is initialized for XEmacs (#37451)
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Fri Mar 16 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:32:00 +00:00
|
|
|
- New locale.alias file for emacs-nox
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Tue Mar 6 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:32:00 +00:00
|
|
|
- update rpm-spec-mode.el to 0.11e - this should fix #30702
|
|
|
|
|
|
|
|
* Fri Feb 16 2001 Preston Brown <pbrown@redhat.com>
|
|
|
|
- require tamago, or japanese cannot be input (#27932).
|
|
|
|
|
|
|
|
* Sat Jan 27 2001 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
- Preprocess Makefiles as if they were assembly, not C source.
|
|
|
|
|
2013-03-18 15:42:22 +00:00
|
|
|
* Wed Jan 24 2001 Yukihiro Nakai <ynakai@redhat.com>
|
2004-09-09 04:32:00 +00:00
|
|
|
- Fix the fontset problem when creating a new frame.
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:32:00 +00:00
|
|
|
- add Japanese support from Yukihiro Nakai <ynakai@redhat.com>
|
|
|
|
|
|
|
|
* Thu Jan 04 2001 Preston Brown <pbrown@redhat.com>
|
|
|
|
- do not remove etags, only ctags, per Tom Tromey's suggestion.
|
|
|
|
|
|
|
|
* Wed Dec 27 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- bzipped sources to conserve space
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:32:00 +00:00
|
|
|
- add /usr/share/emacs/locale.alias , which had gone AWOL
|
|
|
|
- update rpm-spec-mode to 0.11a, fresh from the author
|
2012-06-08 14:25:32 +00:00
|
|
|
(Stig Bjorlykke <stigb@tihlde.org>). The changes we made
|
2004-09-09 04:32:00 +00:00
|
|
|
are integrated.
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Fri Dec 15 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:32:00 +00:00
|
|
|
- prereq fileutils for emacs-nox
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon Dec 11 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:32:00 +00:00
|
|
|
- do locale.alias fix for emacs-nox only, as it somehow
|
|
|
|
broke the subject line in gnus. Weird.
|
|
|
|
- update to gnus 5.8.7
|
|
|
|
|
|
|
|
* Fri Dec 08 2000 Than Ngo <than@redhat.com>
|
|
|
|
- add support s390 machine
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu Dec 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:32:00 +00:00
|
|
|
- add rpm-spec-mode after modifying (use Red Hat groups,
|
|
|
|
from /usr/share/doc/rpm-version/GROUPS) and fixing
|
2012-06-08 14:25:32 +00:00
|
|
|
colours(don't specify "yellow" on "bright") Also,
|
2004-09-09 04:32:00 +00:00
|
|
|
use gpg, not pgp.
|
|
|
|
- use it (site-start.el)
|
2012-06-08 14:25:32 +00:00
|
|
|
- add mwheel
|
2004-09-09 04:32:00 +00:00
|
|
|
- use it, in /etc/skel/.emacs
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu Nov 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:32:00 +00:00
|
|
|
- add /usr/share/emacs/site-lisp/site-start.d
|
|
|
|
- change site-start.el so files in the above directory
|
|
|
|
are automatically run on startup
|
|
|
|
- don't set the ispell name in site-start.el, use the
|
2012-06-08 14:25:32 +00:00
|
|
|
above directory instead
|
2004-09-09 04:32:00 +00:00
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu Oct 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:32:00 +00:00
|
|
|
- fix icon name in the .desktop file
|
|
|
|
- don't have site-start.el "noreplace"
|
|
|
|
- load psgml-init (if present) in the default site-start.el
|
|
|
|
to avoid psgml modifying the file
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Tue Oct 17 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:32:00 +00:00
|
|
|
- new and better emacs.desktop file
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Tue Oct 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- remove ctags.1 and etags.1 from the emacs etc directory
|
|
|
|
(#18011)
|
|
|
|
- fix the emacs-nox not to use the locale.alias in XFree86
|
|
|
|
(#18548)... copy it into /usr/share/emacs and patch
|
|
|
|
the startup files to use it. Argh.
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Wed Oct 04 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- fix initialization of python mode (require it before
|
|
|
|
customizing it)
|
|
|
|
|
|
|
|
* Fri Sep 22 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- don't use bcopy without a prototype
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2012-06-08 14:40:50 +00:00
|
|
|
- define MAIL_USE_LOCKF
|
2004-09-09 04:31:22 +00:00
|
|
|
- remove setgid on movemail
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon Aug 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- add /usr/share/emacs/site-lisp/subdirs.el (#15639)
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Tue Jul 25 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- remove "-b" option from manpage
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Fri Jul 21 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- remove Japanese support
|
|
|
|
|
|
|
|
* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- updated .desktop entry and icon
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Fri Jul 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- fix some typos in spec file
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Sun Jul 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- make /etc/skel/.emacs 0644
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Wed Jun 28 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- include python mode and change in site-start.el related to this
|
2012-06-08 14:40:50 +00:00
|
|
|
- some changes to the default .emacs
|
2004-09-09 04:31:22 +00:00
|
|
|
|
|
|
|
* Mon Jun 26 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- don't build with -O2 on alpha until we can track down the compiler
|
|
|
|
bug that causes crashes in the garbage collector
|
|
|
|
- removed all the nox Japanese packages
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon Jun 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- include site-start.el as a a config file
|
|
|
|
- add aspell support via the above
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Fri Jun 16 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- (from MSW) different compression on IA64 to avoid hangs
|
|
|
|
- remove etags/ctags - use a separate package. Disable patch1
|
|
|
|
|
|
|
|
* Wed Jun 14 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- edited japanese patch not to patch configure
|
2012-06-08 14:25:32 +00:00
|
|
|
- fixed a missing escaped \" in a wc string
|
2004-09-09 04:31:22 +00:00
|
|
|
- merge japanese support to head of development
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Tue Jun 13 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- Version 20.7
|
|
|
|
- Add requirement for final newline to the default .emacs
|
|
|
|
- redid the Xaw3d patch
|
|
|
|
- checked all patches, discarded those we've upstreamed
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Wed Jun 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- use %%{_mandir} and %%{_infodir}
|
|
|
|
|
|
|
|
* Fri Jun 2 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add yet another ia64 patch
|
|
|
|
|
|
|
|
* Mon May 22 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add another ia64 patch
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Fri May 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- Disabled the compile patch for 20.6
|
|
|
|
|
|
|
|
* Thu May 18 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add in ia64 patch
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu May 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- don't apply the unexelf patch - use a new unexelf.c file
|
|
|
|
from the 21 source tree (this will go into the 20.7 tree)
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Wed May 17 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- added patch by jakub to make it work with glibc2.2
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Mon May 08 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- fixed a problem with ange-ftp and kerberized ftp
|
|
|
|
|
|
|
|
* Mon May 08 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- rebuild with new Xaw3d
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu Apr 20 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- let the build system handle gzipping man pages and stripping
|
|
|
|
- added patch to increase keyboard buffer size
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu Apr 20 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- gzip man pages
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu Apr 20 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2012-06-08 14:40:50 +00:00
|
|
|
- added a security patch from RUS-CERT, which fixes
|
2004-09-09 04:31:22 +00:00
|
|
|
bugs mentioned in "Advisory 200004-01: GNU Emacs 20"
|
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Tue Apr 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2012-06-08 14:40:50 +00:00
|
|
|
- patched to detect bash2 scripts.
|
2004-09-09 04:31:22 +00:00
|
|
|
|
2004-09-09 04:35:08 +00:00
|
|
|
* Thu Apr 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- removed configuraton file status from /usr/share/pixmaps/emacs.png
|
|
|
|
|
|
|
|
* Fri Mar 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- update to 20.6 and make it compile
|
|
|
|
|
|
|
|
* Mon Feb 21 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- add .emacs make the delete key work to delete forward character for X ver.
|
|
|
|
|
|
|
|
* Wed Feb 16 2000 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- fix bug #2988
|
|
|
|
- recompile patched .el files (suggested by Pavel.Janik@linux.cz)
|
|
|
|
- prereq /sbin/install-info
|
|
|
|
|
|
|
|
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- wmconfig gone
|
|
|
|
|
|
|
|
* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- fix descriptions and summary
|
|
|
|
- fix permissions for emacs niaries (what the hell does 1755 means for a
|
|
|
|
binary?)
|
|
|
|
- added missing, as per emacs Changelog, NCURSES_OSPEED_T compilation
|
|
|
|
flag; without it emacs on Linux is making global 'ospeed' short which
|
|
|
|
is not the same as 'speed_t' expected by libraries. (reported by Michal
|
|
|
|
Jaegermann <michal@harddata.com>)
|
|
|
|
|
|
|
|
* Mon Jan 10 2000 David S. Miller <davem@redhat.com>
|
|
|
|
- Revert src/unexecelf.c to 20.4 version, fixes SPARC problems.
|
|
|
|
|
|
|
|
* Sun Jan 9 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- strip emacs binary
|
|
|
|
- disable optimizations for now, they cause illegal instructions on SPARC.
|
|
|
|
|
|
|
|
* Sun Jan 09 2000 Paul Fisher <pnfisher@redhat.com>
|
|
|
|
- upgrade to 20.5a
|
|
|
|
- remove python-mode, wheelmouse support, and auctex menu
|
|
|
|
- import emacs.desktop with icon from GNOME
|
|
|
|
|
|
|
|
* Wed Dec 08 1999 Ngo Than <than@redhat.de>
|
|
|
|
- added python-mode, wheelmouse support and auctex menu
|
|
|
|
- added Comment[de] in emacs.desktop
|
|
|
|
|
|
|
|
* Sat Sep 25 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- added desktop entry
|
|
|
|
|
|
|
|
* Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- tried to fix triggers, hopefully working now.
|
|
|
|
|
|
|
|
* Wed Sep 01 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- added trigger for making symlink to /usr/bin/emacs in emacs-nox package
|
|
|
|
|
|
|
|
* Thu Jul 22 1999 Paul Fisher <pnfisher@redhat.com>
|
|
|
|
- upgrade to 20.4
|
|
|
|
- cleaned up spec
|
|
|
|
|
|
|
|
* Fri Apr 16 1999 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- replace bad xemacs compiled .elc file for mh-e with one compiled
|
|
|
|
on emacs
|
|
|
|
|
|
|
|
* Thu Apr 15 1999 Bill Nottingham <notting@redhat.com>
|
2009-05-18 11:02:30 +00:00
|
|
|
- make sure movemail doesn't get %%defattr()'d to root.root
|
2004-09-09 04:31:22 +00:00
|
|
|
|
|
|
|
* Wed Apr 14 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- patch to make it work with dxpc
|
|
|
|
|
|
|
|
* Wed Mar 31 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- updated mh-utils emacs lisp file to match our nmh path locations
|
|
|
|
|
2012-06-08 14:25:32 +00:00
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
2004-09-09 04:31:22 +00:00
|
|
|
- auto rebuild in the new build environment (release 9)
|
|
|
|
|
|
|
|
* Fri Feb 26 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- linker scripts hack to make it build on the alpha
|
|
|
|
|
|
|
|
* Fri Jan 1 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- add leim package (thanks to Pavel.Janik@inet.cz).
|
|
|
|
|
|
|
|
* Fri Dec 18 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- build against glibc 2.1
|
|
|
|
|
|
|
|
* Wed Sep 30 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- backed up changes to uncompress.el (it seems that the one from 20.2 works
|
|
|
|
much better)
|
|
|
|
|
|
|
|
* Mon Sep 28 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- eliminate /tmp race in rcs2log
|
|
|
|
|
|
|
|
* Wed Sep 09 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- upgrade to 20.3
|
|
|
|
|
|
|
|
* Tue Jun 9 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- add --with-pop to X11 compile.
|
|
|
|
- include contents of /usr/share/.../etc with main package.
|
|
|
|
|
|
|
|
* Mon Jun 01 1998 Prospector System <bugs@redhat.com>
|
|
|
|
- translations modified for de, fr
|
|
|
|
|
|
|
|
* Mon Jun 01 1998 David S. Miller <davem@dm.cobaltmicro.com>
|
|
|
|
- fix signals when linked with glibc on non-Intel architectures
|
|
|
|
NOTE: This patch is not needed with emacs >20.2
|
|
|
|
|
|
|
|
* Thu May 07 1998 Prospector System <bugs@redhat.com>
|
|
|
|
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
* Thu May 07 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- added /usr/lib/emacs/20.2/*-redhat-linux directory in the filelist
|
|
|
|
|
|
|
|
* Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- alpha started to like emacs-nox again :-)
|
|
|
|
|
|
|
|
* Thu Nov 6 1997 Michael Fulbright <msf@redhat.com>
|
|
|
|
- alpha just doesnt like emacs-nox, taking it out for now
|
|
|
|
|
|
|
|
* Mon Nov 3 1997 Michael Fulbright <msf@redhat.com>
|
|
|
|
- added multibyte support back into emacs 20.2
|
|
|
|
- added wmconfig for X11 emacs
|
|
|
|
- fixed some errant buildroot references
|
|
|
|
|
|
|
|
* Thu Oct 23 1997 Michael Fulbright <msf@redhat.com>
|
|
|
|
- joy a new version of emacs! Of note - no lockdir any more.
|
|
|
|
- use post/preun sections to handle numerous GNU info files
|
|
|
|
|
|
|
|
* Mon Oct 06 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- stopped stripping it as it seems to break things
|
|
|
|
|
|
|
|
* Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- turned off ecoff support on the Alpha (which doesn't build anymore)
|
|
|
|
|
|
|
|
* Mon Jun 16 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- built against glibc
|
|
|
|
|
|
|
|
* Fri Feb 07 1997 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
- Moved ctags to gctags to fit in the more powerful for C (but less
|
|
|
|
general) exuberant ctags as the binary /usr/bin/ctags and the
|
|
|
|
man page /usr/man/man1/ctags.1
|