cvsdist 8184b4
# This file is encoded in UTF-8.  -*- coding: utf-8 -*-
cvsdist 8184b4
cvsdist 1c59dc
Summary: GNU Emacs text editor
cvsdist af3202
Name: emacs
Charles Coldwell 5a1074
Version: 22.1
Charles Coldwell 332558
Release: 5%{?dist}
cvsdist 98a749
License: GPL
cvsdist 119a7e
URL: http://www.gnu.org/software/emacs/
cvsdist af3202
Group: Applications/Editors
Charles Coldwell 6162d5
Source0: ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-%{version}.tar.gz
Charles Coldwell 6162d5
Source1: emacs.desktop
Charles Coldwell 2a14ed
Source2: emacs.png
Charles Coldwell 6162d5
Source3: dotemacs.el
Charles Coldwell 6162d5
Source4: site-start.el
Charles Coldwell 6162d5
Source6: http://cvs.xemacs.org/viewcvs.cgi/XEmacs/packages/xemacs-packages/prog-modes/rpm-spec-mode.el
Charles Coldwell 5a1074
Source7: http://download.sourceforge.net/php-mode/php-mode-1.2.0.tgz
Charles Coldwell 6162d5
Source8: php-mode-init.el
Charles Coldwell 6162d5
Source9: ssl.el
Charles Coldwell 6162d5
Source11: rpm-spec-mode-init.el
Charles Coldwell 6162d5
Source13: focus-init.el
Charles Coldwell 6162d5
Source14: po-mode.el
Charles Coldwell 6162d5
Source15: po-mode-init.el
Charles Coldwell 6162d5
Source16: po-mode-auto-replace-date-71264.patch
Charles Coldwell 2a14ed
Source18: default.el
Charles Coldwell 2a14ed
Source19: wrapper
Charles Coldwell 6162d5
Source20: igrep.el
Charles Coldwell 6162d5
Source21: igrep-init.el
Charles Coldwell 332558
Patch1: files-el.patch
Jens Petersen 3608cb
Buildroot: %{_tmppath}/%{name}-%{version}-root
Charles Coldwell 6162d5
BuildRequires: atk-devel, cairo-devel, freetype-devel, fontconfig-devel, giflib-devel, glibc-devel, gtk2-devel, libpng-devel
Charles Coldwell 6162d5
BuildRequires: libjpeg-devel, libtiff-devel, libX11-devel, libXau-devel, libXdmcp-devel, libXrender-devel, libXt-devel
Charles Coldwell 6162d5
BuildRequires: libXpm-devel, ncurses-devel, xorg-x11-proto-devel, zlib-devel
Charles Coldwell 9b41ca
BuildRequires: autoconf, automake, bzip2, cairo, texinfo
Charles Coldwell 8f44ec
Requires: xorg-x11-fonts-ISO8859-1-100dpi
Jens Petersen 3608cb
Requires: emacs-common = %{version}-%{release}
Jens Petersen 3608cb
Conflicts: gettext < 0.10.40
Charles Coldwell 8f44ec
Provides: emacs(bin)
Jens Petersen 1f1fbd
Charles Coldwell 2a14ed
# C and build patches
Charles Coldwell 2a14ed
Charles Coldwell 2a14ed
# Lisp and doc patches
Charles Coldwell 2a14ed
Charles Coldwell 2a14ed
%define paranoid 1
Charles Coldwell 8f44ec
%define expurgate 0
Charles Coldwell 8f44ec
Charles Coldwell 8f44ec
%define site_lisp %{_datadir}/emacs/site-lisp
Charles Coldwell 8f44ec
%define pkgconfig %{_datadir}/pkgconfig
Charles Coldwell 2a14ed
cvsdist af3202
%description
cvsdist af3202
Emacs is a powerful, customizable, self-documenting, modeless text
cvsdist af3202
editor. Emacs contains special code editing features, a scripting
cvsdist 3b2e93
language (elisp), and the capability to read mail, news, and more
cvsdist 3b2e93
without leaving the editor.
cvsdist af3202
cvsdist 1c59dc
This package provides an emacs binary with support for X windows.
cvsdist 1c59dc
cvsdist 1c59dc
%package nox
cvsdist 1c59dc
Summary: GNU Emacs text editor without X support
cvsdist 1c59dc
Group: Applications/Editors
cvsdist 1c59dc
Requires: emacs-common = %{version}-%{release}
Charles Coldwell 8f44ec
Provides: emacs(bin)
cvsdist 1c59dc
cvsdist 1c59dc
%description nox
cvsdist 1c59dc
Emacs is a powerful, customizable, self-documenting, modeless text
cvsdist 1c59dc
editor. Emacs contains special code editing features, a scripting
cvsdist 1c59dc
language (elisp), and the capability to read mail, news, and more
cvsdist 1c59dc
without leaving the editor.
cvsdist 1c59dc
cvsdist 1c59dc
This package provides an emacs binary with no X windows support for running
cvsdist 1c59dc
on a terminal.
cvsdist 1c59dc
cvsdist 1c59dc
%package common
cvsdist 1c59dc
Summary: Emacs common files
cvsdist 1c59dc
Group: Applications/Editors
Jens Petersen 4d1a72
PreReq: /sbin/install-info, dev, %{_sbindir}/alternatives
Jens Petersen 475652
Obsoletes: emacs-leim
cvsdist 1c59dc
cvsdist 1c59dc
%description common
cvsdist 1c59dc
Emacs is a powerful, customizable, self-documenting, modeless text
cvsdist 1c59dc
editor. Emacs contains special code editing features, a scripting
cvsdist 1c59dc
language (elisp), and the capability to read mail, news, and more
cvsdist 1c59dc
without leaving the editor.
cvsdist 1c59dc
cvsdist 1c59dc
This package contains all the common files needed by emacs or emacs-nox.
cvsdist 1c59dc
cvsdist af3202
%package el
cvsdist 1c59dc
Summary: Emacs Lisp source files included with Emacs.
cvsdist af3202
Group: Applications/Editors
cvsdist af3202
cvsdist af3202
%description el
cvsdist af3202
Emacs-el contains the emacs-elisp sources for many of the elisp
cvsdist af3202
programs included with the main Emacs text editor package.
cvsdist af3202
cvsdist af3202
You need to install emacs-el only if you intend to modify any of the
cvsdist af3202
Emacs packages or see some elisp examples.
cvsdist af3202
Jens Petersen 42b37d
%define emacs_libexecdir %{_libexecdir}/emacs/%{version}/%{_host}
Jens Petersen 1f1fbd
cvsdist af3202
%prep
Charles Coldwell 6162d5
%setup -q
Charles Coldwell 332558
%patch1 -p0 -b .files-el
Charles Coldwell 9915ab
cvsdist 3339b7
# install rest of site-lisp files
cvsdist 3339b7
( cd site-lisp
Charles Coldwell 8f44ec
  cp %SOURCE6 %SOURCE9 %SOURCE14 %SOURCE20 .
Charles Coldwell 2a14ed
  tar xfz %SOURCE7  # php-mode
cvsdist 3339b7
  # fix po-auto-replace-revision-date nil
Charles Coldwell 6162d5
  patch < %SOURCE16 )
Jens Petersen 61f4ba
Charles Coldwell 2a14ed
%if %{paranoid}
Charles Coldwell 2a14ed
# avoid trademark issues
Charles Coldwell 2a14ed
( cd lisp/play
Charles Coldwell 2a14ed
  rm -f tetris.el tetris.elc )
