erc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erc-commit] [commit][emacs22] erc-button: Add <backtab> key to erc-mode


From: mwolson
Subject: [Erc-commit] [commit][emacs22] erc-button: Add <backtab> key to erc-mode-map
Date: Sun, 14 Oct 2007 00:48:48 -0400

commit 9987333960564e852c3581d13e9799feafa9325e
Merge: 218b8e4... d6f67f9... d4a55ce...
Author: Michael Olson <address@hidden>
Date:   Fri Mar 2 03:55:44 2007 +0000

    erc-button: Add <backtab> key to erc-mode-map
    
    * FOR-RELEASE: Add item to remind me to update NEWS.  Mark backtab entry
      as done.
    
    * erc-button.el (button): Add call to `erc-button-add-keys'.
      (erc-button-keys-added): New variable tracking whether we've added the
      keys yet.
      (erc-button-add-keys): New function that adds the <backtab> key to
      erc-mode-map.
    git-archimport-id: address@hidden/erc--main--0--patch-112

diff --cc ChangeLog
index cb04e28,9f42cf8,cef3944..ce56964
--- a/ChangeLog
+++ b/ChangeLog
@@@@ -1,205 -1,937 -1,314 +1,212 @@@@
 - 2006-08-11  Michael Olson  <address@hidden>
  -2006-01-28  Michael Olson  <address@hidden>
 ++2007-03-02  Michael Olson  <address@hidden>
   
 -      * erc-fill.el (erc-fill): Skip any initial empty lines so that we
 -      avoid errors when inserting disconnect messages and other messages
 -      that begin with newlines.
  -     * erc-*.el, erc.texi: Add Arch taglines as per Emacs guidelines.
  -     Space out copyright years like the rest of Emacs.  Use the Emacs
  -     copyright statement.  Refer to ourselves as ERC rather than "Emacs
  -     IRC Client", since there are now several IRC clients for Emacs.
 ++     * FOR-RELEASE: Make section for 5.3 release and move erc-backend
 ++     cleanup there.  Awaiting discussion before doing other things.
 ++     Add tasks for merging filename changes from the 5.2 release
-       branch, and for making a tarball of modules not in Emacs 22.
+++     branch, and for making a tarball of modules not in Emacs 22.  Add
+++     item to remind me to update NEWS.  Mark backtab entry as done.
+  
 - 2006-08-07  Michael Olson  <address@hidden>
  -     * erc-stamp.el (erc-insert-aligned): If using a text terminal,
  -     insert spaces instead of using special text property.
+++     * erc-button.el (button): Add call to `erc-button-add-keys'.
+++     (erc-button-keys-added): New variable tracking whether we've added
+++     the keys yet.
+++     (erc-button-add-keys): New function that adds the <backtab> key to
+++     erc-mode-map.
   
 -      * erc-backend.el (erc-process-sentinel-1): Use erc-display-message
 -      in several places instead of inserting text.
 -      (erc-process-sentinel): Move to the input-marker before removing
 -      the prompt.
  -2006-01-28  Johan Bockgård  <address@hidden>
 ++2007-02-15  Michael Olson  <address@hidden>
   
 -      * erc.el (erc-port): Fix customization options.
 -      (erc-display-message): Handle null type explicitly.  Previously,
 -      this was relying on a chance side-effect.  Cosmetic indentation
 -      tweak.
 -      (english): Add 'finished and 'terminated entries to the catalog.
 -      Add initial and terminal newlines to 'disconnected and
 -      'disconnected-noreconnect entries.  Avoid long lines.
 -      (erc-cmd-QUIT): Bind the current erc-server-process to
 -      server-proc.  If the IRC server responds quickly, it is possible
 -      for the connection to close, and hence server buffer to be killed,
 -      if erc-kill-server-buffer-on-quit is non-nil.  This avoids that
 -      problem.
  -     * erc.el (erc-format-message): More `cl' breakage; don't use
  -     `oddp'.
 ++     * CREDITS: Update.
   
 - 2006-08-06  Michael Olson  <address@hidden>
  -2006-01-27  Michael Olson  <address@hidden>
 ++     * erc-backend.el (erc-server-send-ping-interval): Change to use a
 ++     default of 30 seconds.  Improve customize interface.
 ++     (erc-server-send-ping-timeout): New option that determines when to
 ++     consider a connection stalled and restart it.  The default is
 ++     after 120 seconds.
 ++     (erc-server-send-ping): Use erc-server-send-ping-timeout instead
 ++     of erc-server-send-ping-interval.  If
 ++     erc-server-send-ping-timeout is nil, do not ever kill and restart
 ++     a hung IRC process.
   
 -      * erc-backend.el (erc-server-send-queue): Update from Circe
 -      version of this function.
 -      (erc-server-ping-timer-alist): New variable that keeps track of
 -      ping timers according to their associated server.
 -      (erc-server-last-received-time): New variable that specifies the
 -      time of the last message we received from the server.  This is
 -      used to detect hung processes.
 -      (erc-server-send-ping): New function that sends a ping to the IRC
 -      process corresponding with the given buffer.  Split from
 -      erc-server-setup-periodical-ping.  If the server buffer no longer
 -      exists, cancel the timer.  If the server process has not given us
 -      a message, including PING responses, since the last PING, kill it.
 -      This is necessary to deal with some aberrant freenode behavior.
 -      Idea taken from rcirc.
 -      (erc-server-setup-periodical-ping): Rename from
 -      erc-server-setup-periodical-server-ping.
 -      (erc-server-filter-function): Use erc-current-time instead of
 -      current-time.
  -     * debian/changelog: Update for new release.
 ++     * erc.el (erc-modules): Include the name of the module in its
 ++     description.  This should make it easier for people to find and
 ++     enable a particular module.
   
 -      * erc.el (erc-arrange-session-in-multiple-windows): Fix bug with
 -      multi-tty Emacs.
 -      (erc-select-startup-file): Fix bug introduced by recent change.
 -      (erc-cmd-QUIT): If the IRC process has not terminated itself
 -      within 4 seconds of completing our quit-hook, kill it manually.
 -      Freenode in particular needs this.
 -      (erc-connection-established): Use erc-server-setup-periodical-ping
 -      instead of erc-server-setup-periodical-server-ping.
  -     * debian/control (Description): Update.
 ++2007-02-15  Vivek Dasmohapatra  <address@hidden>
   
 - 2006-08-05  Michael Olson  <address@hidden>
  -     * debian/rules: Concatenate ChangeLog for 2005.
 ++     * erc.el (erc-cmd-RECONNECT): Kill old process if it is still
 ++     alive.
 ++     (erc-message-english-PART): Properly escape "%" characters in
 ++     reason.
   
 -      * erc-log.el (erc-log-standardize-name): New function that returns
 -      a filename that is safe for use for a log file.
 -      (erc-current-logfile): Use it.
  -     * Makefile (MISC): Include ChangeLog.2005 and erc.texi.
  -     (debrelease, release): Copy images directory.
 ++     * erc-backend.el (erc-server-reconnecting): New variable that is
 ++     set when the user requests a reconnect, but the old process is
 ++     still alive.  This forces the reconnect to work even though the
 ++     process is killed manually during reconnect.
 ++     (erc-server-connect): Initialize it.
 ++     (erc-server-reconnect-p): Use it.
 ++     (erc-process-sentinel-1): Set it to nil after the first reconnect
 ++     attempt.
   
 -      * erc.el (erc-startup-file-list): Search in ~/.emacs.d first,
 -      since that is a fairly standard directory.
 -      (erc-select-startup-file): Re-write to use
 -      convert-standard-filename, which will ensure that MS-DOS systems
 -      look for the _ercrc.el file.
  -     * NEWS: Spelling fixes.  Add items for recent changes.
 ++2007-02-07  Diane Murray  <address@hidden>
   
 - 2006-08-02  Michael Olson  <address@hidden>
  -     * erc.el (erc): Move call to erc-update-modules before the call to
  -     erc-mode.  This should fix a timestamp display issue.
  -     (erc-version-string): Release ERC 5.1.
 ++     * erc-menu.el (erc-menu-definition): Fixed so that the separator
 ++     is between "Current channel" and "Pals, fools and other keywords",
 ++     not at the bottom of the "Current channel" submenu.
   
 -      * erc.el (erc-version-string): Release ERC 5.1.4.
  -2006-01-26  Michael Olson  <address@hidden>
 ++2007-01-25  Diane Murray  <address@hidden>
   
 -      * Makefile, NEWS, erc.texi: Update for the 5.1.4 release.
  -     * erc-stamp.el (erc-insert-aligned): New function that inserts
  -     text in an perfectly-aligned way relative to the right margin.  It
  -     only works well with Emacs22.  A sane fallback is provided for
  -     other versions of Emacs.
  -     (erc-insert-timestamp-right): Use the new function.
 ++     * erc-networks.el (erc-server-alist): Removed SSL server for now
 ++     since `erc-server-select' doesn't know to use `erc-ssl'.
   
 -      * erc.el (erc-active-buffer): Fix bug that caused messages to go
 -      to the wrong buffer.  Thanks to offby1 for the report.
  -2006-01-25  Edward O'Connor  <address@hidden>
 ++     * erc-networks.el (erc-server-alist, erc-networks-alist): Added
 ++     definitions for oftc.net.
   
 -      * erc-backend.el (erc-coding-system-for-target): Handle case where
 -      target is nil.  Thanks to Kai Fan for the patch.
  -     * erc.el (erc-modules): Ensure that `erc-button-mode' gets enabled
  -     before `erc-match-mode'.
 ++     * erc-services.el (erc-nickserv-alist): Fixed OFTC message regexp.
   
 - 2006-07-29  Michael Olson  <address@hidden>
  -     * erc-match.el (match): Append `erc-match-message' to
  -     `erc-insert-modify-hook'.
 ++2007-01-22  Michael Olson  <address@hidden>
   
 -      * erc-log.el (erc-log-setup-logging): Don't offer to save the
 -      buffer.  It will be saved automatically killed.  Thanks to Johan
 -      Bockgård and Tassilo Horn for pointing this out.
  -2006-01-25  Michael Olson  <address@hidden>
 ++     * erc-backend.el (erc-server-error-occurred): New variable that
 ++     indicates when an error has been signaled by the server.  This
 ++     should fix an infinite reconnect bug when giving some servers a
 ++     bogus :full-name.  Thanks to Angelina Carlton for the report.
 ++     (erc-server-connect): Initialize erc-server-error-occurred.
 ++     (erc-server-reconnect-p): Use it.
 ++     (ERROR): Set it.
   
 - 2006-07-27  Johan Bockgård  <address@hidden>
  -     * FOR-RELEASE: Mark last release requirement as done.
 ++     * erc-services.el (erc-nickserv-alist): Alphabetize and add Ars
 ++     and QuakeNet.  Standardize look of entries.  Fix type mismatch
 ++     error in customize interface.
 ++     (erc-nickserv-passwords): Alphabetize and add missing entries from
 ++     erc-nickserv-alist.
   
 -      * erc.el (define-erc-module): Make find-function and find-variable
 -      find the names constructed by `define-erc-module' in Emacs 22.
  -     * Makefile (realclean, distclean): Remove docs.
 ++2007-01-21  Michael Olson  <address@hidden>
   
 - 2006-07-14  Michael Olson  <address@hidden>
  -     * erc.texi: Take care of all pre-5.1 items.
 ++     * erc.el (erc-header-line-format): Document how to disable the
 ++     header line, and add a customization type for it.  Also, make the
 ++     changes take effect immediately.
   
 -      * erc-log.el (log): Make sure that we enable logging on
 -      already-opened buffers as well, in case the user toggles this
 -      module after loading ERC.  Also be sure to remove logging ability
 -      from all ERC buffers when the module is disabled.
 -      (erc-log-setup-logging): Set buffer-file-name to nil rather than
 -      the empty string.  This should fix some errors that occur when
 -      quitting Emacs without first killing all ERC buffers.
 -      (erc-log-disable-logging): New function that removes the logging
 -      ability from the current buffer.
  -     * erc-backend.el (erc-server-send, erc-server-send-queue): Wrap
  -     `process-send-string' in `condition-case' to avoid an error when
  -     quitting ERC.
 ++2007-01-19  Michael Olson  <address@hidden>
   
 -      * erc-spelling.el (spelling): Use dolist and buffer-live-p.
  -     * erc-stamp.el (erc-insert-timestamp-right): Try to deal with
  -     variable-width characters in the timestamp and on the same line.
  -     The latter is a kludge, but it seems to work with most of the
  -     input I've thrown at it so far.  It's certainly better than going
  -     past the end of line consistently when we have variable-width
  -     characters on the same line.  When `erc-timestamp-intangible' is
  -     non-nil, add intangible properties to the whitespace as well, so
  -     that hitting <end> does what you'd expect.
 ++     * erc.texi (Modules): Document new menu module.  Thanks to Leo
 ++     for noticing.
   
 - 2006-07-12  Michael Olson  <address@hidden>
  -     * erc.el (erc-flood-protect, erc-toggle-flood-control): Update
  -     this to only use boolean values for `erc-flood-protect'.  Update
 ++2007-01-16  Diane Murray  <address@hidden>
  +
 -      * erc-match.el (erc-log-matches): Bind inhibit-read-only rather
 -      than call toggle-read-only.
 ++     * erc-stamp.el (erc-insert-timestamp-left): Fixed so that the
 ++     whitespace string filler is hidden correctly when timestamps are
 ++     hidden.
 ++     (erc-toggle-timestamps): New function to use instead of
 ++     `erc-show-timestamps' and `erc-hide-timestamps'.
  +
 -      * Makefile (debrelease-mwolson): Remove and consolidate with the
 -      `debrelease' target.
 -      (debrevision): Rename from `debrevision-mwolson'.
 ++     * erc.el (erc-restore-text-properties): Moved here from
 ++     erc-fill.el since it could be useful in general.
  +
 -      * erc.el (erc-handle-irc-url): Move here from erc-goodies.el and
 -      add autoload cookie.
 ++     * erc-fill.el (erc-restore-text-properties): Removed.
  +
 - 2006-07-09  Michael Olson  <address@hidden>
 ++2007-01-13  Michael Olson  <address@hidden>
  +
 -      * erc.el (erc-version-string): Release ERC 5.1.3.
 ++     * erc.el (erc-command-regexp): New variable that is used to match
 ++     a command.
 ++     (erc-send-input): Use it.  This fixes a bug where paths --
 ++     "/usr/bin/foo", for example -- were being displayed as commands,
 ++     but still sent correctly.
 ++     (erc-extract-command-from-line): Use it.
  +
 -      * erc.texi, Makefile, NEWS: Update for the 5.1.3 release.
 ++     * erc.texi (Modules): Document erc-capab-identify.
  +
 -      * servers.pl: Add copyright notice.
 ++2007-01-11  Diane Murray  <address@hidden>
  +
 -      * erc-autoaway.el (erc-autoaway-set-back): Fix bug after returning
 -      from being set automatically away and current buffer is not an ERC
 -      buffer.
 ++     * erc.el (erc-find-parsed-property): Moved here from erc-track.el
 ++     since it can be useful in general.
  +
 -      * erc-identd.el: Fix compiler error.
 ++     * erc-track.el (erc-find-parsed-property): Removed.
  +
 -      * erc.texi (Development): Use @subheading instead of @subsection.
 -      (Advanced Usage): Add menu.
 -      (Connecting): Fully document how to connect to an IRC server.
 -      (Options, Tips and Tricks, Sample Configuration): New unwritten
 -      sections.
 ++     * erc-capab.el (erc-capab-find-parsed): Removed.
 ++     (erc-capab-identify-add-prefix): Use `erc-find-parsed-property'.
  +
 -      * erc.el (erc-server, erc-port, erc-nick, erc-nick-uniquifier)
 -      (erc-user-full-name, erc-password): Docfixes and customization
 -      interface tweaks.
 -      (erc-try-new-nick-p): Rename from
 -      `erc-manual-set-nick-on-bad-nick-p' and invert meaning.
 -      (erc-nickname-in-use): Use `erc-try-new-nick-p'.  Check the length
 -      of `erc-nick-uniquifier', in case someone wants multiple
 -      characters.
 -      (erc-compute-server, erc-compute-nick, erc-compute-full-name)
 -      (erc-compute-port): Docfixes.
 ++     * erc.el (erc-open): Run `erc-before-connect' hook here.  This
 ++     makes sure the hook always gets called before a connection is
 ++     made, as some functions, like `erc-handle-irc-url', use `erc-open'
 ++     instead of `erc'.
 ++     (erc): Removed `erc-before-connect' hook.
  +
 -      * FOR-RELEASE: Put in future-first order.
 ++     * erc-menu.el (erc-menu-definition): Put items specific to
 ++     channels in a "Current channel" submenu.
  +
 -      * erc-log.el (log): Move all add-hook calls here, rather than
 -      executing them immediately, and also cause them to be un-hooked
 -      when the module is removed.
 -      (erc-save-buffer-on-part): Move next to
 -      `erc-save-queries-on-quit'.
 -      (erc-save-buffer-on-quit, erc-save-queries-on-quit): Default to t.
 -      (erc-log-write-after-send, erc-log-write-after-insert): Default to
 -      nil.  This makes things fast, but reasonably failsafe, by default.
 ++     * erc-backend.el (321, 323): Display channel list in server buffer
 ++     when not using the channel list module.
  +
 - 2006-07-08  Michael Olson  <address@hidden>
 ++     * erc.el: Updated copyright years.
 ++     (erc-version-string): Set to 5.2 (devel).
 ++     (erc-format-lag-time): Fixed to work when `erc-server-lag' is nil.
 ++     (erc-update-mode-line-buffer): Set the header face.
  +
 -      * erc-log.el (erc-log-insert-log-on-open): Make this nil by
 -      default, since most IRC clients don't do this.
 -      (erc-log-write-after-send): New option that determines whether the
 -      log file will be written to after every sent message.
 -      (erc-log-write-after-insert): New option that determines whether
 -      the log file will be written to when new text is added to a logged
 -      ERC buffer.
 -      (log): Use the aforementioned options.
 ++2007-01-11  Michael Olson  <address@hidden>
  +
 -      * erc.texi (Modules): Document the "completion" module.
 - 
 -      * erc-pcomplete.el (pcomplete-erc-nicks): Make sure that we don't
 -      have a nil element in the list when ignore-self is non-nil.
 - 
 - 2006-07-05  Michael Olson  <address@hidden>
 - 
 -      * erc.el (erc-modules): Use `set' instead of `set-default', since
 -      this setting should never be buffer-local.  Add the `list' and
 -      `page' modules to the list.
 - 
 -      * erc.texi (Modules): Add entries for `list' and `page' modules.
 -      Change "spell" to "spelling".
 -      (History): Use past tense throughout.
 - 
 - 2006-07-02  Michael Olson  <address@hidden>
 - 
 -      * erc-backend.el (erc-call-hooks): Fix (stringp nil) error that
 -      can happen when doing /PART.
 - 
 -      * erc.el (erc-quit-reason-various-alist)
 -      (erc-part-reason-various-alist): In the example, use "^$" as an
 -      example, since "" matches anything.
 -      (erc-quit-reason-various, erc-part-reason-various): If no argument
 -      is given, and no matches are found, use our default reason instead
 -      of "nil".
 - 
 - 2006-07-01  Michael Olson  <address@hidden>
 - 
 -      * erc-identd.el (erc-identd-start): XEmacs defines neither
 -      `make-network-process' nor `open-network-stream-server', so just
 -      fail silently.
 - 
 - 2006-06-30  Michael Olson  <address@hidden>
 - 
 -      * HISTORY: Update.
 - 
 -      * erc.texi (Modules): Mention identd.
 -      (Releases): Update mailing list address and download location.
 -      (Development): Refactor.  Provide updated directions for Arch.
 -      Make URLs clickable.
 -      (Keystroke Summary): Typo fix.  Use more Texinfo syntax.
 -      (Getting Started): Give simpler example.  We do not need to
 -      explicitly load every module.
 -      (History): Update.
 - 
 -      * erc-autoaway.el, erc-autojoin.el, erc-backend.el, erc-bbdb.el:
 -      erc-button.el, erc-chess.el, erc-compat.el, erc-complete.el:
 -      erc-dcc.el, erc-ezbounce.el, erc-fill.el, erc-ibuffer.el:
 -      erc-imenu.el, erc-list.el, erc-log.el, erc-match.el, erc-menu.el:
 -      erc-nets.el, erc-netsplit.el, erc-nicklist.el, erc-nickserv.el:
 -      erc-pcomplete.el, erc-replace.el, erc-ring.el, erc-speedbar.el:
 -      erc-spelling.el, erc-stamp.el, erc-track.el, erc.el: Remove
 -      version strings.
 - 
 -      * erc.el (erc-cmd-SMV): Remove, since we do not have meaningful
 -      module versions anymore.
 -      (erc-version-modules): Remove, since we do not use this function
 -      anymore.
 -      (erc-latest-version, erc-ediff-latest-version): Remove, since this
 -      was only useful back when ERC consisted of one file.
 -      (erc-modules): Add line for identd.
 -      (erc-get-channel-mode-from-keypress): Typo fix.
 - 
 -      * erc-imenu.el: Remove unnecessary lines in header.
 - 
 -      * erc-goodies.el (erc-handle-irc-url): Docfix.
 - 
 -      * erc-identd.el: Define an ERC module for this.
 -      (erc-identd-start): Don't create a process buffer if possible.
 -      Otherwise, use conventional hidden names for process buffers.
 - 
 - 2006-06-29  Michael Olson  <address@hidden>
 - 
 -      * erc-backend.el (erc-coding-system-for-target): Match
 -      case-insensitively.  Use a pattern match instead of `assoc', as
 -      per the documentation for `erc-encoding-coding-alist'.
 - 
 -      * erc-track.el (erc-track-shorten-aggressively): Fix typo.
 - 
 - 2006-06-27  Michael Olson  <address@hidden>
 - 
 -      * erc.el: Update maintainer information and URLs.
 - 
 - 2006-06-21  Michael Olson  <address@hidden>
 - 
 -      * Makefile (upload): Make this work with the GNU upload system.
 - 
 - 2006-06-14  Michael Olson  <address@hidden>
 - 
 -      * erc.el (erc-active-buffer): If the active buffer has been
 -      deleted, default to the server buffer.
 -      (erc-toggle-flood-control): When the user hits C-c C-f, make flood
 -      control really toggle, not unconditionally turn off.
 - 
 - 2006-06-12  Michael Olson  <address@hidden>
 - 
 -      * NEWS: Add items since the 5.1.2 release.
 - 
 -      * erc-autoaway.el (erc-autoaway-caused-away): New variable that
 -      indicates whether the current away status was caused by this
 -      module.
 -      (erc-autoaway-set-back): Only set back if this module set the user
 -      away.
 -      (erc-autoaway-set-away): Update `erc-autoaway-caused-away'.
 -      (erc-autoaway-reset-indicators): New function that resets some
 -      indicators when the user is no longer away.
 -      (autoaway): Add the above function to the 305 hook.
 - 
 - 2006-06-05  Romain Francoise  <address@hidden>
 - 
 -      * erc.texi (History): Fix various typos.
 - 
 - 2006-06-04  Michael Olson  <address@hidden>
 - 
 -      * erc-autoaway.el (erc-autoaway-idle-method): Move after the
 -      definition of the autoaway module.
 -      (autoaway): Don't do anything if erc-autoaway-idle-method is
 -      unbound.  This prevents an error on startup.
 - 
 - 2006-06-03  Michael Olson  <address@hidden>
 - 
 -      * erc-autoaway.el: Thanks to Mark Plaksin for the ideas and patch.
 -      (erc-autoaway-idle-method): Renamed from
 -      `erc-autoaway-use-emacs-idle'.  We have more than two choices for
 -      how to do this, so it's best to make this take symbol values.
 -      Improve documentation.  Remove warning against Emacs idle-time;
 -      the point is moot now that we get user idle time via a different
 -      method.  Make sure we disable and re-enable the module when
 -      changing this value.
 -      (autoaway): Conditionalize on the above option.  If using the idle
 -      timer or user idle methods, don't add anything to the
 -      send-completed or server-001 hooks, since it is unnecessary.
 -      (erc-autoaway-reestablish-idletimer, erc-autoaway-message):
 -      Docfix.
 -      (erc-autoaway-idle-seconds): Use erc-autoaway-idle-method.
 -      (erc-autoaway-reset-idle-irc): Renamed from
 -      `erc-autoaway-reset-idle'.  Don't pass line to
 -      `erc-autoaway-set-away', since it is not used.
 -      (erc-autoaway-reset-idle-user): New function that resets the idle
 -      state for user idle time.
 -      (erc-autoaway-set-back): Remove line argument, since it is not
 -      used.
 - 
 -      * Makefile (upload): Make this work for Savannah uploads.
 - 
 -      * AUTHORS: Update for Savannah move.  No old entries have been
 -      removed, in case people have not registered yet on Savannah.
 - 
 - 2006-06-01  Michael Olson  <address@hidden>
 - 
 -      * erc.el (erc-buffer-filter): Make sure all buffers returned from
 -      this are live.
 - 
 - 2006-05-15  Michael Olson  <address@hidden>
 - 
 -      * README: Add License information.  Permit images to be used,
 -      distributed, and modified without restriction.
 - 
 - 2006-05-01  Edward O'Connor  <address@hidden>
 - 
 -      * erc-goodies.el: (erc-handle-irc-url): New function, suitable as
 -      a value for `url-irc-function'.
 - 
 - 2006-04-18  Diane Murray  <address@hidden>
 - 
 -      * erc-pcomplete.el (pcomplete-erc-nicks): Added new optional
 -      argument IGNORE-SELF.  If this is non-nil, don't return the user's
 -      current nickname.  Doc fix.
 -      (pcomplete/erc-mode/complete-command): Don't complete the current
 -      nickname.
 - 
 - 2006-04-05  Diane Murray  <address@hidden>
 - 
 -      * erc.el (erc-cmd-SV): Removed the exclamation point.  Show the
 -      build date as it's shown in `emacs-version'.
 - 
 -      * erc-capab.el (erc-capab-identify-add-prefix): Insert the prefix
 -      with the same face property as the previous character.
 - 
 - 2006-04-02  Michael Olson  <address@hidden>
 - 
 -      * erc-backend.el, erc-ezbounce.el, erc-join.el, erc-netsplit.el,
 -      erc.el: Make sure to include a newline inside of negated classes,
 -      so that a newline is not matched.
 - 
 - 2006-04-01  Michael Olson  <address@hidden>
 - 
 -      * erc-backend.el (erc-server-connect-function): Don't try to
 -      detect the existence of the `open-network-stream-nowait' function,
 -      since I can't find it in Emacs21, XEmacs21, or Emacs22.
 - 
 - 2006-03-27  Michael Olson  <address@hidden>
 - 
 -      * erc.texi: Update direntry.  Remove unneeded local variables.
 - 
 - 2006-03-26  Michael Olson  <address@hidden>
 - 
 -      * erc.el (erc-header-line): New face that will be used to colorize
 -      the text of the header-line, provided that
 -      `erc-header-line-face-method' is non-nil.
 -      (erc-prompt-face): Fix formatting.
 -      (erc-header-line-face-method): New option that determines the
 -      method used for colorizing header-line text.  This may be a
 -      function, nil, or non-nil.
 -      (erc-update-mode-line-buffer): Use the aforementioned option and
 -      face to colorize the header-line text, if that is what the user
 -      wants.
 -      (erc-send-input): If flood control is not activated, don't split
 -      the input line.
 - 
 - 2006-03-25  Michael Olson  <address@hidden>
 - 
 -      * erc.el (erc-cmd-QUOTE): Install patch from Aravind Gottipati
 -      that fixes the case where there is no leading whitespace.  Only
 -      remove the first space character, though.
 - 
 -      * erc-identd.el (erc-identd-start): Fix a bug by making sure that
 -      erc-identd-process is set properly.
 -      (erc-identd-start, erc-identd-stop): Add autoload cookies.
 -      (erc-identd-start): Pass :host parameter so this works with Emacs
 -      22.
 - 
 - 2006-03-21  Michael Olson  <address@hidden>
 - 
 -      * CREDITS: Add Nelson Ferreira.  Change contact address.
 - 
 -      * erc-bbdb.el: Install patch from Nelson Ferreira.
 -      (erc-bbdb-electric-p): New option that indicates whether to make
 -      the BBDB buffer electric.  Defaults to "not electric".
 -      (erc-bbdb-show-entry): Use `erc-bbdb-electric-p'.
 - 
 - 2006-03-09  Diane Murray  <address@hidden>
 - 
 -      * erc-button.el (erc-button-keymap): Use <backtab> rather than
 -      <C-tab> for `erc-button-previous' as it is a more standard key
 -      binding for this type of function.
 - 
 - 2006-02-19  Michael Olson  <address@hidden>
 - 
 -      * erc.el (erc-version-string): Release ERC 5.1.2.
 - 
 - 2006-02-19  Diane Murray  <address@hidden>
 - 
 -      * erc-button.el (erc-button-keymap): Bind `erc-button-previous' to
 -      <C-tab>.
 -      (erc-button-previous): New function.
 - 
 - 2006-02-15  Michael Olson  <address@hidden>
 - 
 -      * erc.el (erc): Move to the end of the buffer when a continued
 -      session is detected.  Thanks to e1f and indio for the report and
 -      testing a potential fix.
 - 
 - 2006-02-14  Michael Olson  <address@hidden>
 - 
 -      * debian/changelog: Prepare a new Debian package.
 - 
 -      * Makefile (debprepare): New rule that creates an ERC snapshot
 -      directory for use in both new Debian releases and revisions for
 -      Debian packages.
 -      (debrelease, debrevision-mwolson): Use debprepare.
 - 
 -      * NEWS: Bring up-to-date.
 - 
 -      * erc-stamp.el (erc-insert-timestamp-right): For now, put
 -      timestamps before rather than after erc-fill-column when
 -      erc-timestamp-right-column is nil.  This way we won't surprise
 -      anyone unpleasantly, or so it is hoped.
 - 
 - 2006-02-13  Michael Olson  <address@hidden>
 - 
 -      * erc-dcc.el: Use (eval-when-compile (require 'cl)).
 - 
 - 2006-02-11  Michael Olson  <address@hidden>
 - 
 -      * erc-stamp.el (erc-timestamp-use-align-to): Renamed from
 -      `erc-timestamp-right-align-by-pixel'.  Set the default based on
 -      whether we are in Emacs 22, and using X.  Improve documentation.
 -      (erc-insert-aligned): Remove calculation of offset, since
 -      :align-to pos works after all.  Unlike the previous solution, this
 -      one works when erc-stamp.el is compiled.
 -      (erc-insert-timestamp-right): Don't add length of string, and then
 -      later remove its displayed width.  This puts timestamps after
 -      erc-fill-column when erc-timestamp-right-column is nil, rather
 -      than before it.  It also fixes a subtle bug.  Remove use of
 -      `current-window', since there is no variable by that name in
 -      Emacs21, Emacs22, or XEmacs21 beta.  Check to see whether
 -      `erc-fill-column' is non-nil before using it.
 - 
 - 2006-02-11  Diane Murray  <address@hidden>
 - 
 -      * erc-list.el: Define `list' module which sets the alias
 -      `erc-cmd-LIST' to `erc-list-channels' when enabled and
 -      `erc-list-channels-simple' when disabled.
 -      (erc-list-channels): Was `erc-cmd-LIST', renamed.
 -      (erc-list-channels-simple): New function.
 - 
 -      * erc.el (erc-modules): Added `list' to enabled modules.  Changed
 -      `capab-identify' description.  Moved customization options left in
 -      source code.
 - 
 -      * erc-menu.el (erc-menu-definition): Use `erc-list-channels'.
 - 
 -      * erc-spelling.el (define-erc-module): Make sure there's a buffer
 -      before calling `with-current-buffer'.
 - 
 - 2006-02-10  Michael Olson  <address@hidden>
 - 
 -      * Makefile (debbuild): Split from debrelease.
 -      (debrevision-mwolson): New rule that causes a Debian revision to
 -      be built.
 - 
 - 2006-02-09  Diane Murray  <address@hidden>
 - 
 -      * erc.el (erc-get-parsed-vector, erc-get-parsed-vector-nick)
 -      (erc-get-parsed-vector-type): Moved here from erc-match.el.
 -      (erc-version-string): Remove "(CVS)".
 -      (erc-open-ssl-stream): Go back to using ssl.el so that SSL
 -      connections work as expected.  Connecting with `open-tls-stream'
 -      only seems to work (if at all?) when using the tls.el located in
 -      lisp/net/ in Emacs22.
 - 
 -      * erc-match.el (erc-get-parsed-vector, erc-get-parsed-vector-nick)
 -      (erc-get-parsed-vector-type): Moved these functions to erc.el
 -      since they can be useful outside of the text matching module.
 - 
 -      * NEWS: Added tls.el -> ssl.el change.
 - 
 -      * erc-dcc.el, erc-stamp.el, erc-xdcc.el: Changed "Emacs IRC Client"
 -      to "ERC".
 - 
 - 2006-02-07  Michael Olson  <address@hidden>
 - 
 -      * erc-stamp.el (erc-insert-aligned): Don't take 3rd argument.  Use
 -      the simpler `indent-to' function when
 -      `erc-timestamp-right-align-by-pixel' is nil.
 -      (erc-insert-timestamp-right): If the timestamp goes on the
 -      following line, don't add timestamp properties to the spaces in
 -      front of it.
 - 
 - 2006-02-05  Diane Murray  <address@hidden>
 - 
 -      * FOR-RELEASE: Added two things to do before the next release of
 -      Emacs:  1. using M-x erc instead of M-x erc-select and 2. changing
 -      the `C-c C-SPC' and `C-c C-@' global keybindings.
 - 
 - 2006-02-05  Michael Olson  <address@hidden>
 - 
 -      * Makefile (debrelease): Remove images/.arch-ids or images/CVS
 -      directory correctly.
 - 
 -      * debian/changelog: Update for 5.1.1 release.
 - 
 -      * debian/control (Suggests): Suggest emacs-chess instead of
 -      Recommending it.  Thanks to Era Eriksson for the report.
 - 
 -      * debian/maint/postinst: Install the Info documentation.
 - 
 -      * debian/maint/prerm: Handle removing of Info documentation.
 - 
 -      * debian/rules (configure, configure-stamp, build, build-stamp):
 -      Generate HTML and Info documentation.
 -      (binary-erc): Install HTML and Info documentation.
 - 
 -      * erc-spelling.el (erc-spelling-init): If
 -      `erc-spelling-dictionaries' is nil, do not set
 -      ispell-local-dictionary.  Before, it was being set to nil, which
 -      was causing a long delay while the ispell process restarted.
 -      (erc-spelling-unhighlight-word): New function that removes
 -      flyspell properties from a spell-checked word.
 -      (erc-spelling-flyspell-verify): Don't spell-check nicks or words
 -      that have '/' before them.
 - 
 - 2006-02-04  Michael Olson  <address@hidden>
 - 
 -      * Makefile (VERSION): Update to 5.1.1.
 - 
 -      * NEWS: Update for ERC 5.1.1.  Use the same wording for headings
 -      that Emacs does in its NEWS file.
 - 
 -      * erc-autojoin.el: Use (eval-when-compile (require 'cl)).
 - 
 -      * erc-complete.el (erc-nick-completion-exclude-myself)
 -      (erc-try-complete-nick): Use better function for getting list of
 -      channel users.
 - 
 -      * erc-goodies.el: Docfix.
 - 
 -      * erc-stamp.el: Use new arch tagline, since the other one wasn't
 -      being treated properly.
 - 
 -      * erc.texi (History): Note that ERC is now included with Emacs.
 - 
 -      * erc.el (erc-version-string): Release ERC 5.1.1.
 - 
 - 2006-01-31  Michael Olson  <address@hidden>
 - 
 -      * erc-stamp.el: Update copyright years.
 - 
 - 2006-01-30  Simon Josefsson  <address@hidden>
 - 
 -      * erc.el (erc-open-ssl-stream): Use tls.el.
 - 
 - 2006-01-30  Michael Olson  <address@hidden>
 - 
 -      * erc-stamp.el (erc-timestamp-right-align-by-pixel): New option
 -      that determines whether to use pixel values to align right
 -      timestamps.  The default is not to do so, since it only works with
 -      Emacs22 on X, and even then some people have trouble.
 -      (erc-insert-aligned): Use `erc-timestamp-right-align-by-pixel'.
 - 
 - 2006-01-29  Edward O'Connor  <address@hidden>
 - 
 -      * erc-viper.el: Ensure we only alter Viper's configuration when
 -      necessary, as Viper may already take ERC into account.
 - 
 - 2006-01-29  Michael Olson  <address@hidden>
 - 
 -      * ChangeLog, ChangeLog.2005, ChangeLog.2004, ChangeLog.2003,
 -      ChangeLog.2002, ChangeLog.2001: Add "See ChangeLog.NNNN" line for
 -      earlier changes.  Use utf-8 encoding.  Fix some accent typos.
 - 
 -      * erc-speedbar.el (erc-speedbar-buttons): Fix reference to free
 -      variable.
 -      (erc-speedbar-goto-buffer): Fix compiler warning.
 - 
 -      * erc-ibuffer.el: Use `define-ibuffer-filter' instead of
 -      `ibuffer-degine-limiter'.  Use `define-ibuffer-column' instead of
 -      `ibuffer-define-column'.  Require 'ibuf-ext so that the macros
 -      work without compiler warnings.
 - 
 -      * man/erc.texi (Obtaining ERC, Installation): Note that these
 -      sections may be skipped if using the version of ERC that comes
 -      with Emacs.
 - 
 - 2006-01-28  Michael Olson  <address@hidden>
 - 
 -      * erc-*.el, erc.texi, NEWS: Add Arch taglines as per Emacs
 -      guidelines.
 - 
 -      * erc-*.el: Space out copyright years like the rest of Emacs.  Use
 -      the Emacs copyright statement.  Refer to ourselves as ERC rather
 -      than "Emacs IRC Client", since there are now several IRC clients
 -      for Emacs.
 - 
 -      * erc-compat.el (erc-emacs-build-time): Define as a variable.
 - 
 -      * erc-ibuffer.el: Require 'erc.
 - 
 -      * erc-log.el (erc-log-setup-logging): Use write-file-functions if
 -      it exists.
 - 
 -      * erc-stamp.el (erc-insert-aligned): Only use the special text
 -      property when window-system is X.
 - 
 -      * erc.texi (History): Note that ERC 5.1 is released.
 - 
 - 2006-01-28  Johan Bockgård  <address@hidden>
 - 
 -      * erc.el (erc-format-message): More `cl' breakage; don't use
 -      `oddp'.
 - 
 - 2006-01-27  Michael Olson  <address@hidden>
 - 
 -      * debian/changelog: Update for new release.
 - 
 -      * debian/control (Description): Update.
 - 
 -      * debian/rules: Concatenate ChangeLog for 2005.
 ++     * erc-bbdb.el (erc-bbdb-popup-type): Fix customization type and
 +      documentation.
  -     (erc-cmd-QUIT): Set the active buffer to be the server buffer, so
  -     that any QUIT-related messages go there.
  -     (erc): Try to be more clever about re-using channel buffers when
  -     automatically re-connecting.  Thanks to e1f for noticing.
  -
  -2006-01-23  Michael Olson  <address@hidden>
  -
  -     * ChangeLog.2005: Remove erroneous line.
  -
  -     * FOR-RELEASE: Make that the Makefile tweaking is complete.
  -     (NEWS): Mark as done.
  -
  -     * Makefile (MANUAL): New option indicating the name of the manual.
  -     (PREFIX, ELISPDIR, INFODIR): New options that specify the
  -     directories to install lisp code and info manuals to.  PREFIX is
  -     used only by ELISPDIR and INFODIR.
  -     (all): Call `lisp' and create the manual.
  -     (lisp): Compile lisp code.
  -     (%.info, %.html): New rules that make Info files and HTML files,
  -     respectively, from a TexInfo source.
  -     (doc): Create both the Info and HTML versions of the manual.  This
  -     is for the user -- we never call it automatically.
  -     (install-info): Install Info files.
  -     (install-bin): Install compiled and source Lisp files.
  -     (todo): Remove, since it seems pointless.
  -
  -     * NEWS: Update.
  -
  -     * README: Add Installation instructions.  Tweak layout.
  -
  -     * erc.texi: Work on some pre-5.1 items.
  -
  -     * erc-stamp.el, erc-track.el: Move some functions and options in
  -     order to get rid of a few compiler warnings.
  -
  -     * erc.el (erc-modules): Enable readonly by default.  This will
  -     prevent new users from accidentally removing old messages, which
  -     could be disconcerting.  Also enable stamp by default, since
  -     timestamps are a fairly standard feature among IRC clients.
  -
  -     * erc-button.el: Munge whitespace.
  -
  -     * erc-identd.el (erc-identd-start): Instead of throwing an error,
  -     just try to use the obsolete function.
  -
  -2006-01-22  Michael Olson  <address@hidden>
  -
  -     * erc-backend.el (erc-decode-string-from-target): Make sure that
  -     we have a string as an argument.  If not, coerce it to the empty
  -     string.  Hopefully, this will work painlessly around an edge case
  -     related to quitting ERC around the same time a message comes in.
  -
  -2006-01-22  Johan Bockgård  <address@hidden>
  -
  -     * erc-track.el: Use `(eval-when-compile (require 'cl))' (for
  -     `case'). Doc fixes.
  -     (erc-find-parsed-property): Simplify.
  -     (erc-track-get-active-buffer): Fix logic. Simplify.
  -     (erc-track-switch-buffer): Remove unused variable `dir'. Simplify.
  -
  -     * erc-speak.el: Doc fixes.
  -     (erc-speak-region): `propertize' --> `erc-propertize'.
  -
  -     * erc-dcc.el (erc-dcc-chat-parse-output): `propertize' -->
  -     `erc-propertize'.
  -
  -     * erc-button.el (erc-button-add-button): Take erc-fill-prefix into
  -     account when wrapping URLs.
  -
  -     * erc-bbdb.el (erc-bbdb-elide-display): Doc fix.
  -
  -     * erc-backend.el (define-erc-response-handler): Doc fix.
  -
  -2006-01-22  Michael Olson  <address@hidden>
  -
  -     * erc.el (erc-update-modules): Use `require' instead of `load',
  -     but prevent it from causing errors, in order to preserve the
  -     previous behavior.
  -
  -2006-01-21  Michael Olson  <address@hidden>
  -
  -     * FOR-RELEASE (Source): Mark cl task as done.
  -
  -     * Makefile (erc-auto.el): Call erc-generate-autoloads rather than
  -     generate-autoloads.
  -     (erc-auto.el, %.elc): Don't show command, just its output.
  -
  -     * NEWS: Add items from 2005-01-01 to 2005-08-13.
  -
  -     * debian/copyright (Copyright): Update.
  -
  -     * erc-auto.in (erc-generate-autoloads): Rename from
  -     generate-autoloads.
  -
  -     * erc.el, erc-autoaway.el, erc-backend.el: Use
  -     erc-server-process-alive instead of erc-process-alive.
  -
  -     * erc.el, erc-backend.el, erc-ezbounce.el, erc-list.el,
  -     erc-log.el, erc-match.el, erc-nets.el, erc-netsplit.el,
  -     erc-nicklist.el, erc-nickserv.el, erc-notify.el, erc-pcomplete.el:
  -     Use (eval-when-compile 'cl), so that compilation doesn't fail.
  -
  -     * erc-fill.el, erc-truncate.el: Whitespace munging.
  -
  -     * erc.el: Update copyright notice.  Remove eval-after-load code.
  -     (erc-with-buffer): Docfix.
  -     (erc-once-with-server-event, erc-once-with-server-event-global)
  -     (erc-with-buffer, erc-with-all-buffers-of-server): Use erc-gensym
  -     instead of gensym.
  -     (erc-banlist-update): Use erc-delete-if instead of delete-if.
  -     (erc): Call `erc-update-modules' here.
  -
  -     * erc-backend.el: Require 'erc-compat to minimize compiler
  -     warnings.
  -     (erc-decode-parsed-server-response): Docfix.
  -     (erc-server-process-alive): Move here from erc.el and rename from
  -     `erc-process-alive'.
  -     (erc-server-send, erc-remove-channel-users): Make sure process is
  -     alive before sending data to it.
  -
  -     * erc-bbdb.el: Update copyright years.
  -     (erc-bbdb-whois): Remove overexuberant comment.
  -
  -     * erc-button.el: Require erc-fill, since we make liberal use of
  -     `erc-fill-column'.
  -
  -     * erc-compat.el (erc-const-expr-p, erc-list*, erc-assert): New
  -     functions, the latter of which provides an `assert' equivalent.
  -     (erc-remove-if-not): New function that provides a simple
  -     implementation of `remove-if-not'.
  -     (erc-gensym): New function that provides a simple implementation
  -     of `gensym'.
  -     (erc-delete-if): New function that provides a simple
  -     implementation of `delete-if'.
  -     (erc-member-if): New function that provides a simple
  -     implementation of `member-if'.
  -     (field-end): Remove this, since it is unused, and later versions
  -     of XEmacs have this function already.
  -     (erc-function-arglist): Moved here from erc.el.
  -     (erc-delete-dups): New compatibility function for dealing with
  -     XEmacs.
  -     (erc-subseq): New function copied from cl-extra.el.
  -
  -     * erc-dcc.el: Require pcomplete during compilation to avoid
  -     compiler warnings.
  -     (erc-unpack-int, erc-dcc-send-filter)
  -     (erc-dcc-get-filter): Use erc-assert instead of assert.
  -     (pcomplete/erc-mode/DCC): Use erc-remove-if-not instead of
  -     remove-if-not.
  -
  -     * erc-match.el (erc-log-matches): Fix compiler warning.
  -
  -     * erc-nicklist.el: Update copyright notice.
  -     (erc-nicklist-menu): Change use of caadr to (car (cadr ...)).
  -     (erc-nicklist-bitlbee-connected-p): Remove.
  -     (erc-nicklist-insert-medium-name-or-icon): Accept channel
  -     argument.  Use it to determine whether we are on bitlbee.  Now
  -     that bitlbee names its channel "&bitlbee", this is trivial.
  -     (erc-nicklist-insert-contents): Pass channel as specified above.
  -     Don't try to determine whether we are on bitlbee here.
  -     (erc-nicklist-channel-users-info): Use erc-remove-if-not instead
  -     of remove-if-not.
  -     (erc-nicklist-search-for-nick): Use erc-member-if instead of
  -     member-if.
  -
  -     * erc-notify.el (erc-notify-QUIT): Use erc-delete-if with a
  -     partially-evaluated lambda expression instead of `delete' and
  -     `find'.
  -
  -     * erc-track.el: Use erc-assert.
  -     (erc-track-modified-channels): Remove use of `return'.
  -     (erc-track-modified-channels): Use `cadr' instead of `second',
  -     since otherwise we would need yet another eval-when-compile line.
  -
  -2006-01-19  Michael Olson  <address@hidden>
  -
  -     * erc-backend.el (erc-process-sentinel-1): Remove attempt to
  -     detect SIGPIPE, since it doesn't work.
  -
  -2006-01-10  Diane Murray  <address@hidden>
  -
  -     * erc-spelling.el: Updated copyright years.
  -     (define-erc-module): Enable/disable `flyspell-mode' for all open
  -     ERC buffers as well.
  -     (erc-spelling-dictionaries): Reworded customize description.
  -
  -     * erc.el (erc-command-symbol): New function.
  -     (erc-extract-command-from-line): Use `erc-command-symbol'.  This
  -     fixes a bug where "Symbol's function definition is void:
  -     erc-cmd-LIST" would be shown after typing /list at the prompt (the
  -     command was interned because erc-menu.el uses it and is enabled by
  -     default whereas erc-list.el is not).
  -
  -     * NEWS: Started a list of renamed variables.
  -
  -     * erc.el: Reworded the message sent when defining variable
  -     aliases.
  -     (erc-command-indicator-face): Doc fix.
  -     (erc-modules): Enable the match module by default which makes
  -     current nickname highlighting on as the default.
  -
  -     * erc-button.el: Updated copyright years.
  -     (erc-button): New face.
  -     (erc-button-face): Use `erc-button'.
  -     (erc-button-nickname-face): New customizable variable.
  -     (erc-button-add-nickname-buttons, erc-button-add-buttons-1): Send
  -     new argument to `erc-button-add-button'.
  -     (erc-button-add-button): Doc fix.  Added new argument to function
  -     definition, NICK-P.  If it's a nickname, use
  -     `erc-button-nickname-face', otherwise use `erc-button-face'.  This
  -     makes channel tracking and buttons work better together when
  -     `erc-button-buttonize-nicks' is enabled, since there is a nickname
  -     on just about every line.
  -
  -     * erc-track.el (erc-track-use-faces): Doc fix.
  -     (erc-track-faces-priority-list): Added `erc-button' to list.
  -     (erc-track-priority-faces-only): Doc fix.
  -
  -2006-01-09  Diane Murray  <address@hidden>
  -
  -     * erc-button.el (erc-button-url-regexp): Use `concat' so the
  -     regexp is not one long line.
  -     (erc-button-alist): Fixed so that customizing works correctly.
  -     Reorganized.  Removed lambda functions with more than two lines.
  -     Doc fix.
  -     (erc-button-describe-symbol, erc-button-beats-to-time): New
  -     functions.  Moved from `erc-button-alist'.
  -
  -2006-01-07  Michael Olson  <address@hidden>
  -
  -     * erc-backend.el (erc-process-sentinel-1): Don't try to re-open a
  -     process if a SIGPIPE occurs.  This happens when a new message
  -     comes in at the same time a /quit is requested.
  -     (erc-process-sentinel): Use string-match rather than string= to do
  -     these comparisons.  Matching literal newlines makes me nervous.
  -
  -     * erc-track.el (erc-track-remove-from-mode-line): Handle case
  -     where global-mode-string is not a list.  Emacs22 permits this.
  -
  -    Copyright (C) 2006 Free Software Foundation, Inc.
  +
 -      * Makefile (MISC): Include ChangeLog.2005 and erc.texi.
 -      (debrelease, release): Copy images directory.
 ++     * erc-services.el (erc-nickserv-identify-mode): Improve
 ++     documentation for nick-change option and move higher to fix
 ++     compiler warning.  Avoid a recursive load error.
 ++     (erc-nickserv-alist): Add simple entry for BitlBee, to avoid
 ++     "NickServ is AWAY: User is offline" error.  Oddly enough, bitlbee
 ++     was smart enough to recognize that as an authentication request
 ++     and log in regardless, which is why I didn't notice this earlier.
 ++     (erc-nickserv-alist-sender, erc-nickserv-alist-regexp)
 ++     (erc-nickserv-alist-nickserv, erc-nickserv-alist-ident-keyword)
 ++     (erc-nickserv-alist-use-nick-p)
 ++     (erc-nickserv-alist-ident-command): New accessors for
 ++     erc-nickserv-alist.  Using nth is unwieldy.
 ++     (erc-nickserv-identify-autodetect)
 ++     (erc-nickserv-identify-on-connect)
 ++     (erc-nickserv-identify-on-nick-change, erc-nickserv-identify): Use
 ++     the new accessors.
  +
 -      * NEWS: Spelling fixes.  Add items for recent changes.
 ++2007-01-11  Diane Murray  <address@hidden>
  +
 -      * erc.el (erc): Move call to erc-update-modules before the call to
 -      erc-mode.  This should fix a timestamp display issue.
 -      (erc-version-string): Release ERC 5.1.
 ++     * NEWS: Added note for `erc-my-nick-face'.  Fixed capab-identify
 ++     wording.
  +
 - 2006-01-26  Michael Olson  <address@hidden>
 ++2007-01-10  Diane Murray  <address@hidden>
  +
 -      * erc-stamp.el (erc-insert-aligned): New function that inserts
 -      text in an perfectly-aligned way relative to the right margin.  It
 -      only works well with Emacs22.  A sane fallback is provided for
 -      other versions of Emacs.
 -      (erc-insert-timestamp-right): Use the new function.
 ++     * erc.el (erc-mode-line-format): Added %l to documentation.
 ++     (erc-header-line-format): Removed "[IRC]".  Use the new %l
 ++     replacement character.  Doc fix.
 ++     (erc-format-channel-modes): Removed lag code.  Removed parentheses
 ++     from mode string.
 ++     (erc-format-lag-time): New function.
 ++     (erc-update-mode-line-buffer): Use it.
  +
 - 2006-01-25  Edward O'Connor  <address@hidden>
 ++2007-01-10  Michael Olson  <address@hidden>
  +
 -      * erc.el (erc-modules): Ensure that `erc-button-mode' gets enabled
 -      before `erc-match-mode'.
 ++     * erc.el: Fix typo in url-irc-function instructions.
  +
 -      * erc-match.el (match): Append `erc-match-message' to
 -      `erc-insert-modify-hook'.
 ++2007-01-09  Michael Olson  <address@hidden>
  +
 - 2006-01-25  Michael Olson  <address@hidden>
 ++     * erc.el (erc-system-name): New option that determines the system
 ++     name to use when logging in.  The default is to figure this out by
 ++     calling `system-name'.
 ++     (erc-login): Use it.
  +
 -      * FOR-RELEASE: Mark last release requirement as done.
 ++2007-01-07  Michael Olson  <address@hidden>
  +
 -      * Makefile (realclean, distclean): Remove docs.
 ++     * erc.el (erc-modules): Add the menu module.  This should fix a
 ++     bug with incorrect ERC submenus being displayed.
  +
 -      * erc.texi: Take care of all pre-5.1 items.
 ++     * erc-menu.el: Turn this into a module.
 ++     (erc-menu-add, erc-menu-remove): New functions that add and remove
 ++     the ERC menu.
  +
 -      * erc-backend.el (erc-server-send, erc-server-send-queue): Wrap
 -      `process-send-string' in `condition-case' to avoid an error when
 -      quitting ERC.
  +
 -      * erc-stamp.el (erc-insert-timestamp-right): Try to deal with
 -      variable-width characters in the timestamp and on the same line.
 -      The latter is a kludge, but it seems to work with most of the
 -      input I've thrown at it so far.  It's certainly better than going
 -      past the end of line consistently when we have variable-width
 -      characters on the same line.  When `erc-timestamp-intangible' is
 -      non-nil, add intangible properties to the whitespace as well, so
 -      that hitting <end> does what you'd expect.
 ++See ChangeLog.06 for earlier changes.
  +
 -      * erc.el (erc-flood-protect, erc-toggle-flood-control): Update
 -      this to only use boolean values for `erc-flood-protect'.  Update
 -      documentation.
 -      (erc-cmd-QUIT): Set the active buffer to be the server buffer, so
 -      that any QUIT-related messages go there.
 -      (erc): Try to be more clever about re-using channel buffers when
 -      automatically re-connecting.  Thanks to e1f for noticing.
 - 
 - 2006-01-23  Michael Olson  <address@hidden>
 - 
 -      * ChangeLog.2005: Remove erroneous line.
 - 
 -      * FOR-RELEASE: Make that the Makefile tweaking is complete.
 -      (NEWS): Mark as done.
 - 
 -      * Makefile (MANUAL): New option indicating the name of the manual.
 -      (PREFIX, ELISPDIR, INFODIR): New options that specify the
 -      directories to install lisp code and info manuals to.  PREFIX is
 -      used only by ELISPDIR and INFODIR.
 -      (all): Call `lisp' and create the manual.
 -      (lisp): Compile lisp code.
 -      (%.info, %.html): New rules that make Info files and HTML files,
 -      respectively, from a TexInfo source.
 -      (doc): Create both the Info and HTML versions of the manual.  This
 -      is for the user -- we never call it automatically.
 -      (install-info): Install Info files.
 -      (install-bin): Install compiled and source Lisp files.
 -      (todo): Remove, since it seems pointless.
 - 
 -      * NEWS: Update.
 - 
 -      * README: Add Installation instructions.  Tweak layout.
 - 
 -      * erc.texi: Work on some pre-5.1 items.
 - 
 -      * erc-stamp.el, erc-track.el: Move some functions and options in
 -      order to get rid of a few compiler warnings.
 - 
 -      * erc.el (erc-modules): Enable readonly by default.  This will
 -      prevent new users from accidentally removing old messages, which
 -      could be disconcerting.  Also enable stamp by default, since
 -      timestamps are a fairly standard feature among IRC clients.
 - 
 -      * erc-button.el: Munge whitespace.
 - 
 -      * erc-identd.el (erc-identd-start): Instead of throwing an error,
 -      just try to use the obsolete function.
 - 
 - 2006-01-22  Michael Olson  <address@hidden>
 - 
 -      * erc-backend.el (erc-decode-string-from-target): Make sure that
 -      we have a string as an argument.  If not, coerce it to the empty
 -      string.  Hopefully, this will work painlessly around an edge case
 -      related to quitting ERC around the same time a message comes in.
 - 
 - 2006-01-22  Johan Bockgård  <address@hidden>
 - 
 -      * erc-track.el: Use `(eval-when-compile (require 'cl))' (for
 -      `case'). Doc fixes.
 -      (erc-find-parsed-property): Simplify.
 -      (erc-track-get-active-buffer): Fix logic. Simplify.
 -      (erc-track-switch-buffer): Remove unused variable `dir'. Simplify.
 - 
 -      * erc-speak.el: Doc fixes.
 -      (erc-speak-region): `propertize' --> `erc-propertize'.
 - 
 -      * erc-dcc.el (erc-dcc-chat-parse-output): `propertize' -->
 -      `erc-propertize'.
 - 
 -      * erc-button.el (erc-button-add-button): Take erc-fill-prefix into
 -      account when wrapping URLs.
 - 
 -      * erc-bbdb.el (erc-bbdb-elide-display): Doc fix.
 - 
 -      * erc-backend.el (define-erc-response-handler): Doc fix.
 - 
 - 2006-01-22  Michael Olson  <address@hidden>
 - 
 -      * erc.el (erc-update-modules): Use `require' instead of `load',
 -      but prevent it from causing errors, in order to preserve the
 -      previous behavior.
 - 
 - 2006-01-21  Michael Olson  <address@hidden>
 - 
 -      * FOR-RELEASE (Source): Mark cl task as done.
 - 
 -      * Makefile (erc-auto.el): Call erc-generate-autoloads rather than
 -      generate-autoloads.
 -      (erc-auto.el, %.elc): Don't show command, just its output.
 - 
 -      * NEWS: Add items from 2005-01-01 to 2005-08-13.
 - 
 -      * debian/copyright (Copyright): Update.
 - 
 -      * erc-auto.in (erc-generate-autoloads): Rename from
 -      generate-autoloads.
 - 
 -      * erc.el, erc-autoaway.el, erc-backend.el: Use
 -      erc-server-process-alive instead of erc-process-alive.
 - 
 -      * erc.el, erc-backend.el, erc-ezbounce.el, erc-list.el,
 -      erc-log.el, erc-match.el, erc-nets.el, erc-netsplit.el,
 -      erc-nicklist.el, erc-nickserv.el, erc-notify.el, erc-pcomplete.el:
 -      Use (eval-when-compile (require 'cl)), so that compilation doesn't
 -      fail.
 - 
 -      * erc-fill.el, erc-truncate.el: Whitespace munging.
 - 
 -      * erc.el: Update copyright notice.  Remove eval-after-load code.
 -      (erc-with-buffer): Docfix.
 -      (erc-once-with-server-event, erc-once-with-server-event-global)
 -      (erc-with-buffer, erc-with-all-buffers-of-server): Use erc-gensym
 -      instead of gensym.
 -      (erc-banlist-update): Use erc-delete-if instead of delete-if.
 -      (erc): Call `erc-update-modules' here.
 - 
 -      * erc-backend.el: Require 'erc-compat to minimize compiler
 -      warnings.
 -      (erc-decode-parsed-server-response): Docfix.
 -      (erc-server-process-alive): Move here from erc.el and rename from
 -      `erc-process-alive'.
 -      (erc-server-send, erc-remove-channel-users): Make sure process is
 -      alive before sending data to it.
 - 
 -      * erc-bbdb.el: Update copyright years.
 -      (erc-bbdb-whois): Remove overexuberant comment.
 - 
 -      * erc-button.el: Require erc-fill, since we make liberal use of
 -      `erc-fill-column'.
 - 
 -      * erc-compat.el (erc-const-expr-p, erc-list*, erc-assert): New
 -      functions, the latter of which provides an `assert' equivalent.
 -      (erc-remove-if-not): New function that provides a simple
 -      implementation of `remove-if-not'.
 -      (erc-gensym): New function that provides a simple implementation
 -      of `gensym'.
 -      (erc-delete-if): New function that provides a simple
 -      implementation of `delete-if'.
 -      (erc-member-if): New function that provides a simple
 -      implementation of `member-if'.
 -      (field-end): Remove this, since it is unused, and later versions
 -      of XEmacs have this function already.
 -      (erc-function-arglist): Moved here from erc.el.
 -      (erc-delete-dups): New compatibility function for dealing with
 -      XEmacs.
 -      (erc-subseq): New function copied from cl-extra.el.
 - 
 -      * erc-dcc.el: Require pcomplete during compilation to avoid
 -      compiler warnings.
 -      (erc-unpack-int, erc-dcc-send-filter)
 -      (erc-dcc-get-filter): Use erc-assert instead of assert.
 -      (pcomplete/erc-mode/DCC): Use erc-remove-if-not instead of
 -      remove-if-not.
 - 
 -      * erc-match.el (erc-log-matches): Fix compiler warning.
 - 
 -      * erc-nicklist.el: Update copyright notice.
 -      (erc-nicklist-menu): Change use of caadr to (car (cadr ...)).
 -      (erc-nicklist-bitlbee-connected-p): Remove.
 -      (erc-nicklist-insert-medium-name-or-icon): Accept channel
 -      argument.  Use it to determine whether we are on bitlbee.  Now
 -      that bitlbee names its channel "&bitlbee", this is trivial.
 -      (erc-nicklist-insert-contents): Pass channel as specified above.
 -      Don't try to determine whether we are on bitlbee here.
 -      (erc-nicklist-channel-users-info): Use erc-remove-if-not instead
 -      of remove-if-not.
 -      (erc-nicklist-search-for-nick): Use erc-member-if instead of
 -      member-if.
 - 
 -      * erc-notify.el (erc-notify-QUIT): Use erc-delete-if with a
 -      partially-evaluated lambda expression instead of `delete' and
 -      `find'.
 - 
 -      * erc-track.el: Use erc-assert.
 -      (erc-track-modified-channels): Remove use of `return'.
 -      (erc-track-modified-channels): Use `cadr' instead of `second',
 -      since otherwise we would need yet another eval-when-compile line.
 - 
 - 2006-01-19  Michael Olson  <address@hidden>
 - 
 -      * erc-backend.el (erc-process-sentinel-1): Remove attempt to
 -      detect SIGPIPE, since it doesn't work.
 - 
 - 2006-01-10  Diane Murray  <address@hidden>
 - 
 -      * erc-spelling.el: Updated copyright years.
 -      (define-erc-module): Enable/disable `flyspell-mode' for all open
 -      ERC buffers as well.
 -      (erc-spelling-dictionaries): Reworded customize description.
 - 
 -      * erc.el (erc-command-symbol): New function.
 -      (erc-extract-command-from-line): Use `erc-command-symbol'.  This
 -      fixes a bug where "Symbol's function definition is void:
 -      erc-cmd-LIST" would be shown after typing /list at the prompt (the
 -      command was interned because erc-menu.el uses it and is enabled by
 -      default whereas erc-list.el is not).
 - 
 -      * NEWS: Started a list of renamed variables.
 - 
 -      * erc.el: Reworded the message sent when defining variable
 -      aliases.
 -      (erc-command-indicator-face): Doc fix.
 -      (erc-modules): Enable the match module by default which makes
 -      current nickname highlighting on as the default.
 - 
 -      * erc-button.el: Updated copyright years.
 -      (erc-button): New face.
 -      (erc-button-face): Use `erc-button'.
 -      (erc-button-nickname-face): New customizable variable.
 -      (erc-button-add-nickname-buttons, erc-button-add-buttons-1): Send
 -      new argument to `erc-button-add-button'.
 -      (erc-button-add-button): Doc fix.  Added new argument to function
 -      definition, NICK-P.  If it's a nickname, use
 -      `erc-button-nickname-face', otherwise use `erc-button-face'.  This
 -      makes channel tracking and buttons work better together when
 -      `erc-button-buttonize-nicks' is enabled, since there is a nickname
 -      on just about every line.
 - 
 -      * erc-track.el (erc-track-use-faces): Doc fix.
 -      (erc-track-faces-priority-list): Added `erc-button' to list.
 -      (erc-track-priority-faces-only): Doc fix.
 - 
 - 2006-01-09  Diane Murray  <address@hidden>
 - 
 -      * erc-button.el (erc-button-url-regexp): Use `concat' so the
 -      regexp is not one long line.
 -      (erc-button-alist): Fixed so that customizing works correctly.
 -      Reorganized.  Removed lambda functions with more than two lines.
 -      Doc fix.
 -      (erc-button-describe-symbol, erc-button-beats-to-time): New
 -      functions.  Moved from `erc-button-alist'.
 - 
 - 2006-01-07  Michael Olson  <address@hidden>
 - 
 -      * erc-backend.el (erc-process-sentinel-1): Don't try to re-open a
 -      process if a SIGPIPE occurs.  This happens when a new message
 -      comes in at the same time a /quit is requested.
 -      (erc-process-sentinel): Use string-match rather than string= to do
 -      these comparisons.  Matching literal newlines makes me nervous.
 - 
 -      * erc-track.el (erc-track-remove-from-mode-line): Handle case
 -      where global-mode-string is not a list.  Emacs22 permits this.
 - 
 - See ChangeLog.2005 for earlier changes.
 ++    Copyright (C) 2007 Free Software Foundation, Inc.
 +   Copying and distribution of this file, with or without modification,
 +   are permitted provided the copyright notice and this notice are preserved.
  +
  +;; Local Variables:
  +;; coding: utf-8
 ++;; add-log-time-zone-rule: t
  +;; End:
  +
 - ;; arch-tag: 865a75f6-2bcb-46df-bf0c-b514dadf688a
 ++;; arch-tag: 3369b6e5-96b1-4b32-96cd-9a905c747496
diff --cc FOR-RELEASE
index 9b62b4e,c37607d,0000000..96b2426
mode 100644,100644,000000..100644
--- a/FOR-RELEASE
+++ b/FOR-RELEASE
@@@@ -1,94 -1,84 -1,0 +1,96 @@@@
  +Tasks that need to be accomplished in order for a release to happen.
  +
 - * 5.2 release (future)
 ++* 5.3 release (future)
 ++
 ++** Source
 ++
 ++*** Make erc-backend not need to (require) any other part of ERC.
 ++This will hopefully increase the chance that it will be useful for
 ++other IRC clients, like Circe.
 ++
 ++* 5.2 release
  +
  +** Documentation
  +
  +*** Items with "@c PRE5_2" won't block the 5.1 release, but may block
  +the release of 5.2.
  +
 - ** Source
+++*** Update NEWS for changes since 5.1.4.
+ +
 - *** Make erc-backend not need to (require) any other part of ERC.
 - This will hopefully increase the chance that it will be useful for
 - other IRC clients, like Circe.
 ++** Source
  +
  +*** Add binding for S-TAB (backtab) that moves backwards by link.
  +
 - * next Emacs release
 ++*** Merge filename changes from the 5.2 release branch into the
 ++erc--main--0 branch.
 ++
 ++* Emacs 22 release
  +
  +** Source
  +
 - *** Make M-x erc start a session.
 ++*** [DONE] Make M-x erc start a session.
  +New users never think of using M-x erc-select.
  +
  +*** Change keybinding definitions for `erc-track-switch-buffer'.
  +`C-c C-SPC' / `C-c C-@' is set as a global keybinding and is known to
  +conflict with rcirc, for example.  Would setting `erc-track-mode-map'
  +work?  Otherwise we could encourage people to use something like
  +`C-c e SPC' or `C-c c'.
  +
 ++*** Make a tarball with the modules that weren't included with
 ++Emacs 22 that can be downloaded from GNU's ftp server.
 ++
  +* 5.1 release
  +
  +** [DONE] Documentation
  +
  +*** ERC's manual needs collaborative effort.
  +Some conditions follow.
  +
  +Manual text can be based off of pages from EmacsWiki.org, but must be
  +rewritten.  As long as they're not too close to being word-for-word,
  +you should be okay.
  +
  +Contributors to the documentation must have assigned future copyright
  +for ERC or Emacs.  No separate manual assignment is needed in this
  +case.  If you haven't assigned future changes and would like to work
  +on the manual, contact address@hidden
  +
  +*** Search for "@c PRE5_1" to see what needs to be done before the
  +5.1 release.
  +
  +Please add your name in brackets after "PRE5_1" in the comment if you
  +wish to work an item in the short term.
  +
  +** [DONE] Makefile
  +
  +*** install target needed.
  +This could look at the following new variables.  ELISPDIR determines
  +where to install ERC.  INFODIR is where manual will be installed.
  +
  +PREFIX   = /usr/local
  +ELISPDIR = $(PREFIX)/share/emacs/site-lisp/erc
  +INFODIR  = $(PREFIX)/info
  +
  +*** install-info target needed.
  +Something like the following would work.
  +
  +%.info: %.texi
  +     makeinfo $<
  +
  +install-info: muse.info
  +     [ -d $(INFODIR) ] || install -d $(INFODIR)
  +     install -m 0644 muse.info $(INFODIR)/muse
  +     $(INSTALLINFO) $(INFODIR)/muse
  +
  +** [DONE] NEWS: Update for changes since 5.0.4.
  +
  +** [DONE] Source
  +
  +*** Remove dependency on cl package.
  +(eval-when-compile (require 'cl)) is acceptable.
  +
  +
  +Local variables:
  +mode: outline
  +end:
diff --cc erc-button.el
index 1fd224f,13e2a38,6d2cd82..435c72b
--- a/erc-button.el
+++ b/erc-button.el
@@@@ -56,10 -56,10 -56,10 +56,12 @@@@
     "This mode buttonizes all messages according to `erc-button-alist'."
     ((add-hook 'erc-insert-modify-hook 'erc-button-add-buttons 'append)
      (add-hook 'erc-send-modify-hook 'erc-button-add-buttons 'append)
---   (add-hook 'erc-complete-functions 'erc-button-next))
+++   (add-hook 'erc-complete-functions 'erc-button-next)
+++   (add-hook 'erc-mode-hook 'erc-button-add-keys))
     ((remove-hook 'erc-insert-modify-hook 'erc-button-add-buttons)
      (remove-hook 'erc-send-modify-hook 'erc-button-add-buttons)
---   (remove-hook 'erc-complete-functions 'erc-button-next)))
+++   (remove-hook 'erc-complete-functions 'erc-button-next)
+++   (remove-hook 'erc-mode-hook 'erc-button-add-keys)))
   
   ;; Make XEmacs use `erc-button-face'.
   (when (featurep 'xemacs)
@@@@ -241,6 -241,6 -243,6 +243,16 @@@@ PAR is a number of a regexp grouping wh
   This syntax table should make all the legal nick characters word
   constituents.")
   
+++(defvar erc-button-keys-added nil
+++  "Internal variable used to keep track of whether we've added the
+++global-level ERC button keys yet.")
+++
+++(defun erc-button-add-keys ()
+++  "Add ERC mode-level button movement keys.  This is only done once."
+++  (unless erc-button-keys-added
+++    (define-key erc-mode-map (kbd "<backtab>") 'erc-button-previous)
+++    (setq erc-button-keys-added t)))
+++
   (defun erc-button-add-buttons ()
     "Find external references in the current buffer and make buttons of them.
   \"External references\" are things like URLs, as




reply via email to

[Prev in Thread] Current Thread [Next in Thread]