2001-02-09  Marco Pesenti Gritti <mpeseng@tin.it>

	* configure.in: fixed some configure issues: a double -lmpfileproc
	was causing configure failure on >2.95.2 compilers.
	Remove also other double -l, and added gtksuperwin on gtkmozembed
	test (causing a warning).
	
2001-02-08  Joshua Horvath <jmhorvat@home.com>

	* src/session.c: Add empty browser window bookmark to list of
	recovery URLs in temporary bookmarks window when recovering from a
	crash.

2001-02-07  Joshua Horvath <jmhorvat@home.com>

	* src/misc_callbacks.c: Fixed bug in tabbed mode where URLs
	entered in the open URL dialog can get loaded into the wrong tab.

2001-02-06  Joshua Horvath <jmhorvat@home.com>

	* src/galeon.h:
	* src/menu_callbacks.c:
	* src/misc.c:
	* src/mozcallbacks.c: Fixed crash when using Ctrl+Q to exit when
	focus is in the mozembed widget.

2001-02-05  Joshua Horvath <jmhorvat@home.com>

	* src/menu_callbacks.c: Leave main toolbar on by default when
	switching to fullscreen mode. Got rid of useless 'fake' fullscreen
	mode (hide all toolbars on shift+click).
	* src/toolbar.c: Save and restore location entry contents when
	recreating toolbars (e.g. after preferences are applied).

2001-02-05  Christophe Fergeau <christophe.fergeau@ensimag.imag.fr>

	* src/auto_completion.c: Smart bookmarks no longer proposed when
	autocompleting a URL. Fixed sort order for 'simplified URL sort'.

2001-01-29  Marco Pesenti Gritti <mpeseng@tin.it>

	* galeon: use /usr/lib ase default, users often forgot old mozilla in /usr/local
	
2001-01-30  Joshua Horvath <jmhorvat@home.com>
	    Daniel Stodden <stodden@informatik.tu-muenchen.de>

	* src/auto_completion.c: Fixed Ricardo's fix.  :)
	The autocompletion window was not being destroyed when <Enter> was
	pressed in the open URL dialog.
	* src/browser.c:
	* src/misc_callbacks.c: Added save-last-URL for the open URL
	dialog. (Daniel)

2001-01-30 Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* src/auto_completion.c: Fixed Return behaivour.

2001-01-29  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla.cpp: added debug code : g_return_if_fail (..browser->embed..)
	
2001-01-29  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozcallbacks.c: fixed alt-back alt-forward bug
	
2001-01-29  Kenneth Christainsen <kenneth@gnu.org>

	* galeon.desktop.in: Made desktop be generated.
	* Makefile.am: Update for my above change.

2001-01-28  Joshua Horvath <jmhorvat@home.com>
            Yanko Kaneti <yaneti@declera.com>

	* src/browser.c: Added second gtk_container_focus() call to the
	mozembed widget before loading a URL.  Seems to fix the
	scroll-on-spacebar bug for everyone, now.
	* src/browser_callbacks.c:
	* src/mozcallbacks.c: Added Ctrl+G accelerator which moves the
	focus to the location entry and selects the text.  When typing
	in the location entry, Esc will restore the original text.

2001-01-27  Joshua Horvath <jmhorvat@home.com>

	* ui/galeon.glade: Removed note in Colors section.
	* src/galeon.h:
	* src/prefs.c:
	* src/mozilla_prefs.c: Added pref for enabling syntax highlighting
	in view source mode.

