diff -crNP ../siag-3.3.0/ChangeLog ./ChangeLog *** ../siag-3.3.0/ChangeLog Wed Mar 22 13:38:57 2000 --- ./ChangeLog Thu Mar 23 10:10:02 2000 *************** *** 1,4 **** --- 1,6 ---- + 000323 Include sys/types.h in common/common.h. + 000321 Siag, PW, Egon, plugins, common, xcommon: fixed several missing or broken prototypes. diff -crNP ../siag-3.3.0/common/common.h ./common/common.h *** ../siag-3.3.0/common/common.h Mon Feb 21 11:28:09 2000 --- ./common/common.h Thu Mar 23 10:09:18 2000 *************** *** 20,25 **** --- 20,26 ---- #ifndef COMMON_H #define COMMON_H + #include #include /* for pid_t */ extern char *libexecdir; diff -crNP ../siag-3.3.0/configure ./configure *** ../siag-3.3.0/configure Wed Mar 22 13:39:20 2000 --- ./configure Thu Mar 23 10:10:10 2000 *************** *** 706,712 **** PACKAGE=siag ! VERSION=3.3.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } --- 706,712 ---- PACKAGE=siag ! VERSION=3.3.1 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff -crNP ../siag-3.3.0/configure.in ./configure.in *** ../siag-3.3.0/configure.in Mon Feb 21 22:36:04 2000 --- ./configure.in Thu Mar 23 10:09:30 2000 *************** *** 1,7 **** dnl Process this file with autoconf to produce a configure script. AC_INIT(README) AM_CONFIG_HEADER(config.h) ! AM_INIT_AUTOMAKE(siag, 3.3.0) dnl Set of available languages dnl ALL_LINGUAS="" --- 1,7 ---- dnl Process this file with autoconf to produce a configure script. AC_INIT(README) AM_CONFIG_HEADER(config.h) ! AM_INIT_AUTOMAKE(siag, 3.3.1) dnl Set of available languages dnl ALL_LINGUAS="" diff -crNP ../siag-3.3.0/egon/docs/egon.1 ./egon/docs/egon.1 *** ../siag-3.3.0/egon/docs/egon.1 Wed Feb 16 08:20:36 2000 --- ./egon/docs/egon.1 Wed Mar 22 23:46:48 2000 *************** *** 76,82 **** And more. .SH VERSION ! Current version (16 February 2000) is Egon 3.2.1 by Ulric Eriksson, ulric\@siag.nu. The online documentation is probably --- 76,82 ---- And more. .SH VERSION ! Current version (21 March 2000) is Egon 3.3.0 by Ulric Eriksson, ulric\@siag.nu. The online documentation is probably *************** *** 84,90 **** accurate information. .SH AUTHOR ! Copyright (C) 1996-1998 Ulric Eriksson 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 --- 84,90 ---- accurate information. .SH AUTHOR ! Copyright (C) 1996-2000 Ulric Eriksson 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 *************** *** 120,129 **** into a program as an extension language. Author: George J. Carrette, gjc\@delphi.com - .TP - .BI Xaw3d - The 3D Athena widget replacement provides a Motif-ish look to - the program without the license cost. - - Author: Kaleb S. Keithley, kaleb\@x.org - --- 120,122 ---- diff -crNP ../siag-3.3.0/plugins/dummy_plugin.1 ./plugins/dummy_plugin.1 *** ../siag-3.3.0/plugins/dummy_plugin.1 Sun Nov 29 14:27:42 1998 --- ./plugins/dummy_plugin.1 Wed Mar 22 23:43:15 2000 *************** *** 56,65 **** .SH VERSION The dummy plugin is part of Siag Office by Ulric Eriksson, ! ulric\@edu.stockholm.se. .SH AUTHOR ! Copyright (C) 1996-1998 Ulric Eriksson 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 --- 56,65 ---- .SH VERSION The dummy plugin is part of Siag Office by Ulric Eriksson, ! ulric\@siag.nu. .SH AUTHOR ! Copyright (C) 1996-2000 Ulric Eriksson 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 diff -crNP ../siag-3.3.0/pw/docs/pw.1 ./pw/docs/pw.1 *** ../siag-3.3.0/pw/docs/pw.1 Wed Feb 16 08:21:22 2000 --- ./pw/docs/pw.1 Wed Mar 22 23:45:51 2000 *************** *** 71,78 **** .SH LIMITATIONS PW can read and write several file formats (see on-line documentation for details), ! but the proprietary Microsoft Word format is not supported. This can be ! seen as a strength or a shortcoming, depending on one's preferences. .SH BUGS Handles out of memory conditions ungracefully. --- 71,78 ---- .SH LIMITATIONS PW can read and write several file formats (see on-line documentation for details), ! but the proprietary Microsoft Word format only supported ! through external converters such as WV or catdoc. .SH BUGS Handles out of memory conditions ungracefully. *************** *** 80,86 **** And more. .SH VERSION ! Current version (16 February 2000) is PW 3.2.1 by Ulric Eriksson, ulric\@siag.nu. The online documentation is probably --- 80,86 ---- And more. .SH VERSION ! Current version (21 March 2000) is PW 3.3.0 by Ulric Eriksson, ulric\@siag.nu. The online documentation is probably *************** *** 88,94 **** accurate information. .SH AUTHOR ! Copyright (C) 1996-1998 Ulric Eriksson 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 --- 88,94 ---- accurate information. .SH AUTHOR ! Copyright (C) 1996-2000 Ulric Eriksson 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 *************** *** 124,133 **** into a program as an extension language. Author: George J. Carrette, gjc\@delphi.com - .TP - .BI Xaw3d - The 3D Athena widget replacement provides a Motif-ish look to - the program without the license cost. - - Author: Kaleb S. Keithley, kaleb\@x.org - --- 124,126 ---- diff -crNP ../siag-3.3.0/siag/docs/siag.1 ./siag/docs/siag.1 *** ../siag-3.3.0/siag/docs/siag.1 Wed Feb 16 08:21:55 2000 --- ./siag/docs/siag.1 Wed Mar 22 23:47:53 2000 *************** *** 87,93 **** And more. .SH VERSION ! Current version (16 February 2000) is Siag 3.2.1 by Ulric Eriksson, ulric\@siag.nu. The online documentation is probably --- 87,93 ---- And more. .SH VERSION ! Current version (21 March 2000) is Siag 3.3.0 by Ulric Eriksson, ulric\@siag.nu. The online documentation is probably *************** *** 95,101 **** accurate information. .SH AUTHOR ! Copyright (C) 1996-1998 Ulric Eriksson 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 --- 95,101 ---- accurate information. .SH AUTHOR ! Copyright (C) 1996-2000 Ulric Eriksson 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 *************** *** 132,143 **** Author: George J. Carrette, gjc\@delphi.com - .TP - .BI Xaw3d - The 3D Athena widget replacement provides a Motif-ish look to - the program without the license cost. - - Author: Kaleb S. Keithley, kaleb\@x.org .TP .BI Gnuplot The plotting utility Gnuplot is used by Siag for plotting graphs --- 132,137 ---- diff -crNP ../siag-3.3.0/xfiler/runcmd.1 ./xfiler/runcmd.1 *** ../siag-3.3.0/xfiler/runcmd.1 Thu Jul 8 16:03:56 1999 --- ./xfiler/runcmd.1 Wed Mar 22 23:48:26 2000 *************** *** 23,28 **** for Siag Office, but retains full compatibility with OffiX. .SH VERSION ! Current version (7 July 1999) is Runcmd 3.1.20 by Ulric Eriksson, ulric\@siag.nu. --- 23,28 ---- for Siag Office, but retains full compatibility with OffiX. .SH VERSION ! Current version (21 March 2000) is Runcmd 3.3.0 by Ulric Eriksson, ulric\@siag.nu.