annotate lisp/erc/ChangeLog @ 105541:e2fcb7b1231c

* bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark): Update documentation to refer to variables documented in r1.135.
author Karl Fogel <kfogel@red-bean.com>
date Sat, 10 Oct 2009 21:54:13 +0000
parents f4bcd333d869
children f8478bbd8ebe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
105222
f4bcd333d869 (erc-button-keymap): Bind `follow-link'.
Johan Bockgård <bojohan@gnu.org>
parents: 105209
diff changeset
1 2009-09-27 Johan Bockgård <bojohan@gnu.org>
f4bcd333d869 (erc-button-keymap): Bind `follow-link'.
Johan Bockgård <bojohan@gnu.org>
parents: 105209
diff changeset
2
f4bcd333d869 (erc-button-keymap): Bind `follow-link'.
Johan Bockgård <bojohan@gnu.org>
parents: 105209
diff changeset
3 * erc-button.el (erc-button-keymap): Bind `follow-link'.
f4bcd333d869 (erc-button-keymap): Bind `follow-link'.
Johan Bockgård <bojohan@gnu.org>
parents: 105209
diff changeset
4
105209
53bc42d507c5 (erc-button-add-button): Only call `widget-convert-button' in XEmacs.
Johan Bockgård <bojohan@gnu.org>
parents: 105114
diff changeset
5 2009-09-26 Johan Bockgård <bojohan@gnu.org>
53bc42d507c5 (erc-button-add-button): Only call `widget-convert-button' in XEmacs.
Johan Bockgård <bojohan@gnu.org>
parents: 105114
diff changeset
6
53bc42d507c5 (erc-button-add-button): Only call `widget-convert-button' in XEmacs.
Johan Bockgård <bojohan@gnu.org>
parents: 105114
diff changeset
7 * erc-button.el (erc-button-add-button): Only call
53bc42d507c5 (erc-button-add-button): Only call `widget-convert-button' in XEmacs.
Johan Bockgård <bojohan@gnu.org>
parents: 105114
diff changeset
8 `widget-convert-button' in XEmacs. For Emacs (at least), it
53bc42d507c5 (erc-button-add-button): Only call `widget-convert-button' in XEmacs.
Johan Bockgård <bojohan@gnu.org>
parents: 105114
diff changeset
9 doesn't seem to have any purpose except creating lots of overlays,
53bc42d507c5 (erc-button-add-button): Only call `widget-convert-button' in XEmacs.
Johan Bockgård <bojohan@gnu.org>
parents: 105114
diff changeset
10 slowing everything down.
53bc42d507c5 (erc-button-add-button): Only call `widget-convert-button' in XEmacs.
Johan Bockgård <bojohan@gnu.org>
parents: 105114
diff changeset
11
105114
c9577a1b5ce8 (line): Define for compiler.
Glenn Morris <rgm@gnu.org>
parents: 104028
diff changeset
12 2009-09-19 Glenn Morris <rgm@gnu.org>
c9577a1b5ce8 (line): Define for compiler.
Glenn Morris <rgm@gnu.org>
parents: 104028
diff changeset
13
c9577a1b5ce8 (line): Define for compiler.
Glenn Morris <rgm@gnu.org>
parents: 104028
diff changeset
14 * erc-lang.el (line): Define for compiler.
c9577a1b5ce8 (line): Define for compiler.
Glenn Morris <rgm@gnu.org>
parents: 104028
diff changeset
15
104028
70e5fe445939 Kevin Ryde <user42 at zip.com.au>
Glenn Morris <rgm@gnu.org>
parents: 102807
diff changeset
16 2009-07-22 Kevin Ryde <user42@zip.com.au>
70e5fe445939 Kevin Ryde <user42 at zip.com.au>
Glenn Morris <rgm@gnu.org>
parents: 102807
diff changeset
17
70e5fe445939 Kevin Ryde <user42 at zip.com.au>
Glenn Morris <rgm@gnu.org>
parents: 102807
diff changeset
18 * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
70e5fe445939 Kevin Ryde <user42 at zip.com.au>
Glenn Morris <rgm@gnu.org>
parents: 102807
diff changeset
19
102540
e20845a91a71 M-v corrections.
Deepak Goel <deego@gnufans.org>
parents: 101280
diff changeset
20 2009-03-13 D. Goel <deego3@gmail.com>
e20845a91a71 M-v corrections.
Deepak Goel <deego@gnufans.org>
parents: 101280
diff changeset
21
e20845a91a71 M-v corrections.
Deepak Goel <deego@gnufans.org>
parents: 101280
diff changeset
22 * erc-backend.el: In (multiple-value-bind/setq .. ls),
102807
3d3813ad2fba Fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents: 102540
diff changeset
23 ls-> (values-list ls) throughout.
102540
e20845a91a71 M-v corrections.
Deepak Goel <deego@gnufans.org>
parents: 101280
diff changeset
24 * erc.el: Ditto.
e20845a91a71 M-v corrections.
Deepak Goel <deego@gnufans.org>
parents: 101280
diff changeset
25
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
26 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
27
180f860eee1d ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
Michael Olson <mwolson@gnu.org>
parents: 101229
diff changeset
28 * 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
29
101228
b3adc9117711 (erc-dcc-server): Silence warning about obsolete function behind
Glenn Morris <rgm@gnu.org>
parents: 101007
diff changeset
30 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
31
101229
0187c269e057 (erc-input-message): Conditionalize previous change for XEmacs.
Glenn Morris <rgm@gnu.org>
parents: 101228
diff changeset
32 * 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
33
101228
b3adc9117711 (erc-dcc-server): Silence warning about obsolete function behind
Glenn Morris <rgm@gnu.org>
parents: 101007
diff changeset
34 * 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
35 behind fboundp test.
b3adc9117711 (erc-dcc-server): Silence warning about obsolete function behind
Glenn Morris <rgm@gnu.org>
parents: 101007
diff changeset
36
101007
89a622c4b938 (erc-input-message): Replace last-command-char with last-command-event.
Glenn Morris <rgm@gnu.org>
parents: 100968
diff changeset
37 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
38
89a622c4b938 (erc-input-message): Replace last-command-char with last-command-event.
Glenn Morris <rgm@gnu.org>
parents: 100968
diff changeset
39 * 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
40 last-command-event.
89a622c4b938 (erc-input-message): Replace last-command-char with last-command-event.
Glenn Morris <rgm@gnu.org>
parents: 100968
diff changeset
41
100968
426419725966 (tabbar--local-hlf): Silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
42 2009-01-08 Glenn Morris <rgm@gnu.org>
426419725966 (tabbar--local-hlf): Silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
43
426419725966 (tabbar--local-hlf): Silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
44 * erc.el (tabbar--local-hlf): Silence compiler.
426419725966 (tabbar--local-hlf): Silence compiler.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
45
100873
be51a6e9224f ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents: 100665
diff changeset
46 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
47
be51a6e9224f ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents: 100665
diff changeset
48 * 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
49 returning user input.
be51a6e9224f ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents: 100665
diff changeset
50
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
51
101278
5f5536e16f6b ERC: Rotate ChangeLog.
Michael Olson <mwolson@gnu.org>
parents: 101277
diff changeset
52 See ChangeLog.08 for earlier changes.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
53
101278
5f5536e16f6b ERC: Rotate ChangeLog.
Michael Olson <mwolson@gnu.org>
parents: 101277
diff changeset
54 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
55
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
56 This file is part of GNU Emacs.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
57
94660
2a734255bcc7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94649
diff changeset
58 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
59 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
60 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
61 (at your option) any later version.
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
62
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
63 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
64 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
65 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
66 GNU General Public License for more details.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
67
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
68 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
69 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
70
68472
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
71 ;; Local Variables:
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
72 ;; 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
73 ;; 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
74 ;; End:
101280
1e2f606ca81f Add arch tagline
Miles Bader <miles@gnu.org>
parents: 101278
diff changeset
75
1e2f606ca81f Add arch tagline
Miles Bader <miles@gnu.org>
parents: 101278
diff changeset
76 ;; arch-tag: d4703244-4a8d-49b1-ab34-ad0d56600ef8