diff options
| author | Eli Zaretskii | 2011-09-30 10:25:15 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-09-30 10:25:15 +0300 |
| commit | 04c7078847acf841ee45c24007ef9615db57e595 (patch) | |
| tree | 3f25024802189cabdf3d0e2641ae1686d241f349 /src | |
| parent | 3930c88bfc6d4e0d98baf6edabb78dec58090938 (diff) | |
| download | emacs-04c7078847acf841ee45c24007ef9615db57e595.tar.gz emacs-04c7078847acf841ee45c24007ef9615db57e595.zip | |
src/ChangeLog: Minor typos fixed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d976234f0c5..b8b4d54b4f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | 24 | ||
| 25 | 2011-09-29 Eli Zaretskii <eliz@gnu.org> | 25 | 2011-09-29 Eli Zaretskii <eliz@gnu.org> |
| 26 | 26 | ||
| 27 | * sysdep.c (snprintf) [EOVERFLOW]: If EOVERFLOW is not defined, | 27 | * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined, |
| 28 | use EDOM. | 28 | use EDOM. |
| 29 | 29 | ||
| 30 | 2011-09-28 Eli Zaretskii <eliz@gnu.org> | 30 | 2011-09-28 Eli Zaretskii <eliz@gnu.org> |
| @@ -45,8 +45,8 @@ | |||
| 45 | * xdisp.c (handle_invisible_prop): If invisible text ends on a | 45 | * xdisp.c (handle_invisible_prop): If invisible text ends on a |
| 46 | newline, reseat the iterator instead of bidi-iterating there one | 46 | newline, reseat the iterator instead of bidi-iterating there one |
| 47 | character at a time. (Bug#9610) | 47 | character at a time. (Bug#9610) |
| 48 | (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past | 48 | (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail out when |
| 49 | TO_CHARPOS if the bidi iterator is at base embedding level. | 49 | past TO_CHARPOS if the bidi iterator is at base embedding level. |
| 50 | 50 | ||
| 51 | 2011-09-27 Andreas Schwab <schwab@linux-m68k.org> | 51 | 2011-09-27 Andreas Schwab <schwab@linux-m68k.org> |
| 52 | 52 | ||
| @@ -83,9 +83,9 @@ | |||
| 83 | value is now t. Doc fix. | 83 | value is now t. Doc fix. |
| 84 | 84 | ||
| 85 | * indent.c (Fvertical_motion): Compute and apply the overshoot | 85 | * indent.c (Fvertical_motion): Compute and apply the overshoot |
| 86 | logic when moving up, not only when moving down. Fix the | 86 | logic also when moving up, not only when moving down. Fix the |
| 87 | confusing name and values of the it_overshoot_expected variable; | 87 | confusing name and values of the it_overshoot_expected variable; |
| 88 | logic changes accordingly. (Bug#9254) (Bug#9549) | 88 | logic changed accordingly. (Bug#9254) (Bug#9549) |
| 89 | 89 | ||
| 90 | * xdisp.c (pos_visible_p): Produce correct pixel coordinates when | 90 | * xdisp.c (pos_visible_p): Produce correct pixel coordinates when |
| 91 | CHARPOS is covered by a display string which includes newlines. | 91 | CHARPOS is covered by a display string which includes newlines. |
| @@ -101,7 +101,7 @@ | |||
| 101 | 101 | ||
| 102 | 2011-09-24 Jim Meyering <meyering@redhat.com> | 102 | 2011-09-24 Jim Meyering <meyering@redhat.com> |
| 103 | 103 | ||
| 104 | do not ignore write error for any output size | 104 | Do not ignore write error for any output size. |
| 105 | The previous change was incomplete. | 105 | The previous change was incomplete. |
| 106 | While it makes emacs --batch detect the vast majority of stdout | 106 | While it makes emacs --batch detect the vast majority of stdout |
| 107 | write failures, errors were still ignored whenever the output size is | 107 | write failures, errors were still ignored whenever the output size is |