3e3550
# AucTeX includes preview-latex which allows previeweing directly in the Emacs
3e3550
# buffer. This makes use of preview.sty, a LaTeX class, which is also included
3e3550
# with AucTex. preview-latex can either use a privately installed copy of
3e3550
# preview.sty, or it can use one installed in the system texmf tree. If the
3e3550
# following is set to 1, an add-on LaTeX package will be created which installs
3e3550
# into the system texmf tree, and preview-latex will use that. However, TeXLive
3e3550
# already includes preview.sty and so this may not be desireable -- setting the
3e3550
# following value to 0 means that preview-latex/AucTeX will use a privately
3e3550
# installed copy of preview.sty.
3e3550
%global separate_preview 1
3e3550
3e3550
Summary:        Enhanced TeX modes for Emacs
3e3550
Name:           emacs-auctex
3e3550
Version:        12.1
3e3550
Release:        3%{?dist}
3e3550
License:        GPLv3+ and GFDL
3e3550
Group:          Applications/Editors
3e3550
URL:            http://www.gnu.org/software/auctex/
3e3550
Requires:       emacs(bin) >= %{_emacs_version}
3e3550
Requires:       ghostscript dvipng
3e3550
Requires:       tex(latex) tex(dvips)
3e3550
Requires(pre):  /sbin/install-info
3e3550
Requires(post): /sbin/install-info
3e3550
Obsoletes:      emacs-auctex-el <= 11.86-9
3e3550
Provides:       emacs-auctex-el = %{version}-%{release}
3e3550
%if %{separate_preview}
3e3550
Requires:       tex-preview = %{version}-%{release}
3e3550
%endif
3e3550
3e3550
Source0:        http://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz
3e3550
3e3550
# Patch to fix FSF address in some files. Sent upstream 25th Feb 2018.
3e3550
# Should not be needed after version 12.1
3e3550
Patch0:         fix_fsf_address_and_whitespace.patch
3e3550
3e3550
BuildArch:      noarch
3e3550
BuildRequires:  emacs tex(latex) texinfo-tex ghostscript
3e3550
3e3550
%description
3e3550
AUCTeX is an extensible package that supports writing and formatting
3e3550
TeX files for most variants of Emacs.
3e3550
3e3550
AUCTeX supports many different TeX macro packages, including AMS-TeX,
3e3550
LaTeX, Texinfo and basic support for ConTeXt.  Documentation can be
3e3550
found under /usr/share/doc, e.g. the reference card (tex-ref.pdf) and
3e3550
the FAQ. The AUCTeX manual is available in Emacs info (C-h i d m
3e3550
AUCTeX RET). On the AUCTeX home page, we provide manuals in various
3e3550
formats.
3e3550
3e3550
AUCTeX includes preview-latex support which makes LaTeX a tightly
3e3550
integrated component of your editing workflow by visualizing selected
3e3550
source chunks (such as single formulas or graphics) directly as images
3e3550
in the source buffer.
3e3550
3e3550
This package is for GNU Emacs.
3e3550
3e3550
%package doc
3e3550
Summary:        Documentation in various formats for AUCTeX
3e3550
Group:          Documentation
3e3550
License:        GFDL
3e3550
3e3550
%description doc
3e3550
Documentation for the AUCTeX package for emacs in various formats,
3e3550
including HTML and PDF.
3e3550
3e3550
%if %{separate_preview}
3e3550
%package -n tex-preview
3e3550
Summary:        Preview style files for LaTeX
3e3550
Group:          Applications/Publishing
3e3550
Requires:       tex(latex)
3e3550
Provides:       tex(preview.sty)
3e3550
Obsoletes:      tetex-preview
3e3550
Provides:       tetex-preview
3e3550
3e3550
%description -n tex-preview
3e3550
The preview package for LaTeX allows for the processing of selected
3e3550
parts of a LaTeX input file.  This package extracts indicated pieces
3e3550
from a source file (typically displayed equations, figures and
3e3550
graphics) and typesets with their base point at the (1in,1in) magic
3e3550
location, shipping out the individual pieces on separate pages without
3e3550
any page markup.  You can produce either DVI or PDF files, and options
3e3550
exist that will set the page size separately for each page.  In that
3e3550
manner, further processing (as with Ghostscript or dvipng) will be
3e3550
able to work in a single pass.
3e3550
3e3550
The main purpose of this package is the extraction of certain
3e3550
environments (most notably displayed formulas) from LaTeX sources as
3e3550
graphics. This works with DVI files postprocessed by either Dvips and
3e3550
Ghostscript or dvipng, but it also works when you are using PDFTeX for
3e3550
generating PDF files (usually also postprocessed by Ghostscript).
3e3550
3e3550
The tex-preview package is generated from the AUCTeX package for
3e3550
Emacs.
3e3550
%endif
3e3550
3e3550
%prep
3e3550
%setup -q -n auctex-%{version}
3e3550
%patch0 -p1
3e3550
3e3550
%build
3e3550
%if %{separate_preview}
3e3550
%configure --with-emacs \
3e3550
           --with-texmf-dir=%{_datadir}/texlive/texmf-dist \
