2003-10-10 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.7.2

	* Bookmarks check: Task #2240 (Bookmarks check) is 30% ok. 
	This is a very experimental feature. Bug reports and freature
	requests are welcome :-) For the moment, only XBEL format can be 
	checked and bookmarks can not be modified (there is also some 
	encoding problems).

	* search: Minor updates.

	* URL parser: Correction of bug #5808 (Query string is added on
	redirections).

	* GUI: "pixmaps" directory has been removed. Pictures are now under
	"ui" directory, with glade file. Maintainers should adapt their
	packages.

	* translations: Alexander Hunziker <alex.hunziker@rega-sense.ch>
	maintain the german translation.

	* other: Some code reorganization.
	
2003-10-01 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.7.1

	* URL parser: Correction of bug #5487 (Problem with some
	redirections). Correction if bug #4731 (Problem with BASE 
	tag and HREF attribut).

	* search: Task #1871 (Basic search engine) is completed now.

2003-09-19 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.7.0

	* GUI: Task #2517 (Dynamically modify delay between checks) is now
	ok. Also added possibility to modify timeout. Added history for
	all combo boxes, and ability to clear them in the 
	preferences (notebook "Personnal data"). Removing "check level"
	limit in the preferences. Correction of a bad double click
	handleling when treeview is empty.

	* search: Task #1871 (Basic search engine) is in progress. for
	the moment search only can be done on whole pages.

2003-08-26 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.6.0-pre6cvs2003082600

	* GUI: Correction of a problem in image preview.

	* HTML parser: Correction of a problem in the
	uc_html_parser_prepare_buffer () function.

	* URL parser: Connection speed enhancement. Now using
	glib threads instead of direct calls to pthread library.

	* other: Other debugging and optimizations. There is still a
	problem with too many timeouts, due to the use of gdk_input_*
	instead of g_io_*.

2003-08-14 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.6.0-pre6

	* GUI: Now use theme settings for treeview rows color.

	* URL parser: Correction of bug #4722 (Problem with relative urls).
	Other debugging and optimization.

	* HTML parser: Correction of bug #4727 (HTML parser crash). Other
	debugging and optimization. Added ability to ignore item or cancel
	both during HTML parsing.

	* other: There is still some problem with the thread that create
	socket. Sometime it freeze gURLChecker while connecting.

2003-08-11 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.6.0-pre5

	* GUI: Now treeview has colorized rows to be easier to
	read.

	* URL parser: Correction of bug #4359 (First page properties).
	Threaded socket opening to avoid freeze of the UI waiting
	for the timeout.

	* other: Other debugging and enhancements. I hope next
	release will be "stable" 0.6.0 release... depending of
	users feedback.

2003-08-10 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.6.0-pre4cvs2003081001

	* URL parser: Enhancement of timeout management during data
	retrieving.

2003-08-10 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.6.0-pre4cvs2003081000

	* URL parser: Task #2491 (Manage a cache for connections) 
	is now ok.

2003-08-09 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.6.0-pre4

	* GUI: Task #1957 (Double click action) is ok now.

	* URL parser: Correction of bug #4627 (Detection of bad relative 
	links syntax). Correction of bug #4639 (Bad URL encoding).
	
	* HTML parser: Correction of a segfault in BASE tag management.

	* other: Task #2494 (URL on the command line) is ok now. Correction 
	of a problem with timeout during email MX check. Other debugging.
	
2003-08-05 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.6.0-pre3

	* GUI: Added possibility to check or not within HTML
	comments.

	* parser: Applied a patch from James Antill <james@and.org>
	that fix a segfault in the HTML parser. Correction of
	bug #4613 (Interpretation of BASE tag). Fixed some bugs
	in redirection handling.

	* other: Applied a patch from Koop Mast <einekoai@chello.nl>
	for FreeBSD compatibility.

2003-08-03 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.6.0-pre2

	* GUI: Removing progress bar during the check.

	* parser: Correction of a bug that was resulting in a segfault.
	Improved redirection handleling. Other debugging in urls building.
	Correction of a UTF-8 conversion bug that was resulting in segfault.
	A lot of enhancement in management of urls and links.

2003-07-31 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.6.0-pre1

	* GUI: Correction of a bug in the management of selection
	on the main tree view widget. Adding possibility for user to specify
	if he/she want gurlchecker to download code of files with a content
	different of web content (pdf, sxw...). Some correction about
	visibility in the glade file.

	* parser: Correction of bug #4514 (URL encoding management).
	Correction of a bug that was resulting in a segfault at check
	start.

	* other: I decided to freeze gURLChecker. Stable version v0.6.0
	will coming soon. Thanks to test preX releases!

