Commit graph

67 commits

Author SHA1 Message Date
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
jmcneill
5ae1c9bfc8 Update libgnomecanvas to 2.26.0.
libgnomecanvas 2.26.0
---------------------

What's new since 2.25.90

Translations
	* Amitakhya Phukan (as)
	* Reşat SABIQ (crh)
	* Suso Baleato (gl)
	* Rajesh Ranjan (hi)
	* Francesco Marletta (it)

libgnomecanvas 2.25.90
---------------------

What's new since 2.19.2

Bug fixes
	* Avoid tearing while repainting (Federico Mena Quintero)
	* Fix compilation with gcc 2.x (Jens Granseur)
	* Register gailcanvas into a11y type system (Sven Herzberg)
	* Do not use deprecated GTK_OBJECT macros (Stefan Kost)
	* Use single GTK+ includes (Cosimo Cecchi, Przemysław Grzegorczyk)

Translations
	* Khaled Hosny (ar)
	* Khandakar Mujahidul Islam (bn)
	* Reşat SABIQ (crh)
	* Lucas Lommer (cs)
	* Jorge González (es)
	* Iñaki Larrañaga Murgoitio (eu)
	* Pauli Virtanen (fi)
	* Robert-André Mauchin (fr)
	* Ignacio Casal Quinteiro (gl)
	* Launchpad Translations Administrators (hr)
	* Francesco Marletta (it)
	* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
	* Raivis Dejus (lv)
	* Sangeeta Kumari (mai)
	* Santhosh Thottingal (ml)
	* Badral (mn)
	* sandeep shedmake (mr)
	* Nabin Gautam (ne)
	* Åsmund Skjæveland (nn)
	* Yannig Marchegay (Kokoyaya) (oc)
	* Leonardo Ferreira Fontenelle (pt_BR)
	* Mișu Moldovan (ro)
	* Marcel Telka (sk)
	* Matej Urbančič (sl)
	* Laurent Dhima (sq)
	* தங்கம் அருண் (ta)
	* Krishna Babu K (te)
	* Theppitak Karoonboonyanan (th)
	* Baris Cicek (tr)
	* Woodman Tuen (zh_HK)
	* Woodman Tuen (zh_TW)
2009-03-17 22:50:20 +00:00
drochner
5f7a930515 needs gtk2>=2.24, pointed out by wiz 2008-10-17 11:26:19 +00:00
drochner
a5b7ba3661 drop "gail" dependency, bump PKGREVISION 2008-10-16 17:49:18 +00:00
jmmv
0d3662ee66 Drop maintainership
Stop lying and drop maintainership of these packages.  I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
2008-04-30 13:38:14 +00:00
drochner
ea7b246b7b update to 2.20.1.1
This switches to the new gnome-2.20 branch.
2007-10-31 20:05:48 +00:00
hira
255c023e41 libglade2 -> libglade (comment). 2007-10-07 07:39:52 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
drochner
2cddbdb437 migrate devhelp docs to share/gtk-doc/html, bump PKGREVISION 2006-11-13 21:31:26 +00:00
joerg
6e82078eef DESTDIR support. 2006-11-05 17:17:04 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jmmv
2c056b63d9 Update to 2.14.0:
libgnomecanvas 2.14.0
---------------------

What's new since 2.13.0:

Updated and new translations:
	- ka (Gia Shervashidze), ku (Erdal Ronahi),
	  ro (Misu Moldovan), zh_HK (Chinese Hong Kong team),
	  zh_TW (Chinese Taiwan Team)

libgnomecanvas 2.13.0
---------------------

What's new since 2.12.0:

Bug fixes:
	- Correctly reset item_list_end when moving the last
	item in the list. Fixes bug #323850. (Federico, Denis Auroux)
	- Remove a bunch of cruft and compiler warnings (Kjartan)
	- Add g_object_notify() call to allow users to connect to
	the notify::parent signal. Closes bug #320791. (Sven Herzberg)
	- Use BILINEAR interpolation instead of HYPER which is
	"a slow buggy piece of shit". (Federico)
	- Cast GNOME_CANVAS_COLOR macros to use unsigned ints so that
	shifting left 24 bits won't overflow into the sign bit.
	Fixes bug #317718. (Danek Duvall)
	- Correctly calculate width_in_pixels and height_in_pixels
	in gnome-canvas-pixbuf.c. (Hans de Graaff)

Docs:
	- Add API docs for gnome-canvas-rich-text.c (Dinoop Thomas)

Translation updates:
	- Added Tatar (tt)
	- Updated Belarusian (be), Dutch (nl)
2006-03-30 21:08:46 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jmmv
24272acb5e Update to 2.12.0:
libgnomecanvas 2.12.0
---------------------

What's new since 2.11.1:

Bug fixes:
	- Win32 fixes (Tor)

Updated translations:
	- Bulgarian, Canadian English, Catalan, Galician, Indonesian,
	  Kinyarwanda, Persian, Romanian, Vietnamese.

libgnomecanvas 2.11.1
---------------------

What's new since 2.10.0:

