Sun May 19 11:10:20 2002  Petr Baudis <pasky@ucw.cz>:

	* configure.in (REL_0_3):

	Use full version number, not just branch number. 0.3.2 

Sun May 19 11:07:56 2002  Petr Baudis <pasky@ucw.cz>:

	* main.c (REL_0_3):

	Fixed possible crash when reading long streams by -source. Patch by
	Mikulas.  

Sun May 19 11:07:28 2002  Petr Baudis <pasky@ucw.cz>:

	* SITES (REL_0_3):

	Updated ELinks site.  

Sun May 12 15:20:01 2002  Petr Baudis <pasky@ucw.cz>:

	* BUGS, dns.c (REL_0_3):

	The famous DNS bug (connection terminated in lookup state caused
	catastrophe; broken kill_dns_request()) should be finally fixed now.  

Fri Mar 29 10:26:31 2002  Petr Baudis <pasky@ucw.cz>:

	* menu.c (REL_0_3):

	Stale comment removed 

Fri Mar 22 19:20:26 2002  Petr Baudis <pasky@ucw.cz>:

	* menu.c (REL_0_3):

	fixed the about dialog bug 

Tue Mar 19 21:37:41 2002  Petr Baudis <pasky@ucw.cz>:

	* bfu.c (REL_0_3):

	fix for SIGFPE for empty menu, reported by Edward Wildgoose
	<Ed@Wildgooses.com> 

Sun Mar 17 21:22:47 2002  Petr Baudis <pasky@ucw.cz>:

	* Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure,
	configure.in, stamp-h.in, Makefile.am (REL_0_3):

	Remove mailcap.pl from EXTRA_DIST.  

Thu Mar 14 20:41:39 2002  Petr Baudis <pasky@ucw.cz>:

	* session.c (REL_0_3):

	fixed stripping of last char from url when adding a bookmark -
	thanks go to zas 

Sat Mar  2 11:29:52 2002  Petr Baudis <pasky@ucw.cz>:

	* connect.c:

	Hacked connect() in order to get this thing working on *censored*
	*censored* *censored* BSD *censored* *censored* 

Tue Feb 12 12:18:41 2002  Petr Baudis <pasky@ucw.cz>:

	* lua.c:

	fixed crash when links_home is NULL 

Sat Feb  9 11:12:31 2002  Petr Baudis <pasky@ucw.cz>:

	* url.c:

	take [address] as an ipv6 address only in the hostname part of URL -
	bug reported by Stepan Roh <stepan@srnet.cz> 

Fri Feb  8 21:14:39 2002  Petr Baudis <pasky@ucw.cz>:

	* BUGS:

	added bug reported by Kovacs Zoltan
	<kovacsz@pc10.radnoti-szeged.sulinet.hu> 

Fri Feb  8 06:24:08 2002  Petr Baudis <pasky@ucw.cz>:

	* dns.c:

	typo fix in dns.c, by Cristiano Guadagnino <criguada@tin.it> 

Thu Feb  7 00:12:53 2002  Petr Baudis <pasky@ucw.cz>:

	* BUGS, TODO:

	added some more items 

Thu Feb  7 00:00:41 2002  Petr Baudis <pasky@ucw.cz>:

	* session.c:

	fixed small bug in lua hooks which caused links to crash if
	non-existent local file was specified as a frame source 

Wed Feb  6 23:37:56 2002  Petr Baudis <pasky@ucw.cz>:

	* dns.c:

	disable 4to6 mapping, possibly solving the problem with the non
	ipv6-enabled kernels but ipv6 enabled libc 

Wed Feb  6 23:10:29 2002  Petr Baudis <pasky@ucw.cz>:

	* bookmarks.c:

	memorizing last search until escaping from the bookmarks dialog,
	patch by Zas, lead fixed by pasky; bookmarks search should hopefully
	be done by now 

Mon Feb  4 14:13:06 2002  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, links.1, os_dep.c, os_dep.h:

	Port to RISC OS by Peter Naulls <peter@chocky.org> 

Sun Feb  3 07:50:40 2002  Petr Baudis <pasky@ucw.cz>:

	* html.c:

	forgot one line in querystring patch 

Fri Feb  1 21:49:59 2002  Petr Baudis <pasky@ucw.cz>:

	* BUGS, TODO:

	changes and moves etc 

Fri Feb  1 21:46:10 2002  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, default.c, contrib/README:

	Added possibility to change default colors settings - original patch
	by Peter Wang, disabled default_bg && default_vlink for now 

Fri Feb  1 17:33:26 2002  Petr Baudis <pasky@ucw.cz>:

	* bfu.c, links.h, os_dep.c, session.c, url.c:

	Cleanup safe_strncpy and spread its use to more places.  

Fri Feb  1 13:49:13 2002  Petr Baudis <pasky@ucw.cz>:

	* links.h:

	cleanups in bookmarks section, box stuff moved to bfu section;
	original patch by Zas <zas@norz.org> 

Fri Feb  1 10:16:49 2002  Petr Baudis <pasky@ucw.cz>:

	* connect.c, sched.c:

	hopefully fixed segfault when killing background connection in
	lookup state 

Thu Jan 31 22:32:09 2002  Petr Baudis <pasky@ucw.cz>:

	* html.c:

	make UL, DIR, MENU, OL and DL _block_ elements, thus leaving a line
	after themselves 

Thu Jan 31 22:24:56 2002  Petr Baudis <pasky@ucw.cz>:

	* bookmarks.c:

	Bookmark resaving by Zas <zas@norz.org> - from now on, bookmarks are
	saved after each change 

Thu Jan 31 16:35:50 2002  Petr Baudis <pasky@ucw.cz>:

	* cookies.c:

	comments change in cookies.c 

