aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-02-16 12:07:05 +0100
committerGravatar Tom Willemsen2013-02-16 12:07:05 +0100
commit5d51c35bb73434f22363542230d2b01d397f223f (patch)
tree354307c89fee01b6b47094667a50bf099f04e6fa
parent5a036e4ad33dd337ba4657f47f0d61b72436f629 (diff)
downloadmarkam-5d51c35bb73434f22363542230d2b01d397f223f.tar.gz
markam-5d51c35bb73434f22363542230d2b01d397f223f.zip
Add NEWS file
-rw-r--r--NEWS64
1 files changed, 64 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..c520af3
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,64 @@
+Markam NEWS -- history of user-visible changes.
+
+Copyright (C) 2013 Tom Willemsen
+See the end of the file for license conditions.
+
+Please send Markam bug reports to tom at ryuslash dot org.
+
+
+* Next
+
+** Add NEWS file.
+
+
+* Version 0.2.0
+
+** Add targets to Makefile.
+
+Add the `install', `uninstall', `install-strip' and several
+documentation format targets to the Makefile to make installation
+easier.
+
+** Add simplistic searching.
+
+It looks for either bookmarks having a tag that matches the given
+string or where the given string is in the bookmark's title.
+
+** Add a `--script' switch.
+
+This switch causes output of bookmarks to change. When given each
+bookmark's title, description and url are printed separated by a `C-^'
+character and each bookmark is separated by a `C-_' character. This is
+to help other programs parse these fields.
+
+** Add searching and completion to Conkeror interface.
+
+This uses the new `--script' switch to search through a user's
+bookmarks and suggest the matching ones to Conkeror as completion
+candidates.
+
+
+* Version 0.1.0
+
+** Initial release
+
+
+----------------------------------------------------------------------
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or (at
+your option) any later version.
+
+This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+
+Local Variables:
+mode: outline
+paragraph-separate: "[ ]*$"
+End: