riece
10 years agoFix hiding of join/part/quit messages.
Steve Youngs [Fri, 4 Apr 2014 07:35:57 +0000 (17:35 +1000)]
Fix hiding of join/part/quit messages.

As it turns out, if you hide your own joins, parts, and quits, Riece gets
really confused about what channels you're on and wouldn't update the
channel list.  This changeset fixes that by not hiding the user's joins,
parts, or quits.

The variable controlling it was also renamed to something nicer.  ERC uses
`erc-hide-list' for this, so `riece-hide-list' seems a good fit.

* lisp/riece-options.el (riece-hide-list): Renamed from
`riece-hide-joins-parts-quits' which was way too ugly.

* riece-handle.el (riece-handle-join-message): Use renamed hide
var, don't hide our own joins.
(riece-handle-part-message): Use renamed hide var, don't hide our
own parts.
(riece-handle-quit-message): Use renamed hide var, don't hide our
own quits.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
10 years agoMake it possible to suppress join/part/quit messages.
Steve Youngs [Fri, 4 Apr 2014 07:33:09 +0000 (17:33 +1000)]
Make it possible to suppress join/part/quit messages.

        * lisp/riece-options.el (riece-hide-joins-parts-quits): New user
        variable to control suppression of join/part/quit messages.

        * lisp/riece-handle.el (riece-handle-join-message): Use it.
        (riece-handle-part-message): Use it.
        (riece-handle-quit-message): Use it.

        * lisp/ChangeLog: Update.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
10 years agoUpdate .gitignore for all built files and backups
Steve Youngs [Tue, 1 Apr 2014 11:46:57 +0000 (21:46 +1000)]
Update .gitignore for all built files and backups

Signed-off-by: Steve Youngs <steve@sxemacs.org>
10 years agoUse the same log file for incoming and outgoing private messages
Daiki Ueno [Wed, 26 Jun 2013 08:04:59 +0000 (17:04 +0900)]
Use the same log file for incoming and outgoing private messages

11 years agoLet riece-command-open-server accept "".
Daiki Ueno [Tue, 31 Jul 2012 09:12:32 +0000 (18:12 +0900)]
Let riece-command-open-server accept "".

11 years agoUpdate to 9.0.0.
Daiki Ueno [Tue, 29 May 2012 01:48:04 +0000 (10:48 +0900)]
Update to 9.0.0.

11 years agoComplete multiple channels when joining.
Daiki Ueno [Wed, 25 Apr 2012 07:38:31 +0000 (16:38 +0900)]
Complete multiple channels when joining.

12 years agoFix the last change.
Daiki Ueno [Thu, 27 Oct 2011 08:13:13 +0000 (17:13 +0900)]
Fix the last change.

12 years agoAdd riece-command-reorder-channels.
Daiki Ueno [Thu, 27 Oct 2011 07:02:10 +0000 (16:02 +0900)]
Add riece-command-reorder-channels.

* riece-commands.el (riece-command-reorder-channels): New command.

12 years agoUpdate to 8.0.0.
Daiki Ueno [Sat, 28 May 2011 21:42:35 +0000 (06:42 +0900)]
Update to 8.0.0.

13 years agoSynch doc/ptexinfmt.el with Wanderlust.
TAKAHASHI Kaoru [Wed, 20 Apr 2011 07:35:37 +0000 (16:35 +0900)]
Synch doc/ptexinfmt.el with Wanderlust.

13 years agoFix arglist of riece-command-set-operators and -speakers.
Daiki Ueno [Wed, 20 Apr 2011 05:49:28 +0000 (14:49 +0900)]
Fix arglist of riece-command-set-operators and -speakers.

* riece-commands.el (riece-command-set-operators)
(riece-command-set-speakers): Revert the arglist change in the
last commit.

13 years agoUse lexical binding.
Daiki Ueno [Mon, 4 Apr 2011 06:49:01 +0000 (15:49 +0900)]
Use lexical binding.

13 years agoUpdate the default value of riece-url-regexp.
Daiki Ueno [Thu, 24 Mar 2011 18:41:05 +0000 (03:41 +0900)]
Update the default value of riece-url-regexp.

13 years agoAdd workaround when compiling with XEmacs 21.5.
Daiki Ueno [Wed, 16 Mar 2011 04:24:10 +0000 (13:24 +0900)]
Add workaround when compiling with XEmacs 21.5.

13 years agoAdd newline at end of file.
TAKAHASHI Kaoru [Tue, 25 Jan 2011 03:07:13 +0000 (12:07 +0900)]
Add newline at end of file.

* riece-ignore.el: Add newline at end of file.
* riece-keyword.el: Ditto.
* riece-mode.el: Ditto.

13 years agoSynch doc/ptexinfmt.el with Wanderlust.
TAKAHASHI Kaoru [Mon, 24 Jan 2011 13:24:04 +0000 (22:24 +0900)]
Synch doc/ptexinfmt.el with Wanderlust.

13 years agoUpdate to 7.0.3.
Daiki Ueno [Fri, 24 Dec 2010 01:47:30 +0000 (10:47 +0900)]
Update to 7.0.3.

13 years agoFix typo.
Daiki Ueno [Fri, 24 Dec 2010 01:38:00 +0000 (10:38 +0900)]
Fix typo.

13 years agoSupply srcdir to riece-examine-modules.
Daiki Ueno [Mon, 20 Dec 2010 07:16:08 +0000 (16:16 +0900)]
Supply srcdir to riece-examine-modules.

13 years agoMake sure not to move cursor, when the buffer is frozen and selected.
Daiki Ueno [Thu, 16 Dec 2010 05:01:44 +0000 (14:01 +0900)]
Make sure not to move cursor, when the buffer is frozen and selected.

13 years agoDon't use old-style backquote in doc/ptexinfmt.el.
Daiki Ueno [Thu, 16 Dec 2010 04:57:53 +0000 (13:57 +0900)]
Don't use old-style backquote in doc/ptexinfmt.el.

13 years agoRevert "Fix toggle-freeze behavior when the channel buffer window is selected."
Daiki Ueno [Tue, 14 Dec 2010 09:05:22 +0000 (18:05 +0900)]
Revert "Fix toggle-freeze behavior when the channel buffer window is selected."

This reverts commit fd183f0668247cad752130c1ca1d3d6ac3bb6bc4.

13 years agoFix toggle-freeze behavior when the channel buffer window is selected.
Daiki Ueno [Tue, 14 Dec 2010 08:38:01 +0000 (17:38 +0900)]
Fix toggle-freeze behavior when the channel buffer window is selected.

13 years agoFix out-of-tree build for doc/.
Daiki Ueno [Sat, 11 Dec 2010 06:35:49 +0000 (15:35 +0900)]
Fix out-of-tree build for doc/.

13 years agoFix error on make update-mcat.
TAKAHASHI Kaoru [Sat, 11 Dec 2010 05:19:00 +0000 (14:19 +0900)]
Fix error on make update-mcat.

13 years agoRiece: Version 7.0.2 released.
Daiki Ueno [Fri, 10 Dec 2010 08:17:11 +0000 (17:17 +0900)]
Riece: Version 7.0.2 released.

13 years agoUpdate to 7.0.2.
Daiki Ueno [Fri, 10 Dec 2010 08:03:56 +0000 (17:03 +0900)]
Update to 7.0.2.

13 years agoDon't append coding-system name to filename when coding-system is nil.
Daiki Ueno [Fri, 10 Dec 2010 06:05:56 +0000 (15:05 +0900)]
Don't append coding-system name to filename when coding-system is nil.

13 years agoFix typo.
Daiki Ueno [Fri, 15 Oct 2010 04:21:00 +0000 (13:21 +0900)]
Fix typo.

13 years agoMake "^C<fg>[,<bg>]" ctlseq matching robuster.
Daiki Ueno [Fri, 15 Oct 2010 04:19:39 +0000 (13:19 +0900)]
Make "^C<fg>[,<bg>]" ctlseq matching robuster.

* riece-ctlseq.el (riece-ctlseq-colors): Add an example setting to
the doc.
(riece-ctlseq-regexp, riece-ctlseq-update-attribute): Make
"^C<fg>[,<bg>]" matching robuster.
Thanks to Akira TAGOH.

13 years agoRewrite ctlseq parsing logic.
Daiki Ueno [Fri, 15 Oct 2010 01:24:10 +0000 (10:24 +0900)]
Rewrite ctlseq parsing logic.

* riece-ctlseq.el (riece-ctlseq-regexp): New constant.
(riece-ctlseq-update-attribute): Rename from
riece-ctlseq-update-attributes.
(riece-ctlseq-put-attributes): New function.
(riece-ctlseq-message-filter): Rewrite the parsing logic.

13 years agoUpdate to 7.0.1.
Daiki Ueno [Thu, 14 Oct 2010 07:59:40 +0000 (16:59 +0900)]
Update to 7.0.1.

13 years agoSupport "make distcheck".
Daiki Ueno [Thu, 14 Oct 2010 07:59:10 +0000 (16:59 +0900)]
Support "make distcheck".

* COMPILE: Support "make distcheck".
* Makefile.am: Support "make distcheck".

* test/test-riece-log.el (test-riece-log-delete-directory)
(test-riece-log-display-message-function): Don't bind
default-file-name-coding-system.

* riece-log.el (riece-log-display-message-function)
(riece-log-insert): Don't bind default-file-name-coding-system.

13 years agoCheck if make-local-hook exists.
Daiki Ueno [Thu, 14 Oct 2010 02:32:50 +0000 (11:32 +0900)]
Check if make-local-hook exists.

* riece-compat.el (riece-make-local-hook): Check if
make-local-hook exists.  Thanks to Makoto Fujiwara.

13 years ago* riece-develop.el (riece-insert-struct-template): Use "\n"
TAKAHASHI Kaoru [Sun, 12 Sep 2010 13:48:37 +0000 (22:48 +0900)]
* riece-develop.el (riece-insert-struct-template): Use "\n"
instead of newline in `interactive'. For
`delete-trailing-whitespace' safe.

13 years ago* riece-rdcc.el (riece-rdcc-filter, riece-rdcc-sentinel): Suppress
TAKAHASHI Kaoru [Sun, 12 Sep 2010 13:14:32 +0000 (22:14 +0900)]
* riece-rdcc.el (riece-rdcc-filter, riece-rdcc-sentinel): Suppress
byte-compile warnings; `save-excursion' defeated by `set-buffer'.

