Mercurial > emacs
changeset 96825:33a298e6bf4c
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 19 Jul 2008 23:57:12 +0000 |
parents | 9ebcc98e40f8 |
children | 1e197e79733b |
files | lisp/ChangeLog |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.