Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jmmv 5975d38577 Update to 2.4.0:
2003-09-26  Jody Goldberg <jody@gnome.org>

	* Release 2.4.0

2003-09-26  Jody Goldberg <jody@gnome.org>

	* configure.in : bump to 2.4.0 to sync with desktop, and prepare to
	  branch.

2003-09-11  Jeremy Katz  <katzj@redhat.com>

	* libgnomeprintui/gnome-print-dialog.h: remove extra comma to make
	gcc 3.3 with -pedantic happy.

2003-09-04  Laurent Dhima  <laurenti@alblinux.net>

	* configure.in: Added "sq" to ALL_LINGUAS.

2003-08-12  Jody Goldberg <jody@gnome.org>

	* configure.in : post release version bump.

2003-08-11  Jody Goldberg <jody@gnome.org>

	* Release 2.3.1

2003-08-06  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.in:
          use ACLOCAL_AMFLAGS to make maintainer builds work

2003-07-08  Dafydd Harries  <daf@parnassus.ath.cx>

	* configure.in: Added "cy" to ALL_LINGUAS.

2003-06-22  Samúel Jón Gunnarsson  <sammi@techattack.nu>

	* configure.in: Added "is" to ALL_LINGUAS

2003-06-15  Taneem Ahmed  <taneem@eyetap.org>

	* configure.in: Added "bn" to ALL_LINGUAS.

2003-06-11  Kenneth Rohde Christiansen  <kenneth@gnu.org>

	* configure.in: Add "li" to ALL_LINGUAS.

2003-05-25  Morten Welinder  <terra@gnome.org>

	* libgnomeprintui/gnome-printer-selector.c (gpw_create_label):
	Leak fixes.
	(gpw_create_label_with_mnemonic): Leak fix.

	* libgnomeprintui/gnome-print-job-preview.c
	(preview_canvas_button_release): Make this multihead safe.

2003-05-11  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Added "ga" to ALL_LINGUAS.

2003-05-06  Danilo Šegan  <dsegan@gmx.net>

	* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2003-04-25  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* configure.in: call AC_LIBTOOL_WIN32_DLL.

	* libgnomeprintui/Makefile.am (libgnomeprintui_2_2_la_LDFLAGS): add
	-no-undefined.

