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