]> code.delx.au - gnu-emacs/commitdiff
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
authorMiles Bader <miles@gnu.org>
Mon, 30 Jan 2006 00:30:03 +0000 (00:30 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 30 Jan 2006 00:30:03 +0000 (00:30 +0000)
Creator:  Michael Olson <mwolson@gnu.org>

Use utf-8 encoding in ERC ChangeLogs.

lisp/erc/ChangeLog
lisp/erc/ChangeLog.2001
lisp/erc/ChangeLog.2002
lisp/erc/ChangeLog.2003
lisp/erc/ChangeLog.2004
lisp/erc/ChangeLog.2005

index d508f58a3a159e16d78f0c4b27fbeff93c9729a9..5d533ed258b5035a91ee00941abb995d01d1fbb0 100644 (file)
@@ -1,5 +1,9 @@
 2006-01-29  Michael Olson  <mwolson@gnu.org>
 
+       * 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-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) 2006 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
+;; End:
+
 ;; arch-tag: 865a75f6-2bcb-46df-bf0c-b514dadf688a
index 52a209be61b73948519a359b98158ac1df92e4e6..20a03801477817fe3f4118e9b602e30822701aff 100644 (file)
   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
+;; End:
+
 ;; arch-tag: 306c4b58-f9ae-4f3d-9fd9-db2d743f05a6
index 0851f3bcfef1413bdf2d1673c91bfb890966cbe4..81b3169e98ced475769d1974172ca149a62fd393 100644 (file)
          Default it is used for URLs, but other things could be added.
          see if you can find another use, erc-button-alist
 
+See ChangeLog.2001 for earlier changes.
+
     Copyright (C) 2002 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
+;; End:
+
 ;; arch-tag: a6779d5e-99fa-442b-98cf-90e73eb2c272
index d67393c2884bf0a231c3dac28fa43f1ab120f866..6d650c9e1504fa8850cafb5ace2f88c3512a2477 100644 (file)
        behavior - if you think this was the wrong decision, please correct it and
        I'll remember it for next time.
 
+See ChangeLog.2002 for earlier changes.
+
     Copyright (C) 2003 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
+;; End:
+
 ;; arch-tag: 808865e1-3cce-4c5b-9997-95a8b7a9d384
index 2a5ce9ef45826d0daf203bd29aaba57c27dcfeec..fd5e0aff79577a221268173dd16a67daed676253 100644 (file)
 
        * erc-stamp.el: Added local variables for file.
        (erc-away-timestamp-format): Allow nil as a choice in `:type'.
-       (erc-timestamp-intangible): Changed `:type' to boolean.
+       (erc-timestamp-intangible): Changed `:type' to boolean.
        (erc-timestamp-right-column): Added `:group' and `:type'.
 
 2004-04-28  Diane Murray <disumu@x3y2z1.net>
 
        * erc.el (erc-network-name): Function definition moved to
        erc-nets.el.  The functions `erc-determine-network' and
-       `èrc-network' in erc-nets.el do what this did before.  Deprecated.
+       `erc-network' in erc-nets.el do what this did before.  Deprecated.
        Use (erc-network) instead.
 
 2004-03-08  Diane Murray <disumu@x3y2z1.net>
        (erc-networks): Removed.  Use `erc-networks-alist' as defined in
        erc-nets.el.
        (erc-current-network): Function definition moved to erc-nets.el.
-       The functions `erc-determine-network' and `èrc-network' in
+       The functions `erc-determine-network' and `erc-network' in
        erc-nets.el do what this did before.  Deprecated.  Use
        (erc-network) instead.
 
 
 2004-01-20  Lawrence Mitchell <wence@gmx.li>
 
-       * erc.el: From Johan Bockgård <bojohan+news@dd.chalmers.se>:
+       * erc.el: From Johan Bockgård <bojohan+news@dd.chalmers.se>:
        (erc-update-undo-list): New function.  Update `buffer-undo-list'
        so that calling `undo' in an ERC buffer doesn't mess up the
        existing text.
 
        * erc-list.el: Added variable erc-chanlist-mode-hook.
 
+See ChangeLog.2003 for earlier changes.
+
     Copyright (C) 2004 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
+;; End:
+
 ;; arch-tag: cc606d2d-635b-4b36-829b-a50e3c51e2d1
index 2895306e86a47f60eafbe357a18f82c88eec1cb7..09dc245d13ccc1a3ec215d3cadb8cd0b7ec5bd44 100644 (file)
@@ -1,4 +1,4 @@
-2005-11-23  Johan Bockgård  <bojohan@users.sourceforge.net>
+2005-11-23  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc.el (erc-cmd-SAY): Strip leading space in input line.
 
        * erc.el (erc-cmd-KICK, erc-cmd-PART, erc-cmd-QUIT, erc-cmd-TOPIC)
        (erc-kill-server, erc-kill-channel): Ditto.
 
