File: ChangeLog

package info (click to toggle)
xarchive 0.2.8.6%2Bdebian-6
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 960 kB
  • ctags: 255
  • sloc: sh: 7,164; ansic: 2,609; xml: 725; makefile: 109
file content (215 lines) | stat: -rw-r--r-- 7,616 bytes parent folder | download | duplicates (2)
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
xarchive (0.2.8-6) unstable; urgency=low

  * made multifile chooser add list a drag 'n drop destination
  * made archive list a drag 'n drop destination that opens the
    multifile chooser with the dropped files on the add list
  * added gui fixes from LoneFox.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Mon, 27 Feb 2006 13:49:53 -0330

xarchive (0.2.8-4) unstable; urgency=low

  * added type-ahead searching for archive listing
  * selecting an extraction directory that doesn't exist
    will ask if it should be created
  * modified message function to specify parent window

 -- Lee Bigelow <ligelowbee@yahoo.com>  Thu, 23 Feb 2006 15:23:09 -0330

xarchive (0.2.8-3) unstable; urgency=low

  * removed decorations from progress bar windows
  * made hitting enter in 'new archive' and 'extract to' widgets
    default to selecting ok.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Fri,  2 Dec 2005 16:45:39 -0330

xarchive (0.2.8-2) unstable; urgency=low

  * added #include<signal.h> to widgets_gtk.h for bsd systems.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Tue, 22 Nov 2005 22:25:24 -0330

xarchive (0.2.8-1) unstable; urgency=low

  * made home wrapper directory override system directory again
  * put ace wrapper back in the dist (sorry about that)
  * wrappers now open an xterm(or equiv.) if extracting
    from encrypted archives.
  * added a cancel button to progress indicator that attempts to
    send SIGTERM to wrapper.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Tue, 22 Nov 2005 17:37:00 -0330

xarchive (0.2.6-3) unstable; urgency=low

  * made xarchive.desktop build from source file to include full
    path to installed icon.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Wed,  9 Nov 2005 00:15:51 -0330

xarchive (0.2.6-2) unstable; urgency=low

  * all wrappers now src files in wrappers dir.  The wrapper scripts
    are made during 'make' and altered depending on where the systems
    bash is installed and wether it's a bsd system or not.
  * The last directory an archive was opened in is now saved and used
    for future open commands.
  * The same src should compile on bsd now.
  * rar wrapper modified so that it can be used if only unrar is
    is installed.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Tue,  8 Nov 2005 16:48:35 -0330

xarchive (0.2.6-1) unstable; urgency=low

  * modified 'extract to' dialog to make it more friendly
  * autoconf checks for getline and canonicalize_file_name
    functions.
  * main.c defines replacements for getline and canoncalize_file_name
    if not found, so should compile on bsd machines now.
  * added wrappers for rpm and deb files (viewing and extracting only)
  * bsd-wrappers dir contains wrappers modified to work with non-gnu
    commands.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Mon,  7 Nov 2005 11:32:04 -0330

xarchive (0.2.4-2) unstable; urgency=low

  * added final '/' to directory name pattern for selection recognition if
    it's not present (rar's don't put the final / on)
  * awkified rar-wrap.sh, tar-wrap.sh, and zip-wrap.sh.  Much easier to
    read.
  * made rar-wrap.sh make file attributes look unix like if they weren't
  * modified tab close buttons to keep track of current page if closing
    a hidden page.
  
 -- Lee Bigelow <ligelowbee@yahoo.com>  Thu, 27 Oct 2005 15:47:47 -0230

xarchive (0.2.4-1) unstable; urgency=low

  * modified arj-wrap.sh to handle archives whose files contain !,*,? symbols.
    arj needs them double escaped.
  * altered extract for extracting an entire archive.  No need to make a
    a filelist, just pass the archive name.  Much faster.
  * Fixed program hang when opening an empty zip archive. (still won't
    open empty zips though).
  * added 'read help file' (for now the manpage) to the menu.
  * added a close button to the archive name tabs.
  * added a cancel button ot the 'reading file..' progress bar.
  * modified selection function so that a directories contents are
    visually selected when directory is selected.
	
 -- Lee Bigelow <ligelowbee@yahoo.com>  Tue, 25 Oct 2005 10:33:44 -0230

