diff --git a/auctex-13.2-auto-TL-2023.tar.xz b/auctex-13.2-auto-TL-2023.tar.xz deleted file mode 100644 index 3c15c57..0000000 --- a/auctex-13.2-auto-TL-2023.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ac7800d1668878aef02f9a6441e4690815171757ae65fd523e829c5de874aa3 -size 3001160 diff --git a/auctex-13.2.tar.gz b/auctex-13.2.tar.gz deleted file mode 100644 index b445aba..0000000 --- a/auctex-13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e7e402abcf846694eba7719925bf095c23ef33a5e6602201c74b6ca60944035 -size 1667548 diff --git a/auctex-13.2.tar.gz.sig b/auctex-13.2.tar.gz.sig deleted file mode 100644 index a298b33..0000000 Binary files a/auctex-13.2.tar.gz.sig and /dev/null differ diff --git a/auctex-13.3-auto-TL-2023.tar.xz b/auctex-13.3-auto-TL-2023.tar.xz new file mode 100644 index 0000000..2d0f3ba --- /dev/null +++ b/auctex-13.3-auto-TL-2023.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f404dbbe5da98006017234d5bc663f18ec71b581e47d5672eb7bce71c1b3d760 +size 2452832 diff --git a/auctex-13.3.tar.gz b/auctex-13.3.tar.gz new file mode 100644 index 0000000..059d6ae --- /dev/null +++ b/auctex-13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7e57e1241a499f34861d59f3c4652fb47e3896c7a2768edbbbec1e54c91252 +size 1695608 diff --git a/auctex-13.3.tar.gz.sig b/auctex-13.3.tar.gz.sig new file mode 100644 index 0000000..6e89a72 Binary files /dev/null and b/auctex-13.3.tar.gz.sig differ diff --git a/emacs-auctex.changes b/emacs-auctex.changes index 56e3b5d..08b9612 100644 --- a/emacs-auctex.changes +++ b/emacs-auctex.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Feb 9 13:28:42 UTC 2024 - Dr. Werner Fink + +- Update to 13.4 + * AUCTeX now requires GNU Emacs 26.1 or higher. + * LaTeX abbrevs are now available in docTeX mode buffers. + * AUCTeX temporarily rebinds the variable ‘gc-cons-percentage’ to a + higher value during parsing which speeds up the process + significantly. The memory pressure should still be acceptable, + even on older machines. + * Macros provided by the ‘xparse’ package are part of LaTeX kernel + since October 2020. AUCTeX tracks this change and the content of + ‘xparse.el’ is moved into ‘latex.el’ and ‘font-latex.el’ + respectively. + * The variable ‘preview-scale-function’ is now allowed as a + file-local variable where the assigned value can only be between + 0.1 and 10. + ------------------------------------------------------------------- Thu Aug 3 11:31:29 UTC 2023 - Dr. Werner Fink @@ -8,7 +26,7 @@ Thu Aug 3 11:31:29 UTC 2023 - Dr. Werner Fink Wed Aug 2 11:11:34 UTC 2023 - Dr. Werner Fink - Update to 13.2 - • AUCTeX no longer refuses to insert dollar sign when you type ‘$’ at + * AUCTeX no longer refuses to insert dollar sign when you type ‘$’ at point where AUCTeX thinks the current math mode didn’t start with dollar(s). AUCTeX assumes the user knows that it isn’t in math mode actually. diff --git a/emacs-auctex.spec b/emacs-auctex.spec index f9891c8..168c61e 100644 --- a/emacs-auctex.spec +++ b/emacs-auctex.spec @@ -1,7 +1,7 @@ # # spec file for package emacs-auctex # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,7 +42,7 @@ BuildRequires: texlive-latex BuildRequires: texlive-tex BuildRequires: texlive-texinfo %endif -Version: 13.2 +Version: 13.3 Release: 0 Summary: AUC TeX: An Emacs Extension License: GPL-3.0-or-later @@ -78,8 +78,8 @@ you cannot use this package for XEmacs. %prep %setup -n auctex-%{version} -%patch0 -%patch1 +%patch -P0 +%patch -P1 %build unset ${!LC_*} @@ -110,9 +110,9 @@ you cannot use this package for XEmacs. %make_install DESTDIR=%{buildroot} pushd %{buildroot}%{_aucdir}/auto/ %if %{with tex4auto} - cwd + pwd echo "Run the command TeX-auto-generate-global in mini buffer" - emacs-gtk --no-site -L %{buildroot}%{_sitedir}/auctex \ + emacs-gtk -Q -L %{buildroot}%{_sitedir}/auctex \ --eval '(setq TeX-lisp-directory "%{buildroot}%{_aucdir}")' \ --eval '(setq TeX-auto-global "%{buildroot}%{_aucdir}/auto")' \ -l %{buildroot}%{_sitedir}/tex-site.el