auctex-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 5696f07ad37bb3cf5250


From: Ikumi Keita
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. 5696f07ad37bb3cf5250fe7c2e0a2471933fe041
Date: Sat, 27 Mar 2021 06:45:01 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  5696f07ad37bb3cf5250fe7c2e0a2471933fe041 (commit)
       via  91ac45a2cba87db0ee0ffac4ff9381e5f3774bfa (commit)
       via  c35f0d14c80be28dba4436704ed7092fd47886b8 (commit)
       via  36369f65be599ce00b5e6e8eba7c73cf834120dd (commit)
       via  70495129676f7fa123a87bf8c42334849378f2aa (commit)
      from  0ce30c166fed899b269957a0006d011457787eb7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5696f07ad37bb3cf5250fe7c2e0a2471933fe041
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Fri Mar 26 01:58:50 2021 +0900

    Reduce byte compiler warning
    
    * tex.el (): Move `(eval-when-compile (require 'dbus))' before
    `declare-function's of dbus related functions because otherwise they
    seem ineffective.
    Both NOERROR optional argument for `(require 'dbus)' and `(featurep
    'dbusbind)' test are removed deliberately because
    (1) Now all supported emacsen have dbus.el.
    (2) Even if emacs is built with configure option "--without-dbus", it
        doesn't cause error to load dbus.el just to get macro definition
        of `dbus-ignore-errors'.
    This way, it works fine even when
    (a) Emacs used for byte-compiling lacks D-Bus support.
    (b) Emacs at run time has D-Bus support.
    without relying on `TeX--if-macro-fboundp'.
    
    (): Remove `declare-function' for `dbus-ignore-errors' because it's
    now guaranteed that the macro is expanded away at byte compile time.
    (): Remove `defvar' for `dbus-debug' because `dbus.el' provides a
    suitable defvar.

commit 91ac45a2cba87db0ee0ffac4ff9381e5f3774bfa
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Thu Mar 25 23:20:08 2021 +0900

    Reduce byte compiler warning
    
    * tex.el (VirTeX-common-initialization,toplevel): Don't set obsolete
    ispell variables `ispell-tex-p' and `ispell-tex-major-modes'.  Neither
    appears in NEWS.* nor source of emacs 24.3.
    (TeX-run-ispell): Don't call obsolete functions `spell-buffer' and
    `spell-region'.
    (): Discard `declare-function' for `spell-buffer'.
    Add `defvar' for `ispell-parser' to silence byte compiler.

commit c35f0d14c80be28dba4436704ed7092fd47886b8
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Thu Mar 25 22:52:57 2021 +0900

    Use #' instead of ' to quote function where possible
    
    * latex.el (LaTeX-babel-insert-hyphen):
    * multi-prompt.el (multi-prompt-delete)
    (multi-prompt-next-must-match):
    * style/biblatex.el ("biblatex"):
    * style/newfloat.el ("newfloat"):
    * style/ntheorem.el ("ntheorem"):
    * style/wrapfig.el ("wrapfig"):
    * tex.el (TeX-electric-macro, TeX-insert-punctuation)
    (TeX-run-ispell):
    Use #' instead of ' to quote function where possible.

commit 36369f65be599ce00b5e6e8eba7c73cf834120dd
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Thu Mar 25 16:53:52 2021 +0900

    Reduce byte compiler warning
    
    * bib-cite.el (bib-display-or-find-label): Use `outline-show-entry'
    instead of `show-entry' when possible.  Wrap `show-entry' with
    `with-no-warnings'.
    (bib-get-citations, psg-list-env): Use `replace-regexp-in-string'
    instead of `dired-replace-in-string'.
    Use `split-string' instead of `dired-split' and `TeX-split-string'.
    (dired-replace-in-string,TeX-split-string): Delete fallback
    definitions.
    (): Remove `declare-function' for `dired-replace-in-string' and
    `dired-split'.

commit 70495129676f7fa123a87bf8c42334849378f2aa
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Thu Mar 25 16:36:49 2021 +0900

    Reduce byte compiler warning
    
    * bib-cite.el (bib-bib-label-help-echo-format, bib-ext-list)
    (bib-label-help-echo, bib-label-help):
    Delete remaining XEmacs only functions and variables.
    (bib-highlight-mouse): Don't touch removed variable.
    (bib-etags-command, bib-etags-append-command, bib-display, bib-find)
    (bib-find-next, bib-make-bibliography, bib-edit-citation)
    (bib-get-bibliography):
    Fix doc strings.

-----------------------------------------------------------------------

Summary of changes:
 bib-cite.el       | 125 ++++++++++--------------------------------------------
 latex.el          |  10 ++---
 multi-prompt.el   |   4 +-
 style/biblatex.el |   4 +-
 style/newfloat.el |   4 +-
 style/ntheorem.el |   2 +-
 style/wrapfig.el  |   2 +-
 tex.el            |  42 +++++-------------
 8 files changed, 47 insertions(+), 146 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

[Prev in Thread] Current Thread [Next in Thread]