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