Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5572:c17a46ac63af
Include many more files in binary-file-regexps, files.el.
lisp/ChangeLog addition:
2011-09-21 Aidan Kehoe <kehoea@parhasard.net>
* files.el (binary-file-regexps):
Update this, adding everything that maps to no-conversion or
no-conversion-multibyte in GNU's auto-mode-alist.
In particular, add PDFs, important given gnus' problem with them
of http://mid.gmane.org/m3r637lpm5.fsf@mikesoffice.com and the
associated thread, and Uwe's recent re-reporting of the same
problem.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 21 Sep 2011 20:07:09 +0100 |
parents | 5273dd66a1ba |
children | f0f1fd0d8486 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Sep 21 19:14:15 2011 +0100 +++ b/lisp/ChangeLog Wed Sep 21 20:07:09 2011 +0100 @@ -1,3 +1,13 @@ +2011-09-21 Aidan Kehoe <kehoea@parhasard.net> + + * files.el (binary-file-regexps): + Update this, adding everything that maps to no-conversion or + no-conversion-multibyte in GNU's auto-mode-alist. + In particular, add PDFs, important given gnus' problem with them + of http://mid.gmane.org/m3r637lpm5.fsf@mikesoffice.com and the + associated thread, and Uwe's recent re-reporting of the same + problem. + 2011-09-21 Aidan Kehoe <kehoea@parhasard.net> * select.el (select-convert-to-text):