annotate lisp/erc/ChangeLog @ 100908:a9dc0e7c3f2b

Add 2009 to copyright years.
author Glenn Morris <rgm@gnu.org>
date Mon, 05 Jan 2009 03:18:22 +0000
parents be51a6e9224f
children 426419725966
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
100873
be51a6e9224f ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents: 100665
diff changeset
1 2009-01-03 Michael Olson <mwolson@gnu.org>
be51a6e9224f ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents: 100665
diff changeset
2
be51a6e9224f ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents: 100665
diff changeset
3 * erc.el (erc-user-input): Do not include text properties when
be51a6e9224f ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents: 100665
diff changeset
4 returning user input.
be51a6e9224f ERC: Do not include text properties when returning user input.
Michael Olson <mwolson@gnu.org>
parents: 100665
diff changeset
5
100665
5bd9286fbc2a ERC: Update ChangeLog.
Michael Olson <mwolson@gnu.org>
parents: 99722
diff changeset
6 2008-11-19 Andy Stewart <lazycat.manatee@gmail.com>
5bd9286fbc2a ERC: Update ChangeLog.
Michael Olson <mwolson@gnu.org>
parents: 99722
diff changeset
7
5bd9286fbc2a ERC: Update ChangeLog.
Michael Olson <mwolson@gnu.org>
parents: 99722
diff changeset
8 * erc.el (erc-header-line-uses-tabbar-p): New option that makes
5bd9286fbc2a ERC: Update ChangeLog.
Michael Olson <mwolson@gnu.org>
parents: 99722
diff changeset
9 tabbar mode usable with ERC if set to non-nil.
5bd9286fbc2a ERC: Update ChangeLog.
Michael Olson <mwolson@gnu.org>
parents: 99722
diff changeset
10 (erc-update-mode-line-buffer): Use it.
5bd9286fbc2a ERC: Update ChangeLog.
Michael Olson <mwolson@gnu.org>
parents: 99722
diff changeset
11
99722
54f0f48fe43e *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 98560
diff changeset
12 2008-11-19 Glenn Morris <rgm@gnu.org>
54f0f48fe43e *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 98560
diff changeset
13
54f0f48fe43e *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 98560
diff changeset
14 * erc-compat.el (help-function-arglist): Autoload it.
54f0f48fe43e *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 98560
diff changeset
15
98560
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
16 2008-10-03 Michael Olson <mwolson@gnu.org>
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
17
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
18 * erc-dcc.el (english): Increase size heading by two places.
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
19 (erc-dcc-byte-count): Move higher.
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
20 (erc-dcc-do-LIST-command): Use erc-dcc-byte-count to get accurate
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
21 count. Coerce byte total to floating point before performing
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
22 computation, otherwise division will truncate to 0.
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
23 (erc-dcc-append-contents): Update erc-dcc-byte-count.
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
24 (erc-dcc-get-filter): Don't update erc-dcc-byte-count, because
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
25 that will give incorrect size totals. Instead, figure out how
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
26 much we have by summing byte count and current buffer size.
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
27 (erc-dcc-get-sentinel): Don't update erc-dcc-byte-count.
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
28
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
29 2008-10-01 Michael Olson <mwolson@gnu.org>
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
30
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
31 * erc-dcc.el (erc-pack-int): Make sure returned string is within 4
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
32 bytes. Always return a 4-byte string, so that we conform to the
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
33 CTCP spec.
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
34 (erc-most-positive-int-bytes): New constant representing the
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
35 number of bytes that most-positive-fixnum can be stored in.
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
36 (erc-most-positive-int-msb): New constant representing the
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
37 contents of the most significant byte of most-positive-fixnum.
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
38 (erc-unpack-int): Make sure that the integer we get back can be
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
39 represented in Emacs.
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
40 (erc-dcc-do-CLOSE-command): Update docstring. Don't use the line
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
41 variable. Try to disambiguate between type and nick when only one
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
42 is provided. Validate both type and nick arguments. Allow
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
43 matching by just nick.
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
44 (erc-dcc-append-contents): Set inhibit-read-only to t. Prevent
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
45 auto-compression from triggering when we write the contents to a
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
46 file.
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
47 (erc-dcc-get-file): Prevent auto-compression from triggering when
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
48 we truncate a file.
7a2a452a3e7d ERC: DCC fixes.
Michael Olson <mwolson@gnu.org>
parents: 97043
diff changeset
49
97043
9592c50233ab Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96786
diff changeset
50 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9592c50233ab Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96786
diff changeset
51
9592c50233ab Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96786
diff changeset
52 * erc.el: Remove code for Carbon.
9592c50233ab Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96786
diff changeset
53
95615
b016dacb2e0b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 94660
diff changeset
54 2008-06-07 Glenn Morris <rgm@gnu.org>
b016dacb2e0b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 94660
diff changeset
55
b016dacb2e0b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 94660
diff changeset
56 * erc/erc-autoaway.el, erc/erc-ibuffer.el, erc/erc-menu.el:
b016dacb2e0b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 94660
diff changeset
57 * erc/erc-stamp.el, erc/erc.el: Remove unnecessary eval-when-compiles.
b016dacb2e0b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 94660
diff changeset
58
96081
116dc7c6e345 ERC: Upstream updates.
Michael Olson <mwolson@gnu.org>
parents: 95615
diff changeset
59 2008-05-30 Diane Murray <disumu@x3y2z1.net>
116dc7c6e345 ERC: Upstream updates.
Michael Olson <mwolson@gnu.org>
parents: 95615
diff changeset
60
116dc7c6e345 ERC: Upstream updates.
Michael Olson <mwolson@gnu.org>
parents: 95615
diff changeset
61 * erc-backend.el (328): New response handler.
116dc7c6e345 ERC: Upstream updates.
Michael Olson <mwolson@gnu.org>
parents: 95615
diff changeset
62
96786
19de859f3d60 Fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents: 96081
diff changeset
63 * erc.el (english): Add 328 to catalog.
96081
116dc7c6e345 ERC: Upstream updates.
Michael Olson <mwolson@gnu.org>
parents: 95615
diff changeset
64
116dc7c6e345 ERC: Upstream updates.
Michael Olson <mwolson@gnu.org>
parents: 95615
diff changeset
65 2008-05-29 Diane Murray <disumu@x3y2z1.net>
116dc7c6e345 ERC: Upstream updates.
Michael Olson <mwolson@gnu.org>
parents: 95615
diff changeset
66
96786
19de859f3d60 Fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents: 96081
diff changeset
67 * erc-services.el (erc-nickserv-alist): Update REGEXP and
96081
116dc7c6e345 ERC: Upstream updates.
Michael Olson <mwolson@gnu.org>
parents: 95615
diff changeset
68 SUCCESS-REGEXP for freenode.
116dc7c6e345 ERC: Upstream updates.
Michael Olson <mwolson@gnu.org>
parents: 95615
diff changeset
69
94649
6a4a5b1ca5a1 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 94412
diff changeset
70 2008-05-05 Juanma Barranquero <lekktu@gmail.com>
6a4a5b1ca5a1 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 94412
diff changeset
71
6a4a5b1ca5a1 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 94412
diff changeset
72 * erc-goodies.el (erc-noncommands-list, noncommands)
6a4a5b1ca5a1 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 94412
diff changeset
73 (erc-control-characters, erc-interpret-controls-p)
6a4a5b1ca5a1 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 94412
diff changeset
74 (erc-interpret-mirc-color): Fix typos in docstrings.
6a4a5b1ca5a1 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 94412
diff changeset
75 (erc-controls-highlight): Reflow docstring.
6a4a5b1ca5a1 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 94412
diff changeset
76
96081
116dc7c6e345 ERC: Upstream updates.
Michael Olson <mwolson@gnu.org>
parents: 95615
diff changeset
77 2008-04-26 Johan Bockgård <bojohan@gnu.org>
94412
9a6745d6e1e6 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 94126
diff changeset
78
96081
116dc7c6e345 ERC: Upstream updates.
Michael Olson <mwolson@gnu.org>
parents: 95615
diff changeset
79 * erc.el (erc-put-text-properties): Don't use mapcar*.
116dc7c6e345 ERC: Upstream updates.
Michael Olson <mwolson@gnu.org>
parents: 95615
diff changeset
80 (erc-display-line-1): Fix argument order in call to
116dc7c6e345 ERC: Upstream updates.
Michael Olson <mwolson@gnu.org>
parents: 95615
diff changeset
81 erc-put-text-properties.
94412
9a6745d6e1e6 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 94126
diff changeset
82
94126
908993cbed5e ERC: (erc-remove-text-properties-region): Disable this command by default.
Michael Olson <mwolson@gnu.org>
parents: 92148
diff changeset
83 2008-04-14 Michael Olson <mwolson@gnu.org>
908993cbed5e ERC: (erc-remove-text-properties-region): Disable this command by default.
Michael Olson <mwolson@gnu.org>
parents: 92148
diff changeset
84
908993cbed5e ERC: (erc-remove-text-properties-region): Disable this command by default.
Michael Olson <mwolson@gnu.org>
parents: 92148
diff changeset
85 * erc.el (erc-remove-text-properties-region): Disable this command
908993cbed5e ERC: (erc-remove-text-properties-region): Disable this command by default.
Michael Olson <mwolson@gnu.org>
parents: 92148
diff changeset
86 by default. Thanks to e1f for the suggestion.
908993cbed5e ERC: (erc-remove-text-properties-region): Disable this command by default.
Michael Olson <mwolson@gnu.org>
parents: 92148
diff changeset
87
92128
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
88 2008-02-20 Michael Olson <mwolson@gnu.org>
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
89
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
90 * erc.el (erc-notice-face): Fix this face for Emacs 21 users.
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
91
80050
f5910be081e5 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 79706
diff changeset
92 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
f5910be081e5 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 79706
diff changeset
93
f5910be081e5 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 79706
diff changeset
94 * erc.el (erc-valid-nick-regexp):
f5910be081e5 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 79706
diff changeset
95 * erc-button.el (erc-button-syntax-table):
f5910be081e5 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 79706
diff changeset
96 * erc-match.el (erc-match-syntax-table): Replace `legal' with `valid'.
f5910be081e5 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 79706
diff changeset
97
92128
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
98 2008-02-04 Jeremy Maitin-Shepard <jbms@cmu.edu>
79415
3955596589cf *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 78475
diff changeset
99
92128
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
100 * erc.el (erc-cmd-QUERY): Bind the value of `erc-auto-query' to
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
101 `erc-query-display' rather than `erc-join-buffer'. This fixes a
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
102 bug where the value of erc-auto-query was being ignored.
79415
3955596589cf *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 78475
diff changeset
103
92128
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
104 2008-01-31 Michael Olson <mwolson@gnu.org>
78475
0f4347da9a51 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 78361
diff changeset
105
92128
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
106 * erc-dcc.el (erc-dcc-do-GET-command, erc-dcc-do-SEND-command):
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
107 Improve docstring. If FILE argument is split into multiple
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
108 arguments, re-join them into a single string, separated by a
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
109 space. This fixes an issue where the user wants to send or
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
110 receive a file with spaces in its name. It is assumed that no one
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
111 will try sending or receiving a file with multiple consecutive
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
112 spaces in its name, otherwise this fix will fail.
78291
18e050b50572 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 78219
diff changeset
113
92128
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
114 * erc.el (erc-mode-map): Add binding for C-c C-x to
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
115 erc-quit-server, since rcirc.el binds its quit command in a
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
116 similar manner. Thanks to Jari Aalto for the suggestion.
77937
8ea1a00db779 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 76856
diff changeset
117
92128
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
118 2008-01-28 Diane Murray <disumu@x3y2z1.net>
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
119
92128
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
120 * erc-list-old.el (list-old): Define module as list-old, not list.
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
121 This fixes a bug where an unknown module error would occur when
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
122 starting ERC and using the list-old module.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
123
92128
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
124 * erc-track.el (erc-track-find-face): If no choice was found
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
125 return nil to use the default mode-line faces.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
126
88015
7b54e553ca0b Sync ERC 5.3 release.
Michael Olson <mwolson@gnu.org>
parents: 87959
diff changeset
127 2008-01-26 Michael Olson <mwolson@gnu.org>
7b54e553ca0b Sync ERC 5.3 release.
Michael Olson <mwolson@gnu.org>
parents: 87959
diff changeset
128
7b54e553ca0b Sync ERC 5.3 release.
Michael Olson <mwolson@gnu.org>
parents: 87959
diff changeset
129 * erc.el (erc-version-string): Release ERC 5.3.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
130
88015
7b54e553ca0b Sync ERC 5.3 release.
Michael Olson <mwolson@gnu.org>
parents: 87959
diff changeset
131 * Makefile (VERSION): Update.
7b54e553ca0b Sync ERC 5.3 release.
Michael Olson <mwolson@gnu.org>
parents: 87959
diff changeset
132 (EXTRAS): Remove erc-list.el after all, because this is mainly for
7b54e553ca0b Sync ERC 5.3 release.
Michael Olson <mwolson@gnu.org>
parents: 87959
diff changeset
133 users of the version that comes with Emacs, and they will have
7b54e553ca0b Sync ERC 5.3 release.
Michael Olson <mwolson@gnu.org>
parents: 87959
diff changeset
134 erc-list.el by Emacs 23.
7b54e553ca0b Sync ERC 5.3 release.
Michael Olson <mwolson@gnu.org>
parents: 87959
diff changeset
135 (MISC): Add ChangeLog.07.
92128
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
136 (elpa): Fix build issue. Add proper version to erc-pkg.el.
88015
7b54e553ca0b Sync ERC 5.3 release.
Michael Olson <mwolson@gnu.org>
parents: 87959
diff changeset
137
7b54e553ca0b Sync ERC 5.3 release.
Michael Olson <mwolson@gnu.org>
parents: 87959
diff changeset
138 * README.extras: Mention Emacs 23.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
139
92128
84357f6e06d1 ERC: Sync from upstream.
Michael Olson <mwolson@gnu.org>
parents: 88015
diff changeset
140 * erc-pkg.el: Make the version string a template.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
141
88015
7b54e553ca0b Sync ERC 5.3 release.
Michael Olson <mwolson@gnu.org>
parents: 87959
diff changeset
142 * erc.texi (Obtaining ERC): Update extras URLs for 5.3.
96786
19de859f3d60 Fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents: 96081
diff changeset
143 (Development): Write instructions for git, and remove those for Arch.
88015
7b54e553ca0b Sync ERC 5.3 release.
Michael Olson <mwolson@gnu.org>
parents: 87959
diff changeset
144 (History): Mention the switch to git.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
145
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
146 2008-01-25 Michael Olson <mwolson@gnu.org>
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
147
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
148 * NEWS: Update.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
149
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
150 * erc-goodies.el (keep-place): New module which keeps your place
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
151 in unvisited ERC buffers when new messages arrive. This is mostly
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
152 taken from Johan Bockgård's init file.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
153 (erc-noncommands-list): Move to correct place.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
154
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
155 * erc-networks.el: Add a module definition.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
156
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
157 * erc-services.el (erc-nickserv-identify-mode): Force-enable the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
158 networks module, because we need it to set erc-network for us.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
159
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
160 * erc-track.el (erc-track-faces-normal-list): Indicate in the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
161 docstring that this variable can be set to nil.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
162
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
163 * erc.el: On second thought, don't load erc-networks. Just enable
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
164 the networks module by default.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
165 (erc-modules): Add option for keep-place and networks. Enable
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
166 networks by default.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
167 (erc-version-string): Make release candidate 1 available.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
168
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
169 2008-01-24 Michael Olson <mwolson@gnu.org>
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
170
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
171 * erc.el: Load erc-networks.el so that functions get access to the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
172 `erc-network-name' function.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
173
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
174 * erc-track.el (erc-track-faces-normal-list): Add
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
175 erc-dangerous-host-face.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
176 (erc-track-exclude-types): Add 333 and 353 to the default list of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
177 things to ignore, and explain what they are in the docstring.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
178
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
179 2008-01-23 Michael Olson <mwolson@gnu.org>
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
180
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
181 * erc-track.el (erc-track-faces-priority-list): Move
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
182 erc-nick-default-face higher, so that it can be used for the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
183 activity indication effect. Add erc-current-nick-face,
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
184 erc-pal-face, erc-dangerous-host-face, and erc-fool-face by
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
185 themselves.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
186 (erc-track-faces-normal-list): New option that contains a list of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
187 faces to consider "normal".
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
188 (erc-track-position-in-mode-line): Minor docfix.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
189 (erc-track-find-face): Use erc-track-faces-normal-list to produce
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
190 a sort of blinking activity effect.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
191
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
192 2008-01-22 Michael Olson <mwolson@gnu.org>
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
193
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
194 * erc-button.el (erc-button-add-nickname-buttons): When in a
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
195 channel buffer, only look at nicks from the current channel.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
196 Thanks to e1f for the report.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
197
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
198 2008-01-21 Michael Olson <mwolson@gnu.org>
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
199
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
200 * erc-compat.el (erc-const-expr-p, erc-list*, erc-assert): Remove,
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
201 since we can use the default `assert' function without it causing
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
202 us any problems, even in Emacs 21. Thanks to bojohan for the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
203 suggestion.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
204
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
205 * erc-goodies.el (move-to-prompt): Use the "XEmacs" method
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
206 instead, because the [remap ...] method interferes with
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
207 delete-selection-mode.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
208 (erc-move-to-prompt): Rename from erc-move-to-prompt-xemacs.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
209 Deactivate mark and call push-mark before moving point. Thanks to
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
210 bojohan for the suggestion.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
211 (erc-move-to-prompt-setup): Rename from
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
212 erc-move-to-prompt-init-xemacs.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
213
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
214 * erc-track.el (erc-track-faces-priority-list): Replace erc-button
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
215 with '(erc-button erc-default-face) so that we only care about
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
216 buttons that are part of normal text. Adjust customization type
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
217 to handle this case. Make erc-nick-default-face a list. Handle
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
218 pals, fools, current nick, and dangerous hosts.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
219 (erc-track-find-face): Simplify. Adapt for list of faces case.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
220 (erc-faces-in): Don't deflate lists of faces. Add them as-is.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
221 (erc-track-face-priority): Use equal instead of eq.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
222
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
223 2008-01-20 Michael Olson <mwolson@gnu.org>
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
224
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
225 * erc-goodies.el (erc-move-to-prompt, erc-move-to-prompt-xemacs):
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
226 Fix off-by-one error that caused the point to move when placed at
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
227 the beginning of some already-typed text. Thanks to e1f for the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
228 report.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
229
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
230 * erc-dcc.el, erc-xdcc.el: Add simple module definitions.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
231
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
232 * erc.el (erc-modules): Add dcc and xdcc.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
233
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
234 2008-01-19 Michael Olson <mwolson@gnu.org>
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
235
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
236 * erc-bbdb.el (erc-bbdb-insinuate-and-show-entry): Work around bug
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
237 in XEmacs 21.4 that throws an error when the first argument to
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
238 run-at-time is nil.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
239
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
240 * erc-button.el (button): Undo XEmacs-specific change to all ERC
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
241 buffers when module is removed.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
242 (erc-button-setup): Rename from erc-button-add-keys, and move
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
243 XEmacs-specific stuff here.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
244
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
245 * erc-goodies.el (erc-unmorse): Improve regexp for detecting
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
246 morse. Deal with the morse style that has "/ " at the end of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
247 every letter.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
248 (erc-imenu-setup): New function that sets up Imenu support. Add
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
249 it instead of a lambda form to erc-mode-hook.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
250 (scrolltobottom): Remove erc-scroll-to-bottom from all ERC buffers
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
251 when module is removed. Activate the functionality in all ERC
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
252 buffers when the module is activated, rather than leaving it up to
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
253 the user.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
254 (move-to-prompt): New module that moves to the ERC prompt if a
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
255 user tries to type elsewhere in the buffer, and then inserts their
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
256 keystrokes there. This is mostly taken from Johan Bockgård's init
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
257 file.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
258 (erc-move-to-prompt): New function that implements this.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
259 (erc-move-to-prompt-xemacs): New function that implements this for
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
260 XEmacs.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
261 (erc-move-to-prompt-init-xemacs): New function to perform the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
262 extra initialization step needed for XEmacs.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
263
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
264 * erc-page.el, erc-replace.el: Fix header and footer.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
265
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
266 * erc-track.el (erc-track-minor-mode-maybe): Take an optional
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
267 buffer arg so that we can put this in erc-connect-pre-hook. If
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
268 given this argument, include it in the check to determine whether
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
269 to activate erc-track-minor-mode.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
270 (track): Add erc-track-minor-mode-maybe to erc-connect-pre-hook,
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
271 so that we can use it as soon as a connection is attempted.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
272
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
273 * erc.el (erc-format-network, erc-format-target-and/or-network):
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
274 Use erc-network-name function instead, and check to see whether
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
275 that function is bound. This fixes an error in process filter for
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
276 people who did not have erc-services or erc-networks loaded.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
277 (erc-modules): Add move-to-prompt module and enable it by
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
278 default. Thanks to e1f for the suggestion.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
279
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
280 2008-01-18 Michael Olson <mwolson@gnu.org>
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
281
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
282 * Makefile (EXTRAS): Include erc-list-old.el.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
283
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
284 * erc-dcc.el (erc-dcc-verbose): Rename from erc-verbose-dcc.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
285 (erc-pack-int): Rewrite to not depend on a count argument.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
286 (erc-unpack-int): Rewrite to remove 4-character limitation.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
287 (erc-dcc-server): Call set-process-coding-system and
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
288 set-process-filter-multibyte so that the contents get sent out
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
289 without modification.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
290 (erc-dcc-send-filter): Don't take a substring -- just pass the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
291 whole string to erc-unpack-int.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
292 (erc-dcc-receive-cache): New option that indicates the number of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
293 bytes to let the receive buffer grow before flushing it.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
294 (erc-dcc-file-name): New buffer-local variable to keep track of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
295 the filename of the currently-received file.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
296 (erc-dcc-get-file): Disable undo for a speed increase. Set
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
297 erc-dcc-file-name. Truncate the file before writing to it.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
298 (erc-dcc-append-contents): New function to append the contents of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
299 a buffer to a file and then erase the contents of the buffer.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
300 (erc-dcc-get-filter): Flush buffer contents after exceeding
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
301 erc-dcc-receive-cache. This allows large files to be downloaded
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
302 without storing the whole thing in memory.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
303 (erc-dcc-get-sentinel): Flush any remaining contents before
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
304 closing. No need to save buffer.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
305 (erc-dcc-listen-host): New option that determines which IP address
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
306 to listen on.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
307 (erc-dcc-public-host): New option that determines which IP address
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
308 to advertise when sending a file. This is useful for people who
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
309 are on a local subnet. Together, these two options replace
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
310 erc-dcc-host.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
311
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
312 * erc.el (erc-mode-line-format): Add %N and %S. %N is the name of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
313 the network, and %S is much like %s but with the network name
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
314 trumping the server name. Default to "%S %a". Thanks to e1f for
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
315 the suggestion.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
316 (erc-format-network): New function that formats the network name.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
317 (erc-format-target-and/or-network): New function that formats both
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
318 the network name and target, falling back on the server name if
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
319 the network name is not available.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
320 (erc-update-mode-line-buffer): Add the new format spec items.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
321
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
322 2008-01-17 Michael Olson <mwolson@gnu.org>
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
323
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
324 * erc.el (erc-join-buffer): Improve documentation.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
325 (erc-query-display): New option indicating how to display a query
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
326 buffer that is made by using the /QUERY command. The default is
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
327 to display the query in a new window.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
328 (erc-cmd-QUERY): Use it. Improve docstring.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
329 (erc-auto-query): Default this to 'window-noselect instead,
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
330 because I've already seen bug reports about new users thinking
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
331 that ERC didn't display their test messages. Improve
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
332 customization type.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
333 (erc-notice-face): Make this work with XEmacs.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
334 (erc-join-buffer): Mention 'buffer in docstring. Improve
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
335 customization type.
75259
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
336
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
337 * erc-dcc.el (erc-dcc-send-sentinel): Better handle case where elt
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
338 is nil, in order to avoid an error. Thanks to Brent Goodrick for
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
339 the initial patch.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
340 (erc-dcc-display-send): New function split from erc-dcc-send-hook.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
341 (erc-dcc-send-connect-hook): Use it -- we don't like lambda forms
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
342 in hooks.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
343 (erc-dcc-send-filter): Display byte count if the client confirmed
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
344 too much, and kill the buffer. Otherwise a DoS might be possible
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
345 by making Emacs run out of RAM.
75259
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
346
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
347 * erc-backend.el (erc-server-connect): Detect early on whether the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
348 connection attempt has failed in order to avoid confusing error
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
349 messages.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
350
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
351 * erc-networks.el (erc-server-alist): Add Rizon network.
75259
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
352
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
353 * erc-services.el (erc-nickserv-passwords): Add Rizon to options.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
354 (erc-nickserv-alist): Add support for Rizon.
75259
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
355
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
356 * erc-track.el (erc-track-find-face): Don't let buttons in notices
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
357 trump default text. Use catch/throw. Default to first element of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
358 FACES is nothing is found.
75259
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
359
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
360 * erc-xdcc.el: Add local variables for proper indentation setup.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
361
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
362 2008-01-15 Michael Olson <mwolson@gnu.org>
75259
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
363
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
364 * erc-backend.el (erc-server-coding-system): Docfix.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
365 (erc-coding-system-for-target): Pass the `target' argument along
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
366 as the first and only argument. It's not good to just depend on a
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
367 dynamic binding.
75259
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
368
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
369 2008-01-10 Michael Olson <mwolson@gnu.org>
75259
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
370
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
371 * erc-backend.el (321, 322): Split message-displaying parts into
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
372 new functions, which are added to each response's respective
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
373 hook. This makes them easier to disable.
75259
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
374
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
375 * erc-list.el: New file from Tom Tromey. Use erc-propertize
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
376 instead of propertize. Require 'erc.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
377 (list): New module definition. Remove message-displaying
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
378 functions for 321 and 322 response handlers when enabling the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
379 module, and restore them when disabling. As a sanity check,
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
380 remove the erc-list-handle-322 function when disabling the module.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
381 (erc-list-handle-322): Handle the case where we run the LIST
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
382 command, but do not go through the normal steps.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
383 (erc-cmd-LIST): Add docstring. Strip initial space from line if
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
384 it is non-nil. Use make-local-variable to silence compiler
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
385 warning. Capture current buffer and pass it to
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
386 erc-list-install-322-handler.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
387 (erc-list-install-322-handler): Take server-buffer argument, so
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
388 that we are certain of being in the right buffer. Use 4th
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
389 argument to add-hook, so that erc-server-322-functions is only
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
390 modified in one buffer.
75259
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
391
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
392 * erc-list-old.el: Renamed from old erc-list.el.
75259
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
393
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
394 * erc.el (erc-modules): Add list-old.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
395 (erc-set-topic): Handle case where there are no newlines in the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
396 existing topic, which happens when /LIST is run.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
397 (erc-notice-face): If we have less than 88 colors, make this
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
398 blue. Otherwise the text will be pink in a tty, which looks
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
399 dreadful. Thanks to e1f for the report.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
400 (erc-remove-parsed-property): New option that determines whether
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
401 to remove the erc-parsed property after displaying a message.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
402 This should have the effect of making ERC take up less memory.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
403 (erc-display-line-1): Use it.
75259
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
404
87567
4c3c683cdff8 * erc-ibuffer.el (erc-channel-modes):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87202
diff changeset
405 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4c3c683cdff8 * erc-ibuffer.el (erc-channel-modes):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87202
diff changeset
406
4c3c683cdff8 * erc-ibuffer.el (erc-channel-modes):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87202
diff changeset
407 * erc-ibuffer.el (erc-channel-modes):
4c3c683cdff8 * erc-ibuffer.el (erc-channel-modes):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87202
diff changeset
408 Pass mode-name through format-mode-line
75259
f45c5edf0be4 Merge from erc--main--0
Miles Bader <miles@gnu.org>
parents: 75092
diff changeset
409
69690
a90c92cb9783 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-179
Miles Bader <miles@gnu.org>
parents: 69034
diff changeset
410
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
411 See ChangeLog.07 for earlier changes.
68451
fc745b05e928 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
diff changeset
412
100908
a9dc0e7c3f2b Add 2009 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 100873
diff changeset
413 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
414
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
415 This file is part of GNU Emacs.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
416
94660
2a734255bcc7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94649
diff changeset
417 GNU Emacs is free software: you can redistribute it and/or modify
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
418 it under the terms of the GNU General Public License as published by
94660
2a734255bcc7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94649
diff changeset
419 the Free Software Foundation, either version 3 of the License, or
2a734255bcc7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94649
diff changeset
420 (at your option) any later version.
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
421
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
422 GNU Emacs is distributed in the hope that it will be useful,
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
423 but WITHOUT ANY WARRANTY; without even the implied warranty of
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
424 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
425 GNU General Public License for more details.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
426
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
427 You should have received a copy of the GNU General Public License
94660
2a734255bcc7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94649
diff changeset
428 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
68451
fc745b05e928 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
diff changeset
429
68472
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
430 ;; Local Variables:
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
431 ;; coding: utf-8
73856
594a719b7a7f Add "add-log-time-zone-rule: t" to Local Variables section.
Juanma Barranquero <lekktu@gmail.com>
parents: 73841
diff changeset
432 ;; add-log-time-zone-rule: t
68472
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
433 ;; End:
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
434
87959
e5108169bd0c Add arch tagline
Miles Bader <miles@gnu.org>
parents: 87952
diff changeset
435 ;; arch-tag: 15787dfd-e091-4c8c-8b88-747b474e1ac7