]> git.sur5r.net Git - openldap/blob - contrib/gtk-tool/ChangeLog
gtk-tool updates
[openldap] / contrib / gtk-tool / ChangeLog
1 ChangeLog for gtk-tool
2
3 28/11/1998 - Pele
4         * Fixes, enhancements, started using ldap utility api
5         * It now traverses the whole tree at startup, not sure if it's smart
6         but I did it because of something that has no relevance to network
7         traffic
8
9 27/11/1998 - Pele
10         * Added viewports, both sides now scroll automatically
11         * Brought back the "cache" stuff, now data gets reused if it's allready
12         available without redundant searches/listings.
13         * Editing pixmaps by hand is so much, er, fun!
14         * Miniscule fixes
15
16 26/11/1998 - Pele
17         * Added nice icons in the browser pane - looks decent now.
18         * Fixed scrolling in the data (right) pane - now scrolls if there is
19         a long tab
20         * removed class My_Scroller
21         * removed file Gtk_LdapItem.cc (useless)
22         * commented-out the part where data gets reused instead of re-querying
23         the server, stupid I know, but for the time being if resolves some
24         problems with replacement of right pane.
25         * Misc. fixes
26
27 26/11/1998 - Pele
28         * First appearance of ChangeLog
29         * Fixed removal of scrolled window on the right hand side
30           thus making gtk-tool a viable project to be worked on
31         * added command-line parameter parsing - now accepts
32           -s for server, -p for port, -b for baseDN