X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2FChangeLog;h=881c1b995c58598f3008056cc4efab62de989ddb;hp=24fec2dd49244b112a4888efa6b26fb1870d67ed;hb=df0096c0db08e28894a01a0ddf44003da2ec23d5;hpb=f58b3ad1383338631dc6f057e0235d81d1568e7c diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 24fec2d..881c1b9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,334 @@ +2004-09-25 Daiki Ueno + + * riece-server.el: Implement flood protection. + (riece-flush-send-queue): New function. + (riece-process-send-string): Use it. + (riece-reset-process-buffer): Reset riece-send-queue, + riece-send-size. + * riece-options.el (riece-max-send-size): New user option. + (riece-send-delay): New user option. + * riece-globals.el (riece-send-queue): New variable. + (riece-send-size): New variable. + +2004-09-14 OHASHI Akira + + * riece-log.el (riece-log-flashback): Run riece-button-update-buffer + only when riece-button is enabled. + + * riece-mini.el: Require 'riece-biff. + (riece-mini-requires): New function. + (riece-mini-show-backlog): Run riece-biff-clear when riece-biff is + enabled. + +2004-09-13 OHASHI Akira + + * riece-mini.el (riece-mini-show-backlog): Fix for long messages. + (riece-mini-backlog-size): Change default value. + +2004-09-12 OHASHI Akira + + * riece-mini.el (riece-mini-show-backlog): Protect 1st arg of + `riece-mini-message-no-log'. + +2004-09-11 OHASHI Akira + + * riece-mini.el (riece-mini-display-message-function): Remove + properties and "\n" of the end. + (riece-mini-show-backlog): Follow the change above. + (riece-mini-display-message-function): Save the history always. + +2004-09-10 OHASHI Akira + + * riece-mini.el (riece-mini-display-message-function): Don't use + cl macro. + (riece-mini-show-backlog): Follow the change above. + + * riece-mini.el (riece-mini): New group. + (riece-mini-backlog-size): New user option. + (riece-mini-backlog-history): New internal variable. + (riece-mini-backlog-shown): Ditto. + (riece-mini-show-backlog): New function. + (riece-mini-pre-command): Ditto. + (riece-mini-display-message-function): Use them. + (riece-mini-insinuate): Ditto. + + * riece-biff.el (toplevel): Remove eval-when-compile. + * riece-log.el (toplevel): Ditto. + * riece-mini.el (toplevel): Ditto. + +2004-09-05 Daiki Ueno + + * Riece: Version 1.0.3 released. + * riece-version.el (riece-version-number): Bump up to 1.0.3. + +2004-09-01 Daiki Ueno + + * riece-naming.el (riece-naming-assert-channel-users): Remove + nonexistent users. + * riece-300.el (riece-353-users): New variable. + (riece-handle-353-message): Don't update user-list. + (riece-handle-366-message): Update user-list here. + + * riece-channel.el (riece-channel-toggle-operator): Don't add ?o + if it already appears in user's mode. + (riece-channel-toggle-speaker): Don't add ?v if it already appears + in user's mode. + +2004-08-31 Daiki Ueno + + * riece.el (riece-command-mode): Set truncate-lines to nil. + (riece-dialogue-mode): Ditto. + (riece-channel-list-mode): Make + truncate-partial-width-windows local to channel buffers and set it + to nil. + (riece-user-list-mode): Ditto. + +2004-08-31 Daiki Ueno + + * riece.el (riece-dialogue-mode): Make + truncate-partial-width-windows local to channel buffers and set it + to nil. + (riece-command-mode): Ditto. + + * riece-layout.el (riece-configure-windows): Don't affect + truncate-partial-width-windows. + (riece-configure-windows-top): Ditto. + * riece-options.el (riece-truncate-partial-width-windows): + Abolished unused user option. + +2004-08-30 Daiki Ueno + + * riece-options.el (riece-window-center-line): New user option. + * riece-misc.el (riece-insert): Check if the current point is not + visible in the window. + +2004-08-30 Daiki Ueno + + * riece-misc.el (riece-insert): Don't use 2nd argument WINDOW of + recenter since it is not supported by GNU Emacs. + +2004-08-30 Daiki Ueno + + * riece-misc.el (riece-insert): Use (recenter -1) to set window + point instead of doing so manually. + +2004-08-28 Daiki Ueno + + * riece-xemacs.el (riece-put-text-property-nonsticky): New function. + * riece-emacs.el (riece-put-text-property-nonsticky): New function. + * riece-identity.el (riece-format-identity): Use it instead of + put-text-property. + +2004-08-27 Daiki Ueno + + * riece-commands.el (riece-command-complete-user): Move point to + the end of the current word. + +2004-08-23 Daiki Ueno + + * riece-irc.el (riece-irc-open-server): Display error message if + connection-function fails. + * riece-server.el (riece-open-server): Ignore errors from + riece-*-open-server function. + * riece.el (riece): If no server process is available, exit + immediately. + +2004-08-19 Daiki Ueno + + * riece-handle.el (riece-handle-quit-message): Pass + riece-part-channel the identity object of the quitting user + instead of his name. + +2004-08-16 Daiki Ueno + + * riece-highlight.el (riece-highlight-server-match): Simplified. + +2004-08-16 Daiki Ueno + + * Riece: Version 1.0.2 released. + * riece-version.el (riece-version-number): Bump up to 1.0.2. + +2004-08-16 Daiki Ueno + + * riece-highlight.el (riece-highlight-server-match): New match + function for font-lock-keywords to highlight "(from XXX)" only if + 'riece-server-name property is set. + (riece-dialogue-font-lock-keywords): Use it. + +2004-08-15 Daiki Ueno + + * riece-handle.el (riece-handle-nick-message): Remove nil from + channel buffers. + (riece-handle-quit-message): Ditto. + (riece-handle-kill-message): Ditto. + + * riece-misc.el (riece-concat-server-name): Put 'riece-server-name + property on "(from XXX)". + +2004-07-29 Daiki Ueno + + * riece-menu.el: Do not support enable/disable addon since + easy-menu-remove is not working. + +2004-07-19 Daiki Ueno + + * riece-server.el (riece-open-server): Call protocol interface. + (riece-quit-server-process): Ditto. + + * riece-options.el (riece-protocol): New user option. + + * riece-server.el: Don't require 'riece-filter. + + * riece-irc.el: New file split from riece-server.el. + * COMPILE (riece-modules): Add riece-irc. + * Makefile.am (EXTRA_DIST): Add riece-irc.el. + +2004-07-18 Daiki Ueno + + * riece.el: Don't require 'riece-filter. + * riece-server.el: Require 'riece-filter. + + * riece-500.el: Autoload riece-default-handle-numeric-reply from + "riece-handle". + * riece-400.el: Autoload riece-default-handle-numeric-reply from + "riece-handle". + * riece-300.el: Don't require 'riece-filter; autoload + riece-default-handle-numeric-reply from "riece-handle". + * riece-200.el: Autoload riece-default-handle-numeric-reply from + "riece-handle". + * riece-000.el: Don't require 'riece-filter; autoload + riece-default-handle-numeric-reply from "riece-handle". + + * riece-filter.el (riece-filter): Simplified. + + * riece-server.el (riece-server-keyword-map): Add :protocol. + + * riece-handle.el (riece-300): Require 'riece-000, 'riece-200, + 'riece-300, 'riece-400, and 'riece-500. + (riece-default-handle-numeric-reply): Moved from riece-filter.el. + * riece-filter.el (riece-handle-numeric-reply): Don't load + riece-{000,200,300,400,500}.el on demand. + +2004-07-10 Daiki Ueno + + * Riece: Version 1.0.1 released. + * riece-version.el (riece-version-number): Bump up to 1.0.1. + +2004-07-09 Daiki Ueno + + * riece-ignore.el (riece-startup-ignored-user-list): New user + option. + (riece-ignore-insinuate): Add identity objects from + riece-startup-ignored-user-list to riece-ignored-user-list. + +2004-07-07 Daiki Ueno + + * riece-commands.el (riece-command-enter-message-to-user): Signal + "No text to send" error if user attempt to call this command on + an empty line. + +2004-07-04 Yoichi NAKAYAMA + + * riece-commands.el (riece-command-complete-user): current-word + can return nil (follow the change in emacs-cvs). + +2004-07-01 Daiki Ueno + + * riece.el (riece-exit): Clear signal-slots. + * riece-signal.el (riece-clear-signal-slots): New function. + +2004-06-28 Daiki Ueno + + * riece-misc.el (riece-split-parameters): Fixed parenthesis. + +2004-06-26 Daiki Ueno + + * riece-commands.el (riece-command-change-mode): Don't send ":". + [cf. ] + +2004-06-18 TAKAHASHI Kaoru + + * riece-display.el (riece-update-long-channel-indicator): Change + order to channel, mode, topic. + + * riece-message.el (riece-message-make-open-bracket): Come in + first notice message. + (riece-message-make-close-bracket): Ditto. + +2004-06-16 Daiki Ueno + + * riece-commands.el (riece-command-beginning-of-buffer): New command. + * riece.el (riece-dialogue-mode-map): Bind beginning-of-buffer to Home. + (riece-command-map): Bind riece-command-beginning-of-buffer to Home. + +2004-06-15 Daiki Ueno + + * riece.el (riece-dialogue-mode-map): Bind end-of-buffer to End. + (riece-command-map): Bind riece-command-end-of-buffer to End. + +2004-06-12 TAKAHASHI Kaoru + + * riece-commands.el (riece-command-send-message): Run + riece-command-send-message-hook. + + * riece-foolproof.el (riece-foolproof-dmacro-override): Removed. + (riece-foolproof-command-send-message-function): New function. + (riece-foolproof-insinuate): Use hook instead of advice. + (riece-foolproof-enable, riece-foolproof-disable): Simplified. + +2004-06-11 TAKAHASHI Kaoru + + * riece-foolproof.el (riece-foolproof-dmacro-override): New + function. + (riece-foolproof-insinuate): Check keyboard macro. + +2004-06-10 TAKAHASHI Kaoru + + * riece-foolproof.el: New add-on. + * COMPILE (riece-modules): Add riece-foolproof. + * Makefile.am (EXTRA_DIST): Add riece-foolproof.el. + +2004-06-10 Daiki Ueno + + * riece-commands.el (riece-command-change-mode): Don't send ":" to + query a channel mode. + * riece-mode.el (riece-parse-modes): Accept mode spec not + delimited with " " such as "-n+s". + +2004-06-10 Daiki Ueno + + * riece-layout.el (riece-set-window-points): Restore window-point + of the channel buffer from riece-channel-buffer-window-point. + + * riece-display.el (riece-switch-to-channel): Set + riece-channel-buffer-window-point. + + * riece.el (riece-channel-mode): Make + riece-channel-buffer-window-point buffer local. + + * riece-globals.el (riece-channel-buffer-window-point): New variable. + +2004-06-06 Daiki Ueno + + * riece-rdcc.el (riece-command-dcc-send): Replace whitespace with + "_". + (riece-command-dcc-receive): Convert default filename with + convert-standard-filename. + (riece-handle-dcc-request): Handle filenames enclosed with "...". + +2004-06-04 TAKAHASHI Kaoru + + * riece-hangman.el (riece-hangman-word): Check killed-buffer or + not. Fix random number generation logic. + +2004-06-03 Daiki Ueno + + * riece-server.el (riece-open-server): When password input is + quitted, delete the current server process manually. + (riece-close-server-process): Always kill process buffer. + (riece-quit-server-process): If the connection is timed out, + delete the current server process manually. + 2004-06-02 Daiki Ueno * riece-unread.el: Use riece-facep to check existence of