2002-03-19
	* gq-0.5.0
	* UTF-8 support (Toralf Lund <toralf@kscanners.com>)
	* compile fix for Tru64 (Sylvain Robitaille <syl@alcor.concordia.ca>)
	* filter bookmarks
2002-03-17  Alexander Guy  <a7r@andern.org>
	* src/filter.c: Added include for <ctype.h>.
	* src/encode.c (decode_string, encode_string): Wrapped iconv related
	  variables in HAVE_ICONV_H checks.
	* ChangeLog: Fixed sloppy linewrap.	
2002-02-20
	* Added UTF-8 patch contributed by Toralf Lund <toralf@kscanners.com>
2001-02-25
	* Use return value from ldap_search*() properly. This caused a segfault
	  in search mode when using an invalid filter :-(
	* Solaris compile fixes: only use liblber when available, and
	  ldap_rename* when ldap_modrdn2* isn't available.
2001-02-20
	gq-0.4.0
	* got rid of all globals in search, browse and schemabrowse code
	* all modes now tabbed, yay :-)

2001-01-06  Alexander S. Guy  <a7r@andern.org>

	* src/schema.c (get_server_schema), src/util.c (clear_server_schema):
	  Fixed	the bug where, every other schema request from a server would
	  result in the last-resort schema server being queried (say yay for
	  bitwise operators).
	* Tweaked the ``Where'd it go?'' message to convey a configuration 
	  problem (this still sucks, and needs to be fixed).
	
	* src/configfile.c (save_config), src/configfile.h: Fixed a bug
	  regarding cache-connection always being ``on'' at startup.  Added a
	  DEFAULT_ENABLETLS #define, and started using that to determine if
	  the ``TLS enable'' configuration should be saved.

2000-12-31  Alexander Guy  <a7r@andern.org>
	* src/common.h, src/configfile.c, src/configfile.h, src/prefs.c: Added
	  the proper GUI and config file elements for initial TLS support
	  in GQ.
	* src/util.c (open_connection): Added basic support for TLS over
	  LDAPv3.
	* configure.in, acconfig.h: Added support for detecting TLS support in
	  the LDAP libraries.
	* README.TLS: New documentation for the status of TLS in GQ.
	* README: Updated the feature list.

	* configure.in: Added checking for libresolv.  It will now be
	  automatically included if your platform provides it.  Rearranged
	  libraries to be added to LIBS from a top down approach, rather
	  than willy-nilly.
2000-12-31
	* added DES crypt, MD5 and SHA-1 support for userPassword fields
	* cache connections by default for new servers
2000-12-30
	* make sure new branches expanded into in browse mode are actually
	  visible, and scroll if they're not.
13-Dec-2000
	gq-0.3.1
	* hitting return on field when editing submits again (browse mode only)
	* server is always queried for schema information, schema server now
	  only used as a last resort schema server
	* schema caching works properly now
	* recursive delete from browse mode, with confirmation dialog (Steve
	  Green <steveg@sharemedia.com>)
25-Sep-2000
	gq-0.3.0
	* schema mode and templates fully integrated in browse mode
	* complete rewrite of all browse mode new/edit code
	* compilation fixes for OpenLDAP 2.x
	* many many bugfixes
04-May-2000
	gq-0.2.3
	* schema browser
	* template editor
	* add with template
        * parser bug fix (Michael Glad <glad@daimi.au.dk>)
28-May-1999
	gq-0.2.2
	* "Use as template" from browse mode actually works now
	* Refresh button now works after modrdn op from browse mode
	* fixed bug in browse mode edit when adding new values to
	  attributes or editing DN, apply button wasn't working
	  (reported by Borek Lupomesky)
	* fixed small typo in configure (reported by Johann Wilfling)
19-May-1999
	gq-0.2.1
	* Kerberos support <hensley@merit.edu>
	* export to LDIF from browse mode
	* "use as template" from browse mode
	* delete from browse mode
	* added license to help menu
	* various tweaks and bug fixes
26-Apr-1999
	gq-0.2.0
	* various user-interface enhancements
	* added sorting in browse and search mode (optional)
	* refresh subtree option in browse mode
	* number of suffixes per server is now dynamic
	* now gets suffixes for all backends with OpenLDAP servers
	* fixed nasty bug in browse mode (MAX_DN_LEN too short)
	* actually using server->maxentries now
20-Mar-1999
	gq-0.1.9
	* now needs GTK+ 1.1.13 or higher
	* browse mode
08-Feb-1999
	gq-0.1.8
	* configure fix, builds on solaris now
	* bugfix for deleting values <Dirk.Vleugels@de.uu.net>
	* connection caching now optional (default off) -- doesn't work
	  well on some public LDAP servers
	* problem when entering new server -- fixed
01-Feb-1999
	gq-0.1.7
	* modrdn functionality
	* --with-ldap-prefix in configure script
	* connection caching
	* support for adding entries (using existing entry as template)
01-Jan-1999
	gq-0.1.6
	* added textbox editing for large entries
	* updated logo
09-Dec-1998
	gq-0.1.5 released.
	* edit + delete functionality
12-Nov-1998
	gq-0.1.3 release.
	* multiple servers
	* search options
	* double-click on displayed entry
	* XML-style config file.
15-Oct-1998
	First public release, v0.1
