emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117150: Specify coding if Latin-1 Emacs would mi


From: Paul Eggert
Subject: [Emacs-diffs] emacs-24 r117150: Specify coding if Latin-1 Emacs would misinterpret.
Date: Sat, 24 May 2014 22:23:53 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117150
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/17575
committer: Paul Eggert <address@hidden>
branch nick: emacs-24
timestamp: Sat 2014-05-24 15:23:47 -0700
message:
  Specify coding if Latin-1 Emacs would misinterpret.
  
  * doc/misc/htmlfontify.texi, doc/misc/org.texi:
  * etc/ETAGS.EBNF, etc/NEWS, etc/ORG-NEWS: Add "coding: utf-8".
modified:
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/htmlfontify.texi      
htmlfontify.texi-20130104093730-y0jp8j9c2zhxijnw-1
  doc/misc/org.texi              org.texi-20091113204419-o5vbwnq5f7feedwu-6313
  etc/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1485
  etc/ETAGS.EBNF                 etags.ebnf-20091113204419-o5vbwnq5f7feedwu-2386
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  etc/ORG-NEWS                   orgnews-20120426170211-2f5ift22efexnj6i-1
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2014-05-23 16:54:35 +0000
+++ b/doc/misc/ChangeLog        2014-05-24 22:23:47 +0000
@@ -1,3 +1,8 @@
+2014-05-24  Paul Eggert  <address@hidden>
+
+       Specify coding if Latin-1 Emacs would misinterpret (Bug#17575).
+       * htmlfontify.texi, org.texi: Add "coding: utf-8".
+
 2014-05-23  Stephen Berman  <address@hidden>
 
        * todo-mode.texi: Update in light of changes due to bug#17482.

=== modified file 'doc/misc/htmlfontify.texi'
--- a/doc/misc/htmlfontify.texi 2014-05-07 17:34:53 +0000
+++ b/doc/misc/htmlfontify.texi 2014-05-24 22:23:47 +0000
@@ -1589,3 +1589,7 @@
 
 @setchapternewpage odd
 @bye
+
address@hidden Local Variables:
address@hidden coding: utf-8
address@hidden End:

=== modified file 'doc/misc/org.texi'
--- a/doc/misc/org.texi 2014-05-07 17:34:53 +0000
+++ b/doc/misc/org.texi 2014-05-24 22:23:47 +0000
@@ -18208,6 +18208,7 @@
 @bye
 
 @c Local variables:
address@hidden coding: utf-8
 @c fill-column: 77
 @c indent-tabs-mode: nil
 @c paragraph-start:    "\\|address@hidden 
\n]\\|address@hidden(key\\|cmd\\)\\|\f\\|[  ]*$"

=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2014-04-11 06:09:12 +0000
+++ b/etc/ChangeLog     2014-05-24 22:23:47 +0000
@@ -1,3 +1,8 @@
+2014-05-24  Paul Eggert  <address@hidden>
+
+       Specify coding if Latin-1 Emacs would misinterpret (Bug#17575).
+       * ETAGS.EBNF, NEWS, ORG-NEWS: Add "coding: utf-8".
+
 2014-04-11  Glenn Morris  <address@hidden>
 
        * refcards/cs-dired-ref.tex, refcards/cs-refcard.tex:

=== modified file 'etc/ETAGS.EBNF'
--- a/etc/ETAGS.EBNF    2014-01-16 06:24:06 +0000
+++ b/etc/ETAGS.EBNF    2014-05-24 22:23:47 +0000
@@ -1,4 +1,4 @@
--*- indented-text -*-
+-*- mode: indented-text; coding: utf-8 -*-
 
 See the end of this file for copyright information.
 

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-04-21 13:46:25 +0000
+++ b/etc/NEWS  2014-05-24 22:23:47 +0000
@@ -4072,6 +4072,7 @@
 
 
 Local variables:
+coding: utf-8
 mode: outline
 paragraph-separate: "[         ]*$"
 end:

=== modified file 'etc/ORG-NEWS'
--- a/etc/ORG-NEWS      2014-01-10 07:10:37 +0000
+++ b/etc/ORG-NEWS      2014-05-24 22:23:47 +0000
@@ -1,4 +1,4 @@
-ORG NEWS -- history of user-visible changes.           -*- org -*-
+ORG NEWS -- history of user-visible changes.   -*- mode: org; coding: utf-8 -*-
 
 #+LINK: doc http://orgmode.org/worg/doc.html#%s
 #+LINK: git http://orgmode.org/w/?p=org-mode.git;a=commit;h=%s


reply via email to

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