Fix status message sending.
[kdenetwork.git] / kdict / ChangeLog
blobd9513c75c8a2964ff5eac1cdd11e63416ed4f953
1 0.5.3
2   + recognize http and ftp urls in cross references
3   + convert characters that are incompatible with html
4     like <,>,& into &amp, etc.
6 0.5.2
7   + Kdict is now part of the offical kdenetwork package
8   + support for IPv6 and socks-proxies
9   + up-to-date docbook-handbook
10   + code cleanup
12 0.5
13   + dcop interface
14   + panel applet
15   + bugfixes: session management, small problems
16     with the toolbar editor
18 0.4.1
19   + fixed CSS-issues with KDE 2.0.x
20   + fixed saving of results as html file
22 0.4
23   + ported to KDE2
24   + full unicode support
25   + improved portability, should work in non-linux environments now
26   + the german gui-translation is missing in this release,
27     I will add it later on
28   + documentation is not yet converted to docbook
30 0.3.1
31   + essential bugfix for older, libc5-based linux systems
32     (Thanks to Osvaldo Fornaro for testing)
33   + mini-howto for installing a local DICT-server 
35 0.3
36   + integrated implementation of the DICT-protocol,
37     dict(1) is no longer needed.
38   + match mode: At first all matches for a query are
39     displayed in a separate list, the user can then
40     choose the most interesting definitions.
41   + database sets: The user can create individual
42     compilations of the available databases and use
43     them in the same way as a single database.
44   + nicer/more configurable html-layout
45   + find dialog for locating text in the definitions
46   + the user can paste text into Kdict with the middle
47     mouse button. Kdict starts a new query with the pasted text
48     (analogue to Netscape).
49   + command to show detailed database information is
50     implemented ("show info")
51   + speed improvements:
52     * faster html-generation
53     * results are stored in a local cache, so they
54       are displayed instantly when the users wants to
55       browse back.
56     * Kdict holds the connection to the server
57       for a configurable amount of time.
58   + various gui improvements:
59     * improved statusbar
60     * unified preferences dialog
61     * all toolbars are now removable and remember
62       their position.
63     * new toolbar icons
64   + ...
66 0.2
67   fixed some bugs (and introduced new ones ;-)
68   added various features:
69    + saving/printing of the queryresult
70    + query history
71    + improved html output
72    + improved command line interface
73    + html help
74    + Preferences dialogbox for fonts, colors, etc.
75    + Synonyms get displayed and handled like hyperlinks
76    + Automatically lookup of a word in the X clipboard
77    + ...
79 0.1  Initial release