]> code.delx.au - gnu-emacs/blob - lisp/erc/ChangeLog
Merge changes from emacs-23
[gnu-emacs] / lisp / erc / ChangeLog
1 2011-09-23 Antoine Levitt <antoine.levitt@gmail.com>
2
3 * erc-button.el (erc-button-next-function): Scoping fix
4 (Bug#9487).
5
6 2011-07-04 Vivek Dasmohapatra <vivek@etla.org>
7
8 * erc.el (erc-generate-new-buffer-name): Reuse old buffer names
9 when reconnecting (bug#5563).
10
11 2011-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12
13 * erc.el (erc-ssl): Made into a synonym for erc-tls, which
14 provides a superset of the same functionality.
15 (erc-open-ssl-stream): Removed.
16 (erc-open-tls-stream): Use `open-network-stream' instead of
17 `open-tls-stream' directly to be able to use the built-in TLS
18 support.
19
20 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion
23 data as non-exclusive if it's using the default-completion-function.
24 (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments.
25 (pcomplete-erc-setup): Use new name.
26
27 2011-05-03 Debarshi Ray <rishi@gnu.org> (tiny change)
28
29 * erc-backend.el (671): New response handler.
30 * erc.el (english): Add 671 to catalog.
31
32 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in the
35 suffix that's added by pcomplete-termination-string anyway.
36 (pcomplete-erc-setup): Remove pcomplete-suffix-list setting now that
37 it's not needed any more.
38
39 2011-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * erc.el (erc-mode-map): Use completion-at-point.
42 (erc-mode): Tell completion-at-point to obey erc-complete-functions.
43 (erc-complete-word-at-point): New function.
44 (erc-complete-word): Make it obsolete.
45 * erc-pcomplete.el (erc-pcompletions-at-point): New function.
46 (pcomplete): Use it.
47 * erc-dcc.el (erc-dcc-chat-mode-map): Use completion-at-point.
48 (erc-dcc-chat-mode): Tell completion-at-point to obey
49 erc-complete-functions.
50 * erc-button.el (erc-button-next-function): New function extracted from
51 erc-button-next.
52 (button, erc-button-next): Use it.
53
54 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
55
56 * Version 23.3 released.
57
58 2011-03-04 Julien Danjou <julien@danjou.info>
59
60 * erc-track.el (erc-track-visibility): Fix :type. (Bug#6369)
61
62 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * erc-list.el (erc-list-menu-mode-map): Move initialization
65 into declaration.
66
67 2011-02-07 Julien Danjou <julien@danjou.info>
68
69 * erc-track.el (erc-window-configuration-change): New function.
70 This will allow to track buffer visibility when a command is
71 finished to executed. Idea stolen from rcirc.
72 (track): Put erc-window-configuration-change in
73 window-configuration-change-hook.
74 (erc-modified-channels-update): Remove
75 erc-modified-channels-update from post-command-hook after update.
76
77 2011-01-31 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
78
79 * erc-track.el (track): Don't reset erc-modified-channels-object
80 each time erc-track-mode is activated.
81
82 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * erc.el (erc-mode):
85 * erc-dcc.el (erc-dcc-chat-mode): Use define-derived-mode.
86
87 2010-11-11 Glenn Morris <rgm@gnu.org>
88
89 * erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
90
91 2010-11-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
92
93 * erc-backend.el (erc-coding-system-precedence): New variable.
94 (erc-decode-string-from-target): Use it.
95
96 2010-10-24 Julien Danjou <julien@danjou.info>
97
98 * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
99
100 * erc-backend.el (erc-process-sentinel): Check that buffer is alive
101 before setting it as current buffer.
102
103 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
104
105 * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
106
107 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
108
109 * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
110
111 2010-08-14 Vivek Dasmohapatra <vivek@etla.org>
112
113 * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
114 (erc-autojoin-channels-delayed, erc-autojoin-after-ident):
115 New functions.
116 (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
117
118 2010-08-08 Fran Litterio <flitterio@gmail.com>
119
120 * erc-backend.el (erc-server-filter-function):
121 Call erc-log-irc-protocol.
122
123 * erc.el (erc-toggle-debug-irc-protocol):
124 Bind erc-toggle-debug-irc-protocol to t.
125
126 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
127
128 * Version 23.2 released.
129
130 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
131
132 * Branch for 23.2.
133
134 2010-02-07 Vivek Dasmohapatra <vivek@etla.org>
135
136 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
137
138 2010-01-25 Vivek Dasmohapatra <vivek@etla.org>
139
140 * erc-backend.el (erc-session-connector): New var.
141 (erc-server-reconnect): Use it to reconnect via old
142 connector (Bug#4958).
143
144 * erc.el (erc-determine-parameters):
145 Save erc-server-connect-function to erc-session-connector.
146
147 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * erc.el (erc-display-line-1, erc-process-away):
150 * erc-truncate.el (erc-truncate-buffer-to-size):
151 Use with-current-buffer.
152
153 2009-10-24 Glenn Morris <rgm@gnu.org>
154
155 * erc-dcc.el (pcomplete-erc-all-nicks):
156 * erc-notify.el (pcomplete-erc-all-nicks):
157 Autoload it, to silence compiler.
158
159 * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
160 remove-duplicates with erc-delete-dups.
161
162 2009-09-27 Johan Bockgård <bojohan@gnu.org>
163
164 * erc-button.el (erc-button-keymap): Bind `follow-link'.
165
166 2009-09-26 Johan Bockgård <bojohan@gnu.org>
167
168 * erc-button.el (erc-button-add-button): Only call
169 `widget-convert-button' in XEmacs. For Emacs (at least), it
170 doesn't seem to have any purpose except creating lots of overlays,
171 slowing everything down.
172
173 2009-09-19 Glenn Morris <rgm@gnu.org>
174
175 * erc-lang.el (line): Define for compiler.
176
177 2009-07-22 Kevin Ryde <user42@zip.com.au>
178
179 * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
180
181 2009-03-13 D. Goel <deego3@gmail.com>
182
183 * erc-backend.el: In (multiple-value-bind/setq .. ls),
184 ls-> (values-list ls) throughout.
185 * erc.el: Ditto.
186
187 2009-01-18 Michael Olson <mwolson@gnu.org>
188
189 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
190
191 2009-01-16 Glenn Morris <rgm@gnu.org>
192
193 * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
194
195 * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
196 behind fboundp test.
197
198 2009-01-09 Glenn Morris <rgm@gnu.org>
199
200 * erc.el (erc-input-message): Replace last-command-char with
201 last-command-event.
202
203 2009-01-08 Glenn Morris <rgm@gnu.org>
204
205 * erc.el (tabbar--local-hlf): Silence compiler.
206
207 2009-01-03 Michael Olson <mwolson@gnu.org>
208
209 * erc.el (erc-user-input): Do not include text properties when
210 returning user input.
211
212
213 See ChangeLog.08 for earlier changes.
214
215 Copyright (C) 2009-2011 Free Software Foundation, Inc.
216
217 This file is part of GNU Emacs.
218
219 GNU Emacs is free software: you can redistribute it and/or modify
220 it under the terms of the GNU General Public License as published by
221 the Free Software Foundation, either version 3 of the License, or
222 (at your option) any later version.
223
224 GNU Emacs is distributed in the hope that it will be useful,
225 but WITHOUT ANY WARRANTY; without even the implied warranty of
226 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
227 GNU General Public License for more details.
228
229 You should have received a copy of the GNU General Public License
230 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
231
232 ;; Local Variables:
233 ;; coding: utf-8
234 ;; add-log-time-zone-rule: t
235 ;; End:
236