summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@cvs.gnome.org>2005-12-21 13:27:31 +0000
committerEmmanuele Bassi <ebassi@src.gnome.org>2005-12-21 13:27:31 +0000
commit50507ea32b49cd30377f35cc3a004c48b6c8593b (patch)
tree75ec2a72383b0eb78c5afb8e26b45e980cd23d97 /README
parent69426b8f0ab5659f4860fff943678174faef8f28 (diff)
downloadgnome-dictionary-50507ea32b49cd30377f35cc3a004c48b6c8593b.tar.gz
fix a bunch of compiler warnings (patch by Kjartan Maraas, closes bug
2005-12-21 Emmanuele Bassi <ebassi@cvs.gnome.org> * src/gdict-window.c: fix a bunch of compiler warnings (patch by Kjartan Maraas, closes bug #324552). * src/gtkalignedwindow.c (gtk_aligned_window_finalize), (gdict_aligned_window_get_widget): ditto. * src/main.c: include libintl.h. * src/gdict-applet.c (gdict_applet_init), (gdict_applet_gconf_notify_cb): hook up the notification callback and monitor the database and strategy keys. * src/gdict-app.c (gdict_window_destroy_cb), (gdict_init), (gdict_main): fix compiler warnings (patch by Kjartan Maraas, closes bug #324552). * src/gdict-about.c: use "Look up" instead of "Lookup". * README: remove the warnings.
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 2 insertions, 18 deletions
diff --git a/README b/README
index cc3dffc..6d7fdf0 100644
--- a/README
+++ b/README
@@ -1,17 +1,4 @@
-This is the development branch of the new GNOME Dictionary.
-
-The old code resides in gnome-utils/gdictsrc, and should be considered
-deprecated as soon as this code reaches HEAD.
-
-WARNING: This code is *EXPERIMENTAL* and could break at any given time.
-Since the dictionary source configuration system needs to load files from
-DATADIR/gdict-1.0, you must install those files using "make install". You
-should really use a new prefix, in order to avoid tainting your system; as a
-reference, here's my ./autogen.sh command line:
-
- $ ./autogen.sh --prefix=/opt/gnome2 \
- > --disable-gtk-doc \
- > --disable-schemas-install
+GNOME Dictionary - Look up words in dictionary sources.
+++
@@ -35,7 +22,4 @@ libgdict/
src/
contains the application and the applet sources.
-CAVEAT: This code is still in a state of flux; please, mail me before working
-or committing to this branch.
-
-2005-12-07 21:59 (+0100) ebassi <ebassi (AT) gmail (DOT) com>
+2005-12-19 20:24 (+0100) ebassi <ebassi (AT) gmail (DOT) com>