Juergen Spitzmueller wrote:
> commit d70468a3b2558e67735c2b51c68eb04c227cbf08
> Author: Juergen Spitzmueller <sp...@lyx.org>
> Date:   Mon Jul 30 17:18:38 2018 +0200
> 
>     Update info-insert documentation
> ---
>  src/LyXAction.cpp |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp
> index 73fe5cc..a402296 100644
> --- a/src/LyXAction.cpp
> +++ b/src/LyXAction.cpp
> @@ -1940,8 +1940,8 @@ void LyXAction::init()
>                        textclass: name of textclass (e.g. article) \n
>                        menu: name of lfun used in menu  \n
>                        icon: icon of lfun used in toolbar or direct icon 
> name\n
> -                      buffer: "name"|"path"|"class"|"vcs-tree-revision"|
> -                              
> "vcs-revision"|"vcs-author"|"vcs-date"|"vcs-time"
> +                      buffer: "name"|"path"|"class"
> +                      vcs: "tree-revision"|"revision"|"author"|"date"|"time"
>   * \li Sample: command-sequence info-insert buffer path; info-insert buffer 
> name
>   * \li Origin: bpeng, 7 Oct 2007
>   * \endvar

Hi, I just quickly checked for the regressions.
- Insert version in VC-toolbar used to insert version, now it's empty (I guess 
some new lfun parameter is missing).
- Insert menu now contains field submenu. Perhaps we could add revision info 
menu entry in case VCS is used? Or we could put it into File Version Control, 
no strong opinion.

Apart from that, nice work Juergen.
Pavel

Reply via email to