Thu Jan 31 15:50:33 2002  Petr Baudis <pasky@ucw.cz>:

	* menu.c, session.c:

	Hopefully FINALLY(!) fixed the unhistory - now it should be
	rock-stable and any rumours telling otherwise should not be trusted
	in any rate ;-). This fix comes after three-hours research and
	massive changes and reverts as a tiny one-liner + some comments
	dropped around the history code accompanying it.  

Wed Jan 30 22:27:24 2002  Petr Baudis <pasky@ucw.cz>:

	* menu.c, session.c:

	some unhistory experiments, history should be stable, unhistory may
	core randomly so don't use it now :^). now sleep time, children 

Wed Jan 30 21:54:37 2002  Petr Baudis <pasky@ucw.cz>:

	* default.c, menu.c, session.c, view.c:

	certain (un)history cleanups and fixes, not yet complete 

Wed Jan 30 19:27:56 2002  Petr Baudis <pasky@ucw.cz>:

	* menu.c, session.c:

	small unhistory cleanups 

Wed Jan 30 15:16:03 2002  Petr Baudis <pasky@ucw.cz>:

	* Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure,
	configure.in, stamp-h.in, AUTHORS, dns.c:

	MacOS address resolution fix (Aldy Hernandez) (from 0.97pre2) 

Wed Jan 30 15:08:32 2002  Petr Baudis <pasky@ucw.cz>:

	* acconfig.h, aclocal.m4, config.h.in, configure.in, Makefile.in,
	configure, stamp-h.in, os_dep.c:

	Fix compile error when -lgpm works but gpm.h is not there (Mikulas
	Patocka) (from 0.97pre2) 

Wed Jan 30 15:05:16 2002  Petr Baudis <pasky@ucw.cz>:

	* NEWS:

	Dummy NEWS to make automake happy 

Wed Jan 30 14:58:40 2002  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, view.c:

	Fixed segfault when posting large form (Jacek Fedorynski) (from
	0.97pre2) 

Wed Jan 30 14:48:56 2002  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, entity.inc, Unicode/entities.lnx:

	Added &euro; symbol (Cliff Cunnington) (from 0.97pre2) 

Wed Jan 30 14:16:19 2002  Petr Baudis <pasky@ucw.cz>:

	* html.c:

	Fixed fix of stripping query strings from form's actions (Mikulas
	Patocka) (from 0.97pre1) 

Wed Jan 30 14:06:44 2002  Petr Baudis <pasky@ucw.cz>:

	* html.c, view.c:

	Fixed crash when amount of items in select box decreases after
	reload, make it remember select item on reload (fixes www.xchat.cz)
	(Mikulas Patocka) (from 0.97pre1) 

Wed Jan 30 13:58:17 2002  Petr Baudis <pasky@ucw.cz>:

	* html.c, html_r.c:

	Do not allow larger input fiels than screen size (Mikulas Patocka)
	(from 0.97pre1) 

Wed Jan 30 13:55:40 2002  Petr Baudis <pasky@ucw.cz>:

	* html.c:

	Fix one read overrun in parser (Mikulas Patocka) (from 0.97pre1) 

Wed Jan 30 13:48:21 2002  Petr Baudis <pasky@ucw.cz>:

	* view.c:

	Fixed crash in OS/2 when user pressed Ctrl-V and clipboard was empty
	(Mikulas Patocka) (from 0.97pre1) 

Wed Jan 30 13:47:08 2002  Petr Baudis <pasky@ucw.cz>:

	* select.c:

	Fixed leaving zombie processes when more children exited
	simultaneously (Mikulas Patocka) (from 0.97pre1) 

Wed Jan 30 13:45:53 2002  Petr Baudis <pasky@ucw.cz>:

	* menu.c:

	Fixed error when sprintf return value is defined as 'void' in
	headers (Mikulas Patocka) (from 0.97pre1) 

Wed Jan 30 13:44:11 2002  Petr Baudis <pasky@ucw.cz>:

	* view.c:

	work-around for Sun C bug (Mikulas Patocka) (from 0.97pre1) 

Wed Jan 30 13:42:43 2002  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, connect.c, html.c, view.c:

	compile incompatibilites, fix by Karel Kulhavy (from 0.97pre1)
	(probably not everything, but dunno how classify the other fixes) 

Tue Jan 29 22:10:22 2002  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, language.h, language.inc, intl/index.txt,
	intl/dutch.lng:

	Dutch translation by Stefan de Groot <stefan@nllinux.nl> (from
	0.97pre1) 

Tue Jan 29 22:07:42 2002  Petr Baudis <pasky@ucw.cz>:

	* language.inc, intl/slovak.lng:

	small fix in slovak.lng 

Tue Jan 29 22:06:02 2002  Petr Baudis <pasky@ucw.cz>:

	* links.h:

	workaround for cygwin including getops.h (from 0.97pre1) 

Tue Jan 29 22:03:15 2002  Petr Baudis <pasky@ucw.cz>:

	* links.h:

	declare parse_http_date().. hey, yes, we really use him in cookies.c
	as well ;) (from 0.97pre1) 

Tue Jan 29 21:57:16 2002  Petr Baudis <pasky@ucw.cz>:

	* cookies.c:

	Do not reject cookies with insecure domain (but send them only to
	original server, not to the whole domain) (from Mikulas Patocka)
	(from 0.97pre1) 

Tue Jan 29 21:56:32 2002  Petr Baudis <pasky@ucw.cz>:

	* entity.inc:

	removed some duplicite entries (inspired by 0.97pre1) 

Tue Jan 29 21:51:56 2002  Petr Baudis <pasky@ucw.cz>:

	* SITES:

	another download mirror (from 0.97pre1) 

