2002-04-11 09:58  mhe

	* src/get.c, NEWS, doc/yafc_commands.texi: changed get -o semantics

2002-04-07 20:45  mhe

	* configure.in, doc/version.texi, doc/yafc.info,
	support/config.guess, support/config.sub: new version 0.7.8

2002-04-07 20:10  mhe

	* NEWS, src/ftp/ftp.c: fixed issue with PureFTPd using MLSD and
	directorynames with spaces

2002-03-11 20:00  mhe

	* src/bookmark.c: fixed segfault with 'bookmark -u' w/o being
	connected

2002-02-23 14:16  mhe

	* Makefile.am, NEWS, THANKS, TODO, configure.in, doc/yafc.info,
	src/bookmark.c, src/commands.c, src/login.c, src/main.c, src/rc.c,
	src/ftp/ftp.c, src/ftp/ssh_cmd.c, src/ftp/url.c, src/ftp/url.h,
	support/config.guess, support/config.sub, support/ltmain.sh: made
	changes

2002-02-15 12:10  mhe

	* autogen.sh: added simple autogen script

2002-02-15 12:08  mhe

	* configure.in, doc/version.texi: changes

2002-02-15 12:08  mhe

	* support/: config.guess, config.sub, ltconfig, ltmain.sh: added
	libtool support files

2002-02-15 12:07  mhe

	* THANKS: more thanks

2002-02-15 12:06  mhe

	* contrib/: yafc-mandrake.spec.in, yafc-rw.spec.in: added some RPM
	spec files

2002-02-15 12:04  mhe

	* NEWS, TODO: updated

2002-02-15 12:03  mhe

	* src/input.c: added suggested getpass replacement

2002-02-15 11:53  mhe

	* src/ftp/ftp.c: fixed wrong days per month

2001-11-03 13:07  mhe

	* Makefile.am: updated for new version of automake

2001-11-03 13:05  mhe

	* src/ftp/ftp.c: fixed possible reconnection loop

2001-11-03 12:32  mhe

	* support/: config.guess, config.sub, depcomp, install-sh,
	mdate-sh, missing, mkinstalldirs, texinfo.tex: installed new
	autoconf support macros

2001-10-16 20:49  mhe

	* src/input.c: made ask() a bit more informational

2001-10-12 10:52  mhe

	* src/get.c: get -a (append) wasn't recognized (reported by Decklin
	Foster)

2001-09-07 11:10  mhe

	* lib/: Makefile.am, glob.c, glob.h: removed glob.[ch], not used
	after rewriting local globbing in src/lglob.c

2001-09-07 11:08  mhe

	* src/: lglob.c, syshdr.h: Rewrote local globbing, local globbing
	now includes .dotfiles Doesn't use glob.c in lib/

2001-08-24 11:11  mhe

	* NEWS, THANKS, TODO, configure.in, doc/version.texi,
	doc/yafc.info: new version: 0.7.4

2001-08-24 11:08  mhe

	* src/ftp/rfile.c: fixed segfault in dos listing fixed weird
	parsing of weird directory listing

2001-08-24 10:57  mhe

	* src/commands.c: alias %-expansion off-by-one bug

2001-07-27 10:58  mhe

	* configure.in, doc/version.texi, doc/yafc.info: new version: 0.7.3

2001-07-27 10:58  mhe

	* NEWS, src/alias.c: fixed segfault when showing ambiguous aliases

2001-07-16 11:18  mhe

	* src/ftp/ftpsend.c: fixed stat before ssh download

2001-07-09 21:15  mhe

	* src/ftp/ftpsend.c: added stat checks before ssh download

2001-07-09 20:55  mhe

	* yafcrc.sample: added alias show_trace

2001-07-09 20:47  mhe

	* src/: login.c, ftp/ftp.c: conditional compile on security
	extensions

2001-07-09 20:29  mhe

	* doc/: yafc.info, yafc_commands.texi: removed filesize command

2001-07-09 20:27  mhe

	* src/bookmark.c: bookmark --list show the protocol used (ftp or
	ssh)

2001-07-01 14:58  mhe

	* src/commands.c: enabled remote completion on site cmd

2001-07-01 14:54  mhe

	* NEWS, README, THANKS, TODO, configure.in: new release: 0.7.2

2001-07-01 14:53  mhe

	* src/ftp/ftpsend.c: don't print mlsd cmd not found error

2001-07-01 14:53  mhe

	* src/ftp/ftp.c: comment

2001-07-01 13:38  mhe

	* src/login.c: anon login fix

2001-07-01 13:30  mhe

	* doc/yafc_commands.texi: removed filesize & flush cmds, removed
	help hints

2001-07-01 13:28  mhe

	* src/: cmd.h, help.c: removed help hints

2001-07-01 13:27  mhe

	* src/commands.h: removed filesize & flush cmds, removed help hints

2001-07-01 13:27  mhe

	* src/commands.c: removed filesize & flush cmds, removed help fints

2001-07-01 13:19  mhe

	* .cvsignore, doc/.cvsignore, intl/.cvsignore, lib/.cvsignore,
	po/.cvsignore, src/.cvsignore, src/ftp/.cvsignore,
	src/libmhe/.cvsignore: added ignore file

2001-05-28 19:15  mhe

	* src/ftp/ssh_cmd.c: added support for MLST directory listings

2001-05-28 19:11  mhe

	* src/ftp/: rfile.c, ftp.c: added support for MLST directory
	listings

2001-05-28 18:04  mhe

	* src/list.c: called wrong func...

2001-05-28 16:21  mhe

	* src/ftp/: ftp.c, ftp.h: MLSD support

2001-05-28 12:13  mhe

	* src/main.c: prepare to include SSL ftp support

