Merge from emacs-24; up to 2014-04-17T02:05:48Z!eggert@cs.ucla.edu
authorDaniel Colascione <dancol@dancol.org>
Sat, 19 Apr 2014 20:32:05 +0000 (13:32 -0700)
committerDaniel Colascione <dancol@dancol.org>
Sat, 19 Apr 2014 20:32:05 +0000 (13:32 -0700)
1  2 
lisp/ChangeLog
src/ChangeLog
test/ChangeLog

diff --cc lisp/ChangeLog
Simple merge
diff --cc src/ChangeLog
@@@ -1,3 -1,15 +1,9 @@@
 -2014-04-18  Eli Zaretskii  <eliz@gnu.org>
 -
 -      * xdisp.c (insert_left_trunc_glyphs): Ensure the left truncation
 -      glyph is written to TEXT_AREA of the temporary glyph_row.
 -      (Bug#17288)
 -
+ 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+       * intervals.c (rotate_right, rotate_left): Fix up length computation.
+       Also change identifiers to match the comments, and add more assertions
+       (bug#16234).
  2014-04-18  Paul Eggert  <eggert@cs.ucla.edu>
  
        * emacs.c (close_output_streams): Don't clear and restore errno.
diff --cc test/ChangeLog
Simple merge