summaryrefslogtreecommitdiff
path: root/lisp/org
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-09-27 16:56:27 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-09-27 16:56:27 +0200
commit76e3243a566a6df958972e814cf5dc27577fe2f5 (patch)
tree227a7cbb9fb30b26b72cefaf68f544f644f1dcbe /lisp/org
parentd2e9d0bbb2d63fc9588d8b2a13b46be8c67dd944 (diff)
downloademacs-76e3243a566a6df958972e814cf5dc27577fe2f5.tar.gz
Fix typos in ChangeLogs.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog19
1 files changed, 8 insertions, 11 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 72d4df0189b..0cef225770d 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -373,7 +373,7 @@
2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
- * org.el (org-confirm-shell-link-function):
+ * org.el (org-confirm-shell-link-function)
(org-confirm-elisp-link-function): Limit the values that can be set by
file variables.
@@ -391,8 +391,7 @@
* org-capture.el (org-capture-position-for-last-stored)
(org-capture-bookmark-last-stored-position): New functions.
(org-capture-place-table-line): Better error catching.
- (org-capture-place-item):
- (org-capture-place-entry):
+ (org-capture-place-item, org-capture-place-entry)
(org-capture-place-plain-text): Call
`org-capture-position-for-last-stored'.
(org-capture-finalize): Just call
@@ -449,7 +448,7 @@
* org-macs.el (org-not-nil): Return the value if not interpreted
as nil.
- * org.el (org-entry-get):
+ * org.el (org-entry-get)
(org-entry-get-with-inheritance): Interpret the value "nil"
as nil for properties.
@@ -481,9 +480,7 @@
* org.el (org-timestamp-change): New optional argument UPDOWN.
Use this to identify calls from org-timestamp-up/down, so that we can
skip by rounding minutes in this case.
- (org-timestamp-up):
- (org-timestamp-down):
- (org-timestamp-up-day):
+ (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
(org-timestamp-down-day): Call org-timestamp-change with the
updown argument.
@@ -546,7 +543,7 @@
2010-07-19 Bastien Guerry <bzg@altern.org>
- * org-agenda.el (org-agenda-get-deadlines):
+ * org-agenda.el (org-agenda-get-deadlines)
(org-agenda-get-scheduled):
* org.el (org-time-string-to-seconds):
For deadline and scheduled agenda display ignore the cyclic repeater
@@ -5064,8 +5061,8 @@
* org.el (org-global-properties-fixed): Add default for
CLOCK_MODELINE_TOTAL.
- * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
- andd tend.
+ * org-clock.el (org-clock-sum): Accept lists and strings as tstart
+ and tend.
(org-clock-sum-current-item): Optional argument TSTART, pass it to
org-clock-sum.
(org-clock-get-sum-start): New function.
@@ -8029,7 +8026,7 @@
set-text-properties to remove text properties from the clipboard
value.
- * lisp/org-clock.el (org-update-mode-line): Support limiting the
+ * org-clock.el (org-update-mode-line): Support limiting the
modeline clock string, and display the full todo value in the
tooltip. Set a local keymap so mouse-3 on the clock string goes to
the currently clocked task.