diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-08 10:18:06 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-08 10:18:06 +0000 |
commit | a0149a54a8d9e63a0f07983ee52e2652c82aabe7 (patch) | |
tree | ba752005a24c939954f6e1030e14dcf61109c606 | |
parent | a4aba013fee069a40b36f7f2f060e395e17f2df6 (diff) | |
download | pango-a0149a54a8d9e63a0f07983ee52e2652c82aabe7.tar.gz |
Add bits for Emacs and Vim to note UTF-8 encoding...
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-2 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 7 | ||||
-rw-r--r-- | NEWS | 6 |
6 files changed, 30 insertions, 1 deletions
@@ -1498,3 +1498,8 @@ * pango/pangocairo-render.c (draw_error_underline): convert from Pango units to doubles, fix some coordinate space problems that had previously been fixed in GTK+. (#313015, Luis Villa) + +Local Variables: +coding: utf-8 +End: +vim: encoding=utf-8: diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index eed79720..537b3a7c 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1564,3 +1564,7 @@ Wed Mar 13 10:31:07 2002 Owen Taylor <otaylor@redhat.com> * docs/tmpl/opentype.sgml: Document PangoOTInfo, PangoOTTag, PangoOTTableType. +Local Variables: +coding: utf-8 +End: +vim: encoding=utf-8: diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 551d39e2..6a91b528 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1755,3 +1755,8 @@ Fri Jan 10 18:56:36 2003 Owen Taylor <otaylor@redhat.com> the charmap and the unicode properties of characters in the charmap. (Needed to make things work with various old Arabic fonts, such as the KACST fonts) + +Local Variables: +coding: utf-8 +End: +vim: encoding=utf-8: diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index a70810a2..017ad509 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -793,3 +793,7 @@ Thu May 27 15:08:32 2004 Owen Taylor <otaylor@redhat.com> * examples/argcontext.c (arg_context_parse): Handle '--' correctly. +Local Variables: +coding: utf-8 +End: +vim: encoding=utf-8: diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 4d4bab3f..341256f3 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,6 +1,6 @@ Wed Dec 15 23:49:14 2004 Owen Taylor <otaylor@redhat.com> - * === Released 1.8.0 === + * === Released 1.8.0 === * configure.in: Version 1.8.0 @@ -481,3 +481,8 @@ Mon Sep 20 12:17:37 2004 Owen Taylor <otaylor@redhat.com> * pango/querymodules.c (string_needs_escape, escape_string): Escape also backslashes. (#152607, Kazuki Iwamoto) + +Local Variables: +coding: utf-8 +End: +vim: encoding=utf-8: @@ -718,3 +718,9 @@ Changes between 0.12 and 0.13 What is new in GScript 0.1: * Initial release + + +# Local Variables: +# coding: utf-8 +# End: +# vim: encoding=utf-8: |