Git commit 17d7def0a838efccbf66a97f368972437b6631b4 by T.C. Hollingsworth, on behalf of Dominik Haumann. Committed on 27/01/2013 at 20:39. Pushed by hollingsworth into branch 'KDE/4.10'.
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 (cherry picked from commit 282de63fdd3370687686b9be00923dabd264fdda) M +5 -1 doc/kate/advanced.docbook http://commits.kde.org/kate/17d7def0a838efccbf66a97f368972437b6631b4 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>
