diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -815,6 +815,11 @@ The default value is 'find-dired-sort-by-filename'. | |||
| 815 | *** New command 'log-edit-generate-changelog-from-diff', bound to 'C-c C-w'. | 815 | *** New command 'log-edit-generate-changelog-from-diff', bound to 'C-c C-w'. |
| 816 | This generates ChangeLog entries from the VC fileset diff. | 816 | This generates ChangeLog entries from the VC fileset diff. |
| 817 | 817 | ||
| 818 | *** 'vc-dir' now shows a button allowing you to hide the stash list. | ||
| 819 | Controlled by user option 'vc-git-show-stash'. Default t means show | ||
| 820 | the entire list as before. An integer value limits the list length | ||
| 821 | (but still allows you to show the entire list via the button). | ||
| 822 | |||
| 818 | *** Recording ChangeLog entries doesn't require an actual file. | 823 | *** Recording ChangeLog entries doesn't require an actual file. |
| 819 | If a ChangeLog file doesn't exist, and if the new user option | 824 | If a ChangeLog file doesn't exist, and if the new user option |
| 820 | 'add-log-dont-create-changelog-file' is non-nil (which is the | 825 | 'add-log-dont-create-changelog-file' is non-nil (which is the |