Mercurial > emacs
annotate lisp/erc/ChangeLog @ 102690:1089802614eb
(rmail-expunge): Update summary buffer even if NO-SHOW.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 22 Mar 2009 14:12:34 +0000 |
parents | e20845a91a71 |
children | 3d3813ad2fba |
rev | line source |
---|---|
102540 | 1 2009-03-13 D. Goel <deego3@gmail.com> |
2 | |
3 | |
4 * erc-backend.el: In (multiple-value-bind/setq .. ls), | |
5 ls-> (values-list ls) throughout. | |
6 * erc.el: Ditto. | |
7 | |
8 | |
101277
180f860eee1d
ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
Michael Olson <mwolson@gnu.org>
parents:
101229
diff
changeset
|
9 2009-01-18 Michael Olson <mwolson@gnu.org> |
180f860eee1d
ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
Michael Olson <mwolson@gnu.org>
parents:
101229
diff
changeset
|
10 |
180f860eee1d
ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
Michael Olson <mwolson@gnu.org>
parents:
101229
diff
changeset
|
11 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default. |
180f860eee1d
ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
Michael Olson <mwolson@gnu.org>
parents:
101229
diff
changeset
|
12 |
101228
b3adc9117711
(erc-dcc-server): Silence warning about obsolete function behind
Glenn Morris <rgm@gnu.org>
parents:
101007
diff
changeset
|
13 2009-01-16 Glenn Morris <rgm@gnu.org> |
b3adc9117711
(erc-dcc-server): Silence warning about obsolete function behind
Glenn Morris <rgm@gnu.org>
parents:
101007
diff
changeset
|
14 |
101229
0187c269e057
(erc-input-message): Conditionalize previous change for XEmacs.
Glenn Morris <rgm@gnu.org>
parents:
101228
diff
changeset
|
15 * erc.el (erc-input-message): Conditionalize previous change for XEmacs. |
0187c269e057
(erc-input-message): Conditionalize previous change for XEmacs.
Glenn Morris <rgm@gnu.org>
parents:
101228
diff
changeset
|
16 |
101228
b3adc9117711
(erc-dcc-server): Silence warning about obsolete function behind
Glenn Morris <rgm@gnu.org>
parents:
101007
diff
changeset
|
17 * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function |
b3adc9117711
(erc-dcc-server): Silence warning about obsolete function behind
Glenn Morris <rgm@gnu.org>
parents:
101007
diff
changeset
|
18 behind fboundp test. |
b3adc9117711
(erc-dcc-server): Silence warning about obsolete function behind
Glenn Morris <rgm@gnu.org>
parents:
101007
diff
changeset
|
19 |
101007
89a622c4b938
(erc-input-message): Replace last-command-char with last-command-event.
Glenn Morris <rgm@gnu.org>
parents:
100968
diff
changeset
|
20 2009-01-09 Glenn Morris <rgm@gnu.org> |
89a622c4b938
(erc-input-message): Replace last-command-char with last-command-event.
Glenn Morris <rgm@gnu.org>
parents:
100968
diff
changeset
|
21 |
89a622c4b938
(erc-input-message): Replace last-command-char with last-command-event.
Glenn Morris <rgm@gnu.org>
parents:
100968
diff
changeset
|
22 * erc.el (erc-input-message): Replace last-command-char with |
89a622c4b938
(erc-input-message): Replace last-command-char with last-command-event.
Glenn Morris <rgm@gnu.org>
parents:
100968
diff
changeset
|
23 last-command-event. |
89a622c4b938
(erc-input-message): Replace last-command-char with last-command-event.
Glenn Morris <rgm@gnu.org>
parents:
100968
diff
changeset
|
24 |
100968
426419725966
(tabbar--local-hlf): Silence compiler.
Glenn Morris <rgm@gnu.org>
parents:
100908
diff
changeset
|
25 2009-01-08 Glenn Morris <rgm@gnu.org> |
426419725966
(tabbar--local-hlf): Silence compiler.
Glenn Morris <rgm@gnu.org>
parents:
100908
diff
changeset
|
26 |
426419725966
(tabbar--local-hlf): Silence compiler.
Glenn Morris <rgm@gnu.org>
parents:
100908
diff
changeset
|
27 * erc.el (tabbar--local-hlf): Silence compiler. |
426419725966
(tabbar--local-hlf): Silence compiler.
Glenn Morris <rgm@gnu.org>
parents:
100908
diff
changeset
|
28 |
100873
be51a6e9224f
ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents:
100665
diff
changeset
|
29 2009-01-03 Michael Olson <mwolson@gnu.org> |
be51a6e9224f
ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents:
100665
diff
changeset
|
30 |
be51a6e9224f
ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents:
100665
diff
changeset
|
31 * erc.el (erc-user-input): Do not include text properties when |
be51a6e9224f
ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents:
100665
diff
changeset
|
32 returning user input. |
be51a6e9224f
ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents:
100665
diff
changeset
|
33 |
76856 | 34 |
101278 | 35 See ChangeLog.08 for earlier changes. |
76856 | 36 |
101278 | 37 Copyright (C) 2009 Free Software Foundation, Inc. |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
38 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
39 This file is part of GNU Emacs. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
40 |
94660
2a734255bcc7
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94649
diff
changeset
|
41 GNU Emacs is free software: you can redistribute it and/or modify |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
42 it under the terms of the GNU General Public License as published by |
94660
2a734255bcc7
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94649
diff
changeset
|
43 the Free Software Foundation, either version 3 of the License, or |
2a734255bcc7
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94649
diff
changeset
|
44 (at your option) any later version. |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
45 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
46 GNU Emacs is distributed in the hope that it will be useful, |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
47 but WITHOUT ANY WARRANTY; without even the implied warranty of |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
48 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
49 GNU General Public License for more details. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
50 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
51 You should have received a copy of the GNU General Public License |
94660
2a734255bcc7
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94649
diff
changeset
|
52 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
68451
fc745b05e928
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
53 |
68472
a7a6f6c663c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents:
68471
diff
changeset
|
54 ;; Local Variables: |
a7a6f6c663c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents:
68471
diff
changeset
|
55 ;; coding: utf-8 |
73856
594a719b7a7f
Add "add-log-time-zone-rule: t" to Local Variables section.
Juanma Barranquero <lekktu@gmail.com>
parents:
73841
diff
changeset
|
56 ;; add-log-time-zone-rule: t |
68472
a7a6f6c663c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents:
68471
diff
changeset
|
57 ;; End: |
101280 | 58 |
59 ;; arch-tag: d4703244-4a8d-49b1-ab34-ad0d56600ef8 |