<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch 0.11_rc1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.11_rc1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2011-12-26T03:09:17Z</updated>
<entry>
<title>version: update version to 0.11~rc1</title>
<updated>2011-12-26T03:09:17Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2011-12-26T03:09:17Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c616ada48934ae2452baa5d44f8d7eb7194592f4'/>
<id>urn:sha1:c616ada48934ae2452baa5d44f8d7eb7194592f4</id>
<content type='text'>
and keep python, man page, and debian package in sync.
</content>
</entry>
<entry>
<title>emacs: fix docstring for `notmuch-search-line-faces'.</title>
<updated>2011-12-24T19:34:07Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2011-12-23T20:40:34Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c44a0edadca995ddee4b159e9c465d40a32af6e4'/>
<id>urn:sha1:c44a0edadca995ddee4b159e9c465d40a32af6e4</id>
<content type='text'>
Examples in documentation for `notmuch-search-line-faces' had an extra
quote, e.g.:

  '(\"unread\" . '(:foreground \"green\"))

Which resulted in values like:

  (\"unread\" quote (:foreground \"green\"))

And tons of "Invalid face reference: quote" errors in the messages
buffer.
</content>
</entry>
<entry>
<title>emacs: call notmuch-show instead of notmuch-search in buttonised id: links</title>
<updated>2011-12-24T19:32:01Z</updated>
<author>
<name>Jameson Graef Rollins</name>
<email>jrollins@finestructure.net</email>
</author>
<published>2011-12-23T04:59:12Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c0d694035d128c1d80881878c269cd09f05794a5'/>
<id>urn:sha1:c0d694035d128c1d80881878c269cd09f05794a5</id>
<content type='text'>
Since message-ids necessarily match just a single message, there's no
reason to do a search for the id before viewing the actual message;
the search just becomes an extra screen to click through.  Clicking on
an id: links now just jumps straight to the message itself.
</content>
</entry>
<entry>
<title>Fix comments about what is stored in the database</title>
<updated>2011-12-23T19:08:34Z</updated>
<author>
<name>Thomas Jost</name>
<email>schnouki@schnouki.net</email>
</author>
<published>2011-12-13T17:11:41Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=824dad76b6ae4a7e4a3ca41991af8e7d67f4cfd5'/>
<id>urn:sha1:824dad76b6ae4a7e4a3ca41991af8e7d67f4cfd5</id>
<content type='text'>
Commit 567bcbc2 introduced two new values for each message (content of the
"From" and "Subject" headers), but the comments about the database schema had
not been updated accordingly.
</content>
</entry>
<entry>
<title>emacs: fix off-by-one bug in notmuch-show-archive</title>
<updated>2011-12-23T12:29:04Z</updated>
<author>
<name>Aaron Ecay</name>
<email>aaronecay@gmail.com</email>
</author>
<published>2011-12-22T14:24:20Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8392a7cc54c4c08c0abbf2cc2707774f504ec33f'/>
<id>urn:sha1:8392a7cc54c4c08c0abbf2cc2707774f504ec33f</id>
<content type='text'>
Text properties change between characters; prev-s-c-property-change
returns the position after the change.  Thus, it is still inside the
invisible region.
</content>
</entry>
<entry>
<title>emacs: put the last search on top of recent searches in notmuch-hello</title>
<updated>2011-12-22T11:41:02Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2011-12-22T00:23:50Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=49af79cd2a3be66e482039f1ef05cf909144230e'/>
<id>urn:sha1:49af79cd2a3be66e482039f1ef05cf909144230e</id>
<content type='text'>
Notmuch-hello stores a list of recent searches.  Before the change, if
a search from this list is repeated, the recent search list is not
changed.  The patch makes repeated recent searches move to the head of
the list.  I.e. the last search is always on top of the recent search
list, which is what one would expect from a history list.
</content>
</entry>
<entry>
<title>test: add test for `notmuch-hello-refresh-hook'</title>
<updated>2011-12-22T10:57:46Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2011-12-21T18:18:26Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9a0b61da56ede4d0ff79a064d92d8c1a16cf636b'/>
<id>urn:sha1:9a0b61da56ede4d0ff79a064d92d8c1a16cf636b</id>
<content type='text'>
Test that `notmuch-hello-refresh-hook' is called once when
`notmuch-hello' is called and twice when calling
`notmuch-hello-update' after that.

The tests are very similar to tests for `notmuch-hello-mode-hook'.
</content>
</entry>
<entry>
<title>test: add general Emacs hook counter</title>
<updated>2011-12-22T10:57:32Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2011-12-21T18:18:25Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=eb8638ba2e6cbb25bab2e16cdfb8568e1af617cb'/>
<id>urn:sha1:eb8638ba2e6cbb25bab2e16cdfb8568e1af617cb</id>
<content type='text'>
Replace `notmuch-hello-mode-hook-counter' with general `hook-counter'
and `add-hook-counter' functions to allow counting calls for any hook.
</content>
</entry>
<entry>
<title>emacs: Change the default thousands separator to a space</title>
<updated>2011-12-22T10:56:41Z</updated>
<author>
<name>Thomas Jost</name>
<email>schnouki@schnouki.net</email>
</author>
<published>2011-12-21T13:44:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=7edf9e2765d2795ca85dd2c239af20a7493e2085'/>
<id>urn:sha1:7edf9e2765d2795ca85dd2c239af20a7493e2085</id>
<content type='text'>
This had been discussed and decided on IRC.

Rationale:
  Therefore the space is recommended in the SI/ISO 31-0 standard, and the
  International Bureau of Weights and Measures states that "for numbers with
  many digits the digits may be divided into groups of three by a thin space, in
  order to facilitate reading. Neither dots nor commas are inserted in the
  spaces between groups of three".

(http://en.wikipedia.org/wiki/Decimal_separator#Digit_grouping)
</content>
</entry>
<entry>
<title>emacs: rename notmuch-decimal-separator to notmuch-hello-thousands-separator</title>
<updated>2011-12-22T10:56:26Z</updated>
<author>
<name>Thomas Jost</name>
<email>schnouki@schnouki.net</email>
</author>
<published>2011-12-21T13:44:18Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6dd482a16dd16252f9c5783ee65ce8bcd3d87eca'/>
<id>urn:sha1:6dd482a16dd16252f9c5783ee65ce8bcd3d87eca</id>
<content type='text'>
In 123,456.78, "." is the decimal separator, but "," is the thousands separator.
</content>
</entry>
</feed>