13 years ago* riece-misc.el (riece-insert): Suppress byte-compile warnings;
TAKAHASHI Kaoru [Sun, 12 Sep 2010 13:13:58 +0000 (22:13 +0900)]
* riece-misc.el (riece-insert): Suppress byte-compile warnings;
`save-excursion' defeated by `set-buffer'.

13 years ago* riece-keepalive.el (riece-keepalive-after-login-hook): Suppress
TAKAHASHI Kaoru [Sun, 12 Sep 2010 13:13:18 +0000 (22:13 +0900)]
* riece-keepalive.el (riece-keepalive-after-login-hook): Suppress
byte-compile warnings; `save-excursion' defeated by `set-buffer'.

13 years ago* riece-kakasi.el (riece-kakasi-convert-string): Suppress
TAKAHASHI Kaoru [Sun, 12 Sep 2010 13:12:35 +0000 (22:12 +0900)]
* riece-kakasi.el (riece-kakasi-convert-string): Suppress
byte-compile warnings; `save-excursion' defeated by `set-buffer'.

13 years ago* riece-ignore.el (riece-ignore-message-filter): Suppress
TAKAHASHI Kaoru [Sun, 12 Sep 2010 13:11:50 +0000 (22:11 +0900)]
* riece-ignore.el (riece-ignore-message-filter): Suppress
byte-compile warnings; `save-excursion' defeated by `set-buffer'.

