aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStephen Berman2014-07-28 11:07:56 +0200
committerTassilo Horn2014-07-28 11:07:56 +0200
commit414e1537ab09d2f4571e61b420523dcd082f2d3a (patch)
tree946f64e761a3001be5356cdd89c8f92080faa34f /lisp/ChangeLog
parent34c6b847fbad20b026ee878f6c3b97ab481f6a92 (diff)
downloademacs-414e1537ab09d2f4571e61b420523dcd082f2d3a.tar.gz
emacs-414e1537ab09d2f4571e61b420523dcd082f2d3a.zip
Open doc text also if it's not saved to a file.
* doc-view.el (doc-view-open-text): Don't require that the document is saved in a file (e.g., email attachment).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e00e58c20b5..23e66fe3158 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-07-28 Stephen Berman <stephen.berman@gmx.net>
2
3 * doc-view.el (doc-view-open-text): Don't require that the
4 document is saved in a file (e.g., email attachment).
5
12014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org> 62014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 7
3 Parse completion input in a iPython friendly way. (Bug#18084) 8 Parse completion input in a iPython friendly way. (Bug#18084)