2001-01-27 Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* src/misc.c (read_line_from_file): New function.
	* src/netscape.c (ns_get_bookmark_item): Fixed problem with javascript
	bookmarks (bug #50378). The problem wasn't with javascript, but with 
	very long URLs (there was a hardcoded limit).

2001-01-27  Matt Aubury <matt@ookypooky.com>

	* src/browser.c: mostly fixed view source in tabbed mode, still
	problem with menu item getting out of sync

2001-01-27  Matt Aubury <matt@ookypooky.com>

	* src/browser.c: better fix of problem below

2001-01-25  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/browser.c (browser_create_default): master_browser initialized to 
	the right embed when opening the first page
	MattA: this is the only way I found to fix it, can you take a look please ?
	
2001-01-25  Matt Aubury <matt@ookypooky.com>

	* src/browser.c: fixed crash in tabbed mode

2001-01-25  Joshua Horvath <jmhorvat@home.com>

	* src/galeon.h:
	* src/menu_callbacks.c:
	* ui/galeon.glade: Set correct window layer for pixmap file dialog
	in bookmarks editor when in fullscreen mode.  Restore window sizes
	correctly when using multiple fullscreen windows.

2001-01-25  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla.cpp: another try to fix segfaults when resolving urls.
	That code at least is getting cleaner
	
2001-01-25  Matt Aubury <matt@ookypooky.com>

	* src/session.c: when resuming session, don't create a new default
	browser unless there are none already created. Hope yaneti is 
	happy now!

2001-01-25  Steve Ratcliffe <steve@parabola.demon.co.uk>

	* src/mozcallbacks.c:  puts the
	progress bar into activity mode when a page is first accessed to indicate 
	that something is happening without giving the impression that the page is
	actually loading
	
2001-01-25  Marco Pesenti Gritti <mpeseng@tin.it>

	* INSTALL: removed suggestion to use nightlies
	* src/mozilla.cpp: added some debug code. Use nsCOMPtr instead of a normal
	pointer in ResolveUrl (try to fix segfaults)
	
2001-01-25  Matt Aubury <matt@ookypooky.com>

	* src/session.c: stop saved sessions from appearing in
	temporary bookmarks

2001-01-25  Matt Aubury <matt@ookypooky.com>

	* src/menu_callbacks.c:
	* src/session.c:
	* src/galeon.h:
	* ui/galeon.glade: added menu option to exit and save session
	* src/mozcallbacks.c: fixed session saving in tabbed mode

2001-01-24  Joshua Horvath <jmhorvat@home.com>

	* src/browser.c: removed unnecessary call to browser_embed_init()
	  in browser_create_from_url()

2001-01-24  Steve Ratcliffe <steve@parabola.demon.co.uk>

	* src/misc.c: remove gtk_main_iteration() loop in galeon_exit()

2001-01-24  Steve Ratcliffe <steve@parabola.demon.co.uk>

	* src/autobookmarks.c: fixed memory leak

2001-01-24  Steve Ratcliffe <steve@parabola.demon.co.uk>

	* src/mozcallbakcs.c: fixed some memory leaks
	
2001-01-24  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla.cpp: added the forgot print code (I'm working on a mozilla 0.7 patch)
	* src/browser.c: check if the embed is initialized before to destroy it
	
2001-01-23  Matt Aubury <matt@ookypooky.com>

	* src/menu_callbacks.c:
	* ui/galeon.glade: add menu entry for accessing online manual
	* MANUAL: removed, deprecated since SGML documentation updated
	
2001-01-23  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/browser.c: show find dialog as modal if it has a target (fix a crash when loading a new url and find)
	* src/mozilla.cpp: fixed a small memory leak: delete the GaleonEmbed instance when destroying.
	Find from menubar works now. Last issue: if no frame is selected it does not work, but it seems a mozilla
	bug (same behavior). Probably mozilla should focus a frame after loading.
	The dialog behavior is a bit changed to fix a bug with modal find dialog + gnome error dialog, now no error dialog is
	shown but next and prev buttons are set inactive when at the end/beginning of the document.
	
2001-01-23  Yanko Kaneti <yaneti@declera.com>

	* src/mozilla.cpp: fixed SaveFile call arguments

2001-01-23  Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>

	* src/galeon: added /opt/mozilla as a search path
	
2001-01-23  Matt Aubury <matt@ookypooky.com>

	* myportal.css: brown paper bag bug fixed
	* ui/galeon.glade: fixed mime dialog text (bad english)

2001-01-22  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozcallbacks.c: fixed a crash with popup windows (embed was not  initialized)
	* src/browser.c: fixed LAST_PAGE history copy
	* src/find_callbacks:
	* src/mozilla.cpp: mozilla history is now saved (it required many changes). 
	save should work with mozilla cvs too. (Thanks to yaneti). Find from context menu
	works with frames.
	
2001-01-21  Joshua Horvath <jmhorvat@home.com>

	* src/galeon.h:
	* src/auto_completion.c:
	* src/browser.c:
	* src/browser_callbacks.c: Added autocompletion support to the
	open URL dialog.

2001-01-21  Matt Aubury <matt@ookypooky.com>

	* src/mozcallbacks.c: added alt+1, alt+2 etc to switch between tabs 

2001-01-21 Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* doc/: New directory for sgml documentation. The docs are based in
        the MANUAL file, and should be finished someday...
	* configure.in: Support for documentation.

2001-01-21  Matt Aubury <matt@ookypooky.com>

	* src/browser.c: fix some "last page opened" bugs
	* src/mozcallbacks.c: add ctl/alt+up/down for moving between pages
	in tabbed browsing mode
	* src/mozilla.cpp: error traps
	* MANUAL: updated
	* myportal.css: added image size

2001-01-21  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozcallbacks.c: fixed a bug in the set title callback. MattA you was not checking for tabbed mode, can you see if it is ok now ? At least
	it does not crash.
	* src/browser.c:
	* src/mozilla.cpp: copy history moved in the class, attach links drag event to gtkmozembed component
	MattA I attached the links callbacks event to gtkmozembed widget. Let me know if this not ok for tabbed browsing.

2001-01-21  Matt Aubury <matt@ookypooky.com>

	* src/auto_completion.c: include https as a stripped prefix
	* src/browser.c: fixed tab autoswitching
	* src/misc.c: fix trailing spaces in shortening function

2001-01-21  Matt Aubury <matt@ookypooky.com>

	* src/auto_completion.c:
	* src/browser.c: 
	* src/browser_callbacks.c:
	* src/mozcallbacks.c: 
	* src/mozilla.cpp: bug fixes for tabbed mode, note that some of the
	changes may introduce bugs -- please report even "obvious" ones. 
	
2001-01-20  Matt Aubury <matt@ookypooky.com>

	* src/prefs.c:
	* src/prefs_callbacks.c:
	* src/galeon.h:
	* src/browser.c: support for new tabbed browsing features
	* src/mozcallbacks.c:
	* src/menu_callbacks.c:
	* src/misc.c: quit functionality moved into own function
	* src/bookmarks.c: minor cleanup
	* src/browser_callbacks.c: more debug checks
	* ui/galeon.glade: added tabbed dialog page to preferences,
	many small cosmetic changes to prefs dialog, some minor string
	changes (sorry, trying to improve the English!)

2001-01-20  Ross Arnold  <rossa@inet.net.nz>

	* src/galeon.h:
	* src/bookmarks.c: 
	* src/menu_callbacks.c: Show a dialog to prompt for parameters when a
 	smart bookmark is selected from the menu.
 
2001-01-20  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla.cpp: cleanups. Links DND back working.
	Fixed a bug in key handling. Removed unused headers.
	
2001-01-20  Matt Aubury <matt@ookypooky.com>

	* FAQ:
	* configure.in: add -fno-rtti flag by default. This is in line
	with the mozilla compilation defaults, so should cut the number
	of reported compilation problems. Flag can still be disabled with 
	--enable-cpp-rtti.

2001-01-19  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla.cpp: fully rewritten. I guess there will be some bugs but better to do it now before feature freeze.
	Context functionalities + Frames should now work on all system. Menubar find + frames is not again fixed,
	but I have an idea about it, I'll fix it soon. There is a bug with find+frames but not critical. Please test
	and let me know if there are problems.
	
2001-01-19  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>   

	* configure.in: Added sk (Slovak) to ALL_LINGUAS
	* galeon.desktop: Added Slovak messages

2001-01-19  Yanko Kaneti <yaneti@declera.com>

	* src/mozilla.cpp
	* src/browser.c: copy the session history of the previous window when opening a new one, with LAST_PAGE as pref
	
2001-01-18  Joshua Horvath <jmhorvat@home.com>   

	* src/browser.c: Added temporary hack to ignore Gdk errors on
	window close.  Does not fix the errors but should at least keep
	galeon from exiting when they occur.

2001-01-18  Matt Aubury <matt@ookypooky.com>

	* src/browser.c: fixed memleak in browser_create_default

2001-01-18  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/browser.c (browser_create_from_url_view_source): added missing browser_embed_init() call
	* src/main.c: remove no more necessary browser_embed_init() call
	
2001-01-18  Yanko Kaneti <yaneti@declera.com>

	* src/Galeon-impl.c:
	* src/browser.c:
	* src/galeon.h:
	* src/main.c:
	* src/menu_callbacks.c:
	* src/mozcallbacks.c:
	* src/session.c: change behaviour of opening new windows pointing
	at last page such that they open the last page of the current
	browser, rather than the global last page.

2001-01-17  Joshua Horvath <jmhorvat@home.com>

	* src/browser.c: added missing browser_embed_init() call to
	browser_create_from_url().  Should fix those pesky GdkWindow
	errors/crashes when closing windows opened with middle clicks.
	Resize notebook when hiding toolbar/menubar in tabbed browsing
	mode.

2001-01-17 Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* MANUAL: Small aditions.

2001-01-16  Joshua Horvath <jmhorvat@home.com>

	* Added MANUAL file.  Please review and send me any comments or
	suggestions.  If you're feeling really generous, fill in some of
	the missing sections.

2001-01-16 Marco Pesenti Gritti <mpeseng@tin.it> 

	* src/mozcallbacks.c: added ctrl+f as find acellerator
	
2001-01-16  Stanislav Brabec  <utx@penguin.cz>

	* FAQ: Added 9./2) - another way to fix ld errors.

2001-01-16 Marco Pesenti Gritti <mpeseng@tin.it> 

	* Released Galeon 0.8.3	
	
2001-01-16  Joshua Horvath <jmhorvat@home.com>

	* src/auto_completion.c: Fixed autocompletion alternatives list.
	It now behaves similarly to the combobox - a click outside of the
	list will close it, and you can now use the keyboard to navigate
	the list.

2001-01-15  Matt Aubury <matt@ookypooky.com>

	* src/trans.h: removed on advice of kenneth on #galeon
	(apparently not needed since the advent of xml-i18n-tools)

2001-01-15 Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* ui/galeon.glade: Small wording changes requested by several users.
	I think these changes make some thinks clearer.
	* src/browser_callbacks.c: Test for "alt" when pressing "End"

2001-01-15 Christophe Fergeau <christophe.fergeau@ensimag.imag.fr>

	* src/browser_callbacks.c: be able to hit the end key and then backspace over 
	what i did not want at the end of the url.
	
2001-01-15 Marco Pesenti Gritti <mpeseng@tin.it>

	* ui/galeon.glade:
	* src/mozcallbacks.c: change fullscreen accell to F11

2001-01-14  Joshua Horvath <jmhorvat@home.com>

	* src/browser.c: temporarily removed location entry focus grab
	on page load to work around page scroll on key press bug.

2001-01-14  Ross Arnold  <rossa@inet.net.nz>

	* src/portal.c: smart bookmarks with n arguments rendered as
	search forms with n text inputs

2001-01-13  Joshua Horvath <jmhorvat@home.com>

	* src/browser.c:
	* src/browser_callbacks.c:
	* src/menu_callbacks.c:	Entries in the location bar history are now
	synced across all open windows. Don't toggle statusbar on Ctrl+U 
	when in the location bar.

2001-01-13  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/Makefile.am: debug autodetect should be fixed. Please test it.
	* src/mozilla.cpp (mozilla_save): fixed a compilation issue on rh7
	
2001-01-13  Joshua Horvath <jmhorvat@home.com>

	* src/browser.c:
	* src/galeon.glade:
	* src/menu_callbacks.c:
	* src/prefs.c:
	* src/prefs_callbacks.c: Set correct window layer for all prefs
	dialogs when in fullscreen mode. Added preference for fullscreen
	stacking behavior - you can now choose to leave the stacking order as
	is or raise the fullscreen window above all other windows (the current
	behavior).

2001-01-12  Marco Pesenti Gritti <mpeseng@tin.it>

	* configure.in: detect 0.7 and profile api
	* mozilla.cpp: reverted to previous version, accidentally commited, sorry
	* browser.c:
	* galeon.h: init history and drag also when an url is passed on the command line
	
2001-01-12  Joshua Horvath <jmhorvat@home.com>

	* src/prefs.c:
	* src/prefs_callbacks.c: Disable mouse wheel step size controls in
	preferences page when not applicable.

2001-01-11  Marco Pesenti Gritti <mpeseng@tin.it>

	* configure.in: detect 0.7 and profile api
	* mozilla.cpp:
	* browser .c: back in profile init
	0.7 should now work and initialize profile without any config pref. Please test it.
	* mozcallbacks.c
	* galeon.h: do not save size of popup windows
	
2001-01-10  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla.cpp: Save file when not compiling on mozilla cvs backed out. 
	Thank you to Lee Willis for the help with this
	* configure.in:
	* INSTALL: 0.7 changes
	* ui/galeon.glade
	* src/prefs.c
	* src/browser.c: removed show dialog on errors prefs. Now mozilla display
	error dialogs
	* src/mozcallbacks.c (window_location_entry_key_press_cb): return TRUE on GDK_Left and GDK_Right
	
2001-01-10  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/galeon.h: 
	* src/browser.c:
	* src/mozcallbacks.c: 
	* src/mozilla.cpp: drag listener fixed and enabled. Please test it.
	0.7 compatibility changes. Save file is broken (commented out).
	
2001-01-08  Joshua Horvath <jmhorvat@home.com>

	* src/mozilla.cpp: fix for context menu/bookmarks menu being
	displayed on right/middle button click on the scrollbar.

2001-01-09  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/galeon.h
	* src/browser.c:
	* src/mozcallbacks.c: drag listener #defined
	* src/galeon: small fix to correctly handle url with spaces like "my file.html"
	
2001-01-08  Joshua Horvath <jmhorvat@home.com>

	* src/bookmarks_callbacks.c: fix assertion failure when dragging a
	link into an empty bookmarks window.
	* ui/galeon.glade: allow multiple selections in temporary
	bookmarks window.

2001-01-08  Matt Aubury <matt@ookypooky.com>

	* src/mozcallbacks.c: fix JavaScript window closing in tabbed mode

2001-01-08  Ross Arnold <rossa@inet.net.nz>

	* src/bookmarks.c: allow multiple arguments for smart bookmarks

2001-01-08  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* src/browser.c
	* src/browser_callbacks.c: Allow dropping links onto the tabs.

2001-01-08  Yanko Kaneti <yaneti@declera.com>

	* src/browser.c:
	* src/browser_callbacks.c:
	* src/context.c:
	* src/galeon.h:
	* src/menu_callbacks.c:
	* src/mozcallbacks.c: add "browser_reload" and remove direct
	calls to gtk_moz_embed_reload()

2001-01-08  Matt Aubury <matt@ookypooky.com>

	* src/mozcallbacks.c: fixed problem with Ctrl-Q causing crash

2001-01-08  Matt Aubury <matt@ookypooky.com>

	* src/mozcallbacks.c: better fix of listener crashes

2001-01-08  Steve Ratcliffe <steve@parabola.demon.co.uk>

	* src/bookmarks_callbacks.c:
	* src/browser.c: double click in bookmarks editor jumps to page
	* src/autobookmarksing.c: fixed memory leak

2001-01-07  Matt Aubury <matt@ookypooky.com>

	* src/portal.c: portal rendering into temporary file, workaround
	for bug in current mozilla CVS
	
2001-01-07  Matt Aubury <matt@ookypooky.com>

	* src/browser.c:
	* src/galeon.h:
	* src/mozcallbacks.c: add flag to check if listener has been
	added to browser, should prevent mozilla_remove_listener crashes

2000-01-06  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/main.c
	* src/browser.c: initialize profile with the new gtkmozembed api

2001-01-06  Matt Aubury <matt@ookypooky.com>
	* src/bookmarks.c:
	* src/bookmarks_callbacks.c:
	* src/galeon.h: fixed crash in toolbar-based smart bookmarks 
	for case when nick == NULL. Thanks to Lee Willis 
	<lwillis@plus.net.uk> for pointing out the issue.

2001-01-06  Kenneth Christiansen  <kenneth@gnu.org>

        * configure.in, macros/autogen.sh:
          added support for xml-i18n-tools. This
          module is now required when building from
          cvs.

2001-01-04  Ross Arnold <rossa@inet.net.nz>

	* myportal.css:
	* src/portal.c: build form entry fields for smart bookmarks

2001-01-03  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* src/browser_callbacks.c: Fixed accelerators in the location entry.

2001-01-03  Yanko Kaneti <yaneti@declera.com>

	* src/bookmarks.c
	* src/bookmarks_callbacks.c
	* src/galeon.h: added context menu to bookmarks toolbars

2001-01-03  Matt Aubury <matt@ookypooky.com>

	* src/mozcallbacks.c: fixed crash on closing in tabbed mode

2001-01-02  Matt Aubury <matt@ookypooky.com>

	* src/browser.c: tweaked tabbed display close button
	* src/mozilla.cpp: added check of return value
	* src/mozcallbacks.c: moved add_listener back into a callback,
	link dragging is now working again (thanks to Yanko Kaneti).

2001-01-02  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* src/browser.c
	* src/browser_callbacks.c
	* src/mozcallbacks.c: Added close buttons to the tabs. Use browser 
	functions to set the tab label and status (color).
	Matt: what do you think? BTW: I'm not sure if using hardcoded colors to
	show the status is a good idea... (what happens if the user uses a red 
	bg in its theme?)
	* src/mozcallbacks.c: i18n fixes.
	* ui/small-close.xpm: New file.
	* ui/Makefile.am: Added small-close.xpm.

2001-01-01  Matt Aubury <matt@ookypooky.com>

	* src/galeon.h: added missing prototype
	* src/browser.c: fixed focus grab typo
	
2001-01-01  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* src/bookmarks_callbacks.c: Make sure that the window is visible when
	going to a temporary bookmark (it wasn't visible when using the session
	recovery to temp bookmarks).

2001-01-01  Matt Aubury <matt@ookypooky.com>

	* src/mozcallbacks.c: 
	* src/browser.c:
	* src/galeon.h:
	* src/main.c:
	* src/misc.c: fixes for JavaScript opening of new windows in 
	tabbed mode, some tabbed browsing fixes, coloured tabs to represent
	loading status in tabbed mode.

2000-12-31  Matt Aubury <matt@ookypooky.com>

	* src/browser.c:
	* src/menu_callbacks.c:
	* src/misc.c:
	* src/mozcallbacks.c: bugfixing of window closing in tabbed
	and non-tabbed modes

2000-12-31  Joshua Horvath <jmhorvat@home.com>

	* src/galeon.h:
	* src/bookmarks.c:
	* src/bookmarks_callbacks.c:
	* src/browser.c: Save window geometry for bookmarks editor & temp
	bookmarks window.

2000-12-31  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* src/browser.c 
	* src/toolbars.c 
	* src/bookmarks.c: Separated the bookmarks menu creation from the 
	toolbar creation.
	* src/bookmarks_callbacks.c: Sync menus when dropping links in the
	toolbars.

2000-12-31  Joshua Horvath <jmhorvat@home.com>

	* src/galeon.h:
	* src/bookmarks.c:
	* src/bookmarks_callbacks.c: Dropping links into toolbars fully
	functional. Bookmarks menu still needs to be resynced.

2000-12-30  Joshua Horvath <jmhorvat@home.com>

	* src/galeon.h:
	* src/bookmarks.c:
	* src/bookmarks_callbacks.c: Dropping links into toolbars working but
	still needs much improvement.
	* src/session.c: Fixed signal for forced close of crash recovery
	window. (should be "delete_event", not "destroy"). This was
	causing an extra default browser window to be created.

2000-12-30  Matt Aubury <matt@ookypooky.com>

	* src/Galeon-impl.c
	* src/bookmarks.c
	* src/bookmarks_callbacks.c
	* src/browser.c
	* src/galeon.h
	* src/main.c
	* src/menu_callbacks.c
	* src/misc.c
	* src/mozcallbacks.c
	* src/mozilla_prefs.c
	* src/prefs.c
	* src/prefs_callbacks.c
	* src/session.c
	* src/toolbar.c: minor cleanups and bugfixes, fixed close window 
	bug in non-tabbed mode.

2000-12-30  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* src/bookmarks.c: 
	* src/bookmarks_callbacks.c: Dropping link to the toolbar. Does not 
	work most times (try putting th toolbar in the bottom of the window, 
	then it works most times).
	And it's unfinished...
	* src/session.c
	* src/prefs.c
	* ui/galeon.glade: Option to add urls to temp bookamrks instead of 
	opening windows when 
	recovering from a crash.

2000-12-30  S.P. van Noort  <S.P.vanNoort@phys.uu.nl>

	* src/context.c: enhanced context menus for images and frames
	
2000-12-30  Matt Aubury  <matt@ookypooky.com>

	* src/misc.c
	* src/browser_callbacks.c: fixed pasting from selected links

2000-12-30  Matt Aubury  <matt@ookypooky.com>

	* src/browser.c: fixed crash on selecting bookmark from menu
	
2000-12-30  Matt Aubury  <matt@ookypooky.com>

	* src/galeon.h:
	* src/main.c:
	* src/session.c: fix so that it doesn't open a default window 
	if restoring a session.
	* src/browser.c: default tab titles

2000-12-30  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/toolbar.c: removed a gtk warning when settings prefs with spinner not visible
	* src/mozcallbacks.c: removed forgotten debug code
	* src/galeon.h: fixed compiling error
	* src/mozcallbacks.c:
	* src/browser.c: save of the window size moved to avoid fullscreen menu to be NULL
	
2000-12-30  Joshua Horvath <jmhorvat@home.com>

	* src/galeon.h:
	* src/bookmarks.c:
	* src/bookmarks_callbacks.c: Links dragged into bookmarks editor
	sync'ed with drag line.  Crash on multiple selection remove fixed.
	* src/browser_callbacks.c: Fixed bug #127051. Key presses are no
	longer passed to the main window when the location entry has the focus.

2000-12-29  Matt Aubury  <matt@ookypooky.com>

	* src/autobookmarks.c
	* src/browser.c
	* src/browser_callbacks.c
	* src/galeon.h
	* src/misc.c
	* src/mozcallbacks.c: fixed first batch of tabbed browsing bugs, now 
	sets tab titles, global titles & location, and handles tab closing

2000-12-28  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/mozilla_prefs.c
	* src/prefs.c: warn about cookies prefs added

2000-12-29  Matt Aubury  <matt@ookypooky.com>

	* src/browser.c
	* src/browser_callbacks.c
	* src/galeon.h
	* src/portal.c
	* src/prefs.c
	* ui/galeon.glade: VERY early code for tabbed browsing. It doesn't
	work right at all yet, but it's a start
	
2000-12-29  Yanko Kaneti <yaneti@declera.com>

	* src/prefs: Fixed saving cookie prefs.
	* src/browser.c: focus (with a grab!) the location entry when showing 
	the window.
	
2000-12-29  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* src/bookmarks.c: Removed a compile warning (and possible source of future crashes ;-) )

