mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch '3.1-rc'
This commit is contained in:
		
							
								
								
									
										2
									
								
								CHANGES
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								CHANGES
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
				
			|||||||
CHANGES FROM 3.0 to X.X
 | 
					CHANGES FROM 3.0 to 3.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Add support for adding a note to a key binding (with bind-key -N) and use
 | 
					* Add support for adding a note to a key binding (with bind-key -N) and use
 | 
				
			||||||
  this to add descriptions to the default key bindings. A new -N flag to
 | 
					  this to add descriptions to the default key bindings. A new -N flag to
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
# configure.ac
 | 
					# configure.ac
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AC_INIT([tmux], next-3.1)
 | 
					AC_INIT([tmux], 3.1-rc)
 | 
				
			||||||
AC_PREREQ([2.60])
 | 
					AC_PREREQ([2.60])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AC_CONFIG_AUX_DIR(etc)
 | 
					AC_CONFIG_AUX_DIR(etc)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user