3e3550
%else
3e3550
%configure --with-emacs \
3e3550
           --without-texmf-dir
3e3550
%endif
3e3550
3e3550
make
3e3550
3e3550
# Build documentation in various formats
3e3550
pushd doc
3e3550
make extradist
3e3550
popd
3e3550
3e3550
# Fix some encodings
3e3550
iconv -f ISO-8859-1 -t UTF8 RELEASE > RELEASE.utf8 && touch -r RELEASE RELEASE.utf8 && mv RELEASE.utf8 RELEASE
3e3550
3e3550
%install
3e3550
mkdir -p %{buildroot}%{_emacs_sitestartdir}
3e3550
make DESTDIR=%{buildroot} install
3e3550
rm -rf %{buildroot}%{_var}
3e3550
3e3550
# Remove /usr/share/doc/auctex directory from buildroot since we don't want doc
3e3550
# files installed here
3e3550
rm -rf %{buildroot}%{_docdir}/auctex
3e3550
3e3550
# Create these ,nosearch files to keep the directories from the elisp search path
3e3550
touch %{buildroot}%{_emacs_sitelispdir}/auctex/.nosearch
3e3550
touch %{buildroot}%{_emacs_sitelispdir}/auctex/style/.nosearch
3e3550
3e3550
%post
3e3550
/sbin/install-info %{_infodir}/auctex.info %{_infodir}/dir 2>/dev/null || :
3e3550
/sbin/install-info %{_infodir}/preview-latex.info %{_infodir}/dir 2>/dev/null || :
3e3550
3e3550
%preun
3e3550
if [ $1 -eq 0 ]; then
3e3550
  /sbin/install-info --delete %{_infodir}/auctex.info %{_infodir}/dir 2>/dev/null || :
3e3550
  /sbin/install-info --delete %{_infodir}/preview-latex.info %{_infodir}/dir 2>/dev/null || :
