Bastien Guerry
70dd1196d2
Massive code clean-up.
...
Delete trailing whitespaces.
Indent all sexps correctly.
Sentences end with double spaces.
2012-08-11 19:10:44 +02:00
Bastien Guerry
96551f3dd8
Delete `org-make-link' and replace previous occurrences by `concat'.
...
* org.el (org-make-link): Delete.
(org-store-link, org-insert-link)
(org-file-complete-link): Don't use `org-make-link'.
* org-wl.el (org-wl-store-link-folder)
(org-wl-store-link-message): Ditto.
* org-vm.el (org-vm-store-link): Ditto.
* org-rmail.el (org-rmail-store-link): Ditto.
* org-mhe.el (org-mhe-store-link): Ditto.
* org-mew.el (org-mew-store-link): Ditto.
* org-irc.el (org-irc-erc-store-link): Ditto.
* org-info.el (org-info-store-link): Ditto.
* org-id.el (org-id-store-link): Ditto.
* org-gnus.el (org-gnus-group-link, org-gnus-article-link):
Ditto.
* org-eshell.el (org-eshell-store-link): Ditto.
* org-bbdb.el (org-bbdb-store-link): Ditto.
2012-08-03 19:03:21 +02:00
Bastien Guerry
58bef074a7
org-id.el (org-id-update-id-locations): New parameter to silent `org-id-find'.
...
* org-id.el (org-id-update-id-locations): New parameter to
silent `org-id-find'.
(org-id-find): Use the new parameter.
Thanks to Sébastien Vauban for raising a related issue.
2012-04-21 15:46:02 +02:00
Bastien Guerry
d5c0af72cf
Use (derived-mode-p 'org-mode) instead of (eq major-mode 'org-mode).
...
* org.el (org-show-hierarchy-above, org-cycle)
(org-global-cycle, org-files-list, org-store-link)
(org-link-search, org-open-file, org-display-outline-path)
(org-refile-get-location, org-update-all-dblocks)
(org-change-tag-in-region, org-entry-properties)
(org-save-all-org-buffers, org-revert-all-org-buffers)
(org-buffer-list, org-cdlatex-mode)
(org-install-agenda-files-menu, org-end-of-subtree)
(org-speedbar-set-agenda-restriction): Use (derived-mode-p
'org-mode) instead of (eq major-mode 'org-mode).
* org-timer.el (org-timer-set-timer): Ditto.
* org-table.el (orgtbl-mode, org-table-align, orgtbl-mode): Ditto.
* org-src.el (org-edit-src-exit, org-edit-src-code)
(org-edit-fixed-width-region, org-edit-src-exit): Ditto.
* org-remember.el (org-remember-handler): Ditto.
* org-mouse.el (dnd-open-file, org-mouse-insert-item): Ditto.
* org-macs.el (org-get-limited-outline-regexp): Ditto.
* org-lparse.el (org-replace-region-by): Ditto.
* org-latex.el (org-latex-to-pdf-process)
(org-replace-region-by-latex): Ditto.
* org-indent.el (org-indent-indent-buffer): Ditto.
* org-id.el (org-id-store-link, org-id-update-id-locations)
(org-id-store-link): Ditto.
* org-html.el (org-export-html-preprocess)
(org-replace-region-by-html): Ditto.
* org-footnote.el (org-footnote-normalize)
(org-footnote-goto-definition)
(org-footnote-create-definition, org-footnote-normalize): Ditto.
* org-docbook.el (org-replace-region-by-docbook): Ditto.
* org-ctags.el (find-tag): Ditto.
* org-colview.el (org-columns-redo)
(org-columns-display-here, org-columns-edit-value)
(org-columns-redo): Ditto.
* org-colview-xemacs.el (org-columns-redo)
(org-columns-display-here, org-columns-edit-value)
(org-columns-redo): Ditto.
* org-capture.el (org-capture-insert-template-here)
(org-capture, org-capture-finalize)
(org-capture-set-target-location)
(org-capture-insert-template-here): Ditto.
* org-ascii.el (org-replace-region-by-ascii): Ditto.
* org-archive.el (org-archive-subtree): Ditto.
* org-agenda.el (org-agenda)
(org-agenda-get-restriction-and-command)
(org-agenda-get-some-entry-text, org-search-view)
(org-tags-view, org-agenda-get-day-entries)
(org-agenda-format-item, org-agenda-goto, org-agenda-kill)
(org-agenda-archive-with, org-agenda-switch-to): Ditto.
2012-04-21 00:43:16 +02:00
Bastien Guerry
ecd0562c5f
Fix the master branch.
...
I started from the 78ec8e commit then cherry-picked and squashed
commits that have been done in master since then, except the bad
commits that overwrote the tree (in master) with the tree in maint.
This commit also bumps the version number to 7.8.06.
The only "fix" that was made between 78ec8e and the previous commit
is e0072f which has been reported to break stuff.
2012-03-19 22:01:29 +01:00
Bastien Guerry
6e306f65ff
Fix copyright years in maint.
2012-03-17 16:31:04 +01:00
Bastien Guerry
de42649f7b
Manually revert maint to e85080.
...
e85080 is the last correct commit in the maint branch
before releasing 7.8.04. The 7.8.05 release should be
done from this commit.
2012-03-17 16:28:46 +01:00
Bastien Guerry
73bb18ba37
Manually revert to the Release 7.8.04 tag.
2012-03-17 15:52:24 +01:00
Bastien Guerry
38c5045725
Fix copyright years.
2012-03-17 14:36:25 +01:00
Bastien Guerry
6e534f9c61
Manually revert back to commit e85080.
...
This fixes a wrong merge that should not have happened:
commit 7e903a merges the master branch into the maint branch,
while we really want to keep the maint branch a bugfix-only
branch.
This commit reverts back the maint branch to its state before
merging the master branch. From there, we will fix remaining
problems with the maint branch (e.g. copyright issues) then
release this maint branch as Org-mode 7.8.05.
2012-03-17 14:34:01 +01:00
Bastien Guerry
f6d7b32bf2
Fix trailing whitespaces.
2012-01-04 16:20:04 +01:00
Bastien Guerry
e44d2975ff
Fix copyright (to 2012) year and Org version (to 7.8.03).
2012-01-03 18:47:01 +01:00
Tassilo Horn
4bbdfd229d
Replace org-mode-p with usual (eq major-mode 'org-mode) check
...
Additionally, replace one
(or (org-mode-p) (derived-mode-p 'org-mode))
with
(derived-mode-p 'org-mode)
cause that is reflexive anyway (returns true, if the current mode is
org-mode).
Delete one check testing for org-mode or org derived mode
2011-10-22 11:29:24 +02:00
Bastien Guerry
58f1dbccf8
Remove the "Version" header in Org libraries (leave it in org.el).
...
Also remove blank lines before the ";;; org*el ends here" declarations.
Having a "Version" header forced us to update every file when releasing a
new version of Org; it also forced us to update every file when merging Org
with Emacs trunk, thus cluttering the diffs between the previously merged
version and the new one with useless information.
Glenn Morris suggested this in emacs-devel:
http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00322.html
2011-08-17 14:42:34 +02:00
Bastien Guerry
7a18799e25
Remove arch-tag at the bottom of files.
2011-08-15 20:04:38 +02:00
Bastien Guerry
904ed18bc2
Fix copyright years for elisp files in core and contrib.
...
Also add "This file is not part of GNU Emacs." when this is the case.
2011-08-15 15:23:11 +02:00
emacs
7340cee33a
Update website to show 7.7 as current release
2011-07-28 10:33:35 +00:00
Bastien Guerry
5c53026d32
Fix (a lot of) compiler warnings.
...
Also introduce `org-pop-to-buffer-same-window' as a compatibility
function for Emacs =>24.1.
2011-07-18 19:25:10 +02:00
Bastien Guerry
9c05a7c781
Bump to version 7.6
2011-07-06 21:06:03 +02:00
David Maus
e33ba24640
Remove reference to non-existent configuration option
...
* org-id.el (org-id-locations): Fix docstring, remove reference to
non-existent option.
The configuration option `org-id-use-hash' does not exist. Git bisect
and grepping for 'org-id-use-hash' showed that this string never ever
occured more than once, hence it was never there..
2011-06-01 08:30:52 +02:00
emacs
11a10bdfe7
Update website to show 7.5 as current release
2011-03-07 14:27:39 +00:00
Bastien Guerry
df7f2bf3d9
org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
...
Upstream change from Juanma Barranquero <lekktu@gmail.com>
See message on Sun, 06 Mar 2011 01:30:16 on emacs-diff:
[Emacs-diffs] /srv/bzr/emacs/trunk r103541: * lisp/bookmark.el:
2011-03-06 02:44:33 +01:00
Tassilo Horn
9d1ce51c09
Use and show default refiling location.
...
* org.el (org-refile-get-location): Set and show default
value.
(org-goto, org-refile): Adapt calls.
* org-id.el (org-id-get-with-outline-path-completion): Adapt
call.
* org-agenda.el (org-agenda-refile, org-agenda-bulk-action):
Adapt calls.
* org-remember.el (org-remember-handler): Adapt call.
2011-03-05 12:24:47 +01:00
Carsten Dominik
7666ba421f
Version number back to 7.4
2010-12-10 18:49:40 +01:00
Carsten Dominik
76a25715c9
Bump version number to 7.5
2010-12-10 18:43:10 +01:00
Bastien Guerry
6630edbd0f
Set version number to 7.3
2010-11-07 14:52:14 +01:00
Carsten Dominik
7f79007e52
Better fix for link problem, use Liam's idea
2010-11-02 23:07:47 +01:00
Carsten Dominik
aeaf05238c
Limit creation of ID links only in Org mode buffers
...
* lisp/org-id.el (org-id-store-link): Test for org-mode before checking for
IDs.
Reporte and fix suggestion by Liam Healy
2010-11-02 23:04:10 +01:00
Carsten Dominik
82af72eef7
Push version number to 7.02trans
2010-10-29 09:11:46 +02:00
Carsten Dominik
fe684b62c6
Autoload org-id-store-link
...
* lisp/org-id.el (org-id-store-link): Autoload.
* lisp/org.el ("org-id"): Autoload `org-id-store-link'.
2010-07-21 18:37:34 +02:00
Carsten Dominik
6268cceec3
Mention release 7.01 on the website, push release number to 7.01trans
2010-07-19 08:33:24 +02:00
Philip Rooke
ef07f2afc2
Correct some docstrings [part 3]
...
This is the third patch in a series that makes some straightforward
corrections to a number of docstrings. Each change is normally to:
- correct a typo, or
- fix up hyperlinks to function or variable names, or
- ensure slightly better conformance with the documentation guidelines
and tips given in the Elisp manual
No attempt is made to provide missing docstrings or document arguments.
Cheers,
Phil
2010-07-16 20:55:38 +02:00
Michael Sperber
8b174b0d36
PATCH: Fix minor XEmacs compatibility issue
...
I'd appreciate if this one could be applied. I'll fix XEmacs to accept
#B<binary> in the future, but I'd appreciate this one anyway. Doesn't
really add complexity ...
2010-05-26 22:43:43 -06:00
David Maus
d6064d2cdf
Use new customization value for `org-id-method'.
...
Silently accept the old value for backward compatibility.
2010-05-16 16:48:51 +02:00
David Maus
aa0004004b
Provide function that returns a string with a random (version 4) UUID.
2010-05-16 16:27:33 +02:00
Carsten Dominik
c86a3fc4aa
Push version number to 6.36trans
2010-05-09 06:24:20 +02:00
Carsten Dominik
88100d1580
Release 6.36a
2010-05-09 06:13:54 +02:00
Carsten Dominik
43bf1bbbd7
Push version number to 6.35trans
2010-04-15 12:24:55 +02:00
Carsten Dominik
6f3026edf1
Release 6.35g
2010-04-08 20:15:15 +02:00
Carsten Dominik
a589c7a22e
Release 6.35f
2010-04-08 10:36:32 +02:00
Carsten Dominik
50e5924d8a
Release 6.35e
2010-04-07 16:33:52 +02:00
Carsten Dominik
f722763f8a
Release 6.35d
2010-04-07 16:26:42 +02:00
Carsten Dominik
d65ed03be6
Update copyright notices and fix wrong version tags
2010-04-07 16:26:10 +02:00
Carsten Dominik
cafbe1d038
Release 6.35c
2010-04-07 08:58:25 +02:00
Carsten Dominik
b213c0f31e
Release 6.35b
2010-04-07 07:54:14 +02:00
Carsten Dominik
08d0d2fa20
Release 6.35
2010-04-06 09:16:36 +02:00
Carsten Dominik
721e547cd9
Fix bug when there is no hast for id locations
...
Report by Gerald, fix by David Maus.
2010-02-26 19:51:15 +01:00
Carsten Dominik
2e53d9b137
Remove comma after means in many docstrings
...
Stephen Eglen says these commas should not be there.
2010-01-21 16:15:40 +01:00
Carsten Dominik
06e74afce3
Version number to 6.34trans
2010-01-20 10:13:21 +01:00
Carsten Dominik
a1709ba641
Release 6.34c
2010-01-18 00:10:11 +01:00
Carsten Dominik
2f2f9441d4
Release 6.34b
2010-01-14 23:06:55 +01:00
Carsten Dominik
c077142241
Release 6.34a
2010-01-12 08:53:44 +01:00
Carsten Dominik
288c724335
Release 6.34
2010-01-10 10:57:53 +01:00
Carsten Dominik
275b6627a6
Release 3.34
2010-01-10 10:54:52 +01:00
Carsten Dominik
7062a88410
Match TODO keywords case-sensitively
...
Samuel Wales writes:
> I found three places where the lowercase version of a todo
> kw is treated specially in the latest org. For example,
>
> * todo this is lowercase
>
> First, in the agenda, they have a special face.
>
> Second, when inserting an id link, they are removed.
>
> Third, when printing the olpath, they are removed. To
> reproduce, place point at bol on 5 and press the spacebar.
> I expect todo to be in the olpath, but it is not.
>
> Thanks.
>
>
> Samuel
>
>
> * 1
> *** 2
> ***** here are some keywords i like
> ******* todo
> ********* 5
2009-12-16 15:33:00 +01:00
Carsten Dominik
00179c97b7
Only write id locations if any are defined
...
This is to avoid an empty file when no id's have been used at all.
2009-12-10 12:19:41 +01:00
Carsten Dominik
62a7301a5e
Push release number to 6.33trans
2009-11-20 20:20:31 +01:00
Carsten Dominik
24061fddd1
Release 6.33f
2009-11-20 15:15:05 +01:00
Carsten Dominik
37e9b1c51f
Release 6.33e
2009-11-20 13:58:31 +01:00
Carsten Dominik
24a49967f1
Release 6.33d
2009-11-20 12:34:50 +01:00
Carsten Dominik
c7371cc7fe
Push version number to 6.33trans
2009-11-15 09:46:43 +01:00
Carsten Dominik
6bc6379dfe
Release 6.33c
2009-11-15 08:00:52 +01:00
Carsten Dominik
6c977c41c3
Release 6.33b
2009-11-14 16:25:31 +01:00
Carsten Dominik
b8a6721a68
Release 6.33a
2009-11-13 23:22:18 +01:00
Carsten Dominik
5ca6635993
Push version number to 6.33a
2009-11-13 22:54:22 +01:00
Carsten Dominik
82ee0cc583
Release 6.33
2009-11-13 07:10:51 +01:00
Carsten Dominik
79628eff1e
Minor fixes
2009-11-06 09:40:55 +01:00
Carsten Dominik
c2d7c2f982
Fix bug with id files to be scanned
...
John Wiegley writes:
> In `org-id-update-id-locations', it uses the value of
> org-id-extra-files and calls file-truename on all its members,
> assuming them to be filenames.
>
> However, my `org-id-extra-files' is the symbol
> `org-agenda-text-search-extra-files', which contains the symbol
> `agenda-archives'. I get an error because Org is calling
> file-truename on that symbol. This stops me from doing "id"
> based link lookups within archive files.
2009-10-28 10:06:08 +01:00
Carsten Dominik
58562167b4
Version number to 6.32trans
2009-10-27 18:23:19 +01:00
Carsten Dominik
e0949896f7
Release 6.32b
2009-10-27 18:22:28 +01:00
Carsten Dominik
037b685d50
Push version number to 6.32trans
2009-10-27 09:25:30 +01:00
Carsten Dominik
fcd2ef541f
Release 6.32
2009-10-26 08:57:21 +01:00
Carsten Dominik
6b0a251eea
Push version number to 6.31trans
2009-10-01 11:57:17 +02:00
Carsten Dominik
1b37d5e07c
Release 6.31a
2009-10-01 09:13:58 +02:00
Carsten Dominik
c11e0b44ae
Release 6.31
2009-09-30 16:03:17 +02:00
Carsten Dominik
38f82c430b
Remove final dot from a number of error messages
...
Downstream Emacs patch.
2009-09-24 09:09:33 +01:00
Carsten Dominik
0ea7f02336
Fix bug when forcing an ID onto an item.
...
The bug happened when calling org-id-get from another buffer.
It is then important to switch to that buffer when the new ID is
created.
2009-09-17 07:35:33 +01:00
Carsten Dominik
291a6db848
Release number back to 6.30trans
2009-09-04 10:39:01 +02:00
Carsten Dominik
12ab55ca43
Release 6.30d
2009-09-03 13:53:46 +02:00
Carsten Dominik
adfa87282d
Push version number to 6.30trans
2009-09-03 08:10:36 +02:00
Carsten Dominik
63e1714288
Release 6.30c
2009-09-02 14:40:56 +02:00
Carsten Dominik
fc332703bf
Release 6.30b
2009-09-02 11:33:10 +02:00
Carsten Dominik
1d04b205e6
Release 6.30a
2009-09-02 09:00:23 +02:00
Carsten Dominik
db70cdb13b
Release 6.30
2009-09-01 06:09:23 +02:00
Carsten Dominik
09acabcfb3
Fix some typos, add a new variable
2009-08-15 08:16:45 +02:00
Carsten Dominik
bfdd3d3fd3
Push version number to 6.29trans
2009-08-06 12:07:20 +02:00
Carsten Dominik
0864163024
Release 6.29c
2009-08-06 06:26:23 +02:00
Carsten Dominik
d6b37ddbea
Release 6.29b
2009-08-05 12:34:30 +02:00
Carsten Dominik
1c25048e48
Release 6.29a
2009-08-04 23:54:22 +02:00
Carsten Dominik
d67a9be8a2
Release 6.29
2009-08-04 23:06:39 +02:00
Carsten Dominik
2eecb4c43c
Fix white-space errors
2009-08-03 17:30:30 +02:00
Carsten Dominik
5dbc23baed
Keep compiler happy
2009-08-03 13:28:24 +02:00
Carsten Dominik
31ceed47ff
New minor mode org-indent-mode
...
This mode implements outline indentation similar to clean view, but in
a dynamic and virtual way, at display time.
2009-08-03 06:24:24 +02:00
Carsten Dominik
98998abc0d
ID links: Honor `org-link-frame-setup'.
2009-08-02 15:51:26 +02:00
Bastien Guerry
bd4a9fe510
org-id.el: New option org-id-uuid-program to set uuidgen program.
...
On some systems, uuidgen is named uuid.
Let the user define the uuidgen program name.
2009-07-24 02:29:56 +02:00
Carsten Dominik
f648323253
Push version number to 6.28trans
2009-06-26 17:26:50 +02:00
Carsten Dominik
cd4e52a5ef
Release 6.28d
2009-06-26 17:23:27 +02:00
Carsten Dominik
00ddc4dba7
Release 6.28c
2009-06-26 09:27:50 +02:00
Carsten Dominik
e7ffcc1d4d
Release 6.28b
2009-06-25 09:01:20 +02:00
Carsten Dominik
7906427aa6
Release 6.28
2009-06-25 08:59:59 +02:00
Carsten Dominik
ae7b8f6b12
Push version number to 6.27trans
2009-05-26 15:41:44 +02:00
Carsten Dominik
0421dead4b
Release 6.27a
2009-05-25 16:04:45 +02:00
Carsten Dominik
b681c7b26e
Release 6.27
2009-05-23 08:22:04 +02:00
Carsten Dominik
69e6d249aa
Push version number to 6.26trans
2009-04-22 09:08:13 +02:00
Carsten Dominik
73854f435d
Release 6.26d
2009-04-22 06:42:17 +02:00
Carsten Dominik
595e9603ac
Release 6.26c
2009-04-21 20:26:27 +02:00
Carsten Dominik
e0cd12716a
Release 6.26b
2009-04-21 10:21:36 +02:00
Carsten Dominik
b8a5f1a7fc
Release 6.26a
2009-04-19 22:31:36 +02:00
Carsten Dominik
ba66d2c8ae
Release 6.26
2009-04-19 08:38:49 +02:00
Carsten Dominik
4b4328e29b
Refile: New function to verify a target.
...
The variable `org-refile-target-verify-function' can be set to a
function that will be called to verify a refile target. The function
must return t if the target is valid.
2009-04-17 17:57:18 +02:00
Carsten Dominik
ef2ee3df5d
Version number pushed to 6.25trans
2009-04-07 18:43:42 +02:00
Carsten Dominik
eef47f820f
Release 6.25d
2009-04-05 15:29:45 +02:00
Carsten Dominik
e2eebc83a1
Release 6.25c
2009-04-05 08:45:39 +02:00
Carsten Dominik
5624263d97
Release 6.25b
2009-04-03 19:18:41 +02:00
Carsten Dominik
1426f8bcfd
Release 6.25a
2009-04-02 18:24:52 +02:00
Carsten Dominik
aeb5cb98d6
Release 6.25
2009-04-01 16:00:39 +02:00
Carsten Dominik
722fc9a490
Version number to 6.24trans
2009-03-14 08:03:10 +01:00
Carsten Dominik
c8b6a9cc60
Release 6.24c
2009-03-12 12:51:17 +01:00
Carsten Dominik
680d8cb440
Release 6.24b
2009-03-10 17:50:17 +01:00
Carsten Dominik
7e8a387184
Release 6.24a
2009-03-09 05:37:09 +01:00
Carsten Dominik
20828f3176
Release 6.24
2009-03-05 21:11:18 +01:00
Carsten Dominik
c91bca9d1c
Push version number to 6.23trans
2009-02-26 21:32:04 +01:00
Carsten Dominik
6c8beec225
Release 6.23b
2009-02-22 18:37:24 +01:00
Carsten Dominik
482216f300
Release 6.23a
2009-02-21 15:18:39 +01:00
Carsten Dominik
82f2fca21e
Release 6.23
2009-02-20 11:16:03 +01:00
Carsten Dominik
492a5b5ea9
Version number: Push to 6.22trans
2009-02-13 07:45:42 +01:00
Carsten Dominik
bc5b0056e7
Release 6.22b
2009-02-10 20:21:33 +01:00
Carsten Dominik
e592c77846
Release 6.22a
2009-02-10 10:11:23 +01:00
Carsten Dominik
8d213584ff
Release 6.22
2009-02-10 08:23:35 +01:00
Carsten Dominik
93ec228f36
Push version number to 6.21trans
2009-02-03 00:06:22 +01:00
Carsten Dominik
0b424cb238
Release 6.21b
2009-02-02 21:42:20 +01:00
Carsten Dominik
2fa17ebf74
Release 6.21a
2009-02-02 14:23:54 +01:00
Carsten Dominik
193fab0788
Release 6.21
2009-02-02 12:18:44 +01:00
Carsten Dominik
c1296074f2
Release 6.20i
2009-02-01 00:16:43 +01:00
Carsten Dominik
924110aecc
Release 6.20h
2009-01-30 18:31:37 +01:00
Carsten Dominik
f99b00f61c
Release 6.20g
2009-01-30 09:20:41 +01:00
Carsten Dominik
bb3570eae9
Release 6.20f
2009-01-29 15:29:07 +01:00
Carsten Dominik
11fa49dd21
Release 6.20e
2009-01-29 14:13:30 +01:00
Carsten Dominik
317f08c69b
Release 6.20d
2009-01-29 10:38:35 +01:00
Carsten Dominik
435ac059bf
Release 6.20c
2009-01-28 14:35:50 +01:00
Carsten Dominik
bc19e4df69
Release 6.20b
2009-01-28 14:04:56 +01:00
Carsten Dominik
16f7c4f384
Release 6.20a
2009-01-28 12:28:54 +01:00
Carsten Dominik
b81f597de0
Release 6.20
2009-01-28 09:30:12 +01:00
Carsten Dominik
78b4ca8cfc
Release 6.19e
2009-01-27 11:44:49 +01:00
Carsten Dominik
2860252c9e
Minor fixes, and release 6.19d
2009-01-27 09:11:34 +01:00
Carsten Dominik
c848dae4be
Release 6.19c
2009-01-27 09:02:13 +01:00
Carsten Dominik
f31255c8f3
Maintenance: Remove unused variables.
2009-01-26 11:04:45 +01:00
Carsten Dominik
ea446a6ff7
Release 6.19b
2009-01-26 08:22:14 +01:00
Carsten Dominik
5e965557b3
Release 6.19a
2009-01-25 16:08:16 +01:00
Carsten Dominik
41e51dfef4
Release 6.19
2009-01-25 13:41:09 +01:00