Commit Graph

62 Commits

Author SHA256 Message Date
Dominique Leuenberger
3e63b3641c Accepting request 925236 from editors
- 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.

OBS-URL: https://build.opensuse.org/request/show/925236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=40
2021-10-15 21:03:48 +00:00
Dr. Werner Fink
9120dace7c Update to auctex-12.3
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=49
2021-10-14 10:48:32 +00:00
Dominique Leuenberger
660dcc9f64 Accepting request 826659 from editors
- 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

OBS-URL: https://build.opensuse.org/request/show/826659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=39
2020-08-15 19:19:39 +00:00
Dr. Werner Fink
c5ba94c531 boo#1175274
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=47
2020-08-14 11:07:42 +00:00
Dr. Werner Fink
4af2fc3435 Update to 12.2 to avoid obsolete (process-kill-without-query)
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=46
2020-08-14 10:57:09 +00:00
Dominique Leuenberger
0442938181 Accepting request 753195 from editors
Supplement emacs-auctex if texlive and emacs are installed (boo#1158035)

OBS-URL: https://build.opensuse.org/request/show/753195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=38
2019-12-03 14:21:50 +00:00
Dr. Werner Fink
c903c24217 Supplement emacs-auctex if texlive and emacs are installed (boo#1158035)
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=44
2019-12-03 12:28:57 +00:00
Dominique Leuenberger
53d24cc8f3 Accepting request 711321 from editors
- Fix the two last upstream commits by adding patch
  utf8-names-fix-boo1135326.patch which is kind of a backport for
  bug boo#1135326

OBS-URL: https://build.opensuse.org/request/show/711321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=37
2019-06-22 09:24:52 +00:00
Dr. Werner Fink
5a1e257cac Add fix for last two patches by patch utf8-names-fix-boo1135326.patch
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=42
2019-06-21 13:12:23 +00:00
Dominique Leuenberger
8a8f6cb5e8 Accepting request 625210 from editors
- Add patches/commits from upstream utf8-names-3b1ffcd8.patch and
  utf8-names-a8ea1273.patch to be able handle files names with
  UTF-8 characters as well

OBS-URL: https://build.opensuse.org/request/show/625210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=36
2018-07-25 14:14:23 +00:00
Dr. Werner Fink
7170e304ba UTF-8 characters in file names
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=40
2018-07-25 08:50:01 +00:00
Dominique Leuenberger
a023b48fdb Accepting request 597702 from editors
- Update to 12.1 due bug boo#1088548
  * AUCTeX now requires GNU Emacs 24 or higher.  Support for XEmacs has
  * Besides the change in the supported version of Emacs, there has
    been no functional change in this release, which is equivalent to
    version 11.92.
  * preview-latex is compatible with Ghostscript 9.22 where the
    operator '.runandhide' is removed.  All occurrences of
    '.runandhide' in preview-latex are replaced by alternative code
    making it work with Ghostscript 9.22 again.
  * AUCTeX has a new customize option
    'TeX-math-input-method-off-regexp'.  When you begin to input a math
    formula, the current input method is turned off if its name matches
    this regular expression.
  * The window system focus is pulled back to Emacs when viewing with
    evince-compatible viewers if a new customize option
    'TeX-view-evince-keep-focus' is non-nil.
  * The usual dose of bug fixes was administered.
  * Now AUCTeX has a logo.  The LaTeX code to create it is available in
    the 'etc/' directory of the package.
  * Add support for 'upmendex', an extension of 'makeindex' capable of
    sorting indexes by unicode based ICU.
  * Fix preview-latex to interact correctly with Japanese LaTeX.  The
    parsing routine was made robust not to be confused by the 7-bit
    encoding of Japanese text and the necessary option to LaTeX command
    is kept even when preamble caching is enabled.
  * The new "Glossaries" entry in 'TeX-command-list' runs the command
    'makeglossaries'.
  * Fontification of control symbols has been improved.  Characters
    defined in 'font-latex-match-simple-exclude-list' do not receive
    any fontification.  In DocTeX mode, the character '_' is removed

OBS-URL: https://build.opensuse.org/request/show/597702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=35
2018-04-20 15:29:21 +00:00
Dr. Werner Fink
3e657a1e2d Update to auctex 12.1 due bug boo#1088548
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=38
2018-04-18 08:00:06 +00:00
Dominique Leuenberger
c8a189e96d Accepting request 506982 from editors
- Update to 11.90
   * In addition to the completion performed by 'TeX-complete-symbol',
     AUCTeX now also supports the new Emacs standard completion-at-point
     facility (see the Emacs command 'completion-at-point').  This also
     means that modern completion UIs like company-mode work out of the
     box in TeX and LaTeX buffers.
   * Completion is now aware of being inside a math environment and then
     completes math macros.
   * AUCTeX is able to display several levels of super- and subscripts,
     each one raised above and a bit smaller than its basis.  For this
     feature, have a look at the customize options
     'font-latex-fontify-script' (especially the new values
     'multi-level' and 'invisible') and
     'font-latex-fontify-script-max-level'.  Also, the script characters
     '^' and '_' are also fontified with a special face named
     'font-latex-script-char-face'.
   * Parsing of format specification in various tabular environments has
     been improved.  The function 'LaTeX-insert-item' ('C-c <LFD>')
     inserts suitable number of ampersands for '*{num}{cols}'
     constructs.  Style files for LaTeX packages 'tabularx', 'tabulary',
     'longtable', 'dcolumn' and 'siunitx' are adapted to take advantage
     of this improvement.
   * AUCTeX has a new Ispell dictionary 'tex-ispell.el' for macros and
     environments which will be skipped during spell checking.  The
     activiation of this feature is controlled by a new customize option
     'TeX-ispell-extend-skip-list', which is set to 't' and activated by
     default.
   * AUCTeX has a new customize option 'TeX-raise-frame-function' that
     is currently only used by Evince and Atril inverse search to raise
     the Emacs frame.

OBS-URL: https://build.opensuse.org/request/show/506982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=34
2017-06-30 16:42:27 +00:00
Dr. Werner Fink
ea34a29a0c .
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=36
2017-06-29 09:09:33 +00:00
Dominique Leuenberger
4f603c1f5e Accepting request 430594 from editors
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/430594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=33
2016-09-30 13:32:56 +00:00
Dr. Werner Fink
09e8f81148 .
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=34
2016-09-20 15:34:59 +00:00
Dr. Werner Fink
2c749d035b .
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=33
2016-09-20 14:21:16 +00:00
Dominique Leuenberger
e1f1bd485d Accepting request 347501 from editors
Fix last try.

OBS-URL: https://build.opensuse.org/request/show/347501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=32
2015-12-09 18:51:30 +00:00
Dirk Stoecker
1ab623c456 OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=32 2015-12-04 23:03:04 +00:00
Dr. Werner Fink
462ce74644 Accepting request 347440 from home:auxsvr:branches:editors
Upgraded to 11.89, removed two patches and added a patch about dvips, previously included in auctex-11.87.dif.

OBS-URL: https://build.opensuse.org/request/show/347440
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=31
2015-12-04 12:21:11 +00:00
Stephan Kulow
5fac12d757 Accepting request 255990 from editors
1

OBS-URL: https://build.opensuse.org/request/show/255990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=31
2014-10-14 05:12:39 +00:00
Dirk Stoecker
51a24067b6 Accepting request 254466 from home:elvigia:branches:editors
- No shared libraries are needed for build, this is a noarch 
  package.

OBS-URL: https://build.opensuse.org/request/show/254466
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=29
2014-10-13 18:48:17 +00:00
Stephan Kulow
3305c606c1 Accepting request 200524 from editors
- Make it build again as we have now a site-start.d below site-lisp

OBS-URL: https://build.opensuse.org/request/show/200524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=29
2013-09-26 09:43:02 +00:00
Dr. Werner Fink
8d51a5c337 .
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=27
2013-09-25 10:20:40 +00:00
Stephan Kulow
15d6327307 Accepting request 178972 from editors
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/178972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=27
2013-06-17 08:03:42 +00:00
Dr. Werner Fink
851f86efb4 .
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=25
2013-06-07 07:51:29 +00:00
Dr. Werner Fink
bedf6700cf .
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=24
2013-06-07 07:26:02 +00:00
Stephan Kulow
7aa3db27b3 Accepting request 177896 from editors
- Update to auctex 11.87
  * Includes the preview fix for ghostscript
  * Includes the changes for font-late.elc
- Remove auctex-11.86-font-latex.5.194.patch

- Add patch auctex-11.86-font-latex.5.194.patch from upstream to
  make GNU emacs 24.3 silent about font-late.elc (reported by
  Johannes Roth)

- auctex: Version 9.5a für GNU-emacs und X-emacs

OBS-URL: https://build.opensuse.org/request/show/177896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=26
2013-06-07 04:58:00 +00:00
Dr. Werner Fink
98e5ed1198 .
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=22
2013-06-06 11:03:22 +00:00
Dr. Werner Fink
91d5cfc6af .
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=21
2013-06-06 10:31:14 +00:00
Dr. Werner Fink
e1f159163d .
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=20
2013-06-06 10:29:14 +00:00
Stephan Kulow
141042ec00 Accepting request 156135 from editors
- Make dinbrief work again

OBS-URL: https://build.opensuse.org/request/show/156135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=25
2013-03-01 06:17:17 +00:00
Dr. Werner Fink
5587e46978 .
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=18
2013-02-22 17:09:15 +00:00
Stephan Kulow
e8049bc6ad Accepting request 128749 from editors
- Use texlive-texinfo for build and add also all LaTeX styles to
  be scanned during AucTeX build.
- Use texinfo *and* makeinfo for build as both are required

OBS-URL: https://build.opensuse.org/request/show/128749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=23
2012-07-24 12:58:12 +00:00
Dr. Werner Fink
b73c299f00 .
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=16
2012-07-23 11:47:42 +00:00
Dr. Werner Fink
4b7298fac4 .
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=15
2012-07-23 10:07:21 +00:00
Stephan Kulow
65a06631c6 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=21
2011-12-06 17:08:03 +00:00
Sascha Peilicke
b9bc19eaa3 Accepting request 84202 from editors
- Remove redundant/obsolete tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build (forwarded request 83418 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/84202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=19
2011-09-22 08:42:52 +00:00
Stephan Kulow
6c288dc724 Accepting request 83418 from home:jengelh:bl-e
- Remove redundant/obsolete tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/83418
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=13
2011-09-21 13:56:03 +00:00
OBS User autobuild
9580de455c Accepting request 50473 from editors
Copy from editors/emacs-auctex based on submit request 50473 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/50473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=17
2010-10-13 22:54:26 +00:00
OBS User autobuild
994a754581 Accepting request 50473 from editors
checked in (request 50473)

OBS-URL: https://build.opensuse.org/request/show/50473
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=12
2010-10-13 22:54:25 +00:00
Dr. Werner Fink
2f6de88345 .
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=11
2010-10-13 10:11:42 +00:00
OBS User autobuild
2a61e7e160 Accepting request 45455 from editors
Copy from editors/emacs-auctex based on submit request 45455 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/45455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=16
2010-08-13 00:43:58 +00:00
OBS User buildservice-autocommit
b3cfd4c6c6 Updating link to change in openSUSE:Factory/emacs-auctex revision 16.0
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=893ee836282826fac08255b251b2da1a
2010-08-13 00:43:58 +00:00
OBS User autobuild
38c1bca6fd Accepting request 45455 from editors
checked in (request 45455)

OBS-URL: https://build.opensuse.org/request/show/45455
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=10
2010-08-13 00:43:57 +00:00
Dr. Werner Fink
da5ec3e606 .
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=9
2010-08-12 09:31:33 +00:00
Dr. Werner Fink
86ca80d60a .
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=8
2010-08-11 16:59:24 +00:00
OBS User autobuild
a2efb6002b Accepting request 43943 from editors
Copy from editors/emacs-auctex based on submit request 43943 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/43943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=15
2010-08-02 09:48:14 +00:00
OBS User buildservice-autocommit
6ebbfcea59 Updating link to change in openSUSE:Factory/emacs-auctex revision 15.0
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=69c98af543b4d8ac137d73bdc712633e
2010-08-02 09:48:14 +00:00