File: ChangeLog

package info (click to toggle)
gnome-find 1.0.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,524 kB
  • ctags: 2,258
  • sloc: ansic: 18,695; sh: 330; makefile: 316; sed: 93
file content (245 lines) | stat: -rw-r--r-- 6,817 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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
Jan 31st, 2001

	- v1.0.2 released.

Jan 26th, 2001

	- add: new and updated translations: Norwegian, Russian,
	  Swedish, Dutch, German, Hungarian, Finnish, Brazilian
	  Portuguese, Dutch, Japanese, Ukrainian, Spanish, and Slovak.

Jan 25th, 2001

	- fix: the "xtype" option always got its selected type from
	  the type specified in the "type" menu, not the "xtype" menu.
	- add: use pixmaps to indicate file or directory for each path
	  found in the results dialog.

Jan 24th, 2001

	- add: option for prompting before executing a command on
	  files selected in the results window.

Jan 23rd, 2001

	- change: disable the stupid GNOME crash dialog.  It only
	  served to cause people to submit totally useless bug reports
	  to bugs.gnome.org.
	- change: execute command to open files from the results list
	  in the background.

July 18th, 2000

	- add: drag (DnD) capabilities from files in results window.

July 17th, 2000

	- v1.0.1 released.

July 16th, 2000

	- fix embarrassing RPM build problem in gnome-find.spec[.in]

July 15th, 2000

	- v1.0 released.

July 14th, 2000

	- fix: gnome-find.spec.in did not properly include the locale
	  files (translations) in the RPM.

July 11th, 2000

	- add: updated Spanish translation (Joel Barrios Dueas).

Jun 30th, 2000

	- fix: more portability fixes (Dave Yearke).
	- fix: accidentally introduced in v0.6, the number of files
	  found was reported as zero, regardless if there really were
	  files found or not.

Jun 28th, 2000

	- v0.6 released.

Jun 25th, 2000

	- add: interface to the "locate" command.
	- fix: argc was less by one for the "-ok" action, which caused
	  an assert to trip.
	- improve: for the "-ok" action, use a GNOME dialog to ask
	  yes/no/cancel.
	- improve: if there was an error stat'ing the file, report the
	  error as the filename in the file properties dialog.

Jun 23rd, 2000

	- improve: file_info_stat() shows stats on symlinks and the
	  file it points to (if any).
	- improve: if -wls was selected, print file details into the
	  results clist with separate columns for each file stat.
	- improve: the clist showing file details can be sorted
	  by the file attributes by clicking on the column title.
	- improve: the error window in the results dialog can be
	  toggled to be shown or hidden (instead of only being shown).

Jun 21st, 2000

	- fix: re-add tooltips which were accidentally removed.
	- fix: some dialogs did not properly handle the close/delete
	  signal sent by the window manager.
	- fix: include own copy of gnu_regex.[ch] and use it if if GNU
	  regexp libraries are not found.
	- fix: call my_stpcpy() instead of stpcpy() directly.
	- fix: use ifdefs to check for existence of FNM_CASEFOLD
	  define, which may not exist on some systems such as Solaris
	  (Dave Yearke).
	- improve: file properties dialog is now contained in a
	  notebook, instead of a new/separate window for each file.

Jun 19th, 2000

	- v0.5 released.

Jun 16th, 2000

	- improve: internal changes to improve error handling, most
	  noticeable when an invalid syntax is specified for manual
	  searches.

Jun 13th, 2000

	- add: executing a specified shell command on search results.
	- misc: move pixmaps into pixmaps/ subdirectory.

Jun 12th, 2000

	- add: tearoff menus (apparently, Glade doesn't do this right
	  now).
	- add: allow manually entering search.

Jun 10th, 2000

	- add: preference entry for name of shell to execute.

Jun 9th, 2000

	- add: previous search command shown in an optional, popup
	  window/dialog.
	- add: special advanced action, "grep", for finding files
	  which contain a specified text string.

Jun 8th, 2000

	- add: support for "-fstype" advanced option/test.
	- add: GNOME help menus and HTML documentation.

Jun 7th, 2000

	- add: preferences for default archive file name, archiving
	  commands, and saving size of archive contents dialog window.
	- add: implement archive commands add, remove, and list.
	- improve: add status/message bar to results window, used to
	  provide visual status of file archive operations.
	- improve: "~" for home directories are now handled.
	- misc: change most list widgets to clist widgets.
	- add: for multi-file, multi-dir, and advopts toolbars,
	  implement remaining button operations (up, down, clear).

Jun 6th, 2000

	- improve: for various dialog windows, hitting ESCape now
	  closes them.
	- add: support for regular expression filenames (-regex and
	  -iregex options).
	- misc: move search specific code from win.c to search.[ch]

Jun 5th, 2000

	- v0.4 released.

Jun 4th, 2000

	- add: implement executing file operation commands from the
	  results window (e.g., open, delete, copy, print, execute).

May 28th, 2000

	- add: preferences settings for all toolbars (e.g., icons
	  only, text only, both); saving/restoring window sizes; and
	  file operation commands to execute from the results window.

May 25th, 2000

	- add: runtime debugging code, valid only if "--enable-debug"
	  was specified when running configure.
	- add: new command line option, "--info" to print detailed
	  info about binary (e.g., compile/link info).
	- add: Korean translation (Kang JeongHee).

May 24th, 2000

	- add: German translation (Kai Lahmann).
	- add: "File Properties" dialog box, launched from the results
	  window.

May 23rd, 2000

	- add: implemented the remaining advanced search options
	  (support for -mode, -user, -group, -uid, -gid, -nouser,
	  -nogroup, -size, -type, -xtype, -empty, -inu, and -links).
	- fix: if advanced search button is selected, but no options
	  actually are, a segmentation fault resulted.

May 22nd, 2000

	- v0.3 released.

May 20th, 2000

	- improve: add/use common routines for numerous advanced
	  search options to reduce amount of repeated code.
	- fix: if printing file details to a window, the value of the
	  files found number in the results dialog was always zero.
	- fix: if "Clear Search" was done after either of the
	  multi-file or multi-directory dialogs has been created, but
	  not both, a segmentation fault resulted.
	- add: implemented support for atime, ctime, and mtime
	  advanced search options.

May 18th, 2000

	- add: Russian translation (Valek Filippov).

May 17th, 2000

	- add: Spanish translation (Joel Barrios).
	- fix: spec file didn't actually build the rpm (Joel Barrios).
	- fix: small memory leak if gnome-find.glade is not found in
	  the current directory.
	- add: set minimized window icon (used gnome-searchtool.png).

May 15th, 2000

	- v0.2 released.

May 13th, 2000

	- add: multiple file and directory searches.

May 12th, 2000

	- add: implemented a number of advanced search features,
	  including all the "Options" and "Actions".

May 10th, 2000

	- add: enable GNOME progress bar, and update it while a find
	  is in progress.

May 09th, 2000

	- v0.1 released.