2008-04-04  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* MANIFEST: Updated.

2008-04-04  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Doing the 1.0.3 release.

	* VERSION: Set to 1.0.3.

	* CHANGES: Updated.

2008-04-02  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* MANIFEST: Updated.

2008-04-02  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* po/es.po, po/de.po, po/sv.po, po/he.po: Updated.

2008-04-02  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* nessus/preferences.c (prefs_get_default): NEW URL defaults for
	OpenVAS NVT ID, BID and CVE. Previous were directed towards nessus.org.

	* nessus/pdf_output.c (print_appendix, print_plugin_information): Made
	strings translatable.
	(fprint_link, print_data_with_links, print_plugin_information): Adapted
	OpenVAS ID referencing to the new OID scheme as specified with
	OpenVAS Change Request #1.

2008-02-29  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* nessus/nessus.c (connect_to_nessusd): Only write plugin cache
	if it is configured to cache plugins. This fixes a segfault
	when the caching feature is switched off and a connection
	established.
	This patch is contributed by Carsten Koch-Mauthe.

2008-02-29  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Refactored onKeypressed method for treeview widgets as
	it can be used at least for two treeview already.

	* src/gui/treeview_support.c, src/gui/treeview_support.h: New.
	Factored out onKeypressed from prefs_scope_tree.c.

	* src/gui/Makefile, nessus/Makefile: Added module treeview_support.

	* nessus/prefs_dialog/prefs_scope_tree.c (onKeypressed): Removed,
	now in treeview_support.

	* nessus/prefs_dialog/prefs_report.c (prefs_dialog_report): Connect
	tree with onKeypressed.

2008-02-29  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* nessus/prefs_dialog/prefs_scope_tree.c (onKeypressed): New.
	Expands/Collapses tree upon left/right arrow key.
	(prefs_dialog_scope_tree): Connect scopetreeview with onKeypressed.
	This patch is contributed by Carsten Koch-Mauthe.

2008-02-28  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* nessus/monitor_dialog.c (monitor_add_host, monitor_stop_whole_test,
	monitor_input_callback): Finally removed unused variable.

2008-02-28  Laban Mwangi <labeneator@gmail.com>

	* nessus/html_output.c, nessus/latex_output.c,
	nessus/text_output.c: Fix links in report pages.

2008-02-26  Tim Brown <timb@nth-dimension.org.uk>

	* nessus/monitor_dialog.c: Added some preprocessor directives to fix
	compiler warnings
	* nessus/preferences.c, nessus/prefs_dialog/prefs_context.c,
	nessus/prefs_dialog/prefs_dialog_prefs.c, nessus/prefs_dialog/prefs_report.c,
	nessus/prefs_dialog/prefs_report.h: Added global setting sort_order
	which can be set from preferences. When the report context changes
	this (when the report being shown changes) the default sort order will
	be applied. Justification, from a pentesting perspective, it is
	optimal to go after the most vulnerable ports first :).

2008-02-26  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* MANIFEST: Updated.

2008-02-25  Tim Brown <timb@nth-dimension.org.uk>

	* nessus/foo.tex, nessus/foo.xml, nessus/nessus.html:
	Removed as unrequired.