2000-12-29  Matt Aubury  <matt@ookypooky.com>

	* src/autobookmarks.c
	* src/prefs.c
	* src/galeon.h
	* ui/galeon.glade: autobookmarks now automatically abbreviated to
	a length set in preferences, very handy for making toolbar out
	of autobookmarks
	
2000-12-29  Matt Aubury  <matt@ookypooky.com>

	* src/bookmarks_callbacks.c: fixed silly bug on smart bookmarks
	entry fields. No more random crashes from this feature.
	
2000-12-29  Matt Aubury  <matt@ookypooky.com>

	* src/autobookmarks.c
	* src/bookmarks.c
	* src/bookmarks_callbacks.c
	* src/browser_callbacks.c
	* src/galeon.h
	* src/history.c
	* src/netscape.c
	* src/portal.c
	* src/session.c
	* myportal.css
	* ui/galeon.glade: bookmarks can now be represented by images,
	see bookmarks editor. Misc other cleanups.

2000-12-28  Joshua Horvath <jmhorvat@home.com>

	* src/bookmarks.c:
	* src/bookmarks.c: URL DnD into bookmarks editor fixed.

2000-12-28  Steve Ratcliffe <steve@parabola.demon.co.uk>

	* src/prefs.c: Fix selection of autocompletion options.

2000-12-28  Joshua Horvath <jmhorvat@home.com>

	* src/browser.c:
	* src/menu_callbacks.c:
	* src/pres_callbacks.c:
	* src/galeon.h: Fixed bug #126884. Dialogs will now be stacked above
	a fullscreen window. FIXME: File/Fontpicker dialogs activated through
	the preferences dialog are still displayed beneath the browser window.
	* src/toolbar.c: Set the NEVER_VERTICAL flag for main toolbar.

2000-12-28  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/mozilla.cpp
	* src/browser.c
	* src/mozcallbacks.c: cleanups. remove the event handler when destroying gtkmozembed widget.
	Remove pgup pgdwon up down .. key handling. It is handled by mozilla
	
2000-12-28  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* src/mozilla.cpp: Small cleanup to remove a FIXME.
	* ui/galeon.glade: Made the prefs dialog bigger, it was not displaying correctly
	with some locales (de_DE at least). Maybe some labels should be split in several lines.
	* src/galeon.h
	* src/mozcallbacks.c
	* src/mozilla.cpp: Declare link_drag_types in galeon.h. It's better to have it there than
	have it duplicated.

2000-12-28  Yukihiro Nakai <nakai@gnome.gr.jp>

	* Add Japanese translation to galeon.desktop

2000-12-26  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/mozilla.cpp
	* src/browser.c
	* src/mozcallbacks.c: links dnd done with mozilla events, removed the hack. Ricardo could you take a look
	to the gtk drag code ? I'm not sure if all is ok. FIXME do not duplicate link_drag_types
	
2000-12-26  Joshua Horvath <jmhorvat@home.com>
	* src/autobookmarks.c:
	* src/bookmarks.c:
	* src/bookmarks_callbacks.c: Fixed some autobookmarks related crashes.
	
2000-12-26  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks.c: Fixed a crash with the -t option.

2000-12-26  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/mozilla_prefs.c
	* src/prefs.c: Added a mouse wheel preferences page. FIXME hide system step check box and step spinbutton when not needed, sync zoom.
	
2000-12-25  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/prefs.c
	* src/mozilla_prefs.c
	* ui/galeon.glade: Added a coockie preferences page.

2000-12-25  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks.c
	* src/bookmarks_callbacks.c
	* src/galeon.h: changed the way toolbar entries are create for
	bookmarks which have nicks and "%s" in the url. They now create
	text entry fields labelled with the bookmark name, so when you
	enter text it goes to the substituted shortcut. This basically
	gives partial sidebar functionality in the toolbar(s). 
	Merry Christmas to you all!

2000-12-23  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/mozilla.cpp
	* src/browser.c: Initialize history, couloured llinks are working

2000-12-23 Marco Pesenti Gritti <mpeseng@tin.it> 
	* Released Galeon 0.8.3	
	
2000-12-23  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/mozcallbacks.c: do not save window size when we are in fullscreen mode
	* src/menu_callbacks.c: do not uncheck fullscreen when showing toolbar, menubar, statusbar: now make sense
	to have fulscreen mode and, for example, the toolbar showed
	* src/mozilla.cpp
	* src/browser.c: Create a profile in .galeon/mozilla/galeon. Cookies are working.

2000-12-22  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/browser.c
	* ui/galeon.glade: removed alt-left alt-rigth: they are not valid gtk accellerators
	* src/mozilla.cpp: test if we are on the document, dom node "html", before handling keys
	