xarchive (0.2.2-4) unstable; urgency=low

  * added -o- to rar-wrap.sh extraction command to avoid overwriting when
    extracting

 -- Lee Bigelow <ligelowbee@yahoo.com>  Tue,  4 Oct 2005 17:53:54 -0230

xarchive (0.2.2-3) unstable; urgency=low

  * fixed bugs relating to file name escaping.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Tue,  4 Oct 2005 14:27:10 -0230

xarchive (0.2.2-2) unstable; urgency=low

  * fixed bugs in openwith functions when handling argument arrays

 -- Lee Bigelow <ligelowbee@yahoo.com>  Wed, 28 Sep 2005 23:22:15 -0230

xarchive (0.2.2-1) unstable; urgency=low

  * switched from system comands to  g_spawn commands with argument vectors
  * added progress bars
  * detached model from treeview to speed up reading in archives
  * changed dialogs to transient, so they won't be buried under main window
  * fixed error when extracting a tars from lists sorted descending

 -- Lee Bigelow <ligelowbee@yahoo.com>  Tue, 27 Sep 2005 23:26:31 -0230

xarchive (0.2.0-1) unstable; urgency=low

  * moved chooser dialogs out of callbacks
  * added command line options for adding and creating archives
  * glibified main.c and my_strescape.c
  * use GPtrArrays instead of linked lists for wrapper structs
  * added arj and 7zip wrappers from Michael Shigorin
  * add recommends for arj and suggests or 7zip to deb control file
  * modified arj and 7zip wrappers to check for install awk program
  * updated manpage

 -- Lee Bigelow <ligelowbee@yahoo.com>  Sat, 24 Sep 2005 22:56:45 -0230

xarchive (0.1.10-1) unstable; urgency=low

  * added patch by David Reiss that adds a double click default handler
  * added configuration support for it to the 'open with' dialog

 -- Lee Bigelow <ligelowbee@yahoo.com>  Sat, 17 Sep 2005 15:55:44 -0230

xarchive (0.1.9-1) unstable; urgency=low

  * code cleanup

 -- Lee Bigelow <ligelowbee@yahoo.com>  Thu, 04 Aug 2005 19:28:23 -0230

xarchive (0.1.8-4) unstable; urgency=low

  * added freedesktop.org xarchive.desktop file from Tobias Kieslich

 -- Lee Bigelow <ligelowbee@yahoo.com>  Thu, 28 Jul 2005 14:38:46 -0230

xarchive (0.1.8-3) unstable; urgency=low

  * home config directory "~/.xarchive" autmatically created 
  * "open with" now has a saved command history
    (saved in ~/.xarchive/cmd_history)

 -- Lee Bigelow <ligelowbee@yahoo.com>  Wed, 27 Jul 2005 19:28:06 -0230

xarchive (0.1.8-1) unstable; urgency=low

  * fixed rar display for directory entries
  * added "open with" command to allow tempory extracting and opening

 -- Lee Bigelow <ligelowbee@yahoo.com>  Sun, 24 Jul 2005 19:25:03 -0230

xarchive (0.1.6-3) unstable; urgency=low

  * fixed icon and menu support for debian 

 -- Lee Bigelow <ligelowbee@yahoo.com>  Sun, 03 Jul 2005 21:06:46 -0230

xarchive (0.1.6-2) unstable; urgency=low

  * added support for jar format to zip-wrap.sh

 -- Lee Bigelow <ligelowbee@yahoo.com>  Sun, 03 Jul 2005 03:23:11 -0230

xarchive (0.1.6-1) unstable; urgency=low

  * add keyboard short cuts for "add to archive" selector
  * added context popup to "add to archive" selector 
  * put empty page into a scrolled window 
  * added a help menu item for wrapper info
  * added an icon (from wm-icons.sf.net norm/programs.xpm)

 -- Lee Bigelow <ligelowbee@yahoo.com>  Sat, 02 Jul 2005 19:13:54 -0230

xarchive (0.1.4-1) unstable; urgency=low

  * added context popup-menus.
  * added manpage.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Thu, 23 Jun 2005 17:50:22 -0230

xarchive (0.1.0-1) unstable; urgency=low

  * Initial release.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Thu, 16 Jun 2005 17:59:04 -0230