| Age | Commit message (Collapse) | Author |
|
From now on, we should edit the rst source.
|
|
Fix for Debian bug 739556
|
|
|
|
Unfortunately release-checks.sh will whine a bit because it has not
caught up with the renaming of the version macros.
|
|
Roll (one last?) release candidate because of Austin's
LIBNOTMUCH_VERSION changes.
Atomically bump the manually (NEWS, debian/changelog) and
automatically (everywhere else) updated places version is mentioned.
|
|
|
|
Various other files are synched using "make update-versions". NEWS
has to be hand edited.
|
|
man pages, NEWS, and debian changelog all hardcode date. Make them
hardcode the same date.
|
|
These are manually set in version and NEWS, and propagate to the other files via
"make update-versions"
|
|
Add references to notmuch-insert.1 from other man pages.
|
|
While looked good on paper, its attempted use caused confusion, complexity,
and potential for information leak when passed through wrapper scripts.
For slimmer code and to lessen demand for maintenance/support the set of
commits which added top level --stderr= option is now reverted.
|
|
|
|
This is is really functionality of the library, but CLI users might
not look at library docs even if they existed beyond notmuch.h
|
|
|
|
add in NEWS from 0.15.2
Conflicts:
NEWS
|
|
|
|
|
|
Conflicts:
NEWS
Inserted news from 0.15.1
|
|
A simple bugfix release, no user visible changes
|
|
The options --help and --version were not documented before. One
could quibble about how useful that documentation is, but we will soon
add more options.
|
|
Bump the version in-place in NEWS.
|
|
This is in some sense a rollback, but it makes all the automation
happier if the Debian and upstream versions match.
|
|
"Atomically" update the python bindings and man page versions.
|
|
These are the result of running "make update-versions"
|
|
|
|
|
|
|
|
|
|
There may be a few NEWS changes after this, but no code (hopefully).
|
|
|
|
Drop references to notmuch-part(1). Reference all man pages. Fix man
page section of notmuch-dump(1).
|
|
As usual, only `version' is edited by hand. The rest of the changes I
blame on the machine.
|
|
- Replace references to section X below with page refences.
- Add SEE ALSO to each page. This is a bit error prone, because each
SEE ALSO section is different, i.e. a page does not refer to itself.
|
|
After most of the content was ripped out of the page, a few words were
needed to glue things back togetehr.
|
|
Fix some problems with indentation (controlled by markup) and
whitespace.
- notmuch.1: reformat
Use .SS macro to make "notmuch setup" a subsection. Introduce another
subsection for the remaining commands.
- notmuch-config.1: reformat
Put all the syntax in the synopsis. Supposedly this is the the UNIX way.
- notmuch-reply.1: fix formatting issues.
Give nicer formatting for synopsis.
Insert missing SEE ALSO header.
- notmuch-dump.1: reformat using subsections
These seems more natural, although, as mentioned, it does require
referring back to the synopsis. Or maybe copying parts of the
synopsis
|
|
We mostly just cut and paste the command descriptions into individual
files, with a short header added to each one.
The splitting into subdirectories is to support the use of ./man as an
element in MANPATH, e.g. for testing.
|