Tue Jan 29 21:50:23 2002  Petr Baudis <pasky@ucw.cz>:

	* Unicode/entities.lnx:

	removed some duplicite entries (inspired by 0.97pre1) 

Tue Jan 29 08:58:18 2002  Petr Baudis <pasky@ucw.cz>:

	* contrib/bm.lua:

	escaping more characters, refusing to save bookmarks if not loaded
	properly (Peter Wang's) 

Mon Jan 28 12:02:50 2002  Petr Baudis <pasky@ucw.cz>:

	* bookmarks.c:

	bookmark updates by zas - swap cancel and clear, after search move
	pointer to top, on enter to the bookmark manager reset search
	results 

Sat Jan 26 19:42:35 2002  Petr Baudis <pasky@ucw.cz>:

	* BUGS, TODO:

	reduced a bit 

Sat Jan 26 19:38:08 2002  Petr Baudis <pasky@ucw.cz>:

	* html.c:

	XMP wrapped to PRE 

Sat Jan 26 15:21:47 2002  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, BUGS, HACKING, INSTALL, LUA, README, SITES, TODO:

	Added Id tags 

Sat Jan 26 15:21:28 2002  Petr Baudis <pasky@ucw.cz>:

	* NEWS:

	removed dummy files 

Sat Jan 26 14:41:08 2002  Petr Baudis <pasky@ucw.cz>:

	* view.c:

	more sanity checking 

Sat Jan 26 11:33:56 2002  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, bookmarks.c, language.h, language.inc, links.h,
	intl/brazilian_portuguese.lng, intl/bulgarian.lng,
	intl/catalan.lng, intl/czech.lng, intl/english.lng,
	intl/estonian.lng, intl/french.lng, intl/galician.lng,
	intl/german.lng, intl/greek.lng, intl/hungarian.lng,
	intl/icelandic.lng, intl/italian.lng, intl/lithuanian.lng,
	intl/polish.lng, intl/romanian.lng, intl/russian.lng,
	intl/slovak.lng, intl/spanish.lng, intl/swedish.lng,
	intl/turkish.lng, intl/ukrainian.lng:

	Bookmarks filtering, some minor bookmarks cleanups - patch by Zas 
	<zas@norz.org>. It still needs improvements, though.  

Sat Jan 26 10:24:40 2002  Petr Baudis <pasky@ucw.cz>:

	* connect.c, sched.c:

	Finally fixed the problem (in one time, there might be two
	connections in the scope of one struct connection) - after all, the
	fix was quite simple :).  

Fri Jan 25 18:08:22 2002  Petr Baudis <pasky@ucw.cz>:

	* connect.c, sched.c:

	hopefully fixed one evil crash inside connected() 

Fri Jan 25 17:36:31 2002  Petr Baudis <pasky@ucw.cz>:

	* default.c:

	fixed typo in default.c for allow-special-files option, thanks zas
	:) 

Fri Jan 25 17:11:06 2002  Petr Baudis <pasky@ucw.cz>:

	* default.c, file.c, links.h:

	[SECURITYFIX] allow reading of special files only when explicitly
	enabled 

Thu Jan 24 03:10:58 2002  Petr Baudis <pasky@ucw.cz>:

	* view.c:

	quick fix of last fix (submit thing in menu) - links didn't work at
	all ;) 

Thu Jan 24 01:36:59 2002  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, file.c:

	allow reading of special non-regular files - patch by Len Lattanzi
	<Len_Lattanzi@StanfordAlumni.org> 

Thu Jan 24 00:58:04 2002  Petr Baudis <pasky@ucw.cz>:

	* connect.c:

	tiny fix, just to force everything is really sane 

Wed Jan 23 22:43:20 2002  Petr Baudis <pasky@ucw.cz>:

	* bfu.c, links.h:

	clear_dialog() by Zas <zas@norz.org> 

Wed Jan 23 21:57:31 2002  Petr Baudis <pasky@ucw.cz>:

	* bfu.c:

	selection by leading letter - patch by Ami Fischman
	<usenet@fischman.org> 

Wed Jan 23 21:30:14 2002  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, bfu.c:

	cyclic scrolling in menus, patch by Ami Fischman
	<usenet@fixchman.org> 

Wed Jan 23 16:21:03 2002  Petr Baudis <pasky@ucw.cz>:

	* view.c:

	Add 'submit form' to link menu for each form field - patch by Ami
	Fischman <usenet@fischman.org> 

Mon Jan 21 22:30:39 2002  Petr Baudis <pasky@ucw.cz>:

	* contrib/hpux-pipe.diff:

	it was completely different patch ;) 

Mon Jan 21 17:44:14 2002  Petr Baudis <pasky@ucw.cz>:

	* autocommit.sh:

	*plop* 

Mon Jan 21 17:44:04 2002  Petr Baudis <pasky@ucw.cz>:

	* Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure,
	configure.in, stamp-h.in:

	Fix broken BSD including system ;-) sockaddr_storage and
	sockaddr_in6 weren't detected correctly during configure Thanks to
	Ashram for bug report 

Sun Jan 20 15:27:24 2002  Petr Baudis <pasky@ucw.cz>:

	* contrib/: README, hpux-pipe.diff:

	Fix for HPUX by Stephane Chazelas 

Sat Jan 19 16:57:43 2002  Petr Baudis <pasky@ucw.cz>:

	* connect.c:

	*cough* 

Fri Jan 18 08:53:54 2002  Petr Baudis <pasky@ucw.cz>:

	* url.c, AUTHORS:

	take @ only before hostname - fix by Ami Fischman
	<usenet@fischman.org> 

Thu Jan 17 20:27:46 2002  Petr Baudis <pasky@ucw.cz>:

	* links.h:

	strcasestr() stub by Zas <zas@norz.org> 

