riece
17 years agoFixed coding-system conversion.
Daiki Ueno [Tue, 25 Apr 2006 08:46:17 +0000 (08:46 +0000)]
Fixed coding-system conversion.

17 years agoFixed indentation.
Daiki Ueno [Tue, 25 Apr 2006 08:19:34 +0000 (08:19 +0000)]
Fixed indentation.

17 years agoFixed decoding.
Daiki Ueno [Tue, 25 Apr 2006 08:18:51 +0000 (08:18 +0000)]
Fixed decoding.

17 years agoFixed indentation.
Daiki Ueno [Tue, 25 Apr 2006 08:16:10 +0000 (08:16 +0000)]
Fixed indentation.

17 years agoHandle errors from base64-decode-string.
Daiki Ueno [Tue, 25 Apr 2006 08:15:37 +0000 (08:15 +0000)]
Handle errors from base64-decode-string.

17 years ago* riece-epg.el: New add-on.
Daiki Ueno [Tue, 25 Apr 2006 08:13:26 +0000 (08:13 +0000)]
* riece-epg.el: New add-on.
* riece-addon-modules.el (riece-addon-modules): Added riece-epg.
* Makefile.am (EXTRA_DIST): Added riece-epg.el.

18 years ago2006-04-13 Steve Youngs <steve@sxemacs.org>
Daiki Ueno [Fri, 14 Apr 2006 06:09:36 +0000 (06:09 +0000)]
2006-04-13  Steve Youngs  <steve@sxemacs.org>

* riece-commands.el (riece-command-invite): Add missing `:' to
string sent to server.

* riece-300.el (riece-handle-341-message): swap values for
`channel' and `user'.

18 years ago* riece.el (riece-buffer-alist): " *Debug*" -> "*Debug*".
Daiki Ueno [Mon, 3 Apr 2006 01:35:15 +0000 (01:35 +0000)]
* riece.el (riece-buffer-alist): " *Debug*" -> "*Debug*".
(riece-save-variables-files): Fixed a typo in the docstring.

18 years ago* riece-display.el (riece-part-channel): Emit
Daiki Ueno [Sat, 14 Jan 2006 12:58:25 +0000 (12:58 +0000)]
* riece-display.el (riece-part-channel): Emit
'channel-list-changed signal.

18 years agoUpdate FSF's address.
Daiki Ueno [Thu, 29 Dec 2005 23:41:43 +0000 (23:41 +0000)]
Update FSF's address.

18 years ago* riece-alias.el (riece-alias-alternate-separator): Reverted the
Daiki Ueno [Thu, 29 Dec 2005 23:31:37 +0000 (23:31 +0000)]
* riece-alias.el (riece-alias-alternate-separator): Reverted the
default value.

18 years agoFixed a typo.
Daiki Ueno [Wed, 28 Dec 2005 09:20:15 +0000 (09:20 +0000)]
Fixed a typo.

18 years agoFixed indent.
Daiki Ueno [Sun, 20 Nov 2005 23:30:09 +0000 (23:30 +0000)]
Fixed indent.

18 years agoFixed.
Daiki Ueno [Sat, 19 Nov 2005 05:39:09 +0000 (05:39 +0000)]
Fixed.

18 years ago* riece-alias.el (riece-alias-alternate-separator): Changed from
Daiki Ueno [Sat, 19 Nov 2005 05:30:06 +0000 (05:30 +0000)]
* riece-alias.el (riece-alias-alternate-separator): Changed from
"@" -> "%".

18 years ago* Riece: Version 2.0.2 released.
Daiki Ueno [Sat, 19 Nov 2005 05:28:27 +0000 (05:28 +0000)]
* Riece: Version 2.0.2 released.
* configure.ac: Bump up version to 2.0.2.

18 years agoDescribed 2.0.2 changes.
Daiki Ueno [Sat, 19 Nov 2005 05:27:33 +0000 (05:27 +0000)]
Described 2.0.2 changes.

18 years agoUpdate.
Daiki Ueno [Sat, 19 Nov 2005 05:23:44 +0000 (05:23 +0000)]
Update.

18 years ago* test/test-riece-cache.el: New test cases.
Daiki Ueno [Sat, 19 Nov 2005 05:20:19 +0000 (05:20 +0000)]
* test/test-riece-cache.el: New test cases.
* test/Makefile.am (EXTRA_DIST): Added test-riece-cache.el.

