Re: Patch 8.1.1153

2019-04-11 Fir de Conversatie Christian Brabandt
On Do, 11 Apr 2019, Tony Mechelynck wrote: > > Somehow the commit got the title "Patch 8.1.1154". > > I don't think there is a way to fix the commit message afterwards. Well, one could fix it rewriting the history, however with a repository that is cloned so often, it might cause trouble than

Re: updated German translations

2019-04-11 Fir de Conversatie Christian Brabandt
On Do, 11 Apr 2019, Bram Moolenaar wrote: > > Christian wrote: > > > please include the update to the German translations. > > Thanks. > > For the strings where "msgstr" is equal to "msgid", we could just drop > them, right? I wasn't sure, so I just made the translation the same. Best, Chr

Patch 8.1.1155

2019-04-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.1155 Problem:Termcodes tests can be improved. Solution: Add helper functions to simplify tests. Dragging statusline for xterm and sgr. (Dominique Pelle, closes #4237) Files: src/testdir/test_termcodes.vim *** ../vim-8.1.1154/src/testdir/test_termcodes.vim

Re: [vim/vim] Improved test_termcodes (#4237)

2019-04-11 Fir de Conversatie Bram Moolenaar
I wrote: > Dominique wrote: > > > This PR improves tests in src/testdir/test_termcodes.vim: > > > > - Added helper functions to emit terminal escape codes to simplify tests > > and to make it easier to support other values of 'ttymouse' > > - Test_xterm_mouse_drag_statusline now done for 'tt

Re: [vim/vim] patch 8.1.1147: desktop file translations are requiring manual updates (a60e536)

2019-04-11 Fir de Conversatie Bram Moolenaar
> Just to be clear, on platforms like macOS that don't use .desktop > files, the regeneration of these files will be skipped? If the msgfmt command exists they will be updated. It's harmless. -- hundred-and-one symptoms of being an internet addict: 252. You vote for foreign officials. /// B

Re: Patch 8.1.1153

2019-04-11 Fir de Conversatie Tony Mechelynck
On Thu, Apr 11, 2019 at 8:15 PM Bram Moolenaar wrote: > > > Tony wrote: > > > On Thu, Apr 11, 2019 at 6:45 PM Bram Moolenaar wrote: > > > > > > > > > Patch 8.1.1153 > > > Problem:Msgfmt complains about missing LINGUAS file. (Tony Mechelynck) > > > Solution: Add command to generate LINGUAS.

Patch 8.1.1154

2019-04-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.1154 Problem:Getting a newer msgfmt on Travis is too complicated. Solution: Use a "sourcline" entry. (Ozaki Kiichi, closes #4236) Files: .travis.yml *** ../vim-8.1.1153/.travis.yml 2019-04-11 15:49:07.479204917 +0200 --- .travis.yml 2019-04-11 20:12:52.329278761 +0200 *

Re: Patch 8.1.1153

2019-04-11 Fir de Conversatie Bram Moolenaar
Tony wrote: > On Thu, Apr 11, 2019 at 6:45 PM Bram Moolenaar wrote: > > > > > > Patch 8.1.1153 > > Problem:Msgfmt complains about missing LINGUAS file. (Tony Mechelynck) > > Solution: Add command to generate LINGUAS. > > Files: src/po/Makefile > > For some reason I don't see this ch

Re: Patch 8.1.1153

2019-04-11 Fir de Conversatie Tony Mechelynck
On Thu, Apr 11, 2019 at 6:45 PM Bram Moolenaar wrote: > > > Patch 8.1.1153 > Problem:Msgfmt complains about missing LINGUAS file. (Tony Mechelynck) > Solution: Add command to generate LINGUAS. > Files: src/po/Makefile For some reason I don't see this changeset on the Mercurial mirror (

Re: Warnings at the end of "make" run in shadow directory

2019-04-11 Fir de Conversatie Bram Moolenaar
Tony wrote: > I get the following messages at the end of "make" after soft-linking > ../../po/vim.desktop.in and ../../po/gvim.desktop.in from the po > subdirectory in each one of my shadow directories. These messages are > probably due to running incremental make in shadow directories (rather >

Patch 8.1.1153

2019-04-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.1153 Problem:Msgfmt complains about missing LINGUAS file. (Tony Mechelynck) Solution: Add command to generate LINGUAS. Files: src/po/Makefile *** ../vim-8.1.1153/src/po/Makefile 2019-04-11 15:25:36.983065343 +0200 --- src/po/Makefile 2019-04-11 18:40:31.937057172 +0

Re: Warnings at the end of "make" run in shadow directory

2019-04-11 Fir de Conversatie Tony Mechelynck
On Thu, Apr 11, 2019 at 5:57 PM Tony Mechelynck wrote: > > I get the following messages at the end of "make" after soft-linking > ../../po/vim.desktop.in and ../../po/gvim.desktop.in from the po > subdirectory in each one of my shadow directories. P.S. Package gettext-runtime (which includes the

Warnings at the end of "make" run in shadow directory

2019-04-11 Fir de Conversatie Tony Mechelynck
I get the following messages at the end of "make" after soft-linking ../../po/vim.desktop.in and ../../po/gvim.desktop.in from the po subdirectory in each one of my shadow directories. These messages are probably due to running incremental make in shadow directories (rather than deleting and recrea

Re: generate desktop files from translations

2019-04-11 Fir de Conversatie Bram Moolenaar
Marius Gedminas wrote: > On Thu, Apr 11, 2019 at 02:00:18PM +0200, Bram Moolenaar wrote: > > Christian wrote: > > > Bram, > > > in issue 4222 (https://github.com/vim/vim/pull/4222) it was mentioned, > > > that the desktop file translations could be generated at build time. So > > > here is a p

Patch 8.1.1151

2019-04-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.1151 Problem:Build fails when using shadow directory. Solution: Link the desktop.in files. Files: src/Makefile *** ../vim-8.1.1150/src/Makefile2019-04-11 17:27:24.86743 +0200 --- src/Makefile2019-04-11 16:20:26.817525218 +0200 *** *** 2778,27

Patch 8.1.1152

2019-04-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.1152 Problem:Compiler warning with VS2019. Solution: Specify different offset for "AMD64". (closes #4235) Files: src/GvimExt/Makefile *** ../vim-8.1.1151/src/GvimExt/Makefile2019-04-04 20:31:59.094873282 +0200 --- src/GvimExt/Makefile2019-04-11 17:20:57.006

Re: Dead keys don't work on a terminal window in gvim

2019-04-11 Fir de Conversatie Bram Moolenaar
Cesar Romani wrote: > I'm using gvim 8.1.1148 on Windows 7 with US-International layout > keyboard. > > Normally, when I use the command prompt, cmd.exe, with code page 1252, > and press the ' key (dead key) and the "a" key I get "á", but on a > terminal window in gvim I get "'a". > The same ha

Re: updated German translations

2019-04-11 Fir de Conversatie Bram Moolenaar
Christian wrote: > please include the update to the German translations. Thanks. For the strings where "msgstr" is equal to "msgid", we could just drop them, right? -- hundred-and-one symptoms of being an internet addict: 245. You use Real Audio to listen to a radio station from a distant

Dead keys don't work on a terminal window in gvim

2019-04-11 Fir de Conversatie Cesar Romani
I'm using gvim 8.1.1148 on Windows 7 with US-International layout keyboard. Normally, when I use the command prompt, cmd.exe, with code page 1252, and press the ' key (dead key) and the "a" key I get "á", but on a terminal window in gvim I get "'a". The same happens with the keys "^" and "a". I s

Re: generate desktop files from translations

2019-04-11 Fir de Conversatie Marius Gedminas
On Thu, Apr 11, 2019 at 02:00:18PM +0200, Bram Moolenaar wrote: > Christian wrote: > > Bram, > > in issue 4222 (https://github.com/vim/vim/pull/4222) it was mentioned, > > that the desktop file translations could be generated at build time. So > > here is a patch, that adds this capabilities to t

Re: updated German translations

2019-04-11 Fir de Conversatie Christian Brabandt
Bram, please include the update to the German translations. Best, Christian -- Wer wünscht, daß man ihn fürchte, erreicht nur, daß man ihn haßt. -- Charles-Louis de Montesquieu -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below

Patch 8.1.1150

2019-04-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.1150 Problem:Generating desktop files not tested on Travis. Solution: Install a newer msgfmt package. (Christian Brabandt) Files: .travis.yml *** ../vim-8.1.1149/.travis.yml 2019-02-03 13:12:20.344668681 +0100 --- .travis.yml 2019-04-11 15:04:35.629344234 +0200

Dead keys don't work on a terminal window in gvim

2019-04-11 Fir de Conversatie Cesar
I'm using gvim 8.1.1148 on Windows 7 with US-International layout keyboard. Normally, when I use the command prompt, cmd.exe, with code page 1252, and press the ' key (dead key) and the "a" key I get "á", but on a terminal window in gvim I get "'a". The same happens with the keys "^" and "a". I s

Patch 8.1.1149

2019-04-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.1149 Problem:Building desktop files fails with older msgfmt. Solution: Add autoconf check. Avoid always building the desktop files. Files: src/configure.ac, src/auto/configure, src/po/Makefile, src/po/Make_all.mak, src/config.mk.in *** ../vim-8.1.1148/src/confi

Re: generate desktop files from translations

2019-04-11 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Do, 11 Apr 2019, Bram Moolenaar wrote: > > > I have included this with patch 8.1.1147. > > Thanks. > > > Unfortunately CI fails: > > > > msgfmt: unrecognized option '--desktop' > > > > How do we work around that? Can we force-install a newer msgfmt > > version?

Re: generate desktop files from translations

2019-04-11 Fir de Conversatie Christian Brabandt
On Do, 11 Apr 2019, Bram Moolenaar wrote: > I have included this with patch 8.1.1147. Thanks. > Unfortunately CI fails: > > msgfmt: unrecognized option '--desktop' > > How do we work around that? Can we force-install a newer msgfmt > version? Hm, Travis runs with trusty, e.g. LTS 1

Re: generate desktop files from translations

2019-04-11 Fir de Conversatie Bram Moolenaar
Christian wrote: > Bram, > in issue 4222 (https://github.com/vim/vim/pull/4222) it was mentioned, > that the desktop file translations could be generated at build time. So > here is a patch, that adds this capabilities to the desktop files. > > The translatable strings will be extracted into

Patch 8.1.1148

2019-04-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.1148 Problem:CTRL-L with 'incsearch' does not pick up char under cursor. (Smylers) Solution: Do not compare the position with the cursor position. (Hirohito Higashi, closes #3620) Files: src/ex_getln.c, src/testdir/test_search.vim *** ../vim-8.1.1147

Patch 8.1.1147

2019-04-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.1147 Problem:Desktop file translations are requiring manual updates. Solution: Use the .po files for desktop file translations. (Christian Brabandt) Files: src/po/Makefile, src/po/gvim.desktop.in, src/po/vim.desktop.in, CONTRIBUTING.md, Filelist, runtim

Patch 8.1.1146

2019-04-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.1146 Problem:In MS-Windows console colors in a terminal window are wrong. Solution: Use the ansi index also for 16 colors. (Ken Takata) Files: src/terminal.c *** ../vim-8.1.1145/src/terminal.c 2019-04-06 22:01:20.756989404 +0200 --- src/terminal.c 2019-04-11 11:23

Patch 8.1.1145

2019-04-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.1145 Problem:Compiler warning for unused function. (Tony Mechelynck) Solution: Add #ifdef. Files: src/option.c *** ../vim-8.1.1144/src/option.c2019-04-10 22:33:37.514161278 +0200 --- src/option.c2019-04-11 11:17:48.038298244 +0200 *** *** 6030,60