riece
18 years ago* riece-eval-ruby.el (riece-eval-ruby-exit-handler): Print "nil".
Daiki Ueno [Thu, 11 Aug 2005 13:27:51 +0000 (13:27 +0000)]
* riece-eval-ruby.el (riece-eval-ruby-exit-handler): Print "nil".

18 years ago* server.rb: Connect $stdout and $stderr to StringIO objects.
Daiki Ueno [Thu, 11 Aug 2005 13:08:51 +0000 (13:08 +0000)]
* server.rb: Connect $stdout and $stderr to StringIO objects.

18 years ago* riece-async.el: User riece-ruby (partially).
Daiki Ueno [Thu, 11 Aug 2005 10:15:55 +0000 (10:15 +0000)]
* riece-async.el: User riece-ruby (partially).

18 years agoFixed.
Daiki Ueno [Thu, 11 Aug 2005 09:22:43 +0000 (09:22 +0000)]
Fixed.

18 years ago* riece-eval-ruby.el (riece-eval-ruby-prefix-regexp): New user option.
Daiki Ueno [Thu, 11 Aug 2005 09:22:18 +0000 (09:22 +0000)]
* riece-eval-ruby.el (riece-eval-ruby-prefix-regexp): New user option.

18 years ago* riece-hangman.el (riece-hangman-hello-regexp): Changed regexp.
Daiki Ueno [Thu, 11 Aug 2005 09:18:19 +0000 (09:18 +0000)]
* riece-hangman.el (riece-hangman-hello-regexp): Changed regexp.
(riece-hangman-bye-regexp): Changed regexp.

18 years ago* riece-doctor.el (riece-doctor-hello-regexp): Changed regexp.
Daiki Ueno [Thu, 11 Aug 2005 09:14:16 +0000 (09:14 +0000)]
* riece-doctor.el (riece-doctor-hello-regexp): Changed regexp.
(riece-doctor-bye-regexp): Ditto.

18 years agoSet process-kill-without-query flag for ruby process.
Daiki Ueno [Thu, 11 Aug 2005 08:30:29 +0000 (08:30 +0000)]
Set process-kill-without-query flag for ruby process.

18 years agoAdded comment.
Daiki Ueno [Thu, 11 Aug 2005 08:23:30 +0000 (08:23 +0000)]
Added comment.

18 years agoAdd description of riece-eval-ruby.
Daiki Ueno [Thu, 11 Aug 2005 08:19:07 +0000 (08:19 +0000)]
Add description of riece-eval-ruby.

18 years ago* riece-ruby.el: Moved add-on stuff to riece-eval-ruby.el.
Daiki Ueno [Thu, 11 Aug 2005 08:18:07 +0000 (08:18 +0000)]
* riece-ruby.el: Moved add-on stuff to riece-eval-ruby.el.

* riece-eval-ruby.el: New add-on.
* COMPILE (riece-modules): Add riece-eval-ruby.
* Makefile.am (EXTRA_DIST): Add riece-eval-ruby.el.

18 years ago* riece-ruby.el (riece-ruby-run-exit-handler): Call riece-ruby-clear if
Daiki Ueno [Thu, 11 Aug 2005 08:03:46 +0000 (08:03 +0000)]
* riece-ruby.el (riece-ruby-run-exit-handler): Call riece-ruby-clear if
exit-handler is specified.
(riece-ruby-exit-handler): Don't call riece-ruby-clear.

18 years agoCut the first line of stack trace.
Daiki Ueno [Thu, 11 Aug 2005 07:43:35 +0000 (07:43 +0000)]
Cut the first line of stack trace.

