comparison src/ChangeLog @ 108852:c0c86482b2ab

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 30 May 2010 22:54:27 +0000
parents 14bdecf19b8c
children cb2163a24335
comparison
equal deleted inserted replaced
108851:cb093dac3d58 108852:c0c86482b2ab
1 2010-05-30 Eli Zaretskii <eliz@gnu.org>
2
3 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
4 state is always cached (bug#6306).
5
6 2010-05-29 Eli Zaretskii <eliz@gnu.org>
7
8 Fix cursor motion in bidi-reordered continued lines.
9 * xdisp.c (try_cursor_movement): Backup to non-continuation line
10 only after finding point's row. Fix the logic. Rewrite the loop
11 over continuation lines in bidi-reordered buffers. Return
12 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
13 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
14
15 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
16
17 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
18
19 2010-05-28 Kenichi Handa <handa@m17n.org>
20
21 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
22 Don't sheck SPEC if it is nil.
23 (font_list_entities): Call font_delete_unmatched if
24 Vface_ignored_fonts is non-nil.
25
26 2010-05-28 Glenn Morris <rgm@gnu.org>
27
28 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
29
1 2010-05-27 Chong Yidong <cyd@stupidchicken.com> 30 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2 31
3 * fileio.c (Fdelete_file): Change meaning of optional arg to mean 32 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
4 whether to trash. 33 whether to trash.
5 (internal_delete_file, Frename_file): Callers changed. 34 (internal_delete_file, Frename_file): Callers changed.