3e3550
fi
3e3550
3e3550
%if %{separate_preview}
3e3550
%post -n tex-preview
3e3550
/usr/bin/texhash > /dev/null 2>&1 || :
3e3550
3e3550
%postun -n tex-preview
3e3550
/usr/bin/texhash > /dev/null 2>&1 || :
3e3550
%endif
3e3550
3e3550
%files
3e3550
%doc RELEASE COPYING README TODO FAQ CHANGES
3e3550
%doc %{_infodir}/*.info*
3e3550
%exclude %{_infodir}/dir
3e3550
%{_emacs_sitestartdir}/*
3e3550
%dir %{_emacs_sitelispdir}/auctex
3e3550
%dir %{_emacs_sitelispdir}/auctex/style
3e3550
%{_emacs_sitelispdir}/auctex/*.el
3e3550
%{_emacs_sitelispdir}/auctex/*.elc
3e3550
%{_emacs_sitelispdir}/auctex/style/*.el
3e3550
%{_emacs_sitelispdir}/auctex/style/*.elc
3e3550
%{_emacs_sitelispdir}/auctex/.nosearch
3e3550
%{_emacs_sitelispdir}/auctex/style/.nosearch
3e3550
%{_emacs_sitelispdir}/auctex/images
3e3550
%{_emacs_sitelispdir}/tex-site.el
3e3550
%if !%{separate_preview}
3e3550
%{_emacs_sitelispdir}/auctex/latex
3e3550
%{_emacs_sitelispdir}/auctex/doc
3e3550
%endif
3e3550
3e3550
%if %{separate_preview}
3e3550
%files -n tex-preview
3e3550
%doc COPYING
3e3550
%{_datadir}/texlive/texmf-dist/tex/latex/preview
3e3550
%{_datadir}/texlive/texmf-dist/doc/latex/styles
3e3550
%endif
3e3550
3e3550
%files doc
3e3550
%doc doc/*.{dvi,ps,pdf}
3e3550
%doc doc/html
3e3550
3e3550
%changelog
3e3550
* Sun Feb 25 2018 Jonathan Underwood <jonathan.underwood@gmail.com> - 12.1-3
3e3550
- Add patch to fix FSF address in some files
3e3550
3e3550
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 12.1-2
3e3550
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3e3550
3e3550
* Mon Jan 29 2018 Than Ngo <than@redhat.com> - 12.1-1
3e3550
- update to 12.1
3e3550
3e3550
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 11.89-5
3e3550
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3e3550
3e3550
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 11.89-4
3e3550
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
3e3550
3e3550
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 11.89-3
3e3550
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3e3550
3e3550
* Mon Dec 28 2015 Jonathan Underwood <jonathan.underwood@gmail.com> - 11.89-2
3e3550
- Add Provides tex(preview.sty) to preview sub-package
3e3550
3e3550
* Sat Nov 14 2015 Jonathan Underwood <jonathan.underwood@gmail.com> - 11.89-1
3e3550
- Update to 11.89
3e3550
- Use http for Source location
3e3550
- Create the .nosearch files with touch, as Makefile no longer does
3e3550
3e3550
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11.88-2
3e3550
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
3e3550
3e3550
* Wed Feb 18 2015 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.88-1
3e3550
- Update to 11.88
3e3550
3e3550
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11.87-9
3e3550
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
3e3550
3e3550
* Fri Feb 28 2014 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.87-8
3e3550
- Add patch to fix BZ 995245
3e3550
3e3550
* Wed Feb 12 2014 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.87-7
3e3550
- Really Fix up installation location of doc files
3e3550
3e3550
* Thu Feb  6 2014 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.87-6
3e3550
- Fix up installation location of doc files
3e3550
3e3550
* Thu Feb  6 2014 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.87-5
3e3550
- Move preview files to be installed under %%{_datadir}/texlive/texmf-dist (BZ 995544)
3e3550
3e3550
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11.87-4
3e3550
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3e3550
3e3550
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11.87-3
3e3550
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3e3550
3e3550
* Tue Dec  4 2012 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.87-2
3e3550
- Fix the install location of the preview tex files
3e3550
- Fix the BuildRequires for latex
3e3550
3e3550
* Mon Dec  3 2012 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.87-1
3e3550
- Update to new upstream version 11.87
3e3550
3e3550
* Wed Oct  3 2012 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.86-10
3e3550
- Fix the Obsoletes and Provides to allow package updating (BZ 862398)
3e3550
3e3550
* Wed Sep 19 2012 Karel Klíč <kklic@redhat.com> - 11.86-9
3e3550
- ELisp source code is no longer distributed in a separate package
3e3550
- License filed includes GFDL for the documentation
3e3550
3e3550
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11.86-8
3e3550
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3e3550
3e3550
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11.86-7
3e3550
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3e3550
3e3550
* Tue Mar  8 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.86-6
3e3550
- Replace define with global in macro definitions
3e3550
- Add patch to fix previewing of equations courtesy of Sato Ichi (BZ 646632)
3e3550
- Add defattr to doc sub-package
3e3550
3e3550
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11.86-5
3e3550
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3e3550
3e3550
* Fri Jul 16 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.86-4
3e3550
- Duplicate only the COPYING file and not the other docs in the tex-preview
3e3550
  subpackage
3e3550
3e3550
* Fri Jul 16 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.86-3
3e3550
- Add COPYING file and other docs to the tex-preview subpackage to comply with
3e3550
  updated licensing guidelines
3e3550
- Remove the no longer needed BuildRoot, %%clean and cleaning of Buildroot
3e3550
  inside %%install
3e3550
3e3550
* Sun May 23 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.86-2
3e3550
- Drop Requires for evince (rhbz 595104)
3e3550
3e3550
* Sat Mar  6 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.86-1
3e3550
- Update to 11.86
3e3550
- Drop unneeded patch for PDF and HTML viewing
3e3550
3e3550
* Thu Jan 28 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.85-11
3e3550
- Add patch to use evince for PDF file viewing and xdg-open for html file
3e3550
  viewing
3e3550
- Add Requires for evince
3e3550
3e3550
* Sat Nov  7 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.85-10
3e3550
- Update spec file to use macros defined in /etc/rpm/macros.emacs
3e3550
- Fix typo in spec comments
3e3550
3e3550
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11.85-9
3e3550
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3e3550
3e3550
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11.85-8
3e3550
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3e3550
3e3550
* Sun Feb 24 2008 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.85-7
3e3550
- Add Requires for dvipng
3e3550
3e3550
* Sat Feb 16 2008 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.85-6
3e3550
- Preserve timestamp of RELEASE when converting to UTF8
3e3550
3e3550
* Wed Feb 13 2008 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.85-5
3e3550
- Re-add creation of emacs_startdir
3e3550
3e3550
* Tue Feb 12 2008 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.85-4
3e3550
- Remove BuildRequires for pkgconfig - not needed
3e3550
- Clean out uneeded creation of site start directory
3e3550
- Remove /usr/share/doc/auctex directory from buildroot
3e3550
3e3550
* Tue Feb 12 2008 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.85-3
3e3550
- Bump release and rebuild - had forgotten to upload the new sources
3e3550
3e3550
* Tue Feb 12 2008 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.85-2
3e3550
- Add BuilddRequires for pkgconfig
3e3550
3e3550
* Tue Feb 12 2008 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.85-1
3e3550
- Update to version 11.85
3e3550
- Change license to GPLv3+ accordingly
3e3550
3e3550
* Wed Jan 23 2008 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.84-7
3e3550
- tex-preview no longer Requires ghostscript (#429811)
3e3550
- Use virtual provides for tex(latex) etc.
3e3550
3e3550
* Tue Dec 25 2007 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.84-6
3e3550
- Add Obsolotes and Provides for tetex-preview to tex-preview (#426758)
3e3550
3e3550
* Sun Dec 23 2007 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.84-5
3e3550
- Enable building of separate tex-preview package
3e3550
- Remove a few residual tetex references
3e3550
3e3550
* Sun Dec 16 2007 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.84-4
3e3550
- Add macros for automatic detection of Emacs version, site-lisp directory etc
3e3550
- Make building of tex-preview subpackage optional, and disable for now
3e3550
- Adjust Requires and BuildRequires for texlive
3e3550
- Remove auctex-init.el since not needed
3e3550
- Make RELEASE utf8
3e3550
3e3550
* Sat Aug  4 2007 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.84-3
3e3550
- Clarify license version
3e3550
- Correct version and release requirement for the el package
3e3550
3e3550
* Sat Jan 13 2007 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.84-2
3e3550
- Update BuildRequires for texinfo-tex package
3e3550
3e3550
* Sat Jan 13 2007 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.84-1
3e3550
- Update to version 11.84
3e3550
- Build all documentation and package in a -doc package
3e3550
3e3550
* Mon Aug 28 2006 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.83-7
3e3550
- Bump release for FC-6 mass rebuild
3e3550
3e3550
* Sun Jun 18 2006 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.83-6
3e3550
- Remove debug patch entry
3e3550
3e3550
* Sun Jun 18 2006 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.83-5
3e3550
- Bump release
3e3550
3e3550
* Sun Jun 18 2006 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.83-4
3e3550
- Bump release
3e3550
3e3550
* Sun Jun 18 2006 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.83-3
3e3550
- Sync with FC-5 spec file which includes the following changes
3e3550
- No longer use makeinstall macro
3e3550
- No longer specify texmf-dir, tex-dir for configure
3e3550
- Main package now owns the site-lisp auctex and styles directories
3e3550
- Place preview.dvi in correct directory, and have tetex-preview own
3e3550
  it
3e3550
- General cleanups
3e3550
3e3550
* Sat Jun 10 2006 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.83-4
3e3550
- Bump release
3e3550
3e3550
* Sat Jun 10 2006 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.83-3
3e3550
- Bump release. Wrap descriptions at column 70.
3e3550
3e3550
* Sat Jun 10 2006 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 11.83-1
3e3550
- Update to 11.83
3e3550
- Add specific release requirement to tetex-preview Requires of main package
3e3550
3e3550
* Wed May 24 2006 Jonathan Underwood <jonathan.underwood@gmail.com> - 11.82-12
3e3550
- Bump version number.
3e3550
3e3550
* Wed May 24 2006 Jonathan Underwood <jonathan.underwood@gmail.com> - 11.82-11
3e3550
- Fix up whitespace for Ed. Bump version number.
3e3550
3e3550
* Thu May 18 2006 Jonathan Underwood <jonathan.underwood@gmail.com> - 11.82-9
3e3550
- Split out tetex-preview subpackage
3e3550
- Split out source elisp files
3e3550
- Update package descriptions
3e3550
3e3550
* Mon May  1 2006 Jonathan Underwood <jonathan.underwood@gmail.com> - 11.82-8
3e3550
- Add tetex-latex to BuildRequires
3e3550
3e3550
* Mon May  1 2006 Jonathan Underwood <jonathan.underwood@gmail.com> - 11.82-7
3e3550
- Add ghostscript to Requires and BuildRequires
3e3550
3e3550
* Mon May  1 2006 Jonathan Underwood <jonathan.underwood@gmail.com> - 11.82-6
3e3550
- Leave .nosearch file in styles directory - this directory shouldn't be in the load-path
3e3550
3e3550
* Mon May  1 2006 Jonathan Underwood <jonathan.underwood@gmail.com> - 11.82-5
3e3550
- Move installation of the preview style files out of the texmf tree for now
3e3550
3e3550
* Mon Apr 24 2006 Jonathan Underwood <jonathan.underwood@gmail.com> - 11.82-4
3e3550
- Added preview-latex
3e3550
- Removed INSTALL document from package (not necessary)
3e3550
- Clean up generation of startup files from spec file
3e3550
3e3550
* Thu Apr 20 2006 Ed Hill <ed@eh3.com> - 11.82-3
3e3550
- fix startup file per bug# 189488
3e3550
3e3550
* Sun Apr  9 2006 Ed Hill <ed@eh3.com> - 11.82-2
3e3550
- rebuild
3e3550
3e3550
* Sun Apr  9 2006 Ed Hill <ed@eh3.com> - 11.82-1
3e3550
- update to 11.82
3e3550
3e3550
* Fri Sep 30 2005 Ed Hill <ed@eh3.com> - 11.81-2
3e3550
- fix stupid tagging mistake
3e3550
3e3550
* Fri Sep 30 2005 Ed Hill <ed@eh3.com> - 11.81-1
3e3550
- update to 11.81
3e3550
- disable preview for now since it needs some packaging work
3e3550
3e3550
* Tue Sep  6 2005 Ed Hill <ed@eh3.com> - 11.55-5
3e3550
- bugzilla 167439
3e3550
3e3550
* Tue Aug  9 2005 Ed Hill <ed@eh3.com> - 11.55-4
3e3550
- call it BuildArch
3e3550
3e3550
* Tue Aug  9 2005 Ed Hill <ed@eh3.com> - 11.55-3
3e3550
- add Requires and BuildRequires
3e3550
3e3550
* Mon Aug  8 2005 Ed Hill <ed@eh3.com> - 11.55-2
3e3550
- modify for acceptance into Fedora Extras
3e3550
3e3550
* Fri Jan 21 2005 David Kastrup <dak@gnu.org>
3e3550
- Conflict with outdated Emacspeak versions
3e3550
3e3550
* Fri Jan 14 2005 David Kastrup <dak@gnu.org>
3e3550
- Install and remove auctex.info, not auctex
3e3550
3e3550
* Thu Aug 19 2004 David Kastrup <dak@gnu.org>
3e3550
- Change tex-site.el to overwriting config file mode.  New naming scheme.
3e3550
3e3550
* Mon Aug 16 2004 David Kastrup <dak@gnu.org>
3e3550
- Attempt a bit of SuSEism.  Might work if we are lucky.
3e3550
3e3550
* Sat Dec  7 2002 David Kastrup <David.Kastrup@t-online.de>
3e3550
- Change addresses to fit move to Savannah.
3e3550
3e3550
* Mon Apr 15 2002 Jan-Ake Larsson <jalar@imf.au.dk>
3e3550
- Adjusted TeX-macro-global and put autoactivation in preinstall
3e3550
  script so that it can be chosen at install time.
3e3550
3e3550
* Tue Feb 19 2002 Jan-Ake Larsson <jalar@imf.au.dk>
3e3550
- Added site-start.el support
3e3550
3e3550
* Sat Feb 16 2002 Jan-Ake Larsson <jalar@imf.au.dk>
3e3550
- Prerelease 11.11