From 19750a726ea25690b2c4d13230fd42780ff01c9c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 30 Jan 2006 00:30:03 +0000 Subject: [PATCH] Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25 Creator: Michael Olson Use utf-8 encoding in ERC ChangeLogs. --- lisp/erc/ChangeLog | 11 +++++++++++ lisp/erc/ChangeLog.2001 | 4 ++++ lisp/erc/ChangeLog.2002 | 6 ++++++ lisp/erc/ChangeLog.2003 | 6 ++++++ lisp/erc/ChangeLog.2004 | 14 ++++++++++---- lisp/erc/ChangeLog.2005 | 38 ++++++++++++++++++++++---------------- 6 files changed, 59 insertions(+), 20 deletions(-) diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index d508f58a3a1..5d533ed258b 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,5 +1,9 @@ 2006-01-29 Michael Olson + * 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. @@ -335,8 +339,15 @@ * 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 diff --git a/lisp/erc/ChangeLog.2001 b/lisp/erc/ChangeLog.2001 index 52a209be61b..20a03801477 100644 --- a/lisp/erc/ChangeLog.2001 +++ b/lisp/erc/ChangeLog.2001 @@ -1039,4 +1039,8 @@ 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 diff --git a/lisp/erc/ChangeLog.2002 b/lisp/erc/ChangeLog.2002 index 0851f3bcfef..81b3169e98c 100644 --- a/lisp/erc/ChangeLog.2002 +++ b/lisp/erc/ChangeLog.2002 @@ -2594,8 +2594,14 @@ 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 diff --git a/lisp/erc/ChangeLog.2003 b/lisp/erc/ChangeLog.2003 index d67393c2884..6d650c9e150 100644 --- a/lisp/erc/ChangeLog.2003 +++ b/lisp/erc/ChangeLog.2003 @@ -2138,8 +2138,14 @@ 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 diff --git a/lisp/erc/ChangeLog.2004 b/lisp/erc/ChangeLog.2004 index 2a5ce9ef458..fd5e0aff795 100644 --- a/lisp/erc/ChangeLog.2004 +++ b/lisp/erc/ChangeLog.2004 @@ -1226,7 +1226,7 @@ * 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 @@ -1611,7 +1611,7 @@ * 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 @@ -1627,7 +1627,7 @@ (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. @@ -1950,7 +1950,7 @@ 2004-01-20 Lawrence Mitchell - * erc.el: From Johan Bockgård : + * erc.el: From Johan BockgÃ¥rd : (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. @@ -2067,8 +2067,14 @@ * 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 diff --git a/lisp/erc/ChangeLog.2005 b/lisp/erc/ChangeLog.2005 index 2895306e86a..09dc245d13c 100644 --- a/lisp/erc/ChangeLog.2005 +++ b/lisp/erc/ChangeLog.2005 @@ -1,4 +1,4 @@ -2005-11-23 Johan Bockgård +2005-11-23 Johan BockgÃ¥rd * erc.el (erc-cmd-SAY): Strip leading space in input line. @@ -135,7 +135,7 @@ * 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 +2005-09-05 Johan BockgÃ¥rd * erc-page.el (erc-ctcp-query-PAGE): (message text) -> (message "%s" text). @@ -173,7 +173,7 @@ invitation, away, channel-list, bad-nick): Rename globally to erc-{name-of-variable}. -2005-09-03 Johan Bockgård +2005-09-03 Johan BockgÃ¥rd * erc.el (erc-message): Simplify regexp. (erc-cmd-DEOP, erc-cmd-OP): Simplify. @@ -395,7 +395,7 @@ 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 +2005-07-09 Johan BockgÃ¥rd * erc.el (erc-process-input-line): Docfix. (erc-update-mode-line-buffer): Use `erc-propertize' instead of @@ -422,7 +422,7 @@ * 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. @@ -440,7 +440,7 @@ * 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 @@ -476,7 +476,7 @@ (erc-nicklist-channel-users-info): Renamed from `erc-nicklist-channel-nicks'. Implement sorting voiced users. -2005-06-29 Johan Bockgård +2005-06-29 Johan BockgÃ¥rd * erc-nickserv.el (erc-nickserv-alist): Fix regexp for Azzurra. @@ -493,7 +493,7 @@ * erc-notify.el (erc-notify-JOIN, erc-notify-NICK) (erc-notify-QUIT): Ditto. -2005-06-24 Johan Bockgård +2005-06-24 Johan BockgÃ¥rd * erc.el (erc-default-coding-system) (erc-handle-user-status-change): Docstring fix. @@ -524,7 +524,7 @@ * erc-identd.el (erc-identd-start): Ditto. -2005-06-16 Johan Bockgård +2005-06-16 Johan BockgÃ¥rd * erc.el (erc-mode-map): Suppress `font-lock-fontify-block' key binding since it destroys face properties. @@ -608,14 +608,14 @@ 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 +2005-05-31 Johan BockgÃ¥rd * 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 +2005-05-30 Johan BockgÃ¥rd * erc.el (erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Delete superfluous arg to `format'. @@ -627,7 +627,7 @@ * 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 +2005-04-27 Johan BockgÃ¥rd * erc.el (erc-complete-word): Simplify. @@ -692,7 +692,7 @@ (erc-modified-channels-object): Use optimal amount of whitespace around modified channels indicator. -2005-04-02 Johan Bockgård +2005-04-02 Johan BockgÃ¥rd * erc.el (define-erc-module, erc-with-buffer) (erc-with-all-buffers-of-server, with-erc-channel-buffer): Add @@ -704,7 +704,7 @@ * erc-spelling.el: New file. -2005-03-24 Johan Bockgård +2005-03-24 Johan BockgÃ¥rd * erc-backend.el (define-erc-response-handler): Add `definition-name' property to constructed symbols so that @@ -807,7 +807,7 @@ 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 +2005-01-24 Johan BockgÃ¥rd * erc.el (erc-input-action): Quote `erc-action-history-list' so that input history actually works. @@ -939,7 +939,7 @@ `erc-process' was set, so that channels weren't being marked active correctly upon join; fixed. -2005-01-15 Johan Bockgård +2005-01-15 Johan BockgÃ¥rd * erc-backend.el (def-edebug-spec): This macro caused problems (in XEmacs). Use its expansion directly. @@ -1215,8 +1215,14 @@ 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 -- 2.39.2