2003-07-28 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.6cvs20030728

	* GUI: Added ability for user to choose if we download or
	not images source code (for image preview feature). By
	default this functionnality is deactivated. You would activating
	it to preview checked images.

	* parser: Correction of bug #4515 (Waiting time between downloads).

2003-07-28 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.6

	* GUI: Enhancement of the link properties dialog.

	* parser: Task #1918 (Image preview) is ok now. Correction of bug 
	#4487 (Management of blanks in urls). Now source code is downloaded
	juste after the header check. A lot of optimization and debugging.

	* other: UTF-8 enhancement.

2003-07-23 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.5cvs20030723

	* parser: Corrected a problem with parent link.

	* other: Some minor corrections (language).

2003-07-20 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.5

	* GUI: Treeview popup enhancement. Task #1858 (Emails tags) 
	is now fully implemented (with syntax and MX availability check).
	
2003-07-17 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.4cvs20030717

	* GUI: Task #1858 (Emails tags) is 80% completed.

	* parser: Correction of bug #3408 (Frames handling).
	Added support for "TITLE" attribut of the "IMG" element.
	Other debugging.

2003-07-16 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.4

	* GUI: Added a "Protocols" notebook in the "Filters" section of
	preferences.
	
	* parser: Tasks #2422 (Manage FILE protocol) and 
	#2333 (Directory selection) are ok now. Improved "Ignore Item"
	and "Suspend/Continue" functionalities. A lot of debugging.
	UTF8 enhancement.

2003-07-14 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.3cvs20030714

	* parser: debugging.
	
2003-07-08 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.3cvs20030708

	* parser: Correction of bug #4091 (Problem with empty ALT 
	attribute) and #4074 (Tags around HREF tag label). Also corrected 
	some bugs resulting on crash error at exit or on new check. 
	Some optimization and other debugging. There is still bugs in the 
	html parser that crash the application on some special conditions.

	* other: Gunner Poulsen <gp@lyngbjerggaardskolen.dk> maintain the
        danish translation.

2003-06-24 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.3

	* GUI: Added menu icons. Added gURLChecker logo. gURLChecker
	icon is ok under ./pixmaps/ (package maintainers can now
	integrate it in their package).

	* parser: Some code cleaning.

2003-06-24 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.2cvs20030624

	* GUI: New type icons. Added a state column in the
	urls treeview. Added Jan Henrik Helmers <jh@helmers.org>
	in the about.

	* parser: Correction of bug #4063 (Problem with carriage return).
	Other debugging and some code cleaning.

	* GUI + parser: Added possibility to reject directories
	and domains.

2003-06-23 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.2cvs20030623

	* GUI: improving filters management.

2003-06-16 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.2

	* parser: Recoded the whole HTML parser. Correction of bug
	#3841 (Tag detection problem).

2003-06-14 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.1cvs20030614

	* GUI: Added possibility to view online the parent page of a  
	URL. Begun task #1861 (HTML page properties). Updated
	preferences dialog.

	* other: integration of some trunks of glibc g_hash_table private 
	code to avoid using the g_hash_table_foreach () function.

2003-06-12 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.1

	* GUI: Added possibility to view a URL online.

2003-06-11 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.0cvs20030611

	* GUI: Added possibility to set a web browser in the Preferences.

2003-06-10 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.0cvs20030610

	* GUI: More informations on the report frame.

	* parser: Some debugging and code cleaning. Added popup to
	prevent the user that for the moment we are not handleling
	web sites with frames.

2003-06-01 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.0

	* other: Applying FreeBSD patch from Koop Mast <einekoai@chello.nl>.
	
2003-05-30 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.5.0

	* parser: Correction of bug #3802 (problem with the
	"uc_url_get_absolute" function), bug #3805 (don't handle some 
	href links) and bug #3804 (does not handle some image tags).
	Task #2143 (Image link label) is ok now.

	* other: First official "Unstable" release of gURLChecker.

2003-05-20 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.15

	* other: Code restructuration.

2003-05-17 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.15

	* parser: Correction of bug #3545 (Check all links) and 
	bug #3647 (Problem with some tags beginning by <!).
	Some other debugging and optimization on redirection handling
	and relative links interpretation.

	* GUI: You can now view all link occurencies by clicking with the
	right mouse button on a url of the treeview.

2003-05-11 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.14

	* parser: Correction of bug #3543 (Problem with some HTML comments).

2003-05-11 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.14

	* parser: Correction of bug #3539 (Problem with some relative urls).
	Some other debugging.

2003-05-08 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.13

	* parser: Correction of bug #3308 (Special urls).
	
	* other: Florent Jugla <juglaf@wanadoo.fr> maintain the 
	esperanto translation.