Thu Jan 17 20:27:21 2002  Petr Baudis <pasky@ucw.cz>:

	* Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure,
	configure.in, stamp-h.in:

	Added check for strcasestr() 

Thu Jan 17 19:14:37 2002  Petr Baudis <pasky@ucw.cz>:

	* autocommit.sh:

	more sane passing of parameters ;) 

Thu Jan 17 19:14:24 2002  Petr Baudis <pasky@ucw.cz>:

	* links.h, os_dep.h:

	moved sockaddr_storage emergency stub 

Thu Jan 17 19:13:18 2002  Petr Baudis <pasky@ucw.cz>:

	* Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure,
	configure.in, stamp-h.in:

	Cleaned checks for unused functions, added check for timegm(), some
	dummy comments for rest of acconfig.h 

Thu Jan 17 18:26:48 2002  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, session.c:

	mktime() takes struct tm in localtime, not GMT - fix by Christian
	Haggstrom <c00chm@cs.umu.se> 

Thu Jan 17 14:05:40 2002  Petr Baudis <pasky@ucw.cz>:

	* url.c:

	Skip ':' even when \!need_slashes (otherwise i.e. mailto doesn't dig
	user correctly) 

Thu Jan 17 09:18:58 2002  Petr Baudis <pasky@ucw.cz>:

	* menu.c:

	display IPv6 in features list 

Thu Jan 17 09:17:08 2002  Petr Baudis <pasky@ucw.cz>:

	* os_dep.h:

	remove IPV6 defining, moved to autoconf suite 

Thu Jan 17 09:15:54 2002  Petr Baudis <pasky@ucw.cz>:

	* Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure,
	configure.in, stamp-h.in:

	[no log message] 

Sun Jan  6 21:28:22 2002  Petr Baudis <pasky@ucw.cz>:

	* url.c:

	fix of silly mistake in properly joining relative urls containing
	query_str 

Sun Jan  6 18:56:51 2002  Petr Baudis <pasky@ucw.cz>:

	* default.c:

	remove chmod(home_links, 0700) everytime, just do it only in mkdir() 

Sat Jan  5 22:12:44 2002  Petr Baudis <pasky@ucw.cz>:

	* error.c:

	flush stderr when whining 

Sat Jan  5 22:05:53 2002  Petr Baudis <pasky@ucw.cz>:

	* cookies.c:

	more cookies debug :) 

Sat Jan  5 21:53:13 2002  Petr Baudis <pasky@ucw.cz>:

	* cookies.c:

	cookies debug code 

Sat Jan  5 21:39:41 2002  Petr Baudis <pasky@ucw.cz>:

	* default.c:

	first stage of get_home() cleanup - needs to be done w/o so much
	gotos probably 

Wed Jan  2 23:01:37 2002  Petr Baudis <pasky@ucw.cz>:

	* default.c, file.c, links.h:

	Option for highlight of directories 

Wed Jan  2 19:29:23 2002  Petr Baudis <pasky@ucw.cz>:

	* autocommit.sh, autogen.sh:

	some my autoshit tools - will be probably better to have them in CVS 

Wed Jan  2 19:05:56 2002  Petr Baudis <pasky@ucw.cz>:

	* HACKING:

	success testing note 

Wed Jan  2 18:20:59 2002  Petr Baudis <pasky@ucw.cz>:

	* contrib/mailcap.pl:

	Moved mailcap.pl to contrib/ 

Wed Jan  2 18:17:28 2002  Petr Baudis <pasky@ucw.cz>:

	* url.c:

	Correct guessing of http:// for IPv6 address 

Wed Jan  2 17:49:55 2002  Petr Baudis <pasky@ucw.cz>:

	* url.c:

	Cleanup of translate_url() 

Wed Jan  2 17:00:14 2002  Petr Baudis <pasky@ucw.cz>:

	* connect.c, http.c, url.c:

	IPv6 support various fixes, support for parsing of IPv6 URL 

Wed Jan  2 13:43:35 2002  Petr Baudis <pasky@ucw.cz>:

	* connect.c, default.c, dns.c, sched.c:

	IPv6 connections support (not yet URL parsing fixes) 

Tue Jan  1 17:55:52 2002  Petr Baudis <pasky@ucw.cz>:

	* Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure,
	configure.in, stamp-h.in, os_dep.h:

	Add test for struct sockaddr_in6 

Tue Jan  1 17:23:53 2002  Petr Baudis <pasky@ucw.cz>:

	* dns.c, links.h, os_dep.h:

	Use sockaddr_storage instead of sockaddr, where appropriate.  

Tue Jan  1 01:19:07 2002  Petr Baudis <pasky@ucw.cz>:

	* acconfig.h, config.h.in, configure, configure.in, Makefile.in,
	acconfig.h, aclocal.m4, config.h.in, configure, configure.in,
	stamp-h.in:

	grrr.. test for automated autoshit autocomit autofixing autobroken
	autobuild; also added test for getaddrinfo() 

Tue Jan  1 00:57:20 2002  Petr Baudis <pasky@ucw.cz>:

	* Makefile.in:

	added check for sockaddr_storage 

Tue Jan  1 00:54:16 2002  Petr Baudis <pasky@ucw.cz>:

	* aclocal.m4, configure:

	added check for sockaddr_storage 

Tue Jan  1 00:51:14 2002  Petr Baudis <pasky@ucw.cz>:

	* acconfig.h, config.h.in, configure, configure.in, stamp-h.in:

	added check for sockaddr_storage 

Mon Dec 31 19:59:46 2001  Petr Baudis <pasky@ucw.cz>:

	* url.c:

	Hopefully fix for making link to ?foo at bar.cgi/baz to bar.cgi/?foo
	rather than to bar.cgi/baz?foo.  

