2001-06-08  Philip Langdale <philipl@mail.utexas.edu>

	* src/mozcallbacks.c
	* src/mozilla_prefs.c: Removed our borked method of blocking popups
	in favour of the official mozilla-prefs based one. Our method was
	blocking xul dialogs. :-)

2001-06-08  Matthew Mueller <donut@azstarnet.com>

	* configure.in: look for prefs js in lib dir before trying moz home

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

	* NEWS: updated for 0.11.0. Release time.

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

	* configure.in: set version number to 0.11.0. Come on, I'm
	impatient ;-)

2001-06-07  Matthew Mueller <donut@azstarnet.com>

	* src/Makefile.am: add find.h to sources list.

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

	* ui/galeon.glade:
	* ui/concept.glade: moved concept dialog out of real glade
	file so that translators don't gang up and lynch me ;-)

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

	* ui/galeon.glade: added my concept for what the download / 
	mime-type-handler dialog could look like. Invite comments!
	(to be removed if not used...)

2001-06-07  Matthew Mueller <donut@azstarnet.com>

	* configure.in: fix remaking of aclocal.m4 (no need to rerun
	autogen.sh with every configure.in change now :)

2001-06-07  Matthew Mueller <donut@azstarnet.com>
	
	* acconfig.h
	* configure.in
	* src/newuser.c: test for _NL_PAPER_WIDTH and _NL_PAPER_HEIGHT.

2001-06-07  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/ContentHandler.cpp
	* src/FilePicker.cpp
	* src/Galeon-impl.c
	* src/Makefile.am
	* src/PromptService.cpp
	* src/auto_completion.c
	* src/auto_completion.h
	* src/autobookmarks.c
	* src/bookmarks.c
	* src/bookmarks.h
	* src/bookmarks_editor.c
	* src/bookmarks_editor_callbacks.c
	* src/bookmarks_editor_dnd.c
	* src/bookmarks_menus.c
	* src/bookmarks_menus_callbacks.c
	* src/bookmarks_toolbars.c
	* src/bookmarks_menus_callbacks.c
	* src/bookmarks_toolbars.c
	* src/context.c
	* src/cookies.c
	* src/embed.c
	* src/embed.h
	* src/embed_callbacks.c
	* src/file-operations.c
	* src/find.c
	* src/galeon-wrapper.cpp
	* src/galeon-wrapper.h
	* src/galeon.h
	* src/galeon_types.h
	* src/history.c
	* src/history.h
	* src/history_callbacks.c
	* src/main.c
	* src/menu_callbacks.c
	* src/menubar.c
	* src/menubar.h
	* src/mime.c
	* src/misc.c
	* src/misc.h
	* src/misc_callbacks.c
	* src/mozcallbacks.c
	* src/mozcallbacks.h
	* src/mozilla.cpp
	* src/mozilla_i18n.c
	* src/mozilla_prefs.c
	* src/netscape.c
	* src/newuser.c
	* src/newuser_callbacks.c
	* src/portal.c
	* src/prefs.c
	* src/prefs_callbacks.c
	* src/print.c
	* src/session.c
	* src/spinner.c
	* src/spinner.h
	* src/state.c
	* src/toolbar.c
	* src/window.c
	* src/window.h
	* src/window_callbacks.c
	* src/xbel.c: remove all global includes, compile
	speed improved
	* src/dialog.c:
	* src/dialog.h: splitted 2 small dialogs func from
	misc.c


	
2001-06-07  Matthew Mueller <donut@azstarnet.com>
	
	* configure.in
	* src/galeon.h
	* src/main.c: Even newer mozilla version testing, check the
	version from the js prefs file rather than using mozilla functions,
	since they cannot easily be checked within galeon, in addition 
	checking the file manually means we can get the version _before_
	any segfaults would normally occur due to mismatched versions.
	For now just print a warning on version mismatch, after the string
	freeze I'll add a dialog.

2001-06-07  Matthew Mueller <donut@azstarnet.com>

	* configure.in: Fix handling of successful version test prog
	compilation but unsuccussful running.  Added missed semicolon.

2001-06-07  Yanko Kaneti <yaneti@declera.com>

	* src/context.c: put back the code for creating bookmark items in
	the context menu, it was accidentaly removed some time ago

2001-06-07  Yanko Kaneti <yaneti@declera.com>

	* src/window.c: include find.h
	* src/menu_callbacks.c:
	* src/menubar.h: remove an unused function
	(window_menu_show_default_bookmarks_folder_activate_cb)

2001-06-06  Philip Langdale <philipl@mail.utexas.edu>

	* src/ContentHandler.cpp: Realised that the download start time
	fix only landed on the trunk and won't make 0.9.1, so it's now
	ifdef'ed. Big thanks to to donut for landing the non-braindead
	version testing so I could actually do this at all.

2001-06-06  Matthew Mueller <donut@azstarnet.com>

	* acconfig.h
	* src/galeon.h
	* configure.in: New mozilla version testing, uses the actual mozilla
	version string.  Test with MOZILLA_VERSION op VERSION[234].
	Version field 4 is 0 for normal builds and 1 for + versions (cvs).
	* src/ContentOverrideHandler.cpp
	* src/PromptService.cpp
	* src/embed.c
	* src/galeon-wrapper.cpp
	* src/mozcallbacks.c
	* src/mozcallbacks.h
	* src/mozilla.cpp: Switch over to new version method. (and change ==
	to >, I don't think any of those actually meant ==, and with the
	addition of using the + version == will be even less likely)

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

	* src/window_callbacks.c: fix silly typo

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

	* src/bookmarks_toolbars.c:
	* src/history.c:
	* src/menubar.c: fix crash when clearing history and closing,
	fix crash on the bookmarks toolbar context menu
	
2001-06-06  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* src/bookmarks.c: Fixed a crash when trying to add a bookmark to
	an alias of a catogory (like when clicking "Add alias for root 
        bookmark" twice in a row.

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

	* src/window_callbacks.c: paste (middle-button) on "New" button
	loads the contents of the selection in a new tab/window.

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

	* src/mozcallbacks.c: better (?) guess at whether or not a new
	windows is really a popup (works better with MS Exchange 
	webmail ;-)

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

	* src/mozcallbacks.c: changed popup blocking to return NULL,
	this seems to be a nicer way of blocking than opening the popup
	in the current window.

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

	* src/main.c: removed trap since it seemed to be triggering all
	the time suddenly :-(
	
2001-06-06  Matt Aubury <matt@ookypooky.com>

	* src/main.c: try to handle OAF remote startup failures a 
	bit more gracefully.

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

	* src/misc.c: grab focus on open dialog and use activate callback
	* src/Makefile.am: 
	* src/auto_completion.c:
	* src/embed.c:
	* src/galeon.h:
	* src/galeon_types.h:
	* src/menu_callbacks.c:
	* src/mozcallbacks.c:
	* src/toolbar.c:
	* src/window.c: cleanups

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

	* src/embed.c:
	* src/tooolbar.c:
	* src/bookmarks.c: allow Galeon to start even when not properly
	installed (if folder/site icons are not available)
	* src/bookmarks_toolbars.c: don't jump automatically to new tabs
	opened from the toolbar.

2001-06-06  Philip Langdale <philipl@mail.utexas.edu>

	* TODO: Updated todo item for Helper Chooser Dialog
	* src/ContentHandler.cpp: Reorganised code that launches helper
	and added checks for helpers that operate on URLs rather than
	files. The gnome-vfs cc applet doesn't appear to set this flag
	properly, but we will use it internally for user-specified
	helpers.

2001-06-06  Matthew McClintock <mattsm@mail.utexas.edu>

	* src/bookmarks_editor_dnd.c: fix so galeon sets bookmarks dirty
	at the right times when dragging and dropping items

2001-06-05  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/window_callbacks.c: fix the handle_go_button
	bug, MattA that code need your love ;)
	
2001-06-05  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/window_callbacks.c (window_handle_go_button): 
	debug code for a critical bug
	on entering an url, this code need definately cleanups
	
2001-06-05  Matthe McClintock <mattsm@mail.utexas.edu>

	* src/bookmarks_editor_callbacks.c: ignore scoll wheel on 
	selections

2001-06-05  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/misc.c: fixed open file dialog, /me glares at MattA ;)
	* src/newuser.c: temporary remove of paper autodetection, it's
	causing problems with different libc, too neat to the release to
	fix it properly
	
2001-06-05  Gediminas Paulauskas <menesis@delfi.lt>

	* src/newuser_callbacks.c: added no-c-format comment for xgettext,
	because %s in a smart bookmark is not a prinft argument.

2001-06-05  Matt Aubury <matt@ookypooky.com>

	* galeon.spec.in: update mozilla dependency in anticipation of
	0.9.1 being released (and so that we don't upload broken RPMs
	again, /me glares at Marco... ;-)

2001-06-05  Matt Aubury <matt@ookypooky.com>

	* src/history.c: don't double-free a pointer, it can cause hangs!

2001-06-05  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks_toolbars.c:
	* src/history.c:
	* src/history.h:
	* src/misc.c: fix memory leaks

2001-06-05  Philip Langdale <philipl@mail.utexas.edu>

	* TODO: Added my todo list.
	* src/ContentHandler.cpp: Explicitly sized argv arrays for
	launching helper apps.
	* src/embed.c
	* src/misc.c: Fixed external view-source failure due to 
	galeon inappropriately maintaining a lock on the temp file.

2001-06-05  Philip Langdale <philipl@mail.utexas.edu>

	* src/ContentHandler.cpp: Now that mozilla appears to be
	returning a meaningful time value, calculate elapsed time
	in download progress dialog from time download starts
	instead of time dialog appears. Use a float for download
	rate so fractional component is always correct.

2001-06-05  Philip Langdale <philipl@mail.utexas.edu>

	* src/ContentHandler.cpp: Add support for console requiring
	gnome-vfs helpers. This may be completely useless as the field
	is not accessible in the gnome-vfs applet. Nevertheless,
	it's there when it's eventually needed. :-)We currently do 
	not attempt to set the title of the gnome-terminal as we are
	in string freeze. Also converted HelperChooserDialog from 600
	calls of get_widget to using member pointers. 
	MattA will be happy. :-)

2001-06-05  Matthew McClintock <mattsm@mail.utexas.edu>

	* src/bookmarks_editor_callbacks.c: fixed improper closing of 
	bookmark dock

2001-05-25  Jorn Baayen <jorn@nl.linux.org>

	* src/mozcallbacks.c: adds Shift+Click downloading like in 
	good old netscape
	
2001-06-03  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/misc.c: download with command line downloader fixed
	
2001-06-03  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/misc.c: dont launch a gnome-terminal on command line
	external download handlers
	* src/ContentHandler.cpp: remove tiff from wrong mime types hack
	
2001-06-04  Matthew Mueller <donut@azstarnet.com>

	* src/state.c
	* src/state.h: New files, generalized window state saving functions.
	* src/Makefile.am: Add state.[ch].
	* src/bookmarks_editor.c
	* src/history.c
	* src/history_callbacks.c
	* src/prefs.c: Window state saving cleanup, use generic functions
	instead of reimplementing each time.  Also save column widths of
	history dialog and bookmarks editor.

2001-06-04  Matt Aubury <matt@ookypooky.com>

	* src/mozcallbacks.c: make sure orphan windows don't have their
	tabs showing.
	* ui/bookmarks.glade: use right "new alias" icon in dock.

2001-06-04  Philip Langdale <philipl@mail.utexas.edu>

	* src/filepicker.h: Fixed inaccurate description of show_file_picker.

2001-06-03  Matthew Mueller <donut@azstarnet.com>

	* src/window.c: fix add/edit bookmarks crashes.

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

	* src/PromptService.cpp:
	* src/bookmarks.c:
	* src/bookmarks.h:
	* src/bookmarks_editor.c:
	* src/bookmarks_menus.c:
	* src/bookmarks_toolbars.c:
	* src/embed.c:
	* src/galeon_types.h:
	* src/history.c:
	* src/main.c:
	* src/misc.c:
	* src/misc.h:
	* src/mozilla.cpp:
	* src/mozilla_prefs.c:
	* src/portal.c:
	* src/prefs.c:
	* src/session.c:
	* src/spinner.c:
	* src/toolbar.c:
	* src/window.c: plug many memory leaks. Still looks a bit like
	HMS Titanic though.

2001-06-03  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla.cpp: fix compilation with mozilla 0.9
	
2001-06-03  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/newuser.c: autodetect paper type
	
2001-06-03  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/menubar.c: remove the "Show default bookmarks" menu item,
	so we can freeze strings, the code need to be removed too
	* src/newuser.c: set default downloadir as home directory
	
2001-06-03  Damian Ivereigh <damian@cisco.com>

	* src/menubar.c: rearrange Go menu
	
2001-06-03  Matt Aubury <matt@ookypooky.com>

	* src/embed.c: make middle-button new page opening work again.

2001-06-03  Philip Langdale <philipl@mail.utexas.edu>

	* src/prefs.c
	* src/prefs_callbacks.c
	* ui/preferences.glade: Remove "Override Mozilla" mime type from UI.
	It's currently not useful at all and will only confuse people. The
	backend is still there in case we need to do something meaningful
	with it.

2001-06-03  Matthew Mueller <donut@azstarnet.com>

	* acconfig.h:
	* configure.in:
	* src/main.c:
	* src/panel.c: add --disable-applet configure option.

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

	* src/Galeon-impl.c:
	* src/bookmarks.c:
	* src/bookmarks_editor.c:
	* src/bookmarks_editor_callbacks.c:
	* src/bookmarks_menus.c:
	* src/bookmarks_menus_callbacks.c:
	* src/bookmarks_toolbars.c:
	* src/context.c:
	* src/embed.c:
	* src/embed.h:
	* src/embed_callbacks.c:
	* src/history.c:
	* src/history.h:
	* src/main.c:
	* src/mozcallbacks.c:
	* src/panel.c:
	* src/session.c:
	* src/window.c:
	* src/window.h:
	* src/window_callbacks.c: reshuffle of window / tab / embed
	creation should hopefully make things a bit more consistent. Still
	needs work, and PLEASE TEST since if I've b0rked something we need
	to know before the release!

2001-06-03  Philip Langdale <philipl@mail.utexas.edu>

	* src/context.c: With marco's approval, adding a context menu option
	to allow for downloading with the new built-in downloader. It's 
	ugly but it works.
	* src/embed.c
	* src/misc.c
	* src/mozilla.cpp
	* src/mozilla.h: Save and restore mozilla prefs.js on exit and 
	startup respectively so catch mozilla prefs that we don't 
	explicitly store in galeon prefs.


2001-06-03  Matthew Mueller <donut@azstarnet.com>

	* ui/bookmarks.glade: Make bookmark editor notes text use a
	scrollbar if needed.

2001-06-03  Matthew Mueller <donut@azstarnet.com>

	* src/bookmarks_editor.c: Resolve conflict between _Import / Export
	and N_ick in bm editor.

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

	* src/Galeon-impl.c:
	* src/bookmarks.c:
	* src/bookmarks.h:
	* src/bookmarks_editor.c:
	* src/bookmarks_editor_callbacks.c:
	* src/bookmarks_editor_callbacks.h:
	* src/bookmarks_menus_callbacks.c:
	* src/context.c:
	* src/embed.c:
	* src/embed.h:
	* src/galeon.h:
	* src/main.c:
	* src/menu_callbacks.c:
	* src/menubar.c:
	* src/menubar.h:
	* src/portal.c:
	* src/session.c:
	* ui/bookmarks.glade: initial change Temp -> Default bookmarks 
	dumping the compact bookmarks editor.

2001-06-03  Philip Langdale <philipl@mail.utexas.edu>

	* src/FilePicker.cpp: Add some code to compensate for the brain
	dead way nsStreamTransfer::SelectFile works. The mozilla file
	picker needs fixing too to avoid this crash.
	* src/galeon-wrapper.cpp
	* src/galeon-wrapper.h
	* src/mozilla.cpp
	* src/mozilla.h: Added mozilla_save_link which saves files using
	the same method as mozilla. Unfortunately, the mozilla code is not
	yet promptAPI compliant so it unavoidably uses a XUL progress
	dialog. Thus, I have not actually used mozilla_save_link yet. It's
	just ready to use. :-)

2001-06-02  Matthew Mueller <donut@azstarnet.com>

	* src/bookmarks.c: don't save bookmark settings of "", FALSE, 
	time_*="0", etc.

2001-06-02  Matthew Mueller <donut@azstarnet.com>

	* src/menu_callbacks.c: check if the translation credits string is
	translated to know when to display it, thus we don't need to mess 
	with locale stuff and if it isn't translated it won't be displayed
	without a name.

2001-06-02  Yanko Kaneti <yaneti@declera.com>

	* src/menu_callbacks.c: include locale.h so that disable-nls works

2001-06-02  Yanko Kaneti <yaneti@declera.com>

	* src/src/context.c
	* src/src/embed.c
	* src/src/embed.h
	* src/src/galeon-wrapper.cpp
	* src/src/galeon-wrapper.h
	* src/src/galeon.h
	* src/src/misc_callbacks.c
	* src/src/mozcallbacks.c
	* src/src/mozilla.cpp
	* src/src/mozilla.h: clear a bit the save functionality clutter
	still not using philip's filepicker, but clearing the field for it
	This also fixes "saving as html" problems

2001-06-02  Christian Rose  <menthos@menthos.com>

	* src/menu_callbacks.c: Made the comment for the
	translator credits a little more descriptive.

2001-06-02  Yanko Kaneti <yaneti@declera.com>

	* src/menu_callbacks.c: give credit to the translators
	in addition to translating the credits :)

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

	* src/galeon_types.h
	* src/portal.c
	* src/prefs.c
	* src/prefs_callbacks.c
	* ui/preferences.glade: removed mime, local history, myportal
	stylesheet prefs
	
2001-06-02  Philip Langdale <philipl@mail.utexas.edu>

	* src/ContentHandler.cpp
	* src/FilePicker.cpp
	* src/misc.c
	* src/misc.h: Fixed brain-dead directory selection mechanism for
	non-GTM external downloaders.
	* src/prefs.c
	* src/prefs_callbacks.c
	* ui/preferences.glade: Made final update so that descriptions
	of download options are as clear as possible.

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

	* src/xlink.c: add glib.h, xlink.h
	* debian/control:
	* autogen.sh:
	* configure.in: remove libtool, we dont have a use for it (yet) and
	and the new one (1.4) considerably slows galeon-bin linking

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

	* src/embed_callbacks.c: fix compiling warnings
	* src/galeon_types.h:
	* src/menu_callbacks.c:
	* src/menubar.c:
	* src/prefs.c:
	* src/window.c: remove "enable mime type handling" from settings
	menu
	
2001-06-01  Matt Aubury <matt@ookypooky.com>

	* src/galeon.h: change other instance of "Galeon - %s"

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

	* src/prefs.c:
	* ui/preferences.glade : make the default window title "%s - Galeon"

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

	* src/history.c: don't produce critical warning if page isn't
	in history when setting title.
	* src/window.c: set layer of "Open URL" dialog
	* src/misc.c: set layer of "Open File" dialog

2001-06-01  Matej Knopp <matej@knopp.as>
	    Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla.cpp:
	* src/mozilla.h:
	* src/menubar.c:
	* src/menubar.h:
	* src/galeon-wrapper.cpp:
	* src/galeon-wrapper.h: offline browsing (going back to online
	is not working in mozilla)
	
2001-06-01  Matt Aubury <matt@ookypooky.com>

	* src/history.c: make history items on "Go" menu work again. Note
	that these are now effectively global. I'll try to come up with 
	a better solution at a later date.

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

	* src/bookmarks.c:
	* src/embed.c:
	* src/embed_callbacks.c:
	* src/galeon-wrapper.cpp:
	* src/galeon.h:
	* src/misc.c:
	* src/misc.h:
	* src/mozcallbacks.c:
	* src/toolbar.c:
	* src/window.c:
	* src/window_callbacks.c: allow dropping of multiple items from
	Nautilus, and allow mixing of Nautilus file references and link
	files.
	
2001-06-01  Matt Aubury <matt@ookypooky.com>

	* src/window_callback.c: context menu on "New" button, fixing
	bug #55024.
	* src/embed.c: add widget ref/unref back in again to stop warnings.

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

	* src/mozcallbacks.c:
	* src/history.c:
	* src/history.h:
	* src/GlobalHistory.cpp: use mozilla AddPage callback to add items
	to the history, fixes problems with refer page links not being
	coloured.
	* src/toolbar.c: destroy spinner before destroying toolbar.

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

	* src/Makefile.am:
	* src/bookmarks.c:
	* src/bookmarks.h:
	* src/bookmarks_editor_callbacks.c:
	* src/bookmarks_menus.c:
	* src/bookmarks_menus_callbacks.c:
	* src/bookmarks_toolbars.c:
	* src/context.c:
	* src/embed.c:
	* src/galeon_types.h:
	* src/main.c:
	* src/misc.c:
	* src/netscape.c:
	* src/newuser_callbacks.c:
	* src/prefs.c:
	* src/spinner.c:
	* src/toolbar.c:
	* src/toolbar.h:
	* src/window.c:
	* src/window.h:
	* ui/bookmarks.glade: significant reshuffle of building of 
	navigation and bookamrks toolbars in an attempt to get layout
	right every time.

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

	* FAQ: added question and answer about OAF problems.

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

	* src/main.c: fix a bug with profile initialisation
	
