From 95ca2834e62464910deeb708ce25e2320913dbf2 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 7 Feb 2008 14:45:04 +0100 Subject: [PATCH] Release 5.21. --- ORGWEBPAGE/Changes.org | 6 ++++++ ORGWEBPAGE/index.org | 7 ++++--- ORGWEBPAGE/tmp/Changes.html | 15 +++++++++++++-- ORGWEBPAGE/tmp/index.html | 13 +++++++------ org.el | 4 ++-- org.texi | 2 +- orgcard.tex | 2 +- 7 files changed, 34 insertions(+), 15 deletions(-) diff --git a/ORGWEBPAGE/Changes.org b/ORGWEBPAGE/Changes.org index 99ba5cb83..7ed186554 100644 --- a/ORGWEBPAGE/Changes.org +++ b/ORGWEBPAGE/Changes.org @@ -5,6 +5,12 @@ #+EMAIL: carsten at orgmode dot org #+OPTIONS: H:3 num:nil toc:nil \n:nil @:t ::t |:t ^:{} *:t TeX:t LaTeX:nil +* Version 5.21 + + Bug fixes, in particular the long-hunted bug about wrong window + positions after pressing SPACE in the agenda. Hopefully this + is really fixed. + * Version 5.20 ** Overview diff --git a/ORGWEBPAGE/index.org b/ORGWEBPAGE/index.org index f69a62058..3b479a372 100644 --- a/ORGWEBPAGE/index.org +++ b/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 structured ASCII file, HTML, and LaTeX. -* Current Version (5.20) and Compatibility +* Current Version (5.21) and Compatibility -The current version is 5.20. To see what has changed in recent +The current version is 5.21. To see what has changed in recent 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 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 **** Distribution -Download as [[file:org-5.20.zip][zip file]] or [[file:org-5.20.tar.gz][gzipped tar archive]]. These archives contain +Download as [[file:org-5.21.zip][zip file]] or [[file:org-5.21.tar.gz][gzipped tar archive]]. These archives contain 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 has been posted [[http://www.philfam.co.uk/pete/GTD/org-mode/update-org.sh][here]]. @@ -209,3 +209,4 @@ page]], and start from there. * Related Software [[http://sachachua.com/wp/][Sacha Chua]] about [[http://sachachua.com/wp/2007/12/26/emacs-choosing-between-org-and-planner/][Choosing between Planner and Org]]. + diff --git a/ORGWEBPAGE/tmp/Changes.html b/ORGWEBPAGE/tmp/Changes.html index db2b7285f..c4c2283e6 100644 --- a/ORGWEBPAGE/tmp/Changes.html +++ b/ORGWEBPAGE/tmp/Changes.html @@ -6,13 +6,24 @@ lang="en" xml:lang="en"> Org-mode list of User-visible changes - +

Org-mode list of User-visible changes

+

Version 5.21

+ + +

+Bug fixes, in particular the long-hunted bug about wrong window +positions after pressing SPACE in the agenda. Hopefully this +is really fixed. +

+
+ +

Version 5.20

@@ -6500,6 +6511,6 @@ HTML exporter upgrade, in particular table of contents

Author: Carsten Dominik <carsten at orgmode dot org>

-

Date: 2008/02/05 20:14:51

+

Date: 2008/02/07 14:40:23

diff --git a/ORGWEBPAGE/tmp/index.html b/ORGWEBPAGE/tmp/index.html index 60c1f3ee0..c9d301c63 100644 --- a/ORGWEBPAGE/tmp/index.html +++ b/ORGWEBPAGE/tmp/index.html @@ -6,7 +6,7 @@ lang="en" xml:lang="en"> Org-Mode Homepage - + @@ -15,7 +15,7 @@ lang="en" xml:lang="en">

Table of Contents

-

Current Version (5.20) and Compatibility

+

Current Version (5.21) and Compatibility

-The current version is 5.20. To see what has changed in recent +The current version is 5.21. To see what has changed in recent releases, check this list of user-visible changes. These descriptions are extensive, to avoid that people will be printing the manual after 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.

Author: Carsten Dominik <carsten at orgmode dot org>

-

Date: 2008/02/05 20:14:52

+

Date: 2008/02/07 14:40:24

diff --git a/org.el b/org.el index ee5c06694..d5a994a30 100644 --- a/org.el +++ b/org.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 5.20a +;; Version: 5.21 ;; ;; This file is part of GNU Emacs. ;; @@ -84,7 +84,7 @@ ;;; Version -(defconst org-version "5.20a" +(defconst org-version "5.21" "The version number of the file org.el.") (defun org-version (&optional here) diff --git a/org.texi b/org.texi index f9fafb0cd..50b7856e7 100644 --- a/org.texi +++ b/org.texi @@ -3,7 +3,7 @@ @setfilename ../../info/org @settitle Org Mode Manual -@set VERSION 5.20 +@set VERSION 5.21 @set DATE February 2008 @dircategory Emacs diff --git a/orgcard.tex b/orgcard.tex index 5abc74bd4..eb8c51e1f 100644 --- a/orgcard.tex +++ b/orgcard.tex @@ -1,5 +1,5 @@ % Reference Card for Org Mode -\def\orgversionnumber{5.20} +\def\orgversionnumber{5.21} \def\versionyear{2008} % latest update \def\year{2008} % latest copyright year -- 2.11.4.GIT