* Bug fixes:
	- Fix a bunch of typos in the developer docs (Kjartan)
	- Fixes for the perl bindings (scott at asofyet org)
	- Make gnome_canvas_item_get_bounds() work with Rich
	  text items (Jean Bréfort)
	- Dispose fixes (Arjan J. Molenaar)
	- width_units property not readable for shapes (Jean Bréfort)
	- Fix a crash in gnome_canvas_line_update() (Bob Gibbs)
	- Use HYPER for interpolation in the gdk-pixbuf code path
	  (Daniel Llano)
	- text-height and text-width are not writable (Olivier Andrieu)
	- set item->canvas to NULL, once the canvas got destroyed
2005-10-10 13:42:46 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
drochner
1f5a658e5e update to 2.10.2
changes:
-bugfixes
-Added Kinyarwanda translation
2005-07-04 20:06:29 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
7f4ef19852 Update to 2.10.0:
libgnomecanvas 2.9.2
--------------------

What's new since 2.9.1

* Bug fixes:
	- Fix possible crashes in gnome_canvas_text_set_property()
	  and gnome_canvas_text_set_markup(). Sebastian Rittau.

* Translations:
	- Added Xhosa (xh)
	- Updated Belarusian (be)

libgnomecanvas 2.9.1
--------------------

What's new since 2.8.0

* Bug fixes:
	- Build fixes (Ondrej Sury)
	- Warning fixes (Kjartan)

* Translations:
	- New translation (ang)
	- Updated translations (en_CA, et, zh_TW)
2005-03-22 15:58:20 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
1d829c879b Update to 2.8.0. This version corresponds to GNOME 2.8.0.
libgnomecanvas 2.8.0
--------------------

What's new since 2.7.1

* Bug fixes:
	- Various fixes (Sven Herzberg, Matthias Clasen)

* Translations:
        - New Norwegian Bookmal translation (Kjartan Maraas)
	- New Bosnian translation (Kenan Hadžiavdić)
	- Various updated translations (ang, bg, el, fi, gu, hu, ne,
					pa, sq, tr)

libgnomecanvas 2.7.1
--------------------

What's new since 2.6.1

* Bug fixes:
	- Doc fixes (Matthias Clasen)

* Features:
	- Update to automake 1.7 (James Henstridge)
2004-09-21 16:46:45 +00:00
jmmv
65a6e805a9 Update to 2.6.1.1: fixes soname. 2004-05-05 06:15:58 +00:00
jmmv
8fee67e472 Update to 2.6.1:
Translations:
- Added Gujarati translation (Gujarati Team)
- Added Basque translation (Iñaki Larrañaga)
- Various updated translations (ca, he, nn, wa)
2004-05-04 21:35:27 +00:00
wiz
f343e14c31 Unused. 2004-04-25 23:45:01 +00:00
jmmv
79b7444bfe Update to 2.6.0:
What's new since 2.4:

* Bug fixes:
	- BPath fixes (David Boucher)
	- Doc fixes (Richard Hult)
	- Set methods for height and width in GnomeCanvasRichText
	  (Kjartan Maraas)
	- Build fixes ("The Written Word", Kjartan Maraas)

* Translations:
	- Added British English translation (Gareth Owen)
	- Added Canadian English translation (Adam Weinberger)
	- Added Lithuanian translation (Žygimantas Beručka, Tomas Kuliavas)
	- Added Serbian Jekavian translation (Bojan Suzić)
	- Added Punjabi translation (Amanpreet Singh Alam)

	- Updated Albanian translation (Laurent Dhima)
	- Updated Arabic translation (Arafat Medini)
	- Updated Azerbaijani translation (Mətin Əmirov)
	- Updated Belarusian translation (Ales Nyakhaychyk)
	- Updated Bengali translation (Sayamindu Dasgupta)
	- Updated Brazilian Portuguese translation (Medina)
	- Updated Croatian translation (Robert Sedak)
	- Updated Czech translation (Miloslav Trmac)
 	- Updated Danish translation (Ole Laursen)
	- Updated Dutch translation (Vincent van Adrighem)
	- Updated Finnish translation (Pauli Virtanen)
	- Updated French translation (Christophe Merlet)
	- Updated German translation (Christian Neumair)
	- Updated Greek translation (Kostas Papadimas)
	- Updated Hindi translation (Guntupalli Karunakar)
	- Updated Hungarian translation (Andras Timar)
	- Updated Irish translation (Paul Duffy)
	- Updated Italian translation (Alesso Frusciante)
	- Updated Japanese translation (Takeshi AIHANA)
	- Updated Korean translation (Changwoo Ryu)
	- Updated Malay translation (Hasbullah Bin Pit)
	- Updated Mongolian translation (Sanlig Badral)
	- Updated Norwegian translation (Kjartan Maraas)
	- Updated Norwegian Nynorsk translation (Åsmund Skjæveland)
	- Updated Polish translation (GNOME PL Team)
	- Updated Portuguese translation (Duarte Loreto)
	- Updated Romanian translation (Mişu Moldovan)
	- Updated Russian translation (Russian Team)
	- Updated Serbian translations (Branko Ivanovic, Danilo Šegan)
	- Updated Simplified Chinese translation (Funda Wang)
	- Updated Slovak translation (Marcel Telka)
	- Updated Spanish translation (Francisco Javier F. Serrador)
	- Updated Swedish translation (Christian Rose)
	- Updated Tamil translation (Dinesh Nadarajah)
	- Updated Ukrainian translation (Maxim Dziumanenko)
	- Updated Welsh translation (Dafydd Harries)