18 years agoNew testcase.
Daiki Ueno [Sat, 19 Nov 2005 05:18:45 +0000 (05:18 +0000)]
New testcase.

18 years ago* Makefile.am (EXTRA_DIST): Added riece-cache.el.
Daiki Ueno [Sat, 19 Nov 2005 05:04:47 +0000 (05:04 +0000)]
* Makefile.am (EXTRA_DIST): Added riece-cache.el.

18 years agoDon't bind unused variable.
Daiki Ueno [Sat, 19 Nov 2005 02:05:58 +0000 (02:05 +0000)]
Don't bind unused variable.

18 years agos/-map//
Daiki Ueno [Sat, 19 Nov 2005 01:57:43 +0000 (01:57 +0000)]
s/-map//

18 years ago* riece-commands.el (riece-command-part-channel): Signal an error
Daiki Ueno [Sat, 19 Nov 2005 00:34:26 +0000 (00:34 +0000)]
* riece-commands.el (riece-command-part-channel): Signal an error
if TARGET server has not opened.

18 years ago* riece-channel.el: Require 'riece-cache.
Daiki Ueno [Sat, 19 Nov 2005 00:30:37 +0000 (00:30 +0000)]
* riece-channel.el: Require 'riece-cache.
(riece-find-channel): Increase priority of given channel name in
riece-channel-cache.
(riece-forget-channel): Remove given channel name from
riece-channel-cache.
(riece-get-channel): Register given channel name in
riece-channel-cache (if it is being added to riece-channel-obarray.)
* riece-server.el (riece-reset-process-buffer): Initialize
riece-channel-cache.
* riece-options.el (riece-channel-cache-max-size): New user
option.
* riece-misc.el (riece-get-channels-on-server): Get channel names
from riece-channel-cache.
* riece-globals.el (riece-channel-cache): New variable.