2001-06-01  Tuomas Jormola <tjormola@cc.hut.fi>

	* debian/Lintian.overrides:
	* debian/README.BUILDING.DEBS:
	* debian/build-deb:
	* debian/changelog:
	* debian/control:
	* debian/copyright:
	* debian/dirs:
	* debian/doc-base:
	* debian/docs:
	* debian/links:
	* debian/menu:
	* debian/rules: (all added) Build files for Debian.
	
2001-06-01  Marco Pesenti Gritti <mpeseng@tin.it>

	* AUTHORS
	* src/misc_callbacks.c: added donut and philipl
	* configure.in: add libtool
	* src/mozcallbacks.c: fix a critical warning when 
	closing popups
	
2001-06-01  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/bookmarks_toolbars.c
	* src/context.c
	* src/embed.c
	* src/embed.h
	* src/main.c
	* src/misc.c
	* src/prefs.c
	* src/window.c
	* src/window_callbacks.c: cleanups. removed unused functions.
	Reworked the creation code. Possible bugs.

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

	* src/bookmarks_menus.c: some extra checks to try to debug a
	crash.
	* src/FilePicker.cpp: fix compile warnings.
	* src/prefs.c: fix compile warning on MIME_IGNORE saving. Marco
	what should happen in the display routines here?

2001-05-31  Philip Langdale <philipl@mail.utexas.edu>

	* src/filepicker.h: New File
	* src/FilePicker.cpp
	* src/FilePicker.h:
	* src/galeon_types.h Implemented show_file_picker which is a
	single function modal encapsulation of GFilePicker. Just
	include filepicker.h and run. show_file_picker will not
	introduce any C++ dependencies into C galeon modules.
	* src/misc.c
	* src/misc.h
	* src/misc_callbacks.c
	* src/prefs.c
	* ui/galeon.glade: Replaced ask_dir with show_file_picker.

2001-05-31  Matthew Mueller <donut@azstarnet.com>

	* src/embed.c: fix more next tab sensitivity borkage. (Next tab
	wouldn't become sensitive if the newly loaded page was already
	cached.)

2001-05-31  Matthew McClintock <mattsm@mail.utexas.edu>

	* src/Makefile.am: added xlink.h

2001-05-31  Matthew McClintock <mattsm@mail.utexas.edu>

	* src/Makefile.am: fixes build process when builddir != srcdir

2001-05-30  Philip Langdale <philipl@mail.utexas.edu>

	* src/FilePicker.cpp
	* src/FilePicker.h: New Files
	* src/ContentHandler.cpp
	* src/Makefile.am
	* src/embed.c
	* src/mozilla.cpp
	* src/mozilla.h
	* ui/galeon.glade: Added impl for nsIFilePicker and converted
	ContentHandler to use it. In the near future I will set things up
	so the file picker can be used through out galeon.
	* src/prefs_callbacks.c
	* ui/preferences.glade: Make mime-type entry field writeable again 
	so users can manually add mime-types in prefs. 

2001-05-30  Matthew McClintock <mattsm@mail.mcclintock.net>

	* src/embed_callbacks.s: still more minor changes to dnd

2001-05-30  Yanko Kaneti <yaneti@declera.com>

	* src/prefs.c:
	* ui/preferences.glade: change the default middle button action to
	"paste url" rather than "show bookmarks"

2001-05-30  Yanko Kaneti <yaneti@declera.com>

	* src/galeon.h:
	* src/embed.c:
	* src/mozcallbacks.h:
	* src/mozcallbacks.c: remove ORPHAN depend on MOZILLA_MILESTONE >= 91
	because the enabling patch was checked in in mozilla cvs yesterday

2001-05-30 Matthew McClintock <mattsm@mail.utexas.edu>

	* src/embed_callbacks.c: minor changes too fix some issues with 
	previous patch	

2001-05-30 Matthew McClintock <mattsm@mcclintock.net>

	* src/embed_callbacks.c: added stuff so one can drag nautilus desktop 
	objects onto galeon 

2001-05-27  Damian Ivereigh <damian@cisco.com>

	* src/menu_callbacks.c:
	* src/menubar.h: makes the menu items sensitive according to
	what is	happening
	
2001-05-30  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/ContentHandler.cpp
	* src/galeon_types.h
	* src/prefs_callbacks.c: stop downloading of mozilla handled
	mime types (bugs on popups)
	
2001-05-30  Matt Aubury <matt@ookypooky.com>

	* src/toolbar.c: use fake anti-aliased nautilus toolbar icons
	where possible (see the Ximian-south theme).
	* src/mozcallbacks.c: change zoom on document loading 
	finished (as requested by Marco).

2001-05-30  Matt Aubury <matt@ookypooky.com>

	* src/prefs.c: fix inability to toggle autodownload

2001-05-30  Matt Aubury <matt@ookypooky.com>

	* src/mozcallbacks.c: report status message change as hex
	
2001-05-30  Matt Aubury <matt@ookypooky.com>

	* src/main.c: don't bring up default window when recovering
	sessions.

2001-05-30  Matt Aubury <matt@ookypooky.com>

	* src/ContentHandler.cpp:
	* src/PromptServices.cpp: additional compile warning fixes.

2001-05-30  Matthew Mueller <donut@azstarnet.com>

	* src/galeon-wrapper.cpp
	* src/mozilla.cpp: Fix a bunch of functions without returns,
	uninitialized vars, unused vars, and other stuff that was never
	noticed since the cpp code wasn't compiled with warnings enabled.

2001-05-30  Matthew Mueller <donut@azstarnet.com>

	* configure.in: use warning flags for g++ too.  Removed -Wunused
	for gcc since -Wall already includes it.  Fixed detection of -W
	being present or not (and then commented it out since it generates
	hundreds of warnings..)

2001-05-30  Matt Aubury <matt@ookypooky.com>

	* src/window.c: get sensitivity of prev/next tab menu options
	right.

2001-05-29  Yanko Kaneti <yaneti@declera.com>

	* src/ContentHandler.cpp: move and include to prevent a redefiniton
	warning

2001-05-29  Yanko Kaneti <yaneti@declera.com>

	* src/cookies.c: remove a rcs comment tag
	* src/mozilla_i18n.c: update to reflect changes in mozilla

2001-05-29  Yanko Kaneti <yaneti@declera.com>

	* doc/C/preferences.sgml
	* src/ContentHandler.cpp
	* src/toolbar.c
	* ui/galeon.glade
	* ui/preferences.glade: change "Directory" -> "Folder"
	as suggested by menthos

2001-05-29  Christian Rose  <menthos@menthos.com>

	* src/ContentHandler.cpp: Changed one C++ comment to C-style, the
	comment contained an apostrophe that else will give a xgettext
	warning.

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

	* mozilla_prefs.c: hacky temp fix for window raise, thanks 
        timecop
	* embed.c: 
	* mozcallbacks.c: use the new new_window_orphan api, need to #define
        ORPHAN in galeon.h to enable (blizzard patch must be applied also)
        
2001-05-29  Marco Pesenti Gritti <mpeseng@tin.it>

	* mozilla_prefs.c: hacky temp fix for window raise, thanks 
	timecop
	* embed.c: 
	* mozcallbacks.c: use the new new_window_orphan api, need to #define
	ORPHAN in galeon.h to enable (blizzard patch must be applied also)
	
2001-05-29  Yanko Kaneti <yaneti@declera.com>

	* src/Galeon-impl.c
	* src/bookmarks.c
	* src/embed.c
	* src/file-operations.c
	* src/galeon-wrapper.cpp
	* src/gtm.c
	* src/history.c
	* src/main.c
	* src/misc.c
	* src/mozilla.cpp
	* src/panel.c
	* src/prefs_callbacks.c
	* src/print.c
	* src/spinner.c
	* src/toolbar.c
	* src/xbel.c: header ordering cleanup. fix translation issues

2001-05-29  Matt Aubury <matt@ookypooky.com>

	* src/embed.c: fix memory leak, do view-source: url from embed
	site_location field where possible (NB: Philip, is this right?
	I don't understand why mozilla_get_main_document_url exists?).

2001-05-29  Matthew Mueller <donut@azstarnet.com>

	* src/history.c: Save state of history window.
	* ui/galeon.glade: Actually use history_dialog_delete_event_cb.

2001-05-29  Matt Aubury <matt@ookypooky.com>

	* src/ContentHandler.cpp:
	* src/misc_callbacks.c:
	* src/misc.c:
	* src/misc.h: slight re-jig of downloader selection, will now use
	the (prefs) specified downloader with Philip's dialog, so the 
	wording of the dialog should be changed too...
	* src/mozilla_prefs.c:
	* src/prefs.c: make default mouse wheel bindings more interesting.
	* src/embed.c: add extra check on initialising the embed.

2001-05-29  Matt Aubury <matt@ookypooky.com>

	* src/ContentHandler.cpp: add philipl's highly descriptive email
	to a large comment block.
	
2001-05-29  Matthew Mueller <donut@azstarnet.com>

	* src/history.c: fix crash if tearoff menus are enabled caused by
	previous checkin.

2001-05-29  Yanko Kaneti <yaneti@declera.com>

	* src/history.c: update the position of the history items in the
	go menu, according to the tear-off menus preference

2001-05-29  Philip Langdale <philipl@mail.utexas.edu>

	* src/ContentHandler.cpp
	* ui/galeon.glade: Expanded helper app support to allow selection of
	helper from all helpers known to gnome-vfs or by specifying an app
	manually. Currently there is no support for apps that require a 
	terminal, and there is no persistence of selection as that would
	require data structure changes. It will come in due course.

2001-05-28  Matthew McClintock <mattsm@mail.utexas.edu>
	
	* src/embed.c:
	* src/embed_callbacks.c:
	* src/mozcallbacks.c:
	* src/toolbar.c:
	* src/window.h:
	* src/window.c: set the go_menu items sensitivity
	rename window_update_nav_buttons to window_update_nav_controls

2001-05-27  Damian Ivereigh <damian@cisco.com>

	* src/menu_callbacks.c:
	* src/menubar.c:
	* src/menubar.h: adds Cut, Copy & Paste to the Edit menu

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

	* src/panel.c: small fix for aliases

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

	* po/POTFILES.in:
	* src/Makefile.am: add panel.c, applet libs.
	* configure.in: add applets lib, remove CORBA option (since it wasn't
	being obeyed within the source).
	* src/bookmarks.c:
	* src/bookmarks_editor_callbacks.c:
	* src/bookmarks_menus_callbacks.c:
	* src/embed.c:
	* src/file-operations.c:
	* src/gtm.c:
	* src/history.c:
	* src/misc.c:
	* src/misc.h:
	* src/prefs.c:
	* src/spinner.c:
	* src/toolbar.c:
	* src/window.c:
	* src/galeon.h: removed some global includes, some global variables,
	added various includes to only the modules which needed them, to
	speed up compile time.
	* src/main.c: re-arranged substantially for clarity of purpose, and
	to allow the integration of panel applet mode.
	* src/panel.c: (added) --panel or -p mode added which opens galeon
	as a panel applet. NOTE: this is really quite broken at the moment,
	so don't bother reporting bugs just yet...
	* ui/galeon.png: make square.

2001-05-27  Stanislav Brabec  <utx@penguin.cz>

	* ui/preferences.glade.h, src/bookmarks.c: Cosmetical trailing
	"." changes.

2001-05-27  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/window.c: test if the statusbar exist when showing/hiding it
	fix a crash

2001-05-26  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/embed.c:
	* src/window.c: do not create statusbar when not needed by the chrome
	
2001-05-26  Matt Aubury <matt@ookypooky.com>

	* src/main.c: tweaked OAF service registration in unlikely-to-
	succeed attempt to cure multi-display problems. This is, however,
	the style that mjs recommends, so...

2001-05-26  Matt Aubury <matt@ookypooky.com>

	* sounds/clicked.wav: louder!
	* src/bookmarks_editor.c:
	* src/galeon.h:
	* src/galeon_types.h:
	* src/history.c:
	* src/window.c:
	* src/window.h: store and restore dock widths.

2001-05-26  Matt Aubury <matt@ookypooky.com>

	* src/galeon_types.h:
	* src/history.c:
	* src/history.h:
	* src/history_callbacks.c:
	* src/main.c:
	* src/misc.c:
	* src/mozcallbacks.c:
	* src/window_callbacks.c: update history views dynamically
	as the user browses.

2001-05-26  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/bookmarks_editor.c: changed "Attach" to "Dock
	* src/misc.c: try to fix the galeon exiting. Please report if
	you see other problems. MattA I removed the gtk_moz_embed_pop,
	it seems like we are doing the right thing, so it seems a 
	gtkmozembed bug, but could you take a look ?
	
2001-05-26  Philip Langdale <philipl@mail.utexas.edu>

	* src/prefs.c
	* src/prefs_callbacks.c
	* ui/preferences.glade: Cleared up incredibly badly worded
	description of the "Save to disk with External Download Handler"
	mime action.

2001-05-26  Yanko Kaneti <yaneti@declera.com>

	* src/galeon.in: check is /etc/redhat-release is there before doing
	anything with it

2001-05-25  Yanko Kaneti <yaneti@declera.com>

	* src/galeon.in: make a string rather than binary comparison (bash)
	* src/mozcallbacks.c:
	* src/embed.c:  fix zoom handling so that we dont try to set it to 0

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

	* src/bookmarks_toolbars.c:
	* src/history.c: fix compile warnings

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

	* src/bookmarks.h:
	* src/bookmarks_editor.c:
	* src/bookmarks_editor_callbacks.c: add View->Docked
	* src/bookmarks_toolbars.c: hide/edit menu on the toolbar 
	(when no items)
	
2001-05-25  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks_menus.c: don't give criticals if pixmap is broken.
	* src/context.c: swap ordering of view source / save as
	* src/menu_callbacks.c: 
	* src/menubar.h: 
	* src/embed.c: jump zoom back to 100% on pages when zoom has been
	autoset to something else.
	* ui/galeon.glade:
	* src/galeon.h:
	* src/galeon_types.h:
	* src/history.c:
	* src/history.h:
	* src/history_callbacks.c: rejigged history to use gnome-config
	to store state and get rid of nasty globals (still need to clean
	up new dragging global!).
	* src/window.c:
	* src/menubar.c: add zoom 100% menu option
	* src/misc.h:
	* src/misc.c: fix zombie processes on external view source, add
	generic widget table lookup function.
	* src/mozcallbacks.c: remove extra binding for zoom setting
	* src/newuser_callbacks.c: make dictionary URL translatable.
	* src/prefs.c: change history pref id.
	* src/toolbar.c:
	* src/prefs_callbacks.c: fix broken history id.

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

	* src/history.c
	* src/history_callbacks.c: allow to drag history items
	
2001-05-25  Matt Aubury <matt@ookypooky.com>

	* src/galeon.in: only set LD_ASSSUME_KERNEL for Red Hat 7.1,
	not sure if this is the right fix.

2001-05-25  Jorn Baayen <jorn@nl.linux.org>

	* src/bookmarks_editor.c:
	* ui/bookmarks.glade: fix bookmarks editor toolbar appearance.

2001-05-25  Yanko Kaneti <yaneti@declera.com>

	* src/window_callbacks.c: allow toggling then default new tab/window
	behavior on paste with Shift with Ctrl.

2001-05-25  Philip Langdale <philipl@mail.utexas.edu>

	* src/mozilla.cpp: Verified and tidied up string fix.

2001-05-24  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/bookmarks.c:
	* src/bookmarks_editor_callbacks.c: fix a crash when adding an alias
	with no selection
	* src/mozilla.cpp: fix the nsILocalString compile problem with
	mozilla cvs (Philip, I'm sure it's not the right fix, but at least
	it compiles now, please take a look)
	* src/mozilla_prefs.c:
	* src/galeon_types.h:
	* src/prefs.c: removed syntax highliting pref
	* src/window.c: fixed critical warnings when the chrome
	of a popup has no menubar (only toolbar and statusbar)
	* src/window_callbacks.c
	
2001-05-24  Matt Aubury <matt@ookypooky.com>

	* src/menubar.h:
	* src/menu_callbacks.c: remove unused function
	* src/prefs_callbacks.c:
	* src/misc.c:
	* src/misc_callbacks.c
	* ui/galeon.glade: fix "ask directory" dialog
	* src/spinner.c:
	* src/prefs.c: fix memory leaks

2001-05-24 Philip Langdale <philipl@mail.utexas.edu>

	* src/ContentHandler.cpp: Fix for external download directory
	selector segfault when external handler is called from the
	ContentHandler. ( Doesn't help for context menu downloading ).
	Also fixes problems associated with brand new profiles.

2001-05-24  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks.c:
	* src/misc.c: fix memory leaks.
	* src/prefs.c: fix mime types crash in preferences.
	* src/history.c: remove debug code

2001-05-23  Marco Pesenti Gritti <mpeseng@tin.it>

	* all: galeon.glade splitted, some global include removed from
	galeon.h
	
2001-05-23  Daniel Erat <dan_erat@pobox.com>

	* src/embed.c: make "view source" obey tab settings.

2001-05-23  Matt Aubury <matt@ookypooky.com>

	* src/prefs.c:
	* src/prefs_callbacks.c:
	* ui/galeon.glade: remove remaining uses of Object and Data fields
	in glade files; _please_ don't use these in future.

2001-05-23  Matt Aubury <matt@ookypooky.com>

	* ui/galeon.glade: really fixed prefs crash this time.

2001-05-23 Philip Langdale <philipl@mail.utexas.edu>

        * src/ContentHandler.cpp
        * ui/galeon.glade: Added handling for cases where users closes
        the download dialogs using the window manager buttons or presses
        escape, etc.
        
2001-05-23  Matt Aubury <matt@ookypooky.com>

	* src/prefs.c:
	* src/prefs_callbacks.c:
	* ui/galeon.glade: random attempts to fix prefs crash.

2001-05-23  Matt Aubury <matt@ookypooky.com>

	* src/Galeon-impl.c: fix missing include
	* src/history.c:
	* src/history.h:
	* src/history_callbacks.c:
	* src/main.c:
	* src/window.c: do (dirty) history saving at periodic intervals
	rather than on window close.
	* src/prefs.c: remove unused code.
	* src/misc.c: tiny formatting fixes

2001-05-23  Yanko Kaneti <yaneti@declera.com>

	* configure.in: use AM_GNOME_GETTEXT rather than AM_GNU_GETTEXT
	to cope with the new gettext. needs the updated hack-macros/gnome.m4

2001-05-23  Matt Aubury <matt@ookypooky.com>

	* src/context.c:
	* src/cookies.c:
	* src/galeon.h:
	* src/galeon_types.h:
	* src/menu_callbacks.c:
	* src/mozilla_i18n.c:
	* src/mozilla_i18n.h:
	* src/prefs.c:
	* src/prefs.h:
	* src/prefs_callbacks.c:
	* src/spinner.c:
	* src/spinner.h:
	* ui/galeon.glade: substantial cleanup of preferences handling,
	still needs more work though. Please check behaviour, it's possible
	some things have been broken by these changes.

2001-05-23  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks_editor.c: really fix menu pixmaps this time

2001-05-23 Matthew McClintock <mattsm@mail.utexas.edu>

	* src/bookmarks_editor_callbacks.c: added func to check if temp
	bookmark folder is empty and if it is removes it
 
2001-05-23 Matthew McClintock <mattsm@mail.utexas.edu>

	* src/bookmarks_toolbars.c: added the toolbar as a dnd target

2001-05-23  Damian Ivereigh <damian@cisco.com>

	* galeon.spec.in: add build dependency on gettext-0.10.37.

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

	* src/galeon.glade:
	* src/bookmarks_editor.c: More efficient use of space for the docked
	bookmark editor.  Removed some widgets from the toolbar and the edit
	controls and hid the URL column in the ctree.

2001-05-23 Philip Langdale <philipl@mail.utexas.edu>

        * src/ContentHandler.cpp: Implement preliminary support for helper
	apps.  It will try to get the default helper app from gnome-vfs
	and use that.  Currently, there is no support for choosing a
	helper if gnome-vfs knows about more than one.
        * src/ContentOverrideHandler.cpp
        * src/GlobalHistory.cpp
        * src/PromptService.cpp: use NS_DEF_FACTORY macro to simplify factory
        construction.

2001-05-22 Jorn Baayen <jorn@nl.linux.org>

	* ui/galeon.glade:
	* src/prefs.c: makes the home button and the web 
	location drag thingie in the toolbar configurable

2001-05-22  Matthew McClintock <mattsm@mail.utexas.edu>

	* src/context.c: added view source for any document context menus, and
 	removed extra view source from the frame context menus 	

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

	* src/history.c (history_clear): added
	* src/prefs_callbacks.c: use history_clear, fix a segfault
	when clearing the history and closing prefs dialog
	
2001-05-22  Matt Aubury <matt@ookypooky.com>

	* src/window.h:
	* src/window.c:
	* src/context.c: fix context menu and fullscreen crash on
	un-chromed windows.
	* src/mozilla.cpp: fix view source crash on empty windows.

2001-05-22  Matt Aubury <matt@ookypooky.com>

	* src/mozcallbacks.c:
	* src/mozilla.cpp:
	* src/mozilla.h: use new gtkmozembed interface to get page titles
	in Unicode, which we can then convert to the locale. So window
	titles, histories, and bookmarks should all work okay now in
	non-Latin encodings. Please report any problems / inconsistencies
	with Mozilla.	
	* src/main.c: more visibility/resizing tweaking.
	* src/mime.h:
	* src/ContentHandler.cpp: formatting fixes to stop compiler warnings.
	* src/bookmarks_editor.c: changed pixmap search paths _back_ to ../,
	since otherwise the pixmaps aren't picked up (I know it doesn't look
	right Marco, but this is the only way we know that works).

2001-05-22  Matt Aubury <matt@ookypooky.com>

	* src/autobookmarks.c: fix crash with empty history.
	* src/galeon.h:
	* src/galeon_types.h:
	* src/mozilla.h: add newlines at end of file to stop compiler
	whinging.

2001-05-22  Philip Langdale <philipl@mail.utexas.edu>

	* src/ContentHandler.cpp
	* src/ContentHandler.h: These are the new content handler system.
	* src/ContentOverrideHandler.cpp
	* src/ContentOverrideHandler.h: These are the old content handler
	mechanism. They are retained for now in case we need to use them.
	* src/Makefile.am
	* src/PromptService.cpp
	* src/embed.c
	* src/galeon.h
	* src/galeon_types.h
	* src/mime.c
	* src/mime.h
	* src/misc.c
	* src/misc_callbacks.c
	* src/mozcallbacks.c
	* src/mozilla.cpp
	* src/mozilla.h
	* src/prefs.c
	* src/prefs_callbacks.c
	* ui/galeon.glade: This rather large update adds the new,
	hopefully final, content handling system. It takes care of
	downloading and running helper apps. Currently, helper apps do not
	work but will soon. GTM remains out primary download tool but the
	option of using the built in mozilla downloader is now
	available. Check the new action types for mime handling.  *phew*
	:-)

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

	* src/bookmarks_toolbars.c: fixed a critical bug, crash
	when testing for toolbar show menuitem on a chrome without menubar
	(hack, need cleanup)
	* src/main.c: Fixed fullscreen and geometry

	
