From 1e5d3541279590f94df95ea3128d19f8a8f8b893 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Mon, 2 Mar 1998 00:55:55 +0000 Subject: [PATCH] small fixups --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 43d24b57a0..da14e409e2 100644 --- a/NEWS +++ b/NEWS @@ -23,9 +23,9 @@ Overview of Changes in GTK+ 0.99.4: * Many enhancements to GtkNotebook. * New widget GtkSpinButton, check out testgtk. * New widget GtkTipsQuery for letting the user query tooltips of widgets. -* Addition of gtkeditable base widget to encapsulate selection and - clipboard handling (Entry and Text use this) -* Text widget more complete +* Addition of GtkEditable base widget to encapsulate selection and + clipboard handling. (GtkEntry and GtkText use this) +* Text widget more complete. * Additions to GtkStatusBar to make it complete. * Gdk now supports regions. * Access masks for widget arguments (GTK_ARG_READABLE/GTK_ARG_WRITABLE).