Browse Source

Release 5.22a.

Carsten Dominik 17 years ago
parent
commit
9bca3981f7
7 changed files with 719 additions and 101 deletions
  1. 1 1
      Makefile
  2. 636 84
      ORGWEBPAGE/Changes.txt
  3. 3 3
      ORGWEBPAGE/index.org
  4. 69 3
      ORGWEBPAGE/tmp/Changes.html
  5. 6 6
      ORGWEBPAGE/tmp/index.html
  6. 2 2
      org.el
  7. 2 2
      org.texi

+ 1 - 1
Makefile

@@ -244,5 +244,5 @@ push:
 	git-push git+ssh://repo.or.cz/srv/git/org-mode.git master
 	git-push git+ssh://repo.or.cz/srv/git/org-mode.git master
 
 
 pushtag:
 pushtag:
-	git-tag -m "adding tag" -a $(TAG)
+	git-tag -m "Adding tag" -a $(TAG)
 	git-push git+ssh://repo.or.cz/srv/git/org-mode.git $(TAG)
 	git-push git+ssh://repo.or.cz/srv/git/org-mode.git $(TAG)

File diff suppressed because it is too large
+ 636 - 84
ORGWEBPAGE/Changes.txt


+ 3 - 3
ORGWEBPAGE/index.org

@@ -22,9 +22,9 @@ messages, BBDB entries, and any files related to the projects.  For
 printing and sharing of notes, an Org-mode file can be exported as a
 printing and sharing of notes, an Org-mode file can be exported as a
 structured ASCII file, HTML, and LaTeX.
 structured ASCII file, HTML, and LaTeX.
 
 
-* Current Version (5.22) and Compatibility
+* Current Version (5.22a) and Compatibility
 
 
-The current version is 5.22.  To see what has changed in recent
+The current version is 5.22a.  To see what has changed in recent
 releases, check this [[file:Changes.html][list of user-visible changes]].  These descriptions
 releases, check this [[file:Changes.html][list of user-visible changes]].  These descriptions
 are extensive, to avoid that people will be printing the manual after
 are extensive, to avoid that people will be printing the manual after
 each incremental release.  If you have an older version of the manual,
 each incremental release.  If you have an older version of the manual,
@@ -39,7 +39,7 @@ but may lag a bit behind the website release.
 * Downloads
 * Downloads
 
 
 **** Distribution
 **** Distribution