2008-02-25  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Final step of removing the NSR support (OpenVAS Change
	Request #2): Removed handling in code.

	* nessus/html_graph_output.c: Various renaming from Nessus to OpenVAS
	(arglist_to_html_graph): Removed saving a nsr file. This action appeared
	to have no effect anyway.

	* nessus/cli.c (cli_args_results): Removed setting of "nsr"
	as ftype as a default.
	(cli_args_output): Removed handling of ftype "nsr".

	* nessus/backend.c (backend_import_report): Removed handling
	for ".nsr" files.

	* nessus/report_save.c (SAVE_NSR): Removed.
	(file_save_ok_callback): Removed suffix ".nsr" from list,
	removed handlung to save nsr.
	(report_save_cb): Removed GUI selection label for NSR.

	* nessus/nessus.c (display_help): Removed "nsr" from help text.
	(main): Remove handling to write nsr format.

	* nessus/Makefile, nessus/nmake.w32: Remove handling of
	module "nsr_output".

	* nessus/nsr_output.c, nessus/nsr_output.h: Removed.

2008-02-23  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	First step of removing the NSR support (OpenVAS Change
	Request #2): Documentation.

	* OpenVAS-Client.1, nbe_file_format.txt: Removed
	any reference to NSR format.

	* nsr_file_format.txt: Removed.

	* MANIFEST: Updated.

2008-02-14  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* doc/ntp/README, doc/ntp/ntp_white_paper.txt, doc/ntp/plugin_prefs.txt,
	doc/ntp/ntp_extensions.txt, doc/ntp/ntp_white_paper_11.txt, doc/ntp/:
	Removed. They are redundant copies of the respective
	files in module openvas-server where they are maintained.

	* MANIFEST: Updated.

2008-01-05  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* COPYING.README: Adding the summary of copyrights
	as collected in file packaging/debian/copyright.

2008-01-04  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* MANIFEST: updated.

2007-12-29  Tim Brown <timb@nth-dimension.org.uk>
	
	* Makefile, packaging/debian/rules: Removed man8 from make
	install-man.
	* packaging/debian/changelog: Updated.

2007-12-29  Javier Fernandez-Sanguino <jfs@computer.org>

	* packaging/debian/copyright: More information in the copyright,
	including a detailed account of holders as well as reference to
	the LGPL and the inclusions of the licenses which are neither GPL
	nor LGP. Done after a full (C) and license review of all the source code.
	Convert to UTF-8 and fix typo.
	* packaging/debian/changelog: Updated.
	* packaging/debian/rules: Remove empty directory from the package.
	* openvas-client/po/es.po: Minor typo fix.

2007-12-28  Tim Brown <timb@nth-dimension.org.uk>

	* packaging/debian/openvas-client.menu: Updated in line with
	Debian Menu sub-policy
	* packaging/debian/patches/, packaging/debian/patches/00list,
	packaging/debian/patches/01_libgdchart-gd2-noxpm-dev.patch: New.
	Incorporates the fixes to use libgdchart-gd2-noxpm-dev.
	* packaging/debian/control: Depends on dpatch
	* packaging/debian/rules: Apply patches
	* packaging/debian/changelog: Updated.
	* Makefile: Removed installation of openvasclient-mkrand

2007-12-18  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Post-release version bump.

	* VERSION: Set to 1.0.3.SVN.

2007-12-18  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Doing the 1.0.2 release.

	* VERSION: Set to 1.0.2.

	* CHANGES: Updated.

2007-11-04  Tim Brown <timb@nth-dimension.org.uk>

	* packaging/debian/copyright, packaging/debian/changelog: Updated
	to list all contributing authors
	based on grep for "\([cC]\)|[cC]opyright".

2007-11-04  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* README: Replace license information by a reference to
	COPYING.README.

	* COPYING.README: New.

	* nessus/test.pdf: Removed. This test file probably
	has been added by accident.

	* MANIFEST: Updated.

2007-11-01  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* MANIFEST: Updated.

2007-11-01  Javier Fernandez-Sanguino <jfs@computer.org>

	* nessus/OpenVAS-Client.desktop: Enable logo.

	* packaging/debian/TODO, packaging/debian/openvas-client.menu: New.
	Sync with the contents of the uploaded Debian package.

	* packaging/debian/control, packaging/debian/changelog,
	packaging/debian/copyright, packaging/debian/rules:
	Sync with the contents of the uploaded Debian package.

2007-11-01  Javier Fernandez-Sanguino <jfs@computer.org>

	* po/README: Remove references to Nessus, move CVS to SVN.

2007-10-31  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* MANIFEST: Updated.

2007-10-31  Tim Brown <timb@nth-dimension.org.uk>

	* nessus/OpenVAS-Client.desktop: Removed Icon filename because it
	does not exist yet.

	* packaging/debian, packaging/debian/control, packaging/debian/dirs,
	packaging/debian/compat, packaging/debian/changelog, packaging/debian/copyright,
	packaging/debian/docs, packaging/debian/rules: New. The debian packaing
	files.

	* config.guess, config.sub: Merged changes from old Debian nessus-client package

2007-10-23  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Post-release version bump.

	* VERSION: Set to 1.0.2.SVN.

2007-10-23  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* MANIFEST: Updated.

2007-10-23  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Doing the 1.0.1 release.

	* VERSION: Set to 1.0.1.

	* CHANGES: Updated.

2007-10-21  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* README_SSL, doc/WARNING.En, doc/WARNING.Fr: Removed due
	to phrases that render the text files non-free.

2007-09-24  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* nessus/backend.c (backend_init): Replaced "nessus" by "openvas"
	for basename of temporary files. Found by  Hanno Bck.

2007-09-24  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* TODO: Yet another wish (NSIS)

2007-09-20  Bernhard Herzog  <bh@intevation.de>

	* include/includes.h: No longer includes nessus-devel.h

	* include/nessus-devel.h: Removed because it's not actually used.

2007-09-18  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Post-release version bump.

	* VERSION: Set to 1.0.1.SVN.

2007-09-18  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Doing the 1.0.0 release.

	* VERSION: Set to 1.0.0.

	* CHANGES: Updated.

2007-09-18  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* nessus/prefs_dialog/prefs_help.h: Removed HLP_CIPHER_CHOICE
	since it is not used anywhere in the code.

	* po/de.po, po/he.po, po/sv.po: Updated (removed unused translations).

	* po/es.po: New. Spanish translation by Javier Fernandez-Sanguino

2007-09-17  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* po/Makefile: Added spanish.

	* MANIFEST: Updated.

	* nessus/prefs_dialog/prefs_help.h: Fixed string typos. Also
	"Nessus"->"OpenVAS".

	* nessus/prefs_dialog/prefs_scan_assistant.c: Fixed "Nessus" -> "OpenVAS"

	* po/de.po, po/sv.po: Updated. Resolved fuzzy.

	* po/he.po: Just updated.

2007-09-13  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* nessus/preferences.c, nessus/pdf_output.c, nessus/plugin_infos.c,
	nessus/prefs_dialog/prefs_dialog_auth.c, nessus/prefs_dialog/prefs_dialog_prefs.c,
	nessus/prefs_dialog/prefs_kb.c, nessus/prefs_dialog/prefs_help.h,
	nessus/backend.c, nessus/nessus.c: Replace "Nessus" UI Strings by
	"OpenVAS" where appropriate.

	* de.po, sv.po, he.po: Updated to new strings. de translated 100%, sv
	almost, he no updates.

2007-09-13  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* doc/OpenVAS-Client.1.in: Renamed to OpenVAS-Client.1 since there
	where no differences, so no need to let handle this by autotools.

	* doc/OpenVAS-Client.1: New. Former OpenVAS-Client.1.in.

	* configure.in: Don't handle OpenVAS-CLient.1.in anymore.

	* configure, TODO: Updated.

2007-08-30  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* src/gui/error_dlg.h: Applied standard header.

	* MANIFEST: Updated.

	* po/POTFILES, po/de.po, po/sv.po: Updated.

	* po/he.po: New. Hebrew translation. Contributed by Moti Yehoshua.

	* po/Makefile: Support hebrew (he).

2007-08-28  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* src/gui/error_dlg.c: Applied standard header.

2007-08-28  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* src/gui/error_dlg.c: Replace error_dialog.h by error_dlg.h.

2007-08-20  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* src/README: Fixed text because Intevation is not the exclusive
	copyright holder anymore.

	* nessus/error_dialog.h: Moved to gui/src/error_dlg.h

	* nessus/error_dialog.c: Moved to gui/src/error_dlg.c

	* gui/src/error_dlg.h: New. Former error_dialog.h.

	* gui/src/error_dlg.c: New. Former error_dialog.c.

	* gui/src/Makefile: Added module error_dlg.

	* nessus/Makefile: Adjustments to moved module error_dialog
	to src/gui/error_dlg.

	* nessus/comm.c, nessus/sighand.c, nessus/parser.c, nessus/plugin_cache.c,
	nessus/context.c, nessus/preferences.c, nessus/report.c, nessus/report_save.c,
	nessus/nsr_output.c, nessus/nbe_output.c, nessus/html_output.c,
	nessus/text_output.c, nessus/xml_output.c, nessus/xml_output_ng.c,
	nessus/html_graph_output.c, nessus/monitor_dialog.c, nessus/backend.c,
	nessus/prefs_dialog/prefs_dialog.c, nessus/prefs_dialog/prefs_scope_tree.c,
	nessus/prefs_dialog/prefs_dialog_scan_opt.c, nessus/prefs_dialog/prefs_dialog_user.c,
	nessus/prefs_dialog/prefs_plugins.c, nessus/prefs_dialog/prefs_plugins_tree.c,
	nessus/read_target_file.c, nessus/filter.c, nessus/nessus.c,
	nessus/prefs_dialog/prefs_context.c, nessus/prefs_dialog/prefs_scan_assistant.c,
	nessus/pdf_output.c: Replace error_dialog.h by error_dlg.h.

2007-08-16  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	*  packaging/w32/make-installer-openvas.sh,
	packaging/w32/openvasclient+gtk.iss.in, packaging/w32/README.txt:
	New. Some intitial scripts to create Windows Installer packages.
	Likely incomplete yet.

2007-08-16  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* nessus.tmpl.in, include/config.h.in, include/config32.h, configure.in,
	Makefile, nessus/preferences.c: Removed any occurance of NESSUSD_*.

	* configure: updated.

2007-08-16  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* src/gui/slad_install.c (slad_install): disable
	sladinstaller test for CYGWIN as it does not work there.

2007-08-10  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* po/sv.po: Updated swedish translation by Daniel Nylander.

2007-08-02  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Basis of this are the patches by Javier Fernndez-Sanguino Pea
	for the Debian package.

	* doc/OpenVAS-Client.1.in: Replaced Nessus (nessusd, ...)
	by OpenVAS (openvasd, ...).

	* Makefile: Fixed cleanup routines.

	* nessus/OpenVAS-Client.desktop: Added spanish.

2007-07-31  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Post-release version bump.

	* VERSION: Set to 0.9.2.SVN.

2007-07-31  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Doing the 0.9.1 release.

	* VERSION: Set to 0.9.1.

2007-07-31  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Update everything to have I18N work again.

	* po/README: NessusClient -> OpenVAS-Client

	* po/POTFILES: updated.

	* po/de.po: upated.

	* CHANGES: updated.

	* README: Added note about language support.

2007-07-31  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Adding a menu entry with a startup routine for the sladinstaller
	GUI. SLAD is the Security Local Auditing Daemon which
	comes with some NASL scripts and thus can now be fully managed
	through OpenVAS-Client.

	* src/gui/slad_install.h, src/gui/slad_install.c: New. A
	sladinstaller startup routine.

	* src/gui/Makefile, nessus/Makefile: Adding module slad_install.

	* nessus/prefs_dialog/prefis_dialog.c (prefs_dialog_setup): Add menu
	item to run sladintaller startup.

	* MANIFEST: updated.

	* CHANGES: updated.

2007-07-31  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Removing the whole manual directory which now forms
	the new stand-alone module "openvas-manual".

	* doc/man/, doc/man/Makefile, doc/man/fixtex.pl, doc/man/users-manual-de.lyx,
	doc/man/users-manual.lyx, doc/man/images, doc/man/images/authentication-dlg-de.png,
	doc/man/images/authentication-dlg-en.png, doc/man/images/mainwindow-credentials-de.png,
	doc/man/images/mainwindow-credentials-en.png, doc/man/images/mainwindow-de.png,
	doc/man/images/mainwindow-en.png, doc/man/images/mainwindow-kb-de.png,
	doc/man/images/mainwindow-kb-en.png, doc/man/images/mainwindow-pluginprefs-de.png,
	doc/man/images/mainwindow-pluginprefs-en.png, doc/man/images/mainwindow-plugins-de.png,
	doc/man/images/mainwindow-plugins-en.png, doc/man/images/mainwindow-report-de.png,
	doc/man/images/mainwindow-report-en.png, doc/man/images/mainwindow-targetselection-de.png,
	doc/man/images/mainwindow-targetselection-en.png, doc/man/images/preferences-dlg-de.png,
	doc/man/images/preferences-dlg-en.png, doc/man/OpenVAS-logo.png: Removed.

	* MANIFEST: updated.

	* VERSION: Updated to 0.9.1.SVN.

	* CHANGES: Added info for 0.9.1

	* nessus.tmpl.in, nessus/prefs_dialog/prefs_dialog.c (show_users_manual): New doc-dir is OpenVAS,
	not OpenVAS-Client.

2007-07-24  Bernhard Herzog  <bh@intevation.de>

	* nessus/nessus_plugin.c: Remove unused include

2007-07-24  Bernhard Herzog  <bh@intevation.de>

	* nessus/plugin_cache.c (plugin_cache_read): Remove incorrect
	comment.

2007-07-24  Bernhard Herzog  <bh@intevation.de>

	* nessus/nessus_plugin.c (nessus_plugin_get_description): Return
	the description directly without making a copy.  Since the
	description is now stored uncompressed it's not necessary anymore
	to return a copy and there were several places in the code where
	the returned string wasn't freed.

	* nessus/xml_output_ng.c (xml_plugins_plugin),
	nessus/pdf_output.c (print_plugin_information),
	nessus/filter.c (filter_plugin),
	nessus/cli.c (_cli_sql_dump_plugins): Adapt to
	nessus_plugin_get_description changes.

2007-07-24  Bernhard Herzog  <bh@intevation.de>

	* nessus/nessus_plugin.c (nessus_plugin_new): Intern the summary,
	too.

2007-07-23  Bernhard Herzog  <bh@intevation.de>

	* nessus/nessus_plugin.h (struct nessus_plugin): The plugin
	description is now stored uncompressed.

	* nessus/nessus_plugin.c (intern_string): New.  Function to intern
	strings.
	(nessus_plugin_new): Use intern_string to store the description
	uncompressed but shared among nessus_plugin instances for the same
	plugin.
	(nessus_plugin_get_description): Adapt to description changes.

2007-07-23  Bernhard Herzog  <bh@intevation.de>

	* nessus/cli.c (_cli_sql_dump_plugins, _cli_dump_plugins): Use
	nessus_plugin_get_description to get the uncompressed description

2007-07-19  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Final preparations for release 0.9.0.

	* VERSION: set to 0.9.0.

	* INSTALL: Removed. Those information were partly wrong or misleading.

	* README: Added some notes on compilation.

	* src/gui/about_dlg.c, src/gui/about_dlg.h, src/gui/Makefile,
	src/README, nessus/prefs_dialog/prefs_dialog.c: Because
	the copyright assignment takes some time, for the time
	being SPI is not yet the copyright holder. Intevation
	will transfer as soon as assignment process has been clarified.

	* CHANGES: Started anew with information on OpenVAS-Client.
	The previous information haven't been maintained consistently
	and have no meaning to the reader.

	* MANIFEST: updated.

2007-07-18  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* Makefile: Added target "dist".

	* MANIFEST: New. List of files for dist.

	* src/gui/Makefile: Fixed include-path and added
	Makefile as dependency for cflags.

2007-07-10  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* po/POTFILES: Replace module prefs_dialog by about_dlg.

	* po/de.po: Updating german translation.

2007-07-10  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Activate the src/gui/ source tree. Initially, this is done
	for the about dialog module.

	* nessus/prefs_dialog/prefs_about.c: Removed. Replaced by
	src/gui/about_dlg.c.

	* nessus/prefs_dialog/prefs_about.h: Removed. Replaced by
	src/gui/about_dlg.h.

	* nessus/Makefile: removed module prefs_about. Added new target
	"gui" and some handling for it (GUI_OBJS). Added module "about_dlg" which
	is now located under src/gui and build via target "gui".

	* nessus/prefs_dialog/prefs_dialog.c: Replace prefs_about by about_dlg.

	* nessus/xpm/logo_intevation.xpm: Removed. Now in src/gui/xpm/

	* nessus/xpm/logo_bsi_de.xpm: Removed. Now in src/gui/xpm/

	* nessus/xpm/OpenVAS-logo.xpm: Removed. Now in src/gui/xpm/

	* nessus/xpm/logo_bsi.xpm: Removed. Now in src/gui/xpm/

	* nessus/xpm/NessusClient.xpm: Removed. Not needed anymore.

2007-07-10  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Introduce new directory "src/" which will contain only
	clean stuff in terms of license and copyright.
	It is initially filled with one sample module.

	* src/: New. Directory to contain all new source modules
	and anything that is cleanly GPLv2 or any later version and copyright
	by SPI.

	* src/README: New. Explain what should be in this directory.

	* src/gui/: New. Directory to contain GUI modules.

	* src/gui/Makefile: New. Build instructions for GUI modules.

	* src/gui/about_dlg.c: New. Former nessus/prefs_dialog/prefs_about.c
	but with new header (Intevation transfers copyright to SPI) and
	renamed main function prefs_dialog_about to about_dialog.

	* src/gui/about_dlg.h: New. Former nessus/prefs_dialog/prefs_about.h
	but with new header (Intevation transfers copyright to SPI) and
	renamed main function prefs_dialog_about to about_dialog.

	* src/xpm/: New. Directory to contain XPMs used by modules under src/.

	* src/xpm/logo_bsi.xpm: New. Former nessus/xpm/logo_bsi.xpm.

	* src/xpm/logo_intevation.xpm: New. Former nessus/xpm/logo_intevation.xpm.

	* src/xpm/logo_bsi_de.xpm: New. Former nessus/xpm/logo_bsi_de.xpm.

	* src/xpm/OpenVAS-logo.xpm: New. Former nessus/xpm/OpenVAS-logo.xpm.

2007-07-09  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* nessus/prefs_dialog/prefs_about.c, nessus/prefs_dialog/prefs_dialog.c:
	Added info on SPI as being copyright holder for new code since OpenVAS-Client.

2007-07-05  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	* nessus/preferences.c, nessus/pdf_output.c, nessus/plugin_cache.c,
	nessus/nessus.h: rename files and directory from ".nessus*" to ".openvas*"

	* nessus/prefs_dialog/prefs_dialog.c (prefs_dialog_setup): Set a default
	size for the main window (1000x630).

2007-07-05  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	And more renaming from NessusClient ot OpenVAS-Client.

	* nessus/OpenVAS-Client.desktop: Renamed from NessusClient to
	OpenVAS-Client.

	* openvasclient-mkcert.in, ssl/openvasclient-mkrand.c: Renamed
	from nessusclient to openvasclient.

	* po/Makefile: Renamed NessusClient to OpenVAS-Client.
	Changed email address for bugs to openvas-devel mailing list.

	* po/de.po, po/sv.po: Renamed NessusClient to OpenVAS-Client.

2007-07-05  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Another series of name changes.
	Prevents name clash with installed NessusClient 1.x package.

	* configure.in: Renamed nessusclient-mkcert to openvasclient-mkcert.

	* configure: updated.

	* Makefile: Renamed nessusclient-mkcert to openvasclient-mkcert.
	Renamed nessusclient-mkrand to openvasclient-mkrand.

	* nessusclient-mkcert.in: Renamed to openvasclient-mkcert.in.

	* openvasclient-mkcert.in: New. Former nessusclient-mkcert.in.

	* ssl/nessusclient-mkrand.c: Renamed to openvasclient-mkrand.c

	* ssl/openvasclient-mkrand.c: New. Former nessusclient-mkrand.c.

	* ssl/Makefile: Renamed nessusclient-mkrand to openvasclient-mkrand.

	* doc/nessusclient-mkcert.1: Renamed to openvasclient-mkcert.1.

	* doc/openvasclient-mkcert.1: New. Former nessusclient-mkcert.1.

	* doc/nessusclient-mkrand.1: Renamed to openvasclient-mkrand.1.

	* doc/openvasclient-mkrand.1: New. Former nessusclient-mkrand.1.

2007-07-05  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Removed reference to Tenable in GUI on request by Renaud Deraison.

	* nessus/xpm/logo_tenable.xpm: Removed.

	* Makefile (prefs_about.o): Fixed dependencies concerning xpm's.

	* nessus/prefs_dialog/prefs_about.c: Removed reference to Tenable in
	about dialog.

2007-07-05  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Another bunch of renaming NessusClient to OpenVAS-Client.

	* nessus/xpm/OpenVAS-logo.xpm: New. The OpenVAS logo as a small xpm.

	* nessus/xpm/nessus.xpm: Removed.

	* nessus/prefs_dialog/prefs_about.c (prefs_dialog_about):
	Exchanged Nessus Logo/URL by OpenVAS logo/URL. Added license
	info. Removed URL to mailing list.

	* doc/man/nessus-logo.png: Removed.

	* doc/man/OpenVAS-logo.png: New.

	* doc/man/users-manual.lyx, doc/man/users-manual-de.lyx: Changed
	NessusClient to OpenVAS-Client (plain search and replace) and
	added a hint on the renaming situation. Replaced Logo.

2007-07-05  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	Introducing an improved scan progress dialog for GTK >= 2.6.

	* nessus/monitor_dialog.c (stop_toggled): New. Stop a scan if toggled off.

	* nessus/monitor_dialog.c (monitor_dialog_setup): default window size
	smaller for new style of dialog. Set up new style of dialog now with
	a TreeView Widget and full MVC (Model-View-Controller) concept.

	* nessus/monitor_dialog.c (monitor_list_update, monitor_remove_host,
	monitor_add_host): Consider new style of dialog (TreeView and MVC).

2007-07-05  Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>

	First bunch of renaming.

	* ChangeLog: New. Starting to explicity log changes.

	* README: New. Explain the history in short.

	* VERSION: Set back to 0.9.0 as OpenVAS-Client starts anew.

	* Makefile, configure.in, nessus.tmpl.in, nessus/Makefile,
	nessus/preferences.c, nessus/prefs_dialog/prefs_about.c,
	nessus/prefs_dialog/prefs_dialog.c:
	Renaming NessusClient to OpenVAS-Client.

	* configure: updated (now created on vanilla Debian Etch 4.0)
	* doc/NessusClient.1.in: Renamed to OpenVAS-Client.1.in

	* doc/OpenVAS-Client.1.in: New. Former NessusClient.1.in

	* nessus/NessusClient.desktop: Renamed to OpenVAS-Client.desktop.

	* nessus/OpenVAS-Client.desktop: New. Former NessusClient.desktop.
