log src/version.c @ 11973:aec3df2af27c v8.0.0867

age author description
Sat, 05 Aug 2017 16:45:04 +0200 Christian Brabandt patch 8.0.0867: job and channel in a dict value not quoted v8.0.0867
Sat, 05 Aug 2017 15:30:04 +0200 Christian Brabandt patch 8.0.0866: Solaris also doesn't have MIN and MAX v8.0.0866
Sat, 05 Aug 2017 15:15:04 +0200 Christian Brabandt patch 8.0.0865: cannot build with channel but without terminal feature v8.0.0865
Sat, 05 Aug 2017 15:00:03 +0200 Christian Brabandt patch 8.0.0864: cannot specify the name of a terminal v8.0.0864
Sat, 05 Aug 2017 14:15:04 +0200 Christian Brabandt patch 8.0.0863: a remote command does not work in the terminal window v8.0.0863
Fri, 04 Aug 2017 23:00:05 +0200 Christian Brabandt patch 8.0.0862: file size test fails on MS-Windows v8.0.0862
Fri, 04 Aug 2017 22:45:04 +0200 Christian Brabandt patch 8.0.0861: still many old style tests v8.0.0861
Fri, 04 Aug 2017 21:45:04 +0200 Christian Brabandt patch 8.0.0860: side effects when channel appends to a buffer v8.0.0860
Fri, 04 Aug 2017 20:30:04 +0200 Christian Brabandt patch 8.0.0859: NULL pointer access when term_free_vterm called twice
Thu, 03 Aug 2017 22:45:04 +0200 Christian Brabandt patch 8.0.0858: can exit while a terminal is still running a job
Thu, 03 Aug 2017 21:15:04 +0200 Christian Brabandt patch 8.0.0857: terminal test fails on MS-Windows v8.0.0857
Thu, 03 Aug 2017 21:00:05 +0200 Christian Brabandt patch 8.0.0856: MS-Windows: terminal job doesn't take options v8.0.0856
Thu, 03 Aug 2017 21:00:04 +0200 Christian Brabandt patch 8.0.0855: MS-Windows: can't get tty name of terminal v8.0.0855
Thu, 03 Aug 2017 20:45:04 +0200 Christian Brabandt patch 8.0.0854: no redraw after terminal was closed v8.0.0854
Thu, 03 Aug 2017 19:30:05 +0200 Christian Brabandt patch 8.0.0853: crash when running terminal with unknown command v8.0.0853
Thu, 03 Aug 2017 19:00:05 +0200 Christian Brabandt patch 8.0.0852: MS-Windows: possible crash when giving a message on startup v8.0.0852
Thu, 03 Aug 2017 18:00:04 +0200 Christian Brabandt patch 8.0.0851: 'smartindent' is used even when 'indentexpr' is set v8.0.0851
Thu, 03 Aug 2017 17:45:04 +0200 Christian Brabandt patch 8.0.0850: MS-Windows: error message while starting up may be broken v8.0.0850
Thu, 03 Aug 2017 17:15:04 +0200 Christian Brabandt patch 8.0.0849: crash when job exit callback wipes the terminal v8.0.0849
Thu, 03 Aug 2017 15:00:05 +0200 Christian Brabandt patch 8.0.0848: using multiple ch_log functions is clumsy v8.0.0848
Thu, 03 Aug 2017 14:30:04 +0200 Christian Brabandt patch 8.0.0847: :argadd without argument can't handle space in file name v8.0.0847
Thu, 03 Aug 2017 14:00:06 +0200 Christian Brabandt patch 8.0.0846: cannot get the name of the pty of a job v8.0.0846
Thu, 03 Aug 2017 12:00:04 +0200 Christian Brabandt patch 8.0.0845: MS-Windows: missing semicolon in terminal code v8.0.0845
Wed, 02 Aug 2017 23:30:04 +0200 Christian Brabandt patch 8.0.0844: wrong function prototype because of missing static v8.0.0844
Wed, 02 Aug 2017 23:15:04 +0200 Christian Brabandt patch 8.0.0843: MS-Windows: compiler warning for signed/unsigned v8.0.0843
Wed, 02 Aug 2017 22:45:04 +0200 Christian Brabandt patch 8.0.0842: using slave pty after closing it v8.0.0842
Wed, 02 Aug 2017 22:15:05 +0200 Christian Brabandt patch 8.0.0841: term_getline() may cause a crash v8.0.0841
Wed, 02 Aug 2017 22:15:04 +0200 Christian Brabandt patch 8.0.0840: MS-Windows: fopen() and open() prototypes are wrong v8.0.0840
Tue, 01 Aug 2017 22:30:04 +0200 Christian Brabandt patch 8.0.0839: cannot kill a job in a terminal with CTRL-C v8.0.0839
Tue, 01 Aug 2017 21:45:04 +0200 Christian Brabandt patch 8.0.0838: buffer hangs around whem terminal window is closed v8.0.0838
Tue, 01 Aug 2017 21:00:06 +0200 Christian Brabandt patch 8.0.0837: signs can be drawn on top of console messages v8.0.0837
Tue, 01 Aug 2017 20:30:04 +0200 Christian Brabandt patch 8.0.0836: can abandon a terminal buffer after making a change v8.0.0836
Tue, 01 Aug 2017 19:00:04 +0200 Christian Brabandt patch 8.0.0835: translations check with msgfmt does not work v8.0.0835
Tue, 01 Aug 2017 18:45:05 +0200 Christian Brabandt patch 8.0.0834: can't build without the client-server feature v8.0.0834
Tue, 01 Aug 2017 18:45:04 +0200 Christian Brabandt patch 8.0.0833: terminal test fails v8.0.0833
Tue, 01 Aug 2017 18:45:03 +0200 Christian Brabandt patch 8.0.0832: terminal function arguments are not consistent v8.0.0832
Tue, 01 Aug 2017 18:15:05 +0200 Christian Brabandt patch 8.0.0831: with 8 colors the bold attribute is not set properly v8.0.0831
Tue, 01 Aug 2017 17:45:04 +0200 Christian Brabandt patch 8.0.0830: translating messages is not ideal v8.0.0830
Tue, 01 Aug 2017 17:15:04 +0200 Christian Brabandt patch 8.0.0829: job running in terminal can't communicate with Vim v8.0.0829
Tue, 01 Aug 2017 15:15:05 +0200 Christian Brabandt patch 8.0.0828: Coverity: may dereference NULL pointer v8.0.0828
Tue, 01 Aug 2017 15:15:04 +0200 Christian Brabandt patch 8.0.0827: Coverity: could leak pty file descriptor v8.0.0827
Mon, 31 Jul 2017 23:00:05 +0200 Christian Brabandt patch 8.0.0826: cannot use text objects in Terminal mode v8.0.0826
Mon, 31 Jul 2017 22:30:04 +0200 Christian Brabandt patch 8.0.0825: not easy to see that a window is a terminal window v8.0.0825
Mon, 31 Jul 2017 21:30:05 +0200 Christian Brabandt patch 8.0.0824: in Terminal mode the cursor and screen gets redrawn v8.0.0824
Sun, 30 Jul 2017 22:00:04 +0200 Christian Brabandt patch 8.0.0823: cannot paste text into a terminal window v8.0.0823
Sun, 30 Jul 2017 21:45:04 +0200 Christian Brabandt patch 8.0.0822: Test_with_partial_callback is a tiny bit flaky v8.0.0822
Sun, 30 Jul 2017 19:45:03 +0200 Christian Brabandt patch 8.0.0821: cannot get the title and status of a terminal window v8.0.0821
Sun, 30 Jul 2017 19:15:05 +0200 Christian Brabandt patch 8.0.0820: GUI: cursor in terminal window lags behind v8.0.0820
Sun, 30 Jul 2017 19:00:04 +0200 Christian Brabandt patch 8.0.0819: cursor not positioned in terminal window v8.0.0819
Sun, 30 Jul 2017 18:30:05 +0200 Christian Brabandt patch 8.0.0818: cannot get the cursor position of a terminal v8.0.0818
Sun, 30 Jul 2017 18:30:04 +0200 Christian Brabandt patch 8.0.0817: cannot get the terminal line at the cursor v8.0.0817
Sun, 30 Jul 2017 18:15:04 +0200 Christian Brabandt patch 8.0.0816: crash when using invalid buffer number v8.0.0816
Sun, 30 Jul 2017 18:00:04 +0200 Christian Brabandt patch 8.0.0815: terminal window not correctly updated v8.0.0815
Sun, 30 Jul 2017 17:00:05 +0200 Christian Brabandt patch 8.0.0814: file in Filelist does not exist v8.0.0814
Sun, 30 Jul 2017 17:00:04 +0200 Christian Brabandt patch 8.0.0813: cannot use a terminal window while the job is running v8.0.0813
Sun, 30 Jul 2017 14:00:05 +0200 Christian Brabandt patch 8.0.0812: terminal window colors shift when 'number' is set v8.0.0812
Sun, 30 Jul 2017 14:00:05 +0200 Christian Brabandt patch 8.0.0811: MS-Windows: test_expand_dllpath fails v8.0.0811
Sun, 30 Jul 2017 13:30:04 +0200 Christian Brabandt patch 8.0.0810: MS-Windows: tests still hang v8.0.0810
Sat, 29 Jul 2017 23:15:04 +0200 Christian Brabandt patch 8.0.0809: MS-Windows: tests hang v8.0.0809
Sat, 29 Jul 2017 22:45:04 +0200 Christian Brabandt patch 8.0.0808: cannot build with terminal feature and DEBUG defined v8.0.0808