18 years agoFixed.
Daiki Ueno [Thu, 11 Aug 2005 07:40:37 +0000 (07:40 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Thu, 11 Aug 2005 07:39:20 +0000 (07:39 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Thu, 11 Aug 2005 07:37:04 +0000 (07:37 +0000)]
Fixed.

18 years ago* riece-ruby.el: Implement add-on API.
Daiki Ueno [Thu, 11 Aug 2005 07:35:21 +0000 (07:35 +0000)]
* riece-ruby.el: Implement add-on API.
(riece-ruby-run-exit-handler): Remove exit-handler entry before
running it to avoid recursion.

18 years ago* server.rb (Server::unescape): Fixed.
Daiki Ueno [Thu, 11 Aug 2005 06:43:13 +0000 (06:43 +0000)]
* server.rb (Server::unescape): Fixed.

* riece-ruby.el (riece-ruby-filter): Fixed regexp; fixed argument
order of output-handler.

* riece-rdcc.el: Use riece-ruby.

18 years ago* riece-ruby.el (riece-ruby-property-alist): New variable
Daiki Ueno [Thu, 11 Aug 2005 05:48:44 +0000 (05:48 +0000)]
* riece-ruby.el (riece-ruby-property-alist): New variable
(riece-ruby-set-property): New function.
(riece-ruby-property): New function.
(riece-ruby-execute): Locate server.rb from load-path.

* Makefile.am (EXTRA_DIST): Added riece-ruby.el and server.rb.

* COMPILE (riece-modules): Added riece-ruby.
(riece-icons): Use filename instead of symbol.
(riece-scripts): New variable.
(riece-install-icons): Use filename instead of symbol.
(riece-install-scripts): New function.
(riece-install): Call riece-install-scripts.
(riece-install-package): Ditto.

18 years ago* riece-ruby.el (riece-ruby-filter): Call output-handler/exit-handler
Daiki Ueno [Thu, 11 Aug 2005 04:48:56 +0000 (04:48 +0000)]
* riece-ruby.el (riece-ruby-filter): Call output-handler/exit-handler
with program name.

18 years ago* riece-ruby.el: Add docs for variables.
Daiki Ueno [Thu, 11 Aug 2005 04:34:00 +0000 (04:34 +0000)]
* riece-ruby.el: Add docs for variables.
(riece-ruby-substitute-variables): Substitute multiple variables.

18 years ago* riece-ruby.el (riece-ruby-set-output-handler): New function.
Daiki Ueno [Thu, 11 Aug 2005 04:13:30 +0000 (04:13 +0000)]
* riece-ruby.el (riece-ruby-set-output-handler): New function.

18 years agoMoved output() to Server::B.
Daiki Ueno [Thu, 11 Aug 2005 04:10:28 +0000 (04:10 +0000)]
Moved output() to Server::B.

18 years ago* server.rb: Renamed from rubyserv.rb; s/RubyServ/Server/.
Daiki Ueno [Thu, 11 Aug 2005 04:00:41 +0000 (04:00 +0000)]
* server.rb: Renamed from rubyserv.rb; s/RubyServ/Server/.
* riece-ruby.el (riece-ruby-server-program): Follow the filename
change.

18 years ago* server.rb: Renamed from rubyserv.rb.
Daiki Ueno [Thu, 11 Aug 2005 03:58:16 +0000 (03:58 +0000)]
* server.rb: Renamed from rubyserv.rb.
* riece-ruby.el (riece-ruby-server-program): Follow the filename
change.

18 years agoFixed.
Daiki Ueno [Thu, 11 Aug 2005 03:54:54 +0000 (03:54 +0000)]
Fixed.

18 years ago* riece-ruby.el: Fixed example.
Daiki Ueno [Thu, 11 Aug 2005 03:51:04 +0000 (03:51 +0000)]
* riece-ruby.el: Fixed example.
(riece-ruby-server-program): New variable.
(riece-ruby-status-alist): New variable.
(riece-ruby-status): Abolished.
(riece-ruby-escaped-data): Renamed from riece-ruby-input.
(riece-ruby-reset-process-buffer): New function.
(riece-ruby-send-exit): New function.
(riece-ruby-filter): Call riece-ruby-run-exit-handler if the
program is exited.
(riece-ruby-run-exit-handler): New function.
(riece-ruby-execute): Don't expect program name.
(riece-ruby-clear): New function.
(riece-ruby-set-exit-handler): New function.

* rubyserv.rb (RubyServ::dispatch_eval): Don't expect program
name; eval under the binding of RubyServ::C.
(RubyServ::dispatch_poll): Don't clear @thr.
(RubyServ::dispatch_exit): New method.

18 years agoFixed example.
Daiki Ueno [Wed, 10 Aug 2005 11:37:35 +0000 (11:37 +0000)]
Fixed example.

18 years agoRemove the first line of stack trace.
Daiki Ueno [Wed, 10 Aug 2005 11:35:40 +0000 (11:35 +0000)]
Remove the first line of stack trace.

18 years agoFixed.
Daiki Ueno [Wed, 10 Aug 2005 11:31:58 +0000 (11:31 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Wed, 10 Aug 2005 11:31:40 +0000 (11:31 +0000)]
Fixed.

18 years agoAdded comment.
Daiki Ueno [Wed, 10 Aug 2005 11:30:13 +0000 (11:30 +0000)]
Added comment.

18 years agoAdded error example.
Daiki Ueno [Wed, 10 Aug 2005 11:26:12 +0000 (11:26 +0000)]
Added error example.

18 years agoAdded example.
Daiki Ueno [Wed, 10 Aug 2005 11:23:47 +0000 (11:23 +0000)]
Added example.

18 years ago* riece-ruby.el: New file.
Daiki Ueno [Wed, 10 Aug 2005 11:17:10 +0000 (11:17 +0000)]
* riece-ruby.el: New file.

18 years ago* rubyserv.rb: Rewrite.
Daiki Ueno [Wed, 10 Aug 2005 08:42:23 +0000 (08:42 +0000)]
* rubyserv.rb: Rewrite.

18 years agoMoved HACKING.ja to doc/.
Daiki Ueno [Tue, 9 Aug 2005 04:40:03 +0000 (04:40 +0000)]
Moved HACKING.ja to doc/.

18 years ago* riece-mini.el (riece-mini-message-no-log): Defined as a
Daiki Ueno [Tue, 9 Aug 2005 04:28:30 +0000 (04:28 +0000)]
* riece-mini.el (riece-mini-message-no-log): Defined as a
function.
(riece-mini-requires): Fixed indent.

18 years agoFixed.
Daiki Ueno [Tue, 9 Aug 2005 00:09:45 +0000 (00:09 +0000)]
Fixed.

18 years agoRevised.
Daiki Ueno [Tue, 9 Aug 2005 00:09:27 +0000 (00:09 +0000)]
Revised.

18 years agoRevised.
Daiki Ueno [Tue, 9 Aug 2005 00:07:35 +0000 (00:07 +0000)]
Revised.

18 years agoRevised.
Daiki Ueno [Tue, 9 Aug 2005 00:05:00 +0000 (00:05 +0000)]
Revised.

18 years agoRevised.
Daiki Ueno [Tue, 9 Aug 2005 00:02:35 +0000 (00:02 +0000)]
Revised.

18 years agoFixed @enumerate items.
Daiki Ueno [Mon, 8 Aug 2005 09:03:32 +0000 (09:03 +0000)]
Fixed @enumerate items.

18 years ago* riece.el (riece-dialogue-mode-map): Bind
Daiki Ueno [Mon, 8 Aug 2005 07:52:37 +0000 (07:52 +0000)]
* riece.el (riece-dialogue-mode-map): Bind
riece-command-toggle-others-buffer-mode.

* riece-commands.el (riece-command-toggle-others-buffer-mode): New
command.

* riece-layout.el (riece-configure-windows): Hide
riece-others-buffer if riece-others-buffer-mode is nil.

* riece-options.el (riece-saved-forms): Add
riece-others-buffer-mode and riece-channel-list-buffer-mode.
(riece-others-buffer-mode): New user option.

18 years agoRemoved trailing whitespaces.
Daiki Ueno [Sun, 7 Aug 2005 00:17:25 +0000 (00:17 +0000)]
Removed trailing whitespaces.

18 years ago* Makefile.am (EXTRA_DIST): Add HACKING.ja.
Daiki Ueno [Sat, 6 Aug 2005 23:48:19 +0000 (23:48 +0000)]
* Makefile.am (EXTRA_DIST): Add HACKING.ja.

18 years agoNote that versions from CVS may not be reliable.
Daiki Ueno [Sat, 6 Aug 2005 23:44:41 +0000 (23:44 +0000)]
Note that versions from CVS may not be reliable.

18 years agoFixed.
Daiki Ueno [Sat, 6 Aug 2005 14:12:25 +0000 (14:12 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 6 Aug 2005 14:10:48 +0000 (14:10 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 6 Aug 2005 13:15:42 +0000 (13:15 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 6 Aug 2005 13:13:41 +0000 (13:13 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 6 Aug 2005 13:08:44 +0000 (13:08 +0000)]
Fixed.

18 years agoNew document.
Daiki Ueno [Sat, 6 Aug 2005 13:07:35 +0000 (13:07 +0000)]
New document.

18 years agoAbolish "Development" chapter.
Daiki Ueno [Sat, 6 Aug 2005 12:12:19 +0000 (12:12 +0000)]
Abolish "Development" chapter.

18 years agoFixed.
Daiki Ueno [Sat, 6 Aug 2005 11:56:40 +0000 (11:56 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 6 Aug 2005 11:55:44 +0000 (11:55 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 6 Aug 2005 11:55:09 +0000 (11:55 +0000)]
Fixed.

18 years agoDo not use "by default".
Daiki Ueno [Sat, 6 Aug 2005 11:53:41 +0000 (11:53 +0000)]
Do not use "by default".

18 years agoFixed.
Daiki Ueno [Sat, 6 Aug 2005 11:51:21 +0000 (11:51 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 6 Aug 2005 11:47:07 +0000 (11:47 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 6 Aug 2005 11:41:33 +0000 (11:41 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 6 Aug 2005 11:38:16 +0000 (11:38 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 6 Aug 2005 11:37:15 +0000 (11:37 +0000)]
Fixed.

18 years agoRewrite Tips section.
Daiki Ueno [Sat, 6 Aug 2005 10:12:59 +0000 (10:12 +0000)]
Rewrite Tips section.

18 years agoMake doc more friendly for Emacs newbies.
Daiki Ueno [Sat, 6 Aug 2005 02:03:16 +0000 (02:03 +0000)]
Make doc more friendly for Emacs newbies.

18 years agoFixed.
Daiki Ueno [Sat, 6 Aug 2005 01:54:08 +0000 (01:54 +0000)]
Fixed.

18 years agoUpdate nodes.
Daiki Ueno [Sat, 6 Aug 2005 01:47:32 +0000 (01:47 +0000)]
Update nodes.

18 years agoUpdate menus.
Daiki Ueno [Sat, 6 Aug 2005 01:45:53 +0000 (01:45 +0000)]
Update menus.

18 years ago* riece-alias.el (riece-alias-alternate-separator): Set to "@".
Daiki Ueno [Sat, 6 Aug 2005 01:41:35 +0000 (01:41 +0000)]
* riece-alias.el (riece-alias-alternate-separator): Set to "@".

18 years agoMake docs more friendly for IRC newbies.
Daiki Ueno [Sat, 6 Aug 2005 01:40:28 +0000 (01:40 +0000)]
Make docs more friendly for IRC newbies.

18 years agoChanged Ruby version from 1.6 to 1.8.
Daiki Ueno [Sat, 30 Jul 2005 00:29:10 +0000 (00:29 +0000)]
Changed Ruby version from 1.6 to 1.8.

18 years agoAdd instruction to read info manuals.
Daiki Ueno [Thu, 28 Jul 2005 06:33:18 +0000 (06:33 +0000)]
Add instruction to read info manuals.

18 years agoFixed.
Daiki Ueno [Thu, 28 Jul 2005 06:25:32 +0000 (06:25 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Thu, 28 Jul 2005 06:24:35 +0000 (06:24 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Thu, 28 Jul 2005 06:15:08 +0000 (06:15 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Thu, 28 Jul 2005 06:08:42 +0000 (06:08 +0000)]
Fixed.

18 years agoRewrite some section for IRC newbies.
Daiki Ueno [Thu, 28 Jul 2005 06:04:31 +0000 (06:04 +0000)]
Rewrite some section for IRC newbies.

18 years agoFixed.
Daiki Ueno [Thu, 28 Jul 2005 02:36:19 +0000 (02:36 +0000)]
Fixed.

18 years ago* riece-debug.el: Don't bind unused variable; prepend time to
Daiki Ueno [Thu, 28 Jul 2005 02:35:50 +0000 (02:35 +0000)]
* riece-debug.el: Don't bind unused variable; prepend time to
debug message.

18 years ago* riece-unread.el (riece-guess-channel-from-unread): Return
Daiki Ueno [Tue, 19 Jul 2005 07:30:05 +0000 (07:30 +0000)]
* riece-unread.el (riece-guess-channel-from-unread): Return
reversed copy of riece-unread-channels.

* riece-server.el (riece-server-parse-string): Use
string-to-number instead of string-to-int.

18 years agoIntroduce windmove.el.
Daiki Ueno [Sun, 17 Jul 2005 04:09:49 +0000 (04:09 +0000)]
Introduce windmove.el.

18 years ago* riece-display.el (riece-channel-buffer): Return nil when
Daiki Ueno [Thu, 7 Jul 2005 08:49:55 +0000 (08:49 +0000)]
* riece-display.el (riece-channel-buffer): Return nil when
channel-buffer is killed.

* riece-debug.el (riece-debug-1): New function.
(riece-debug): Always return nil.

18 years ago* riece-ruby.el: New file.
Daiki Ueno [Fri, 3 Jun 2005 16:44:23 +0000 (16:44 +0000)]
* riece-ruby.el: New file.

19 years ago* riece-misc.el (riece-get-channels-on-server): New function.
Daiki Ueno [Mon, 4 Apr 2005 07:32:52 +0000 (07:32 +0000)]
* riece-misc.el (riece-get-channels-on-server): New function.
(riece-get-users-on-server): Don't use riece-user-p.
(riece-get-identities-on-server): Call
riece-get-channels-on-server and riece-get-users-on-server.

19 years ago* riece-identity.el (riece-completing-read-identity): Don't signal
Daiki Ueno [Mon, 4 Apr 2005 07:25:40 +0000 (07:25 +0000)]
* riece-identity.el (riece-completing-read-identity): Don't signal
an error when input string does not match riece-channel-regexp nor
riece-user-regexp.

19 years ago* riece-300.el (riece-handle-366-message): Don't use riece-user-regexp.
Daiki Ueno [Mon, 4 Apr 2005 07:22:03 +0000 (07:22 +0000)]
* riece-300.el (riece-handle-366-message): Don't use riece-user-regexp.
(riece-handle-302-message): Ditto.
(riece-handle-313-message): Ditto.

19 years ago* riece-300.el (riece-handle-366-message): Don't use riece-user-regexp.
Daiki Ueno [Mon, 4 Apr 2005 07:18:48 +0000 (07:18 +0000)]
* riece-300.el (riece-handle-366-message): Don't use riece-user-regexp.

19 years agoFixed.
Daiki Ueno [Tue, 22 Mar 2005 10:05:03 +0000 (10:05 +0000)]
Fixed.

19 years agoSimplified.
Daiki Ueno [Tue, 22 Mar 2005 09:17:02 +0000 (09:17 +0000)]
Simplified.

19 years agoAdded URL of Libassuan to comment.
Daiki Ueno [Tue, 22 Mar 2005 08:58:58 +0000 (08:58 +0000)]
Added URL of Libassuan to comment.

19 years ago* rubyserv.rb: New file.
Daiki Ueno [Tue, 22 Mar 2005 08:57:10 +0000 (08:57 +0000)]
* rubyserv.rb: New file.

19 years ago* riece-toolbar.el [XEmacs] (riece-make-toolbar-from-menu):
Daiki Ueno [Sun, 20 Mar 2005 22:55:38 +0000 (22:55 +0000)]
* riece-toolbar.el [XEmacs] (riece-make-toolbar-from-menu):
Pick up toolbar icons from etc/riece/.

19 years agoSimplified.
Daiki Ueno [Sun, 13 Mar 2005 00:10:42 +0000 (00:10 +0000)]
Simplified.

19 years ago* riece.el (riece-submit-bug-report): Insert content of riece-debug-buffer.
Daiki Ueno [Sat, 12 Mar 2005 23:41:15 +0000 (23:41 +0000)]
* riece.el (riece-submit-bug-report): Insert content of riece-debug-buffer.

19 years ago* riece.el (riece-buffer-alist): Init riece-debug-buffer.
Daiki Ueno [Sat, 12 Mar 2005 23:39:09 +0000 (23:39 +0000)]
* riece.el (riece-buffer-alist): Init riece-debug-buffer.
* riece-globals.el (riece-debug-buffer): New variable.
* riece-filter.el (riece-sentinel): Use riece-debug.
* riece-display.el (riece-channel-buffer-name): Use riece-debug.
* riece-button.el (riece-identity-button-click): Use riece-debug.
* riece-debug.el (riece-debug): New function.
(riece-ignore-errors): Use it.

19 years ago* riece-filter.el (riece-filter): Removed (eobp) check.
Daiki Ueno [Sat, 12 Mar 2005 23:16:57 +0000 (23:16 +0000)]
* riece-filter.el (riece-filter): Removed (eobp) check.

19 years agoQuote the 1st arg of AC_DEFUN.
Daiki Ueno [Sun, 6 Mar 2005 01:23:42 +0000 (01:23 +0000)]
Quote the 1st arg of AC_DEFUN.

19 years ago* Riece: Version 1.0.8 released.
Daiki Ueno [Sun, 6 Mar 2005 01:18:49 +0000 (01:18 +0000)]
* Riece: Version 1.0.8 released.
* configure.ac: Bump up version to 1.0.8.

* Riece: Version 1.0.8 released.
* riece-version.el (riece-version-number): Bump up to 1.0.8.

19 years ago"#Liece" -> "#Riece"
Daiki Ueno [Sun, 6 Mar 2005 00:49:31 +0000 (00:49 +0000)]
"#Liece" -> "#Riece"