erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [erc--rel--5.1] patch-1 through patch-13


From: Michael Olson
Subject: [Erc-commit] [erc--rel--5.1] patch-1 through patch-13
Date: Fri, 30 Jun 2006 23:46:56 -0400
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

2006-07-01 03:44:10 GMT Michael Olson <address@hidden>  patch-13

    Summary:
      Update history information.
    Revision:
      erc--rel--5.1--patch-13

    * HISTORY: Update.
    
    * erc.texi (Development): Make URLs clickable.
      (Getting Started): Give simpler example.  We do not need to explicitly
      load every module.
      (History): Update.

    modified files:
     ChangeLog HISTORY erc.texi


2006-07-01 03:14:46 GMT Michael Olson <address@hidden>  patch-12

    Summary:
      Manual: Update instructions for Savannah and GNU Arch.
    Revision:
      erc--rel--5.1--patch-12

    * erc.texi (Releases): Update mailing list address and download location.
      (Development): Refactor.  Provide updated directions for Arch.
      (Keystroke Summary): Typo fix.  Use more Texinfo syntax.
    
    * erc.el (erc-get-channel-mode-from-keypress): Typo fix.

    modified files:
     ChangeLog erc.el erc.texi


2006-07-01 02:45:34 GMT Michael Olson <address@hidden>  patch-11

    Summary:
      erc-identd: Improve header documentation.
    Revision:
      erc--rel--5.1--patch-11

    * erc-identd.el: Improve header documentation.

    modified files:
     erc-identd.el


2006-07-01 02:35:28 GMT Michael Olson <address@hidden>  patch-10

    Summary:
      Turn erc-identd into a real module.
    Revision:
      erc--rel--5.1--patch-10

    * erc-identd.el: Define an ERC module for this.
      (erc-identd-start): Revert pointless patch.  Don't create a process
      buffer if possible.  Otherwise, use conventional hidden names for
      process buffers.
    
    * erc.el (erc-modules): Add line for identd.
    
    * erc.texi (Modules): Mention identd.

    modified files:
     ChangeLog erc-identd.el erc.el erc.texi


