summaryrefslogtreecommitdiff
blob: ba5314ef81af470446374898fd1e52519a00d567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# ChangeLog for media-radio/xlog
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/xlog/ChangeLog,v 1.9 2006/03/19 22:39:47 joshuabaergen Exp $

  19 Mar 2006; Joshua Baergen <joshuabaergen@gentoo.org> xlog-0.9.7.ebuild,
  xlog-0.9.12.ebuild, xlog-1.1.ebuild, xlog-1.2.2.ebuild:
  Remove unnecessary X dependency.

*xlog-1.2.2 (10 Aug 2005)

  10 Aug 2005; Robb Romans <killsoft@gentoo.org> +xlog-1.2.2.ebuild:
  New upstream version.
  
  Changes for xlog version 1.2
    * Import support for the OH1AA logbook. Tested by Jarmo, OH1MRR.
    * A keyerwindow has been added, opened from the 'Tools -> Keyer' menu. This
      is a simple interface to cwdaemon and will allow you to run a contest.
      It features programmable function keys, macro's, switch between CQ and
      S&P mode, an auto increment counter and short numbers. See the MANUAL for
      a description.
    * Ctrl-H opens help, Ctrl-R the keyerwindow.
    * The list of hamlib-rigs in the preferences dialog is now sorted. Thanks
      to Jean-Luc F5IBH for proposing.
    * You can use the 'del' key to delete a selected QSO and the 'insert' key
      to add a QSO.
    * We now have slightly different icons for the worked before dialog and
      the keyer window.
    * A safe backup method has been added, you can now select a backup directory
      in the 'Logs' page of the preferences dialog. This directory can be on
      another drive or on a network mounted directory. Proposed by Matt, GW0VNR.
    * When using hamlib, only the needed backend is loaded at startup. This
      saves about 2 Mb of memory compared to the old method, which would load
      all backends.
    * When using hamlib it is now possible to use the FCC emission designators
      for modes. Check the option in the hamlib page of the preferences dialog.
      Another proposal by Matt, GW0VNR.
    * When selecting 'Logs -> Merge' or Ctrl-M you are presented with a dialog
      which can be used to merge 2 logs.
    * The manual has been rewritten so it can contain images.
    * To make xlog more HIG compliant, Ctrl-Q will now quit the program and
      Ctrl-W will close a log.
    * Fixed a crash when locale conversion fails when reading the manual. Thanks
      to Boguslaw, SQ5TB for reporting.
    * Many minor bugfixes.
    * Slovak translations by Michal Karas, OM4AA.
    * French MANUAL and FAQ by Jean-Luc Coulon, F5IBH.

*xlog-1.1 (16 Feb 2005)

  16 Feb 2005; Robb Romans <killsoft@gentoo.org> +xlog-1.1.ebuild:
  - Changes for xlog version 1.1
  * Several cleanups in the function which creates the main window, the toolbar
    now uses the GtkAction API, toolbar items are now also accessable through
    the edit menu and the vertical handlebar can move freely to the left.
  * "Tab" in the menu has been renamed to "Page".
  * You can hide the number column by using the log-editor and entering a zero
    column width for this column.
  * The BUGS file has been added to the help menu, with a description on how to
    report bugs.
  * The logeditor has been redesigned so it fits on a 800x600 display.
  * Most of the dialogs have been cleaned up and partly rewritten, so they
    will load faster.
  * Xlog now correctly recognizes the 60 meters band. Thanks to Harv Nelson,
    AI9NL for notifying. 
  * At ADIF import, frequencies with a comma are converted to a dot.
  * A gtk+ version check has been added, which will display an error at
    startup if the version is below 2.4.
  * An error will be displayed when trying to load a non-xlog file.
  * The labels export format has been renamed TSV (Tab Separated Value).
  * You can decide which fields to export in the TSV format (used by glabels),
    by going to Settings->Dialogs and checking wanted the fields in the
    "Save As" page.
  * When hamlib is enabled, rounding of the digits is now also possible when
    the s-meter is not visible.
  * When entering a logname in the new log dialog, dash (-) and underscore (_)
    are now also allowed.
  * Polish MANUAL and FAQ added by Boguslaw Ciastek, SQ5TB.
  * The position of the paned window is now remembered at program exit.

  08 Dec 2004; Robb Romans <killsoft@gentoo.org> :
  Changes for xlog version 0.9.12
  * Opening/closing the worked before dialog now correctly sets the
    corresponding optionmenu.
  * When a new log is created the corresponding filename is now created
    correctly.
  * The README has been left out of the help menu and is migrated with the
    MANUAL. It is now included with the source code only.
  * Some effort has been done to compile cleanly with mingw. Untested.
  * Polish translations by Boguslaw Ciastek, SQ5TB. Thanks!

*xlog-0.9.7 (01 Oct 2004)

  01 Oct 2004; Robb Romans <killsoft@gentoo.org> +xlog-0.9.7.ebuild:
  New version, thanks to Douglas Gallup for the contribution.
  Closes bug 64351
  
  Changes for xlog version 0.9.7
    * A fix by Nigel Horne, G0LOV for a NULL pointer deref in dxcc.c, which would
      cause crashes on some architectures. Thanks!
    * xlog will now also build with older libgnomeprint versions.
    * The ChangeLog is now included in the help menu and the xlog data directory.
    * When importing from trlog, the date is converted to your current locale.
    * If there is a comment in a trlog file (lines starting with ';'), it will
      be imported and added to the remarks field.
    * Another printing fix. People on redhat have been reporting overlapping
      columns, a new way of column width calculation fixes this. Thanks to Tomi,
      OH2BNS and Alex, OZ9AEC for testing.

  04 Aug 2004; Robb Romans <killsoft@gentoo.org> xlog-0.9.6.ebuild:
  Mark stable on x86.

  29 Jun 2004; Robb Romans <killsoft@gentoo.org> xlog-0.9.6.ebuild:
  Move to virtual/libc

  28 Jun 2004; David Holm <dholm@gentoo.org> xlog-0.9.6.ebuild:
  Added to ~ppc.

*xlog-0.9.6 (27 Jun 2004)

  27 Jun 2004; <killsoft@gentoo.org> +metadata.xml, +xlog-0.9.6.ebuild:
  New ebuild.
  Thanks to Steven Harms for the initial ebuild.
  Closes bug 49456