2001-05-21  Christian Rose  <menthos@menthos.com>

	* src/bookmarks_editor_callbacks.c: Unmarked "http://" for translation.
	* ui/galeon.glade: Changed "Erase" to "Remove".

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

	* src/bookmarks_editor.c: fixed ../ paths
	* src/prefs.c
	* src/prefs.h
	* src/print.c
	* ui/galeon.glade: make part of print dialog persistent
	
2001-05-21  Matt Aubury <matt@ookypooky.com>

	* src/main.c:
	* src/session.c: fix some resizing/geometry problems (note theres
	still a bit of a problem with the window being shown before being
	repositioned, but most of the sizing issues are gone).

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

	* src/misc.c:
	* src/misc.h:
	* src/history.c:
	* src/history.h:
	* src/history_callbacks.c: fast tree sorting implement, massively
	improves responsiveness of history dialog. This required hacking
	of functions out of gtkctree, which is nasty, but the standard
	sorting functions have quadratic complexity :-(
	* ui/galeon.glade: tweak layout of bookmarks editor in such a
	small way it's practically invisible.

2001-05-21  Tristan Gilder <tg@excoriate.net>
	    Matt Aubury <matt@ookypooky.com>

	* bookmarks.h:
	* bookmarks_editor.c:
	* bookmarks_editor_callbacks.c:
	* bookmarks_toolbars.c: make sure new items are shown when they're
	added to the bookmarks editor.

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

	* src/history.c: remove debug code
	* src/misc.c:
	* src/bookmarks_toolbars.c: make things more resilliant to missing
	pixmaps.
	* src/window.c: another attempted workaround for GnomeAnimator
	crashes.  

2001-05-21  Matthew Mueller <donut@azstarnet.com>

	* src/bookmarks.c: fix bug #54985, segfault with smart bookmarks
	caused by not verifying if r->url exists.

2001-05-20  Matthew McClintock <mattsm@mail.utexas.edu>

	* src/context.c: fix a typo, thanks to timecop
	* src/history.c: fix a crash comming from a wrong #define
	* src/Makefile.am : add bookmarks.h

2001-05-20  Matt Aubury <matt@ookypooky.com>

	* src/autobookmarks.c:
	* src/bookmarks.h:
	* src/bookmarks_editor.c:
	* src/bookmarks_menus.c:
	* src/find_callbacks.c:
	* src/galeon-wrapper.cpp:
	* src/galeon-wrapper.h:
	* src/history.c:
	* src/history.h:
	* src/menubar.c:
	* src/menubar.h:
	* src/mozilla.cpp:
	* src/mozilla.h:
	* src/window.c:
	* ui/galeon.glade: Move bookmarks import menu into bookmarks
	editor. Rearranged cookies dialog to be usable in 640x480. Make
	find dialog work with locale specific characters (thanks timecop).
	Fixed numbering of history items on "Go" menus. Cut down
	autobookmarks to work with new history.
	
2001-05-20  Yanko Kaneti <yaneti@declera.com>

	* src/bookmarks_editor.c: fix a crash on temp bookmarks editor open
	check the toolbar/menubar/toolbar_dock/menubar_dock values before 
	setting their properties. this probably needs additional cleanup

2001-05-20  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/print.c: fixed a bug with paper size
	
2001-05-20  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks_editor.c:
	* src/bookmarks_editor_callbacks.c:
	* src/galeon_types.h:
	* src/window.c:
	* ui/Makefile.am:
	* ui/galeon.glade:
	* ui/new_alias.xpm:
	* ui/new_alias_small.xpm:
	* ui/new_folder_small.xpm:
	* ui/new_item_small.xpm:
	* ui/new_separator.xpm:
	* ui/new_separator_small.xpm: tidying, re-arranging, adding
	new icons to bookmarks editor.

2001-05-20  Matt Aubury <matt@ookypooky.com>

	* src/autobookmarks.c:
	* src/galeon.h:
	* src/galeon_types.h:
	* src/history.c:
	* src/history.h:
	* src/history_callbacks.c:
	* src/window.c:
	* ui/galeon.glade: history sorting (on column title click) now
	works again.

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

	* src/galeon-wrapper.c
	* src/galeon-wrapper.h:
	* src/GlobalHistory.cpp:
	* src/GlobalHistory.h: use galeon history for links
	colouring. I think we should use the same interface
	to add history items, but it would need more work.
	Ricardo, MattA, thoughts ?
	
2001-05-19  Matt Aubury <matt@ookypooky.com>

	* galeon.spec.in: fix libxml dependency (>= 1.8.11).

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

	* src/context.c: Moved the navigation items in the link and link/image
	context menus to the bottom of the menu.
	* src/menubar.c: Added ellipses to the "Open URL" and "Edit" menu
	items.  Also moved the position of the "Up" item in the "Go" menu to
	match the recent placement change.

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

	* src/galeon.glade:
	* src/misc_callbacks.c:
	* src/window.c:
	* src/window.h: Improved open URL dialog. Now includes a clear button
	and doesn't rely on the label string length to set its width.

	* src/window_callbacks.c: Uncommented location entry end key handling
	code that I thought was unnecessary but isn't.
	
2001-05-18  Matthew McClintock <mattsm@mail.utexas.edu>

	* src/history_callbacks.c
	* src/misc.h
	* src/misc_callbacks.c
	* src/toolbar.c
	* src/context.c: added up option with history_popup on the context menu,
	as well as moved the up button behind the forward button at yaneti's 
	request

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

	* src/galeon-wrapper.c
	* src/galeon-wrapper.h: fix links dnd
	
2001-05-18  Matt Aubury <matt@ookypooky.com>

	* src/mozcallbacks.c: fixed crash on http://www.lustrumusc.nl/
	* src/window.c: fix warning on spin button changing

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

	* src/bookmarks_editor.c:
	* src/bookmarks_editor_callbacks.c:
	* src/bookmarks_editor_callbacks.h:
	* src/embed.c:
	* src/embed.h:
	* src/main.c:
	* src/session.c:
	* src/window.c:
	* src/window_callbacks.c:
	* ui/galeon.glade: bookmarks dock detach button. Re-arranged
	bookmarks editor menus to be more consistent with standard 
	GNOME apps. Added bookmarks "revert to saved" option. Got
	"fast first window" hack running again. Fixed a bug or two.	
	* FAQ: added another couple of Q&As.

2001-05-18  Yanko Kaneti <yaneti@declera.com>

	* src/context.c: fix a leak left with my previous change
	thanks to donut for pointing it

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

	* src/bookmarks_editor_dnd.c:
	* src/bookmarks.c:
	* src/bookmarks_editor_callbacks.c:
	* src/history_callbacks.c:
	* src/misc.c:
	* src/misc_callbacks.c:
	* src/toolbar.c: fixed brown-paper-bag missing includes.
	* src/auto_completion.c: remove unused function.

2001-05-18  Jason F. McBrayer <jmcbray@carcosa.net>

	* galeon.spec.in: added sysconfdir to capture sound file.

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

	* ui/new_folder.xpm:
	* ui/new_item.xpm: attempted improvement. Comments welcomed,
	and anyone who can draw a better new separator and new alias
	please do so.

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

	* src/autobookmarks.c:
	* src/bookmarks_editor.c:
	* src/bookmarks_editor_callbacks.c:
	* src/bookmarks_editor_callbacks.h:
	* src/bookmarks_menus.c:
	* src/bookmarks_menus_callbacks.c:
	* src/bookmarks_toolbars.c:
	* src/context.c:
	* src/embed.c:
	* src/embed.h:
	* src/galeon.h:
	* src/history.c:
	* src/history.h:
	* src/history_callbacks.c:
	* src/main.c:
	* src/menu_callbacks.c:
	* src/menubar.c:
	* src/misc.h:
	* src/netscape.c:
	* src/newuser_callbacks.c:
	* src/session.c:
	* src/spinner.c:
	* src/window.c:
	* src/window.h:
	* src/window_callbacks.c:
	* src/bookmarks.h (added):
	* ui/galeon.glade: fix problems when opening try to open both
	docks at once. Refactor some of the headers (hence large number
	of files changed).

2001-05-18  Yanko Kaneti <yaneti@declera.com>

	* src/context.c: optimization, store the context action in the 
	GnomeUIInfo, remove GnomeContextData

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

	* src/toolbar.c:
	* src/embed_callbacks.c: fix compile warnings
	
2001-05-18  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks_toolbars.c:
	* src/embed.c:
	* src/embed.h:
	* src/embed_callbacks.c:
	* src/galeon_types.h:
	* src/history.c:
	* src/history.h:
	* src/mozcallbacks.c:
	* src/toolbar.c:
	* src/window.c:
	* src/window.h:
	* src/window_callbacks.c: persistent zoom setting between visits
	to sites.

2001-06-18  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* src/bookmarks_editor.c: Fixed bug #54874.

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

	* src/galeon.h: Er, window_location_entry_button_press_cb should return
	gboolean, not void.
	* src/auto_completion.c:
	* src/window_callbacks.c: Tidied up the location entry key press
	callback and fixed the "return" key press behavior when the completion
	window is visible.
	Also fixed the double click url selection... the default handler was
	still being run, so the selection caret was being displayed at the
	end of whatever word happened to be double clicked.

	* src/embed.c: Removed the code that was causing flicker when switching
	between tabs.  This used to be necessary before the close button/
	pixmap stuff was added, as setting the tab text did not resize the
	tab.
	Also fixed bug 53083.

2001-05-17  Matt Aubury <matt@ookypooky.com>

	* src/history.c: fix brown-paper-bag that caused a crash at
	startup.

2001-05-17  Daniel Erat <dan_erat@pobox.com>

	* src/history.c:
	* src/mozcallbacks.c: make sure file:// urls get added to
	history. Also entering blank url loads about:blank.

2001-05-17  Matt Aubury <matt@ookypooky.com>

	* src/misc.c:
	* src/misc.h:
	* src/history.c:
	* src/history.h:
	* src/mozcallbacks.c:
	* src/galeon_types.h:
	* src/window_callbacks.c: cleanups and rearrangements, first step
	towards heirarchical history. Also speeded up display and refresh
	of history dialog and dock.

2001-05-17  Matt Aubury <matt@ookypooky.com>

	* src/galeon.h:
	* src/galeon_types.h:
	* src/bookmarks_toolbar.c:
	* src/spinner.c:
	* src/spinner.h:
	* src/toolbar.c: misc tidy ups and removal of some pixel bloat.
	* src/embed_callbacks.c: save edited location when switching
	between tabs (yes, the old code was deliberate, whoever changed
	it!)/
	* src/embed.c: fix flickery spinner and location entry when
	switching between tabs.

2001-05-17  Matthew Mueller <donut@azstarnet.com>

	* src/context.c: fix context menu segfault (bug #54823). widget is
	not null for GNOMEUIINFO_END, must check the type.  Also add a
	return_if_not_window that didn't make it through from the old
	context.c and a double check the item really is a check menu item.

2001-05-17  Yanko Kaneti <yaneti@declera.com>

	* src/session.c: warn about non-valid galeon windows on session save
	thanks to MattA for pointing the oversight

2001-05-17  Yanko Kaneti <yaneti@declera.com>

	* src/mozcallbacks.c: add Ctrl-L = Ctrl-G (focus on the location bar)

2001-05-16  Matthew McClintock  <mattsm@mcclintock.net>

	* src/session.c: restore the tabs in the right order

2001-06-16  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* src/galeon.h
	* src/bookmarks_editor_callbacks.c
	* src/bookmarks_menus_callbacks.c
	* src/bookmarks_menus.c: Fixesd bug 54749, cleaning up some functions 
	at the same time.

2001-05-16  Matt Aubury <matt@ookypooky.com>
	    Mathias Hasselmann <mathias.hasselmann@gmx.de>

	* src/history.c: SAX based history parser (faster, less memory).
	* src/galeon.h:
	* src/toolbar.c:
	* src/window_callbacks.c: double click in location entry selects
	whole url (we should also do the same for open url dialog if
	everyone agrees).
	* src/window.c:
	* src/embed.c: resize properly when hiding toolbars.
	* src/embed_callbacks.c: don't close tab on other than left button.
	* src/context.c: fix missing headers.

2001-05-16  Matthew McClintock  <mattsm@mcclintock.net>

	* src/context.c: substantial cleanup.
	
2001-05-16  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks_editor.c:
	* src/bookmarks_editor_callbacks.c:
	* src/window.c: fix various bookmarks dock bugs.

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

	* ui/galeon.glade: Rearranged the button order on various dialogs to
	make them consistent with the GNOME default placement.
	* src/PromptService.cpp: Change the button return values.

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

	* src/galeon_types.h:
	* src/galeon.h:
	* src/menu_callbacks.c:
	* src/menubar.c: 
	* ui/galeon.glade:
	* src/bookmarks_editor.c:
	* src/bookmarks_editor_callbacks.c:
	* src/bookmarks_editor_callbacks.h: bookmarks dock enabled, note
	there's still some problems when trying to use both docks.
	* src/window.c: lots of jiggery-pokery to get the docks to work
	nicely in the dumb Raliegh theme.
	
2001-05-15  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* src/netscape.c: Applied Jan Peter Hecking <jhecking@netgaroo.com>
	patch for exporting bookmarks dates to netscape (and mozilla).

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

	* src/window.c: fix dock resizing problem on hide.

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

	* src/galeon_types.h:
	* src/history.c:
	* src/history.h:
	* src/history_callbacks.c:
	* src/menu_callbacks.c:
	* src/mozcallbacks.c:
	* src/window.c:
	* src/window.c: resizable history dock.
	* ui/galeon.glade: yet another reshuffle of the bookmarks editor,
	I've removed some stuff from the toolbar so that it fits in a 
	window at 640x480 with labels turned on. I've also remove the
	Apply and OK buttons since really it's a mini-app rather than a
	dialog, and this saves quite a lot of space. I'm sure there will
	be objections, please raise them. Also changes necessary for
	resizable docking.

2001-05-15  Marco Pesenti Gritti <mpeseng@tin.it>

	* all: galeon.h split, first round
	
2001-05-15  Andrew 'Ashridah' Pilley <alpilley@yahoo.com>

	* configure.in: check for the dreaded 
	http://bugzilla.mozilla.org/show_bug.cgi?id=79022

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

	* galeon.spec.in: add mozilla dependency since it's getting
	forgotten at release time and it's really annoying to have bug
	reports for incompatible versions.
	* src/embed.c: forcibly show the embed when jumping to its page,
	this is necessary since otherwise the "jump to new page" option
	doesn't work, but it may have broken some visibility stuff I
	don't understand, Marco please check.

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

	* src/embed_callbacks.c:
	* src/window.c: suppress spurious switch_page_cb calls that seem
	to be happening now (perhaps new GTK+ bug -- unconfirmed).

2001-05-14  Damian Ivereigh <damian@cisco.com>

	* src/window.c: change allowed url length in the Open URL dialog 
	from 100 to PATH_MAX

2001-05-14  Matthew Mueller <donut@azstarnet.com>

	* src/galeon-wrapper.cpp: more precise handling of key ignoring 
	for input areas, now keys are not ignored on submit buttons, etc.

2001-05-14  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/auto_completion.c
	* src/embed.c
	* src/embed_callbacks.c
	* src/galeon.h
	* src/galeon_types.h
	* src/history.c
	* src/main.c
	* src/misc.c
	* src/mozcallbacks.c
	* src/session.c
	* src/toolbar.c
	* src/window.c
	* src/window_callbacks.c: rehashed visibility management.
	Now chrome elements (toolbar/menubar) are created only when
	needed. Expect bugs :(
	
2001-05-14  Matthew Mueller <donut@azstarnet.com>

	* src/bookmarks_menus_callbacks.c: remove unneeded
	gtk_menu_shell_deactivate calls in bookmarks_activate_cb, as the
	activate event already deactivates the menus when done.
	(The down side of cut and paste :)

2001-05-14  Matt Aubury <matt@ookypooky.com>

	* src/PromptService.cpp: set window title to "Galeon" if mozilla
	doesn't provide us with a more sensible one.

2001-05-14  Philip Langdale <philipl@mail.utexas.edu>

	* src/ContentHandler.cpp: fix to work with latest mozilla cvs

2001-05-14  Matt Aubury <matt@ookypooky.com>

	* src/embed_callbacks.c: don't lose focus when switching between
	tabs using keyboard shortcuts.

2001-05-14  Matt Aubury <matt@ookypooky.com>

	* src/galeon.h
	* src/galeon_types.h:
	* src/embed.c:
	* src/embed_callbacks.c: use event boxes rather than buttons for
	active tab close, stops the tab from resizing on tab switch. Also
	change architecture so that hide/shows are done on explict tab
	switch rather than on "draw" since this was being called a 
	quadratic number of times.

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

	* src/PromptService.cpp: Move the dialogs to the upper stacking layer
	when in fullscreen mode. Also, in the Username/Password dialog, focus
	the Username entry when the dialog is initially displayed, and allow
	an enter keypress in the Password entry to select "OK".

2001-05-13  Matthew Mueller <donut@azstarnet.com>

	* src/src/bookmarks_menus_callbacks.c
	* src/bookmarks_menus.c: add underline accels for bookmark menu
	"extra items", fixes bug #54375. except for the context menu case

2001-05-13  Yanko Kaneti <yaneti@declera.com>

	* src/galeon.h
	* src/bookmarks.c
	* src/bookmarks_toolbars.c: use donut's bookmarks_find_by_nick to
	allow using the smart bookmarks buttons for going to a normal 
	bookmark url with the same nick if the smart bookmark entry is empty

2001-05-13  Yanko Kaneti <yaneti@declera.com>

	* src/embed.c
	* erc/menu_callbacks.c: fix "Save image as.." with strduping/freeing
	the img url

2001-05-13  Philip Langdale <philipl@mail.utexas.edu>

	* src/galeon-wrapper.h
	* src/galeon-wrapper.cpp
	* src/mozilla.h
	* src/mozilla.cpp: Add GetMainDocumentURL to complement
	GetDocumentURL. Needed by new view-source code.
	* src/embed.c: Updated view-source to not use temp files
	when not using external viewer.
	
2001-05-13  Yanko Kaneti <yaneti@declera.com>

	* src/menu_callbacks.c: fix bugs #54436,#54557
	* src/menubar.c: fix bug#54378
	* src/Makefile.am
	* src/galeon.h
	* src/misc.c
	* src/mozilla.cpp
	* src/mozilla_i18n.c
	* src/mozilla_i18n.h: added
	* src/mozilla_prefs.c
	* src/prefs.c: revamp the encoding menu creation allowing the
	translators more flexibility, fix bug#53705

2001-05-13  Matt Aubury <matt@ookypooky.com>

	* ui/galeon.glade:
	* src/PromptService.cpp: implement confirm dialog with glade
	to allow the label to be wrapped properly.

2001-05-13  Philip Langdale <philipl@mail.utexas.edu>

	* src/prefs.c: Add some more default mime-types to galeon's list.

2001-05-13  David Kuzela <david@kuzela.cz>

	* ui/galeon.glade
	* src/galeon.h
	* src/embed.c
	* src/misc.c
	* src/prefs.c: Fixed width shortening of tabs allowed, added config
	getting/setting funcs for radiobuttons.
	
2001-05-13  Joshua Horvath <jmhorvat@home.com>

	* src/main.c: Fixed --fullscreen and --geometry command line options
	* src/auto_completion.c: Workaround for the crash on double tab with
	the autocompletion window.

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

	* configure.in: up to 0.10.6
	
2001-05-11  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/PromptService.cpp: fixed a CVS_SOURCE I forgot
	
2001-05-11  Marco Pesenti Gritti <mpeseng@tin.it>

	* configure.in: removed --enable-mozilla-cvs (now autodetected)
	* all: removed all old mozilla code
	* src/embed.c: fix the visibility problem when exiting (Matt I think I
	screwed your fast close hack)
	* src/main.c: initialize mozilla home for gtkmozembed 
	(CREDITS to timecop)
	
2001-05-11  Matthew Mueller <donut@azstarnet.com>

	* configure.in: add optional --with-mozilla-home configure switch
	to override default position galeon script looks for mozilla.
	Also reintroduce the chmod, we need it for testing purposes.
	
2001-05-11  Yanko Kaneti <yaneti@declera.com>

	* galeon.spec.in: give more flexibility to the rpm builders
	* configure.in: remove a redundant chmod

2001-05-11  Yanko Kaneti <yaneti@declera.com>

	* src/history.c: replace an assert with a warning, fix bug#54471

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

	* src/menu_callbacks.c: Added comments for translators, as 
	suggested by Menthos.

2001-05-10  Yanko Kaneti <yaneti@declera.com>

	* src/misc.c: introduce more braindamage for the link rel favicon 
	handling

2001-05-10  Yanko Kaneti <yaneti@declera.com>

	* src/menu_callbacks.c: fix the about dialog translation issues

2001-05-09  Yanko Kaneti <yaneti@declera.com>

	* src/bookmarks.c
	* src/bookmarks_editor.c
	* src/bookmarks_editor_callbacks.c
	* src/bookmarks_menus_callbacks.c
	* src/bookmarks_toolbars.c
	* src/galeon.h
	* src/galeon_types.h
	* src/main.c
	* src/misc.c
	* src/netscape.c
	* src/newuser_callbacks.c: bookmarks saving cleanup, removed the
	obsolete temporary bookmarks saving functionality

2001-05-09  Matthew Mueller <donut@azstarnet.com>

	* src/PromptService.cpp: BUTTON_TITLE_DONT_SAVE should be in 
	CVS_SOURCE only.
	
2001-05-09  Philip Langdale <philipl@mail.utexas.edu>

	* src/galeon-wrapper.cpp: Updated to work with moz cvs
	now that XPCDOM branch has landed.
	* src/mozilla.cpp
	* src/ContentHandler.cpp: Make contentHandlers work with with
	mozilla 0.81

2001-05-09  Matthew Mueller <donut@azstarnet.com>
	
	* src/misc.c: fix bug #54382, crash in shorten_name on NULL 
	input_name.  Seems sometimes mozilla will pass a NULL instead of
	on empty string.

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

	* configure.in
	* src/galeon.in: Small portability fixes. Use portable syntax for 
	export and use -r instead of -e with for test.
	* menu_callbacks.c: Make the About... dialog translatable.
	* src/galeon_types.h: removed a FIXME. (fixing it, of couse ;-) )

2001-05-09  Matthew Mueller <donut@azstarnet.com>

	* src/PromptService.cpp: update for newest moz versions that allow
	ConfirmEx setting text for each button, also handle dont_save text 
	and fix untranslatable strings.

2001-05-09  Philip Langdale <philipl@mail.utexas.edu>

	* src/ContentHandler.cpp: (added)
	* src/ContentHandler.h: (added)
	* src/Makefile.am
	* src/PromptService.h
	* src/embed.c
	* src/galeon.h
	* src/mime.c
	* src/misc.c
	* src/mozilla.cpp
	* src/mozilla.h
	* src/mozilla_prefs.c
	* src/prefs.c: use mozilla contentHandler to handle 
	mime types (downloads)

2001-05-09  Matthew Mueller <donut@azstarnet.com>

	* src/galeon: (removed)
	* configure.in:
	* src/.cvsignore:
	* src/galeon.in: galeon script is now generated by configure, so
	MOZILLA_FIVE_HOME no longer needs to be specified manually if using 
	a non standard mozilla dir.

2001-05-09  Matthew Mueller <donut@azstarnet.com>

	* configure.in: Fix from Marco for Mozilla not found error with
	recent Mozilla cvs.

2001-05-06  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/galeon_types.h
	* src/bookmarks_editor.c
	* src/bookmarks_editor_callbacks.h
	* src/bookmarks_editor_callbacks.c: Bookmarks Copy, Cut and Paste.
	* src/bookmarks.c: Really close and destroy bookmark editors instead
	of just hiding them.

2001-05-05  Matthew Mueller <donut@azstarnet.com>

	* src/bookmarks.c:
	* src/context.c:
	* src/galeon-wrapper.cpp:
	* src/galeon-wrapper.h:
	* src/galeon.h:
	* src/mozcallbacks.c:
	* src/mozilla.cpp:
	* src/mozilla.h: Make link context menu "Add temporary bookmark" use
	link text for bookmark name rather than the link url, or if the link 
 	text is short, use link text - link url.  Also fixes leaking of href
 	and img context strings and a few leaks in GetEventContext. 
 	(Includes hidden pref /galeon/TempBookmarks/shorttext to disable or
 	change short length, see comment in add_temp_link_bookmark)

2001-05-05  Matthew Mueller <donut@azstarnet.com>

	* src/galeon-wrapper.cpp
	* src/window_callbacks.c: don't catch alt in url bar and text fields,
	since there are not any editing controls that use alt anyway.  This 
	way you can still access the menus and other alt key-combos.

2001-05-05  Yanko Kaneti <yaneti@declera.com>

	* src/PromptService.cpp: fix the return argument (buttonPressed) for
	the ConfirmEx dialog

2001-05-05  Yanko Kaneti <yaneti@declera.com>

	* src/bookmarks_toolbars.c: fix bookmarks saving when edited through
	the bookmarks toolbars context menu

2001-05-03  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/configure.in: fixed some problems with previous changes
	
2001-05-03  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/embed_callbacks.c: remove focus hack, it gives problems
	with mozilla cvs
	* configure.in: autodetect 0.9, --enable-mozilla-cvs no more needed
	
2001-05-03  Philip Langdale <philipl@mail.utexas.edu>

	* src/mozilla_prefs.c
	* src/prefs.c
	* ui/galeon.glade: Added pref option to toggle password saving.
	Will require translation

2001-05-03  Philip Langdale <philipl@mail.utexas.edu>

	* src/galeon-wrapper.cpp: Fixed function calling form 
	in GetDOMDocument and GetMainDOCDocument that no longer
	compiles with mozilla cvs.
	* src/mozilla_prefs.c: Fix to use new pref names for NewCache
	in mozilla cvs.

2001-05-02  Matthew Mueller <donut@azstarnet.com>

 	* src/galeon.h:
 	* src/misc.c:
 	* src/misc_callbacks.c:
 	* src/window_callbacks.c: Use callbacks for up directory context menu
 	since with gnomeui 1.2.13 gnome_popup_menu_do_popup_modal _always_
 	returns -1 unless the menu was made with gnome_popup_menu_new.
 	
2001-05-03  Matt Aubury <matt@ookypooky.com>

	* ui/galeon.glade:
	* src/PromptService.cpp: fix AlertCheck dialog, make Alert dialog
	into a custom one so it wraps text properly. Also some cleanups
	on the still-not-yet-enabled bookmarks dock.

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

	* src/galeon.h: removed the compatibility hack that I added while
	changing the bookmarks editor.
	* src/bookmarks_editor_callbacks.c
	* src/bookmarks_menus.c
	* src/bookmarks_menus_callbacks.c
	* src/bookmarks_toolbars.c
	* src/bookmarks_editor.c: cleanups.
	* src/bookmarks_editor_dnd.c: Fix the vscroll_timeout stuff so
	it works correctly with several editors.

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

	* src/bookmarks_editor.c
	* src/bookmarks_toolbars.c: Don't open two bookmarks editors when
	using the edit context menu item.

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

	* src/bookmarks.c
	* src/bookmarks_editor.c: Make the temp bookmarks be a subcategory
	of the bookmarks root.
	* src/main.c: Fix the -t option.
	* src/galeon.h
	* src/galeon_types.h
	* src/netscape.c
	* src/bookmarks.c
	* src/bookmarks_editor.c
	* src/bookmarks_editor_dnd.c
	* src/bookmarks_menus_callbacks.c
	* src/bookmarks_editor_callbacks.c: The bookmarks dirty flags is no 
	longer kept in a per editor basis.
	
2001-05-01  Matt Aubury <matt@ookypooky.com>

	* ui/galeon.glade: fix layout of username / password dialog.

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

	* src/misc.c: fix untranslatable "Untitled" string.

2001-05-01  Christophe Fergeau <christophe.fergeau@ensisun.imag.fr>

	* src/history.c:
	* src/history_callbacks.c:
	* ui/galeon.glade:
	* ui/small-detach.xpm: make history dock detachable, improve
	layout to make it more consistent with Evolution, IE, etc.

2001-05-01  Daniel Erat <dan_erat@pobox.com>

	* src/galeon.h:
	* src/menu_callbacks.c:
	* src/menubar.c:
	* src/menubar.h:
	* src/toolbar.c:
	* src/window_callbacks.c: renamed window_start_button_*_cb to
	window_home_button_*_cb. Middle click on go button now opens url
	in new tab/window (typically for cloning current page).

2001-04-30  Matt Aubury <matt@ookypooky.com>

	* src/window.c: vaguely competent time remaining calculation
	replaces utterly incompetent one.

2001-04-30  Matt Aubury <matt@ookypooky.com>

	* src/galeon.h:
	* src/galeon_types.h:
	* src/window.c: "time remaining" shown on long downloads.	
	* src/misc.c:
	* src/session.c: session recovery restores window sizes and positions.
	* src/bookmarks_editor_callbacks.c: deleting AutoBookmarks folder
	turns them off in prefs.
	* src/main.c:
	* src/embed.c: move initialisaiton of promptService.
	* ui/galeon.glade: added hidden extra field for mailer (not complete).

2001-04-30  Matthew Mueller <donut@azstarnet.com>
 
	* src/galeon.h:
	* src/misc.c: improved searching for mozilla bookmarks, previously
	tried hardcoded default subdir which failied if user had a
	differently named profile (eg, if they imported their moz settings
	from netscape)

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

	* src/galeon.h
	* src/galeon_types.h
	* src/autobookmarks.c
	* src/bookmarks_toolbars.c
	* src/bookmarks.c
	* src/bookmarks_editor.c
	* src/bookmarks_editor_callbacks.c
	* src/bookmarks_editor_dnd.c
	* src/bookmarks_toolbars.c: Now should be possible to edit bookmarks 
	from several editors at the same time without big problems. There are
	still a few known isuues, and probably many unkonwn issues too...
	Also, added "Show only this catogory in this editor" and "Show all 
	bookmarks" to the bookmarks editor menu (I needed them for testing, but
	meybe they are useful)

2001-04-30  Matt Aubury <matt@ookypooky.com>

	* NEWS:
	* configure.in: updated for release 0.10.5

2001-04-30  Matt Aubury <matt@ookypooky.com>

	* src/zh_TW.Big5.po: (removed)
	* configure.in: remove translation since it isn't working and
	is breaking build for 0.10.5.

2001-04-30  Matthew Mueller <donut@azstarnet.com>

	* src/bookmarks_editor_callbacks.c: update bookmark last visited
	time on go to bookmark from within bookmarks editor.

2001-04-29  Matthew Mueller <donut@azstarnet.com>

	* src/context.c
	* src/galeon-wrapper.cpp
	* src/galeon-wrapper.h
	* src/galeon.h
	* src/mozcallbacks.c
	* src/mozilla.cpp
	* src/mozilla.h: Add keyboard access to context menus with shift-f10.
	(I think this is the combo used by win9x, it would probably be good
	to have it under Menu as well, but mozilla doesn't seem to recognize
	Menu key (only passes 0).)

2001-04-28  Matthew Mueller <donut@azstarnet.com>

	* src/bookmarks.c
 	* src/galeon.h: allow the same nick to be used for both a smart and
 	normal bookmark, and choose the right one based on if the user enters
 	args after the nick.  Also fix a mem leak if using a smart bm whose
 	nick wasn't found.

2001-04-28  Philip Langdale <philipl@mail.utexas.edu>

	* src/galeon-wrapper.cpp
	* src/main.c
	* src/mozilla.cpp
	* src/mozilla.h
	* src/session.c: Optimized PromptService implementation so it
	only happens on program startup and fixed bug that prevented
	PromptService from starting if galeon started with a saved
	session.

2001-04-28  Matt Aubury <matt@ookypooky.com>

	* src/embed.c
	* src/galeon.h:
	* src/galeon_types.h:
	* src/main.c:
	* src/menu_callbacks.c:
	* src/window.c: make galeon appear to start faster by deferring
	mozilla initialisation. Major smoke and mirrors stuff, but it
	feels a lot nicer.

2001-04-28  Matt Aubury <matt@ookypooky.com>

	* ui/galeon.glade:
	* src/PromptService.cpp:
	* src/mozilla.cpp:
	* src/mozilla.h: do translation to locale for mozilla generated
	unicode strings; this means that javascript dialogs and the
	session history will now appear correctly for languages that
	are valid in your locale. Unfortunately page titles are still 
	broken. Also functionality fixes in some of the dialogs.
	* src/embed.c: tabs popup should show page titles not locations.
	* src/galeon:
	* FAQ: setup LD_ASSUME_KERNEL for all systems (removed from FAQ)

2001-04-28  Matt Aubury <matt@ookypooky.com>

	* src/mozilla.cpp: attempted hack around different button info
	being sent on PPC.

2001-04-27  Philip Langdale <philipl@mail.utexas.edu>
	    Marco Pesenti Gritti <mpeseng@tin.it>

	* src/PromptService.cpp: Formatting fix
	* src/PromptService.h: Added correct copyright header
	* ui/galeon.glade: Added handler for ConfirmEx dialog type.

2001-04-27  Philip Langdale <philipl@mail.utexas.edu>

	* src/PromptService.cpp: Added promptService_find_window
	which will allow dialog handlers to retrieve a GTKWidget
	pointer to their parent windows. Currently the key 
	functionaliy is missing in mozilla, so the function does
	not work, but it will start working as soon as the mozilla
	back-end is implemented. (without recompling no less!)

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

	* src/PromptService.cpp: more fixes to GNOME prompts.

2001-04-27  Philip Langdale <philipl@mail.utexas.edu>
	    Marco Pesenti Gritti <mpeseng@tin.it>
	    Matt Aubury <matt@ookypooky.com>

	* ui/galeon.glade:
	* src/galeon.h:
	* src/PromptService.cpp:
	* src/mozilla.cpp:
	* src/mozilla.h:
	* src/mozilla_prefs.c: GNOME dialog boxes for various
	standard prompts. Mostly untested, will only work with
	mozilla cvs.
	* src/context.c: fix compile error (related to tearoffs -- 
	ric: is this the right fix?)
	* src/menu_callbacks.c: fix compile warning.

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

	* ui/galeon.h
	* src/bookmarks_toolbars.c
	* src/bookmarks_menus.c: Fixed tearoffs menuitems of bookmarks.

2001-04-27  Matthew Mueller <donut@azstarnet.com>

	* configure.in: Add --with-nspr-includes configure arg, and if not 
	specified check in both mozilladir/nspr and /usr/include/nspr.
	Also fix - typo that got into configure.in last revision..
	
2001-04-27  Philip Langdale <philipl@mail.utexas.edu>

	* src/PromptService.cpp: try harder not to break the compile with 
	moz 0.8.1

2001-04-26  Philip Langdale <philipl@mail.utexas.edu>

	* src/mozilla.cpp: try not to break the compile against 0.8.1

2001-04-26  Philip Langdale <philipl@mail.utexas.edu>

	* src/PromptService.cpp: new file
	* src/PromptService.h: new file
	* src/Makefile.am:
	* src/galeon-wrapper.cpp:
	* src/mozilla.cpp: First stage of support for gnome
	dialogs for things like passwords and information
	boxes. Only for mozilla CVS. the embed widget handles
	this (badly) in 0.8.1 and earlier.

2001-04-26  Daniel Erat <dan_erat@pobox.com>

	* src/embed.c:
	* src/embed_callbacks.c:
	* src/galeon.h: clear up some ambiguity in embed.c by always
	calling the notebook tabs "tabs" instead of "labels".  Make it so
	the address of the tab labels and closebuttons are stored inside
	of the tab hboxes, and gets rid of the ugly code in the functions
	to change the label text and color that was stepping through all
	of the hboxes' children looking for labels.
	
2001-04-26  Matthew Mueller <donut@azstarnet.com>
	
	* src/bookmarks_menus.c
	* src/bookmarks_menus_callbacks.c: handle "standard" activation of 
	"extra" bookmark menu items, so they can be keyboard activated too.
	
2001-04-26  Matthew Mueller <donut@azstarnet.com>

	* src/autobookmarks.c
	* src/bookmarks.c
	* src/bookmarks_editor.c
	* src/bookmarks_editor_callbacks.c
	* src/bookmarks_editor_dnd.c
	* src/bookmarks_menus.c
	* src/bookmarks_menus_callbacks.c
	* src/bookmarks_toolbars.c
	* src/context.c
	* src/galeon.h
	* src/misc.c
	* src/netscape.c
	* src/newuser_callbacks.c
	* src/portal.c
	* src/window_callbacks.c
	* src/xbel.c: Escape _'s in names when importing and creating new
	bookmarks, strip when exporting, displaying, or comparing names.

2001-04-26  Philip Langdale <philipl@mail.utexas.edu>

	* src/window.c: fix the password manager menu positioning when CVS_SOURCE

2001-04-26  Yanko Kaneti <yaneti@declera.com>

	* src/menubar.c: "Previous" page" -> Back, "Next page" - > Forward
	"Up a directory level" -> Up

2001-04-26  Matt Aubury <matt@ookypooky.com>

	* src/history.c: fix some encoding bugs.
	
2001-04-26  Philip Langdale <philipl@mail.utexas.edu>

	* src/cookies.c
	* src/galeon.h
	* src/galeon_types.h
 	* src/menu_callbacks.c
 	* src/menubar.c
 	* src/menubar.h
 	* src/mozilla.cpp
 	* src/mozilla.h
 	* src/window.c
 	* ui/galeon.glade: Added unicode-to-utf8 encode and decode
 	functions. Allowed nasty hack in session_history to be removed.
 	Added Password Manager facility to Cookie Manager, now renamed
 	Persistent Data Manager. Won't be useful until password catching
 	works in gtkmozembed.
 
2001-04-26  Matt Aubury <matt@ookypooky.com>

	* src/history.c: speeded up history writing by 10x by using
	custom XML writer. NB: this could cause corruption of your
	history file if I've messed up, PLEASE take a backup if you
	value it, and report ANY bugs or problems you find.

2001-04-26  Matt Aubury <matt@ookypooky.com>

	* src/window_callbacks.c: filter out Ctrl-A and Ctrl-E when in
	the location entry (don't add temp bookmarks or open bookmarks
	editor!). Thanks to Marco for pointing out the fix.

2001-04-26  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks_editor.c: string fix (show edition controls).

2001-04-26  Mattias Eriksson <snaggen@acc.umu.se>

	* configure.in: fix in the autoconf scripts to make it work with
	Ximian's mozilla packages.
 
2001-04-26  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks_menu_callbacks.c: disabled "middle click open all
	bookmarks in folder", because it was getting middle click events
	even when the click wasn't on the folder (but the folder contents
	were visible). Someone should debug this properly some time.

