Discussion:
[vbox-dev] French doc update
MENGUAL Jean-Philippe
2014-07-14 15:35:29 UTC
Permalink
Hi,

While translating the latest changes of the manual, I applied all fixes
after a full review by a French user, I thank here. Once applied, can
you tell me where it will be readable online? Or it will be with the
next release only?

The patch: http://manager.accelibreinfo.eu/reviewup.txt

For the 4.3, sorry I am too late. Can you send me a new diff between my
latest "commit" and the current revision?

Thanks,

Regards,


Regards,
--
Jean-Philippe MENGUAL

accelibreinfo, votre partenaire en informatique adapt?e aux d?ficients visuels

Mail: texou at accelibreinfo.eu

Site Web: http://www.accelibreinfo.eu
Michael Thayer
2014-07-15 12:03:27 UTC
Permalink
Hello Jean-Philippe,
Post by MENGUAL Jean-Philippe
While translating the latest changes of the manual, I applied all fixes
after a full review by a French user, I thank here. Once applied, can
you tell me where it will be readable online? Or it will be with the
next release only?
The patch: http://manager.accelibreinfo.eu/reviewup.txt
For the 4.3, sorry I am too late. Can you send me a new diff between my
latest "commit" and the current revision?
Thank you! I committed the changes to the development branch (I had to
fix your diff a bit) and they should become visible in the public
repository in the next few days, though we will not create a public PDF
of them at this time as that version is not yet released. In case you
would like to do an update against the 4.3 user manual I am attaching a
diff of the changes since your last update. These would become visible
in the PDF French manual on virtualbox.org once committed.

Thanks again and regards,

Michael
--
ORACLE Deutschland B.V. & Co. KG Michael Thayer
Werkstrasse 24 VirtualBox engineering
71384 Weinstadt, Germany mailto:michael.thayer at oracle.com

Hauptverwaltung: Riesstr. 25, D-80992 M?nchen
Registergericht: Amtsgericht M?nchen, HRA 95603
Gesch?ftsf?hrer: J?rgen Kunz

Komplement?rin: ORACLE Deutschland Verwaltung B.V.
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
Gesch?ftsf?hrer: Alexander van der Ven, Astrid Kepper, Val Maher
-------------- next part --------------
A non-text attachment was scrubbed...
Name: manual-4.3-r92749-r95017.diff
Type: text/x-patch
Size: 32601 bytes
Desc: not available
Url : http://www.virtualbox.org/pipermail/vbox-dev/attachments/20140715/fab68c42/attachment-0001.bin
Michael Thayer
2014-07-16 10:13:08 UTC
Permalink
Hello again,
Post by Michael Thayer
Post by MENGUAL Jean-Philippe
While translating the latest changes of the manual, I applied all fixes
after a full review by a French user, I thank here. Once applied, can
you tell me where it will be readable online? Or it will be with the
next release only?
The patch: http://manager.accelibreinfo.eu/reviewup.txt
For the 4.3, sorry I am too late. Can you send me a new diff between my
latest "commit" and the current revision?
Thank you! I committed the changes to the development branch (I had to
fix your diff a bit) and they should become visible in the public
repository in the next few days, though we will not create a public PDF
of them at this time as that version is not yet released. In case you
would like to do an update against the 4.3 user manual I am attaching a
diff of the changes since your last update. These would become visible
in the PDF French manual on virtualbox.org once committed.
There was a small last minute change, here is the updated diff file. I
have also included the small change on its own inline below, as it is
not yet publicly visible in the repository.

Regards and thanks,

Michael

Index: doc/manual/en_US/user_VBoxManage.xml
===================================================================
--- doc/manual/en_US/user_VBoxManage.xml (revision 95017)
+++ doc/manual/en_US/user_VBoxManage.xml (working copy)
@@ -469,6 +469,21 @@
</listitem>

<listitem>
+ <para><computeroutput>--groups &lt;group&gt;,
...</computeroutput>:
+ This changes the group membership of a VM. Groups always
start with
+ a <computeroutput>/</computeroutput> and can be nested. By
default
+ VMs are in group <computeroutput>/</computeroutput>.</para>
+ </listitem>
+
+ <listitem>
+ <para><computeroutput>--description
&lt;desc&gt;</computeroutput>:
+ This changes the VM's description, which is a way to record
details
+ about the VM in a way which is meaningful for the user. The GUI
+ interprets HTML formatting, the command line allows arbitrary
+ strings potentially containing multiple lines.</para>
+ </listitem>
+
+ <listitem>
<para><computeroutput>--ostype
&lt;ostype&gt;</computeroutput>:
This specifies what guest operating system is supposed to
run in
the VM. To learn about the various identifiers that can be
used
Index: doc/manual/en_US/SDKRef.xml
===================================================================
--- doc/manual/en_US/SDKRef.xml (revision 95017)
+++ doc/manual/en_US/SDKRef.xml (working copy)
@@ -4519,6 +4519,16 @@
</listitem>

<listitem>
+
<para><computeroutput>IMachine::deleteSettings</computeroutput>
+ has been replaced by IMachine::delete, which allows
specifying
+ which disk images are to be deleted as part of the
deletion,
+ and because it can take a while it also returns a
+ <computeroutput>IProgress</computeroutput> object
reference,
+ so that the completion of the asynchronous activities
can be
+ monitored.</para>
+ </listitem>
+
+ <listitem>

<para><computeroutput>IConsole::forgetSavedState</computeroutput>
has been renamed to <xref
linkend="IConsole__discardSavedState"
--
ORACLE Deutschland B.V. & Co. KG Michael Thayer
Werkstrasse 24 VirtualBox engineering
71384 Weinstadt, Germany mailto:michael.thayer at oracle.com

Hauptverwaltung: Riesstr. 25, D-80992 M?nchen
Registergericht: Amtsgericht M?nchen, HRA 95603
Gesch?ftsf?hrer: J?rgen Kunz

Komplement?rin: ORACLE Deutschland Verwaltung B.V.
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
Gesch?ftsf?hrer: Alexander van der Ven, Astrid Kepper, Val Maher
-------------- next part --------------
A non-text attachment was scrubbed...
Name: manual-4.3-r92749-r95040.diff
Type: text/x-patch
Size: 34700 bytes
Desc: not available
Url : http://www.virtualbox.org/pipermail/vbox-dev/attachments/20140716/c2a5b131/attachment-0001.bin
Loading...