diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-29 22:38:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-29 22:38:55 +0800 |
commit | f024b75b0fcbf91d0230ac47b8c44294316a13e2 (patch) | |
tree | 4168164d6b0e3b889f88d639b3999ffcc4259e8e /ChangeLog | |
parent | b8b4901eba7cde41f0d7776f63ffac3eadf7e001 (diff) | |
download | gsoc2013-epiphany-f024b75b0fcbf91d0230ac47b8c44294316a13e2.tar gsoc2013-epiphany-f024b75b0fcbf91d0230ac47b8c44294316a13e2.tar.gz gsoc2013-epiphany-f024b75b0fcbf91d0230ac47b8c44294316a13e2.tar.bz2 gsoc2013-epiphany-f024b75b0fcbf91d0230ac47b8c44294316a13e2.tar.lz gsoc2013-epiphany-f024b75b0fcbf91d0230ac47b8c44294316a13e2.tar.xz gsoc2013-epiphany-f024b75b0fcbf91d0230ac47b8c44294316a13e2.tar.zst gsoc2013-epiphany-f024b75b0fcbf91d0230ac47b8c44294316a13e2.zip |
Use ISO style variable argument macros. Patch by Brian Cameron, part of
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-debug.h:
Use ISO style variable argument macros. Patch by Brian Cameron,
part of bug #141319.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-05-29 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-debug.h: + + Use ISO style variable argument macros. Patch by Brian Cameron, + part of bug #141319. + +2004-05-29 Christian Persch <chpe@cvs.gnome.org> + * configure.in: Add check for 'mkdtemp', since solaris doesn't have it. @@ -7,6 +14,7 @@ * lib/ephy-file-helpers.c: (ephy_file_tmp_dir): Error out if we don't have mkdtemp. + Part of bug #141319. 2004-05-29 Christian Persch <chpe@cvs.gnome.org> |