2001-04-26  Matt Aubury <matt@ookypooky.com>

	* ui/galeon.glade: tidied up some visual problems in prefs (thanks
	go to Ali Akcaagac for pointing them out), also re-arranged some
	buttons and set some defaults for consistency.

2001-04-26  Yanko Kaneti <yaneti@declera.com>

	* src/history_callbacks.c: remove a redundant gtkmozembed.h include
	* configure.in: add zh_TW.Big5 to ALL_LINGUAS

2001-04-25  Philip Langdale <philipl@mail.utexas.edu>

	* src/spinner.c: Use SHARE_DIR instead of hardcoded "/usr/share"

2001-04-25  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* ui/galeon.glade
	* src/bookmarks.c
	* src/bookmarks_menus_callbacks.c
	* src/bookmarks_editor_callbacks.c
	* src/galeon_types.h: Add date/time information to bookmarks. Added a 
	few options to the bookmark editor menu.
	* src/misc.c: New function time_to_string.
	* src/history.c: Use time_to_string.

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

	* src/history.c: fix name of another couple of functions which had
	got mixed up in a global search and replace.

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

	* src/bookmarks_editor.c: fix name of function which had got
	mixed up in a global search and replace.

2001-04-25  Matthew Mueller <donut@azstarnet.com>

	* src/bookmarks_menus.c:
	* src/bookmarks_toolbars.c:
	* src/galeon.h:
	* src/misc.c: Allow user specified uline accels for bookmarks, with the
	standard gtk _<key> in the bookmark name. (And as usual, __ equals 
	a single _).

