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. 53f2fab87869063d0701


From: Mosè Giordano
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. 53f2fab87869063d07010229c0c8675a35721a95
Date: Sun, 21 Feb 2016 12:56:17 +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  53f2fab87869063d07010229c0c8675a35721a95 (commit)
       via  28885717e4f75ecaab2c9018d4ba7713955778a4 (commit)
       via  cc59302b0fddf9d8b3c89b5cfcf7e79338b44a41 (commit)
      from  056d8c84edcdf20a3b365516f4d5c2dc4a554fda (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 53f2fab87869063d07010229c0c8675a35721a95
Author: Mosè Giordano <address@hidden>
Date:   Sun Feb 21 13:47:47 2016 +0100

    Another fix for TeX-parse-errro
    
    * tex-buf.el (TeX-parse-error): Improve regexp for polishing file name.
    * tests/tex/compilation-log.txt: Add example to test file.
    * tests/tex/error-parsing.el: Update the expected result of the test
      accordingly.

commit 28885717e4f75ecaab2c9018d4ba7713955778a4
Author: Mosè Giordano <address@hidden>
Date:   Sun Feb 21 13:26:05 2016 +0100

    Allow ignoring certain warnings
    
    * tex.el (TeX-ignore-warnings, TeX-suppress-ignored-warnings): New
      customizable options.
    (TeX-toggle-suppress-ignored-warnings): New function.
    (TeX-mode-map): Add key-binding for `TeX-toggle-suppress-ignored-warnings'.
    * tex-buf.el (TeX-error-list-skip-warning-p): Add new argument and use it.
    (TeX-parse-TeX): Provide additional argument to
    `TeX-error-list-skip-warning-p'.
    (TeX-error-list): Document new information.
    (TeX-find-display-help): Add new (ignored) argument.
    (TeX-error): Add new element to `TeX-error-list' entry.
    (TeX-warning): Set the "ignore" flag for `TeX-error-list'
    (TeX-error-overview-make-entries): Provide additional argument to
    `TeX-error-list-skip-warning-p'.
    (TeX-error-overview-toggle-debug-bad-boxes):
    (TeX-error-overview-toggle-debug-warnings): Determine
    `TeX-master-directory' in `TeX-command-buffer'.
    (TeX-error-overview-toggle-suppress-ignored-warnings): New function.
    (TeX-error-overview-mode-map): Add key-binding for
    `TeX-error-overview-toggle-suppress-ignored-warnings'.
    (TeX-error-overview-menu): Add entry for
    `TeX-error-overview-toggle-suppress-ignored-warnings'.

commit cc59302b0fddf9d8b3c89b5cfcf7e79338b44a41
Author: Mosè Giordano <address@hidden>
Date:   Sun Feb 21 11:34:44 2016 +0100

    Show and hide warnings and bad boxes in error overview
    
    * tex-buf.el (TeX-error-list-skip-warning-p): New function.
    (TeX-parse-TeX): Skip warnings or bad boxes if they are to be ignored.
    (TeX-error-list): Describe information present in the list.
    (TeX-parse-error): When storing warnings and bad boxes, add them to
    `TeX-error-list' even if `TeX-debug-bad-boxes' and `TeX-debug-warnings'
    are nil.
    (TeX-error-overview-make-entries): Skip warnings or bad boxes if they
    are to be ignored.
    (TeX-error-overview-toggle-debug-bad-boxes):
    (TeX-error-overview-toggle-debug-warnings): New functions.
    (TeX-error-overview-mode-map, TeX-error-overview-menu): Add
    `TeX-error-overview-toggle-debug-bad-boxes' and
    `TeX-error-overview-toggle-debug-warnings'.
    (TeX-error-overview): Make the list of entries for the overview before
    creating the buffer and use this list to decide whether there is
    something to show.

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

Summary of changes:
 doc/auctex.texi               |   76 +++++++++---
 doc/changes.texi              |    8 ++
 tests/tex/compilation-log.txt |    2 +-
 tests/tex/error-parsing.el    |   12 +-
 tex-buf.el                    |  266 ++++++++++++++++++++++++++++++-----------
 tex.el                        |   33 +++++
 6 files changed, 303 insertions(+), 94 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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