2001-05-28 12:12  mhe

	* src/ftp/ssh_ftp.c: unsigned -> signed

2001-05-28 11:53  mhe

	* src/ftp/ftp.h: trailing comma fix

2001-05-28 11:52  mhe

	* src/ftp/ftp.c: void return fix

2001-05-28 11:51  mhe

	* lib/fnmatch.c, lib/glob.c, src/ftp/ftpsigs.c: make cc happy

2001-05-28 11:49  mhe

	* acconfig.h, acinclude.m4, src/syshdr.h: more checks for uint64_t
	types

2001-05-28 10:23  mhe

	* src/ftp/rfile.c: changed default permission on DOS directories

2001-05-27 22:32  mhe

	* lib/security.c: prepare to include SSL ftp support

2001-05-27 22:31  mhe

	* src/list.c: avoid gcc warning

2001-05-27 22:29  mhe

	* src/: syshdr.h, ftp/ftp.h, ftp/ftpsend.c, ftp/socket.c: prepare
	to include SSL ftp support

2001-05-27 22:28  mhe

	* src/ftp/ftp.c: preparation to include SSL ftp support parse pwd
	from cwd command from PureFTPd server fixed bug in binary transfers
	being in ascii mode after reconnect

2001-05-24 21:14  mhe

	* INSTALL, NEWS, THANKS, TODO, configure.in, doc/version.texi,
	doc/yafc.info, src/ftp/ftp.c: new version: 0.7.2

2001-05-23 09:19  mhe

	* src/login.c: applied patch from Mark Screiber, fixing 'yafc -a
	unresolvablehost' bug

2001-05-23 00:06  mhe

	* NEWS, THANKS, TODO: new version: 0.7.1

2001-05-23 00:02  mhe

	* src/list.c: fixed sorting bug

2001-05-22 00:16  mhe

	* src/ftp/ftp.h: uses args_t instead of ssh_make_args

2001-05-22 00:12  mhe

	* acconfig.h, configure.in: added check for pipe/socketpair

2001-05-21 23:57  mhe

	* src/ftp/: ssh_cmd.c, ssh_ftp.c, ssh_ftp.h: uses args_t instead of
	ssh_make_args

2001-05-21 23:49  mhe

	* src/ftp/ftp.c: uses args_t instead of ssh_make_args

2001-05-21 23:48  mhe

	* src/libmhe/strq.c: check for null pointer

2001-05-21 23:47  mhe

	* src/libmhe/: args.c, args.h: added function args_add_null()

2001-05-21 22:52  mhe

	* src/help.c: cleanups + readline fix

2001-05-21 22:51  mhe

	* src/ftp/ftp.c: frees ssh_args in ftp_destroy()

2001-05-21 21:53  mhe

	* src/: bookmark.c, rc.c, ftp/url.c, ftp/url.h, ftp/ssh_ftp.c,
	ftp/ssh_ftp.h, ftp/ssh_cmd.c: added per-url setting for sftp-server

2001-05-21 21:51  mhe

	* src/: main.c, login.c, login.h: added new option --sftp to
	yafc_open()

2001-05-21 21:50  mhe

	* doc/yafc.info: manual updated

2001-05-21 21:49  mhe

	* doc/yafc_commands.texi: documented --sftp option to open

2001-05-21 21:49  mhe

	* doc/yafc_keywords.texi: ref to open

2001-05-21 20:25  mhe

	* src/ftp/ssh_cmd.c: reverted to previous group/owner parsing

2001-05-21 20:01  mhe

	* lib/: fnmatch.c, glob.c, makepath.c: checks STDC_HEADERS if to
	include string.h

2001-05-21 20:01  mhe

	* acconfig.h, acinclude.m4, src/syshdr.h: added checks for 64 bit
	data types

2001-05-21 19:45  mhe

	* src/main.c: added ssh:// syntax info

2001-05-21 19:41  mhe

	* doc/: yafc.1, yafc.info, yafc_invoke.texi, yafc_keywords.texi:
	documented ssh mode briefly + new options

2001-05-21 19:20  mhe

	* src/ftp/rfile.c: dropped ftp.apple.com workaround

2001-05-16 17:12  mhe

	* NEWS: removed bignum funcs + checks for data types

2001-05-16 17:10  mhe

	* acconfig.h, acinclude.m4, configure.in, src/syshdr.h: added
	checks for data types

2001-05-16 17:09  mhe

	* doc/: version.texi, yafc.info: new version

2001-05-16 17:09  mhe

	* src/ftp/: bufaux.c, bufaux.h: removed unused bignum functions

2001-05-13 22:58  mhe

	* TODO: to do...

2001-05-13 22:57  mhe

	* lib/Makefile.am, src/ftp/Makefile.am, src/libmhe/Makefile.am:
	spaces removed

2001-05-13 22:11  mhe

	* NEWS: more news...

2001-05-13 22:06  mhe

	* src/: fxp.c, get.c, put.c: transfers are verbose by default

2001-05-13 19:57  mhe

	* src/gvars.c: xfree(gvSFTPServerProgram)

2001-05-13 16:37  mhe

	* yafcrc.sample: commented out ssh_program

2001-05-13 16:36  mhe

	* src/gvars.c: default to passive mode

2001-05-13 16:36  mhe

	* src/main.c: new defaults for transfer_string

2001-05-13 15:28  mhe

	* src/ftp/ssh_cmd.c: better support for older ssh + more tolerant
	directory parsing

2001-05-13 15:27  mhe

	* src/ftp/rfile.h: exported month_number() and rfile_parse_time()
	functions

2001-05-13 15:26  mhe

	* src/ftp/rfile.c: exported month_number() function