Mon Dec 31 18:43:24 2001  Petr Baudis <pasky@ucw.cz>:

	* language.h, language.inc, view.c, intl/brazilian_portuguese.lng,
	intl/bulgarian.lng, intl/catalan.lng, intl/czech.lng,
	intl/english.lng, intl/estonian.lng, intl/french.lng,
	intl/galician.lng, intl/german.lng, intl/greek.lng,
	intl/hungarian.lng, intl/icelandic.lng, intl/italian.lng,
	intl/lithuanian.lng, intl/polish.lng, intl/romanian.lng,
	intl/russian.lng, intl/slovak.lng, intl/spanish.lng,
	intl/swedish.lng, intl/turkish.lng, intl/ukrainian.lng:

	Pop up error message when trying to edit textarea externally from
	slave terminal.  

Mon Dec 31 18:01:03 2001  Petr Baudis <pasky@ucw.cz>:

	* contrib/md5check.lua:

	Another lua script from Peter Wang 

Sun Dec 30 01:43:50 2001  Petr Baudis <pasky@ucw.cz>:

	* connect.c, links.h, sched.c:

	Even more rewrites of DNS (even random digs to connection managment)
	so that we now finally correctly handle multiple RRs; we also
	virtually already can use IPv6, if would gethostbyname() eever
	return it and we would use sizeof(sockaddr_storage) ;).  

Sat Dec 29 22:53:06 2001  Petr Baudis <pasky@ucw.cz>:

	* connect.c:

	unified some duplicated SSL code 

Sat Dec 29 22:33:15 2001  Petr Baudis <pasky@ucw.cz>:

	* connect.c, dns.c:

	We do blocking communication with resolver thread, it shouldn't hurt
	as it's always only local, and it is too difficult to do it
	non-blocking properly. Now it should again work at BSD for hosts
	with single RR.  

Sat Dec 29 18:52:38 2001  Petr Baudis <pasky@ucw.cz>:

	* connect.c, links.h, sched.c:

	a little more dns cleanup, now address list should be freed
	correctly when an error occurs 

Sat Dec 29 17:35:29 2001  Petr Baudis <pasky@ucw.cz>:

	* dns.c:

	fix async resolving under such braindead systems like bsd ;) which
	won't acceptdata from resolver thread to a socket at once 

Sat Dec 29 16:19:28 2001  Petr Baudis <pasky@ucw.cz>:

	* dns.c:

	fix segfault when host not found 

Sat Dec 29 14:21:39 2001  Petr Baudis <pasky@ucw.cz>:

	* dns.c:

	more universal addr type passing :) 

Sat Dec 29 14:17:21 2001  Petr Baudis <pasky@ucw.cz>:

	* dns.c:

	fix async resolving under such braindead systems like bsd ;) which
	won't burst me with data from resolver thread at once 

Sat Dec 29 14:04:05 2001  Petr Baudis <pasky@ucw.cz>:

	* dns.c:

	small anti-leak when fucked up communication with resolver thread 

Sat Dec 29 13:20:52 2001  Petr Baudis <pasky@ucw.cz>:

	* stamp-h.in:

	i hate autoshits :( 

Sat Dec 29 12:47:33 2001  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, BUGS, COPYING, HACKING, INSTALL, LUA, Makefile.am,
	Makefile.gen, Makefile.in, NEWS, README, SITES, TODO, acconfig.h,
	aclocal.m4, af_unix.c, beos.c, bfu.c, bookmarks.c, cache.c,
	charsets.c, codepage.h, codepage.inc, config.guess, config.h.in,
	config.sub, config2.h, configure, configure.in, connect.c,
	cookies.c, default.c, dns.c, entity.inc, error.c, file.c, finger.c,
	ftp.c, html.c, html_r.c, html_tbl.c, http.c, https.c, install-sh,
	kbd.c, kbdbind.c, language.c, language.h, language.inc, links.1,
	links.h, lua.c, mailto.c, main.c, menu.c, missing, mkinstalldirs,
	os_dep.c, os_dep.h, os_depx.h, rebuild, sched.c, select.c,
	session.c, setup.h, stamp-h.in, terminal.c, types.c, uni_7b.inc,
	url.c, view.c, win32.c, wipe-out-ssl, wipe-out-ssl.awk:

	hopefully fix build system - changing ctimes 

Fri Dec 28 17:25:34 2001  Petr Baudis <pasky@ucw.cz>:

	* contrib/: README, bm.lua, dummy-js.diff, hooks.lua,
	links_wps.zip, user.example:

	made contrib/ and added some interesting things there 

Fri Dec 28 16:20:43 2001  Petr Baudis <pasky@ucw.cz>:

	* HACKING:

	html parser/renderer description 

Fri Dec 28 16:05:54 2001  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS:

	historical note near GNU gettext credits 

Fri Dec 28 13:04:34 2001  Petr Baudis <pasky@ucw.cz>:

	* connect.c, default.c, dns.c, links.h:

	remove ip and use sockaddr(_in) instead 

Fri Dec 28 03:29:02 2001  Petr Baudis <pasky@ucw.cz>:

	* README, Unicode/gen-ent, intl/intl.txt:

	back from test :) 

Fri Dec 28 03:16:35 2001  Petr Baudis <pasky@ucw.cz>:

	* Unicode/gen-ent, intl/intl.txt:

	test of new cvslog.pl :) 

Fri Dec 28 03:13:03 2001  Petr Baudis <pasky@ucw.cz>:

	* README:

	test of new cvslog.pl :) 

Fri Dec 28 00:41:42 2001  Petr Baudis <pasky@ucw.cz>:

	* HACKING, HACKING:

	*dummy* 

Thu Dec 27 21:46:13 2001  Petr Baudis <pasky@ucw.cz>:

	* HACKING:

	some more coding style issues 

