summaryrefslogtreecommitdiff
path: root/lisp
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
commitdfcc8d2397318dbd2fb24dae3af31807666f316b (patch)
treed0da52b7d1a9e71a9585e8ddf1971038abce60e8 /lisp
parentb24a59b8973ae244ea902e83014fcc258693ccdf (diff)
downloademacs-dfcc8d2397318dbd2fb24dae3af31807666f316b.tar.gz
* play/handwrite.el (handwrite): Also process lines not ending
with newline. Replace some position-fiddling with different logic. Improve performance.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8e92d077482..d509176d9b2 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,