summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2007-02-13 00:58:11 +0000
committerEmmanuele Bassi <ebassi@src.gnome.org>2007-02-13 00:58:11 +0000
commit3c5ab59277ea3aa963a973a0c83e9b4d367d87df (patch)
tree214df082b68c8e8ae2215123fe3c7aef80934670
parent217e54c8b1ceaa835e29a9e904bfa270148dd8dc (diff)
downloadgnome-dictionary-3c5ab59277ea3aa963a973a0c83e9b4d367d87df.tar.gz
Add authors file.
2007-02-13 Emmanuele Bassi <ebassi@gnome.org> * Makefile.am: * AUTHORS: Add authors file. * TODO: Update. svn path=/trunk/; revision=7403
-rw-r--r--AUTHORS11
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.am2
-rw-r--r--TODO16
4 files changed, 26 insertions, 10 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..e71c623
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,11 @@
+Author:
+Maintainer:
+ Emmanuele Bassi <ebassi@gnome.org>
+
+Original gdict code by:
+ Mike Hughes <mfh@psilord.com>
+ Spiros Papadimitriou <spapadim+@cs.cmu.edu>
+ Bradford Hovinen <hovinen@udel.edu>
+ Vincent Noel <vnoel@cox.net>
+
+Note: none of the original code is left in the current Dictionary.
diff --git a/ChangeLog b/ChangeLog
index 235b891..f4eb1a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-02-13 Emmanuele Bassi <ebassi@gnome.org>
+
+ * Makefile.am:
+ * AUTHORS: Add authors file.
+
+ * TODO: Update.
+
2007-01-31 Emmanuele Bassi <ebassi@gnome.org>
* src/gdict-about.c: Fix C99-ism. (#376937, Jens Granseuer)
diff --git a/Makefile.am b/Makefile.am
index a153816..de4d765 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
SUBDIRS = libgdict src data docs help
-EXTRA_DIST = TODO
+EXTRA_DIST = TODO README AUTHORS
diff --git a/TODO b/TODO
index e4d6118..db02e85 100644
--- a/TODO
+++ b/TODO
@@ -1,18 +1,16 @@
[Gdict]
* Great UI rework: port the old UI to the new infrastructure
- [+] Gdict::Entry
+ [ ] Gdict::Entry
[+] Gdict::Defbox
- [ ] common pattern recognition for definition sections
+ [x] common pattern recognition for definition sections
[ ] colors for sections (with theme support)
[+] Gdict::Speller
[ ] visually separate matchs from different dictionaries
* UI additions
- [x] Gdict::DatabaseChooser (combo with all the databases available on
- a GdictContext);
- [ ] Gdict::StrategyChooser (combo with all the strategies available on
- a GdictContext);
+ [x] Gdict::DatabaseChooser
+ [x] Gdict::StrategyChooser
[x] add a "find bottom pane" to Gdict::Defbox;
* Add preferences support
@@ -27,8 +25,8 @@
[x] Create a new HIG-compliant preferences dialog using Glade, and
share it with the applet;
[+] Source dialog
- [ ] Add view/edit modes
- [ ] Use the DatabaseChooser and StrategyChooser widgets for
+ [x] Add view/edit modes
+ [x] Use the DatabaseChooser and StrategyChooser widgets for
the "Database" and "Startegy" fields.
[x] Source remove
[x] Remember window size/state across sessions
@@ -38,4 +36,4 @@
* UI updates
[x] Use GtkAlignedWindow as the container for the Gdict::Defbox;
-$ Last updated: 2005-12-31 19:20 (+0100) ebassi $
+$ Last updated: 2007-02-13 01:00 (+0000) ebassi $