Mercurial > emacs
annotate lisp/erc/ChangeLog @ 86837:b68d861f04a3
ERC: Add (tiny change) to ChangeLog entry.
author | Michael Olson <mwolson@gnu.org> |
---|---|
date | Thu, 29 Nov 2007 22:42:56 +0000 |
parents | 11b4896b439a |
children | 321f32eb4bf5 |
rev | line source |
---|---|
86837
b68d861f04a3
ERC: Add (tiny change) to ChangeLog entry.
Michael Olson <mwolson@gnu.org>
parents:
86836
diff
changeset
|
1 2007-11-29 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) |
86836 | 2 |
3 * erc-backend.el, erc.el: | |
4 Parse 307 (nick has identified) responses. | |
5 | |
86111
6e11da7da0e5
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85845
diff
changeset
|
6 2007-11-15 Juanma Barranquero <lekktu@gmail.com> |
6e11da7da0e5
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85845
diff
changeset
|
7 |
6e11da7da0e5
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85845
diff
changeset
|
8 * erc.el (erc-open): |
6e11da7da0e5
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85845
diff
changeset
|
9 * erc-backend.el (define-erc-response-handler): |
6e11da7da0e5
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85845
diff
changeset
|
10 * erc-log.el (log): |
6e11da7da0e5
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85845
diff
changeset
|
11 * erc-match.el (erc-log-matches): Fix typos in docstrings. |
6e11da7da0e5
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85845
diff
changeset
|
12 |
86836 | 13 2007-11-11 Michael Olson <mwolson@gnu.org> |
14 | |
15 * erc-autoaway.el (erc-autoaway-possibly-set-away): | |
16 * erc-netsplit.el (erc-netsplit-timer): | |
17 * erc-notify.el (erc-notify-timer): | |
18 * erc-track.el (erc-user-is-active): Only run if we have | |
19 successfully established a connection to the server and have | |
20 logged in. I suspect that sending messages too soon may make some | |
21 IRC servers not respond well, particularly when the network | |
22 connection is iffy or subject to traffic-shaping. | |
23 | |
85845
e95712050fdc
Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents:
85771
diff
changeset
|
24 2007-11-01 Michael Olson <mwolson@gnu.org> |
e95712050fdc
Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents:
85771
diff
changeset
|
25 |
e95712050fdc
Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents:
85771
diff
changeset
|
26 * erc-compat.el (erc-set-write-file-functions): New compatibility |
e95712050fdc
Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents:
85771
diff
changeset
|
27 function to set the write hooks appropriately. |
e95712050fdc
Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents:
85771
diff
changeset
|
28 |
e95712050fdc
Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents:
85771
diff
changeset
|
29 * erc-log.el (erc-log-setup-logging): Use |
e95712050fdc
Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents:
85771
diff
changeset
|
30 erc-set-write-file-functions. This fixes a byte-compiler warning. |
e95712050fdc
Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents:
85771
diff
changeset
|
31 |
e95712050fdc
Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents:
85771
diff
changeset
|
32 * erc-stamp.el: Silence byte-compiler warning about |
e95712050fdc
Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents:
85771
diff
changeset
|
33 erc-fill-column. |
e95712050fdc
Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents:
85771
diff
changeset
|
34 |
e95712050fdc
Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents:
85771
diff
changeset
|
35 * erc.el (erc-with-all-buffers-of-server): Bind the result of |
e95712050fdc
Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents:
85771
diff
changeset
|
36 mapcar to a variable in order to silence a byte-compiler warning. |
e95712050fdc
Silence some byte-compiler warnings in ERC
Michael Olson <mwolson@gnu.org>
parents:
85771
diff
changeset
|
37 |
85743 | 38 2007-10-29 Michael Olson <mwolson@gnu.org> |
39 | |
40 * erc-ibuffer.el (erc-modified-channels-alist): Use | |
85744
e811bd6ee020
Fix typo in lisp/erc/ChangeLog
Michael Olson <mwolson@gnu.org>
parents:
85743
diff
changeset
|
41 eval-when-compile, and explain why we are doing this. |
85743 | 42 |
85650
437a25964d35
* emulation/edt-mapper.el (edt-emacs-variant): Replace the only
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85234
diff
changeset
|
43 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu> |
437a25964d35
* emulation/edt-mapper.el (edt-emacs-variant): Replace the only
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85234
diff
changeset
|
44 |
437a25964d35
* emulation/edt-mapper.el (edt-emacs-variant): Replace the only
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85234
diff
changeset
|
45 * erc-ibuffer.el (erc-modified-channels-alist): Pacify |
437a25964d35
* emulation/edt-mapper.el (edt-emacs-variant): Replace the only
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85234
diff
changeset
|
46 byte-compiler. |
437a25964d35
* emulation/edt-mapper.el (edt-emacs-variant): Replace the only
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85234
diff
changeset
|
47 |
85234 | 48 2007-10-13 Glenn Morris <rgm@gnu.org> |
49 | |
50 * erc-track.el (erc-modified-channels-update): Use mapc rather | |
51 than mapcar. | |
52 | |
85743 | 53 2007-10-12 Diane Murray <disumu@x3y2z1.net> |
54 | |
55 * erc.el (erc-join-channel): Prompt for channel key if C-u or | |
56 another prefix-arg was typed. | |
57 | |
58 * NEWS: Noted this change. | |
59 | |
60 2007-10-07 Michael Olson <mwolson@gnu.org> | |
61 | |
62 * erc.el (erc-cmd-ME'S): New command that handles the case where | |
63 someone types "/me's". It concatenates the text " 's" to the | |
64 beginning of the input and then sends the result like a normal | |
65 "/me" command. | |
66 (erc-command-regexp): Permit single-quote character. | |
67 | |
68 2007-09-30 Aidan Kehoe <kehoea@parhasard.net> (tiny change) | |
69 | |
70 * erc-log.el (erc-save-buffer-in-logs): Prevent spurious warnings | |
71 when looking at a log file and concurrently saving to it. | |
72 | |
73 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gnu.org> (tiny change) | |
84636
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
74 |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
75 * erc.texi (Special-Features): Fix small typo. |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
76 |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
77 2007-09-16 Michael Olson <mwolson@gnu.org> |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
78 |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
79 * erc-track.el (erc-track-switch-direction): Mention |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
80 erc-track-faces-priority-list. Thanks to Leo for the suggestion. |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
81 |
84641
c6643d09c653
Changes from author without assignment are tiny.
Glenn Morris <rgm@gnu.org>
parents:
84636
diff
changeset
|
82 2007-09-11 Exal de Jesus Garcia Carrillo <exal@gnu.org> (tiny change) |
84636
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
83 |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
84 * erc-sound.el: Fix typo in setting up instructions. |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
85 |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
86 2007-09-10 Michael Olson <mwolson@gnu.org> |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
87 |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
88 * Makefile (elpa): Copy dir template rather than echoing a few |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
89 lines. The reason for this is that the ELPA package for ERC was |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
90 getting a corrupt dir entry. |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
91 |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
92 * dir-template: Template for the ELPA dir file. |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
93 |
84388
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
94 2007-09-08 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
95 |
84636
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
96 * erc-log.el (erc-log-filter-function): New option that specifies |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
97 the function to call for filtering text before writing it to a log |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
98 file. Thanks to David O'Toole for the suggestion. |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
99 (erc-save-buffer-in-logs): Use erc-log-filter-function. Make sure |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
100 we carry along the value of coding-system-for-write, because this |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
101 could potentially be shadowed by the temporary buffer. |
ffc87ddd4025
Sync changes from upstream ERC
Michael Olson <mwolson@gnu.org>
parents:
84388
diff
changeset
|
102 |
84388
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
103 * erc.el (erc-version-string): Update to 5.3, development version. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
104 |
84365 | 105 2007-09-07 Glenn Morris <rgm@gnu.org> |
106 | |
107 * erc.el (erc-toggle-debug-irc-protocol): Fix call to | |
108 erc-view-mode-enter. | |
109 | |
78475 | 110 2007-08-08 Glenn Morris <rgm@gnu.org> |
111 | |
112 * erc-log.el, erc.el: Replace `iff' in doc-strings and comments. | |
113 | |
84388
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
114 2007-09-03 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
115 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
116 * erc.el (erc-default-port): Make this an integer value rather |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
117 than a string. Thanks to Luca Capello for the report. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
118 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
119 2007-08-27 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
120 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
121 * erc.el (erc-cmd-GQUIT): If erc-kill-queries-on-quit is non-nil, |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
122 kill all query buffers after 4 seconds. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
123 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
124 2007-08-16 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
125 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
126 * NEWS: Add ERC 5.3 changes section, and mention jbms' erc-track |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
127 compatibility note. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
128 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
129 * erc-track.el (erc-track-list-changed-hook): Turn this into a |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
130 customizable option. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
131 (erc-track-switch-direction): Add 'importance option. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
132 (erc-modified-channels-display): If erc-track-switch-direction is |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
133 'importance, call erc-track-sort-by-importance. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
134 (erc-track-face-priority): New function that returns a number |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
135 indicating the position of a face in |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
136 erc-track-faces-priority-list. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
137 (erc-track-sort-by-importance): New function that sorts |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
138 erc-modified-channels-list according to erc-track-face-priority. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
139 (erc-track-get-active-buffer): Make 'oldest a rough opposite of |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
140 'importance. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
141 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
142 2007-08-14 Jeremy Maitin-Shepard <jbms@cmu.edu> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
143 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
144 * erc-track.el (erc-track-remove-disconnected-buffers): New |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
145 variable which controls whether buffers associated with a server |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
146 that is disconnected should be removed from |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
147 `erc-modified-channels-alist'. Existing behavior is to |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
148 unconditionally remove such buffers, which is achieved by setting |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
149 `erc-track-removed-disconnected-buffers' to t. When set to t, |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
150 which is the new default value, such buffers remain in the list, |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
151 which I think is often the desired behavior, since the user may |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
152 likely wish to find out about activity that occurred in a channel |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
153 prior to it being disconnected. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
154 (erc-track-list-changed-hook): New hook that is run whenever the |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
155 contents of `erc-modified-channels-alist' changes; it is useful |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
156 for users such as myself that don't use the default mode-line |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
157 notification but instead use a separate mechanism (which is tied |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
158 to my window manager) to provide notification of channel activity. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
159 (erc-track-get-buffer-window): New function that acts as a wrapper |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
160 around `get-buffer-window' that handles the `selected-visible' |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
161 option of `erc-track-visibility'; previously, the value of |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
162 `erc-track-visibility' was passed directly to `get-buffer-window', |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
163 which does not support `selected-visible'; consequently, |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
164 `selected-visible' was not properly supported. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
165 (erc-track-modified-channels): Fix a bug in the logic for removing |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
166 buffers from the list in certain cases. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
167 (erc-track-position-in-mode-line): Add a supported value that |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
168 specifies that the tracking information should not be added to the |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
169 mode line at all. The value of nil is used to indicate that the |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
170 information should not be added at all to the mode line. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
171 (erc-track-add-to-mode-line): Check for position eq to t, rather |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
172 than non-nil. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
173 (erc-buffer-visible): Use erc-track-get-buffer-window. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
174 (erc-modified-channels-update): Take |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
175 erc-track-remove-disconnected-buffers into account. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
176 (erc-modified-channels-display): Run |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
177 `erc-track-list-changed-hook'. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
178 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
179 * erc.el (erc-reuse-frames): New option that determines whether |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
180 new frames are always created. Defaults to t. This only has an |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
181 effect when erc-join-buffer is set to 'frame. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
182 (erc-setup-buffer): Use it. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
183 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
184 2007-08-14 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
185 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
186 * erc-backend.el (erc-server-reconnect): If the server buffer has |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
187 been killed, use the current buffer instead. If the current |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
188 buffer is not an ERC buffer, give an error. This fixes a bug when |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
189 /reconnect is run from a channel buffer whose server buffer has |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
190 been deleted. Thanks to jbms for the report. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
191 (erc-process-sentinel-1): Take server buffer as an argument, so |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
192 that we can make sure that it is current. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
193 (erc-process-sentinel): Pass buffer to erc-process-sentinel-1. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
194 (erc-process-sentinel-2): New function split from |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
195 erc-process-sentinel-1. If server buffer is deleted during a |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
196 reconnect attempt, stop trying to reconnect. Fix bug where |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
197 reconnect was not happening when erc-server-reconnect-attempts was |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
198 t. Call erc-server-reconnect-p only once each time. If we are |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
199 instructed to try connecting indefinitely, tell the user that they |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
200 can stop this by killing the server buffer. Call the process |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
201 sentinel by means of run-at-time, so that there is time to kill |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
202 the buffer if need be; this also removes the need for a while |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
203 loop. Refuse to reconnect again if erc-server-reconnect-timeout |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
204 is not an number. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
205 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
206 * erc.el (erc-command-no-process-p): Fix bug: the return value of |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
207 erc-extract-command-from-line is a list rather than a single |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
208 symbol. Thanks to jbms for the report. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
209 (erc-cmd-RECONNECT): Use simpler logic, and use buffer-live-p |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
210 rather than bufferp. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
211 (erc-send-current-line, erc-display-command, erc-display-msg): |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
212 Handle case where erc-server-process is nil, so that /reconnect |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
213 works. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
214 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
215 2007-08-12 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
216 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
217 * erc-identd.el (erc-identd-filter): Instead of sending an EOF |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
218 character, which now confuses freenode, stop the server process, |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
219 so that no new connections are accepted, and kill the current |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
220 client process. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
221 |
78361
7e2db32bd968
Remove lisp/erc/erc-nicklist.el
Miles Bader <miles@gnu.org>
parents:
78291
diff
changeset
|
222 2007-07-30 Michael Olson <mwolson@gnu.org> |
7e2db32bd968
Remove lisp/erc/erc-nicklist.el
Miles Bader <miles@gnu.org>
parents:
78291
diff
changeset
|
223 |
7e2db32bd968
Remove lisp/erc/erc-nicklist.el
Miles Bader <miles@gnu.org>
parents:
78291
diff
changeset
|
224 * erc-nicklist.el: Remove from the Emacs source tree. This file |
7e2db32bd968
Remove lisp/erc/erc-nicklist.el
Miles Bader <miles@gnu.org>
parents:
78291
diff
changeset
|
225 is not release quality, and relies heavily on a module which |
7e2db32bd968
Remove lisp/erc/erc-nicklist.el
Miles Bader <miles@gnu.org>
parents:
78291
diff
changeset
|
226 cannot be distributed with ERC due to licensing reasons. |
7e2db32bd968
Remove lisp/erc/erc-nicklist.el
Miles Bader <miles@gnu.org>
parents:
78291
diff
changeset
|
227 |
84388
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
228 2007-07-29 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
229 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
230 * erc-list.el: Relicense to GPLv3. Since the file was already |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
231 licensed under version 2 or later, it turns out that we do not |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
232 need the permission of all of the authors in order to proceed. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
233 |
78291 | 234 2007-07-25 Glenn Morris <rgm@gnu.org> |
235 | |
236 * Relicense all FSF files to GPLv3 or later. | |
237 | |
84388
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
238 2007-07-13 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
239 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
240 * erc-goodies.el (erc-get-bg-color-face, erc-get-fg-color-face): |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
241 Use erc-error rather than message and beep. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
242 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
243 * erc-sound.el: Indentation fix. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
244 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
245 * erc.el (erc-command-no-process-p): New function that determines |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
246 if its argument is an ERC command that can be run when the server |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
247 process is not alive. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
248 (erc-cmd-SET, erc-cmd-CLEAR, erc-cmd-COUNTRY, erc-cmd-HELP) |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
249 (erc-cmd-LASTLOG, erc-cmd-QUIT, erc-cmd-GQUIT) |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
250 (erc-cmd-RECONNECT, erc-cmd-SERVER): Denote that these commands |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
251 can be run even when the server process is not alive. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
252 (erc-send-current-line): Call erc-command-no-process-p if the |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
253 server process is not alive, to determine if we have a command |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
254 that can be run anyway. Thanks to Tom Tromey for the bug report. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
255 (erc-error): New function that either displays a message or throws |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
256 an error, depending on whether debug-on-error is non-nil. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
257 (erc-cmd-SERVER, erc-send-current-line): Use it. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
258 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
259 2007-07-10 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
260 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
261 * Relicense all FSF-assigned code to GPLv3. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
262 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
263 2007-06-25 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
264 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
265 * erc.texi (Options): Fix typo. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
266 (Getting Help and Reporting Bugs): Update webpage URL. Make Gmane |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
267 part more readable. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
268 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
269 2007-06-20 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
270 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
271 * erc-stamp.el (erc-timestamp-format-left): New option that |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
272 specifies the left timestamp to use for |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
273 erc-insert-timestamp-left-and-right. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
274 (erc-timestamp-format-right): New option that specifies the right |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
275 timestamp to use for erc-insert-timestamp-left-and-right. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
276 (erc-insert-timestamp-function): Change default to |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
277 erc-insert-timestamp-left-and-right. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
278 (erc-insert-away-timestamp-function): Ditto. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
279 (erc-timestamp-last-inserted-left) |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
280 (erc-timestamp-last-inserted-right): New variables to keep track |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
281 of data for erc-insert-timestamp-left-and-right. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
282 (erc-insert-timestamp-left-and-right): New function that places |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
283 timestamps on both the left and right sides of the screen, but |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
284 only if each timestamp has changed since it was last computed. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
285 Thanks to offby1 for urging me to merge this. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
286 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
287 * erc.el (erc-open-ssl-stream): Display informative error when |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
288 ssl.el not found. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
289 (erc-tls): New function to connect using tls.el. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
290 (erc-open-tls-stream): New function to initiate tls connection. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
291 Display informative error when tls.el not found. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
292 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
293 2007-06-19 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
294 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
295 * erc-log.el: Update header with accurate instructions. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
296 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
297 2007-06-17 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
298 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
299 * erc-pkg.el: Update description to match what is currently in |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
300 ELPA. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
301 |
81396
8b961315968d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
81198
diff
changeset
|
302 2007-06-14 Juanma Barranquero <lekktu@gmail.com> |
77958
9fb9a0400a74
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
77937
diff
changeset
|
303 |
81396
8b961315968d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
81198
diff
changeset
|
304 * erc-goodies.el (erc-scroll-to-bottom): Remove redundant check. |
77958
9fb9a0400a74
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
77937
diff
changeset
|
305 |
84388
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
306 2007-06-13 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
307 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
308 * erc-compat.el (erc-with-selected-window): New compatibility |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
309 macro that implements `with-selected-window'. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
310 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
311 * erc-goodies.el (erc-scroll-to-bottom): Use it. This fixes a bug |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
312 with buffer ordering where ERC buffers would move to the top. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
313 Thanks to Ivan Kanis for the patch. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
314 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
315 2007-06-10 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
316 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
317 * erc-log.el (erc-logging-enabled): Fix a bug that occurred when |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
318 `erc-log-channels-directory' had the name of a function. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
319 |
77937
8ea1a00db779
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76856
diff
changeset
|
320 2007-06-06 Juanma Barranquero <lekktu@gmail.com> |
8ea1a00db779
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76856
diff
changeset
|
321 |
81198
bbd353a53e3d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
77937
diff
changeset
|
322 * erc.el (erc-show-channel-key-p, erc-startup-file-list): |
bbd353a53e3d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
77937
diff
changeset
|
323 Fix typo in docstring. |
77937
8ea1a00db779
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76856
diff
changeset
|
324 |
84388
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
325 2007-06-03 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
326 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
327 * erc-compat.el (erc-view-mode-enter): Make this its own function, |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
328 in order to document what we do, and provide sane fallback |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
329 behavior. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
330 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
331 * erc.el (erc-toggle-debug-irc-protocol): Don't pass any arguments |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
332 to erc-view-mode-enter, since we don't do anything special with |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
333 the exit function. This fixes a bug with Emacs 21 and Emacs 22. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
334 Thanks to Leo for noticing. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
335 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
336 2007-05-30 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
337 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
338 * erc-compat.el (erc-user-emacs-directory): New variable that |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
339 determines where to find user-specific Emacs settings. For Emacs, |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
340 this is usually ~/.emacs.d, and for XEmacs this is usually |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
341 ~/.xemacs. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
342 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
343 * erc.el (erc-startup-file-list): Use erc-user-emacs-directory. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
344 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
345 2007-05-28 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
346 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
347 * erc-button.el (erc-button-url-regexp): Recognize parentheses as |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
348 part of URLs. Thanks to Lawrence Mitchell for the fix. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
349 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
350 2007-05-26 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
351 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
352 * erc.texi (Modules): Fix references to completion modules. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
353 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
354 2007-05-21 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
355 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
356 * Makefile (SOURCE): Remove erc-pkg.el. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
357 (debclean): New rule to clean old Debian packages of ERC. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
358 (debprepare): Don't modify the released tarball, but copy it as |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
359 the .orig.tar.gz file. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
360 (debrelease. debrevision): Remove. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
361 (debinstall): New target that copies the generated Debian file to |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
362 a distro-specific location. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
363 (deb): New rule that chains together the stages in building a |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
364 Debian package. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
365 (EXTRAS): Add erc-nicklist.el, since it is not release-quality. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
366 (extras): Copy images directory. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
367 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
368 * erc-nicklist.el (erc-nicklist-icons-directory): Use |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
369 locate-library to find the "images" directory. This should be |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
370 more failsafe. Thanks to Tom Tromey for the idea. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
371 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
372 2007-05-19 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
373 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
374 * Makefile (ELPA): New variable that contains the location of my |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
375 local ELPA repository. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
376 (elpa): New rule that makes an ELPA package for ERC. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
377 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
378 2007-04-19 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
379 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
380 * erc.el (erc-parse-prefix): New function that retrieves the |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
381 PREFIX server parameter from the current server and returns an |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
382 alist of prefix type to prefix character. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
383 (erc-channel-receive-names): Use `erc-parse-prefix' to determine |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
384 whether the first character of a nick is a prefix character or |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
385 not. This should fix a bug reported by bromine about needing to |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
386 type "%" first to complete nicks of people who are "hops" on |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
387 Slashnet. This should also support for very exotic IRC server |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
388 setups, if any exist. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
389 (erc-update-current-channel-member): Indentation. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
390 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
391 2007-04-15 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
392 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
393 * erc-log.el (erc-generate-log-file-name-function): Docfix. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
394 Mention how to deal with the case for putting log files in |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
395 different directories. Change a customization type from `symbol' |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
396 to `function'. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
397 (erc-log-channels-directory): Allow this to contain a function |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
398 name, which is called with the same args as in |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
399 `erc-generate-log-file-name-function'. Thanks to andrewy for the |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
400 report and use case. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
401 (erc-current-logfile): Detect if `erc-log-channels-directory' is a |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
402 function and call it with arguments if so. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
403 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
404 2007-04-12 Michael Olson <mwolson@gnu.org> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
405 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
406 * erc-backend.el (define-erc-response-handler): Mention that hook |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
407 processing stops when the function returns non-nil. This should |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
408 help avoid a nasty "gotcha" when making custom functions. Thanks |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
409 to John Sullivan for the report. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
410 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
411 2007-04-08 Diane Murray <disumu@x3y2z1.net> |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
412 |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
413 * erc-nicklist.el (erc-nicklist-voiced-position): Fixed |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
414 customization mismatch. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
415 |
76856 | 416 2007-04-01 Michael Olson <mwolson@gnu.org> |
417 | |
418 * erc.el (erc-version-string): Release ERC 5.2. | |
419 | |
420 * erc-auto.in, erc-chess.el, erc-list.el, erc-speak.el: | |
421 * erc-viper.el: Update copyright notices. | |
422 | |
423 * erc.texi: Make Emacs Lisp source code in this document | |
424 essentially public domain. Update version to 5.2. | |
425 (Obtaining ERC): Mention extras tarball. | |
426 (Releases): Mention local GNU mirror. | |
427 (Sample Configuration): Remove notice. | |
428 | |
429 * FOR-RELEASE (5.3): Add item for erc-nicklist. | |
430 Mark NEWS as done. Mark extras tarball as done. | |
431 | |
432 * Makefile (VERSION): Increment to 5.2. | |
433 (TESTING): Remove. | |
434 (EXTRAS): New variable containing the contents of our "Emacs 22 | |
435 extras" tarball. | |
436 (SOURCE): Remove $(TESTING). | |
437 (MISC): Add COPYING and ChangeLog.06. Fix ChangeLog.NNNN -> | |
438 ChangeLog.NN. | |
439 (release): Use $(SNAPDIR) instead of erc-$(VERSION). | |
440 (extras): New rule which implements the building of the extras | |
441 tarball. | |
442 (upload-extras): New rule to upload the extras tarball. It's | |
443 yucky to replicate upload, but oh well. | |
84388
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
444 (DISTRIBUTOR): New variable used to differentiate between building |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
445 packages for Ubuntu and Debian. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
446 (debrelease, debrevision): Use it. |
218339cfde04
Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents:
84365
diff
changeset
|
447 (debbuild): Run linda in addition to lintian. |
76856 | 448 |
449 * NEWS: Mention extras tarball. Note which files have been | |
450 renamed. Note that erc-list is enabled by default, except in | |
451 Emacs 22. | |
452 | |
453 * README.extras: New file which serves as a README for the extras | |
454 tarball. | |
455 | |
456 2007-03-31 Michael Olson <mwolson@gnu.org> | |
457 | |
458 * NEWS: Update for the 5.2 release. | |
459 | |
460 * FOR-RELEASE: Finish up 5.2 manual item. Add documentation item | |
461 for 5.3. | |
462 | |
463 * erc.texi (Sample Session): Flesh out. Mention #erc. | |
464 (Modules): Defer to 5.3 release. | |
465 (Advanced Usage): Move Sample Configuration chapter ahead of | |
466 unfinished chapters. | |
467 (Sample Configuration): Write. | |
468 (Options): Mention how to see available ERC options. Defer to 5.3 | |
469 release. | |
470 (Tips and Tricks): Remove, since it seems better to just include | |
471 tips and tricks in the sample configuration, commented out. | |
472 | |
473 * erc-bbdb.el (erc-bbdb-search-name-and-create): Make prompt more | |
474 informative about how to skip merging. | |
475 (erc-bbdb-insinuate-and-show-entry-1): Move contents of | |
476 erc-bbdb-insinuate-and-show-entry here. | |
477 (erc-bbdb-insinuate-and-show-entry): Run | |
478 erc-bbdb-insinuate-and-show-entry-1 "outside" of the calling | |
479 function, so that we can avoid triggering a process-filter error | |
480 if the user hits C-g. | |
481 | |
482 2007-03-30 Michael Olson <mwolson@gnu.org> | |
483 | |
484 * FOR-RELEASE: Solve C-c C-SPC keybinding dilemma. | |
485 | |
486 * erc-autoaway.el (erc-autoaway-idle-method): Use `if' rather than | |
487 `cond' and `set' rather than `set-default'. | |
488 | |
489 * erc-log.el: Avoid compiler warning by requiring erc-network | |
490 during compilation. | |
491 (erc-generate-log-file-name-function): Add tag to each option. | |
492 Add erc-generate-log-file-name-network. | |
493 (erc-generate-log-file-name-network): New function which generates | |
494 a log file name that uses network name rather than server name, | |
495 when possible. | |
496 | |
497 * erc-track.el (track): Assimilate track-when-inactive module, | |
498 since there's no need to have two modules in one file -- an option | |
499 will do. Remove track-modified-channels alias. Call | |
500 erc-track-minor-mode-maybe, and tear down the minor mode when | |
501 disabling. | |
502 (erc-track-when-inactive): New option which determines whether to | |
503 track visible buffers when inactive. The default is not to do so. | |
504 (erc-track-visibility): Mention erc-track-when-inactive. | |
505 (erc-buffer-visible): Use erc-track-when-inactive. | |
506 (erc-track-enable-keybindings): New option which determines | |
507 whether to enable the global-level tracking keybindings. The | |
508 default is to do so, unless they would override another binding, | |
509 in which case we prompt the user about it. | |
510 (erc-track-minor-mode-map): Move global keybindings here. | |
511 (erc-track-minor-mode): New minor mode which only enables the | |
512 keybindings and does nothing else. | |
513 (erc-track-minor-mode-maybe): New function which starts | |
514 erc-track-minor-mode, but only if it hasn't already been started, | |
515 an ERC buffer exists, and the user OK's it, depending on the value | |
516 of `erc-track-enable-keybindings'. | |
517 (erc-track-switch-buffer): Display a message if someone calls this | |
518 without first enabling erc-track-mode. | |
519 | |
520 2007-03-17 Michael Olson <mwolson@gnu.org> | |
521 | |
522 * erc.texi (Development): Mention ErcDevelopment page on | |
523 emacswiki. | |
524 (Getting Started): Mention ~/.emacs.d/.ercrc.el and the Customize | |
525 interface. | |
526 (Sample Session): New section that has a very rough draft for a | |
527 sample ERC session. | |
528 (Special Features): New section that explains some of the special | |
529 features of ERC. Taken from ErcFeatures on emacswiki, with | |
530 enhancements. | |
531 | |
532 2007-03-12 Diane Murray <disumu@x3y2z1.net> | |
533 | |
534 * erc-autoaway.el (erc-autoaway-idle-method): When setting the new | |
535 value, disable and re-enable `erc-autoaway-mode' only if it was | |
536 already enabled. This fixes a bug where autoaway was enabled just | |
537 by loading the file. | |
538 | |
539 2007-03-10 Diane Murray <disumu@x3y2z1.net> | |
540 | |
541 * erc-capab.el: Added more information to the Usage section. | |
542 (erc-capab-identify-prefix): Doc fix. | |
543 (erc-capab-identify-unidentified): New face. | |
544 (290): Removed. Definition moved to erc-backend.el. | |
545 (erc-capab-identify-send-messages): Renamed from | |
546 `erc-capab-send-identify-messages'. | |
547 (erc-capab-identify-setup): Use it. | |
548 (erc-capab-identify-get-unidentified-nickname): Renamed from | |
549 `erc-capab-get-unidentified-nickname'. | |
550 (erc-capab-identify-add-prefix): Use it. Use | |
551 `erc-capab-identify-unidentified' as the face. | |
552 | |
553 * erc-backend.el (290): Moved here from erc-capab.el. | |
554 | |
555 * erc.el (erc-select): Added an autoload cookie. | |
556 (erc-message-type-member, erc-restore-text-properties): Use | |
557 `erc-get-parsed-vector'. | |
558 (erc-auto-query): Set the default to 'bury since many new users | |
559 expect private messages from others to be in dedicated query | |
560 buffers, not the server buffer. | |
561 (erc-common-server-suffixes): Use "freenode" for freenode.net, not | |
562 "OPN". Added oftc.net. | |
563 | |
564 * NEWS: Added note about erc-auto-query's new default setting. | |
565 | |
566 2007-03-03 Michael Olson <mwolson@gnu.org> | |
567 | |
568 * erc.el (erc-open, erc): Docfixes. | |
569 | |
570 2007-03-02 Michael Olson <mwolson@gnu.org> | |
571 | |
572 * FOR-RELEASE: Make section for 5.3 release and move erc-backend | |
573 cleanup there. Awaiting discussion before doing other things. | |
574 Add tasks for merging filename changes from the 5.2 release | |
575 branch, and for making a tarball of modules not in Emacs 22. Add | |
576 item to remind me to update NEWS. Mark backtab entry as done. | |
577 | |
578 * erc-button.el (button): Add call to `erc-button-add-keys'. | |
579 (erc-button-keys-added): New variable tracking whether we've added | |
580 the keys yet. | |
581 (erc-button-add-keys): New function that adds the <backtab> key to | |
582 erc-mode-map. | |
583 | |
584 * erc.texi: Change version to 5.2 (pre-release). | |
585 | |
586 2007-02-15 Michael Olson <mwolson@gnu.org> | |
587 | |
588 * CREDITS: Update. | |
589 | |
590 * erc-backend.el (erc-server-send-ping-interval): Change to use a | |
591 default of 30 seconds. Improve customize interface. | |
592 (erc-server-send-ping-timeout): New option that determines when to | |
593 consider a connection stalled and restart it. The default is | |
594 after 120 seconds. | |
595 (erc-server-send-ping): Use erc-server-send-ping-timeout instead | |
596 of erc-server-send-ping-interval. If | |
597 erc-server-send-ping-timeout is nil, do not ever kill and restart | |
598 a hung IRC process. | |
599 | |
600 * erc.el (erc-modules): Include the name of the module in its | |
601 description. This should make it easier for people to find and | |
602 enable a particular module. | |
603 | |
604 2007-02-15 Vivek Dasmohapatra <vivek@etla.org> | |
605 | |
606 * erc.el (erc-cmd-RECONNECT): Kill old process if it is still | |
607 alive. | |
608 (erc-message-english-PART): Properly escape "%" characters in | |
609 reason. | |
610 | |
611 * erc-backend.el (erc-server-reconnecting): New variable that is | |
612 set when the user requests a reconnect, but the old process is | |
613 still alive. This forces the reconnect to work even though the | |
614 process is killed manually during reconnect. | |
615 (erc-server-connect): Initialize it. | |
616 (erc-server-reconnect-p): Use it. | |
617 (erc-process-sentinel-1): Set it to nil after the first reconnect | |
618 attempt. | |
619 | |
620 2007-02-07 Diane Murray <disumu@x3y2z1.net> | |
621 | |
622 * erc-menu.el (erc-menu-definition): Fixed so that the separator | |
623 is between "Current channel" and "Pals, fools and other keywords", | |
624 not at the bottom of the "Current channel" submenu. | |
625 | |
626 2007-01-25 Diane Murray <disumu@x3y2z1.net> | |
627 | |
628 * erc-networks.el (erc-server-alist): Removed SSL server for now | |
629 since `erc-server-select' doesn't know to use `erc-ssl'. | |
630 | |
631 * erc-networks.el (erc-server-alist, erc-networks-alist): Added | |
632 definitions for oftc.net. | |
633 | |
634 * erc-services.el (erc-nickserv-alist): Fixed OFTC message regexp. | |
635 | |
636 2007-01-22 Michael Olson <mwolson@gnu.org> | |
637 | |
638 * erc-backend.el (erc-server-error-occurred): New variable that | |
639 indicates when an error has been signaled by the server. This | |
640 should fix an infinite reconnect bug when giving some servers a | |
641 bogus :full-name. Thanks to Angelina Carlton for the report. | |
642 (erc-server-connect): Initialize erc-server-error-occurred. | |
643 (erc-server-reconnect-p): Use it. | |
644 (ERROR): Set it. | |
645 | |
646 * erc-services.el (erc-nickserv-alist): Alphabetize and add Ars | |
647 and QuakeNet. Standardize look of entries. Fix type mismatch | |
648 error in customize interface. | |
649 (erc-nickserv-passwords): Alphabetize and add missing entries from | |
650 erc-nickserv-alist. | |
651 | |
652 2007-01-21 Michael Olson <mwolson@gnu.org> | |
653 | |
654 * erc.el (erc-header-line-format): Document how to disable the | |
655 header line, and add a customization type for it. Also, make the | |
656 changes take effect immediately. | |
657 | |
658 2007-01-19 Michael Olson <mwolson@gnu.org> | |
659 | |
660 * erc.texi (Modules): Document new menu module. Thanks to Leo | |
661 for noticing. | |
662 | |
663 2007-01-16 Diane Murray <disumu@x3y2z1.net> | |
664 | |
665 * erc-stamp.el (erc-insert-timestamp-left): Fixed so that the | |
666 whitespace string filler is hidden correctly when timestamps are | |
667 hidden. | |
668 (erc-toggle-timestamps): New function to use instead of | |
669 `erc-show-timestamps' and `erc-hide-timestamps'. | |
670 | |
671 * erc.el (erc-restore-text-properties): Moved here from | |
672 erc-fill.el since it could be useful in general. | |
673 | |
674 * erc-fill.el (erc-restore-text-properties): Removed. | |
675 | |
75259 | 676 2007-01-13 Michael Olson <mwolson@gnu.org> |
677 | |
678 * erc.el (erc-command-regexp): New variable that is used to match | |
679 a command. | |
680 (erc-send-input): Use it. This fixes a bug where paths -- | |
681 "/usr/bin/foo", for example -- were being displayed as commands, | |
682 but still sent correctly. | |
683 (erc-extract-command-from-line): Use it. | |
684 | |
685 * erc.texi (Modules): Document erc-capab-identify. | |
686 | |
687 2007-01-11 Diane Murray <disumu@x3y2z1.net> | |
688 | |
689 * erc.el (erc-find-parsed-property): Moved here from erc-track.el | |
690 since it can be useful in general. | |
691 | |
692 * erc-track.el (erc-find-parsed-property): Removed. | |
693 | |
694 * erc-capab.el (erc-capab-find-parsed): Removed. | |
695 (erc-capab-identify-add-prefix): Use `erc-find-parsed-property'. | |
696 | |
697 * erc.el (erc-open): Run `erc-before-connect' hook here. This | |
698 makes sure the hook always gets called before a connection is | |
699 made, as some functions, like `erc-handle-irc-url', use `erc-open' | |
700 instead of `erc'. | |
701 (erc): Removed `erc-before-connect' hook. | |
702 | |
703 * erc-menu.el (erc-menu-definition): Put items specific to | |
704 channels in a "Current channel" submenu. | |
705 | |
706 * erc-backend.el (321, 323): Display channel list in server buffer | |
707 when not using the channel list module. | |
708 | |
709 * erc.el: Updated copyright years. | |
710 (erc-version-string): Set to 5.2 (devel). | |
711 (erc-format-lag-time): Fixed to work when `erc-server-lag' is nil. | |
712 (erc-update-mode-line-buffer): Set the header face. | |
713 | |
714 2007-01-11 Michael Olson <mwolson@gnu.org> | |
715 | |
716 * erc-bbdb.el (erc-bbdb-popup-type): Fix customization type and | |
717 documentation. | |
718 | |
719 * erc-services.el (erc-nickserv-identify-mode): Improve | |
720 documentation for nick-change option and move higher to fix | |
721 compiler warning. Avoid a recursive load error. | |
722 (erc-nickserv-alist): Add simple entry for BitlBee, to avoid | |
723 "NickServ is AWAY: User is offline" error. Oddly enough, bitlbee | |
724 was smart enough to recognize that as an authentication request | |
725 and log in regardless, which is why I didn't notice this earlier. | |
726 (erc-nickserv-alist-sender, erc-nickserv-alist-regexp) | |
727 (erc-nickserv-alist-nickserv, erc-nickserv-alist-ident-keyword) | |
728 (erc-nickserv-alist-use-nick-p) | |
729 (erc-nickserv-alist-ident-command): New accessors for | |
730 erc-nickserv-alist. Using nth is unwieldy. | |
731 (erc-nickserv-identify-autodetect) | |
732 (erc-nickserv-identify-on-connect) | |
733 (erc-nickserv-identify-on-nick-change, erc-nickserv-identify): Use | |
734 the new accessors. | |
735 | |
736 2007-01-11 Diane Murray <disumu@x3y2z1.net> | |
737 | |
738 * NEWS: Added note for `erc-my-nick-face'. Fixed capab-identify | |
739 wording. | |
740 | |
741 2007-01-10 Diane Murray <disumu@x3y2z1.net> | |
742 | |
743 * erc.el (erc-mode-line-format): Added %l to documentation. | |
744 (erc-header-line-format): Removed "[IRC]". Use the new %l | |
745 replacement character. Doc fix. | |
746 (erc-format-channel-modes): Removed lag code. Removed parentheses | |
747 from mode string. | |
748 (erc-format-lag-time): New function. | |
749 (erc-update-mode-line-buffer): Use it. | |
750 | |
76856 | 751 2007-01-10 Michael Olson <mwolson@gnu.org> |
752 | |
753 * erc.el: Fix typo in url-irc-function instructions. | |
754 | |
75259 | 755 2007-01-09 Michael Olson <mwolson@gnu.org> |
756 | |
757 * erc.el (erc-system-name): New option that determines the system | |
758 name to use when logging in. The default is to figure this out by | |
759 calling `system-name'. | |
760 (erc-login): Use it. | |
761 | |
762 2007-01-07 Michael Olson <mwolson@gnu.org> | |
763 | |
764 * erc.el (erc-modules): Add the menu module. This should fix a | |
765 bug with incorrect ERC submenus being displayed. | |
766 | |
767 * erc-menu.el: Turn this into a module. | |
768 (erc-menu-add, erc-menu-remove): New functions that add and remove | |
769 the ERC menu. | |
770 | |
69690
a90c92cb9783
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-179
Miles Bader <miles@gnu.org>
parents:
69034
diff
changeset
|
771 |
76856 | 772 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
|
773 |
76856 | 774 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
|
775 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
776 This file is part of GNU Emacs. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
777 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
778 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
|
779 it under the terms of the GNU General Public License as published by |
78219
85d67fae9a94
Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents:
77958
diff
changeset
|
780 the Free Software Foundation; either version 3, or (at your option) |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
781 any later version. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
782 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
783 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
|
784 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
|
785 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
|
786 GNU General Public License for more details. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
787 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75346
diff
changeset
|
788 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
|
789 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
|
790 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
|
791 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
|
792 |
68472
a7a6f6c663c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents:
68471
diff
changeset
|
793 ;; Local Variables: |
a7a6f6c663c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents:
68471
diff
changeset
|
794 ;; 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
|
795 ;; 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
|
796 ;; End: |
a7a6f6c663c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents:
68471
diff
changeset
|
797 |
76856 | 798 ;; arch-tag: 3369b6e5-96b1-4b32-96cd-9a905c747496 |