# HG changeset patch
# User Juri Linkov <juri@jurta.org>
# Date 1216511832 0
# Node ID 33a298e6bf4ce3f18f74738deff4f763d46cd630
# Parent  9ebcc98e40f80000a8ef76aeda8b42de154f4e33
*** empty log message ***

diff -r 9ebcc98e40f8 -r 33a298e6bf4c lisp/ChangeLog
--- a/lisp/ChangeLog	Sat Jul 19 23:56:39 2008 +0000
+++ b/lisp/ChangeLog	Sat Jul 19 23:57:12 2008 +0000
@@ -1,3 +1,24 @@
+2008-07-19  Juri Linkov  <juri@jurta.org>
+
+	* startup.el (fancy-startup-text): Move the line "To quit
+	a partially entered command, type Control-g" a few lines below
+	to be after the line "To start".  Add text "at gnu.org" to
+	"Overview of Emacs features".
+
+	* dired.el (dired-mode-map): Fix menu text of
+	image-dired-display-thumbs.
+
+	* image-dired.el (image-dired-cmd-create-thumbnail-options)
+	(image-dired-cmd-create-temp-image-options)
+	(image-dired-cmd-create-standard-thumbnail-command): Add > to the
+	ImageMagick command line to change the dimensions of the image
+	only if its width or height exceeds the geometry specification.
+
+	* longlines.el: Add coding cookie utf-8 for the pilcrow sign.
+
+	* proced.el (proced-mode, proced): Add \\<proced-mode-map>
+	to docstrings.
+
 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
 	* term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
 	Vinicius Jose Latorre.