2002-01-23 Darin Adler <darin@bentspoon.com>
* NEWS: Update for 1.0.3.
* configure.in: Update version to 1.0.3.
2002-01-03 Darin Adler <darin@bentspoon.com>
* rsvg-paint-server.c: (rsvg_paint_server_lin_grad_render),
(rsvg_paint_server_rad_grad_render): Fix bug when gradients
are empty.
2001-10-19 Darin Adler <darin@bentspoon.com>
* hack-macros/nautilus-macros.m4: Change comment so that we
won't fool automake into thinking it's a macro.
2001-10-05 Darin Adler <darin@bentspoon.com>
* NEWS: Oops. Forgot to give Ramiro credit.
==== librsvg 1.0.2 ====
2001-10-04 Darin Adler <darin@bentspoon.com>
* NEWS: Update for 1.0.2.
* configure.in: Update version to 1.0.2.
2001-09-29 Darin Adler <darin@bentspoon.com>
* rsvg-ft.c: (rsvg_ft_measure_or_render_string): Fix font metrics
to take affine matrix into account.
2001-09-24 Darin Adler <darin@bentspoon.com>
* rsvg.c: (rsvg_entity_decl): Change so it can handle a NULL
for the content passed in. Happens at least if the .svg file
is empty and presumably in other cases.
2001-09-15 Darin Adler <darin@bentspoon.com>
* rsvg-paint-server.c: (rsvg_paint_server_lin_grad_free),
(rsvg_paint_server_rad_grad_free): Fix some code that does
a null dereference.
* test-rsvg.c: (main): Add a missing exit statement.
2001-07-25 Ramiro Estrugo <ramiro@fateware.com>
* librsvg.spec.in:
Add missing pkg-config file.
Add missing m4 file.
2001-07-25 Ramiro Estrugo <ramiro@fateware.com>
* Makefile.am:
* configure.in:
* librsvg-1.0.pc.in:
Change includedir to librsvg-1/librsvg that it can cohabitate with
librsvg from the GNOME2 platform.
* librsvg.spec.in:
Update for library and includedir name changes, plus some extra
cleanup.
2001-07-21 Darin Adler <darin@bentspoon.com>
* rsvg-ft.c: (rsvg_ft_measure_or_render_string):
Fix bug where we would render past the end of the passed-in
string if there are any multi-byte sequences in the string.
* autogen.sh: Remove xml-i18n-toolize.
* configure.in: Remove some commented-out stuff that could
confuse scripts that grep through this file.
* .cvsignore: Remove some files that should not be generated.
==== librsvg 1.0.1 ====
2001-07-05 Darin Adler <darin@bentspoon.com>
* configure.in: Bump version to 1.0.1
* NEWS: Tell about new features for 1.0.1
2001-06-01 Darin Adler <darin@bentspoon.com>
* Makefile.am:
* rsvg.h:
* rsvg.c: (rsvg_text_handler_characters), (rsvg_set_fonts_dir):
Add a call to set the fonts dir so it can work without eel, and
a future version of eel will work even if it's in a different
prefix from librsvg.
* configure.in: Bump version to 1.0.0.1
* NEWS: Mention the possibility of a 1.0.1 release.
2001-05-14 Darin Adler <darin@eazel.com>
* Makefile.am:
* rsvg.c: (rsvg_text_handler_characters):
Change awful nasty Nautilus dependency into a slightly-less-awful
nasty Eel dependency. Also fix problem where not finding a font
would lead to a core dump instead of missing text.
==== librsvg 1.0.0 ====
2001-05-04 Robin * Slomkowski <rslomkow@rslomkow.org>
* configure.in: upped version to 1.0.0
2001-05-02 Ramiro Estrugo <ramiro@eazel.com>
* configure.in:
Add freetype dependency to LIBRSVG_LIBS and LIBRSVG_INCLUDEDIR.
2001-05-01 Ramiro Estrugo <ramiro@eazel.com>
* .cvsignore:
Ignore generated xml-i18n-tools droppings.
2001-05-01 Ramiro Estrugo <ramiro@eazel.com>
* autogen.sh:
* configure.in:
Simplify the freetype2 detection insanity by using autoconf macro
technology. The new test should work with both FreeType2 RPMS as
well as freetype built from source in any prefix.
2001-05-01 Darin Adler <darin@eazel.com>
* configure.in:
Fixed places that referred to Nautilus instead of librsvg.
2001-04-30 Ramiro Estrugo <ramiro@eazel.com>
* autogen.sh:
Fix a typo in the module name.
2001-04-11 Darin Adler <darin@eazel.com>
* rsvg.c: (rsvg_affine_expansion), (rsvg_render_bpath): Work
around bug in art_affine_expansion, which doesn't handle negative
numbers very well. This fixes a bug where librsvg would hang on
certain svg files.
2001-04-08 Fatih Demir <kabalak@gtranslator.org>
* .cvsignore: Extended ignores to be right.
2001-04-04 Ramiro Estrugo <ramiro@eazel.com>
* rsvg.c:
* rsvg.h:
Include dependency modules to make this header more self
contained. In this case gdk-pixbuf and stdio.
2001-04-03 Darin Adler <darin@eazel.com>
* Makefile.am: Change order of libraries in LDADD
as a workaround to problem where it finds the wrong
version of libxml.
2001-04-03 Ramiro Estrugo <ramiro@eazel.com>
* .cvsignore:
Ignore generated files.
2001-04-03 Ramiro Estrugo <ramiro@eazel.com>
* COPYING.LIB:
* Makefile.am:
Add to make rpm happy.
* configure.in:
Bump gtk down to 1.2.9.
* librsvg.spec.in:
Fix undefined requires.
2001-04-02 Ramiro Estrugo <ramiro@eazel.com>
* configure.in:
Add -lrsvg to LIBS.
* librsvg.spec.in:
Fix the library name, "librsvg" not "rsvg."
2001-04-02 Ramiro Estrugo <ramiro@eazel.com>
* .cvsignore:
* Makefile.am:
* configure.in:
* librsvg.spec.in:
First try at a spec file.
2001-03-28 Ramiro Estrugo <ramiro@eazel.com>
Started ChangeLog