branch: elpa
commit cf54f7d9e5b08f52b2470c91419849a37905fa35
Author: Tassilo Horn <[email protected]>
Commit: Tassilo Horn <[email protected]>
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 <[email protected]>
+2004-03-02 Jan-Åke Larsson <[email protected]>
* 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 <[email protected]>
+2003-11-10 Jan-Åke Larsson <[email protected]>
* 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 <[email protected]>
+2003-11-07 Jan-Åke Larsson <[email protected]>
* preview.el: Fix dvipng resolution
-2003-11-06 Jan-�ke Larsson <[email protected]>
+2003-11-06 Jan-Åke Larsson <[email protected]>
* 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 <[email protected]>
+2003-04-17 Jan-Åke Larsson <[email protected]>
* doc/wininstall.texi: Corrected --with-lispdir and --with-packagedir
-2003-04-09 Jan-�ke Larsson <[email protected]>
+2003-04-09 Jan-Åke Larsson <[email protected]>
* aclocal.m4: More sane emacs-macro path-searching.
-2003-03-31 Jan-�ke Larsson <[email protected]>
+2003-03-31 Jan-Åke Larsson <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
+2001-11-29 Jan-Åke Larsson <[email protected]>
* 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 <[email protected]>
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