summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-05-04 22:33:01 -0400
committerKyle Meyer <kyle@kyleam.com>2015-05-04 22:33:01 -0400
commit19c70efa3e4e9bd27308f68bdae62dff16852c0f (patch)
tree5819d34bb0f7e682cc242c71adb08ed3177567b4
parentd267679cb21ec66216813900bd1b7abae5be761a (diff)
downloadbog-1.0.0.tar.gz
Bump versionv1.0.0
-rw-r--r--NEWS2
-rw-r--r--bog-todo38
-rw-r--r--bog.el2
3 files changed, 17 insertions, 25 deletions
diff --git a/NEWS b/NEWS
index a42f5d5..95ef2b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
# -*- mode: org -*-
-* Master (unreleased)
+* v1.0.0
** New features
diff --git a/bog-todo b/bog-todo
index 5f75153..dfb7ddd 100644
--- a/bog-todo
+++ b/bog-todo
@@ -3,52 +3,48 @@
#+tags: maybe
#+startup: nologdone
-* General
+* Release archive :ARCHIVE:
+
+** v1.0.0
-** DONE Inconsistent face highlighting
+*** DONE Inconsistent face highlighting
Some citekeys are not highlighed until the surrounding text is altered.
-** DONE Function for getting all citekeys in notes
+*** DONE Function for getting all citekeys in notes
Perhaps use a cache file. This could be used in
`bog-search-citekey-on-web' and `bog-rename-staged-pdf-to-citekey'.
-** DOC Mention useful tools
+*** CANCELED Mention useful tools
- projectile: Store the notes files in git directory and use projectile
to manage as project.
- git annex: Store and sync associated PDF files using git annex.
-** DONE Installation instructions
+*** DONE Installation instructions
-* Notes
+*** DONE Find in-text citekeys that don't have a header
-** DONE Find in-text citekeys that don't have a header
-
-** CANCELED Check for duplicate citekeys headings
+*** CANCELED Check for duplicate citekeys headings
:LOGBOOK:
- State "CANCELED" from "ENH" [2014-12-07 Sun 20:31] \\
This is easy enough to do with bog-search or grepping.
:END:
-** DONE Make bog-goto functions work when citekey is property
+*** DONE Make bog-goto functions work when citekey is property
Currently, `bog-goto-citekey-heading-in-buffer' and
`bog-goto-citekey-heading-in-notes' only work if the citekey is stored
as a heading, not a property.
-* BibTeX files
-
-** DONE Create combined bib from a suffix glob
+*** DONE Create combined bib from a suffix glob
For documents generated from multiple files
Default could be "*.tex".
-* PDF files
-
-** DONE Generalize PDF functions in bog
+*** DONE Generalize PDF functions in bog
Replace bog-find-citekey-pdf with bog-find-citekey-file. The extensions
that will be considered could be customized. Rebind this to "f".
@@ -56,18 +52,14 @@ bog-rename-staged-pdf-to-citekey would be
bog-rename-staged-file-to-citekey and could use the same customized
extensions (or maybe just take the extension from the original file).
-** DONE Use `org-file-apps' instead of `bog-pdf-opener'
-
-* Testing
+*** DONE Use `org-file-apps' instead of `bog-pdf-opener'
-** DONE Ability to run tests from makefile
+*** DONE Ability to run tests from makefile
-** DONE Put some of the common setup in macros
+*** DONE Put some of the common setup in macros
I'm thinking mainly of temporary Org buffers.
-* Release archive :ARCHIVE:
-
** v0.6.0
*** CANCELED Switch from obsolete `flet' to `noflet'
- State "CANCELED" from "ENH" [2014-02-12 Wed 00:50] \\
diff --git a/bog.el b/bog.el
index cf71331..483f5d6 100644
--- a/bog.el
+++ b/bog.el
@@ -5,7 +5,7 @@
;; Author: Kyle Meyer <kyle@kyleam.com>
;; URL: https://github.com/kyleam/bog
;; Keywords: bib, outlines
-;; Version: 0.6.0
+;; Version: 1.0.0
;; Package-Requires: ((cl-lib "0.5"))
;; This program is free software; you can redistribute it and/or modify