diff options
| author | Stefan Monnier | 2014-04-19 14:13:26 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-04-19 14:13:26 -0400 |
| commit | d7b659bb0615d326f79b2ea96b2acd90b816c3c0 (patch) | |
| tree | 60049dd8d53b55ed2fedee179cdb99fe413ec0f6 /src/ChangeLog | |
| parent | fe36068f12b959de7c368b7e50cded27e76c0245 (diff) | |
| download | emacs-d7b659bb0615d326f79b2ea96b2acd90b816c3c0.tar.gz emacs-d7b659bb0615d326f79b2ea96b2acd90b816c3c0.zip | |
* src/intervals.c (rotate_right, rotate_left): Fix up length computation.
Also change identifiers to match the comments, and add more assertions.
Fixes: debbugs:16234
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e7b8384b431..c42679d54f4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * intervals.c (rotate_right, rotate_left): Fix up length computation. | ||
| 4 | Also change identifiers to match the comments, and add more assertions | ||
| 5 | (bug#16234). | ||
| 6 | |||
| 1 | 2014-04-18 Eli Zaretskii <eliz@gnu.org> | 7 | 2014-04-18 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * xdisp.c (insert_left_trunc_glyphs): Ensure the left truncation | 9 | * xdisp.c (insert_left_trunc_glyphs): Ensure the left truncation |