<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/menu.c, branch v8.1.0354</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.0.1571: can't build without GUI</title>
<updated>2018-03-05T20:32:27+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-05T20:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=40d77b0ec14a4999d8f0d52643a0ad289bf88dfa'/>
<id>40d77b0ec14a4999d8f0d52643a0ad289bf88dfa</id>
<content type='text'>
Problem:    Can't build without GUI.
Solution:   Adjust #ifdef for gui_find_menu().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Can't build without GUI.
Solution:   Adjust #ifdef for gui_find_menu().
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1570: can't use :popup for a menu in the terminal</title>
<updated>2018-03-05T20:06:23+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-05T20:06:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=29a2c08d792e4458a0af8371f5341394829fce29'/>
<id>29a2c08d792e4458a0af8371f5341394829fce29</id>
<content type='text'>
Problem:    Can't use :popup for a menu in the terminal. (Wei Zhang)
Solution:   Make :popup work in the terminal.  Also fix that entries were
            included that don't work in the current state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Can't use :popup for a menu in the terminal. (Wei Zhang)
Solution:   Make :popup work in the terminal.  Also fix that entries were
            included that don't work in the current state.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1564: too many #ifdefs</title>
<updated>2018-03-04T17:08:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-04T17:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f2bd8ef2b4507d02c6043affff8f7e85e3414d5f'/>
<id>f2bd8ef2b4507d02c6043affff8f7e85e3414d5f</id>
<content type='text'>
Problem:    Too many #ifdefs.
Solution:   Graduate the +autocmd feature. Takes away 450 #ifdefs and
            increases code size of tiny Vim by only 40 Kbyte.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Too many #ifdefs.
Solution:   Graduate the +autocmd feature. Takes away 450 #ifdefs and
            increases code size of tiny Vim by only 40 Kbyte.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1558: no right-click menu in a terminal</title>
<updated>2018-03-03T17:59:16+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-03T17:59:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=aef8c3da2ba59285b7cfde559ae21cdce6ba6919'/>
<id>aef8c3da2ba59285b7cfde559ae21cdce6ba6919</id>
<content type='text'>
Problem:    No right-click menu in a terminal.
Solution:   Implement the right click menu for the terminal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No right-click menu in a terminal.
Solution:   Implement the right click menu for the terminal.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1496: clearing a pointer takes two lines</title>
<updated>2018-02-10T17:45:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-02-10T17:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d23a823669d93fb2a570a039173eefe4856ac806'/>
<id>d23a823669d93fb2a570a039173eefe4856ac806</id>
<content type='text'>
Problem:    Clearing a pointer takes two lines.
Solution:   Add VIM_CLEAR() and replace vim_clear(). (Hirohito Higashi,
            closes #2629)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Clearing a pointer takes two lines.
Solution:   Add VIM_CLEAR() and replace vim_clear(). (Hirohito Higashi,
            closes #2629)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI</title>
<updated>2017-11-18T21:13:31+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-11-18T21:13:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c3719bd87beca9f72d2e9f11e36d561c2c3b57b0'/>
<id>c3719bd87beca9f72d2e9f11e36d561c2c3b57b0</id>
<content type='text'>
Problem:    balloon_show() only works in terminal when compiled with the GUI.
Solution:   Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI
            specific file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    balloon_show() only works in terminal when compiled with the GUI.
Solution:   Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI
            specific file.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1142: window toolbar menu gets a tear-off item</title>
<updated>2017-09-23T21:58:28+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-09-23T21:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=378daf87d380b9f3c4f822786dfbfdcad9ca2db9'/>
<id>378daf87d380b9f3c4f822786dfbfdcad9ca2db9</id>
<content type='text'>
Problem:    Window toolbar menu gets a tear-off item.
Solution:   Recognize the window toolbar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Window toolbar menu gets a tear-off item.
Solution:   Recognize the window toolbar.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1139: using window toolbar changes state</title>
<updated>2017-09-23T14:33:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-09-23T14:33:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a21a6a9ade7bec3a07992d4d900d4ce82eeb8a29'/>
<id>a21a6a9ade7bec3a07992d4d900d4ce82eeb8a29</id>
<content type='text'>
Problem:    Using window toolbar changes state.
Solution:   Always execute window toolbar actions in Normal mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using window toolbar changes state.
Solution:   Always execute window toolbar actions in Normal mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1123: cannot define a toolbar for a window</title>
<updated>2017-09-17T21:03:31+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-09-17T21:03:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1b9645de3c05f37b5c30e78f999351b0cf486ade'/>
<id>1b9645de3c05f37b5c30e78f999351b0cf486ade</id>
<content type='text'>
Problem:    Cannot define a toolbar for a window.
Solution:   Add a window-local toolbar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot define a toolbar for a window.
Solution:   Add a window-local toolbar.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0466: still macros that should be all-caps</title>
<updated>2017-03-16T16:23:31+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-03-16T16:23:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8820b48654b62472821d9b155fe03ab7ac13a05c'/>
<id>8820b48654b62472821d9b155fe03ab7ac13a05c</id>
<content type='text'>
Problem:    There are still a few macros that should be all-caps.
Solution:   Make a few more macros all-caps.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    There are still a few macros that should be all-caps.
Solution:   Make a few more macros all-caps.
</pre>
</div>
</content>
</entry>
</feed>
