aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-03-07 23:15:57 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2016-03-07 23:43:47 +0100
commit0f1fd2eb3ab83df73e225c894b2a1824431551f4 (patch)
treea8d5af892bd51b6c57e5d19833fd35fa17cedb05
parent696273558ea6f9a766e340fb9349560a209cdaac (diff)
downloadxK-0f1fd2eb3ab83df73e225c894b2a1824431551f4.tar.gz
xK-0f1fd2eb3ab83df73e225c894b2a1824431551f4.tar.xz
xK-0f1fd2eb3ab83df73e225c894b2a1824431551f4.zip
Update NEWS, cleanup
-rw-r--r--NEWS4
-rw-r--r--degesch.c3
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dd64c9e..aad76d2 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@
* kike: add support for IRCv3.2 server-time
+ * ZyklonB: plugins now run in a dedicated data directory
+
+ * ZyklonB: added a factoids plugin
+
* Remote addresses are now resolved asynchronously
* Various bugfixes
diff --git a/degesch.c b/degesch.c
index 838ec34..c22600d 100644
--- a/degesch.c
+++ b/degesch.c
@@ -213,7 +213,7 @@ struct input_vtable
void (*hide) (void *input);
/// Show the prompt if hidden
void (*show) (void *input);
- /// Change the prompt string; takes ownership
+ /// Retrieve current prompt string
const char *(*get_prompt) (void *input);
/// Change the prompt string; takes ownership
void (*set_prompt) (void *input, char *prompt);
@@ -222,7 +222,6 @@ struct input_vtable
/// Create a new input buffer
input_buffer_t (*buffer_new) (void *input);
- // XXX: there's also destroy_buffer
/// Destroy an input buffer
void (*buffer_destroy) (void *input, input_buffer_t buffer);
/// Switch to a different input buffer