riece
19 years agoUpdate.
Daiki Ueno [Fri, 4 Mar 2005 23:42:28 +0000 (23:42 +0000)]
Update.

19 years agoUpdate.
Daiki Ueno [Fri, 4 Mar 2005 23:25:48 +0000 (23:25 +0000)]
Update.

19 years agoUpdate.
Daiki Ueno [Wed, 2 Mar 2005 08:32:17 +0000 (08:32 +0000)]
Update.

19 years ago* riece-log.el (riece-log-lock-file): Define with defvar.
Daiki Ueno [Wed, 2 Mar 2005 08:31:44 +0000 (08:31 +0000)]
* riece-log.el (riece-log-lock-file): Define with defvar.
(riece-log-display-message-function): Use riece-log-lock-file as
LOCKNAME of write-region.
(riece-log-insinuate): Set riece-log-lock-file.

19 years ago* riece-300.el (riece-handle-301-message): Don't use riece-user-regexp.
Daiki Ueno [Sun, 27 Feb 2005 08:54:08 +0000 (08:54 +0000)]
* riece-300.el (riece-handle-301-message): Don't use riece-user-regexp.
(riece-handle-311-message): Ditto.
(riece-handle-312-message): Ditto.
(riece-handle-317-message): Ditto.
(riece-handle-319-message): Ditto.

19 years ago", " -> " "
Daiki Ueno [Sun, 27 Feb 2005 01:55:08 +0000 (01:55 +0000)]
", " -> " "

19 years ago* riece-300.el (riece-handle-317-message): Format idle seconds in
Daiki Ueno [Sun, 27 Feb 2005 01:52:22 +0000 (01:52 +0000)]
* riece-300.el (riece-handle-317-message): Format idle seconds in
human readable form.

19 years ago* riece-ctcp.el (riece-handle-ctcp-action-request): Prepend target.
Daiki Ueno [Sun, 27 Feb 2005 00:02:26 +0000 (00:02 +0000)]
* riece-ctcp.el (riece-handle-ctcp-action-request): Prepend target.
(riece-command-ctcp-action): Ditto.

19 years ago* riece-globals.el (riece-obarray-size, riece-obarray): Abolish.
TAKAHASHI Kaoru [Fri, 25 Feb 2005 19:17:15 +0000 (19:17 +0000)]
* riece-globals.el (riece-obarray-size, riece-obarray): Abolish.
(riece-channel-obarray-size, riece-user-obarray-size)
(riece-channel-obaary, riece-user-obarray): New variables.
* riece-user.el (riece-find-user, riece-forget-user)
(riece-rename-user, riece-get-user): Use `riece-user-obarray'
instead of `riece-user-obarray'.
* riece-channel.el (riece-find-channel, riece-forget-channel)
(riece-get-channel): Use `riece-channel-obarray' instead of
`riece-obarray'.
* riece-misc.el (riece-get-identities-on-server): Ditto.
* riece-server.el (riece-reset-process-buffer): Ditto.

19 years ago* riece-unread.el (riece-unread-after-switch-to-channel-function):
Daiki Ueno [Thu, 24 Feb 2005 06:36:32 +0000 (06:36 +0000)]
* riece-unread.el (riece-unread-after-switch-to-channel-function):
Clear riece-unread-channels case insensitively.

19 years agoAdd no-server option to riece-identity-assoc.
Daiki Ueno [Thu, 24 Feb 2005 06:11:06 +0000 (06:11 +0000)]
Add no-server option to riece-identity-assoc.

19 years agoUpdate.
Daiki Ueno [Thu, 24 Feb 2005 05:42:33 +0000 (05:42 +0000)]
Update.

19 years ago* riece-300.el (riece-handle-353-message): Use
Daiki Ueno [Thu, 24 Feb 2005 05:40:51 +0000 (05:40 +0000)]
* riece-300.el (riece-handle-353-message): Use
riece-identity-assoc to pick an entry from
riece-353-message-alist.
(riece-handle-366-message): Ditto.

19 years agoFixed.
Daiki Ueno [Sat, 19 Feb 2005 13:02:40 +0000 (13:02 +0000)]
Fixed.

19 years ago* riece-signal.el (riece-emit-signal): Use riece-funcall-ignore-errors.
Daiki Ueno [Sat, 19 Feb 2005 08:29:57 +0000 (08:29 +0000)]
* riece-signal.el (riece-emit-signal): Use riece-funcall-ignore-errors.

