Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package emacs-auctex for openSUSE:Factory 
checked in at 2021-10-15 23:03:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs-auctex (Old)
 and      /work/SRC/openSUSE:Factory/.emacs-auctex.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs-auctex"

Fri Oct 15 23:03:48 2021 rev:40 rq:925236 version:12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs-auctex/emacs-auctex.changes        
2020-08-15 21:20:17.915620541 +0200
+++ /work/SRC/openSUSE:Factory/.emacs-auctex.new.1890/emacs-auctex.changes      
2021-10-15 23:04:06.894103935 +0200
@@ -1,0 +2,33 @@
+Thu Oct 14 10:07:35 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Update to 12.3
+  * Support for 'PSTricks' is now PDF-oriented.  AUCTeX no longer turns
+    off PDF mode for 'PSTricks' documents even without 'pst-pdf'.  It
+    now sets up 'TeX-PDF-from-DVI' option so that PDF output is
+    generated when 'TeX-PDF-mode' is enabled (default).  Users who want
+    DVI output should disable PDF mode explicitly by file local
+    variable, or customize 'TeX-PDF-mode' to 'nil'.
+  * The function 'font-latex-update-font-lock' has been obsoleted in
+    order to fix 'bug#37945'.  That function was used by several style
+    files in order to refresh fontification after adding new symbols or
+    verbatim constructs.  It is better to call 'font-lock-flush' in the
+    former case and 'font-latex-set-syntactic-keywords' in the latter
+    case.  The function 'font-latex-update-font-lock' still exists as a
+    no-op which only shows a warning explaining how to update font-lock
+    as mentioned above.
+  * Math expression highlighting was improved.  Highlighting for
+    documents with a lot of inline math expressions '$...$' won't get
+    scrambled now ('bug#33139').
+  * AUCTeX tracks changes in LaTeX2e 2020-02-02 release.  AUCTeX
+    supports the improvements to LaTeX font selection mechanism (NFSS).
+    New macros like '\textsw' or '\textulc' are added to font insertion
+    keyboard commands.  See the section for inserting font specifiers
+    for details.  Further, the entries in the menu LaTeX, Insert Font
+    are reorganized and adjusted accordingly.
+  * Insertion of environments in LaTeX documents (i.e.  'C-c C-e') was
+    improved.  The former code had a few bugs, which sometimes resulted
+    in either spurious empty line or spurious comment prefix, or both,
+    especially when the region is active.  Those bugs are now fixed.
+  * More bugs fixed, other minor features implemented.
+
+-------------------------------------------------------------------

Old:
----
  auctex-12.2.tar.gz
  auctex-12.2.tar.gz.sig

New:
----
  auctex-12.3.tar.gz
  auctex-12.3.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ emacs-auctex.spec ++++++
--- /var/tmp/diff_new_pack.GnxJb5/_old  2021-10-15 23:04:07.534104392 +0200
+++ /var/tmp/diff_new_pack.GnxJb5/_new  2021-10-15 23:04:07.534104392 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-auctex
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,15 +28,13 @@
 Requires:       emacs
 Requires:       texlive-latex
 Requires:       texlive-tools
-Supplements:    packageand(texlive:emacs)
-%if %suse_version > 1220
+Supplements:    (texlive and emacs)
 BuildRequires:  makeinfo
 BuildRequires:  texinfo
 BuildRequires:  texlive-collection-latexextra
 BuildRequires:  texlive-tex
 BuildRequires:  texlive-texinfo
-%endif
-Version:        12.2
+Version:        12.3
 Release:        0
 Summary:        AUC TeX: An Emacs Extension
 License:        GPL-2.0-or-later

++++++ auctex-12.2.tar.gz -> auctex-12.3.tar.gz ++++++
++++ 10280 lines of diff (skipped)

++++++ dvips.patch ++++++
--- /var/tmp/diff_new_pack.GnxJb5/_old  2021-10-15 23:04:07.742104540 +0200
+++ /var/tmp/diff_new_pack.GnxJb5/_new  2021-10-15 23:04:07.742104540 +0200
@@ -1,6 +1,6 @@
 --- tex.el
 +++ tex.el     2015-11-14 12:10:30.386677534 +0200
-@@ -354,7 +354,7 @@
+@@ -426,7 +426,7 @@
  ;; TeX-print-command.
  
  (defcustom TeX-print-command

Reply via email to