diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-11-25 23:36:29 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-11-25 23:36:29 +0000 |
commit | 9a60bfac0c7342461430125098291c6b5d7550fc (patch) | |
tree | a7692efd5a5d4fa0f40653ae1507aeb7aa6f8429 /ChangeLog.pre-2-0 | |
parent | 7a181cf52b951103b4037d0d7443c739250c85d0 (diff) | |
download | gtk+-9a60bfac0c7342461430125098291c6b5d7550fc.tar.gz |
demos/pixbuf-demo.c M_PI -> G_PI.
2001-11-26 Tor Lillqvist <tml@iki.fi>
* demos/pixbuf-demo.c
* demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
* demos/gtk-demo/main.c (read_line): No flockfile() or
getc_unlocked() on Win32.
2001-11-25 Tor Lillqvist <tml@iki.fi>
* configure.in
* acconfig.h: As we now use GDir, no need to check for dirent.h.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 4d9efbf02a..c69192c509 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,16 @@ +2001-11-26 Tor Lillqvist <tml@iki.fi> + + * demos/pixbuf-demo.c + * demos/gtk-demo/pixbufs.c: M_PI -> G_PI. + + * demos/gtk-demo/main.c (read_line): No flockfile() or + getc_unlocked() on Win32. + +2001-11-25 Tor Lillqvist <tml@iki.fi> + + * configure.in + * acconfig.h: As we now use GDir, no need to check for dirent.h. + Sun Nov 25 23:18:39 2001 Kristian Rietveld <kristian@planet.nl> * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc |