diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 36df05c25ae..6c3041105f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-09-17 Eli Zaretskii <eliz@gnu.org> | 1 | 2012-09-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * search.c (scan_buffer): Use character positions in calls to | ||
| 4 | region_cache_forward and region_cache_backward, not byte | ||
| 5 | positions. (Bug#12196) | ||
| 6 | |||
| 3 | * w32term.c (w32_read_socket): Set pending_signals to 1, like | 7 | * w32term.c (w32_read_socket): Set pending_signals to 1, like |
| 4 | xterm.c does. Reported by Daniel Colascione <dancol@dancol.org>. | 8 | xterm.c does. Reported by Daniel Colascione <dancol@dancol.org>. |
| 5 | 9 | ||