mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
2165 lines
73 KiB
Plaintext
2165 lines
73 KiB
Plaintext
2003-12-30 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-cmd-HELP):
|
|
Changed to prefer giving help for erc-cmd-* functions over
|
|
similarly-named Elisp functions (e.g., erc-cmd-LIST vs. list).
|
|
|
|
2003-12-28 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-query-buffer-p): Added this function.
|
|
|
|
2003-12-28 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc.el(erc-cmd-SV): Use erc-emacs-build-time.
|
|
|
|
* erc-compat.el: erc-emacs-build-time: New variable.
|
|
|
|
* erc.el(erc-cmd-SAY):
|
|
Reintroduced the feature where the spaces between
|
|
"/SAY" and the rest of the line were being sent with the message.
|
|
|
|
2003-12-28 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-server-buffer-p):
|
|
Fixed a bug where this function sometimes would return
|
|
nil when it should return t.
|
|
|
|
2003-12-27 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-generate-new-buffer-name):
|
|
Really fixed a bug where ERC would reuse
|
|
a connected server buffer when erc-reuse-buffers is non-nil.
|
|
(erc-cmd-JOIN): Now we tell the user when he attempts to join the same
|
|
channel twice on the same server.
|
|
|
|
* erc.el(erc-generate-new-buffer-name):
|
|
Fixed a bug where ERC would reuse a connected server buffer when erc-reuse-buffers is non-nil.
|
|
|
|
* erc.el(erc-cmd-SAY):
|
|
Fixed a bug where the spaces between "/SAY" and the rest of the
|
|
line were being sent with the message.
|
|
|
|
* erc-list.el: Fixed another typo.
|
|
|
|
* erc-list.el: Fixed a typo.
|
|
|
|
* erc-list.el:
|
|
Added text to the top of the channel list buffer describing the keybinding for
|
|
function erc-chanlist-join-channel.
|
|
|
|
* erc-list.el: Minor appearance changes. No functional change.
|
|
|
|
* erc-list.el:
|
|
Implemented function erc-chanlist-join-channel. Added variable
|
|
erc-chanlist-channel-line-regexp. Got rid of function
|
|
erc-chanlist-pre-command-hook. Changed the logic for how channel lines are
|
|
highlighted.
|
|
|
|
2003-12-26 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc-list.el:
|
|
Removed a bunch of unused code. No semantic change.
|
|
|
|
* erc-list.el: Added lots of functionality.
|
|
|
|
2003-12-15 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-track.el, erc.el:
|
|
New custom type erc-message-type, use it in erc-hide-list and erc-track-exclude-types
|
|
|
|
2003-12-14 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc-track.el(track-when-inactive): New module.
|
|
(erc-track-visibility): New option.
|
|
(erc-buffer-activity): New variable.
|
|
(erc-buffer-activity-timeout): New variable.
|
|
(erc-user-is-active): New function.
|
|
(erc-buffer-visible): New function.
|
|
(erc-modified-channels-update): Replace get-buffer-window call
|
|
with call to erc-buffer-visible.
|
|
(erc-track-modified-channels): Ditto.
|
|
|
|
2003-12-14 Lawrence Mitchell <wence@gmx.li>
|
|
|
|
* erc-track.el(erc-modified-channels-update):
|
|
Force update of modeline. Makes sure
|
|
that the tracked channels disappear in other buffers too.
|
|
|
|
2003-12-06 Lawrence Mitchell <wence@gmx.li>
|
|
|
|
* erc.el(define-erc-module):
|
|
New optional argument LOCAL-P. If non-nil, then
|
|
mode will be created as buffer-local rather than a global mode.
|
|
(erc-cmd-CTCP): Fix indentation from last commit.
|
|
|
|
* erc-compat.el(erc-define-minor-mode):
|
|
Deal with :global and :group keywords.
|
|
|
|
* erc-nickserv.el(erc-current-network):
|
|
Make server regex more permissive.
|
|
|
|
* erc.el(erc-cmd-CTCP):
|
|
Don't add a space to end of command when ARGS are
|
|
empty. This fixes a bug whereby requests of the form "VERSION " were
|
|
being sent, and ignored.
|
|
|
|
2003-11-27 Lawrence Mitchell <wence@gmx.li>
|
|
|
|
* erc-log.el: From Adrian Aichner <adrian@xemacs.org>
|
|
* erc-log.el (erc-log-file-coding-system): Use 'binary
|
|
coding-system under XEmacs (instead of 'emacs-mule).
|
|
* erc-log.el (erc-w32-invalid-file-characters): Removed as no
|
|
longer needed.
|
|
* erc-log.el (erc-generate-log-file-name-long): Use
|
|
`convert-standard-filename', which exists in XEmacs too.
|
|
|
|
2003-11-16 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-identd.el: Code provided by johnw, thanks!
|
|
|
|
2003-11-09 Lawrence Mitchell <wence@gmx.li>
|
|
|
|
* erc.el(erc-latest-version): Clean up docstring.
|
|
Remove requirement for w3, wrap REQUIRE statement in IGNORE-ERRORS.
|
|
Update viewcvs url to correct location.
|
|
(erc-ediff-latest-version): Make sure that we find the uncompiled
|
|
erc.el, error if not.
|
|
|
|
2003-11-07 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el: Add more info to /sv
|
|
|
|
2003-11-06 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el: Added optional argument BUFFER to erc-server-buffer-p.
|
|
|
|
2003-11-04 Mario Lang <mlang@delysid.org>
|
|
|
|
* AUTHORS: Add sachac
|
|
|
|
2003-11-02 Lawrence Mitchell <wence@gmx.li>
|
|
|
|
* erc.el(erc-server-366):
|
|
chnl is 4th element of parsed, not fifth.
|
|
(erc-channel-end-receiving-names): Pass correct number of arguments
|
|
to delete-if-not.
|
|
|
|
* erc.el(erc-update-current-channel-member):
|
|
Use erc-downcase when comparing
|
|
nick entries. Cleanup indentation.
|
|
|
|
2003-11-01 Lawrence Mitchell <wence@gmx.li>
|
|
|
|
* erc-sound.el: Added a (provide 'erc-sound) line.
|
|
|
|
* erc.el(erc-cmd-NAMES): send to TGT, not CHANNEL.
|
|
|
|
2003-10-29 Sandra Jean Chua <sacha@free.net.ph>
|
|
|
|
* erc-pcomplete.el, erc.el, CREDITS:
|
|
Merged Jeremy Maitin-Shepard's patch for time-sensitive nick completion.
|
|
|
|
2003-10-27 Mario Lang <mlang@delysid.org>
|
|
|
|
* Makefile, debian/changelog:
|
|
New Debian package 4.0.cvs.20031027
|
|
|
|
2003-10-25 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el: Fix typo tuncate->truncate
|
|
|
|
2003-10-24 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-dcc.el: From Stephan Stahl <stl@isogmbh.de>:
|
|
* (erc-dcc-send-block): Kill buffer if transfer completed correctly.
|
|
|
|
2003-10-22 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-track.el(erc-track-disable):
|
|
Do not deactivate all advices for `switch-to-buffer',
|
|
just disable the erc specific one. (Bug#217022).
|
|
|
|
2003-10-18 Lawrence Mitchell <wence@gmx.li>
|
|
|
|
* erc-log.el(erc-log-file-coding-system): New variable.
|
|
(erc-save-buffer-in-logs): Use it.
|
|
|
|
2003-10-17 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el(erc-interpret-mirc-color): New boolean defcustom
|
|
|
|
* erc.el: Do not use -nowait on darwin (thanks johnw)
|
|
|
|
2003-10-15 Lawrence Mitchell <wence@gmx.li>
|
|
|
|
* erc.el(define-erc-module):
|
|
Set erc-FOO-mode appropriately in erc-FOO-enable
|
|
and erc-FOO-disable.
|
|
|
|
2003-10-12 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc-autoaway.el(erc-mode):
|
|
Reset idletime on connect. Fixes an annoying bug which
|
|
flooded the server with aways on reconnect.
|
|
(erc-autoway-reset-idletime): Accept optional args so we can hook it
|
|
onto erc-server-001-hook.
|
|
|
|
2003-10-10 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el(erc-hide-list): Add a nice defcustom type
|
|
|
|
2003-10-08 Mario Lang <mlang@delysid.org>
|
|
|
|
* Makefile, debian/changelog, debian/control:
|
|
Debian snapshot 20031008
|
|
|
|
* erc-speedbar.el:
|
|
Patch from Eric M. Ludlam <eric@siege-engine.com>:
|
|
- (erc-install-speedbar-variables): Add functions list (needs new speedbar?)
|
|
- (erc-speedbar-buttons): Add doc. Clear the buffer
|
|
- (erc-speedbar-sort-channel-members): New function.
|
|
- (erc-speedbar-expand-channel): Call new sort function. Change some visuals.
|
|
- (erc-speedbar-insert-user): Change some visuals based on channel data.
|
|
- (erc-speedbar-line-text, erc-speedbar-item-info): New functions
|
|
Add proper elisp file header.
|
|
|
|
2003-10-02 Lawrence Mitchell <wence@gmx.li>
|
|
|
|
* erc-match.el(erc-match-syntax-table): New variable.
|
|
(erc-match-current-nick-p): Use it.
|
|
|
|
* erc.el(erc-quit-reason-zippy, erc-part-reason-zippy): Use
|
|
`erc-replace-regexp-in-string' rather than
|
|
`replace-regexp-in-string'.
|
|
(erc-command-indicator-face): New face, used to show commands if
|
|
`erc-hide-prompt' is nil and `erc-command-indicator' is non-nil.
|
|
(erc-command-indicator): Clean up doc-string.
|
|
(erc-display-prompt): New optional argument FACE, use this rather
|
|
than `erc-prompt-face' to fontify the prompt if non-nil.
|
|
(erc-send-current-line): Pass in `erc-command-indicator-face' to
|
|
`erc-display-prompt'.
|
|
|
|
* erc-compat.el(erc-replace-regexp-in-string): New function.
|
|
Alias for `replace-regexp-in-string' on Emacs 21.
|
|
Argument massaging for `replace-in-string' for XEmacs.
|
|
|
|
2003-09-28 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc.el(erc-keywords): Removed. Wasn't used by anything.
|
|
|
|
2003-09-25 Lawrence Mitchell <wence@gmx.li>
|
|
|
|
* erc.el: ERC-HIDE-PROMPT: add custom group
|
|
ERC-COMMAND-INDICATOR: new variable.
|
|
ERC-COMMAND-INDICATOR: new function.
|
|
ERC-DISPLAY-PROMPT: new argument, PROMPT, used to override default
|
|
prompt.
|
|
ERC-SEND-CURRENT-LINE: pass ERC-COMMAND-INDICATOR to ERC-DISPLAY-PROMPT.
|
|
|
|
2003-09-24 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc.el(erc-parse-line-from-server):
|
|
Ignore empty lines as required by RFC.
|
|
|
|
2003-09-17 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el: Add lag time calculation
|
|
|
|
2003-09-13 Mario Lang <mlang@delysid.org>
|
|
|
|
* Makefile, debian/README.Debian, debian/changelog:
|
|
New debian release
|
|
|
|
* erc-notify.el:
|
|
Call erc-notify-install-message-catalogs on load, not on module init
|
|
|
|
* erc.el(erc-update-modules):
|
|
Use `load' instead of `require'. XEmacs appears
|
|
to have the NOERROR arg only sometimes... Strange
|
|
|
|
* erc.el: No fboundp if we have a defvar
|
|
|
|
* erc.el: Properly defvar erc-ping-handler
|
|
|
|
2003-09-11 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el(erc-setup-periodical-server-ping):
|
|
check if erc-ping-handler is
|
|
bound before referencing it
|
|
|
|
2003-09-10 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el(erc-cmd-NICK):
|
|
Warn about exceeded NICKLEN if we know it.
|
|
|
|
* erc.el: Make erc-server-PONG obey erc-verbose-server-ping.
|
|
Cancel old `erc-ping-handler' timer when restablishing connection in the same
|
|
buffer.
|
|
|
|
* debian/changelog, Makefile: New debian snapshot
|
|
|
|
* erc-dcc.el, erc-xdcc.el:
|
|
Use new function erc-dcc-file-to-name to convert spaces to underscores
|
|
|
|
* erc-xdcc.el: Add autoload for erc-xdcc-add-file
|
|
|
|
2003-09-08 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-dcc.el: indent fixes and copyright update
|
|
|
|
* erc.el:
|
|
erc-send-ping-interval: New defcustom which defaults to 60.
|
|
Every 60 seconds, we send PING now.
|
|
This should fix the "connection silently lost" bug.
|
|
Please test this change extensively, and report problems.
|
|
|
|
2003-09-07 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc.el(erc-default-coding-system):
|
|
Test for undecided and utf-8
|
|
before setting.
|
|
|
|
2003-09-01 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el(erc-modules): Add some more symbols to the set
|
|
|
|
* erc.el(erc-modules): * erc.el(erc-modules): Add :greedy t to the set in
|
|
|
|
* erc-dcc.el:
|
|
More autoloads which make dcc autoload upon ctcp dcc query received.
|
|
|
|
* erc-dcc.el(erc-cmd-DCC): Add Autoload.
|
|
(pcomplete/erc-mode/DCC): Ditto, makes DCC autoloadable just by using
|
|
completion.
|
|
Also only offer "send" if fboundp make-network-process.
|
|
|
|
* erc-autojoin.el: Update copyright
|
|
|
|
* erc-autojoin.el(erc-autojoin-add):
|
|
Only add the channel if it is not already there.
|
|
|
|
* erc-notify.el:
|
|
Use `define-erc-module' instead of old `erc-notify-initialize'.
|
|
Now defines the global minor mode erc-notify-mode, and should also
|
|
be controllable via `erc-modules' with symbol `notify'.
|
|
|
|
* erc.el(erc-modules):
|
|
Fix paren-in-column-zero bug in docstring.
|
|
Add a sort of bogus, but still better :type.
|
|
Add autojoin and netsplit by default.
|
|
(erc-update-modules): Don't barf with an error if `require' fails.
|
|
We can still error out if the mode is not defined.
|
|
|
|
2003-08-31 Andreas Fuchs <asf@void.at>
|
|
|
|
* erc.el:
|
|
* make 353 (NAMES reply) output go into the appropriate channel buffer
|
|
(if it exists) or into the active erc buffer (if not).
|
|
|
|
2003-08-29 mtoledo <mtoledo@confusibombus>
|
|
|
|
* erc.el:
|
|
Added the variable erc-echo-notices-in-current-buffer to make possible display notices in the current buffer (queries to nickserv/chanserv/memoserv). Defaults to nil so nothing changes from what we have today.
|
|
|
|
2003-08-29 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el: Fix typo in varname which led to a compiler warning
|
|
|
|
* AUTHORS: Added lawrence
|
|
|
|
2003-08-27 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-dcc.el:
|
|
Set process and file-coding system to 'binary (for Windows)
|
|
|
|
* erc-stamp.el: Rename custom group erc-timestamp to erc-stamp.
|
|
|
|
2003-08-07 Lawrence Mitchell <wence@gmx.li>
|
|
|
|
* erc-fill.el(erc-fill-disable):
|
|
Remove erc-fill, not erc-fill-static from
|
|
erc-insert-modify-hook.
|
|
|
|
2003-08-05 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-send-current-line):
|
|
Now we display the prompt for previously entered commands
|
|
based on the value of customization variable erc-hide-prompt. This change is
|
|
closely related to the immediate previous version by wencem.
|
|
|
|
2003-08-04 Lawrence Mitchell <wence@gmx.li>
|
|
|
|
* erc.el(erc-send-current-line):
|
|
If we're sending a command, don't display
|
|
the prompt.
|
|
|
|
2003-08-04 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-track.el: patch from David Edmondson (dme AT dme DOT org)
|
|
|
|
This patch makes button 3 on the erc-track buffer names in the
|
|
modeline show the selected buffer in another window. It's analogous to
|
|
button 2 which shows the buffer in the current window.
|
|
|
|
2003-07-31 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-display-line-1):
|
|
Fixed bad indentation on one line. No semantic change.
|
|
|
|
2003-07-29 Lawrence Mitchell <wence@gmx.li>
|
|
|
|
* erc-match.el:
|
|
Quote open paren in docstring of erc-text-matched-hook
|
|
|
|
* erc.el: Anchor match only at beginning in erc-ignored-user-p.
|
|
|
|
* erc-button.el: New variable erc-button-wrap-long-urls.
|
|
Modified erc-button-add-buttons:
|
|
New optional argument REGEXP.
|
|
If we're buttonising a URL and erc-button-wrap-long-urls is
|
|
non-nil, try and wrap them
|
|
|
|
Modified erc-button-add-buttons-1:
|
|
Pass regexp to erc-button-add-buttons.
|
|
|
|
2003-07-28 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-network-name):
|
|
Improved docstring. Removed an unnecessary call to erc-server-buffer.
|
|
|
|
2003-07-28 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el: By lawrence:
|
|
(erc-ignored-user-p): Use anchored regexp.
|
|
(smiley): Fix missing quote in `remove-hook' call.
|
|
|
|
2003-07-26 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc-nets.el, erc-nickserv.el, erc.el:
|
|
Changed all references to Openprojects into references to Freenode.
|
|
|
|
2003-07-25 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el:
|
|
Now variable erc-debug-irc-protocol is defvar'ed instead of defcustom'ed.
|
|
Made the docstring clearer too.
|
|
|
|
* erc.el: Fixed a wrong-type-argument error from window-live-p.
|
|
|
|
2003-07-15 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-log.el(erc-log-setup-logging):
|
|
set buffer-file-name to "", as (basic-save-buffer)
|
|
will prompt for a buffer name before invoking hooks. the buffer-file-name
|
|
will be overridden by (erc-save-buffer-in-logs) anyway - the main danger
|
|
of doing this is write-file-contents hooks. Let's see if anyone complains.
|
|
(erc-save-buffer-in-logs): return t, so that further write hooks are not run
|
|
|
|
2003-07-09 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-dcc.el(erc-dcc-open-network-stream):
|
|
-nowait still crashes emacs cvs - disable for now
|
|
|
|
2003-07-02 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc): Minor docstring modification.
|
|
|
|
2003-07-01 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-match.el(erc-match-current-nick-p):
|
|
match only on word boundaries
|
|
|
|
* erc-log.el(erc-log-setup-logging):
|
|
not sure how this crept in again - make sure we set
|
|
buffer-file-name to nil, since otherwise it is not possible to open
|
|
previous correspondence in another buffer while a conversation is open
|
|
|
|
2003-06-28 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-network-name):
|
|
Now makes some intelligent guesses if the server didn't tell
|
|
us the network name.
|
|
|
|
2003-06-28 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc.el(erc-default-coding-system): Use utf-8 as the default
|
|
encoding for outgoing stuff and undecided as the default for
|
|
incoming stuff.
|
|
(erc-coding-sytem-for-target): New.
|
|
(erc-encode-string-for-target): Use it.
|
|
(erc-decode-string-from-target): Use it. Removed the flet
|
|
erc-default-target hack and documented the dynamically bound
|
|
variable `target' instead.
|
|
|
|
2003-06-25 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-log-irc-protocol):
|
|
Now we keep point on the bottom line of the window
|
|
displaying the *erc-protocol* buffer if it is at the end of the
|
|
*erc-protocol* buffer.
|
|
|
|
* erc.el:
|
|
Added some text to the docstring for variable erc-debug-irc-protocol.
|
|
|
|
2003-06-23 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc-dcc.el(erc-dcc-auto-mask-p):
|
|
Fixed a docstring typo that caused a load-time error.
|
|
|
|
* erc-dcc.el(erc-dcc-auto-mask-p):
|
|
Changed reference to undefined variable erc-dcc-auto-mask-list
|
|
to erc-dcc-auto-masks.
|
|
Changed default value of variable erc-dcc-auto-masks to nil and added text to its
|
|
docstring.
|
|
|
|
* erc-notify.el(erc-notify-timer and erc-notify-QUIT):
|
|
Added network name to notify_off message.
|
|
|
|
* erc.el(erc-network-name):
|
|
Now returns the name of the IRC server if the network name
|
|
cannot be determined.
|
|
|
|
* erc-notify.el(erc-notify-JOIN and erc-notify-NICK):
|
|
Added argument ?m to call to erc-display-message.
|
|
|
|
* erc-dcc.el(erc-dcc-do-LIST-command):
|
|
Fixed a bug where I assumed (plist-get elt :type)
|
|
returns a string -- it really returns a symbol.
|
|
|
|
* erc-notify.el(erc-notify-timer):
|
|
Now we include the network name in the notify_on message.
|
|
|
|
* erc.el:
|
|
New function: erc-network-name. Returns the name of the network that the
|
|
current buffer is associate with. Not every server sends the 005 messages
|
|
that enable the network name to be known. If the network name is
|
|
not known, the string "UNKNOWN" is returned.
|
|
|
|
* erc-dcc.el(erc-dcc-chat-setup):
|
|
Added a comment. Fixed a bug where a DCC CHAT buffer has no
|
|
prompt when it first appears.
|
|
|
|
* erc-dcc.el(erc-dcc-chat-parse-output):
|
|
Now a DCC chat buffer displays the nick using
|
|
erc-nick-default-face just like in a channel buffer.
|
|
|
|
2003-06-22 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-display-prompt):
|
|
Fixed incorrect indentation. No semantic change.
|
|
|
|
* erc.el(erc-strip-controls):
|
|
Minor change to regexp that matches IRC color control
|
|
codes. I was seeing usage as follows: ^C07colored text^C^C04other color.
|
|
Now we strip a ^C followed by zero, one, or two digits. Before this change,
|
|
we stripped a ^C followed by one or two digits.
|
|
|
|
* erc-dcc.el(erc-dcc-do-LIST-command):
|
|
Improved format of output of /DCC LIST. Now the
|
|
"Size" column for a DCC GET includes the percentage of the file that has
|
|
been retrieved.
|
|
(erc-dcc-do-GET-command): Now it works if erc-dcc-default-directory is set.
|
|
|
|
2003-06-19 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-log.el:
|
|
* added quickstart information to the comments up the top
|
|
|
|
2003-06-16 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el:
|
|
Default to open-network-stream on MS Windows. (thanks lawrence)
|
|
|
|
2003-06-11 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el(erc-process-input-line):
|
|
refactor so that wrong-number-of-arguments is
|
|
caught when using do-not-parse-args - this lets do-not-parse-args
|
|
commands display help messages on incorrect syntax in a uniform manner.
|
|
This no longer raises a bad-syntax error - was this a catch-all to stop a
|
|
backtrace? Does it belong?
|
|
(erc-cmd-APPENDTOPIC): the correct way to display help when you want to
|
|
accept an arbitrary string is to (signal 'wrong-number-of-arguments nil).
|
|
This fixes a bug where people could not /at topics with a space in them.
|
|
|
|
2003-06-09 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el:
|
|
Re-add the last few changes which weren't merged for some reason.
|
|
|
|
* erc.el(erc-cmd-APPENDTOPIC): show help when given no arguments
|
|
|
|
Patch from MrBump. Fixes problem with erc-set-topic inserting ^C characters
|
|
into the topic. Also removes dependency on CL.
|
|
|
|
2003-06-08 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc.el:
|
|
Added comment to explain (eval-after-load "erc" '(erc-update-modules)).
|
|
|
|
2003-06-01 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-pcomplete.el: Add completion for /unignore
|
|
|
|
2003-05-31 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc-compat.el(erc-encode-coding-string): The default binding,
|
|
if encode-coding-string was not available, must be a defun that
|
|
takes multiple arguments. Did that.
|
|
|
|
2003-05-30 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el:
|
|
Add handlers for 313 and 330 (by arne@rfc2549.org, thanks)
|
|
|
|
2003-05-30 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el:
|
|
patch from MrBump to make /mode #foo +b work again (erc-cmd-BANLIST only
|
|
temporarily changes them now)
|
|
|
|
2003-05-29 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc.el(erc-select):
|
|
server is now defaulted with erc-compute-server.
|
|
A few cosmetic fixes.
|
|
(erc-default-coding-system): Renamed from erc-encoding-default.
|
|
(erc-encoding-default): Renamed to erc-default-coding-system.
|
|
(erc-encoding-coding-alist): Documentation updated to cover regexps.
|
|
(erc-encode-string-for-target): Now considers keys of
|
|
erc-encoding-coding-alist to be regexps. Rely on erc-compat
|
|
wrt. MULE support.
|
|
(erc-decode-string-from-target): New function.
|
|
(erc-send-current-line): eq -> char-equal fix.
|
|
(erc-server-TOPIC): topic is now decoded with
|
|
erc-decode-string-from-target.
|
|
(erc-parse-line-from-server): Line from server is no longer decoded
|
|
here.
|
|
(erc-server-PRIVMSG-or-NOTICE): Message from a user is decoded here,
|
|
sspec -> sender-spec for clarity. Cosmetic if -> when fix.
|
|
(erc-server-TOPIC): sspec -> sender-spec
|
|
(erc-server-WALLOPS): Ditto.
|
|
|
|
* erc-compat.el(erc-decode-coding-string):
|
|
Now requires coding-system as an argument.
|
|
|
|
2003-05-15 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el:
|
|
erc-part|quit-hook is only run on a part|quit directed to our nick, reflect that in the docstring to avoid confusion
|
|
|
|
2003-05-01 Andreas Fuchs <asf@void.at>
|
|
|
|
* erc-truncate.el:
|
|
* erc-truncate-buffer-to-size: use fboundp. Scheme takes its toll...
|
|
|
|
2003-05-01 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc-truncate.el: remove require of erc-log
|
|
(erc-truncate-buffer-to-size): use erc-save-buffer-in-logs when it's
|
|
there, else, don't.
|
|
|
|
2003-04-29 Andreas Fuchs <asf@void.at>
|
|
|
|
* erc-log.el, erc-truncate.el, erc.el: erc.el:
|
|
* erc-cmd-QUIT: Remove references to code in erc-log.el, to
|
|
not force autoloading of erc-log.el
|
|
* erc-server-PART: ditto.
|
|
* erc-quit-hook: new hook, run when /quit command is
|
|
processed.
|
|
* erc-cmd-QUIT: use it.
|
|
* erc-part-hook: new hook, run then PART message is
|
|
processed.
|
|
* erc-cmd-PART: use it.
|
|
* erc-connect-pre-hook: new hook, run before connection to IRC
|
|
server is started.
|
|
* erc: use it.
|
|
* erc-max-buffer-size: Move truncation variables and functions
|
|
to erc-truncate.el
|
|
* erc-truncate-buffer-on-save: moved to erc-log.el
|
|
* erc-initialize-log-marker: new function.
|
|
erc-log.el:
|
|
* erc-truncate-buffer-on-save: New defcust here; from erc.el
|
|
* erc-truncate-buffer-on-save: Put it in group `erc-log'
|
|
* erc-log-channels-directory: Remove trailing slash from
|
|
default value.
|
|
* Add functions to erc-connect-pre-hook, erc-part-hook and
|
|
erc-quit-hook to avoid getting autoloaded.
|
|
|
|
erc-truncate.el:
|
|
* Contains the truncation functions and defcusts from erc.el.
|
|
* define-erc-module clause added; new erc-truncate-mode.
|
|
|
|
2003-04-29 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc.el(erc):
|
|
Check wether erc-save-buffer-in-logs is bound, too
|
|
|
|
* erc.el(erc):
|
|
Check wether erc-logging-enabled is bound before using it - not
|
|
everyone is using erc-log.el!
|
|
|
|
2003-04-28 Andreas Fuchs <asf@void.at>
|
|
|
|
* erc-log.el:
|
|
* while we're at it, remove the (declare (ignore ignore)) statements.
|
|
|
|
* erc-log.el:
|
|
* add autoload statement for erc-log-mode/etc. Sorry for the delay.
|
|
|
|
* erc-log.el, erc.el: * erc.el:
|
|
- move variables and functions to erc-log.el:
|
|
defgroup `erc-log'
|
|
defcustom `erc-log-channels-directory'
|
|
defcustom `erc-log-insert-log-on-open'
|
|
defcustom `erc-generate-log-file-name-function'
|
|
defun `erc-save-buffer-in-logs' (autoloads from erc-log.el)
|
|
defuns `erc-generate-log-file-name-*'
|
|
defun `erc-current-logfile'
|
|
defun `erc-logging-enabled' (autoloads from erc-log.el)
|
|
- erc-truncate-buffer-to-size: fix for double-saving bug when
|
|
writing out truncated buffer contents. Thanks, lawrence mitchell <wence@gmx.li>!
|
|
- erc-remove-text-properties-region: Fix case for read-only text.
|
|
- erc-send-current-line: update insert-marker before calling the hooks.
|
|
also, wrap (erc-display-prompt) so that it doesn't toggle
|
|
buffer-modified-p.
|
|
- erc-interpret-controls: remove /very/ old commented-out function
|
|
- erc-last-saved-position: make it a marker
|
|
- erc: use it.
|
|
|
|
* erc-log.el: (thanks, lawrence mitchell <wence@gmx.li>!)
|
|
- Move logging code from erc.el here
|
|
- define-erc-module log: add; minor mode erc-log-mode is the
|
|
same as adding the `erc-save-buffer-in-logs' to
|
|
erc-send-post-hook and `erc-insert-post-hook'.
|
|
- erc-w32-invalid-file-characters: add.
|
|
- erc-enable-logging: add.
|
|
- erc-logging-enabled: use it.
|
|
- erc-logging-enabled: autoload.
|
|
- erc-save-buffer-in-logs: fix for truncating saved buffer with read-only text.
|
|
- erc-save-buffer-in-logs: use erc-last-saved-position.
|
|
- erc-save-buffer-in-logs: fix saving half-written messages on
|
|
the prompt when saving the log file. (simply uses
|
|
erc-insert-marker as an upper bound for saving).
|
|
|
|
2003-04-27 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el: * erc.el: erc-modules: added
|
|
|
|
2003-04-27 Alex Schroeder <alex@gnu.org>
|
|
|
|
* Makefile(UNCOMPILED): Added erc-compat.el.
|
|
(clean): Remove .elc files, too.
|
|
Patch by Hynek Schlawack <hynek+erc@hys.in-berlin.de>
|
|
|
|
2003-04-22 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-button.el:
|
|
erc-button-keymap: set the parent keymap to erc-mode-map
|
|
|
|
2003-04-20 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el:
|
|
erc-official-location: shouldn't the official location be the base URL of erc?
|
|
|
|
* erc.el:
|
|
erc-modules: updated the docstring to make the semantics clearer
|
|
|
|
2003-04-19 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el:
|
|
Fix problem where % in NOTICE produced errors (from mmc)
|
|
|
|
2003-04-18 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el(erc-toggle-debug-irc-protocol):
|
|
moved a reference to 'buf' inside the let
|
|
statement which defines it. it's difficult to tell what the original
|
|
intentions were here - at the moment the debug window is displayed when
|
|
toggling either way.
|
|
|
|
* README, erc.el:
|
|
(erc-update-modules: added a condition in for erc-nickserv -> erc-services
|
|
|
|
* erc-pcomplete.el:
|
|
- that change to erc-update-modules making it require the modules first means
|
|
we don't need any special case handling here, so i reverted the previous
|
|
change
|
|
|
|
* erc.el:
|
|
- don't require 'erc-auto, since windows users don't have access to make.
|
|
instead, we handle it in (erc-update-modules)
|
|
|
|
2003-04-17 Damien Elmes <erc@repose.cx>
|
|
|
|
* README, Makefile:
|
|
Updated Makefile and documentation to reflect the new release
|
|
|
|
* erc.el:
|
|
- note the previous change also updated the release number to erc 4.0!
|
|
(erc-connect): fix a bug introduced by the previous release
|
|
|
|
* erc.el:
|
|
fixed about 20 instances of (message (format ...)) which will break if the
|
|
format returns a string with %s in it
|
|
|
|
* erc.el: erc-error-face: make it red, not pink
|
|
|
|
* erc-pcomplete.el:
|
|
since pcomplete is autoloaded via erc-completion-mode, and completion is in
|
|
erc-modules by default, we remove completion when pcomplete is added
|
|
|
|
* erc.el(define-erc-module): no need for delete, use delq
|
|
|
|
* erc-members.el(erc-nick-channels):
|
|
(erc-person-channels) takes one arg
|
|
(erc-format-user): again, they all take an arg
|
|
|
|
* erc.el:
|
|
- require erc-auto when loading, so the default `erc-modules' can be loaded.
|
|
this makes erc-auto no longer a convenience but a necessity - all the name
|
|
of user friendliness.
|
|
(define-erc-module): the enable and disable routines now update erc-modules
|
|
accordingly
|
|
erc-modules: new variable controlling the modules which erc has loaded/will
|
|
load. when customising, it will automatically enable modules. it won't
|
|
automatically disable modules which are removed, yet.
|
|
(erc-update-modules): enable all modules in `erc-modules'
|
|
|
|
* erc-dcc.el(erc-dcc-open-network-stream):
|
|
use the -nowait equiv if available
|
|
erc-dcc-server-port: removed
|
|
erc-dcc-port-range: allows a range of values, so you can have more than one
|
|
dcc
|
|
(erc-dcc-server): support erc-dcc-port-range
|
|
(erc-dcc-chat): use OCHAT for outgoing chat for now. we need to fix the
|
|
issues with allowing more than one chat with the same person
|
|
|
|
* erc.el:
|
|
erc-log-channels: removed; set the directory to start logging
|
|
(erc-directory-writeable-p): create directory if it doesn't exist, check if
|
|
it's writeable
|
|
(erc-logging-enabled): don't reference erc-log-channels
|
|
|
|
2003-04-07 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el(erc):
|
|
but when inserting the contents of a previous logfile, use the logfile
|
|
name, not ""!
|
|
|
|
* erc.el(erc):
|
|
set buffer-file-name to "", since we have a custom saving function and
|
|
it's not needed. this enables one to open a log file with previous
|
|
correspondence, while talking to the person at the same time
|
|
|
|
2003-03-29 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-prepare-mode-line-format):
|
|
Now strips all text properties from the target before
|
|
putting it in the mode line. Keeps the mode line looking consistent.
|
|
(erc-channel-p): Improved docstring.
|
|
|
|
2003-03-28 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc.el(erc-generate-log-file-name-with-date): New function.
|
|
(erc-generate-log-file-name-function): Make it available.
|
|
|
|
2003-03-24 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el:
|
|
Fix erc-prompt and erc-user-mode custom :type (Closes: #185794)
|
|
|
|
2003-03-20 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el:
|
|
erc-server-hook-list: correct documentation of ordering of (proc parsed)
|
|
|
|
2003-03-16 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc-track.el(erc-modified-channels-string):
|
|
Make it a risky-local-variable.
|
|
|
|
2003-03-16 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc-track.el(erc-track-modified-channels):
|
|
Use (point-min) if we don't find a
|
|
parsed-property, so it won't error out with nil...
|
|
|
|
2003-03-16 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-track.el(erc-track-switch-buffer):
|
|
removed call to erc-modified-channels-update, as
|
|
this is done correctly on buffer switching in both emacs and xemacs now
|
|
|
|
2003-03-15 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-track.el(erc-find-parsed-property):
|
|
simplified a little, so it shouldn't return nil anymore
|
|
|
|
* erc.el: erc-send-post-hook: document narrowing which occurs
|
|
|
|
2003-03-14 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc-track.el(erc-find-parsed-property): New function.
|
|
(erc-track-modified-channels): Use it instead of relying on
|
|
point-min.
|
|
|
|
2003-03-12 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el:
|
|
Fix erc-set-topic to accept a channel name as first word
|
|
|
|
2003-03-11 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc-dcc.el:
|
|
Small patch (<10 lines, also slightly modified by Jorgen Schäfer) from
|
|
David Spreen <netzwurm@debian.org> to add hostmask-authentication to
|
|
DCC auto-accept.
|
|
|
|
erc-dcc-auto-mask-list: New variable
|
|
(erc-dcc-handle-ctcp-send): Check erc-dcc-auto-mask-list
|
|
(erc-dcc-auto-mask-p): New function
|
|
erc-dcc-send-request: Docstring now mentions erc-dcc-auto-mask-list
|
|
|
|
2003-03-10 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc-ring.el(erc-clear-input-ring):
|
|
New function. Erases the contents of the input ring for
|
|
the current ERC buffer.
|
|
|
|
2003-03-08 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el:
|
|
(erc-display-line-1) and (erc-send-current-line): Now these functions reset erc-insert-this
|
|
to t as soon as possible after consuming the value of that variable. See the comments in
|
|
the code for the strange symptom this fixes.
|
|
(erc-bol): Changed to call point-at-eol instead of line-end-position. This increases XEmacs
|
|
portability, since XEmacs doesn't have line-end-position. Patch suggested by Scott Evans
|
|
on the ERC mailing list.
|
|
|
|
2003-03-04 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el: banlist*: patch from mrbump to avoid using cl packages
|
|
|
|
2003-03-04 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el:
|
|
Changed erc-noncommands-list from a constant to variable, so that users can
|
|
add their own erc-cmd-* functions to the list. Improved the docstring too.
|
|
|
|
2003-03-02 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-server-353):
|
|
Now the output of "/NAMES #channel" appears in the currently
|
|
active ERC buffer, even if the user is not a member of #channel.
|
|
|
|
* erc.el(erc-cmd-DEOP):
|
|
Fixed a syntax error: invalid read syntax ")" caused by my last change.
|
|
|
|
2003-03-01 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-cmd-DEOP):
|
|
Fixed a wrong-type-argument error caused by calling split-string
|
|
on a list instead of on a string. Removed the call to split-string entirely,
|
|
because it wasn't needed.
|
|
|
|
* erc.el(erc-cmd-HELP):
|
|
Changed to use intern-soft instead of intern. Now "/HELP floob"
|
|
doesn't create a void function symbol erc-cmd-FLOOB.
|
|
|
|
2003-02-25 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el(erc-cmd-SERVER):
|
|
remove erroneous references to line, use server instead
|
|
|
|
2003-02-23 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-toggle-debug-irc-protocol):
|
|
Fixed a bug where the global value of
|
|
kill-buffer-hook was being modified instead of the buffer-local value.
|
|
|
|
2003-02-22 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-cmd-KICK):
|
|
Now supports any number of words in the REASON string. Examples
|
|
of the /KICK command are:
|
|
/KICK franl You don't belong here
|
|
/KICK franl Bye
|
|
/KICK franl
|
|
/KICK #channel franl Go away now
|
|
/KICK #channel franl Bye
|
|
/KICK #channel franl
|
|
|
|
2003-02-16 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc-stamp.el(erc-insert-timestamp-right):
|
|
Make the timestamp rear-nonsticky, so
|
|
C-e works at the beginning of the next line.
|
|
|
|
2003-02-16 Andreas Fuchs <asf@void.at>
|
|
|
|
* erc-stamp.el:
|
|
* s/choose/choice/ in customize options, as kensanata requested.
|
|
|
|
2003-02-15 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-toggle-debug-irc-protocol):
|
|
Now if the *erc-protocol* buffer is killed,
|
|
logging is turned off. Prior to this change, the buffer would come back
|
|
into existence (generally unbeknownst to the user) after being killed.
|
|
|
|
2003-02-11 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el(erc-send-current-line):
|
|
we can't inhibit everything here when not connected,
|
|
as the user will expect commands like /server still to work. the
|
|
erc-cmd-handler should recover from errors instead
|
|
|
|
2003-02-10 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el:
|
|
* we now run erc-after-connect on 422 (no motd) messages as well as the motd
|
|
messages
|
|
(erc-login): revert the previous change
|
|
|
|
* erc.el(erc-login): register that we're connected
|
|
|
|
2003-02-10 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-members.el: * Provide erc-members
|
|
* Fix excessive )
|
|
* Comment out broken self-tests
|
|
|
|
2003-02-07 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el(erc-connect):
|
|
notify the user we're trying to connect when using asych
|
|
connections
|
|
|
|
* erc.el(erc-connect): support an asynchronous connection
|
|
(erc-process-sentinel): ditto
|
|
|
|
* erc-track.el:
|
|
* advise switch-to-buffer in the case of xemacs, since it doesn't have
|
|
window-configuration-change-hook
|
|
|
|
* erc.el(erc-send-current-line):
|
|
if not connected, refuse to send either a message or
|
|
a command
|
|
|
|
* erc.el: (erc-save-buffer-in-logs):
|
|
- check for a sensible region before saving the buffer. if the
|
|
connection process is killed early on, there is not a sensible region
|
|
to save
|
|
- don't set buffer-file-name on save. we don't need it, and it means we
|
|
can now find-file a log while an existing query is open with that
|
|
user
|
|
|
|
* erc.el(erc-process-input-line):
|
|
when displaying the help for a function, if no
|
|
documentation exists, don't fall over
|
|
(erc-cmd-SAY): new function for quoting lines begining with /
|
|
(erc-server-NICK):
|
|
- fix a bug where the "is now known as" message doesn't appear on newly
|
|
created /query buffers
|
|
- when a user changes their nick, update the query to point to the new
|
|
nick
|
|
|
|
* erc.el(erc-send-current-command):
|
|
don't reject multi-line commands. since
|
|
multiline-p is used as the no-command arg to erc-process-current-line,
|
|
multi-line text is never interpreted as a command. i believe this is the
|
|
correct behavior - it allows people to post the output of things like df
|
|
(sans header). if you want to change this, please provide a rationale
|
|
in the changelog
|
|
|
|
* erc.el(erc-send-current-line):
|
|
only match the first line when determining if a
|
|
multi-line command is allowed
|
|
|
|
2003-02-07 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc-bbdb.el(erc-bbdb-highlight-record):
|
|
Use alternate strings, not character
|
|
classes to split the nick-field.
|
|
|
|
2003-02-06 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-process-sentinel):
|
|
Now we set erc-connected to nil every time we disconnect
|
|
from a server, not just when an unexpected disconnect happens.
|
|
|
|
* erc.el(erc-connected):
|
|
Removed redundant defvar of this variable. Improved the
|
|
docstring.
|
|
(erc-login): Changed to send a correct RFC2812 USER message (see section
|
|
3.1.3 of RFC2812 for the documentation of the semantics of each argument
|
|
of the USER message.
|
|
|
|
2003-02-02 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el(erc-cmd-NOTICE): fix from mrbump
|
|
|
|
2003-01-31 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-cmd-JOIN):
|
|
Now we only send one JOIN command to the server when a channel
|
|
key is provided.
|
|
|
|
2003-01-30 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-remove-channel-member):
|
|
Fixed so that it runs erc-channel-members-changed-hook
|
|
with the channel buffer current, as is documented in the docstring for variable
|
|
erc-channel-members-changed-hook: "The buffer where the change happened is
|
|
current while this hook is called."
|
|
|
|
2003-01-28 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el:
|
|
(erc-ignored-user-p),(erc-cmd-IGNORE),(erc-cmd-UNIGNORE): Now nicks are ignored
|
|
on a per-server basis. Now, erc-ignore-list is only valid in server
|
|
buffers! Do not reference it in channel buffers.
|
|
|
|
* erc.el(erc-cmd-IGNORE):
|
|
Now says "Ignore list is empty" if it erc-ignore-list is empty
|
|
instead of showing an empty list.
|
|
|
|
2003-01-25 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc-nickserv.el(services): Defined a module
|
|
|
|
2003-01-25 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc.el(erc-process-ctcp-query):
|
|
Display recipient of CTCP query if it's not
|
|
our current nick.
|
|
|
|
* erc.el(erc-cmd-WHOIS):
|
|
Accept an optional second argument SERVER.
|
|
|
|
2003-01-25 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc-stamp.el(stamp): erc-add-timestamp must always be added
|
|
with the APPEND parameter -- not only when adding it on the right.
|
|
|
|
2003-01-24 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc-members.el(erc-channel-members-changed-hook): Obsolete, use
|
|
erc-members-changed-hook instead. When it is set, add its content
|
|
to erc-members-changed-hook.
|
|
(erc-update-channel-member): Obsolete, use erc-update-member
|
|
instead. Defalias to that effect.
|
|
(erc-remove-channel-member): New and already obsolete. Use
|
|
erc-remove-nick-from-channel instead.
|
|
(erc-update-channel-info-buffer): Obsolete, use ignore instead.
|
|
Yes, these have to go.
|
|
(erc-channel-member-to-user-spec): Obsolete, use erc-format-user
|
|
instead.
|
|
(erc-format-user): New.
|
|
(erc-ignored-reply-p): New, use it.
|
|
|
|
* erc-members.el:
|
|
Further along the way. Any function from erc.el that uses
|
|
channel-members should end up in this file, rewritten to use
|
|
erc-members.
|
|
|
|
(erc-person): Call erc-downcase before getting
|
|
something from the hash.
|
|
(erc-nick-in-channel): Checking wether erc-process must be used is
|
|
unnecessary -- this will be done in erc-person.
|
|
(erc-nick-channels): New.
|
|
(erc-add-nick-to-channel, erc-update-member): Call erc-downcase
|
|
before putting something into the hash.
|
|
(erc-buffer-list-with-nick): New.
|
|
(erc-format-nick, erc-format-@nick): New, backwards incompatible.
|
|
Must check for other places that call these!
|
|
(erc-server-PRIVMSG-or-NOTICE): Use the new version.
|
|
|
|
* erc-compat.el(view-mode-enter): defalias to view-mode, if
|
|
view-mode-enter is not fboundp and view-mode is -- as is the case
|
|
in XEmacs. We need view-mode-enter in erc-match.el.
|
|
|
|
2003-01-23 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-default-server-handler):
|
|
Minor performance improvement: allow the lambda
|
|
expression to be byte-compiled.
|
|
|
|
2003-01-23 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el(erc-cmd-BANLIST):
|
|
in the absence of a fill-column, use the screen width
|
|
|
|
2003-01-22 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el:
|
|
patch from MrBump to delay fetching the banlist until /bl is run, so we don't
|
|
fetch it when joining a channel anymore
|
|
|
|
* erc-ring.el:
|
|
* instead of adjusting hooks when loaded, provide (erc-ring-mode). you'll
|
|
need to run (erc-ring-mode 1) now to get the ring
|
|
* (erc-previous-command), (erc-next-command):
|
|
- check if the ring exists and create it if necessary
|
|
- don't do anything if the ring is empty
|
|
|
|
* erc-pcomplete.el:
|
|
Put "how to use" documentation in the comments up the top
|
|
|
|
2003-01-21 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc-autojoin.el(erc-autojoin-version): New.
|
|
|
|
* erc-autojoin.el(erc-autojoin-add): Added body.
|
|
(erc-autojoin-remove): Added body.
|
|
(erc-autojoin): Provide it.
|
|
|
|
2003-01-21 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el: erc-cmd-*: removed a bunch of references to force
|
|
|
|
2003-01-21 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc-autojoin.el(erc-autojoin-channels-alist): More doc.
|
|
|
|
2003-01-20 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc-autojoin.el:
|
|
new, based on resolve's mail, and the stuff on the wiki
|
|
|
|
* erc-members.el: new
|
|
|
|
2003-01-19 Mario Lang <mlang@delysid.org>
|
|
|
|
* debian/README.Debian, debian/changelog, debian/scripts/install,
|
|
debian/scripts/startup.erc, Makefile:
|
|
Prepare for 20030119 debian package
|
|
|
|
* erc-dcc.el: <rant>
|
|
* (erc-decimal-to-ip): Since XEmacs decides that return a completely
|
|
and utterly wrong number from string-to-number if it is larger than
|
|
the integer boundary, instead of sanely converting the thing to
|
|
a float, we now (concat dec ".0").
|
|
</rant>
|
|
|
|
* erc.el:
|
|
* (erc-log-irc-protocol): Use erc-propertize, not propertize
|
|
|
|
2003-01-19 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc-button.el(erc-button-add-buttons): Added regexp-quote for
|
|
the list case, too.
|
|
|
|
2003-01-19 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-dcc.el(erc-dcc-member): fix for case where a prop is nil
|
|
|
|
* erc-dcc.el(erc-dcc-member):
|
|
fix for xemacs's version of plist-member
|
|
|
|
2003-01-19 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-notify.el: Delete empty strings from the ison-list
|
|
|
|
* erc-track.el:
|
|
* (erc-track-switch-buffer): Call erc-modified-channels-update here.
|
|
|
|
* erc-track.el: * toplevel: require 'erc-match
|
|
|
|
* erc-track.el: * (erc-track-mode): Make autoload interactive
|
|
|
|
* erc-button.el: * (button): Make the autoload interactive
|
|
|
|
* erc.el:
|
|
* (erc-mode): Comment out the case-table stuff, breaks xemacs
|
|
* (erc-downcase): Revert.
|
|
|
|
* erc-dcc.el:
|
|
* (erc-dcc-handle-ctcp-send): Use erc-decimal-to-ip on the ip we get...
|
|
|
|
* erc-speak.el:
|
|
Eliminate reference to erc-nick-regexp, which no longer exists
|
|
|
|
2003-01-19 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc-stamp.el(erc-timestamp-right-column): New, default nil.
|
|
(erc-insert-timestamp-right): Use it, if non-nil. Verbose
|
|
doc string.
|
|
|
|
2003-01-18 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc.el(erc-downcase): Use the old behavior in non-CVS Emacs.
|
|
|
|
* erc.el(erc-cmd-QUIT): Remove &rest. The correct fix follows.
|
|
(erc-cmd-GQUIT): Pass "" to erc-cmd-QUIT.
|
|
(erc-mode): Use the case-table only in CVS Emacs. See comment.
|
|
|
|
* erc.el(erc-cmd-QUIT): make reason optional.
|
|
|
|
* erc.el(erc-cmd-GQUIT): Fixed typo.
|
|
|
|
2003-01-17 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el:
|
|
* (erc-current-logfile): call expand-file-name, so that downcase doesn't mess up ~
|
|
|
|
* erc.el: * (erc-mode): Define a proper case-table.
|
|
* (erc-downcase): just call downcase for now, lets see if the case-table is portable, if yes, we'll remove all erc-downcase references anyway...
|
|
|
|
* erc-button.el: * (erc-button-add-buttons): regex-quote the nick
|
|
|
|
2003-01-17 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc-button.el(button): erc-channel-members-changed-hook no
|
|
longer has erc-recompute-nick-regexp.
|
|
(erc-button-alist): Use channel-members instead of
|
|
erc-nick-regexp.
|
|
(erc-button-add-buttons): Split some code into
|
|
erc-button-add-buttons-1, and now handle strings, lists, and
|
|
alists. Regular expressions in lists and alists are enclosed in
|
|
< and >.
|
|
(erc-button-add-buttons-1): New.
|
|
(erc-nick-regexp): Deleted.
|
|
(erc-recompute-nick-regexp): Deleted.
|
|
|
|
* erc-button.el: Remove require cl again.
|
|
(erc-mode-map): No longer bind widget-backward and widget-forward.
|
|
(erc-button-alist): Explain why byte-compiling makes no sense, and
|
|
remove all calls to byte-compile.
|
|
(erc-button-keymap): Define it the standard way, without exposing
|
|
the list nature of the keymap.
|
|
(erc-button-marker-list): Deleted.
|
|
(erc-button-add-buttons): Simplify. In particular, create the
|
|
button using the real callback, instead of using the intermediate
|
|
erc-button-push, and only store the data as described for
|
|
erc-button-alist.
|
|
(erc-button-remove-old-buttons): Simplify. No more list munging.
|
|
Instead, just remove all the properties that we add in
|
|
erc-button-add-button.
|
|
(erc-widget-press-button): Deleted.
|
|
(erc-button-click-button): New, for mouse clicks. Moves point to
|
|
where the mouse is, and calls erc-button-push.
|
|
(erc-button-push): Instead of matching again, just use the
|
|
erc-callback and erc-data properties at point to do the right
|
|
thing.
|
|
(erc-button-entry): Deleted.
|
|
(erc-button-next): Use error instead of the beep plus message
|
|
combo.
|
|
|
|
2003-01-17 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc-autoaway.el(erc-autoaway-set-back):
|
|
Don't pass a force argument to erc-cmd-GAWAY.
|
|
|
|
* erc.el(erc-cmd-AWAY): Removed usage of the force variable.
|
|
|
|
2003-01-17 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc-button.el(button):
|
|
erc-recompute-nick-regexp is no longer added to
|
|
erc-channel-members-changed-hook unconditionally, but only if
|
|
erc-button-mode is enabled, and if it is disabled, it is removed
|
|
again.
|
|
(erc): Require cl for delete-if.
|
|
(erc-button-remove-old-buttons): Rewrote using delete-if to
|
|
prevent excesive consing. Having the marker list is still ugly,
|
|
so another solution needs to be found.
|
|
|
|
2003-01-17 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc.el(erc-banlist-store):
|
|
Don't assume there's always a setter in the banlist reply.
|
|
|
|
2003-01-17 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc-button.el(erc-button-url-regexp): Changed regexp according
|
|
to a suggestion by Max Froumentin <mf@w3.org>.
|
|
|
|
2003-01-17 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el:
|
|
fix erc-remove-channel-member again to not error out on nil as first arg...
|
|
|
|
* erc.el: * (erc-occur): New function
|
|
|
|
2003-01-17 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el: erc-banlist-*: return nil so further hooks are called
|
|
|
|
* erc.el(erc-server-368):
|
|
suppress "end of ban list" messages - use /listbans now
|
|
|
|
* erc.el(erc-send-current-line):
|
|
removed the check for leading whitespace again - the
|
|
only time we want to prohibit multi-line commands is if / is the first
|
|
thing on the line
|
|
(erc-get-arglist): new defun for reading a function's arglist which should
|
|
work with older copies of emacs. we use help-function-arglist if it's
|
|
available, though, since that has support for reading subrs, etc
|
|
|
|
* erc.el(erc-cmd-JOIN): fixed (again)
|
|
|
|
* erc.el: * fixed call to erc-cmd-NICK when connecting
|
|
* support for listing bans and mass unbanning, again thanks to MrBump
|
|
|
|
* erc.el(erc-set-topic):
|
|
patch from MrBump (Mark Triggs, mst@dishvelled.net) to strip
|
|
control chars and topic attribution in C-c C-t
|
|
|
|
2003-01-16 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el:
|
|
* (erc-remove-channel-member): Do not use delq, modify the list using setcdr like delq does.
|
|
In theory, this should be way faster since the list doesn't get traverse two times.
|
|
Measurement didn't show any real difference though :(, this system is flawed for channels with >300 users it seems...
|
|
Also moved some defcustoms up.
|
|
|
|
2003-01-16 Brian P Templeton <bpt@tunes.org>
|
|
|
|
* erc.el: moved misplaced paren
|
|
|
|
2003-01-16 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el(erc-cmd-UNIGNORE):
|
|
reference argument directly - no string matching
|
|
|
|
* erc.el(erc-extract-command-from-line):
|
|
hmm, thinko in the canonicalisation. should
|
|
be fixed
|
|
|
|
2003-01-16 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-send-current-line):
|
|
Changed the regexp used to match /COMMANDs so that leading
|
|
whitespace is taken into account.
|
|
|
|
2003-01-16 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-dcc.el: * (erc-dcc-do-SEND-command): Fix it
|
|
|
|
* erc-ezbounce.el, erc-lang.el: Arglist changes...
|
|
|
|
* erc.el: Various docstring fixes and additions.
|
|
|
|
* erc-notify.el:
|
|
* (erc-cmd-NOTIFY): Change the function arglist to (&rest args)
|
|
|
|
* erc-netsplit.el: * (erc-cmd-WHOLEFT): Has no args...
|
|
|
|
2003-01-16 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-fill.el:
|
|
erc-fill-column: default to 78, so things like docstrings don't get wrapped
|
|
in an ugly manner
|
|
|
|
2003-01-16 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el:
|
|
* (erc-cmd-default): Take a substring, now /mode works again.
|
|
* (erc-cmd-AWAY): Put do-not-parse-args t
|
|
* (erc-cmd-GAWAY): Ditto, and fix it.
|
|
* (erc-cmd-CTCP): Switch to argument system.
|
|
* (erc-cmd-KICK): Do the same.
|
|
|
|
2003-01-15 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-dcc.el:
|
|
* (erc-cmd-DCC): Fixed for the new scheme, simplified.
|
|
* (erc-dcc-do-CHAT-command): Ditto.
|
|
* (erc-dcc-do-CLOSE-command): Ditto.
|
|
* (erc-dcc-do-LIST-command): Ditto.
|
|
|
|
2003-01-15 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el:
|
|
erc-error-face: setting a background doesn't work so well with multi-line
|
|
messages, so we don't. fg color is negotiable ;-)
|
|
(erc-cmd-QUERY): fixed, new doco, suppress (erc-delete-query) until we fix it
|
|
(erc-send-current-line): allow multi-line messages provided they don't start
|
|
with a slash - there's no need to prohibit them if the slash isn't the
|
|
first character
|
|
|
|
* erc.el: * bad-syntax now reports like incorrect-args
|
|
* bunch of extra cmds fixed, nick, sv etc.
|
|
|
|
* erc.el(erc-cmd-HELP): fixed
|
|
(erc-extract-command-from-line): when determining canon-defun, make sure we
|
|
have a valid symbol
|
|
(erc-cmd-KICK): fixed
|
|
|
|
* erc.el:
|
|
* removed duplicate do-no-parse-args properties for the defaliased defuns
|
|
(erc-process-input-line): show function signature when incorrect args
|
|
(erc-extract-command-from-line): canonicalise defaliases before extracting
|
|
plist
|
|
(erc-cmd-CLEAR): fixed
|
|
(erc-cmd-UNIGNORE): fixed again
|
|
|
|
* erc.el(erc-cmd-SET): fixed
|
|
(erc-cmd-UNIGNORE): fixed
|
|
(erc-process-input-line): report when incorrect arguments are provided to a
|
|
command, and show the command's docstring
|
|
|
|
* erc.el(erc-cmd-APPENDTOPIC): fixed
|
|
(erc-process-input-line): more informative error message than 'bad syntax'
|
|
|
|
2003-01-15 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el: * (erc-cmd-IGNORE): fixed
|
|
|
|
* erc.el: * (erc-cmd-NAMES): fixed
|
|
|
|
* erc.el:
|
|
* (erc-cmd-CLEARTOPIC): Simplify, fix doc, make interactive
|
|
|
|
2003-01-15 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el(erc-cmd-JOIN):
|
|
correct invite behavior, and document it.
|
|
|
|
2003-01-15 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el: * (erc-cmd-PART): Put 'do-not-parse-args t
|
|
|
|
2003-01-15 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el(erc-cmd-JOIN): new cmd argument syntax
|
|
(erc-process-input-line): check if (erc-extract-command-from-line) returned a
|
|
list, and apply if that's the case
|
|
|
|
* erc.el:
|
|
erc-cmd-*: remove optional force and references to `force' in the code
|
|
(erc-cmd-AMSG): call erc-trim-string, not trim-string
|
|
|
|
2003-01-15 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el:
|
|
* (erc-cmd-CLEARTOPIC): LINE is now ARGS and already parsed.
|
|
Set erc-cmd-TOPIC to 'do-not-parse-args for now.
|
|
(comment: I think we should have 'first, so that only first word is parsed...
|
|
Or we could autodetect erc-channel-p in the parser before that somehow...)
|
|
|
|
* erc.el: * (erc-cmd-OP): LINE is PEOPLE now, and already parsed.
|
|
|
|
* erc-notify.el:
|
|
* (erc-cmd-NOTIFY): Arg LINE is now ARGS, and already parsed.
|
|
|
|
2003-01-15 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc-stamp.el(erc-insert-timestamp-right):
|
|
Prefer erc-fill-column to window-width,
|
|
because on wide screens the timestamp could wander off too far to the
|
|
right.
|
|
|
|
2003-01-15 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el: This is the "everything is suddenly broken!" release
|
|
You know, this is CVS, you can still go back, and wait until the transition
|
|
is finished, but here is patch one, which basicly breaks every command
|
|
which is typed on the prompt.
|
|
Hit me, we can still revert, but something needs to be done about this.
|
|
* (erc-extract-command-from-line): intern-soft the function here.
|
|
If the function symbol has a property 'do-not-parse-args, operate as before,
|
|
otherwise, split the arguments prior to calling the command handler.
|
|
* (erc-process-input-line): Updated to accommodate the change above.
|
|
* (erc-send-distinguish-noncommands): Ditto.
|
|
* (erc-cmd-NAMES): Ditto.
|
|
* (erc-cmd-ME): Put 'do-not-parse-args property.
|
|
|
|
* erc-dcc.el:nick: * erc-dcc.el: * erc-dcc-list: Renamed
|
|
* (erc-dcc-member). Treat :nick as either a nick!user@host or nick,
|
|
do appropriate comparisons, simplified.
|
|
* (erc-dcc-list-add): New functions
|
|
various callers of (cons (list ...) erc-dcc-list) updated.
|
|
Other stuff I'm too bored to document now
|
|
|
|
2003-01-15 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc-stamp.el(erc-insert-timestamp-right):
|
|
Removed redundant code that overrid the
|
|
window-width. Now subtracts (length string) from every found
|
|
indentation positions.
|
|
|
|
2003-01-14 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el:
|
|
* (erc-cmd-AMSG): Remove useless call to erc-display-message.
|
|
|
|
* erc-dcc.el:
|
|
* erc-dcc-chat/send-request: New variables, control how to treat
|
|
incoming dcc chat or send requests. Can be set to 'ask, which behaves
|
|
like it did before, 'auto, which accepts automatically, and
|
|
'ignore, which ignores those type of requests completely.
|
|
* (erc-cmd-CREQ): New user-level command.
|
|
* (erc-cmd-SREQ): Ditto.
|
|
|
|
* erc.el: * (erc-cmd-AMSG). New command.
|
|
|
|
* erc-xdcc.el: * (erc-xdcc): delete empty strings from ARGS
|
|
|
|
* erc-dcc.el: * erc-dcc-ipv4-regexp: New constant
|
|
* (erc-ip-to-decimal): Use it.
|
|
* erc-dcc-host:valid-regexp erc-dcc-ipv4-regexp: * erc-dcc-host: :type
|
|
* (pcomplete/erc-mode/DCC): Add completion for GET and CLOSE.
|
|
* Some docstring/comment fixes.
|
|
|
|
* erc-stamp.el:
|
|
* (erc-insert-timestamp-right): Subtract (length string) from
|
|
POS in any case, otherwise, linewrap occurs.
|
|
|
|
* erc-dcc.el:
|
|
* Fixed the unibyte-multibyte problem (now a dcc get buffer is (set-buffer-multibyte nil),
|
|
and saves correctly (tried with 21.3.50). Thanks to Eli for suggesting it!
|
|
* Added :start-time plist property/value to GET handling so that we can calculate elapsed-time.
|
|
* Some (unwind-protect (progn (set-buffer ...) ...)) constructs replaced with (with-current-buffer ...)
|
|
|
|
2003-01-13 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-xdcc.el:
|
|
* erc-xdcc-help-text: New variable which makes replies to the originator
|
|
much more flexible.
|
|
* erc-xdcc-help-format: Removed.
|
|
* (erc-xdcc-help): Handle the new variable.
|
|
* (erc-xdcc): Simplified
|
|
|
|
* erc-xdcc.el: * erc-xdcc-handler-alist: New variable.
|
|
* (erc-xdcc): Move code for list and send sub-commands into
|
|
* (erc-xdcc-help): New function.
|
|
* (erc-xdcc-list): New function.
|
|
* (erc-xdcc-send): New function.
|
|
|
|
2003-01-12 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc.el(erc-server-JOIN):
|
|
Oops, send MODE command only when *we* joined a channel.
|
|
|
|
* erc.el:
|
|
Fixing ERCs behavior wrt IRCnet's !channels have a different name for
|
|
JOIN than in reality (e.g. you can join !forcertest or !!forcertest
|
|
and really get to !ABCDEforcertest)
|
|
|
|
(erc-cmd-JOIN): Removed erc-send-command MODE.
|
|
(erc-server-JOIN): Ask for MODE now.
|
|
|
|
2003-01-12 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-dcc.el:
|
|
(erc-dcc-get-filter), (erc-dcc-get-file): store size as a string, not an
|
|
integer. check size > 0 for the case where a size wasn't provided, since
|
|
string-to-int will return 0 on an empty string
|
|
|
|
2003-01-12 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-dcc.el: * Use RAWFILE arg with find-file-noselect
|
|
* Fix alist/plist conversion left-over
|
|
* Add verbose-info about sending blocks.
|
|
|
|
2003-01-11 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-dcc.el: * (pcomplete-erc-mode/DCC): Fixes
|
|
|
|
* erc-xdcc.el: Initial version.
|
|
|
|
* erc-pcomplete.el:
|
|
* (erc-pcomplete): Fix so that cycle-completion works again.
|
|
* (pcomplete-parse-erc-arguments): If there is a space after the last word
|
|
before point, we need to return a "" arg, and it's position.
|
|
|
|
* erc-dcc.el: Fix to pcomplete/erc-mode/DCC
|
|
|
|
* erc-dcc.el: * (pcomplete/erc-mode/DCC): New function
|
|
|
|
* erc-dcc.el: *** empty log message ***
|
|
|
|
* erc-dcc.el: Move code around, just basic changes
|
|
|
|
2003-01-11 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc-stamp.el(erc-insert-timestamp-right):
|
|
Check wether erc-fill-column is
|
|
available before using it. Else default to fill-column or if
|
|
everything else fails, the window width of the current window. For the
|
|
fill-columns, use them directly as the starting position for the
|
|
timestamp.
|
|
|
|
2003-01-11 Andreas Fuchs <asf@void.at>
|
|
|
|
* erc-stamp.el:
|
|
erc-insert-timestamp-right: use correct window's window-width. If
|
|
buffer is not in a window, use erc-fill-column.
|
|
|
|
2003-01-11 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-dcc.el: * erc-dcc.el: * (erc-dcc-do-LIST-command): Fix
|
|
|
|
* erc-dcc.el:
|
|
* buffer-local variables erc-dcc-sent-marker and erc-dcc-send-confirmed marker removed
|
|
Keep This info in erc-dcc-member :sent and :confirmed plist values
|
|
* : * :buffer plist for :type 'SEND removed, since we can get this with (marker-buffer
|
|
* erc-dcc-send-connect-hook: New hook, defaults to erc-dcc-send-block and erc-dcc-send-connected, which now prints a msg...
|
|
|
|
* erc-dcc.el:
|
|
* (erc-dcc-chat-accept): Renamed from erc-dcc-chat. Callers updated.
|
|
* (erc-dcc-chat): Renamed from erc-dcc-chat-request.
|
|
Callers updated, and interactive form added.
|
|
* (erc-dcc-server-accept): No longer do any type-specific stuff.
|
|
* (erc-dcc-chat-sentinel): Call erc-dcc-chat-setup if event is "open from "
|
|
from here, otherwise call erc-dcc-chat-close.
|
|
|
|
* (
|
|
|
|
* erc-dcc.el: *** empty log message ***
|
|
|
|
* erc-dcc.el: Moved some functions around.
|
|
Doc string fixes.
|
|
"/dcc send nick filename" works now
|
|
|
|
2003-01-11 Alex Schroeder <alex@gnu.org>
|
|
|
|
* erc.el(erc-send-command): Fixed flood protect message.
|
|
|
|
* erc-button.el(erc-button-syntax-table): Make `-' a legal nick
|
|
constituent.
|
|
|
|
2003-01-10 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-dcc.el: Some more steps toward dcc send.
|
|
|
|
2003-01-10 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc-notify.el(erc-notify-timer):
|
|
Changed to make it IRC-case-insensitive when comparing nicks.
|
|
(erc-notify-JOIN): Changed to make it IRC-case-insensitive when comparing nicks.
|
|
(erc-notify-NICK): Changed to make it IRC-case-insensitive when comparing nicks.
|
|
(erc-notify-QUIT): Changed to make it IRC-case-insensitive when comparing nicks.
|
|
(erc-cmd-NOTIFY): Now "/notify -l" lists the nicks on your notify list. Now
|
|
when you remove a nick from your notify list, you no longer receive a spurious
|
|
signoff notification for that nick. Changed to make it IRC-case-insensitive when
|
|
comparing nicks.
|
|
|
|
* erc.el(erc-ison-p):
|
|
Fixed so it calls erc-member-ignore-case instead of member.
|
|
|
|
* erc.el(erc-member-ignore-case):
|
|
New function. Just like member-ignore-case, but obeys
|
|
the IRC protocol case matching rules.
|
|
|
|
2003-01-10 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-dcc.el:
|
|
(erc-dcc-do-GET-command), (erc-dcc-get-file): use the plist syntax, this
|
|
fixes dcc get again
|
|
|
|
2003-01-10 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc.el: erc-complete-functions: New variable.
|
|
erc-mode-map: Bind \t to 'erc-complete-word
|
|
erc-complete-word: New function.
|
|
|
|
* erc-pcomplete.el(erc-pcomplete-mode):
|
|
Use new erc-complete-functions
|
|
(erc-pcomplete): Check that we're in the input line, else return nil.
|
|
|
|
* erc-button.el(erc-button-mode): Use new erc-complete-functions
|
|
erc-button-old-tab-command: Removed.
|
|
(erc-button-next-or-old): Removed
|
|
(erc-button-next): check that we're not in the input line, else just return nil.
|
|
|
|
2003-01-10 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-dcc.el: cleanup
|
|
|
|
* erc-dcc.el:
|
|
* (erc-dcc-chat-request): No longer use erc-send-ctcp-message.
|
|
|
|
* erc-dcc.el:
|
|
* (erc-dcc-no-such-nick): Also call delete-process if we have a peer already
|
|
|
|
* erc-dcc.el:
|
|
* (erc-dcc-no-such-nick): New function, server event handler for event 401.
|
|
If we send a CTCP message requesting something dcc related, we set up an
|
|
entry in erc-dcc-list before sending the request (for the server proc object
|
|
for listening conns for example). But if that nick does not exist
|
|
on that server, we now nicely cleanup erc-dcc-list again.
|
|
|
|
2003-01-09 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-dcc.el: Moved code around a bit, and doc fixes
|
|
|
|
* erc-dcc.el: *** empty log message ***
|
|
|
|
* erc-dcc.el: Rename erc-dcc-plist to erc-dcc-list
|
|
|
|
2003-01-09 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-dcc.el(erc-dcc-server (erc-dcc-chat-setup):
|
|
use erc's (erc-setup-buffer) to determine how to
|
|
display new DCC windows
|
|
(erc-dcc-chat-buffer-killed): buffer-local hook for DCC buffers to close the
|
|
process
|
|
(erc-dcc-chat-close): code common to a killed buffer or a disconnection from
|
|
the other side
|
|
(erc-dcc-chat-sentinel): use (erc-dcc-chat-close)
|
|
(erc-dcc-server-accept): use (erc-log) instead of (message)
|
|
|
|
* erc.el:
|
|
(erc), (erc-setup-buffer): factor out window generation code so DCC can use
|
|
it too
|
|
|
|
* erc-dcc.el:
|
|
(erc-dcc-do-CLOSE-command), (erc-dcc-do-LIST-command): work with erc-dcc-plist
|
|
|
|
* erc-dcc.el:
|
|
erc-dcc-alist: became erc-dcc-plist, so we can more easily grab particular
|
|
properties
|
|
dcc catalog: unify use of DCC: and [dcc] (either's fine, but let's be
|
|
consistent)
|
|
(erc-dcc-member): takes an arbitrary list of constraints now
|
|
(erc-dcc-proc-member): removed, as (erc-dcc-member) can be used for this
|
|
(erc-dcc-do-CHAT-command): use the catalog to show the user what's going on
|
|
(erc-dcc-chat-server): removed
|
|
(erc-dcc-server): takes name sentinel and filter arguments, can be used for
|
|
both send and chat now
|
|
|
|
.. this release means all send/get support is broken until we fix up the
|
|
things that still expect to be using an alist. this include /dcc list, /dcc
|
|
close
|
|
|
|
2003-01-09 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc-ring.el(erc-previous-command):
|
|
If you have a partially typed input line and press M-p,
|
|
you lose what you typed. Now we save it so you can come back to it.
|
|
|
|
2003-01-09 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc-ring.el(erc-add-to-input-ring): s/nullp/null/
|
|
|
|
2003-01-09 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-ring.el(erc-add-to-input-ring):
|
|
set up the ring if it's not already setup
|
|
|
|
* erc-dcc.el(erc-dcc-member): case insensitive match of nicknames
|
|
(erc-dcc-do-CHAT-command): echo what we're doing (at least for now)
|
|
|
|
2003-01-09 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-dcc.el: (temporarily) fix erc-process setting...
|
|
|
|
* erc-dcc.el: * (erc-dcc-chat-send-line): Removed
|
|
|
|
* erc.el:
|
|
Check if target is stringp (we can now also have 'dcc as value...)
|
|
|
|
* erc-dcc.el(erc-dcc-chat-send-input-line):
|
|
New function, used for
|
|
erc-send-input-line-function.
|
|
Use erc-send-current-line now.
|
|
|
|
* erc-dcc.el: evt to elt...
|
|
|
|
* erc-dcc.el: Remove () from a var (how silly!)
|
|
|
|
* erc-dcc.el: * (erc-dcc-get-host): Use format-network-address.
|
|
* (erc-dcc-host): Change semantic. If erc-dcc-host is set, use it.
|
|
Otherwise, try to figure out the host by calling erc-dcc-get-host.
|
|
* (erc-dcc-server-port): New variable.
|
|
* erc-dcc-chat-log: Renamed to erc-dcc-server-accept
|
|
|
|
* erc-dcc.el(erc-dcc-do-CHAT-command):
|
|
Change arg of call to erc-dcc-chat-request from elt to nick
|
|
|
|
2003-01-09 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-send-current-line):
|
|
Now rejects multi-line commands (i.e., lines that
|
|
start with "/" and contain newlines).
|
|
|
|
2003-01-09 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc-button.el:
|
|
Functionality to use TAB to jump to the next button:
|
|
|
|
(erc-button-next-or-old): New function.
|
|
(erc-button-next): New function.
|
|
erc-button-keymap: added erc-button-next
|
|
erc-button-old-tab-command: New variable.
|
|
define-erc-module button: Add and remove 'erc-button-next-or-old as
|
|
appropriate.
|
|
|
|
2003-01-09 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el:
|
|
New variable: erc-auto-reconnect (defaults to t). If non-nil, ERC will
|
|
automatically reconnect to a server after an unexpected disconnection.
|
|
(erc-process-sentinel): Changed to refer to variable erc-auto-reconnect.
|
|
|
|
2003-01-08 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el:
|
|
* erc-send-input-line-function: New variable, used for dispatch...
|
|
|
|
2003-01-08 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-dcc.el(erc-dcc-chat-sentinel):
|
|
check event type before killing process
|
|
(erc-dcc-chat-log): new, handles the setup of dcc chats for incoming
|
|
connections
|
|
(erc-dcc-chat): use (erc-dcc-chat-setup)
|
|
(erc-dcc-chat-setup): code common to incoming and outgoing DCC chats
|
|
(erc-dcc-chat-request): request a DCC chat with another user
|
|
(erc-dcc-proc-member): locate a member in erc-dcc-alist by process
|
|
|
|
The very first ERC to ERC DCC chat was held between delysid and resolve today!
|
|
|
|
2003-01-08 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-track.el(erc-all-buffer-names):
|
|
Check for erc-dcc-chat-mode too
|
|
|
|
2003-01-08 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc-ring.el, erc.el(erc-kill-input):
|
|
Resets erc-input-ring-index to nil, so that invoking this
|
|
command conceptually puts you after your most recent input in the input
|
|
history.
|
|
(erc-previous-command and erc-next-command): Changed so that history movement
|
|
is more intuitive. Also preserves the blank input line that marks the
|
|
place after the newest command in the history ring (i.e., you'll see a
|
|
blank command once every trip around the ring in either direction).
|
|
|
|
2003-01-08 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-dcc.el(erc-dcc-chat): Add docstring
|
|
Add self-test.
|
|
Fix error if /dcc chat nick doesn't find the nick
|
|
|
|
2003-01-08 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* Makefile:
|
|
Changed so that "make" works correctly under Cygwin. Before this change, the
|
|
pathname passed to Emacs on the command line under Cygwin had the form
|
|
"/cygwin/c/...", which prevented emacs from finding the file. Now the pathname
|
|
has the form "c:/...". This works for any drive letter.
|
|
|
|
2003-01-08 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-button.el: reindent some code, and add TODO to comments
|
|
|
|
* erc-dcc.el: *** empty log message ***
|
|
|
|
* erc-dcc.el: Make dcc-chat-ended a notice
|
|
Remove now bogus comment
|
|
|
|
2003-01-08 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc-dcc.el(erc-pack-int): from erc-packed-int
|
|
(erc-unpack-int): new
|
|
|
|
* erc-dcc.el(erc-unpack-str): added
|
|
|
|
2003-01-08 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el(erc-server-482):
|
|
New handler, handles KICK reply if you're not channel-op
|
|
|
|
* erc-dcc.el: Document SEND in erc-dcc-alist.
|
|
Move sproc, parent-proc and file into erc-dcc-alist
|
|
|
|
* erc-dcc.el: stubs
|
|
|
|
* erc-dcc.el(erc-dcc-get-host):
|
|
Change :iface to :local since Kim committed it now to CVS emacs
|
|
|
|
* erc-dcc.el(erc-dcc-get-host):
|
|
New function, requires the not-yet-in-CVS-emacs local-address.patch to process.c.
|
|
Some other minor additions
|
|
|
|
2003-01-08 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc-cmd-IGNORE):
|
|
Now returns t to prevent "Bad syntax" error.
|
|
(erc-cmd-UNIGNORE): Now returns t to prevent "Bad syntax" error.
|
|
(erc-server-PRIVMSG-or-NOTICE): Capitalized first word in message to user.
|
|
|
|
* erc.el(erc-scroll-to-bottom):
|
|
Temporarilly bind resize-mini-windows to nil so that
|
|
users who have it set to a non-nil value will not suffer from premature
|
|
minibuffer shrinkage due to the below recenter call. I have no idea why
|
|
this works, but it solves the problem, and has no negative side effects.
|
|
|
|
2003-01-07 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc-dcc.el:
|
|
erc-dcc-ctcp-query-chat-regexp: The IP is not really an IP, but a
|
|
number (no . allowed there).
|
|
(erc-dcc-send-ctcp-string): use let* here to avoid cluttering up the
|
|
match data.
|
|
Also, use erc-decimal-to-ip to get the IP.
|
|
(erc-ip-to-decimal): Removed some pasted ERC timestamps
|
|
(erc-decimal-to-ip): New function.
|
|
erc-dcc-chat-mode-map: Return map in the initialization.
|
|
|
|
2003-01-07 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc-match.el(erc-match-fool-p):
|
|
Changed to call erc-match-directed-at-fool-p instead of
|
|
erc-directed-at-fool-p.
|
|
|
|
2003-01-07 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-dcc.el(erc-cmd-DCC):
|
|
Change (cond ... (t nil)) to (when ...)
|
|
|
|
* erc-dcc.el: Use erc-current-nick-p
|
|
|
|
2003-01-07 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc.el:
|
|
erc-join-buffer: Added 'window-noselect to docstring and :type.
|
|
erc-auto-query: Added 'window-noselect to :type.
|
|
(erc): Treat erc-join-buffer being 'window-noselect appropriately.
|
|
|
|
* erc.el(erc-current-nick-p): New function.
|
|
(erc-nick-equal-p): New function.
|
|
(erc-already-logged-in), (erc-server-JOIN), (erc-auto-query),
|
|
(erc-server-PRIVMSG-or-NOTICE): Use erc-current-nick-p.
|
|
(erc-update-channel-member): Use erc-nick-equal-p.
|
|
|
|
* erc-match.el(erc-match-current-nick-p):
|
|
Renamed from erc-current-nick-p
|
|
(erc-match-pal-p): Renamed from erc-pal-p
|
|
(erc-match-fool-p): Renamed from erc-fool-p
|
|
(erc-match-keyword-p): Renamed from erc-keyword-p
|
|
(erc-match-dangerous-host-p): Renamed from erc-dangerous-host-p
|
|
(erc-match-directed-at-fool-p): Renamed from erc-directed-at-fool-p
|
|
(erc-match-message): Use erc-match-TYPE-p instead of erc-TYPE-p
|
|
|
|
* erc.el:
|
|
Support for IRCnets' "nick/channel temporarily unavailable"
|
|
|
|
(erc-nickname-in-use): New function (mostly copied from erc-server-433).
|
|
(erc-server-433): Use erc-nickname-in-use
|
|
(erc-server-437): New function.
|
|
erc-server-hook-list: Added (437 erc-server-437).
|
|
|
|
2003-01-07 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-fill.el: Add autoload cookie
|
|
|
|
* erc-notify.el:
|
|
Now also pass SERVER argument to signon/off hooks, and provide a erc-notify-signon/off function for echo-area printing
|
|
|
|
* erc-notify.el(erc-notiy-QUIT):
|
|
Change use of delq to delete, delq does not work with strings
|
|
|
|
2003-01-06 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc.el(erc-ctcp-query-VERSION):
|
|
v%s -> %s, so we are no longer vVersion...
|
|
|
|
2003-01-06 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc.el: Small change to erc-ison-p, and fixme tag
|
|
|
|
2003-01-06 Francis Litterio <franl@users.sourceforge.net>
|
|
|
|
* erc.el(erc):
|
|
Fixed bug where variable "away" would be nil in new channel buffers
|
|
even if the user is away when joining the channel.
|
|
(erc-strip-controls): Fixed a bug where erc-strip-controls accidentally
|
|
removed all text properties from the string.
|
|
|
|
2003-01-06 Mario Lang <mlang@delysid.org>
|
|
|
|
* erc-dcc.el:
|
|
Some stub functions, some code, nothing really works yet
|
|
|
|
* erc.el(erc-ison-p): New function
|
|
|
|
* erc-dcc.el: Some functions which will be needed for dcc send
|
|
|
|
* erc-dcc.el(erc-ip-address-to-decimal):
|
|
New function, thanks lawrence
|
|
|
|
* erc-dcc.el: Again, simplify code, fix stuff, DCC CHAT works now
|
|
|
|
* erc-dcc.el: Many fixes, chat nearly works now
|
|
|
|
* erc-netsplit.el: Also detect fast netsplit/joins
|
|
|
|
* erc-dcc.el: some more fixes
|
|
|
|
* erc-dcc.el: Fixup stage 1, now dcc get works
|
|
|
|
* erc-dcc.el: make /dcc LIST work
|
|
|
|
* erc-dcc.el:
|
|
Initial checkin, don't use it! its really far from complete. Hackers: help!
|
|
|
|
* erc-notify.el:
|
|
New function erc-notify-NICK, and added signon/off hooks which were missing
|
|
|
|
2003-01-05 Jorgen Schaefer <forcer@users.sourceforge.net>
|
|
|
|
* erc.el(erc-truncate-buffer-to-size):
|
|
set inhibit-read-only to t for the
|
|
deletion. This is usually done by the function calling the hook, but
|
|
not if it's called interactively. Also, rewrote some weird if/if
|
|
combination.
|
|
|
|
* erc-track.el(erc-track-shortennames):
|
|
Documentation fix (erc-all-buffers is really
|
|
erc-all-buffer-names)
|
|
|
|
These changes make server buffers be tracked as well, as there are
|
|
quite a few interesting things going on there (e.g. CTCP etc.)
|
|
(erc-all-buffer-names): Check for (eq major-mode 'erc-mode) instead of
|
|
erc-default-recipients.
|
|
(erc-track-modified-channels): Don't require a default target (e.g.,
|
|
this-channel being non-nil)
|
|
|
|
2003-01-03 Damien Elmes <erc@repose.cx>
|
|
|
|
* erc.el:
|
|
erc-auto-query: can now be set to a symbol to control how new messages should
|
|
be popped up (or not popped up, as the case may be)
|
|
(erc-query): new function which handles the bulk of what (erc-cmd-QUERY) did
|
|
previously
|
|
(erc-cmd-QUERY): use (erc-query)
|
|
(erc-auto-query): use (erc-query)
|
|
|
|
* erc.el(erc-current-logfile):
|
|
Downcase result of log generation function, as IRC is
|
|
case insensitive. Fixes problems where "/query user" results in a different
|
|
log file to a query from "User". Avoided adding an extra flag to control this
|
|
behavior - if you think this was the wrong decision, please correct it and
|
|
I'll remember it for next time.
|
|
|
|
See ChangeLog.02 for earlier changes.
|
|
|
|
Copyright (C) 2003, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
|
|
|
|
This file is part of GNU Emacs.
|
|
|
|
GNU Emacs is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
GNU Emacs is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
;; Local Variables:
|
|
;; coding: utf-8
|
|
;; End:
|
|
|
|
;; arch-tag: 808865e1-3cce-4c5b-9997-95a8b7a9d384
|