head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.22 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.20 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.18 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.16 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.14 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.12 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.10 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.8 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.6 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.4 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.2 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 buildlink2-base:1.2 netbsd-1-5-PATCH001:1.1 netbsd-1-5-RELEASE:1.1 netbsd-1-4-PATCH003:1.1; locks; strict; comment @# @; 1.4 date 2007.11.15.23.53.49; author dmcmahill; state dead; branches; next 1.3; 1.3 date 2003.11.05.22.31.43; author dmcmahill; state Exp; branches; next 1.2; 1.2 date 2001.10.23.01.39.18; author dmcmahill; state dead; branches; next 1.1; 1.1 date 2000.08.31.17.21.59; author dmcmahill; state Exp; branches; next ; desc @@ 1.4 log @update to gwave-20060606 Most of the previous pkgsrc patches have been incorporated upstream (yay!). New in 20060606 - ?? New in 20051222 - full-height vertical scrollbar appears if the total height of all panels becomes larger than the window. - new panel type "jumbo" stays larger even when things get crowded - most deprecated guile calls removed. Guile 1.6 or later is now required. New in 20050928 - ALPHA RELEASE: may crash. do not rely on for production use. - handling of multi-sweep datafiles - vertical scrollbars on label/measure area in each wavepanel make handling large numbers of waveforms easier. New in 20031202 - Got docstring extraction from C source to .txt files in doc directory working again - applied submitted patch that cleans up warnings from gcc3 about multiline text strings in C code New in 20030917 - bugfixes to make the new print/plot stuff work better - path to working gnu graph found by configure is passed to scheme code @ text @$NetBSD: patch-ab,v 1.3 2003/11/05 22:31:43 dmcmahill Exp $ --- src/cmd.c.orig 2003-02-12 22:54:17.000000000 -0500 +++ src/cmd.c @@@@ -42,9 +42,9 @@@@ #include XSCM_HOOK(new_visiblewave_hook, "new-visiblewave-hook", 1, (SCM vw), -"This hook is invoked with one VisibleWave argument, VW, -when the VisibleWave is first created. The main purpose of this hook -will be to create the button and menus attached to the VisibleWave."); +"This hook is invoked with one VisibleWave argument, VW," +"when the VisibleWave is first created. The main purpose of this hook " +"will be to create the button and menus attached to the VisibleWave."); /* reset the x zoom scale of all panels */ gint cmd_zoom_absolute(double start, double end) @@@@ -131,8 +131,8 @@@@ vw_wp_list_if_selected(gpointer p, gpoin } XSCM_DEFINE(delete_selected_waves_x, "delete-selected-waves!", 0, 0, 0, (), - "Remove from panels any VisibleWaves that have been -selected by clicking on their label-buttons.") + "Remove from panels any VisibleWaves that have been" +"selected by clicking on their label-buttons.") #define FUNC_NAME s_delete_selected_waves_x { int i; @@@@ -612,9 +612,9 @@@@ XSCM_DEFINE(visiblewave_panel, "visiblew #undef FUNC_NAME XSCM_DEFINE(visiblewave_button, "visiblewave-button", 1, 0, 0, (SCM vw), -"Given a VisibleWave VW, return the Gtk button associated with the -wave. Since the button already has a label, all you can do is -add events to the button.") +"Given a VisibleWave VW, return the Gtk button associated with the" +"wave. Since the button already has a label, all you can do is" +"add events to the button.") #define FUNC_NAME s_visiblewave_button { VisibleWave *cvw; @@@@ -701,8 +701,8 @@@@ XSCM_DEFINE(set_visiblewave_color_x, "se XSCM_DEFINE(set_visiblewave_measure_x, "set-visiblewave-measure!", 3, 0, 0, (SCM vw, SCM n, SCM func), - "Change the measurement box numbered N (0 or 1) of displayed waveform - VW to display the result of the measurement function FUNC") + "Change the measurement box numbered N (0 or 1) of displayed waveform" + "VW to display the result of the measurement function FUNC") #define FUNC_NAME s_set_visiblewave_measure_x { VisibleWave *cvw; @ 1.3 log @- gcc3-ify (multi-line strings) - be explicit about the location of graph (from plotutils) to help systems which have a graph program that doesn't work here. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @update to gwave-20011020 New in 20011020: - better measurement: value at both cursors or difference in values at cursors - enhanced handling of log scales - yet more file-reading improvements and general bug fixes @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2000/08/31 17:21:59 dmcmahill Exp $ d3 4 a6 4 --- doc/Makefile.in.orig Thu Aug 10 00:35:03 2000 +++ doc/Makefile.in Thu Aug 31 11:28:38 2000 @@@@ -42,5 +42,5 @@@@ DESTDIR = d8 45 a52 4 -pkgdatadir = $(datadir)/@@PACKAGE@@ +pkgdatadir = $(datadir)/doc/@@PACKAGE@@ pkglibdir = $(libdir)/@@PACKAGE@@ pkgincludedir = $(includedir)/@@PACKAGE@@ @ 1.1 log @-fix building of manpage (don't try and use docbook-to-man). Instead supply the resulting manpage as a file. @ text @d1 1 a1 1 $NetBSD$ @