aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/org.texi2
-rw-r--r--etc/ChangeLog15
-rw-r--r--lisp/org/ChangeLog5
-rw-r--r--lisp/org/org.el2
4 files changed, 22 insertions, 2 deletions
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 102f8bcf6a0..baf89533a52 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -2796,7 +2796,7 @@ link and description parts of the link.
2796@cindex following links 2796@cindex following links
2797@kindex C-c C-o 2797@kindex C-c C-o
2798@kindex RET 2798@kindex RET
2799@item C-c C-o @r{or} @key{RET} 2799@item C-c C-o
2800Open link at point. This will launch a web browser for URLs (using 2800Open link at point. This will launch a web browser for URLs (using
2801@command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for 2801@command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for
2802the corresponding links, and execute the command in a shell link. When the 2802the corresponding links, and execute the command in a shell link. When the
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 45ecf6cbac2..4f9935c9150 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,17 @@
1<<<<<<< ChangeLog
22009-02-02 Carsten Dominik <dominik@science.uva.nl>
3
4 * refcards/orgcard.tex: New version number.
5
62009-01-31 Carsten Dominik <dominik@science.uva.nl>
7
8 * refcards/orgcard.tex: New version number.
9
102009-01-30 Carsten Dominik <dominik@science.uva.nl>
11
12 * refcards/orgcard.tex: New version number.
13
14=======
12009-02-04 Dan Nicolaescu <dann@ics.uci.edu> 152009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
2 16
3 * compilation.txt (gnu): Add an example for the "note" format. 17 * compilation.txt (gnu): Add an example for the "note" format.
@@ -6,6 +20,7 @@
6 20
7 * PROBLEMS (CPP): Note problem with resource compiler of MSVC. 21 * PROBLEMS (CPP): Note problem with resource compiler of MSVC.
8 22
23>>>>>>> 1.761
92009-01-28 Juanma Barranquero <lekktu@gmail.com> 242009-01-28 Juanma Barranquero <lekktu@gmail.com>
10 25
11 * PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys. 26 * PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys.
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 994b3be3791..57552fcc312 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,8 @@
12009-02-04 Carsten Dominik <dominik@science.uva.nl>
2
3 * org.el (org-return-follows-link): Revert setting
4 `org-return-follows-link' to t by default.
5
12009-02-02 Carsten Dominik <dominik@science.uva.nl> 62009-02-02 Carsten Dominik <dominik@science.uva.nl>
2 7
3 * org.el (org-cycle-global-at-bob): Fix typo. 8 * org.el (org-cycle-global-at-bob): Fix typo.
diff --git a/lisp/org/org.el b/lisp/org/org.el
index f60be95d7f3..e98750b48e7 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -1113,7 +1113,7 @@ Needs to be set before org.el is loaded."
1113 :group 'org-link-follow 1113 :group 'org-link-follow
1114 :type 'boolean) 1114 :type 'boolean)
1115 1115
1116(defcustom org-return-follows-link t 1116(defcustom org-return-follows-link nil
1117 "Non-nil means, on links RET will follow the link. 1117 "Non-nil means, on links RET will follow the link.
1118Needs to be set before org.el is loaded." 1118Needs to be set before org.el is loaded."
1119 :group 'org-link-follow 1119 :group 'org-link-follow