mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* doc/NEWS: Mention the Readline.vi_editing_mode?,
Readline.emacs_editing_mode?, Readline::HISTORY[] and Readline::HISTORY.clear change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									5501d84ceb
								
							
						
					
					
						commit
						4e15017783
					
				
					 2 changed files with 12 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,9 @@
 | 
			
		|||
Wed Aug 13 10:16:35 2008  TAKAO Kouji  <kouji@takao7.net>
 | 
			
		||||
 | 
			
		||||
	* doc/NEWS: Mention the Readline.vi_editing_mode?,
 | 
			
		||||
	  Readline.emacs_editing_mode?, Readline::HISTORY[] and
 | 
			
		||||
	  Readline::HISTORY.clear change.
 | 
			
		||||
 | 
			
		||||
Wed Aug 13 08:03:02 2008  Tanaka Akira  <akr@fsij.org>
 | 
			
		||||
 | 
			
		||||
	* transcode.c (econv_primitive_convert): add output_size argument.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										6
									
								
								doc/NEWS
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								doc/NEWS
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -63,6 +63,8 @@ Incompatible (Trivial)
 | 
			
		|||
          o New format in Time#to_s
 | 
			
		||||
          o Timezone information preserved on Marshal.dump/load
 | 
			
		||||
    * Symbols: restriction on literal symbols
 | 
			
		||||
    * Readline
 | 
			
		||||
          o If Readline uses libedit, Readline::HISTORY[0] returns the first of the history.
 | 
			
		||||
    * $SAFE and bound methods
 | 
			
		||||
    * Deprecation
 | 
			
		||||
          o VERSION and friends
 | 
			
		||||
| 
						 | 
				
			
			@ -153,6 +155,10 @@ Compatible
 | 
			
		|||
          o New methods
 | 
			
		||||
    * Process
 | 
			
		||||
          o Process.daemon
 | 
			
		||||
    * Readline
 | 
			
		||||
          o Readline.vi_editing_mode?
 | 
			
		||||
          o Readline.emacs_editing_mode?
 | 
			
		||||
          o Readline.HISTORY::clear
 | 
			
		||||
    * Misc. new methods
 | 
			
		||||
          o public_send
 | 
			
		||||
          o GC.count
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue