Mercurial > emacs
changeset 82838:fccd8136f3d6
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 25 Aug 2007 14:09:24 +0000 |
parents | 17609106f057 |
children | af7dc7457402 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Aug 25 14:09:02 2007 +0000 +++ b/lisp/ChangeLog Sat Aug 25 14:09:24 2007 +0000 @@ -1,3 +1,20 @@ +2007-08-25 Juri Linkov <juri@jurta.org> + + * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el. + + * image-mode.el: Add autoloads to put associations in auto-mode-alist: + associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and + "\\.svgz?\\'" with xml-mode and image-mode-maybe. + + * image.el (image-type-header-regexps): Use more complex regexp for svg. + (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg). + (image-type-auto-detectable): Add (svg . maybe). + + * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz + to treat it like .tgz. + + * calendar/cal-bahai.el: Add file coding cookie. + 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de> * pcvs.el (cvs-query-directory): Only prompt when prefix is given.