comparison lisp/ChangeLog @ 96825:33a298e6bf4c

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sat, 19 Jul 2008 23:57:12 +0000
parents 2ae5159088f5
children a8aac59d9c7a
comparison
equal deleted inserted replaced
96824:9ebcc98e40f8 96825:33a298e6bf4c
1 2008-07-19 Juri Linkov <juri@jurta.org>
2
3 * startup.el (fancy-startup-text): Move the line "To quit
4 a partially entered command, type Control-g" a few lines below
5 to be after the line "To start". Add text "at gnu.org" to
6 "Overview of Emacs features".
7
8 * dired.el (dired-mode-map): Fix menu text of
9 image-dired-display-thumbs.
10
11 * image-dired.el (image-dired-cmd-create-thumbnail-options)
12 (image-dired-cmd-create-temp-image-options)
13 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
14 ImageMagick command line to change the dimensions of the image
15 only if its width or height exceeds the geometry specification.
16
17 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
18
19 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
20 to docstrings.
21
1 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> 22 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
2 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by 23 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
3 Vinicius Jose Latorre. 24 Vinicius Jose Latorre.
4 25
5 2008-07-19 Glenn Morris <rgm@gnu.org> 26 2008-07-19 Glenn Morris <rgm@gnu.org>