summaryrefslogtreecommitdiff
path: root/lisp/org/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2009-11-05 21:00:31 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2009-11-05 21:00:31 +0000
commit81ad75af15f169655ba4c8eada78782367cabbf0 (patch)
tree2d3cbd9cfac65ce61d80cfdbca0772c55588100d /lisp/org/ChangeLog
parent148623016fb5ff868bae887ac52b71a90b470bb2 (diff)
downloademacs-81ad75af15f169655ba4c8eada78782367cabbf0.tar.gz
emacs-81ad75af15f169655ba4c8eada78782367cabbf0.tar.bz2
emacs-81ad75af15f169655ba4c8eada78782367cabbf0.zip
* org.el (org-version, org-get-refile-targets, org-refile)
(org-store-log-note, org-diary-to-ical-string) (org-speedbar-set-agenda-restriction): * org-publish.el (org-publish-find-title): * org-plot.el (org-plot/gnuplot): * org-mouse.el (org-mouse-do-remotely): * org-mobile.el (org-mobile-move-capture): * org-mac-message.el (org-mac-message-insert-flagged): * org-latex.el (org-replace-region-by-latex): * org-docbook.el (org-replace-region-by-docbook): * org-clock.el (org-clock-out, org-clock-cancel): * org-bibtex.el (org-execute-file-search-in-bibtex): Use with-current-buffer.
Diffstat (limited to 'lisp/org/ChangeLog')
-rw-r--r--lisp/org/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index d651d6b5e19..ef82bd2076f 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,19 @@
+2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * org.el (org-version, org-get-refile-targets, org-refile)
+ (org-store-log-note, org-diary-to-ical-string)
+ (org-speedbar-set-agenda-restriction):
+ * org-publish.el (org-publish-find-title):
+ * org-plot.el (org-plot/gnuplot):
+ * org-mouse.el (org-mouse-do-remotely):
+ * org-mobile.el (org-mobile-move-capture):
+ * org-mac-message.el (org-mac-message-insert-flagged):
+ * org-latex.el (org-replace-region-by-latex):
+ * org-docbook.el (org-replace-region-by-docbook):
+ * org-clock.el (org-clock-out, org-clock-cancel):
+ * org-bibtex.el (org-execute-file-search-in-bibtex):
+ Use with-current-buffer.
+
2009-10-04 Juanma Barranquero <lekktu@gmail.com>
* org.el (org-directory, org-map-entries):