2001-05-13 14:24  mhe

	* src/gvars.c, src/gvars.h, src/rc.c, yafcrc.sample,
	src/ftp/ssh_ftp.c: added option sftp_server_program

2001-05-13 14:04  mhe

	* NEWS: readline 2.0 cleanups + gettext removed

2001-05-13 14:03  mhe

	* src/ftp/ssh_ftp.c: replaced *_FILENO constants

2001-05-13 14:02  mhe

	* src/ftp/Makefile.am: removed gettext (not used)

2001-05-13 13:58  mhe

	* lib/Makefile.am, configure.in, Makefile.am: removed gettext (not
	used)

2001-05-13 13:55  mhe

	* src/: Makefile.am, libmhe/Makefile.am: removed gettext (not used)

2001-05-13 13:49  mhe

	* src/: syshdr.h, input.c, help.c, completion.c: fixes for readline
	2.0

2001-05-12 21:56  mhe

	* BUGS: readlink() bug in OpenSSH

2001-05-12 20:48  mhe

	* NEWS, TODO: added option reverse_dns

2001-05-12 20:45  mhe

	* Makefile.am, configure.in: added $Id$ string

2001-05-12 20:44  mhe

	* src/: ftp/Makefile.am, ftp/cache.c, ftp/ftp.c, ftp/ftp.h,
	ftp/ftpsend.c, ftp/ftpsigs.c, ftp/ftpsigs.h, ftp/host.c,
	ftp/host.h, ftp/lscolors.c, ftp/rdirectory.c, ftp/rdirectory.h,
	ftp/rfile.c, ftp/rfile.h, ftp/rglob.c, ftp/rglob.h, ftp/socket.c,
	ftp/socket.h, ftp/ssh_cmd.c, ftp/ssh_cmd.h, ftp/ssh_ftp.c,
	ftp/url.c, ftp/url.h, Makefile.am, alias.c, alias.h, bookmark.c,
	bookmark.h, cmd.c, cmd.h, commands.c, commands.h, completion.c,
	completion.h, fxp.c, get.c, get.h, gvars.c, gvars.h, help.c,
	help.h, input.c, input.h, lglob.c, lglob.h, list.c, local.c,
	login.c, login.h, ltag.c, ltag.h, main.c, prompt.c, prompt.h,
	put.c, put.h, rc.c, rc.h, redir.c, redir.h, rm.c, set.c, set.h,
	syshdr.h, tag.c, tag.h, text2c.c, transfer.c, transfer.h, utils.c,
	utils.h: cleanup copyright notices + fixed trailing whitespaces

2001-05-12 20:42  mhe

	* lib/Makefile.am, lib/bashline.h, lib/xmalloc.c, lib/xmalloc.h,
	src/libmhe/Makefile.am, src/libmhe/args.c, src/libmhe/args.h,
	src/libmhe/linklist.c, src/libmhe/linklist.h,
	src/libmhe/shortpath.c, src/libmhe/shortpath.h, src/libmhe/strq.c,
	src/libmhe/strq.h: fixed trailing whitespaces

2001-05-12 15:20  mhe

	* yafcrc.sample: added option reverse_dns

2001-05-12 15:19  mhe

	* configure.in: fixes for MIT krb5

2001-05-12 12:42  mhe

	* src/: gvars.c, gvars.h, rc.c, ftp/host.c: added option
	reverse_dns

2001-05-09 23:54  mhe

	* src/fxp.c: rejects FxP for ssh connections (not implemented)

2001-05-09 23:46  mhe

	* src/ftp/ftpsigs.c: in SSH mode, disconnects directly on first
	interrupt signal have to do this (?), since the ssh program
	terminates directly on sigint

2001-05-09 00:34  mhe

	* THANKS: more people helped

2001-05-09 00:34  mhe

	* NEWS: more news

2001-05-09 00:33  mhe

	* src/ftp/ssh_ftp.c: debug printing fixes

2001-05-09 00:32  mhe

	* src/ftp/ssh_cmd.c: passes -v option to ssh with debug turned on

2001-05-09 00:32  mhe

	* src/ftp/ftpsend.c: beauty-fix for transfer status in SSH

2001-05-09 00:31  mhe

	* src/ftp/: ftp.c, ftp.h: ftp_reply() returns SSH status string in
	SSH connections

2001-05-09 00:29  mhe

	* src/ftp/sftp-common.h: includes ssh_ftp.h

2001-05-08 20:33  mhe

	* configure.in: warns if readline not found

2001-05-08 20:32  mhe

	* src/ftp/ftp.c: sets default port for SSH connections

2001-05-08 20:32  mhe

	* src/ftp/ssh_cmd.c: sets username in url

2001-05-08 20:30  mhe

	* src/: gvars.c, main.c: fixed segmentation fault

2001-05-08 15:37  mhe

	* TODO: more things to do

2001-05-08 15:36  mhe

	* src/ftp/ssh_ftp.c: removed debug output

2001-05-08 15:36  mhe

	* src/ftp/ssh_cmd.c: tries to read links (buggy)

2001-05-08 15:34  mhe

	* src/list.c: fixed -U switch

2001-05-08 14:48  mhe

	* src/ftp/: ssh_cmd.c, ssh_ftp.c: added license text

2001-05-08 14:47  mhe

	* src/help.h: a new year

2001-05-08 14:43  mhe

	* COPYRIGHT: added sftp license

2001-05-08 12:19  mhe

	* NEWS, TODO: ssh support, bugfixes, ...

2001-05-08 12:18  mhe

	* src/ftp/ftp.c: 'ls .' bug fixed in ftp_get_file()