2003-04-30 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.12

	* parser: Correction of bug #3406 (Redirections handling ).
	Some optimization.

	* GUI: Correction of bug #3407 (Detailed information error).
	We now display the real URL value in the treeview, instead
	of our normalized URL.

	* other: Some code reorganization.

2003-04-28 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.11

	* parser: Correction of bug #3359 (gURLChecker Crash during the 
	check).

2003-04-27 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.11

	* parser: Correction of bug #3348 (Ignore item bug).

2003-04-25 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.11

	* GUI: Corrected very old bug (resulting in crash error) in 
	the treeview display functions.

	* parser: Correction of bug #3326 (Crash on some urls).
	
2003-04-24 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.10

	* GUI: Task #2087 (Link in detailed informations) is ok
	now. ID column in the treeview has been hidden.

	* parser: Correction of bug #2708 (Disk free space check) and bug
	#3305 (Parser error in link interpretation). Also correcting a
	format error on link label formater.

2003-04-21 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.9

	* GUI: Correction of bug #3281 (Copy/paste possibility).
	Task #2079 (Parent page in detailed information) is ok now.

	* parser: Correction of bug #3283 (bug in uc_utils_socket_open),
	bug #3280 (Proxy problem with private network) and bug 
	#3285 (Parsable content types).

2003-04-18 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.8

	* GUI: Added possibility to launch new instances of gURLChecker in
	the main menu. Correction of bug #3261 ("Check in progress..." 
	window).

	* parser: Correction of bug #2990 (Status detection problem).

	* other: Added some standard command line options.
	

2003-04-17 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.7

	* GUI: Correction of bug #3228 (Segfault on exit).

2003-04-08 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.6

	* other: Daniel Pecos <dani@netpecos.org> maintain the spanish
	translation. Takeshi Aihana <aihana@gnome.gr.jp> maintain the japanese
	translation. At last, I have fixed the numerotation og gURLChecker :-)
	Corrected bug in /src/Makefile on libglade compilation
	flag (gURLChecker should work better on redhat now :-) ). I have
	also modified glade .xml file path (/gui -> /ui).

2003-04-07  Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.5-3

	* parser: Correction of bug #3131 (Probleme with some urls) and bug
	#3134 (Status code 400 on some valid urls).

	* other: Dag Wieers <dag@wieers.com> maintain a RPM repository for
	gURLChecker.

2003-04-02  Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.5-2

	* GUI: Added colored progress bars in report display. Correction
	of bug #3041 (Shortcuts problem) and bug #3022 (Gnome proxy settings).

	* parser: Little optimization.

	* other: Revisited proxy management.

2003-03-31  Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3.5-1

	* GUI: Improved main window resizing. Improved "new project" 
	creation. Added more menu shortcuts.

	* other: Task #1976 (Allow multiple instances) is now ok.

2003-03-29  Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3-5b

	* parser: Correction of bug #2860 (HREF links value without quotes).

2003-03-28  Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3-5a

	* other: Correction of bug #2979 (Working directory selection).

2003-03-28  Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3-5

	* other: Correction of bug #2977 (Segmentation fault), due to a bad
	handling of the gurlchecker configuration file when it was
	reinitialized.

2003-03-19  Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3-4

	* parser: Correction of bug #2844 (Images tags are not handled
	correctly), bug #2859 (Does not run on redhat 8) and 
	bug #2875 (IMG links value without quotes ). Task #1938 (use GConf for
	proxy) is ok now.

	* other: Installation files have changed. Installation directories
	have changed (gui/ and pixmaps/). A lot of debugging (especially in
	the urls parser and in the proxy management).

2003-03-17  Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3-3

	* parser: Correction of a bug in the proxy support. It should be ok
	now.
	
2003-03-16  Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3-2

	* parser: Correction of bug #2550. Task #1927 (Proxy) is ok now.

2003-03-12  Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3-1

	* GUI: Task #1927 (Progress bar) and Task #1926 (Ability to ignore 
	a page) are ok now. Frames reorganisation.

2003-03-11  Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.3-0

	* parser: Debugging. Network sending and reading are threaded now 
	using gdk_input_add. Correction of bug #2750 (Signals management). 

	* GUI: Correction of bug #2712 (Treeview segmentation fault). 
	UTF8 corrections. Task #1860 (Display icons) is ok now.
	
2003-03-03  Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.2-0

	* parser: Correction of bug #2703 (Parser segmentation fault). 
	Debugging. Task #1873. Task #1857 (Check images tags (img)) is ok 
	now. Parser optimizations.
	
	* GUI: Libglade debugging (Bug #2699). Task #1873 (Display HTML 
	source code) is ok now.  Added link type in the treeview.

