cvsdist d31aa3
# This file is encoded in UTF-8.  -*- coding: utf-8 -*-
cvsdist d31aa3
cvsdist af3202
Summary: The libraries needed to run the GNU Emacs text editor.
cvsdist af3202
Name: emacs
cvsdist 65c016
Version: 21.2
cvsdist d31aa3
Release: 33
cvsdist 98a749
License: GPL
cvsdist c08065
URL: http://www.gnu.org/software/emacs/
cvsdist af3202
Group: Applications/Editors
cvsdist a8bb5f
Source0: ftp://ftp.gnu.org/gnu/emacs/emacs-%{version}.tar.bz2
cvsdist a8bb5f
Source1: ftp://ftp.gnu.org/gnu/emacs/leim-%{version}.tar.bz2
cvsdist af3202
Source3: emacs.desktop
cvsdist af3202
Source4: emacs.png
cvsdist af3202
Source5: dotemacs
cvsdist af3202
Source6: site-start.el
cvsdist c08065
Source7: python-mode.el
cvsdist c08065
Source8: http://www.tihlde.org/~stigb/rpm-spec-mode.el
cvsdist a9afeb
Source9: emacs-asian-0.2.tar.bz2
cvsdist a9afeb
Source10: ftp://ftp.gnu.org/gnu/emacs/elisp-manual-21-2.8.tar.bz2
cvsdist a9afeb
# 1.0.2 - http://prdownloads.sourceforge.net/php-mode/php-mode-102.el
cvsdist c08065
Source11: php-mode.el
cvsdist c08065
Source12: php-mode-init.el
cvsdist c08065
Source13: ssl.el
cvsdist d31aa3
Source16: python-mode-init.el
cvsdist d31aa3
Source17: rpm-spec-mode-init.el
cvsdist d31aa3
Source18: rpm-spec-mode.el-0.14-xemacs-compat.patch
cvsdist d31aa3
Source20: po-mode.el
cvsdist d31aa3
Source21: po-compat.el
cvsdist d31aa3
Source22: po-mode-init.el
cvsdist d31aa3
Source23: po-mode-auto-replace-date-71264.patch
cvsdist 43fd20
Patch1: emacs-21.2-pop.patch 
cvsdist d31aa3
Patch2: emacs-21.2-s390.patch
cvsdist d31aa3
Patch3: emacs-21.2-x86_64.patch
cvsdist d31aa3
Patch4: emacs-21.2-sticky-bit-80049.patch
cvsdist d31aa3
Patch5: emacs-21.2-s390x.patch
cvsdist d31aa3
Patch6: emacs-21.2-menubar-games.patch
cvsdist d31aa3
Patch7: emacs-21.2-alloc-blockinput-83600.patch
cvsdist d31aa3
Patch8: browse-url-htmlview-84262.patch
cvsdist af3202
Buildroot: %{_tmppath}/%{name}-%{version}-root
cvsdist d31aa3
Prereq: /sbin/install-info, dev
cvsdist d31aa3
BuildRequires: glibc-devel, gcc, XFree86-devel, bzip2, ncurses-devel, zlib-devel, libpng-devel, libjpeg-devel, libungif-devel, libtiff-devel
cvsdist d31aa3
Obsoletes: emacs-nox, emacs-X11
cvsdist c08065
Conflicts: gettext < 0.10.40
cvsdist af3202
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 3b2e93
This package includes the libraries you need to run the Emacs editor,
cvsdist 3b2e93
You also need to install the actual Emacs program package (emacs-nox or
cvsdist c08065
emacs-X11). Install emacs-nox if you are not going to use the X
cvsdist 3b2e93
Window System; install emacs-X11 if you will be using X.
cvsdist af3202
cvsdist af3202
%package el
cvsdist af3202
Summary: The sources for elisp programs included with Emacs.
cvsdist af3202
Group: Applications/Editors
cvsdist af3202
Requires: emacs
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
cvsdist af3202
%package leim
cvsdist af3202
Summary: Emacs Lisp code for input methods for international characters.
cvsdist af3202
Group: Applications/Editors
cvsdist af3202
Requires: emacs
cvsdist af3202
cvsdist af3202
%description leim
cvsdist af3202
The emacs-leim package contains Emacs Lisp code for input methods for
cvsdist af3202
various international character scripts. Basically, the Lisp code
cvsdist af3202
provided by this package describes the consecutive keystrokes that a
cvsdist af3202
user must press in order to input a particular character in a
cvsdist 3b2e93
non-English character set. Input methods for many different character
cvsdist 3b2e93
sets are included in this package.
cvsdist af3202
cvsdist af3202
%prep
cvsdist af3202
%setup -q -b 1
cvsdist d31aa3
%patch1 -p1 -b .pop
cvsdist d31aa3
%patch2 -p1 -b .s390
cvsdist d31aa3
%patch3 -p1 -b .hammer
cvsdist d31aa3
%patch4 -p1 -b .sticky
cvsdist d31aa3
%patch5 -p1 -b .s390x
cvsdist d31aa3
# remove game we can't ship
cvsdist d31aa3
%patch6 -p1
cvsdist d31aa3
rm lisp/finder-inf.el lisp/play/tetris.el*
cvsdist d31aa3
# block input in `allocate_vectorlike' (alloc.c)
cvsdist d31aa3
%patch7 -p1 -b .block
cvsdist d31aa3
# make browse-url default to htmlview not netscape
cvsdist d31aa3
%patch8 -p1 -b .htmlview
cvsdist d31aa3
# patches 2 and 3 touch configure.in
cvsdist d31aa3
autoconf-2.13
cvsdist af3202
cvsdist af3202
%build
cvsdist c08065
export CFLAGS="-DMAIL_USE_LOCKF $RPM_OPT_FLAGS"
cvsdist af3202
cvsdist c08065
%configure --with-gcc --with-pop --with-sound
cvsdist d31aa3
make %{?_smp_mflags}
cvsdist d31aa3
# remove versioned file so that we end up with .1 suffix and only one DOC file
cvsdist d31aa3
rm src/emacs-%{version}.*
cvsdist d31aa3
# make sure patched lisp files get byte-compiled
cvsdist d31aa3
src/emacs -batch -f batch-byte-recompile-directory lisp
cvsdist d31aa3
make %{?_smp_mflags} -C lisp updates
cvsdist af3202
cvsdist d31aa3
%define emacsbatch src/emacs -batch --no-init-file --no-site-file
cvsdist af3202
cvsdist c08065
# bytecompile python-mode, ssl, php-mode and rpm-spec-mode
cvsdist d31aa3
cp %SOURCE7 %SOURCE8  %SOURCE11 %SOURCE13 %SOURCE20 %SOURCE21 .
cvsdist a8bb5f
cvsdist d31aa3
# xemacs compat patch
cvsdist d31aa3
patch < %SOURCE18
cvsdist d31aa3
# fix po-auto-replace-revision-date nil
cvsdist d31aa3
patch < %SOURCE23
cvsdist d31aa3
%{emacsbatch} -f batch-byte-compile *.el
cvsdist af3202
cvsdist af3202
%install
cvsdist af3202
rm -rf $RPM_BUILD_ROOT
cvsdist af3202
cvsdist c08065
%makeinstall
cvsdist af3202
cvsdist d31aa3
# make sure movemail isn't setgid
cvsdist d31aa3
chmod 755 $RPM_BUILD_ROOT%{_libexecdir}/emacs/%{version}/*/movemail
cvsdist a8bb5f
cvsdist d31aa3
# install lisp files for Japanese and other Asian languages
cvsdist d31aa3
tar jxC $RPM_BUILD_ROOT -f %{SOURCE9}
cvsdist af3202
cvsdist d31aa3
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
cvsdist af3202
cvsdist d31aa3
mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp
cvsdist d31aa3
install -m 0644 %SOURCE6 $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.el
cvsdist af3202
cvsdist af3202
mv $RPM_BUILD_ROOT%{_mandir}/man1/ctags.1 $RPM_BUILD_ROOT%{_mandir}/man1/gctags.1
cvsdist d31aa3
mv $RPM_BUILD_ROOT%{_bindir}/ctags $RPM_BUILD_ROOT%{_bindir}/gctags
cvsdist af3202
cvsdist af3202
# GNOME / KDE files
cvsdist d31aa3
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cvsdist d31aa3
install -m 0644 %SOURCE3 $RPM_BUILD_ROOT%{_datadir}/applications/gnu-emacs.desktop
cvsdist d31aa3
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
cvsdist d31aa3
install -m 0644 %SOURCE4 $RPM_BUILD_ROOT%{_datadir}/pixmaps/
cvsdist af3202
cvsdist d31aa3
# install site-lisp files
cvsdist d31aa3
install -m 0644 *.el *.elc $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/
cvsdist af3202
cvsdist d31aa3
mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
cvsdist d31aa3
install -m 0644 $RPM_SOURCE_DIR/*-init.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
cvsdist af3202
cvsdist af3202
# default initialization file
cvsdist d31aa3
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/skel
cvsdist d31aa3
install -m 0644 %SOURCE5 $RPM_BUILD_ROOT%{_sysconfdir}/skel/.emacs
cvsdist d31aa3
cvsdist d31aa3
# elisp reference manual
cvsdist d31aa3
tar jxf %{SOURCE10}
cvsdist d31aa3
pushd elisp-manual-21-2.8
cvsdist d31aa3
install -m 644 elisp elisp-? elisp-?? $RPM_BUILD_ROOT%{_infodir}
cvsdist d31aa3
popd
cvsdist af3202
cvsdist af3202
#
cvsdist af3202
# create file lists
cvsdist af3202
#
cvsdist d31aa3
SRC_TOP=$PWD
cvsdist d31aa3
rm -f *-filelist {base,el,leim}-*-files
cvsdist d31aa3
pushd $RPM_BUILD_ROOT
cvsdist af3202
cvsdist d31aa3
find .%{_datadir}/emacs/%{version}/lisp \( -type f -not -name '*.el' -fprint $SRC_TOP/base-lisp-none-elc-files \) -o \( -type d -fprintf $SRC_TOP/base-lisp-dir-files "%%%%dir %%p\n" \) -o \( -name '*.el' \( -exec test -e '{}'c \; -fprint $SRC_TOP/el-bytecomped-files -o -fprint $SRC_TOP/base-not-comped-files \) \)
cvsdist af3202
cvsdist d31aa3
find .%{_datadir}/emacs/%{version}/leim \( -name '*.elc' -fprint $SRC_TOP/leim-elc-files \) -o \( -type d -fprintf $SRC_TOP/leim-dir-files "%%%%dir %%p\n" -fprintf $SRC_TOP/el-leim-dir-files "%%%%dir %%p\n" \) -o \( -name '*.el' \( -exec test -e '{}'c \; -fprint $SRC_TOP/el-leim-bytecomped-files -o -fprint $SRC_TOP/leim-not-comped-files \) \)
cvsdist af3202
cvsdist 98a749
popd
cvsdist af3202
cvsdist d31aa3
# put the lists together filtering  ./usr to /usr
cvsdist d31aa3
cat base-*-files | sed "s|\.%{_prefix}|%{_prefix}|" > base-filelist
cvsdist d31aa3
cat el-*-files | sed "s|\.%{_prefix}|%{_prefix}|" > el-filelist
cvsdist d31aa3
cat leim-*-files | sed "s|\.%{_prefix}|%{_prefix}|" > leim-filelist
cvsdist af3202
cvsdist af3202
%clean
cvsdist af3202
rm -rf $RPM_BUILD_ROOT
cvsdist af3202
   
cvsdist 98a749
%define info_files ccmode cl dired-x ediff emacs forms gnus info message mh-e reftex sc vip viper widget elisp
cvsdist af3202
%post
cvsdist af3202
for f in %{info_files}; do
cvsdist a8bb5f
  /sbin/install-info %{_infodir}/$f.gz %{_infodir}/dir --section="GNU Emacs" 2> /dev/null || :
cvsdist af3202
done
cvsdist af3202
cvsdist af3202
%preun
cvsdist af3202
if [ "$1" = 0 ]; then
cvsdist af3202
for f in %{info_files}; do
cvsdist af3202
  /sbin/install-info --delete %{_infodir}/$f.gz %{_infodir}/dir \
cvsdist a8bb5f
    --section="GNU Emacs" 2> /dev/null || :
cvsdist af3202
done
cvsdist af3202
fi
cvsdist af3202
cvsdist af3202
cvsdist d31aa3
%files -f base-filelist
cvsdist af3202
%defattr(-,root,root)
cvsdist d31aa3
%config(noreplace) %{_sysconfdir}/skel/.emacs
cvsdist c08065
%doc etc/NEWS BUGS README 
cvsdist d31aa3
%{_bindir}/*
cvsdist af3202
%{_mandir}/*/*
cvsdist af3202
%{_infodir}/*
cvsdist d31aa3
%dir %{_datadir}/emacs
cvsdist d31aa3
%dir %{_datadir}/emacs/site-lisp
cvsdist d31aa3
%{_datadir}/emacs/site-lisp/python-mode.elc
cvsdist d31aa3
%{_datadir}/emacs/site-lisp/php-mode.elc
cvsdist d31aa3
%{_datadir}/emacs/site-lisp/po-*.elc
cvsdist d31aa3
%{_datadir}/emacs/site-lisp/rpm-spec-mode.elc
cvsdist d31aa3
%{_datadir}/emacs/site-lisp/ssl.elc
cvsdist d31aa3
%{_datadir}/emacs/site-lisp/subdirs.el
cvsdist d31aa3
%{_datadir}/emacs/site-lisp/site-start.d/*.el
cvsdist d31aa3
%{_datadir}/emacs/site-lisp/lang
cvsdist d31aa3
%dir %{_datadir}/emacs/%{version}
cvsdist d31aa3
%{_datadir}/emacs/%{version}/etc
cvsdist d31aa3
# quieten startup when -leim and -el aren't installed
cvsdist d31aa3
%dir %{_datadir}/emacs/%{version}/leim
cvsdist d31aa3
%{_datadir}/emacs/%{version}/site-lisp
cvsdist d31aa3
%{_libexecdir}/emacs
cvsdist d31aa3
%attr(0644,root,root) %config %{_datadir}/emacs/site-lisp/site-start.el
cvsdist d31aa3
%dir %{_datadir}/emacs/site-lisp/site-start.d
cvsdist d31aa3
%{_datadir}/applications/gnu-emacs.desktop
cvsdist d31aa3
%{_datadir}/pixmaps/emacs.png 
cvsdist af3202
cvsdist af3202
%files -f el-filelist el
cvsdist af3202
%defattr(-,root,root)
cvsdist d31aa3
%{_datadir}/emacs/site-lisp/python-mode.el
cvsdist d31aa3
%{_datadir}/emacs/site-lisp/php-mode.el
cvsdist d31aa3
%{_datadir}/emacs/site-lisp/po-*.el
cvsdist d31aa3
%{_datadir}/emacs/site-lisp/ssl.el
cvsdist d31aa3
%{_datadir}/emacs/site-lisp/rpm-spec-mode.el
cvsdist af3202
cvsdist af3202
%files -f leim-filelist leim
cvsdist af3202
%defattr(-,root,root)
cvsdist af3202
cvsdist c08065
%changelog
cvsdist d31aa3
* Thu Feb 20 2003 Jens Petersen <petersen@redhat.com> - 21.2-33
cvsdist d31aa3
- default browse-url to use htmlview (#84262)
cvsdist d31aa3
- remove info dir file rather than excluding it
cvsdist d31aa3
cvsdist d31aa3
* Sat Feb  8 2003 Jens Petersen <petersen@redhat.com> - 21.2-32
cvsdist d31aa3
- set X copy'n'paste encoding to extended compound-text (#74100)
cvsdist d31aa3
  by default in .emacs file [suggested by olonho@hotmail.com]
cvsdist d31aa3
- .emacs file cleanup (xemacs now has a separate init file)
cvsdist d31aa3
cvsdist d31aa3
* Fri Feb  7 2003 Jens Petersen <petersen@redhat.com> - 21.2-31
cvsdist d31aa3
- block input in allocate_vectorlike to prevent malloc hangs (#83600)
cvsdist d31aa3
  [thanks to Jim Blandy]
cvsdist d31aa3
- set startup wmclass notify in desktop file
cvsdist d31aa3
cvsdist d31aa3
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist d31aa3
- rebuilt
cvsdist d31aa3
cvsdist d31aa3
* Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 21.2-29
cvsdist d31aa3
- update to newer po-mode.el and po-compat.el from gettext-0.11.4
cvsdist d31aa3
- patch po-mode's po-replace-revision-date for when
cvsdist d31aa3
  po-auto-replace-revision-date is nil (#71264)
cvsdist d31aa3
- update po-mode-init.el
cvsdist d31aa3
- examine LC_ALL before LC_CTYPE in site-start.el for utf-8 (#79535)
cvsdist d31aa3
- don't install etc/DOC files explicitly by hand
cvsdist d31aa3
- make sure all lisp .elc files are up to date
cvsdist d31aa3
- pass _smp_mflags to make
cvsdist d31aa3
- remove games that we shouldn't ship
cvsdist d31aa3
cvsdist d31aa3
* Mon Jan 13 2003 Karsten Hopp <karsten@redhat.de> 21.2-28
cvsdist d31aa3
- s390x lib64 fix
cvsdist d31aa3
cvsdist d31aa3
* Fri Jan  3 2003 Jens Petersen <petersen@redhat.com> 21.2-27
cvsdist d31aa3
- look at LANG after LC_CTYPE when checking for UTF-8 locale encoding
cvsdist d31aa3
  in site-start.el (#79535)
cvsdist d31aa3
- don't set desktop file config(noreplace)
cvsdist d31aa3
cvsdist d31aa3
* Fri Dec 20 2002 Jens Petersen <petersen@redhat.com> 21.2-26
cvsdist d31aa3
- unset the sticky bit of emacs in bindir (#80049)
cvsdist d31aa3
cvsdist d31aa3
* Wed Dec 18 2002 Jens Petersen <petersen@redhat.com> 21.2-25
cvsdist d31aa3
- no need to patch config.{sub,guess}
cvsdist d31aa3
cvsdist d31aa3
* Tue Dec  3 2002 Tim Waugh <twaugh@redhat.com>
cvsdist d31aa3
- Fix python-mode-init.el (bug #78910).
cvsdist d31aa3
cvsdist d31aa3
* Sun Dec  1 2002 Jens Petersen <petersen@redhat.com> 21.2-24
cvsdist d31aa3
- rpm-spec-mode update fixes
cvsdist d31aa3
  - patch in XEmacs compat functions rather than defining them with apel
cvsdist d31aa3
    macros in init file (#78764)
cvsdist d31aa3
  - autoload "rpm-spec-mode" not "rpm-spec-mode.el" in same file
cvsdist d31aa3
- let emacs base also own leim dir to avoid startup warning about missing dir
cvsdist d31aa3
  when -el and -leim aren't installed (#78764)
cvsdist d31aa3
cvsdist d31aa3
* Thu Nov 28 2002 Jens Petersen <petersen@redhat.com>
cvsdist d31aa3
- use LC_CTYPE rather than LANG to determine default encoding (#78678)
cvsdist d31aa3
  [reported by starback@stp.ling.uu.se]
cvsdist d31aa3
cvsdist d31aa3
* Wed Nov 27 2002 Jens Petersen <petersen@redhat.com> 21.2-23
cvsdist d31aa3
- set transient-mark-mode in dotemacs for Emacs not XEmacs (#75440)
cvsdist d31aa3
- update rpm-spec-mode.el to 0.12
cvsdist d31aa3
  - define needed XEmacs compat functions in new rpm-spec-mode-init.el
cvsdist d31aa3
- tidy site-start.el
cvsdist d31aa3
  - move python-mode setup to python-mode
cvsdist d31aa3
- don't build with sbin in path
cvsdist d31aa3
- use _libexecdir, _bindir and _sysconfdir
cvsdist d31aa3
- don't gzip info files explicitly
cvsdist d31aa3
- use tar's C and j options
cvsdist d31aa3
- generate lisp file-lists in single find sweeps over lisp and leim dirs
cvsdist d31aa3
  - use -fprint and -fprintf
cvsdist d31aa3
  - correct more dir ownerships
cvsdist d31aa3
cvsdist d31aa3
* Sun Nov 24 2002 Florian La Roche <Florian.LaRoche@redhat.de> 21.2-22
cvsdist d31aa3
- add correct alloca defines for s390
cvsdist d31aa3
cvsdist d31aa3
* Wed Nov  6 2002 Jens Petersen <petersen@redhat.com> 21.2-21
cvsdist d31aa3
- uses patches for x86_64 and s390 support and config.{guess,sub} updating
cvsdist d31aa3
cvsdist d31aa3
* Tue Nov  5 2002 Jens Petersen <petersen@redhat.com> 21.2-20
cvsdist d31aa3
- add support for x86_64 and merge in s390 support from cvs
cvsdist d31aa3
- add alloca defines to amdx86-64.h (from SuSE)
cvsdist d31aa3
cvsdist d31aa3
* Wed Oct 30 2002 Jens Petersen <petersen@redhat.com> 21.2-19
cvsdist d31aa3
- own our libexec dir (#73984)
cvsdist d31aa3
- only set transient-mark-mode in dotemacs for Emacs (#75440)
cvsdist d31aa3
- update to latest config.{guess,sub}
cvsdist d31aa3
- use _datadir macro
cvsdist d31aa3
cvsdist 43fd20
* Wed Aug 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-18
cvsdist 43fd20
- Desktop file fix - add Application to make it show up
cvsdist 43fd20
- DNS lookup fix for pop (#64802)
cvsdist 43fd20
cvsdist 43fd20
* Tue Aug 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-17
cvsdist 86923e
- Fix gdb arrow when used in non-windowed mode (#56890)
cvsdist 86923e
cvsdist 43fd20
* Fri Aug  9 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-16
cvsdist 272baf
- Handle UTF-8 input (#70855).
cvsdist 272baf
cvsdist 43fd20
* Tue Aug  6 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-15
cvsdist d31aa3
- Don't use canna by default (#70870)
cvsdist a9afeb
cvsdist 43fd20
* Thu Aug  1 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-14
cvsdist a9afeb
- Fixes to desktop file (add encoding, add missing a ";")
cvsdist a9afeb
- Update s390 patch
cvsdist a9afeb
cvsdist 43fd20
* Wed Jul 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-13
cvsdist a9afeb
- rpm -> rpmbuild for rpmspec mode (#68185)
cvsdist a9afeb
cvsdist 43fd20
* Mon Jul 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-12
cvsdist a9afeb
- desktop file changes (#69385)
cvsdist a9afeb
cvsdist 43fd20
* Mon Jul  8 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-11
cvsdist a9afeb
- Fix php-mode to not initialize on e.g.  foophp.c (#67592)
cvsdist a9afeb
cvsdist 43fd20
* Thu Jun 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-10
cvsdist a9afeb
- Downgrade po-mode
cvsdist a9afeb
cvsdist a9afeb
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist a9afeb
- automated rebuild
cvsdist a9afeb
cvsdist 43fd20
* Mon Jun 17 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-8
cvsdist a9afeb
- #66808
cvsdist a9afeb
cvsdist 43fd20
* Wed May 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-7
cvsdist a9afeb
- Rebuild
cvsdist a9afeb
cvsdist 43fd20
* Mon May 20 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-6
cvsdist a9afeb
- Prereq dev
cvsdist a9afeb
cvsdist 43fd20
* Thu May 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-5
cvsdist a9afeb
- Update the elisp manual and po-mode
cvsdist a9afeb
cvsdist 43fd20
* Tue May  7 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-4
cvsdist a9afeb
- php-mode 1.0.2
cvsdist a9afeb
cvsdist 43fd20
* Thu Apr 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-3
cvsdist a9afeb
- Update po-mode to the one from gettext 0.11.1
cvsdist a9afeb
cvsdist 43fd20
* Mon Apr  8 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-2
cvsdist c955fa
- Tweak mouse init process (#59757)
cvsdist c955fa
cvsdist 43fd20
* Mon Mar 18 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-1
cvsdist 65c016
- 21.2
cvsdist 65c016
cvsdist 43fd20
* Fri Mar  8 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.1.95-1
cvsdist 65c016
- 21.1.95
cvsdist 65c016
cvsdist 43fd20
* Fri Feb  8 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.1.90-2
cvsdist 65c016
- Upgrade po-mode to the version bundled with gettext 0.11
cvsdist 65c016
- Upgrade rpm-spec-mode to 0.11h
cvsdist 65c016
cvsdist 43fd20
* Thu Jan 31 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.1.90-1
cvsdist 65c016
- 21.1.90
cvsdist 65c016
cvsdist 43fd20
* Fri Jan 18 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.1.80-2
cvsdist 65c016
- Add ebrowse
cvsdist 65c016
- Set transient-mode to t in /etc/skel/.emacs
cvsdist 65c016
cvsdist 43fd20
* Mon Jan 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.1.80-1
cvsdist 65c016
- 21.1.80
cvsdist 65c016
cvsdist 65c016
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 65c016
- automated rebuild
cvsdist 65c016
cvsdist 43fd20
* Thu Dec  6 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-3
cvsdist c08065
- Increase recursive-load-depth-limit from 10 to 50
cvsdist af3202
cvsdist 43fd20
* Wed Dec  5 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-2
cvsdist c08065
- Make it conflict with old versions of gettext
cvsdist c08065
cvsdist 43fd20
* Thu Nov 29 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-1
cvsdist c08065
- rpm-spec-mode 0.11h, should fix #56748
cvsdist c08065
cvsdist 43fd20
* Tue Nov  6 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-0.4
cvsdist c08065
- php mode 1.0.1. Should fix some speedbar problems.
cvsdist c08065
cvsdist 43fd20
* Tue Oct 23 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-0.3
cvsdist c08065
- Minor cleanups
cvsdist c08065
- add ssl.el
cvsdist c08065
cvsdist 43fd20
* Mon Oct 22 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-0.2
cvsdist c08065
- Add more files from the libexec directory (#54874, #54875)
cvsdist c08065
cvsdist 43fd20
* Sun Oct 21 2001 Trond Eivind Glomsrød <teg@redhat.com> 21.1-0.1
cvsdist c08065
- 21.1
cvsdist c08065
- Build on IA64 again - the default config now handles it
cvsdist c08065
- Drop all old patches
cvsdist c08065
- Misc cleanups
cvsdist c08065
- Update the elisp manual to 21-2.7
cvsdist c08065
- Deprecate the emacs-nox and emacs-X11 subpackages. 
cvsdist c08065
  Simplify build procedure to match. 
cvsdist c08065
- Update php-mode to 1.0.0
cvsdist c08065
cvsdist 43fd20
* Mon Oct 15 2001 Trond Eivind Glomsrød <teg@redhat.com> 20.7-43
cvsdist c08065
- Add php-mode 0.9.9
cvsdist c08065
- Add URL (#54603)
cvsdist c08065
- don't run autoconf/libtoolize during build - they're broken
cvsdist c08065
- don't build on IA64 until they are fixed
cvsdist c08065
cvsdist 43fd20
* Sun Sep 16 2001 Trond Eivind Glomsrød <teg@redhat.com> 20.7-42
cvsdist c08065
- Update python-mode to the version in the python 2.2a3
cvsdist c08065
- Include po-mode in emacs, instead of including in gettext
cvsdist af3202
cvsdist 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* Fri Mar 16 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist a8bb5f
- New locale.alias file for emacs-nox
cvsdist a8bb5f
cvsdist 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* Fri Dec 15 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist a8bb5f
- prereq fileutils for emacs-nox
cvsdist a8bb5f
cvsdist 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* Tue Oct 17 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist a8bb5f
- new and better emacs.desktop file
cvsdist a8bb5f
cvsdist 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* Tue Jul 25 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- remove "-b" option from manpage
cvsdist af3202
cvsdist 43fd20
* 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 43fd20
* Fri Jul 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- fix some typos in spec file
cvsdist af3202
cvsdist 43fd20
* Sun Jul 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- make /etc/skel/.emacs 0644
cvsdist af3202
cvsdist 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* 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 43fd20
* Thu Apr 20 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- gzip man pages
cvsdist af3202
cvsdist 43fd20
* 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 43fd20
* Tue Apr 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist af3202
- patched to detect bash2 scripts. 
cvsdist af3202
cvsdist 43fd20
* 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