[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] elpa cf54f7d 49/51: Make ChangeLog UTF-8
From: |
Tassilo Horn |
Subject: |
[elpa] elpa cf54f7d 49/51: Make ChangeLog UTF-8 |
Date: |
Sun, 22 May 2016 07:22:51 +0000 (UTC) |
branch: elpa
commit cf54f7d9e5b08f52b2470c91419849a37905fa35
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>
Make ChangeLog UTF-8
* ChangeLog-preview.1: Convert to UTF-8.
* build-aux/gitlog-to-auctexlog: Remove iconv call for converting
ChangeLog to ISO-8859-1.
---
ChangeLog-preview.1 | 24 ++++++++++++------------
build-aux/gitlog-to-auctexlog | 4 +---
2 files changed, 13 insertions(+), 15 deletions(-)
diff --git a/ChangeLog-preview.1 b/ChangeLog-preview.1
index f771697..cdd9956 100644
--- a/ChangeLog-preview.1
+++ b/ChangeLog-preview.1
@@ -117,7 +117,7 @@
preview-gs-get-colors.
(preview-dvipng-get-colors): Removed.
-2004-03-02 Jan-�ke Larsson <address@hidden>
+2004-03-02 Jan-Åke Larsson <address@hidden>
* preview.el: Fix xemacs' defalias problem
@@ -193,7 +193,7 @@
* Makefile.in, doc/Makefile.in, latex/Makefile.in: Add DESTDIR
variable
-2003-11-10 Jan-�ke Larsson <address@hidden>
+2003-11-10 Jan-Åke Larsson <address@hidden>
* preview.el: Add 'dvipng preview-scale functionality
@@ -203,11 +203,11 @@
this file is not needed for distribution (rpm 4.1+ complains about
this 'missing' file).
-2003-11-07 Jan-�ke Larsson <address@hidden>
+2003-11-07 Jan-Åke Larsson <address@hidden>
* preview.el: Fix dvipng resolution
-2003-11-06 Jan-�ke Larsson <address@hidden>
+2003-11-06 Jan-Åke Larsson <address@hidden>
* prv-xemacs.el:
* prv-emacs.el:
@@ -266,15 +266,15 @@
* aclocal.m4 (library): Try setting the EMACS_cv_SYS_* variable
that we are actually checking. Is that correct?
-2003-04-17 Jan-�ke Larsson <address@hidden>
+2003-04-17 Jan-Åke Larsson <address@hidden>
* doc/wininstall.texi: Corrected --with-lispdir and --with-packagedir
-2003-04-09 Jan-�ke Larsson <address@hidden>
+2003-04-09 Jan-Åke Larsson <address@hidden>
* aclocal.m4: More sane emacs-macro path-searching.
-2003-03-31 Jan-�ke Larsson <address@hidden>
+2003-03-31 Jan-Åke Larsson <address@hidden>
* aclocal.m4 (EMACS_PROG_EMACS): Make the test fail gracefully
when no binary executable is found. More generally, make the
@@ -1961,7 +1961,7 @@
2002-03-27 David Kastrup <address@hidden>
* preview.dtx: be careful in unboxing so as not to remove
- possibly shifted hboxes (bug reported by Jan-�ke) protected by an
+ possibly shifted hboxes (bug reported by Jan-Åke) protected by an
otherwise inexplicable penalty.
* preview.el: Complete overhaul of parsing to avoid (costly)
@@ -2389,7 +2389,7 @@
* doc/problems.texi (Font problems with Dvips): Changed pounds
sign. Not much of an improvement (we get the wrong character),
- but 7bit safe. If Jan-�ke finds this as desirable as to have his
+ but 7bit safe. If Jan-Åke finds this as desirable as to have his
own name mangled, we should follow at least make it pay off.
* doc/preview-latex.texi (On EPS previews): png16m is default
@@ -2667,7 +2667,7 @@
* doc/Makefile (preview-latex/index.html): generate HTML with
makeinfo as texi2html does not grok @preview-latex.
- * doc/preview-latex.texi: Write � instead of @AA (x-symbol sneaked
+ * doc/preview-latex.texi: Write Å instead of @AA (x-symbol sneaked
that in). And revert again: does not print.
* doc/install.texi: Use @previewlatex.
@@ -2851,7 +2851,7 @@
(preview-handle-insert-behind): same.
(preview-handle-modification): same.
-2001-11-29 Jan-�ke Larsson <address@hidden>
+2001-11-29 Jan-Åke Larsson <address@hidden>
* doc/preview-latex.texi: Created first draft
@@ -3717,7 +3717,7 @@
* README: Clarified comment about how to improve EPS support in Emacs.
- * README: Removed link to pretest Emacs on request from Gerd M�llmann.
+ * README: Removed link to pretest Emacs on request from Gerd Möllmann.
2001-09-12 David Kastrup <address@hidden>
diff --git a/build-aux/gitlog-to-auctexlog b/build-aux/gitlog-to-auctexlog
index 9836713..1159748 100755
--- a/build-aux/gitlog-to-auctexlog
+++ b/build-aux/gitlog-to-auctexlog
@@ -76,12 +76,10 @@ test -d .git || {
# Use Gnulib's packaged ChangeLog generator.
# Maybe we should skip all "Merge branch 'master'" messages.
-# NOTE: in AUCTeX the ChangeLog is encoded with ISO-8859-1, use iconv
-# to enforce this encoding in the output file.
./build-aux/gitlog-to-changelog \
--ignore-matching="^; |^Merge branch .*$|^Merge from master\.$|^Merge
master branch\.$" \
--ignore-line='^; ' --format='%B' \
- "$gen_origin..$new_origin" | iconv -f UTF-8 -t ISO-8859-1 - >"ChangeLog.tmp"
|| exit
+ "$gen_origin..$new_origin" >"ChangeLog.tmp" || exit
if test -s "ChangeLog.tmp"; then
- [elpa] elpa 0a3632e 45/51: Adjust query commands for loading by xcolor.el, (continued)
- [elpa] elpa 0a3632e 45/51: Adjust query commands for loading by xcolor.el, Tassilo Horn, 2016/05/22
- [elpa] elpa adf998c 25/51: Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI, Tassilo Horn, 2016/05/22
- [elpa] elpa 3e93869 43/51: Add new style/xcolor.el, Tassilo Horn, 2016/05/22
- [elpa] elpa ae6ed8b 06/51: TikZ: make `TeX-TikZ-single-macro-arg' prompt required., Tassilo Horn, 2016/05/22
- [elpa] elpa d83900b 09/51: TikZ: Make '+' and '++' prefixes apply to TikZ points, Tassilo Horn, 2016/05/22
- [elpa] elpa ae6cb79 26/51: Reword documentation of TeX-PDF-from-DVI, Tassilo Horn, 2016/05/22
- [elpa] elpa 1c397d5 29/51: Fix TeX-error-overview-make-entries, Tassilo Horn, 2016/05/22
- [elpa] elpa e092f72 35/51: Use commit date to determine package date, Tassilo Horn, 2016/05/22
- [elpa] elpa 7b41d77 38/51: Adapt for upLaTeX, Tassilo Horn, 2016/05/22
- [elpa] elpa d6b107e 33/51: Improve style/doc.el, Tassilo Horn, 2016/05/22
- [elpa] elpa cf54f7d 49/51: Make ChangeLog UTF-8,
Tassilo Horn <=
- [elpa] elpa ebf4b8a 51/51: Release GNU AUCTeX 11.89.4, Tassilo Horn, 2016/05/22
- [elpa] elpa 8c6f901 48/51: Append environment indentation rules to LaTeX-indent-environment-list, Tassilo Horn, 2016/05/22
- [elpa] elpa e78a13c 03/51: * tex-buf.el: Address some compiler warnings, Tassilo Horn, 2016/05/22
- [elpa] elpa 8ed465a 50/51: Merge branch 'master' into elpa, Tassilo Horn, 2016/05/22