1 | 2004-09-10 Shaun McCance <shaunm@gnome.org> |
---|
2 | |
---|
3 | * help/C/drivemount-C.omf: |
---|
4 | * help/C/drivemount.xml: |
---|
5 | - Updates for 2.8, thanks to Christian Kellner |
---|
6 | |
---|
7 | 2004-08-15 Kjartan Maraas <kmaraas@gnome.org> |
---|
8 | |
---|
9 | * Makefile.am: Remove references to screen-exec. |
---|
10 | |
---|
11 | 2004-08-15 Kjartan Maraas <kmaraas@gnome.org> |
---|
12 | |
---|
13 | * drivemount.c: (help_cb): Use the right API to show help. |
---|
14 | s/egg/gnome/ Remove now unneeded include of egg-screen-exec.h |
---|
15 | * properties.c: (help_cb): Same here. |
---|
16 | |
---|
17 | 2004-07-10 Kevin Vandersloot <kfv101 psu edu> |
---|
18 | |
---|
19 | * drivemount.c: small fix for vertical panels. From patch by Vincent Noel. |
---|
20 | |
---|
21 | 2004-06-11 Dennis Smit <ds@nerds-incorporated.org> |
---|
22 | |
---|
23 | * properties.c: Fix bug #139949 - change some language for |
---|
24 | consistency. |
---|
25 | |
---|
26 | Patch by: Michael Terry <mike@mterry.name> |
---|
27 | |
---|
28 | 2004-04-21 Richard Kinder <r_kinder@yahoo.com> |
---|
29 | * drivemount.c: Fix bug #135179 - help not displaying from right |
---|
30 | click on the applet. |
---|
31 | |
---|
32 | 2004-03-17 Glynn Foster <glynn.foster@sun.com> |
---|
33 | |
---|
34 | * Makefile.am: Fix installation of gconf schemas. |
---|
35 | |
---|
36 | 2004-03-16 Glynn Foster <glynn.foster@sun.com> |
---|
37 | |
---|
38 | * help/Makefile.am: Add l10n'd docs to the build. |
---|
39 | |
---|
40 | 2004-03-15 Glynn Foster <glynn.foster@sun.com> |
---|
41 | |
---|
42 | * help/*: Add localized documentation from the |
---|
43 | Sun translation team for de, es, fr, it, ja, ko, |
---|
44 | sv, zh_CN, zh_HK and zh_TW. |
---|
45 | |
---|
46 | 2004-03-15 Glynn Foster <glynn.foster@sun.com> |
---|
47 | |
---|
48 | * docs/*: Remove, they're all old and on other |
---|
49 | branches if we need them. |
---|
50 | |
---|
51 | 2004-02-23 Dennis Smit <ds@nerds-incorporated.org> |
---|
52 | |
---|
53 | * properties.c (properties_show): |
---|
54 | Keep track of the dialog within |
---|
55 | the DriveData structure so we can |
---|
56 | destroy it on instance destroy. |
---|
57 | |
---|
58 | Only allow one prop_dialog per instance |
---|
59 | and present user the dialog when he |
---|
60 | is re-requesting it. |
---|
61 | |
---|
62 | (handle_response_cb): |
---|
63 | Set prop_dialog to NULL |
---|
64 | if it's being destroyed. |
---|
65 | |
---|
66 | * drivemount.c (destroy_drive_widget): |
---|
67 | Destroy the prop window if it isn't NULL. |
---|
68 | Also remove the update_cb timeout timer |
---|
69 | this fixes a race crash on exit especially |
---|
70 | with multiple applets open. |
---|
71 | |
---|
72 | (create_drive_widget): |
---|
73 | Set prop_dialog to NULL. |
---|
74 | |
---|
75 | * drivemount.h: |
---|
76 | Added a GtkWidget *prop_dialog entry to the |
---|
77 | DriveData structure. |
---|
78 | |
---|
79 | 2004-02-22 Dennis Smit <ds@nerds-incorporated.org> |
---|
80 | |
---|
81 | * drivemount.c, drivemount.h, properties.c: |
---|
82 | Have only one icon_list_count instead of |
---|
83 | two for both c files. |
---|
84 | |
---|
85 | Fixes bug #118677. |
---|
86 | |
---|
87 | Based on the patch by: berberic@fmi.uni-passau.de. |
---|
88 | |
---|
89 | 2004-02-22 Dennis Smit <ds@nerds-incorporated.org> |
---|
90 | |
---|
91 | * drivemount.c (browse_cb): |
---|
92 | Move from egg_screen_execute_command_line_async to |
---|
93 | gdk_spawn_command_line_on_screen. |
---|
94 | |
---|
95 | Fixes bug #135158. |
---|
96 | |
---|
97 | 2004-02-10 Dennis Smit <ds@nerds-incorporated.org> |
---|
98 | |
---|
99 | * drivemount.c (help_cb): |
---|
100 | Spawm help on the right screen. |
---|
101 | |
---|
102 | Fixes bug #134019. |
---|
103 | |
---|
104 | 2004-02-09 Breda McColgan <breda.mccolgan@sun.com> |
---|
105 | |
---|
106 | * help/C/drivemount.xml: Updated for GNOME 2.6. Issued for technical review. |
---|
107 | * help/C/drivemount-C.omf: Updated for GNOME 2.6. |
---|
108 | * help/C/l10n.txt: Created for GNOME 2.6. |
---|
109 | * help/C/figures/drivemount-applet_window.png: Created for GNOME 2.6. |
---|
110 | |
---|
111 | 2004-02-08 Jason Leach <leach@wam.umd.edu> |
---|
112 | |
---|
113 | * Makefile.am (CLEANFILES): Add .server and .server.in here. |
---|
114 | (#132071, Padraig O'Briain) |
---|
115 | |
---|
116 | 2004-02-06 Dennis Smit <ds@nerds-incorporated.org> |
---|
117 | |
---|
118 | Submitting patch by Kjartan Maraas <kmaraas@gnome.org>: |
---|
119 | |
---|
120 | * properties.c (cb_mount_activate): |
---|
121 | replaced deprecated glib functions. |
---|
122 | |
---|
123 | Fixes bug: #133162 |
---|
124 | |
---|
125 | 2004-01-31 Dennis Smit <ds@nerds-incorporated.org> |
---|
126 | |
---|
127 | * drivemount.h: Added an about_dialog GtkWidget to |
---|
128 | the _DriveData structure. |
---|
129 | * drivemount.c (create_drive_widget): |
---|
130 | initialize about_dialog with NULL. |
---|
131 | (destroy_drive_widget): |
---|
132 | destroy about dialog when it's open. |
---|
133 | (about_cb): |
---|
134 | make use of the private about dialog. |
---|
135 | |
---|
136 | Fixes #132527 |
---|
137 | |
---|
138 | 2004-01-18 Jason Leach <leach@wam.umd.edu> |
---|
139 | |
---|
140 | * Makefile.am (install-data-local): builddir != srcdir fix. |
---|
141 | |
---|
142 | 2003-12-11 Muktha <muktha.narayan@wipro.com> |
---|
143 | |
---|
144 | * drivemount.c: Add accessible name. Fixes bug #128297. |
---|
145 | |
---|
146 | 2003-11-30 Kevin Vandersloot |
---|
147 | |
---|
148 | * drivemountc, properties.c: Add USB stick icons. Patch from |
---|
149 | berberic fmi uni-passau de. Fixes bug #110167 |
---|
150 | |
---|
151 | Mon Sep 15 15:17:07 2003 George Lebl <jirka@5z.com> |
---|
152 | |
---|
153 | * drivemount.c: when started in lockdown mode, hide the preferences |
---|
154 | item |
---|
155 | |
---|
156 | 2003-08-24 Kevin Vandersloot |
---|
157 | |
---|
158 | * drivemount.c: Properly scale custom pixmaps and don't unref the tooltips since |
---|
159 | they don't need it. Patch from berbericfmiuni-passaude. Fixes bug #118675 |
---|
160 | |
---|
161 | 2003-07-21 Dennis Cranston <dennis_cranston at yahoo com> |
---|
162 | |
---|
163 | * drivemount.c, properties.c: HIGify widget padding between the |
---|
164 | vbox and action area of the dialog. Thanks to <chris@gnome-de.org> |
---|
165 | Christian - Manny Calavera - Neumair. |
---|
166 | |
---|
167 | Tue Jul 08 16:05:37 2003 George Lebl <jirka@5z.com> |
---|
168 | |
---|
169 | * drivemount.c: fix memory leak on widget destruction |
---|
170 | |
---|
171 | Mon Jul 07 11:44:58 2003 George Lebl <jirka@5z.com> |
---|
172 | |
---|
173 | * properties.c: Follow key-writability |
---|
174 | |
---|
175 | * drivemount.[ch], properties.c: HIGify the error dialogue boxes |
---|
176 | with code yet again stolen from gsearchtool |
---|
177 | |
---|
178 | 2003-06-15 Kevin Vandersloot |
---|
179 | |
---|
180 | * drivemount.c: add keybindings for eject and browse |
---|
181 | |
---|
182 | 2003-06-03 Kevin Vandersloot |
---|
183 | |
---|
184 | * drivemount.c: expand for Fitts' law |
---|
185 | |
---|
186 | 2003-05-07 Dennis Cranston <dennis_cranston at yahoo com> |
---|
187 | |
---|
188 | * properties.c: HIGify the action area of the preferences dialog. |
---|
189 | |
---|
190 | 2003-04-22 Dennis Cranston <dennis_cranston at yahoo com> |
---|
191 | |
---|
192 | * properties.c: More HIGification of the preferences dialog. |
---|
193 | Also, hook up a help button. |
---|
194 | |
---|
195 | * drivemount.c: Hook up help in the popup menu. |
---|
196 | |
---|
197 | 2003-04-03 Kevin Vandersloot <kfv101@psu.edu> |
---|
198 | |
---|
199 | * drivemount.c: If the locale is not utf8 then convert the error string to utf8. Fixes |
---|
200 | bug #95480 |
---|
201 | |
---|
202 | 2003-04-01 Kevin Vandersloot <kfv101@psu.edu> |
---|
203 | |
---|
204 | * properties.c: HIGify this dialog |
---|
205 | |
---|
206 | * drivemount.c: fix small problem that contributed to custom icon problems |
---|
207 | |
---|
208 | 2003-03-30 Kevin Vandersloot <kfv101@psu.edu> |
---|
209 | |
---|
210 | * properties.c: translate frame label. Fixes bug #103091 |
---|
211 | |
---|
212 | 2003-03-30 Kevin Vandersloot <kfv101@psu.edu> |
---|
213 | |
---|
214 | * properties.c: fix saving of custom icons. Fixes bug #90922 |
---|
215 | |
---|
216 | 2003-01-18 John Fleck <jfleck@inkstain.net> |
---|
217 | |
---|
218 | * help/C/Makefile.am |
---|
219 | fixing a "doh" - thanks to Dan Mills |
---|
220 | |
---|
221 | 2003-01-04 John Fleck <jfleck@inkstain.net> |
---|
222 | |
---|
223 | add |
---|
224 | * help/Makefile.am |
---|
225 | * help/C/Makefile.am |
---|
226 | * help/C/drivemount-C.omf |
---|
227 | change |
---|
228 | * Makefile.am |
---|
229 | install help docs |
---|
230 | |
---|
231 | 2002-12-14 Fernando Herrera <fherrera@onirica.com> |
---|
232 | * GNOME_DriveMountApplet.server.in.in: added bugzilla attributtes |
---|
233 | |
---|
234 | 2002-09-15 Juan Salaverria <rael@vectorstar.net> |
---|
235 | |
---|
236 | * GNOME_DriveMountApplet.xml: Added a separator in the |
---|
237 | menu. May fix bug #89864 |
---|
238 | |
---|
239 | 2002-09-19 Mark McLoughlin <mark@skynet.ie> |
---|
240 | |
---|
241 | * drivemount.c: (browse_cb), (about_cb), (mount_cb): |
---|
242 | * properties.c: (properties_show): kill the |
---|
243 | HAVE_GTK_MULTIHEAD conditionals - we require gtk |
---|
244 | HEAD now. |
---|
245 | |
---|
246 | 2002-08-14 Mark McLoughlin <mark@skynet.ie> |
---|
247 | |
---|
248 | * Makefile.am: link against libscreen-exec.la. |
---|
249 | |
---|
250 | * drivemount.c: upd. |
---|
251 | |
---|
252 | 2002-07-18 Mark McLoughlin <mark@skynet.ie> |
---|
253 | |
---|
254 | * Makefile.am: install applet in libexec. |
---|
255 | |
---|
256 | * GNOME_DriveMountApplet.server.in: move .server.in to |
---|
257 | .server.in.in to allow for libexec dir substitution. |
---|
258 | |
---|
259 | 2002-07-11 Mark McLoughlin <mark@skynet.ie> |
---|
260 | |
---|
261 | * Makefile.am: add egg-screen-exec.[ch] to the build. |
---|
262 | |
---|
263 | * drivemount.c: |
---|
264 | (browse_cb): launch nautilus on the same screen as |
---|
265 | the applet. |
---|
266 | (about_cb), (mount_cb): realise dialogs on the same |
---|
267 | screen as the applet. |
---|
268 | |
---|
269 | * properties.c: (properties_show): ditto. |
---|
270 | |
---|
271 | 2002-07-10 Mark McLoughlin <mark@skynet.ie> |
---|
272 | |
---|
273 | * drivemount.c: Correct the signatures for verb callback |
---|
274 | methods. |
---|
275 | (browse_cb): remove gmc support, simplify launching and |
---|
276 | display error dialog if it fails. |
---|
277 | (about_cb): use gtk_window_present. |
---|
278 | (mount_cb): use_gtk_window_present and make it return |
---|
279 | void - the clicked signal handler doesn't need a boolean |
---|
280 | return. |
---|
281 | |
---|
282 | * properties.c: (properties_show): use gtk_window_present. |
---|
283 | |
---|
284 | * properties.h: don't include libgnome.h |
---|
285 | |
---|
286 | 2002-06-03 Arvind Samptur <arvind.samptur@wipro.com> |
---|
287 | |
---|
288 | * drivemount.c: changed gtk_main_do_event |
---|
289 | to gtk_propagate_event in button_press_hack |
---|
290 | for avoiding crash due to gtk event queue corruption. Fixes |
---|
291 | #83186. |
---|
292 | |
---|
293 | 2002-05-31 Kevin Vandersloot <kfv101@psu.edu> |
---|
294 | |
---|
295 | * Makefile.am: Fix GNOMELOCALEDIR to point to correct |
---|
296 | location. Fixes #83621. |
---|
297 | |
---|
298 | 2002-05-23 Kevin Vandersloot <kfv101@psu.edu> |
---|
299 | |
---|
300 | * properties.c: sanity check for when gconf doesn't return sane |
---|
301 | values |
---|
302 | |
---|
303 | 2002-05-23 Mark McLoughlin <mark@skynet.ie> |
---|
304 | |
---|
305 | * drivemount.c: (applet_fill), (button_press_hack): use |
---|
306 | gtk_main_do_event to do button press hack instead of |
---|
307 | invoking the PanelApplet handler directly. |
---|
308 | |
---|
309 | 2002-05-20 Kevin Vandersloot <kfv101@psu.edu> |
---|
310 | |
---|
311 | * drivemount.c: set window icon |
---|
312 | |
---|
313 | 2002-05-10 Deepa Natarajan <deepa.natarajan@wipro.com> |
---|
314 | |
---|
315 | * .xml: added mnemonics for the popup menu |
---|
316 | |
---|
317 | 2002-05-01 Kevin Vandersloot <kfv101@psu.edu> |
---|
318 | |
---|
319 | * drivemount.c: check to see that files were really opened |
---|
320 | before reading. Should fix bug #80335 |
---|
321 | |
---|
322 | 2002-05-01 Kevin Vandersloot <kfv101@psu.edu> |
---|
323 | |
---|
324 | * properties.c: focus_out event returns gboolean. Should fix |
---|
325 | bug #80337 |
---|
326 | |
---|
327 | 2002-04-27 Dennis Cranston <dennis_cranston@yahoo.com> |
---|
328 | |
---|
329 | * drivemount.c: "About..." dialog fixes -- change the name to |
---|
330 | "Disk Mounter" to match the "Add to panel" menu. Also, use |
---|
331 | drivemount-applet.png for the logo and window icon. |
---|
332 | |
---|
333 | 2002-04-20 Abel Cheung <maddog@linux.org.hk> |
---|
334 | |
---|
335 | * drivemount.c: Added translator_credit and documenters placeholders. |
---|
336 | |
---|
337 | 2002-04-14 Kevin Vandersloot <kfv101@psu.edu> |
---|
338 | |
---|
339 | * drivemount.schemas, properties.c: replace - with undrescore for gconf |
---|
340 | entries. Also fix lot if icon issues including saving cutsom icons |
---|
341 | |
---|
342 | 2002-04-01 Kevin Vandersloot <kfv101@psu.edu> |
---|
343 | |
---|
344 | * .xml: add ellipses to preferences option |
---|
345 | |
---|
346 | 2002-04-01 Kevin Vandersloot <kfv101@psu.edu> |
---|
347 | |
---|
348 | * properties.c, .xml, .server.in: change properties to preferences |
---|
349 | and add mnemonics to prefs dialog |
---|
350 | |
---|
351 | 2002-03-14 John Fleck <jfleck@inkstain.net> |
---|
352 | |
---|
353 | * help/C/drivemount.xml: bring back tooltip |
---|
354 | description in docs. |
---|
355 | |
---|
356 | 2002-03-14 Kevin Vandersloot <kfv101@psu.edu> |
---|
357 | |
---|
358 | * drivemount.c: bring back tooltip - bug #74471 |
---|
359 | |
---|
360 | * properties.c: call update pixmap when mount point |
---|
361 | is changed |
---|
362 | |
---|
363 | 2002-03-05 Seth Nickell <snickell@stanford.edu> |
---|
364 | |
---|
365 | * GNOME_DriveMountApplet.server.in: |
---|
366 | |
---|
367 | Update description. |
---|
368 | |
---|
369 | 2002-03-03 Bastien Nocera <hadess@hadess.net> |
---|
370 | |
---|
371 | * Makefile.am: don't do gconf fu if DESTDIR is set |
---|
372 | |
---|
373 | 2002-02-25 Kevin Vandersloot <kfv101@psu.edu> |
---|
374 | |
---|
375 | * drivemount.c: free pixbufs. |
---|
376 | |
---|
377 | * properties.c: free the icon filenames |
---|
378 | |
---|
379 | 2002-02-16 Cody Russell <bratsche@gnome.org> |
---|
380 | |
---|
381 | * drivemount.c: Moved inline BonoboUI XML data to external file. |
---|
382 | |
---|
383 | * GNOME_DriveMountApplet.xml: Created this file, and put the BonoboUI |
---|
384 | XML data into it! |
---|
385 | |
---|
386 | 2002-02-16 Kevin Vandersloot <kfv101@psu.edu> |
---|
387 | |
---|
388 | * Makefile.am: remove GCONF_LIBS since libpanelapplet pulls in gconf |
---|
389 | |
---|
390 | 2002-02-13 jacob berkman <jacob@ximian.com> |
---|
391 | |
---|
392 | * Makefile.am (EXTRA_DIST): add burn images |
---|
393 | |
---|
394 | 2002-02-11 Kjartan Maraas <kmaraas@gnome.org> |
---|
395 | |
---|
396 | * GNOME_MultiLoadApplet_Factory.server.in: Mark strings for l10n. |
---|
397 | * *.[ch]: Fix #include <config.h> |
---|
398 | |
---|
399 | 2002-02-11 Mark McLoughlin <mark@skynet.ie> |
---|
400 | |
---|
401 | * GNOME_DriveMountApplet.server.in: move to Vertigo namespace. |
---|
402 | |
---|
403 | * drivemount.c: update for factory macro change. |
---|
404 | |
---|
405 | 2002-01-24 Kevin Vandersloot <kfv101@psu.edu> |
---|
406 | |
---|
407 | * Makefile.am: dist drivemount.png |
---|
408 | |
---|
409 | 2002-01-24 Kevin Vandersloot <kfv101@psu.edu> |
---|
410 | |
---|
411 | * properties.c: Conform to GNOEM 2 UI standards. Make it instant |
---|
412 | apply. |
---|
413 | |
---|
414 | 2002-01-22 Seth Nickell <snickell@stanford.edu> |
---|
415 | |
---|
416 | * GNOME_DriveMountApplet.server.in: |
---|
417 | * Makefile.am: |
---|
418 | * drivemount-applet.png: |
---|
419 | |
---|
420 | Add an icon. |
---|
421 | |
---|
422 | 2002-01-19 Seth Nickell <snickell@stanford.edu> |
---|
423 | |
---|
424 | * GNOME_DriveMountApplet.server.in: |
---|
425 | |
---|
426 | Drop "Applet" from the name. Use "Disk" rather than "Drive" |
---|
427 | to maintain consistency with Nautilus. |
---|
428 | |
---|
429 | 2002-01-15 Chris Phelps <chicane@reninet.com> |
---|
430 | * more work on making the applet run even when the |
---|
431 | schema isn't installed (gconf_client_dir_exists) |
---|
432 | |
---|
433 | 2002-01-13 Kevin Vandersloot <kfv101@psu.edu> |
---|
434 | * Makefile.am: fix up schemas install so the applet actually runs |
---|
435 | |
---|
436 | * drivemount.c: Make the applet actually work. |
---|
437 | dd->applet wasn't being initialized |
---|
438 | |
---|
439 | 2002-01-06 Kevin Vandersloot <kfv101@psu.edu> |
---|
440 | |
---|
441 | * Makefile.am: remove intl stuff |
---|
442 | |
---|
443 | 2002-01-04 Mark McLoughlin <mark@skynet.ie> |
---|
444 | |
---|
445 | * GNOME_DriveMountApplet.server.in: renamed from |
---|
446 | GNOME_DriveMountApplet.server. |
---|
447 | |
---|
448 | * Makefile.am: allow the .server file to be translated. |
---|
449 | |
---|
450 | 2001-12-17 Mark McLoughlin <mark@skynet.ie> |
---|
451 | |
---|
452 | * drivemount.c: (applet_factory), (applet_fill), |
---|
453 | (applet_save_session): update for panel-applet api |
---|
454 | changes. |
---|
455 | |
---|
456 | 2001-09-12 Kjartan Maraas <kmaraas@gnome.org> |
---|
457 | |
---|
458 | * drivemount_applet.desktop.in: Fix a typo in Comment. |
---|
459 | |
---|
460 | 2001-08-04 Kjartan Maraas <kmaraas@gnome.org> |
---|
461 | |
---|
462 | * drivemount.c: Check for NULL mountpoint before calling strcmp(). |
---|
463 | |
---|
464 | 2001-06-17 Kjartan Maraas <kmaraas@gnome.org> |
---|
465 | |
---|
466 | * drivemount.c: Applied a patch from John Ellis found in bugzilla. |
---|
467 | This solves a bunch of buffer-overruns in sscanf() calls. |
---|
468 | Fixes #51363. Plus some cleanups. |
---|
469 | |
---|
470 | 2001-03-24 Yukihiro Nakai <nakai@gnome.gr.jp> |
---|
471 | |
---|
472 | * docs/ja: Add Japanese translation. |
---|
473 | |
---|
474 | Tue Nov 28 20:40:41 2000 George Lebl <jirka@5z.com> |
---|
475 | |
---|
476 | * drivemount.c: some minor cleanups fixes. If nautilus available |
---|
477 | use that to browse. |
---|
478 | |
---|
479 | Fri Nov 24 12:52:27 2000 John Ellis <johne@bellatlantic.net> |
---|
480 | |
---|
481 | * drivemount.[ch], properties.c: Added an 'eject on unmount' option, |
---|
482 | and updated the icon more directly from mount_cb. |
---|
483 | |
---|
484 | Mon Oct 23 16:03:05 2000 John Ellis <johne@bellatlantic.net> |
---|
485 | |
---|
486 | * drivemount.[ch], properties.c: dd->mount_base is now set as the |
---|
487 | base path from dd->mount_point. (Was hard set to /mnt, eww.) Also |
---|
488 | made some stuff const, and fixed apply_cb. |
---|
489 | |
---|
490 | Sun May 28 14:47:05 2000 John Ellis <johne@bellatlantic.net> |
---|
491 | |
---|
492 | * drivemount.c (device_is_in_mountlist): When checking for a string |
---|
493 | within a string, make sure there is no additional text. (Ex: The test |
---|
494 | for /mnt/cdrom was also seeing /mnt/cdrom2 because the first 10 chars |
---|
495 | match.) Fixes BUG #12094 |
---|
496 | |
---|
497 | Mon May 08 19:16:45 2000 George Lebl <jirka@5z.com> |
---|
498 | |
---|
499 | * drivemount.c: fix warning |
---|
500 | |
---|
501 | 2000-04-30 Dan Mueth <d-mueth@uchicago.edu> |
---|
502 | |
---|
503 | * docs/C/drivemount.sgml: Added a couple more error messages. |
---|
504 | * docs/C/drivemount.sgml: Fixed Cancel/Close error. |
---|
505 | * docs/C/drivemount.sgml: Fixed "inluding" typo. |
---|
506 | * docs/C/drivemount-applet.sgml: Changed DTD version. |
---|
507 | * docs/C/drivemount_applet_all.png: Fixed PNG. |
---|
508 | * docs/C/drivemount_applet_floppy.png: Cropped to improve appearance. |
---|
509 | |
---|
510 | 2000-04-25 Fatih Demir <kabalak@gmx.net> |
---|
511 | |
---|
512 | * drivemount_applet.desktop : Added [tr] section . |
---|
513 | |
---|
514 | 2000-04-17 Dan Mueth <d-mueth@uchicago.edu> |
---|
515 | |
---|
516 | * docs/C/drivemount.sgml: Fixed confusing section |
---|
517 | about stat and mount. |
---|
518 | |
---|
519 | 2000-04-15 Eric Baudais <baudais@okstate.edu> |
---|
520 | |
---|
521 | * docs/C/drivemount-applet.sgml: Added a bit about trademarks. |
---|
522 | |
---|
523 | 2000-04-11 Dan Mueth <d-mueth@uchicago.edu> |
---|
524 | |
---|
525 | * docs/C/*sgml: Updated to new template. |
---|
526 | |
---|
527 | 2000-04-04 Jacob Berkman <jacob@helixcode.com> |
---|
528 | |
---|
529 | * properties.c (phelp_cb): use correct anchor |
---|
530 | |
---|
531 | 2000-03-27 Dan Mueth <d-mueth@uchicago.edu> |
---|
532 | |
---|
533 | * docs/C/drivemount.sgml: More doc fixes |
---|
534 | |
---|
535 | 2000-03-27 Jacob Berkman <jacob@helixcode.com> |
---|
536 | |
---|
537 | * drivemount.c (browse_cb): Fix for browsing from John Ellis |
---|
538 | |
---|
539 | 2000-03-27 Dan Mueth <d-mueth@uchicago.edu> |
---|
540 | |
---|
541 | * docs/C/drivemount.sgml: Some small changes |
---|
542 | |
---|
543 | Wed Mar 22 10:28:11 2000 John Ellis <johne@bellatlantic.net> |
---|
544 | |
---|
545 | * drivemount.c: Add several checks that dd->mount_point is non NULL |
---|
546 | before using it. Use sizeof() instead of hard values for fgets. Use |
---|
547 | NULL instead of a 0 in strstr() check. Update copyright year to 2000 in |
---|
548 | about window. |
---|
549 | * properties.c: strdup -> g_strdup. |
---|
550 | |
---|
551 | 2000-03-15 Jason Leach <leach@wam.umd.edu> |
---|
552 | |
---|
553 | * drivemount.c (create_drive_widget): rearrange right click applet |
---|
554 | menu, About on top, Properties on bottom seemed to make sense |
---|
555 | |
---|
556 | * properties.c (property_show): fix bug #6671 |
---|
557 | |
---|
558 | Thu Mar 2 19:54:01 2000 John Ellis <johne@bellatlantic.net> |
---|
559 | |
---|
560 | * drivemount.c (get_device): returns gint instead of dev_t. return -1 |
---|
561 | on error. |
---|
562 | * (device_is_mounted): return false if any get_device calls return |
---|
563 | error (-1). Now incorrect mount points do not show a mounted status. |
---|
564 | (fixes BUG #6770). |
---|
565 | * drivemount.[ch]: Used the applet_widget_set_tooltip function, instead |
---|
566 | of setting one manually, in attempt to fix BUG #6769, although I can't |
---|
567 | duplicate it, and am not even sure if the applet or panel is to blame. |
---|
568 | |
---|
569 | Tue Feb 29 05:26:04 2000 John Ellis <johne@bellatlantic.net> |
---|
570 | |
---|
571 | * drivemount.c (create_drive_widget): Remove debug printf. |
---|
572 | (browse_cb): is _still broken_. |
---|
573 | * properties.c (property_show): Fix custom shows as floppy menu. |
---|
574 | (fixes BUG #6645) and fixed similar harddisk <--> jaz reversal |
---|
575 | in menu. |
---|
576 | |
---|
577 | 2000-02-23 Peter Hawkins <peterhawkins@ozemail.com.au> |
---|
578 | |
---|
579 | * drivemount.[ch]: Stopped multiple error boxes from the same |
---|
580 | drivemount from being shown at once. |
---|
581 | |
---|
582 | 2000-02-23 Peter Hawkins <peterhawkins@ozemail.com.au> |
---|
583 | |
---|
584 | * drivemount.c: stopped about box from being opened multiple |
---|
585 | times. |
---|
586 | |
---|
587 | 2000-02-11 Jason Leach <leach@wam.umd.edu> |
---|
588 | |
---|
589 | * drivemount.c (device_is_in_mountlist): fixing bug reported in |
---|
590 | #2275, you can't do buf[201] = '\0' because with a declared char |
---|
591 | buf[201], the last element is actually buf[200] |
---|
592 | |
---|
593 | Sat Feb 05 17:37:34 2000 George Lebl <jirka@5z.com> |
---|
594 | |
---|
595 | * drivemount.c: fix possible segfault and test for the output of |
---|
596 | "eject -u" since some eject progs don't take the -u option and |
---|
597 | will umount by themselves |
---|
598 | |
---|
599 | Sat Jan 29 00:57:32 2000 Tom Gilbert <gilbertt@tomgilbert.freeserve.co.uk> |
---|
600 | |
---|
601 | * On an anti-warning hunt using CFLAGS="-O6 -g -W -Wall |
---|
602 | -Wmissing-prototypes -Wmissing-declarations". Don't mind me. |
---|
603 | |
---|
604 | Sun Oct 31 17:32:32 1999 George Lebl <jirka@5z.com> |
---|
605 | |
---|
606 | * drivemount.c: use HAVE_PANEL_PIXEL_SIZE to check for new size stuff |
---|
607 | |
---|
608 | Thu Oct 28 23:43:49 1999 John Ellis <johne@bellatlantic.net> |
---|
609 | |
---|
610 | * drivemount.[ch], properties.c: Switch to new panel size signal, |
---|
611 | add scaling option, add custom icon option. |
---|
612 | |
---|
613 | Fri Oct 22 17:13:56 1999 John Ellis <johne@bellatlantic.net> |
---|
614 | |
---|
615 | * drivemount.c: Added #ifdef's around panel size code, it should |
---|
616 | now compile with 1.0.x of gnome-core. |
---|
617 | |
---|
618 | 1999-08-15 Matthias Warkus <mawa@iname.com> |
---|
619 | |
---|
620 | * drivemount_applet.desktop: Use mc/i-floppy.png as its icon. |
---|
621 | |
---|
622 | Sun Jul 11 23:53:30 1999 John Ellis <johne@bellatlantic.net> |
---|
623 | |
---|
624 | * drivemount.[ch]: Use VERSION from config.h. |
---|
625 | |
---|
626 | Sun May 30 11:43:02 1999 George Lebl <jirka@5z.com> |
---|
627 | |
---|
628 | * drivemount.[ch]: make this work in SIZE_TINY mode |
---|
629 | |
---|
630 | Thu May 20 12:54:48 1999 John Ellis <johne@bellatlantic.net> |
---|
631 | |
---|
632 | * Makefile.am, drivemount.c, properties.c, jazdrive*.xpm: Add icon |
---|
633 | for jaz drives, patch from Owen Cliffe <oc197@ecs.soton.ac.uk>. |
---|
634 | |
---|
635 | Sat Mar 27 16:21:45 1999 John Ellis <johne@bellatlantic.net> |
---|
636 | |
---|
637 | * drivemount.c (browse_cb): New function to open a new gmc window at |
---|
638 | the mount point. |
---|
639 | (create_drive_widget): Add browse menu item. |
---|
640 | |
---|
641 | Sun Mar 21 11:13:13 1999 John Ellis <johne@bellatlantic.net> |
---|
642 | |
---|
643 | * drivemount.c (dnd_drag_begin_cb): Set the dragged icon to the current |
---|
644 | drive icon. |
---|
645 | |
---|
646 | Sun Mar 21 10:38:54 1999 John Ellis <johne@bellatlantic.net> |
---|
647 | |
---|
648 | * drivemount.c (dnd_set_data_cb & dnd_init): Can now drag from applet |
---|
649 | to gmc and gnome-terminal. |
---|
650 | * drivemount.[ch], properties.c: A few changes int -> gint, |
---|
651 | char -> gchar, free -> g_free. |
---|
652 | * drivemount.h: internal version bump to 1.0.1 |
---|
653 | |
---|
654 | Thu Feb 11 20:20:21 1999 Owen Taylor <otaylor@redhat.com> |
---|
655 | |
---|
656 | * drivemount.c (create_drive_widget): Free results |
---|
657 | of gnome_is_program_in_path. |
---|
658 | |
---|
659 | Mon Feb 8 06:40:11 1999 John Ellis <johne@bellatlantic.net> |
---|
660 | |
---|
661 | * drivemount.[ch], properties.c: Version to 0.99.0, updated |
---|
662 | copyrights to 1999. |
---|
663 | |
---|
664 | Mon Jan 18 20:03:51 1999 John Ellis <johne@bellatlantic.net> |
---|
665 | |
---|
666 | * drivemount.c (main): added a missing "!" sign in an if test, this |
---|
667 | caused multiple applets to be created when an instance is first run. |
---|
668 | |
---|
669 | 1999-01-18 Nat Friedman <nat@nat.org> |
---|
670 | |
---|
671 | * properties.c (property_show): Use gnome_app_id for the name of |
---|
672 | the root help directory. Fixed a typo. |
---|
673 | |
---|
674 | 1999-01-18 Nat Friedman <nat@nat.org> |
---|
675 | |
---|
676 | * properties.c (property_show): Connected the help button to |
---|
677 | gnome_help_pbox_display. |
---|
678 | |
---|
679 | Tue Oct 6 16:16:05 1998 John Ellis <johne@bellatlantic.net> |
---|
680 | |
---|
681 | * drivemount.[ch], properties.c: Added an optional method for checking |
---|
682 | the mount status. This method is autofs/mount friendly, but is more |
---|
683 | expensive. |
---|
684 | |
---|
685 | Mon Sep 14 02:45:26 1998 John Ellis <johne@bellatlantic.net> |
---|
686 | |
---|
687 | * drivemount.c: Added error dialog when the (u)mount command fails, |
---|
688 | fixed memory leaks when removing multi-applet. |
---|
689 | * properties.c: Made the functions that were supposed to be, static. |
---|
690 | * version bumped to 0.2.0 |
---|
691 | * Changelog: removed. |
---|
692 | * ChangeLog: added, this is the correct spelling. |
---|
693 | |
---|