branch: elpa/org-tree-slide commit ed95fa60701a50017ef6a6bf20e050fdca6217ef Author: Takaaki ISHIKAWA <taka@mba.local> Commit: Takaaki ISHIKAWA <taka@mba.local>
Update descriptions related to version 2.6.0 --- ChangeLog | 5 +++++ README.org | 7 ++++--- org-tree-slide.el | 4 +++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d26bbf5529..a048a03e2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-11-21 Takaaki ISHIKAWA <tak...@ieee.org> + + * org-tree-slide.el: Support dark color theme (by @uk-ar) + Thanks to ARISAWA-san. + 2012-01-11 Takaaki ISHIKAWA <tak...@ieee.org> * org-tree-slide.el: Add autoload magic comments diff --git a/README.org b/README.org index 1d48e05835..ecf85ad14c 100644 --- a/README.org +++ b/README.org @@ -2,7 +2,7 @@ #+AUTHOR: Takaaki Ishikawa #+EMAIL: tak...@ieee.org #+STARTUP: content -#+Last Update: 2012-01-11@23:06 +#+Last Update: 2012-11-21@02:16 * 1. What's this? @@ -145,12 +145,12 @@ If you feel the cursor moving is very slow, please change a value of =org-tree-s | 9 | org-tree-slide-modeline-display | 'outside | [*1] | -#+BEGIN_SRC +#+BEGIN_QUOTE [*1] { nil| 'lighter | 'outside } 'outside: shown in the mode line outside of lighter 'lighter: shown in lighter (slow) nil: nothing to be shown" -#+END_SRC +#+END_QUOTE ** 5-1. Useful settings for experts @@ -211,6 +211,7 @@ see also ChangeLog |---------+------------------+-----------------------------------------------| | Version | Date | Description | |---------+------------------+-----------------------------------------------| +| 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 | diff --git a/org-tree-slide.el b/org-tree-slide.el index 75311e60b7..69c4436123 100644 --- a/org-tree-slide.el +++ b/org-tree-slide.el @@ -8,6 +8,8 @@ ;; Repository: https://github.com/takaxp/org-tree-slide ;; Keywords: org-mode, presentation, narrowing ;; +;; Committer: Yuuki ARISAWA (@uk-ar) +;; ;; 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 @@ -64,7 +66,7 @@ (require 'org-timer) (require 'org-clock) ; org-clock-in, -out, -clocking-p -(defconst org-tree-slide "2.5.4" +(defconst org-tree-slide "2.6.0" "The version number of the org-tree-slide.el") (defgroup org-tree-slide nil