2001-04-25  Yanko Kaneti <yaneti@declera.com>

	* src/bookmarks.c: argh!:(, temp bookmark saving should not depend
	on the existance of the temp bookmarks dialog

2001-04-25  Yanko Kaneti <yaneti@declera.com>

	* src/bookmarks.c: fix a crash when adding a temporary bookmark

2001-04-25  Matthew Mueller <donut@azstarnet.com>

	* src/galeon.h: 
	* src/bookmarks_menus.c:
	* src/bookmarks_menus_callbacks.c: handle "standard" activation of
	bookmarks (eg, with keyboard). at present we use the mouse
	activation signal, so bookmarks cant be selected by keyboard
	actions alone.

2001-04-25  Yanko Kaneti <yaneti@declera.com>

	* src/bookmarks_editor.c
	* src/bookmarks_editor_callbacks.c
	* src/bookmarks_menus_callbacks.c
	* src/bookmarks_toolbars.c
	* src/galeon.h
	* src/galeon_types.h
	* src/menu_callbacks.c
	* src/session.c
	* src/window.c: combine the two bookmarks dialogs creation/show/hide.
	on the way fix a crash when closing the temporary bookmark window.

2001-04-25  Yanko Kaneti <yaneti@declera.com>

	* src/mozilla.cpp: once again fix the build for egcs and mozilla cvs

2001-04-24  Matt Aubury <matt@ookypooky.com>

	* src/Galeon-impl.c:
	* src/Makefile.am:
	* src/auto_completion.c:
	* src/autobookmarks.c:
	* src/bookmarks.c:
	* src/bookmarks_editor.c:
	* src/bookmarks_editor_callbacks.c:
	* src/bookmarks_editor_callbacks.h:
	* src/bookmarks_editor_dnd.c:
	* src/bookmarks_menus.c:
	* src/bookmarks_menus_callbacks.c:
	* src/bookmarks_toolbars.c:
	* src/context.c:
	* src/cookies.c:
	* src/embed.c:
	* src/galeon.h:
	* src/galeon_types.h: (added)
	* src/history.c:
	* src/main.c:
	* src/menu_callbacks.c:
	* src/mime.c:
	* src/misc.c:
	* src/misc_callbacks.c:
	* src/mozcallbacks.c:
	* src/mozilla.cpp:
	* src/netscape.c:
	* src/newuser_callbacks.c:
	* src/portal.c:
	* src/prefs.c:
	* src/prefs_callbacks.c:
	* src/session.c:
	* src/window_callbacks.c:
	* src/xbel.c:
	* ui/galeon.glade: monster tidy up of types, some have been
	renamed for consistency. Also fixed some more problems with
	prefs (now realised that they're -all- my fault, mea culpa).

2001-04-24 Christian Hammond <chipx86@portaldesign.net>

	* context.c: add bookmarks to frame menu
	
2001-04-24  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla_prefs.c: fixed some leaks. thank you ric :)
	* src/galeon.h:
	* src/embed.c:
	* src/misc.c: use mkstemp to creaste view source temp file
	
2001-04-24  Matt Aubury <matt@ookypooky.com>

	* src/portal.c: emit callbacks to get nav buttons status right
	* src/prefs.c: synchronise java prefs settings properly

2001-04-24  Matt Aubury <matt@ookypooky.com>

	* src/galeon: add extra search patch to find Ximian mozilla-0.8.1
	install.

2001-04-24  Matthew Mueller <donut@azstarnet.com>

	* src/galeon.h:
	* src/history.c:
	* src/misc.c: add numbered accelerators to "Go" menu history items

2001-04-24  Matt Aubury <matt@ookypooky.com>

	* src/embed.c: fix "Up" menu item so that a critical warning isn't
	issued when you can't go up.
	* src/newuser_callbacks.c: sync config and bookmarks after new
	user sequence.
	* src/window.c: remove unused function
	* ui/galeon.glade: fix some layout and string issues in prefs.
	* src/misc.c:
	* src/history.c: fix some compile warnings

2001-04-24  Valek Filippov  <frob@df.ru>

	* ui/galeon.glade: "Ukrainian (uk)" -> "Ukrainian (ua)"

2001-04-24  Matthew Mueller <donut@azstarnet.com>

	* src/misc.c: add numbered shortcuts to back/forward context menus.

2001-04-24  Matt Aubury <matt@ookypooky.com>

	* src/galeon.h:
	* src/menu_callbacks.c:
	* src/mozilla_prefs.c
	* src/prefs.c:
	* ui/galeon.glade: fixed "Use own fonts" / "Use own colors" so
	that consistent terminology is used throughout and the various
	options get properly sync'd.

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

	* ui/galeon.glade: Removed question marks from several option labels.
	Removed shadow from prefs page with the scrolled window.  Added new
	right mouse button configuration option.
	* src/mozcallbacks.c: Added support for (right click) = back,
	(right button press + mouse motion) = show context menu.

2001-04-22  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* FAQ: Added question about RH7.1 (kernel 2.4.2) and java. Thanks 
	to Carlos Palminha for pointing it.

2001-04-23  Matthew Mueller <donut@azstarnet.com>

	* src/netscape.c: make tag comparisons case insensitive, now
	importer can handle Lynx bookmark files as well.

2001-04-23  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks.c:
	* src/galeon.h:
	* src/history_callbacks.c:
	* src/misc.c: fiddled with g_strcasecmp to allow next patch.
	* src/session.c: fixed strange window without embeds bug.
	* ui/google.png: cleaned up a bit.

2001-04-23  Yanko Kaneti <yaneti@declera.com>

	* src/mozilla_i18n.c: no point translating charsets without charset 
	titles in mozilla. Added "Chinese Traditional (Big5-HKSCS)"

2001-04-23  Yanko Kaneti <yaneti@declera.com>

	* src/misc.c: (strcasestr_cb) 1 : 0 , errr.... more like: 0 : 1.
	* src/window.c: fixup the encoding menu position. (10->11)

2001-04-23  Matt Aubury <matt@ookypooky.com>

	* src/galeon.h:
	* src/history.c:
	* src/history_callbacks.c:
	* src/menu_callbacks.c:
	* src/window.c: make clicking on history URLs work properly again.
	
2001-04-23  Yanko Kaneti <yaneti@declera.com>

	* src/bookmarks.c:
	* src/bookmarks_editor.c:
	* src/bookmarks_editor_callbacks.c:
	* src/bookmarks_menus.c:
	* src/bookmarks_toolbars.c:
	* src/embed.c:
	* src/galeon.h:
	* src/history.c:
	* src/portal.c:
	* src/toolbar.c:
	* src/misc.c: major pixmap handling rework. PixmapData structure for
	storing the created pixmap resources.
	Slight improvements in the favicon handling (pixmap cache, favicon
	url to filename function);

2001-04-23  Matt Aubury <matt@ookypooky.com>

	* ui/Makefile.am: add google.png to install list
 	
2001-04-23  Matt Aubury <matt@ookypooky.com>

	* src/window_callbacks.c: fix DnD to "New button" (tabbed /
	windowed was swapped).
	* src/galeon.h:
	* src/misc.c:
	* src/history.c: fix case insensitivity for search history.
	
2001-04-22  Matt Aubury <matt@ookypooky.com>

	* ui/galeon.glade:
	* src/bookmarks_editor.c:
	* src/bookmarks_editor_callbacks.c:
	* src/bookmarks_menus_callbacks.c:
	* src/bookmarks_toolbars.c:
	* src/embed.c:
	* src/galeon.h:
	* src/history.c:
	* src/history_callbacks.c:
	* src/menu_callbacks.c:
	* src/menubar.c:
	* src/menubar.h:
	* src/window.c: implemented docked history (under View menu), also
	most of the code for docked bookmarks, but this isn't working at
	the moment (some of the changes to the bookmarks code are
	under-tested and so there may be some problems).

2001-04-22  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

        * src/bookmarks.c: Fixed a crash with import.
	* src/netscape.c: Fixed similar problem with export.
	* src/bookmarks_menus_callbacks.c: Use misc_ask_file_name where needed.
	* src/misc.c: misc_ask_file_name now handles when the file does not 
	exsists and ask confirmation before overwriting, if needed.
	New function misc_ask_question to ask yes/no questions easily.
	* src/window.c
	* src/misc_callbacks.c: Use misc_ask_file_name to the open file dialog.
	* ui/galeon.glade: removed three file dialogs.

2001-04-22  Matt Aubury <matt@ookypooky.com>

	* src/prefs.c:
	* ui/galeon.glade: lots of keyboard shortcuts added to the prefs
	dialog, also a few things re-arranged and some Yes/No optionmenus
	turned into check buttons for consistency.

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

	* src/print.c: use gnome-vfs to guess the postscript
	handler
	
2001-04-21  Yanko Kaneti <yaneti@declera.com>

	* src/mozilla_prefs.c: Get the #ifndef-s right, init_cache_dir()
	if not used when compiling with mozilla cvs. fix for gcc <= 2.91.66

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

        * src/bookmarks_editor.c: Created menus for the bookmarks editor, 
	to help with accesibility. Still need to add default shortcuts.
	* src/bookmarks_editor_callbacks.h: New file.
	* src/bookmarks_editor.c
	* src/bookmarks_editor_callbacks.c: Added menu option to add an alias
	for the root bookmark. This lets create atoolbar for it, add it to a 
	toolbar (like the "Bookmarks..." toolbar item of Netscape), add it to
	context menus...

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

	* ui/galeon.glade: added lots of shortcuts to various dialog
	fields. Note that preferences still needs work. Please report
	any missing or conflicting shortcuts in other dialogs.

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

	* src/galeon.h:
	* src/toolbar.c:
	* src/window_callbacks.c: make "New" button a DnD target.

2001-04-20  Josh Barrow  <josh@whitecape.org>

	* src/mozilla_prefs.c: (mozilla_prefs_set_cache):
	Fix build horkage by changing ifndef to ifdef.

2001-04-20 <ashie@homa.ne.jp>

	* src/prefs.c:
	* src/galeon.glade:
	* src/mozilla_prefs.c: font property for various languages
	
2001-04-20  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/history.c: use strftime in the right way
	* src/menubar.c: use ctrl+e for bookmarks edit and
	ctrl+b for new tab (ctrl+p on other browsers is print)
	
2001-04-20  Philip Langdale <philipl@mail.utexas.edu>

	* src/galeon-wrapper.cpp:
	* src/galeon-wrapper.h:
	* src/galeon.h:
	* src/misc.c:
	* src/mozilla.cpp:
	* src/mozilla_prefs.c:
	* src/prefs_callbacks.c: Updated cache management to work
 	with NewCache in mozilla cvs.

2001-04-20  Matt Aubury <matt@ookypooky.com>

	* ui/google.png:
	* src/newuser_callbacks.c: add Google pixmap for default smart
	bookmarks toolbar (I checked their website for policy and they are
	very lax as to what you can do with their logo, which is -not-
	true of Yahoo!. Can't find decent logos for the other default
	smart bookmarks unfortunately).

2001-04-20  Andrew 'Ashridah' Pilley <alpilley@yahoo.com>

	* src/embed.c: fix "use image as background" so that it no longer
	displays the cappelt dialog, but does the change silently.

2001-04-20  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/galeon-wrapper.cpp: fix bug #53404, not responding to
	keyboard shortcuts when focussed on a link.
	
2001-04-19  Matt Aubury <matt@ookypooky.com>

	* src/find_callbacks.c: fixed silly bug with setting setting
	sensitivity on back/forwards buttons.
	* src/embed.c: fixed problem with closing find dialog after
	closing working tab (now closes find as soon as tab is closed,
	although probably the tab dialog should be associated with a
	window).
	
2001-04-19  Matt Aubury <matt@ookypooky.com>

	* ui/galeon.glade:
	* src/newuser.c:
	* src/newuser_callbacks.c: fixed a crash when deselecting
	"Create Smart Bookmarks toolbar", also fixed layout.

2001-04-18  Yanko Kaneti <yaneti@declera.com>

	* src/bookmarks.c
	* src/bookmarks_editor.c
	* src/bookmarks_editor_callbacks.c
	* src/bookmarks_menus.c
	* src/bookmarks_menus_callbacks.c
	* src/bookmarks_toolbars.c
	* src/embed.c
	* src/galeon-wrapper.cpp
	* src/galeon-wrapper.h
	* src/galeon.h
	* src/misc.c
	* src/mozilla.cpp
	* src/mozilla.h: full favicon support including 
	the <LINK REL="SHORTCUT ICON" HREF....>

2001-04-18  Mathias Hasselmann <mathias.hasselmann@gmx.de>

	* ui/galeon.glade: bookmarks editor visual tweaks.

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

	* ui/galeon.glade: re-arranged bookmark editor for aesthetics.

2001-04-17  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/galeon-wrapper.cpp: use nsIContentViewer to print. 
	nsIWebBrowserPrint will not probably work in 0.9
	
2001-04-17  Matt Aubury <matt@ookypooky.com>

	* src/galeon.h:
	* src/bookmarks_toolbars.c:
	* src/misc.c: 
	* src/misc_callbacks.c:
	* src/toolbar.c:
	* src/window.c:
	* src/window_callbacks.c: context menus on Home and Refresh 
	buttons.
	* src/newuser_callbacks.c:
	* ui/galeon.glade: tweaked new-user config to include some
	other search sites.

2001-04-17  Nate Case <nd@kracked.com>

	* src/mozilla_prefs.c: missing break; in switch statement

2001-04-17  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks_editor.c: fixed crash when moving AutoBookmarks
	folder with the up/down buttons.

2001-04-17  Matt Aubury <matt@ookypooky.com>

	* src/mozcallbacks.c: generate sounds using gnome-triggers, so
	sounds are now configurable from gnome control center.
	* Makefile.am:
	* configure.in:
	* sounds/Makefile.am:
	* sounds/galeon.soundlist:
	* sounds/clicked.wav: new directory allow to a sound architecture
	for galeon. Credits to Balsa for showing me how it's done, and to 
	Encompass for providing	a default (quiet!) url clicked sound.
	
2001-04-17  Matt Aubury <matt@ookypooky.com>

	* src/mozilla.cpp: fix compile on 0.8.1.

2001-04-17  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/galeon-wrapper.cpp
	* src/galeon-wrapper.h
	* src/mozilla.cpp: try to fix compilation issues with
	mozilla 0.8.1 and the new print code. Please test and let
	me know: it's untested because I have not 0.8.1
	
2001-04-17 Philip Langdale <philipl@mail.utexas.edu>
 
	* src/cookies.c
	* src/galeon-wrapper.cpp
	* src/galeon-wrapper.h
	* src/menu_callbacks.c
	* src/mozilla.cpp	
	* src/mozilla.h: Updated legacy cookie code to minimze differences
 	from the new stuff. Allowed quite a few ifdef's to be removed.

2001-04-17  Philip Langdale <philipl@mail.utexas.edu>

 	* src/embed.c
 	* src/galeon-wrapper.cpp
 	* src/galeon-wrapper.h
 	* src/misc.c
 	* src/mozilla.cpp
 	* src/mozilla.h: Updated to new mozilla-cvs View Source code

2001-04-17  Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>

	* src/cookies.c: clear entry fields when removing last cookie

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

	* src/galeon-wrapper.cpp
	* src/Makefile.am
	* src/print.c
	* src/print.h
	* src/menu_callbacks: print implemented. still not working because
	of a mozilla bug.
	
2001-04-16  Matt Aubury <matt@ookypooky.com>

	* src/galeon.h:
	* src/embed.c:
	* src/menu_callbacks.c:
	* src/misc.c:
	* src/misc_callbacks.c:
	* src/window_callbacks.c: multi-level up button (context menu).
	* src/session.c:
	* src/main.c: improved session interaction, will now restart if
	open when a session ends, also works with --server mode!
	* src/mozcallbacks.c: fixed stupid sound bug (BPB).
	* src/toolbar.c: cleaned up considerably, still needs more love.
	* ui/galeon.glade: small tweaks.

2001-04-16  Matt Aubury <matt@ookypooky.com>

	* src/mozcallbacks.c: sounds events on link clicks within embed.
	/me puts asbestos suit on.

2001-04-15  Joshua Horvath <jmhorvat@home.com>

	* ui/galeon.glade:
	* src/context.c:
	* src/embed.c:
	* src/mozcallbacks.c: Added support for showing context menus on
	button press. I believe this only works with mozilla 0.8.1, due to
	problems with the mouse_down signal in the mozilla 0.8 widget.

2001-04-15  Matthew McClintock  <mattsm@mcclintock.net>
	
	* bookmark_menus_callbacks.c: made it so get_siteicon is not 
	called before and after when you use dialogs, and and twice if you dont 
	use the dialog

2001-04-14  Marco Pesenti Gritti <mpeseng@tin.it>

	* history_callbacks.c: respect search field when updating
	time
	* ui/galeon.glade: print dialog, not used
	
2001-04-14  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks.c
	* src/bookmarks_menus_callbacks.c
	* src/context.c
	* src/embed.c
	* src/embed_callbacks.c
	* src/galeon.h
	* src/history.c
	* src/main.c
	* src/mozcallbacks.c
	* src/prefs.c
	* src/session.c
	* src/window_callbacks.c: cleanups of title/location handling 
	code, removed alot of unnecessary string creations and probably
	fixed some memory leaks. Also tweaked GaleonEmbed structure.

2001-04-14  Yanko Kaneti <yaneti@declera.com>

	* src/mozilla.cpp: fix a compile issue
	
2001-04-14  Marco Pesenti Gritti <mpeseng@tin.it>

	* history_callbacks.c: restored previous click behavior in
	history dialog. It's more consistent with other browsers.
	
2001-04-14  Matthew McClintock <mattsm@mcclintock.net>
	* src/history.c: Added history_create_recent_menu_items which makes 
	menu items with pixmaps, altered history_add_recent_menu to use 
	this func

2001-04-14  Matthew McClintock <mattsm@mcclintock.net>

	* src/embed.c: removed call to gnome_entry_load_history
	* src/find_callbacks.c: removed calls to gnome_entry_save_history
	for the find dialog
	
2001-04-14  Daniel Erat <dan_erat@pobox.com>

	* src/menubar.c: Added mnemonic accelerators for all menu items.

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

	* src/galeon.h:
	* src/embed.c:
	* src/embed_callbacks.c: Made tab close buttons inactive when not on
	the active tab. This prevents users from accidentally closing a page
	when clicking to switch between tabs. Also fixed the transparency
	problem by switching to a plain pixmap instead of a button when the
	page is switched.
	* src/menu_callbacks.c: Fixed segfault when quitting using Ctrl+Q and
	the keyboard focus is in a mozEmbed widget.

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

	* history.c:
	* history_callbacks.c: cleanups. Added a pref to make host group choice
	persistent.
	
2001-04-13  Matt Aubury <matt@ookypooky.com>

	* ui/Makefile.am: add new image files.

2001-04-13  Matt Aubury <matt@ookypooky.com>

	* ui/galeon.glade:
	* src/newuser.c:
	* src/newuser_callbacks.c: rewrote new-user code to do a proper
	wizard. Please test (yes, it runs first time even if you're not
	a new user -- this is to encourage some testing!).
	* src/mozcallbacks.c: statusbar message when blocking popups
	* src/mozilla.h: add copyright message.
	* src/bookmarks_editor.c: remove old style bookmarks editor.
	* src/bookmarks_toolbars.c: change default smart bm entry width.
	* src/bookmarks_menus_callbacks.c:
	* src/cookies.c:
	* src/embed.c:
	* src/file-operations.c:
	* src/galeon.h:
	* src/history.c:
	* src/main.c:
	* src/menu_callbacks.c:
	* src/mime.c:
	* src/misc.c:
	* src/prefs.c:
	* src/spinner.c:
	* src/toolbar.c:
	* src/window.c: misc small cleanups and tweaks.
	
2001-04-13  Matt Aubury <matt@ookypooky.com>

	* ui/galeon.glade:
	* src/history.c: some tweaks to the new history dialog, now a bit
	faster at being generated and updating but still needs improvement.

2001-04-13  Matthew McClintock <mattsm@mcclintock.net>

 	* src/galeon.h: Added history_clear_recent_menu prototype
 	* src/prefs.c: Added call to history_clear_recent_menu when 
 	deleting your history
 	* src/history.c: Added history_clear_recent_menu which clears all 
 	entries in the go_menu on all windows
 
2001-04-12  Matthew McClintock <mattsm@mcclintock.net>

	* src/galeon.glade: Added history ID for find_gnome_entry widget 
	on dFind
	* src/galeon.h: simply moved gnome_entry in FindDialog struct
	* src/embed.c: Added init of gnome_entry to restore saved data 
	when created
	* src/find_callbacks.c: Added fuction calls to save data of the 
	gnome_entry in both destroy and clicked cb, also changed the call 
	to append the data to the gnome entry to also save the data

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

	* history.c:
	* history_callbacks.c:
	* galeon.glade: history enanchements.
	Need test and suggestions.
	
2001-04-12  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

        * src/bookmarks_menus.c: Create the menus when mapping the parent 
	menuitem instead when activating it. (Fixes placement problems)
	* src/portal.c: Don't crash if there are alias loops. TODO: It should
	create links for alias categories.

2001-04-12  Matt Aubury <matt@ookypooky.com>

	* configure.in: add {mozilla path}/nspr to include path, fixes
	some compile problems with recent cvs.

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

        * ALL: Merged XBEL_1 changes. (There are individual changelog entries)
        * src/xbel.c: Workaround to avoid infinite recursion with alias loops
        (exporting aliases does not work yet, they are copied)
	Hope I haven't broken anything when merging.

2001-04-10  Joshua Horvath <jmhorvat@home.com>

	* src/galeon.glade: Added a scrolledwindow to the bookmarks editor.
	Kinda hard to edit your bookmarks when you can't scroll through them.
	* src/galeon.h:
	* src/bookmarks_toolbars.c:
	* src/toolbar.c: Made the smart bookmarks toolbar entry widths update
	after applying prefs (was broken by my recent toolbar changes).

2001-04-10 Philip Langdale <philipl@mail.utexas.edu>

	* src/cookies.c
	* src/galeon-wrapper.cpp
	* src/galeon-wrapper.h
	* src/galeon.h
	* src/menu_callbacks.c
	* src/mozilla.cpp
	* src/mozilla.h: Restructured new cookie manager code and made
	updates in cookies.c and menu_callbacks.c to improve implementation.
	Tidied up dodgy formatting throughout cookie code, old and new.

2001-04-09  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks.c:
	* src/bookmarks_editor_callbacks.c: fixed up "fetch icon" in
	bookmarks editor to actually do the work (recursively as
	well). Could still do with queuing icon downloads.
	* ui/galeon.glade: made bookmarks editor into a GnomeApp to get a
	proper toolbar (still needs fixes to get relief and tearoff right,
	and remember dock state). Also fixed transfer dialog to resize
	properly.
	
2001-04-09  Joshua Horvath <jmhorvat@home.com>

	* src/toolbar.c: Restored the bookmark menu destroy/create code.
	It's necessary (the location of the extra items is configurable, so
	the menus need to be recreated after the preferences are applied) but
	was in the wrong function (oops!).

