diff options
author | Tor Lillqvist <tml@iki.fi> | 2004-03-04 06:11:12 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2004-03-04 06:11:12 +0000 |
commit | 8a6f748d98bf6f3967d07dab9523fc310bff913f (patch) | |
tree | 5209fecf86560deb072ebee5ed8fc342a77735a2 | |
parent | 38d96db577cbb5e50f45e05bd26f4af08f1cc7ca (diff) | |
download | pango-8a6f748d98bf6f3967d07dab9523fc310bff913f.tar.gz |
Clarify comment.
2004-03-04 Tor Lillqvist <tml@iki.fi>
* pango/module-defs-win32.c.win32: Clarify comment.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 4 | ||||
-rw-r--r-- | pango/module-defs-win32.c.win32 | 6 |
6 files changed, 23 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2004-03-04 Tor Lillqvist <tml@iki.fi> + + * pango/module-defs-win32.c.win32: Clarify comment. + 2004-03-03 Hans Breuer <hans@breuer.org> * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 041d92b4..a893a601 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,7 @@ +2004-03-04 Tor Lillqvist <tml@iki.fi> + + * pango/module-defs-win32.c.win32: Clarify comment. + 2004-03-03 Hans Breuer <hans@breuer.org> * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 041d92b4..a893a601 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,7 @@ +2004-03-04 Tor Lillqvist <tml@iki.fi> + + * pango/module-defs-win32.c.win32: Clarify comment. + 2004-03-03 Hans Breuer <hans@breuer.org> * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 041d92b4..a893a601 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,7 @@ +2004-03-04 Tor Lillqvist <tml@iki.fi> + + * pango/module-defs-win32.c.win32: Clarify comment. + 2004-03-03 Hans Breuer <hans@breuer.org> * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 041d92b4..a893a601 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,7 @@ +2004-03-04 Tor Lillqvist <tml@iki.fi> + + * pango/module-defs-win32.c.win32: Clarify comment. + 2004-03-03 Hans Breuer <hans@breuer.org> * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is diff --git a/pango/module-defs-win32.c.win32 b/pango/module-defs-win32.c.win32 index 5538dac5..80fc90a3 100644 --- a/pango/module-defs-win32.c.win32 +++ b/pango/module-defs-win32.c.win32 @@ -1,6 +1,6 @@ -/* Hand-written. Once the GNU configure mechanism is used - * on Win32, too, can be generated. -*/ +/* Hand-written, for builds using Microsoft's compiler and makefile.msc, + * where the configure mechanism isn't used. + */ #include "modules.h" |