mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Release tmux 2.3
This commit is contained in:
		
							
								
								
									
										21
									
								
								CHANGES
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								CHANGES
									
									
									
									
									
								
							@@ -1,3 +1,24 @@
 | 
				
			|||||||
 | 
					CHANGES FROM 2.2 to 2.3 29 September 2016
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Incompatible Changes
 | 
				
			||||||
 | 
					====================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					None.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Normal Changes
 | 
				
			||||||
 | 
					==============
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* New option 'pane-border-status' to add text in the oane borders.
 | 
				
			||||||
 | 
					* Support for hooks on commands: 'after' and 'before' hooks.
 | 
				
			||||||
 | 
					* 'source-file' understands '-q' to supress errors for nonexistent files.
 | 
				
			||||||
 | 
					* Lots of UTF8 improvements, especially on MacOS.
 | 
				
			||||||
 | 
					* 'window-status-separator' understands #[] expansions.
 | 
				
			||||||
 | 
					* 'split-window' understands '-f' for performing a full-width split.
 | 
				
			||||||
 | 
					* Allow report count to be specified when using 'bind-key -R'.
 | 
				
			||||||
 | 
					* 'set -a' for appending to user options (@foo) is now supported.
 | 
				
			||||||
 | 
					* 'display-panes' can now accept a command to run, rather than always
 | 
				
			||||||
 | 
					  selecting the pane.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CHANGES FROM 2.1 to 2.2 10 April 2016
 | 
					CHANGES FROM 2.1 to 2.2 10 April 2016
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Incompatible Changes
 | 
					Incompatible Changes
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -24,7 +24,7 @@ PKG_PROG_PKG_CONFIG
 | 
				
			|||||||
test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
 | 
					test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Is this --enable-debug?
 | 
					# Is this --enable-debug?
 | 
				
			||||||
found_debug=yes
 | 
					#found_debug=yes
 | 
				
			||||||
AC_ARG_ENABLE(
 | 
					AC_ARG_ENABLE(
 | 
				
			||||||
	debug,
 | 
						debug,
 | 
				
			||||||
	AC_HELP_STRING(--enable-debug, enable debug build flags),
 | 
						AC_HELP_STRING(--enable-debug, enable debug build flags),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user