2004-04-01 18:22:52 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jmmv
e9c2d7a142 Explicitly depend on pkgconfig. 2004-02-13 12:16:01 +00:00
xtraeme
83c0134322 bl3ify 2004-02-11 01:23:36 +00:00
grant
59daad6697 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:46:42 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
04727c8ec8 Update to 2.4.0, based on work done by xtraeme@.
2003-09-01  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.4.0

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

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

2003-08-31  Laurent Dhima  <laurenti@alblinux.net>

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

2003-08-25  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.3.7

2003-08-11  Anders Carlsson  <andersca@codefactory.se>

	* configure.in: Release 2.3.6

2003-08-07  Anders Carlsson  <andersca@codefactory.se>

	* configure.in:
	* docs/reference/Makefile.am:
	* docs/reference/libgnomecanvas-docs.sgml:
	* libgnomecanvas/gnome-canvas.c:
	Generate xml documentation.

Fri Aug 01 11:49:34 2003  George Lebl <jirka@5z.com>

	* libgnomecanvas/gnome-canvas.c: Inside the do_update function it is
	  possible that during picking we emitted an event in which the user
	  then called some function which then requested update of something.
	  We thus need to check again if we need to update stuff as without
	  that we'd be left in a state where need_update would have been left
	  TRUE and the canvas would have been left unpainted until another
	  expose event.

2003-07-10  Joel Brich <joel.brich@laposte.net>

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

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

	* configure.in: Added "is" to ALL_LINGUAS

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

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

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

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

2003-05-18  Martin Kretzschmar  <m_kretzschmar@gmx.net>

	Implement general clipping in clipgroup. Fixes bug #104602.

	2001-12-06  Lauris Kaplinski  <lauris@kaplinski.com>

	* gnome-canvas-clipgroup.c (gnome_canvas_clipgroup_update): Invoke
	parent method with NULL clippath, recalculate bounding box
	(gnome_canvas_clipgroup_render): Implement, do buffer/buffer
	clipped composition here
	(gcg_buf_new): Quick'n'dirty buffer cache
	(gcg_buf_free): Ditto
	(gcg_mask_new): Ditto
	(gcg_mask_free): Ditto

2003-05-13  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>

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

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

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

2003-05-05  Christian Rose  <menthos@menthos.com>

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

2003-05-03  Kjartan Maraas  <kmaraas@gnome.org>

	* docs/reference/*: Merged docs from branch.
	* libgnomecanvas/gnome-canvas-util.h: Same here.

2003-05-03  Kjartan Maraas  <kmaraas@gnome.org>

	reviewed by: Tim Janik <timj@gtk.org>

	* libgnomecanvas/gnome-canvas-line.c: (gnome_canvas_line_update):
	Fix for bug #72424. AA Canvas crashes if you create a line that has
	arrows enabled but not yet any point positions set. Patch from
	Andreas Holzmann <Andreas.Holzmann@epost.de>.
	* libgnomecanvas/gnome-canvas-pixbuf.c: Fix for bug 97604.
	Certain affine transforms do not work for pixbuf items. Patch from
	Jim Evins <evins@snaught.com>.
	(gnome_canvas_pixbuf_render): Same as above.
	* libgnomecanvas/gnome-canvas-shape.c: (gnome_canvas_shape_update):
	Fix for bug #98258. Outline widths of rect, ellipse, and polygon
	items don't rotate. Patch from Jim Evins <evins@snaught.com>

Mon Mar 31 07:21:33 2003  Tim Janik  <timj@gtk.org>

	* libgnomecanvas/gnome-canvas-pixbuf.c:
	(gnome_canvas_pixbuf_update): change update logic to fix redrawing bugs.

2003-03-27  Anders Carlsson  <andersca@codefactory.se>

	* configure.in: Release 2.3.0

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

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

2003-03-21  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "ml" to ALL_LINGUAS

2003-03-19  Paul Duffy <dubhthach@frink.nuigalway.ie>

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

2003-03-06  Sebastian Rittau  <srittau@jroger.in-berlin.de>

	* libgnomecanvas/gnome-canvas.c (gnome_canvas_w2c_d): Corrected
	docstring so that "returns" is not the first word on a line.
	* docs/reference/libgnomecanvas-sections.txt: Inserted *Class
	definitions into standard sections. Moved *Priv definitions into
	private sections.
	* docs/reference/libgnomecanvas-docs.sgml: Fixed file include:
	sgml/gnome-canvas-rect-ellipse.sgml -> sgml/gnome-canvas-ellipse.sgml
2003-12-14 19:48:37 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00