Compiler warnings in Vim with +eval and +gui_gtk after applying patches 1492 to 1496

2023-04-28 Fir de Conversatie Tony Mechelynck
I'm including the full log because "make -j4" might display the warnings otherwise than where they belong. linux-tuxedo:~/.build/vim/vim-hg/src/shadow-normal # (make -j4 || echo 'exit status' $? ; date) 2>&1 |tee -a make.log gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -I/usr/include/gtk-3.0

Patch 9.0.1496

2023-04-28 Fir de Conversatie Bram Moolenaar
Patch 9.0.1496 Problem:Test restoring register with wrong value. Solution: Correct name of variable. (closes #12310) Files: src/testdir/test_termcodes.vim *** ../vim-9.0.1495/src/testdir/test_termcodes.vim 2023-01-28 19:18:56.733720607 + --- src/testdir/test_termcodes.vim

Patch 9.0.1495

2023-04-28 Fir de Conversatie Bram Moolenaar
Patch 9.0.1495 Problem:GTK3: hiding the mouse pointer does not work. (Rory O’Kane) Solution: Set alpha level to zero. (Kenny Stauffer, closes #12293, closes #3256) Files: src/gui_gtk_x11.c *** ../vim-9.0.1494/src/gui_gtk_x11.c 2023-02-21 14:27:34.516360384 + ---