2006-05-30 02:26:15 by Masao Uebayashi | Files touched by this commit (3) |
Log message:
Update riece to 3.0.0.
* Major changes in 3.0.0
** Changed the meaning of riece-username. If you set this option, you
will need to set riece-realname instead. (ueno)
** Cause an error if a user requests to close already closed server. (yoichi)
** New add-on riece-epg.el, which enables secure conversation using
GnuPG. (ueno)
** Fixed a couple of bugs in inviting users. (Steve Youngs)
** Fixed a redisplay bug when a user leaves a channel. (ueno)
** Reverted the default value of riece-alias-alternate-separator to
"@". (ueno)
|
2006-03-30 05:31:13 by Johnny C. Lam | Files touched by this commit (8) |
Log message:
* Install info files into ${EMACS_INFOPREFIX}, which is the correct
location for both emacs and xemacs.
* List the info files directly in the PLIST.
* Use EMACS_MODULES to deal with a possible xemacs-packages dependency.
|
2006-02-16 19:08:07 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add riece-en.info to INFO_FILES, bump PKGREVISION.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2005-12-08 07:51:22 by Masao Uebayashi | Files touched by this commit (3) |
Log message:
Update riece to 2.0.2.
Notable changes from NEWS:
* Major changes in 2.0.2
* Major changes in 2.0.1
** New add-on riece-xfaceb.el, which displays X-Face/Colour Face in
IRC buffers. (Steve Youngs)
* Major changes in 2.0.0
** Support multiple coding-systems on a server.
You can use different coding-systems for different channels. (ueno)
For example:
(setq riece-channel-coding-system-alist
'(("#euc-jp" . euc-jp)
("#utf-8 irc.freenode.net" . utf-8)))
** Support uninstall, unload (dangerous) operations for add-ons.
Now you can fully customize riece-addons in the add-on listing
mode. (ueno)
** New mechanism for executing Ruby programs. To use it, see the
commentary section of riece-ruby.el. (ueno)
** New add-on riece-eval-ruby.el, which regards user input prefixed by
",ruby " as a Ruby program and sends the result to the current
channel. (ueno)
** New add-on riece-shrink-buffer.el, which now takes care of periodic
buffer shrinking. If you have set riece-max-buffer-size, you will
need to enable the riece-shrink-buffer add-on in the add-on listing
mode. (ueno)
** Allow "@" instead of " " as a separator of a channel name \
and an
IRC server name. (ueno)
** Rewrite the Japanese manual (riece-ja.texi) for IRC & Emacs
newbies. (ueno)
** Include a document for developers (doc/HACKING{,.ja}) (ueno)
* Major changes in 1.0.8
** Mitigate file locking scheme of riece-log. (ueno)
** Format idle seconds in human readable form. (ueno)
** Support SXEmacs version names. (Steve Youngs)
** Support CTCP TIME. (Steve Youngs)
|
2005-12-06 00:55:25 by Roland Illig | Files touched by this commit (413) |
Log message:
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
|
2005-08-28 06:25:31 by Masao Uebayashi | Files touched by this commit (56) |
Log message:
Rework emacs.mk:
1) Simplify the way how an emacs version is picked when no emacs
is installed, but a user try to install an Emacs Lisp package.
Just pick up the version set as EMACS_TYPE than searching for
versions already installed etc. If the EMACS_TYPE version is
not supported by the Emacs Lisp Package, just fail. EMACS_TYPE
be default to GNU Emacs 21.
(In other words, users should set EMACS_TYPE as they want.
Otherwise GNU Emacs 21 is used.)
2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
used. This keeps dependency graph of Emacs-Lisp-packages-
installed-for-XEmacs consistent.
3) Document EMACS_* variables as much as possible.
4) Provide more cookies for PLIST. Maybe utilized later.
Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour. So no version / revision bumps in this commit.
|
2005-02-23 16:59:14 by Alistair G. Crooks | Files touched by this commit (86) |
Log message:
Add RMD160 digests in addition to SHA1 ones
|
2004-11-30 09:18:39 by Masao Uebayashi | Files touched by this commit (4) | |
Log message:
Initial import of Riece 1.0.5.
Riece is a redesign of the Liece IRC client.
Riece has many advanced features:
+ Can connect to multiple servers per session
+ Provide more sophisticated API
+ Reduced code size (total amount of code is about 5k lines)
+ 100% APEL free
|