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