2001-04-09  Matt Aubury <matt@ookypooky.com>

	* ui/galeon.glade: first sketch of a proper new-user druid.

2001-04-09  Matt Aubury <matt@ookypooky.com>

	* src/toolbar.c: remove apparently unnecessary bookmark menu
	destruction and creation code (which led to quadratically slow
	opening of new windows).

2001-04-09  Shawn Starr <spstarr@sh0n.net>

	* configure.in: Added missing AC_SUBST variables (GNOMEUI_LIBS,
	GCONF_LIBS, LIBGLADE_LIBS, ORBIT_LIBS and GDK_PIXBUF_LIBS). Fixes
	aclocal failures. (note: you may need to re-run autogen.sh to get
	compile working again).

2001-04-08  Rmi Cohen-Scali <Remi@Cohen-Scali.com>

	* src/toolbar.c: fixed a crash on some systems when
	using nautilus icons
	
2001-04-08  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/misc_callbacks.c: changed copyright years
	* src/toolbar.c: changed reload tooltip test, I feel
	this one more descriptive (based on nautilus one)
	
2001-04-08 Philip Langdale <philipl@mail.utexas.edu>

	* src/galeon-wrapper.cpp
	* src/mozilla.cpp: fix cookie manager with mozilla cvs (new api)

	
2001-04-07  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* src/context.c
	* src/bookmarks_toolbars.c: Don't crash with alias loops.
	* src/bookmarks_menus.c: Menus ar now built on the fly. This means
	that they are not built until they are shown for the first time. This
	allows us to have alias loops.
	With these changes, galeon should work with alias loops.

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

	* src/embed.c:
	* src/galeon-wrapper.cpp: Fixed crash when saving images with mozilla
	0.8 and disk cache set to 0.
	* src/toolbar.c: Really rebuild the spinner every time. It wasn't
	rebuilding if the spinner had been previously destroyed.

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

	* src/toolbar.c:
	* src/prefs.c: turn off "New" button by default (blame marco!)

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

	* ui/galeon.glade: Moved the delete button in the bookmarks editor
	into its own group, away from the other buttons.

2001-04-07  Marco Pesenti Gritti <mpeseng@tin.it>

	* galeon-wrapper.cpp: drag web images (not ever working
	seems another mozilla focus problems). fixed a memory leak
	
2001-04-06  Fatih Demir <kabalak@gtranslator.org>

	* spinners/pacspin/.cvsignore: Added ignore file for the
		pacspin directory.

	* .cvsignore: Extended ignores.


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

	* src/bookmarks_editor_cb.c: Fixed memory corruption.

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

	* ui/galeon.glade: tidied up new bookmarks editor a little,
	changed "IE Favorites icon" to something a bit more
	comprehensible.
	* src/portal.c: use intermediate file for mozilla 0.8.1, since
	otherwise various context actions don't work.
	* src/galeon.h:
	* src/bookmarks_editor.c:
	* src/embed.c: make bookmarks editor toolbar follow main window
	setting (vis a vis Icons / Text / Both).

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

	* bookmarks.c: Fixed stupid bug that caused loaded alias to be 
	incorrectly placed in the editor.
	* src/bookmarks_editor_cb.c
	* src/bookmarks_editor_dnd.c: Reordering alias should work now.
	* ui/galeon.glade: Added button to add alias to the new editor.
	
2001-04-03  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks_editor.c: new-look bookmarks editor enabled by
	default, old code kept until merge of XBEL_1 and HEAD.

2001-04-06  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks_editor.c:
	* src/bookmarks_menu_callbacks.c:
	* src/cookies.c:
	* src/embed.c:
	* src/file-operations.c:
	* src/galeon.h:
	* src/history.c: 
	* src/mime.c:
	* src/window.c:
	* src/misc.c: tidied up use of libglade.
	* src/menu_callbacks.c:
	* src/prefs_callbacks.c:
	* src/prefs.c: don't rebuild prefs dialog everytime we open it.
	Also don't build spinner list unless switching to spinners page.
	* src/toolbar.c: rebuild spinner everytime, since we can't easily
	check if the toolbar size or spinner theme has changed.
	* src/spinner.c: clear list on rebuild.
	* ui/galeon.glade: tweaks for new prefs handling.
	
2001-04-06  Matt Aubury <matt@ookypooky.com>

	* src/menu_callbacks.c: make default bookmark editor size big
	enough to hold toolbar with both icons and text.

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

	* ui/galeon.glade: Make the bookmarks editor initially invisible so
	we don't see the dialog resize when the geometry settings are
	restored.
	* src/bookmarks_editor_callbacks.c: Geometry saving re-enabled for the
	bookmarks editor (why did it get disabled?).
	Focus the name entry when a new bookmark item/category is created.

2001-04-05  Yanko Kaneti <yaneti@declera.com>

	* src/mozcallbacks.c: Fixed leaking of key event/mouse event structures.

2001-04-05  Tim Copperfield <timecop@japan.co.jp>

	* src/window.c: Added "COMPOUND_TEXT" selection target.  This fixes
	pasting from Galeon to other apps with multibyte language support.

2001-04-05  Matt Aubury <matt@ookypooky.com>

	* src/window_callbacks.c:
	* src/galeon.h:
	* src/toolbar.c: shift-click on New button does alternate 
	behaviour (new-tab versus new-window).

2001-04-05  Matt Aubury <matt@ookypooky.com>

	* src/embed.c: new windows opened by Ctrl+P, menu selections, or
	"new" toolbar button are now jumped to automatically, regardless
	of pref setting.

2001-04-05  Yanko Kaneti <yaneti@declera.com>

	* src/bookmarks_menus_callbacks.c:
	* src/bookmarks.c: move the favicon fetching in a more appr. place
	* src/toolbar.c:
	* src/embed.c: use gdk-pixbuf and favicon for the drag icon

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

	* src/toolbar.c:
	* src/window_callbacks.c: Big toolbar rework. Applying preferences
	will not destroy/recreate the toolbars unless you are switching the
	position of the location entry. This means the toolbar layout will be
	preserved in most cases. Still need to preserve the layout when
	adding additional toolbars or hiding existing ones.

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

	* src/toolbar.c: add a little spacing around the new drag icon

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

	* ui/galeon.glade:
	* src/galeon.h:
	* src/window_callbacks.c:
	* src/toolbar.c:
	* src/prefs.c: add optional "New" button to toolbar which 
	creates either a new window or a new tab according to default.

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

	* src/portal.c: reverted, since the last change didn't help.
	* src/history.c:
	* src/embed.c:
	* src/galeon.h:
	* src/menubar.c:
	* src/menubar.h:
	* src/window.c:
	* src/window_callbacks.c:
	* src/menu_callbacks.c: added up button to the Go menu (so it
	can be rebound), use gnome-vfs to compute the "up" uri (thanks
	marco), and made button sensitive/insensitive appropriately.

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

	* ui/galeon.glade: tidied up new bookmarks editor a little,
	changed "IE Favorites icon" to something a bit more 
	comprehensible.
	* src/portal.c: use intermediate file for mozilla 0.8.1, since
	otherwise various context actions don't work.
	* src/galeon.h:
	* src/bookmarks_editor.c:
	* src/embed.c: make bookmarks editor toolbar follow main window
	setting (vis a vis Icons / Text / Both).

2001-04-03  Marco Pesenti Gritti <mpeseng@tin.it>

	* galeon: compatibility with debian mozilla packages
	* src/mozcallbacks.c: do not test for protocol on the click signal
	it fixes the double opening of handlers.
	
2001-04-03  Ricardo Fernndez Pascual <ric@users.sourceforge.net>

	* src/toolbar.c: Changed the icon to drag urls. Now uses the 
	standard bookmark icon instead of the (ugly?) mouse. Carbamide
	has given a good reasoning in IRC to do that.
	* src/misc.c: i18n fix.

2001-04-03  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/file-operations.c: 
	* src/misc.c: cleanups
	
2001-04-02  Matt Aubury <matt@ookypooky.com>

	* src/bookmarks_editor.c:
	* src/bookmarks_editor_callbacks.c:
	* src/embed.c:
	* ui/galeon.glade: possible new-look bookmarks editor, change line
	203 of bookmarks_editor.c to "#if 0" to test and post feedback
	either at #galeon or on galeon-devel mailing list.

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

	* src/embed.c:
	* src/galeon-wrapper.cpp:
	* src/galeon-wrapper.h:
	* src/mozilla.cpp:
	* src/mozilla.h:
	* src/window.c: Fixed memory leak. A new encoding submenu was being
	created on every embed_create(). Removed the GetCharacterSet method
	from galeon-wrapper - it is not an embed specific function and is
	only needed once at startup - and moved complete functionality into
	mozilla_get_charsets().
	Also, saved text in the open url dialog is no longer preselected, to
	allow pasting into the url dialog.

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

	* src/file-operations.c: general purpouse async file copy
	need to be completed.
	* src/misc.c: use file-operations.c to copy favicons

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

	* src/galeon.h
	* src/bookmarks.c: Saving and loading aliases. Update parent aliases
	when inserting new bookmarks, moving and removing.

2001-04-01  Yanko Kaneti <yaneti@declera.com>
        * bookmarks.c
        * bookmarks_editor.c
        * bookmarks_editor_callbacks.c
        * bookmarks_menus.c
        * bookmarks_menus_callbacks.c
        * bookmarks_toolbars.c
        * embed.c
        * galeon.h
        * misc.c
        * newuser.c
        * prefs.c
        * toolbar.c: support for IE favourites.
        use gdk_pixbuf instead of gnome lib api

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

	* src/bookmarks.c: Save the root bookmark item, to allow satting it as
	a toolbar or in the context menus.
	* ui/galeon.glade
	* src/bookmarks_callbacks.c: Allow creating alias. They don't work 
	100% yet. Actually, they don't work 50%

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

	* src/mozilla_prefs.c: include locale.h, needed with 0.8.1 in
	some cases.

2001-03-31  Jason Petrone <jp@demonseed.net>

	* src/menubar.c: add default shortcut (Ctrl-Home) for going to
	homepage.

2001-03-31  Joshua Horvath <jmhorvat@home.com>

	* src/bookmarks_toolbars.c: Toolbars should now keep their positions
	after adding/deleting items.