Thu Dec 27 05:27:43 2001  Petr Baudis <pasky@ucw.cz>:

	* TODO:

	TODO update :) 

Thu Dec 27 04:41:31 2001  Petr Baudis <pasky@ucw.cz>:

	* connect.c, sched.c:

	DNS support for more RRs per host looks done - some mem_free()s
	moved, debug()s removed, no leaks or crashes occured to me for now 

Thu Dec 27 03:59:59 2001  Petr Baudis <pasky@ucw.cz>:

	* connect.c, dns.c, sched.c:

	next version of my leaky multi-RR DNS beast ;p 

Thu Dec 27 02:53:59 2001  Petr Baudis <pasky@ucw.cz>:

	* connect.c, default.c, dns.c, links.h, sched.c:

	Partially rewritten fashion of address handling in DNS 'subsystem';
	it is maybe still a little broken and certainly leakage, but I want
	to have some reference point - it compiles and doesn't core to me ;) 

Wed Dec 26 15:39:24 2001  Petr Baudis <pasky@ucw.cz>:

	* error.c:

	remove of some inherited LEAK_DEBUG ifdefs 

Wed Dec 26 00:19:15 2001  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, session.c:

	Proper parsing of set-cookie expires atribute, patch by Stepan Roh
	<stepan@srnet.cz>, blank lines by me 

Tue Dec 25 21:55:49 2001  Petr Baudis <pasky@ucw.cz>:

	* bfu.c:

	bfu.c partial cleanup 

Tue Dec 25 18:42:00 2001  Petr Baudis <pasky@ucw.cz>:

	* default.c:

	parameters handling rewrite fixes ;) 

Tue Dec 25 18:41:43 2001  Petr Baudis <pasky@ucw.cz>:

	* af_unix.c:

	af_unix cleanup 

Tue Dec 25 17:58:32 2001  Petr Baudis <pasky@ucw.cz>:

	* default.c, links.h:

	rewritten options handling 

Mon Dec 24 13:42:03 2001  Petr Baudis <pasky@ucw.cz>:

	* links.h, terminal.c, view.c:

	External textarea editor support code cleanup, sanity checks,
	comments, bugfixes and only allow it for master terminal, as it
	doesn't work for any else really.  

Sun Dec 23 23:42:23 2001  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, BUGS, TODO, config2.h, configure, configure.in,
	default.c, html.c, html_r.c, kbdbind.c, language.h, language.inc,
	links.1, links.h, menu.c, session.c, terminal.c, view.c,
	intl/brazilian_portuguese.lng, intl/bulgarian.lng,
	intl/catalan.lng, intl/czech.lng, intl/english.lng,
	intl/estonian.lng, intl/french.lng, intl/galician.lng,
	intl/german.lng, intl/greek.lng, intl/hungarian.lng,
	intl/icelandic.lng, intl/italian.lng, intl/lithuanian.lng,
	intl/polish.lng, intl/romanian.lng, intl/russian.lng,
	intl/slovak.lng, intl/spanish.lng, intl/swedish.lng,
	intl/turkish.lng, intl/ukrainian.lng:

	New release strategy - elinks-0.3pre - basically merge all the stuff
	from UNSTABLE branch.  
	
	That includes: 
	  * Unhistory patch by Peter Wang 
	  * External textarea editor 
	  * Colourful cleanups 

Sun Dec 23 23:21:41 2001  Petr Baudis <pasky@ucw.cz>:

	* config2.h, configure, configure.in, default.c, http.c:

	Releasing elinks-0.2. This release is generally only sync for new
	development model. Included some language updates and few bug fixes
	and few code cleanups.  Main fun will come with elinks-0.3, but
	that's another story.  

Sun Dec 23 22:43:32 2001  Petr Baudis <pasky@ucw.cz>:

	* connect.c, default.c, dns.c, links.h, url.c:

	merge with STABLE 

Sun Dec 23 15:20:00 2001  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, HACKING:

	merge with stable 

Sun Dec 23 15:10:19 2001  Petr Baudis <pasky@ucw.cz>:

	* HACKING:

	file HACKING was initially added on branch UNSTABLE.  

Sat Dec 22 22:06:14 2001  Petr Baudis <pasky@ucw.cz>:

	* language.inc, intl/french.lng:

	merge with STABLE 

Sat Dec 22 12:27:09 2001  Petr Baudis <pasky@ucw.cz>:

	* bfu.c, html.c:

	merge with stable 

Mon Dec 17 13:13:07 2001  Petr Baudis <pasky@ucw.cz>:

	* http.c:

	merge with STABLE 

Sat Dec 15 21:40:56 2001  Petr Baudis <pasky@ucw.cz>:

	* language.inc, intl/french.lng:

	merge from STABLE 

Wed Nov  7 13:51:25 2001  Petr Baudis <pasky@ucw.cz>:

	* view.c:

	textarea double encoding fix 

Sun Oct 28 17:44:10 2001  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS:

	be more humbe :) 

Sun Oct 28 17:35:28 2001  Petr Baudis <pasky@ucw.cz>:

	* language.inc, intl/brazilian_portuguese.lng, intl/bulgarian.lng,
	intl/catalan.lng, intl/czech.lng, intl/english.lng,
	intl/estonian.lng, intl/french.lng, intl/galician.lng,
	intl/german.lng, intl/greek.lng, intl/hungarian.lng,
	intl/icelandic.lng, intl/italian.lng, intl/lithuanian.lng,
	intl/polish.lng, intl/romanian.lng, intl/russian.lng,
	intl/slovak.lng, intl/spanish.lng, intl/swedish.lng,
	intl/turkish.lng, intl/ukrainian.lng:

	Show ELinks in About dialog 