2003-03-14  Chema Celorio  <chema@celorio.com>

	* autogen.sh (REQUIRED_AUTOMAKE_VERSION): require automake 1.6
	(filed as bug #109366)

	* examples/example_10.c (my_tree_cb): gpa_tree_viewer_new takes a GPANode* as
	an argument, fix.

	* libgnomeprintui/gpaui/gpa-*.ch: s/GtkType/GType/g. Fixes compilation issue on
	Solaris, spotted by philip.zhao@sun.com. Takes care of #bug 107959.

2003-03-13  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "ml" to ALL_LINGUAS.

2003-03-12  Chema Celorio  <chema@celorio.com>

	* libgnomeprintui/gpaui/gpa-tree-viewer.[ch]: do not include any libgnomeprint
	headers. Replace the use of GnomePrintConfig with a GPANode *

	* libgnomeprintui/gpaui/gpa-radiobutton.c (gpa_radiobutton_construct): cast
	option.id to avoid a compile time warning

	* tests/test-dialog.c (test_dialog_tree): update for the new use of gpa-tree-view

	* examples/example_10.c (my_tree_cb): use gpa_root for the tree viewer

2003-03-12  Chema Celorio  <chema@celorio.com>

	* configure.in: post-release version bump to 2.3.1
	* depend on libgnomeprint 2.3.1

2003-03-12  Chema Celorio  <chema@celorio.com>

	* 2.3.0

2003-03-11  Chema Celorio  <chema@celorio.com>

	* examples/example_10.c (my_draw): print 4 pages rather than just 1

2003-02-28  Chema Celorio  <chema@celorio.com>

	* examples/example_10.c (my_font_dialog_cb): add sample code to test
	bug #103921 and confirm that it is NOTABUG at least with gtk 2.0

2003-02-27  Chema Celorio  <chema@celorio.com>

	* libgnomeprintui/gpaui/gpa-option-menu.c (gpa_option_menu_rebuild_menu):
	use the translated user visible option name. Fixes bug #106162
	* libgnomeprintui/gnome-print-unit-selector.c (gpus_rebuild_menu):
	use the translated user visible unit names. Fixes bug #106162

2003-02-25  Roozbeh Pournader  <roozbeh@sharif.edu>

	* configure.in: Added "fa" to ALL_LINGUAS.

2003-02-11  Chema Celorio  <chema@celorio.com>

	* libgnomeprintui/gnome-print-widget.c (gnome_print_radiobutton_new):
	implment.

	* libgnomeprintui/gpaui/gpa-radiobutton.c: implement

2003-02-11  Chema Celorio  <chema@celorio.com>

	* libgnomeprintui/gpaui/gpa-print-to-file.c: fix variable
	name so that it compiles again.

	* libgnomeprintui/gnome-print-dialog.c: need to define
	GNOME_PRINT_UNSTABLE_API to avoid missing prototype warnings

	* libgnomeprintui/gpaui/gpa-print-to-file.[ch]: implement

	* libgnomeprintui/gnome-print-dialog.c (gnome_print_dialog_run):
	Implement. Right now is just a wrapper.

2003-02-11  Chema Celorio  <chema@celorio.com>

	* configure.in (GNOMEPRINT_AGE): add libtool versioning

	* libgnomeprintui/Makefile.am: add libtool -version-info

2003-02-10  Chema Celorio  <chema@celorio.com>

	* libgnomeprintui/gpaui/gpa-checkbutton.c: implement

	* libgnomeprintui/gnome-print-widget.[ch]: new file. Configuration
	widgets that apps can attach to GnomePrintConfig nodes.

	* libgnomeprintui/Makefile.am (libgnomeprintui_2_2_la_SOURCES):
	add gnome-print-widget.[ch]

2003-02-09  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "kn" to ALL_LINGUAS.

2003-02-06  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "id" to ALL_LINGUAS.

2003-02-02  Chema Celorio  <chema@celorio.com>

	* Makefile.am (mydistcheck): use $(AMTAR) rather than $(TAR) which I
	guess it has been changed in automake

2003-02-01  Chema Celorio  <chema@celorio.com>

	* libgnomeprintui/gnome-print-preview.c (gpp_stroke): Fix the second
	part of #104932. Spotted by jean.brefort@ac-dijon.fr

2003-01-31  Chema Celorio  <chema@celorio.com>

	* configure.in (gtk_doc_min_version): don't need to check
	for "gtk-doc > 0.10". 0.9 is good enough

	* libgnomeprintui/gnome-printui-marshal.list (VOID): generate the
	right marshaler

	* libgnomeprintui/gnome-print-copies.c (gnome_print_copies_selector_class_init):
	use the marshaler that matches the function prototype

2003-01-27  Chema Celorio  <chema@celorio.com>

	* libgnomeprintui/gpaui/gpa-transport-selector.c: fix #104319

2003-01-27  Chema Celorio  <chema@celorio.com>

	* configure.in: bump version to 2.3.0

2003-01-22  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "mn" to ALL_LINGUAS.

2003-01-20  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added Amharic (am), Arabic (ar), Greek (el),
	Finnish (fi), French (fr), Galician (gl), Croatian (hr),
	Hungarian (hu), Italian (it), Lithuanian (lt), Dutch (nl)
	Norwegian (nn and no), Brazilian (pt_BR), Slovak (sk),
	Turkish (tr) and Ukrainian (uk) to ALL_LINGUAS
2003-12-14 19:51:29 +00:00
archivers Make pkglint cleaner, as suggested by Soren Jacobsen. 2003-12-14 18:24:30 +00:00
audio Update HOMEPAGE and CONFLICTS to match csound changes. 2003-12-14 03:03:32 +00:00
benchmarks Update to 3.211: 2003-12-13 10:48:33 +00:00
biology Update to 9.3: 2003-12-13 10:44:06 +00:00
cad Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
chat Update to 4.9.9 provided by Soren Jacobsen PR pkg/23744. 2003-12-14 04:14:04 +00:00
comms Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
converters Add and enable fribidi. 2003-12-14 01:17:19 +00:00
cross Fix typo (CONFIUGRE_ENV). 2003-12-12 07:28:23 +00:00
databases add php4-mssql 4.3.4 - PHP4 module for access to MS SQL databases, using 2003-12-14 14:07:45 +00:00
devel Update to 2.4.0.1, based on work done by xtraeme@ and Min Sik Kim. 2003-12-14 19:50:21 +00:00
distfiles
doc + gail-1.4.1 [jmmv], libgtkhtml-2.4.1 [jmmv] 2003-12-14 19:21:49 +00:00
editors Update kile to version 1.6 2003-12-14 11:38:21 +00:00
emulators +compat16 2003-12-14 04:17:35 +00:00
finance Update gnucash to version 1.8.8, the latest stable version. 2003-12-11 22:57:37 +00:00
fonts Fix including libgnomeui/buildlink2.mk. 2003-12-14 16:41:52 +00:00
games Update to 0.8.0.0: 2003-12-14 17:44:32 +00:00
geography Add/enable mapserver. 2003-10-05 17:42:22 +00:00
graphics Update to 2.4.0, based on work done by xtraeme@. 2003-12-14 19:48:37 +00:00
ham Update HOMEPAGE and/or MASTER_SITES 2003-09-19 23:08:22 +00:00
inputmethod Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
lang Update to 1.6.4: 2003-12-14 17:14:40 +00:00
licenses OSnert's license: no redistribution. 2003-10-27 22:53:32 +00:00
mail Depend on gpgme03 package. Bump PKGREVISION. 2003-12-14 17:56:39 +00:00
math Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
mbone Add RCS IDs 2003-10-18 13:20:31 +00:00
meta-pkgs Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
misc Update to 2.0.7: 2003-12-14 12:38:30 +00:00
mk Add 'mr' locale directory, needed by upcoming gnome-vfs2 update. 2003-12-14 16:02:27 +00:00
net Update to 2.8.0, based on work done by xtraeme@: 2003-12-14 19:43:50 +00:00
news Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
packages
parallel Change MAINTAINER to "tech-pkg" instead of the previous "packages". 2003-12-03 22:14:45 +00:00
pkgtools pass CPPFLAGS to compiler 2003-12-14 12:27:57 +00:00
print Update to 2.4.0: 2003-12-14 19:51:29 +00:00
security Add and enable gpgme03. 2003-12-14 17:57:58 +00:00
shells Capitalize first letter of COMMENT. 2003-12-09 00:54:29 +00:00
sysutils Update to 2.4.1, based on work done by xtraeme@ and Min Sik Kim. 2003-12-14 19:47:26 +00:00
templates These pkgs are known to support IPv6. 2003-10-06 00:27:15 +00:00
textproc Update to 1.34, from Soren Jacobsen in PR pkg/23741: 2003-12-14 11:14:21 +00:00
time Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
wm Fix CATEGORIES. 2003-12-13 21:14:19 +00:00
www update from ../MozillaFirebird-bin/ 2003-12-14 04:13:01 +00:00
x11 Update MAINTAINER email address. 2003-12-13 20:14:26 +00:00
Makefile Add a geography category, in anticipatino of a number of pending packages. 2003-10-04 19:34:46 +00:00
Packages.txt 3.2.6 Setting up a sandbox for chroot'ed builds: 2003-11-19 22:31:47 +00:00
pkglocate Use "printf" instead of "echo -n" because it's more portable. 2003-05-31 14:20:46 +00:00
README the full documentation has more up-to-date information than the 2003-06-23 07:48:01 +00:00

$NetBSD: README,v 1.16 2003/06/23 07:48:01 grant Exp $

The pkgsrc documentation now lives on the NetBSD web site.

Full documentation, one file per chapter:
	http://www.NetBSD.org/Documentation/pkgsrc/

Full documentation in a single file:
	http://www.NetBSD.org/Documentation/pkgsrc/pkgsrc.html

Full documentation in a single plain-text file:
	http://www.NetBSD.org/Documentation/pkgsrc/pkgsrc.txt

pkgsrc.txt and pkgsrc.html are also provided in the top level pkgsrc
directory (this directory).