hal ChangeLog,1.323,1.324 configure.in,1.42,1.43
David Zeuthen
david at freedesktop.org
Fri Sep 24 15:27:22 PDT 2004
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv16023
Modified Files:
ChangeLog configure.in
Log Message:
2004-09-25 David Zeuthen <david at fubar.dk>
* configure.in: Added fr to ALL_LINGUAS
* po/fr.op: Added french translations from Jérôme Lodewyck
<lodewyck at clipper.ens.fr>
* libhal-storage/libhal-storage.h: Add prototypes for new functions
hal_drive_(requires_eject|get_dedication_icon_(drive|volume)).
* libhal-storage/libhal-storage.c (hal_storage_policy_lookup_icon):
Remove printf debug statement.
(hal_drive_get_dedicated_icon_drive): New function
(hal_drive_get_dedicated_icon_volume): New function
(hal_drive_from_udi): Read storage.icon.* and storage.requires_eject
(hal_drive_requires_eject): New function
* hald/linux/block_class_device.c (block_class_pre_process): Add
and set boolean property storage.requires_eject; right now we
only add it for optical drives. Interestingly enough, my iPod Mini
requires to be ejected as well (see RH bug #132195 for some
discussion).
* doc/spec/hal-spec.xml.in: Add docs for storage.requires_eject,
storage.icon.drive and storage.icon.volume
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.323
retrieving revision 1.324
diff -u -d -r1.323 -r1.324
--- ChangeLog 24 Sep 2004 15:26:02 -0000 1.323
+++ ChangeLog 24 Sep 2004 22:27:19 -0000 1.324
@@ -1,3 +1,29 @@
+2004-09-25 David Zeuthen <david at fubar.dk>
+
+ * configure.in: Added fr to ALL_LINGUAS
+
+ * po/fr.op: Added french translations from Jérôme Lodewyck
+ <lodewyck at clipper.ens.fr>
+
+ * libhal-storage/libhal-storage.h: Add prototypes for new functions
+ hal_drive_(requires_eject|get_dedication_icon_(drive|volume)).
+
+ * libhal-storage/libhal-storage.c (hal_storage_policy_lookup_icon):
+ Remove printf debug statement.
+ (hal_drive_get_dedicated_icon_drive): New function
+ (hal_drive_get_dedicated_icon_volume): New function
+ (hal_drive_from_udi): Read storage.icon.* and storage.requires_eject
+ (hal_drive_requires_eject): New function
+
+ * hald/linux/block_class_device.c (block_class_pre_process): Add
+ and set boolean property storage.requires_eject; right now we
+ only add it for optical drives. Interestingly enough, my iPod Mini
+ requires to be ejected as well (see RH bug #132195 for some
+ discussion).
+
+ * doc/spec/hal-spec.xml.in: Add docs for storage.requires_eject,
+ storage.icon.drive and storage.icon.volume
+
2004-09-24 David Zeuthen <david at fubar.dk>
* libhal-storage/libhal-storage.c :
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- configure.in 23 Sep 2004 18:13:45 -0000 1.42
+++ configure.in 24 Sep 2004 22:27:19 -0000 1.43
@@ -372,7 +372,7 @@
fi
-ALL_LINGUAS="da"
+ALL_LINGUAS="da fr"
AC_SUBST(ALL_LINGUAS)
GETTEXT_PACKAGE=AC_PACKAGE_NAME
More information about the hal-commit
mailing list