unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Tomi Ollila <tomi.ollila@iki.fi>
To: notmuch@notmuchmail.org
Cc: tomi.ollila@iki.fi
Subject: [PATCH 1/1] NEWS: under-the-hood Emacs interface fixes
Date: Mon,  3 Dec 2012 00:48:44 +0200	[thread overview]
Message-ID: <1354488524-12013-1-git-send-email-tomi.ollila@iki.fi> (raw)

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

             reply	other threads:[~2012-12-02 22:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-02 22:48 Tomi Ollila [this message]
2012-12-07 15:54 ` [PATCH 1/1] NEWS: under-the-hood Emacs interface fixes David Bremner
2012-12-07 16:33 ` Austin Clements

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1354488524-12013-1-git-send-email-tomi.ollila@iki.fi \
    --to=tomi.ollila@iki.fi \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).