David Maus
e47fcaae35
Provide compatibility function for `activate-mark'
...
* org-exp.el (org-export): Use new compatibility function
`org-activate-mark'.
* org-compat.el (org-activate-mark): New function. Provide
`activate-mark' if not present (e.g. Emacs22).
Emacs 22 misses this function. Defun copied from Emac23's
`active-mark' but removed reference to customization variable
`select-active-regions' which is not present in Emacs22.
2011-06-01 09:05:24 +02:00
emacs
11a10bdfe7
Update website to show 7.5 as current release
2011-03-07 14:27:39 +00: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
Carsten Dominik
94c19c82b7
Make compiler happy
...
* lisp/org-clock.el (org-quarter-to-date): Define variables.
(org-clock-special-range): Defin variables. Use org-floor*.
(org-clocktable-write-default): Define tcol.
* lisp/org-compat.el (org-floor*): New function.
* lisp/org-complete.el: Declare external functions and variables.
2010-12-03 10:20:41 +01:00
Bastien Guerry
6630edbd0f
Set version number to 7.3
2010-11-07 14:52:14 +01:00
Julien Danjou
4ef83fbdc9
org-compat: defalias string-match-p and looking-at-p rather than defun
...
Signed-off-by: Julien Danjou <julien@danjou.info>
* lisp/org-compat.el: Create defalias for `string-match-p' and
looking-at-p.
2010-11-04 12:30:38 +01:00
Carsten Dominik
82af72eef7
Push version number to 7.02trans
2010-10-29 09:11:46 +02:00
Carsten Dominik
c5a8bc9db4
Improve XEmacs compatibility
...
* lisp/org-compat.el (org-number-sequence): New function.
* lisp/ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
* lisp/ob.el (org-babel-where-is-src-block-result): Use `org-number-sequence'.
(org-babel-current-buffer-properties): Fix variable definition.
* lisp/ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
* lisp/ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument version
of `shell-command'.
* lisp/org-latex.el (org-export-as-pdf): Use the 2-argument version
of `shell-command'.
2010-10-18 14:23:38 +02:00
Carsten Dominik
c41409c530
Enhance XEmacs compatibility
...
* lisp/org-list.el (org-list-search-unenclosed-generic): Replace call
to booleanp.
* lisp/org-compat.el (org-decompose-region): New defsubst.
* lisp/org.el (org-toggle-pretty-entities):
(org-unfontify-region): Use `org-decompose-region'.
2010-10-17 18:39:26 +02:00
Carsten Dominik
17ace08e0f
Do not use looking-at-p when it does not exist
...
* lisp/org-compat.el (org-looking-at-p): Only use looking-at-p when defined.
2010-08-17 06:32:55 +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
254740cb9c
Correct some docstrings
...
This patch 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-15 19:04:38 +02:00
Carsten Dominik
85c90e96fd
Allow org-indent-mode only on Emacsen that do support it
...
* lisp/org-compat.el (org-version-check): New function.
* lisp/org-indent.el (org-indent-mode): Check for exact emacs version.
2010-07-06 10:23:41 +02:00
Carsten Dominik
1d52e54efd
New capture system org-capture
...
* lisp/org-agenda.el (org-agenda-action): Make `c' key call org-capture.
* lisp/org-capture.el: New file.
* lisp/org-compat.el (org-get-x-clipboard): Function moved here from
remember.el.
* lisp/org-mks.el: New file
* lisp/org.el (org-set-regexps-and-options): Allow statistic cookies as
part of complex headlines.
(org-find-olp): New argument THIS-BUFFER. When set, assume that the
OLP does not contain a file name.
2010-06-22 14:19:18 +02:00
Carsten Dominik
0618aeafb3
Make raising and lowering not mess up table alignment
...
* lisp/org-compat.el (org-string-match-p):
(org-looking-at-p): New functions.
* lisp/org-table.el (org-table-align): Handle raised text with
invisible characters.
* lisp/org.el (org-script-display): Add raise properties for tables.
(org-raise-scripts): Handle raising differently inside tables.
Pretty display of subscripts and superscripts no longer messes up
table alignment. This is achieved by two things:
1. Inside tables, the raised characters are not made smaller, they
remains at the same size. Instead they are raise/lowered more, by
a full half character height to still be clearly readable as
subscript or superscript.
2. The invisible characters are taken into account when computing the
field width.
2010-06-03 10:24:04 +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
d3b8ca4a3e
Use (featurep 'xemacs) to help the byte compiler
2010-04-22 15:30:12 +02:00
Carsten Dominik
56ba0892e5
Simplify XEmacs key bindings
2010-04-21 08:38:09 +02:00
Carsten Dominik
c6ea2a1457
Use overlay-in and overlay-at instead of compatibility functions
2010-04-20 12:17:06 +02:00
Carsten Dominik
b65f1f9489
Redefine the functions where XEmacs invisibility has to be turned off
2010-04-18 19:58:24 +02:00
Carsten Dominik
97e20048b2
Use `add-to-invisibility-spec' directly
2010-04-18 19:41:05 +02:00
Carsten Dominik
b35b9914e6
Revert "Use `add-to-invisibility-spec' directly"
...
This reverts commit c2e5b13a2d
.
2010-04-18 19:38:10 +02:00
Carsten Dominik
c2e5b13a2d
Use `add-to-invisibility-spec' directly
2010-04-18 19:26:30 +02:00
Carsten Dominik
f45e6a28b1
Use the normal overlay API, not Org's one
2010-04-18 16:49:58 +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
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
db5c9d73ec
Introduce compatibility code for looking-back
2009-11-23 12:44:49 +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
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
fec6e55af3
Apply fixes from downstream Emacs
...
Patch by Glen Morris
2009-09-30 09:20:28 +02: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
1152565013
Avoid using time-to-seconds
2009-09-02 14:37:47 +02:00
Carsten Dominik
fc332703bf
Release 6.30b
2009-09-02 11:33:10 +02:00
Carsten Dominik
c54a49b7cc
Keep compiler happy and fix some ChangeLog issues
...
This is in preparation for the next sync with Emacs.
2009-09-02 11:29:59 +02:00
Carsten Dominik
1d04b205e6
Release 6.30a
2009-09-02 09:00:23 +02:00
Carsten Dominik
24e7c62b84
Some small fixes
2009-09-02 08:53:06 +02:00
Carsten Dominik
db70cdb13b
Release 6.30
2009-09-01 06:09:23 +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
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
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
b95c2a5e9a
Better treatment of face inheritance.
2009-06-02 14:50:19 +02:00
Carsten Dominik
c3b24f1c19
Fix face inheritance problem for Emacs 22
2009-05-29 09:37:05 +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
281a116938
Feeds: Avoid problems with sha1.el in Emacs 22
...
sha1-string is not autoloaded in sha1.el as in the version distributed
with Emacs 22. Instead of relying on autoloads, the sha1 library is
now required by org-feed.el.
2009-04-14 18:02:41 +02:00
Carsten Dominik
e083a14086
Compatibility: define sha1-string for Emacs 22.
2009-04-08 08:54:31 +02:00
Carsten Dominik
b6c7e8054e
iCalendar and XOXO export: Functions moved to new files.
2009-04-07 19:08:24 +02:00
Carsten Dominik
ef2ee3df5d
Version number pushed to 6.25trans
2009-04-07 18:43:42 +02:00
Carsten Dominik
61530a1db1
Reload: Only load files that were loaded before
...
The command org-reload did not only reload any loaded files, but all
lisp files in the Org distribution. Also, it actually never reloaded
any files from the contrib directory. Both of these problems are now
fixed.
2009-04-07 18:43:35 +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
01a061c2fa
Lists: Make promotion and demotion work on regions.
2009-02-20 17:20:46 +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
Carsten Dominik
19351e35c2
Version number: pushed to 6.18trans
2009-01-21 17:59:42 +01:00
Carsten Dominik
5f814319eb
Release 6.18c
2009-01-21 10:34:03 +01:00
Carsten Dominik
d164a22da6
Release 6.18a
2009-01-21 10:24:46 +01:00
Carsten Dominik
b76b28f2a7
Release 6.18
2009-01-20 10:23:26 +01:00
Carsten Dominik
ff85ca95db
Export: Optionally use <textarea> for example export.
...
Examples and src block can now be exported as <textarea> elements to
HTML if this is desired. See the documentation for more details.
2009-01-19 23:13:58 +01:00
Carsten Dominik
33897c104b
Bugfix: Use `window-full-width-p' correctly.
2009-01-18 21:21:29 +01:00
Carsten Dominik
703be2056c
Maintenance: Better implementation of `fit-window-to-buffer'.
...
This function now uses `window-full-width-p' to check if the window
has the full width.
2009-01-09 09:09:42 +01:00
Carsten Dominik
34867369df
Push version number to 6.17trans
2009-01-07 13:27:02 +01:00
Carsten Dominik
6b686333fb
Release 6.17c
2009-01-06 23:35:50 +01:00
Carsten Dominik
621d11687d
Update copyright notice to 2009
2009-01-06 10:47:36 +01:00
Carsten Dominik
da36bd29ab
Release 6.17b
2009-01-06 09:56:42 +01:00
Carsten Dominik
35c0798d69
Release 6.17a
2009-01-05 13:25:58 +01:00
Carsten Dominik
2f38ef0c60
Release 6.17
2009-01-04 09:00:34 +01:00