2001-03-30  Christophe Fergeau <christophe.fergeau@ensisun.imag.fr>

	* bookmark_menus.c: i18n fix
	* context.c: Workaround for a bug in xgettext 
	(http://bugzilla.eazel.com/show_bug.cgi?id=5180) 

2001-03-30  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/galeon-wrapper.cpp: fixed a compilation error with
	--disable-nls
	
2001-03-30  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/spinner.c: use only nautilus format
	
2001-03-30  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla_prefs.c: change default keyword search engine
	to Google.

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

	* INSTALL:
	* configure.in:
	* galeon.spec.in:
	* src/Makefile.am: add gdk-pixbuf dependency (needed for some
	new features and as part of transition from imlib), also update
	libxml dependency to be >= 1.8.11 (thanks to Richard Tango-Lowy
	for help discovering this dependency).

2001-03-30  Philip Langdale <philipl@mail.utexas.edu>

	* src/galeon-wrapper.cpp: support for new (cvs) mozilla session
	history API, must use ./configure --enable-mozilla-cvs to enable
	it since it's incompatible with previous API.

2001-03-29  Ross Burton <ross@itzinteractive.com>

	* src/xbel.c: Modified the matadata format. Now it should be correct.

2001-03-29  Joshua Horvath <jmhorvat@home.com>

	* src/bookmarks_toolbars.c: Fixed a problem with dragging links onto
	bookmarks toolbars.  If there was a smart bookmark entry in the
	toolbar, the new bookmark would be inserted in the wrong position.
	* src/window.c: Fixed hang on JavaScript window.close()
	
2001-03-29  Matt Aubury <matt@ookypooky.com>

	* src/history.c: added "history dirty" checking to get rid of
	unnecessary history saves (useful in closing alot of windows,
	e.g. at exit).
	* src/context.c: use "save as" icon for "save image as"	

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

	* ui/dir.xpm
	* ui/dir_open.xpm: tidied up icons a little (could still be 
	improved)
	
2001-03-28  Ricardo Fernndez Pascual  <ric@users.sourceforge.net>

	* galeon.h
	* xbel.c: Use const for the file name string.
	* galeon.h
	* bookmarks.c
	* bookmarks_editor.c
	* bookmarks_editor_callbacks.c
	* bookmarks_editor_dnd.c: Initial changes needed to implement
	aliases. No GUI yet, not really tested. Make a backup of your 
	bookmarks before trying anything. Not finished.

2001-03-28  Joshua Horvath <jmhorvat@home.com>

	* ui/galeon.glade:
	* src/mozilla.h:
	* src/mozilla.cpp:
	* src/prefs_callbacks.c: Fixed the broken clear cache function. Now
	uses the mozilla cache API instead of nuking the cache directory
	directly. Also switched from a single "Clear cache" button to "Clear
	memory cache" and "Clear disk cache" buttons.

2001-03-28  Yanko Kaneti <yaneti@declera.com>
 
 	* src/misc_callbacks.c : removed a debuging g_print 
	* src/embed.c:
	* src/galeon.h:
	* src/mozcallbacks.c:
	* src/context.c: added an immediate save image ui option, included
	the "Save Image" context menu option which saves the saves the
	image with its default name in the last save image dir.
	Added a shortcut action for the above, CTRL-leftclick on an image.
	Reordered the context link-image menu.

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

	* src/embed.c:
	* src/galeon.h:
	* src/misc_callbacks.c: store save dir between image saves

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

	* src/galeon-wrapper.cpp:
	* src/galeon-wrapper.h:
	* src/galeon.h:
	* src/misc.c:
	* src/mozilla_i18n.c: cleanup charset handling, borrowing code
	from Nautilus.

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

	* src/toolbar.c: add tooltip to Go button

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

	* src/xbel.c (xbel_export_galeon_data): Added the create_context_menu 
	field.


2001-03-26  Joshua Horvath <jmhorvat@home.com>

	* src/bookmarks_toolbars.c:
	* src/misc.c: Fixed the fugly toolbar folder menu positioning. Also,
	fixed the problem where subfolders in the menu got "stuck" and would
	not deactivate when moving the mouse pointer to another menu item.
	* src/toolbar.c: Fixed go button packing breakage (was being packed
	into the beginning of the toolbar instead of the end).

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

	* src/embed.c:
	* src/galeon.h:
	* src/mozcallbacks.c:
	* src/window.c: attempt to get popups to resize exactly to the
	requested size (previous attempts have resized the overall window
	which includes decorations). This may well have broken some other
	sizing behaviours, please report if so.	
	* src/misc.c: add "www." to list of discardable title prefixes

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

	* src/misc.c: fix broken history saving (my bad)

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

	* src/bookmarks_toolbars.c:
	* src/find_callbacks.c:
	* src/galeon.h:
	* src/mozilla.h: new feature: when using a smart bookmark from the
	toolbar, left clicking on the label now searches for the phrase
	entered. So having done a google search and navigated to a search
	result it is very easy to find the phrase in the target page.
	TODO: make a right click context menu for searching for individual
	components of complex searches.	

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

	* src/misc.c: fix broken history saving (my bad)

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

	* src/bookmarks_toolbars.c:
	* src/find_callbacks.c:
	* src/galeon.h:
	* src/mozilla.h: new feature: when using a smart bookmark from the
	toolbar, left clicking on the label now searches for the phrase
	entered. So having done a google search and navigated to a search
	result it is very easy to find the phrase in the target page.
	TODO: make a right click context menu for searching for individual
	components of complex searches.	

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

	* src/embed.c: yet another attempt to get accursed 
	jump-to-right-tab-on-close working properly.

2001-03-26  Daniel Erat <dan_erat@pobox.com>

	* src/toolbar.c: fix capitalisation in some tooltips

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

	* ui/galen.glade
	* galeon.h
	* bookmarks_menus_callbacks.c
	* misc.c
	* menubar.c
	* menubar.h: Added GUI to export bookmarks. Created a function 
	(misc_ask_file_name) to ask filenames. Need to remove all those 
	file selection dialogs from galeon.glade

2001-03-25  Ross Burton <ross@itzinteractive.com>

	* src/xbel.c (new file)
	* src/Makefile.am
	* src/galeon.h: XBEL export framework. There's no GUI yet.
	
2001-03-25  Matt Aubury <matt@ookypooky.com>

	* src/toolbar.c: add tooltip to the drag icon

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

	* src/bookmarks_editor_dnd.c: Removed from junk from an earlier
	attempt at the autoscroll patch.
	* src/history.c: Set the append point correctly on the "Go" menu
	* src/menubar.c: Changed "Animate images..." to "Animate images" and
	"Always" to "Continuously".

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

	* ui/drag-url-icon.png: made slightly larger, you can now
	tell that it's a mouse, hopefully...
	
2001-03-25  Matt Aubury <matt@ookypooky.com>

	* src/embed.c:
	* src/mozcallbacks.c: jump to the right tab, even if closing
	the first one

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

	* src/bookmarks_editor_dnd.c: Added autoscrolling functionality to
	the bookmarks editor when reordering bookmarks via drag and drop.

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

	* src/menu_callbacks.c: 
	* src/mozcallbacks.c: add prev/next-tab to Go menu, changed
	keybinding, but it is now configurable in the standard GTK way
	* src/bookmarks_editor_callbacks.c:
	* ui/galeon.glade: add apply button to bookmarks editor, plus
	visual tweak to make bookmarks image entry more obvious.
	* src/window.c: remove unused code
	* src/main.c: re-arrange initialisation (perhaps faster startup
	for corba calls, not sure)
	* myportal.css: slight colour tweak on visited links
	* src/Makefile.am:
	* src/menubar.c: new file, contains menu definitions
	* src/mozilla.h: add prototype to remove compile warning

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

	* ui/galen.glade
	* galeon.h
	* bookmarks.c
	* bookmarks_editor.c
	* bookmarks_editor_callbacks.c
	* bookmarks_menus.c
	* bookmarks_toolbars.c
	* context.c: Allow any bookmark to be added to the document context 
	menu. Not sure if they should be added to every context menu.

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

	* src/window.c: tweak to make windows close more quickly

2001-03-23  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/galeon-wrapper.cpp:
	* src/galeon-wrapper.h: links drag and drop fixed with mozilla 0.8.1
	* src/spinner.c: fixed selection of the spinner in the icon list
	
2001-03-24  Joshua Horvath <jmhorvat@home.com>
	    Yanko Kaneti <yaneti@declera.com>

	* src/bookmarks_editor.c:
	* src/bookmarks_editor_callbacks.c:
	* src/bookmarks_toolbars.c: Allow bookmark toolbars to be made from
	folders which are already part of another bookmark toolbar (Yanko).
	When using the "Edit..." bookmark toolbar context menu option, set
	the focus_row correctly and give the name entry the keyboard focus.
	Fixed the "Remove" option - it was not removing the bookmark item
	from the ctree.
	Removed the gtk_ctree_node_moveto() call in the ctree select_row
	callback since it results in weird behavior when making large extended
	selections.

2001-03-23  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla.cpp:
	* src/galeon-wrapper.cpp:
	* src/galeon-wrapper.h: mozilla 0.8.1 compatibility (autodetected)
	* src/cookie.cpp: worked around a segfault when removing last 
	item in cookie manager
	
2001-03-23  Matt Aubury <matt@ookypooky.com>

	* src/misc.c: workaround to handle loading of bookmark files which
	have previously been wrongly encoded.

2001-03-22  Joshua Horvath <jmhorvat@home.com>

	* src/bookmarks_toolbars.c: Fixed the problem where a toolbar is
	not displayed if it has the same name as another toolbar.

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

	* src/galeon.h:
	* src/bookmarks_editor.c:
	* src/bookmarks_menus.c:
	* src/bookmarks_menus_callbacks.c:
	* src/bookmarks_toolbars.c: Added "Edit..." option to the bookmarks
	toolbar context menu. This will open the bookmarks editor and select
	the item in the bookmarks tree. Added "Create toolbar from this
	folder" to the extra bookmarks folder actions.

2001-03-22  Joshua Horvath <jmhorvat@home.com>

	* src/misc.c: Fixed crash due to libxml changes. Return value from
	xmlGetProp () is null when a <separator/> tag is processed.

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

	* src/galeon.h:
	* src/bookmarks.c:
	* src/session.c:
	* src/history.c:
	* src/misc.c: fixups to make galeon work with strict libxml,
	and prevent crashes when inserting non-UTF8 characters into
	xml files (history, bookmarks, sessions). Uses imported 
	conversion functions from libxml1 (DV was consulted!)

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

	* src/context.c: fix link context menus broken earlier today

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

	* src/bookmarks_toolbars.c: use generic function for positioning
	folder popups rather than the galeon specific one. This means that
	the contents of the folder doesn't overflow the righthand side
	of the screen in some cases.
	
2001-03-22  Matt Aubury <matt@ookypooky.com>

	* src/misc.c: tweak protocol identification so that a period
	is identified as being part of a site name

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

	* src/context.c:
	* src/embed.c:
	* src/galeon.h: "use image as background" context menu item
	added to images (saves image to galeon directory and then
	uses background-properties-capplet to set it, with thanks to 
	yaneti for noticing the handy command line option).

2001-03-21  Christophe Fergeau <christophe.fergeau@ensisun.imag.fr>

	* src/spinner.c: removed left-over pointer which was being erroneously
	free'd.

2001-03-21  Joshua Horvath <jmhorvat@home.com>

	* ui/galeon.glade:
	* src/galeon.h:
	* src/bookmarks.c:
	* src/bookmarks_menus.c:
	* src/bookmarks_menus_callbacks.c:
	* src/bookmarks_toolbars.c:
	* src/prefs.c: Location of the extra bookmark folder actions
	("Add bookmark ..." & "Open all ...") is now configurable.
	In tabbed mode, clicking on the "Open all ..." menuitem will open new
	tabs in the current window, while middle clicking on the folder will
	open the new tabs in a new window.

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

	* src/spinner.c: automatically detect Nautilus spinners and add
	them to the list in Preferences.

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

	* src/portal.c: set tab status properly in direct rendering mode

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

	* src/portal.c:
	* src/embed.c: better synchronisation of page location 
	(now set as soon as the page load is attempted)

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

	* src/spinner.c: slightly more aggressive spinner shrinkage when
	in icons only mode, reduces pixel bloat a little

2001-03-18  Joshua Horvath <jmhorvat@home.com>

	* src/bookmarks_callbacks.c: Removed.

	* src/Makefile.am:
	* src/galeon.h:
	* src/bookmarks.c:
	* src/bookmarks_editor.c:
	* src/bookmarks_editor_callbacks.c:
	* src/bookmarks_editor_dnd.c:
	* src/bookmarks_menus.c:
	* src/bookmarks_menus_callbacks.c:
	* src/bookmarks_toolbars.c: Refactored bookmarks code into functional
	categories.

2001-03-17  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/main.c: fixed profile init
	
2001-03-17  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/mozilla.cpp:
	* src/galeon-wrapper.cpp: use new save api
	* src/mozilla_prefs.c: fixed colors prefs
	
2001-03-17  Joshua Horvath <jmhorvat@home.com>

	* src/toolbar.c:
	* src/window.c: Fixed layout saving. Should now properly save/restore
	toolbar layout.

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

	* src/main.c:
	* src/misc.c: fixed and enabled --server mode, with many thanks
	to Marco for pointing out the problem and telling me the fix!
	
2001-03-16  Joshua Horvath <jmhorvat@home.com>

	* src/galeon.h:
	* src/bookmarks.c:
	* src/bookmarks_callbacks.c: By popular demand (complaint?), the
	"Add bookmark..." and "Open all..." functions are no longer menuitems.
	They are now accessed via a right click context menu on the bookmarks
	folders.

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

	* src/prefs.c:
	* src/toolbar.c: show/hide zoom spinner preferences option
	
2001-03-16  Yanko Kaneti <yaneti@declera.com>

	* src/history_callbacks.c :
	* src/context.c : fixind history popup crashes in context menu
	
2001-03-16  Daniel Erat <dan_erat@pobox.com>

	* src/embed.c: when a creating new embed to view page source, don't
	turn off the menubar, toolbars, and statusbar unless the embed is
	going into in a new window
 
2001-03-16  Matt Aubury <matt@ookypooky.com>

	* src/galeon.h:
	* src/window.c:
	* src/misc.c:
	* src/main.c: added code for --server mode, but disabled for now
	because of an apparent bug in gtkmozembed (crash when creating
	a new gtkmozembed after destroying all previous ones).

2001-03-15  Joshua Horvath <jmhorvat@home.com>

	* src/bookmarks.c:
	* src/context.c: Reconfigured the open all bookmarks option to follow
	the tabbed mode preference setting. Bookmarks are opened in new tabs
	in the current window, or each is opened in a new window.
	Added Shift+middle click functionality for the bookmarks & folder items.

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

	* src/embed.c:
	* src/window.c: move automatic history saving to be on window
	close rather than embed close (this makes the app more responsive
	when the history gets too large, thanks to Dan Erat for pointing
	it out). Still need to implement an incremental history saving.

2001-03-15  Joshua Horvath <jmhorvat@home.com>
	
	* src/menu_callbacks.c:
	* src/window.c: Replaced window_lookup_wmain with more general
	window_lookup_widget.

	* src/galeon.h:
	* src/bookmarks.c:
	* src/bookmarks_callbacks.c: 
	(Original patch submitted by Christophe Fergeau)
	- New bookmarks menu options - "Add bookmark to this folder" and
	  "Open all bookmarks in this folder". The latter function can also
	  be activated by middle clicking on a bookmark folder.
	- Deactivate the menus after middle clicking on an item.
	- Middle clicking on smart bookmarks will now open a new window/tab.

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

	* src/window_callbacks.c: fixed bug in shift-pasting code
	(thanks to Joshua for pointing it out)

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

	* src/bookmarks.c: show separators in the "Add Bookmark To" menu

2001-03-14  Christophe Fergeau <christophe.fergeau@ensisun.imag.fr>

	* src/bookmarks_callbacks.c:
	* src/context.c:
	* src/embed.c:
	* src/embed_callbacks.c:
	* src/galeon.h
	* src/mozcallbacks.c
	* src/window_callbacks.c: fixed a large number of memory leaks
	on getting page title and location from embed. Also preserve
	edited location bar entry text between tab switches.	

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

	* src/window_callbacks.c: shift-pasting into browser now causes
	opens pasted url in a new window/tab.

2001-03-13  Daniel Erat <dan_erat@pobox.com>
	
	* src/embed.c:
	* src/galeon.h:
 	* src/prefs.c:
	* ui/galeon.glade: options to insert new tabs immediately
	after the active one, to always display the tab listing, and
	to display close buttons on the tabs
 
2001-03-13  Matt Aubury <matt@ookypooky.com>

	* src/window.c: progress bar activity mode only starts when some
	bytes have been loaded (compromise with Joshua!)
	
2001-03-13  Matt Aubury <matt@ookypooky.com>

	* src/embed.c:
	* src/window.c:
	* src/mozcallbacks.c:
	* src/galeon.h: rejigged progress bar and status message code
	in order to get a sensible behaviour in most (all?) situations.
	Removed progess estimates.

2001-03-13  Masatake Yamato  <jet@gyve.org>

        * ui/galeon.glade: Added show_up_button_check.
        * src/prefs.c (struct): Added show_up_button_check.
        (preferences_set_config_to_dialog): Set show_up_button config.
        (preferences_set_dialog_to_config): Likewise.
        (preferences_lookup_widgets): Lookup up_button_check widget.
        * src/window_callbacks.c (window_up_button_clicked_cb): New function.
        * src/toolbar.c (toolbar_create_main): Added BUp button to hbox.
        * src/galeon.h (struct _GaleonWindow): Added BUp button.
        (window_up_button_clicked_cb): Declare new function.

2001-03-13  Ross Arnold  <rossa@inet.net.nz>

	* src/window_callbacks.c: set back/forward state when 
	recreating toolbars

2001-03-13  Josh Barrow  <josh@eazel.com>

	* spinners/Makefile.am:
	Forgot to add it to the Makefile.am.  Sorry about that.

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

	* src/galeon.h:
	* src/embed.c:
	* src/mozcallbacks.c: Progressbar fixup. Use an estimate for the
	document size if one is not given.

2001-03-13  Josh Barrow  <josh@eazel.com>

	* configure.in:
	* spinners/pacspin/Makefile.am:
	* spinners/pacspin/anim_01.png:
	* spinners/pacspin/anim_02.png:
	* spinners/pacspin/anim_03.png:
	* spinners/pacspin/anim_04.png:
	* spinners/pacspin/anim_05.png:
	* spinners/pacspin/anim_06.png:
	* spinners/pacspin/anim_07.png:
	* spinners/pacspin/anim_08.png:
	* spinners/pacspin/anim_09.png:
	* spinners/pacspin/anim_10.png:
	* spinners/pacspin/anim_11.png:
	* spinners/pacspin/anim_12.png:
	* spinners/pacspin/anim_13.png:
	* spinners/pacspin/anim_14.png:
	* spinners/pacspin/anim_15.png:
	* spinners/pacspin/anim_16.png:
	* spinners/pacspin/anim_17.png:
	* spinners/pacspin/anim_18.png:
	* spinners/pacspin/anim_19.png:
	* spinners/pacspin/anim_20.png:
	* spinners/pacspin/anim_21.png:
	* spinners/pacspin/anim_22.png:
	* spinners/pacspin/anim_23.png:
	* spinners/pacspin/anim_24.png:
	* spinners/pacspin/anim_25.png:
	* spinners/pacspin/anim_26.png:
	* spinners/pacspin/anim_27.png:
	* spinners/pacspin/anim_28.png:
	* spinners/pacspin/anim_29.png:
	* spinners/pacspin/anim_30.png:
	* spinners/pacspin/anim_31.png:
	
	Added the new "Pacspin" spinner.  This is really just the
	default Nautilus throbber if you don't have the 
	"eazel-logos" folder installed.

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

	* src/mozilla.h: Hmmm... *someone* forgot to add this file.

2001-03-12  Gerard Daubar <gerard@idita.com>

	* src/toolbar.c: add special case for 'default' nautilus theme

2001-03-12  Marco Pesenti Gritti <mpeseng@tin.it>
	    Yanko Kaneti <yaneti@declera.com>	

	* context.c:
	* embed.c:
	* galeon-wrapper.cpp:
	* galeon-wrapper.h:
	* galeon.h:
	* menu_callbacks.c:
	* misc.c:
	* misc_callbacks.c:
	* mozcallbacks.c:
	* mozilla.cpp: big mozilla extension cleanup. Please test
	and let me know all bugs, the smallish too.
	
2001-03-12  Yanko Kaneti <yaneti@declera.com>
	    Marco Pesenti Gritti <mpeseng@tin.it>

	* context.c:
	* embed.c:
	* galeon-wrapper.cpp:
	* galeon-wrapper.h:
	* galeon.h:
	* menu_callbacks.c:
	* misc.c:
	* misc_callbacks.c:
	* mozcallbacks.c:
	* mozilla.cpp: use cache to save images and html 
	(used for view source too).
	Dont show frame context items when page is not framed.
	
2001-03-09  Joshua Horvath <jmhorvat@home.com>

	* src/embed.c: Fix reloading of the myportal page (Yanko)
	* src/galeon.h:
	* src/prefs.c: Disable Galeon MIME handling by default.
	Point the preferences help button to the preferences page in the
	manual.

2001-03-09  Kenneth Christiansen <kenneth@gnu.org>

	* src/galeon.h: added preferences_help ()
	* src/gtm.c: marked and changed string
	* src/main.c: cleaned up a little, uses MIN macro now,
	added some comments, marked string
	* src/prefs.c: preferences_help () 
	* src/prefs_callbacks.c: likewise.
	* ui/galeon.glade: likewise.

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

	* src/netscape.c: proxy_enable on when netscape has a proxy

2001-03-08  Joshua Horvath <jmhorvat@home.com>

	* src/menubar.h: Duh, Ctrl+V is the standard paste accelerator.
	Changed default view source accel back to Ctrl+Alt+V.
	* src/window_callbacks.c: Fixed problem with spaces in the open
	URL dialog being interpreted incorrectly.

2001-03-06  Stanislav Brabec  <utx@penguin.cz>

	* src/main.c: Typo fix in popt_options.
	* src/cookies.c: Added i18n for window title.

2001-03-06  Nate Case <nd@kracked.com>

	* src/Galeon.idl: Make viewstate a CORBA enum
	* src/Galeon-impl.c: Update for enum, rework the loadurl()
	function to properly support --existing and default
	tab/window logic.  Handle blank strings gracefully without
	giving up.  (basically restoring old behavior for new
	interface changes)
	* src/main.c: Many changes.  CORBA_INTERFACE macro is
	depracated due to nobody wanting to abid by it :).  Remove
	debug prints, restore CORBA server usage notification (e.g
	"using existing process").  Allow for loading in existing
	window with new viewstate code properly.  Fix bug due to
	forgotten updating after interface change.
	* src/galeon.h: ViewState enum (note that this corresponds
	to the CORBA enum in Galeon.h/Galeon.idl)

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

	* src/context.c: Make the context menu go away immediately after an
	item is clicked.
	* src/galeon.h:
	* src/galeon-wrapper.h:
	* src/galeon-wrapper.cpp:
	* src/mozcallbacks.c:
	* src/mozilla.cpp: Squished bug 50449(!) - middle mouse button
	actions are no longer executed when clicking on a scrollbar.

2001-03-04  Joshua Horvath <jmhorvat@home.com>

	* src/embed.c: Changed N_() to _() in embed_get_save_file_name()
	* src/galeon.h:
	* src/prefs.c:
	* ui/galeon.glade: Ugh, changed "Use proxying" to "Enable proxy",
	and default state to off.

2001-03-04  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/main.c: fixed "galeon <url>" opening the homepage too
	fixed compiling warning
	
2001-03-04  Kenneth Christiansen <kenneth@gnu.org>
	* src/Galeon-impl.c
	* src/Galeon.idl
	* src/main.c
	* src/mozilla_prefs.c
	* src/prefs.c
	* ui/galeon.glade: added --new-tab --new-window
	added a pref to enable/disable proxy
	
2001-03-04  Joshua Horvath <jmhorvat@home.com>

	* src/context.c: Change "Save" menuitem to "Save As..."
	* src/galeon.h:
	* src/embed.c:
	* src/misc_callbacks.c: When displaying the save dialog, get the
	page filename from the document URL instead of simply displaying the
	last filename saved.

2001-03-03  Joshua Horvath <jmhorvat@home.com>

	* src/embed.c:
	* src/misc_callbacks.c:
	* src/window.c: Oops! Forgot to handle cancel/window delete events
	when checking to see if a dialog already exists. On further
	thought, the open/save as dialogs should be modal, so this check
	isn't necessary.

2001-03-03  Joshua Horvath <jmhorvat@home.com>

	* src/menubar.h: Made the strings more consistent. Only the first
	word of a menuitem is capitalized. Changed "proxying" to "proxy".
	Changed default accelerator for show history and view source
	Ctrl+H and Ctrl+V, respectively.
	* src/mozcallbacks.c: Accelerator key fixes. Menuitems should now
	work with any combination of accelerator keys (control, alt, shift)
	* src/galeon.h: "Enable Proxy" off by default
	* src/embed.c:
	* src/menu_callbacks.c:
	* src/misc_callbacks.c:
	* src/window.c: Fixed check for existing dialogs. Fixes a crash
	when saving pages.

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

	* src/spinner.c: nautilus spinners compatibility
	
2001-03-01  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/galeon.h
	* src/bookmarks_callbacks.c:
	* src/misc.c: fixed mozilla bookmarks import/export
	
2001-03-01  Kenneth Christiansen <kenneth@gnu.org>

	* src/galeon.h
	* src/menu_callbacks.c
	* src/menubar.h
	* src/mozilla_prefs.c
	* src/prefs.c
	* src/window.c: added a enable/disable proxy option to settings menu
	
2001-03-01  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/galeon-wrapper.cpp: use new WebBrowserFocus api instead of the
	galeon one
	* src/embed_callbacks.c: check the result og mozilla_get_zoom, otherwise
	view source zoom is 255
	* src/embed.c: fixed a warning on view source (grab_focus on a null pointer)
	
2001-03-01  Matt Aubury <matt@ookypooky.com>

	* src/embed.c:
	* src/mozcallbacks.c: visiblity counting fixes

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

	* src/galeon.h:
	* src/embed.c: fix crash when multiple close messages coming 
	from JavaScript.
	* src/mozcallbacks.c: fix typpos

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

	* src/misc.c: add pipe character to list of separators for shortening
	* src/mozcallbacks.c: fix popups not resizing

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

	* src/mozilla.cpp
	* src/galeon-wrapper.cpp
	* src/galeon.h
	* src/galeon-wrapper.h
	* src/find_callbacks: find backend reworked with the new mozilla api
	Dialog code rehashed too.
	I hope it can fix the find dialog crashes too. (not tested)
	
2001-02-28  Joshua Horvath <jmhorvat@home.com>

	* src/galeon.h:
	* src/main.c:
	* src/window.c: Removed window_move_resize(). Wrapping a one-line
	function call in a new function is not very useful...
	80 col. cleanups.
	* src/window_callbacks.c: Restored the popup window check when
	saving window geometry.

2001-02-28  Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>

	* src/bookmarks_callbacks.c: fix double-click crash in temporary
	bookmarks.

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

	* src/menubar.h: Added the GPL message
	* src/window.c: Removed the menubar gnome preferences settings -
	this is no longer necessary, as gnome_create_menus() takes care of
	it. Fixed crash when using the temp bookmarks option for crash
	recovery.
	* src/spinner.c: Resize the spinner when using text only for the
	toolbar.

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

	* Makefile.am: change galeon.oafinfo in galeon.oaf
	* galeon.oafinfo: remove
	* galeon.oaf: added. Added <oafinfo></oafinfo>
	* AUTHORS: 
	* src/menu_callbacks.c: added yaneti to the authors
	
2001-02-27  Yanko Kaneti <yaneti@declera.com> 

	* src/Galeon-impl.c: when opening a new window without a URL
	using the CORBA interface, use "first window" behaviour, rather
	than "new window" behaviour. This is more consistent with what
	a user would expect if they started a completely new instance
	of Galeon.
	
2001-02-27  Matt Aubury <matt@ookypooky.com>

	* src/galeon.h:
	* src/menu_callbacks.c:
	* src/misc.c:
	* src/misc_callbacks.c:
	* src/main.c: add very basic support for interacting with X /
	GNOME sessions. Galeon now picks up the save_yourself signal
	and does an "exit with session", so when you next start galeon
	up it will restore the windows you had open rather than give
	a crash dialog. We could still do more (like restarting galeon
	automatically).

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

	* src/embed_callbacks.c: fix compile warning
	* src/window.c: fix compile warning

2001-02-27  Daniel Erat <dan_erat@pobox.com>

	* src/galeon.h:
	* src/misc.c:
	* src/prefs.c:
	* ui/galeon.glade: make name shortening procedure smarter,
	add preferences to control behaviour (some changes by MattA)
	* src/mozcallbacks.c: added feature to turn off javascript 
	status messages

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

	* src/context.c: Fixed broken WMain lookup when accessing the
	bookmarks context menu items.

2001-02-26  Kenneth Christiansen <kenneth@gnu.org>

	reviewed by: Yanko Kaneti <yaneti@declera.com>
	approved by: Marco Gritti <mpeseng@tin.it>

	* src/main.c: Added --geometry option.
	* src/window.c: Organized initial window
	conditions, and made it a bit more sane.
	* src/galeon.h: Necessary changes for 
	goemetry option.

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

	* src/newuser_callbacks.c:
	* src/toolbar.c: small issue on startup fixed
	
2001-02-26  Andrew 'Ashridah' Pilley <alpilley@yahoo.com>

	* FAQ: updated to include section on galeon.oafinfo

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

	* src/mozcallbacks.c: only show javascript messages if tab
	is active (FIXME: this should probably save and restore
	the messages between tab switches).

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

	* src/portal.c: return to using direct rendering of portal 
	(thanks to Christophe Fergeau for spotting this was possible).

