comparison lisp/ChangeLog @ 95022:ab3669590909

*** empty log message ***
author Jonathan Yavner <jyavner@member.fsf.org>
date Thu, 15 May 2008 19:24:57 +0000
parents 4da572dc4992
children d3150b7dc91a
comparison
equal deleted inserted replaced
95021:5c3aee83b8fa 95022:ab3669590909
1 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
2
3 * ses.el (ses-goto-print): Use move-to-column rather than
4 forward-char.
5 (ses-print-cell): Use string-width, truncate-string-to-width,
6 delete-region rather than length, substring, delete-char.
7 (ses-setup): Set inhibit-point-motion-hooks to t. Calculate
8 position by actually moving point rather than just using unibyte
9 character length.
10 (ses-mode): Set indent-tabs-mode to nil.
11 (ses-center): Use string-width rather than length.
12
1 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com> 13 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2 14
3 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el, 15 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
4 vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el: Rename 16 vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el: Rename
5 vc-*-create-snapshot and vc-*-retrieve-snapshot to vc-*-create-tag 17 vc-*-create-snapshot and vc-*-retrieve-snapshot to vc-*-create-tag