Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						d99df423c5 
					 
					
						
						
							
							patch 7.4.1200  
						
						... 
						
						
						
						Problem:    Still using __ARGS.
Solution:   Remove __ARGS in several files. (script by Hirohito Higashi) 
						
						
							
 
						
					 
					
						2016-01-29 23:20:40 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						baaa7e9ec7 
					 
					
						
						
							
							patch 7.4.1199  
						
						... 
						
						
						
						Problem:    Still using __ARGS.
Solution:   Remove __ARGS in several files. (script by Hirohito Higashi) 
						
						
							
 
						
					 
					
						2016-01-29 22:47:03 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						92b8b2d307 
					 
					
						
						
							
							patch 7.4.1198  
						
						... 
						
						
						
						Problem:    Still using __ARGS.
Solution:   Remove __ARGS in several files. (script by Hirohito Higashi)
            Also remove use of HAVE_STDARG_H. 
						
						
							
 
						
					 
					
						2016-01-29 22:36:45 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						d25c16e2f2 
					 
					
						
						
							
							patch 7.4.1197  
						
						... 
						
						
						
						Problem:    Still using __ARGS.
Solution:   Remove __ARGS in several files. (script by Hirohito Higashi) 
						
						
							
 
						
					 
					
						2016-01-29 22:13:30 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f28dbcea37 
					 
					
						
						
							
							patch 7.4.1196  
						
						... 
						
						
						
						Problem:    Still using __ARGS.
Solution:   Remove __ARGS in several files. (script by Hirohito Higashi) 
						
						
							
 
						
					 
					
						2016-01-29 22:03:47 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f12d983dea 
					 
					
						
						
							
							patch 7.4.1195  
						
						... 
						
						
						
						Problem:    The channel feature does not work in the MS-Windows console.
Solution:   Add win32 console support. (Yasuhiro Matsumoto) 
						
						
							
 
						
					 
					
						2016-01-29 21:11:25 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						83162468b3 
					 
					
						
						
							
							patch 7.4.1194  
						
						... 
						
						
						
						Problem:    Compiler warning for not using return value of fwrite().
Solution:   Return OK/FAIL. (Charles Campbell) 
						
						
							
 
						
					 
					
						2016-01-28 23:10:07 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						b8b6511fc1 
					 
					
						
						
							
							patch 7.4.1193  
						
						... 
						
						
						
						Problem:    Can't build the channel feature on MS-Windows.
Solution:   Add #ifdef HAVE_POLL. 
						
						
							
 
						
					 
					
						2016-01-28 23:01:49 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						fa06a517b5 
					 
					
						
						
							
							patch 7.4.1192  
						
						... 
						
						
						
						Problem:    Can't build with FEAT_EVAL but without FEAT_MBYTE. (John
            Marriott)
Solution:   Add #ifdef for FEAT_MBYTE. 
						
						
							
 
						
					 
					
						2016-01-28 22:46:58 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						298b440930 
					 
					
						
						
							
							Update runtime files.  
						
						
						
						
							
						
					 
					
						2016-01-28 22:38:53 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						3b5f929b18 
					 
					
						
						
							
							patch 7.4.1191  
						
						... 
						
						
						
						Problem:    The channel feature isn't working yet.
Solution:   Add the connect(), disconnect(), sendexpr() and sendraw()
            functions.  Add initial documentation.  Add a demo server. 
						
						
							
 
						
					 
					
						2016-01-28 22:37:01 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						ba59ddbd36 
					 
					
						
						
							
							patch 7.4.1190  
						
						... 
						
						
						
						Problem:    On OSX the default flag for dlopen() is different.
