2002-06-03  Rodney Dawes <dobey@free.fr>

	* configure.in: Bump version to 0.4.99.38,
	  Require neon >= 0.21.1 (still needs a patch or two though)
	
2002-06-01  Rodney Dawes <dobey@free.fr>

	* configure.in: Bump version to 0.4.99.37
	* src/encompass-goto.c: Remove a for loop that caused double-loading
	* src/encompass-history.c: Fix the back/forward stuff to not load
	  pages twice when moving through the history
	* src/encompass-popup.c: Add code to copy image/link urls
	* src/encompass-window.c: Add the primary selection code
	
2002-06-01  Rodney Dawes <dobey@free.fr>

	* src/encompass-goto.[ch]: Make the mime check public,
	  Fix some crashes and potential crashes
	* src/encompass-http.c: Check for the mime type on redirects
	
2002-06-01  Rodney Dawes <dobey@free.fr>

	* src/encompass.[ch]: Add the SSL Cert hash table stuff
	* src/encompass-menus.c: Add a menu item for "Close Window",
	  disable the preferences menu item for now (we don't have any)
	* src/encompass-ssl.[ch]: Add code to not ask a user to click
	  "Yes" for every image on a page with a cert
	* src/encompass-window.[ch]: Add in the window closing code
	
2002-05-31  Rodney Dawes <dobey@free.fr>

	* src/encompass-http.c: Wrote e_accept_mostly () to accept all the
	  HTTP errors for the body reader except for the 3xx-class errors,
	  which are handled by the redirect stuff, I had to do this to
	  fix the images on http://linuxplanet.com/ as they redirect and
	  the server sends http 301 error pages also, causing the html to
	  get sent to the image streams, making the images not work
	
2002-05-30  Rodney Dawes <dobey@free.fr>

	* configure.in: Up version to 0.4.99.35
	* src/encompass-cookies.c: Don't send empty Cookie: headers
	* src/encompass-goto.[ch]: Check the mime type before we load,
	  Add better checking for HTML Anchor clicks,
	  Download files we click on that aren't text/ or image/ types,
	  Force a redraw on the HTML widget after we are finished loading,
	  encompass_parse_url () takes a const gchar * now instead of gchar *
	* src/encompass-html.[ch]: Add a function to set the referer (sic),
	  Set the referer to the toplevel page for embedded images/etc...
	* src/encompass-http.c: Make the user agent more sane, move some
	  code around to make it easier to wrap the referer (sic) stuff,
	  Don't send the Referer header if we don't have a referrer set
	* src/encompass-window.h: Add an item for the mime check result
	
2002-05-28  Rodney Dawes <dobey@free.fr>

	* src/encompass.c: Initialize gnome-vfs
	* src/encompass-goto.c: Handle HTML anchors better
	* src/encompass-html.c: Handle Meta Refresh redirections,
	  Don't handle anchors in the clicked callback anymore
	* src/encompass-menus.c: Update the copyright year
	* src/encompass-window.c: Shut down gnome-vfs
	
2002-05-27  Rodney Dawes <dobey@free.fr>

	* configure.in: Added pl to ALL_LINGUAS, up version to 0.4.99.31
	
2002-05-24  Rodney Dawes <dobey@free.fr>

	* configure.in: Up version to 0.4.99.30 and release/gnome-1-4 branch
	* po/POTFILES.in: Added encompass-ssl.c
	* src/encompass-cookies.c: Domain comparision fixes,
	  Remove debug spew when we get cookies from the server
	* src/encompass-html.[ch]: Redirect and HTTP POST fixes,
	  Use the new referer (sic) stuff
	* src/encompass-http.c: API updates fore neon changes,
	  Disable HTTP Auth for now,
	  Use the new referer (sic) stuff,
	  Redirect and HTTP POST fixes
	* src/encompass-ssl.[ch]: API updates for neon changes,
	  Show a dialog when SSL Cert verification fails
	* src/encompass-window.[ch]: sock_exit () -> ne_sock_exit (),
	  Added a signal connection for href callbacks in the html,
	  Added a second EncompassURI to BrowserWindow for the referer (sic)
	* src/encompass.c: neon namespace changes for sock_init ()
	
2002-05-14  Rodney Dawes <dobey@free.fr>

	* configure.in: Up version to 0.4.99.29
	* src/encompass-cookies.c: Handle cookie deletion,
	  Clean up the domain comparison code
	* src/encompass-goto.c: Return in the url parsing if the url is NULL
	* src/encompass-html.c: Fix a crash when the action of a form isn't
	  specified for GET method forms
	* src/encompass-http.c: Re-enable parsing for now
	
2002-05-14  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added Vietnamese (vi) to ALL_LINGUAS

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

	* configure.in: Up version to 0.4.99.26
	* src/Makefile.am: add in encompass-proxy.[ch]
	* src/encompass-auth.[ch]: Add these files for handling http auth code
	* src/encompass-proxy.[ch]: Add these files for handling proxy stuff
	* src/encompass-http.c: Use the new proxy auth function,
	  use the proxy settings from gconf
	* src/encompass-prefs.[ch]: Use the proxy settings from gconf
	* src/encompass.[ch]: Init gconf and add the new proxy/auth headers
	
2002-05-05  Rodney Dawes <dobey@free.fr>

	* src/encompass-cookies.[ch]: A not-quite-yet-working cookies impl
	* src/encompass-http.c: Find the cookies for a given url
	* src/encompass-window.c: Exit more cleanly when closing windows
	* src/encompass.[ch]: Global XML tree for storing cookies,
	  Add includes for libxml and the gal xml utils,
	  Load the cookies from the cookies.db file, disable neon debug for now
	
2002-05-03  Rodney Dawes <dobey@free.fr>

	* configure.in: Up version to 0.4.99.25
	* src/Makefile.am: Add encompass-ssl.[ch] to SOURCES
	* src/encompass-cookies.[ch]: Start working on cookie handling
	* src/encompass-goto.c: Add ftp url handling to call gnome_url_show (),
	  check the validitiy of url before freeing it
	* src/encompass-http.c: Disable POST support for now,
	  clean up some neon callbacks
	* src/encompass-ssl.[ch]: Added files and started real ssl support
	* src/encompass-window.c: Initialize some more things to NULL
	* src/encompass.c: Call sock_init () and turn on neon debugging
	* src/encompass.h: Include encompass-ssl.h
	
2002-04-09  Rodney Dawes <dobey@free.fr>

	* src/encompass-popup.c: Fix a bug that triggered a crash in
	  elysium-download when it wasn't already running
	
2002-04-03  Rodney Dawes <dobey@free.fr>

	* configure.in: Up version to 0.4.99.21
	* src/encompass-popup.c: More menu items, and more functions
	
2002-03-17  Rodney Dawes <dobey@free.fr>

	* configure.in: Up version to 0.4.99.20 for release,
	  use pkg-config for libelysium
	* pixmaps/Makefile.am: Need to dist the theme
	* src/Makefile.am: expand @ELYSIUM_*@ instead of using $(ELYSIUM_*)
	
2002-03-16  Rodney Dawes <dobey@free.fr>

	* src/EDownload-Shell.idl: Update to include the save_uri_as interface
	* src/encompass-popup.c: Don't need to waste ram doing strdups a lot,
	  chagned download_link to download_object,
	  add support for non-link items to the download_object function,
	  add encompass_save_object_as, to ask for a filename to download to,
	  fix a multiple-object bug in the popup menu,
	  move the gtk_signal_connects for the menu into the init function,
	  disable the "View Image" item if we're already viewing that image
	* configure.in: Up version to 0.4.99.17
	
2002-03-16  Rodney Dawes <dobey@free.fr>

	* src/Makefile.am: Added EDownload*.idls to the idl list
	* src/EDownload*.idl: Added files
	* src/Encompass.idl: Include EDownload.idl for the download stuff
	* src/encompass-popup.c: Enable download support (of links)
	
2002-03-16  Rodney Dawes <dobey@free.fr>

	* configure.in: Up version to 0.4.99.16
	* src/Makefile.am: Added encompass-cookies.[ch] and reordered sources
	* src/encompass-cookies.[ch]: Added files, on our way to cookies
	* src/encompass-http.[ch]: Moved the cookie callback to
	  encompass-cookies.[ch], made the WebThreadStuff struct public
	* src/encompass-shell.[ch]: Fixed a compile warning
	* src/encompass.h: Public WebThreadStuff, reordered headers
	
2002-03-16  Rodney Dawes <dobey@free.fr>

	* src/encompas-html.c: Fixed compile warning
	* src/encompass.h: Fixed neon includes
	* src/encompass-window.h: Grouped variables better
	* src/encompass-http.c: Start playing with cookies
	
2002-03-15  Rodney Dawes <dobey@free.fr>

	* src/encompass-goto.c: Clear the status bar when done loading,
	  Make the title bar for images just show the filename
	* src/encompass-http.c: Add progress reporting through the ProgressBar
	
2002-03-15  Rodney Dawes <dobey@free.fr>

	* src/encompass-http.c: Add some status reporting in the status bar
	
2002-03-15  Rodney Dawes <dobey@free.fr>

	* src/encompass-http.c: Add some redirect callbacks that don't
	  actually work yet
	* src/encompass-html.c: Don't need this extra strdup
	
2002-03-15  Rodney Dawes <dobey@free.fr>

	* pixmaps/32.png: rename to throbber.png
	* pixmaps/(back|forward|home|refresh|search|stop).png: 
	  Add some gnome2 stock pixmaps for the default toolbar theme
	* pixmaps/Makefile.am: Install a default theme
	* src/encompass-menus.c: Add the back/forward toolbar items to the
	  sensitivity setting functions
	* src/encompass-prefs.[ch]: Add theme preference
	* src/encompass-toolbars.c: Themeability and Back/forward buttons
	* src/encompass-window.c: Initialize the prefs struct, and load prefs
	
2002-03-15  Rodney Dawes <dobey@free.fr>

	* src/encompass-popup.c: Make most of the context menu do things
	
2002-03-14  Rodney Dawes <dobey@free.fr>

	* src/encompass-menus.c: Re-connect the signal for the stop menu item
	* src/encompass-popup.c: Start working on the context menu again
	* src/encompass-goto.c: Add a test case for anchors in the url parser,
	  append file:// to file: uris instead of just file:
	* src/encompass-history.c: Don't need to strdup the url
	
2002-03-13  Rodney Dawes <dobey@free.fr>

	* src/encompass-toolbars.c: Make the stop button call
	  encompass_http_stop when pressed
	* src/encompass-http.[ch]: Start working on making "stop" work
	* src/encompass-window.[ch]: Make the mutexes more privatized
	* sr/encompass.h: Get rid of global mutexes
	
2002-03-11  Rodney Dawes <dobey@free.fr>

	* src/encompass-goto.c: Fix a segfault when there is no / after the :
	  in a uri, fix potential overflows when using file:, add support
	  for mailto:, and handle mailto: correctly
	
2002-03-11  Rodney Dawes <dobey@free.fr>

	* src/encompass.c: Validate the uri before we send it to
	  the currently running process
	* src/encompass-goto.[ch]: Make encompass_validate_uri non-static
	
2002-03-11  Rodney Dawes <dobey@free.fr>

	* elysium/Makefile.am: Added to dist the elysium directory
	* elysium/.cvsignore: Don't put the generated files in cvs
	* Makefile.am: Add the elysium directory to SUBDIRS
	* configure.in: Output elysium/Makefile
	
2002-03-10  Rodney Dawes <dobey@free.fr>

	* elysium/control.xml.in: Added preliminary control.xml.in for elysium
	* confgiure.in: Modify the AC_OUTPUT ordering, output control.xml
	
2002-03-10  Rodney Dawes <dobey@free.fr>

	* configure.in: Added ro to ALL_LINGUAS
	  Upped version to 0.4.99.15
	
2002-03-10  Rodney Dawes <dobey@free.fr>

	* src/encompass.h: Added ne_auth.h to includes
	* src/encompass-http.c: Added proxy support and preliminary
	  HTTP and Proxy Authentication support
	* configure.in: Up version to 0.4.99.14 and release alpha 2
	
2002-03-03  Rodney dawes <dobey@free.fr>

	* configure.in: Require newer gdk-pixbuf, and neon >= 0.19.0
	  Up version to 0.4.99.13
	* src/encompass-http.[ch]: Added preliminary POST support to
	  encompass_http_load_url ()
	  Require the new neon api
	* src/encompass-goto.c: Handle the broken image paths on /.
	* src/encompass-toolbars.c: Fix the segfault if no image is found
	  Don't do anything if Stop button is pressed for now
	* src/encompass-window.c: Add the callback for form submission
	  Draw an empty page on creation to avoid segfaulting if someone
	  clicks in the page area
	* src/encompass-html.[ch]: Add the form submission html callback
	
2002-02-02  Rodney Dawes <dobey@free.fr>

	* po/POTFILES.in: Added GNOME_Encompass_Shell.oaf.in
	* configure.in: Removed zh_CN.GB2312 from ALL_LINGUAS
	
2002-01-22  Rodney Dawes <dobey@free.fr>

	* po/POTFILES.in: Regenerated the list of files
	* AUTHORS: Fixed the AUTHORS file
	
2002-01-05  Rodney Dawes <dobey@free.fr>

	* src/Makefile.am: Added NEON_(CFLAGS|LIBS) appropriately
	* configure.in: Added checks for neon, upped version to 0.4.99.11
	* src/encompass-goto.c: Add some error checking and code cleanups,
		autocomplete urls entered in the entry to http://
	* src/encompass-html.c: Add url request support for http[s], fix? the
		base url setting function up
	* src/encompass-http.[ch]: Added lovely http support via neon
	* src/encompass-window.[ch]: Added some thread mutexing stuff
	* src/encompass.[ch]: Added some threading and http support
	
2001-12-30  Rodney Dawes <dobey@free.fr>

	* src/encompass-bookmarks.[ch]: Added files
	* src/encompas-menus.c: Set the bookmarks menu item for the window
	* src/encompass-goto.c: Added title length limit to the go menu for
		session history
	* src/encompass-window.[ch]: Added bookmark menu item, added some
		tooltips usage
	
2001-12-27  Duarte Loreto <happyguy_pt@hotmail.com>

        * configure.in: Added Portuguese (pt) to ALL_LINGUAS

2001-12-18  Germn Poo-Caamao  <gpoo@ubiobio.cl>

	* configure.in: Added es to ALL_LINGUAS

2001-12-16  Rodney Dawes <dobey@free.fr>

	* src/encompass-menus.c: Changed the about box logo to png
	* pixmaps/Makefile.am: Switched to a png for the logo
	* pixmaps/encompass-logo.jpg: removed
	* pixmaps/encompass-logo.png: added
	* configure.in: Added zh_CN.GB2312 to ALL_LINGUAS
	
2001-12-09  Simos Xenitellis  <simos@hellug.gr>

	* configure.in: Added "el" to ALL_LINGUAS. 
	
2001-12-08  Rodney Dawes <dobey@free.fr>

	* src/encompass-window.h: include htmlobject.h and add a temporary
		object to the window structure
	* src/encompass-html.c: Load ~/public_html/index.html if someone
		decides to click on home
	* src/encompass-menus.c: Bind the home page loading function to the
		menu item
	* src/encompass-popup.c: Pop up a menu on right click, most of the
		stuff is disabled for now
	* configure.in: Up the version to 0.4.99.10 for the first alpha
	
2001-12-05  Rodney Dawes <dobey@free.fr>

	* src/encompass-goto.c: Prepend Image: to the image title
	* src/Makefile.am: Added encompass-popup.[ch] to SOURCES
	* src/encompass-html.c: Call the popup function on button 3 click
	* src/encompass-menus.c: Call the context menu init function,
		Add calls to set the sensitivity on the context menu
		back and forward items
	* src/encompass-popup.[ch]: Added context init function and the
		context menu popup function
	* src/encompass-window.h: Added context menu items to the struct
	* src/encompass.h: Added encompass-popup.h to the includes
	
2001-12-02  Rodney Dawes <dobey@free.fr>

	* src/encompass.[ch]: Added exit function for File->Quit
	* src/encompass-menus.c: Bind File->Quit to the exit function
	* src/encompass-goto.c: Set the urlbar entry text to the base url
	* src/encompass-print.c: Fix a little annoyance
	
2001-12-02  Rodney Dawes <dobey@free.fr>

	* src/encompass.h: Include elysium-file.h for the pixmap function
	* src/encompass-window.h: Set the default window icon
	* src/encompass-goto.c: Fix segfault if `pwd`/file doesn't exist
	
2001-12-02  Rodney Dawes <dobey@free.fr>

	* src/Makefile.am: Added encompass-search.[ch] to SOURCES
	* src/encompass-search.[ch]: Added files and searching functions
	* src/encompass.h: Added encompass-search.h to list of includes
	* src/encompass-menus.c: Bind the search callbacks to the menu items
	
2001-12-02  Rodney Dawes <dobey@free.fr>

	* src/encompass-window.c: Added encompass_window_destroy (), and bound
		the callback to the windows
		Create some toolbar(s)
	* src/encompass-toolbars.c: Added a preliminary urlbar
	* src/encompass-goto.c: Added encompass_entry_goto_url () for when
		a url is typed into the urlbar
	* src/encompass-popup.[ch]: Added files
	* src/encompass-html.c: Make the GtkHTML widget grab focus when
		a page is loaded
	* src/encompass.h: Added the refcount variable for the number of
		windows
	
2001-12-02  Rodney Dawes <dobey@free.fr>

	* src/encompass-print.c: Added the print function
	* src/encompass-menus.c: Added callback for the print function
	* configure.in: Upped the version number to 0.4.99.6
	
2001-12-02  Rodney Dawes <dobey@free.fr>

	* src/encompass-print.[ch]: Added a print preview function and
		a prototpe for a print function
	* src/encompass-history.c: Added a function prototype for saving
		the history to a file
	* src/encompass.h: Moved the BrowserWindow structure to *-window.h
	* src/encompass-prefs.c: Added prototypes for loading/saving prefs
	* src/encompass-prefs.h: Added the EncompassPrefs structure
	* src/encompass-window.h: Added prefs to the window structure
	* src/encompass-menus.c: Added the print preview callback
	
2001-11-24  Rodney Dawes <dobey@free.fr>

	* src/encompass.c: call the uri handler with an empty string if the uri
		list is empty
	* src/encompass-window.c: test for NULL or empty string when calling
		encompass_goto_url
	
2001-11-23  Rodney Dawes <dobey@free.fr>

	* src/encompass.h: Added a widget item for the go menu to BrowserWindow
	* src/encompass-menus.[ch]: Fixed encompass_go_menu_append ()
	* src/encompass-history.[ch]: Removed encompass_history_set_title
		Added encompass_history_go_list
	* src/encompass-goto.c: Most of the Go menu implementation (eek!)
	
2001-11-23  Rodney Dawes <dobey@free.fr>
	
	* src/encompass.h: Added back/foreward widget items to BrowserWindow
	* src/encompass-menus.[ch]: Fixed multi-window session history

2001-11-23  Rodney Dawes <dobey@free.fr>

	* src/encompass.h: Added back/foreward widget items to BrowserWindow
	* src/encompass-menus.[ch]: Fixed multi-window session history
	* src/encompass-history.[ch]: Added files
	* src/encompass.h: Struct rearranging
	* src/encompass-html.[ch]: Added callback for load_done signal
	* src/encompass-window.c: Bound the callback for load_done
	* src/encompass-goto.c: A little bit of joy for Back/Forward window
		session history
	* src/encompass-menus.c: Cleanup, Management for the Back/Forward
		menu items, moved the Go menu back to the top level
	* configure.in: Upped version to 0.4.99.5
	
2001-11-11  Rodney Dawes <dobey@free.fr>

	* src/encompass-goto.c: Jump to an anchor for full urls with anchors
	* src/encompass-html.c: Jump to an in-page anchor when clicked
	* src/encompass-html.[ch]: Added a refreshing callback
	* src/encompass-menus.c: Bound the Refresh menu item to the callback
	* src/encompass-window.c: Bound the size_changed signal to the
		refresh callback to redraw the window
		
2001-11-06  Rodney Dawes <dobey@free.fr>

	* src/encompass-goto.c: Make images load properly at top level
	* configure.in: Added vfs to EXTRA_GNOME_(CFLAGS|LIBS)
	
2001-11-05  Rodney Dawes <dobey@free.fr>

	* src/encompass-html.c: Make middle-click on images open a new
		window
	
2001-11-04  Rodney Dawes <dobey@free.fr>

	* po/POTFILES.in: Updated to the right list of source files
	* configure.in: Don't make macros/Makefile
	* Makefile.am: Don't build in macros/
	* src/encompass-menus.c: Commented out help topics macro (no help yet)
	* src/encompass-goto.[ch]: Added some url string parsing
	* src/encompass-html.[ch]: Added some callbacks for doing url
		requests, clicking on links, and setting the base url
	* src/encompass-window.c: Bound the callbacks to the html widget
	* src/encompass-file.[ch]: Added a GtkHTMLStream argument to the
		file loading function for loading images
	* src/encompass.h: Added the base uri to the window structure
	* configure.in: Fixed the PATH macros
	* src/Makefile.am: Hacks to make the idls build
	
2001-11-01  Rodney Dawes <dobey@free.fr>

	* src/encompass-menus.[ch]: Cleaned up some menus
	* src/encompass-window.[ch]: Added a status bar toggle function
	* configure.in: added AM_PATH_ORBIT () to work with the new orbits
	* src/encompass-print.[ch]: Added these files for the future
	
2001-10-30  Wang Jian  <lark@linux.net.cn>

	* configure.in(ALL_LINGUAS): Added zh_CN for Simplified Chinese.

2001-10-28  Rodney Dawes <dobey@free.fr>

	* src/encompass-goto.[ch]: Added files
	* src/encompass-file.c: Let's load a local file
	* configure.in: Added check for libelysium (EncompassURI)
	* src/Makefile.am: Added ELYSIUM_(CFLAGS|LIBS)
	* src/encompass-goto.c: Fixed segfault when url == NULL
	* src/encompass.c: Made window creation work without a url on the
		command line
	* src/encompass-menus.c: Added menu item to create new window
	* src/encompass-html.c: Added the url hovering stuff to show the url
		in the status bar of the window
	* src/encompass-html.c: Added title changing stuff
	
2001-10-27  Rodney Dawes <dobey@free.fr>

	* src/e-desktop.c: Removed this cruft for now
	* src/e-shell.[ch]: Renamed to encompass-shell.[ch]
	* src/*Tool*.idl: Removed these  for now
	* src/Encompass-EBar.idl: Removed this for now as well
	* src/encompass.xml: drop this for now too
	* src/Makefile.am: cleaned up for removed stuff and changes
	* configure.in: Up the version a bit
	* README: Add a notice of the minor rewrite
	* encompass.spec.in: Cleaned up a bit
	* src/*-(file|help|html|http|menus|toolbars|window).[ch]: added files
	* src/Makefile.am: Added added files to encompass_SOURCES
	* src/encompass-menus.[ch]: Add the basic menu layout and functions
	* src/encompass.c: actually create a window on startup, still need
		to add callbacks and widgets here though :-)
	* src/encompass-window.c: Add a gtkhtml widget to the window
	
2001-09-25  Rodney Dawes <dobey@free.fr>

	* configure.in: Added da.po to ALL_LINGUAS
	
2001-09-06  Rodney Dawes <dobey@free.fr>

	* src/*.idl: Added 3 new IDL files, for new features
	* src/menu.c: Changed the copyright
	* src/encompass.xml: Added some placeholders
	* TODO: Cleaned up a bit
	
2001-09-05  Abel Cheung  <maddog@linux.org.hk>

	* encompass.desktop, encompass.soundlist: Rename zh_TW.Big5 to zh_TW .

2001-08-31  Abel Cheung  <maddog@linux.org.hk>

	* configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW

2001-08-20  Rodney Dawes <dobey@free.fr>

	* src/encompass.c: Switch back to Encompass HTMLView
	* src/html.c: Clean up code, fix a segfault
	
2001-08-09  Rodney Dawes <dobey@free.fr>

	* src/*: Fixed namespacing issues with the idl/oaf stuff
	* src/menu.c: Added Ariel Rios to the about box
		Changed to work with new new control center
	
2001-08-01  Abel Cheung  <maddog@linux.org.hk>

	* encompass.desktop, encompass.soundlist: Added traditional Chinese
	translation by Joe Man <trmetal@yahoo.com.hk>

2001-07-31  Rodney Dawes <dobey@free.fr>

	* src/*.[ch]: Added partial back/forward support,
		cleaned up some spacing
	
2001-07-31  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Added zh_TW.Big5 (traditional Chinese) to ALL_LINGUAS.

2001-07-29  Rodney Dawes <dobey@free.fr>

	* src/*.[ch]: Made encompass <uri> work properly
	* src/Encompass-Shell.idl: added handleURI
	* src/encompass.c: Made encompass open a new window when no url is
		passed on the command line
	
2001-07-28  Rodney Dawes <dobey@free.fr>

	* src/GNOME_Encompass_Shell.oaf.in: Added file
	* configure.in: Added src/GNOME_Encompass_Shell.oaf to AC_OUTPUT
	* src/*.idl: Added IDL files
	* src/Makefile.am: Added pertinent information for oaf/idl files
	* src/encompass.c: Added url listener to change the entry bar
	
2001-07-21  Emese Kovacs  <emese@gnome.hu>

	* configure.in: Added Hungarian (hu) to ALL_LINGUAS.
	
2001-07-13  Kjartan Maraas  <kmaraas@gnome.org>

	* nn.po: Added Norwegian (nynorsk) translation.
	
2001-07-07  Rodney Dawes <dobey@free.fr>

	* src/encompass.[ch]: use the encompass-htmlview instead
	* src/menu.[ch]: Make the about box work properly
	* src/*.[ch]: Put #include <config.h> in the right places
	* src/encompass.c: Changed PACKAGE_LOCALE_DIR to GNOME_LOCALE_DIR
	
2001-05-24  Christopher R. Gabriel  <cgabriel@softwarelibero.org>

	* configure.in (ALL_LINGUAS): added Italian translation

2001-04-18  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* configure.in: Added sk (Slovak) to ALL_LINGUAS.
	* encompass.desktop, encompass.soundlist: Added Slovak translation from Marcel Telka <marcel@telka.sk>

2001-03-28  Christian Rose  <menthos@menthos.com>

	* configure.in: Added sv (Swedish) in ALL_LINGUAS.
	* encompass.desktop, encompass.soundlist: Added Swedish entries.

2001-03-22  Christophe Merlet <redfox@eikonex.org>

	* configure.in: Added fr (French) in ALL_LINGUAS
	* encompass.desktop, encompass.soundlist: Added French strings.

2001-03-18  Christian Meyer <chrisime@gnome.org>

	* encompass.desktop, encompass.soundlist: Added German entries.

2001-03-18  Fatih Demir <kabalak@gtranslator.org>

	* encompass.soundlist: Added Turkish entries.

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

	* configure.in: ALL_LINGAUS+="de fr lt ru"

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

	* src/Makefile.am: define LOCALEDIR.
	* src/encompass.h: don't include "../config.h"...
	* src/*.c: ... include it here.
	* src/encompass.c: init gettext.
	* src/prefs.c, src/toolbar.c: change N_() to _().

2001-03-08  Fatih Demir	<kabalak@gtranslator.org>

	* encompass.desktop: Added Turkish entries.
	* src/.cvsignore: Ignore the objects and .deps, .libs
		directories.
	* configure.in: Added "ja" and "tr" to ALL_LINGUAS.

2001-03-08  Yukihiro Nakai <nakai@gnome.gr.jp>

	* .desktop: Add Japanese translation.

2001-03-07  Radek Doulik  <rodo@ximian.com>

        * src/html.c:
		(entry_goto_selected_url): added missing
			GdkEventButton *event parameter
        	(goto_url): remove item from list before g_free'ing it

2001-03-07  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added Norwegian to ALL_LINGUAS.
	
2001-03-03  Rodney Dawes  <dobez@fnmail.com>

	* src/encompass.xml: Added Help menu, Icon fixes
	* src/menu.[ch]: Added About Box code
