]> code.delx.au - gnu-emacs/blob - lisp/erc/ChangeLog
Unify mouse-highlight code for all GUI and TTY sessions.
[gnu-emacs] / lisp / erc / ChangeLog
1 2010-11-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * erc-backend.el (erc-coding-system-precedence): New variable.
4 (erc-decode-string-from-target): Use it.
5
6 2010-10-24 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-14 Juanma Barranquero <lekktu@gmail.com>
14
15 * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
16
17 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
18
19 * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
20
21 2010-08-14 Vivek Dasmohapatra <vivek@etla.org>
22
23 * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
24 (erc-autojoin-channels-delayed, erc-autojoin-after-ident): New
25 functions.
26 (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
27
28 2010-08-08 Fran Litterio <flitterio@gmail.com>
29
30 * erc-backend.el (erc-server-filter-function): Call
31 erc-log-irc-protocol.
32
33 * erc.el (erc-toggle-debug-irc-protocol): Bind
34 erc-toggle-debug-irc-protocol to t.
35
36 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
37
38 * Version 23.2 released.
39
40 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
41
42 * Branch for 23.2.
43
44 2010-02-07 Vivek Dasmohapatra <vivek@etla.org>
45
46 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
47
48 2010-01-25 Vivek Dasmohapatra <vivek@etla.org>
49
50 * erc-backend.el (erc-session-connector): New var.
51 (erc-server-reconnect): Use it to reconnect via old
52 connector (Bug#4958).
53
54 * erc.el (erc-determine-parameters):
55 Save erc-server-connect-function to erc-session-connector.
56
57 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * erc.el (erc-display-line-1, erc-process-away):
60 * erc-truncate.el (erc-truncate-buffer-to-size):
61 Use with-current-buffer.
62
63 2009-10-24 Glenn Morris <rgm@gnu.org>
64
65 * erc-dcc.el (pcomplete-erc-all-nicks):
66 * erc-notify.el (pcomplete-erc-all-nicks):
67 Autoload it, to silence compiler.
68
69 * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
70 remove-duplicates with erc-delete-dups.
71
72 2009-09-27 Johan Bockgård <bojohan@gnu.org>
73
74 * erc-button.el (erc-button-keymap): Bind `follow-link'.
75
76 2009-09-26 Johan Bockgård <bojohan@gnu.org>
77
78 * erc-button.el (erc-button-add-button): Only call
79 `widget-convert-button' in XEmacs. For Emacs (at least), it
80 doesn't seem to have any purpose except creating lots of overlays,
81 slowing everything down.
82
83 2009-09-19 Glenn Morris <rgm@gnu.org>
84
85 * erc-lang.el (line): Define for compiler.
86
87 2009-07-22 Kevin Ryde <user42@zip.com.au>
88
89 * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
90
91 2009-03-13 D. Goel <deego3@gmail.com>
92
93 * erc-backend.el: In (multiple-value-bind/setq .. ls),
94 ls-> (values-list ls) throughout.
95 * erc.el: Ditto.
96
97 2009-01-18 Michael Olson <mwolson@gnu.org>
98
99 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
100
101 2009-01-16 Glenn Morris <rgm@gnu.org>
102
103 * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
104
105 * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
106 behind fboundp test.
107
108 2009-01-09 Glenn Morris <rgm@gnu.org>
109
110 * erc.el (erc-input-message): Replace last-command-char with
111 last-command-event.
112
113 2009-01-08 Glenn Morris <rgm@gnu.org>
114
115 * erc.el (tabbar--local-hlf): Silence compiler.
116
117 2009-01-03 Michael Olson <mwolson@gnu.org>
118
119 * erc.el (erc-user-input): Do not include text properties when
120 returning user input.
121
122
123 See ChangeLog.08 for earlier changes.
124
125 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
126
127 This file is part of GNU Emacs.
128
129 GNU Emacs is free software: you can redistribute it and/or modify
130 it under the terms of the GNU General Public License as published by
131 the Free Software Foundation, either version 3 of the License, or
132 (at your option) any later version.
133
134 GNU Emacs is distributed in the hope that it will be useful,
135 but WITHOUT ANY WARRANTY; without even the implied warranty of
136 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
137 GNU General Public License for more details.
138
139 You should have received a copy of the GNU General Public License
140 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
141
142 ;; Local Variables:
143 ;; coding: utf-8
144 ;; add-log-time-zone-rule: t
145 ;; End:
146
147 ;; arch-tag: d4703244-4a8d-49b1-ab34-ad0d56600ef8