-Download as [[file:org-5.22.zip][zip file]] or [[file:org-5.22.tar.gz][gzipped tar archive]].  These archives contain
+Download as [[file:org-5.22a.zip][zip file]] or [[file:org-5.22a.tar.gz][gzipped tar archive]].  These archives contain
 both the Lisp file org.el and the documentation in PDF and (TeX)Info
 both the Lisp file org.el and the documentation in PDF and (TeX)Info
 formats.  A shell script to simplify upgrading to the newest release
 formats.  A shell script to simplify upgrading to the newest release
 has been posted [[http://www.philfam.co.uk/pete/GTD/org-mode/update-org.sh][here]].
 has been posted [[http://www.philfam.co.uk/pete/GTD/org-mode/update-org.sh][here]].

+ 69 - 3
ORGWEBPAGE/tmp/Changes.html

@@ -6,7 +6,7 @@ lang="en" xml:lang="en">
 <title>Org-mode list of User-visible changes</title>
 <title>Org-mode list of User-visible changes</title>
 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
 <meta name="generator" content="Org-mode"/>
 <meta name="generator" content="Org-mode"/>
-<meta name="generated" content="2008/02/12 12:28:13"/>
+<meta name="generated" content="2008/02/19 09:12:40"/>
 <meta name="author" content="Carsten Dominik"/>
 <meta name="author" content="Carsten Dominik"/>
 <link rel=stylesheet href="freeshell2.css" type="text/css">
 <link rel=stylesheet href="freeshell2.css" type="text/css">
 </head><body>
 </head><body>
@@ -17,14 +17,79 @@ lang="en" xml:lang="en">
 
 
 
 
 
 
+<div class="outline-3">
+<h3>Incompatible changes</h3>
+
+
+<ul>
+<li>
+The variable `org-log-done' is now less complex.
+</li>
+<li>
+The in-buffer settings for logging have changed.  Some
+options no longer exists, some new ones have been added.
+
+</li>
+</ul></div>
+
 <div class="outline-3">
 <div class="outline-3">
 <h3>Details</h3>
 <h3>Details</h3>
 
 
 
 
+
+<div class="outline-4">
+<h4>Changes to logging progress</h4>
+
+
+<p>
+There is now more control over which state changes are being
+logged in what way.  Please read carefully the corresponding
+sections in the manual.  Basically: 
+</p>
+<ul>
+<li>
+The variable `org-log-done' has been simplified, it no
+longer influences logging state changes and clocking out.
+</li>
+<li>
+There is a new variable for triggering note-taking when
+clocking out an item: `org-log-note-clock-out'.
+</li>
+<li>
+Logging of state changes now has to be configured on a
+pre-keyword basis, either in `org-todo-keywords' or in the
+#+TODO in-buffer setting.
+</li>
+<li>
+These per-keyword settings allow more control.  For example
+
+<p>
+<pre>
+ WAIT(w@)    Record a note when entering this state.
+ WAIT(w!)    Record a timestamp when entering this state.
+ WAIT(w@/!)  Recore a note when entering and timestamp
+             when leaving this state.  This is great for
+             getting a record when switching *back* from
+              WAIT to TODO.
+ WAIT(/!)    Record a timestamp when leaving this state.
+             Here we not even define a fast access
+             character, but just the logging stuff.
+</pre>
+</p>
+</li>
+</ul>
+<p>This was triggered by requests from Wanrong Lin and Bernt Hansen.
+</p>
+</div>
+
+<div class="outline-4">
+<h4>Other</h4>
+
+
 <ul>
 <ul>
 <li>
 <li>
 M-RET no longer brakes a line in the middle, it will make a
 M-RET no longer brakes a line in the middle, it will make a
-new line ofter the current or (if cursor is at the beginning
+new line after the current or (if cursor is at the beginning
 of the line) before the current line.
 of the line) before the current line.
 
 
 </li>
 </li>
@@ -36,6 +101,7 @@ create a new line below the current one.
 </li>
 </li>
 </ul></div>
 </ul></div>
 </div>
 </div>
+</div>
 
 
 <div class="outline-2">
 <div class="outline-2">
 <h2>Version 5.21</h2>
 <h2>Version 5.21</h2>
@@ -6536,6 +6602,6 @@ HTML exporter upgrade, in particular table of contents
 <div id="postamble"><p class="author"> Author: Carsten Dominik
 <div id="postamble"><p class="author"> Author: Carsten Dominik
 <a href="mailto:carsten at orgmode dot org">&lt;carsten at orgmode dot org&gt;</a>
 <a href="mailto:carsten at orgmode dot org">&lt;carsten at orgmode dot org&gt;</a>
 </p>
 </p>
-<p class="date"> Date: 2008/02/12 12:28:13</p>
+<p class="date"> Date: 2008/02/19 09:12:40</p>
 </div></body>
 </div></body>
 </html>
 </html>

+ 6 - 6
ORGWEBPAGE/tmp/index.html

@@ -6,7 +6,7 @@ lang="en" xml:lang="en">
 <title>Org-Mode Homepage</title>
 <title>Org-Mode Homepage</title>
 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
 <meta name="generator" content="Org-mode"/>
 <meta name="generator" content="Org-mode"/>
-<meta name="generated" content="2008/02/12 12:28:14"/>
+<meta name="generated" content="2008/02/19 09:14:54"/>
 <meta name="author" content="Carsten Dominik"/>
 <meta name="author" content="Carsten Dominik"/>
 <link rel=stylesheet href="freeshell2.css" type="text/css">
 <link rel=stylesheet href="freeshell2.css" type="text/css">
 </head><body>
 </head><body>
@@ -15,7 +15,7 @@ lang="en" xml:lang="en">
 <h2>Table of Contents</h2>
 <h2>Table of Contents</h2>
 <ul>
 <ul>
 <li><a href="#sec-1">Org - an Emacs Mode for Notes and Project Planning</a></li>
 <li><a href="#sec-1">Org - an Emacs Mode for Notes and Project Planning</a></li>
-<li><a href="#sec-2">Current Version (5.21) and Compatibility</a></li>
+<li><a href="#sec-2">Current Version (5.22a) and Compatibility</a></li>
 <li><a href="#sec-3">Downloads</a></li>
 <li><a href="#sec-3">Downloads</a></li>
 <li><a href="#sec-4">Documentation</a>
 <li><a href="#sec-4">Documentation</a>
 <ul>
 <ul>
@@ -68,11 +68,11 @@ structured ASCII file, HTML, and LaTeX.
 </div>
 </div>
 
 
 <div class="outline-2">
 <div class="outline-2">
-<h2 id="sec-2">Current Version (5.21) and Compatibility</h2>
+<h2 id="sec-2">Current Version (5.22a) and Compatibility</h2>
 
 
 
 
 <p>
 <p>
-The current version is 5.21.  To see what has changed in recent
+The current version is 5.22a.  To see what has changed in recent
 releases, check this <a href="Changes.html">list of user-visible changes</a>.  These descriptions
 releases, check this <a href="Changes.html">list of user-visible changes</a>.  These descriptions
 are extensive, to avoid that people will be printing the manual after
 are extensive, to avoid that people will be printing the manual after
 each incremental release.  If you have an older version of the manual,
 each incremental release.  If you have an older version of the manual,
@@ -93,7 +93,7 @@ but may lag a bit behind the website release.
 
 
 <ul>
 <ul>
 <li>Distribution<br/>
 <li>Distribution<br/>
-Download as <a href="org-5.21.zip">zip file</a> or <a href="org-5.21.tar.gz">gzipped tar archive</a>.  These archives contain
+Download as <a href="org-5.22a.zip">zip file</a> or <a href="org-5.22a.tar.gz">gzipped tar archive</a>.  These archives contain
 both the Lisp file org.el and the documentation in PDF and (TeX)Info
 both the Lisp file org.el and the documentation in PDF and (TeX)Info
 formats.  A shell script to simplify upgrading to the newest release
 formats.  A shell script to simplify upgrading to the newest release
 has been posted <a href="http://www.philfam.co.uk/pete/GTD/org-mode/update-org.sh">here</a>.
 has been posted <a href="http://www.philfam.co.uk/pete/GTD/org-mode/update-org.sh">here</a>.
@@ -415,6 +415,6 @@ somehow, when I get to it&hellip;
 <div id="postamble"><p class="author"> Author: Carsten Dominik
 <div id="postamble"><p class="author"> Author: Carsten Dominik
 <a href="mailto:carsten at orgmode dot org">&lt;carsten at orgmode dot org&gt;</a>
 <a href="mailto:carsten at orgmode dot org">&lt;carsten at orgmode dot org&gt;</a>
 </p>
 </p>
-<p class="date"> Date: 2008/02/12 12:28:14</p>
+<p class="date"> Date: 2008/02/19 09:14:54</p>
 </div></body>
 </div></body>
 </html>
 </html>

+ 2 - 2
org.el

@@ -5,7 +5,7 @@
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Homepage: http://orgmode.org
 ;; Homepage: http://orgmode.org
-;; Version: 5.22
+;; Version: 5.22a
 ;;
 ;;
 ;; This file is part of GNU Emacs.
 ;; This file is part of GNU Emacs.
 ;;
 ;;
@@ -84,7 +84,7 @@
 
 
 ;;; Version
 ;;; Version
 
 
-(defconst org-version "5.22"
+(defconst org-version "5.22a"
   "The version number of the file org.el.")
   "The version number of the file org.el.")
 
 
 (defun org-version (&optional here)
 (defun org-version (&optional here)

+ 2 - 2
org.texi

@@ -3,7 +3,7 @@
 @setfilename ../../info/org
 @setfilename ../../info/org
 @settitle Org Mode Manual
 @settitle Org Mode Manual
 
 
-@set VERSION 5.22
+@set VERSION 5.22a
 @set DATE February 2008
 @set DATE February 2008
 
 
 @dircategory Emacs
 @dircategory Emacs
@@ -2743,7 +2743,7 @@ also use a prefix argument to quickly select a specific state.  For
 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
 Or you can use @kbd{S-left} to go backward through the sequence.  If you
 Or you can use @kbd{S-left} to go backward through the sequence.  If you
 define many keywords, you can use in-buffer completion
 define many keywords, you can use in-buffer completion
-(@pref{Completion}) or even a special one-key selection scheme
+(@pxref{Completion}) or even a special one-key selection scheme
 (@pxref{Fast access to TODO states}) to insert these words into the
 (@pxref{Fast access to TODO states}) to insert these words into the
 buffer.  Changing a todo state can be logged with a timestamp, see
 buffer.  Changing a todo state can be logged with a timestamp, see
 @ref{Tracking TODO state changes} for more information.
 @ref{Tracking TODO state changes} for more information.

Some files were not shown because too many files changed in this diff