13 years ago* riece-hangman.el (riece-hangman-word): Suppress byte-compile
TAKAHASHI Kaoru [Sun, 12 Sep 2010 13:11:04 +0000 (22:11 +0900)]
* riece-hangman.el (riece-hangman-word): Suppress byte-compile
warnings; `save-excursion' defeated by `set-buffer'.

13 years ago* riece-server.el (riece-reset-process-buffer): Suppress
TAKAHASHI Kaoru [Sun, 12 Sep 2010 13:10:01 +0000 (22:10 +0900)]
* riece-server.el (riece-reset-process-buffer): Suppress
byte-compile warnings; `save-excursion' defeated by `set-buffer'.

13 years ago* riece-filter.el (riece-filter): Suppress byte-compile warnings;
TAKAHASHI Kaoru [Sun, 12 Sep 2010 13:09:10 +0000 (22:09 +0900)]
* riece-filter.el (riece-filter): Suppress byte-compile warnings;
`save-excursion' defeated by `set-buffer'.

13 years ago* riece.el (riece-create-buffers): Suppress byte-compile
TAKAHASHI Kaoru [Sun, 12 Sep 2010 13:06:20 +0000 (22:06 +0900)]
* riece.el (riece-create-buffers): Suppress byte-compile
warnings; `save-excursion' defeated by `set-buffer'.

