Git commit 282de63fdd3370687686b9be00923dabd264fdda by Dominik Haumann. Committed on 27/01/2013 at 20:39. Pushed by dhaumann into branch 'master'.
require() syntax is since KDE 4.10 According to Burkhard it's ok to commit to 4.10 branch for 4.10.1 BUG: 313932 M +5 -1 doc/kate/advanced.docbook http://commits.kde.org/kate/282de63fdd3370687686b9be00923dabd264fdda diff --git a/doc/kate/advanced.docbook b/doc/kate/advanced.docbook index 5d5bff1..5ff3534 100644 --- a/doc/kate/advanced.docbook +++ b/doc/kate/advanced.docbook @@ -1604,7 +1604,11 @@ void require(<parameter>String <replaceable>file</replaceable></parameter>); <listitem><para> Will search the given <replaceable>file</replaceable> relative to the <literal>katepart/script/libraries</literal> directory and evaluate it. <literal>require</literal> is internally guarded against multiple inclusions of the same <replaceable>file</replaceable>. -</para></listitem> +</para> +<para> + Since: KDE 4.10 +</para> +</listitem> </varlistentry></variablelist> </sect4>
