comparison lisp/ChangeLog @ 87435:13951469ac3a

Refactoring step.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 27 Dec 2007 15:26:02 +0000
parents 4d223562bbfa
children a5a588610e41
comparison
equal deleted inserted replaced
87434:4d223562bbfa 87435:13951469ac3a
2 2
3 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization; 3 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
4 use completion-ignored-extensions to detect files that should be 4 use completion-ignored-extensions to detect files that should be
5 ignorted in VC-Dired listings, heading off lots of expensive calls 5 ignorted in VC-Dired listings, heading off lots of expensive calls
6 to (vc-state). 6 to (vc-state).
7
8 * vc.el (vc-dired-hook): Refactoring step.
7 9
8 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> 10 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9 11
10 * ps-print.el (ps-mark-active-p): Fun returned back. 12 * ps-print.el (ps-mark-active-p): Fun returned back.
11 (ps-print-preprint-region): Use `ps-mark-active-p' instead of 13 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
16 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el: Put 18 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el: Put
17 new machinery in place to support editing of change comments 19 new machinery in place to support editing of change comments
18 with 'e' in a log-view buffer. Not documented yet as this 20 with 'e' in a log-view buffer. Not documented yet as this
19 only works for SCCS, RCS, and maybe CVS if you have admin 21 only works for SCCS, RCS, and maybe CVS if you have admin
20 privileges. When we have backend support for Subversion and 22 privileges. When we have backend support for Subversion and
21 more modern systems it will ve time to write this up. 23 more modern systems it will be time to write this up.
22 24
23 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp> 25 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
24 26
25 * international/mule-cmds.el (select-safe-coding-system): When a 27 * international/mule-cmds.el (select-safe-coding-system): When a
26 buffer is modfied, cancel the writing. 28 buffer is modified, cancel the writing.
27 29
28 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com> 30 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
29 31
30 * log-view.el: Add Subversion and Mercurial log format samples. 32 * log-view.el: Add Subversion and Mercurial log format samples.
31 33