13 years ago* riece-display.el (riece-display-connect-signals)
TAKAHASHI Kaoru [Sun, 12 Sep 2010 13:05:25 +0000 (22:05 +0900)]
* riece-display.el (riece-display-connect-signals)
(riece-update-buffers): Suppress byte-compile
warnings; `save-excursion' defeated by `set-buffer'.

13 years ago* riece-button.el (riece-identity-button-popup-menu)
TAKAHASHI Kaoru [Sun, 12 Sep 2010 13:04:00 +0000 (22:04 +0900)]
* riece-button.el (riece-identity-button-popup-menu)
(riece-identity-button-click): Suppress byte-compile warnings;
`save-excursion' defeated by `set-buffer'.

13 years ago* riece-async.el (riece-async-open-network-stream): Suppress
TAKAHASHI Kaoru [Sun, 12 Sep 2010 13:02:43 +0000 (22:02 +0900)]
* riece-async.el (riece-async-open-network-stream): Suppress
byte-compile warnings; `save-excursion' defeated by `set-buffer'.

13 years ago* riece-mcat.el (riece-mcat-update): Suppress
TAKAHASHI Kaoru [Sat, 4 Sep 2010 00:59:28 +0000 (09:59 +0900)]
* riece-mcat.el (riece-mcat-update): Suppress
byte-compile warnings; `save-excursion' defeated by `set-buffer'.

13 years ago* riece-shrink-buffer.el (riece-shrink-buffer): Suppress
TAKAHASHI Kaoru [Sat, 4 Sep 2010 00:35:01 +0000 (09:35 +0900)]
* riece-shrink-buffer.el (riece-shrink-buffer): Suppress
byte-compile warnings; `save-excursion' defeated by `set-buffer'.

13 years ago* riece-ruby.el (riece-ruby-reset-process-buffer)
TAKAHASHI Kaoru [Sat, 4 Sep 2010 00:28:14 +0000 (09:28 +0900)]
* riece-ruby.el (riece-ruby-reset-process-buffer)
(riece-ruby-execute, riece-ruby-filter)
(riece-ruby-inspect): Suppress byte-compile warnings;
`save-excursion' defeated by `set-buffer'.

13 years ago* riece-doctor.el (riece-doctor-after-privmsg-hook): Suppress
TAKAHASHI Kaoru [Sat, 4 Sep 2010 00:14:54 +0000 (09:14 +0900)]
* riece-doctor.el (riece-doctor-after-privmsg-hook): Suppress
byte-compile warnings; `save-excursion' defeated by `set-buffer'.

