monnier pushed a commit to branch externals/auctex
in repository elpa.
commit ebe1b7794317f62b9134e55f3a4d7e6822d30c51
Author: Ralf Angeli <[email protected]>
Date: Sat Jan 5 15:45:55 2013 +0000
* ChangeLog: Move name of style file contributors to head of
ChangLog entries.
* Makefile.in (STYLESRC): Activate new style files.
---
ChangeLog | 40 ++++++++++++++++++++++++----------------
Makefile.in | 14 ++++++++++----
2 files changed, 34 insertions(+), 20 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b0acd11..ea8c45c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,25 +1,33 @@
-2013-01-02 Tassilo Horn <[email protected]>
+2013-01-05 Ralf Angeli <[email protected]>
+
+ * Makefile.in (STYLESRC): Activate new style files.
+
+ * ChangeLog: Move name of style file contributors to head of
+ ChangLog entries.
- * style/afterpage.el: New style by Mads Jensen <[email protected]>.
+2013-01-02 Tassilo Horn <[email protected]>
* style/everysel.el: Fix typos.
+2013-01-02 Mads Jensen <[email protected]>
+
+ * style/afterpage.el: New style.
+
2012-12-30 Mos� Giordano <[email protected]>
* latex.el (LaTeX-pagestyle-list): New variable.
(TeX-arg-pagestyle): Use it.
- * style/imakeidx.el: New style by Mos� Giordano
- <[email protected]>.
+ * style/imakeidx.el: New style.
2012-12-29 Ikumi Keita <[email protected]>
* doc/tex-ref.tex: Fix apparent errors and add keybind entries for
C-c ? and `:' (in math mode).
-2012-12-28 Tassilo Horn <[email protected]>
+2012-12-28 Mads Jensen <[email protected]>
- * style/multirow.el: New style by Mads Jensen <[email protected]>.
+ * style/multirow.el: New style.
2012-12-27 Mos� Giordano <[email protected]>
@@ -29,9 +37,9 @@
* style/hyperref.el (LaTeX-hyperref-href-options): New variable.
(LaTeX-hyperref-package-options, "hyperref"): Use it.
-2012-12-27 Tassilo Horn <[email protected]>
+2012-12-27 Mads Jensen <[email protected]>
- * style/mflogo.el: New style by Mads Jensen <[email protected]>.
+ * style/mflogo.el: New style.
* style/epigraph.el: Ditto.
@@ -43,9 +51,9 @@
* font-latex.el (font-latex-math-environments): Add "xxalignat"
and "flalign".
-2012-12-26 Tassilo Horn <[email protected]>
+2012-12-26 Mads Jensen <[email protected]>
- * style/lscape.el: New style by Mads Jensen <[email protected]>.
+ * style/lscape.el: New style.
* style/amssymb.el: Ditto.
@@ -59,9 +67,9 @@
* style/bigdelim.el: Ditto.
-2012-12-25 Tassilo Horn <[email protected]>
+2012-12-25 Mads Jensen <[email protected]>
- * style/ulem.el: New style by Mads Jensen <[email protected]>.
+ * style/ulem.el: New style.
2012-12-25 Ikumi Keita <[email protected]>
@@ -70,13 +78,13 @@
(LaTeX-common-initialization): Added support for accent macros
\hat, \dot etc and \textasteriskcentered.
-2012-12-24 Tassilo Horn <[email protected]>
+2012-12-24 Mads Jensen <[email protected]>
- * style/footmisc.el: New style by Mads Jensen <[email protected]>.
+ * style/footmisc.el: New style.
-2012-12-21 Tassilo Horn <[email protected]>
+2012-12-21 Mos� Giordano <[email protected]>
- * style/bm.el: New style by Mos� Giordano <[email protected]>.
+ * style/bm.el: New style.
* style/siunitx.el: Ditto.
diff --git a/Makefile.in b/Makefile.in
index 8cc4be3..087af14 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -121,7 +121,12 @@ STYLESRC = style/prosper.el \
style/pst-plot.el style/pst-slpe.el style/shortvrb.el \
style/austrian.el style/naustrian.el style/french.el \
style/lettrine.el style/multicol.el style/xspace.el \
- style/setspace.el style/biblatex.el
+ style/setspace.el style/biblatex.el style/siunitx.el \
+ style/bm.el style/footmisc.el style/ulem.el \
+ style/bigdelim.el style/bigstrut.el style/everysel.el \
+ style/mathtools.el style/ragged2e.el style/amssymb.el \
+ style/lscape.el style/epigraph.el style/mflogo.el \
+ style/multirow.el style/imakeidx.el style/afterpage.el
STYLEELC = $(STYLESRC:.el=.elc)
CLEANFILES = $(AUCELC) $(STYLEELC) $(MULEELC)
@@ -322,15 +327,16 @@ wc:
# Tag the release.
#
# 2) dist TAG=<tag>
-# Create the tar ball.
+# Create the tar ball and other release files and put them into $FTPDIR.
#
# 3) xemacs-package TAG=<tag>
# Create the precompiled XEmacs package.
#
# 4) windows-package WEMACSVER=<emacs-version> TAG=<tag>
# Create the precompiled AUCTeX package for Windows.
+# This requires a compiled Emacs of the same version at location $WEMACS.
#
-# 5) release-sign
+# 5) release-sign TAG=<tag>
# Sign the tar ball and create directive files for upload.
#
# 6) release-upload
@@ -454,7 +460,7 @@ windows-package: check-tag
cd $(WBUILDDIR)/emacs-$(WEMACSVER) \
&& zip -r $(FTPDIR)/$(WPACKAGE) $(WPACKAGEFILES)
-release-sign:
+release-sign: check-tag
rm -f $(FTPDIR)/*.{directive,asc,sig}
if [ "x$$GPG_AGENT_INFO" = "x" ]; then \
read -sp "Enter pass phrase: " phrase ; \