comparison lisp/ChangeLog @ 90853:d1039e83b4a7

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 771-772) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 26-27) - Update from CVS - lisp/vc-hooks.el (vc-find-root): Fix file attribute test Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-210
author Miles Bader <miles@gnu.org>
date Fri, 25 May 2007 05:05:41 +0000
parents 31beec9ee600 b3bd944f9137
children 03ec96a627ba
comparison
equal deleted inserted replaced
90852:7004567d576d 90853:d1039e83b4a7
1 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
2
3 * vc-hooks.el (vc-find-root): Fix file attribute test.
4
5 2007-05-24 Richard Stallman <rms@gnu.org>
6
7 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8 Don't let opoint be nil.
9 (flyspell-emacs-popup): Explicit error if no dialogs.
10
11 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
12
13 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
14 (image-next-line, image-previous-line, image-scroll-up)
15 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
16 New functions.
17 (image-mode-map): Remap motion commands.
18 (image-mode-text-map): New keymap for viewing images as text.
19 (image-mode): Use image-mode-map.
20 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
21
1 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca> 22 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2 23
3 * textmodes/fill.el (canonically-space-region): Make the second arg 24 * textmodes/fill.el (canonically-space-region): Make the second arg
4 a marker if it's not already the case. 25 a marker if it's not already the case.
5 26