13 years ago* riece-debug.el: Suppress byte-compile warnings;
TAKAHASHI Kaoru [Wed, 1 Sep 2010 05:08:31 +0000 (14:08 +0900)]
* riece-debug.el: Suppress byte-compile warnings;
 `save-excursion' defeated by `set-buffer'.

13 years agoRiece: Version 7.0.0 released.
Daiki Ueno [Fri, 28 May 2010 23:47:59 +0000 (08:47 +0900)]
Riece: Version 7.0.0 released.

13 years agoMark mode-line indicators as risky-local-variable.
Daiki Ueno [Fri, 28 May 2010 01:54:43 +0000 (10:54 +0900)]
Mark mode-line indicators as risky-local-variable.

14 years agoCOMPILE (riece-install): Add workaround for XEmacs 21.5.
Daiki Ueno [Tue, 6 Apr 2010 20:34:12 +0000 (05:34 +0900)]
COMPILE (riece-install): Add workaround for XEmacs 21.5.

14 years agoNEWS.ja, README.ja, doc/riece-ja.texi: Change the encoding to UTF-8.
Daiki Ueno [Tue, 6 Apr 2010 20:27:52 +0000 (05:27 +0900)]
NEWS.ja, README.ja, doc/riece-ja.texi: Change the encoding to UTF-8.

14 years ago6.1.0 released.
Daiki Ueno [Thu, 10 Sep 2009 11:16:06 +0000 (20:16 +0900)]
6.1.0 released.

14 years agoAdd entries for Takahashi-san's changes.
Daiki Ueno [Thu, 10 Sep 2009 11:12:43 +0000 (20:12 +0900)]
Add entries for Takahashi-san's changes.

14 years agoAdd entries.
Daiki Ueno [Thu, 10 Sep 2009 10:32:05 +0000 (19:32 +0900)]
Add entries.

14 years agoRevert to use setq instead of custom-set-variables.
Daiki Ueno [Thu, 10 Sep 2009 10:26:54 +0000 (19:26 +0900)]
Revert to use setq instead of custom-set-variables.

14 years agoFix "Wrong type argument" error on not riece-addon-list-mode.
TAKAHASHI Kaoru [Sat, 29 Aug 2009 22:24:56 +0000 (07:24 +0900)]
Fix "Wrong type argument" error on not riece-addon-list-mode.
Signed-off-by: Daiki Ueno <ueno@unixuser.org>
14 years agoFix Author header.
TAKAHASHI Kaoru [Sat, 29 Aug 2009 22:24:00 +0000 (07:24 +0900)]
Fix Author header.
Signed-off-by: Daiki Ueno <ueno@unixuser.org>
14 years ago(AC_PREREQ): Make it to 2.63.
Daiki Ueno [Tue, 2 Jun 2009 11:08:00 +0000 (20:08 +0900)]
(AC_PREREQ): Make it to 2.63.

14 years ago* Riece: Version 6.0.0 released.
Daiki Ueno [Sat, 30 May 2009 05:25:00 +0000 (14:25 +0900)]
* Riece: Version 6.0.0 released.

15 years agoAdd 6.0.0 entries.
Daiki Ueno [Thu, 23 Apr 2009 11:00:49 +0000 (20:00 +0900)]
Add 6.0.0 entries.

15 years ago* riece.el (riece-submit-bug-report): Just visit the tracker URL.
Daiki Ueno [Thu, 23 Apr 2009 05:18:22 +0000 (14:18 +0900)]
* riece.el (riece-submit-bug-report): Just visit the tracker URL.

15 years agoIgnore some files.
Daiki Ueno [Thu, 23 Apr 2009 04:18:57 +0000 (13:18 +0900)]
Ignore some files.