2001-05-08 12:17  mhe

	* src/list.c: always sort on name + 'ls .' bug fixed

2001-05-08 11:29  mhe

	* src/login.c: uses protocol from bookmark url

2001-05-08 11:28  mhe

	* src/bookmark.c: now stores protocol in bookmarks + update
	bookmark on protocol change

2001-05-08 11:27  mhe

	* src/ftp/: ssh.h, url.h: this is a comment...

2001-05-08 11:27  mhe

	* src/ftp/ftp.c: beauty-fixes

2001-05-08 11:26  mhe

	* src/ftp/ssh_cmd.c: SSH port + username support, SSH resume fixes

2001-05-08 11:25  mhe

	* src/ftp/ftpsend.c: SSH resume fixes

2001-05-08 11:24  mhe

	* src/ftp/: ssh_ftp.c, ssh_ftp.h: transfer resume + ssh_readlink
	function

2001-05-08 11:22  mhe

	* src/ftp/buffer.c: changed error reporting functions to use yafc's

2001-05-08 11:21  mhe

	* src/ftp/bufaux.c: commented out bignum functions

2001-05-08 11:20  mhe

	* src/ftp/Makefile.am: removed unnecessary file ssh.h

2001-05-08 11:17  mhe

	* src/gvars.c, src/gvars.h, src/rc.c, yafcrc.sample: added option
	ssh_program

2001-05-07 22:38  mhe

	* configure.in: added check for strlcat function

2001-05-07 22:37  mhe

	* src/cmd.c, acinclude.m4: [no log message]

2001-05-07 22:36  mhe

	* doc/: version.texi, yafc.info: new version

2001-05-07 22:34  mhe

	* lib/strlcat.c: Added strlcat function, needed by SSH code

2001-05-07 22:34  mhe

	* src/login.c: SSH Support

2001-05-07 22:33  mhe

	* src/syshdr.h: Added strlcat function declaration

2001-05-07 22:31  mhe

	* src/: ftp/ftp.h, ftp/ftpsend.c, ftp/rfile.c, ftp/rfile.h,
	commands.c: SSH Support

2001-05-07 22:28  mhe

	* src/ftp/: atomicio.c, atomicio.h, bufaux.c, bufaux.h, buffer.c,
	buffer.h, sftp-common.c, sftp-common.h, ssh.h, ssh_cmd.c,
	ssh_cmd.h, ssh_ftp.c, ssh_ftp.h, getput.h: Added files for SSH
	support, mostly from sftp/OpenSSH

2001-05-07 22:27  mhe

	* src/ftp/ftp.c: Added calls to SSH functions

2001-05-07 22:26  mhe

	* src/ftp/Makefile.am: Included files for SSH support

2001-05-04 13:19  mhe

	* NEWS, TODO: this is a comment... doh!

2001-04-28 15:54  mhe

	* doc/: yafc.info, yafc_commands.texi, yafc_keywords.texi: Added
	info about autoreconnect and reopen

2001-04-28 15:51  mhe

	* src/ftp/: ftp.c, ftp.h: Added automatic reconnect on timed out
	connections

2001-04-28 15:50  mhe

	* src/gvars.c, src/gvars.h, src/rc.c, yafcrc.sample: Added new
	option autoreconnect

2001-04-28 15:49  mhe

	* src/: commands.c, commands.h, login.c: Added new command reopen

2001-04-27 17:01  mhe

	* doc/: version.texi, yafc.info: New verision: 0.6.7

2001-04-27 17:00  mhe

	* THANKS: Added Tim

2001-04-27 16:58  mhe

	* acconfig.h: Added support for MIT krb5

2001-04-27 16:17  mhe

	* configure.in: Applied patch from Tim Mooney adding support for
	MIT krb5

2001-04-27 16:16  mhe

	* lib/gssapi.c: Applied patch from Tim Mooney, support for MIT krb5

2001-04-27 16:16  mhe

	* src/: completion.c, input.c, syshdr.h: Support for readline 4.2

2001-04-27 16:15  mhe

	* acinclude.m4: Added test for readline 4.2

2001-04-27 14:21  mhe

	* src/completion.c: uses rl_completion_matches, updates to reflect
	changes in readline

2001-01-12 18:01  mhe

	* COPYRIGHT, TODO, lib/bashline.h, lib/xmalloc.c, lib/xmalloc.h,
	src/alias.c, src/alias.h, src/bookmark.c, src/bookmark.h,
	src/cmd.c, src/cmd.h, src/commands.c, src/commands.h,
	src/completion.c, src/completion.h, src/fxp.c, src/get.c,
	src/get.h, src/gvars.c, src/gvars.h, src/help.c, src/help.h,
	src/input.c, src/input.h, src/lglob.c, src/lglob.h, src/list.c,
	src/local.c, src/login.c, src/login.h, src/ltag.c, src/ltag.h,
	src/main.c, src/prompt.c, src/prompt.h, src/put.c, src/put.h,
	src/rc.c, src/rc.h, src/redir.c, src/redir.h, src/rm.c, src/set.c,
	src/set.h, src/syshdr.h, src/tag.c, src/tag.h, src/transfer.c,
	src/transfer.h, src/utils.c, src/utils.h, src/ftp/cache.c,
	src/ftp/ftp.c, src/ftp/ftp.h, src/ftp/ftpsend.c, src/ftp/ftpsigs.c,
	src/ftp/ftpsigs.h, src/ftp/host.c, src/ftp/host.h,
	src/ftp/lscolors.c, src/ftp/rdirectory.c, src/ftp/rdirectory.h,
	src/ftp/rfile.c, src/ftp/rfile.h, src/ftp/rglob.c, src/ftp/rglob.h,
	src/ftp/socket.c, src/ftp/socket.h, src/ftp/url.c, src/ftp/url.h,
	src/libmhe/args.c, src/libmhe/args.h, src/libmhe/linklist.c,
	src/libmhe/linklist.h, src/libmhe/shortpath.c,
	src/libmhe/shortpath.h, src/libmhe/strq.c, src/libmhe/strq.h: new
	release: 0.6.6

