1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
ChangeLog for gdict by Mike Hughes
v0.7
- Seventh release
- Added a console version of gdict, 'dict'. See the README file.
- Some bugfixes, very minor
v0.6 (3/24/99)
- Sixth release
- Added the ability to resize without widgets screwing up
(Thanks Iain)
- Added horizontal scrollbar (although they're not supported by GTK yet
v0.5 (3/21/99)
- Fifth release
- Mainly a bugfix release
- Fixed an error that caused it to hang on words that were returned as
being misspelled.
- Fixed the version number in about text. Thanks Carson :)
- Also put some new info in the about text - take note.
v0.4 (3/20/99)
- Fourth release
- Should be bug free
- Added a scrollbar to the defbox for longer definitions
- Fixed bugged that prevented the whole definition from being pulled
down from the server... Thanks to Dave Finton.
v0.3 (2/20/99)
- Third release
- Should be bug free
- Added menus File and Edit, with Copy and Paste
- Minor interface change, made the def box smaller.
- If you encounter a definition that makes the defbox inadquate,
email me and I'll add a scrollbar (wxh@altonet.com)
v0.2 (2/16/99)
- Second release
- Should be bug free
- Read the file README for usage and features
- Cleaned up the interface a little bit; you only have
to press enter to enter a definition
- You can run it from the command line as well, and it'll
automatically bring up the definition for the word you specify
as an argument (example: gdict word)
- In the code itself, I changed the way widget information is
passed to callbacks. Really silly.
v0.1 (2/15/99)
- First release
- Should be bug free
- Read the file README for usage and features
|