2000-12-22  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/browser.c
	* src/history.c
	* src/history_callbacks.c: Only create the history dialog when it is 
	needed.
	* src/auto_completion.c: Grab the mouse when displaying the alternatives
	window. Fixes the problem when the user could move the window while 
	the alternatives were showing, but he can still click in any Galeon
	widget...  I don't know how to add a grab to the alternatives window
	while still letting the url entry receive keyboard events :(

2000-12-21  Joshua Horvath <jmhorvat@home.com>

	* src/galeon.h:
	* src/browser.c:
	* src/browser_callbacks.c:
	* src/context.c:
	* src/misc.c:
	* src/mozcallbacks.c:
	* src/prefs.c:
	* ui/galeon.glade: Added preferences page for mouse button
	configuration. Middle and right button actions are now
	configurable. Click+drag functionality not yet implemented due to
	bug in mozilla's button event reporting for mouse_down.

2000-12-21  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/mozilla.cpp:  fixed key bugs with textarea
	
2000-12-20  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks.c: Correctly handle autobookmarks in toolbars.

2000-12-20  Joshua Horvath <jmhorvat@home.com>

	* src/menu_callbacks.c: changed "view fullscreen" option to true
	fullscreen display, instead of the current behavior which just hides
	the tool/status/menubars (the old behavior can be activated with
	Shift+click, or Ctrl+Shift+f). Cleanups.
	Thanks to Vincent Caron for the suggestion and original patch.

2000-12-20  Matt Aubury <matt@ookypooky.com>

	* src/autobookmarks.c: really added this time. Egg on face.

2000-12-19  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks.c
	* src/autobookmarks.c (added)
	* src/galeon.h
	* src/Makefile.am
	* src/POTFILES
	* ui/galeon.glade: made AutoBookmarks a fully-fledged feature, 
	configurable through preferences. Improved (?) heuristics also.

2000-12-19  Christophe Fergeau <christophe.fergeau@ensisun.imag.fr>

	* src/autocompletion.c
	* ui/galeon.glade
	* src/prefs.c
	* src/browser_callbacks.c: Added option to sort autocompletion 
	alternatives window only using the "significant" part of the URL.

2000-12-18  Joshua Horvath <jmhorvat@home.com>

	* src/mozcallbacks.c: Fixed Alt+left/Alt+right accelerators.
	Added Ctrl+equals to mozembed zoom in accelerators (for those who 
	don't use the keypad).

2000-12-17  Joshua Horvath <jmhorvat@home.com>

	* ui/galeon.glade: Visual touchups in preferences dialog.
	Changed "new category" icon in temp bookmarks editor so it is not
	the same as the "new item" icon.

2000-12-16  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/mozcallbacks.c 
	* src/browser.c: Back, Forward, Refresh with bot ctrl and alt accel. ctrl++ crtl+- alt++ alt+- zoom in and out

2000-12-16  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/toolbar.c: stop the spinner before destroy to avoid gtk warnings
	* src/mozcallbacks.c: do not display "canceled by the user" message. User knows and many times
	it get displayed when it should not
	* src/main.c src/mozilla_prefs.c: language autodetection the first time you run galeon
	* src/misc.c: fixed a crash when clicking cancel button on open url dialog
	* ui/galeon.glade: statusbar accel to ctrl+u, reload accel ctrl+r
	
2000-12-16  Joshua Horvath <jmhorvat@home.com>

	* src/bookmarks_callbacks.c: fixed crash if up/down button in
	bookmarks editor is clicked and no bookmarks are selected
	* ui/i-bookmark.xpm: resized bookmark icon from 18x18 to 16x16 so
	it doesn't get truncated in the bookmarks editor ctree.

2000-12-16  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/mozcallbacks.c (mozembed_dom_key_press_cb): Added Control-n to
	open a new browser.
	* src/browser.c (browser_add_accelerators): New function. 
	Add additional accelerators here and in mozembed_dom_key_press_cb.

2000-12-16  Joshua Horvath <jmhorvat@home.com>

	* src/find_callbacks.c: fixed lockup if prev/next clicked with no
	text in the entry
	* src/bookmarks.c:
	* src/misc_callbacks.c: fixed crash if ok clicked and open url
	entry is empty or has leading spaces
	* src/mozcallbacks.c: don't add item to history list if it failed
	to load
	* src/bookmarks_callbacks.c: fixed problem with drag highlight not
	being cleared correctly after a drag operation

2000-12-15  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks.c: improved autobookmarks heuristics
	
2000-12-15  Marco Pesenti Gritti <mpeseng@tin.it>
	* all: callbacks moved (and some renamed again). 
	Please test. Let's hope nothing is broken.
	
2000-12-14  Joshua Horvath <jmhorvat@home.com>
	* src/galeon.h:
	* src/bookmarks.c:
	* src/bookmarks_callbacks.c: Up/Down buttons in bookmarks editor
	now work with multiple selections.
	* src/mozcallbacks.c: Removed unnecessary gtk_widget_queue_resize()

2000-12-14  Marco Pesenti Gritti <mpeseng@tin.it>
	* all: callbacks renamed. Please test. Let's hope nothing is broken but it seems difficult ;)
	
2000-12-14  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/auto_completion.c: Improved the alternatives window. 
	Now, it shows a clist with a scrollbar (if needed).
	* src/bookmarks_callbacks.c: Fixed a bug with the go forward /
	/ go backward buttons (they were leaving the previous item 
	selected).

2000-12-14  Lee Willis <lwillis@plus.net.uk>

	* src/bookmarks.c: fixed bug when <15 autobookmarks
	
2000-12-14  Joshua Horvath <jmhorvat@home.com>
	* src/mozcallbacks.c: Chrome patch screwed up the window sizing
	performed by the mozembed widget. Fixed.

2000-12-13  Joshua Horvath <jmhorvat@home.com>
	* src/bookmarks_callbacks.c: Allow multiple bookmarks to be
	reordered via DnD.
	* src/mozcallbacks.c: mozembed new window callback applies
	requested chrome settings. Only sets menubar/toolbar/statusbar
	visibility currently.

2000-12-13  Matt Aubury <matt@ookypooky.com>

	* src/mozilla.cpp: fixed history and context popup bug in 
	long/unicode page titles. Thanks to Yanko Kaneti for finding
	this and indicating the fix.
	
2000-12-13  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks.c: fixed silly bug if autobookmarks not present

2000-12-13  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks.c: tweaked AutoBookmarks scoring system

2000-12-12  Matt Aubury <matt@ookypooky.com>

	* src/session.c
	* src/portal.c
	* src/misc_callbacks.c
	* src/main.c
	* src/galeon.h
	* src/browser.c
	* src/bookmarks.c: added an experimental form of automatically
	generated bookmarks, based on how regularly you visit a site.
	This is not enabled at the moment (see bookmarks.c if you want
	to try it out).

2000-12-12  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/auto_completion.c: Fixed bookmarks & history corruption. 
	Shigtly modified TAB completion behavior.

2000-12-11  Joshua Horvath <jmhorvat@home.com>

	* src/galeon.h:
	* src/browser.c:
	* src/mozcallbacks.c: Fixed crash on javascript window.close().
	Also fixed warning, as browser_progress_action() could be called
	after window was closed. This callback is now explicitly destroyed
	after a load is finished.

2000-12-11  Christophe Fergeau <christophe.fergeau@ensisun.imag.fr>

	* src/autocompletion.c
	* src/browser_callbacks.c: Fixed TAB completion.	
	
2000-12-10  Joshua Horvath <jmhorvat@home.com>

	* ui/galeon.glade:
	* src/bookmarks.c:
	* src/bookmarks_callbacks.c: Removed "multiple selections" toggle
	in bookmarks editor.  GTK_SELECTION_EXTENDED is now the default
	selection mode. Added DnD reordering capability to the bookmarks
	editors.
	* src/browser.c: Fix for lockup when opening popup
	windows.  Thanks to Philip Langdale for pointing out the problem.

2000-12-10  Matt Aubury <matt@ookypooky.com>

	* src/auto_completion.h: removed, no longer used

2000-12-09  Christophe Fergeau <christophe.fergeau@ensisun.imag.fr>
	
	* src/auto_completion.c
	* src/browser.c
	* src/browser_callbacks.c
	* ui/galeon.glade: Improved autocompletion. Now TAB-completion is 
	always enabled and you can Enable/Disable autocompletion.

2000-12-08  Joshua Horvath <jmhorvat@home.com>

	* src/browser.c: Check if the location dockitem exits before
	hiding it.

2000-12-08  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/prefs_callbacks.c
	* src/prefs.c
	* src/mime.c
	* ui/galeon.glade: Mime preferences editor, small MIME cleanups.

2000-12-08 Marco Pesenti Gritti <mpeseng@tin.it>
	* src/browser.c src/galeon.h src/mozcallbacks.c: set menubar shadow according to gnome prefs.
	Remove browser->link, not needed (we get the href from click event in mozilla cpp)
	
2000-12-07  Yanko Kaneti <yaneti@declera.com>

	* src/context.c src/history_callbacks.c: ability to show the Back/Forward history menu popup
	by right-clicking on the Back/Forward document context menu items	
	
2000-12-07  Joshua Horvath <jmhorvat@home.com>

	* ui/galeon.glade: A minor visual touchup for the preferences font page - it looks a little		
	weird with the default font optionmenu taking up the whole page.
	
2000-12-07 Marco Pesenti Gritti <mpeseng@tin.it>
	* src/toolbar.c: set toolbars shadow to ETCHED_OUT when toolbar border is not releved. use 
	gnome-preferences api to get borders prefs
	Now the behavior is correct, but is to read the gnome prefs the right way to go ?
	* src/bookmarks.c: relief should not be set because gnome_app_add_toolbar does it
	* src/galeon.glade: menubar ETCHED_OUT (it is the default)
	
2000-12-06  Yanko Kaneti <yaneti@declera.com>

	* src/browser.c: better way to load a blank:page, open this url directly in mozilla
	
2000-12-06  Joshua Horvath <jmhorvat@home.com>

	* src/bookmarks_callbacks.c: 
	* src/toolbar.c
	* src/prefs_callbacks.c
	* src/browser.c: The switch to the new toolbar code pretty much broke the location gnomeentry.
	History was being saved in two different sections, the automatic url loading
	wasn't working, etc. This should get everything working again.
	
2000-12-06  Tivo Leedjrv <leedjarv@interest.ee>

	* src/toolbar.c: Internationalization fixes.

2000-12-06  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/browser.c (browser_create): Reenable dropping urls in the 
	bookmarks menu.
	* src/galeon.h
	* src/prefs.c: Changed the dafault to enable MIME handling.

2000-12-05  Matt Aubury <matt@ookypooky.com>

        * src/Makefile.am src/auto_completion.c src/bookmarks.c
	* src/bookmarks_callbacks.c src/browser_callbacks.c src/galeon.h
	* src/history_callbacks.c src/misc_callbacks.c
	* src/mozcallbacks.c src/spinner.c src/toolbar.c:
	misc cleanups, bugfix on adding bookmarks

2000-12-05  Matt Aubury <matt@ookypooky.com>

	* src/galeon.h: hacked to work around problem with glade-xml
	header files and newer versions of gcc/g++

2000-12-05  Joshua Horvath <jmhorvat@home.com>

	* src/bookmarks_callbacks.c: Fixed NUM_LOCK bug in bookmark's editor.

2000-12-05  Matt Aubury <matt@ookypooky.com>

	* src/toolbar.c
	* src/bookmarks.c: toolbar and toolbar buttons relief now
	follow global GNOME settings, and fix crash when spinner
	animation not found (PS. why has this code "moved"?)

2000-12-03  Joshua Horvath <jmhorvat@home.com>

	* src/prefs_callbacks.c: Improved the autoscroll.
	* src/bookmarks_callbacks.c
	* ui/galeon.glade: Allow using the DEL key to remove bookmarks

2000-12-03 Marco Pesenti Gritti <mpeseng@tin.it>
	* toolbar.c bookmarks.c: set toolbars shadow to ETCHED_IN
	
2000-12-03  Joshua Horvath <jmhorvat@home.com>

	* src/context.c: sync full screen view with menu toggle

2000-12-03  Yanko Kaneti <yaneti@declera.com>

	* src/context.c (context_show_doc_menu): Set sensitiviness of "Go back"
	and "Go Forward" in document contextual menu.

2000-12-03  Christophe Fergeau  <christophe.fergeau@ensisun.imag.fr>

	* src/autocompletion.c: Sort the list of alternatives and don't show 
	duplicates.
	* src/browser.c: Stop loading pages before showing MyPortal.

2000-12-02  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks.c (bookmarks_new_bookmark): Make sure that there are 
	not NULL fields when there shouldn't be.
	* src/browser_callbacks.c (on_entry1_key_press_event): Fixed an off by 
	one bug in autocompletion. BTW: who uses autocompletion having TAB 
	completion? ;)

2000-12-02 Marco Pesenti Gritti <mpeseng@tin.it>
	* toolbar.c: cleanups. FIXME: conflicts with bookmark toolbars (when setting prefs)
	* bookmarks.c (browser_load_url): do not parse nick if text is "" (segfault fixed)
	
2000-12-02  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks_callbacks.c (bookmarks_editor_copy): Fixed a crash 
	with the copy temp boomark feature.

2000-12-01 Marco Pesenti Gritti <mpeseng@tin.it>
	* toolbar.c: toolbar created with gtk/gnome api. May have some bugs. 
	Needs cosmetic changes.
	
2000-11-30  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/prefs.c (preferences_load_mime): Detect old MIME prefs, ignore
 	them and install default actions.

2000-11-30  Joshua Horvath <jmhorvat@home.com>

	* src/galeon.h
	* src/mozcallbacks.c: Fixed case sensitiviness bug of accelerators.

2000-11-30  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/netscape.c 
	* src/bookmarks_callbacks.c
	* src/bookmarks.c
	* src/browser.c: Only open the bookmark editor when it is needed.

2000-11-30  Gediminas Paulauskas <menesis@delfi.lt>

	* src/main.c: removed #ifdef ENABLE_NLS/#endif on Miguel's request.

2000-11-29  Matt Aubury <matt@ookypooky.com>

	* src/portal.c: made page title translatable
	* ui/galeon.glade: moved Preferences into Settings menu
	* myportal.css: minor visual tweak

2000-11-26  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* FAQ: Added a question about MOZILLA_FIVE_HOME

2000-11-25  Nate Case <nd@kracked.com>

	* src/history_callbacks.c: removed glade lookup

2000-11-24  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/prefs.c (preferences_load_mime, preferences_save_mime): Updated.
	The mime types dialog has to be rewritten (should only let the user add
	and remove what mime types are remembered)

2000-11-24  Almer S. Tigelaar  <almer1@dds.nl>

	* src/netscape.c (netscape_import_bookmarks): Don't parse folder
	names! (netscape and mozilla don't html escape folder names, only
	sites names)

2000-11-24  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks.c: add bookmarks to auto completions at startup

2000-11-23  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/galeon.h: Removed no longer used cmenu fields of GaleonBrowser.

2000-11-22  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* ui/galeon.glade
	* src/mime.c
	* src/misc.c: MIME reworked. Ask to do with unknown mime types.

2000-11-21  Yanko Kaneti <yaneti@declera.com>     

	* src/prefs.c
	* src/mozilla_prefs.c
	* ui/galeon.glade: default font option lets user choose to render
	in serif or sans-serif font by default

2000-11-20  Nate Case <nd@kracked.com>

	* src/misc.c
	* src/browser_callbacks.c: exit properly closes all windows now, fixing
	the window size preservation bug while using exit.
	
2000-11-20  Joshua Horvath <jmhorvat@home.com>

	* src/prefs.c: spinner fix
	* src/prefs_callbacks
	* ui/galeon.glade: clear history option

2000-11-19  Matt Aubury <matt@ookypooky.com>

	* src/browser.c
	* src/browser_callbacks.c
	* src/galeon.h
	* src/mozcallbacks.c
	* src/prefs.c
	* src/mozilla.cpp: misc cleanups

2000-11-20  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* ui/galeon.glade
	* src/prefs.c: Use always int values for the use provided fonts option,
	and not mix with booleans. Changed the widget to an optionmenu.

2000-11-19  Matt Aubury <matt@ookypooky.com>

	* src/prefs.c: removed MIME types preferences page, since we
	use the GNOME defaults at the moment, not the Galeon ones	  

2000-11-19  Joshua Horvath <jmhorvat@home.com>

	* ui/galeon.glade: change accelerators, visual cleanups
	* src/mozcallbacks.c
	* src/prefs_callbacks: auto-scroll tree on expand
	* src/galeon.h:
	* src/mozilla_prefs.c
	* src/prefs.c: java sync fixes with settings menu

2000-11-19 Marco Pesenti Gritti <mpeseng@tin.it>
	* mozilla_prefs.c: cleaned up
	* context.c (context_show_link_menu): dont use browser->link (but href)
	* mozcallbacks.c browser_callbacks.c galeon.h browser.c: old context hack removed
	
2000-11-19  Nate Case <nd@kracked.com>

	* NEWS: updated
	* src/history.c: free confdir and histfile, use g_concat_dir_and_file()
	for portability instead of manual concat
	* src/galeon.h: fixed type-o in configuration string #defines (java)

2000-11-18  Nate Case <nd@kracked.com>

	* TODO: updated
	* src/main.c: line buffered output, use popt context for urls as
	command line arguments to properly ignore regular options, add
	capability to load files in current directory without supplying
	full path
	* src/misc.c
	* src/galeon.h: remove file_exists() (use g_file_exists instead)

2000-11-18  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/browser_callbacks.c
	* src/browser.c (browser_init_data): 
	* ui/galeon.glade
	* src/prefs.c
	* src/misc.c (handle_foreign_mime_types): Added an option to enable or
	disable galeon mime handling. Added it to the settings menu and removed 
	the broken mime options from there.

2000-11-16  Joshua Horvath <jmhorvat@home.com>

	* ui/glaeon.glade: Fixed some visual bugs. "Clear location bar history"
	item.
	* src/prefs.c: Clear location bar option.

2000-11-17 Marco Pesenti Gritti <mpeseng@tin.it>
	* misc_callbacks.c misc.c galeon.h browser.h: copy_to_clipboard 
	implemented with gtk selections
	* galeon.glade mozcallbacks.c: change "Kb" in "kB"
	* AUTHORS: added Joshua Horvath
	
2000-11-17  Szabolcs Ban <shooby@gnome.hu>

	* galeon.desktop: added Hungarian entry

2000-11-16  Joshua Horvath <jmhorvat@home.com>

	* src/prefs.c: fix location entry pointer bug
	* src/browser.c
	* src/browser_callbacks.c: location bar patch & visibility fix

2000-11-16  Nate Case <nd@kracked.com>

	* src/galeon.h
	* src/browser.c: added browser_go_home()
	* ui/galeon.glade
	* src/browser_callbacks.c: button press callback for middle click
				   in new window.  "clicked" and this
				   now use browser_go_home()

2000-11-16  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* ui/galeon.glade
	* src/prefs.c
	* src/mozilla_prefs.c
	* src/browser_callbacks.c
	* src/galeon.h: Addeed a settings menu to keep some usual preferences
	more handy. Added "Use provided fonts" option.

2000-11-15  Matt Aubury <matt@ookypooky.com>

	* src/misc.c: stopped trying to identfy mime types from URLs,
	because it caused so many problems. Need gtkmozembed callback.
	* ChangeLog: fixed broken commit dates

2000-11-13  Joshua Horvath <jmhorvat@home.com>

	* misc_callbacks.c
	* browser_callbacks.c
	* prefs_callbacks.c: expanding context menus fixed. 
	small visual bug with the preferences dialog.
	save location combobox history if you exit the program 
	instead of closing/destroying the browser window
	
2000-11-12  Nate Case <nd@kracked.com>

	* src/context.c: added CONTEXT_MENU_TOGGLEITEM macro
	* src/context.c: added 'Full Screen View' to document
			 context menu - made menu static

2000-11-11  Mark Crichton <crichton@gimp.org>
  
        * configure.in: Fixed AC_ARG_WITH bugs w.r.t. mozilla detection

2000-11-10  Marco Pesenti Gritti <mpeseng@tin.it>

	* all: #define M18 removed
	* configure.in: new checks for mozilla libs (Nautilus CREDITS)
	* galeon.glade: dupe removed (Thank you Joshua)
	* mozilla.cpp: dont show context menu on xul pages fixed

2000-11-09  Matt Aubury <matt@ookypooky.com>

	* src/browser.c
	* src/bookmarks.c: a different (better?) solution to the problem
	  of toolbars not displaying properly at browser creation time
	* src/misc_callbacks.c: fixed email address in About box

2000-11-07  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* ui/galeon.glade
	* src/misc.c
	* src/prefs.c
	* src/browser_callbacks.c: Added options to use diferent dowloaders.

2000-11-05  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/context.c (context_show_bookmark_menu): New function.
	* src/mozcallbacks.c (dom_mouse_click_cb): Show a bookmark poup menu 
	with button2.

2000-11-05  Joshua Horvath <jmhorvat@home.com>

	* src/browser.c (browser_show_openurl_dialog): Make the Open URL 
	window wider.
	* src/misc_callbacks.c: Stop loading pages before closing, to avoid
	crashing.
	* src/prefs.c: Spinner causes crash fix

2000-11-04  Mark Crichton <crichton@gimp.org>

        * configure.in: Default looking for the Mozilla libs and includes
	in /usr/lib/mozilla and /usr/include/mozilla.

2000-11-04  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/browser.c (browser_create): Don't create the toolbars until the 
	window is visible. Fixes the problem with more than one bookmark 
	toolbar.

2000-11-03  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/misc.c (user_file): Look for files in the ui directory also. 
	Free all the strings after use. Remember all files that have been 
	found before.
	* ui/: Creted this directory and moved all the pixmaps files and 
	galeon.glade there.
	* Makefile.am
	* configure.in: Modified to use the new ui directory.

2000-11-02  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks_callbacks.c (bookmarks_editor_collapse_all,
 	bookmarks_editor_expand_all): New functions.
	* galeon.glade: Correctly align the icons of the buttons. Added buttons
	to expand/collapse all items.

2000-10-2  Marco Pesenti Gritti <mpeseng@tin.it>

	* browser.c mozcallbacks.c: better size/visibility/new window handling
	
2000-10-30  Joshua Horvath <jmhorvat@home.com>

	* mozcallbacks.c: menubar accellerators and back/forward accel changed

2000-10-30  Nate Case <nd@kracked.com>

	* src/netscape: fixed Andre's e-mail address

2000-10-28  Marco Pesenti Gritti <mpeseng@tin.it>

	* browser.c: set galeon icon when creating a new browser window
	
2000-10-29  Nate Case <nd@kracked.com>

	* src/main.c: cleanup
	* src/netscape.c: import netscape proxy settings (untested)

2000-10-28  Nate Case <nd@kracked.com>

	* src/netscape.c: changes to netscape pref importing
	* src/main.c: Ask user to import prefs on first run
	* src/misc.c (init_cache_dir): verbose error message
	* src/galeon.h: prototypes for pref importing

2000-10-28  Andreas Heck <aheck@fleischmann.org>

	* src/netscape.c: Netscape preference importing patch

2000-10-28  Marco Pesenti Gritti <mpeseng@tin.it>

	* mozcallbacks.c browser.c: many accellerators added
		new hide menu. minimal document context menu pref.
		auto show context menu pref removed

2000-10-27  Joshua Horvath <jmhorvat@home.com>

	* prefs.c browser.c: toolbar redraw fix
	
2000-10-27  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* galeon.glade
	* src/bookmarks_callbacks.c
	* src/netscape.c: Exporting bookmarks to netscape or mozilla.

2000-10-27  Juan Carlos Castro y Castro <jcastro@appi.com.br>

	* src/browser.c (browser_update_status_bar_text): Fixed underestimated
	page size problem with dinamic pages.

2000-10-22  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/mozilla.cpp (mozilla_reload_docshell): New function.
	* src/context.c (context_show_doc_menu): Added add temp bookmark 
	options to the context menu.
	(context_show_doc_menu): Added reload frame.
	* src/browser.c (browser_create_default, browser_create_from_url, 
	browser_create_from_url_view_source): Return the created browser.

2000-10-22  Marco Pesenti Gritti <mpeseng@tin.it>

	* prefs_callbacks.c misc.c: display open directory dialog when download requested from context menus
	* bookmarks.c: added dir_open.xpm
	* misc.c prefs_callbacks.c galeon.glade: added clear cache button in prefs
	
2000-10-21  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/browser.c (browser_open_frame)
	* src/context.c (context_show_doc_menu): Added "open frame" and "open
	frame in new window" menu options.

2000-10-19  Marco Pesenti Gritti <mpeseng@tin.it>

	* mozilla.cpp: improved mozilla results handling
	* all: warnings removed
	
2000-10-18  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/misc.c (known_mime_types): Added image/png.
	* src/misc_callbacks.c (on_WMain_key_press_event): Deleted. Was 
	redundant with code in mozcallbacks.c
	* src/browser.c (signal_connections): Warning cleanup.

2000-10-15  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* configure.in: Fixed enable-M17 option (was confused with cvs-source)
	* src/mozcallbacks.c (dom_mouse_over_cb)
	* src/bookmarks.c (bookmarks_editor_controls_init): Added LINK to the
	drag actions.

2000-10-14  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* galeon.glade
	* src/browser.c
	* src/mozcallbacks.c: Hack for dragging links. GtkMozEmbed should have
	some support to do this better... :(

2000-10-14  Nate Case <nd@kracked.com>

	* src/browser.c: fixed DnD to work with gmc (add LINK action)

2000-10-13  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/context.c src/mozilla.cpp: document context menu completed. added save, find, back, forward
		view source now reflect the option (external or mozilla handling)

2000-10-13  Frank Copeland <fjc@thingy.apana.org.au>

	* src/misc.c: case insensitivity for protocols, re RFC2396

2000-10-12  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/prefs.c (set_color_from_config): Fixed a very stupid bug.
	* src/mozilla.cpp (mozilla_scroll_begin, mozilla_scroll_end): New.
	* src/mozcallbacks.c (dom_key_press_cb): Added HOME and END keys.
	* src/misc_callbacks.c (on_WMain_key_press_event): Rewrote using
	GDK keysyms instead of string camparisions, and returning a gboolean
	(because it's the expected behavior). Added HOME and END keys.

2000-10-12  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla.cpp: big rework (expect bugs). now it handle frames (used in view source and in keyboard scrolling)
	* src/context.c: added document menu. (view source only actually)
	
2000-10-12  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla.cpp: fixed key bug (u was opening find)
	* src/mozcallbacks.c: handle size_to M18 new callback. fixed portal not opening
	urls bug. handle external protocols on mouse click.
	
2000-10-11  Lee Willis <lwillis@plus.net.uk>

        * src/mozcallbacks.c: Fized tabbing betwen form fields.

2000-10-10  Lee Willis <lwillis@plus.net.uk>

        * src/misc.c: added "jar:" and "javascript:" protocols

2000-10-09  Matt Aubury <matt@ookypooky.com>

	* src/gtm.c: add warning if gtm doesn't start
	* src/misc.c: add text/x-perl mime type for slashdot login

2000-10-09  Lee Willis <lwillis@plus.net.uk>

        * src/misc.c: added "resource:" protocol to allow mozilla
	  "about:" protocols to work correctly

2000-10-08  Nate Case <nd@kracked.com>

	* galeon.glade
	* src/prefs.c
	* src/mozilla_prefs.c: proxy_keepalive and http_version prefs

2000-10-07  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* galeon.glade
	* src/prefs.c
	* src/mozilla_prefs.c (mozilla_prefs_set): Set color, underline links
	and override document colors preferences.
	* src/browser_callbacks.c: Fixed a compilation bug when not using CVS_SOURCE

2000-10-06  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla.cpp: fixed a bug in CVS_SOURCE. we were testing for a not initialized result (and the scrool was not working)
	added src of image detection
	* src/context.c: added. added image menu.
	
2000-10-06  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* galeon.glade
	* src/browser_callbacks.c (on_zoom_spin_key_press_event): Make the spin
	ignore up/down key presses (avoid interfering with keyboard scrolling)
	* src/portal.c (render_from_item): Applied Lee Willis patch for urls
	without protocol.
	* galeon.glade: Color preferences options. No code yet.

2000-10-06  Matt Aubury <matt@ookypooky.com>

	* src/browser.c
	* src/galeon.h
	* src/misc.c
	* src/mozcallbacks.c
	* src/prefs.c: new protocol and mime type handling framework	

2000-10-05  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/portal.c (render_from_item): Prepend "http://" to urls without 
	protocol.

2000-10-05  Marco Pesenti Gritti <mpeseng@tin.it>

	* mozilla_prefs.c: cleaned up languages code
	* browser.c: use gtk_signal_connect_while_alive to connect signals (should avoid call after gtk embed component is destroyed)

2000-10-04  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* galeon.glade: Added Estonian (et) to the languaje list. Typo fix.

2000-09-30  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* galeon.glade
	* src/prefs.c
	* src/galeon.h
	* src/browser.c: hide/show go button. Show go button in the location
	toolbar too, but as a text only button.

2000-09-29  Lee Willis <lwillis@plus.net.uk>

	* src/browser_callbacks.c (on_open_url_ok_cb): Parse bookmarks nicks.

2000-09-29  Marco Pesenti Gritti <mpeseng@tin.it>

	* galeon.glade src/prefs.c src/prefs_callbacks.c: added languages option
	
2000-09-28  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* galeon.glade
	* src/bookmarks_callbacks.c
	* src/bookmarks.c: Drop bookmarks in the bookmarks editor (and temps)
	* src/bookmarks_callbacks.c (bookmarks_editor_ctree_drag_data_get): 
	Bookmark target type.
	* src/bookmarks.c (bookmarks_save_to_string, 
	bookmarks_load_from_string): Removed.
	* src/bookmarks.c (bookmarks_item_from_string, 
	bookmarks_item_to_string): New functions.

2000-09-28  Marco Pesenti Gritti <mpeseng@tin.it>

	* galeon.glade src/prefs.c: added charset default and autodetect options
	* src/mozilla_prefs.c: added

2000-09-27  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* galeon.glade
	* src/bookmarks_callbacks.c
	* src/browser_callbacks.c
	* src/browser.c: Url drag and drop and dropping urls and bookmarks on 
	the bookmarks menuitem and the url entry.
	* src/browser.c (browser_create)
	* src/galeon.h
	* src/bookmarks.c (bookmarks_create_menu_recursively,
	bookmarks_create_menu, bookmarks_toolbar_clicked): Bookmarks tooltips.
	* src/bookmarks.c (bookmarks_save_to_string, 
	bookmarks_load_from_string): New functions.

2000-09-27  Marco Pesenti Gritti <mpeseng@tin.it>

	* configure.in src/mozilla.cpp: added -enable-gcc-compatibility-hack option

2000-09-26  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks.c: Open bookmark in new window when click with BUTTON2.
	* galeon.glade
	* src/bookmarks_callbacks.c
	* src/bookmarks.c: Remember the expanded/collapsed state of categories.
	* src/Galeon.idl
	* src/Galeon-impl.c: Added addTempBookmark to the interface.
	* src/main.c (main): Added command line option to add a temp bookmark.

2000-09-26  Matt Aubury <matt@ookypooky.com>

	* galeon.glade src/spinner.c src/prefs.c: changed to allow
	selection of alternative spinners

2000-09-17  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/browser.c: fixed a startup crash

2000-09-25  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/netscape.c: Import separators. Save inmediately after importing.

2000-09-25  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* galeon.glade: Changed the border size of the toolbars (Galeon toolbar
 	was 1 pixel taller than Standard Gnome toolbars)
	* src/bookmarks.c (add_temp_bookmark): Save the temp bookmarks after 
	each bookmark is added, for safety against crashes.
	* src/bookmarks.c
	* src/misc_callbacks.c (on_browser_destroy)
	* src/browser.c (browser_create): Bookmark's toolbars management 
	cleanups.

2000-09-24  Marco Pesenti Gritti <mpeseng@tin.it>

	* galeon.glade src/browser_callbacks.c: added full screen option (actually it hide toolbar and statusbar)
	* src/galeon: portability fix (thanks to Paul Barnfather)
		When ./galeon-bin exist execute it
	
2000-09-24  Marco Pesenti Gritti <mpeseng@tin.it>

	* galeon.glade prefs.c browser.c misc_callbacks.c: toolbars management bugfix. cleanups

2000-09-23  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/browser_callbacks.c (on_view_toolbar_activate): Show/hide the 
	bookmarks toolbars.
	* src/bookmarks.c (bookmarks_create_menu): This now gets a GaleonBrowser
	instead of a WMain. Hides the toolbars if neccesary.
	
2000-09-23  Marco Pesenti Gritti <mpeseng@tin.it>

	* galeon.glade prefs.c browser.c: toolbars management rehased

2000-09-22  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/misc.c (tmpnam_ex): Use tmpnam instead of tmpnam_r

2000-09-20 Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks_callbacks.c: More dnd types.

2000-09-19  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/browser.c (browser_create): Set toolbar and menubar relief 
	acording to user gnome preferences.

2000-09-18  Marco Pesenti Gritti <mpeseng@tin.it>
	* NEWS: updated
	* TODO: updated
	* src/misc_callbacks: free the cmenu timer before to quit (Kain patch)

2000-09-18  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/bookmarks.c (bookmarks_parse_nick): fixed a bug (galeon was freezing sometimes on my system when typing an url)
	* src/prefs.c (set_toolbar_style_window): cleanup. try to fix invisible toolbar bug.
	* src/mozcallbacks.c: do not start spinner when it is not created (fixed)
	
2000-09-18  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* galeon.glade
	* src/bookmarks_callbacks.c
	* src/bookmarks.c 
	* src/browser.c
	* src/browser_callbacks.c: Some bookmark DND and moving bookmarks 
	dragging.
	* src/bookmarks.c (bookmarks_create_copy_menu): Add the root bookmark 
	to the menu.

2000-09-18  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/netscape.c: set bookmarks_editor->dirty to TRUE, so that imported bookmarks are saved
	* README: more info on submitting bugs
	* INSTALL: changed info about mozilla binary and devel packages (I'm not mantaing galeon-mozilla-devel anymore...)
	added info to compile gtm (--sysconfdir ...)
	* galeon.spec.in libglade >= 0.14
	* Makefile.am added myportal.css to EXTRA_DIST
	
2000-09-17  Matt Aubury  <matt.aubury@embeddedsol.com>

	* galeon.glade: added My Portal style-sheet option, shuffled
	  a few things around
	* src/portal.c: added choice of portal style-sheet
	* src/prefs.c: updated with new preference
	* src/galeon.h src/mozcallbacks.c: minor cleanups

2000-09-17  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/mozilla.cpp: fixed preferences function compile problem with M18.

2000-09-17  Nate Case  <nd@kracked.com>

	* src/misc.c (user_file): generalized glade_file() function
	* src/portal.c: changed CSS filename determination logic
	* src/galeon.h: function prototypes

2000-09-16  Matt Aubury  <matt.aubury@embeddedsol.com>

	* Makefile.am: added install of CSS
	* galeon.glade: shuffled menus around a bit
	* myportal.css: added, the default style sheet for "My Portal"
	* src/portal.c: rewritten to generate more simple HTML which is then
	  formatted by a CSS style sheet
	* src/session.c: fixed Ricardo's free'ing so it doesn't crash :-)
	* src/browser.c src/browser_callbacks.c src/gtm.c src/misc.c
	  src/misc_callbacks.c src/mozcallbacks.c src/trans.h:
	  misc small cleanups

2000-09-16  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/browser_callbacks.c (on_entry1_key_press_event): Don't return 
	after procesing Enter key (caused problems with the alternatives 
	window of completions)
	* src/session.c (session_autoresume, session_save)
	* src/history.c (history_load, history_save)
	* src/bookmarks.c (bookmarks_load_from, bookmarks_save_as): Free the 
	xml tree after using it.
	(bookmarks_copy_bookmark): New function
	* galeon.glade
	* src/bookmarks.c
	* src/bookmarks_callbacks.c: Added a button to copy a temporary bookmark
	to a standard bookmark category.

2000-09-15  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks_callbacks.c (compact_bookmarks_editor_go): Fixed a crash 
	when trying to load an item wich is not a SITE.
	* src/bookmarks.c (bookmarks_editor_place_tree_item): Fixed a crash when 
	moving categories in the editor. Freeze the ctree during the operation.
	* src/bookmarks.c (bookmarks_editor_remove_tree_item, 
	bookmarks_editor_remove_tree_item_null): New functionn.
	* src/mozcallbacks.c (title_changed_cb): Set the title acording to user
	preferences.
	* galeon.glade
	* src/prefs.c: Added windows title preference.

2000-09-14  Nate Case <nd@kracked.com>
	
	* src/main.c: fixed CORBA/gnorba warning
		(patch courtesy of Daniel Stodden <stodden@in.tum.de>)

2000-09-14  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/mozcallbacks.c: key persistence completed

2000-09-14  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks.c (bookmarks_insert_bookmark): Decides better where to
	insert the new bookmark.
	* src/bookmarks_callbacks.c (bookmarks_editor_new_separator): New 
	function.
	* galeon.glade: Modified the bookmarks editor dialog to let it fit in
	small screens (the previous one didn't fit very well at 800x600). Added
	a button to insert separators.

2000-09-14  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/mozcallbacks.c mozilla.cpp: key handling infrastructure completed. added some keys (open, open url, new window)
		middle button on llinks handling. (all this with new api)
	* src/browser_callbacks.c galeon.glade: added View->Toolbar View->Statusbar to show/hide toolbar and status bar
	
2000-09-13  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/galeon.h
	* src/bookmarks.c (bookmarks_create_menu_item): Limit size of menu 
	items to BOOKMARKS_MENU_MAX_LENGTH defined in galeon.h.
	(temp_bookmarks_save): Fixed a crash on exit.
	* src/misc.c (contextual_link_menu_uiinfo): Marked menu strings for 
	translation.
	* src/bookmarks_callbacks.c (on_bookmark_add): Set the dirty flag to
	TRUE, in order to save the bookmarks.

2000-09-13  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/browser_callbacks.c src/misc_callbacks.c: make save directory persistent with gnome-config
	* src/browser.c: fixed a bug in start page. Thanks to David Raynes
	* src/prefs.c src/browser.c: added new windows option 
	
2000-09-13  Nate Case <nd@kracked.com>

	* src/bookmark_callbacks.c: new importing features implementation,
	some of which came from the generic bookmark import patch from
	Joshua Klun (jklun@turbolinux.com)
	* galeon.glade: file dialog added and new import options
	* src/galeon.h: new macros containing bookmark locations; prototypes
	for bookmark_callbacks.c
	
2000-09-12  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks_callbacks.c (bookmarks_editor_remove): Select the next
	item when there is only one selected bookmark.
	(bookmarks_editor_edited): Check if the selection is not NULL before 
	trying to edit.
	* galeon.glade: URL and Name entries in the temp bookmarks window 
	were not editable. Fixed (editing galeon.glade by hand...).

2000-09-11  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/mozcallbacks.c src/mozilla.cpp: debug code added
	* src/browser_callbacks.c src/misc_callbacks.c: make open directory persistent with gnome-config
	
2000-09-11  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/portal.c
	* src/netscape.c
	* src/bookmarks.c 
	* src/bookmarks_callbacks.c
	* src/browser_callbacks.c
	* galeon.glade: Finished new bookmark editing code. A lot of bookmarks 
	code rewritten, expect some bugs...

2000-09-11  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/misc_callbacks.c browser.c: exit-crash bug worked around. not a real fix but it doesnt segfault anymore.
		exit with exit(0) instead of gtk_main_quit()
	* src/history.c galeon.glade: in dialog history: last visited and first visited column position inverted and default size enlarged
		(so that last visited is visible). To Ricardo: if you dont like tell me and I will revert this change.

2000-09-10  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* galeon.glade
	* src/bookmarks_callbacks.c
	* src/bookmarks.c: New bookmarks editor.

2000-09-09  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/main.c
	* src/browser.c (browser_create): Removed and moved to main().
	* src/misc.c (glade_signal_connect_func): Receive a gpointer instead
	of a GaleonBrowser* (to use it with the bookmarks dialog too.)
	* galeon.glade
	* src/bookmarks.c: New bookmarks editor.
	(bookmarks_xml_read_item, bookmarks_xml_read): Set the parent of each 
	item (why it wasn't set before?)

2000-09-08  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/browser_callbacks.c misc_callbacks.c: try to fix exit-crash bug. now segfault only when exit while loading a page
	* src/mozilla.cpp mozcallbacks.cpp: context menus with the new embedding api (image, document not again imlemented).
		keyboard scroll with the new embedding api.
	
2000-09-08  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* galeon.glade
	* src/browser_callbacks.c (on_entry1_activate): Erased so you can
	press SPACE in the url entry (for nicks).
	(on_entry1_key_press_event): Go to URL when pressed Return.
	* src/bookmarks_callbacks.c (on_tree1_select_row, on_tree1_unselect_row): 
	Show the nick.
	* src/bookmarks.c (bookmarks_free_bookmark): New function.
	(bookmarks_insert_bookmark): Use bookmarks_new_bookmark.
	(bookmarks_remove_recursively): Use bookmarks_free_bookmark.
	(bookmarks_save_recursively): Save the nick field (for sites only).
	(bookmarks_insert_bookmark): Read the nick.
	(bookmarks_update_bookmark): Read the nick.
	(bookmarks_parse_nick, bookmarks_find_by_nick): New functions.
	* src/netscape.c (netscape_import_bookmarks): Use bookmarks_new_bookmark.

2000-09-08  Matt Aubury  <matt.aubury@embeddedsol.com>

	* galeon.glade: rearranged preferences dialog box
	* src/browser.c: another paranoia check, fixed new window bug
	* src/prefs.c: updated to new organisation
	
2000-09-07  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/galeon.h: Added nick to BookMarkItem.
	* src/bookmarks.c (temp_bookmarks_init): Make sure the toolbar has only
	icons without text.
	(bookmarks_new_bookmark): New function.
	(bookmarks_xml_read_item, bookmarks_xml_read, bookmarks_load, 
	add_temp_bookmark, temp_bookmarks_init): Use bookmarks_new_bookmark.
	* src/bookmarks_callbacks.c (on_bookmark_add): Use bookmarks_new_bookmark.
	* src/bookmarks_callbacks.c (on_temp_bookmarks_go_clicked): Fixed a bug
	that could cause galeon to crash under certain circunstances.
	* po/POTFILES.in: Updated. 

2000-09-07  Matt Aubury  <matt.aubury@embeddedsol.com>

        * Galeon-impl.c bookmarks.c bookmarks_callbacks.c browser.c
	browser_callbacks.c galeon.h history.c history_callbacks.c
	misc_callbacks.c prefs_callbacks.c:
	  modified "My Portal" handling to behave as a special url,
	  and updated preferences dialog to reflect this
	
2000-09-07  Matt Aubury  <matt.aubury@embeddedsol.com>

        * galeon.glade src/browser.c src/main.c src/prefs.c 
	  src/session.c: crash recovery preferences
	* src/galeon.h: removed unnecessary prototypes

2000-09-07  Matt Aubury <matt.aubury@embeddedsol.com>

	* src/browser.c: some simple checks to mitigate callback crashing
	issues, still not a real fix though

2000-09-05  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks_callbacks.c (on_temp_bookmarks_erase_clicked): Select
	the next bookmark after erasing.

2000-09-05  Nate Case <nd@kracked.com>

	* src/netscape.c: fixed crash-on-exit bookmark import crash, removed
			  two list_* functions that were already in
			  bookmarks.c

2000-09-04  Matt Aubury <matt.aubury@embeddedsol.com>

	* src/browser.c: added hooks to create portal pages
	* src/Makefile.am: added portal.c
	* src/galeon.h: added portal.c prototypes
	* galeon.glade: added "My Portal" to list of Home/New page options
	* src/portal.c: first attempt at autogenerating portals from
	  bookmarks. This may not be a good idea, can people please try
	  it out and post to the mailing list?
	
2000-09-04  Rich Blinne <rblinne@moss.verinet.com>

	* src/mozilla.cpp : make it working with cvs mozilla
	* src/configure.in: added --enable-cvs-src option

2000-09-04  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/galeon.h (struct BookMarkItem): Added a notes field.
	* src/bookmarks.c
	* src/bookmarks_callbacks.c: Handle notes field of bookmarks.
	* src/bookmarks.c (add_temp_bookmark): Returns the new bookmark now.
	* src/bookmarks.c: Open bookmark in a new window when clicking with 
	button 2 in the toolbar.
	* src/bookmarks_callbacks.c (on_temp_bookmarks_ctree_tree_select_row): 
	The selected bookmark is always visible.
	* src/bookmarks_callbacks.c (on_temp_bookmarks_new_clicked): Select the
 	new bookmark.
	* galeon.glade: Spelling fix.

2000-09-04  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/bookmarks.c : removed default bookmarks
	* src/bookmarks.xml: removed
	* src/galeon.h: src/browser_callbacks.c src/mozcallbacks.c: context menu autoshow and right click coexist
	* src/prefs.c: context menu autoshow disabled by default
	
2000-09-03  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/misc_callbacks.c (on_WMain_destroy): Check if the spin is valid 
	before stopping it (fixes a problem when the user has disabled it).
	* src/bookmarks.c (bookmarks_move_bookmark): Fixed a bug, it works now
	with temp bookmarks too.
	(bookmarks_list_all_urls, bookmarks_list_all_folders): Fixed compiling
	warning (g_return_val_if_fail was needed instead of g_return_if_fail).

2000-09-03  Marco Pesenti Gritti <mpeseng@tin.it>

	* galeon.glade: added close button to temp bookmarks dialog
	* src/bookmarks_callbacks.c: added signal for close button

2000-09-03  Matt Aubury <matt.aubury@embeddedsol.com>

	* galeon.glade: tidying up of preferences dialog
	* src/Galeon-impl.c: fixed includes
	* src/Makefile.am: added netscape.c, remove auto_completions.h
	* src/bookmarks.c: removed netscape specific functionality
	* src/auto_completion.c src/bookmarks_callbacks.c src/browser.c
	src/browser_callbacks.c src/galeon.h src/gtm.c src/history.c
	src/main.c src/mime.c src/misc.c src/misc_callbacks.c src/prefs.c
	src/session.c src/spinner.c: misc cleanups
	* src/netscape.c: created, for netscape-migrations specific
	functionality. Currently is just Nate's stuff for bookmarks.

2000-09-02  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/browser.c (clean_exit)
	* src/browser_callbacks.c (clean_exit): Save temp bookmarks, moved to 
	src/browser.c
	* src/bookmarks.c (bookmarks_save): split into bookmarks_save and 
	bookmarks_save_as.
	(bookmarks_load): split into bookmarks_load and bookmarks_load_from
	* galeon.glade: Finished the temp bookmarks window.

2000-09-01  Nate Case <nd@kracked.com>

	* src/bookmarks.c
	* src/galeon.h: added function bookmarks_list_all_urls()
	* src/bookmarks.c: improved bookmark importing (merging and dup elimination)
	* NEWS: updated

2000-09-01  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/auto_completion.c (auto_completion_complete_url_extended): 
	Prepend "http://", "http://www." and "file://" if needed.

2000-08-31  Matt Aubury <matt.aubury@embeddedsol.com>

	* src/main.c: NULL terminated the poptOptions
	* src/misc_callbacks.c: turn off GnomeAnimator on destroy,
	  fixes crashes when closing windows

2000-08-31  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks_callbacks.c
	* src/bookmarks.c: Cleanups and initial support for a temporary
	boolkmarks folder.
	* src/browser_callbacks.c (cmenu_timeout_callback): Changed the 
	g_assert to a g_return_val_if_fail. Make the autoshowing menu work 
	again. Added "add temp bookmarks" option and using copy_to_clipboard
 	function. Cleaned up (but still looks ugly due to #ifdef..#endif)

2000-08-30  Nate Case <nd@kracked.com>

	* src/galeon.h: changed mozilla_scroll_lines->mozilla_scroll
	* src/mozilla.cpp: added scroll by pages support
	* src/misc_callbacks.c: cleaned up key handling, added page up/down
	support

2000-08-30  Matt Aubury <matt.aubury@embeddedsol.com>

	* galeon.glade: added key press event on main window
	* src/galeon.h: added new prototype for mozilla_scroll_lines
	* src/mozilla.cpp: added mozilla_scroll_lines
	* src/misc_callbacks.c: added handler for keypress callbacks,
	can do up and down scrolling by a single line of overall
	window: doesn't handle frames yet, and can't cope with interacting
	with forms -- but it works as a temporary hack.
	
2000-08-30  Nate Case <nd@kracked.com>

	* src/main.c: added --existing command line option
	* FAQ: updated
	* TODO: updated

2000-08-29  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks.c (bookmarks_create_menu_recursively, 
	bookmarks_create_file_submenu): Set the title of the menus (for 
	tear-off menus).
	* galeon.glade: Removed old view source dialog. (BTW: why are there 
	two dirselection widgets?)
	* src/misc_callbacks.c (on_about1_activate): Changed my email.
	* src/misc_callbacks.c: Removed unused code (old view source dialog).	
	* src/misc.c (glade_signal_connect_func): Minor fix.
	* src/browser_callbacks.c (cmenu_timeout_callback): Fixed open a new 
	window when button 2 is clicked (It was opening more that one window 
	when the button was kept hold)

2000-08-28  Nate Case <nd@kracked.com>

	* src/browser_callbacks.c: added on to ric's hack for middle button
		"open in new window" support

2000-08-28  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* THANKS: Added Burrus Nicolas
	* src/mozcallbacks.c
	* src/browser_callbacks.c (cmenu_timeout_callback): added a hack to
	show the contextual menu with the right button.
	* src/galeon.h: added #define CMENU_HACK.
	* src/bookmarks_callbacks.c: Changed functions that were trying to 
	receive A GaleonBrowser pointer instead of a gpointer, because they 
	do not receive any GaleonBrowser.

2000-08-27  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks.c (bookmarks_add_bookmark): Changed, it now takes two 
	parameters: the bookmark to add and the parent.
	(bookmarks_string_request_callback): Takes the bookmark to add as the 
	second parameter.
	* src/bookmarks_callbacks.c (on_bookmark_add): Fixed.
	* configure.in: Changed default for MOZ_LIBS and MOZ_INCS to use $prefix.
	* src/history.c (history_visited): Don't add "about:blank" to history.
	* src/mozcallbacks.c (location_changed_cb): Don't show "about:blank"
	in the URL entry.

2000-08-26  Burrus Nicolas <burrus_n@epita.fr>
 
	* galeon.glade: added no_proxy_for entry and label in preferences dialog
	* src/misc.c: added no_proxy_for support
	* src/misc.c: fixed bug with ftp port (http_port was overriden by ftp one)
	* src/prefs.c: add no_proxy_for support

2000-08-26  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/browser_callbacks.c (on_entry1_key_press_event): Fixed cursor 
	movement with arrows keys
	* src/browser.c (browser_create): Use the url about:blank instead of 
	rendering the "<HTML><BODY></BODY></HTML>" string directly
	* src/misc_callbacks.c (on_view_source1_activate): Avoid crashing if 
	the url of the page is null.
	* galeon.glade: Added gless to the list of external viewers

2000-08-25  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/browser_callbacks.c
	* src/mozcallbacks.c: context timer bug fixed. now its stable on my system (but I have not enabled it by default)
	* galeon.glade
	* src/galeon.h
	* src/prefs.c: added context timer menu options (enable/disable, delay)

2000-08-25  Nate Case <nd@kracked.com>

	* src/mozcallbacks.c: context timer menu disabled until stable
	* src/browser_callbacks.c: ditto

2000-08-25  Marco Pesenti Gritti <mpeseng@tin.it>

	* mozcallbacks.c: timer for link contextual menu
	* browser_callbacks.c (cmenu_timeout_callback): show and handle the link contextual menu
	* prefs.c
	* galeon.glade
	* galeon.h: source editor default changed to gnome-edit

2000-08-25  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/misc_callbacks.c (on_view_source1_activate): View source in a 
	browser window instead of the view source dialog.
	* src/browser.c (browser_create_from_url_view_source): New function.
	* src/browser_callbacks.c (on_view_source_mode_activate): New function.
	* galeon.glade: Added the "view source mode" menuitem.
	* src/mozilla.cpp (mozilla_view_source): New function.
	* src/misc.c (tmpnam_ex): New function.
	* src/misc_callbacks.c (on_view_source1_activate): Make the temp file
	end in ".html" in order that external programs use syntax highlighting.

2000-08-24  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/Makefile.am: Changed -lpthread with $(PTHREAD_LIB)

2000-08-21  Marco Pesenti Gritti <mpeseng@tin.it>

	* prefs.c: remove downloading category (empty)

2000-08-22  Nate Case <nd@kracked.com>

	* src/bookmarks.c: spelling fix

2000-08-22  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* po/es.po: Updated
	* src/browser.c (browser_init_data): Added the zoom spin widget.
	* src/browser_callbacks.c (on_zoom_spin_changed, zoom_timeout_callback):
 	Added a delay before updating the zoom factor (helps slow computers).

2000-08-21  Marco Pesenti Gritti <mpeseng@tin.it>

	* browser.c 
	* misc.c: Mozilla preferences were not applied: fixed
	* galeon.glade
	* misc.c: Fixed toolbar size bug. Toolbar must be showed after set_toolbar_type. 

2000-08-21  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* galeon.glade: Preferences to view source code with external program
	and minor fixes.
	* src/prefs.c (struc preferences_widget, preferences_process, 
	preferences_fill, preferences_lookup_widgets): Preferences to 
	view source with external program.
	* src/misc_callbacks.c: Removed (not used).
	(on_view_source1_activate): View source with an external program.
	* src/galeon.h: Added configuration strings for view source with an 
	external program.
	* src/browser_callbacks.c (on_entry1_key_press_event): This was a void
	function, changed to return gboolean.

2000-08-21  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/browser.c: fixed forward bug.
	* src/browser.c (browser_init_data): added to fill GUI components in GaleonBrowser data structure
	* src/mozcallbacks.c: glade_lookup_widget removed
	* src/browser_callbacks.c: glade_lookup_widget removed

2000-08-21  Nate Case <nd@kracked.com>

	* COPYING.README: Added new license clause, effective immediately

2000-08-20  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* galeon.glade: Changed tooltips for back/forward buttons
	* src/misc_callbacks.c (on_toolbar1_size_allocate)
	* src/prefs.c (set_config_from_togglebutton, 
	set_togglebutton_from_config): new functions.
	* src/prefs.c (set_toolbar_style_window, struct preferences_widget, 
	preferences_process, preferences_fill, preferences_lookup_widgets)
	* galeon.glade: show/hide location label preference.
	* INSTALL: fixed configuration options error.

2000-08-20  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/misc_callbacks.c: callbacks.c split. added
	* src/prefs_callbacks.c: added
	* src/find_callbacks.c: added
	* src/bookmarks_callbacks.c: added
	* src/browser_callbacks.c: added
	* src/callbacks.c: removed

2000-08-20  Remco de Jong <remco_de_jong@yahoo.com>
	* po/POTFILES.in: added spinner.c and session.c

2000-08-19  Nate Case <nd@kracked.com>

	* src/main.c: made g_print() a g_warning()
	* src/misc.c: new misc functions (is_url(), file_exists())
	* src/galeon.h: prototypes for misc.c
	* src/main.c: fixed command line argument url handling behavior
	* src/Galeon-impl: further browser integration
	* src/galeon.h: enabled CORBA_INTERFACE
	* src/main.c: CORBA interface integration

2000-08-19  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks.c (bookmarks_create_toolbars): Make sure the window is
	visible before adding any toolbar, so several toolbars work properly.

2000-08-18  Remco de Jong <remco_de_jong@yahoo.com>
	* src/mozilla-prefs.cpp: removed
	* src/mozilla.cpp: added
	* src/Makefile.am: changed mozilla-prefs.cpp into mozilla.cpp

2000-08-18  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/callbacks.c: changed some callbacks (now GaleonBrowser passed as user data)
	* src/misc.c: code to pass Galeon Browser as user data
	* src/browser.c: gmodule initialization

2000-08-18  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>
	* src/mozilla-prefs.cpp (mozilla_set_zoom): New function.

	* src/callbacks.c (on_zoom_spin_changed): Rewrote using 
	mozilla_set_zoom.
	
	* src/callbacks.c (on_BBack_clicked, on_BForward_clicked)
	* src/browser.c (browser_create): Removed references to removed
	fields of GaleonBrowser.

	* src/mozcallbacks.c (load_finished_cb): Removed call to 
	history_update_backforward.

	* src/galeon.h: removed back_history, forward_history, going_back, 
	going_forward from GaleonBrowser.

	* src/misc.c (create_menu_from_list): Removed.

	* galeon.glade:	added on_Bbf_button_press_event callback.
	
	* src/callbacks.c (on_Bbf_button_press_event): new callback to display
	the session history.

	* src/mozilla-prefs.cpp (mozilla_sesion_history, 
	mozilla_sesion_history_go): new functions used to deal with session 
	history.

	* src/misc.c (add_bf_menu, create_back_menu, create_forward_menu, 
	free_string_array): new functions used to display the session history 
	menus.

2000-08-17  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla-prefs.c (mozilla_find): find previous
	* src/callbacks.c: history in the find dialog and others minor changes

2000-08-17  Matt Aubury <matt.aubury@embeddedsol.com>

	* galeon.glade: removed hard coded sizes, should work better
	with strange font settings now
	* src/browser.c src/callbacks.c src/main.c src/galeon.h: fixed new page type bug
	
	
2000-08-17  Matt Aubury <matt.aubury@embeddedsol.com>

	* src/session.c: Added first pass at session handling cade
	* src/callbacks.c: call session saving
	* src/galeon.h: new type and prototypes
	* src/main.c: call session auto resuming
	* src/mozcallbacks.c: call session autosaving
	* src/Makefile.am: added session.c


2000-08-16  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/callbacks.c (on_open_url1_activate): Cleaned up warnings.

	* src/mozcallbacks.c (net_status_change_cb): Don't show an error box
 	when the user cancelled connection (because he already knows...).
	Instead, the message is always displayed in the statusbar.

2000-08-16  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla-prefs.c (mozilla_find): find previous
	* src/callbacks.c: history in the find dialog and others minor changes

2000-08-16  Nate Case <nd@kracked.com>

	* src/Makefile.am: CORBA support file modifications
	* src/galeon.h: New CORBA #define
	* src/main.c: initial CORBA client/server support
	* src/Galeon-impl.c: new CORBA code
	* galeon.gnorba: new package file for CORBA interface

2000-08-16  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla-prefs.c (mozilla_find,mozilla_save): save and find cleaned up. support for find next.
	* src/callbacks: A real find dialog


2000-08-15  Remco de Jong <remco_de_jong@yahoo.com>
	* src/callbacks.c src/bookmarks.c: fixed bookmark moving


2000-08-15  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

        * INSTALL: Updated (I was getting several user questions)

2000-08-15  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla-prefs.c (mozilla_find): added. Initial support for find
	* src/callbacks: Initial (stupid) find dialog

2000-08-15  Remco de Jong <remco_de_jong@yahoo.com>
	* src/callbacks.c galeon.glade: added view source

2000-08-15  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

        * INSTALL: Updated (I was getting several user questions)

2000-08-14  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla-prefs.c (mozilla_save): return a boolean as function result

2000-08-14  Matt Aubury <matt.aubury@embeddedsol.com>

	* src/spinner.c: removed relief from spinner button, added
	click sensitivity to take user to Galeon homepage
	* src/callbacks.c: added spinner button click callback
	* src/callbacks.h: prototype for callback

2000-08-14  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla-prefs.c (mozilla_save): return a boolean as function result

2000-08-14  Matt Aubury <matt.aubury@embeddedsol.com>

	* src/spinner.c: removed relief from spinner button, added
	click sensitivity to take user to Galeon homepage
	* src/callbacks.c: added spinner button click callback
	* src/callbacks.h: prototype for callback

2000-08-12  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla-prefs.c: added functions to save a document
	* src/callbacks.c: callbacks of the save dialog


2000-08-12  Mark Crichton <crichton@gimp.org>

	* Everywhere:  Cleaned up CVS.  Autogenerated files no longer
        tracked. Proper .cvsignore's placed.
	* Makefile.am, src/Makefile.am: Cleaned up build system
        
2000-08-12  Marco Pesenti Gritti  <mpeseng@tin.it>
	* src/spinner.c: create a button to contain the spinner
	* po/pl.po: polish translation added

2000-08-11  Nate Case <nd@kracked.com>

	* src/callbacks.c: added clean exit function, fixed file->exit behavior
	* src/callbacks.h: function prototypes
	* galeon.glade: changed "start page" hotkey to "t"
	
2000-08-10  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>
	* src/bookmarks.c: Code cleanups and minor fixes.
	* src/callbacks.c (on_ok_btn_clicked): Changed bookmarks_recreate_menu
	for bookmarks_update_menu. Cleanup. This function should be renamed as 
	on_bookmarks_ok_clicked.
	* src/history.c (history_load): Using CONF_ADVANCED_HISTORY_EXPIRE
	instead of a string.
	* src/history.c (history_is_empty): Removed. Unused function.
	* src/galeon.h: Took out some prototipes of private functions. Updated 
	configuration strings. Changed type of BookMarkItem.parent to 
	BookMarkItem * instead of gpointer.

2000-08-10  Remco de Jong <remco_de_jong@yahoo.com>
	* po/POTFILES.in: added src/browser and src/misc.c

2000-08-09  Nate Case <nd@kracked.com>

	* src/main.c: fix compile error
	* po/sv.po: complete swedish translation merged (Christian Rose, Tomas Ogren)
	* src/Galeon.idl: added
	* src/Galeon-impl: added

2000-08-09  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/bookmarks.c: Rewrote the bookmarks menu creation creation, some 
	code cleanup (there's still a lot to clean up)
	* src/galeon.h: Updated prototypes for bookmarks.c

2000-08-08 Matt Aubury <matt.aubury@embeddedsol.com>

	* src/browser.c: always create "blank" browsers regardless
	* src/callbacks.c: change command line warnings into GUI warnings, minor cleanups
	* src/galeon.h: minor cleanups
	* src/history.c: minor cleanups
	* src/main.c: added "first time user" checking and behaviours
	* src/misc.c: minor cleanups
	* src/prefs.c: substantial reorganisation and cleanups

2000-08-07 Marco Pesenti Gritti <mpeseng@tin.it>

	* src/bookmarks.c: code cleanup

2000-08-07 Nate Case <nd@kracked.com>

	* src/gtm.c: code cleanup
	* src/bookmarks.c: code cleanup
	* src/browser.c: code cleanup

2000-08-07 Maxim Sobolev <sobomax@FreeBSD.org>

	* Makefile.am: INSTALL_PROGRAM changed in INSTALL_SCRIPT for galeon file
	* src/galeon: !/bin/bash changed in !/bin/sh: more common in unix/linux systems
		
2000-08-07 Joe Bester <bester@mcs.anl.gov>

	* src/callbacks.c (drag_drop,drag_data_received): drag and drop signals added
	* browser.c (browser_create): code to init drag and drop

2000-08-07  Matt Aubury <matt.aubury@embeddedsol.com>

	* src/mozcallbacks.c: changed GtkBrowser into GaleonBrowser (because it's not a gtk widget)
	* src/browser.c: created, it contains all browser related functions browser_function_name
	* src/galeon.h: moved in all from history.h, history_callbacks.h,mozcallbacks.h
	
2000-08-06  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* history.c
	* history.h
	* history_callbacks.c
	* history_callbacks.h
	* auto_completion.c 
	* autocompletion.h: code cleanup

2000-08-06  Marco Pesenti Gritti  <mpeseng@tin.it>

	* src/mozcallbacks.c: code cleaned up, not important changes in the code

