unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 1/1] NEWS: under-the-hood Emacs interface fixes
@ 2012-12-02 22:48 Tomi Ollila
  2012-12-07 15:54 ` David Bremner
  2012-12-07 16:33 ` Austin Clements
  0 siblings, 2 replies; 3+ messages in thread
From: Tomi Ollila @ 2012-12-02 22:48 UTC (permalink / raw)
  To: notmuch; +Cc: tomi.ollila

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-07 16:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-02 22:48 [PATCH 1/1] NEWS: under-the-hood Emacs interface fixes Tomi Ollila
2012-12-07 15:54 ` David Bremner
2012-12-07 16:33 ` Austin Clements

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).