aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/ChangeLog')
-rw-r--r--lisp/org/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index c1e3c9998d0..a74388b7d71 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,9 @@
12014-05-12 Eric Schulte <eric.schulte@gmx.com>
2
3 * ob-screen.el (org-babel-screen-session-write-temp-file)
4 (org-babel-screen-test):
5 Use unpredictable names for temporary files. (Bug#17416)
6
12014-04-22 Aaron Ecay <aaronecay@gmail.com> 72014-04-22 Aaron Ecay <aaronecay@gmail.com>
2 8
3 * org-src.el (org-edit-src-exit): Place an undo boundary before 9 * org-src.el (org-edit-src-exit): Place an undo boundary before
@@ -286,7 +292,7 @@
286 292
2872014-04-22 Justin Gordon <justin.gordon@gmail.com> 2932014-04-22 Justin Gordon <justin.gordon@gmail.com>
288 294
289 * ox-md (org-md-separate-elements): Fix blank line insertion 295 * ox-md.el (org-md-separate-elements): Fix blank line insertion
290 between elements. 296 between elements.
291 297
292 * ox-md.el (org-md-inner-template): New function. 298 * ox-md.el (org-md-inner-template): New function.