Sun Oct 28 16:31:39 2001  Petr Baudis <pasky@ucw.cz>:

	* default.c, http.c, links.1, links.h, menu.c, intl/czech.lng,
	intl/english.lng, intl/french.lng, language.h, language.inc,
	intl/brazilian_portuguese.lng, intl/bulgarian.lng,
	intl/catalan.lng, intl/estonian.lng, intl/galician.lng,
	intl/german.lng, intl/greek.lng, intl/hungarian.lng,
	intl/icelandic.lng, intl/italian.lng, intl/lithuanian.lng,
	intl/polish.lng, intl/romanian.lng, intl/russian.lng,
	intl/slovak.lng, intl/spanish.lng, intl/swedish.lng,
	intl/turkish.lng, intl/ukrainian.lng:

	User-Agent modifiable string (user-agent-0.96-pb2.patch) 

Sun Oct 28 14:49:02 2001  Petr Baudis <pasky@ucw.cz>:

	* INSTALL:

	no need to make cvs-dist 

Sun Oct 28 14:44:48 2001  Petr Baudis <pasky@ucw.cz>:

	* codepage.h, codepage.inc, entity.inc, language.h, language.inc,
	intl/brazilian_portuguese.lng, intl/bulgarian.lng,
	intl/catalan.lng, intl/estonian.lng, intl/french.lng,
	intl/galician.lng, intl/german.lng, intl/greek.lng,
	intl/hungarian.lng, intl/icelandic.lng, intl/italian.lng,
	intl/lithuanian.lng, intl/polish.lng, intl/romanian.lng,
	intl/russian.lng, intl/slovak.lng, intl/spanish.lng,
	intl/swedish.lng, intl/turkish.lng, intl/ukrainian.lng:

	intl and unicode stuff 

Sun Oct 28 14:41:21 2001  Petr Baudis <pasky@ucw.cz>:

	* Makefile.in, aclocal.m4:

	generated by a little newer automake 

Sun Oct 28 14:26:10 2001  Petr Baudis <pasky@ucw.cz>:

	* INSTALL:

	basic installation guidelines 

Sun Oct 28 13:57:49 2001  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS:

	User-Agent string changing support 

Sun Oct 28 13:57:15 2001  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS:

	Romanian translation 

Sun Oct 28 13:56:53 2001  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS:

	Catalan translation 

Sun Oct 28 13:56:18 2001  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS:

	Petr Kulhavy's HTTP referer 

Sun Oct 28 13:55:30 2001  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS:

	Peter Wang's Lua 

Sun Oct 28 13:50:31 2001  Petr Baudis <pasky@ucw.cz>:

	* config2.h, configure, configure.in:

	going for elinks-0.1 

Sun Oct 28 13:39:20 2001  Petr Baudis <pasky@ucw.cz>:

	* BUGS, config2.h, configure, configure.in:

	more RR per host, &#13; 

Sun Oct 28 13:37:36 2001  Petr Baudis <pasky@ucw.cz>:

	* SITES:

	new mailing list, elinks site 

Sun Oct 28 13:37:21 2001  Petr Baudis <pasky@ucw.cz>:

	* README:

	rewritten (grammar check required ;) 

Sun Oct 28 13:06:17 2001  Petr Baudis <pasky@ucw.cz>:

	* TODO:

	sorted by importance, some additions 

Sun Oct 28 13:00:59 2001  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS:

	sorted by alphabetical order, minor changes 

Sun Oct 28 08:54:03 2001  Petr Baudis <pasky@ucw.cz>:

	* cookies.c:

	Security fix in save_cookies() (cookies-secresave-0.96.patch) 

Sun Oct 28 08:51:43 2001  Petr Baudis <pasky@ucw.cz>:

	* Unicode/entities.lnx, Unicode/index.txt, intl/gen-intl,
	intl/index.txt, Unicode/8859_15.cp, Unicode/8859_16.cp,
	intl/romanian.lng:

	Romanian translation (romanian-0.96.patch) 

Sun Oct 28 08:51:24 2001  Petr Baudis <pasky@ucw.cz>:

	* intl/: index.txt, catalan.lng:

	Catalan translation (catalan-0.96.patch) 

Sun Oct 28 08:50:19 2001  Petr Baudis <pasky@ucw.cz>:

	* html.c:

	listing tag support (listing-0.96.patch) 

Sun Oct 28 08:49:59 2001  Petr Baudis <pasky@ucw.cz>:

	* html.c:

	img title attribute support (imgtitle-0.96.patch) 

Sun Oct 28 08:47:55 2001  Petr Baudis <pasky@ucw.cz>:

	* html.c, view.c:

	Do not strip query string from form action URLs
	(noqstrip-0.96.patch) 

Sun Oct 28 08:46:23 2001  Petr Baudis <pasky@ucw.cz>:

	* links.1:

	Cookies saving/loading on request description
	(cookies-resave-0.96-man.patch) 

Sun Oct 28 08:46:07 2001  Petr Baudis <pasky@ucw.cz>:

	* links.1:

	Cookies saving description (cookies-save-0.96-man.patch) 

Sun Oct 28 08:45:32 2001  Petr Baudis <pasky@ucw.cz>:

	* cookies.c, kbdbind.c, links.h, view.c:

	Cookies saving/loading on request (cookies-resave-0.96.patch) 

Sun Oct 28 08:45:10 2001  Petr Baudis <pasky@ucw.cz>:

	* cookies.c:

	Cookies saving (cookies-save-0.96.patch) 

Sun Oct 28 08:44:53 2001  Petr Baudis <pasky@ucw.cz>:

	* cookies.c:

	Cookies expiration (cookies-expire-0.96.patch) 

