]> code.delx.au - gnu-emacs/blob - lisp/erc/ChangeLog
Backport Bug#7933 fix from trunk.
[gnu-emacs] / lisp / erc / ChangeLog
1 2011-01-31 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2
3 * erc-track.el (track): Don't reset erc-modified-channels-object
4 each time erc-track-mode is activated.
5
6 2010-10-23 Julien Danjou <julien@danjou.info>
7
8 * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
9
10 * erc-backend.el (erc-process-sentinel): Check that buffer is alive
11 before setting it as current buffer.
12
13 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
14
15 * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
16
17 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
18
19 * Version 23.2 released.
20
21 2010-02-07 Vivek Dasmohapatra <vivek@etla.org>
22
23 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
24
25 2010-01-25 Vivek Dasmohapatra <vivek@etla.org>
26
27 * erc-backend.el (erc-session-connector): New var.
28 (erc-server-reconnect): Use it to reconnect via old
29 connector (Bug#4958).
30
31 * erc.el (erc-determine-parameters): Save
32 erc-server-connect-function to erc-session-connector.
33
34 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * erc.el (erc-display-line-1, erc-process-away):
37 * erc-truncate.el (erc-truncate-buffer-to-size):
38 Use with-current-buffer.
39
40 2009-10-24 Glenn Morris <rgm@gnu.org>
41
42 * erc-dcc.el (pcomplete-erc-all-nicks):
43 * erc-notify.el (pcomplete-erc-all-nicks):
44 Autoload it, to silence compiler.
45
46 * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
47 remove-duplicates with erc-delete-dups.
48
49 2009-09-27 Johan Bockgård <bojohan@gnu.org>
50
51 * erc-button.el (erc-button-keymap): Bind `follow-link'.
52
53 2009-09-26 Johan Bockgård <bojohan@gnu.org>
54
55 * erc-button.el (erc-button-add-button): Only call
56 `widget-convert-button' in XEmacs. For Emacs (at least), it
57 doesn't seem to have any purpose except creating lots of overlays,
58 slowing everything down.
59
60 2009-09-19 Glenn Morris <rgm@gnu.org>
61
62 * erc-lang.el (line): Define for compiler.
63
64 2009-07-22 Kevin Ryde <user42@zip.com.au>
65
66 * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
67
68 2009-03-13 D. Goel <deego3@gmail.com>
69
70 * erc-backend.el: In (multiple-value-bind/setq .. ls),
71 ls-> (values-list ls) throughout.
72 * erc.el: Ditto.
73
74 2009-01-18 Michael Olson <mwolson@gnu.org>
75
76 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
77
78 2009-01-16 Glenn Morris <rgm@gnu.org>
79
80 * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
81
82 * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
83 behind fboundp test.
84
85 2009-01-09 Glenn Morris <rgm@gnu.org>
86
87 * erc.el (erc-input-message): Replace last-command-char with
88 last-command-event.
89
90 2009-01-08 Glenn Morris <rgm@gnu.org>
91
92 * erc.el (tabbar--local-hlf): Silence compiler.
93
94 2009-01-03 Michael Olson <mwolson@gnu.org>
95
96 * erc.el (erc-user-input): Do not include text properties when
97 returning user input.
98
99
100 See ChangeLog.08 for earlier changes.
101
102 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
103
104 This file is part of GNU Emacs.
105
106 GNU Emacs is free software: you can redistribute it and/or modify
107 it under the terms of the GNU General Public License as published by
108 the Free Software Foundation, either version 3 of the License, or
109 (at your option) any later version.
110
111 GNU Emacs is distributed in the hope that it will be useful,
112 but WITHOUT ANY WARRANTY; without even the implied warranty of
113 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
114 GNU General Public License for more details.
115
116 You should have received a copy of the GNU General Public License
117 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
118
119 ;; Local Variables:
120 ;; coding: utf-8
121 ;; add-log-time-zone-rule: t
122 ;; End:
123
124 ;; arch-tag: d4703244-4a8d-49b1-ab34-ad0d56600ef8