diff options
| author | Miles Bader | 2006-01-30 00:30:03 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-01-30 00:30:03 +0000 |
| commit | 19750a726ea25690b2c4d13230fd42780ff01c9c (patch) | |
| tree | 2c10730a2ad60fee4e72c07cf1660c21be48c9e5 /lisp/erc/ChangeLog | |
| parent | 059e26cf0dc113ae80b20a9a218a6c27642a57a3 (diff) | |
| download | emacs-19750a726ea25690b2c4d13230fd42780ff01c9c.tar.gz emacs-19750a726ea25690b2c4d13230fd42780ff01c9c.zip | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Creator: Michael Olson <mwolson@gnu.org>
Use utf-8 encoding in ERC ChangeLogs.
Diffstat (limited to 'lisp/erc/ChangeLog')
| -rw-r--r-- | lisp/erc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 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 @@ | |||
| 1 | 2006-01-29 Michael Olson <mwolson@gnu.org> | 1 | 2006-01-29 Michael Olson <mwolson@gnu.org> |
| 2 | 2 | ||
| 3 | * ChangeLog, ChangeLog.2005, ChangeLog.2004, ChangeLog.2003, | ||
| 4 | ChangeLog.2002, ChangeLog.2001: Add "See ChangeLog.NNNN" line for | ||
| 5 | earlier changes. Use utf-8 encoding. Fix some accent typos. | ||
| 6 | |||
| 3 | * erc-speedbar.el (erc-speedbar-buttons): Fix reference to free | 7 | * erc-speedbar.el (erc-speedbar-buttons): Fix reference to free |
| 4 | variable. | 8 | variable. |
| 5 | (erc-speedbar-goto-buffer): Fix compiler warning. | 9 | (erc-speedbar-goto-buffer): Fix compiler warning. |
| @@ -335,8 +339,15 @@ | |||
| 335 | * erc-track.el (erc-track-remove-from-mode-line): Handle case | 339 | * erc-track.el (erc-track-remove-from-mode-line): Handle case |
| 336 | where global-mode-string is not a list. Emacs22 permits this. | 340 | where global-mode-string is not a list. Emacs22 permits this. |
| 337 | 341 | ||
| 342 | |||
| 343 | See ChangeLog.2005 for earlier changes. | ||
| 344 | |||
| 338 | Copyright (C) 2006 Free Software Foundation, Inc. | 345 | Copyright (C) 2006 Free Software Foundation, Inc. |
| 339 | Copying and distribution of this file, with or without modification, | 346 | Copying and distribution of this file, with or without modification, |
| 340 | are permitted provided the copyright notice and this notice are preserved. | 347 | are permitted provided the copyright notice and this notice are preserved. |
| 341 | 348 | ||
| 349 | ;; Local Variables: | ||
| 350 | ;; coding: utf-8 | ||
| 351 | ;; End: | ||
| 352 | |||
| 342 | ;; arch-tag: 865a75f6-2bcb-46df-bf0c-b514dadf688a | 353 | ;; arch-tag: 865a75f6-2bcb-46df-bf0c-b514dadf688a |