--- NOTE +++ NOTE 2008-03-27 13:49:41.452894000 +0100 @@ -0,0 +1,52 @@ + +** +** Copyright (C) 1995, 1996, 1997 Johannes Plass +** Copyright (C) 2004 Jose E. Marchesi +** +** This program is free software; you can redistribute it and/or modify +** it under the terms of the GNU General Public License as published by +** the Free Software Foundation; either version 2 of the License, or +** (at your option) any later version. +** +** This program is distributed in the hope that it will be useful, +** but WITHOUT ANY WARRANTY; without even the implied warranty of +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. +** +** You should have received a copy of the GNU General Public License +** along with this program; if not, write to the Free Software +** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** +** Author: Johannes Plass (plass@dipmza.physik.uni-mainz.de) +** Department of Physic +** Johannes Gutenberg-University +** Mainz, Germany +** +** Jose E. Marchesi (jemarch@gnu.org) +** GNU Project +** + +GV is real based on ghostview 1.5 by Tim Theisen: + + * Ghostview.c -- Ghostview widget. + * Copyright (C) 1992 Timothy O. Theisen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * Author: Tim Theisen Systems Programmer + * Internet: tim@cs.wisc.edu Department of Computer Sciences + * UUCP: uwvax!tim University of Wisconsin-Madison + * Phone: (608)262-0438 1210 West Dayton Street + * FAX: (608)262-9777 Madison, WI 53706 --- src/Makefile.am +++ src/Makefile.am 2010-02-24 14:55:52.632125725 +0100 @@ -10,7 +10,7 @@ bin_SCRIPTS = gv-update-userconfig dist_pkgdata_DATA = gv_spartan.dat gv_user_res.dat gv_copyright.dat gv_widgetless.dat pkgdata_DATA = gv_system.ad gv_user.ad gv_class.ad -appdefaultsdir = $(pkgdatadir) +appdefaultsdir = $(datadir)/X11/app-defaults appdefaults_DATA = ../GV @@ -176,7 +176,7 @@ gv_user.ad : $(srcdir)/gv_user_res.dat g @echo "! gv_user.ad" >> gv_user.ad @echo "! User specific application defaults for gv" >> gv_user.ad @echo "! Copyright (C) 1995, 1996, 1997 Johannes Plass" >> gv_user.ad - @echo "! Copyright (C) 2004,2005,2006,2007 José E. Marchesi" >> gv_user.ad + @echo "! Copyright (C) 2004,2005,2006,2007 Jose E. Marchesi" >> gv_user.ad @echo "!" >> gv_user.ad @cat $(srcdir)/gv_user_res.dat >> gv_user.ad @cat gv_intern_res_unix.dat >> gv_user.ad @@ -225,7 +225,7 @@ gv_class.ad : $(srcdir)/gv_font_res.dat @echo "! gv_class.ad" >> gv_class.ad @echo "! Application class defaults for gv" >> gv_class.ad @echo "! Copyright (C) 1995, 1996, 1997 Johannes Plass" >> gv_class.ad - @echo "! Copyright (C) 2004,2005,2006,2007 José E. Marchesi" >> gv_class.ad + @echo "! Copyright (C) 2004,2005,2006,2007 Jose E. Marchesi" >> gv_class.ad @echo "!" >> gv_class.ad @echo "" >> gv_class.ad @cat $(srcdir)/gv_user_res.dat >> gv_class.ad @@ -247,7 +247,7 @@ gv_make_res.dat : @echo "GV.useBackingPixmap: $(USE_BACKING_PIXMAP)" >> gv_make_res.dat @echo "GV*dirs: Home\n\\" >> gv_make_res.dat @echo " Tmp\n\\" >> gv_make_res.dat - @echo " $(sysdocdir)\n\\" >> gv_make_res.dat + @echo " /usr/share/doc\n\\" >> gv_make_res.dat @echo " /usr/local/doc" >> gv_make_res.dat @echo "GV*filter: no .*" >> gv_make_res.dat @echo "GV*filters: None\n\\" >> gv_make_res.dat --- src/gv_misc_res.dat +++ src/gv_misc_res.dat 2006-02-28 15:49:27.000000000 +0100 @@ -50,7 +50,7 @@ GV*Scrollbar.background: gray78 GV*Scrollbar.pointerColor: black GV*Scrollbar.pointerColorBackground: White GV*Scrollbar.scrollbarBackground: gray71 -GV*Scrollbar.foreground: gray78 +GV*Scrollbar.foreground: gray65 GV*optionsetupPopup*Text*Scrollbar.background:gray71 GV*optionfsPopup*Text*Scrollbar.background:gray71