Charles Coldwell 2a14ed
%endif
Charles Coldwell 2a14ed
Charles Coldwell 8f44ec
%if %{expurgate}
Charles Coldwell 8f44ec
rm -f etc/sex.6 etc/condom.1 etc/celibacy.1 etc/COOKIES etc/future-bug etc/JOKES
Charles Coldwell 8f44ec
%endif
Charles Coldwell 8f44ec
cvsdist af3202
%build
Charles Coldwell 2a14ed
export CFLAGS="-DMAIL_USE_LOCKF -DSYSTEM_PURESIZE_EXTRA=16777216 $RPM_OPT_FLAGS"
Jens Petersen 28a1eb
Charles Coldwell 2a14ed
# stack-protector causes crashing on i386 (#174730)
Charles Coldwell 2a14ed
%ifarch %{ix86}
Charles Coldwell 2a14ed
CFLAGS=`echo $CFLAGS | sed -e "s/ -fstack-protector//"`
Charles Coldwell 2a14ed
%endif
Jens Petersen 28a1eb
Charles Coldwell 7371b8
%configure --with-pop --with-sound --with-gtk
Charles Coldwell 2a14ed
Charles Coldwell 2a14ed
%__make bootstrap
Charles Coldwell 2a14ed
%__make %{?_smp_mflags}
Charles Coldwell 2a14ed
Charles Coldwell 2a14ed
# remove versioned file so that we end up with .1 suffix and only one DOC file
Charles Coldwell 2a14ed
rm src/emacs-%{version}.*
Charles Coldwell 2a14ed
Charles Coldwell 2a14ed
TOPDIR=${PWD}
Charles Coldwell 2a14ed
%define emacsbatch ${TOPDIR}/src/emacs -batch --no-init-file --no-site-file
cvsdist a8bb5f
cvsdist 1c59dc
# make sure patched lisp files get byte-compiled
Charles Coldwell 2a14ed
%emacsbatch -f batch-byte-compile site-lisp/*.el
Charles Coldwell 2a14ed
Charles Coldwell 2a14ed
%__make %{?_smp_mflags} -C lisp updates
cvsdist af3202
Charles Coldwell 8f44ec
# Create pkgconfig file
Charles Coldwell 8f44ec
cat > emacs.pc << EOF
Charles Coldwell 8f44ec
sitepkglispdir=%{site_lisp}
Charles Coldwell 8f44ec
sitestartdir=%{site_lisp}/site-start.d
Charles Coldwell 8f44ec
Charles Coldwell 8f44ec
Name: emacs
Charles Coldwell 8f44ec
Description: GNU Emacs text editor
Charles Coldwell 8f44ec
Version: %{version}
Charles Coldwell 8f44ec
EOF
Charles Coldwell 8f44ec
cvsdist af3202
%install
Charles Coldwell 8f44ec
rm -rf %{buildroot}
Jens Petersen 9c876c
Charles Coldwell 5a1074
%makeinstall
Charles Coldwell 5a1074
Charles Coldwell 5a1074
# let alternatives manage the symlink
Charles Coldwell 8f44ec
rm %{buildroot}%{_bindir}/emacs
Charles Coldwell 2a14ed
Charles Coldwell 2a14ed
# rebuild without X support
Charles Coldwell 2a14ed
# remove the versioned binary with X support so that we end up with .1 suffix for emacs-nox too
Charles Coldwell 2a14ed
rm src/emacs-%{version}.*
Charles Coldwell 2a14ed
%configure --without-x
Charles Coldwell 2a14ed
%__make %{?_smp_mflags}
Charles Coldwell 2a14ed
Charles Coldwell 2a14ed
# install the emacs without X
Charles Coldwell 8f44ec
install -m 0755 src/emacs-%{version}.1 %{buildroot}%{_bindir}/emacs-%{version}-nox
Charles Coldwell 2a14ed
Charles Coldwell 2a14ed
# make sure movemail isn't setgid
Charles Coldwell 8f44ec
chmod 755 %{buildroot}%{emacs_libexecdir}/movemail
Charles Coldwell 2a14ed
Charles Coldwell 8f44ec
mkdir -p %{buildroot}%{site_lisp}
Charles Coldwell 8f44ec
install -m 0644 %SOURCE4 %{buildroot}%{site_lisp}/site-start.el
Charles Coldwell 8f44ec
install -m 0644 %SOURCE18 %{buildroot}%{site_lisp}
cvsdist af3202
Charles Coldwell 8f44ec
mv %{buildroot}%{_bindir}/{etags,etags.emacs}
Charles Coldwell 8f44ec
mv %{buildroot}%{_mandir}/man1/{ctags.1,gctags.1}
Charles Coldwell 8f44ec
mv %{buildroot}%{_bindir}/{ctags,gctags}
cvsdist af3202
Charles Coldwell d039ba
# GNOME / KDE files
Charles Coldwell 8f44ec
mkdir -p %{buildroot}%{_datadir}/applications
Charles Coldwell 8f44ec
install -m 0644 %SOURCE1 %{buildroot}%{_datadir}/applications/gnu-emacs.desktop
Charles Coldwell 8f44ec
mkdir -p %{buildroot}%{_datadir}/pixmaps
Charles Coldwell 8f44ec
install -m 0644 %SOURCE2 %{buildroot}%{_datadir}/pixmaps/
Charles Coldwell 2a14ed
Charles Coldwell 2a14ed
# install site-lisp files
Charles Coldwell 8f44ec
install -m 0644 site-lisp/*.el{,c} %{buildroot}%{site_lisp}
cvsdist af3202
Charles Coldwell 8f44ec
mkdir -p %{buildroot}%{site_lisp}/site-start.d
Charles Coldwell 8f44ec
install -m 0644 $RPM_SOURCE_DIR/*-init.el %{buildroot}%{site_lisp}/site-start.d
cvsdist af3202
cvsdist af3202
# default initialization file
Charles Coldwell 8f44ec
mkdir -p %{buildroot}%{_sysconfdir}/skel
Charles Coldwell 8f44ec
install -m 0644 %SOURCE3 %{buildroot}%{_sysconfdir}/skel/.emacs
Charles Coldwell 8f44ec
Charles Coldwell 8f44ec
# install pkgconfig file
Charles Coldwell 8f44ec
mkdir -p %{buildroot}/%{pkgconfig}
Charles Coldwell 8f44ec
install -m 0644 emacs.pc %{buildroot}/%{pkgconfig}
Jens Petersen ec8532
Jens Petersen 9c876c
# after everything is installed, remove info dir
Charles Coldwell 8f44ec
rm -f %{buildroot}%{_infodir}/dir
Charles Coldwell 8f44ec
rm %{buildroot}%{_localstatedir}/games/emacs/*
Jens Petersen 475652
cvsdist af3202
#
cvsdist af3202
# create file lists
cvsdist af3202
#
Jens Petersen 475652
rm -f *-filelist {common,el}-*-files
Jens Petersen 475652
cvsdist 1c59dc
( TOPDIR=${PWD}
Charles Coldwell 8f44ec
  cd %{buildroot}
cvsdist af3202
Jens Petersen 475652
  find .%{_datadir}/emacs/%{version}/lisp \
Jens Petersen 475652
    .%{_datadir}/emacs/%{version}/leim \
Charles Coldwell 2a14ed
    .%{_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 \)
Charles Coldwell 2a14ed
Charles Coldwell 2a14ed
)
cvsdist af3202
cvsdist 6839ea
# put the lists together after filtering  ./usr to /usr
Jens Petersen 711c89
sed -i -e "s|\.%{_prefix}|%{_prefix}|" *-files
cvsdist 1c59dc
cat common-*-files > common-filelist
Jens Petersen e4b45a
cat el-*-files common-lisp-dir-files > el-filelist
cvsdist af3202
cvsdist af3202
%clean
Charles Coldwell 8f44ec
rm -rf %{buildroot}
Charles Coldwell 6162d5
Charles Coldwell 6162d5
%define info_files ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq eintr elisp0 elisp1 elisp emacs emacs-mime emacs-xtra erc eshell eudc flymake forms gnus idlwave info message mh-e newsticker org pcl-cvs pgg rcirc reftex sc ses sieve smtpmail speedbar tramp url viper vip widget woman
Jens Petersen 445eba
Charles Coldwell 5a1074
%preun
Charles Coldwell 5a1074
if [ $1 -eq 0 ] ; then
Charles Coldwell 5a1074
  alternatives --remove emacs %{_bindir}/emacs-%{version}
Charles Coldwell 5a1074
fi
Charles Coldwell 5a1074
Charles Coldwell 5a1074
%posttrans
Charles Coldwell 5a1074
alternatives --install %{_bindir}/emacs emacs %{_bindir}/emacs-%{version} 80
Charles Coldwell 5a1074
Charles Coldwell 5a1074
%preun nox
Charles Coldwell 5a1074
if [ $1 -eq 0 ] ; then
Charles Coldwell 5a1074
  alternatives --remove emacs %{_bindir}/emacs-%{version}-nox
Charles Coldwell 5a1074
fi
Charles Coldwell 5a1074
Charles Coldwell 5a1074
%posttrans nox
Charles Coldwell 5a1074
alternatives --install %{_bindir}/emacs emacs %{_bindir}/emacs-%{version}-nox 70
Charles Coldwell 5a1074
cvsdist 1c59dc
%post common
cvsdist af3202
for f in %{info_files}; do
Charles Coldwell 8f44ec
  /sbin/install-info %{_infodir}/$f.gz %{_infodir}/dir 2> /dev/null || :
cvsdist af3202
done
Jens Petersen 445eba
alternatives --install %{_bindir}/etags etags %{_bindir}/etags.emacs 80
cvsdist 1c59dc
cvsdist 1c59dc
%preun common
Charles Coldwell 2a14ed
if [ "$1" = 0 ]; then
Jens Petersen 445eba
  for f in %{info_files}; do
Charles Coldwell 8f44ec
    /sbin/install-info --delete %{_infodir}/$f.gz %{_infodir}/dir 2> /dev/null || :
Jens Petersen 445eba
  done
Jens Petersen 0fa633
  alternatives --remove etags %{_bindir}/etags.emacs
cvsdist af3202
fi
cvsdist af3202
cvsdist 1c59dc
%files
cvsdist 1c59dc
%defattr(-,root,root)
cvsdist 1c59dc
%{_bindir}/emacs-%{version}
Charles Coldwell 2a14ed
%dir %{_libexecdir}/emacs
Charles Coldwell 2a14ed
%dir %{_libexecdir}/emacs/%{version}
Charles Coldwell 2a14ed
%dir %{emacs_libexecdir}
Jens Petersen 445eba
%{_datadir}/applications/gnu-emacs.desktop
Charles Coldwell 2a14ed
%{_datadir}/pixmaps/emacs.png 
cvsdist 1c59dc
cvsdist 1c59dc
%files nox
cvsdist 1c59dc
%defattr(-,root,root)
Jens Petersen 1f1fbd
%{_bindir}/emacs-%{version}-nox
Charles Coldwell 2a14ed
%dir %{_libexecdir}/emacs
Charles Coldwell 2a14ed
%dir %{_libexecdir}/emacs/%{version}
Charles Coldwell 2a14ed
%dir %{emacs_libexecdir}
cvsdist 1c59dc
cvsdist 1c59dc
%files -f common-filelist common
cvsdist af3202
%defattr(-,root,root)
cvsdist 8184b4
%config(noreplace) %{_sysconfdir}/skel/.emacs
cvsdist 119a7e
%doc etc/NEWS BUGS README 
Charles Coldwell 2a14ed
%exclude %{_bindir}/emacs-*
cvsdist 8184b4
%{_bindir}/*
cvsdist af3202
%{_mandir}/*/*
cvsdist af3202
%{_infodir}/*
cvsdist 8184b4
%dir %{_datadir}/emacs
cvsdist 8184b4
%dir %{_datadir}/emacs/%{version}
cvsdist 8184b4
%{_datadir}/emacs/%{version}/etc
cvsdist 8184b4
%{_datadir}/emacs/%{version}/site-lisp
cvsdist 8184b4
%{_libexecdir}/emacs
Charles Coldwell 6162d5
%attr(0644,root,root) %config %{_datadir}/emacs/site-lisp/default.el
cvsdist 8184b4
%attr(0644,root,root) %config %{_datadir}/emacs/site-lisp/site-start.el
cvsdist af3202
cvsdist af3202
%files -f el-filelist el
cvsdist af3202
%defattr(-,root,root)
Charles Coldwell 8f44ec
%{pkgconfig}/emacs.pc
Jens Petersen c0b6cc
%dir %{_datadir}/emacs
Jens Petersen c0b6cc
%dir %{_datadir}/emacs/%{version}
cvsdist af3202
cvsdist 119a7e
%changelog
Charles Coldwell 332558
* Tue Nov  6 2007 Chip Coldwell <coldwell@redhat.com> - 22.1-5
Charles Coldwell 332558
- fix insufficient safe-mode checks (Resolves: bz367581)
Charles Coldwell 332558
- Update rpm-spec-mode to the current upstream, drop compat patch (bz306841)
Charles Coldwell 332558
Charles Coldwell 8f44ec
* Wed Sep 12 2007 Chip Coldwell <coldwell@redhat.com> - 22.1-4
Charles Coldwell 8f44ec
- require xorg-x11-fonts-ISO8859-1-100dpi instead of 75dpi (Resolves: bz281861)
Charles Coldwell 8f44ec
- drop broken python mode (Resolves: bz262801)
Charles Coldwell 8f44ec
- use macro instead of variable style for buildroot.
Charles Coldwell 8f44ec
- add pkgconfig file.
Charles Coldwell 8f44ec
Charles Coldwell 8f44ec
* Mon Aug 13 2007 Chip Coldwell <coldwell@redhat.com> - 22.1-3
Charles Coldwell 8f44ec
- add pkgconfig file for emacs-common and virtual provides (Resolves: bz242176)
Charles Coldwell 8f44ec
- glibc-open-macro.patch to deal with glibc turning "open" into a macro.
Charles Coldwell 8f44ec
- leave emacs info pages in default section (Resolves: bz199008) 
Charles Coldwell 8f44ec
Charles Coldwell 8f44ec
* Fri Jul 13 2007 Chip Coldwell <coldwell@redhat.com> - 22.1-2
Charles Coldwell 8f44ec
- change group from Development to Utility
Charles Coldwell 8f44ec
Charles Coldwell 5a1074
* Fri Jun  6 2007 Chip Coldwell <coldwell@redhat.com> - 22.1-1
Charles Coldwell 5a1074
- move alternatives install to posttrans scriptlet (Resolves: bz239745)
Charles Coldwell 5a1074
- new release tarball from FSF (Resolves: bz245303)
Charles Coldwell 5a1074
- new php-mode 1.2.0
Charles Coldwell 5a1074
Charles Coldwell 2a14ed
* Wed May 23 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.990-2
Charles Coldwell 2a14ed
- revert all spec file changes since 22.0.95-1 (Resolves: bz239745)
Charles Coldwell 2a14ed
- new pretest tarball from FSF (Resolves: bz238234)
Charles Coldwell 2a14ed
- restore php-mode (Resolves: bz235941)
Charles Coldwell 2a14ed
Charles Coldwell d039ba
* Mon May 21 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.990-1
Charles Coldwell d039ba
- new pretest tarball from FSF
Charles Coldwell d039ba
- removed Ulrich Drepper's patch to prevent mmapped pages during dumping
Charles Coldwell d039ba
  removed BuildRequires: glibc >= 2.5.90-22
Charles Coldwell d039ba
  (bug traced to glibc Resolves: bz239344)
Charles Coldwell d039ba
- fix alternatives removal scriptlet (Resolves: bz239745)
Charles Coldwell d039ba
Charles Coldwell d039ba
* Thu May 17 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.99-4
Charles Coldwell d039ba
- format of freed blocks changed between glibc 2.5.90-21 and 2.5.90-22
Charles Coldwell d039ba
- BuildRequires: glibc >= 2.5.90-22 (Ulrich Drepper)
Charles Coldwell d039ba
Charles Coldwell d039ba
* Sun May 13 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.99-2
Charles Coldwell d039ba
- prevent mmapped pages during dumping (Ulrich Drepper Resolves: bz239344)
Charles Coldwell d039ba
Charles Coldwell d039ba
* Tue Apr 24 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.99-1
Charles Coldwell d039ba
- new (last?) pretest tarball from FSF
Charles Coldwell d039ba
- update to php-mode-1.2.0 (Ville Skyttä Resolves: bz235941)
Charles Coldwell d039ba
- use /etc/alternatives instead of wrapper script
Charles Coldwell d039ba
Charles Coldwell c8aae5
* Tue Mar  6 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.95-1
Charles Coldwell c8aae5
- new pretest tarball from FSF
Charles Coldwell c8aae5
Charles Coldwell 76fe04
* Mon Feb 26 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.94-1
Charles Coldwell 76fe04
- new pretest tarball obsoletes loaddefs.el dependencies patch
Charles Coldwell 76fe04
Charles Coldwell e79bd9
* Fri Feb 23 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-7
Charles Coldwell e79bd9
- fix po-mode-init.el (Kjartan Maraas #228143)
Charles Coldwell e79bd9
Charles Coldwell 7371b8
* Tue Feb 13 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-6
Charles Coldwell e79bd9
- remove --without-xim configure flag to fix dead keys (Alexandre Oliva #224626)
Charles Coldwell 7371b8
Charles Coldwell 756a65
* Fri Jan 26 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-5
Charles Coldwell 756a65
- remove Tetris to avoid trademark problems (Ville Skyttä #224627)
Charles Coldwell 756a65
Charles Coldwell 4d00c8
* Thu Jan 25 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-4
Charles Coldwell 4d00c8
- fixup loaddefs.el dependencies (Dan Nicolaescu #176171)
Charles Coldwell abf4f9
- add BuildRequires: automake (changes to Makefile.in)
Charles Coldwell 4d00c8
Charles Coldwell 1d841c
* Wed Jan 24 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-3
Charles Coldwell 1d841c
- po-mode.el was being left out
Charles Coldwell 1d841c
Charles Coldwell 6162d5
* Tue Jan 23 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-1
Charles Coldwell 6162d5
- new pretest version
Charles Coldwell 6162d5
- removed setarch since new dumper copes with execshield
Charles Coldwell 6162d5
- clean up site initialization files (varions #176171)
Charles Coldwell 6162d5
Charles Coldwell 6162d5
* Tue Jan  2 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.92-1
Charles Coldwell 6162d5
- new pretest version
Charles Coldwell 6162d5
- removed almost all emacs 21 patches from emacs 22
Charles Coldwell 6162d5
- clean up spec file,
Charles Coldwell 6162d5
- many new BuildRequires (David Woodhouse #221250)
Charles Coldwell fbc032
Charles Coldwell 6162d5
* Tue Nov 14 2006 Chip Coldwell <coldwell@redhat.com> - 22.0.90-1
Charles Coldwell 6162d5
- first pretest rpm build
Charles Coldwell 1d5d7a
Charles Coldwell e25180
* Mon Nov  6 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-19
Charles Coldwell e25180
- BuildRequires: sendmail (Wolfgang Rupprecht #213813)
Charles Coldwell e25180
Charles Coldwell 3bc646
* Thu Aug  3 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-18
Charles Coldwell 3bc646
- non-CJK text broken by default for Western locale (James Ralston #144707)
Charles Coldwell 3bc646
Charles Coldwell 4d89c3
* Thu Aug  3 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-17
Charles Coldwell 4d89c3
- use UTF-8 keyboard input encoding on terminals that support it (Axel Thimm #185399)
Charles Coldwell 4d89c3
Charles Coldwell 6249b6
* Thu Aug  3 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-16
Charles Coldwell 6249b6
- fix German spell checking for UTF-8 encoded buffers (Daniel Hammer #197737)
Charles Coldwell 6249b6
Charles Coldwell e3c96a
* Wed Jul 26 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-15
Charles Coldwell e3c96a
- fix src/unexelf.c to build on PowerPC64 (backport from emacs-22, #183304)
Charles Coldwell e3c96a
Jesse Keating 30f054
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 21.4-14.1.1
Jesse Keating 30f054
- rebuild
Jesse Keating 30f054
Charles Coldwell aca8d8
* Tue Apr 18 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-14.1
Charles Coldwell aca8d8
- don't clobber site-lisp/default.el (Ritesh Khadgaray, 180153)
Charles Coldwell aca8d8
Jens Petersen 645b93
* Tue Mar  7 2006 Jens Petersen <petersen@redhat.com> - 21.4-14
Jens Petersen 645b93
- bring back setarch for i386 with -R option in spec file and drop
Jens Petersen 645b93
  emacs-21-personality-linux32-101818.patch since it no longer seems
Jens Petersen 645b93
  sufficient with recent kernels (Sam Peterson, #174736)
Jens Petersen 645b93
- buildrequire giflib-devel instead of libungif-devel
Jens Petersen 645b93
Jens Petersen 3dd3f9
* Thu Mar  2 2006 Jens Petersen <petersen@redhat.com>
Jens Petersen 3dd3f9
- avoid backup for fix-x-vs-no-x-diffs.dpatch (Ian Collier, #183503)
Jens Petersen 3dd3f9
- remove the old ccmode info manual (#182084)
Jens Petersen 3dd3f9
Jens Petersen ec8532
* Mon Feb 27 2006 Jens Petersen <petersen@redhat.com> - 21.4-13
Jens Petersen ec8532
- buildrequire libXaw-devel for menus and scrollbar
Jens Petersen ec8532
- pass -R to setarch to disable address randomization during dumping
Jens Petersen ec8532
  (Sam Peterson, #174736)
Jens Petersen ec8532
- install cc-mode.info correctly (Sam Peterson, #182084)
Jens Petersen ec8532
- fix sort-columns not to use deprecated non-posix sort key syntax
Jens Petersen ec8532
  with sort-columns-posix-key-182282.patch (Richard Ryniker, #182282)
Jens Petersen ec8532
- use system-name function not variable when setting frame-title-format in
Jens Petersen ec8532
  /etc/skel/.emacs for XEmacs users hitting .emacs
Jens Petersen ec8532
Jesse Keating b4d3ef
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 21.4-12.2
Jesse Keating b4d3ef
- bump again for double-long bug on ppc(64)
Jesse Keating b4d3ef
Jesse Keating 936644
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 21.4-12.1
Jesse Keating 936644
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating 936644
Jens Petersen 44bc50
* Fri Feb  3 2006 Jens Petersen <petersen@redhat.com> - 21.4-12
Jens Petersen 44bc50
- add mule-cmd.el-X11-locale.alias-173781.patch to correct location of X11
Jens Petersen 44bc50
  locale.alias file (Paul Dickson, #173781)
Jens Petersen 44bc50
- fix autoload of php-mode in php-mode-init.el (Christopher Beland, #179484)
Jens Petersen 44bc50
Jens Petersen 28a1eb
* Wed Dec 14 2005 Jens Petersen <petersen@redhat.com> - 21.4-11
Jens Petersen 28a1eb
- avoid building with -fstack-protector on i386 to prevent crashing
Jens Petersen 28a1eb
  (Jonathan Kamens, #174730)
Jens Petersen 28a1eb
- require xorg-x11-fonts-ISO8859-1-75dpi instead of xorg-x11-fonts-75dpi
Jens Petersen 28a1eb
  for modular X (#174614)
Jens Petersen 28a1eb
Jesse Keating 1eb48c
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating 1eb48c
- rebuilt
Jesse Keating 1eb48c
Jens Petersen d43272
* Fri Nov 25 2005 Jens Petersen <petersen@redhat.com> - 21.4-10
Jens Petersen d43272
- fix missing parenthesis in lang-coding-systems-init.el
Jens Petersen d43272
Jens Petersen e37d7a
* Tue Nov 22 2005 Jens Petersen <petersen@redhat.com> - 21.4-9
Jens Petersen e37d7a
- fix keyboard-coding-system on console for utf-8 (Dawid Gajownik, #173855)
Jens Petersen e37d7a
- update etags to latest cvs (Hideki Iwamoto, #173023)
Jens Petersen e37d7a
  - replace etags-14.21-17.11-diff.patch with etags-update-to-cvs.patch
Jens Petersen e37d7a
- update smtpmail.el to latest cvs version for better authentication support
Jens Petersen e37d7a
  with smtpmail-cvs-update.patch (Alberto Brizio, #167804)
Jens Petersen e37d7a
Jeremy Katz 48385e
* Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> - 21.4-8
Jeremy Katz 48385e
- update dep for new xorg fonts packages
Jeremy Katz 48385e
Jens Petersen e1d391
* Wed Aug 24 2005 Jens Petersen <petersen@redhat.com>
Jens Petersen e1d391
- fix name of aspell-es dictionary (#147964)
Jens Petersen e1d391
  - update emacs-21.3-lisp-textmodes-ispell-languages.patch
Jens Petersen e1d391
Jens Petersen c0b6cc
* Thu Jul 14 2005 Jens Petersen <petersen@redhat.com> - 21.4-7
Jens Petersen c0b6cc
- update rpm-spec-mode.el to cvs revision 1.17 (Ville Skyttä)
Jens Petersen c0b6cc
  - fixes expansion of %%{?dist}
Jens Petersen c0b6cc
- replace emacs-21.4-setarch_for_loadup-101818.patch with backport
Jens Petersen c0b6cc
  emacs-21-personality-linux32-101818.patch from cvs (Jan Djärv)
Jens Petersen c0b6cc
  which also turns off address randomization during dumping (Masatake Yamato)
Jens Petersen e1d391
  - no longer need to pass SETARCH to make on i386 (#160814)
Jens Petersen c0b6cc
- move ownership of %{_datadir}/emacs/ and %{_datadir}/emacs/%{version}/
Jens Petersen c0b6cc
  from emacs to emacs-el and emacs-leim subpackages
Jens Petersen c0b6cc
- don't build tramp html and dvi documentation
Jens Petersen c0b6cc
- drop src/config.in part of bzero-and-have-stdlib.dpatch to avoid
Jens Petersen c0b6cc
  compiler warnings
Jens Petersen c0b6cc
Jens Petersen 475652
* Thu Jun 23 2005 Jens Petersen <petersen@redhat.com> - 21.4-6
Jens Petersen 475652
- merge in changes from emacs22.spec conditionally
Jens Petersen 475652
  - define emacs21 rpm macro switch to control major version and use it
Jens Petersen 475652
- update tramp to 2.0.49
Jens Petersen 475652
Jens Petersen 475652
* Fri Jun 17 2005 Jens Petersen <petersen@redhat.com>
Jens Petersen 475652
- set arg0 to emacs in wrapper script (Peter Oliver, 149512#3)
Jens Petersen 475652
Jens Petersen f73154
* Mon May 30 2005 Jens Petersen <petersen@redhat.com>
Jens Petersen f73154
- move setting of require-final-newline from default.el to a comment in default
Jens Petersen f73154
  .emacs (Ralph Loader, 119141)
Jens Petersen f73154
Jens Petersen 61f4ba
* Wed May 18 2005 Jens Petersen <petersen@redhat.com> - 21.4-5
Jens Petersen 61f4ba
- update cc-mode to 5.30.9 stable release to address font-lock problems
Jens Petersen 61f4ba
  (126165,148977,150197,155292,158044)
Jens Petersen 61f4ba
Jens Petersen 61f4ba
* Mon May 16 2005 Jens Petersen <petersen@redhat.com> - 21.4-4
Jens Petersen f2895e
- don't accidently exclude emacsclient from common package
Jens Petersen f2895e
  (Jonathan Kamens, #157808)
Jens Petersen f2895e
- traditional Chinese desktop file translation (Wei-Lun Chao, #157287)
Jens Petersen f2895e
Jens Petersen ce72b2
* Wed Apr 20 2005 Jens Petersen <petersen@redhat.com> - 21.4-3
Jens Petersen ce72b2
- add igrep.el and init file
Jens Petersen ce72b2
Jens Petersen 5af9bb
* Mon Apr 11 2005 Jens Petersen <petersen@redhat.com> - 21.4-2
Jens Petersen 5af9bb
- update etags to 17.11 (idht4n@hotmail.com, 151390)
Jens Petersen 5af9bb
  - add etags-14.21-17.11-diff.patch
Jens Petersen 5af9bb
- replace i386 setarch redefinitions of __make and makeinstall with
Jens Petersen 5af9bb
  emacs-21.4-setarch_for_loadup-101818.patch and setting SETARCH on i386
Jens Petersen 5af9bb
  (Jason Vas Dias, 101818)
Jens Petersen 5af9bb
Jens Petersen 5af9bb
* Sun Apr 10 2005 Jens Petersen <petersen@redhat.com> - 21.4-1
Jens Petersen 1f1fbd
- update to 21.4 movemail vulnerability release
Jens Petersen 1f1fbd
  - no longer need movemail-CAN-2005-0100.patch
Jens Petersen 1f1fbd
- replace %{_bindir}/emacs alternatives with a wrapper script (Warren Togami)
Jens Petersen 1f1fbd
  to prevent it from disappearing when upgrading (Michal Jaegermann, 154326)
Jens Petersen 1f1fbd
  - suffix the X emacs binaries with -x and the no X binaries with -nox
Jens Petersen 1f1fbd
  - the wrapper script %{_bindir}/emacs-%%version runs emacs-x if installed or
Jens Petersen 1f1fbd
    otherwise emacs-nox.  %{_bindir}/emacs is a symlink to the wrapper
Jens Petersen 1f1fbd
- make emacs and emacs-nox own the subdirs in %{_libexecdir}
Jens Petersen 1f1fbd
- add a bunch of fixes from debian's emacs21_21.4a-1 patch:
Jens Petersen 1f1fbd
    battery-acpi-support.dpatch, bzero-and-have-stdlib.dpatch,
Jens Petersen 1f1fbd
    coding-region-leak.dpatch, detect-coding-iso2022.dpatch,
Jens Petersen 1f1fbd
    fix-batch-mode-signal-handling.dpatch, pcl-cvs-format.dpatch,
Jens Petersen 1f1fbd
    python-completion-ignored-extensions.dpatch,
Jens Petersen 1f1fbd
    remote-files-permissions.dpatch, save-buffer.dpatch, scroll-margin.dpatch,
Jens Petersen 1f1fbd
    xfree86-4.3-modifiers.dpatch
Jens Petersen 878644
  - add fix-x-vs-no-x-diffs.dpatch
Jens Petersen 878644
    - define emacs_libexecdir
Jens Petersen 878644
    - build both emacs and emacs-nox as %%{version}.1 and move common DOC file
Jens Petersen 878644
      to emacs-common
Jens Petersen 878644
    - suffix version in fns-%%{version}.1.el with -x and -nox respectively
Jens Petersen 878644
- add 100 to elisp patches
Jens Petersen 1f1fbd
Charles Coldwell 6162d5
* Wed Apr  6 2005 Jens Petersen <petersen@redhat.com> - 22.0.50-0.20050406
Charles Coldwell 6162d5
- update to snapshot of current cvs 
Charles Coldwell 6162d5
  - configure xim support off by default
Charles Coldwell 6162d5
  - bootstrap snapshot
Charles Coldwell 6162d5
Jens Petersen de02d0
* Wed Apr  6 2005 Jens Petersen <petersen@redhat.com> - 21.3-27
Jens Petersen de02d0
- use alternatives to switch _bindir/emacs between emacs and emacs-nox
Jens Petersen de02d0
  (Henning Schmiedehausen, #151067)
Jens Petersen de02d0
  - remove emacs and emacs-nox from bindir
Jens Petersen de02d0
  - prereq alternatives for emacs and emacs-nox
Jens Petersen de02d0
  - add post and postun scripts to handle alternatives
Jens Petersen de02d0
- buildrequire xorg-x11-devel instead of XFree86-devel
Jens Petersen de02d0
- really include and apply emacs-21.3-latex-mode-hook-144083.patch
Jens Petersen de02d0
- make emacs and emacs-nox own _datadir/emacs/version too
Jens Petersen de02d0
Jens Petersen 702038
* Wed Mar  9 2005 Jens Petersen <petersen@redhat.com> - 21.3-26
Jens Petersen 702038
- rebuild with gcc 4.0
Jens Petersen 3608cb
  - add emacs-21.3-gcc4.patch for emacsclient
Jens Petersen 702038
Jens Petersen 9c876c
* Mon Feb 28 2005 Jens Petersen <petersen@redhat.com> - 21.3-25
Jens Petersen 9c876c
- add tramp-2.1.3 to site-lisp (David Woodhouse, 149703)
Jens Petersen 9c876c
  - move removal of info dir to after its installation
Jens Petersen 9c876c
  - add tramp-init.el to put tramp into load-path
Jens Petersen 9c876c
Jens Petersen e4b45a
* Thu Feb 24 2005 Jens Petersen <petersen@redhat.com> - 21.3-24
Jens Petersen 9c876c
- mark default.el as a noreplace config file (Pawel Salek, 149310)
Jens Petersen 9c876c
- only set keyboard-coding-system in xterms to fix problem with input
Jens Petersen e4b45a
  Latin characters becoming prefixes and making emacs loop
Jens Petersen e4b45a
  (Eddahbi Karim, 126007)
Jens Petersen 9c876c
- make emacs-el own its lisp directories
Jens Petersen e4b45a
- run latex-mode-hook in latex-mode (Martin Biely, 144083)
Jens Petersen e4b45a
  - add emacs-21.3-latex-mode-hook-144083.patch
Jens Petersen e4b45a
Jens Petersen 34a88e
* Fri Feb 18 2005 Jens Petersen <petersen@redhat.com> - 21.3-23
Jens Petersen 711c89
- install %{_bindir}/emacs-nox as a hardlink of the versioned binary
Jens Petersen 711c89
- drop explicit lib requirements
Jens Petersen 711c89
- use sed instead of perl to fix up filelists
Jens Petersen 711c89
Jens Petersen 4d1a72
* Mon Feb 14 2005 Jens Petersen <petersen@redhat.com> - 21.3-22
Jens Petersen 4d1a72
- use prereq instead of contexts for common script requirements
Jens Petersen 4d1a72
  (Axel Thimm, 147791)
Jens Petersen 4d1a72
- move emacs.png from common to main package
Jens Petersen 4d1a72
Jens Petersen 4d1a72
* Fri Feb  4 2005 Jens Petersen <petersen@redhat.com> - 21.3-21
Jens Petersen 4d1a72
- fix CAN-2005-0100 movemail vulnerability with movemail-CAN-2005-0100.patch
Jens Petersen 4d1a72
  (Max Vozeler, 146701)
Jens Petersen 4d1a72
Jens Petersen d1b4b1
* Fri Jan 14 2005 Jens Petersen <petersen@redhat.com> - 21.3-20
Jens Petersen d1b4b1
- workaround xorg-x11 modifier key problem with
Jens Petersen d1b4b1
  emacs-21.3-xterm-modifiers-137868.patch (Thomas Woerner, 137868)
Jens Petersen d1b4b1
Jens Petersen 06ea61
* Mon Nov 29 2004 Jens Petersen <petersen@redhat.com> - 21.3-19
Jens Petersen a40505
- prefer XIM status under-the-window for now to stop xft httx from dying
Jens Petersen a40505
  (125413): add emacs-xim-status-under-window-125413.patch
Jens Petersen 06ea61
- default diff to unified format in .emacs
Jens Petersen 06ea61
Charles Coldwell 6162d5
* Wed Nov 10 2004 Jens Petersen <petersen@redhat.com> - 21.3.50-0.20041111
Charles Coldwell 6162d5
- initial packaging of cvs emacs
Charles Coldwell 6162d5
  - leim and elisp manual now in main tarball
Charles Coldwell 6162d5
  - no leim subpackage anymore, so make common obsolete it
Charles Coldwell 6162d5
  - no longer need MuleUCS, nor rfc1345.el
Charles Coldwell 6162d5
  - buildrequire and use autoconf rather autoconf213
Charles Coldwell 6162d5
  - no longer need emacs-21.2-x86_64.patch,
Charles Coldwell 6162d5
    editfns.c-Fformat-multibyte-davej.patch
Charles Coldwell 6162d5
  - bring back game for now
Charles Coldwell 6162d5
  - TODO: some patches still need updating
Charles Coldwell 6162d5
  - fns.el no longer installed
Charles Coldwell 6162d5
  - remove /var/games for now
Charles Coldwell 6162d5
  - update filelist generation to single sweep
Charles Coldwell 6162d5
  - update info_files list
Charles Coldwell 6162d5
Jens Petersen f1e443
* Thu Nov  4 2004 Jens Petersen <petersen@redhat.com> - 21.3-18
Jens Petersen 06ea61
- show emacs again in the desktop menu (132567)
Jens Petersen 5c9984
- require fonts-xorg-75dpi to prevent empty boxes at startup due to missing
Jens Petersen 5c9984
  fonts (Johannes Kaiser, 137060)
Jens Petersen 5c9984
Jens Petersen 0fa633
* Mon Oct 18 2004 Jens Petersen <petersen@redhat.com> - 21.3-17
Jens Petersen 0fa633
- fix etag alternatives removal when uninstalling (Karsten Hopp, 136137)
Jens Petersen 0fa633
Jens Petersen b489fb
* Fri Oct 15 2004 Jens Petersen <petersen@redhat.com> - 21.3-16
Jens Petersen b489fb
- do not setup frame-title-format in default.el, since it will override
Jens Petersen b489fb
  setting by users (Henrik Bakken, 134520)
Jens Petersen b489fb
- emacs-el no longer requires emacs for the sake of -nox users
Jens Petersen b489fb
  (Lars Hupfeldt Nielsen, 134479)
Jens Petersen b489fb
- condition calling of global-font-lock-mode in default .emacs
Jens Petersen b489fb
  in case xemacs should happen to load it
Jens Petersen b489fb
Jens Petersen 445eba
* Wed Sep 29 2004 Jens Petersen <petersen@redhat.com> - 21.3-15
Jens Petersen 445eba
- cleanup and update .desktop file
Jens Petersen 445eba
- make emacs not appear in the desktop menu (Seth Nickell,132567)
Jens Petersen 445eba
- move the desktop file from -common to main package
Jens Petersen 445eba
- go back to using just gctags for ctags
Jens Petersen 445eba
- etags is now handled by alternatives (92256)
Jens Petersen 445eba
- improve the default frame title by prefixing the buffer name
Jens Petersen 445eba
  (Christopher Beland, 128110)
Jens Petersen 445eba
- fix the names of some European aspell languages with
Jens Petersen 445eba
  emacs-21.3-lisp-textmodes-ispell-languages.patch (David Jansen, 122618)
Jens Petersen 445eba
- fixing running "libtool gdb program" in gud with
Jens Petersen 445eba
  emacs-21.3-gud-libtool-fix.patch (Dave Malcolm, 130955)
Jens Petersen 445eba
cvsdist 0f5a61
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 0f5a61
- rebuilt
cvsdist 0f5a61
cvsdist 0f5a61
* Fri Apr 30 2004 Jens Petersen <petersen@redhat.com> - 21.3-13
cvsdist 0f5a61
- unset focus-follows-mouse in default.el to make switching frames work for
cvsdist 0f5a61
  click-to-focus (Theodore Belding,114736)
cvsdist 0f5a61
cvsdist 3339b7
* Thu Apr 15 2004 Jens Petersen <petersen@redhat.com> - 21.3-12
cvsdist 3339b7
- update php-mode to 1.1.0
cvsdist 3339b7
- add emacs-21.3-no-rpath.patch so that /usr/X11R6/lib is not rpath'ed
cvsdist 3339b7
- require /bin/ln for %%post (Tim Waugh, 119817)
cvsdist 3339b7
- move prereq for dev and /sbin/install-info to emacs-common
cvsdist 3339b7
- leim no longer requires emacs
cvsdist 3339b7
- use source site-lisp dir in %%prep to setup site files
cvsdist 3339b7
- define and use site_lisp for buildroot in %%install
cvsdist 3339b7
- default ispell dictionary to "english" for CJK locale
cvsdist 3339b7
- add comment to top of site-start.el about load order
cvsdist 3339b7
- turn on auto-compression-mode in default.el (114808)
cvsdist 3339b7
- set require-final-newline with setq (David Olsson,119141)
cvsdist 3339b7
  and remove redundant next-line-add-newlines setting
cvsdist 3339b7
- update info_file list (Reuben Thomas,114729)
cvsdist 3339b7
cvsdist c845a1
* Wed Mar 16 2004 Mike A. Harris <mharris@redhat.com> 21.3-11
cvsdist c845a1
- Removed bogus Requires: XFree86-libs that was added in 21.3-8, as rpm
cvsdist c845a1
  find-requires will automatically pick up the dependancies on any runtime
cvsdist c845a1
  libraries, and such hard coded requires is not X11 implementation
cvsdist c845a1
  agnostic (#118471)
cvsdist c845a1
cvsdist c845a1
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist c845a1
- rebuilt
cvsdist c845a1
cvsdist 1c59dc
* Sat Jan 24 2004 Jens Petersen <petersen@redhat.com> - 21.3-9
cvsdist 1c59dc
- bring back emacs-nox subpackage (emacs built without X support) (#113001)
cvsdist 1c59dc
  [suggested by Frank Kruchio]
cvsdist 3339b7
- base emacs package now only contains emacs binary built with X support
cvsdist 3339b7
  and no longer obsoletes emacs-nox
cvsdist 1c59dc
- all the common files required by emacs and emacs-nox are now in emacs-common
cvsdist 1c59dc
- update php-mode.el to 1.0.5
cvsdist 1c59dc
- add missing rfc1345.el leim input method
cvsdist 1c59dc
- update po-compat.el to version in gettext-0.13.1
cvsdist 1c59dc
- update base package summary
cvsdist 1c59dc
- add url for python-mode.el and php-mode.el
cvsdist 1c59dc
- gctags is now a symlink to ctags.emacs
cvsdist 1c59dc
cvsdist 1c59dc
* Wed Jan 14 2004 Jens Petersen <petersen@redhat.com> - 21.3-8
cvsdist 1c59dc
- comment out setting transient-mark-mode in skel .emacs (#102441,#90193)
cvsdist 1c59dc
  [reported by mal@gromco.com, Jonathan Kamens]
cvsdist 1c59dc
- improve lang-coding-systems-init.el to set-language-environment for CJK
cvsdist 1c59dc
  utf-8 locale too and use utf-8 for default-coding-systems and
cvsdist 1c59dc
  terminal-coding-system (#111172) [Yoshinori Kuniga]
cvsdist 1c59dc
- update rpm-spec-mode.el to newer one in xemacs package cvs (#105888) [Dams]
cvsdist 1c59dc
- rename etags to etags.emacs and make etags a symlink to it at install time
cvsdist 1c59dc
  if it doesn't exist (#92256) [marc_soft@merlins.org]
cvsdist 1c59dc
- apply editfns.c-Fformat-multibyte-davej.patch to fix multibyte code typo
cvsdist 1c59dc
  in Fformat [patch from Dave Jones]
cvsdist 1c59dc
- add runtime requirements for XFree86-libs, image libraries, ncurses and zlib
cvsdist 1c59dc
- improve -el and -leim package summaries
cvsdist 1c59dc
- no longer configure build with redundant --with-gcc
cvsdist 1c59dc
cvsdist 1c59dc
* Tue Nov 25 2003 Jens Petersen <petersen@redhat.com>
cvsdist 1c59dc
- buildrequire autoconf213 (#110741) [reported by mvd@mylinux.com.ua]
cvsdist 1c59dc
cvsdist 6839ea
* Mon Oct 27 2003 Jens Petersen <petersen@redhat.com> - 21.3-7
cvsdist 6839ea
- use "setarch i386" to build on ix86 (#101818) [reported by Michael Redinger]
cvsdist 6839ea
- use __make to %%build and %%install
cvsdist 6839ea
- set keyboard coding-system for utf-8 in lang-coding-systems-init.el (#106929)
cvsdist 6839ea
  [reported with fix by Axel Thimm]
cvsdist 6839ea
- add source url for MuleUCS
cvsdist 6839ea
- update base package description (#103551) [reported by Tim Landscheidt]
cvsdist 6839ea
cvsdist 6839ea
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 6839ea
- rebuilt
cvsdist 6839ea
cvsdist 6839ea
* Wed May  7 2003 Jens Petersen <petersen@redhat.com> - 21.3-5
cvsdist 6839ea
- move transient-mark-mode and global-font-lock-mode setting from default.el
cvsdist 6839ea
  back to dotemacs, so as not to surprise old users (#90193)
cvsdist 6839ea
  [reported by jik@kamens.brookline.ma.us]
cvsdist 6839ea
- change require-final-newline to query (default.el)
cvsdist 6839ea
- don't make a backup when applying browse-url-htmlview-84262.patch (#90226)
cvsdist 6839ea
  [reported by mitr@volny.cz]
cvsdist 6839ea
cvsdist 6839ea
* Fri May  2 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 6839ea
- Add emacs-21.3-ppc64.patch
cvsdist 6839ea
cvsdist 6839ea
* Fri Apr 25 2003 Jens Petersen <petersen@redhat.com> - 21.3-3
cvsdist 6839ea
- use Mule-UCS utf-8 coding-system for CJK subprocess IO
cvsdist 6839ea
- no need to set fontset anymore in CJK locale
cvsdist 6839ea
cvsdist 6839ea
* Wed Apr 16 2003 Jens Petersen <petersen@redhat.com> - 21.3-2
cvsdist 6839ea
- add Mule-UCS for CJK utf-8 support (suggested by Akira Tagoh)
cvsdist 6839ea
  and use it by default in CJK UTF-8 locale
cvsdist 6839ea
- move emacs-asian startup files into new lang-coding-systems-init.el
cvsdist 6839ea
- utf-8 setup in site-start.el is no longer needed in Emacs 21.3
cvsdist 6839ea
- generate filelist for site-lisp automatically like base lisp and leim
cvsdist 6839ea
- don't setup aspell in site-start.el
cvsdist 6839ea
- rename dotemacs to dotemacs.el and move former contents to new default.el
cvsdist 6839ea
cvsdist 6839ea
* Mon Apr  7 2003 Jens Petersen <petersen@redhat.com> - 21.3-1
cvsdist 6839ea
- update to 21.3
cvsdist 6839ea
- no longer set compound-text-with-extensions in dotemacs, since it is now
cvsdist 6839ea
  the default
cvsdist 6839ea
- emacs-21.2-pop.patch is no longer needed
cvsdist 6839ea
- update php-mode to 1.0.4
cvsdist 6839ea
cvsdist 8184b4
* Thu Feb 20 2003 Jens Petersen <petersen@redhat.com> - 21.2-33
cvsdist 8184b4
- default browse-url to use htmlview (#84262)
cvsdist 8184b4
- remove info dir file rather than excluding it
cvsdist 8184b4
cvsdist 8184b4
* Sat Feb  8 2003 Jens Petersen <petersen@redhat.com> - 21.2-32
cvsdist 8184b4
- set X copy'n'paste encoding to extended compound-text (#74100)
cvsdist 8184b4
  by default in .emacs file [suggested by olonho@hotmail.com]
cvsdist 8184b4
- .emacs file cleanup (xemacs now has a separate init file)
cvsdist 8184b4
cvsdist 8184b4
* Fri Feb  7 2003 Jens Petersen <petersen@redhat.com> - 21.2-31
cvsdist 8184b4
- block input in allocate_vectorlike to prevent malloc hangs (#83600)
cvsdist 8184b4
  [thanks to Jim Blandy]
cvsdist 8184b4
- set startup wmclass notify in desktop file
cvsdist 8184b4
cvsdist 8184b4
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 8184b4
- rebuilt
cvsdist 8184b4
cvsdist 8184b4
* Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 21.2-29
cvsdist 8184b4
- update to newer po-mode.el and po-compat.el from gettext-0.11.4
cvsdist 8184b4
- patch po-mode's po-replace-revision-date for when
cvsdist 8184b4
  po-auto-replace-revision-date is nil (#71264)
cvsdist 8184b4
- update po-mode-init.el
cvsdist 8184b4
- examine LC_ALL before LC_CTYPE in site-start.el for utf-8 (#79535)
cvsdist 8184b4
- don't install etc/DOC files explicitly by hand
cvsdist 8184b4
- make sure all lisp .elc files are up to date
cvsdist 8184b4
- pass _smp_mflags to make
cvsdist 8184b4
- remove games that we shouldn't ship
cvsdist 8184b4
cvsdist 8184b4
* Mon Jan 13 2003 Karsten Hopp <karsten@redhat.de> 21.2-28
cvsdist 8184b4
- s390x lib64 fix
cvsdist 8184b4
cvsdist 8184b4
* Fri Jan  3 2003 Jens Petersen <petersen@redhat.com> 21.2-27
cvsdist 8184b4
- look at LANG after LC_CTYPE when checking for UTF-8 locale encoding
cvsdist 8184b4
  in site-start.el (#79535)
cvsdist 8184b4
- don't set desktop file config(noreplace)
cvsdist 8184b4
cvsdist 8184b4
* Fri Dec 20 2002 Jens Petersen <petersen@redhat.com> 21.2-26
cvsdist 8184b4
- unset the sticky bit of emacs in bindir (#80049)
cvsdist 8184b4
cvsdist 8184b4
* Wed Dec 18 2002 Jens Petersen <petersen@redhat.com> 21.2-25
cvsdist 8184b4
- no need to patch config.{sub,guess}
cvsdist 8184b4
cvsdist 8184b4
* Tue Dec  3 2002 Tim Waugh <twaugh@redhat.com>
cvsdist 8184b4
- Fix python-mode-init.el (bug #78910).
cvsdist 8184b4
cvsdist 8184b4
* Sun Dec  1 2002 Jens Petersen <petersen@redhat.com> 21.2-24
cvsdist 8184b4
- rpm-spec-mode update fixes
cvsdist 8184b4
  - patch in XEmacs compat functions rather than defining them with apel
cvsdist 8184b4
    macros in init file (#78764)
cvsdist 8184b4
  - autoload "rpm-spec-mode" not "rpm-spec-mode.el" in same file
cvsdist 8184b4
- let emacs base also own leim dir to avoid startup warning about missing dir
cvsdist 8184b4
  when -el and -leim aren't installed (#78764)
cvsdist 8184b4
cvsdist 8184b4
* Thu Nov 28 2002 Jens Petersen <petersen@redhat.com>
cvsdist 8184b4
- use LC_CTYPE rather than LANG to determine default encoding (#78678)
cvsdist 8184b4
  [reported by starback@stp.ling.uu.se]
cvsdist 8184b4
cvsdist 8184b4
* Wed Nov 27 2002 Jens Petersen <petersen@redhat.com> 21.2-23
cvsdist 8184b4
- set transient-mark-mode in dotemacs for Emacs not XEmacs (#75440)
cvsdist 8184b4
- update rpm-spec-mode.el to 0.12
cvsdist 8184b4
  - define needed XEmacs compat functions in new rpm-spec-mode-init.el
cvsdist 8184b4
- tidy site-start.el
cvsdist 8184b4
  - move python-mode setup to python-mode
cvsdist 8184b4
- don't build with sbin in path
cvsdist 8184b4
- use _libexecdir, _bindir and _sysconfdir
cvsdist 8184b4
- don't gzip info files explicitly
cvsdist 8184b4
- use tar's C and j options
cvsdist 8184b4
- generate lisp file-lists in single find sweeps over lisp and leim dirs
cvsdist 8184b4
  - use -fprint and -fprintf
cvsdist 8184b4
  - correct more dir ownerships
cvsdist 8184b4
cvsdist 8184b4
* Sun Nov 24 2002 Florian La Roche <Florian.LaRoche@redhat.de> 21.2-22
cvsdist 8184b4
- add correct alloca defines for s390
cvsdist 8184b4
cvsdist 8184b4
* Wed Nov  6 2002 Jens Petersen <petersen@redhat.com> 21.2-21
cvsdist 8184b4
- uses patches for x86_64 and s390 support and config.{guess,sub} updating
cvsdist 8184b4
cvsdist 8184b4
* Tue Nov  5 2002 Jens Petersen <petersen@redhat.com> 21.2-20
cvsdist 8184b4
- add support for x86_64 and merge in s390 support from cvs
cvsdist 8184b4
- add alloca defines to amdx86-64.h (from SuSE)
cvsdist 8184b4
cvsdist 8184b4
* Wed Oct 30 2002 Jens Petersen <petersen@redhat.com> 21.2-19
cvsdist 8184b4
- own our libexec dir (#73984)
cvsdist 8184b4
- only set transient-mark-mode in dotemacs for Emacs (#75440)
cvsdist 8184b4
- update to latest config.{guess,sub}
cvsdist 8184b4
- use _datadir macro
cvsdist 8184b4
cvsdist 621bbc
* Wed Aug 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-18
cvsdist 621bbc
- Desktop file fix - add Application to make it show up
cvsdist 621bbc
- DNS lookup fix for pop (#64802)
cvsdist 621bbc
cvsdist 621bbc
* Tue Aug 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-17
cvsdist ef46af
- Fix gdb arrow when used in non-windowed mode (#56890)
cvsdist ef46af
cvsdist 621bbc
* Fri Aug  9 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-16
cvsdist 4b8931
- Handle UTF-8 input (#70855).
cvsdist 4b8931
cvsdist 621bbc
* Tue Aug  6 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-15
cvsdist 8184b4
- Don't use canna by default (#70870)
cvsdist bd2ea9
cvsdist 621bbc
* Thu Aug  1 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-14
cvsdist bd2ea9
- Fixes to desktop file (add encoding, add missing a ";")
cvsdist bd2ea9
- Update s390 patch
cvsdist bd2ea9
cvsdist 621bbc
* Wed Jul 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-13
cvsdist bd2ea9
- rpm -> rpmbuild for rpmspec mode (#68185)
cvsdist bd2ea9
cvsdist 621bbc
* Mon Jul 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-12
cvsdist bd2ea9
- desktop file changes (#69385)
cvsdist bd2ea9
cvsdist 621bbc
* Mon Jul  8 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-11
cvsdist bd2ea9
- Fix php-mode to not initialize on e.g.  foophp.c (#67592)
cvsdist bd2ea9
cvsdist 621bbc
* Thu Jun 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-10
cvsdist bd2ea9
- Downgrade po-mode
cvsdist bd2ea9
cvsdist bd2ea9
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist bd2ea9
- automated rebuild
cvsdist bd2ea9
cvsdist 621bbc
* Mon Jun 17 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-8
cvsdist bd2ea9
- #66808
cvsdist bd2ea9
cvsdist 621bbc
* Wed May 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-7
cvsdist bd2ea9
- Rebuild
cvsdist bd2ea9
cvsdist 621bbc
* Mon May 20 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-6
cvsdist bd2ea9
- Prereq dev
cvsdist bd2ea9
cvsdist 621bbc
* Thu May 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-5
cvsdist bd2ea9
- Update the elisp manual and po-mode
cvsdist bd2ea9
cvsdist 621bbc
* Tue May  7 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-4
cvsdist bd2ea9
- php-mode 1.0.2
cvsdist bd2ea9
cvsdist 621bbc
* Thu Apr 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-3
cvsdist bd2ea9
- Update po-mode to the one from gettext 0.11.1
cvsdist bd2ea9
cvsdist 621bbc
* Mon Apr  8 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-2
cvsdist b134d8
- Tweak mouse init process (#59757)
cvsdist b134d8
cvsdist 621bbc
* Mon Mar 18 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-1
cvsdist 2d9732
- 21.2
cvsdist 2d9732
cvsdist 621bbc
* Fri Mar  8 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.1.95-1
cvsdist 2d9732
- 21.1.95
cvsdist 2d9732
cvsdist 621bbc
* Fri Feb  8 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.1.90-2
cvsdist 2d9732
- Upgrade po-mode to the version bundled with gettext 0.11
cvsdist 2d9732
- Upgrade rpm-spec-mode to 0.11h
cvsdist 2d9732
cvsdist 621bbc
* Thu Jan 31 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.1.90-1
cvsdist 2d9732
- 21.1.90
cvsdist 2d9732
cvsdist 621bbc
* Fri Jan 18 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.1.80-2
cvsdist 2d9732
- Add ebrowse
cvsdist 2d9732
- Set transient-mode to t in /etc/skel/.emacs
cvsdist 2d9732
cvsdist 621bbc
* Mon Jan 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.1.80-1
cvsdist 2d9732
- 21.1.80
cvsdist 2d9732
cvsdist 2d9732
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 2d9732
- automated rebuild
cvsdist 2d9732
cvsdist 621bbc
* Thu Dec  6 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-3
cvsdist 119a7e
- Increase recursive-load-depth-limit from 10 to 50
cvsdist af3202
cvsdist 621bbc
* Wed Dec  5 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-2
cvsdist 119a7e
- Make it conflict with old versions of gettext
cvsdist 119a7e
cvsdist 621bbc
* Thu Nov 29 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-1
cvsdist 119a7e
- rpm-spec-mode 0.11h, should fix #56748
cvsdist 119a7e
cvsdist 621bbc
* Tue Nov  6 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-0.4
cvsdist 119a7e
- php mode 1.0.1. Should fix some speedbar problems.
cvsdist 119a7e
cvsdist 621bbc
* Tue Oct 23 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-0.3
cvsdist 119a7e
- Minor cleanups
cvsdist 119a7e
- add ssl.el
cvsdist 119a7e
cvsdist 621bbc
* Mon Oct 22 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-0.2
cvsdist 119a7e
- Add more files from the libexec directory (#54874, #54875)
cvsdist 119a7e
cvsdist 621bbc
* Sun Oct 21 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-0.1
cvsdist 119a7e
- 21.1
cvsdist 119a7e
- Build on IA64 again - the default config now handles it
cvsdist 119a7e
- Drop all old patches
cvsdist 119a7e
- Misc cleanups
cvsdist 119a7e
- Update the elisp manual to 21-2.7
cvsdist 119a7e
- Deprecate the emacs-nox and emacs-X11 subpackages. 
cvsdist 119a7e
  Simplify build procedure to match. 
cvsdist 119a7e
- Update php-mode to 1.0.0
cvsdist 119a7e
cvsdist 621bbc
* Mon Oct 15 2001 Trond Eivind Glomsrød <teg@redhat.com> 20.7-43
cvsdist 119a7e
- Add php-mode 0.9.9
cvsdist 119a7e
- Add URL (#54603)
cvsdist 119a7e
- don't run autoconf/libtoolize during build - they're broken
cvsdist 119a7e
- don't build on IA64 until they are fixed
cvsdist 119a7e
cvsdist 621bbc
* Sun Sep 16 2001 Trond Eivind Glomsrød <teg@redhat.com> 20.7-42
cvsdist 119a7e
- Update python-mode to the version in the python 2.2a3
cvsdist 119a7e
- Include po-mode in emacs, instead of including in gettext
cvsdist af3202
cvsdist 621bbc
* Mon Jul 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 3b2e93
- Minor fix to make-mode fontify regexp (#50010)
cvsdist 3b2e93
- Build without emacs being installed (#49085)
cvsdist 3b2e93
cvsdist 621bbc
* Tue Jun 19 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 98a749
- Much cleaner site-start.d sourcing
cvsdist 98a749
- Add more build dependencies
cvsdist 98a749
- Add the emacs lisp reference info pages (RFE #44577)
cvsdist 98a749
- Don't require tamago - just plug it in for Japanese support
cvsdist 98a749
cvsdist 621bbc
* Mon Jun 18 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 98a749
- Add Xaw3d-devel to buildrequires (#44736)
cvsdist 98a749
cvsdist 98a749
* Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 98a749
- merged s390x patch from <oliver.paukstadt@millenux.com>
cvsdist 98a749
cvsdist 621bbc
* Mon Jun  4 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 98a749
- New rpm-spec-mode.el, which fixes #43323
cvsdist 98a749
cvsdist 98a749
* Thu Apr 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 98a749
- fix linker problem on s390 (fix by Than Ngo than@redhat.com)
cvsdist 98a749
cvsdist 621bbc
* Wed Apr 25 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 98a749
- Make sure that mwheel is initialized for XEmacs (#37451)
cvsdist 98a749
cvsdist 621bbc
* Fri Mar 16 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist a8bb5f
- New locale.alias file for emacs-nox
cvsdist a8bb5f
cvsdist 621bbc
* Tue Mar  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist a8bb5f
- update rpm-spec-mode.el to 0.11e - this should fix #30702
cvsdist a8bb5f
cvsdist a8bb5f
* Fri Feb 16 2001 Preston Brown <pbrown@redhat.com>
cvsdist a8bb5f
- require tamago, or japanese cannot be input (#27932).
cvsdist a8bb5f
cvsdist a8bb5f
* Sat Jan 27 2001 Jakub Jelinek <jakub@redhat.com>
cvsdist a8bb5f
- Preprocess Makefiles as if they were assembly, not C source.
cvsdist a8bb5f
cvsdist a8bb5f
* Thu Jan 24 2001 Yukihiro Nakai <ynakai@redhat.com>
cvsdist a8bb5f
- Fix the fontset problem when creating a new frame.
cvsdist a8bb5f
cvsdist 621bbc
* Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist a8bb5f
- add Japanese support from Yukihiro Nakai <ynakai@redhat.com>
cvsdist a8bb5f
cvsdist a8bb5f
* Thu Jan 04 2001 Preston Brown <pbrown@redhat.com>
cvsdist a8bb5f
- do not remove etags, only ctags, per Tom Tromey's suggestion.
cvsdist a8bb5f
cvsdist a8bb5f
* Wed Dec 27 2000 Tim Powers <timp@redhat.com>
cvsdist a8bb5f
- bzipped sources to conserve space
cvsdist a8bb5f
cvsdist 621bbc
* Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist a8bb5f
- add /usr/share/emacs/locale.alias , which had gone AWOL
cvsdist a8bb5f
- update rpm-spec-mode to 0.11a, fresh from the author
cvsdist a8bb5f
  (Stig Bjorlykke <stigb@tihlde.org>). The changes we made 
cvsdist a8bb5f
  are integrated.
cvsdist a8bb5f
cvsdist 621bbc
* Fri Dec 15 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist a8bb5f
- prereq fileutils for emacs-nox
cvsdist a8bb5f
cvsdist 621bbc
* Mon Dec 11 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist a8bb5f
- do locale.alias fix for emacs-nox only, as it somehow
cvsdist a8bb5f
  broke the subject line in gnus. Weird.
cvsdist a8bb5f
- update to gnus 5.8.7
cvsdist a8bb5f
cvsdist a8bb5f
* Fri Dec 08 2000 Than Ngo <than@redhat.com>
cvsdist a8bb5f
- add support s390 machine
cvsdist a8bb5f
cvsdist 621bbc
* Thu Dec 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist a8bb5f
- add rpm-spec-mode after modifying (use Red Hat groups,
cvsdist a8bb5f
  from /usr/share/doc/rpm-version/GROUPS) and fixing
cvsdist a8bb5f
  colours(don't specify "yellow" on "bright") Also, 
cvsdist a8bb5f
  use gpg, not pgp.
cvsdist a8bb5f
- use it (site-start.el)
cvsdist a8bb5f
- add mwheel 
cvsdist a8bb5f
- use it, in /etc/skel/.emacs
cvsdist a8bb5f
cvsdist 621bbc
* Thu Nov 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist a8bb5f
- add /usr/share/emacs/site-lisp/site-start.d
cvsdist a8bb5f
- change site-start.el so files in the above directory
cvsdist a8bb5f
  are automatically run on startup
cvsdist a8bb5f
- don't set the ispell name in site-start.el, use the
cvsdist a8bb5f
  above directory instead  
cvsdist a8bb5f
cvsdist 621bbc
* Thu Oct 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist a8bb5f
- fix icon name in the .desktop file
cvsdist a8bb5f
- don't have site-start.el "noreplace"
cvsdist a8bb5f
- load psgml-init (if present) in the default site-start.el
cvsdist a8bb5f
  to avoid psgml modifying the file
cvsdist a8bb5f
cvsdist 621bbc
* Tue Oct 17 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist a8bb5f
- new and better emacs.desktop file
cvsdist a8bb5f
cvsdist 621bbc
* Tue Oct 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- remove ctags.1 and etags.1 from the emacs etc directory
cvsdist af3202
  (#18011)
cvsdist af3202
- fix the emacs-nox not to use the locale.alias in XFree86
cvsdist af3202
  (#18548)... copy it into /usr/share/emacs and patch
cvsdist af3202
  the startup files to use it. Argh.
cvsdist af3202
cvsdist 621bbc
* Wed Oct 04 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- fix initialization of python mode (require it before
cvsdist af3202
  customizing it)
cvsdist af3202
cvsdist af3202
* Fri Sep 22 2000 Bill Nottingham <notting@redhat.com>
cvsdist af3202
- don't use bcopy without a prototype
cvsdist af3202
cvsdist 621bbc
* Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- define MAIL_USE_LOCKF 
cvsdist af3202
- remove setgid on movemail
cvsdist af3202
cvsdist 621bbc
* Mon Aug 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- add /usr/share/emacs/site-lisp/subdirs.el (#15639)
cvsdist af3202
cvsdist 621bbc
* Tue Jul 25 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- remove "-b" option from manpage
cvsdist af3202
cvsdist 621bbc
* Fri Jul 21 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- remove Japanese support
cvsdist af3202
cvsdist af3202
* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
cvsdist af3202
- updated .desktop entry and icon
cvsdist af3202
cvsdist af3202
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist af3202
- automatic rebuild
cvsdist af3202
cvsdist 621bbc
* Fri Jul 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- fix some typos in spec file
cvsdist af3202
cvsdist 621bbc
* Sun Jul 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- make /etc/skel/.emacs 0644
cvsdist af3202
cvsdist 621bbc
* Wed Jun 28 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- include python mode and change in site-start.el related to this
cvsdist af3202
- some changes to the default .emacs 
cvsdist af3202
cvsdist af3202
* Mon Jun 26 2000 Matt Wilson <msw@redhat.com>
cvsdist af3202
- don't build with -O2 on alpha until we can track down the compiler
cvsdist af3202
  bug that causes crashes in the garbage collector
cvsdist af3202
- removed all the nox Japanese packages
cvsdist af3202
cvsdist 621bbc
* Mon Jun 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- include site-start.el as a a config file
cvsdist af3202
- add aspell support via the above
cvsdist af3202
cvsdist 621bbc
* Fri Jun 16 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- (from MSW) different compression on IA64 to avoid hangs
cvsdist af3202
- remove etags/ctags - use a separate package. Disable patch1
cvsdist af3202
cvsdist af3202
* Wed Jun 14 2000 Matt Wilson <msw@redhat.com>
cvsdist af3202
- edited japanese patch not to patch configure
cvsdist af3202
- fixed a missing escaped " in a wc string
cvsdist af3202
- merge japanese support to head of development
cvsdist af3202
cvsdist 621bbc
* Tue Jun 13 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- Version 20.7
cvsdist af3202
- Add requirement for final newline to the default .emacs
cvsdist af3202
- redid the Xaw3d patch
cvsdist af3202
- checked all patches, discarded those we've upstreamed
cvsdist af3202
cvsdist 621bbc
* Wed Jun 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- use %%{_mandir} and %%{_infodir}
cvsdist af3202
cvsdist af3202
* Fri Jun  2 2000 Bill Nottingham <notting@redhat.com>
cvsdist af3202
- add yet another ia64 patch
cvsdist af3202
cvsdist af3202
* Mon May 22 2000 Bill Nottingham <notting@redhat.com>
cvsdist af3202
- add another ia64 patch
cvsdist af3202
cvsdist 621bbc
* Fri May 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- Disabled the compile patch for 20.6
cvsdist af3202
cvsdist af3202
* Thu May 18 2000 Bill Nottingham <notting@redhat.com>
cvsdist af3202
- add in ia64 patch
cvsdist af3202
cvsdist 621bbc
* Thu May 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- don't apply the unexelf patch - use a new unexelf.c file
cvsdist af3202
  from the 21 source tree (this will go into the 20.7 tree)
cvsdist af3202
cvsdist 621bbc
* Wed May 17 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- added patch by jakub to make it work with glibc2.2
cvsdist af3202
cvsdist 621bbc
* Mon May 08 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- fixed a problem with ange-ftp and kerberized ftp
cvsdist af3202
cvsdist af3202
* Mon May 08 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist af3202
- rebuild with new Xaw3d
cvsdist af3202
cvsdist 621bbc
* Thu Apr 20 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- let the build system handle gzipping man pages and stripping
cvsdist af3202
- added patch to increase keyboard buffer size
cvsdist af3202
cvsdist 621bbc
* Thu Apr 20 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- gzip man pages
cvsdist af3202
cvsdist 621bbc
* Thu Apr 20 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- added a security patch from RUS-CERT, which fixes 
cvsdist af3202
  bugs mentioned in "Advisory 200004-01: GNU Emacs 20"
cvsdist af3202
cvsdist 621bbc
* Tue Apr 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- patched to detect bash2 scripts. 
cvsdist af3202
cvsdist 621bbc
* Thu Apr 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- removed configuraton file status from /usr/share/pixmaps/emacs.png
cvsdist af3202
cvsdist af3202
* Fri Mar 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist af3202
- update to 20.6 and make it compile
cvsdist af3202
cvsdist af3202
* Mon Feb 21 2000 Preston Brown <pbrown@redhat.com>
cvsdist af3202
- add .emacs make the delete key work to delete forward character for X ver.
cvsdist af3202
cvsdist af3202
* Wed Feb 16 2000 Cristian Gafton <gafton@redhat.com>
cvsdist af3202
- fix bug #2988
cvsdist af3202
- recompile patched .el files (suggested by Pavel.Janik@linux.cz)
cvsdist af3202
- prereq /sbin/install-info
cvsdist af3202
cvsdist af3202
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
cvsdist af3202
- wmconfig gone
cvsdist af3202
cvsdist af3202
* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
cvsdist af3202
- fix descriptions and summary
cvsdist af3202
- fix permissions for emacs niaries (what the hell does 1755 means for a
cvsdist af3202
  binary?)
cvsdist af3202
- added missing, as per emacs Changelog, NCURSES_OSPEED_T compilation
cvsdist af3202
  flag; without it emacs on Linux is making global 'ospeed' short which
cvsdist af3202
  is not the same as 'speed_t' expected by libraries. (reported by Michal
cvsdist af3202
  Jaegermann <michal@harddata.com>)
cvsdist af3202
cvsdist af3202
* Mon Jan 10 2000 David S. Miller <davem@redhat.com>
cvsdist af3202
- Revert src/unexecelf.c to 20.4 version, fixes SPARC problems.
cvsdist af3202
cvsdist af3202
* Sun Jan  9 2000 Matt Wilson <msw@redhat.com>
cvsdist af3202
- strip emacs binary
cvsdist af3202
- disable optimizations for now, they cause illegal instructions on SPARC.
cvsdist af3202
cvsdist af3202
* Sun Jan 09 2000 Paul Fisher <pnfisher@redhat.com>
cvsdist af3202
- upgrade to 20.5a
cvsdist af3202
- remove python-mode, wheelmouse support, and auctex menu
cvsdist af3202
- import emacs.desktop with icon from GNOME
cvsdist af3202
cvsdist af3202
* Wed Dec 08 1999 Ngo Than <than@redhat.de>
cvsdist af3202
- added python-mode, wheelmouse support and auctex menu
cvsdist af3202
- added Comment[de] in emacs.desktop
cvsdist af3202
cvsdist af3202
* Sat Sep 25 1999 Preston Brown <pbrown@redhat.com>
cvsdist af3202
- added desktop entry
cvsdist af3202
cvsdist af3202
* Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
cvsdist af3202
- tried to fix triggers, hopefully working now.
cvsdist af3202
cvsdist af3202
* Wed Sep 01 1999 Preston Brown <pbrown@redhat.com>
cvsdist af3202
- added trigger for making symlink to /usr/bin/emacs in emacs-nox package
cvsdist af3202
cvsdist af3202
* Thu Jul 22 1999 Paul Fisher <pnfisher@redhat.com>
cvsdist af3202
- upgrade to 20.4
cvsdist af3202
- cleaned up spec
cvsdist af3202
cvsdist af3202
* Fri Apr 16 1999 Owen Taylor <otaylor@redhat.com>
cvsdist af3202
- replace bad xemacs compiled .elc file for mh-e with one compiled
cvsdist af3202
  on emacs
cvsdist af3202
cvsdist af3202
* Thu Apr 15 1999 Bill Nottingham <notting@redhat.com>
cvsdist af3202
- make sure movemail doesn't get %defattr()'d to root.root
cvsdist af3202
cvsdist af3202
* Wed Apr 14 1999 Cristian Gafton <gafton@redhat.com>
cvsdist af3202
- patch to make it work with dxpc
cvsdist af3202
cvsdist af3202
* Wed Mar 31 1999 Preston Brown <pbrown@redhat.com>
cvsdist af3202
- updated mh-utils emacs lisp file to match our nmh path locations
cvsdist af3202
cvsdist af3202
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist af3202
- auto rebuild in the new build environment (release 9)
cvsdist af3202
cvsdist af3202
* Fri Feb 26 1999 Cristian Gafton <gafton@redhat.com>
cvsdist af3202
- linker scripts hack to make it build on the alpha
cvsdist af3202
cvsdist af3202
* Fri Jan  1 1999 Jeff Johnson <jbj@redhat.com>
cvsdist af3202
- add leim package (thanks to Pavel.Janik@inet.cz).
cvsdist af3202
cvsdist af3202
* Fri Dec 18 1998 Cristian Gafton <gafton@redhat.com>
cvsdist af3202
- build against glibc 2.1
cvsdist af3202
cvsdist af3202
* Wed Sep 30 1998 Cristian Gafton <gafton@redhat.com>
cvsdist af3202
- backed up changes to uncompress.el (it seems that the one from 20.2 works
cvsdist af3202
  much better)
cvsdist af3202
cvsdist af3202
* Mon Sep 28 1998 Jeff Johnson <jbj@redhat.com>
cvsdist af3202
- eliminate /tmp race in rcs2log
cvsdist af3202
cvsdist af3202
* Wed Sep 09 1998 Cristian Gafton <gafton@redhat.com>
cvsdist af3202
- upgrade to 20.3
cvsdist af3202
cvsdist af3202
* Tue Jun  9 1998 Jeff Johnson <jbj@redhat.com>
cvsdist af3202
- add --with-pop to X11 compile.
cvsdist af3202
- include contents of /usr/share/.../etc with main package.
cvsdist af3202
cvsdist af3202
* Mon Jun 01 1998 Prospector System <bugs@redhat.com>
cvsdist af3202
- translations modified for de, fr
cvsdist af3202
cvsdist af3202
* Mon Jun 01 1998 David S. Miller <davem@dm.cobaltmicro.com>
cvsdist af3202
- fix signals when linked with glibc on non-Intel architectures
cvsdist af3202
  NOTE: This patch is not needed with emacs >20.2
cvsdist af3202
cvsdist af3202
* Thu May 07 1998 Prospector System <bugs@redhat.com>
cvsdist af3202
cvsdist af3202
- translations modified for de, fr, tr
cvsdist af3202
cvsdist af3202
* Thu May 07 1998 Cristian Gafton <gafton@redhat.com>
cvsdist af3202
- added /usr/lib/emacs/20.2/*-redhat-linux directory in the filelist
cvsdist af3202
cvsdist af3202
* Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
cvsdist af3202
- alpha started to like emacs-nox again :-)
cvsdist af3202
cvsdist af3202
* Thu Nov  6 1997 Michael Fulbright <msf@redhat.com>
cvsdist af3202
- alpha just doesnt like emacs-nox, taking it out for now
cvsdist af3202
cvsdist af3202
* Mon Nov  3 1997 Michael Fulbright <msf@redhat.com>
cvsdist af3202
- added multibyte support back into emacs 20.2
cvsdist af3202
- added wmconfig for X11 emacs
cvsdist af3202
- fixed some errant buildroot references
cvsdist af3202
cvsdist af3202
* Thu Oct 23 1997 Michael Fulbright <msf@redhat.com>
cvsdist af3202
- joy a new version of emacs! Of note - no lockdir any more.
cvsdist af3202
- use post/preun sections to handle numerous GNU info files
cvsdist af3202
cvsdist af3202
* Mon Oct 06 1997 Erik Troan <ewt@redhat.com>
cvsdist af3202
- stopped stripping it as it seems to break things
cvsdist af3202
cvsdist af3202
* Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
cvsdist af3202
- turned off ecoff support on the Alpha (which doesn't build anymore)
cvsdist af3202
cvsdist af3202
* Mon Jun 16 1997 Erik Troan <ewt@redhat.com>
cvsdist af3202
- built against glibc
cvsdist af3202
cvsdist af3202
* Fri Feb 07 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist af3202
- Moved ctags to gctags to fit in the more powerful for C (but less
cvsdist af3202
  general) exuberant ctags as the binary /usr/bin/ctags and the
cvsdist af3202
  man page /usr/man/man1/ctags.1