[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. b20eea0e238d4283ea168
From: |
Ikumi Keita |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. b20eea0e238d4283ea168feec1ad54a841bce186 |
Date: |
Thu, 5 Oct 2017 10:19:48 -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 b20eea0e238d4283ea168feec1ad54a841bce186 (commit)
via 5d8ac9532d02247d6f403d9872d13cae86ceca9b (commit)
via fe0621156fe1545868bc14d4151038f76ffb60b6 (commit)
via 474cc4f25465a15528e772e54df1cb1a4486adf3 (commit)
from 9e1aa85d6d7ee84a12503a1dee62785c12e64ac1 (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 b20eea0e238d4283ea168feec1ad54a841bce186
Author: Ikumi Keita <address@hidden>
Date: Sun Oct 1 00:29:02 2017 +0900
Fix Copyright year
* context-en.el, context-nl.el, latex.el, plain-tex.el:
* preview.el.in, prv-xemacs.el, tex-bar.el, tex-buf.el:
* tex-info.el, tex-site.el.in, tex-style.el, tex.el:
Fix Copyright year.
diff --git a/context-en.el b/context-en.el
index 865ca71..7e6db6f 100644
--- a/context-en.el
+++ b/context-en.el
@@ -1,6 +1,7 @@
;;; context-en.el --- Support for the ConTeXt english interface.
-;; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2003-2004, 2006, 2008, 2010, 2014
+;; Free Software Foundation, Inc.
;; Maintainer: Berend de Boer <address@hidden>
;; Keywords: tex
diff --git a/context-nl.el b/context-nl.el
index 6d69b3b..b08dadc 100644
--- a/context-nl.el
+++ b/context-nl.el
@@ -1,6 +1,6 @@
;;; context-nl.el --- Support for the ConTeXt dutch interface.
-;; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2006, 2010, 2015 Free Software Foundation, Inc.
;; Maintainer: Berend de Boer <address@hidden>
;; Keywords: tex
diff --git a/latex.el b/latex.el
index 76c15de..f11d2e8 100644
--- a/latex.el
+++ b/latex.el
@@ -1,6 +1,6 @@
;;; latex.el --- Support for LaTeX documents.
-;; Copyright (C) 1991, 1993-2016 Free Software Foundation, Inc.
+;; Copyright (C) 1991, 1993-2017 Free Software Foundation, Inc.
;; Maintainer: address@hidden
;; Keywords: tex
diff --git a/plain-tex.el b/plain-tex.el
index 22ef4b2..9b561ac 100644
--- a/plain-tex.el
+++ b/plain-tex.el
@@ -1,6 +1,6 @@
;;; plain-tex.el --- Support for plain TeX documents.
-;; Copyright (C) 2010, 2013, 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2010, 2013, 2016-2017 Free Software Foundation, Inc.
;; Maintainer: address@hidden
;; Keywords: tex
diff --git a/preview.el.in b/preview.el.in
index e09ef9a..d113721 100644
--- a/preview.el.in
+++ b/preview.el.in
@@ -1,6 +1,6 @@
;;; preview.el --- embed preview LaTeX images in source buffer
-;; Copyright (C) 2001-2006, 2010-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2006, 2010-2015, 2017 Free Software Foundation, Inc.
;; Author: David Kastrup
;; Keywords: tex, wp, convenience
diff --git a/prv-xemacs.el b/prv-xemacs.el
index 32949d1..ae20402 100644
--- a/prv-xemacs.el
+++ b/prv-xemacs.el
@@ -1,6 +1,6 @@
;;; prv-xemacs.el --- XEmacs support for preview-latex
-;; Copyright (C) 2001-2006 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2006, 2017 Free Software Foundation, Inc.
;; Author: David Kastrup
;; Keywords: convenience, tex, wp
diff --git a/tex-bar.el b/tex-bar.el
index 59b9158..0124f55 100644
--- a/tex-bar.el
+++ b/tex-bar.el
@@ -1,6 +1,6 @@
;;; tex-bar.el --- toolbar icons on AUCTeX in GNU emacs and XEmacs
-;; Copyright (C) 2004-2008, 2012-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2008, 2012-2014, 2016 Free Software Foundation, Inc.
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
diff --git a/tex-buf.el b/tex-buf.el
index f64fa2d..f458651 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -1,6 +1,6 @@
;;; tex-buf.el --- External commands for AUCTeX.
-;; Copyright (C) 1991-1999, 2001-2016 Free Software Foundation, Inc.
+;; Copyright (C) 1991-1999, 2001-2017 Free Software Foundation, Inc.
;; Maintainer: address@hidden
;; Keywords: tex, wp
diff --git a/tex-info.el b/tex-info.el
index c8bf86b..4a96e11 100644
--- a/tex-info.el
+++ b/tex-info.el
@@ -1,7 +1,7 @@
;;; tex-info.el --- Support for editing Texinfo source.
-;; Copyright (C) 1993, 1994, 1997, 2000, 2001, 2004, 2005, 2006, 2011-2015
-;; Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994, 1997, 2000, 2001, 2004, 2005, 2006,
+;; 2011-2015, 2017 Free Software Foundation, Inc.
;; Maintainer: address@hidden
;; Keywords: tex
diff --git a/tex-site.el.in b/tex-site.el.in
index 948a205..2e432ce 100644
--- a/tex-site.el.in
+++ b/tex-site.el.in
@@ -1,6 +1,6 @@
;;; tex-site.el - Site specific variables. Don't edit.
-;; Copyright (C) 2005, 2013, 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2013, 2016-2017 Free Software Foundation, Inc.
;;
;; completely rewritten.
diff --git a/tex-style.el b/tex-style.el
index 223c364..b523d8c 100644
--- a/tex-style.el
+++ b/tex-style.el
@@ -1,6 +1,6 @@
;;; tex-style.el --- Customizable variables for AUCTeX style files
-;; Copyright (C) 2005, 2007, 2009, 2012-2015
+;; Copyright (C) 2005, 2007, 2009, 2012-2017
;; Free Software Foundation, Inc.
;; Author: Reiner Steib <address@hidden>
diff --git a/tex.el b/tex.el
index 89bcd87..449e699 100644
--- a/tex.el
+++ b/tex.el
@@ -1,6 +1,6 @@
;;; tex.el --- Support for TeX documents.
-;; Copyright (C) 1985-1987, 1991, 1993-2016 Free Software Foundation, Inc.
+;; Copyright (C) 1985-1987, 1991, 1993-2017 Free Software Foundation, Inc.
;; Maintainer: address@hidden
;; Keywords: tex
commit 5d8ac9532d02247d6f403d9872d13cae86ceca9b
Author: Ikumi Keita <address@hidden>
Date: Fri Sep 22 01:58:51 2017 +0900
Cosmetic Change
* font-latex.el (font-latex-match-math-env): Quote "\[" with "\=" in
doc string.
(font-latex-add-to-syntax-alist): Delete duplicated line.
diff --git a/font-latex.el b/font-latex.el
index 9296a1c..c3dda00 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -1241,7 +1241,6 @@ The entries are added to `font-latex-syntax-alist' and
eventually
end up in `font-lock-defaults'. Each entry in LIST should be a
cons pair as expected by `font-lock-defaults'. The function also
triggers Font Lock to recognize the change."
- (make-local-variable 'font-latex-syntax-alist)
(set (make-local-variable 'font-latex-syntax-alist)
(append font-latex-syntax-alist list))
;; Tell font-lock about the update.
@@ -1813,7 +1812,7 @@ Each character is a string.")
"Match math pattern up to LIMIT.
Used for patterns like:
\\( F = ma \\)
-\\[ F = ma \\] but not \\\\ [len]"
+\\=\\[ F = ma \\] but not \\\\=\\[len]"
(catch 'match
(while (re-search-forward "\\(\\\\(\\)\\|\\(\\\\\\[\\)" limit t)
(unless (save-excursion
commit fe0621156fe1545868bc14d4151038f76ffb60b6
Author: Ikumi Keita <address@hidden>
Date: Fri Sep 22 01:58:14 2017 +0900
Fix doc strings and comments
* plain-tex.el (TeX-plain-tex-mode, ams-tex-mode): Fix doc strings.
* tex-fold.el (): Fix typo.
diff --git a/plain-tex.el b/plain-tex.el
index 4960196..22ef4b2 100644
--- a/plain-tex.el
+++ b/plain-tex.el
@@ -126,7 +126,7 @@ Special commands:
Entering `plain-tex-mode' calls the value of `text-mode-hook',
then the value of `TeX-mode-hook', and then the value
-of plain-TeX-mode-hook."
+of `plain-TeX-mode-hook'."
(interactive)
(plain-TeX-common-initialization)
(setq major-mode 'plain-tex-mode)
@@ -298,7 +298,7 @@ See info under AUCTeX for documentation.
Special commands:
\\{AmSTeX-mode-map}
-Entering AmS-tex-mode calls the value of `text-mode-hook',
+Entering `ams-tex-mode' calls the value of `text-mode-hook',
then the value of `TeX-mode-hook', and then the value
of `AmS-TeX-mode-hook'."
(interactive)
diff --git a/tex-fold.el b/tex-fold.el
index 6188147..356c268 100644
--- a/tex-fold.el
+++ b/tex-fold.el
@@ -28,7 +28,7 @@
;;; Commentary:
;; This file provides support for hiding and unhiding TeX, LaTeX,
-;; ContTeXt, Texinfo and similar macros and environments inside of
+;; ConTeXt, Texinfo and similar macros and environments inside of
;; AUCTeX.
;;
;; Caveats:
commit 474cc4f25465a15528e772e54df1cb1a4486adf3
Author: Ikumi Keita <address@hidden>
Date: Fri Sep 22 01:58:00 2017 +0900
; * doc/tex-ref.tex (): Fix typo and copyright year.
diff --git a/doc/tex-ref.tex b/doc/tex-ref.tex
index 80c8203..b86a221 100644
--- a/doc/tex-ref.tex
+++ b/doc/tex-ref.tex
@@ -53,7 +53,7 @@
\def\copyrightnotice{%
\vskip 1ex plus 2 fill\begingroup\small
\centerline{Copyright \copyright\ 1987, 1992-1994, 2004-2006, 2008, 2010,}
-\centerline{2012, 2014, 2015 Free Software Foundation, Inc.}
+\centerline{2012, 2014-2017 Free Software Foundation, Inc.}
\centerline{for AUC\TeX\ version \versionnumber}
Permission is granted to make and distribute copies of
@@ -579,7 +579,7 @@ AUCTeX, insert the following lines in .emacs.
\vskip-3mm
\beginexample
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)
-(setq reftex-plug-into-auctex t)
+(setq reftex-plug-into-AUCTeX t)
\endexample
\section{Table of Contents}
-----------------------------------------------------------------------
Summary of changes:
context-en.el | 3 ++-
context-nl.el | 2 +-
doc/tex-ref.tex | 4 ++--
font-latex.el | 3 +--
latex.el | 2 +-
plain-tex.el | 6 +++---
preview.el.in | 2 +-
prv-xemacs.el | 2 +-
tex-bar.el | 2 +-
tex-buf.el | 2 +-
tex-fold.el | 2 +-
tex-info.el | 4 ++--
tex-site.el.in | 2 +-
tex-style.el | 2 +-
tex.el | 2 +-
15 files changed, 20 insertions(+), 20 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. b20eea0e238d4283ea168feec1ad54a841bce186,
Ikumi Keita <=