elisp/riece.git
17 years ago* Riece: Version 3.0.0 released. riece-3_0_0
ueno [Mon, 29 May 2006 03:14:06 +0000 (03:14 +0000)]
* Riece: Version 3.0.0 released.
* configure.ac: Bump up version to 3.0.0.

17 years agoAdded 3.0.0 changes.
ueno [Fri, 26 May 2006 08:38:40 +0000 (08:38 +0000)]
Added 3.0.0 changes.

17 years agos/username/user name/
ueno [Tue, 16 May 2006 13:04:25 +0000 (13:04 +0000)]
s/username/user name/

17 years ago* riece-options.el (riece-realname): New user option.
ueno [Tue, 16 May 2006 13:02:54 +0000 (13:02 +0000)]
* riece-options.el (riece-realname): New user option.

17 years ago* riece-irc.el (riece-irc-open-server): Changed the meaning of
ueno [Tue, 16 May 2006 07:15:24 +0000 (07:15 +0000)]
* riece-irc.el (riece-irc-open-server): Changed the meaning of
riece-username.  i.e. now riece-username represents the user's
login name and riece-realname is the replacement of the former
riece-username.
* riece-server.el (riece-server-keyword-map): New keyword :realname.

17 years ago* riece-commands.el (riece-command-close-server): Cause error
yoichi [Sat, 6 May 2006 14:50:58 +0000 (14:50 +0000)]
* riece-commands.el (riece-command-close-server): Cause error
on non-existent server process.

17 years ago* riece-skk-kakutei.el: Declare some variables and autoload
ueno [Wed, 26 Apr 2006 08:44:29 +0000 (08:44 +0000)]
* riece-skk-kakutei.el: Declare some variables and autoload
'skk-kakutei to suppress compilation warnings.

17 years agoAutoload widget-convert-button.
ueno [Wed, 26 Apr 2006 08:40:52 +0000 (08:40 +0000)]
Autoload widget-convert-button.

17 years ago* riece-xfaceb.el: Don't enclose autoloads with ignore-errors;
ueno [Wed, 26 Apr 2006 08:36:35 +0000 (08:36 +0000)]
* riece-xfaceb.el: Don't enclose autoloads with ignore-errors;
autoloads should not report errors.

17 years ago* riece-commands.el (riece-command-save-variables): New command.
ueno [Wed, 26 Apr 2006 08:31:56 +0000 (08:31 +0000)]
* riece-commands.el (riece-command-save-variables): New command.

17 years agoFixed.
ueno [Wed, 26 Apr 2006 07:38:23 +0000 (07:38 +0000)]
Fixed.

17 years agoDon't display error messasge unless riece-debug.
ueno [Wed, 26 Apr 2006 07:37:49 +0000 (07:37 +0000)]
Don't display error messasge unless riece-debug.

17 years agoMark outgoing encrypted message.
ueno [Wed, 26 Apr 2006 07:25:59 +0000 (07:25 +0000)]
Mark outgoing encrypted message.

17 years agoDon't decrypt self message.
ueno [Wed, 26 Apr 2006 05:24:25 +0000 (05:24 +0000)]
Don't decrypt self message.

17 years ago* epg.el (epg-status-GET_HIDDEN): Pass epg-context as the first
ueno [Wed, 26 Apr 2006 03:01:44 +0000 (03:01 +0000)]
* epg.el (epg-status-GET_HIDDEN): Pass epg-context as the first
argument of passphrase-callback.
(epg-status-PROGRESS): Ditto.

17 years ago* riece-epg.el
ueno [Wed, 26 Apr 2006 02:52:17 +0000 (02:52 +0000)]
* riece-epg.el
(riece-epg-passphrase-callback-function-for-decrypt): New
function.
(riece-command-set-passphrase): Renamed.
(riece-epg-message-filter): Don't query passphrase; if decryption
fails add button to try again.
(riece-epg-add-encrypted-button): New function.
(riece-epg-encrypted-button-notify): New function.

17 years agoFixed passphrase prompt.
ueno [Tue, 25 Apr 2006 09:50:09 +0000 (09:50 +0000)]
Fixed passphrase prompt.

17 years agoAdded header.
ueno [Tue, 25 Apr 2006 09:46:59 +0000 (09:46 +0000)]
Added header.

17 years agoFixed passphrase caching.
ueno [Tue, 25 Apr 2006 09:22:04 +0000 (09:22 +0000)]
Fixed passphrase caching.

17 years agoFixed decoding.
ueno [Tue, 25 Apr 2006 09:03:26 +0000 (09:03 +0000)]
Fixed decoding.

17 years agoDon't alter message-text if decryption fails.
ueno [Tue, 25 Apr 2006 09:01:31 +0000 (09:01 +0000)]
Don't alter message-text if decryption fails.

17 years agoUse riece-identity-assoc.
ueno [Tue, 25 Apr 2006 08:56:53 +0000 (08:56 +0000)]
Use riece-identity-assoc.

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

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

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

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

17 years agoHandle errors from base64-decode-string.
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.
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>
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*".
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
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.
ueno [Thu, 29 Dec 2005 23:41:44 +0000 (23:41 +0000)]
Update FSF's address.

18 years ago* riece-alias.el (riece-alias-alternate-separator): Reverted the
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.
ueno [Wed, 28 Dec 2005 09:20:15 +0000 (09:20 +0000)]
Fixed a typo.

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

18 years agoFixed.
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 riece-2_0_2
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.
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.
ueno [Sat, 19 Nov 2005 05:27:33 +0000 (05:27 +0000)]
Described 2.0.2 changes.

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

18 years ago* test/test-riece-cache.el: New test cases.
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.
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.
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.
ueno [Sat, 19 Nov 2005 02:05:58 +0000 (02:05 +0000)]
Don't bind unused variable.

18 years agos/-map//
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
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.
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.
ueno [Sat, 19 Nov 2005 00:22:13 +0000 (00:22 +0000)]
Fixed.

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

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

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

18 years agoFixed indent.
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.
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.
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.
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.
ueno [Fri, 18 Nov 2005 08:53:19 +0000 (08:53 +0000)]
* riece-lru.el: New file.

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

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

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

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

18 years ago* riece-develop.el: New file.
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.
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'
jet [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.
ueno [Sat, 15 Oct 2005 00:21:26 +0000 (00:21 +0000)]
Fixed.

18 years ago* Riece: Version 2.0.1 released. riece-2_0_1
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.
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".
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.
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
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.
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
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.
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.
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>
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.
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.
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.
ueno [Tue, 30 Aug 2005 00:30:23 +0000 (00:30 +0000)]
Fixed a typo.

18 years agoFixed. riece-2_0_0
ueno [Mon, 29 Aug 2005 06:36:01 +0000 (06:36 +0000)]
Fixed.

18 years ago* test/test-riece-log.el
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
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.
ueno [Mon, 29 Aug 2005 06:14:37 +0000 (06:14 +0000)]
Renamed.

18 years ago* Riece: Version 2.0.0 released.
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.
ueno [Mon, 29 Aug 2005 06:02:58 +0000 (06:02 +0000)]
Merge channel-coding branch.

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

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

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

18 years agoFixed.
ueno [Mon, 29 Aug 2005 01:26:51 +0000 (01:26 +0000)]
Fixed.

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

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

18 years agoUpdate add-on API.
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.
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.
ueno [Sat, 27 Aug 2005 23:41:59 +0000 (23:41 +0000)]
Fixed.

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

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

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

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

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

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

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

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