summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2014-08-02 18:25:05 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2014-08-02 18:26:46 +0200
commit9abcc757db854cfe3024dc81d89dac66b960eade (patch)
treea6ecb09ebc76071c70cb7948d814596fc4352ff6
parentf77139f88e3251609a2f1760985755ee0306d5b8 (diff)
update NEWS and README
-rw-r--r--NEWS11
-rw-r--r--README.md11
2 files changed, 11 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 75e2788f..3d5ccbd2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+0.3.6:
+* implement vim-style "move last" command (bound to G)
+* fixes in reply/forwarding
+* add option "--tags" to taglist command to display only a subset of the tags
+* fix: safely interrumpt a command sequence
+* use suffix ".eml" for temporary email files when editing
+* interpret "compose mailto:foo@bar" commands
+* new "tomorrow" colour theme
+* Add some Emacs keybindings for prompts
+
+
0.3.5:
* full support for PGP/MIME [de|en]cryption and signatures
* add missing "unattach" command in envelope buffer
diff --git a/README.md b/README.md
index 5c465f4d..37d0a5a0 100644
--- a/README.md
+++ b/README.md
@@ -25,17 +25,6 @@ Current features include:
* configurable status bar
* full support for PGP/MIME encryption and signing
-Soonish to be addressed non-features:
--------------------------------------
-See [here][features], most notably:
-
- * async. calls to mimeparts renderer, parsing of VT colour escape sequences.
- see #272. Milestone `0.4`
- * live search results while you're typing (POC in `postponed-livesearch`). Milestone `0.6`
- * search for message (POC in `postponed-messagesmode`). Milestone `0.6`
- * search for strings in displayed buffer. MS `0.7`
- * undo for commands. Milestone `0.7`
-
Basic Usage
===========