2006-07-01 01:39:54 GMT Michael Olson <address@hidden>  patch-9

    Summary:
      Remove some unusable functions.
    Revision:
      erc--rel--5.1--patch-9

    * erc.el (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.

    modified files:
     ChangeLog erc.el


2006-07-01 01:34:05 GMT Michael Olson <address@hidden>  patch-8

    Summary:
      Remove module version strings, since we do not update them anymore.
    Revision:
      erc--rel--5.1--patch-8

    * 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.

    modified files:
     ChangeLog 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


2006-07-01 01:24:10 GMT Michael Olson <address@hidden>  patch-7

    Summary:
      erc-identd: Do not prompt user about killing process on exit.
    Revision:
      erc--rel--5.1--patch-7

    * erc-goodies.el (erc-handle-irc-url): Docfix.
    
    * erc-identd.el (erc-identd-start): Do not prompt the user about killing
      the identd process on exit.

    modified files:
     ChangeLog erc-goodies.el erc-identd.el


2006-06-30 03:55:51 GMT Michael Olson <address@hidden>  patch-6

    Summary:
      Match coding system targets case-insensitively.
    Revision:
      erc--rel--5.1--patch-6

    * 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.

    modified files:
     ChangeLog erc-backend.el erc-track.el


2006-06-29 03:43:00 GMT Michael Olson <address@hidden>  patch-5

    Summary:
      Merged from erc--emacs--22.
    Revision:
      erc--rel--5.1--patch-5

    Patches applied:
    
     * address@hidden/erc--emacs--22--patch-1
       Fix typos in the manual.

    modified files:
     ChangeLog erc.texi

    new patches:
     address@hidden/erc--emacs--22--base-0
     address@hidden/erc--emacs--22--patch-1


2006-06-27 07:14:26 GMT Michael Olson <address@hidden>  patch-4

    Summary:
      Merged from erc--main--0.
    Revision:
      erc--rel--5.1--patch-4

    Patches applied:
    
     * address@hidden/erc--main--0--patch-11
       Merge changes that were pending in the 5.1 release branch.
    
     * address@hidden/erc--main--0--patch-12
       Update maintainer information.
    
     * address@hidden/erc--main--0--patch-13
       Merge in yet another lost fragment from the 5.1 release branch.

    modified files:
     ChangeLog erc.el

    new patches:
     address@hidden/erc--main--0--patch-11
     address@hidden/erc--main--0--patch-12
     address@hidden/erc--main--0--patch-13


2006-06-27 07:04:57 GMT Michael Olson <address@hidden>  patch-3

    Summary:
      Merge changes from the main branch that were previously lost.
    Revision:
      erc--rel--5.1--patch-3


    modified files:
     ChangeLog FOR-RELEASE erc-dcc.el erc-list.el erc-match.el
     erc-menu.el erc-stamp.el erc-xdcc.el erc.el


2006-06-27 06:12:39 GMT Michael Olson <address@hidden>  patch-2

    Summary:
      Merged from 
    Revision:
      erc--rel--5.1--patch-2

    Patches applied:
    
     * address@hidden/erc--main--0--base-0
       tag of address@hidden/erc--cvs--0--patch-158
    
     * address@hidden/erc--main--0--patch-1
       Make sure all buffers returned from `erc-buffer-filter' are live.
    
     * address@hidden/erc--main--0--patch-2
       Update AUTHORS.
    
     * address@hidden/erc--main--0--patch-3
       Update the upload rule in Makefile.
    
     * address@hidden/erc--main--0--patch-4
       erc-autoaway: Add user idle method and re-organize.
    
     * address@hidden/erc--main--0--patch-5
       erc-autoaway: Fix an introduced bug.
    
     * address@hidden/erc--main--0--patch-6
       erc-autoaway: Fix error on startup.
    
     * address@hidden/erc--main--0--patch-7
       Fix undesired autoaway behavior and update NEWS.
    
     * address@hidden/erc--main--0--patch-8
       Make erc-active-buffer command a bit safer.
    
     * address@hidden/erc--main--0--patch-9
       Fix toggle of flood control.
    
     * address@hidden/erc--main--0--patch-10
       Make upload to GNU ftp site actually work.

    modified files:
     AUTHORS CREDITS ChangeLog Makefile NEWS erc-autoaway.el erc.el

    new patches:
     address@hidden/erc--main--0--base-0
     address@hidden/erc--main--0--patch-1
     address@hidden/erc--main--0--patch-2
     address@hidden/erc--main--0--patch-3
     address@hidden/erc--main--0--patch-4
     address@hidden/erc--main--0--patch-5
     address@hidden/erc--main--0--patch-6
     address@hidden/erc--main--0--patch-7
     address@hidden/erc--main--0--patch-8
     address@hidden/erc--main--0--patch-9
     address@hidden/erc--main--0--patch-10


2006-06-27 05:05:52 GMT Michael Olson <address@hidden>  patch-1

    Summary:
      Merged from address@hidden (patch 155-158)
    Revision:
      erc--rel--5.1--patch-1

    Patches applied:
    
     * address@hidden/erc--cvs--0--patch-155
       Update from CVS
    
     * address@hidden/erc--cvs--0--patch-156
       Update from CVS
    
     * address@hidden/erc--cvs--0--patch-157
       Add COPYING file
    
     * address@hidden/erc--cvs--0--patch-158
       Add license information to README.

    new files:
     .arch-ids/COPYING.id COPYING

    modified files:
     ChangeLog README erc-goodies.el erc-pcomplete.el

    new patches:
     address@hidden/erc--cvs--0--patch-155
     address@hidden/erc--cvs--0--patch-156
     address@hidden/erc--cvs--0--patch-157
     address@hidden/erc--cvs--0--patch-158

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net
  /` |\ | | | IRC: freenode.net/mwolson: #emacs, #hcoop, #muse, #PurdueLUG
 |_] | \| |_| Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC




reply via email to

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