summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2016-11-09Bump versionv1.3.0Kyle Meyer
2016-10-24Add bog-clean-bib-hookKyle Meyer
2016-07-25bog-file-secondary-name: Use period instead of hyphenKyle Meyer
A hyphen is considered a word character according to bog-citekey-syntax-table, which makes bog-list-orphan-files falsely recognize secondary files as orphans. This has been an issue since 0e685a3 (Specify syntax table around all citekey regexp uses, 2016-05-23).
2016-05-23Add bog-citekey-format-allow-at optionKyle Meyer
2016-05-17Bump versionv1.2.0Kyle Meyer
2016-03-06Add command to list orphan bibsKyle Meyer
2016-01-24Add bog-dired-jump-to-citekey-file commandKyle Meyer
2016-01-17Bump versionv1.1.0Kyle Meyer
2016-01-17NEWS: Add headerKyle Meyer
2015-12-30Add command to find files with no heading citekeyKyle Meyer
2015-12-30Add command to rename existing citekey fileKyle Meyer
2015-09-04bog-create-combined-bib: Add option to avoid promptKyle Meyer
2015-08-13search: Ignore restriction locksKyle Meyer
2015-08-13NEWS: Use code tagsKyle Meyer
2015-05-04Bump versionv1.0.0Kyle Meyer
2015-03-16Support highlighting citekeys in non-Org buffersKyle Meyer
2015-03-16Replace commander with prefix mapKyle Meyer
2015-03-06Remove bog-goto-citekey-heading-in-bufferKyle Meyer
This command wasn't too useful because, within a buffer, a citekey heading can easily be jumped to with the standard org-goto interface. Also, bog-goto-citekey-heading-in-notes will check the current file first, so it behaves the same as bog-goto-citekey-heading-in-buffer, except that it prompts with all citekeys instead of just those in the current buffer. Because a prompt limited to citekeys from the current buffer can be useful, make this prompt available with a double C-u.
2015-02-17Add view mode for BogKyle Meyer
2015-02-17Use regexp for bog-citekey-file-name-separatorsKyle Meyer
Use regular expression to specify separators. This allows more flexibility in customizing citekey file names and is easily fed to directory-files.
2015-02-17Expand NEWS entryKyle Meyer
2015-02-17Add option to store citekey files in subdirectoriesKyle Meyer
2015-01-30Add command bog-open-citekey-linkKyle Meyer
This allows any link under a citekey heading to be opened, not just the first.
2015-01-29Add command bog-jump-to-topic-headingKyle Meyer
2015-01-29Add NEWS entry for bog-list-duplicate-heading-citekeysKyle Meyer
2014-12-13Extend goto functions to support citekey propertiesKyle Meyer
bog-goto-citekey-heading-in-buffer gives preference to citekeys as heading titles over citekeys as properties. The order of preference for bog-goto-citekey-heading-in-notes is the citekey as a heading title in the current buffer, the citekey as a property in the current buffer, the citekey as heading title in notes, and, finally, the citekey as property in notes.
2014-12-13Support creating combined bib from multiple filesKyle Meyer
Before, bog-create-combined-bib only collected citekeys from a single buffer. Extend it so that it also works with marked files in Dired. In addition - Rename combined bib buffer so that it includes "Bog" in the name. - Offer to skip missing bib files instead of failing. - Remove bog-collect-references and bog-collect-unique-references, which overlap with the newer bog-citekeys-in-buffer [1] and should have been removed when that function was added. [1] ce74785920d6234072eb2ebef63bd140a25534c2
2014-12-11Add command to list orphan citekeysKyle Meyer
2014-12-11Make citekey groups for web search customizableKyle Meyer
2014-12-11Add commands bog-{next,previous}-non-heading-citekeyKyle Meyer
2014-12-11Anchor and restrict citekey regular expressionKyle Meyer
Limit the characters that are allowed in the citekey to letters, digits, underscores, and hyphens. This allows the citekey to be treated as a word (temporarily expanding word constituents to include underscore and hyphen), as opposed to explicitly specifying the characters that can come before a citekey.
2014-12-08Refer to notes consistentlyKyle Meyer
2014-12-07Follow Emacs convention for spacing after periodsKyle Meyer
2014-11-23Add command to open first citekey heading linkKyle Meyer
2014-11-23Expand some NEWS itemsKyle Meyer
2014-10-15Use cache for bog-all{-heading}-citekeysKyle Meyer
2014-05-07Fix typo in NEWSKyle Meyer
2014-05-07Add bog-citekey-tree-to-indirect-bufferKyle Meyer
2014-05-06Widen if needed in goto-heading functionsKyle Meyer
Widen the buffer if the heading is outside the currently narrowed region.
2014-05-01Add NEWS for Bog commanderKyle Meyer
2014-05-01Add NEWS for new citekey selection behaviorKyle Meyer
2014-05-01Changes item spacing in NEWSKyle Meyer
2014-04-26Generalize PDF functions to any file typeKyle Meyer
2014-04-26Rename changelog.org to NEWSKyle Meyer