diff options
| author | Kenichi Handa | 2010-01-27 14:17:35 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-01-27 14:17:35 +0900 |
| commit | 86e893e3b6a6ee06c21b4d4bbb21d4cdb8fabb73 (patch) | |
| tree | 98298a687d07833e64139d6527b4421f99456b07 /src/ChangeLog | |
| parent | 433bdc96cb7234e36f218df1588b17411f54ee57 (diff) | |
| parent | 368d3208cfceb42b5ee07c61b4aa5b7d09c9f2bf (diff) | |
| download | emacs-86e893e3b6a6ee06c21b4d4bbb21d4cdb8fabb73.tar.gz emacs-86e893e3b6a6ee06c21b4d4bbb21d4cdb8fabb73.zip | |
regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 96dc0066fd9..1b1a9c1ee73 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-01-27 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * regex.c (analyse_first): Fix setting of fastmap for unibyte | ||
| 4 | pattern string. | ||
| 5 | |||
| 1 | 2010-01-25 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2010-01-25 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * xfns.c (Fx_create_frame): If frame height is too big, try | 8 | * xfns.c (Fx_create_frame): If frame height is too big, try |