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