summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-11-12 17:32:18 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-11-12 17:32:18 +0000
commit32aa3a8c8c977a01cfa133726ad61732dbed1095 (patch)
tree8a4471be67e4eb54f6d9e351d1db64596bf6a9c6
parentee2cb03f6ea1d87c9e2402d29208a863b917c1bc (diff)
downloademacs-32aa3a8c8c977a01cfa133726ad61732dbed1095.tar.gz
* play/handwrite.el (handwrite): Also process lines not ending
with newline. Replace some position-fiddling with different logic. Improve performance.
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 26dc12899b9..a9a47685d4e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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,