+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.
("\\.dtd\\'" . sgml-mode)
("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
("\\.js\\'" . java-mode) ; javascript-mode would be better
- ("\\.x[bp]m\\'" . c-mode)
;; .emacs or .gnus or .viper following a directory delimiter in
;; Unix, MSDOG or VMS syntax.
("[]>:/\\]\\..*\\(emacs\\|gnus\\|viper\\)\\'" . emacs-lisp-mode)