Mercurial > emacs
comparison lisp/ChangeLog @ 105183:e7e9efa5ce16
(term-set-scroll-region, term-handle-ansi-escape):
Undo last change, which didn't fix the problem and introduced others.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 24 Sep 2009 18:10:44 +0000 |
parents | 112414938e89 |
children | 22328c89c071 |
comparison
equal
deleted
inserted
replaced
105182:e77a0b956835 | 105183:e7e9efa5ce16 |
---|---|
1 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * term.el (term-set-scroll-region, term-handle-ansi-escape): | |
4 Undo last change, which didn't fix the problem and introduced others. | |
5 | |
1 2009-09-24 Nick Roberts <nickrob@snap.net.nz> | 6 2009-09-24 Nick Roberts <nickrob@snap.net.nz> |
2 | 7 |
3 * progmodes/gdb-mi.el: Don't require speedbar. | 8 * progmodes/gdb-mi.el: Don't require speedbar. |
4 (gdb-jsonify-buffer): Handle case where "=" is part of value string. | 9 (gdb-jsonify-buffer): Handle case where "=" is part of value string. |
5 | 10 |