[PATCH 1/1] NEWS: under-the-hood Emacs interface fixes

Tomi Ollila tomi.ollila at iki.fi
Sun Dec 2 14:48:44 PST 2012


Added the following Emacs Interface NEWS entries:

Catch errors bodypart insertions may throw,
Improved text/calendar content handling and
Don't do coding conversions when reading in
`with-current-notmuch-show-message`.
---
 NEWS | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/NEWS b/NEWS
index dadf92a..1d0c840 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,31 @@ Bcc and Reply-To headers are now available in notmuch show json output
   For example notmuch Emacs client can now have these headers visible
   when the headers are added to the `notmuch-message-headers` variable.
 
+Emacs Interface
+---------------
+
+Catch errors bodypart insertions may throw
+
+Whenever anything inside `notmuch-show-insert-part-*` functions
+threw an error then filling of notmuch show buffer halted there.
+Now the error is caught, user is informed about the error
+and execution is continued with next content filling function.
+
+Improved text/calendar content handling
+
+Carriage returns in embedded text/calendar content caused insertion
+of calendar content fail. Now CRs are removed before calling icalendar
+to extract icalendar data. In case icalendar extraction fails an error
+is thrown for bodypart insertion function to react upon it.
+
+Don't do coding conversions when reading in `with-current-notmuch-show-message`
+
+In locales that support more than 8-bit characters reading data in
+`with-current-notmuch-show-message` converted data to multibyte format.
+Some cases reversing the conversion did not provide original data. Now
+the input octet stream is buffered in non-converted format for further
+processing.
+
 Library changes
 ---------------
 
-- 
1.8.0



More information about the notmuch mailing list