summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2012-01-04 16:14:43 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2012-01-04 16:14:43 +0200
commita817de69e1bb7c544789ca324aa7482d5b3e8b88 (patch)
tree9b5bb987877226303e81990a7e655446a5a2c3c3
parente37efcd9ffa5b7004a15428051cf5c2d77773dac (diff)
news updated by newssplit.pl tool
-rw-r--r--news/release-0.10.2.mdwn4
-rw-r--r--news/release-0.10.mdwn10
-rw-r--r--news/release-0.3.mdwn2
-rw-r--r--news/release-0.4.mdwn10
-rw-r--r--news/release-0.5.mdwn14
-rw-r--r--news/release-0.6.1.mdwn4
-rw-r--r--news/release-0.6.mdwn30
-rw-r--r--news/release-0.7.mdwn2
-rw-r--r--news/release-0.8.mdwn4
-rw-r--r--news/release-0.9.mdwn4
10 files changed, 42 insertions, 42 deletions
diff --git a/news/release-0.10.2.mdwn b/news/release-0.10.2.mdwn
index d397567..9934117 100644
--- a/news/release-0.10.2.mdwn
+++ b/news/release-0.10.2.mdwn
@@ -8,5 +8,5 @@ Bug-fix release.
Fix crash in python bindings.
- The python bindings did not call g_type_init, which caused crashes
- for some, but not all users.
+ The python bindings did not call g\_type\_init, which caused crashes
+ for some, but not all users.
diff --git a/news/release-0.10.mdwn b/news/release-0.10.mdwn
index 70679f4..7ae1770 100644
--- a/news/release-0.10.mdwn
+++ b/news/release-0.10.mdwn
@@ -56,8 +56,8 @@ Add keybinding ('c I') for stashing Message-ID's without an id: prefix
Do not query on notmuch-search exit
- It is harmless to kill the external notmuch process, so the user
- is no longer interrogated when they interrupt a search.
+ It is harmless to kill the external notmuch process, so the user
+ is no longer interrogated when they interrupt a search.
Performance
-----------
@@ -86,6 +86,6 @@ mailing list.
nmbug - share tags with a given prefix
- nmbug helps maintain a git repo containing all tags with a given
- prefix (by default "notmuch::"). Tags can be shared by commiting
- them to git in one location and restoring in another.
+ nmbug helps maintain a git repo containing all tags with a given
+ prefix (by default "notmuch::"). Tags can be shared by commiting
+ them to git in one location and restoring in another.
diff --git a/news/release-0.3.mdwn b/news/release-0.3.mdwn
index 04a920d..59392c2 100644
--- a/news/release-0.3.mdwn
+++ b/news/release-0.3.mdwn
@@ -207,7 +207,7 @@ New keybinding (M-Ret) to open all collapsed messages in a thread.
New library feature
-------------------
-Provide a new NOTMUCH_SORT_UNSORTED value for queries
+Provide a new NOTMUCH\_SORT\_UNSORTED value for queries
This can be somewhat faster when sorting simply isn't desired. For
example when collecting a set of messages that will all be
diff --git a/news/release-0.4.mdwn b/news/release-0.4.mdwn
index 1733465..a101f8f 100644
--- a/news/release-0.4.mdwn
+++ b/news/release-0.4.mdwn
@@ -44,10 +44,10 @@ Avoid setting Bcc header in "notmuch reply"
New library features
--------------------
-Add notmuch_query_get_query_string and notmuch_query_get_sort
+Add notmuch\_query\_get\_query\_string and notmuch\_query\_get\_sort
These are simply functions for querying properties of a
- notmuch_query_t object.
+ notmuch\_query\_t object.
New emacs features
------------------
@@ -131,7 +131,7 @@ Arrange for libnotmuch to be found automatically after make install
When this support works, the user should be able to run notmuch
immediately after "make install", without any errors trying to find
the notmuch library, and without having to manually set environment
- variables such as LD_LIBRARY_PATH.
+ variables such as LD\_LIBRARY\_PATH.
Check compiler/linker options before using them
@@ -187,9 +187,9 @@ Fix for messages with "charset=unknown-8bit"
GMime warning, (which would then trip up emacs or other interfaces
parsing the notmuch results).
-Fix notmuch_query_search_threads function to return NULL on any exception
+Fix notmuch\_query\_search\_threads function to return NULL on any exception
-Fix "notmuch search" to return non-zero if notmuch_query_search_threads fails
+Fix "notmuch search" to return non-zero if notmuch\_query\_search\_threads fails
Previously, this command could confusingly report a Xapian
exception, yet still return an error code of 0. It now correctly
diff --git a/news/release-0.5.mdwn b/news/release-0.5.mdwn
index 022328f..0e957b2 100644
--- a/news/release-0.5.mdwn
+++ b/news/release-0.5.mdwn
@@ -14,9 +14,9 @@ Maildir-flag synchronization
---- -----
'D' draft
'F' flagged
- 'P' passed
- 'R' replied
- 'S' unread (added when 'S' flag is not present)
+ 'P' passed
+ 'R' replied
+ 'S' unread (added when 'S' flag is not present)
The synchronization occurs in both directions, (for example, adding
the 'S' flag to a file will cause the "unread" tag to be added, and
@@ -26,7 +26,7 @@ Maildir-flag synchronization
This synchronization is enabled by default for users of the
command-line interface, (though only files in directories named
"cur" or "new" will be renamed). It can be disabled by setting the
- new maildir.synchronize_flags option in the configuration file. For
+ new maildir.synchronize\_flags option in the configuration file. For
example:
notmuch config set maildir.synchronize_flags false
@@ -52,15 +52,15 @@ Support for querying multiple filenames for a single message
It is common for the mailstore to contain multiple files with the
same message ID. Previously, notmuch would always hide these
duplicate files, (returning a single, arbitrary filename with
- notmuch_message_get_filename).
+ notmuch\_message\_get\_filename).
With this release, library users can access all filenames for a
message with the new function:
notmuch_message_get_filenames
- Together with notmuch_filenames_valid, notmuch_filenames_get, and
- notmuch_filenames_move_to_next it is now possible to iterate over
+ Together with notmuch\_filenames\_valid, notmuch\_filenames\_get, and
+ notmuch\_filenames\_move\_to\_next it is now possible to iterate over
all available filenames for a given message.
New command-line features
diff --git a/news/release-0.6.1.mdwn b/news/release-0.6.1.mdwn
index bbf1baf..9e435fa 100644
--- a/news/release-0.6.1.mdwn
+++ b/news/release-0.6.1.mdwn
@@ -1,4 +1,4 @@
-[[!meta data="2011-07-17"]]
+[[!meta date="2011-07-17"]]
Notmuch 0.6.1 (2011-07-17)
==========================
@@ -7,6 +7,6 @@ Bug-fix release.
----------------
Re-export Xapian exception typeinfo symbols.
-
+
It turned out our aggressive symbol hiding caused problems for
people running gcc 4.4.5.
diff --git a/news/release-0.6.mdwn b/news/release-0.6.mdwn
index f9afb85..e19561f 100644
--- a/news/release-0.6.mdwn
+++ b/news/release-0.6.mdwn
@@ -15,8 +15,8 @@ Folder-based searching
For example, one might use things such as:
folder:spam
- folder:2011-*
- folder:work/todo
+ folder:2011-*
+ folder:work/todo
to match any path containing a directory "spam", "work/todo", or
containing a directory starting with "2011-", respectively.
@@ -161,7 +161,7 @@ Hiding of repeated subjects in collapsed thread view
In notmuch-show mode, if a collapsed message has the same subject as
its parent, the subject is not shown.
-
+
Automatic detection and hiding of original message in top-posted message
When a message contains a line looking something like:
@@ -224,29 +224,29 @@ Bindings improvements
---------------------
Ruby bindings are now much more complete
- Including QUERY.sort, QUERY.to_s, MESSAGE.maildir_flags_to_tags,
- MESSAGE.tags_to_maildir_flags, and MESSAGE.get_filenames
+ Including QUERY.sort, QUERY.to\_s, MESSAGE.maildir\_flags\_to\_tags,
+ MESSAGE.tags\_to\_maildir\_flags, and MESSAGE.get\_filenames
-* Python bindings have been upodated and extended
+* Python bindings have been updated and extended
(docs online at http://packages.python.org/notmuch/)
New bindings:
- - Message().get_filenames(),
- - Message().tags_to_maildir_flags(),Message().maildir_flags_to_tags()
+ - Message().get\_filenames(),
+ - Message().tags\_to\_maildir\_flags(),Message().maildir\_flags\_to\_tags()
- list(Threads()) and list(Messages) works now
- - Message().__cmp__() and __hash__()
+ - Message().\_\_cmp\_\_() and \_\_hash\_\_()
These allow, for example:
- if msg1 == msg2: ...
+ if msg1 == msg2: ...
As well as set arithmetic on Messages():
- s1, s2= set(msgs1), set(msgs2)
+ s1, s2= set(msgs1), set(msgs2)
s1.union(s2)
s2 -= s1
- Removed:
- - len(Messages()) as it exausted the iterator.
+ Removed:
+ - len(Messages()) as it exhausted the iterator.
Use len(list(Messages())) or
Query.count_messages() to get the length.
@@ -288,7 +288,7 @@ Support for testing output with a trailing newline.
Previously, some tests would fail to notice a difference in the
presence/absence of a trailing newline in a program output, (which
has led to bugs in the past). Now, carefully-written tests (using
- test_expect_equal_file rather than test_expect_equal) will detect
+ test\_expect\_equal\_file rather than test\_expect\_equal) will detect
any change in the presence/absence of a trailing newline. Many tests
are updated to take advantage of this.
@@ -329,7 +329,7 @@ fix the automatic detection of the From address for "notmuch reply"
from the Received headers in some cases.
Fix core dump on DragonFlyBSD due to -1 return value from
-sysconf(_SC_GETPW_R_SIZE_MAX).
+sysconf(\_SC\_GETPW\_R\_SIZE\_MAX).
Cleaned up several memory leaks
diff --git a/news/release-0.7.mdwn b/news/release-0.7.mdwn
index 1a9e48a..7ddeb93 100644
--- a/news/release-0.7.mdwn
+++ b/news/release-0.7.mdwn
@@ -27,7 +27,7 @@ Sebastian Spaeth contributed two changes related to unicode and UTF8:
* message tags are now explicitly unicode
* query string is encoded as a UTF8 byte string
-Build-System improvments
+Build-System improvements
------------------------
Generate notmuch.sym after the relevant object files
diff --git a/news/release-0.8.mdwn b/news/release-0.8.mdwn
index d519d93..b5c7fce 100644
--- a/news/release-0.8.mdwn
+++ b/news/release-0.8.mdwn
@@ -11,7 +11,7 @@ Improved handling of message/rfc822 parts
headers, is unfortunately not yet supported (but hopefully will be
soon).
-Improved Build system portability
+Improved Build system portability
Certain parts of the shell script generating notmuch.sym were
specific to the GNU versions of sed and nm. The new version should
@@ -24,5 +24,5 @@ Documentation update for Ruby bindings
Unicode, iterator, PEP8 changes for python bindings
- PEP8 (code formatting) changes for python files.
- - Remove Tags.__len__ ; see 0.6 release notes for motivation.
+ - Remove Tags.\_\_len\_\_ ; see 0.6 release notes for motivation.
- Decode headers as UTF8, encode (unicode) database paths as UTF8.
diff --git a/news/release-0.9.mdwn b/news/release-0.9.mdwn
index 59016d0..58bf500 100644
--- a/news/release-0.9.mdwn
+++ b/news/release-0.9.mdwn
@@ -1,4 +1,4 @@
-[[!meta date="2011-10-11"]]
+[[!meta date="2011-10-01"]]
Notmuch 0.9 (2011-10-01)
========================
@@ -47,7 +47,7 @@ Ruby bindings changes
---------------------
- Wrap new library functions notmuch\_database\_{begin,end}\_atomic.
- - Add new exception Notmuch::UnbalancedAtomicError.
+ - Add new exception Notmuch::UnbalancedAtomicError.
- Rename destroy to destroy! according to Ruby naming conventions.
- Update for n\_d\_find\_message* API changes (see above).