emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[ELPA-diffs] ELPA branch, externals/auctex, updated. f0590b2ea41d1c38a70


From: Stefan Monnier
Subject: [ELPA-diffs] ELPA branch, externals/auctex, updated. f0590b2ea41d1c38a70d2de14ce64c3c4feb3d28
Date: Sat, 12 Oct 2013 00:48:19 +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 "ELPA".

The branch, externals/auctex has been updated
       via  f0590b2ea41d1c38a70d2de14ce64c3c4feb3d28 (commit)
      from  58396710bdcb746de52543695ea386c417050e51 (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 f0590b2ea41d1c38a70d2de14ce64c3c4feb3d28
Author: Stefan Monnier <address@hidden>
Date:   Fri Oct 11 20:48:13 2013 -0400

    Regenerate "dir" in English.

diff --git a/GNUmakefile b/GNUmakefile
index 347e0cc..7a94e74 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -62,7 +62,6 @@ tex-site.el: tex-site.el.in
            -e 's|@lispautodir@|(if (file-writable-p "/usr/local/var/auctex") 
"/usr/local/var/auctex" "~/.emacs.d/auctex")|'\
            -e 's|@AUCTEXVERSION@|$(AUCTEXVERSION)|'\
            -e 's|@AUCTEXDATE@|$(AUCTEXDATE)|'\
-           -e "\$$a(provide 'tex-site)" \
            $< >$@
 
 doc/version.texi: ChangeLog
diff --git a/auctex-pkg.el b/auctex-pkg.el
index d9462f1..ffec66c 100644
--- a/auctex-pkg.el
+++ b/auctex-pkg.el
@@ -1 +1 @@
-(define-package "auctex" "11.87.1" "Integrated environment for *TeX*" nil :url 
"http://www.gnu.org/software/auctex/";)
+(define-package "auctex" "11.87.2" "Integrated environment for *TeX*" nil :url 
"http://www.gnu.org/software/auctex/";)
diff --git a/dir b/dir
index ab993b5..0b85f60 100644
--- a/dir
+++ b/dir
@@ -1,18 +1,16 @@
-Ceci est le fichier .../info/dir, qui contient le nœud le
-plus haut de la hiérarchie Info. Ce nœud est appelé (dir)Top.
-C'est de ce nœud que vous démarrez la première fois que
-vous utilisez Info.
+This is the file .../info/dir, which contains the
+topmost node of the Info hierarchy, called (dir)Top.
+The first time you invoke Info you start off looking at this node.
 
-File: dir,     Node: Top       Ceci est le haut de l'arborescence INFO
+File: dir,     Node: Top       This is the top of the INFO tree
 
-  Ceci (le nœud Répertoire) fournit un menu des sujets majeurs.
-  Emtrez « q » pour quitter, « ? » pour afficher toutes les commandes 
Info,
-  « d » pour revenir ici ;, « h » affiche un guide d'initiation pour 
les
-  nouveaux venus, « mEmacs<Entrée> » démarre une consultation du manuel
-  Emacs, et cætera.
+  This (the Directory node) gives a menu of major topics.
+  Typing "q" exits, "?" lists all Info commands, "d" returns here,
+  "h" gives a primer for first-timers,
+  "mEmacs<Return>" visits the Emacs manual, etc.
 
-  Dans Emacs, vous pouvez cliquer avec le deuxième bouton de la souris
-  sur une entrée de menu ou sur un renvoi pour le sélectionner.
+  In Emacs, you can click mouse button 2 on a menu item or cross reference
+  to select it.
 
 * Menu:
 
diff --git a/tex-site.el.in b/tex-site.el.in
index 3c43aae..9340912 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 Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2013 Free Software Foundation, Inc.
 ;;
 ;; completely rewritten.
 
@@ -152,3 +152,15 @@ If not a regular release, the date of the last change.")
 ;; Store bibitems when saving a BibTeX buffer
 (add-hook 'bibtex-mode-hook 'BibTeX-auto-store)
 
+;;; Code specific to ELPA packaging:
+
+;; From preview-latex.el:
+
+(defvar preview-TeX-style-dir
+  (expand-file-name "latex" (file-name-directory load-file-name)))
+
+;;; Ensure that loading the autoloads file also loads this file.
+;;;###autoload (require 'tex-site)
+
+(provide 'tex-site)
+;;; tex-site.el ends here

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

Summary of changes:
 GNUmakefile    |    1 -
 auctex-pkg.el  |    2 +-
 dir            |   22 ++++++++++------------
 tex-site.el.in |   14 +++++++++++++-
 4 files changed, 24 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
ELPA



reply via email to

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