diff options
| author | Eli Zaretskii | 2012-09-17 23:11:34 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-09-17 23:11:34 +0300 |
| commit | c8b9f1bcbf98ba65fd8a311befd9df99cd143875 (patch) | |
| tree | 6e0d206d4fee6b11effeccca803439f000f61bf5 /src/ChangeLog | |
| parent | 51eed9b88f82fed4dff2ced44852fe0fd4851233 (diff) | |
| download | emacs-c8b9f1bcbf98ba65fd8a311befd9df99cd143875.tar.gz emacs-c8b9f1bcbf98ba65fd8a311befd9df99cd143875.zip | |
Fix bug #12196 with infloop when cache-long-line-scans is non-nil.
src/search.c (scan_buffer): Use character positions in calls to
region_cache_forward and region_cache_backward, not byte
positions.
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 | ||