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
|
Sun May 30 21:30:30 1999 John Ellis <johne@bellatlantic.net>
* drivemount.c: Scaling now works with the panels's new size signal.
Fri May 28 14:28:23 1999 John Ellis <johne@bellatlantic.net>
* drivemount.c: Reorganized code, renamed a few functions. The new
"change_size" signal handling is #ifdef 0'd in two places.
* drivemount.h: Default size and max size are defined here.
* properties.c: Changes relating to drivemount.c, above.
Thu May 20 13:50:23 1999 John Ellis <johne@bellatlantic.net>
* drivemount.[ch]: Added size hint variable, and use it, now we just
need a size hint signal. (play with the DEFAULT_SIZE_HINT value in
drivemount.h to see what will happen as the size changes)
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.
|