summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-06-08 18:15:54 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-06-08 18:15:54 +0000
commit508d7a14609493b35bebd9555c850c16a651a35b (patch)
tree2070dbca2ea11f6531d2ad45593f62697f3e6c54 /dev-util/anjuta/files
parentremove package.mask for sherman-aquarium since it's gone. (diff)
downloadhistorical-508d7a14609493b35bebd9555c850c16a651a35b.tar.gz
historical-508d7a14609493b35bebd9555c850c16a651a35b.tar.bz2
historical-508d7a14609493b35bebd9555c850c16a651a35b.zip
bump to 2.4.2. Bug fixes and translation updates.
Package-Manager: portage-2.1.5.4
Diffstat (limited to 'dev-util/anjuta/files')
-rw-r--r--dev-util/anjuta/files/anjuta-2.4.2-documentation.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-util/anjuta/files/anjuta-2.4.2-documentation.patch b/dev-util/anjuta/files/anjuta-2.4.2-documentation.patch
new file mode 100644
index 000000000000..1cf3446b574c
--- /dev/null
+++ b/dev-util/anjuta/files/anjuta-2.4.2-documentation.patch
@@ -0,0 +1,39 @@
+diff -urNp anjuta-2.4.2-orig/manuals/anjuta-manual/C/debugger.xml anjuta-2.4.2/manuals/anjuta-manual/C/debugger.xml
+--- anjuta-2.4.2-orig/manuals/anjuta-manual/C/debugger.xml 2008-06-06 11:16:35.000000000 +0530
++++ anjuta-2.4.2/manuals/anjuta-manual/C/debugger.xml 2008-06-06 11:18:18.000000000 +0530
+@@ -49,10 +49,10 @@
+ <menuchoice><guisubmenu>Debug</guisubmenu><guimenuitem>Run Target&hellip;</guimenuitem></menuchoice>
+ to display a dialog box where you can select:
+ <itemizedlist>
+- <listitem>The program that you want to debug</listitem>
+- <listitem>The command line parameters</listitem>
+- <listitem>If you want a terminal or not (the Anjuta terminal plugin is used)</listitem>
+- <listitem>If you want to stop the program at the beginning or not</listitem>
++ <listitem><para>The program that you want to debug</para></listitem>
++ <listitem><para>The command line parameters</para></listitem>
++ <listitem><para>If you want a terminal or not (the Anjuta terminal plugin is used)</para></listitem>
++ <listitem><para>If you want to stop the program at the beginning or not</para></listitem>
+ </itemizedlist>
+ </para>
+ <para>
+@@ -403,13 +403,13 @@
+ <para>
+ Enter the location at which to set the breakpoint. It has to be specified in one of
+ the following formats:
+- <para>
+- <orderedlist>
+- <listitem><para>File_name:Line_number</para></listitem>
+- <listitem><para>Function_name</para></listitem>
+- <listitem><para>File:Function_name</para></listitem>
+- </orderedlist>
+- </para>
++ </para>
++ <para>
++ <orderedlist>
++ <listitem><para>File_name:Line_number</para></listitem>
++ <listitem><para>Function_name</para></listitem>
++ <listitem><para>File:Function_name</para></listitem>
++ </orderedlist>
+ </para>
+ <para>
+ The first one is obvious &mdash; The location refers to the line number