-2005-09-05  Johan Bockgård  <bojohan@users.sourceforge.net>
+2005-09-05  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc-page.el (erc-ctcp-query-PAGE): (message text) -> (message
        "%s" text).
        invitation, away, channel-list, bad-nick): Rename globally to
        erc-{name-of-variable}.
 
-2005-09-03  Johan Bockgård  <bojohan@users.sourceforge.net>
+2005-09-03  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc.el (erc-message): Simplify regexp.
        (erc-cmd-DEOP, erc-cmd-OP): Simplify.
        is that the old behavior is re-instated, with the addition of one
        completing read that happens when you do a /whois.
 
-2005-07-09  Johan Bockgård  <bojohan@users.sourceforge.net>
+2005-07-09  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc.el (erc-process-input-line): Docfix.
        (erc-update-mode-line-buffer): Use `erc-propertize' instead of
 
        * erc-bbdb.el: Add local variables section to preserve tabs, since
        that is the style used throughout this file.  Apply patch from
-       Edgar Gonçalves as follows.
+       Edgar Gonçalves as follows.
        (erc-bbdb-bitlbee-name-field): New variable that indicates the
        field name to use for annotating the "displayed name" of a bitlbee
        contact.
 
        * erc-nicklist.el: Add local variables section to preserve tabs,
        since that is the style used throughout this file.  Apply patch
-       from Edgar Gonçalves as follows.
+       from Edgar Gonçalves as follows.
        (erc-nicklist-use-icons): New option; if non-nil, display an icon
        instead of the name of the chat medium.
        (erc-nicklist-icons-directory): New option indicating the path to
        (erc-nicklist-channel-users-info): Renamed from
        `erc-nicklist-channel-nicks'.  Implement sorting voiced users.
 
-2005-06-29  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
+2005-06-29  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
 
        * erc-nickserv.el (erc-nickserv-alist): Fix regexp for Azzurra.
 
        * erc-notify.el (erc-notify-JOIN, erc-notify-NICK)
        (erc-notify-QUIT): Ditto.
 
-2005-06-24  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
+2005-06-24  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
 
        * erc.el (erc-default-coding-system)
        (erc-handle-user-status-change): Docstring fix.
 
        * erc-identd.el (erc-identd-start): Ditto.
 
-2005-06-16  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
+2005-06-16  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
 
        * erc.el (erc-mode-map): Suppress `font-lock-fontify-block' key
        binding since it destroys face properties.
        warnings when running /quit with unchecked buffers, as well as get
        rid of a stray buffer problem (or so it is hoped).
 
-2005-05-31  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
+2005-05-31  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
 
        * erc-replace.el, erc-speak.el: Clean up comment formatting.
 
        * erc-ring.el (ring, erc-input-ring-index, erc-clear-input-ring):
        Clean up docstring formatting.
 
-2005-05-30  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
+2005-05-30  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
 
        * erc.el (erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Delete superfluous
        arg to `format'.
        * erc.el (erc-version-string): Move this up so that it is
        evaluated before the `require' statements.  Not a major change.
 
-2005-04-27  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
+2005-04-27  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
 
        * erc.el (erc-complete-word): Simplify.
 
        (erc-modified-channels-object): Use optimal amount of whitespace
        around modified channels indicator.
 
-2005-04-02  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
+2005-04-02  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
 
        * erc.el (define-erc-module, erc-with-buffer)
        (erc-with-all-buffers-of-server, with-erc-channel-buffer): Add
 
        * erc-spelling.el: New file.
 
-2005-03-24  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
+2005-03-24  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
 
        * erc-backend.el (define-erc-response-handler): Add
        `definition-name' property to constructed symbols so that
        erc-match.el, erc-nets.el, ChangeLog, NEWS: Merged bug fixes made
        on release_5_0_branch since 5.0.1 release.
 
-2005-01-24  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
+2005-01-24  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
 
        * erc.el (erc-input-action): Quote `erc-action-history-list' so
        that input history actually works.
        `erc-process' was set, so that channels weren't being marked
        active correctly upon join; fixed.
 
-2005-01-15  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
+2005-01-15  Johan Bockgård  <bojohan+sf@dd.chalmers.se>
 
        * erc-backend.el (def-edebug-spec): This macro caused problems (in
        XEmacs). Use its expansion directly.
        bug where emacs would get stuck in a loop when \C-g was in a
        message and `erc-beep-p' was set to nil (default setting).
 
+See ChangeLog.2004 for earlier changes.
+
     Copyright (C) 2005 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
+;; End:
+
 ;; arch-tag: 70f1733a-3e2f-43c2-91c3-d9ace93f82ba