source: trunk/third/librsvg/ChangeLog @ 18352

Revision 18352, 19.2 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18351, which included commits to RCS files with non-trunk default branches.
Line 
12002-07-22  Alexander Larsson  <alexl@redhat.com>
2
3        * NEWS:
4        * configure.in:
5        Bump to 2.0.1
6
72002-07-09  Alexander Larsson  <alexl@redhat.com>
8
9        * librsvg.spec.in:
10        s/@ART_REQUIRED@/@LIBART_REQUIRED@/
11        Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
12
132002-07-01  Alexander Larsson  <alexl@redhat.com>
14
15        * configure.in:
16        Require libart 2.3.10 for bugfix
17
18        * rsvg.c (rsvg_render_bpath):
19        Back out michaels workaround, now that the real bug has been fixed.
20        The gorilla trashcan still works.
21
222002-06-19  Alexander Larsson  <alla@lysator.liu.se>
23
24        * NEWS:
25        Add news
26       
27        * configure.in:
28        Bump version to 2.0.0
29        Update requirements
30
312002-06-08  Michael Meeks  <michael@ximian.com>
32
33        * rsvg.c (rsvg_render_bpath): perturb the
34        close vpath so we don't get numerical stability
35        problems.
36
372002-05-01  Anders Carlsson  <andersca@gnu.org>
38
39        * rsvg.c: (rsvg_handle_close):
40        Check for a NULL context in case we haven't called
41        rsvg_handle_write to create it. Fixes #80374, reported by
42        Jakub Steiner.
43       
442002-04-18  Ramiro Estrugo  <ramiro@fateware.com>
45
46        * MAINTAINERS: Removed myself from list.
47
482002-03-13  Gregory Leblanc  <gleblanc@linuxweasel.com>
49
50        * librsvg.spec.in: rather big rework, from Chris Chabot
51
52        Not sure if that next line belongs or not...
53
54=== librsvg 1.1.6 ===
55
562002-03-07  Darin Adler  <darin@bentspoon.com>
57
58        * NEWS: News for 1.1.6.
59        * configure.in: Bump version.
60
612002-03-07  Darin Adler  <darin@bentspoon.com>
62
63        * rsvg.c: (rsvg_start_svg): Check for width 0 and height 0
64        cases. Make warnings clearer.
65        (rsvg_size_callback): Explicitly check for bad width and
66        height. Before, we sometimes did math starting with -1 and
67        yielding 0, which led to a divide by zero.
68       
69        * test-71622.svg: New test case.
70
71=== librsvg 1.1.5 ===
72
732002-03-04  Darin Adler  <darin@bentspoon.com>
74
75        * NEWS: News for 1.1.5.
76
772002-02-28  Darin Adler  <darin@bentspoon.com>
78
79        * configure.in: Bump version.
80
812002-02-28  Alexander Larsson  <alla@lysator.liu.se>
82
83        * rsvg.h: (rsvg_pixbuf_from_file_at_zoom_with_max): New function.
84        * rsvg.c: (RsvgSizeType, struct RsvgSizeCallbackData):
85        Use enum instead of booleans to store the type of size callback.
86        (rsvg_size_callback): Implement ZOOM_MAX, other changes due to the
87        usage of the RsvgSizeType enum.
88        (rsvg_pixbuf_from_file_at_zoom_with_max): Implement new function.
89
90=== librsvg 1.1.4 ===
91
922002-02-25  Darin Adler  <darin@bentspoon.com>
93
94        * NEWS: News for 1.1.4.
95
962002-02-25  Darin Adler  <darin@bentspoon.com>
97
98        * .cvsignore: Ignore new test program binary.
99        * configure.in: Bump version.
100
1012002-02-24  Alexander Larsson  <alla@lysator.liu.se>
102
103        * rsvg.c: (rsvg_pixbuf_from_file_at_max_size): New function
104        for scaling an svg uniformly to fit in a rectangle.
105        (rsvg_size_callback): Handle max_size_set
106        (rsvg_pixbuf_from_file_at_zoom),(rsvg_pixbuf_from_file_at_size):
107        Set max_size_set to false.
108       
109        * rsvg.h: Add rsvg_pixbuf_from_file_at_max_size()
110
1112002-02-20  Michael Meeks  <michael@ximian.com>
112
113        * Makefile.am: add test-performance.c
114
115        * test-performance.c: impl.
116
1172002-02-17  Michael Meeks  <michael@ximian.com>
118
119        * rsvg.c (rsvg_handle_write): make sure we set
120        replaceEntities before we parse any of the buffer.
121        (rsvg_pixbuf_from_file_at_size),
122        (rsvg_pixbuf_from_file_at_zoom): read / parse
123        SVG_BUFFER_SIZE bytes at a time, not 3.
124        (rsvgSAXHandler): kill bogus module global.
125        (rsvg_error_cb): impl.
126
1272002-02-18  Gediminas Paulauskas <menesis@delfi.lt>
128
129        * configure.in: remove GNOME_COMMON_INIT, GNOME_PLATFORM_GNOME_2
130
1312002-02-16  Alexander Larsson  <alla@lysator.liu.se>
132
133        * test-71297.svg: Add test case.
134
1352002-02-12  Darin Adler  <darin@bentspoon.com>
136
137        * rsvg-paint-server.c: (rsvg_render_paint_server): Add a
138        return_if_fail.
139       
140        * rsvg.c: (rsvg_start_svg): Handle .svg files without width and
141        height values better. This was actually better in librsvg 1.0,
142        and got lost in the rework of the API.
143        (rsvg_push_opacity_group): Handle the case where ctx->pixbuf is NULL.
144        (rsvg_pop_opacity_group): Handle NULL pixbuf cases.
145        (rsvg_render_svp): Handle NULL pixbuf case better.
146        (rsvg_render_bpath): Handle NULL pixbuf case.
147        (rsvg_text_handler_characters): Handle NULL pixbuf case.
148       
149        * test-20020212.svg: Add a test file from Sodipodi without a width
150        or height.
151
152==== librsvg 1.1.3 ====
153
1542002-02-09  Darin Adler  <darin@bentspoon.com>
155
156        * NEWS: Release notes for 1.1.3.
157        * configure.in: Bump version number.
158
1592002-02-08  Anders Carlsson  <andersca@gnu.org>
160
161        * rsvg.c (rsvg_pixmap_destroy): Add from GNOME 1 version.
162        (rsvg_start_svg): Use rsvg_pixmap_destroy as finalize function.
163        (rsvg_push_opacity_group): Likewise.
164        (rsvg_pixbuf_from_file_at_size): Call rsvg_handle_close.
165        (rsvg_pixbuf_from_file_at_zoom): Likewise.
166
167==== librsvg 1.1.2 ====
168
1692002-02-04  Darin Adler  <darin@bentspoon.com>
170
171        * NEWS: Release notes for 1.1.2.
172        * configure.in: Bump version number, give better error message
173        when popt is missing.
174
1752002-02-01  Laszlo Peter  <laca@ireland.sun.com>
176
177        *  rsvg-bpath-util.c rsvg-bpath-util.h rsvg-css.c rsvg-css.c
178           rsvg-defs.c rsvg-paint-server.c rsvg-path.c rsvg-path.h
179           rsvg.c rsvg.h test-rsvg.c: correct licensing information
180           in the headers by permission of the Copyright holder.
181
1822002-01-21  Alex Larsson  <alexl@redhat.com>
183
184        * rsvg.c (rsvg_render_bpath):
185        Use the new libart intersector.
186
187==== librsvg 1.1.1 ====
188
1892002-01-08  Darin Adler  <darin@bentspoon.com>
190
191        * NEWS: Release notes for 1.1.1.
192
1932002-01-04  Darin Adler  <darin@bentspoon.com>
194
195        * README:
196        * configure.in:
197        * librsvg.spec.in:
198        More tweaking. I just can't stop myself.
199
2002002-01-04  Darin Adler  <darin@bentspoon.com>
201
202        * configure.in: Bump required libart version to the one
203        with art_render_mask.
204
2052002-01-04  Darin Adler  <darin@bentspoon.com>
206
207        * configure.in: Bump version, update dependencies.
208        * librsvg-2.0.pc.in: Update dependencies.
209
210        * rsvg-bpath-util.c:
211        * rsvg-css.c:
212        * rsvg-css.h:
213        * rsvg-defs.c:
214        * rsvg-paint-server.c:
215        * rsvg-paint-server.h:
216        * rsvg-path.c:
217        * rsvg-path.h:
218        * rsvg.c:
219        Fix includes to include only what's needed.
220
221        * test-62699.svg: Add a test case for another bug.
222
2232002-01-03  Darin Adler  <darin@bentspoon.com>
224
225        * rsvg.c: Use art_render_mask in libart.
226
227        * Makefile.am:
228        * art_render_mask.c: Remove.
229        * art_render_mask.h: Remove.
230        Get rid of our own copy of art_render_mask.
231
232        * configure.in: Change back so compatible with older autoconf
233        and automake. We'll go back to the future when glib does.
234
2352002-01-03  Darin Adler  <darin@bentspoon.com>
236
237        * acinclude.m4: Remove.
238        We don't need the NAUTILUS_FREETYPE2 macro any more.
239
2402002-01-03  Darin Adler  <darin@bentspoon.com>
241
242        * TODO:
243        * test-rsvg.c: (main):
244        Some cleanup on the test program.
245
246        * configure.in:
247        * librsvg.spec.in:
248        Remove gtk requirement and remove remnants of the old
249        freetype requirement. Also get rid of gmodule and gthread
250        since we only use glib itself.
251
252        * makefile-simple:
253        * subpixel-text-test:
254        Remove some no-longer-useful files (these were never
255        in the tarball anyway).
256
2572002-01-03  Darin Adler  <darin@bentspoon.com>
258
259        * rsvg.c: (rsvg_text_handler_characters):
260        Don't set font_family to NULL -- by not setting it, we
261        end up with the default font family. If we set it, we'd
262        get an error when rendering.
263
2642002-01-02  Darin Adler  <darin@bentspoon.com>
265
266        * librsvg-2.0.pc.in: Remove spurious 2.0 from pango
267        package name.
268
2692002-01-02  Darin Adler  <darin@bentspoon.com>
270
271        * Makefile.am:
272        * configure.in:
273        * librsvg-2.0.pc.in:
274        * librsvg.spec.in:
275        * rsvg-ft.c: Remove.
276        * rsvg-ft.h: Remove.
277        * rsvg.h:
278        * test-ft-gtk.c: Remove.
279        * test-ft.c: Remove.
280        * test-rsvg.c:
281        Remove direct FreeType dependency and also remove
282        dependency on libpng. No more rsvg_set_fonts_dir
283        or rsvg-ft.h header.
284
285        * rsvg.c: (rsvg_state_clone), (rsvg_state_finalize),
286        (rsvg_parse_style_arg), (rsvg_pop_opacity_group),
287        (rsvg_text_handler_characters), (rsvg_handle_free):
288        Port from direct FreeType use to Pango.
289
2902001-12-06  Darin Adler  <darin@bentspoon.com>
291
292        * rsvg-paint-server.h: Add a dummy member since empty structs
293        are illegal.
294
2952001-12-03  Darin Adler  <darin@bentspoon.com>
296
297        * rsvg-paint-server.c: (rsvg_paint_server_lin_grad_render),
298        (rsvg_paint_server_rad_grad_render): Prevent empty gradients
299        from crashing librsvg.
300
301        * rsvg.c: (rsvg_start_svg): Prevent huge image sizes from causing
302        a core dump by doing overflow checking and using g_try_malloc
303        instead of g_new.
304
305        * test-64684-1.svg:
306        * test-64684-2.svg:
307        Add some more test cases.
308
309Tue Nov 20 20:20:50 2001  Owen Taylor  <otaylor@redhat.com>
310
311        * configure.in (dnl): Add some quoting needed by
312        some autoconf versions.
313
3142001-11-08  jacob berkman  <jacob@ximian.com>
315
316        * configure.in (AC_INIT): call ourselves librsvg rather than
317        librsvg2
318
3192001-11-05  Darin Adler  <darin@bentspoon.com>
320
321        * test-62614.svg:
322        * test-62620.svg:
323        * test-rsvg.c: (main): If no output file name is given,
324        don't try to write the image (would segfault before).
325
3262001-10-22  Darin Adler  <darin@bentspoon.com>
327
328        * .cvsignore: Don't ignore tarballs.
329        * test-ft-gtk.c: (check_button), (new_test_window):
330        Switch from gtk_signal_connect to g_signal_connect.
331
3322001-10-19  Anders Carlsson  <andersca@gnu.org>
333
334        * acinclude.m4: Change comment so that we won't fool
335        automake into thinking it's a macro.
336
3372001-09-29  Darin Adler  <darin@bentspoon.com>
338
339        * rsvg-ft.c: (rsvg_ft_measure_or_render_string): Fix font metrics
340        to take affine matrix into account.
341       
342        * rsvg.c: (rsvg_text_handler_characters): Point to correct
343        directory for eel 2.
344       
345        * test-61223.svg: Test file for another bug.
346
3472001-09-25  Darin Adler  <darin@bentspoon.com>
348
349        * test-60544.svg: Another test file, from another bug.
350
3512001-09-25  Darin Adler  <darin@bentspoon.com>
352
353        * test-61082.svg: Check in test file for bug. I should really
354        do this more often.
355
3562001-09-24  Darin Adler  <darin@bentspoon.com>
357
358        * rsvg.h:
359        * rsvg.c: (rsvg_pixbuf_from_file), (rsvg_pixbuf_from_file_at_zoom),
360        (rsvg_pixbuf_from_file_at_size): Take const char *, not char *.
361
362        * test-rsvg.c: (main): Remove unneeded casts. Restore the error
363        message for the case when the parser doesn't parse anything.
364
3652001-09-24  Darin Adler  <darin@bentspoon.com>
366
367        * rsvg.c: (rsvg_entity_decl): Change so it can handle a NULL
368        for the content passed in. Happens at least if the .svg file
369        is empty and presumably in other cases.
370        (rsvg_handle_free): Handle case where pixbuf is NULL.
371        * test-rsvg.c: (main): Don't write anything out if a NULL
372        pixbuf is returned. This can happen if the .svg file is
373        empty.
374
3752001-09-24  Darin Adler  <darin@bentspoon.com>
376
377        * librsvg-2.0.pc.in: Update to point to libart 2.
378
3792001-09-17  Darin Adler  <darin@bentspoon.com>
380
381        * rsvg.h:
382        * rsvg.c: (rsvg_text_handler_characters), (rsvg_set_fonts_dir):
383        Roll back fonts_dir to be global like before. We can get rid
384        of fonts_dir altogether when we port librsvg to use pango
385        instead of using freetype directly.
386
3872001-09-15  Darin Adler  <darin@bentspoon.com>
388
389        * rsvg-paint-server.c: (rsvg_paint_server_lin_grad_free),
390        (rsvg_paint_server_rad_grad_free): Fix some NULL dereferences.
391
392        * rsvg.c: (rsvg_handle_write), (rsvg_handle_close): Add FIXME
393        to places that have half-hearted attempt at handling GError.
394        (rsvg_pixbuf_from_file_at_zoom), (rsvg_pixbuf_from_file_at_size):
395        Handle case where fopen fails (but not the GError part).
396
3972001-09-10  Jonathan Blandford   <jrb@redhat.com>
398
399        * librsvg-features.c:
400        * rsvg.c: (rsvg_start_svg), (rsvg_parse_style_arg),
401        (rsvg_parse_style), (rsvg_parse_transform_attr),
402        (rsvg_parse_style_attrs), (rsvg_push_opacity_group),
403        (rsvg_pop_opacity_group), (rsvg_start_g), (rsvg_end_g),
404        (rsvg_render_svp), (rsvg_render_bpath), (rsvg_start_path),
405        (rsvg_text_handler_characters), (rsvg_start_text),
406        (rsvg_start_defs), (rsvg_gradient_stop_handler_new),
407        (rsvg_start_linear_gradient), (rsvg_start_radial_gradient),
408        (rsvg_start_element), (rsvg_end_element), (rsvg_characters),
409        (rsvg_get_entity), (rsvg_entity_decl), (rsvg_error_quark),
410        (rsvg_handle_new), (rsvg_handle_set_fonts_dir),
411        (rsvg_handle_set_size_callback), (rsvg_handle_write),
412        (rsvg_handle_close), (rsvg_handle_get_pixbuf), (rsvg_handle_free),
413        (rsvg_size_callback), (rsvg_pixbuf_from_file),
414        (rsvg_pixbuf_from_file_at_zoom), (rsvg_pixbuf_from_file_at_size):
415        * rsvg.h:
416        * TODO:
417        * test-rsvg.c: (main): Clean up API substantially.  Support
418        GError in API.  Remove FILE based API, and support pushing of data
419        similar to GdkPixbufLoader.  Support loading to a file size, and
420        to independent x/y zoom factors.  Robustify a little.  Add a
421        TODO.  Probably break eel a little.
422
4232001-08-31  Darin Adler  <darin@bentspoon.com>
424
425        * rsvg-paint-server.c: (rsvg_paint_server_parse):
426        * rsvg.c: (rsvg_parse_transform), (rsvg_text_handler_characters):
427        Get rid of all includes of <ctype.h> and use non-locale-specific
428        g_ascii_* calls from glib instead.
429
4302001-08-24  Darin Adler  <darin@bentspoon.com>
431
432        * Makefile.am: Need to export rsvg-ft.h for eel for now.
433
4342001-08-24  Darin Adler  <darin@bentspoon.com>
435
436        * test-ft-gtk.c: (scroll_to): gdk_draw_pixmap -> gdk_draw_drawable.
437
4382001-08-22  Darin Adler  <darin@bentspoon.com>
439
440        * configure.in: Require newer libart.
441        * rsvg.c: (rsvg_render_bpath): Get rid of bug workaround for
442        old libart.
443
4442001-08-22  Darin Adler  <darin@bentspoon.com>
445
446        * Makefile.am: Remove things that are duplicates of stuff
447        already moved into libart. Only install public headers.
448
449        * art_render.c: Removed.
450        * art_render.h: Removed.
451        * art_render_gradient.c: Removed.
452        * art_render_gradient.h: Removed.
453        * art_render_svp.c: Removed.
454        * art_render_svp.h: Removed.
455        * art_rgba.c: Removed.
456        * art_rgba.h: Removed.
457
458        * configure.in: Update for autoconf 2.52. Sadly, the version is
459        now repeated twice, but I don't see how to avoid this.
460       
461        * librsvg-features.h.in: Use @PACKAGE_VERSION@ instead of
462        @LIBRSVG_VERSION@.
463
464        * art_render_mask.c:
465        * rsvg-ft.c:
466        * rsvg-paint-server.c:
467        * rsvg.c:
468        * test-ft-gtk.c:
469        * test-ft.c:
470        Fix includes.
471
4722001-08-13  Darin Adler  <darin@bentspoon.com>
473
474        * test-ft-gtk.c: (new_test_window): Use the new
475        gtk_widget_set_size_request instead of the deprecated
476        gtk_widget_set_usize.
477
4782001-08-08  Darin Adler  <darin@bentspoon.com>
479
480        * acinclude.m4: Move code for finding freetype here instead
481        of getting it from the hack-macros directory.
482        * autogen.sh: Don't use the hack-macros directory any more.
483
4842001-08-06  Darin Adler  <darin@bentspoon.com>
485
486        * configure.in: Replace uses of GNOME_PKGCONFIG_CHECK_MODULES
487        with a single call to PKG_CHECK_MODULES.
488        * Makefile.am: Use a single set of CFLAGS and LIBS for all.
489
4902001-07-25  Ramiro Estrugo  <ramiro@fateware.com>
491
492        * librsvg.spec.in:
493        Add missing pkg-config file.
494       
4952001-07-25  Ramiro Estrugo  <ramiro@fateware.com>
496
497        * Makefile.am:
498        * librsvg.m4:
499        Retire this thing which is no longer relevant in the GNOME2
500        universe.
501       
5022001-07-25  Ramiro Estrugo  <ramiro@fateware.com>
503
504        * .cvsignore:
505        Im a dumbass.  Revert the last stupid change i made to ignore
506        files that arent made no more.
507       
5082001-07-25  Ramiro Estrugo  <ramiro@fateware.com>
509
510        * .cvsignore:
511        Add generated files, even though im not 100% sure where they are
512        coming from.
513
514        * Makefile.am:
515        Rename library to librsvg-2 so that it can cohabitate with librsvg
516        from the GNOME1 platform.
517        Change includedir to librsvg-2/librsvg for the same purpose.
518       
519        * librsvg-2.0.pc.in:
520        Change includedir to librsvg-2/librsvg.
521        Change link flags to '-lrsvg-2' instead of '-lrsvg'
522       
523        * librsvg.spec.in:
524        Update for library and includedir name changes, plus some extra
525        cleanup.
526       
5272001-07-25  Darin Adler  <darin@bentspoon.com>
528
529        * configure.in: Use more warnings when compiling from CVS.
530        * CVSVERSION: Flag to tell configure.in that these are
531        CVS sources, not a tarball.
532
533        * Makefile.am: Set log domain to "librsvg", disable
534        deprecated stuff from glib, gdk, and gtk.
535
536        * rsvg-css.c: (rsvg_css_parse_color): Use new
537        g_string_ascii_down instead of deprecated g_string_down.
538        * test-ft-gtk.c: (new_test_window): Use gtk_widget_set_usize
539        instead of deprecated gtk_drawing_area_set_size.
540        (main): Remove unnecessary call to deprecated gdk_rgb_init.
541
5422001-07-24  Darin Adler  <darin@bentspoon.com>
543
544        * .cvsignore: Don't ignore files that aren't made any more.
545        * MAINTAINERS: Add myself.
546        * README.CVS: Removed unnecessary file.
547
5482001-07-13  Darin Adler  <darin@bentspoon.com>
549
550        * configure.in: Remove xml-i18n-tools invocation so we don't
551        end up with a po directory.
552
5532001-07-09  Ramiro Estrugo  <ramiro@fateware.com>
554
555        * .cvsignore:
556        * Makefile.am:
557        * README:
558        * autogen.sh:
559        * configure.in:
560        * librsvg-1.0.pc.in:
561        * librsvg-2.0.pc.in:
562        * librsvg-config.in:
563        * librsvg.spec.in:
564        * librsvgConf.sh.in:
565        * rsvg.c: (rsvg_entity_decl):
566        * test-ft-gtk.c: (main):
567        * test-ft.c: (main):
568        * test-rsvg.c: (main):
569        Port to GNOME2.
570
571==== librsvg 1.0.1 ====
572
5732001-07-05  Darin Adler  <darin@bentspoon.com>
574
575        * configure.in: Bump version to 1.0.1
576        * NEWS: Tell about new features for 1.0.1
577
5782001-06-01  Darin Adler  <darin@bentspoon.com>
579
580        * Makefile.am:
581        * rsvg.h:
582        * rsvg.c: (rsvg_text_handler_characters), (rsvg_set_fonts_dir):
583        Add a call to set the fonts dir so it can work without eel, and
584        a future version of eel will work even if it's in a different
585        prefix from librsvg.
586       
587        * configure.in: Bump version to 1.0.0.1
588        * NEWS: Mention the possibility of a 1.0.1 release.
589
5902001-05-14  Darin Adler  <darin@eazel.com>
591
592        * Makefile.am:
593        * rsvg.c: (rsvg_text_handler_characters):
594        Change awful nasty Nautilus dependency into a slightly-less-awful
595        nasty Eel dependency. Also fix problem where not finding a font
596        would lead to a core dump instead of missing text.
597
598==== librsvg 1.0.0 ====
599
6002001-05-04  Robin * Slomkowski  <rslomkow@rslomkow.org>
601
602        * configure.in: upped version to 1.0.0
603
6042001-05-02  Ramiro Estrugo  <ramiro@eazel.com>
605
606        * configure.in:
607        Add freetype dependency to LIBRSVG_LIBS and LIBRSVG_INCLUDEDIR.
608       
6092001-05-01  Ramiro Estrugo  <ramiro@eazel.com>
610
611        * .cvsignore:
612        Ignore generated xml-i18n-tools droppings.
613       
6142001-05-01  Ramiro Estrugo  <ramiro@eazel.com>
615
616        * autogen.sh:
617        * configure.in:
618        Simplify the freetype2 detection insanity by using autoconf macro
619        technology.  The new test should work with both FreeType2 RPMS as
620        well as freetype built from source in any prefix.
621       
6222001-05-01  Darin Adler  <darin@eazel.com>
623
624        * configure.in:
625        Fixed places that referred to Nautilus instead of librsvg.
626
6272001-04-30  Ramiro Estrugo  <ramiro@eazel.com>
628
629        * autogen.sh:
630        Fix a typo in the module name.
631       
6322001-04-11  Darin Adler  <darin@eazel.com>
633
634        * rsvg.c: (rsvg_affine_expansion), (rsvg_render_bpath): Work
635        around bug in art_affine_expansion, which doesn't handle negative
636        numbers very well. This fixes a bug where librsvg would hang on
637        certain svg files.
638
6392001-04-08  Fatih Demir <kabalak@gtranslator.org>
640
641        * .cvsignore: Extended ignores to be right.
642
6432001-04-04  Ramiro Estrugo  <ramiro@eazel.com>
644
645        * rsvg.c:
646        * rsvg.h:
647        Include dependency modules to make this header more self
648        contained.  In this case gdk-pixbuf and stdio.
649       
6502001-04-03  Darin Adler  <darin@eazel.com>
651
652        * Makefile.am: Change order of libraries in LDADD
653        as a workaround to problem where it finds the wrong
654        version of libxml.
655
6562001-04-03  Ramiro Estrugo  <ramiro@eazel.com>
657
658        * .cvsignore:
659        Ignore generated files.
660       
6612001-04-03  Ramiro Estrugo  <ramiro@eazel.com>
662
663        * COPYING.LIB:
664        * Makefile.am:
665        Add to make rpm happy.
666
667        * configure.in:
668        Bump gtk down to 1.2.9.
669       
670        * librsvg.spec.in:
671        Fix undefined requires.
672       
6732001-04-02  Ramiro Estrugo  <ramiro@eazel.com>
674
675        * configure.in:
676        Add -lrsvg to LIBS.
677       
678        * librsvg.spec.in:
679        Fix the library name, "librsvg" not "rsvg."
680       
6812001-04-02  Ramiro Estrugo  <ramiro@eazel.com>
682
683        * .cvsignore:
684        * Makefile.am:
685        * configure.in:
686        * librsvg.spec.in:
687        First try at a spec file.
688       
6892001-03-28  Ramiro Estrugo  <ramiro@eazel.com>
690
691        Started ChangeLog
Note: See TracBrowser for help on using the repository browser.