xcall (0.18-1) unstable; urgency=low * Acknowledge NMU, thanks Christoph. Closes: #346796. * Migrate to debhelper. * Make xcall non-debian-native. Closes: #347961. -- Joop Stakenborg Mon, 23 Jan 2006 18:52:23 +0100 xcall (0.17-0.1) unstable; urgency=low * Non-maintainer upload. * Adjust build-depends for xlibs transition (Closes: #347961). -- Christoph Berg Sat, 21 Jan 2006 11:48:10 +0100 xcall (0.17) unstable; urgency=low * French translations by Jean-Luc Coulon, F5IBH (thanks!). Closes: #300880. * Many widget changes, so the translations fit. * Compilation fixes. * Path for the language files has been fixed. -- Joop Stakenborg Tue, 22 Mar 2005 21:35:23 +0100 xcall (0.16) unstable; urgency=low * Require latest config.guess, config.sub. Closes: #274506. * Run latest aclocal-1.7 and automake-1.7. * Use latest gettext. * A bunch of lintian fixes. -- Joop Stakenborg Sun, 3 Oct 2004 09:42:52 +0200 xcall (0.15) unstable; urgency=low * Better handling of window size and position at startup. * Include xcall.spec, xcall.1, xcall.glade Xcall.desktop and BUGS when typing make dist. * Wrote support for dx clusters. When enabled through the preferences dialog, dx spots will show up colored. For bands between 1.8 and 30 Mc/s you can customize colors. Tested with dxspider and clx. * Update config.guess, config.sub. * Update the manual page. * Wrote a small homepage and update the README. * Correct Content-Type and Encoding strings in nl.po. -- Joop Stakenborg Tue, 24 Jul 2001 21:19:35 +0200 xcall (0.14) unstable; urgency=low * Add french translations by Laurent Lalanne . -- Joop Stakenborg Sat, 14 Jul 2001 00:35:40 +0200 xcall (0.13) unstable; urgency=low * Add some icons to the package. * Remove libc6-dev from Build-depends as per Debian Policy. * Gnome menu entry created. * New config.guess, config.sub. * Add a longtitle and icon to the debian menu. * Include xcall.spec for redhat and suse people. Thanks to Thomas Sailer, HB9JNX. -- Joop Stakenborg Tue, 10 Jul 2001 15:32:29 +0200 xcall (0.12) unstable; urgency=low * New config.sub, config.guess. * Rewrote part of the history code so it uses gchar instead of GString. * Add a dialog with a combobox, label and OK/Cancel buttons. * Use this dialog for recording and add a menu to activate it. * Files selected in the dropdown box for recording will be saved at exit and recalled the next time xcall is started. * Remove the inline commands for recording. * Tried to write some smart code so you can use '~' in the recording dialog as part of the filename for pointing to your home directory. * Host menu added, contains 'recording' and 'connection' submenus. * Wrote dialogs for connection setup, killing and disconnecting. * Removed inline commands for the above and also the ':h' (help) command. * Add history to connection dialog. Save and recall it. * Add a blue theme. -- Joop Stakenborg Mon, 18 Jun 2001 14:12:41 +0200 xcall (0.11) unstable; urgency=low * Fixes all rose related bugs. * Update gettext version. * Correctly return from rx routine if connection is closed remotely, so recording can stay open between sessions. * Close file for recording on program exit if open. -- Joop Stakenborg Wed, 6 Jun 2001 16:20:14 +0200 xcall (0.10) unstable; urgency=low * Renamed preferences.[ch] to init.[ch] so it can be used for general initializations. * Removed EAX25 checkbox. We should set this through the proc filesystem. * Renamed user_io.[ch] to packet.[ch]. Should contain packet related functions for AX.25 netrom and rose. * Add proc.c and proc.h for reading information from the proc filesystem. * Fixed some header errors in packet.c. * Wrote a function called portsinit which is called at program startup and saves names of active ports for AX.25, NET/ROM and Rose in a GList. * Make all colors in the main window configurable through color buttons on the preferences->display page. Add a color selection dialog. * Add checkboxes for disabling scrollbar and menu to the display page. * AX.25 page now contains information read from /proc/sys/net/ax25/ and a dropdown selection box for selecting a port. * Add a general page to the preferences dialog where the download directory and timeout for a connection setup can be filled in. * Xcall now reads ~/.xcall/xcallrc with should be a gtkrc file. Sample file included with SGI-like theme. * Save settings at program exit instead of clicking OK in the preferences dialog. * Add checkboxes for saving window position and size to the preferences dialog. * Show a popup window if portsinit fails. -- Joop Stakenborg Sat, 26 May 2001 13:30:05 +0200 xcall (0.09) unstable; urgency=low * Use underscore as a delimiter when saving history. Don't want to mess up the SSID's. * Update manual page and debian control file. * Use /proc/net/nr_nodes instead of PROC_NR_NODES_FILE. Closes #98373. -- Joop Stakenborg Tue, 22 May 2001 01:04:26 +0200 xcall (0.08) unstable; urgency=low * Let the entry in the main window grab focus when the preferences dialog is destroyed. * Add savehistory and loadhistory functions which save and recall last commands entered in the tx widget to ~/.xcall/history. * Catch commands that start with ':' but are not in the command set and display an error. * Let the text widget in the main window remain dark when insensitive. * Add a font selection dialog for the text widget. * Add a display page to the preferences dialog with font entry and button. * Selected font will be saved to and recalled from preferences file. * Lines entered into the transmit entry cannot be longer than 1024. * Do a make distclean prior to buiding. -- Joop Stakenborg Mon, 21 May 2001 16:41:54 +0200 xcall (0.07) unstable; urgency=low * Make the main window insensitive when the preferences dialog is activated. * Adjust size of the buttons. Add pixmaps. * Add a signal handler for destruction of the preferences dialog. * Write a function for displaying a dialog with arguments for label and title. To be used for about, error and warning messages. * Add the ability to record session into a file. Uses the ':r' command. When called without an argument the filename for recording will be ~/.xcall/logfile.txt. * The ':s' command will stop recording. -- Joop Stakenborg Sat, 19 May 2001 12:26:10 +0200 xcall (0.06) unstable; urgency=low * Corrected the childcheck function so it returns a boolean and the timer stops. * Create a ~/.xcall directory on startup where the preferences file will be saved. * Add a preferences dialog. * Added the ability to set the AX.25 mode to extended. * Preferences file will be saved when 'OK' is clicked in the preferences dialog. The file will be loaded upon startup. -- Joop Stakenborg Tue, 15 May 2001 16:58:23 +0200 xcall (0.05) unstable; urgency=low * Add function for writing messages to the text widget. Much cleaner code. * Took nr_convert_call from call.c and adapted it for glib. Compares NET/ROM connection you enter with active nodes in /proc/net/nr_nodes. * Added netrom support. Mostly taken from call.c. * Added rose support. Ditto. Both adapted for glib. * Tested NET/ROM over BPQ to a second PC and AX.25 on live connections. Unable to test Rose. I do not have any NET/ROM or Rose neigbours. Would appreciate if someone could test Rose functionality. * Corrected errorhandling for the connection by sending errorstring over the pipe. Fixed errorhandling at different places by correctly using errno. * Use ax25_config_get_next to search for the protocol to use with the entered port. * Correctly terminate the child after connection setup is finished. * Corrected signal handling. * Passed the code through lclint and made some functions and variables static. -- Joop Stakenborg Mon, 9 May 2001 23:27:26 +0200 xcall (0.04) unstable; urgency=low * Correct configure.in to include po/Makefile.in for AC_OUTPUT. * Add GPL headers. * Rewrote some strings to use g_string_sprintf for easier message translations. * Use pipe and fork for a nonblocking connection setup. * Timeout set to 90 seconds. * Add a ':k' command which allows you to kill an AX.25 connection which is being set up. -- Joop Stakenborg Wed, 2 May 2001 13:32:07 +0200 xcall (0.03) unstable; urgency=low * Update the README with a link to slackware packages, by Arno PE1ICQ. * Tweaks for the po files. * Add command-line history. * PgUp/PgDn keys will scroll the top window. * Add Alt key support for the menu. -- Joop Stakenborg Mon, 2 Apr 2001 15:21:59 +0200 xcall (0.02) unstable; urgency=low * Make a manual page. * Do the release correctly for debian. * Leave out the upstream changelog. Instead, use the debian changelog. * This eliminates all lintian errors. * Fixed a segfault in case people type ':c' without a port or callsign. * Added more checks to configure.in for libax25 and correct headers. * Added an alarm handler in case the connection fails. Set to 30 seconds. The default time-out takes too long. * Let the label in the about dialog follow the version number. * Allow the main window to shrink. * Add gettext and dutch language support. * Correct the build-depends line. -- Joop Stakenborg Sun, 1 Apr 2001 00:04:52 +0200 xcall (0.01) unstable; urgency=low * Initial Release. * This first release was also distributed to Wietze, PE1OEZ and Paul, PE1PBA. They both run SuSE 6.4. -- Joop Stakenborg Wed, 28 Mar 2001 10:44:23 +0200