From 5f60b44381bf3ca17760d0dc148373fc9e9d8d19 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 7 Sep 2002 14:37:26 +0000 Subject: * misc/inf-ruby.el (inferior-ruby-error-regexp-alist): regexp alist for error message from ruby. * misc/inf-ruby.el (inferior-ruby-mode): fixed for Emacs. * misc/inf-ruby.el (ruby-send-region): compilation-parse-errors doesn't parse first line, so insert separators before each evaluations. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 195d1cc7d..02bab317d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sat Sep 7 23:32:56 2002 Nobuyoshi Nakada + + * misc/inf-ruby.el (inferior-ruby-error-regexp-alist): regexp + alist for error message from ruby. + + * misc/inf-ruby.el (inferior-ruby-mode): fixed for Emacs. + + * misc/inf-ruby.el (ruby-send-region): compilation-parse-errors + doesn't parse first line, so insert separators before each + evaluations. + Sat Sep 7 19:46:57 2002 Akinori MUSHA * lib/set.rb: Disallow Set.new(false). Add even more tests. -- cgit