diff options
| author | Paul Eggert | 2013-03-08 13:37:41 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-03-08 13:37:41 -0800 |
| commit | 457882c20c301f076ff6a4ef7ffd78ed3d35e699 (patch) | |
| tree | f5295ec9fd8cdf57a90b99a52be684cf71b4361b /src/ChangeLog | |
| parent | b5426561089d39f18b42bed9dbfcb531f43ed562 (diff) | |
| download | emacs-457882c20c301f076ff6a4ef7ffd78ed3d35e699.tar.gz emacs-457882c20c301f076ff6a4ef7ffd78ed3d35e699.zip | |
region-cache.c, scroll.c, search.c: Use bool for booleans.
* lisp.h (compile_pattern):
* scroll.c (do_scrolling, do_direct_scrolling):
* search.c (struct regexp_cache, compile_pattern_1)
(compile_pattern, string_match_1, search_command)
(trivial_regexp_p, search_buffer, Freplace_match, match_limit)
(search_regs_saved, Fregexp_quote):
Use bool for boolean.
* region-cache.c (region_cache_forward, region_cache_backward):
Fix comments to match code: these functions return int, not boolean.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fe084b160c4..69e8303111a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2013-03-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | region-cache.c, scroll.c, search.c: Use bool for booleans. | ||
| 4 | * lisp.h (compile_pattern): | ||
| 5 | * scroll.c (do_scrolling, do_direct_scrolling): | ||
| 6 | * search.c (struct regexp_cache, compile_pattern_1) | ||
| 7 | (compile_pattern, string_match_1, search_command) | ||
| 8 | (trivial_regexp_p, search_buffer, Freplace_match, match_limit) | ||
| 9 | (search_regs_saved, Fregexp_quote): | ||
| 10 | Use bool for boolean. | ||
| 11 | * region-cache.c (region_cache_forward, region_cache_backward): | ||
| 12 | Fix comments to match code: these functions return int, not boolean. | ||
| 13 | |||
| 1 | 2013-03-08 Dmitry Antipov <dmantipov@yandex.ru> | 14 | 2013-03-08 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 15 | ||
| 3 | * search.c (find_newline): Accept start and end byte positions | 16 | * search.c (find_newline): Accept start and end byte positions |