mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-08 08:43:52 -08:00
* image-mode.el (image-forward-hscroll, image-backward-hscroll)
(image-next-line, image-previous-line, image-scroll-up) (image-scroll-down, image-bol, image-eol, image-bob, image-eob): New functions. (image-mode-map): Remap motion commands. (image-mode-text-map): New keymap for viewing images as text. (image-mode): Use image-mode-map. (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
This commit is contained in:
parent
a02a3c235e
commit
6db526f0bd
1 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,14 @@
|
|||
2007-05-24 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* image-mode.el (image-forward-hscroll, image-backward-hscroll)
|
||||
(image-next-line, image-previous-line, image-scroll-up)
|
||||
(image-scroll-down, image-bol, image-eol, image-bob, image-eob):
|
||||
New functions.
|
||||
(image-mode-map): Remap motion commands.
|
||||
(image-mode-text-map): New keymap for viewing images as text.
|
||||
(image-mode): Use image-mode-map.
|
||||
(image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
|
||||
|
||||
2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* textmodes/fill.el (canonically-space-region): Make the second arg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue