]> git.cworth.org Git - notmuch-wiki/blob - news/release-0.7.mdwn
let's see how this particular mdwn parses these news/* versions...
[notmuch-wiki] / news / release-0.7.mdwn
1 [[!meta date="2011-08-01"]]
2
3 Notmuch 0.7 (2011-08-01)
4 ========================
5
6 Vim interface improvements
7 --------------------------
8
9 Jason Woofenden provided a number of bug fixes for the Vim interface
10
11   * fix citation/signature fold lengths
12   * fix cig/cit parsing within multipart/*
13   * fix on-screen instructions for show-signature
14   * fix from list reformatting in search view
15   * fix space key: now archives (did opposite)
16
17 Uwe Kleine-König contributed
18
19   * use full path for sendmail/doc fix
20   * fix compose temp file name
21
22 Python Bindings changes
23 -----------------------
24
25 Sebastian Spaeth contributed two changes related to unicode and UTF8:
26
27   * message tags are now explicitly unicode
28   * query string is encoded as a UTF8 byte string
29
30 Build-System improvements
31 -------------------------
32
33 #### Generate notmuch.sym after the relevant object files
34
35   This fixes a bug in parallel building. Thanks to Thomas Jost for the
36   patch.