diff lisp/ChangeLog @ 91928:e788f311729d

(image-get-display-property): New fun. (image-forward-hscroll, image-next-line, image-eol, image-eob, image-mode) (image-minor-mode, image-toggle-display-text, image-toggle-display): Use it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 18 Feb 2008 04:08:04 +0000
parents 2e06c701088c
children 9974c43b4820
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Feb 18 02:41:11 2008 +0000
+++ b/lisp/ChangeLog	Mon Feb 18 04:08:04 2008 +0000
@@ -1,3 +1,10 @@
+2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* image-mode.el (image-get-display-property): New fun.
+	(image-forward-hscroll, image-next-line, image-eol, image-eob)
+	(image-mode, image-minor-mode, image-toggle-display-text)
+	(image-toggle-display): Use it.
+
 2008-02-18  Jason Rumney  <jasonr@gnu.org>
 
 	* international/mule.el (xml-find-file-coding-system): Don't warn
@@ -5,8 +12,8 @@
 
 	* nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
 
-	* international/mule.el (sgml-xml-auto-coding-function): Detect
-	and warn if file encoding is not utf-8 and encoding not specified.
+	* international/mule.el (sgml-xml-auto-coding-function): Detect and
+	warn if file encoding is not utf-8 and encoding not specified.
 	(xml-find-file-coding-system): New function.
 	* international/mule-conf.el (file-coding-system-alist): Use it.
 
@@ -531,8 +538,8 @@
 	* net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
 
 	* net/tramp-fish.el (tramp-fish-maybe-open-connection):
-	* net/tramp-smb.el (tramp-smb-maybe-open-connection): Use
-	`tramp-process-sentinel' as process sentinel.
+	* net/tramp-smb.el (tramp-smb-maybe-open-connection):
+	Use `tramp-process-sentinel' as process sentinel.
 
 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>