diff options
| author | Eric S. Raymond | 2007-12-27 11:26:27 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 2007-12-27 11:26:27 +0000 |
| commit | 9b64a7f0cf4d2fb716182d26046f645ec58210b3 (patch) | |
| tree | 85caeda743cf28835e983261d5088e562c95d05f /lisp/ChangeLog | |
| parent | 86c3a9fbd94ebdd7c4c8ddc2e671290327eefe2c (diff) | |
| download | emacs-9b64a7f0cf4d2fb716182d26046f645ec58210b3.tar.gz emacs-9b64a7f0cf4d2fb716182d26046f645ec58210b3.zip | |
* (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): Put
machinery in place to support editing of change comments
with 'e' in a log-view buffer. Not documented yet as this
only works for SCCS, RCS, and maybe CVS if you have admin
privileges. When we have backend support for Subversion and
more modern systems it will ve time to write this up.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0de84114ed5..f9ae2f49158 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com> | ||
| 2 | |||
| 3 | * (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): Put | ||
| 4 | machinery in place to support editing of change comments | ||
| 5 | with 'e' in a log-view buffer. Not documented yet as this | ||
| 6 | only works for SCCS, RCS, and maybe CVS if you have admin | ||
| 7 | privileges. When we have backend support for Subversion and | ||
| 8 | more modern systems it will ve time to write this up. | ||
| 9 | |||
| 1 | 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp> | 10 | 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp> |
| 2 | 11 | ||
| 3 | * international/mule-cmds.el (select-safe-coding-system): When a | 12 | * international/mule-cmds.el (select-safe-coding-system): When a |