<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/config.h.in, 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.1832: cannot use :unlet for an environment variable</title>
<updated>2018-05-13T13:59:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-13T13:59:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=137374fd6538cf9dee0cb22907728d8fdecb5832'/>
<id>137374fd6538cf9dee0cb22907728d8fdecb5832</id>
<content type='text'>
Problem:    Cannot use :unlet for an environment variable.
Solution:   Make it work.  Use unsetenv() if available. (Ken Takata,
            closes #2855)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot use :unlet for an environment variable.
Solution:   Make it work.  Use unsetenv() if available. (Ken Takata,
            closes #2855)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1300: file permissions may end up wrong when writing</title>
<updated>2017-11-16T16:03:45+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-11-16T16:03:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=cd142e3369db8888163a511dbe9907bcd138829c'/>
<id>cd142e3369db8888163a511dbe9907bcd138829c</id>
<content type='text'>
Problem:    File permissions may end up wrong when writing.
Solution:   Use fchmod() instead of chmod() when possible.  Don't truncate
            until we know we can change the file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    File permissions may end up wrong when writing.
Solution:   Use fchmod() instead of chmod() when possible.  Don't truncate
            until we know we can change the file.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1295: cannot automatically get a server name in a terminal</title>
<updated>2017-11-12T18:21:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-11-12T18:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e42a6d250907e278707753d7d1ba91ffc2471db0'/>
<id>e42a6d250907e278707753d7d1ba91ffc2471db0</id>
<content type='text'>
Problem:    Cannot automatically get a server name in a terminal.
Solution:   Add the --enable-autoservername flag to configure. (Cimbali,
            closes #2317)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot automatically get a server name in a terminal.
Solution:   Add the --enable-autoservername flag to configure. (Cimbali,
            closes #2317)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1236: Mac features are confusing</title>
<updated>2017-10-28T19:11:06+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-10-28T19:11:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d057301b1f28736f094affa17b190244ad56e8d9'/>
<id>d057301b1f28736f094affa17b190244ad56e8d9</id>
<content type='text'>
Problem:    Mac features are confusing.
Solution:   Make feature names more consistent, add "osxdarwin". Rename
            feature flags, cleanup Mac code. (Kazunobu Kuriyama, closes #2178)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Mac features are confusing.
Solution:   Make feature names more consistent, add "osxdarwin". Rename
            feature flags, cleanup Mac code. (Kazunobu Kuriyama, closes #2178)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0693: no terminal emulator support</title>
<updated>2017-07-07T09:54:15+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-07-07T09:54:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e4f25e4a8db2c8a8a71a4ba2a68540b3ab341e42'/>
<id>e4f25e4a8db2c8a8a71a4ba2a68540b3ab341e42</id>
<content type='text'>
Problem:    No terminal emulator support.  Cannot properly run commands in the
            GUI.  Cannot run a job interactively with an ssh connection.
Solution:   Very early implementation of the :terminal command.  Includes
            libvterm converted to ANSI C.  Many parts still missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No terminal emulator support.  Cannot properly run commands in the
            GUI.  Cannot run a job interactively with an ssh connection.
Solution:   Very early implementation of the :terminal command.  Includes
            libvterm converted to ANSI C.  Many parts still missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed</title>
<updated>2017-06-05T13:07:09+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-06-05T13:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b463e8d999ec812d656876f313efbeaeed663b45'/>
<id>b463e8d999ec812d656876f313efbeaeed663b45</id>
<content type='text'>
Problem:    Since we only support GTK versions that have it, the ckeck for
            HAVE_GTK_MULTIHEAD is no longer needed.
Solution:   Remove HAVE_GTK_MULTIHEAD. (Kazunobu Kuriyama)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Since we only support GTK versions that have it, the ckeck for
            HAVE_GTK_MULTIHEAD is no longer needed.
Solution:   Remove HAVE_GTK_MULTIHEAD. (Kazunobu Kuriyama)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0464: can't find executable name on Solaris and FreeBSD</title>
<updated>2017-03-16T14:13:45+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-03-16T14:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f3757f0c87bbd52c7989c85dcbd21511bffcbdd6'/>
<id>f3757f0c87bbd52c7989c85dcbd21511bffcbdd6</id>
<content type='text'>
Problem:    Can't find executable name on Solaris and FreeBSD.
Solution:   Check for "/proc/self/path/a.out". (Danek Duvall) And for
            "/proc/curproc/file".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Can't find executable name on Solaris and FreeBSD.
Solution:   Check for "/proc/self/path/a.out". (Danek Duvall) And for
            "/proc/curproc/file".
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0450: v:progpath is not reliably set</title>
<updated>2017-03-12T17:38:02+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-03-12T17:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=47ffb905f363571072faefbd417938e7ff351a9f'/>
<id>47ffb905f363571072faefbd417938e7ff351a9f</id>
<content type='text'>
Problem:    v:progpath is not reliably set.
Solution:   Read /proc/self/exe if possible. (idea by Michal Grochmal)
            Also fixes missing #if.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    v:progpath is not reliably set.
Solution:   Read /proc/self/exe if possible. (idea by Michal Grochmal)
            Also fixes missing #if.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0445: getpgid is not supported on all systems</title>
<updated>2017-03-11T19:03:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-03-11T19:03:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2fcf6688bc3a8df2dff9c352d415b89db8b33668'/>
<id>2fcf6688bc3a8df2dff9c352d415b89db8b33668</id>
<content type='text'>
Problem:    Getpgid is not supported on all systems.
Solution:   Add a configure check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Getpgid is not supported on all systems.
Solution:   Add a configure check.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0109</title>
<updated>2016-12-01T16:25:20+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-12-01T16:25:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b129a447f3b580d4c941869672b0557c52c37e4d'/>
<id>b129a447f3b580d4c941869672b0557c52c37e4d</id>
<content type='text'>
Problem:    Still checking if memcmp() exists while every system should have
            it now.
Solution:   Remove vim_memcmp().  (James McCoy, closes #1295)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Still checking if memcmp() exists while every system should have
            it now.
Solution:   Remove vim_memcmp().  (James McCoy, closes #1295)
</pre>
</div>
</content>
</entry>
</feed>
