diff options
| author | Stephen Berman | 2014-07-28 11:07:56 +0200 |
|---|---|---|
| committer | Tassilo Horn | 2014-07-28 11:07:56 +0200 |
| commit | 414e1537ab09d2f4571e61b420523dcd082f2d3a (patch) | |
| tree | 946f64e761a3001be5356cdd89c8f92080faa34f /lisp/ChangeLog | |
| parent | 34c6b847fbad20b026ee878f6c3b97ab481f6a92 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org> | 6 | 2014-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) |