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. 49ee91aae14c271eb959


From: Tassilo Horn
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. 49ee91aae14c271eb959d0696c1cb8b7405ed9d5
Date: Mon, 08 Dec 2014 19:56:37 +0000

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  49ee91aae14c271eb959d0696c1cb8b7405ed9d5 (commit)
      from  8c6a5ae93babb05bad22581d7338bf3c7099c762 (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 49ee91aae14c271eb959d0696c1cb8b7405ed9d5
Author: Stefan Monnier <address@hidden>
Date:   Mon Dec 8 20:54:58 2014 +0100

    Fix byte-compile warnings.
    
    * tex.el (TeX-mode-specific-command-menu): Remove Emacs 20
    compatibility code.
    
    * style/shortvrb.el ("shortvrb"): Use mapcar instead of
    dolist/add-to-list.
    
    * style/pstricks.el (LaTeX-pst-point-in-parens)
    (LaTeX-pst-macro-psarc, LaTeX-pst-macro-pscircle)
    (LaTeX-pst-macro-rput, LaTeX-pst-macro-uput)
    (LaTeX-pst-macro-multirputps, LaTeX-pst-macro-psline)
    (LaTeX-pst-macro-psdots, LaTeX-pst-macro-parabola)
    (LaTeX-pst-macro-pnt-twolen, LaTeX-pst-macro-psbezier)
    (LaTeX-pst-macro-pspolygon, LaTeX-pst-macro-psframe)
    (LaTeX-pst-macro-psgrid, LaTeX-pst-macro-newpsobject): Rename
    unused arg to silence the byte-compiler.
    (LaTeX-pst-parameters-add): Remove unused var beg.
    
    * style/pst-plot.el (LaTeX-pst-macro-psaxes): Rename unused arg to
    silence the byte-compiler and fix indentation.
    ("pst-plot"): Use mapc instead of mapcar for side-effects only.
    
    * style/pst-node.el (LaTeX-pstnode-macro-nput)
    (LaTeX-pstnode-macro-cnodeput, LaTeX-pstnode-macro-nc)
    (LaTeX-pstnode-macro-pc, LaTeX-pstnode-macro-tnabcput): Rename
    unused arg to silence the byte-compiler.
    
    * style/psfig.el (TeX-arg-psfig, LaTeX-env-psfigure): Rename
    unused arg to silence the byte-compiler.
    
    * style/prosper.el: Fix comment style.
    (LaTeX-prosper-insert-title, LaTeX-prosper-arg-pdftransition)
    (LaTeX-prosper-insert-options, LaTeX-prosper-insert-slide): Rename
    unused arg to silence the byte-compiler.
    
    * style/pdfsync.el (LaTeX-pdfsync-output-page): Remove unused
    sync-line variable.
    
    * style/natbib.el (natbib-note-args): Rename unused arg to silence
    the byte-compiler.
    
    * style/inputenc.el (LaTeX-arg-inputenc-inputenc): Rename unused
    arg to silence the byte-compiler.
    
    * style/harvard.el (LaTeX-env-harvardbib): Rename unused arg to
    silence the byte-compiler.
    
    * style/graphicx.el (LaTeX-arg-includegraphics): Rename unused arg
    to silence the byte-compiler.
    
    * style/fancyref.el (TeX-arg-fancyref-format): Rename unused arg
    to silence the byte-compiler.
    
    * style/epsf.el (TeX-arg-epsfsize): Rename unused arg to silence
    the byte-compiler.
    
    * style/emp.el (LaTeX-env-empfile): Rename unused arg to silence
    the byte-compiler.
    
    * style/dinbrief.el (LaTeX-dinbrief-sender): Add a FIXME.
    
    * style/bigstrut.el (TeX-arg-bigstrut): Rename unused arg to
    silence the byte-compiler.
    
    * style/beamer.el
    (LaTeX-beamer-after-insert-env, TeX-arg-beamer-overlay-spec)
    (TeX-arg-beamer-frametitle, TeX-arg-beamer-note)
    (LaTeX-arg-beamer-theme, LaTeX-arg-beamer-inner-theme)
    (LaTeX-arg-beamer-outer-theme, LaTeX-arg-beamer-color-theme)
    (LaTeX-arg-beamer-font-theme): Rename unused arg to silence the
    byte-compiler.
    
    * style/babel.el (require): Require cl at compile-time.
    (LaTeX-babel-active-languages): Use pushnew/nreverse instead of
    add-to-list.
    
    * bib-cite.el (bib-cite--kind): New function.
    (bib-display, bib-find): Use it.
    (featurep): Use with-current-buffer instead of set-buffer.
    (bib-cite--fontify-help): New function.
    (bib-cite-fontify-help-as-bibtex, bib-cite-fontify-help-as-latex):
    Use it.
    (bib-highlight-mouse, bib-label-help): Make comment conform to the
    commenting conventions.
    (bib-label-prompt-map): Derive from
    minibuffer-local-completion-map instead of copying that.
    (bib-display-this-environment): Fix comment.
    (bib-document-TeX-files): Don't doubly-declare the-file.
    
    Signed-off-by: Tassilo Horn <address@hidden>

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

Summary of changes:
 ChangeLog         |   90 ++++++++++++++++++++++++
 bib-cite.el       |  198 +++++++++++++++++++++++++----------------------------
 style/babel.el    |   10 ++-
 style/beamer.el   |   18 +++---
 style/bigstrut.el |    9 ++-
 style/dinbrief.el |    4 +-
 style/emp.el      |    2 +-
 style/epsf.el     |    2 +-
 style/fancyref.el |    4 +-
 style/graphicx.el |    2 +-
 style/harvard.el  |  164 ++++++++++++++++++++++----------------------
 style/inputenc.el |    2 +-
 style/natbib.el   |    2 +-
 style/pdfsync.el  |    4 +-
 style/prosper.el  |   20 +++---
 style/psfig.el    |    4 +-
 style/pst-node.el |   15 ++--
 style/pst-plot.el |   24 +++---
 style/pstricks.el |   32 ++++----
 style/shortvrb.el |    9 +--
 tex.el            |   12 +--
 21 files changed, 352 insertions(+), 275 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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