aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
Commit message (Collapse)AuthorAge
...
* NEWS: removal of notmuch-foldersGravatar Jani Nikula2012-12-06
|
* news: add news entry for notmuch-pickGravatar markwalters10092012-12-01
|
* NEWS (for 0.15): Added note about Bcc & Reply-To headers in json outputGravatar Tomi Ollila2012-11-16
| | | | | | notmuch show --format json now includes Bcc and Reply-To headers of the message. Mention that in NEWS. (Heavily modified version of text originally from Michal Nazarewicz.)
* NEWS: date range search supportGravatar Jani Nikula2012-10-31
|
* News for restrictions on tag namesGravatar Austin Clements2012-10-27
|
* NEWS: 2 minor consistency changes in sections 0.13.1 and 0.13.2Gravatar Tomi Ollila2012-08-29
| | | | | | | | | | 0.13.2: `contrib/notmuch-deliver` is in backticks elsewhere in NEWS file. Commands are generally written in backticks in latest NEWS entries. 0.13.1: Dropped period at the end of Title 'Fix compilation of ruby bindings', as all other titles do not end with a period.
* NEWS: set date for release.Gravatar David Bremner2012-08-20
|
* News for new 'previous' behaviorGravatar Austin Clements2012-08-14
|
* emacs: notmuch search bugfixGravatar Mark Walters2012-08-12
| | | | | | | | | | | | | | The recent change to use json for notmuch-search.el introduced a bug in the code for keeping position on refresh. The problem is a comparison between (plist-get result :thread) and a thread-id returned by notmuch-search-find-thread-id: the latter is prefixed with "thread:" We fix this by adding an option to notmuch-search-find-thread-id to return the bare thread-id. It appears that notmuch-search-refresh-view is the only caller of notmuch-search that supplies a thread-id so this change should be safe (but could theoretically break users .emacs functions).
* NEWS: discuss changes for dump and restore syntax.Gravatar David Bremner2012-08-06
| | | | | The duplication in NEWS.Debian is so that Debian users will be warned during upgrade.
* News for search cleanupsGravatar Austin Clements2012-07-24
|
* News for JSON-based searchGravatar Austin Clements2012-07-12
|
* News for updated maildir sync semanticsGravatar Austin Clements2012-06-10
|
* NEWS: update for 0.13.2Gravatar David Bremner2012-06-02
|
* NEWS: add item about ruby bindings.Gravatar David Bremner2012-05-28
| | | | Corrections or clarifications welcome.
* fix release date for 0.13.1Gravatar David Bremner2012-05-25
|
* NEWS for directory function fixesGravatar Austin Clements2012-05-25
|
* NEWS: started 0.13.1 stanza: fix decoding of text/plain parts in replyGravatar Tomi Ollila2012-05-24
| | | | | NEWS item for forthcoming 0.13.1 bug fix release: UTF-8 characters were incorrectly decoded when inserting reply content from text/plain parts.
* NEWS: Capitalized go bindings changes titleGravatar Tomi Ollila2012-05-16
| | | | Align 'Go bindings changes' title capitalization to rest of the file
* NEWS: Insert markdown formatting commands in 0.13 section textGravatar Tomi Ollila2012-05-16
| | | | | NEWS entries in section 0.13 is brought consistent with rest of the NEWS file.
* NEWS: Changed 0.13 release date in NEWS file to 2012-05-15Gravatar Tomi Ollila2012-05-16
|
* NEWS: Dropped old 'Reply to sender' sectionGravatar Tomi Ollila2012-05-16
| | | | | 'Reply to sender' section was 0.12 news which was accidentally duplicated in 0.13 news
* add NEWS item about new emacs tagging interface.Gravatar Jameson Graef Rollins2012-05-15
| | | | | This is fairly important to mention, since it represents a user interface change.
* news: Update for changes to notmuch_database_get_directoryGravatar Austin Clements2012-05-15
|
* NEWS: add an entry for the go 1 compatibilityGravatar Justus Winter2012-05-12
| | | | Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
* lib: Bump SO version from 2.0.0 to 3.0.0Gravatar Austin Clements2012-05-05
| | | | | | | We've changed the APIs of notmuch_database_open, notmuch_database_create, and notmuch_database_close. Amended by db: also bump string in bindings/python/notmuch/globals.py
* News for changes to notmuch_database_{open,create}Gravatar Austin Clements2012-05-05
|
* NEWS: Insert markdown formatting commandsGravatar Tomi Ollila2012-05-04
| | | | | | | | | | | | To make updating the notmuchmail.org wiki 'news' section more straightforward the content of the NEWS file has now been brought to almost the same as the *.mdwn files in the wiki page. The changes are basically insertion of mdwn formatting "commands". More effort has been put into formatting the newer release entries (0.12, 0.11 & 0.10) than older. Commit to format 0.13 entries will be made available separately.
* NEWS: spacing changesGravatar Tomi Ollila2012-05-04
| | | | | With these whitespace changes the spacing looks generally the same throughout the whole file.
* NEWS: untabified and added file local variables blockGravatar Tomi Ollila2012-05-04
| | | | | | | | | | | | | | Changed all tabs to 8 spaces (M-x untabify over region of the whole file). Now this looks uniformly on all viewers (using fixed-width font) and the observed difference between this "source" file and markdown generated html output on browser window is smaller. In markdown to html conversions tab and 8 spaces indents differently. Also the "Local variables:" block added to the end of this file attempts to ensure tabs are always expanded; whether the used editor is Emacs or Vi.
* NEWS: add news item for 'config list'Gravatar Peter Wang2012-04-29
|
* NEWS: Document the notmuch_database_close splitGravatar Justus Winter2012-04-28
| | | | Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
* News for raw format changesGravatar Austin Clements2012-04-12
|
* NEWS: document inclusion of contrib/notmuch-muttGravatar Stefano Zacchiroli2012-03-31
|
* NEWS: consistent 2-space indentation in new contentGravatar Tomi Ollila2012-03-22
| | | | | | Some 0.12 NEWS items descriptions were indented with 3 spaces whereas all other lines are indented with 2 spaces. Brought those escaped lines back in line with others.
* Merge tag '0.12'Gravatar David Bremner2012-03-20
|\ | | | | | | notmuch 0.12 release
| * add NEWS item for printingGravatar David Bremner2012-03-20
| |
* | Merge branch 'release'Gravatar David Bremner2012-03-19
|\| | | | | | | | | | | | | Conflicts: NEWS Conflicts resolved by hand for date of 0.12 release.
| * NEWS: add news item for help = man pageGravatar David Bremner2012-03-19
| | | | | | | | As we discovered recently on the list, this really is new for 0.12
| * NEWS: update discussion of GMime 2.6 version requirements.Gravatar David Bremner2012-03-19
| | | | | | | | | | Be more specific than "Current GMime 2.6". Also explain why we need >=2.6.7
| * NEWS: set release date for 0.12Gravatar David Bremner2012-03-19
| |
* | NEWS: news for reply enhancementsGravatar Adam Wolfe Gordon2012-03-19
| |
* | NEWS: start section for 0.13Gravatar David Bremner2012-03-18
| | | | | | | | | | | | | | People are making patches for the 0.12 NEWS section for features that won't be there. Let's help them out by adding a new stanza.
* | Merge branch 'release'Gravatar David Bremner2012-03-14
|\|
| * NEWS: emacs: enable `notmuch-search-line-faces' by defaultGravatar Jani Nikula2012-03-14
| |
* | Merge branch 'release'Gravatar David Bremner2012-03-14
|\|
| * NEWS: cli: manual page for notmuch configuration optionsGravatar Jani Nikula2012-03-14
| |
| * NEWS: emacs: inline patch fake attachment file namesGravatar Jani Nikula2012-03-14
| |
| * NEWS: emacs: support text/calendar MIME typeGravatar Jani Nikula2012-03-14
| |
| * NEWS: emacs: show view archiving key binding changesGravatar Jani Nikula2012-03-14
| |