2001-07-30  Jan Van Buggenhout <Chipzz@ULYSSIS.Org>

	* src/config.h,
	  src/encompass.c,
	  src/html.c: Implemented threading. Still some bugs left
		(dangling threads).
	
2001-07-20  Rodney Dawes <dobey@free.fr>

	* src/menu.c: Added Chipzz and spectre to about box
	* src/html.c: Added gnome-vfs directory listing for
		local directories
	
2001-07-16  Rodney Dawes <dobey@free.fr>

	* src/*.[ch]: Applied patch from Chipzz to fix oafd issues,
		and toolbar issues, as well as newlines missing
	* src/menu.c: Removed non-useable/working dict item from menu,
		Removed i18n of author names
	
2001-07-07  Rodney Dawes <dobey@free.fr>

	* src/html.c: Added Set as Background
	
2001-06-16  Rodney Dawes <dobey@free.fr>
	* src/bookmarks.c: Made icons in menus 18x18 pixels
	* src/html.c: Added "Look up word..." dictionary feature
	
2001-06-05  Christian Rose  <menthos@menthos.com>

	* configure.in: Added sv to ALL_LINGUAS.

2001-06-05  Rodney Dawes <dobey@free.fr>

	* configure.in: gal 0.5 works, changed the check
	* src/*.h: Added missing newlines at EOF
	
2001-06-04  Rodney Dawes <dobey@free.fr>

	* configure.in: Added proper checks for neon/gal/libxml
	* po/it.po: Updated
	
2001-06-04  Rodney Dawes <dobey@free.fr>

	* configure.in: Added "it" to ALL_LINGUAS.
	* src/encompass.c: Removed [g]libwww stuff
	* src/config.h: Removed [g]libwww stuff/added neon stuff
	* src/html.[ch]: Removed [g]libwww stuff/added neon stuff,
		added ghelp: uri support
	* src/toolbar.c: Added initial use of GtkCombo dropdown
	* src/menu.c: Changed my email, fixed about box crashing
	* src/io.c: changed wmclass for file selector
	* src/bookmarks.c: changed bookmarks to parse/save in ~/.gnome/apps
		xmlURIEscape is now part of libxml >= 1.8.12
	* src/Makefile.am: mandatory changes for neon use, and define for
		the gnome help directory
	
2001-02-28  Fatih Demir	<kabalak@gtranslator.org>

	* configure.in: Added "tr" to ALL_LINGUAS.

	* encompass.desktop & encompass.soundlist: Added
		Turkish entries.

2001-02-19  Yukihiro Nakai <nakai@gnome.gr.jp>

	* configure.in: Add Japanese to ALL_LINGUAS.
	* .desktop: Add Japanese translation.

2001-02-15  Gediminas Paulauskas <menesis@delfi.lt>

	* configure.in: added "lt" to ALL_LINGUAS.
	* src/encompass.c: moved statusbar creation up. gettext fixes.
	* src/menu.c: use macros for GNOME stock items. Use _() instead of N_()
	where possible.
	* src/prefs.c, src/print.c: small gettext fixes.
	* src/toolbar.c: install_menu_hints for toolbar popup menus. i18n fixes.

2001-02-15  Szabolcs Ban <shooby@gnome.hu>

	* configure.in: added 'hu' to ALL_LINGUAS

2001-02-09  Gediminas Paulauskas <menesis@delfi.lt>

	* added missing or updated .cvsignore files, removed Makefile.in,
	config.h.in, configure files from CVS.

2001-01-26  Rodney Dawes	<dobez@fnmail.com>

	* src/html.c (on_button_press_event): Fixed crash when object == NULL
	* Removed more unneeded stuff from CVS
	* po/no.po: Fixed error with translation
	* src/toolbar.c: Fixed urlbar/go button hiding
	
2001-01-25  Rodney Dawes	<dobez@fnmail.com>

	* src/html.c: Added Iain's patch to add the Save Image popup menu item
	* src/io*.[ch]: Added Iain's patch to save images in jpeg/png format
	* Actually got some unneeded files out of CVS
	
2001-01-08  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Added Norwegian (bokml) translation.
	
2000-12-21  Rodney Dawes  <dobez@fnmail.com>

	* src/Makefile.am: Added $(EXTRA_GNOME_CFLAGS) to INCLUDES, so gconf support
	  actually works
	* src/encompass.c: Fixed gconf init code
	* Removed files from cvs that shouldn't be there
	
2000-12-19  Rodney Dawes  <dobez@fnmail.com>
	
	* src/full-screen.c: Fixed full-screen code, and hide statusbar when in
	  full-screen mode
	* src/full-screen.[ch]: Added hackish full-screen mode
	* src/search.c: Added message boxes for when a search doesn't find the text
	
2000-12-18  Rodney Dawes  <dobez@fnmail.com>

	* src/search.[ch]: Added code to search for text in the page.
	* src/print.[ch]: Added Print callbacks, so print-preview isn't needed to print
	
2000-12-17  Iain Holmes  <iain@helixcode.com>

	* src/bookmarks.c: Fixed memory leaks, hopefully didn't add any.
	(xmlURIEscape): Nicked this from libxml2 and use it to encode the names
	of bookmark .desktop files so that when they have evil chars like / in 
	them, they don't create a new directory.
	(bookmark_save_cb): Create and munge the file name here.
	(edit_bookmark_entry): Do fun things with things we shouldn't do fun
	things on. Hide the second tab of the notebook, hide the evil "Run in
	Terminal" button, and move the type_combo hting cos I deleted it not
	realising we still needed it :)

2000-12-16  Rodney Dawes  <dobez@fnmail.com>

	* src/config.h: Remove VERSION/PACKAGE: Using VERSION/PACKAGE from
	  ./config.h

2000-12-13  Iain Holmes  <iain@helixcode.com>

	* src/encompass.c (main): Free encompass_dir;
	(prepare_app): Only get the value out of the config file once, instead
	of 3 times. (Doesn't make too much difference, as the values are cached
	but hey...:). Also prepend the items onto the list, and then reverse 
	the list.

	* src/menu.c (file_quit_callback): Make the for loop into a while loop
	to remove some of the nastiness with the if (list) checks.

2000-12-11  Iain Holmes  <iain@helixcode.com>

	* src/menu.c (file_quit_callback): Don't dereference list if it is NULL.
	(help_about_callback): Only allow one about box. Keep showing the same
	one, if it already exists.

	*src/encompass.c (delete_event): Correct return value for a delete-event
	callback. Also add the GdkEvent parameter. Return TRUE to destroy the
	window instead of destroying it in the function.

2000-12-11  Rodney Dawes  <dobez@fnmail.com>

	* configure.in: Fixed LIBWWW_LIBS duplication
	* src/Makefile.am: Fixed INCLUDES
	* README: READ here if you made a patch, or want to commit
	
2000-12-11  Radek Doulik  <rodo@helixcode.com>

	* src/Makefile.am (INCLUDES): use LIBWWW_CFLAGS

	* configure.in (GLIBWWW_LIBS): removed duplicated GLIBWWW_LIBS
	definition

2000-11-28  Rodney Dawes  <dobez@fnmail.com>

	* Added autoconf checks for SSL support in libwww (not finished)
	* Added support for gtkhtml built with gconf support
	
2000-11-22  Rodney Dawes  <dobez@fnmail.com>

	* Added more bookmarks stuff
	* Fixed #include <glibwww2/glibwww.h> in config.h

2000-11-20  Rodney Dawes  <dobez@fnmail.com>

	* Moved RPM build root to /var
	* Added partial bookmarks menu support
	
2000-11-18  Rodney Dawes  <dobez@fnmail.com>

	* Moved to a combination of the libwww code in ntl-web-browser.c and testgtkhtml.c
	* Added SSL support
	* Added preliminary support for context menus on toolbars
	* Added the sound stuff to autoconf
	* Added Elliot Lee to the about box and AUTHORS
	* Added encompass-logo.jpg to about box

2000-11-11  Rodney Dawes  <dobez@fnmail.com>

	* configure.in (ALL_LINGUAS): Added "ru".

2000-10-30  Matthias Warkus  <mawa@iname.com>

	* configure.in (ALL_LINGUAS): Added "de".

