Added public files
Roughly added all public files. Probably missed some, though.
diff --git a/doc/sefun/query_input_pending b/doc/sefun/query_input_pending
new file mode 100644
index 0000000..8033cec
--- /dev/null
+++ b/doc/sefun/query_input_pending
@@ -0,0 +1,11 @@
+DEPRECATED
+SYNOPSIS
+ object query_input_pending(object ob);
+
+BESCHREIBUNG
+ Wenn <ob> interaktiv und ein input_to() haengig ist, so liefert die
+ Efun das Objekt zurueck, welches den input_to() aufgerfuen hat. Ist
+ kein input_to() haengig, liefert die Funktion 0.
+
+SIEHE AUCH
+ input_to(E), find_input_to(E), input_to_info(E), remove_input_to(E)