]> git.cworth.org Git - notmuch-wiki/commitdiff
news updated by newssplit.pl tool
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 4 Jan 2012 14:14:43 +0000 (16:14 +0200)
committerTomi Ollila <tomi.ollila@iki.fi>
Wed, 4 Jan 2012 14:14:43 +0000 (16:14 +0200)
news/release-0.10.2.mdwn
news/release-0.10.mdwn
news/release-0.3.mdwn
news/release-0.4.mdwn
news/release-0.5.mdwn
news/release-0.6.1.mdwn
news/release-0.6.mdwn
news/release-0.7.mdwn
news/release-0.8.mdwn
news/release-0.9.mdwn

index d397567f927d67f25a15ac58f16b0ed6997ac86e..9934117bef53183f4760c799058a92322568dfdf 100644 (file)
@@ -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.
index 70679f4216dcb5835d4a30e9798f3090d5f18068..7ae1770a9c14df3b6ccbdbffa8ffa47ce56587e9 100644 (file)
@@ -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.
index 04a920d6fa36a751c77c0d4255c39eacacde3b56..59392c2ffb9bb374d9c7ea28b947d8e05fae0e94 100644 (file)
@@ -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
index 173346530e2764bc36a827afd49bc6bf0f54fa96..a101f8f943a710097d1adf4c5bd2d7cc6152f6e1 100644 (file)
@@ -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
index 022328f5ef7094499f53650f899ab39135d83557..0e957b24996ecda906cc17ca3f1cced67da1a0dd 100644 (file)
@@ -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
index bbf1bafa132c0fce204213febdb0f4b433c34735..9e435fac62e21315f6353c2c144a09dd394e8330 100644 (file)
@@ -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.
index f9afb851aa601d33db2b2712a89f257c1407a621..e19561f05380e1b8f37e927526d4fa82091c414b 100644 (file)
@@ -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
 
index 1a9e48a9f48bd969e6910b97e4993a87aee35627..7ddeb9398527c3f6ee98bba0137b94edefc35731 100644 (file)
@@ -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
index d519d93c7c1269b2bd107726b999ce5fe1a80d30..b5c7fceceae1199169036f739a7ff453c9021214 100644 (file)
@@ -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.
index 59016d08ceb612a70dd2d91d8234511a8de6760d..58bf500d94360a240e6ad11ecf64430c8df9d6b7 100644 (file)
@@ -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).