Sun Oct 28 08:44:17 2001  Petr Baudis <pasky@ucw.cz>:

	* main.c:

	HTTP Moved support for -dump/-source (moved-0.96.patch) 

Sun Oct 28 08:43:16 2001  Petr Baudis <pasky@ucw.cz>:

	* links.1:

	True HTTP referer support description (true-referer-0.96-man.patch) 

Sun Oct 28 08:42:54 2001  Petr Baudis <pasky@ucw.cz>:

	* default.c, http.c, links.h, main.c, menu.c, sched.c, session.c,
	view.c, intl/czech.lng, intl/english.lng:

	True HTTP referer support (true-referer-0.96-lua.patch) 

Sun Oct 28 08:41:28 2001  Petr Baudis <pasky@ucw.cz>:

	* default.c, http.c, links.h, menu.c, intl/english.lng:

	Fake HTTP referer support (referer-0.96.patch) 

Sun Oct 28 08:40:44 2001  Petr Baudis <pasky@ucw.cz>:

	* links.1:

	Manual page updates (manpage-0.96.patch) 

Sun Oct 28 08:32:49 2001  Petr Baudis <pasky@ucw.cz>:

	* http.c, kbdbind.c, language.h, language.inc, links.h, menu.c,
	session.c, intl/brazilian_portuguese.lng, intl/bulgarian.lng,
	intl/czech.lng, intl/english.lng, intl/estonian.lng,
	intl/french.lng, intl/galician.lng, intl/german.lng,
	intl/greek.lng, intl/hungarian.lng, intl/icelandic.lng,
	intl/italian.lng, intl/lithuanian.lng, intl/polish.lng,
	intl/russian.lng, intl/slovak.lng, intl/spanish.lng,
	intl/swedish.lng, intl/turkish.lng, intl/ukrainian.lng, LUA, lua.c:

	lua p12-wip2 

Sat Oct 27 21:48:39 2001  Petr Baudis <pasky@ucw.cz>:

	* Makefile.am, Makefile.in, acconfig.h, bfu.c, config.h.in,
	configure, configure.in, kbdbind.c, language.h, language.inc,
	links.h, main.c, menu.c, session.c, setup.h, url.c, view.c,
	intl/brazilian_portuguese.lng, intl/bulgarian.lng, intl/czech.lng,
	intl/english.lng, intl/estonian.lng, intl/french.lng,
	intl/galician.lng, intl/german.lng, intl/greek.lng,
	intl/hungarian.lng, intl/icelandic.lng, intl/italian.lng,
	intl/lithuanian.lng, intl/polish.lng, intl/russian.lng,
	intl/slovak.lng, intl/spanish.lng, intl/swedish.lng,
	intl/turkish.lng, intl/ukrainian.lng:

	lua-p11 

Sat Oct 27 21:43:43 2001  Petr Baudis <pasky@ucw.cz>:

	* AUTHORS, BUGS, COPYING, INSTALL, Makefile.am, Makefile.gen,
	Makefile.in, NEWS, README, SITES, TODO, acconfig.h, aclocal.m4,
	af_unix.c, beos.c, bfu.c, bookmarks.c, cache.c, charsets.c,
	codepage.h, codepage.inc, config.guess, config.h.in, config.sub,
	config2.h, configure, configure.in, connect.c, cookies.c,
	default.c, dns.c, entity.inc, error.c, file.c, finger.c, ftp.c,
	html.c, html_r.c, html_tbl.c, http.c, https.c, install-sh, kbd.c,
	kbdbind.c, language.c, language.h, language.inc, links.1, links.h,
	mailto.c, main.c, menu.c, missing, mkinstalldirs, os_dep.c,
	os_dep.h, os_depx.h, rebuild, sched.c, select.c, session.c,
	setup.h, stamp-h.in, terminal.c, types.c, uni_7b.inc, url.c,
	view.c, win32.c, wipe-out-ssl, wipe-out-ssl.awk,
	Unicode/entities.lnx, Unicode/gen-ent, Unicode/index.txt,
	intl/brazilian_portuguese.lng, intl/bulgarian.lng, intl/czech.lng,
	intl/english.lng, intl/estonian.lng, intl/french.lng,
	intl/galician.lng, intl/gen-intl, intl/german.lng, intl/greek.lng,
	intl/hungarian.lng, intl/icelandic.lng, intl/index.txt,
	intl/intl.txt, intl/italian.lng, intl/lithuanian.lng,
	intl/polish.lng, intl/russian.lng, intl/slovak.lng,
	intl/spanish.lng, intl/swedish.lng, intl/turkish.lng,
	intl/ukrainian.lng:

	Initial revision 

Sat Oct 27 21:43:43 2001  Petr Baudis <pasky@ucw.cz>:

	* Unicode/7bit.cp, Unicode/7bitrepl.lnx, Unicode/8859_1.cp,
	Unicode/8859_13.cp, Unicode/8859_2.cp, Unicode/8859_4.cp,
	Unicode/8859_5.cp, Unicode/8859_7.cp, Unicode/8859_9.cp,
	Unicode/cp1125.cp, Unicode/cp1250.cp, Unicode/cp1251.cp,
	Unicode/cp1257.cp, Unicode/cp437.cp, Unicode/cp737.cp,
	Unicode/cp850.cp, Unicode/cp852.cp, Unicode/cp866.cp, Unicode/gen,
	Unicode/gen-7b, Unicode/gen-cp, Unicode/kamen.cp,
	Unicode/koi8_r.cp, Unicode/koi8_u.cp, Unicode/mac_lat2.cp,
	Unicode/macroman.cp, Unicode/tcvn5712.cp, Unicode/tr7bit.awk,
	Unicode/utf_8.cp, Unicode/viscii.cp, intl/synclang,
	intl/synclang.awk:

	Import of original links 

