summaryrefslogtreecommitdiff
path: root/drivemount/ChangeLog
blob: b52099e35c3292e0048af51334fc9d37a47e7859 (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
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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
==================== 2.25.92 ======================

==================== 2.25.91 ======================

==================== 2.25.90 ======================

==================== 2.25.3 ======================

==================== 2.25.2 ======================

2008-12-17  William Jon McCann  <jmccann@redhat.com>

	* Makefile.am: Add missing libgnomeui CFLAGS
	Patch from: lucasr.at.mundo@gmail.com
	(Bug #564192)

2008-09-30  Callum McKenzie  <callum@spooky-possum.org>

	* drive-button.c (mount_drive): Patch to support mounts that
	require authentication. Patch from Matthias Clasen (bug 5539960).
	(run_command): Remove a return from a void function (reported by
	Migi, bug 554277).
	(eject_drive): Supply typecasts to callbacks to avoid compiler
	warnings.
	(open_drive): Supply an extra NULL argument to the dialog creation
	function to avoid a compiler warning from the
	ill-defined-at-compile time format string.

==================== 2.24.0.1 ====================

2008-09-15  Callum McKenzie  <callum@spooky-possum.org>

	* drive-button.c: Replace the calls to
	g_volume_get_activation_root since they don't appear to be working
	properly. The "Play DVD" button now comes up correctly.

2008-09-13  Callum McKenzie  <callum@spooky-possum.org>

	* drive-button.c (eject_finish): Avoid a crash on eject by
	supplying a callback. Bug 551669. This seems to be a work-around
	for a glib error.

2008-09-03  Callum McKenzie  <callum@spooky-possum.org>

	* drive-button.c:
	* drive-list.c:
	* drive-button.h:
	* drive-list.h:
	* drivemount.c: Port to GIO. Work done by Pierre Ossman. Bug
	#543711.

2007-10-13  Callum McKenzie  <callum@spooky-possum.org>

	* GNOME_DriveMountApplet.server.in.in: Patch from Alex Jones to
	stop the drivemount applet failing to load on the second
	log-in. (Bug #471889)

2007-08-22  Callum McKenzie  <callum@spooky-possum.org>

	* drive-button.c (drive_button_update): Moved declaration to be
	C89 compatible. Pointed out by Jens Granseuer (bug #461928).

2007-07-17  Jaap Haitsma <jaap@haitsma.org>

	* drive-button.c: (drive_button_init), (drive_button_new),
	(drive_button_new_from_volume), (drive_button_destroy),
	(drive_button_update):
	* drive-button.h:
	* drive-list.c: (drive_list_init), (drive_list_destroy),
	(add_drive), (add_volume):
	* drive-list.h:
	* drivemount.c: (display_about_dialog), (applet_factory):
	Use g_set_application name such that the application name
	gets shown correctly in the about dialog. Convert usage of GtkTooltips
	to new tooltips API of GTK 2.12 Fixes bug #457145

2007-02-25  Davyd Madeley  <davyd@madeley.id.au>

	* drive-button.c: Handle icon theme changes. Fixes #339006.
	  Based on a patch from Jesse Stockall  <jesse@cleverone.org>.

2006-11-16  Kjartan Maraas  <kmaraas@gnome.org>

	* drivemount.c: (applet_factory): Add an accessible name
	to the applet. Rodney Dawes, closes bug #373034.

2006-11-15  Kjartan Maraas  <kmaraas@gnome.org>

	* help/C/drivemount.xml: Fix build.

2006-08-07  Davyd Madeley  <davyd@madeley.id.au>

	* GNOME_DriveMountApplet.server.in:
	- fix component name in server file. Closes #348845.

2006-02-03  Ryan Lortie  <desrt@desrt.ca>

	* drivemount.c (change_background, applet_factory): Revert a bit
	  of the change to the new background API to resolve a problem
	  found by Michael Hofmann <mh21@piware.de> in bug #329649.
	* drive-button.c (eject_drive): Correct typo to display eject error
	  message (not unmount) in case of failure to eject.
	  (drive_button_ensure_popup): Always display an 'eject' item for
	  drives which support this action (even with no media in drive).

2006-01-27  Ryan Lortie  <desrt@desrt.ca>

	* drivemount.c (change_background, applet_factory): Move to the new
	  libpanel-applet API for background handling.

2005-11-26  Ryan Lortie  <desrt@desrt.ca>

	* drivemount.c (display_about_dialog):  Change "translator_credits" to
	  "translator-credits" as per bug #314604.

2005-11-07  Davyd Madeley  <davyd@madeley.id.au>

	* drive-button.c: scale images so that they don't exploderise the
	  panel. Patch from Michael Hofmann <mh21@piware.de>. Closes #319122.

2005-10-01  Ryan Lortie  <desrt@desrt.ca>

	* drive-button.c: Fall back to volume activation URI when drive
	  activation URI is not defined.  Closes bug #315587.

	Vendor patch from Ubuntu by James Henstridge <jamesh@canonical.com>

2005-10-01  Ryan Lortie  <desrt@desrt.ca>

	* drive-list.c: ensure button relief is set on newly-created drives.

2005-09-28  Ryan Lortie  <desrt@desrt.ca>

	* help/Makefile.am: add DOC_FIGURES list to get .png's into the
	  tarball.  Closes bug #317476.

2005-09-01  Davyd Madeley  <davyd@madeley.id.au>

	* docs/*: removed
	* help/Makefile.am: moved pa translation to where it should be, added to
	  DOC_LINGUAS.

2005-08-22  Ryan Lortie  <desrt@desrt.ca>

	* drive-button.c (drive_button_ensure_popup): Guard against the case
	  that self->drive might be NULL.  Closes bug #313847.

2005-08-21  Ryan Lortie  <desrt@desrt.ca>

	* drive-list.h: Add 'relief' member to structure.  Add prototype
	  for new 'drive_list_set_transparent' function.

	* drive-list.c (set_button_relief, drive_list_set_transparent,
	  drive_list_init): New functions to support changing the
	  GtkReliefStyle of all the buttons in the list.  Add initialiser
	  for new 'relief' member to init function.

	* drivemount.c (change_background, applet_factory): change_background
	  now takes a DriveList instance pointer and calls the
	  drive_list_set_transparent function to set button relief to NONE for
	  coloured and transparent panels but maintain the NORMAL button
	  relief for panels with "no" (ie: system theme) background.

2005-08-19  Ryan Lortie  <desrt@desrt.ca>

	* drive-list.c (drive_list_finalize): Plug leak -- free 'volumes'
	  hash.  Patch from Felix Riemann <felix@hsgheli.de>

2005-07-20  Davyd Madeley  <davyd@madeley.id.au>

	* docs/*: Remove lots of unwanted files. XML files still need
	  converting to po files.

2005-07-20  Danilo Šegan  <danilo@gnome.org>

	* help/Makefile.am: Added.
	* help/drivemount.omf.in: Added.
	* help/C/Makefile.am: Removed.
	* help/C/drivemount.xml: Add <abstact role="description">.

2005-07-13  Benoît Dejean  <TazForEver@dlfp.org>

	* drive-button.c: (gvm_run_command):
	
	Added missing #include.
	Commented dead code.
	Fixed possible leak in gvm_run_command.
	
2005-07-13  Davyd Madeley  <davyd@madeley.id.au>

	* drive-button.c: More extended media handling from Emmanuel Touzery.

2005-07-01  Davyd Madeley  <davyd@madeley.id.au>

	* drive-button.c: Intelligent options for media, taken from GVM.
	  Patch by Emmanuel Touzery <emmanuel.touzery@wanadoo.fr>. Closes
	  #308388.

2005-06-12  Davyd Madeley  <davyd@madeley.id.au>

	* drive-button.c: Avoid markup in gnome-applets message. Closes
	  #167170.

2005-03-07  Shaun McCance  <shaunm@gnome.org>

	* drivemount/help/C/drivemount.xml:
	- Trent	Lloyd ∉ Sun Microsystems

2005-03-07  Davyd Madeley  <davyd@madeley.id.au>

	* help/C/drivemount.xml: New documentation from Trent Lloyd.
	
	* help/C/figures/*: Replace old figures with new figures.

2005-02-27  Ryan Lortie  <desrt@desrt.ca>

	* drivemount.c: Don't leak style while handling the change_background
	signal.  Fix adapted from Vincent Untz's fixes to various panel
	applets.

2005-02-24  Kjartan Maraas  <kmaraas@gnome.org>

	* drivemount.c: Add missing header.

2005-01-10  Davyd Madeley  <davyd@madeley.id.au>

	* drivemount.c: Make about box centred.

2004-11-29  James Henstridge  <james@jamesh.id.au>

	* drive-button.c (drive_button_class_init): add a special RC style
	for DriveButtons to reduce the padding, similar to what the window
	list does.  This gives larger icons.
	(drive_button_ensure_popup): handle a NULL display name.

2004-11-05  James Henstridge  <james@jamesh.id.au>

	* drivemount.c (change_background): add a change_background
	handler.  This doesn't affect the buttons currently, but is
	noticable in themes with non-square buttons.

2004-10-26  James Henstridge  <james@jamesh.id.au>

	* GNOME_DriveMountApplet.xml: remove commented out items from
	file.

	* drive-button.c: rather than just unmounting the drive on left
	click, pop up a menu asking if the user wants to open the volume
	in nautilus, mount, unmount or eject it.

	* drivemount.c (display_about_dialog): use the new
	"logo_icon_name" property to further simplify the about dialog (it
	also makes the about dialog respond to icon theme changes).

2004-10-22  James Henstridge  <james@jamesh.id.au>

	* GNOME_DriveMountApplet.xml: comment out context menu items that
	aren't supported right now.

	* *.xpm: remove images, since the new applet uses icon theme
	images.

	* drivemount.c, drive-button.[ch], drive-list.[ch]: check in new
	drive mount applet.  This one uses gnome-vfs to enumerate
	drives/volumes and for mounting/unmounting.

2004-09-10  Shaun McCance  <shaunm@gnome.org>

	* help/C/drivemount-C.omf:
	* help/C/drivemount.xml:
	- Updates for 2.8, thanks to Christian Kellner

2004-08-15  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am: Remove references to screen-exec.

2004-08-15  Kjartan Maraas  <kmaraas@gnome.org>

	* drivemount.c: (help_cb): Use the right API to show help.
	s/egg/gnome/ Remove now unneeded include of egg-screen-exec.h
	* properties.c: (help_cb): Same here.

2004-07-10  Kevin Vandersloot <kfv101 psu edu>

	* drivemount.c: small fix for vertical panels. From patch by Vincent Noel.

2004-06-11  Dennis Smit  <ds@nerds-incorporated.org>

	* properties.c: Fix bug #139949 - change some language for
	consistency.

	Patch by: Michael Terry  <mike@mterry.name>

2004-04-21  Richard Kinder <r_kinder@yahoo.com>
	* drivemount.c: Fix bug #135179 - help not displaying from right
	click on the applet.

2004-03-17  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am: Fix installation of gconf schemas.

2004-03-16  Glynn Foster  <glynn.foster@sun.com>

	* help/Makefile.am: Add l10n'd docs to the build.

2004-03-15  Glynn Foster  <glynn.foster@sun.com>

	* help/*: Add localized documentation from the 
	Sun translation team for de, es, fr, it, ja, ko,
	sv, zh_CN, zh_HK and zh_TW.

2004-03-15  Glynn Foster  <glynn.foster@sun.com>
	
	* docs/*: Remove, they're all old and on other
	branches if we need them.

2004-02-23  Dennis Smit  <ds@nerds-incorporated.org>

	* properties.c (properties_show):
	Keep track of the dialog within 
	the DriveData structure so we can
	destroy it on instance destroy.

	Only allow one prop_dialog per instance
	and present user the dialog when he
	is re-requesting it.

	(handle_response_cb):
	Set prop_dialog to NULL
	if it's being destroyed.

	* drivemount.c (destroy_drive_widget):
	Destroy the prop window if it isn't NULL.
	Also remove the update_cb timeout timer
	this fixes a race crash on exit especially
	with multiple applets open.

	(create_drive_widget):
	Set prop_dialog to NULL.

	* drivemount.h:
	Added a GtkWidget *prop_dialog entry to the
	DriveData structure.

2004-02-22  Dennis Smit  <ds@nerds-incorporated.org>
	
	* drivemount.c, drivemount.h, properties.c:
	Have only one icon_list_count instead of
	two for both c files.

	Fixes bug #118677.

	Based on the patch by: berberic@fmi.uni-passau.de.

2004-02-22  Dennis Smit  <ds@nerds-incorporated.org>

	* drivemount.c (browse_cb):
	Move from egg_screen_execute_command_line_async to
	gdk_spawn_command_line_on_screen.

	Fixes bug #135158.

2004-02-10  Dennis Smit  <ds@nerds-incorporated.org>

	* drivemount.c (help_cb):
	Spawm help on the right screen.

	Fixes bug #134019.

2004-02-09 Breda McColgan <breda.mccolgan@sun.com>

	* help/C/drivemount.xml: Updated for GNOME 2.6. Issued for technical review.
	* help/C/drivemount-C.omf: Updated for GNOME 2.6.
	* help/C/l10n.txt: Created for GNOME 2.6.
	* help/C/figures/drivemount-applet_window.png: Created for GNOME 2.6.

2004-02-08  Jason Leach  <leach@wam.umd.edu>

	* Makefile.am (CLEANFILES): Add .server and .server.in here.
        (#132071, Padraig O'Briain)

2004-02-06  Dennis Smit  <ds@nerds-incorporated.org>

	Submitting patch by Kjartan Maraas <kmaraas@gnome.org>:

	* properties.c (cb_mount_activate):
	replaced deprecated glib functions.

	Fixes bug: #133162

2004-01-31  Dennis Smit  <ds@nerds-incorporated.org>

	* drivemount.h: Added an about_dialog GtkWidget to
	the _DriveData structure.
	* drivemount.c (create_drive_widget):
	initialize about_dialog with NULL.
	(destroy_drive_widget):
	destroy about dialog when it's open.
	(about_cb):
	make use of the private about dialog.

	Fixes #132527

2004-01-18  Jason Leach  <leach@wam.umd.edu>

	* Makefile.am (install-data-local): builddir != srcdir fix.

2003-12-11  Muktha <muktha.narayan@wipro.com>

	* drivemount.c: Add accessible name. Fixes bug #128297.

2003-11-30  Kevin Vandersloot

	* drivemountc, properties.c: Add USB stick icons. Patch from
	berberic fmi uni-passau de. Fixes bug #110167

Mon Sep 15 15:17:07 2003  George Lebl <jirka@5z.com>

	* drivemount.c: when started in lockdown mode, hide the preferences
	  item

2003-08-24  Kevin Vandersloot

	* drivemount.c: Properly scale custom pixmaps and don't unref the tooltips since
	they don't need it. Patch from berbericfmiuni-passaude. Fixes bug #118675

2003-07-21  Dennis Cranston <dennis_cranston at yahoo com>

	* drivemount.c, properties.c:  HIGify widget padding between the 
	vbox and action area of the dialog.  Thanks to <chris@gnome-de.org>
	Christian - Manny Calavera - Neumair.
	
Tue Jul 08 16:05:37 2003  George Lebl <jirka@5z.com>

	* drivemount.c: fix memory leak on widget destruction

Mon Jul 07 11:44:58 2003  George Lebl <jirka@5z.com>

	* properties.c: Follow key-writability

	* drivemount.[ch], properties.c: HIGify the error dialogue boxes
	  with code yet again stolen from gsearchtool

2003-06-15  Kevin Vandersloot

	* drivemount.c: add keybindings for eject and browse

2003-06-03  Kevin Vandersloot

	* drivemount.c: expand for Fitts' law

2003-05-07  Dennis Cranston <dennis_cranston at yahoo com>

	* properties.c:  HIGify the action area of the preferences dialog.  

2003-04-22  Dennis Cranston <dennis_cranston at yahoo com>

	* properties.c:  More HIGification of the preferences dialog.  
	Also, hook up a help button.
	
	* drivemount.c:  Hook up help in the popup menu.

2003-04-03  Kevin Vandersloot <kfv101@psu.edu>

	* drivemount.c: If the locale is not utf8 then convert the error string to utf8. Fixes 
	bug #95480

2003-04-01  Kevin Vandersloot <kfv101@psu.edu>

	* properties.c: HIGify this dialog
	
	* drivemount.c: fix small problem that contributed to custom icon problems

2003-03-30  Kevin Vandersloot <kfv101@psu.edu>

	* properties.c: translate frame label. Fixes bug #103091

2003-03-30  Kevin Vandersloot <kfv101@psu.edu>

	* properties.c: fix saving of custom icons. Fixes bug #90922

2003-01-18 John Fleck <jfleck@inkstain.net>

	* help/C/Makefile.am
	fixing a "doh" - thanks to Dan Mills

2003-01-04 John Fleck <jfleck@inkstain.net>

	add 
	* help/Makefile.am
	* help/C/Makefile.am
	* help/C/drivemount-C.omf
	change
	* Makefile.am
	install help docs

2002-12-14  Fernando Herrera <fherrera@onirica.com>
	* GNOME_DriveMountApplet.server.in.in: added bugzilla attributtes

2002-09-15  Juan Salaverria <rael@vectorstar.net>

	* GNOME_DriveMountApplet.xml: Added a separator in the
	menu. May fix bug #89864

2002-09-19  Mark McLoughlin  <mark@skynet.ie>

	* drivemount.c: (browse_cb), (about_cb), (mount_cb):
	* properties.c: (properties_show): kill the
	HAVE_GTK_MULTIHEAD conditionals - we require gtk
	HEAD now.

2002-08-14  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: link against libscreen-exec.la.

	* drivemount.c: upd.

2002-07-18  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: install applet in libexec.

	* GNOME_DriveMountApplet.server.in: move .server.in to
	.server.in.in to allow for libexec dir substitution.

2002-07-11  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: add egg-screen-exec.[ch] to the build.

	* drivemount.c:
	(browse_cb): launch nautilus on the same screen as
	the applet.
	(about_cb), (mount_cb): realise dialogs on the same
	screen as the applet.

	* properties.c: (properties_show): ditto.

2002-07-10  Mark McLoughlin  <mark@skynet.ie>

	* drivemount.c: Correct the signatures for verb callback
	methods.
	(browse_cb): remove gmc support, simplify launching and
	display error dialog if it fails.
	(about_cb): use gtk_window_present.
	(mount_cb): use_gtk_window_present and make it return
	void - the clicked signal handler doesn't need a boolean
	return.

	* properties.c: (properties_show): use gtk_window_present.

	* properties.h: don't include libgnome.h

2002-06-03  Arvind Samptur <arvind.samptur@wipro.com>

	* drivemount.c: changed gtk_main_do_event
	to gtk_propagate_event in button_press_hack
	for avoiding crash due to gtk event queue corruption. Fixes
	#83186.

2002-05-31 Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: Fix GNOMELOCALEDIR to point to correct
	location. Fixes #83621. 

2002-05-23  Kevin Vandersloot <kfv101@psu.edu>

	* properties.c: sanity check for when gconf doesn't return sane
	values

2002-05-23  Mark McLoughlin  <mark@skynet.ie>

	* drivemount.c: (applet_fill), (button_press_hack): use
        gtk_main_do_event to do button press hack instead of
	invoking the PanelApplet handler directly.

2002-05-20  Kevin Vandersloot <kfv101@psu.edu>

	* drivemount.c: set window icon

2002-05-10  Deepa Natarajan <deepa.natarajan@wipro.com>

    * .xml: added mnemonics for the popup menu

2002-05-01  Kevin Vandersloot <kfv101@psu.edu>

	* drivemount.c: check to see that files were really opened
	before reading. Should fix bug #80335

2002-05-01  Kevin Vandersloot <kfv101@psu.edu>

	* properties.c: focus_out event returns gboolean. Should fix
	bug #80337

2002-04-27  Dennis Cranston  <dennis_cranston@yahoo.com>

	* drivemount.c: "About..." dialog fixes -- change the name to 
	"Disk Mounter" to match the "Add to panel" menu.  Also, use 
	drivemount-applet.png for the logo and window icon.

2002-04-20  Abel Cheung  <maddog@linux.org.hk>

	* drivemount.c: Added translator_credit and documenters placeholders.

2002-04-14  Kevin Vandersloot <kfv101@psu.edu>

	* drivemount.schemas, properties.c: replace - with undrescore for gconf
	entries. Also fix lot if icon issues including saving cutsom icons

2002-04-01  Kevin Vandersloot <kfv101@psu.edu>

        * .xml: add ellipses to preferences option

2002-04-01  Kevin Vandersloot <kfv101@psu.edu>

	* properties.c, .xml, .server.in: change properties to preferences
	and add mnemonics to prefs dialog

2002-03-14 John Fleck <jfleck@inkstain.net>

	* help/C/drivemount.xml: bring back tooltip
	description in docs.

2002-03-14  Kevin Vandersloot <kfv101@psu.edu>

	* drivemount.c: bring back tooltip - bug #74471

	* properties.c: call update pixmap when mount point
	is changed

2002-03-05  Seth Nickell  <snickell@stanford.edu>

	* GNOME_DriveMountApplet.server.in:

	Update description.

2002-03-03  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: don't do gconf fu if DESTDIR is set

2002-02-25  Kevin Vandersloot <kfv101@psu.edu>

	* drivemount.c: free pixbufs.

	* properties.c: free the icon filenames

2002-02-16  Cody Russell  <bratsche@gnome.org>

	* drivemount.c: Moved inline BonoboUI XML data to external file.

	* GNOME_DriveMountApplet.xml: Created this file, and put the BonoboUI
	XML data into it!

2002-02-16  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: remove GCONF_LIBS since libpanelapplet pulls in gconf
	
2002-02-13  jacob berkman  <jacob@ximian.com>

	* Makefile.am (EXTRA_DIST): add burn images

2002-02-11  Kjartan Maraas  <kmaraas@gnome.org>

	* GNOME_MultiLoadApplet_Factory.server.in: Mark strings for l10n.
	* *.[ch]: Fix #include <config.h>
	
2002-02-11  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_DriveMountApplet.server.in: move to Vertigo namespace.

	* drivemount.c: update for factory macro change.

2002-01-24  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: dist drivemount.png

2002-01-24  Kevin Vandersloot <kfv101@psu.edu>
	
	* properties.c: Conform to GNOEM 2 UI standards. Make it instant
	apply.

2002-01-22  Seth Nickell  <snickell@stanford.edu>

	* GNOME_DriveMountApplet.server.in:
	* Makefile.am:
	* drivemount-applet.png:

	Add an icon.

2002-01-19  Seth Nickell  <snickell@stanford.edu>

	* GNOME_DriveMountApplet.server.in:

	Drop "Applet" from the name. Use "Disk" rather than "Drive"
	to maintain consistency with Nautilus.

2002-01-15  Chris Phelps <chicane@reninet.com>
	* more work on making the applet run even when the
	  schema isn't installed (gconf_client_dir_exists)

2002-01-13  Kevin Vandersloot <kfv101@psu.edu>
	* Makefile.am: fix up schemas install so the applet actually runs
	
	* drivemount.c: Make the applet actually work. 
	dd->applet wasn't being initialized

2002-01-06  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: remove intl stuff

2002-01-04  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_DriveMountApplet.server.in: renamed from 
        GNOME_DriveMountApplet.server.

	* Makefile.am: allow the .server file to be translated.

2001-12-17  Mark McLoughlin  <mark@skynet.ie>

	* drivemount.c: (applet_factory), (applet_fill),
	(applet_save_session): update for panel-applet api
	changes.

2001-09-12  Kjartan Maraas  <kmaraas@gnome.org>

	* drivemount_applet.desktop.in: Fix a typo in Comment.
	
2001-08-04  Kjartan Maraas  <kmaraas@gnome.org>

	* drivemount.c: Check for NULL mountpoint before calling strcmp().
	
2001-06-17  Kjartan Maraas  <kmaraas@gnome.org>

	* drivemount.c: Applied a patch from John Ellis found in bugzilla.
	This solves a bunch of buffer-overruns in sscanf() calls.
	Fixes #51363. Plus some cleanups.
	
2001-03-24  Yukihiro Nakai  <nakai@gnome.gr.jp>

	* docs/ja: Add Japanese translation.

Tue Nov 28 20:40:41 2000  George Lebl <jirka@5z.com>

	* drivemount.c: some minor cleanups fixes.  If nautilus available
	  use that to browse.

Fri Nov 24 12:52:27 2000  John Ellis  <johne@bellatlantic.net>

	* drivemount.[ch], properties.c: Added an 'eject on unmount' option,
	and updated the icon more directly from mount_cb.

Mon Oct 23 16:03:05 2000  John Ellis  <johne@bellatlantic.net>

	* drivemount.[ch], properties.c: dd->mount_base is now set as the
	base path from dd->mount_point. (Was hard set to /mnt, eww.) Also
	made some stuff const, and fixed apply_cb.

Sun May 28 14:47:05 2000  John Ellis  <johne@bellatlantic.net>

	* drivemount.c (device_is_in_mountlist): When checking for a string
	within a string, make sure there is no additional text. (Ex: The test
	for /mnt/cdrom was also seeing /mnt/cdrom2 because the first 10 chars
	match.) Fixes BUG #12094

Mon May 08 19:16:45 2000  George Lebl <jirka@5z.com>

	* drivemount.c: fix warning

2000-04-30  Dan Mueth <d-mueth@uchicago.edu>

	* docs/C/drivemount.sgml: Added a couple more error messages.
	* docs/C/drivemount.sgml: Fixed Cancel/Close error.
	* docs/C/drivemount.sgml: Fixed "inluding" typo.
	* docs/C/drivemount-applet.sgml: Changed DTD version.
	* docs/C/drivemount_applet_all.png: Fixed PNG.
	* docs/C/drivemount_applet_floppy.png: Cropped to improve appearance.

2000-04-25  Fatih Demir	<kabalak@gmx.net>
	
	* drivemount_applet.desktop : Added [tr] section .

2000-04-17  Dan Mueth <d-mueth@uchicago.edu>

	* docs/C/drivemount.sgml: Fixed confusing section
	about stat and mount.

2000-04-15  Eric Baudais  <baudais@okstate.edu>

	* docs/C/drivemount-applet.sgml: Added a bit about trademarks.

2000-04-11  Dan Mueth <d-mueth@uchicago.edu>

	* docs/C/*sgml: Updated to new template.

2000-04-04  Jacob Berkman  <jacob@helixcode.com>

	* properties.c (phelp_cb): use correct anchor

2000-03-27  Dan Mueth <d-mueth@uchicago.edu>

	* docs/C/drivemount.sgml: More doc fixes

2000-03-27  Jacob Berkman  <jacob@helixcode.com>

	* drivemount.c (browse_cb): Fix for browsing from John Ellis

2000-03-27  Dan Mueth <d-mueth@uchicago.edu>

	* docs/C/drivemount.sgml: Some small changes

Wed Mar 22 10:28:11 2000  John Ellis  <johne@bellatlantic.net>

	* drivemount.c: Add several checks that dd->mount_point is non NULL
	before using it. Use sizeof() instead of hard values for fgets. Use
	NULL instead of a 0 in strstr() check. Update copyright year to 2000 in
	about window.
	* properties.c: strdup -> g_strdup.

2000-03-15  Jason Leach  <leach@wam.umd.edu>

	* drivemount.c (create_drive_widget): rearrange right click applet
	menu, About on top, Properties on bottom seemed to make sense

	* properties.c (property_show): fix bug #6671

Thu Mar  2 19:54:01 2000  John Ellis  <johne@bellatlantic.net>

	* drivemount.c (get_device): returns gint instead of dev_t. return -1
	on error.
	* (device_is_mounted): return false if any get_device calls return
	error (-1). Now incorrect mount points do not show a mounted status.
	(fixes BUG #6770).
	* drivemount.[ch]: Used the applet_widget_set_tooltip function, instead
	of setting one manually, in attempt to fix BUG #6769, although I can't
	duplicate it, and am not even sure if the applet or panel is to blame.

Tue Feb 29 05:26:04 2000  John Ellis  <johne@bellatlantic.net>

	* drivemount.c (create_drive_widget): Remove debug printf.
	(browse_cb): is _still broken_.
	* properties.c (property_show): Fix custom shows as floppy menu.
	(fixes BUG #6645) and fixed similar harddisk <--> jaz reversal
	in menu.

2000-02-23  Peter Hawkins <peterhawkins@ozemail.com.au>

	* drivemount.[ch]: Stopped multiple error boxes from the same
	drivemount from being shown at once.

2000-02-23  Peter Hawkins <peterhawkins@ozemail.com.au>

	* drivemount.c: stopped about box from being opened multiple
	times.

2000-02-11  Jason Leach  <leach@wam.umd.edu>

	* drivemount.c (device_is_in_mountlist): fixing bug reported in
	#2275, you can't do buf[201] = '\0' because with a declared char
	buf[201], the last element is actually buf[200]

Sat Feb 05 17:37:34 2000  George Lebl <jirka@5z.com>

	* drivemount.c: fix possible segfault and test for the output of
	"eject -u" since some eject progs don't take the -u option and
	will umount by themselves

Sat Jan 29 00:57:32 2000  Tom Gilbert  <gilbertt@tomgilbert.freeserve.co.uk>

	* On an anti-warning hunt using CFLAGS="-O6 -g -W -Wall
        -Wmissing-prototypes -Wmissing-declarations". Don't mind me.

Sun Oct 31 17:32:32 1999  George Lebl  <jirka@5z.com>

	* drivemount.c: use HAVE_PANEL_PIXEL_SIZE to check for new size stuff

Thu Oct 28 23:43:49 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.[ch], properties.c: Switch to new panel size signal,
	add scaling option, add custom icon option.

Fri Oct 22 17:13:56 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.c: Added #ifdef's around panel size code, it should
	now compile with 1.0.x of gnome-core.

1999-08-15  Matthias Warkus  <mawa@iname.com>

	* drivemount_applet.desktop: Use mc/i-floppy.png as its icon.

Sun Jul 11 23:53:30 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.[ch]: Use VERSION from config.h.

Sun May 30 11:43:02 1999  George Lebl  <jirka@5z.com>

	* drivemount.[ch]: make this work in SIZE_TINY mode

Thu May 20 12:54:48 1999  John Ellis  <johne@bellatlantic.net>

	* Makefile.am, drivemount.c, properties.c, jazdrive*.xpm: Add icon
	for jaz drives, patch from Owen Cliffe <oc197@ecs.soton.ac.uk>.

Sat Mar 27 16:21:45 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.c (browse_cb): New function to open a new gmc window at
	the mount point.
	(create_drive_widget): Add browse menu item.

Sun Mar 21 11:13:13 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.c (dnd_drag_begin_cb): Set the dragged icon to the current
	drive icon.

Sun Mar 21 10:38:54 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.c (dnd_set_data_cb & dnd_init): Can now drag from applet
	to gmc and gnome-terminal.
	* drivemount.[ch], properties.c: A few changes int -> gint,
	char -> gchar, free -> g_free.
	* drivemount.h: internal version bump to 1.0.1

Thu Feb 11 20:20:21 1999  Owen Taylor  <otaylor@redhat.com>

	* drivemount.c (create_drive_widget): Free results
	 of gnome_is_program_in_path.

Mon Feb  8 06:40:11 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.[ch], properties.c: Version to 0.99.0, updated
	copyrights to 1999.

Mon Jan 18 20:03:51 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.c (main): added a missing "!" sign in an if test, this
	caused multiple applets to be created when an instance is first run.

1999-01-18  Nat Friedman  <nat@nat.org>

	* properties.c (property_show): Use gnome_app_id for the name of
 	the root help directory.  Fixed a typo.

1999-01-18  Nat Friedman  <nat@nat.org>

	* properties.c (property_show): Connected the help button to
 	gnome_help_pbox_display.

Tue Oct  6 16:16:05 1998  John Ellis  <johne@bellatlantic.net>

	* drivemount.[ch], properties.c: Added an optional method for checking
	the mount status. This method is autofs/mount friendly, but is more
	expensive.

Mon Sep 14 02:45:26 1998  John Ellis  <johne@bellatlantic.net>

	* drivemount.c: Added error dialog when the (u)mount command fails,
	fixed memory leaks when removing multi-applet.
	* properties.c: Made the functions that were supposed to be, static.
	* version bumped to 0.2.0
	* Changelog: removed.
	* ChangeLog: added, this is the correct spelling.