auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4733d111c2362f0b11f0f


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4733d111c2362f0b11f0fcb4b3495882eee7e7dd
Date: Fri, 14 Oct 2016 16:22:51 +0000 (UTC)

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  4733d111c2362f0b11f0fcb4b3495882eee7e7dd (commit)
      from  0c955d5d9c39daa8273c18aae47bc959ab4910b4 (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 4733d111c2362f0b11f0fcb4b3495882eee7e7dd
Author: Tassilo Horn <address@hidden>
Date:   Fri Oct 14 18:22:23 2016 +0200

    Manually merge changes that were only on the elpa branch

diff --git a/bib-cite.el b/bib-cite.el
index 1707b19..164385a 100644
--- a/bib-cite.el
+++ b/bib-cite.el
@@ -1,7 +1,7 @@
 ;;; bib-cite.el --- test
 ;; bib-cite.el - Display \cite, \ref or \label / Extract refs from BiBTeX file.
 
-;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2003, 2004, 2005, 
2014
+;; Copyright (C) 1994-1999, 2001, 2003-2005, 2014
 ;; Free Software Foundation
 
 ;; Author:    Peter S. Galbraith <address@hidden>
diff --git a/lpath.el b/lpath.el
index 2a090b1..2a4354c 100644
--- a/lpath.el
+++ b/lpath.el
@@ -1,4 +1,7 @@
 ;;; This file is only used for installing AUCTeX.
+
+;; Copyright (C) 2013 Free Software Foundation, Inc.
+
 ;;; It is not a part of AUCTeX itself.
 
 ;; Make sure we get the right files.
diff --git a/prv-xemacs.el b/prv-xemacs.el
index a4bae71..b4b22f7 100644
--- a/prv-xemacs.el
+++ b/prv-xemacs.el
@@ -1,7 +1,6 @@
 ;;; prv-xemacs.el --- XEmacs support for preview-latex
 
-;; Copyright (C) 2001, 02, 03, 04, 05,
-;;               2006 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2006 Free Software Foundation, Inc.
 
 ;; Author: David Kastrup
 ;; Keywords: convenience, tex, wp
@@ -39,12 +38,13 @@
     "List of macros only present when compiling/loading uncompiled.")
 
   (defmacro preview-defmacro (name &rest rest)
-    (push 
-     (if (fboundp name)
-        (cons name (symbol-function name))
-       name)
-     preview-compatibility-macros)
-    `(eval-when-compile (defmacro ,name ,@rest)))
+    (when (featurep 'xemacs)
+      (push
+       (if (fboundp name)
+          (cons name (symbol-function name))
+        name)
+       preview-compatibility-macros)
+      `(eval-when-compile (defmacro ,name ,@rest))))
   (push 'preview-defmacro preview-compatibility-macros))
 
 (preview-defmacro assoc-default (key alist test)
diff --git a/style/dinbrief.el b/style/dinbrief.el
index 8ab4a84..6455e82 100644
--- a/style/dinbrief.el
+++ b/style/dinbrief.el
@@ -1,3 +1,5 @@
+;;; dinbrief.el --- Special code for LaTeX-Style dinbrief.
+
 ;; Copyright (C) 1994, 2013, 2014  Free Software Foundation, Inc.
 
 ;; Author: Werner Fink <address@hidden>
diff --git a/style/epsf.el b/style/epsf.el
index 92b3da2..ab5b022 100644
--- a/style/epsf.el
+++ b/style/epsf.el
@@ -1,8 +1,8 @@
 ;;; epsf.el - Support for the epsf style option.
 
+;; Copyright (C) 2013-2014 Free Software Foundation, Inc.
+
 ;; Contributed by Marc Gemis <address@hidden>
-;; Copyright (C) 2014 Free Software Foundation, Inc.
-;; FIXME: What about the copyright for <= 2014?
 
 ;;; Code:
 
diff --git a/style/latexinfo.el b/style/latexinfo.el
index be64bca..f08c079 100644
--- a/style/latexinfo.el
+++ b/style/latexinfo.el
@@ -1,6 +1,6 @@
 ;;; latexinfo.el - Support for LaTeXinfo files.
 
-;; Copyright (C) 1993 Marc Gemis <address@hidden>
+;; Copyright (C) 1993 Free Software Foundation, Inc.
 
 ;; Author: Marc Gemis <address@hidden>
 
diff --git a/style/prosper.el b/style/prosper.el
index 4a4da17..5e0c6d8 100644
--- a/style/prosper.el
+++ b/style/prosper.el
@@ -1,6 +1,6 @@
 ;;; prosper.el --- Prosper style file for AUCTeX
 
-;; Copyright (C) 2001, 2002, 2014 by Philip Lord, Nevin Kapur
+;; Copyright (C) 2001, 2002, 2014  Free Software Foundation, Inc.
 
 ;; Authors:  Phillip Lord<address@hidden>
 ;;           Nevin Kapur <address@hidden>
diff --git a/style/psfig.el b/style/psfig.el
index e471379..b0b6b94 100644
--- a/style/psfig.el
+++ b/style/psfig.el
@@ -1,11 +1,10 @@
 ;;; psfig.el - Support for the psfig style option.
 
+;; Copyright (C) 2013-2014 Free Software Foundation, Inc.
+
 ;; Contributed by Marc Gemis <address@hidden>
 ;; Please direct comments to him.
 
-;; Copyright (C) 2014 Free Software Foundation, Inc.
-;; FIXME: What about the copyright for <= 2014?
-
 ;;; Code:
 
 (TeX-add-style-hook "psfig"

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

Summary of changes:
 bib-cite.el        |    2 +-
 lpath.el           |    3 +++
 prv-xemacs.el      |   16 ++++++++--------
 style/dinbrief.el  |    2 ++
 style/epsf.el      |    4 ++--
 style/latexinfo.el |    2 +-
 style/prosper.el   |    2 +-
 style/psfig.el     |    5 ++---
 8 files changed, 20 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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