diff --git a/ChangeLog b/ChangeLog index 1cccc446c3..c28f6fb2ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -97,7 +97,8 @@ Tue Mar 10 23:02:42 1998 Owen Taylor Wed Mar 11 07:10:11 1998 Tim Janik * gtk/gtkspinbutton.h: - * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz. + * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz, + to limit entered characters to numbers, '-' and '.'. Wed Mar 11 04:35:06 1998 Tim Janik diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 1cccc446c3..c28f6fb2ee 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -97,7 +97,8 @@ Tue Mar 10 23:02:42 1998 Owen Taylor Wed Mar 11 07:10:11 1998 Tim Janik * gtk/gtkspinbutton.h: - * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz. + * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz, + to limit entered characters to numbers, '-' and '.'. Wed Mar 11 04:35:06 1998 Tim Janik diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1cccc446c3..c28f6fb2ee 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -97,7 +97,8 @@ Tue Mar 10 23:02:42 1998 Owen Taylor Wed Mar 11 07:10:11 1998 Tim Janik * gtk/gtkspinbutton.h: - * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz. + * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz, + to limit entered characters to numbers, '-' and '.'. Wed Mar 11 04:35:06 1998 Tim Janik diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 1cccc446c3..c28f6fb2ee 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -97,7 +97,8 @@ Tue Mar 10 23:02:42 1998 Owen Taylor Wed Mar 11 07:10:11 1998 Tim Janik * gtk/gtkspinbutton.h: - * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz. + * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz, + to limit entered characters to numbers, '-' and '.'. Wed Mar 11 04:35:06 1998 Tim Janik diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 1cccc446c3..c28f6fb2ee 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -97,7 +97,8 @@ Tue Mar 10 23:02:42 1998 Owen Taylor Wed Mar 11 07:10:11 1998 Tim Janik * gtk/gtkspinbutton.h: - * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz. + * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz, + to limit entered characters to numbers, '-' and '.'. Wed Mar 11 04:35:06 1998 Tim Janik diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 1cccc446c3..c28f6fb2ee 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -97,7 +97,8 @@ Tue Mar 10 23:02:42 1998 Owen Taylor Wed Mar 11 07:10:11 1998 Tim Janik * gtk/gtkspinbutton.h: - * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz. + * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz, + to limit entered characters to numbers, '-' and '.'. Wed Mar 11 04:35:06 1998 Tim Janik diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1cccc446c3..c28f6fb2ee 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -97,7 +97,8 @@ Tue Mar 10 23:02:42 1998 Owen Taylor Wed Mar 11 07:10:11 1998 Tim Janik * gtk/gtkspinbutton.h: - * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz. + * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz, + to limit entered characters to numbers, '-' and '.'. Wed Mar 11 04:35:06 1998 Tim Janik diff --git a/NEWS b/NEWS index 893d4cd478..be25a7ed23 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Overview of Changes in GTK+ 0.99.6: + +* Intermediate release to become 1.0. +* More signedness corrections for handler functions in gtkmain.h. +* Semantics of GtkWidget::delete_event changed. +* Documentation updates. +* Inclusion of Gtk tutorial. +* Clean ups due to compiler warnings. +* Various widget fixes. + Overview of Fixes in GTK+ 0.99.5: * Signal signedness and naming corrections