# HG changeset patch # User Chong Yidong # Date 1163352738 0 # Node ID 7ee3eb5213bb0ea6d8bda837d61b1f08b76e1b71 # Parent 64f4bb5196df1d19822a3c25ba8f4ebeeef7436a * play/handwrite.el (handwrite): Also process lines not ending with newline. Replace some position-fiddling with different logic. Improve performance. diff -r 64f4bb5196df -r 7ee3eb5213bb lisp/ChangeLog --- 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 + + * 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 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,