summaryrefslogtreecommitdiff
path: root/print/advi
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-14 19:51:29 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-14 19:51:29 +0000
commit5975d3857791fcea8e3b4b0a71db7e7c1d5abd55 (patch)
treec2809d99afa85e17ccc308cf6219cb79aee0a984 /print/advi
parenta5824cc1305d57bb170f8584ba453cc542a1098d (diff)
downloadpkgsrc-5975d3857791fcea8e3b4b0a71db7e7c1d5abd55.tar.gz
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
Diffstat (limited to 'print/advi')
0 files changed, 0 insertions, 0 deletions