15 years agoUse BTS & Git on Savannah.
Daiki Ueno [Thu, 23 Apr 2009 04:12:47 +0000 (13:12 +0900)]
Use BTS & Git on Savannah.

15 years agoUpdate copyright year.
Daiki Ueno [Wed, 22 Apr 2009 09:08:48 +0000 (09:08 +0000)]
Update copyright year.

15 years ago* riece-addon-modules.el (riece-addon-modules): Don't mention
Daiki Ueno [Wed, 22 Apr 2009 07:49:16 +0000 (07:49 +0000)]
* riece-addon-modules.el (riece-addon-modules): Don't mention
riece-notify.
* Makefile.am (EXTRA_DIST): Remove riece-notify.el.
* riece-notify.el: Remove; use riece-desktop-notify.el.

15 years ago* Makefile.am (EXTRA_DIST): Remove INSTALL-CVS.
Daiki Ueno [Wed, 22 Apr 2009 07:19:54 +0000 (07:19 +0000)]
* Makefile.am (EXTRA_DIST): Remove INSTALL-CVS.
* INSTALL-CVS: Remove; see doc/HACKING instead.

15 years agoSimplify.
Daiki Ueno [Wed, 22 Apr 2009 07:02:43 +0000 (07:02 +0000)]
Simplify.

15 years agoINSTALL-CVS: Don't mention autotools versions.
Daiki Ueno [Wed, 22 Apr 2009 06:44:26 +0000 (06:44 +0000)]
INSTALL-CVS: Don't mention autotools versions.
doc/Makefile.am (AUTOMAKE_OPTIONS): Suppress warning about GNU make
portability issues.

15 years agoAdd note for novice users.
Daiki Ueno [Wed, 22 Apr 2009 06:35:25 +0000 (06:35 +0000)]
Add note for novice users.

15 years agoAdd note for novice users.
Daiki Ueno [Wed, 22 Apr 2009 06:11:39 +0000 (06:11 +0000)]
Add note for novice users.

15 years ago* riece-desktop-notify.el: New add-on.
OHASHI Akira [Mon, 30 Mar 2009 11:41:58 +0000 (11:41 +0000)]
* riece-desktop-notify.el: New add-on.
* riece-addon-modules.el (riece-addon-modules): Add
riece-desktop-notify.
* riece-mcat-japanese.el (riece-mcat-japanese-alist): Translate
"Display notification to desktop.".
* Makefile.am (EXTRA_DIST): Add riece-desktop-notify.el.

15 years ago(riece-keyword-message-filter): Fix for the infinite
OHASHI Akira [Mon, 30 Mar 2009 10:53:50 +0000 (10:53 +0000)]
(riece-keyword-message-filter): Fix for the infinite
loop.

15 years ago(riece-mini-show-backlog): Fix for multibyte
OHASHI Akira [Sun, 12 Oct 2008 16:03:44 +0000 (16:03 +0000)]
(riece-mini-show-backlog): Fix for multibyte
characters.

15 years ago* riece-notify.el: New add-on.
Daiki Ueno [Mon, 8 Sep 2008 08:21:25 +0000 (08:21 +0000)]
* riece-notify.el: New add-on.
* riece-addon-modules.el (riece-addon-modules): Add
riece-notify (commented).
* Makefile.am (EXTRA_DIST): Add riece-notify.el.

15 years ago* riece-commands.el (riece-command-enter-message): Fix behavior at last line of buffer.
TAKAHASHI Kaoru [Mon, 25 Aug 2008 06:57:01 +0000 (06:57 +0000)]
* riece-commands.el (riece-command-enter-message): Fix behavior at last line of buffer.
(riece-command-enter-message-to-user): Ditto.
(riece-command-enter-message-as-notice): Ditto.

15 years ago* riece-options.el (riece-use-full-window): Abolish unused option.
Daiki Ueno [Wed, 11 Jun 2008 12:48:03 +0000 (12:48 +0000)]
* riece-options.el (riece-use-full-window): Abolish unused option.
* riece-layout.el (riece-layout-alist): New layout "one-window".
(riece-configure-windows-one-window): New function.