2003-02-28  Emmanuel Saracco <esaracco@noos.fr>
	* version: 0.1-6

	* GUI: More informations in the treview urls list.

	* other: Code restructuring and code debugging. Correction of 
	bug #2565 (Segmentation fault).

2003-02-26  Emmanuel Saracco <esaracco@noos.fr>
	* version: 0.1-5

	* GUI: Little debugging on the "View" menu item.

	* other: Code restructuring.

2003-02-16  Emmanuel Saracco <esaracco@noos.fr>
	* version: 0.1-4

	* parser: Some code debugging (Segmentation fault) and timeouts 
	alarm optimization.

	* GUI: Some optimization on treeview display.

2003-02-16  Emmanuel Saracco <esaracco@noos.fr>
	* version: 0.1-3

	* GUI: Correction of bug #2555 (Header display).

2003-02-15  Emmanuel Saracco <esaracco@noos.fr>
	* version: 0.1-2

	* parser: Correction of bug #2540 (Timeouts display in the treeview).

2003-02-14  Emmanuel Saracco <esaracco@noos.fr>
	* version: 0.1-1

	* parser: Correction of bug #2551 (Max number of checked links).

2003-02-12  Emmanuel Saracco <esaracco@noos.fr>
	* version: 0.1

	* GUI: Deleted all the things regarding local file scan. Added
	possibility for the user to mask treeview to see only bad links or
	good links etc.
	
	* parser: Deleted all the things regarding local file scan.

2003-02-10  Emmanuel Saracco <esaracco@noos.fr>
	* version: 0.1pre11

	* parser: Final file/directory confusion bug corrected. Scan time
	optimization.

2003-02-10  Emmanuel Saracco <esaracco@noos.fr>
	* version: 0.1pre10

	* parser: Parser work much better now, but it sill have bugs. A lot 
	of improvements. Multiple same links are only checked once.

	* GUI: About box is ok now.

2003-01-26  Emmanuel Saracco <esaracco@noos.fr>
	* version: 0.1pre9

	* parser: The parser is now functionnal and can really check
	recursivly a given web site.

	* other: Somme code debugging

2002-12-06 Emmanuel Saracco <esaracco@noos.fr>
	* version: 0.1pre8

	* parser: Now, gURLChecker does not request header page for urls
	that have been already checked.  Handling 301 server code. Code
	debugging. Urls with redirection now can be parse. gURLChecker is now
	enable to do recursives checks :-)

	* GUI: Deactivation of all items regarding local files check.

2002-11-25 Emmanuel Saracco <esaracco@noos.fr>
        * version: 0.1pre7

	* GUI: Most of the glade items are now loaded at application start. 
	Some hard coded items are now managed with glade too. Items in the 
	top right frame now don't move anymore with the information text 
	messages. Corrected a bug in the status code information display. 
	Now, user select content type to not check instead of content type 
	to check, in dialog preferences. Added support for multiple 
	format informations display (basic and detailed).

2002-11-20 Emmanuel Saracco <esaracco@noos.fr>
        * version: 0.1pre6

	* GUI: Added libglade support.

2002-11-19 Emmanuel Saracco <esaracco@noos.fr>
	* version: 0.1pre5

	* parser: Added display of check report. Added possibility of 
	canceled the check.
		  
	* GUI: Created a gURLChecker logo... 
	Yeah, I know, I am not graphist :-)

	* other: code cleaning and debugging.

2002-11-18 Emmanuel Saracco <esaracco@noos.fr>
        * version: 0.1pre4

        * preferences: Corrected bugs. Updated preferences management.

	* parser: Added check report (not yet displayed). Added some support 
	for associating server status code with friendly message and 
	description.

	* GUI: Added colorized display for list items.
	
        * other: Some code reorganisation.

2002-11-15 Emmanuel Saracco <esaracco@noos.fr>
        * version: 0.1pre3

        * parser: Added support for urls with anchor indication. 
	Added connexion timeout and file parser. gURLChecker is now enable 
	to check other ports than 80

	* other: code cleaning and debugging.

2002-11-08 Emmanuel Saracco <esaracco@noos.fr>
	* version: 0.1pre2
	
	* GUI: Added a progress dialog to display checking URLs and 
	operations states. Added some inputs controls.
	       
	* parser: Now the URLs parser can wait a little bit between two 
	checks, to avoid being rejected from the scanned host.

2002-11-06 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.1pre1
	
	* parser: Added some parser work and display functions (the very 
	beginning of the storie :-) ).
	  
2002-10-31 Emmanuel Saracco <esaracco@noos.fr>

	* version: 0.1pre0
	
	* Initial version
