summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-01-28 09:17:25 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2017-01-28 09:17:25 +0000
commit58a641e43944a424c92175e2dd3b4e86adbb93d1 (patch)
treedfe1f26a936c0ecddbbbd7811511a41a29b5cba4 /NEWS
parentdcdb84b6e349f6b1739a72dcf6cc28d0cc0acb0b (diff)
adjust NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9602465b..3c833974 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,12 @@
0.5:
* save command prompt, recipient and sender history across program restarts
-* Allow scrolling with the mouse scroll wheel (with corresponding option)
-* Prompt for unsent messages before closing
+* new config option: "handle_mouse" to enable interpretation of mouse events
+* prompt for unsent messages before closing
* enable variable interpolation in config file
* Add encryption to CC addresses
* Add bufferlist, tablist and pyshell subcommands to the command line interface
-* Add hook that runs periodically.
+* new hook: "loop_hook", that runs periodically
+* new config option: "periodic_hook_frequency" to adjust how often to fire "loop_hook"
0.4:
* signal: refresh current buffer on SIGUSR1