15 years ago(riece-server-alist): Accept an integer for
Daiki Ueno [Fri, 6 Jun 2008 20:14:42 +0000 (20:14 +0000)]
(riece-server-alist): Accept an integer for
:service.

15 years agoFixed.
Daiki Ueno [Fri, 6 Jun 2008 11:47:43 +0000 (11:47 +0000)]
Fixed.

15 years agoFixed.
Daiki Ueno [Fri, 6 Jun 2008 11:47:13 +0000 (11:47 +0000)]
Fixed.

15 years agoSuppress compiler warnings.
Daiki Ueno [Fri, 6 Jun 2008 04:12:03 +0000 (04:12 +0000)]
Suppress compiler warnings.

(riece-make-local-hook): New alias.
(riece-derived-mode-p): New alias.
(riece-set-process-query-on-exit-flag): New alias.

15 years ago* riece-options.el (riece-server-alist): Fix :value for username, password, function...
TAKAHASHI Kaoru [Thu, 5 Jun 2008 03:06:44 +0000 (03:06 +0000)]
* riece-options.el (riece-server-alist): Fix :value for username, password, function and coding-system.

15 years ago(riece-read-variables-files): Re-evaluate custom settings.
Daiki Ueno [Sun, 1 Jun 2008 15:34:09 +0000 (15:34 +0000)]
(riece-read-variables-files): Re-evaluate custom settings.

15 years agoFix a typo.
Daiki Ueno [Sun, 1 Jun 2008 12:40:04 +0000 (12:40 +0000)]
Fix a typo.
Update NEWS.ja.

15 years agoSimplify.
Daiki Ueno [Fri, 30 May 2008 08:35:22 +0000 (08:35 +0000)]
Simplify.

15 years ago"freeze" -> "jidou scroll wo kinshi".
Daiki Ueno [Fri, 30 May 2008 08:32:31 +0000 (08:32 +0000)]
"freeze" -> "jidou scroll wo kinshi".

15 years ago* Riece: Version 5.0.0 released.
Daiki Ueno [Fri, 30 May 2008 08:30:31 +0000 (08:30 +0000)]
* Riece: Version 5.0.0 released.

15 years ago* Riece: Version 5.0.0 released.
Daiki Ueno [Fri, 30 May 2008 08:29:24 +0000 (08:29 +0000)]
* Riece: Version 5.0.0 released.
* configure.ac: Bump up version to 5.0.0.

15 years agoUpdate copyright year.
Daiki Ueno [Fri, 30 May 2008 08:27:11 +0000 (08:27 +0000)]
Update copyright year.

15 years agoUpdate.
Daiki Ueno [Wed, 28 May 2008 04:03:02 +0000 (04:03 +0000)]
Update.

15 years ago(riece-save-variables-files): Generate
Daiki Ueno [Wed, 28 May 2008 04:01:53 +0000 (04:01 +0000)]
(riece-save-variables-files): Generate
custom-set-variables instead of a list of setq.

15 years ago* riece-options.el (riece-server-alist): Simplify custom-type.
Daiki Ueno [Wed, 28 May 2008 03:55:31 +0000 (03:55 +0000)]
* riece-options.el (riece-server-alist): Simplify custom-type.
* riece-coding.el: Move defcustom to riece-options; require
'riece-options.

15 years agoFix a typo.
Daiki Ueno [Tue, 27 May 2008 09:27:46 +0000 (09:27 +0000)]
Fix a typo.

15 years ago(riece-menu-create-channels-menu): Remove
Daiki Ueno [Tue, 27 May 2008 09:26:24 +0000 (09:26 +0000)]
(riece-menu-create-channels-menu): Remove
placeholder channels.

15 years agoFix description.
Daiki Ueno [Tue, 27 May 2008 09:15:43 +0000 (09:15 +0000)]
Fix description.