Mercurial > emacs
changeset 73938:7ee3eb5213bb
* play/handwrite.el (handwrite): Also process lines not ending
with newline. Replace some position-fiddling with different
logic. Improve performance.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 12 Nov 2006 17:32:18 +0000 |
parents | 64f4bb5196df |
children | 99f3f0fdefd0 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Nov 12 17:29:36 2006 +0000 +++ b/lisp/ChangeLog Sun Nov 12 17:32:18 2006 +0000 @@ -1,3 +1,9 @@ +2006-11-12 Markus Triska <triska@gmx.at> + + * play/handwrite.el (handwrite): Also process lines not ending + with newline. Replace some position-fiddling with different + logic. Improve performance. + 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org> * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,