From 6847d2a8c15500a4706513d1c705470c103914ef Mon Sep 17 00:00:00 2001 From: mdb Date: Thu, 16 Aug 2001 20:51:17 +0000 Subject: [PATCH] Release notes. git-svn-id: https://samskivert.googlecode.com/svn/trunk@288 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/lookuplet/ChangeLog | 24 ++++++++++++++++++++++++ projects/lookuplet/NEWS | 6 ++++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/projects/lookuplet/ChangeLog b/projects/lookuplet/ChangeLog index e69de29b..3dd761c2 100644 --- a/projects/lookuplet/ChangeLog +++ b/projects/lookuplet/ChangeLog @@ -0,0 +1,24 @@ +2001-08-16 Michael Bayne + + * projects/lookuplet/src/lookuplet.c: + Now that we're not an applet, we need to call gnome_init() rather than + gtk_init(). Also slipped in some conditionals for the NLS stuff. + + * projects/lookuplet/acconfig.h, projects/lookuplet/configure.in: + Minor configuration to make things work. I dislike the cargo cult nature + of my approach toward autoconf, but I can't be bothered to dive deeply + enough into the whole business to sort out all the jockeying that GNOME + and the various other layers are doing with it. + + * projects/lookuplet/.cvsignore, projects/lookuplet/Makefile.am, projects/lookuplet/acconfig.h, projects/lookuplet/configure.in, projects/lookuplet/src/Makefile.am: + Modifications to build lookuplet like a GNOME app rather than an applet. + +2001-03-10 Michael Bayne + + * projects/lookuplet/src/querybox.c: + Exit after launching unless we're being compiled in applet mode (which + isn't fully reinstated yet anyway). + + * projects/lookuplet/src/querybox.c: + Prune whitespace from the end of the selection before inserting it into + the lookuplet text widget. diff --git a/projects/lookuplet/NEWS b/projects/lookuplet/NEWS index 9a975cde..fe48584b 100644 --- a/projects/lookuplet/NEWS +++ b/projects/lookuplet/NEWS @@ -1,3 +1,5 @@ -Release 0.1.0: +* lookuplet-1.0 (2001-08-16) - * Initial release. +- Initial release. + +$Id: NEWS,v 1.2 2001/08/16 20:51:17 mdb Exp $