2001-01-03 14:57  mhe

	* NEWS, THANKS, TODO, configure.in, doc/version.texi,
	doc/yafc.info: new version 0.6.6

2000-12-30 08:43  mhe

	* src/ftp/ftp.c: fixed cache miss

2000-12-30 08:05  mhe

	* src/rc.c: sleep after warning

2000-12-30 08:03  mhe

	* src/help.c: fixed compile error when not using readline

2000-11-12 21:28  mhe

	* src/login.c: fixed connect retry bug

2000-11-04 13:18  mhe

	* src/bookmark.c: saves anonymous keyword

2000-11-04 13:17  mhe

	* lib/bashline.c: fixes for broken readline?

2000-10-23 23:21  mhe

	* src/commands.h: added min/maxargs_nohelp macro

2000-10-23 23:21  mhe

	* src/commands.c: fixed args for site command

2000-10-20 23:49  mhe

	* NEWS, doc/yafc.info, src/login.c: new release

2000-10-20 15:50  mhe

	* lib/security.c: using ftp_err instead of printf

2000-10-20 15:48  mhe

	* doc/yafc_commands.texi: documentation is still boring :-)

2000-10-20 15:43  mhe

	* doc/: yafc.info, yafc_commands.texi: documentation is still
	boring :-)

2000-10-20 13:20  mhe

	* src/bookmark.c: added cancel question

2000-10-20 13:06  mhe

	* NEWS: latest news...

2000-10-20 13:04  mhe

	* doc/: yafc.info, yafc.texi, yafc_bookmark.texi, yafc_codes.texi,
	yafc_commands.texi, yafc_invoke.texi, yafc_keywords.texi:
	documentation is boring :-)

2000-10-20 12:35  mhe

	* doc/: Makefile.am, version.texi, yafc.info, yafc.texi,
	yafc_alias.texi, yafc_autologin.texi, yafc_bookmark.texi,
	yafc_codes.texi, yafc_color.texi, yafc_commands.texi,
	yafc_config.texi, yafc_keywords.texi, yafc_shell.texi: [no log
	message]

2000-10-20 12:13  mhe

	* src/fxp.c: --output fixes

2000-10-20 11:36  mhe

	* src/main.c: added none to default mech

2000-10-20 11:35  mhe

	* lib/security.c, src/ftp/ftp.c: mech cleanups

2000-10-20 09:41  mhe

	* configure.in: checking for heimdal...

2000-10-20 09:38  mhe

	* lib/security.c: conditional compile

2000-10-20 09:27  mhe

	* src/bookmark.c: recognizes args

2000-10-20 09:26  mhe

	* src/cmd.c: resets completion type

2000-10-20 08:54  mhe

	* lib/gssapi.c: re-indented

2000-10-20 08:48  mhe

	* NEWS, lib/bashline.c, lib/bashline.h, src/bashline.c,
	src/bashline.h: [no log message]

2000-10-20 08:44  mhe

	* src/: lglob.h, rc.h, text2c.c: added GPL

2000-10-17 15:45  mhe

	* src/: Makefile.am, rc.h: added rc.h

2000-10-17 15:43  mhe

	* NEWS, yafcrc.sample, po/POTFILES.in, src/Makefile.am,
	src/bookmark.c, src/bookmark.h, src/cmd.c, src/commands.c,
	src/commands.h, src/completion.c, src/completion.h, src/fxp.c,
	src/get.c, src/gvars.c, src/gvars.h, src/list.c, src/local.c,
	src/login.c, src/ltag.c, src/ltag.h, src/main.c, src/prompt.h,
	src/put.c, src/rc.c, src/redir.c, src/redir.h, src/tag.c,
	src/tag.h, src/transfer.c, src/utils.c, src/utils.h,
	src/libmhe/linklist.c, src/libmhe/linklist.h: cleanups

2000-10-17 15:00  mhe

	* lib/security.c: braindamage in find_mech

2000-10-16 13:22  mhe

	* configure.in: removed swedish language file

2000-10-16 13:21  mhe

	* src/commands.c: cleanups in cmd_cache

2000-10-16 13:04  mhe

	* po/: sv.gmo, sv.po, sv.po.unmaintained: removed sv.po

2000-10-15 22:04  mhe

	* src/libmhe/shortpath.c: bug in shortpath with maxlen==0

2000-10-15 21:19  mhe

	* NEWS, THANKS, TODO, yafcrc.sample, doc/yafc.info,
	doc/yafc_codes.texi, doc/yafc_keywords.texi, po/sv.gmo, po/sv.po,
	src/gvars.c, src/gvars.h, src/list.c, src/main.c, src/rc.c,
	src/set.c, src/transfer.c: new option transfer_xterm_string

2000-10-15 20:19  mhe

	* src/ftp/: ftp.c, ftp.h, ftpsend.c: passive mode bug fixed

2000-10-15 15:44  mhe

	* src/: get.c, put.c: fixed --output option

2000-10-15 15:42  mhe

	* doc/: genhtml, yafc.info, yafc_commands.texi: more commands
	documented

2000-10-15 14:33  mhe

	* src/put.c: fixed typo in help

2000-10-15 14:21  mhe

	* po/: cat-id-tbl.c, stamp-cat-id, yafc.pot: removed generated
	files

