changeset 95022:ab3669590909

*** empty log message ***
author Jonathan Yavner <jyavner@member.fsf.org>
date Thu, 15 May 2008 19:24:57 +0000
parents 5c3aee83b8fa
children 18f302f2078f
files lisp/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu May 15 19:24:27 2008 +0000
+++ b/lisp/ChangeLog	Thu May 15 19:24:57 2008 +0000
@@ -1,3 +1,15 @@
+2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
+
+	* ses.el (ses-goto-print): Use move-to-column rather than
+	forward-char.
+	(ses-print-cell): Use string-width, truncate-string-to-width,
+	delete-region rather than length, substring, delete-char.
+	(ses-setup): Set inhibit-point-motion-hooks to t.  Calculate
+	position by actually moving point rather than just using unibyte
+	character length.
+	(ses-mode): Set indent-tabs-mode to nil.
+	(ses-center): Use string-width rather than length.
+
 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
 
 	* vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,