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-14 through patch-26


From: Michael Olson
Subject: [Erc-commit] [erc--rel--5.1] patch-14 through patch-26
Date: Mon, 10 Jul 2006 01:20:06 -0400
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

2006-07-10 03:36:46 GMT Michael Olson <address@hidden>  patch-26

    Summary:
      Release ERC 5.1.3.
    Revision:
      erc--rel--5.1--patch-26

    * .cvsignore: Remove.
    
    * erc.el (erc-version-string): Release ERC 5.1.3.
    
    * erc.texi, Makefile: Update for the 5.1.3 release.
    
    * servers.pl: Add copyright notice.

    removed files:
     .arch-ids/.cvsignore.id .cvsignore

    modified files:
     ChangeLog Makefile erc.el erc.texi servers.pl


2006-07-10 03:08:27 GMT Michael Olson <address@hidden>  patch-25

    Summary:
      Update NEWS.
    Revision:
      erc--rel--5.1--patch-25

    * NEWS: Update for 5.1.3 release.

    modified files:
     ChangeLog NEWS


2006-07-10 02:21:21 GMT Michael Olson <address@hidden>  patch-24

    Summary:
      erc-autoaway: Fix error on returning from being away.
    Revision:
      erc--rel--5.1--patch-24

    * erc-autoaway.el (erc-autoaway-set-back): Fix bug after returning from
      being set automatically away and current buffer is not an ERC buffer.

    modified files:
     ChangeLog erc-autoaway.el


2006-07-09 23:05:33 GMT Michael Olson <address@hidden>  patch-23

    Summary:
      erc-identd: Fix compiler error.
    Revision:
      erc--rel--5.1--patch-23

    * erc-identd.el: Fix compiler error.
    
    * ChangeLog: Merge duplicate entry.

    modified files:
     ChangeLog erc-identd.el


2006-07-09 23:01:20 GMT Michael Olson <address@hidden>  patch-22

    Summary:
      erc-log: Use defaults that yield best speed.
    Revision:
      erc--rel--5.1--patch-22

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

    modified files:
     ChangeLog erc-log.el


2006-07-09 22:51:47 GMT Michael Olson <address@hidden>  patch-21

    Summary:
      Get documentation into a state I'm happy with.
    Revision:
      erc--rel--5.1--patch-21

    * 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.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.
    
    * FOR-RELEASE: Put in future-first order.

    modified files:
     ChangeLog FOR-RELEASE erc.el erc.texi


2006-07-09 04:18:51 GMT Michael Olson <address@hidden>  patch-20

    Summary:
      erc-log: Do not immediately insinuate when the file is loaded.
    Revision:
      erc--rel--5.1--patch-20

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

    modified files:
     ChangeLog erc-log.el


2006-07-09 03:50:18 GMT Michael Olson <address@hidden>  patch-19

    Summary:
      erc-log: Add a few options for times to save logs.
    Revision:
      erc--rel--5.1--patch-19

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

    modified files:
     ChangeLog erc-log.el


2006-07-09 02:49:14 GMT Michael Olson <address@hidden>  patch-18

    Summary:
      Document the "completion" module.
    Revision:
      erc--rel--5.1--patch-18

    * erc.texi (Modules): Document the "completion" module.

    modified files:
     ChangeLog erc.texi


2006-07-09 02:29:03 GMT Michael Olson <address@hidden>  patch-17

    Summary:
      erc-pcomplete: Fix nil element issue.
    Revision:
      erc--rel--5.1--patch-17

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

    modified files:
     ChangeLog erc-pcomplete.el


2006-07-05 04:41:28 GMT Michael Olson <address@hidden>  patch-16

    Summary:
      Document `list' and `page' modules.
    Revision:
      erc--rel--5.1--patch-16

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

    modified files:
     ChangeLog erc.el erc.texi


2006-07-02 04:41:04 GMT Michael Olson <address@hidden>  patch-15

    Summary:
      Fix error in /PART, undesired behavior in part-reason-various.
    Revision:
      erc--rel--5.1--patch-15

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

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


2006-07-02 02:46:05 GMT Michael Olson <address@hidden>  patch-14

    Summary:
      erc-identd: Avoid XEmacs error message.
    Revision:
      erc--rel--5.1--patch-14

    * erc-identd.el (erc-identd-start): XEmacs defines neither
      `make-network-process' nor `open-network-stream-server', so just fail
      silently.

    modified files:
     ChangeLog erc-identd.el


-- 
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]