2000-10-15 14:16  mhe

	* src/set.c: cleanups

2000-10-15 14:16  mhe

	* src/gvars.c: changed default for gvAutoBookmark

2000-10-15 14:13  mhe

	* src/: get.c, get.h, put.c, get.c: changed --output behaviour

2000-10-15 14:11  mhe

	* src/commands.c: forgot fflush in cmd_cat

2000-10-15 14:11  mhe

	* yafcrc.sample: fixed broken alias zpage

2000-10-14 15:16  mhe

	* NEWS, TODO, configure.in, yafc.spec.in, yafcrc.sample,
	doc/version.texi, doc/yafc.info, po/cat-id-tbl.c, po/sv.gmo,
	po/sv.po, po/yafc.pot: new release

2000-10-14 13:38  mhe

	* doc/: version.texi, yafc.1, yafc.info, yafc.texi,
	yafc_alias.texi, yafc_autologin.texi, yafc_codes.texi,
	yafc_color.texi, yafc_commands.texi, yafc_invoke.texi,
	yafc_keywords.texi: I hate documentation...

2000-10-14 13:25  mhe

	* src/: commands.c, login.c, set.c, tag.c: removed hints from cmds

2000-10-14 13:05  mhe

	* lib/kauth.c: added --help

2000-10-14 00:42  mhe

	* COPYRIGHT, yafc.spec.in, doc/yafc.1, lib/getopt.c, lib/getopt.h,
	lib/getopt1.c, lib/gssapi.c, lib/kauth.c, lib/krb4.c, lib/krb4.h,
	lib/security.c, lib/security.h, lib/strlcpy.c, po/sv.po,
	src/help.h: updated email address

2000-10-13 23:58  mhe

	* COPYRIGHT, NEWS, aclocal.m4, configure.in, stamp-h.in,
	po/POTFILES.in, po/cat-id-tbl.c, po/sv.gmo, po/sv.po, po/yafc.pot,
	src/Makefile.am, src/cmd.c, src/fxp.c, src/get.c, src/main.c,
	src/put.c, src/syshdr.h, src/transfer.c: removed lib/setproctitle
	due to licensing problems

2000-10-13 23:44  mhe

	* doc/stamp-vti: removed generated file stamp-vti

2000-10-13 23:42  mhe

	* doc/: yafc.info, yafc_codes.texi: manual updates

2000-10-13 23:07  mhe

	* configure.in: removed setproctitle

2000-10-13 23:06  mhe

	* lib/: Makefile.am, setproctitle.c, setproctitle.h: removed
	setproctitle.[ch]

2000-10-13 22:13  mhe

	* doc/: Makefile.am, stamp-vti, version.texi, yafc.info, yafc.texi,
	yafc_autologin.texi, yafc_codes.texi, yafc_keywords.texi: doc
	updates

2000-10-13 21:26  mhe

	* NEWS, TODO, configure.in, yafcrc.sample, doc/stamp-vti,
	doc/version.texi, doc/yafc.info: new release

2000-10-13 16:57  mhe

	* po/: sv.gmo, sv.po, yafc.pot: minor INTL tweaks

2000-10-09 23:02  mhe

	* NEWS, lib/krb4.c, po/yafc.pot: per-url mech changes

2000-10-09 22:48  mhe

	* src/: Makefile.am, bookmark.c, login.c, main.c, rc.c, set.c,
	transfer.c: changes for per-url mech settings

2000-10-09 22:19  mhe

	* src/ftp/: ftp.c, ftp.h, ftpsend.c: using per-url pasvmode setting

2000-10-09 22:18  mhe

	* src/ftp/: url.c, url.h: added mech & pasvmode vars

2000-10-09 22:17  mhe

	* src/libmhe/linklist.c: added _equal/_clone

2000-10-09 22:14  mhe

	* doc/: stamp-vti, version.texi, yafc.info, yafc.texi,
	yafc_autologin.texi, yafc_intro.texi, yafc_invoke.texi,
	yafc_keywords.texi: small manual updates

2000-10-09 22:11  mhe

	* TODO: did stuff to do

2000-10-07 00:20  mhe

	* src/Makefile.am, configure.in: removed cfglib

2000-10-07 00:17  mhe

	* README, po/cat-id-tbl.c, po/yafc.pot, src/bookmark.c, src/main.c,
	src/cfglib/Makefile.am, src/cfglib/cfgfree.c, src/cfglib/cfglib.c,
	src/cfglib/cfglib.h, src/cfglib/cfgread.c, src/cfglib/cfgsave.c,
	src/cfglib/cfgutil.c, src/cfglib/main.c, src/ftp/ftp.c,
	src/libmhe/linklist.c, src/libmhe/linklist.h: blah, blah, blah

2000-10-06 23:59  mhe

	* src/: main.c, gvars.c: removed --nonetrc option

2000-10-06 18:21  mhe

	* NEWS, TODO, yafcrc.sample, po/cat-id-tbl.c, po/yafc.pot,
	src/bookmark.c, src/cmd.c, src/gvars.c, src/gvars.h, src/login.c,
	src/main.c, src/rc.c, src/transfer.c, src/ftp/ftp.c, src/ftp/url.c,
	src/ftp/url.h, src/libmhe/linklist.c, src/libmhe/linklist.h: added
	option --mechanism

2000-10-06 16:44  mhe

	* BUGS, README: new mailaddress

2000-10-06 12:30  mhe

	* lib/: security.c, security.h: better selecting of mechanisms