Solution:   Add RTLD_LOCAL in the configure check. (sv99, closes  #604 ) 
						
						
							
 
						
					 
					
						2016-01-28 15:34:25 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						923e43b837 
					 
					
						
						
							
							patch 7.4.1189  
						
						... 
						
						
						
						Problem:    Using another language on MS-Windows does not work. (Yongwei Wu)
Solution:   Undo the change to try loading libintl-8.dll first. 
						
						
							
 
						
					 
					
						2016-01-28 15:07:38 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						009d84a34f 
					 
					
						
						
							
							patch 7.4.1188  
						
						... 
						
						
						
						Problem:    Using older JSON standard.
Solution:   Update the link.  Adjust the text a bit. 
						
						
							
 
						
					 
					
						2016-01-28 14:12:00 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						85be35f33e 
					 
					
						
						
							
							patch 7.4.1187  
						
						... 
						
						
						
						Problem:    MS-Windows channel code only supports one channel.  Doesn't build
            without netbeans support.
Solution:   Get the channel index from the socket in the message. Closes  #600 . 
						
						
							
 
						
					 
					
						2016-01-27 21:08:18 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						4a1314cb9c 
					 
					
						
						
							
							patch 7.4.1186  
						
						... 
						
						
						
						Problem:    Error messages for security context are hard to translate.
Solution:   Use one string with %s. (Ken Takata) 
						
						
							
 
						
					 
					
						2016-01-27 20:47:18 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						0d6f835683 
					 
					
						
						
							
							patch 7.4.1185  
						
						... 
						
						
						
						Problem:    Can't build with TCL on some systems.
Solution:   Rename the channel_ functions. 
						
						
							
 
						
					 
					
						2016-01-27 11:07:47 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						54e09e7198 
					 
					
						
						
							
							patch 7.4.1184  
						
						... 
						
						
						
						Problem:    MS-Windows build is still broken.
Solution:   Change nbsock to ch_fd. 
						
						
							
 
						
					 
					
						2016-01-26 23:49:31 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						fb4194e4e0 
					 
					
						
						
							
							patch 7.4.1183  
						
						... 
						
						
						
						Problem:    MS-Windows build is broken.
Solution:   Remove init in wrong place. 
						
						
							
 
						
					 
					
						2016-01-26 23:39:55 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						d04a020a8a 
					 
					
						
						
							
							patch 7.4.1182  
						
						... 
						
						
						
						Problem:    Still socket code intertwined with netbeans.
Solution:   Move code from netbeans.c to channel.c 
						
						
							
 
						
					 
					
						2016-01-26 23:30:18 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						6650a69454 
					 
					
						
						
							
							patch 7.4.1181  
						
						... 
						
						
						
						Problem:    free_tv() can't handle special variables. (Damien)
Solution:   Add the variable type. 
						
						
							
 
						
					 
					
						2016-01-26 19:59:10 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						ac80999985 
					 
					
						
						
							
							add missing test file  
						
						
						
						
							
						
					 
					
						2016-01-25 22:44:54 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						7465c6375f 
					 
					
						
						
							
							patch 7.4.1180  
						
						... 
						
						
						
						Problem:    Crash with invalid argument to glob2regpat().
Solution:   Check for NULL. (Justin M. Keyes, closes  #596 )  Add a test. 
						
						
							
 
						
					 
					
						2016-01-25 22:20:27 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f4f79b84a5 
					 
					
						
						
							
							patch 7.4.1179  
						
						... 
						
						
						
						Problem:    test_writefile and test_viml do not delete the tempfile.
Solution:   Delete the tempfile. (Charles Cooper)  Add DeleteTheScript(). 
						
						
							
 
						
					 
					
						2016-01-25 20:38:30 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						767d8c1a1a 
					 
					
						
						
							
							patch 7.4.1178  
						
						... 
						
						
						
						Problem:    empty() doesn't work for the new special variables.
Solution:   Make empty() work. (Damien) 
						
						
							
 
						
					 
					
						2016-01-25 20:22:54 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						5aec481097 
					 
					
						
						
							
							patch 7.4.1177  
						
						... 
						
						
						
						Problem:    The +channel feature is not in :version output. (Tony Mechelynck)
Solution:   Add the feature string. 
						
						
							
 
						
					 
					
						2016-01-25 20:15:45 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						1d63539cc7 
					 
					
						
						
							
							patch 7.4.1176  
						
						... 
						
						
						
						Problem:    Missing change to proto file.
Solution:   Update the proto file. (Charles Cooper) 
						
						
							
 
						
					 
					
						2016-01-25 16:05:56 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f75612fd99 
					 
					
						
						
							
							patch 7.4.1175  
						
						... 
						
						
						
						Problem:    Can't build with Mingw and Cygwin.
Solution:   Remove extra "endif". (Christian J. Robinson) 
						
						
							
 
						
					 
					
						2016-01-25 14:17:04 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						3e53c700a2 
					 
					
						
						
							
							patch 7.4.1174  
						
						... 
						
						
						
						Problem:    Netbeans contains dead code insde #ifdef.
Solution:   Remove the dead code. 
						
						
							
 
						
					 
					
						2016-01-24 22:17:03 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						65591001e4 
					 
					
						
						
							
							patch 7.4.1173  
						
						... 
						
						
						
						Problem:    No test for new behavior of v:true et al.
Solution:   Add a test. 
						
						
							
 
						
					 
					
						2016-01-24 21:51:57 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						16435480f0 
					 
					
						
						
							
							patch 7.4.1172  
						
						... 
						
						
						
						Problem:    Configure is overly positive.
Solution:   Insert "test". 
						
						
							
 
						
					 
					
						2016-01-24 21:31:54 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						2e2301437c 
					 
					
						
						
							
							patch 7.4.1171  
						
						... 
						
						
						
						Problem:    Makefile dependencies are outdated.
Solution:   Run "make depend". Add GTK resource dependencies. 
						
						
							
 
						
					 
					
						2016-01-24 20:54:37 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						0e7f88e73e 
					 
					
						
						
							
							patch 7.4.1170  
						
						... 
						
						
						
						Problem:    Missing changes in src/Makefile, Filelist.
Solution:   Add the missing changes. 
						
						
							
 
						
					 
					
						2016-01-24 20:41:51 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						e0874f8cbc 
					 
					
						
						
							
							patch 7.4.1169  
						
						... 
						
						
						
						Problem:    The socket I/O is intertwined with the netbeans code.
Solution:   Start refactoring the netbeans communication to split off the
            socket I/O.  Add the +channel feature. 
						
						
							
 
						
					 
					
						2016-01-24 20:36:41 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						705ada1aff 
					 
					
						
						
							
							Update a few runtime files.  
						
						
						
						
							
						
					 
					
						2016-01-24 17:56:50 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f48aa160fd 
					 
					
						
						
							
							patch 7.4.1168  
						
						... 
						
						
						
						Problem:    This doesn't give the right result: eval(string(v:true)). (Nikolay
            Pavlov)
Solution:   Make the string "v:true" instead of "true". 
						
						
							
 
						
					 
					
						2016-01-24 17:54:24 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						0436922965 
					 
					
						
						
							
							patch 7.4.1167  
						
						... 
						
						
						
						Problem:    No tests for "is" and "isnot" with the new variables.
Solution:   Add tests. 
						
						
							
 
						
					 
					
						2016-01-24 17:21:29 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						fcaaae6b3f 
					 
					
						
						
							
							patch 7.4.1166  
						
						... 
						
						
						
						Problem:    Can't encode a Funcref into JSON.  jsonencode() doesn't handle the
            same list or dict twice properly.  (Nikolay Pavlov)
Solution:   Give an error.  Reset copyID when the list or dict is finished. 
						
						
							
 
						
					 
					
						2016-01-24 16:49:11 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						938ee834d3 
					 
					
						
						
							
							patch 7.4.1165  
						
						... 
						
						
						
						Problem:    When defining DYNAMIC_ICONV_DLL in the makefile, the build fails.
Solution:   Add #ifdef's. (Taro Muraoka)  Try the newer version first. 
						
						
							
 
						
					 
					
						2016-01-24 15:36:03 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						6039c7f053 
					 
					
						
						
							
							patch 7.4.1164  
						
						... 
						
						
						
						Problem:    No tests for comparing special variables.  Error in jsondecode()
            not reported.  test_json does not work Japanse system.
Solution:   Set scriptencoding. (Ken Takata) Add a few more tests. Add error. 
						
						
							
 
						
					 
					
						2016-01-24 15:05:32 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						17a13437c9 
					 
					
						
						
							
							patch 7.4.1163  
						
						... 
						
						
						
						Problem:    Expressions "0 + v:true" and "'' . v:true" cause an error.
Solution:   Return something sensible when using a special variable as a
            number or as a string. (suggested by Damien) 
						
						
							
 
						
					 
					
						2016-01-24 14:22:10 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						9e3be26872 
					 
					
						
						
							
							patch 7.4.1162  
						
						... 
						
						
						
						Problem:    Missing error number in MzScheme. (Dominique Pelle)
Solution:   Add a proper error number. 
						
						
							
 
						
					 
					
						2016-01-24 13:58:40 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						2faa29f896 
					 
					
						
						
							
							patch 7.4.1161  
						
						... 
						
						
						
						Problem:    ":argadd" without argument is supposed to add the current buffer
            name to the arglist.
Solution:   Make it work as documented. (Coot, closes  #577 ) 
						
						
							
 
						
					 
					
						2016-01-23 23:02:34 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						bd4593ffb1 
					 
					
						
						
							
							patch 7.4.1160  
						
						... 
						
						
						
						Problem:    No error for jsondecode('"').
Solution:   Give an error message for missing double quote. 
						
						
							
 
						
					 
					
						2016-01-23 22:51:07 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						e240c2da79 
					 
					
						
						
							
							patch 7.4.1159  
						
						... 
						
						
						
						Problem:    Automatically generated function prototypes use __ARGS.
Solution:   Remove __ARGS from osdef.sh. 
						
						
							
 
						
					 
					
						2016-01-23 22:46:10 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						48e697e4b6 
					 
					
						
						
							
							patch 7.4.1158  
						
						... 
						
						
						
						Problem:    Still using __ARGS().
Solution:   Remove __ARGS() from eval.c 
						
						
							
 
						
					 
					
						2016-01-23 22:17:30 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						f95534c3d4 
					 
					
						
						
							
							patch 7.4.1157  
						
						... 
						
						
						
						Problem:    type() does not work for v:true, v:none, etc.
Solution:   Add new type numbers. 
						
						
							
 
						
					 
					
						2016-01-23 21:59:52 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						2dedb45260 
					 
					
						
						
							
							patch 7.4.1156  
						
						... 
						
						
						
						Problem:    Coverity warns for NULL pointer and ignoring return value.
Solution:   Check for NULL pointer. When dict_add() returns FAIL free the item. 
						
						
							
 
						
					 
					
						2016-01-23 21:38:51 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						64922b9014 
					 
					
						
						
							
							patch 7.4.1155  
						
						... 
						
						
						
						Problem:    Build with normal features fails.
Solution:   Always deinfe dict_lookup(). 
						
						
							
 
						
					 
					
						2016-01-23 19:54:30 +01:00 
						 
				 
			
				
					
						
							
							
								Bram Moolenaar 
							
						 
					 
					
						
						
							
						
						520e1e41f3 
					 
					
						
						
							
							patch 7.4.1154  
						
						... 
						
						
						
						Problem:    No support for JSON.
Solution:   Add jsonencode() and jsondecode().  Also add v:false, v:true,
            v:null and v:none. 
						
						
							
 
						
					 
					
						2016-01-23 19:46:28 +01:00