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. dbc87df41c22a68d9862


From: Mosè Giordano
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. dbc87df41c22a68d98629c65653afa07cfb5e398
Date: Mon, 31 Aug 2015 16:06:39 +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  dbc87df41c22a68d98629c65653afa07cfb5e398 (commit)
       via  a07f43647eb3ed649d47a14bc6e1db181cd18a7b (commit)
      from  a85d7c62dde35869f0e86786d9e9620f333a2527 (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 dbc87df41c22a68d98629c65653afa07cfb5e398
Author: Mosè Giordano <address@hidden>
Date:   Mon Aug 31 18:02:50 2015 +0200

    Generate PDF via dvips+ps2pdf.
    
    * tex-buf.el (TeX-previous-error): Delete point in error message.
    (TeX-command-default)
    (TeX-run-set-command): Take care of `TeX-PDF-via-dvips-ps2pdf'.
    (TeX-run-dvips, TeX-run-ps2pdf): New functions.
    (TeX-TeX-sentinel, TeX-TeX-sentinel-check, TeX-LaTeX-sentinel):
    Take care of `TeX-PDF-via-dvips-ps2pdf'.
    (TeX-dvips-sentinel, TeX-ps2pdf-sentinel): New functions.
    (TeX-parse-command, TeX-output-revert-buffer): Delete point in
    error message.
    
    * tex.el (TeX-command-list): Add "Dvips" and "Ps2pdf" entries.
    (TeX-expand-list): Take care of `TeX-PDF-via-dvips-ps2pdf'.
    (TeX-PDF-via-dvips-ps2pdf): New customizable and safe-local
    variable.
    (TeX-toggle-PDF-via-dvips-ps2pdf): New function.
    (TeX-mode-specific-command-menu-entries): Add "PDF via dvips +
    ps2pdf" entry.
    
    * doc/auctex.texi (Processor Options): Document
    `TeX-PDF-via-dvips-ps2pdf' and fix a typo.
    
    * doc/changes.texi: Mention `TeX-PDF-via-dvips-ps2pdf'.
    
    * doc/quickstart.texi (Processing Facilities): Mention
    `TeX-PDF-via-dvips-ps2pdf'.

commit a07f43647eb3ed649d47a14bc6e1db181cd18a7b
Author: Mosè Giordano <address@hidden>
Date:   Mon Aug 31 16:11:15 2015 +0200

    Implement TeX-update.
    
    * tex-buf.el: Update copyright year.
    (TeX-command-sequence-max-runs-same-command)
    (TeX-command-sequence-max-runs): New customizable variables.
    (TeX-command-sequence-count-same-command)
    (TeX-command-sequence-count, TeX-command-sequence-last-command)
    (TeX-command-sequence-sentinel, TeX-command-sequence-command): New
    variables.
    (TeX-command-sequence): New function.
    (TeX-command-default): New function, stripped off from
    `TeX-command-query'.
    (TeX-command-query): Use `TeX-command-default'.
    (TeX-command-sequence-sentinel): New function.
    
    * tex.el (TeX-update): New function.
    (TeX-mode-map): Add key binding for `TeX-update'.
    (TeX-mode-specific-command-menu-entries): Add entry for
    `TeX-update'.
    
    * doc/auctex.texi: Update copyright year.
    (Starting a Command): Document `TeX-update'.
    
    * doc/changes.texi: Update copyright year.
    Mention `TeX-update'.
    
    * doc/quickstart.texi (Processing Facilities): Mention
    `TeX-update' and `TeX-error-overview'.
    
    * doc/todo.texi: Update copyright year.
    (Wishlist): Remove entry for `TeX-update'.

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

Summary of changes:
 ChangeLog           |   58 ++++++++++++
 doc/auctex.texi     |   43 ++++++++-
 doc/changes.texi    |   12 ++-
 doc/quickstart.texi |   18 ++++
 doc/todo.texi       |   13 +---
 tex-buf.el          |  257 ++++++++++++++++++++++++++++++++++++++++++++-------
 tex.el              |   45 +++++++--
 7 files changed, 387 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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