Hello community, here is the log from the commit of package emacs-auctex for openSUSE:Factory checked in at 2020-08-15 21:19:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/emacs-auctex (Old) and /work/SRC/openSUSE:Factory/.emacs-auctex.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "emacs-auctex" Sat Aug 15 21:19:39 2020 rev:39 rq:826659 version:12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/emacs-auctex/emacs-auctex.changes 2019-12-03 15:21:51.830521067 +0100 +++ /work/SRC/openSUSE:Factory/.emacs-auctex.new.3399/emacs-auctex.changes 2020-08-15 21:20:17.915620541 +0200 @@ -1,0 +2,66 @@ +Fri Aug 14 10:03:53 UTC 2020 - Dr. Werner Fink <wer...@suse.de> + +- Update to 12.2 to avoid obsolete (process-kill-without-query) (boo#1175274) + * AUCTeX reflects the changes in LaTeX2e 2019-10-01 release. + 'filecontents' environment now takes an optional argument and can + be used anywhere in a document. The macros '\Ref' and + '\labelformat' are moved from 'varioref.sty' to LaTeX kernel. + amsmath has a new macro '\overunderset'. + * A new method is implemented in preview-latex to adjust the + foreground colors of generated images to those of Emacs, when the + LaTeX command produces PDF. The traditional method became invalid + because of the change introduced in Ghostscript 9.27. + Unfortunately, the new method doesn't work due to a bug in + Ghostscript 9.27 and is valid only for Ghostscript > 9.27. There + is also a fallback method for gs 9.27 users which displays plain + "black on white" images. For successful function of preview-latex, + the users are encouraged to set up the new user option + 'preview-pdf-color-adjust-method' to choose appropriate option + among the three: new, traditional and fallback method. + * AUCTeX has support for the Flymake package in Emacs 26 or newer. + To enable, call 'M-x flymake-mode RET' or add this to your '.emacs' + file: + (add-hook 'LaTeX-mode-hook #'flymake-mode) + * The way the option 'TeX-record-buffer' is used was corrected. It + was used in just the opposite way as the document says. Erase the + customization if you have customized this option since it now acts + in reverse to your expectation. + * A former customize option 'japanese-TeX-command-list' is removed. + Use 'japanese-TeX-engine-default', or if it's really necessary, + customize 'TeX-command-list' directly if the task which the option + used to carry is required. + * Support for standard LaTeX without e-TeX extension is now very + limited. It doesn't work if raw TeX code is put on the command + line to invoke latex command. It also fails for region compilation + ('C-c C-r' and so on) with documents of non-ascii file name. In + addition, it no longer works with preview-latex. We consider this + incompatibility is permissible because e-TeX extension is enabled + for standard LaTeX by default long ago. LaTeX variants such as + XeLaTeX and LuaLaTeX are not affected. + * Key binds in Texinfo mode are improved. Typing '$', '^', '_' and + '\' now just self-inserts without pointless side effects in Texinfo + mode. + In addition, the option 'TeX-electric-escape' is now effective in + Texinfo mode. When it is enabled, typing '@' will invoke + 'TeX-electric-macro' offering completion in similar style with + other TeX modes of AUCTeX. + * Fontification support for 'biblatex' package is improved and + updated to macros provided by package version 3.12. For qualified + lists, at least 2 mandatory arguments are fontified. + * Support for column specifiers 'w' and 'W' provided by 'array' + package is added to 'array.el'. The correct counting of columns + only works when the 'align' parameter is enclosed in braces, e.g., + 'w{l}{3cm}'. The short version 'wl{3cm}' is not supported. + * Entries for 'PDF Tools' are added in + 'TeX-view-program-list-builtin' for Windows and macOS. This viewer + can be configured under these operating systems with an entry like + this in an init file: + (setq TeX-view-program-selection '((output-pdf "PDF Tools"))) + * Several other bugs were fixed, many minor features were added. +- Drop patches which seem now obsolete + * utf8-names-3b1ffcd8.patch + * utf8-names-a8ea1273.patch + * utf8-names-fix-boo1135326.patch +- Correct line number in patch dvips.patch + +------------------------------------------------------------------- Old: ---- auctex-12.1.tar.gz utf8-names-3b1ffcd8.patch utf8-names-a8ea1273.patch utf8-names-fix-boo1135326.patch New: ---- auctex-12.2.tar.gz auctex-12.2.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ emacs-auctex.spec ++++++ --- /var/tmp/diff_new_pack.f6F0Cp/_old 2020-08-15 21:20:20.019621742 +0200 +++ /var/tmp/diff_new_pack.f6F0Cp/_new 2020-08-15 21:20:20.019621742 +0200 @@ -1,7 +1,7 @@ # # spec file for package emacs-auctex # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,19 +36,17 @@ BuildRequires: texlive-tex BuildRequires: texlive-texinfo %endif -Version: 12.1 +Version: 12.2 Release: 0 Summary: AUC TeX: An Emacs Extension License: GPL-2.0-or-later Group: Productivity/Editors/Emacs -Source: http://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz +Source0: http://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz +Source1: http://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz.sig URL: http://www.gnu.org/software/auctex # Allows to select printer instance # PATCH-FEATURE-UPSTREAM dvips.patch Patch0: dvips.patch -Patch10: utf8-names-3b1ffcd8.patch -Patch11: utf8-names-a8ea1273.patch -Patch12: utf8-names-fix-boo1135326.patch BuildArch: noarch %description @@ -71,9 +69,6 @@ %prep %setup -n auctex-%{version} %patch0 -%patch10 -%patch11 -%patch12 %build unset ${!LC_*} ++++++ auctex-12.1.tar.gz -> auctex-12.2.tar.gz ++++++ ++++ 24922 lines of diff (skipped) ++++++ dvips.patch ++++++ --- /var/tmp/diff_new_pack.f6F0Cp/_old 2020-08-15 21:20:20.299621902 +0200 +++ /var/tmp/diff_new_pack.f6F0Cp/_new 2020-08-15 21:20:20.299621902 +0200 @@ -1,6 +1,6 @@ --- tex.el +++ tex.el 2015-11-14 12:10:30.386677534 +0200 -@@ -345,7 +345,7 @@ +@@ -354,7 +354,7 @@ ;; TeX-print-command. (defcustom TeX-print-command