diff options
| author | Eli Zaretskii | 2010-08-14 13:59:55 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-08-14 13:59:55 +0300 |
| commit | 5872c762ed0f6123bc1c45168c0695fcd2e94948 (patch) | |
| tree | 8ef950275f000437d49b3b3a9deb47aa3d8dae5d /src/ChangeLog | |
| parent | f5a62bb4a36e413f9f9eb8f30e932b0919eeceaf (diff) | |
| download | emacs-5872c762ed0f6123bc1c45168c0695fcd2e94948.tar.gz emacs-5872c762ed0f6123bc1c45168c0695fcd2e94948.zip | |
Fix current-bidi-paragraph-direction within whitespace chars.
xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
direction when point is inside a run of whitespace characters.
bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6c9bb832f2b..424913073fb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-08-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph | ||
| 4 | direction when point is inside a run of whitespace characters. | ||
| 5 | |||
| 6 | * bidi.c (bidi_at_paragraph_end): Remove obsolete comment. | ||
| 7 | |||
| 1 | 2010-08-14 Jason Rumney <jasonr@gnu.org> | 8 | 2010-08-14 Jason Rumney <jasonr@gnu.org> |
| 2 | 9 | ||
| 3 | * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836) | 10 | * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836) |