diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index be80149139f..7c7eaf6c779 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2011-09-24 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * indent.c (Fvertical_motion): Compute and apply the overshoot | ||
| 4 | logic when moving up, not only when moving down. Fix the | ||
| 5 | confusing name and values of the it_overshoot_expected variable; | ||
| 6 | logic changes accordingly. (Bug#9254) (Bug#9549) | ||
| 7 | |||
| 8 | * xdisp.c (pos_visible_p): Produce correct pixel coordinates when | ||
| 9 | CHARPOS is covered by a display string which includes newlines. | ||
| 10 | (move_it_vertically_backward): Avoid inflooping when START_CHARPOS | ||
| 11 | is covered by a display string with embedded newlines. | ||
| 12 | |||
| 1 | 2011-09-24 Michael Albinus <michael.albinus@gmx.de> | 13 | 2011-09-24 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 14 | ||
| 3 | * dbusbind.c (Fdbus_register_signal): Add match rule to | 15 | * dbusbind.c (Fdbus_register_signal): Add match rule to |