diff options
| author | Eric Schulte | 2014-05-11 23:09:43 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-05-11 23:09:43 -0700 |
| commit | 45d2587daf5fa76b7a2d077dba56b82e8e2b2ab3 (patch) | |
| tree | d8e3408ee864f59219be8b7fce14a6454c4b125d /lisp/org/ChangeLog | |
| parent | 97100b43793e0e123068bd31691659886a066f39 (diff) | |
| download | emacs-45d2587daf5fa76b7a2d077dba56b82e8e2b2ab3.tar.gz emacs-45d2587daf5fa76b7a2d077dba56b82e8e2b2ab3.zip | |
ob-screen tempfile fixes
* lisp/org/ob-screen.el (org-babel-screen-session-write-temp-file)
(org-babel-screen-test): Use unpredictable names for temporary files.
Fixes: debbugs:17416
Diffstat (limited to 'lisp/org/ChangeLog')
| -rw-r--r-- | lisp/org/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 8a9fc20b4ff..a74388b7d71 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-04-22 Aaron Ecay <aaronecay@gmail.com> | 7 | 2014-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 |