2000-10-05 17:19  mhe

	* THANKS, TODO, configure.in, yafcrc.sample, lib/security.c,
	lib/security.h, po/cat-id-tbl.c, po/yafc.pot, src/Makefile.am,
	src/bookmark.c, src/cmd.c, src/get.c, src/login.c, src/login.h,
	src/main.c, src/put.h, src/rc.c, src/cfglib/Makefile.am,
	src/cfglib/cfgfree.c, src/cfglib/cfglib.c, src/cfglib/cfglib.h,
	src/cfglib/cfgread.c, src/cfglib/cfgsave.c, src/cfglib/cfgutil.c,
	src/cfglib/main.c, src/ftp/ftp.c, src/ftp/ftp.h: [no log message]

2000-10-03 20:03  mhe

	* src/ftp/: url.c, url.h: added passive & mech variables

2000-10-03 20:02  mhe

	* src/: gvars.c, gvars.h: added global variable gvMechanism

2000-10-03 20:01  mhe

	* src/put.c: changed handling of --output option

2000-09-29 00:24  mhe

	* src/fxp.c: added --target in fxp help

2000-09-25 22:29  mhe

	* NEWS, TODO, acconfig.h, configure.in, doc/stamp-vti,
	doc/version.texi, doc/yafc.info, po/cat-id-tbl.c, po/yafc.pot,
	src/help.c, src/main.c, src/ftp/ftpsend.c: recognizes host type

2000-09-23 15:04  mhe

	* lib/kauth.c: using private protlevel in kauth

2000-09-21 13:31  mhe

	* src/: libmhe/strq.c, libmhe/strq.h, ftp/ftp.c: fix for DOS style
	paths

2000-09-21 12:38  mhe

	* INSTALL: tested on more machines

2000-09-18 14:25  mhe

	* Makefile.in, NEWS, config.h.in, configure, configure.in,
	yafc.spec, doc/Makefile.in, lib/Makefile.in, src/Makefile.in,
	src/ftp/Makefile.in, src/ftp/ftp.c, src/libmhe/Makefile.in: removed
	generated files

2000-09-15 12:14  mhe

	* Makefile.am, Makefile.in, doc/Makefile.in, doc/stamp-vti,
	doc/version.texi, lib/Makefile.in, po/sv.gmo, po/sv.po,
	po/yafc.pot, src/Makefile.in, src/ftp/Makefile.in,
	src/libmhe/Makefile.in: changed to work with CVS

2000-09-14 16:05  mhe

	* Makefile.in, README, stamp-h.in, ABOUT-NLS, COPYING, INSTALL,
	Makefile.am, NEWS, THANKS, TODO, acconfig.h, acinclude.m4,
	aclocal.m4, config.h.in, configure, configure.in, BUGS, COPYRIGHT,
	yafc.spec.in, inputrc.sample, yafcrc.sample, yafc.spec,
	intl/ChangeLog, intl/Makefile.in, intl/linux-msg.sed,
	intl/gettext.h, intl/gettextP.h, intl/hash-string.h,
	intl/po2tbl.sed.in, intl/xopen-msg.sed, intl/bindtextdom.c,
	intl/libgettext.h, intl/loadinfo.h, intl/dcgettext.c,
	intl/dgettext.c, intl/finddomain.c, intl/gettext.c,
	intl/loadmsgcat.c, intl/localealias.c, intl/VERSION,
	intl/cat-compat.c, intl/explodename.c, intl/intl-compat.c,
	intl/l10nflist.c, intl/textdomain.c, po/ChangeLog,
	po/Makefile.in.in, po/POTFILES.in, po/stamp-cat-id, po/yafc.pot,
	po/sv.po, po/sv.gmo, po/cat-id-tbl.c, doc/Makefile.in,
	doc/yafc_alias.texi, doc/yafc_autologin.texi, doc/yafc_color.texi,
	doc/yafc_commands.texi, doc/yafc_intro.texi, doc/yafc_invoke.texi,
	doc/Makefile.am, doc/stamp-vti, doc/version.texi,
	doc/yafc_keywords.texi, doc/yafc_shell.texi, doc/yafc.1,
	doc/yafc.texi, doc/yafc.info, lib/Makefile.am, lib/Makefile.in,
	lib/alloca.c, lib/getopt.c, lib/getopt1.c, lib/gssapi.c,
	lib/kauth.c, lib/krb4.c, lib/security.c, lib/setproctitle.c,
	lib/strlcpy.c, lib/vasprintf.c, lib/xmalloc.c, lib/base64.c,
	lib/fnmatch.c, lib/makepath.c, lib/glob.c, lib/fnmatch.h,
	lib/getopt.h, lib/glob.h, lib/modechange.c, lib/strcasecmp.h,
	lib/xmalloc.h, lib/base64.h, lib/krb4.h, lib/makepath.h,
	lib/modechange.h, lib/pathmax.h, lib/setproctitle.h,
	lib/collsyms.h, lib/security.h, src/Makefile.am, src/Makefile.in,
	src/alias.c, src/main.c, src/cmd.c, src/commands.c,
	src/completion.c, src/get.c, src/fxp.c, src/gvars.c, src/help.c,
	src/lglob.c, src/input.c, src/local.c, src/list.c, src/login.c,
	src/put.c, src/redir.c, src/rm.c, src/tag.c, src/prompt.c,
	src/bashline.c, src/rc.c, src/transfer.c, src/ltag.c, src/set.c,
	src/alias.h, src/bookmark.c, src/cmd.h, src/commands.h,
	src/completion.h, src/text2c.c, src/get.h, src/gvars.h, src/help.h,
	src/input.h, src/transfer.h, src/bashline.h, src/lglob.h,
	src/login.h, src/put.h, src/redir.h, src/set.h, src/syshdr.h,
	src/libmhe/Makefile.am, src/libmhe/Makefile.in, src/libmhe/args.c,
	src/libmhe/linklist.c, src/libmhe/linklist.h,
	src/libmhe/shortpath.c, src/libmhe/strq.c, src/libmhe/args.h,
	src/libmhe/shortpath.h, src/libmhe/strq.h, src/ftp/Makefile.am,
	src/ftp/Makefile.in, src/ftp/ftp.c, src/ftp/host.c,
	src/ftp/rglob.c, src/ftp/socket.c, src/ftp/rdirectory.c,
	src/ftp/rfile.c, src/ftp/cache.c, src/ftp/lscolors.c,
	src/ftp/url.c, src/ftp/ftpsend.c, src/ftp/ftpsigs.c, src/ftp/ftp.h,
	src/ftp/host.h, src/ftp/rdirectory.h, src/ftp/rfile.h,
	src/ftp/rglob.h, src/ftp/socket.h, src/ftp/url.h,
	src/ftp/ftpsigs.h, support/config.guess, support/config.sub,
	contrib/yafc-import_ncftp.pl, support/install-sh, support/mdate-sh,
	support/missing, support/mkinstalldirs: Initial revision

