Mercurial > emacs
annotate lisp/erc/ChangeLog @ 81315:19cac94ab3b0
(tpu-emacs-map-key): Use new keymap names.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 12 Jun 2007 04:56:35 +0000 |
parents | bbd353a53e3d |
children | 8b961315968d |
rev | line source |
---|---|
81175
b935bcafd05c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76856
diff
changeset
|
1 2007-06-06 Juanma Barranquero <lekktu@gmail.com> |
b935bcafd05c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76856
diff
changeset
|
2 |
81198
bbd353a53e3d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
81175
diff
changeset
|
3 * erc.el (erc-show-channel-key-p, erc-startup-file-list): |
bbd353a53e3d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
81175
diff
changeset
|
4 Fix typo in docstring. |
81175
b935bcafd05c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76856
diff
changeset
|
5 |
76856 | 6 2007-04-01 Michael Olson <mwolson@gnu.org> |
7 | |
8 * erc.el (erc-version-string): Release ERC 5.2. | |
9 | |
10 * erc-auto.in, erc-chess.el, erc-list.el, erc-speak.el: | |
11 * erc-viper.el: Update copyright notices. | |
12 | |
13 * erc.texi: Make Emacs Lisp source code in this document | |
14 essentially public domain. Update version to 5.2. | |
15 (Obtaining ERC): Mention extras tarball. | |
16 (Releases): Mention local GNU mirror. | |
17 (Sample Configuration): Remove notice. | |
18 | |
19 * FOR-RELEASE (5.3): Add item for erc-nicklist. | |
20 Mark NEWS as done. Mark extras tarball as done. | |
21 | |
22 * Makefile (VERSION): Increment to 5.2. | |
23 (TESTING): Remove. | |
24 (EXTRAS): New variable containing the contents of our "Emacs 22 | |
25 extras" tarball. | |
26 (SOURCE): Remove $(TESTING). | |
27 (MISC): Add COPYING and ChangeLog.06. Fix ChangeLog.NNNN -> | |
28 ChangeLog.NN. | |
29 (release): Use $(SNAPDIR) instead of erc-$(VERSION). | |
30 (extras): New rule which implements the building of the extras | |
31 tarball. | |
32 (upload-extras): New rule to upload the extras tarball. It's | |
33 yucky to replicate upload, but oh well. | |
34 | |
35 * NEWS: Mention extras tarball. Note which files have been | |
36 renamed. Note that erc-list is enabled by default, except in | |
37 Emacs 22. | |
38 | |
39 * README.extras: New file which serves as a README for the extras | |
40 tarball. | |
41 | |
42 2007-03-31 Michael Olson <mwolson@gnu.org> | |
43 | |
44 * NEWS: Update for the 5.2 release. | |
45 | |
46 * FOR-RELEASE: Finish up 5.2 manual item. Add documentation item | |
47 for 5.3. | |
48 | |
49 * erc.texi (Sample Session): Flesh out. Mention #erc. | |
50 (Modules): Defer to 5.3 release. | |
51 (Advanced Usage): Move Sample Configuration chapter ahead of | |
52 unfinished chapters. | |
53 (Sample Configuration): Write. | |
54 (Options): Mention how to see available ERC options. Defer to 5.3 | |
55 release. | |
56 (Tips and Tricks): Remove, since it seems better to just include | |
57 tips and tricks in the sample configuration, commented out. | |
58 | |
59 * erc-bbdb.el (erc-bbdb-search-name-and-create): Make prompt more | |
60 informative about how to skip merging. | |
61 (erc-bbdb-insinuate-and-show-entry-1): Move contents of | |
62 erc-bbdb-insinuate-and-show-entry here. | |
63 (erc-bbdb-insinuate-and-show-entry): Run | |
64 erc-bbdb-insinuate-and-show-entry-1 "outside" of the calling | |
65 function, so that we can avoid triggering a process-filter error | |
66 if the user hits C-g. | |
67 | |
68 2007-03-30 Michael Olson <mwolson@gnu.org> | |
69 | |
70 * FOR-RELEASE: Solve C-c C-SPC keybinding dilemma. | |
71 | |
72 * erc-autoaway.el (erc-autoaway-idle-method): Use `if' rather than | |
73 `cond' and `set' rather than `set-default'. | |
74 | |
75 * erc-log.el: Avoid compiler warning by requiring erc-network | |
76 during compilation. | |
77 (erc-generate-log-file-name-function): Add tag to each option. | |
78 Add erc-generate-log-file-name-network. | |
79 (erc-generate-log-file-name-network): New function which generates | |
80 a log file name that uses network name rather than server name, | |
81 when possible. | |
82 | |
83 * erc-track.el (track): Assimilate track-when-inactive module, | |
84 since there's no need to have two modules in one file -- an option | |
85 will do. Remove track-modified-channels alias. Call | |
86 erc-track-minor-mode-maybe, and tear down the minor mode when | |
87 disabling. | |
88 (erc-track-when-inactive): New option which determines whether to | |
89 track visible buffers when inactive. The default is not to do so. | |
90 (erc-track-visibility): Mention erc-track-when-inactive. | |
91 (erc-buffer-visible): Use erc-track-when-inactive. | |
92 (erc-track-enable-keybindings): New option which determines | |
93 whether to enable the global-level tracking keybindings. The | |
94 default is to do so, unless they would override another binding, | |
95 in which case we prompt the user about it. | |
96 (erc-track-minor-mode-map): Move global keybindings here. | |
97 (erc-track-minor-mode): New minor mode which only enables the | |
98 keybindings and does nothing else. | |
99 (erc-track-minor-mode-maybe): New function which starts | |
100 erc-track-minor-mode, but only if it hasn't already been started, | |
101 an ERC buffer exists, and the user OK's it, depending on the value | |
102 of `erc-track-enable-keybindings'. | |
103 (erc-track-switch-buffer): Display a message if someone calls this | |
104 without first enabling erc-track-mode. | |
105 | |
106 2007-03-17 Michael Olson <mwolson@gnu.org> | |
107 | |
108 * erc.texi (Development): Mention ErcDevelopment page on | |
109 emacswiki. | |
110 (Getting Started): Mention ~/.emacs.d/.ercrc.el and the Customize | |
111 interface. | |
112 (Sample Session): New section that has a very rough draft for a | |
113 sample ERC session. | |
114 (Special Features): New section that explains some of the special | |
115 features of ERC. Taken from ErcFeatures on emacswiki, with | |
116 enhancements. | |
117 | |
118 2007-03-12 Diane Murray <disumu@x3y2z1.net> | |
119 | |
120 * erc-autoaway.el (erc-autoaway-idle-method): When setting the new | |
121 value, disable and re-enable `erc-autoaway-mode' only if it was | |
122 already enabled. This fixes a bug where autoaway was enabled just | |
123 by loading the file. | |
124 | |
125 2007-03-10 Diane Murray <disumu@x3y2z1.net> | |
126 | |
127 * erc-capab.el: Added more information to the Usage section. | |
128 (erc-capab-identify-prefix): Doc fix. | |
129 (erc-capab-identify-unidentified): New face. | |
130 (290): Removed. Definition moved to erc-backend.el. | |
131 (erc-capab-identify-send-messages): Renamed from | |
132 `erc-capab-send-identify-messages'. | |
133 (erc-capab-identify-setup): Use it. | |
134 (erc-capab-identify-get-unidentified-nickname): Renamed from | |
135 `erc-capab-get-unidentified-nickname'. | |
136 (erc-capab-identify-add-prefix): Use it. Use | |
137 `erc-capab-identify-unidentified' as the face. | |
138 | |
139 * erc-backend.el (290): Moved here from erc-capab.el. | |
140 | |
141 * erc.el (erc-select): Added an autoload cookie. | |
142 (erc-message-type-member, erc-restore-text-properties): Use | |
143 `erc-get-parsed-vector'. | |
144 (erc-auto-query): Set the default to 'bury since many new users | |
145 expect private messages from others to be in dedicated query | |
146 buffers, not the server buffer. | |
147 (erc-common-server-suffixes): Use "freenode" for freenode.net, not | |
148 "OPN". Added oftc.net. | |
149 | |
150 * NEWS: Added note about erc-auto-query's new default setting. | |
151 | |
152 2007-03-03 Michael Olson <mwolson@gnu.org> | |
153 | |
154 * erc.el (erc-open, erc): Docfixes. | |
155 | |
156 2007-03-02 Michael Olson <mwolson@gnu.org> | |
157 | |
158 * FOR-RELEASE: Make section for 5.3 release and move erc-backend | |
159 cleanup there. Awaiting discussion before doing other things. | |
160 Add tasks for merging filename changes from the 5.2 release | |
161 branch, and for making a tarball of modules not in Emacs 22. Add | |
162 item to remind me to update NEWS. Mark backtab entry as done. | |
163 | |
164 * erc-button.el (button): Add call to `erc-button-add-keys'. | |
165 (erc-button-keys-added): New variable tracking whether we've added | |
166 the keys yet. | |
167 (erc-button-add-keys): New function that adds the <backtab> key to | |
168 erc-mode-map. | |
169 | |
170 * erc.texi: Change version to 5.2 (pre-release). | |
171 | |
172 2007-02-15 Michael Olson <mwolson@gnu.org> | |
173 | |
174 * CREDITS: Update. | |
175 | |
176 * erc-backend.el (erc-server-send-ping-interval): Change to use a | |
177 default of 30 seconds. Improve customize interface. | |
178 (erc-server-send-ping-timeout): New option that determines when to | |
179 consider a connection stalled and restart it. The default is | |
180 after 120 seconds. | |
181 (erc-server-send-ping): Use erc-server-send-ping-timeout instead | |
182 of erc-server-send-ping-interval. If | |
183 erc-server-send-ping-timeout is nil, do not ever kill and restart | |
184 a hung IRC process. | |
185 | |
186 * erc.el (erc-modules): Include the name of the module in its | |
187 description. This should make it easier for people to find and | |
188 enable a particular module. | |
189 | |
190 2007-02-15 Vivek Dasmohapatra <vivek@etla.org> | |
191 | |
192 * erc.el (erc-cmd-RECONNECT): Kill old process if it is still | |
193 alive. | |
194 (erc-message-english-PART): Properly escape "%" characters in | |
195 reason. | |
196 | |
197 * erc-backend.el (erc-server-reconnecting): New variable that is | |
198 set when the user requests a reconnect, but the old process is | |
199 still alive. This forces the reconnect to work even though the | |
200 process is killed manually during reconnect. | |
201 (erc-server-connect): Initialize it. | |
202 (erc-server-reconnect-p): Use it. | |
203 (erc-process-sentinel-1): Set it to nil after the first reconnect | |
204 attempt. | |
205 | |
206 2007-02-07 Diane Murray <disumu@x3y2z1.net> | |
207 | |
208 * erc-menu.el (erc-menu-definition): Fixed so that the separator | |
209 is between "Current channel" and "Pals, fools and other keywords", | |
210 not at the bottom of the "Current channel" submenu. | |
211 | |
212 2007-01-25 Diane Murray <disumu@x3y2z1.net> | |
213 | |
214 * erc-networks.el (erc-server-alist): Removed SSL server for now | |
215 since `erc-server-select' doesn't know to use `erc-ssl'. | |
216 | |
217 * erc-networks.el (erc-server-alist, erc-networks-alist): Added | |
218 definitions for oftc.net. | |
219 | |
220 * erc-services.el (erc-nickserv-alist): Fixed OFTC message regexp. | |
221 | |
222 2007-01-22 Michael Olson <mwolson@gnu.org> | |
223 | |
224 * erc-backend.el (erc-server-error-occurred): New variable that | |
225 indicates when an error has been signaled by the server. This | |
226 should fix an infinite reconnect bug when giving some servers a | |
227 bogus :full-name. Thanks to Angelina Carlton for the report. | |
228 (erc-server-connect): Initialize erc-server-error-occurred. | |
229 (erc-server-reconnect-p): Use it. | |
230 (ERROR): Set it. | |
231 | |
232 * erc-services.el (erc-nickserv-alist): Alphabetize and add Ars | |
233 and QuakeNet. Standardize look of entries. Fix type mismatch | |
234 error in customize interface. | |
235 (erc-nickserv-passwords): Alphabetize and add missing entries from | |
236 erc-nickserv-alist. | |
237 | |
238 2007-01-21 Michael Olson <mwolson@gnu.org> | |
239 | |
240 * erc.el (erc-header-line-format): Document how to disable the | |
241 header line, and add a customization type for it. Also, make the | |
242 changes take effect immediately. | |
243 | |
244 2007-01-19 Michael Olson <mwolson@gnu.org> | |
245 | |
246 * erc.texi (Modules): Document new menu module. Thanks to Leo | |
247 for noticing. | |
248 | |
249 2007-01-16 Diane Murray <disumu@x3y2z1.net> | |
250 | |
251 * erc-stamp.el (erc-insert-timestamp-left): Fixed so that the | |
252 whitespace string filler is hidden correctly when timestamps are | |
253 hidden. | |
254 (erc-toggle-timestamps): New function to use instead of | |
255 `erc-show-timestamps' and `erc-hide-timestamps'. | |
256 | |
257 * erc.el (erc-restore-text-properties): Moved here from | |
258 erc-fill.el since it could be useful in general. | |
259 | |
260 * erc-fill.el (erc-restore-text-properties): Removed. | |
261 | |
75259 | 262 2007-01-13 Michael Olson <mwolson@gnu.org> |
263 | |
264 * erc.el (erc-command-regexp): New variable that is used to match | |
265 a command. | |
266 (erc-send-input): Use it. This fixes a bug where paths -- | |
267 "/usr/bin/foo", for example -- were being displayed as commands, | |
268 but still sent correctly. | |
269 (erc-extract-command-from-line): Use it. | |
270 | |
271 * erc.texi (Modules): Document erc-capab-identify. | |
272 | |
273 2007-01-11 Diane Murray <disumu@x3y2z1.net> | |
274 | |
275 * erc.el (erc-find-parsed-property): Moved here from erc-track.el | |
276 since it can be useful in general. | |
277 | |
278 * erc-track.el (erc-find-parsed-property): Removed. | |
279 | |
280 * erc-capab.el (erc-capab-find-parsed): Removed. | |
281 (erc-capab-identify-add-prefix): Use `erc-find-parsed-property'. | |
282 | |
283 * erc.el (erc-open): Run `erc-before-connect' hook here. This | |
284 makes sure the hook always gets called before a connection is | |
285 made, as some functions, like `erc-handle-irc-url', use `erc-open' | |
286 instead of `erc'. | |
287 (erc): Removed `erc-before-connect' hook. | |
288 | |
289 * erc-menu.el (erc-menu-definition): Put items specific to | |
290 channels in a "Current channel" submenu. | |
291 | |
292 * erc-backend.el (321, 323): Display channel list in server buffer | |
293 when not using the channel list module. | |
294 | |
295 * erc.el: Updated copyright years. | |
296 (erc-version-string): Set to 5.2 (devel). | |
297 (erc-format-lag-time): Fixed to work when `erc-server-lag' is nil. | |
298 (erc-update-mode-line-buffer): Set the header face. | |
299 | |
300 2007-01-11 Michael Olson <mwolson@gnu.org> | |
301 | |
302 * erc-bbdb.el (erc-bbdb-popup-type): Fix customization type and | |
303 documentation. | |
304 | |
305 * erc-services.el (erc-nickserv-identify-mode): Improve | |
306 documentation for nick-change option and move higher to fix | |
307 compiler warning. Avoid a recursive load error. | |
308 (erc-nickserv-alist): Add simple entry for BitlBee, to avoid | |
309 "NickServ is AWAY: User is offline" error. Oddly enough, bitlbee | |
310 was smart enough to recognize that as an authentication request | |
311 and log in regardless, which is why I didn't notice this earlier. | |
312 (erc-nickserv-alist-sender, erc-nickserv-alist-regexp) | |
313 (erc-nickserv-alist-nickserv, erc-nickserv-alist-ident-keyword) | |
314 (erc-nickserv-alist-use-nick-p) | |
315 (erc-nickserv-alist-ident-command): New accessors for | |
316 erc-nickserv-alist. Using nth is unwieldy. | |
317 (erc-nickserv-identify-autodetect) | |
318 (erc-nickserv-identify-on-connect) | |
319 (erc-nickserv-identify-on-nick-change, erc-nickserv-identify): Use | |
320 the new accessors. | |
321 | |
322 2007-01-11 Diane Murray <disumu@x3y2z1.net> | |
323 | |
324 * NEWS: Added note for `erc-my-nick-face'. Fixed capab-identify | |
325 wording. | |
326 | |
327 2007-01-10 Diane Murray <disumu@x3y2z1.net> | |
328 | |
329 * erc.el (erc-mode-line-format): Added %l to documentation. | |
330 (erc-header-line-format): Removed "[IRC]". Use the new %l | |
331 replacement character. Doc fix. | |
332 (erc-format-channel-modes): Removed lag code. Removed parentheses | |
333 from mode string. | |
334 (erc-format-lag-time): New function. | |
335 (erc-update-mode-line-buffer): Use it. | |
336 | |
76856 | 337 2007-01-10 Michael Olson <mwolson@gnu.org> |
338 | |
339 * erc.el: Fix typo in url-irc-function instructions. | |
340 | |
75259 | 341 2007-01-09 Michael Olson <mwolson@gnu.org> |
342 | |
343 * erc.el (erc-system-name): New option that determines the system | |
344 name to use when logging in. The default is to figure this out by | |
345 calling `system-name'. | |
346 (erc-login): Use it. | |
347 | |
348 2007-01-07 Michael Olson <mwolson@gnu.org> | |
349 | |
350 * erc.el (erc-modules): Add the menu module. This should fix a | |
351 bug with incorrect ERC submenus being displayed. | |
352 | |
353 * erc-menu.el: Turn this into a module. | |
354 (erc-menu-add, erc-menu-remove): New functions that add and remove | |
355 the ERC menu. | |
356 | |
69690
a90c92cb9783
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-179
Miles Bader <miles@gnu.org>
parents:
69034
diff
changeset
|
357 |
76856 | 358 See ChangeLog.06 for earlier changes. |
68451
fc745b05e928
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
359 |
76856 | 360 Copyright (C) 2007 Free Software Foundation, Inc. |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
361 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
362 This file is part of GNU Emacs. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
363 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
364 GNU Emacs is free software; you can redistribute it and/or modify |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
365 it under the terms of the GNU General Public License as published by |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
366 the Free Software Foundation; either version 2, or (at your option) |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
367 any later version. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
368 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
369 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
|
370 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
|
371 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
|
372 GNU General Public License for more details. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
373 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
374 You should have received a copy of the GNU General Public License |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
375 along with GNU Emacs; see the file COPYING. If not, write to the |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
376 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
377 Boston, MA 02110-1301, USA. |
68451
fc745b05e928
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
378 |
68472
a7a6f6c663c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents:
68471
diff
changeset
|
379 ;; Local Variables: |
a7a6f6c663c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents:
68471
diff
changeset
|
380 ;; 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
|
381 ;; 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
|
382 ;; End: |
a7a6f6c663c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents:
68471
diff
changeset
|
383 |
76856 | 384 ;; arch-tag: 3369b6e5-96b1-4b32-96cd-9a905c747496 |