2001-02-26  Daniel Erat <dan_erat@pobox.com>

	* src/history.c: when the history dialog is open and a new page is
	loaded, the corresponding row in the history list is now moved to
	the top.
	* src/mozcallbacks.c: the progress meter was being reset multiple
	times during the loading of some pages (such as
	http://www.theregister.co.uk/), causing embed->bytesLoaded to
	equal 0 when the loading finished and preventing the page from
	being added to the history

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

	* src/toolbar.c: add padding to the toolbar, this makes it too
	darn big but stops the nasty visuals with the default theme
	(is this theme breakage or not?). I have a patch to turn the
	spinner button into an event box (and thus make it smaller), 
	but it seems to crash gdk... :-(

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

	* src/prefs_callbacks.c: Duh - make sure the history clist has
	been created before trying to clear it.

	* ui/galeon.glade: Removed WMain
	* src/menubar.h: Added
	* src/bookmarks.c:
	* src/bookmarks_callbacks.c:
	* src/galeon.h:
	* src/history.c:
	* src/menu_callbacks.c:
	* src/mozcallbacks.c:
	* src/window.c: Browser window and menubar are now created manually.
	This means accelerator keys are now saved/restored properly. I also
	removed the call to add additional accelerators to the menu items,
	since it should no longer be necessary now that you can choose
	whatever accelerator you want.
	If you need to edit the menus, all the relevant stuff is now in
	menubar.h.  Everything seems to be working, but it needs to be
	tested thoroughly.

2001-02-25  Nate Case <nd@kracked.com>

	* FAQ: updated

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

	* src/main.c: Fixed the fullscreen command line option. It now
	properly restores the window size.
	* src/bookmarks_callbacks.c:
	* src/cookies.c: Ack, I think Ross copied my (bad) delete keypress
	code from bookmarks_callbacks. I was mixing GDK/Mozilla state codes
	and did not account for the possibility of the caps lock/scroll lock
	keys being active.

	* TODO - updated
	* src/embed.c:
	* src/embed_callbacks.c: Fixed keyboard focus problems when
	switching between tabs.

2001-02-24  Ross Arnold  <rossa@inet.net.nz>

	* src/cookies.c: Made delete keypress remove selected item
	in cookie manager.
 
2001-02-20  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/newuser.c:
	* src/mozilla_prefs.c: --disable-nls fixed. do
	not autodetect language when this option is used

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

	* src/toolbar.c:
	* src/spinner.c: allow nonstandard spinner sizes, but still scale
	outsized spinners so as not to bloat toolbar in icons only mode
	(please shout if it looks wrong on your system).

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

	* src/mozcallbacks.c: I broke the scroll keys. Now they work again.

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

	* src/prefs.c: took out stupid debug code
	* src/spinner.c: took out deprecated comment
	* src/misc.c: make charset menu comparison case independent 
	(Yanko Kaneti <yaneti@declera.com>)

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

	* src/mozcallbacks.c: Cleaned up the mozembed key handling. Keypresses
	are now passed to the main window's acceltable if not
	specifically handled in the mozembed key_press callback. This will
	make it much easier to save/restore accelerator keys, as we don't
	need to handle them in two different places. This also fixes the
	problem with the main menu accelerator keys not working when using
	non-english translations.

2001-02-22  Yanko Kaneti <yaneti@declera.com> 
	
	* src/galeon-wrapper.cpp
	* src/galeon.h
	* src/misc.c
	* src/mozilla_i18n.c: miscellaneous charset/encoding cleanups

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

	* ui/galeon.glade: made cookie manager resizable

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

	* src/galeon.h:
	* src/galeon-wrapper.cpp: 80 col. cleanups.
	* src/galeon-wrapper.h:
	* src/embed_callbacks.c:
	* src/mozilla.cpp: Sync the zoom spinner value when switching between tabs.

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

	* src/galeon.h:
	* src/window.c:
	* src/window_callbacks.c: fixed progress bar activity mode
	(I think, please test).

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

	* src/galeon.spec.in: Removed /etc/* from %files.  No longer
	needed after the switch to oaf.

2001-02-20  Steve Ratcliffe <steve@parabola.demon.co.uk>
	* src/spinner.c: fix bug when there are
	non-spinner directory mixed in with spinner directories
	
2001-02-20  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/embed.c: load the url only after the window is visible (otherwise the wrapper
	is not initialized correctly (mainly drag and drop does not work)
	* ui/galeon.glade: moved add bookmarks menu at the top
	
2001-02-20  Matt Aubury <matt@ookypooky.com>

	* ui/galeon.glade:
	* src/embed.c:
	* src/mozcallbacks.c: changed the "open in new windows" filtering
	text to the more accurate "allow popups", changed the callback
	code to fix crash when blocked.

2001-02-19  Nate Case <nd@kracked.com>

	* galeon.spec.in: miscellaneous fixes for rpm 4 

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

	* src/main.c: fixed gtm downloads
	
2001-02-19  Matt Aubury <matt@ookypooky.com>

	* src/mozcallbacks.c: fix so that items get added to the
	history again (doh - thanks Dan Erat).

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

	* src/auto_completions.c: fixed crash when no common prefix
	* src/bookmarks.c: make them exclusive (fix visual bug, bug
	I'd rather they weren't exclusive really... hmph).
	* src/window.c: tweak progress bar so that it doesn't crash
	with the current (buggy) Crux theme. To be changed back once 
	it gets fixed.

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

	* src/embed.c: Resize the notebook labels immediately instead of
	waiting for a page switch.

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

	* src/window.c:
	* src/toolbar.c:
	* src/bookmarks.c: detatchablity (!) of menubars and toolbars now
	follows GNOME global settings.
	* src/window_callbacks.c:
	* src/spinner.c:
	* src/session.c
	* src/mime.c:
	* src/galeon-wrapper.cpp:
	* src/embed.c:
	* src/bookmarks.c: small cleanups
	* src/auto_completion.c:  attempt to improve tab autocompletion,
	still needs more work
	* src/prefs.c
	* src/mozcallbacks.c
	* src/galeon.h
	* ui/galeon.glade: setting to force popups to open in tabs

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

	* src/main.c: use oaf instead of goad, 
	full screen command line option FIXME when returning to normal mode
	the size is wrong, the context menu is not synched
	* configure.in: enable/disable corba interface

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

	* src/mozcallbacks.c: Removed embed_set_page_location in the
	open_uri callback from Dan Erat's patch. Causes the location entry to
	change for every uri open during a page load, which usually leaves
	the address from some banner ad in the entry.

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

	* src/spinner.c: Reset the spinner after stopping a page load.
	* src/galeon-wrapper.cpp:
	* src/galeon-wrapper.h:
	* src/galeon.h:
	* src/mozcallbacks.c:
	* src/mozilla.cpp: Added Shift+Middle click action. This will
	perform the opposite of the default action. (If you have selected
	open in new tabs by default, Shift+Middle click will open a new
	window, and vice versa).

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

	* src/prefs.c:
	* src/mozilla_prefs.c:
	* ui/galeon.glade: Added pref for SSL proxy configuration.
	* src/galeon.h:
	* src/menu_callbacks.c:
	* src/misc.c:
	* src/mozcallbacks.c: Save window geometry when quitting from the File
	menu or the Ctrl+Q accelerator.

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

	* src/newuser.c (added)
	* src/newuser_callbacks.c (added)
	* src/main.c: factor out "new user" functionality
	* src/newuser.c (added)
	* src/newuser_callbacks.c (added)
	* src/main.c
	* src/Makefile.am
	* po/POTFILES.in: factor out "new user" functionality
	* ui/galeon.glade:
	* src/galeon.h:
	* src/prefs.c:
	* src/window.c:
	* src/menu_callbacks.c
	* src/mozilla_prefs.c: added settings menu option to switch between
	viewing image animations always, once through, or never.
	(wooo, we beat those nice chaps at mozilla!)
	* src/bookmarks.c: handle no bookmarks file more cleanly

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

	* src/mozilla.cpp:
	* src/galeon-wrapper.cpp:
	* configure.in:
	* acconfig.h: mozilla 0.8 compatibility
	* INSTALL
	* NEWS: updated
	* src/misc.c: more standard copy to clipboard
	* src/window.c: 
	
2001-02-17  Matt Aubury <matt@ookypooky.com>

	* src/spinner.c: revert changes regarding gnome-vfs, the current
	version adheres to the newest API available.
	
2001-02-17  Matt Aubury <matt@ookypooky.com>

	* src/embed.c:
	* src/embed_callbacks.c:
	* src/galeon.h
	* src/mozcallbacks.c:
	* src/spinner.c:
	* src/window.c: rearranged handling of status changes and button
	updates, should be more correct in tabbed mode, but probably
	still some issues: please report if there are.
	
2001-02-16  Matt Aubury <matt@ookypooky.com>

	* src/browser.c (removed)
	* src/browser_callbacks.c (removed)
	* src/embed.c (added)
	* src/embed_callbacks.c (added)
	* src/window.c (added)
	* src/window_callbacks.c (added): refactored browser into two
	components following changes to datastructures.
	* src/galeon.h
	* src/main.c
	* src/menu_callbacks.c
	* src/mozcallbacks.c
	* ui/galeon.glade
	* src/spinner.c
	* src/toolbar.c: misc cleanups

2001-02-15  Daniel Erat <dan_erat@pobox.com>

	* src/galeon.h:
	* src/browser.c:
	* src/mozcallbacks.c: Set the location entry contents before
	attempting to load a page.

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

	* src/bookmarks.c:
	* src/prefs.c:
	* src/prefs_callbacks.c:
	* ui/galeon.glade: Smart bookmarks entry widths now configurable.

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

	* ui/galeon.glade
	* src/mozcallbacks.c: changed new-tab accelerator to ctrl-p 
	from ctrl-c (/me removes head from paper-bag)

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

	* src/galeon.h:
	* src/bookmarks.c:
	* src/bookmarks_callbacks.c: Convert non-alphanumeric characters
	in smart bookmark strings to %{hex key code}. Fixes problem with
	characters not being interpreted correctly by search engines.

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

	* src/galeon.h:
	* src/browser.c:
	* src/browser_callbacks.c:
	* src/misc.c: Fix busted copy link/image location.

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

	* src/bookmarks_callbacks.c: Save bookmarks editor pane position
	correctly.
	* src/menu_callbacks.c:
	* src/prefs_callbacks.c: Save prefs window geometry. Make default
	window size smaller.
	* ui/galeon.glade: Visual touchups & minor string edits.

2001-02-13  Andrew 'Ashridah' Pilley <ashridah@pobox.com>

	* src/menu_callbacks.c: fixed opening the manual (it now
	uses the ghelp mechanisms to find the pages).
	
2001-02-13  Joshua Horvath <jmhorvat@home.com>

	* src/browser.c:
	* src/menu_callbacks.c:
	* src/prefs_callbacks.c: Don't allow multiple instances of the
	preferences/find/open/save/print dialogs. Added missing
	window_set_layer() call for the download directory dialog.

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

	* src/browser.c: Fixed broken paste-as-URL on middle click

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

	* src/misc.c: workaround for (broken?) themes which don't report
	styles properly.
	
2001-02-11  Marco Pesenti Gritti <mpeseng@tin.it>

	* src/browser.c: fixed view source and history initialization
	* src/toolbar.c: fixed a small memory leak. cleanups 
	
2001-02-11  Joshua Horvath <jmhorvat@home.com>

	* src/context.c: Added Back/Forward/Reload buttons to all context
	menus.  We should have these... but should they go at the top of
	the menu or somewhere else?
	* src/main.c: Fixed problem with URLs entered on the command line
	being interpreted as filenames.

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

	* src/prefs.c:
	* ui/galeon.glade: definitive preferences layout
	
2001-02-11 Steve Ratcliffe <steve@parabola.demon.co.uk>

	* src/spinner.c: autodetect spinners. Require cvs gnome-vfs,
	tested with branch gnome-vfs-1.
	
2001-02-11  Marco Pesenti Gritti <mpeseng@tin.it>

	* ui/galeon.glade: 
	* src/toolbar.c: support for nautilus themes
	
2001-02-10  Matt Aubury <matt@ookypooky.com>

	* src/Galeon-impl.c
	* src/bookmarks.c
	* src/bookmarks_callbacks.c
	* src/browser.c
	* src/browser_callbacks.c
	* src/context.c
	* src/galeon.h
	* src/main.c
	* src/menu_callbacks.c
	* src/mozcallbacks.c
	* src/session.c
	* ui/galeon.glade: hybrid mode fixups. The browser is always in
	hybrid mode, the tabbed mode option only changes the default for
	things like middle button clicks on links. Elsewhere (in the menus,
	in the context menus and on the keyboard shortcuts), you always
	have the choice of opening in a new window or opening in a new
	tab. Also fixed bugs with pop visibliity (I think), and fixed
	synchronisation of view source mode menu items.

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

	* src/bookmarks_callbacks.c: Fixed crash when dragging link into
	the bookmarks editor and back out of the top of the clist.
	* src/browser.c:
	* src/misc.c: Better fix for the font size on tab labels problem.
	Fonts will follow the GTK+ theme setting instead of the default.

2001-02-09  Yanko Kaneti <yaneti@declera.com>

	* src/misc.c: cleanup construction of charset menus

2001-02-09  Christophe Fergeau <christophe.fergeau@ensisun.imag.fr>

	* src/browser.c: fixed font size on tab labels problem. This
	is probably not quite the right fix but it works okay.

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

	* src/browser.c: Fixed crash when using add temporary bookmarks
	for crash recovery.
	* src/session.c: Add an "Empty browser window" bookmark to the
	temporary bookmarks when using that option for crash recovery,
	just in case the saved bookmarks are crashers or the user wants
	to open an empty window.

2001-02-08  Daniel Stodden 	<stodden@informatik.tu-muenchen.de>

	* src/cookies.c
	* src/mozilla.cpp: cookies to browsing selection.
	servers/images to extended selection.
	bugfix (freeing the wrong pointer)
	
2001-02-08  Yanko Kaneti <yaneti@declera.com>

	* src/galeon-wrapper.cpp	
	* src/misc.c : make charset name translation actualy work thanks 
	to Almer S. Tigelaar <almer@tigelaar.dhs.org>

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

	* browser.c: fixed save dialog bug
	* mozilla_prefs.c: fixed a bug in charset pref (segfaulting when applying 
	from prefs dialog)
	
2001-02-07  Marco Pesenti Gritti <mpeseng@tin.it>

	* browser.c: fixed copy link location
	* history.c: fixed open url from history dialog.
	It does not resolve an issue (old I guess): if you close the window 
	with the history dialog opened, the dialog is no more able to
	find his GaleonWindow (warnings). Is there a good solution ?
	(I guess we can have the same problem with bookmarks)
	
2001-02-06  Yanko Kaneti <yaneti@declera.com>

	* src/galeon.h
	* src/galeon-wrapper.cpp
	* src/mozilla-i18n.c: let translate charset strings
	
2001-02-06  Joshua Horvath <jmhorvat@home.com>

	* src/menu_callbacks.c: Removed useless "fake" fullscreen mode
	* src/toolbar.c: Save and restore the text in the location entry
	when recreating the toolbars (e.g. when preferences are applied).

2001-02-06  Joshua Horvath <jmhorvat@home.com>
	    Daniel Stodden <stodden@informatik.tu-muenchen.de>

	* src/auto_completion.c: Fixed problem with autocompletion window
	not being destroyed when hitting enter in the entry field.
	* src/browser.c:
	* src/misc_callbacks.c: Save the last URL entered in the open URL
	dialog (Daniel)

2001-02-06  Yanko Kaneti <yaneti@declera.com>
	* src/galeon.h
	* src/misc.c : moved the encoding menu creation in misc.c
	  and make it a bit smarter
	* stc/browser.c : update accordint to the above
	* src/context.c : create an Encoding menuitem/submenu

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

	* macros/autogen.sh: check for xml-i18n-tools

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

	* src/spinner.c: fix if icon files are not found (e.g. not
	installed). It would be better to enumerate all animations
	in the directory though.
	* src/browser.c: fixed status messages (although sometimes
	they still seem a bit wrong -- ideas?)
	
2001-02-06  Marco Pesenti Gritti <mpeseng@tin.it>
	* galeon.h:
	* misc.c: moved  *_text_style and mod_self in misc.
	declared as extern in galeon.h. They was causing ld errors when
	linking 2 .cpp files (with galeon.h included).
	* ui/galeon.glade:
	* src/prefs.c: added cache compare pref
	* src/mozilla.cpp: splitted
	* src/galeon-wrapper.h: added
	* src/galeon-wrapper.cpp: added

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

	* src/history.c: fixed NULL crash on doc->root->childs
	* src/browser_callbacks.c: fixed crash on doc title == NULL
	(with thanks to Steve Ratcliffe <steve@parabola.demon.co.uk>)
	
2001-02-05  Marco Pesenti Gritti <mpeseng@tin.it>
	* src/prefs.c:
	* ui/galeon.glade: Prefs moved around. Reduced number of categories.
	Minimal context menu and location label prefs removed.
	I think now it's cleaner and easier to find prefs. I'm ready for flames too ;)
	* src/spinner.c: added crux spinner
	
2001-02-05  Matt Aubury <matt@ookypooky.com>

	* src/auto_completion.c: tweaked auto completion style: it's
	now more like IE. I think it's better, but I'm ready for some
	flames ;-)

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

	* src/browser.c:
	* src/main.c
	* src/menu_callbacks.c:
	* src/prefs_callbacks.c:
	* src/session.c: bugfixes and workarounds
	
2001-02-05  Matt Aubury <matt@ookypooky.com>

	* src/Galeon-impl.c
	* src/bookmarks.c
	* src/bookmarks_callbacks.c
	* src/browser.c
	* src/browser_callbacks.c
	* src/context.c
	* src/galeon.h
	* src/main.c
	* src/menu_callbacks.c
	* src/mime.c
	* src/misc.c
	* src/misc_callbacks.c
	* src/mozcallbacks.c
	* src/prefs_callbacks.c
	* src/session.c
	* src/toolbar.c: completed the surgical separation of GaleonEmbed 
	from GaleonWindow. There will probably still be a lot of problems,
	but they should be pretty easy to fix. Couple of tasks still to
	do: split browser.c into two files: window.c and embed.c, and
	actually implement hybrid browsing (sometimes it already does it
	by accident!).

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

	* configure.in
	* src/browser.c
	* src/browser_callbacks.c
	* src/find_callbacks.c
	* src/galeon.h
	* src/history_callbacks.c
	* src/main.c
	* src/menu_callbacks.c
	* src/mime.c
	* src/misc.c
	* src/misc_callbacks.c
	* src/mozcallbacks.c
	* src/prefs.c
	* src/session.c
	* src/toolbar.c: yet more monumental changes for hybrid browsing.
	We're now about 90% of the way there, but to all intents and
	purposes it's just much less stable than before! Please don't try
	to fix browser.c or browser_callback.c, I'm still working on them.

2001-02-04  Yanko Kaneti <yaneti@declera.com>

	* src/browser.c
	* src/galeon.h
	* src/menu_callbacks.c
	* ui/galeon.glade
	* src/mozilla.cpp: load charset from mozilla and added an 
	Encoding menu

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

	* src/auto_completion.c
	* src/bookmarks.c
	* src/bookmarks_callbacks.c
	* src/browser.c
	* src/browser_callbacks.c
	* src/context.c
	* src/galeon.h
	* src/history_callbacks.c
	* src/menu_callbacks.c
	* src/mozcallbacks.c
	* src/portal.c: more changes for hybrid browsing. Still in 
	transition; expect BUGS

2001-02-04  Yanko Kaneti <yaneti@declera.com>

	* ui/galeon.glade:
	* src/menu_callbacks.c:
	* src/prefs.c: extra prefs for fullscreen mode to show toolbar
	by default if requested
	
2001-02-04  Matt Aubury <matt@ookypooky.com>

	* src/galeon.h:
	* src/browser.c:
	* src/browser_callback.c:
	* src/mozcallbacks.c:
	* src/Galeon-impl.c:
	* src/mozilla.cpp: first set of changes to support hybrid browsing
	mode. These are major changes which are being done incrementally.
	Note! Previous C++ GaleonEmbed is now "GaleonWrapper", to free up
	some namespace.

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

	* src/spinner.c
	* src/prefs_callbacks.c:
	* ui/galeon.glade: let choose the spinner from an iconlist
	
2001-02-02 Christophe Fergeau <christophe.fergeau@ensimag.imag.fr>

	* src/bookmarks.c:
	* src/autocompletion.c: smart bookmarks (with %s) are no longer
	proposed when autocompleting an url. Do autocompletion consistently
	from bookmarks and history. Reordered prefix list.

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

	* src/galeon.h:
	* src/misc.c: add alternative name shortening mode (no pref
	for it yet, just code to implement shortenening)
	* src/browser_callbacks.c: window manager close now quits
	in tabbed mode (i.e. closes all tabs and the window)

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

	* src/macros: removed unused macros
	* src/configure.in
	* src/main.c: 
	* src/misc.c: use gnome-vfs for mime types
	* src/mozilla.cpp: added GetFocusedDOMWindow
	
2001-01-31 Daniel Stodden <stodden@informatik.tu-muenchen.de>
	* src/Makefile.am
	* src/context.c
	* src/galeon.h
	* src/menu_callbacks.c
	* src/prefs.c
	* ui/galeon.glade
	* src/cookies.c:
	* src/mozilla.cpp: cookie manager
	
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