2000-09-14 16:05  mhe

	* Makefile.in, README, stamp-h.in, ABOUT-NLS, COPYING, INSTALL,
	Makefile.am, NEWS, THANKS, TODO, acconfig.h, acinclude.m4,
	aclocal.m4, config.h.in, configure, configure.in, BUGS, COPYRIGHT,
	yafc.spec.in, inputrc.sample, yafcrc.sample, yafc.spec,
	intl/ChangeLog, intl/Makefile.in, intl/linux-msg.sed,
	intl/gettext.h, intl/gettextP.h, intl/hash-string.h,
	intl/po2tbl.sed.in, intl/xopen-msg.sed, intl/bindtextdom.c,
	intl/libgettext.h, intl/loadinfo.h, intl/dcgettext.c,
	intl/dgettext.c, intl/finddomain.c, intl/gettext.c,
	intl/loadmsgcat.c, intl/localealias.c, intl/VERSION,
	intl/cat-compat.c, intl/explodename.c, intl/intl-compat.c,
	intl/l10nflist.c, intl/textdomain.c, po/ChangeLog,
	po/Makefile.in.in, po/POTFILES.in, po/stamp-cat-id, po/yafc.pot,
	po/sv.po, po/sv.gmo, po/cat-id-tbl.c, doc/Makefile.in,
	doc/yafc_alias.texi, doc/yafc_autologin.texi, doc/yafc_color.texi,
	doc/yafc_commands.texi, doc/yafc_intro.texi, doc/yafc_invoke.texi,
	doc/Makefile.am, doc/stamp-vti, doc/version.texi,
	doc/yafc_keywords.texi, doc/yafc_shell.texi, doc/yafc.1,
	doc/yafc.texi, doc/yafc.info, lib/Makefile.am, lib/Makefile.in,
	lib/alloca.c, lib/getopt.c, lib/getopt1.c, lib/gssapi.c,
	lib/kauth.c, lib/krb4.c, lib/security.c, lib/setproctitle.c,
	lib/strlcpy.c, lib/vasprintf.c, lib/xmalloc.c, lib/base64.c,
	lib/fnmatch.c, lib/makepath.c, lib/glob.c, lib/fnmatch.h,
	lib/getopt.h, lib/glob.h, lib/modechange.c, lib/strcasecmp.h,
	lib/xmalloc.h, lib/base64.h, lib/krb4.h, lib/makepath.h,
	lib/modechange.h, lib/pathmax.h, lib/setproctitle.h,
	lib/collsyms.h, lib/security.h, src/Makefile.am, src/Makefile.in,
	src/alias.c, src/main.c, src/cmd.c, src/commands.c,
	src/completion.c, src/get.c, src/fxp.c, src/gvars.c, src/help.c,
	src/lglob.c, src/input.c, src/local.c, src/list.c, src/login.c,
	src/put.c, src/redir.c, src/rm.c, src/tag.c, src/prompt.c,
	src/bashline.c, src/rc.c, src/transfer.c, src/ltag.c, src/set.c,
	src/alias.h, src/bookmark.c, src/cmd.h, src/commands.h,
	src/completion.h, src/text2c.c, src/get.h, src/gvars.h, src/help.h,
	src/input.h, src/transfer.h, src/bashline.h, src/lglob.h,
	src/login.h, src/put.h, src/redir.h, src/set.h, src/syshdr.h,
	src/libmhe/Makefile.am, src/libmhe/Makefile.in, src/libmhe/args.c,
	src/libmhe/linklist.c, src/libmhe/linklist.h,
	src/libmhe/shortpath.c, src/libmhe/strq.c, src/libmhe/args.h,
	src/libmhe/shortpath.h, src/libmhe/strq.h, src/ftp/Makefile.am,
	src/ftp/Makefile.in, src/ftp/ftp.c, src/ftp/host.c,
	src/ftp/rglob.c, src/ftp/socket.c, src/ftp/rdirectory.c,
	src/ftp/rfile.c, src/ftp/cache.c, src/ftp/lscolors.c,
	src/ftp/url.c, src/ftp/ftpsend.c, src/ftp/ftpsigs.c, src/ftp/ftp.h,
	src/ftp/host.h, src/ftp/rdirectory.h, src/ftp/rfile.h,
	src/ftp/rglob.h, src/ftp/socket.h, src/ftp/url.h,
	src/ftp/ftpsigs.h, support/config.guess, support/config.sub,
	contrib/yafc-import_ncftp.pl, support/install-sh, support/mdate-sh,
	support/missing, support/mkinstalldirs: initial SourceForge cvs
	import

