diff options
author | Tim Janik <timj@gtk.org> | 1998-08-17 00:40:55 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-08-17 00:40:55 +0000 |
commit | 7b9b0ab0fa4ee937c4eccecde09f73883ae86d9a (patch) | |
tree | 20cd37fb69880a595fc9228fcbf0cb4cb4ed2848 | |
parent | 31de6ff4e08c6bac186706f434089b30bc8c2770 (diff) | |
download | gtk+-7b9b0ab0fa4ee937c4eccecde09f73883ae86d9a.tar.gz |
version bump to 1.1.1, binary age 0, interface age 0. pass "gmodule" to
Mon Aug 17 01:40:00 1998 Tim Janik <timj@gtk.org>
* configure.in: version bump to 1.1.1, binary age 0, interface age 0.
pass "gmodule" to AM_PATH_GLIB, with that we require libgmodule.so now.
* gtk/gtkmain.c (gtk_init): since glib's g_return*_if_fail macros log
with G_LOG_LEVEL_CRITICAL now, i added "--g-fatal-checks",
"--gdk-fatal-checks" and "--gtk-fatal-checks". that makes up six
different *-fatal-* arguments now. this needs to be revised and
compressed to a reasonable amount of arguments.
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 11 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 11 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 11 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 11 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 11 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 11 | ||||
-rw-r--r-- | HACKING | 18 | ||||
-rw-r--r-- | INSTALL | 6 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | configure.in | 7 | ||||
-rw-r--r-- | gtk/gtkmain.c | 27 |
13 files changed, 123 insertions, 16 deletions
@@ -1,3 +1,14 @@ +Mon Aug 17 01:40:00 1998 Tim Janik <timj@gtk.org> + + * configure.in: version bump to 1.1.1, binary age 0, interface age 0. + pass "gmodule" to AM_PATH_GLIB, with that we require libgmodule.so now. + + * gtk/gtkmain.c (gtk_init): since glib's g_return*_if_fail macros log + with G_LOG_LEVEL_CRITICAL now, i added "--g-fatal-checks", + "--gdk-fatal-checks" and "--gtk-fatal-checks". that makes up six + different *-fatal-* arguments now. this needs to be revised and + compressed to a reasonable amount of arguments. + Sun Aug 16 20:51:59 1998 Tim Janik <timj@gtk.org> * gtk/gtkmain.c (gtk_init): fatal warning option is split up now, diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 18e910d53b..e675d2e880 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,14 @@ +Mon Aug 17 01:40:00 1998 Tim Janik <timj@gtk.org> + + * configure.in: version bump to 1.1.1, binary age 0, interface age 0. + pass "gmodule" to AM_PATH_GLIB, with that we require libgmodule.so now. + + * gtk/gtkmain.c (gtk_init): since glib's g_return*_if_fail macros log + with G_LOG_LEVEL_CRITICAL now, i added "--g-fatal-checks", + "--gdk-fatal-checks" and "--gtk-fatal-checks". that makes up six + different *-fatal-* arguments now. this needs to be revised and + compressed to a reasonable amount of arguments. + Sun Aug 16 20:51:59 1998 Tim Janik <timj@gtk.org> * gtk/gtkmain.c (gtk_init): fatal warning option is split up now, diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 18e910d53b..e675d2e880 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,14 @@ +Mon Aug 17 01:40:00 1998 Tim Janik <timj@gtk.org> + + * configure.in: version bump to 1.1.1, binary age 0, interface age 0. + pass "gmodule" to AM_PATH_GLIB, with that we require libgmodule.so now. + + * gtk/gtkmain.c (gtk_init): since glib's g_return*_if_fail macros log + with G_LOG_LEVEL_CRITICAL now, i added "--g-fatal-checks", + "--gdk-fatal-checks" and "--gtk-fatal-checks". that makes up six + different *-fatal-* arguments now. this needs to be revised and + compressed to a reasonable amount of arguments. + Sun Aug 16 20:51:59 1998 Tim Janik <timj@gtk.org> * gtk/gtkmain.c (gtk_init): fatal warning option is split up now, diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 18e910d53b..e675d2e880 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,14 @@ +Mon Aug 17 01:40:00 1998 Tim Janik <timj@gtk.org> + + * configure.in: version bump to 1.1.1, binary age 0, interface age 0. + pass "gmodule" to AM_PATH_GLIB, with that we require libgmodule.so now. + + * gtk/gtkmain.c (gtk_init): since glib's g_return*_if_fail macros log + with G_LOG_LEVEL_CRITICAL now, i added "--g-fatal-checks", + "--gdk-fatal-checks" and "--gtk-fatal-checks". that makes up six + different *-fatal-* arguments now. this needs to be revised and + compressed to a reasonable amount of arguments. + Sun Aug 16 20:51:59 1998 Tim Janik <timj@gtk.org> * gtk/gtkmain.c (gtk_init): fatal warning option is split up now, diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 18e910d53b..e675d2e880 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,14 @@ +Mon Aug 17 01:40:00 1998 Tim Janik <timj@gtk.org> + + * configure.in: version bump to 1.1.1, binary age 0, interface age 0. + pass "gmodule" to AM_PATH_GLIB, with that we require libgmodule.so now. + + * gtk/gtkmain.c (gtk_init): since glib's g_return*_if_fail macros log + with G_LOG_LEVEL_CRITICAL now, i added "--g-fatal-checks", + "--gdk-fatal-checks" and "--gtk-fatal-checks". that makes up six + different *-fatal-* arguments now. this needs to be revised and + compressed to a reasonable amount of arguments. + Sun Aug 16 20:51:59 1998 Tim Janik <timj@gtk.org> * gtk/gtkmain.c (gtk_init): fatal warning option is split up now, diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 18e910d53b..e675d2e880 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,14 @@ +Mon Aug 17 01:40:00 1998 Tim Janik <timj@gtk.org> + + * configure.in: version bump to 1.1.1, binary age 0, interface age 0. + pass "gmodule" to AM_PATH_GLIB, with that we require libgmodule.so now. + + * gtk/gtkmain.c (gtk_init): since glib's g_return*_if_fail macros log + with G_LOG_LEVEL_CRITICAL now, i added "--g-fatal-checks", + "--gdk-fatal-checks" and "--gtk-fatal-checks". that makes up six + different *-fatal-* arguments now. this needs to be revised and + compressed to a reasonable amount of arguments. + Sun Aug 16 20:51:59 1998 Tim Janik <timj@gtk.org> * gtk/gtkmain.c (gtk_init): fatal warning option is split up now, diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 18e910d53b..e675d2e880 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,14 @@ +Mon Aug 17 01:40:00 1998 Tim Janik <timj@gtk.org> + + * configure.in: version bump to 1.1.1, binary age 0, interface age 0. + pass "gmodule" to AM_PATH_GLIB, with that we require libgmodule.so now. + + * gtk/gtkmain.c (gtk_init): since glib's g_return*_if_fail macros log + with G_LOG_LEVEL_CRITICAL now, i added "--g-fatal-checks", + "--gdk-fatal-checks" and "--gtk-fatal-checks". that makes up six + different *-fatal-* arguments now. this needs to be revised and + compressed to a reasonable amount of arguments. + Sun Aug 16 20:51:59 1998 Tim Janik <timj@gtk.org> * gtk/gtkmain.c (gtk_init): fatal warning option is split up now, @@ -9,21 +9,24 @@ to have the following packages installed: These should be available by ftp from ftp.gnu.org or any of the fine GNU mirrors. Beta software can be found at alpha.gnu.org. -If you are accessing gtk+ via CVS, then you will need to take several -steps to get it to compile. You can do all these steps at once -by running: +In order to get CVS gtk+ installed on your system, you need to have +the most recent CVS version of glib installed as well. +The installation process of glib is similar to that of gtk+, but +needs to be fulfilled prior to installation of gtk+. + +To compile a CVS version of gtk+ on your system, you will need to take +several steps to setup the tree for compilation. You can do all these +steps at once by running: cvsroot/gtk+# ./autogen.sh Basically this does the following for you: cvsroot/gtk+# aclocal; automake; autoconf - cvsroot/gtk+/glib# aclocal; automake; autoconf The above commands create the "configure" script. Now you can run the configure script in cvsroot/gtk+ to create all - the Makefiles. You only need to call "configure" in cvsroot/gtk+ - as the one in glib will be invoked automatically. + the Makefiles. Before running autogen.sh or configure, make sure you have libtool in your path. @@ -33,11 +36,12 @@ options like --prefix=/usr to configure you can give those options to autogen.sh and they will be passed on to configure. If at all possible, please use CVS to get the latest development version of -gtk+. You can do the following to get gtk+ from cvs: +gtk+ and glib. You can do the following to get glib and gtk+ from cvs: $ export CVSROOT=':pserver:anonymous@cvs.gimp.org:/debian/home/gnomecvs' $ cvs login (there is no password, just hit return) + $ cvs -z9 checkout glib $ cvs -z9 checkout gtk+ Please submit patches to the gtk-list@redhat.com mailing list (you must @@ -7,8 +7,8 @@ you got this package. Simple install procedure ======================== - % gzip -cd gtk+-1.1.1.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.1.1 # change to the toplevel directory + % gzip -cd gtk+-1.1.2.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.1.2 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] @@ -92,7 +92,7 @@ You can compile GTK+ against a copy of GLIB that you have not yet installed. To do this, give the --with-glib=DIR options to ./configure. For instance: - ./configure --with-glib=../glib-1.1.1 + ./configure --with-glib=../glib-1.1.3 This, however, will not work if you built GLIB with different source and build directories. @@ -1,7 +1,7 @@ General Information =================== -This is GTK+ version 1.1.1. GTK+, which stands for the Gimp ToolKit, +This is GTK+ version 1.1.2. GTK+, which stands for the Gimp ToolKit, is a library for creating graphical user interfaces for the X Window System. It is designed to be small, efficient, and flexible. GTK+ is written in C with a very object-oriented approach. @@ -1,5 +1,3 @@ -For 1.1.0 release: - For 1.2.0 release: - remove deprecated functions from *.[hc] files, especially the non-functional ones. diff --git a/configure.in b/configure.in index 486340d7de..d99fd83383 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ cflags_set=${CFLAGS+set} # GTK_MAJOR_VERSION=1 GTK_MINOR_VERSION=1 -GTK_MICRO_VERSION=1 +GTK_MICRO_VERSION=2 GTK_INTERFACE_AGE=0 GTK_BINARY_AGE=0 GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION @@ -140,8 +140,9 @@ if test x$with_glib = x ; then AM_PATH_GLIB(1.1.3,, AC_MSG_ERROR([ -*** GLIB 1.1.1 or better is required. The latest version of GLIB -*** is always available from ftp://ftp.gtk.org.])) +*** GLIB 1.1.3 or better is required. The latest version of GLIB +*** is always available from ftp://ftp.gtk.org.]), + gmodule) glib_cflags=$GLIB_CFLAGS glib_libs=$GLIB_LIBS diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index b1c5ceda50..657e50fd59 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -334,6 +334,33 @@ gtk_init (int *argc, g_log_set_fatal_mask (G_LOG_DOMAIN, fatal_levels); (*argv)[i] = NULL; } + else if (strcmp ("--g-fatal-checks", (*argv)[i]) == 0) + { + GLogLevelFlags fatal_levels; + + fatal_levels = g_log_set_fatal_mask (g_log_domain_glib, G_LOG_FATAL_MASK); + fatal_levels |= G_LOG_LEVEL_CRITICAL; + g_log_set_fatal_mask (g_log_domain_glib, fatal_levels); + (*argv)[i] = NULL; + } + else if (strcmp ("--gdk-fatal-checks", (*argv)[i]) == 0) + { + GLogLevelFlags fatal_levels; + + fatal_levels = g_log_set_fatal_mask ("Gdk", G_LOG_FATAL_MASK); + fatal_levels |= G_LOG_LEVEL_CRITICAL; + g_log_set_fatal_mask ("Gdk", fatal_levels); + (*argv)[i] = NULL; + } + else if (strcmp ("--gtk-fatal-checks", (*argv)[i]) == 0) + { + GLogLevelFlags fatal_levels; + + fatal_levels = g_log_set_fatal_mask (G_LOG_DOMAIN, G_LOG_FATAL_MASK); + fatal_levels |= G_LOG_LEVEL_CRITICAL; + g_log_set_fatal_mask (G_LOG_DOMAIN, fatal_levels); + (*argv)[i] = NULL; + } i += 1; } |