19 years ago* riece-debug.el (riece-funcall-ignore-errors): New function.
Daiki Ueno [Sat, 19 Feb 2005 06:59:10 +0000 (06:59 +0000)]
* riece-debug.el (riece-funcall-ignore-errors): New function.
* riece-signal.el (riece-emit-signal): Use riece-funcall-ignore-errors.
* riece-filter.el (riece-handle-numeric-reply): Use
riece-funcall-ignore-errors.
(riece-handle-message): Ditto.
* riece-ctcp.el (riece-handle-ctcp-request): Use
riece-funcall-ignore-errors.

19 years ago2005-02-18 Steve Youngs <steve@sxemacs.org>
Daiki Ueno [Sat, 19 Feb 2005 06:42:55 +0000 (06:42 +0000)]
2005-02-18  Steve Youngs  <steve@sxemacs.org>

* riece-ctcp.el (riece-handle-ctcp-time-request): New.
(riece-handle-ctcp-time-response): New.
(riece-command-ctcp-time): New.
(riece-ctcp-enable): Add `riece-command-ctcp-time'.
(riece-ctcp-disable): Ditto.

* riece-layout.el (riece-layout-alist): Minor doc string fix --
escape a couple of parens.

* riece-version.el: defvar sxemacs-codename at compile time.
(riece-extended-version): Simplify the XEmacs section, add support
for SXEmacs.

19 years ago* riece-addon.el (riece-resolve-addons): Fixed
TAKAHASHI Kaoru [Thu, 17 Feb 2005 16:43:13 +0000 (16:43 +0000)]
* riece-addon.el (riece-resolve-addons): Fixed
avoid add directory to addons condition.

19 years ago* riece-addon.el (riece-resolve-addons): Directory don't push to addon.
TAKAHASHI Kaoru [Thu, 10 Feb 2005 15:50:34 +0000 (15:50 +0000)]
* riece-addon.el (riece-resolve-addons): Directory don't push to addon.

19 years ago* riece-commands.el (riece-command-part): Fix argument.
Yoichi NAKAYAMA [Wed, 9 Feb 2005 03:48:15 +0000 (03:48 +0000)]
* riece-commands.el (riece-command-part): Fix argument.

19 years ago* riece-filter.el (riece-filter): Simplified.
Daiki Ueno [Mon, 7 Feb 2005 04:48:01 +0000 (04:48 +0000)]
* riece-filter.el (riece-filter): Simplified.

19 years ago* riece-addon.el (riece-resolve-addons): Check the existence of
Daiki Ueno [Mon, 7 Feb 2005 03:51:07 +0000 (03:51 +0000)]
* riece-addon.el (riece-resolve-addons): Check the existence of
riece-addon-directory.

19 years agoUndo the last change.
Daiki Ueno [Mon, 7 Feb 2005 03:50:07 +0000 (03:50 +0000)]
Undo the last change.

19 years agoFixed.
Daiki Ueno [Mon, 7 Feb 2005 03:24:35 +0000 (03:24 +0000)]
Fixed.

19 years ago* riece-server.el (riece-reset-process-buffer): Reset
Daiki Ueno [Mon, 7 Feb 2005 03:24:05 +0000 (03:24 +0000)]
* riece-server.el (riece-reset-process-buffer): Reset
riece-filter-semaphore.
* riece-globals.el (riece-filter-semaphore): Define here.

19 years ago* riece-filter.el (riece-filter-semaphore): New variable.
Daiki Ueno [Mon, 7 Feb 2005 03:16:51 +0000 (03:16 +0000)]
* riece-filter.el (riece-filter-semaphore): New variable.
(riece-get-semaphore): New function.
(riece-release-semaphore): New function.
(riece-filter-with-semaphore): New macro.
(riece-filter): Use it.

19 years agoUpdate.
Daiki Ueno [Sun, 6 Feb 2005 14:39:43 +0000 (14:39 +0000)]
Update.

19 years ago* riece-filter.el (riece-filter): Modified regexp.
Daiki Ueno [Sun, 6 Feb 2005 14:39:36 +0000 (14:39 +0000)]
* riece-filter.el (riece-filter): Modified regexp.
* riece-misc.el (riece-insert): Undo the last change.

19 years ago* riece-misc.el (riece-insert): Force redisplay for GNU Emacs.
Daiki Ueno [Sat, 5 Feb 2005 23:59:34 +0000 (23:59 +0000)]
* riece-misc.el (riece-insert): Force redisplay for GNU Emacs.

19 years ago* riece.el (riece-exit): Clear riece-window-configuration frame
Daiki Ueno [Sat, 5 Feb 2005 13:22:02 +0000 (13:22 +0000)]
* riece.el (riece-exit): Clear riece-window-configuration frame
parameter.
* riece-commands.el (riece-command-suspend-resume): Don't attempt
to restore window-configuration if the cdr of
riece-window-configuration frame parameter is nil.

19 years agoFixed.
Daiki Ueno [Sat, 5 Feb 2005 13:03:00 +0000 (13:03 +0000)]
Fixed.

19 years ago* riece-filter.el (riece-chomp-string): New function.
Daiki Ueno [Sat, 5 Feb 2005 12:53:10 +0000 (12:53 +0000)]
* riece-filter.el (riece-chomp-string): New function.
(riece-filter): Use it.

19 years ago* Riece: Version 1.0.7 released.
Daiki Ueno [Sat, 5 Feb 2005 12:31:41 +0000 (12:31 +0000)]
* Riece: Version 1.0.7 released.
* configure.ac: Bump up version to 1.0.7.

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

19 years agoUpdate.
Daiki Ueno [Sat, 5 Feb 2005 12:24:07 +0000 (12:24 +0000)]
Update.

19 years agoUpdate.
Daiki Ueno [Sat, 5 Feb 2005 11:57:12 +0000 (11:57 +0000)]
Update.

19 years agoUpdate.
Daiki Ueno [Sat, 5 Feb 2005 11:03:22 +0000 (11:03 +0000)]
Update.

19 years ago* riece-keyword.el (riece-keyword-face): Change defface spec for tty.
Daiki Ueno [Sat, 5 Feb 2005 10:55:12 +0000 (10:55 +0000)]
* riece-keyword.el (riece-keyword-face): Change defface spec for tty.

19 years ago* riece-toolbar.el (riece-toolbar-description): New constant.
Daiki Ueno [Sat, 5 Feb 2005 09:48:07 +0000 (09:48 +0000)]
* riece-toolbar.el (riece-toolbar-description): New constant.

19 years ago* riece-keepalive.el: Require 'riece-options.
Daiki Ueno [Sat, 5 Feb 2005 09:45:48 +0000 (09:45 +0000)]
* riece-keepalive.el: Require 'riece-options.
(riece-keepalive-ping-repeat): Define with defcustom.
(riece-keepalive-description): New constant.

* riece.el (riece-dialogue-mode-map): Bind
riece-command-suspend-resume.
* riece-commands.el (riece-command-suspend-resume): New command.

19 years agoUpdate.
Daiki Ueno [Sat, 5 Feb 2005 05:04:26 +0000 (05:04 +0000)]
Update.

19 years agoAdd NEWS.ja.
Daiki Ueno [Sat, 5 Feb 2005 04:55:47 +0000 (04:55 +0000)]
Add NEWS.ja.

19 years agoUpdate.
Daiki Ueno [Sat, 5 Feb 2005 04:14:00 +0000 (04:14 +0000)]
Update.

19 years agoUpdate.
Daiki Ueno [Sat, 5 Feb 2005 04:06:00 +0000 (04:06 +0000)]
Update.

19 years agoRemoved riece-command-quit.xpm from EXTRA_DIST.
Daiki Ueno [Sat, 5 Feb 2005 04:04:30 +0000 (04:04 +0000)]
Removed riece-command-quit.xpm from EXTRA_DIST.

19 years agoRemoved.
Daiki Ueno [Sat, 5 Feb 2005 04:04:01 +0000 (04:04 +0000)]
Removed.

19 years agoFlatten transparent part.
Daiki Ueno [Sat, 5 Feb 2005 04:03:52 +0000 (04:03 +0000)]
Flatten transparent part.

19 years agoAdd README.ja to EXTRA_DIST.
Daiki Ueno [Sat, 5 Feb 2005 03:54:00 +0000 (03:54 +0000)]
Add README.ja to EXTRA_DIST.

19 years agoUpdate.
Daiki Ueno [Sat, 5 Feb 2005 03:53:49 +0000 (03:53 +0000)]
Update.

19 years agoUpdate.
Daiki Ueno [Sat, 5 Feb 2005 01:45:40 +0000 (01:45 +0000)]
Update.

19 years ago* riece-options.el (riece-addons): Enable riece-keyword by default.
Daiki Ueno [Sat, 5 Feb 2005 01:44:43 +0000 (01:44 +0000)]
* riece-options.el (riece-addons): Enable riece-keyword by default.

19 years ago* riece-button.el (riece-identity-button-click): New function.
Daiki Ueno [Sat, 5 Feb 2005 01:01:50 +0000 (01:01 +0000)]
* riece-button.el (riece-identity-button-click): New function.
(riece-make-identity-button-map): Bind riece-identity-button-click.

19 years ago(riece-identity-button-popup-menu): Changed
Daiki Ueno [Sat, 5 Feb 2005 00:12:54 +0000 (00:12 +0000)]
(riece-identity-button-popup-menu): Changed
interactivbe spect "@e" -> "e".

19 years agoFixed.
Daiki Ueno [Fri, 4 Feb 2005 23:52:17 +0000 (23:52 +0000)]
Fixed.

19 years agoUpdate.
Daiki Ueno [Fri, 4 Feb 2005 23:48:29 +0000 (23:48 +0000)]
Update.

19 years ago* riece-options.el (riece-part-message): New user option.
Daiki Ueno [Fri, 4 Feb 2005 23:33:23 +0000 (23:33 +0000)]
* riece-options.el (riece-part-message): New user option.
(riece-addons): Enable riece-alias and riece-ctlseq by default.
(riece-max-buffer-size): Change the default value to nil.

19 years ago* riece-options.el (riece-addons): Enable riece-alias and riece-ctlseq
Daiki Ueno [Fri, 4 Feb 2005 23:29:28 +0000 (23:29 +0000)]
* riece-options.el (riece-addons): Enable riece-alias and riece-ctlseq
by default.

19 years ago* riece-options.el (riece-part-message): New user option.
Daiki Ueno [Fri, 4 Feb 2005 23:28:07 +0000 (23:28 +0000)]
* riece-options.el (riece-part-message): New user option.
* riece-commands.el (riece-command-part): Use riece-part-message.

19 years agoOnly copy existing *.xpm files.
Daiki Ueno [Fri, 4 Feb 2005 18:42:34 +0000 (18:42 +0000)]
Only copy existing *.xpm files.

19 years agoFix.
OHASHI Akira [Fri, 4 Feb 2005 11:52:43 +0000 (11:52 +0000)]
Fix.

19 years ago* test/Makefile.am (EXTRA_DIST): Add test-riece-eval.el.
OHASHI Akira [Fri, 4 Feb 2005 11:29:40 +0000 (11:29 +0000)]
* test/Makefile.am (EXTRA_DIST): Add test-riece-eval.el.
* test/test-riece-eval.el: New test cases.

19 years ago* riece-eval.el (riece-eval-form): New function.
OHASHI Akira [Fri, 4 Feb 2005 10:36:26 +0000 (10:36 +0000)]
* riece-eval.el (riece-eval-form): New function.
(riece-eval-display-message-function): Use it.

19 years agoFixed.
Daiki Ueno [Fri, 4 Feb 2005 08:47:31 +0000 (08:47 +0000)]
Fixed.

19 years ago* riece-000.el (riece-handle-001-message): Use
Daiki Ueno [Fri, 4 Feb 2005 08:45:56 +0000 (08:45 +0000)]
* riece-000.el (riece-handle-001-message): Use
riece-command-join-channel to join startup channels.

19 years ago* riece-300.el (riece-353-message-alist): Renamed from riece-353-string.
Daiki Ueno [Fri, 4 Feb 2005 08:44:12 +0000 (08:44 +0000)]
* riece-300.el (riece-353-message-alist): Renamed from riece-353-string.

19 years agoFixed typo.
Daiki Ueno [Fri, 4 Feb 2005 08:34:15 +0000 (08:34 +0000)]
Fixed typo.

19 years agoFixed.
Daiki Ueno [Fri, 4 Feb 2005 07:15:24 +0000 (07:15 +0000)]
Fixed.

19 years ago* riece-filter.el (riece-filter): Accept lines which ends with LF.
Daiki Ueno [Fri, 4 Feb 2005 07:15:08 +0000 (07:15 +0000)]
* riece-filter.el (riece-filter): Accept lines which ends with LF.

19 years ago* riece-300.el (riece-353-string): Renamed from riece-353-users.
Daiki Ueno [Fri, 4 Feb 2005 07:01:36 +0000 (07:01 +0000)]
* riece-300.el (riece-353-string): Renamed from riece-353-users.
(riece-handle-353-message): Don't parse the reply.
(riece-handle-366-message): Parse 353 replies here; count users.

19 years agoUpdate.
Daiki Ueno [Fri, 4 Feb 2005 04:55:59 +0000 (04:55 +0000)]
Update.

19 years agoUpdate.
Daiki Ueno [Fri, 4 Feb 2005 04:54:32 +0000 (04:54 +0000)]
Update.

19 years agoRevised.
Daiki Ueno [Fri, 4 Feb 2005 04:53:12 +0000 (04:53 +0000)]
Revised.

19 years agoUpdate.
Daiki Ueno [Fri, 4 Feb 2005 04:52:37 +0000 (04:52 +0000)]
Update.

19 years ago* riece-keepalive.el: New add-on.
Daiki Ueno [Fri, 4 Feb 2005 04:34:17 +0000 (04:34 +0000)]
* riece-keepalive.el: New add-on.
* COMPILE (riece-modules): Add riece-keepalive.
* Makefile.am (EXTRA_DIST): Add riece-keepalive.el.

19 years ago* riece-log.el (riece-log-enable): Add debug message.
Daiki Ueno [Fri, 4 Feb 2005 04:30:06 +0000 (04:30 +0000)]
* riece-log.el (riece-log-enable): Add debug message.

19 years ago* riece-biff.el (riece-biff-functions): Abolish.
OHASHI Akira [Fri, 4 Feb 2005 04:06:16 +0000 (04:06 +0000)]
* riece-biff.el (riece-biff-functions): Abolish.
riece-biff-after-display-message-function): Follow the change above.

19 years agoFixed.
Daiki Ueno [Fri, 4 Feb 2005 03:42:14 +0000 (03:42 +0000)]
Fixed.

19 years agoFixed.
Daiki Ueno [Fri, 4 Feb 2005 03:40:22 +0000 (03:40 +0000)]
Fixed.

19 years ago* riece-server.el (riece-close-server-process): Switch to process
Daiki Ueno [Fri, 4 Feb 2005 03:27:49 +0000 (03:27 +0000)]
* riece-server.el (riece-close-server-process): Switch to process
buffer when running riece-after-close-hook.

19 years ago* COMPILE (riece-icons): Add riece-command-quit and
Daiki Ueno [Fri, 4 Feb 2005 03:18:18 +0000 (03:18 +0000)]
* COMPILE (riece-icons): Add riece-command-quit and
riece-submit-bug-report.

* Makefile.am (EXTRA_DIST): Add riece-command-quit.xpm
riece-command-previous-channel.xpm riece-command-next-channel.xpm
riece-submit-bug-report.xpm.

* riece-menu.el (riece-menu-items): Add "Submit Bug Report".

19 years agoUndo the last change.
Daiki Ueno [Fri, 4 Feb 2005 03:01:08 +0000 (03:01 +0000)]
Undo the last change.

19 years ago* riece-toolbar.el (riece-toolbar-items): Add riece-submit-bug-report.
Daiki Ueno [Fri, 4 Feb 2005 02:58:48 +0000 (02:58 +0000)]
* riece-toolbar.el (riece-toolbar-items): Add riece-submit-bug-report.

19 years ago* riece-xemacs.el (riece-run-at-time): Accept nil as the current-time.
Daiki Ueno [Fri, 4 Feb 2005 02:58:11 +0000 (02:58 +0000)]
* riece-xemacs.el (riece-run-at-time): Accept nil as the current-time.

19 years agoUndo the last change.
Daiki Ueno [Fri, 4 Feb 2005 02:47:39 +0000 (02:47 +0000)]
Undo the last change.

19 years agoSimplified.
Daiki Ueno [Fri, 4 Feb 2005 02:38:57 +0000 (02:38 +0000)]
Simplified.

19 years ago* riece-compat.el (riece-read-passwd): Changed default value.
Daiki Ueno [Fri, 4 Feb 2005 02:36:53 +0000 (02:36 +0000)]
* riece-compat.el (riece-read-passwd): Changed default value.

19 years ago* riece-400.el (riece-handle-475-message): Don't bind inhibit-quit
Daiki Ueno [Fri, 4 Feb 2005 02:31:58 +0000 (02:31 +0000)]
* riece-400.el (riece-handle-475-message): Don't bind inhibit-quit
when reading channel key.

* riece-irc.el (riece-irc-open-server): Don't bind inhibit-quit
when reading password.

* riece-compat.el (riece-read-passwd): Bind inhibit-quit.

19 years ago* riece-commands.el (riece-command-join): Abolished prefix-arg
Daiki Ueno [Fri, 4 Feb 2005 02:28:05 +0000 (02:28 +0000)]
* riece-commands.el (riece-command-join): Abolished prefix-arg
(channel key).

19 years ago* riece-options.el (riece-buffer-dispose-function): Changed the
Daiki Ueno [Fri, 4 Feb 2005 02:25:43 +0000 (02:25 +0000)]
* riece-options.el (riece-buffer-dispose-function): Changed the
default value from bury-buffer to kill-buffer.
* riece-log.el (riece-log-lock-directory): New user option.
(riece-log-enable): Create lock directory.
(riece-log-disable): Remove lock directory.

19 years ago* riece-addon.el (riece-resolve-addons): Don't use FILES-ONLY
Daiki Ueno [Fri, 4 Feb 2005 02:06:57 +0000 (02:06 +0000)]
* riece-addon.el (riece-resolve-addons): Don't use FILES-ONLY
argument of directory-files.

19 years ago* riece-google.el (riece-google-default-lang): Change value.
OHASHI Akira [Fri, 4 Feb 2005 01:59:22 +0000 (01:59 +0000)]
* riece-google.el (riece-google-default-lang): Change value.
(riece-google-display-message-function): Follow the change above.

19 years ago* riece-google.el: New add-on.
OHASHI Akira [Thu, 3 Feb 2005 15:08:45 +0000 (15:08 +0000)]
* riece-google.el: New add-on.
* COMPILE (riece-modules): Add riece-google.
* Makefile.am (EXTRA_DIST): Add riece-google.el.

19 years ago* riece-400.el (riece-handle-475-message): New handler; query
Daiki Ueno [Thu, 3 Feb 2005 08:26:51 +0000 (08:26 +0000)]
* riece-400.el (riece-handle-475-message): New handler; query
channel key.

19 years agoFixed.
Daiki Ueno [Thu, 3 Feb 2005 03:18:10 +0000 (03:18 +0000)]
Fixed.

19 years ago* riece-addon.el (riece-resolve-addon-dependencies): Rename from
Daiki Ueno [Thu, 3 Feb 2005 03:17:22 +0000 (03:17 +0000)]
* riece-addon.el (riece-resolve-addon-dependencies): Rename from
riece-resolve-addon.
(riece-resolve-addon): Append add-ons under riece-addon-directory.

19 years ago* riece-message.el (riece-display-message): When filter-function
TAKAHASHI Kaoru [Wed, 2 Feb 2005 14:04:38 +0000 (14:04 +0000)]
* riece-message.el (riece-display-message): When filter-function
return nil, escape from while loop.

19 years agoFixed.
Daiki Ueno [Wed, 2 Feb 2005 09:41:15 +0000 (09:41 +0000)]
Fixed.

19 years agoFixed.
Daiki Ueno [Wed, 2 Feb 2005 08:23:56 +0000 (08:23 +0000)]
Fixed.

19 years agoFixed.
Daiki Ueno [Wed, 2 Feb 2005 08:18:45 +0000 (08:18 +0000)]
Fixed.

19 years ago* riece-debug.el (riece-debug-standard-output-buffer): Use
Daiki Ueno [Wed, 2 Feb 2005 08:17:35 +0000 (08:17 +0000)]
* riece-debug.el (riece-debug-standard-output-buffer): Use
riece-temp-buffer.
* riece.el: Add riece-temp-buffer.
* riece-globals.el (riece-temp-buffer): New variable.

19 years agoUndo the last change.
Daiki Ueno [Wed, 2 Feb 2005 08:09:52 +0000 (08:09 +0000)]
Undo the last change.