Subject: CVS commit: pkgsrc/print/ggv2
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 04/01/2004 18:56:52
Module Name: pkgsrc
Committed By: jmmv
Date: Thu Apr 1 18:56:52 UTC 2004
Modified Files:
pkgsrc/print/ggv2: Makefile PLIST distinfo
Log Message:
Update to 2.6.0:
2004-03-21 Jaka Mocnik <jaka@gnu.org>
* configure.in: version 2.6.0; tagged as GGV_2_6_0.
2004-03-20 Gareth Owen <gowen72@yahoo.com>
* configure.in: Added en_GB to ALL_LINGUAS
2004-03-14 Jaka Mocnik <jaka@gnu.org>
* configure.in: version 2.5.99.1; tagged as GGV_2_5_99_1.
* src/gtkgs.c (gtk_gs_load): only hide window if it is visible.
* src/main.c (create_window): don't close window if the document is
not loaded: this is not very nice, but doing otherwise causes
mayhem in both control and shell processes, the cause of which I
am currently unable to track down.
* src/ggv-window.c: applied a patch from chenthill that makes the
ESC key turn off fullscreen mode.
2004-03-08 Breda McColgan <breda.mccolgan@sun.com>
* help/C/ggv.xml: Updated based on technical review comments
* help/C/ggv-C.omf: Updated date and version number
2004-03-05 Jaka Mocnik <jaka@gnu.org>
* applied patch by chenthill that improves keyboard accelerators for
zooming in the control.
2004-03-05 Jaka Mocnik <jaka@gnu.org>
* src/recent-files/egg-recent-model.c (egg_recent_model_filter): test
for the existence of URI _after_ the URIs are filtered, reducing
overhead! fixes #136238.
* applied a patch from The Written Word that fixes AIX 5.1 build.
* bonobo/ggv-postscript-view-ui.xml, src/ggv-ui.xml: removed delimit
attribute from Viewer Items placeholder.
* src/Makefile.am (libgtkgs_la_SOURCES): removed ggv-recent.[ch].
* bonobo/main.c (main): Initialized the gnome libraries to provide
support for Edit->Preferences Help to work. Fixes bug#135273. Patch
by Shakti Sen.
* configure.in: version 2.5.99; tagged as GGV_2_5_99.
2004-03-02 Breda McColgan <breda.mccolgan@sun.com>
* help/C/ggv.xml: Updated for GNOME 2.6, technical review draft
* help/C/ggv-C.omf: Updated for GNOME 2.6
* help/C/l10n.txt: Updated for GNOME 2.6
* help/C/figures/ggv_window.png: Updated for GNOME 2.6
2004-02-13 Jaka Mocnik <jaka@gnu.org>
* configure.in: version 2.5.4; tagged as GGV_2_5_4.
2004-02-12 Jaka Mocnik <jaka@gnu.org>
* src/recent-files/egg-recent-model.c (end_element_handler): only add
an uri to the list if it exists!
2004-02-10 Jaka Mocnik <jaka@gnu.org>
* src/ggv-window.c (ggv_window_reload): show a dialog if the file
can't be reloaded.
* src/ggv-prefs-ui.c: remember strings when focus leaves the
entry.
* src/ggv-window.c (verb_FileOpen): allow opening multiple files
at once!
* bonobo/GNOME_GGV.server.in.in: Postscript -> PostScript!
2004-02-10 Jaka Mocnik <jaka@gnu.org>
* src/recent-files/egg-recent-view-bonobo.c
(egg_recent_view_bonobo_clear): added sanity checks for UI container.
* src/ps.c (psscan): pass the filename as a parameter and use it to
invoke the test command on strange files that might be PS but do not
seem to be.
* bonobo/ggv-sidebar.c (page_list_selection_changed): sanity check if
(checklist != NULL).
* bonobo/ggv-postscript-view.c (load_ps): return a boolean indicating
success.
(load_ps_from_stream): set exception when loading fails.
(load_ps_from_file): set exception when loading fails.
fix for #133601.
* src/ggv-window.c (verb_FileOpen): keep the dialog open until user
either enter a non-empty filename and opens it or cancel the
operation. fixes #130603
(verb_FileOpen): load PS file before showing a new window. destroy
new window if the file is not valid PS. show dialog in that case.
fixes #133601.
* bonobo/ggv-postscript-view.c (add_dialog_to_view): add a dialog to
the list of dialogs maintained by this PS view component.
(ggv_postscript_view_destroy_dialogs): destroy all our dialogs.
(ggv_postscript_view_destroy): destroy all dialogs via above func.
* src/recent-files/*: synced with latest libegg, since James reverted
the changes he made in November. here's what I get for tracking
changes once...
* src/ggv-window.c (verb_FileOpen):
* src/ggv-recent.c (ggv_recent_init): use new recent-files API.
2004-02-05 Tomasz Kłoczko <kloczek@pld.org.pl>
* acinclude.m4: removed
This file contain private copy of few aclocal macros provided by
gettext. It breaks regenerata aclocal.m4 under automake diffrent
version than used by mantainer. All neccessary macros are copied
to aclocal.m4 during run autogen.sh.
* configure.in: Trivial cleanup: remove AC_SUBST(CFLAGS),
AC_SUBST(CPPFLAGS) and AC_SUBST(LDFLAGS). This variables are substed
by default.
2004-02-04 Jaka Mocnik <jaka@gnu.org>
* bonobo/ggv-postscript-view.c (verb_FileSaveMarked): if Save is
clicked in the file chooser and the url is empty, rerun the dialog.
fixes #131656.
* bonobo/ggv-control.c, bonobo/ggv-postscript-view.c: added
sanity check (uicontainer != CORBA_OBJECT_NIL) before set prop
calls that were not guarded yet.
* src/ggv-ui.xml: removed ellipsis from "About" menu item label.
* acinclude.m4: applied a patch from Alexander Winston that fixes
the underquoted m4 definitions. fixes #133179.
* configure.in: require intltool >= 0.30; version 2.5.3;
tagged as GGV_2_5_3.
2004-01-12 Jaka Mocnik <jaka@gnu.org>
* src/recent-files/*: merge with current libegg HEAD.
* src/ggv-recent.c: fix in order to work with new recent-files code.
* src/cursors.c, bonobo/ggv-postscript-view.c: cache cursors per
ps_view instead of per process.
* src/ggv-window.c (ggv_window_new): set command sensitivity.
added page_count member to keep track of the document's properites.
* bonobo/ggv-postscript-view.c (view_realized_cb): removed one
unref too many. did this behaviour change with GTK 2.5? hth did
anything work at all in GGV 2.4.x otherwise?
* src/ggv-window.c (ggv_window_close): deactivate the control frame
before destroying the window contents.
* src/ggv-ui.xml: moved visibility settings in top level popup menu
to a submenu.
* Makefile.am (EXTRA_DIST): Removed OrigTree.pm from EXTRA_DIST.
* src/ggv-window.c (timer_callback): reload always when the window
has a specified file name, regardless of the previous state of the
document. use ggv_window_load(). fixes #127214.
* src/ggv-window.c (verb_FileClose): close window unconditionally. if
it was the last window, quit app. inspired by patch from Mikael
Brockman.
* src/ggv-ui.xml: removed Exit and New commands. patch from Mikael
Brockman. with the entry above, this fixes #130310.
* src/gtkgs.c (gtk_gs_munge_adjustments): step_increment now equals
the arrow keys' increment. fixes #126639.
* bonobo/ggv_postscript-view.c: call
bonobo_control_set_transient_for() and
gtk_window_set_destroy_with_parent() on all dialog windows. I suppose
this should help with #103729, but - wtf! - it doesn't...
2004-01-10 Jaka Mocnik <jaka@gnu.org>
* src/ggv-ui.xml: add a mnemonic for fullscreen mode. fixes #119848.
* ggv.desktop.in: added X-GNOME-DocPath entry - I suppose it can't
hurt.
* ggv.spec.in: fixed (hopefully) the RPM spec file. fixes #122003.
2004-01-02 Taneem Ahmed <taneem@bengalinux.org>
* configure.in: Added "bn" to ALL_LINGUAS.
2003-12-30 Jaka Mocnik <jaka@gnu.org>
* Makefile.am: include intltool-modules dir in distribution tarball.
2003-12-29 Jaka Mocnik <jaka@gnu.org>
* src/gtkgs.c (check_filecompressed): added sanity check
(NULL != file).
* src/recent-files/*: replace GnomeIconTheme with GtkIconTheme, since
the former is deprecated in upcoming GTK+.
* src/gtkchecklist.c: replace deprecated gtk_tree_model_get_iter_root()
with gtk_tree_model_get_iter_first().
* configure.in: added an --enable-deprecations flag in order to allow
configurable use of *_DISABLE_DEPRECATED flags.
bumped version to 2.5.1; tagged as GGV_2_5_1; release a tarball.
* */Makefile.am: respect the above.
2003-12-20 Arafat Medini <lumina@silverpen.de>
* configure.in: Added Arabic locale "ar" to ALL_LINGUAS
2003-12-14 Jaka Mocnik <jaka@gnu.org>
* src/ggv-window.c (ggv_window_set_fullscreen): applied a patch
from janecek at ucw.cz that uses gtk_window_fullscreen() instead
of my home-brewn stuff used in 2.4.
removed functions and includes made redundant by the above patch.
* src/Makefile.am: there was no need to link libgtkgs with librecent.a,
so we do not do that anymore.
2003-12-05 Jan Arne Petersen <jpetersen@uni-bonn.de>
* bonobo/ggv-postscript-view.c: (verb_FileSaveMarked):
* src/ggv-window.c: (verb_FileOpen): Replace GgvFileSel
(GtkFileSelection) with GtkFileChooser.
* src/Makefile.am:
* src/ggv-file-sel.[ch]: removed unused files.
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/print/ggv2/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/print/ggv2/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/print/ggv2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.