head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.22 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.20 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.18 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.16 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.14 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.12 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.10 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.8 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.6 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.4 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.2 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.1.0.32 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.30 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.28 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.26 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.24 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.22 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.20 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.18 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.16 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.14 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.12 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.10 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.8 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.6 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.4 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.2 pkgsrc-2003Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2007.11.15.23.53.49; author dmcmahill; state dead; branches; next 1.1; 1.1 date 2003.11.05.22.31.43; author dmcmahill; state Exp; branches; next ; desc @@ 1.2 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-ad,v 1.1 2003/11/05 22:31:43 dmcmahill Exp $ --- src/wavelist.c.orig 2003-07-13 19:44:42.000000000 -0400 +++ src/wavelist.c @@@@ -149,15 +149,15 @@@@ static gint wavelist_button_click(GtkWid GdkEventButton *event, gpointer data); XSCM_HOOK(new_wavefile_hook,"new-wavefile-hook", 1, (SCM DF), -"This hook is invoked when a new waveform file is successfully loaded. -It is called with the new GWDataFile, DF, as its only argument."); +"This hook is invoked when a new waveform file is successfully loaded." +"It is called with the new GWDataFile, DF, as its only argument."); XSCM_HOOK(new_wavelist_hook,"new-wavelist-hook", 1, (SCM DF), -"This hook is invoked when the variable list window for a -GWDataFile is created. The GWDataFile object, DF, is passed as an -argument. Note that variable-list windows can be created and -destroyed many times during the life of a GWDataFile. One of the principle -uses of this hook is creating the menus such for the variable-list window."); +"This hook is invoked when the variable list window for a" +"GWDataFile is created. The GWDataFile object, DF, is passed as an" +"argument. Note that variable-list windows can be created and" +"destroyed many times during the life of a GWDataFile. One of the principle" +"uses of this hook is creating the menus such for the variable-list window."); /* * Load a waveform file, adding it to the list of files from which @@@@ -208,11 +208,11 @@@@ load_wave_file(char *fname, char *ftype) } XSCM_DEFINE(load_wavefile_x, "load-wavefile!", 1, 1, 0, (SCM file, SCM filetype), -"Load waveform data from FILE into memory, and make it available for -display. If FILETYPE is specified, it indicates the format of the file -and which wavefile reader to use, otherwise the format is inferred -from the filename and file contents. Returns a GWDataFile object -which can be used to refer to the loaded data.") +"Load waveform data from FILE into memory, and make it available for" +"display. If FILETYPE is specified, it indicates the format of the file" +"and which wavefile reader to use, otherwise the format is inferred" +"from the filename and file contents. Returns a GWDataFile object" +"which can be used to refer to the loaded data.") #define FUNC_NAME s_load_wavefile_x { char *fname, *ftype; @@@@ -351,8 +351,8 @@@@ XSCM_DEFINE(reload_all_files_x, "reload- XSCM_DEFINE(datafile_reload_x, "wavefile-reload!", 1, 0, 0, (SCM obj), -"Reread the data file for OBJ. Useful for updating the display - after simulation has been rerun.") +"Reread the data file for OBJ. Useful for updating the display" +" after simulation has been rerun.") #define FUNC_NAME s_datafile_reload_x { GWDataFile *wdata; @@@@ -542,8 +542,8 @@@@ wavelist_button_click(GtkWidget *widget, XSCM_DEFINE(wavefile_show_listwin_x, "wavefile-show-listwin!", 1, 0, 0, (SCM obj), -"Displays the scrolling list of the variables in OBJ, from which they -can be dragged into a waveform display panel.") +"Displays the scrolling list of the variables in OBJ, from which they" +"can be dragged into a waveform display panel.") #define FUNC_NAME s_wavefile_show_listwin_x { GWDataFile *wdata; @@@@ -578,9 +578,9 @@@@ XSCM_DEFINE(wavefile_remove_listwin_x, " XSCM_DEFINE(wavefile_file_name, "wavefile-file-name", 1, 0, 0, (SCM obj), -"Returns the filename from which the GWDataFile OBJ was loaded. -If OBJ is invalid because the datafile has been deleted, -#f is returned.") +"Returns the filename from which the GWDataFile OBJ was loaded." +"If OBJ is invalid because the datafile has been deleted," +"#f is returned.") #define FUNC_NAME s_wavefile_file_name { GWDataFile *wdata; @@@@ -608,8 +608,8 @@@@ XSCM_DEFINE(wavefile_tag, "wavefile-tag" XSCM_DEFINE(wavefile_listwin_menubar, "wavefile-listwin-menubar", 1, 0, 0, (SCM obj), -"Returns the GTK Menubar for the variable-list window of the - * GWDataFile OBJ, or #f if the window doesn't exist.") +"Returns the GTK Menubar for the variable-list window of the" +" * GWDataFile OBJ, or #f if the window doesn't exist.") #define FUNC_NAME s_wavefile_listwin_menubar { GWDataFile *wdata; @ 1.1 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$ @