ERC: Rotate ChangeLog.
[bpt/emacs.git] / lisp / erc / ChangeLog
1 2009-01-18 Michael Olson <mwolson@gnu.org>
2
3 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
4
5 2009-01-16 Glenn Morris <rgm@gnu.org>
6
7 * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
8
9 * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
10 behind fboundp test.
11
12 2009-01-09 Glenn Morris <rgm@gnu.org>
13
14 * erc.el (erc-input-message): Replace last-command-char with
15 last-command-event.
16
17 2009-01-08 Glenn Morris <rgm@gnu.org>
18
19 * erc.el (tabbar--local-hlf): Silence compiler.
20
21 2009-01-03 Michael Olson <mwolson@gnu.org>
22
23 * erc.el (erc-user-input): Do not include text properties when
24 returning user input.
25
26
27 See ChangeLog.08 for earlier changes.
28
29 Copyright (C) 2009 Free Software Foundation, Inc.
30
31 This file is part of GNU Emacs.
32
33 GNU Emacs is free software: you can redistribute it and/or modify
34 it under the terms of the GNU General Public License as published by
35 the Free Software Foundation, either version 3 of the License, or
36 (at your option) any later version.
37
38 GNU Emacs is distributed in the hope that it will be useful,
39 but WITHOUT ANY WARRANTY; without even the implied warranty of
40 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41 GNU General Public License for more details.
42
43 You should have received a copy of the GNU General Public License
44 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
45
46 ;; Local Variables:
47 ;; coding: utf-8
48 ;; add-log-time-zone-rule: t
49 ;; End: