summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-4
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-25 20:56:54 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-25 20:56:54 +0000
commit233b328c26ea0ed3bccc9e93358549808531886a (patch)
tree1ab736c2fce135f7553f7cb3b2fd2e66e73f875a /ChangeLog.pre-1-4
parentb7418a446d73d7c9b504dcc06f647eb8931014c7 (diff)
downloadpango-233b328c26ea0ed3bccc9e93358549808531886a.tar.gz
Remove warning about opening modules file... in some cases (included
Mon Mar 25 15:53:17 2002 Owen Taylor <otaylor@redhat.com> * pango/modules.c (read_modules): Remove warning about opening modules file... in some cases (included modules) it isn't needed, and the warning about no modules that was added recently should let people know what is going on. (#73834, Arnaud Charlet)
Diffstat (limited to 'ChangeLog.pre-1-4')
-rw-r--r--ChangeLog.pre-1-410
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 781299eb..43b1ad44 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,7 +1,15 @@
+Mon Mar 25 15:53:17 2002 Owen Taylor <otaylor@redhat.com>
+
+ * pango/modules.c (read_modules): Remove warning about
+ opening modules file... in some cases (included modules)
+ it isn't needed, and the warning about no modules that
+ was added recently should let people know what is going
+ on. (#73834, Arnaud Charlet)
+
Mon Mar 25 15:46:54 2002 Owen Taylor <otaylor@redhat.com>
* modules/basic/basic-*.c: Convert U+00A0 (NON BREAK SPACE)
- to U+0020 (SPACE)
+ to U+0020 (SPACE). (#73279, Mikael Hallendal)
* modules/basic/basic-xft.c (basic_engine_shape): Remove
some dead code.