18 years agoFixed.
Daiki Ueno [Sat, 19 Nov 2005 00:22:13 +0000 (00:22 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Fri, 18 Nov 2005 23:50:41 +0000 (23:50 +0000)]
Fixed.

18 years agoAdd doc.
Daiki Ueno [Fri, 18 Nov 2005 13:55:24 +0000 (13:55 +0000)]
Add doc.

18 years agoFixed indent.
Daiki Ueno [Fri, 18 Nov 2005 13:53:03 +0000 (13:53 +0000)]
Fixed indent.

18 years agoFixed indent.
Daiki Ueno [Fri, 18 Nov 2005 13:52:46 +0000 (13:52 +0000)]
Fixed indent.

18 years ago* riece-cache.el: Renamed from riece-lru.el.
Daiki Ueno [Fri, 18 Nov 2005 13:50:36 +0000 (13:50 +0000)]
* riece-cache.el: Renamed from riece-lru.el.

18 years ago* riece-lru.el (riece-lru-node-set-value): New function.
Daiki Ueno [Fri, 18 Nov 2005 09:26:04 +0000 (09:26 +0000)]
* riece-lru.el (riece-lru-node-set-value): New function.
(riece-lru-set): Use it.

18 years ago* riece-user.el: Require 'riece-lru.
Daiki Ueno [Fri, 18 Nov 2005 09:23:34 +0000 (09:23 +0000)]
* riece-user.el: Require 'riece-lru.
(riece-find-user): Increase priority of given username in
riece-user-lru.
(riece-forget-user): Remove given username from riece-user-lru.
(riece-rename-user): Rename given username in riece-user-lru.
(riece-get-user): Register given username in riece-user-lru (if
is being added to riece-user-obarray.)

* riece-server.el: Require 'riece-lru.
(riece-reset-process-buffer): Initialize riece-user-lru.

* riece-options.el (riece-user-lru-max-size): New user option.
* riece-misc.el: Require 'riece-lru.
(riece-get-users-on-server): Get usernames from riece-user-lru.

* riece-globals.el (riece-user-lru): New variable.
* COMPILE (riece-modules): Added riece-lru.

* riece-lru.el: New file.

18 years ago* riece-lru.el: New file.
Daiki Ueno [Fri, 18 Nov 2005 08:53:19 +0000 (08:53 +0000)]
* riece-lru.el: New file.

18 years agoFixed.
Daiki Ueno [Fri, 18 Nov 2005 06:15:50 +0000 (06:15 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Fri, 18 Nov 2005 06:15:26 +0000 (06:15 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Fri, 18 Nov 2005 06:14:05 +0000 (06:14 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Fri, 18 Nov 2005 06:08:00 +0000 (06:08 +0000)]
Fixed.

18 years ago* riece-develop.el: New file.
Daiki Ueno [Fri, 18 Nov 2005 05:57:56 +0000 (05:57 +0000)]
* riece-develop.el: New file.

18 years agoAdded Masatake YAMATO and Steve Youngs.
Daiki Ueno [Wed, 2 Nov 2005 23:41:49 +0000 (23:41 +0000)]
Added Masatake YAMATO and Steve Youngs.

18 years ago(url-irc-riece): Use `server-name'
Masatake YAMATO [Wed, 26 Oct 2005 15:36:05 +0000 (15:36 +0000)]
(url-irc-riece): Use `server-name'
to create an argument for `riece-parse-identity'.
`server' was used.

18 years agoFixed.
Daiki Ueno [Sat, 15 Oct 2005 00:21:26 +0000 (00:21 +0000)]
Fixed.

18 years ago* Riece: Version 2.0.1 released.
Daiki Ueno [Thu, 29 Sep 2005 08:46:12 +0000 (08:46 +0000)]
* Riece: Version 2.0.1 released.
* configure.ac: Bump up version to 2.0.1.

18 years agoAdded 2.0.1 changes.
Daiki Ueno [Thu, 29 Sep 2005 02:22:48 +0000 (02:22 +0000)]
Added 2.0.1 changes.

18 years agoSpecify "mode: text" as well as "mode: outline".
Daiki Ueno [Thu, 29 Sep 2005 02:15:55 +0000 (02:15 +0000)]
Specify "mode: text" as well as "mode: outline".

18 years agoFixed riece-async-server-program-arguments.
Daiki Ueno [Fri, 16 Sep 2005 04:45:20 +0000 (04:45 +0000)]
Fixed riece-async-server-program-arguments.

18 years ago* riece-addon.el (riece-command-list-addons): Adjust width of 2nd
Daiki Ueno [Sun, 11 Sep 2005 08:47:02 +0000 (08:47 +0000)]
* riece-addon.el (riece-command-list-addons): Adjust width of 2nd
column to the length of the longest add-on name.

18 years agoFixed quit prompt.
Daiki Ueno [Sat, 10 Sep 2005 14:02:51 +0000 (14:02 +0000)]
Fixed quit prompt.

18 years ago* riece-alias.el (riece-alias-abbrev-identity-string): Compare car
Daiki Ueno [Sat, 10 Sep 2005 12:20:46 +0000 (12:20 +0000)]
* riece-alias.el (riece-alias-abbrev-identity-string): Compare car
of riece-alias-alist with identities case insensitively.

18 years agoDescribed uninstall operation.
Daiki Ueno [Mon, 5 Sep 2005 08:30:25 +0000 (08:30 +0000)]
Described uninstall operation.

18 years ago* Makefile.am (EXTRA_DIST): Added riece-xfaceb.el.
Daiki Ueno [Mon, 5 Sep 2005 08:03:13 +0000 (08:03 +0000)]
* Makefile.am (EXTRA_DIST): Added riece-xfaceb.el.
* riece-addon-modules.el (riece-addon-modules): Added riece-xfaceb.

18 years ago2005-09-03 Steve Youngs <steve@sxemacs.org>
Daiki Ueno [Mon, 5 Sep 2005 08:03:05 +0000 (08:03 +0000)]
2005-09-03  Steve Youngs  <steve@sxemacs.org>

* riece-xfaceb.el: New file.  Display X-Face and colour Face
images in IRC buffer, getting the image data from BBDB records.

18 years agoFixed.
Daiki Ueno [Wed, 31 Aug 2005 23:31:52 +0000 (23:31 +0000)]
Fixed.

18 years ago* riece-unread.el (riece-unread-requires): Require 'riece-history.
Daiki Ueno [Wed, 31 Aug 2005 03:09:33 +0000 (03:09 +0000)]
* riece-unread.el (riece-unread-requires): Require 'riece-history.

18 years agoFixed a typo.
Daiki Ueno [Tue, 30 Aug 2005 00:30:23 +0000 (00:30 +0000)]
Fixed a typo.

18 years agoFixed.
Daiki Ueno [Mon, 29 Aug 2005 06:36:01 +0000 (06:36 +0000)]
Fixed.

18 years ago* test/test-riece-log.el
Daiki Ueno [Mon, 29 Aug 2005 06:35:43 +0000 (06:35 +0000)]
* test/test-riece-log.el
(test-riece-log-display-message-function): Enable riece-log addon.

18 years ago* test/test-riece-ruby.el (lunit-test-case-teardown): Rest
Daiki Ueno [Mon, 29 Aug 2005 06:28:43 +0000 (06:28 +0000)]
* test/test-riece-ruby.el (lunit-test-case-teardown): Rest
riece-ruby-output-handler-alist and riece-ruby-output-queue-alist.

18 years agoRenamed.
Daiki Ueno [Mon, 29 Aug 2005 06:14:37 +0000 (06:14 +0000)]
Renamed.

18 years ago* Riece: Version 2.0.0 released.
Daiki Ueno [Mon, 29 Aug 2005 06:08:00 +0000 (06:08 +0000)]
* Riece: Version 2.0.0 released.
* configure.ac: Bump up version to 2.0.0.

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

18 years agoMerge channel-coding branch.
Daiki Ueno [Mon, 29 Aug 2005 06:02:58 +0000 (06:02 +0000)]
Merge channel-coding branch.

18 years agoFixed.
Daiki Ueno [Mon, 29 Aug 2005 03:59:13 +0000 (03:59 +0000)]
Fixed.

18 years agoRevised.
Daiki Ueno [Mon, 29 Aug 2005 02:23:49 +0000 (02:23 +0000)]
Revised.

18 years agoRevised.
Daiki Ueno [Mon, 29 Aug 2005 02:23:31 +0000 (02:23 +0000)]
Revised.

18 years agoFixed.
Daiki Ueno [Mon, 29 Aug 2005 01:22:30 +0000 (01:22 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Mon, 29 Aug 2005 01:21:08 +0000 (01:21 +0000)]
Fixed.

18 years agoSynch up with HACKING.ja.
Daiki Ueno [Mon, 29 Aug 2005 01:20:40 +0000 (01:20 +0000)]
Synch up with HACKING.ja.

18 years agoUpdate add-on API.
Daiki Ueno [Sun, 28 Aug 2005 22:18:10 +0000 (22:18 +0000)]
Update add-on API.

18 years ago* riece-addon.el (riece-addon-list-unsupported-face): Abolished.
Daiki Ueno [Sun, 28 Aug 2005 22:15:11 +0000 (22:15 +0000)]
* riece-addon.el (riece-addon-list-unsupported-face): Abolished.
(riece-addon-list-mark-face-alist): Removed unsupported mark.
(riece-enable-addon): Add-on modules are not needed to provide
riece-*-enable any more.
(riece-disable-addon): Add-on modules are not needed to provide
riece-*-disable any more.
(riece-command-list-addons): Don't display unsupported mark.

18 years agoFixed.
Daiki Ueno [Sat, 27 Aug 2005 23:41:59 +0000 (23:41 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 27 Aug 2005 23:41:05 +0000 (23:41 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 27 Aug 2005 23:40:21 +0000 (23:40 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 27 Aug 2005 23:40:06 +0000 (23:40 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 27 Aug 2005 23:38:58 +0000 (23:38 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 27 Aug 2005 23:36:32 +0000 (23:36 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 27 Aug 2005 23:33:32 +0000 (23:33 +0000)]
Fixed.

18 years agoFixed query message.
Daiki Ueno [Sat, 27 Aug 2005 23:03:45 +0000 (23:03 +0000)]
Fixed query message.

18 years agoFixed a typo.
Daiki Ueno [Sat, 27 Aug 2005 23:01:46 +0000 (23:01 +0000)]
Fixed a typo.

18 years agoFixed.
Daiki Ueno [Sat, 27 Aug 2005 22:59:54 +0000 (22:59 +0000)]
Fixed.

18 years agoFixed.
Daiki Ueno [Sat, 27 Aug 2005 13:38:01 +0000 (13:38 +0000)]
Fixed.

18 years agoQuery user to insinuate dependent add-ons.
Daiki Ueno [Sat, 27 Aug 2005 13:29:25 +0000 (13:29 +0000)]
Query user to insinuate dependent add-ons.

18 years agoRevised.
Daiki Ueno [Sat, 27 Aug 2005 09:47:44 +0000 (09:47 +0000)]
Revised.

18 years ago* riece-addon.el (riece-uninstall-addon): Don't check the add-on
Daiki Ueno [Sat, 27 Aug 2005 09:43:20 +0000 (09:43 +0000)]
* riece-addon.el (riece-uninstall-addon): Don't check the add-on
is enabled.
(riece-uninstall-addon): Don't use riece-remprop.
(riece-enable-addon): Put 'riece-addon-enabled property on the
add-on feature.
(riece-disable-addon): Ditto.
(riece-command-list-addons): Check 'riece-addon-enabled property
instead of riece-*-enabled variables.

18 years agoRevised.
Daiki Ueno [Sat, 27 Aug 2005 08:40:15 +0000 (08:40 +0000)]
Revised.

18 years agoRevised.
Daiki Ueno [Sat, 27 Aug 2005 08:40:15 +0000 (08:40 +0000)]
Revised.

18 years ago* riece-options.el (riece-shrink-buffer-idle-time-delay):
Daiki Ueno [Sat, 27 Aug 2005 08:27:42 +0000 (08:27 +0000)]
* riece-options.el (riece-shrink-buffer-idle-time-delay):
Abolished; moved to riece-shrink-buffer.el.
(riece-max-buffer-size): Ditto.
(riece-shrink-buffer-remove-chars): Ditto.

* riece.el (riece-shrink-buffer-idle-timer): Abolished; moved to
riece-shrink-buffer.el.
(riece): Don't set riece-shrink-buffer-idle-timer here.
(riece-exit): Don't cancel riece-shrink-buffer-idle-timer here.

* riece-shrink-buffer.el: New add-on.
* riece-addon-modules.el (riece-addon-modules): Added
riece-shrink-buffer.
* Makefile.am (EXTRA_DIST): Added riece-shrink-buffer.el.

18 years agoRequire 'riece-display.
Daiki Ueno [Sat, 27 Aug 2005 07:30:01 +0000 (07:30 +0000)]
Require 'riece-display.

18 years agoAdd some require's to suppress compile warning.
Daiki Ueno [Sat, 27 Aug 2005 07:27:32 +0000 (07:27 +0000)]
Add some require's to suppress compile warning.

18 years agoFixed.
Daiki Ueno [Sat, 27 Aug 2005 07:06:26 +0000 (07:06 +0000)]
Fixed.

18 years ago* riece-highlight.el (riece-highlight-uninstall): Use
Daiki Ueno [Sat, 27 Aug 2005 07:02:53 +0000 (07:02 +0000)]
* riece-highlight.el (riece-highlight-uninstall): Use
riece-remprop instead of remprop.

* riece-addon.el (riece-uninstall-addon): Use riece-remprop
instead of remprop.

* riece-xemacs.el (riece-remprop): New alias.
* riece-emacs.el (riece-remprop): New function.

* COMPILE (riece-compile-modules): Add current directory to load-path.

* riece-history.el (riece-history-requires): New function.
* riece-addon.el (riece-insinuate-addon-1): Require add-on feature.

18 years agoFixed font-lock-keywords.
Daiki Ueno [Sat, 27 Aug 2005 06:30:32 +0000 (06:30 +0000)]
Fixed font-lock-keywords.

18 years agoFixed.
Daiki Ueno [Sat, 27 Aug 2005 06:20:34 +0000 (06:20 +0000)]
Fixed.

18 years agoRevised.
Daiki Ueno [Sat, 27 Aug 2005 06:18:15 +0000 (06:18 +0000)]
Revised.

18 years agoRemove eval-when-compile.
Daiki Ueno [Sat, 27 Aug 2005 05:57:53 +0000 (05:57 +0000)]
Remove eval-when-compile.

18 years agoSet riece-save-variables-are-dirty to t.
Daiki Ueno [Sat, 27 Aug 2005 05:40:06 +0000 (05:40 +0000)]
Set riece-save-variables-are-dirty to t.

18 years agoChanged add-on mark.
Daiki Ueno [Sat, 27 Aug 2005 05:37:06 +0000 (05:37 +0000)]
Changed add-on mark.

18 years agoSupport re-insinuate.
Daiki Ueno [Sat, 27 Aug 2005 05:25:55 +0000 (05:25 +0000)]
Support re-insinuate.

18 years agoFixed resolution of riece-addon-dependencies.
Daiki Ueno [Sat, 27 Aug 2005 05:23:28 +0000 (05:23 +0000)]
Fixed resolution of riece-addon-dependencies.

18 years agoFixed typo.
Daiki Ueno [Sat, 27 Aug 2005 04:37:31 +0000 (04:37 +0000)]
Fixed typo.

18 years agoBind lsdb-*.
Daiki Ueno [Sat, 27 Aug 2005 04:37:16 +0000 (04:37 +0000)]
Bind lsdb-*.