diff options
| author | Eli Zaretskii | 2019-10-26 12:57:09 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-10-26 12:57:09 +0300 |
| commit | c3b0950639f847264d3d6558d065993fb743376c (patch) | |
| tree | 31982909884b2fdec025f65a5fe83d1d6da71b84 /etc | |
| parent | 626e0a6aad6b0f3c7348f37c9b2c9854b06b449b (diff) | |
| download | emacs-c3b0950639f847264d3d6558d065993fb743376c.tar.gz emacs-c3b0950639f847264d3d6558d065993fb743376c.zip | |
Improve the documentation of 'vc-tor'
* lisp/vc/vc-dispatcher.el (vc-tor): Add :version. Enhance
the doc string.
* etc/NEWS: Announce the new option.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -823,6 +823,12 @@ The default value is 'find-dired-sort-by-filename'. | |||
| 823 | 823 | ||
| 824 | ** Change Logs and VC | 824 | ** Change Logs and VC |
| 825 | 825 | ||
| 826 | --- | ||
| 827 | *** New user option 'vc-tor'. | ||
| 828 | When non-nil, this option causes the VC commands to communicate with | ||
| 829 | the repository via Tor's proxy, using the 'torsocks' wrapper script. | ||
| 830 | The default is nil. | ||
| 831 | |||
| 826 | +++ | 832 | +++ |
| 827 | *** New command 'log-edit-generate-changelog-from-diff', bound to 'C-c C-w'. | 833 | *** New command 'log-edit-generate-changelog-from-diff', bound to 'C-c C-w'. |
| 828 | This generates ChangeLog entries from the VC fileset diff. | 834 | This generates ChangeLog entries from the VC fileset diff. |