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. 00935e91ae60b2d7aab7


From: Mosè Giordano
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. 00935e91ae60b2d7aab7706ee576e44acd55607f
Date: Fri, 27 Jun 2014 22:26:46 +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  00935e91ae60b2d7aab7706ee576e44acd55607f (commit)
      from  d8f06a75a9cd8030b826eb5d4981dc7dd63143be (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 00935e91ae60b2d7aab7706ee576e44acd55607f
Author: Mosè Giordano <address@hidden>
Date:   Sat Jun 28 00:22:40 2014 +0200

    Implement error overview.
    
    * tex-buf.el (TeX-command): Kill the frame and buffer associated
    to the error overview before running commands.
    (TeX-TeX-sentinel): Open error overview if
    `TeX-error-overview-open-after-TeX-run' is non-nil and there are
    errors or warnings to show.
    (TeX-LaTeX-sentinel): Ditto.
    (TeX-find-display-help): Set `runbuf' to `TeX-active-buffer' since
    this function may be called also from the error overview buffer.
    (TeX-error-description-faces): Change group to more appropriate
    `TeX-output'.
    (TeX-error-overview-active-buffer): New variable.
    (TeX-error-overview-orig-frame): Ditto.
    (TeX-error-overview-orig-window): Ditto.
    (TeX-error-overview-frame): Ditto.
    (TeX-error-overview-setup): New customizable variable.
    (TeX-error-overview-setup): New function.
    (TeX-error-overview-goto-source): Ditto.
    (TeX-error-overview-make-entries): Ditto.
    (TeX-error-overview-next-error): Ditto.
    (TeX-error-overview-previous-error): Ditto.
    (TeX-error-overview-quit): Ditto.
    (TeX-error-overview-mode-map): New variable.
    (TeX-error-overview-list-entries): Ditto.
    (TeX-error-overview-mode): New major mode.
    (TeX-error-overview-buffer-name): New constant.
    (TeX-error-overview-frame-parameters): New customizable variable.
    (TeX-error-overview-open-after-TeX-run): Ditto.
    (TeX-error-overview): New function.
    
    * tex.el (TeX-error-overview): Autoload `TeX-error-overview'.
    (TeX-mode-specific-command-menu-entries): Add an entry for the
    error overview.
    
    * doc/auctex.texi (Debugging): Document error overview.
    
    * doc/changes.texi: Mention error overview.  Add local variables
    to the end of the file.
    
    * doc/todo.texi: Add local variables to the end of the file.
    (Wishlist): Update entry about error reporting.

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

Summary of changes:
 ChangeLog        |   43 ++++++++
 doc/auctex.texi  |   46 +++++++++-
 doc/changes.texi |   21 +++-
 doc/todo.texi    |   12 ++-
 tex-buf.el       |  287 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 tex.el           |    5 +-
 6 files changed, 397 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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