branch: elpa/org-tree-slide commit 0fc7d31d12e49a453efae337a2efc1e7e8b53a62 Author: Takaaki ISHIKAWA <tak...@ieee.org> Commit: Takaaki ISHIKAWA <tak...@ieee.org>
Update ChangeLog --- ChangeLog | 10 +++++++++- README.org | 59 ++++++++++++++----------------------------------------- org-tree-slide.el | 2 +- 3 files changed, 25 insertions(+), 46 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3b357a5242..eb4a4e82c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2020-06-05 Takaaki ISHIKAWA <tak...@ieee.org> + + * org-tree-slide.el (org-tree-slide-indicator): New plist to control showing messages in mini buffer + +2020-01-14 Norman Walsh <n...@nwalsh.com> + + * org-tree-slide.el: Add support for date header (#31) + 2019-07-30 Takaaki ISHIKAWA <tak...@ieee.org> * org-tree-slide.el (org-tree-slide-content--pos): Rename @@ -29,7 +37,7 @@ 2016-05-14 Takaaki ISHIKAWA <tak...@ieee.org> - * org-tree-slide.el: Merged breadcrumbs feature (#23) + * org-tree-slide.el: Merged breadcrumbs feature (#23) (by Matus) - org-tree-slide-breadcrumbs is added to show breadcrumbs in the header 2015-12-23 Takaaki ISHIKAWA <tak...@ieee.org> diff --git a/README.org b/README.org index 66db8b0d5a..25ae95b205 100644 --- a/README.org +++ b/README.org @@ -1,7 +1,7 @@ #+title: README for Org Tree Slide #+author: Takaaki Ishikawa #+email: tak...@ieee.org -#+date: [2020-06-05 Fri 16:07] +#+date: [2020-06-05 Fri 23:39] #+startup: content [[http://melpa.org/#/org-tree-slide][http://melpa.org/packages/org-tree-slide-badge.svg]] @@ -249,49 +249,20 @@ NOTE: For senior user, some hook were renamed, please update your configurations * 7. History -see also ChangeLog - -|---------+------------------+-------------------------------------------------| -| Version | Date | Description | -|---------+------------------+-------------------------------------------------| -| v2.8.6 | 2017-11-30@15:33 | Added a hook for CONTENT viewing mode | -| v2.8.5 | 2016-05-14@14:09 | Added breadcrumbs feature (by Matus) | -| v2.8.4 | 2015-08-12@21:35 | 'COMMENT'-subtree will be hidden (by Stefano) | -| v2.8.3 | 2015-08-09@01:04 | Added a flag to reveal subtrees to be skipped | -| v2.8.1 | 2015-02-27@10:42 | Hide org-clock related code | -| v2.8.0 | 2015-02-20@21:27 | Changed Keymap, and renamed/added hooks | -| v2.7.5 | 2015-02-15@16:29 | Replace ots- with org-tree-slide-- | -| v2.7.4 | 2015-02-14@23:30 | Refine displaying slide number in modeline | -| v2.7.2 | 2015-01-12@19:56 | Suppress an error message from org-timer | -| v2.7.1 | 2015-01-12@18:28 | Hide skipped slides when CONTENT mode | -| v2.7.0 | 2013-07-21@05:21 | Support buffers without headings | -| v2.6.8 | 2013-02-19@12:49 | Added a flag to control face setting | -| v2.6.6 | 2013-02-19@11:22 | Added a new toggle to skip commented trees | -| v2.6.4 | 2013-02-12@01:43 | Added some features (issue #2, #5, and #7) | -| v2.6.2 | 2013-01-27@21:21 | Added hooks for start and stop the presentation | -| v2.6.0 | 2012-11-21@02:14 | Support dark color theme (by @uk-ar) | -| v2.5.4 | 2012-01-11@23:02 | Add autoload magic comments | -| v2.5.3 | 2011-12-18@00:50 | Fix a bug for an org buffer without header | -| v2.5.2 | 2011-12-17@17:52 | Set presentation profile as the default | -| v2.5.1 | 2011-12-17@13:34 | org-tree-slide-skip-done set nil as default | -| v2.5.0 | 2011-12-12@18:16 | Remove auto-play function (TBD) | -| v2.4.1 | 2011-12-09@11:46 | Add an option to control mode line display | -| v2.4.0 | 2011-12-08@10:51 | Support TODO pursuit in a slideshow | -| v2.3.2 | 2011-12-08@09:22 | Reduce redundant processing | -| v2.3.1 | 2011-12-07@20:30 | Add a new profile to control narrowing status | -| v2.3.0 | 2011-12-07@16:17 | Support displaying a slide number | -| v2.2.0 | 2011-12-07@02:15 | Support minor mode | -| v2.1.7 | 2011-12-06@00:26 | Support TITLE/AUTHOR/EMAIL in a header | -| v2.1.5 | 2011-12-05@17:08 | Fix an issue of title display | -| v2.1.3 | 2011-12-05@15:08 | Fix the end of slide for skip control | -| v2.1.1 | 2011-12-05@11:08 | Add skip control by heading level | -| v2.0.1 | 2011-12-02@18:29 | Change function names, ots- is introduced. | -| v2.0.0 | 2011-12-01@17:41 | Add profiles and support org 6.33x | -| v1.2.5 | 2011-10-31@18:34 | Add CONTENT view to see all the subtrees. | -| v1.2.3 | 2011-10-30@20:42 | Add a variable to control slide-in duration | -| v1.2.1 | 2011-10-30@16:10 | Add slide-in visual effect | -| v1.1.1 | 2011-10-28@16:16 | Add functions to start and stop slide view | -| v1.0.0 | 2011-09-28@20:59 | Release the initial version | +see also [[https://github.com/takaxp/org-tree-slide/blob/master/ChangeLog][ChangeLog]] for details + +|---------+------------------+-----------------------------------------| +| Version | Date | Description | +|---------+------------------+-----------------------------------------| +| v2.8.0 | 2015-02-20@21:27 | Changed Keymap, and renamed/added hooks | +| v2.7.0 | 2013-07-21@05:21 | Support buffers without headings | +| v2.6.0 | 2012-11-21@02:14 | Support dark color theme | +| v2.5.0 | 2011-12-12@18:16 | Remove auto-play function (TBD) | +| v2.4.0 | 2011-12-08@10:51 | Support TODO pursuit in a slideshow | +| v2.3.0 | 2011-12-07@16:17 | Support displaying a slide number | +| v2.2.0 | 2011-12-07@02:15 | Support minor mode | +| v2.0.0 | 2011-12-01@17:41 | Add profiles and support org 6.33x | +| v1.0.0 | 2011-09-28@20:59 | Release the initial version | * 8. Contact diff --git a/org-tree-slide.el b/org-tree-slide.el index 39e25b9470..4037c5b30c 100644 --- a/org-tree-slide.el +++ b/org-tree-slide.el @@ -1,6 +1,6 @@ ;;; org-tree-slide.el --- A presentation tool for org-mode ;; -;; Copyright (C) 2011-2019 Takaaki ISHIKAWA +;; Copyright (C) 2011-2020 Takaaki ISHIKAWA ;; ;; Author: Takaaki ISHIKAWA <takaxp at ieee dot org> ;; Version: 2.8.15