diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-07-23 14:41:46 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-23 14:41:46 +0000 |
commit | d90fa450dd43c9f5352c2b16a7007b82ad0ba665 (patch) | |
tree | 5d2eba88896c988442575e2558cab1c4a273f8c5 /ChangeLog.pre-2-8 | |
parent | 723bc46642f6bcd7a768507bc6ff299de9d9f56e (diff) |
Fix docs for G_MAXSIZE. (#148262, Christophe Fergeau)
Fri Jul 23 10:38:24 2004 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/limits.sgml: Fix docs for G_MAXSIZE. (#148262,
Christophe Fergeau)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f53245549..360f16d5f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,13 @@ +Fri Jul 23 10:40:43 2004 Matthias Clasen <maclas@gmx.de> + + * tests/type-test.c (main): Actually test G_MAXSIZE with a + gsize variable. + +Thu Jul 8 00:51:30 2004 Matthias Clasen <maclas@gmx.de> + + * glib/gi18n.h: Remove the ENABLE_NLS check, since GLib can't + be built without anyway. (#135899, Murray Cumming) + 2004-07-21 Matthias Clasen <mclasen@redhat.com> Fix #132858, Sven Neumann, patch by James Henstridge: |