Link to info manual in `defgroup'.
[emacs.git] / lisp / erc / ChangeLog
blob39c749838e579ad2f4430fb00fcda0aa579ec0d2
1 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3         * erc.el (erc): Link to info manual.
5 2013-12-28  Glenn Morris  <rgm@gnu.org>
7         * erc-log.el (erc-log-file-coding-system): Specify custom type.
9 2013-11-25  Glenn Morris  <rgm@gnu.org>
11         * erc-button.el (erc-nick-popup): Make `nick' available in the
12         eval environment.  (Bug#15969)
14 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16         * erc-pcomplete.el (erc-pcomplete): Set this-command.
18 2013-09-21  Glenn Morris  <rgm@gnu.org>
20         * erc.el (erc-invite-only-mode, erc-toggle-channel-mode):
21         Remove unused local variable `erc-force-send'.
23 2013-09-19  Glenn Morris  <rgm@gnu.org>
25         * erc-button.el (erc-button-click-button, erc-button-press-button):
26         * erc-list.el (erc-list-handle-322):
27         Mark unused arguments.
29         * erc.el (erc-open-server-buffer-p): Actually use the `buffer' arg.
30         * erc-backend.el (erc-server-process-alive): Take optional `buffer' arg.
32 2013-09-18  Glenn Morris  <rgm@gnu.org>
34         * erc-button.el (erc-button-add-buttons): Remove unused local vars.
36 2013-09-14  Vivek Dasmohapatra  <vivek@etla.org>
38         * erc.el (erc-update-mode-line-buffer):
39         Handle absent topic.  (Bug#15377)
41 2013-09-13  Glenn Morris  <rgm@gnu.org>
43         * erc-desktop-notifications.el (dbus-debug): Declare.
45 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
47         * erc.el: Use lexical-binding.
48         (erc-user-full-name): Minor CSE simplification.
49         (erc-mode-map): Assume command-remapping is available.
50         (erc-once-with-server-event): Replace `forms' arg with a function arg.
51         (erc-once-with-server-event-global): Remove.
52         (erc-ison-p): Adjust to change in erc-once-with-server-event.
53         (erc-get-buffer-create): Remove arg `proc'.
54         (iswitchb-make-buflist-hook): Declare.
55         (erc-setup-buffer): Use pcase; avoid ((lambda ..) ..).
56         (read-passwd): Assume it exists.
57         (erc-display-line, erc-cmd-IDLE): Avoid add-to-list, adjust to change
58         in erc-once-with-server-event.
59         (erc-cmd-JOIN, erc-set-channel-limit, erc-set-channel-key)
60         (erc-add-query): Minor CSE simplification.
61         (erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Adjust to change
62         in erc-once-with-server-event.
63         (erc-echo-notice-in-user-and-target-buffers): Avoid add-to-list.
64         * erc-track.el: Use lexical-binding.
65         (erc-make-mode-line-buffer-name): Use closures instead of `(lambda...).
66         (erc-faces-in): Avoid add-to-list.
67         * erc-notify.el: Use lexical-binding.
68         (erc-notify-timer): Adjust to change in erc-once-with-server-event.
69         (erc-notify-QUIT): Use a closure instead of `(lambda...).
70         * erc-list.el: Use lexical-binding.
71         (erc-list-install-322-handler, erc-cmd-LIST): Adjust to change in
72         erc-once-with-server-event.
73         * erc-button.el: Use lexical-binding.
74         (erc-button-next-function): Use a closure instead of `(lambda...).
76 2013-05-30  Glenn Morris  <rgm@gnu.org>
78         * erc-backend.el: Require erc at run-time too.
80 2013-05-21  Glenn Morris  <rgm@gnu.org>
82         * erc-log.el (erc-network-name): Declare.
84         * erc-notify.el (pcomplete--here): Declare.
85         (pcomplete/erc-mode/NOTIFY): Require pcomplete.
87         * erc.el (erc-quit-reason-various-alist)
88         (erc-part-reason-various-alist): Don't mention zippy.
89         (erc-quit-reason, erc-part-reason): Remove zippy options.
90         (erc-quit-reason-zippy, erc-part-reason-zippy): Make obsolete.
91         If yow is not defined, fall back to -normal versions.
93 2013-05-15  Glenn Morris  <rgm@gnu.org>
95         * erc-list.el (erc-list):
96         * erc-menu.el (erc-menu):
97         * erc-ring.el (erc-ring): Define custom groups, for define-erc-module.
99         * erc-list.el: Provide a feature.
101 2013-05-09  Glenn Morris  <rgm@gnu.org>
103         * erc-desktop-notifications.el (erc-notifications-icon):
104         Fix custom type.
106 2013-02-13  Aidan Gauland  <aidalgol@no8wireless.co.nz>
108         * erc-match.el (erc-match-message): Fix last commit.
110 2013-02-12  Aidan Gauland  <aidalgol@no8wireless.co.nz>
112         * erc-match.el (erc-match-message):
113         Don't truncate action messages.  (Bug#13689)
115 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
117         * erc-dcc.el (erc-dcc-get-file): Don't reference buffer-file-type.
119 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
121         * erc-dcc.el (erc-dcc-send-file): Use point-min-marker.
122         (erc-dcc-chat-setup): Use point-max-marker.
124 2013-01-04  Glenn Morris  <rgm@gnu.org>
126         * erc-backend.el (312): Fix typo.  (Bug#13235)
128 2012-11-30  Glenn Morris  <rgm@gnu.org>
130         * erc.el (erc-accidental-paste-threshold-seconds): Add :version.
132 2012-11-30  Eric Hanchrow  <eric.hanchrow@gmail.com>
134         * erc.el (erc-last-input-time): New variable.
135         (erc-accidental-paste-threshold-seconds): New option to avoid
136         sending accidentally-pasted text to the server (Bug#11592).
137         (erc-send-current-line): Use it.
139 2012-11-30  Chong Yidong  <cyd@gnu.org>
141         * erc.el (erc-lurker-cleanup, erc-lurker-p): Use float-time.
143 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
145         * erc-backend.el: Fix last change that missed calls to `second'
146         (bug#12970).
148 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
150         Use cl-lib instead of cl, and interactive-p => called-interactively-p.
151         * erc-track.el, erc-networks.el, erc-netsplit.el, erc-dcc.el:
152         * erc-backend.el: Use cl-lib, nth, pcase, and called-interactively-p
153         instead of cl.
154         * erc-speedbar.el, erc-services.el, erc-pcomplete.el, erc-notify.el:
155         * erc-match.el, erc-log.el, erc-join.el, erc-ezbounce.el:
156         * erc-capab.el: Don't require cl since we don't use it.
157         * erc.el: Use cl-lib, nth, pcase, and called-interactively-p i.s.o cl.
158         (erc-lurker-ignore-chars, erc-common-server-suffixes):
159         Move before first use.
161 2012-11-16  Glenn Morris  <rgm@gnu.org>
163         * erc.el (erc-modules): Add "notifications".  Tweak "hecomplete" doc.
165 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
167         * erc-backend.el: Only require `erc' during compilation (bug#12740).
169 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
171         * erc-backend.el: Require `erc' instead of autoloading its macros
172         (bug#12669).
174 2012-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
176         * erc.el (erc-log): Make it into a defsubst.
177         (erc-with-server-buffer, define-erc-module, erc-with-buffer)
178         (erc-with-all-buffers-of-server): Use `declare'.
179         * erc-backend.el (erc-log): Adjust autoload accordingly.
181 2012-10-07  Deniz Dogan  <deniz@dogan.se>
183         * erc-log.el (erc-generate-log-file-name-function):
184         Clarify tags for various choices.  (Bug#11186)
186 2012-10-07  Glenn Morris  <rgm@gnu.org>
188         * erc-button.el (erc-button-alist): Remove "finger".  (Bug#4443)
190 2012-10-07  Antoine Levitt  <antoine.levitt@gmail.com>
192         * erc-stamp.el (erc-format-timestamp): Don't apply intangible
193         property to invisible stamps.  (Bug#11706)
195 2012-10-07  Glenn Morris  <rgm@gnu.org>
197         * erc-backend.el (NICK): Handle pre-existing buffers.  (Bug#12002)
199 2012-10-06  Glenn Morris  <rgm@gnu.org>
201         * erc.el (erc-lurker):
202         * erc-desktop-notifications.el (erc-notifications):
203         Add missing group :version tags.
205 2012-10-04  Julien Danjou  <julien@danjou.info>
207         * erc-desktop-notifications.el: Rename from erc-notifications.el to
208         avoid clash with 8+3 filename format and erc-notify.el.
210 2012-09-25  Chong Yidong  <cyd@gnu.org>
212         * erc.el (erc-send-command): Use define-obsolete-function-alias.
214 2012-09-17  Chong Yidong  <cyd@gnu.org>
216         * erc-page.el (erc-page-function):
217         * erc-stamp.el (erc-stamp): Doc fix.
219 2012-08-21  Josh Feinstein  <jlf@foxtail.org>
221         * erc-join.el (erc-autojoin-timing): Fix defcustom type.
223 2012-08-21  Julien Danjou  <julien@danjou.info>
225         * erc-match.el (erc-match-message):
226         Use `erc-match-exclude-server-buffer' not
227         `erc-track-exclude-server-buffer'.
229 2012-08-20  Josh Feinstein  <jlf@foxtail.org>
231         * erc.el (erc-display-message): Abstract message hiding decision
232         to new function erc-hide-current-message-p.
233         (erc-lurker): New customization group.
234         (erc-lurker-state, erc-lurker-trim-nicks, erc-lurker-ignore-chars)
235         (erc-lurker-hide-list, erc-lurker-cleanup-interval)
236         (erc-lurker-threshold-time): New variables.
237         (erc-lurker-maybe-trim, erc-lurker-initialize, erc-lurker-cleanup)
238         (erc-hide-current-message-p, erc-canonicalize-server-name)
239         (erc-lurker-update-status, erc-lurker-p): New functions.
240         Together they maintain state about which users have spoken in the last
241         erc-lurker-threshold-time, with all other users being considered
242         lurkers whose messages of types in erc-lurker-hide-list will not
243         be displayed by erc-display-message.
245 2012-08-06  Julien Danjou  <julien@danjou.info>
247         * erc-match.el (erc-match-exclude-server-buffer)
248         (erc-match-message): Add new option to exclude server buffer from
249         matching.
251 2012-07-21  Julien Danjou  <julien@danjou.info>
253         * erc-notifications.el: New file.
255 2012-06-15  Julien Danjou  <julien@danjou.info>
257         * erc.el (erc-open): Use `auth-source' for password retrieval when
258         possible.
260 2012-06-12  Chong Yidong  <cyd@gnu.org>
262         * erc-dcc.el (erc-dcc-chat-filter-functions): Rename from
263         erc-dcc-chat-filter-hook, since this is an abnormal hook.
265 2012-06-08  Chong Yidong  <cyd@gnu.org>
267         * erc.el (erc-direct-msg-face, erc-header-line, erc-input-face)
268         (erc-command-indicator-face, erc-notice-face, erc-action-face)
269         (erc-error-face, erc-my-nick-face, erc-nick-default-face)
270         (erc-nick-msg-face): Use new-style face specs, and avoid :bold.
272         * erc-button.el (erc-button):
273         * erc-goodies.el (erc-bold-face, erc-inverse-face)
274         (erc-underline-face, fg:erc-color-*):
275         * erc-match.el (erc-current-nick-face, erc-dangerous-host-face)
276         (erc-pal-face, erc-fool-face, erc-keyword-face):
277         * erc-stamp.el (erc-timestamp-face): Likewise.
279 2012-06-02  Chong Yidong  <cyd@gnu.org>
281         * erc-track.el (erc-track, erc-track-faces-priority-list)
282         (erc-track-faces-normal-list, erc-track-find-face)
283         (erc-track-modified-channels): Fix modeline -> mode line in docs.
285 2012-05-14  Mike Kazantsev  <mk.fraggod@gmail.com>  (tiny change)
287         * erc-dcc.el (erc-dcc-handle-ctcp-send): Fix a regression
288         introduced on 2011-11-28 when fixing quoted filenames matching,
289         the regex group was not corrected.
291 2012-05-13  Teemu Likonen  <tlikonen@iki.fi>
293         * erc-backend.el (erc-server-timestamp-format): New variable to
294         allow specifying the timestamp format (bug#10779).
296 2012-04-11  Vivek Dasmohapatra  <vivek@etla.org>
298         * erc-services.el (erc-nickserv-passwords): Don't display the
299         password (bug#4459).
301 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
303         * erc-join.el (erc-server-join-channel): New function to look up
304         the channel password via auth-source.
305         (erc-autojoin-channels): Use it.
306         (erc-autojoin-after-ident): Ditto.
307         (erc-autojoin-channels-alist): Mention auth-source.
309 2012-04-10  Deniz Dogan  <deniz@dogan.se>
311         * erc.el (erc-display-prompt): Adds the field text property to the
312         ERC prompt.  This allows users to use `kill-whole-line' to kill
313         all text back to the prompt given that it's on a single line
314         (bug#10841).
316 2012-04-09  Chong Yidong  <cyd@gnu.org>
318         * erc.el (erc-cmd-SET): Call custom-variable-p instead of
319         user-variable-p.
321 2012-02-08  Glenn Morris  <rgm@gnu.org>
323         * erc-backend.el (erc-coding-system-precedence):
324         * erc-join.el (erc-autojoin-delay, erc-autojoin-timing):
325         Add missing :version settings.
327 2012-01-06  Glenn Morris  <rgm@gnu.org>
329         * erc.el (erc-tls): Add autoload cookie.  (Bug#10333)
331 2011-12-31  Antoine Levitt  <antoine.levitt@gmail.com>
333         * erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook
334         rather than window-scroll-functions.  Fixes a bug with word-wrap on
335         a tty.  (Bug#9246)
337 2011-11-28  Mike Kazantsev  <mk.fraggod@gmail.com>  (tiny change)
339         * erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Updated regexp to
340         match quoted filenames with spaces inside.
341         (erc-dcc-handle-ctcp-send): Updated regexp match group numbers,
342         added processing of escaped quotes and backslashes if filename
343         itself was in quotes.
345 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
347         * erc-log.el (erc-logging-enabled): Fix typo.
349 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
351         * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos.
353 2011-10-20  Chong Yidong  <cyd@gnu.org>
355         * erc.el (define-erc-module): Fix autogenerated docstring to
356         reflect Emacs 24 minor mode changes.
358         * erc-fill.el (erc-fill-mode):
359         * erc-track.el (erc-track-minor-mode): Doc fix.
361 2011-09-23  Antoine Levitt  <antoine.levitt@gmail.com>
363         * erc-button.el (erc-button-next-function): Scoping fix
364         (Bug#9487).
366 2011-07-04  Vivek Dasmohapatra  <vivek@etla.org>
368         * erc.el (erc-generate-new-buffer-name): Reuse old buffer names
369         when reconnecting (bug#5563).
371 2011-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373         * erc.el (erc-ssl): Made into a synonym for erc-tls, which
374         provides a superset of the same functionality.
375         (erc-open-ssl-stream): Remove.
376         (erc-open-tls-stream): Use `open-network-stream' instead of
377         `open-tls-stream' directly to be able to use the built-in TLS
378         support.
380 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
382         * erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion
383         data as non-exclusive if it's using the default-completion-function.
384         (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments.
385         (pcomplete-erc-setup): Use new name.
387 2011-05-03  Debarshi Ray  <rishi@gnu.org>  (tiny change)
389         * erc-backend.el (671): New response handler.
390         * erc.el (english): Add 671 to catalog.
392 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
394         * erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in the
395         suffix that's added by pcomplete-termination-string anyway.
396         (pcomplete-erc-setup): Remove pcomplete-suffix-list setting now that
397         it's not needed any more.
399 2011-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
401         * erc.el (erc-mode-map): Use completion-at-point.
402         (erc-mode): Tell completion-at-point to obey erc-complete-functions.
403         (erc-complete-word-at-point): New function.
404         (erc-complete-word): Make it obsolete.
405         * erc-pcomplete.el (erc-pcompletions-at-point): New function.
406         (pcomplete): Use it.
407         * erc-dcc.el (erc-dcc-chat-mode-map): Use completion-at-point.
408         (erc-dcc-chat-mode): Tell completion-at-point to obey
409         erc-complete-functions.
410         * erc-button.el (erc-button-next-function): New function extracted from
411         erc-button-next.
412         (button, erc-button-next): Use it.
414 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
416         * erc-hecomplete.el: Move to ../obsolete.
418 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
420         * Version 23.3 released.
422 2011-03-04  Julien Danjou  <julien@danjou.info>
424         * erc-track.el (erc-track-visibility): Fix :type.  (Bug#6369)
426 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
428         * erc-list.el (erc-list-menu-mode-map): Move initialization
429         into declaration.
431 2011-02-07  Julien Danjou  <julien@danjou.info>
433         * erc-track.el (erc-window-configuration-change): New function.
434         This will allow to track buffer visibility when a command is
435         finished to executed.  Idea stolen from rcirc.
436         (track): Put erc-window-configuration-change in
437         window-configuration-change-hook.
438         (erc-modified-channels-update): Remove
439         erc-modified-channels-update from post-command-hook after update.
441 2011-02-01  Sam Steingold  <sds@gnu.org>
443         * erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
445 2011-01-31  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
447         * erc-track.el (track): Don't reset erc-modified-channels-object
448         each time erc-track-mode is activated.
450 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
452         * erc.el (erc-mode):
453         * erc-dcc.el (erc-dcc-chat-mode): Use define-derived-mode.
455 2010-11-11  Glenn Morris  <rgm@gnu.org>
457         * erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
459 2010-11-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461         * erc-backend.el (erc-coding-system-precedence): New variable.
462         (erc-decode-string-from-target): Use it.
464 2010-10-24  Julien Danjou  <julien@danjou.info>
466         * erc-backend.el (erc-server-JOIN): Set the correct target list on join.
468         * erc-backend.el (erc-process-sentinel): Check that buffer is alive
469         before setting it as current buffer.
471 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
473         * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
475 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
477         * erc-list.el (erc-list-menu-mode-map): Declare and define in one step.
479 2010-08-14  Vivek Dasmohapatra  <vivek@etla.org>
481         * erc-join.el (erc-autojoin-timing, erc-autojoin-delay): New vars.
482         (erc-autojoin-channels-delayed, erc-autojoin-after-ident):
483         New functions.
484         (erc-autojoin-channels): Allow autojoining after ident (Bug#5521).
486 2010-08-08  Fran Litterio  <flitterio@gmail.com>
488         * erc-backend.el (erc-server-filter-function):
489         Call erc-log-irc-protocol.
491         * erc.el (erc-toggle-debug-irc-protocol):
492         Bind erc-toggle-debug-irc-protocol to t.
494 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
496         * Version 23.2 released.
498 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
500         * Branch for 23.2.
502 2010-02-07  Vivek Dasmohapatra  <vivek@etla.org>
504         * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
506 2010-01-25  Vivek Dasmohapatra  <vivek@etla.org>
508         * erc-backend.el (erc-session-connector): New var.
509         (erc-server-reconnect): Use it to reconnect via old
510         connector (Bug#4958).
512         * erc.el (erc-determine-parameters):
513         Save erc-server-connect-function to erc-session-connector.
515 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
517         * erc.el (erc-display-line-1, erc-process-away):
518         * erc-truncate.el (erc-truncate-buffer-to-size):
519         Use with-current-buffer.
521 2009-10-24  Glenn Morris  <rgm@gnu.org>
523         * erc-dcc.el (pcomplete-erc-all-nicks):
524         * erc-notify.el (pcomplete-erc-all-nicks):
525         Autoload it, to silence compiler.
527         * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function
528         remove-duplicates with erc-delete-dups.
530 2009-09-27  Johan Bockgård  <bojohan@gnu.org>
532         * erc-button.el (erc-button-keymap): Bind `follow-link'.
534 2009-09-26  Johan Bockgård  <bojohan@gnu.org>
536         * erc-button.el (erc-button-add-button): Only call
537         `widget-convert-button' in XEmacs.  For Emacs (at least), it
538         doesn't seem to have any purpose except creating lots of overlays,
539         slowing everything down.
541 2009-09-19  Glenn Morris  <rgm@gnu.org>
543         * erc-lang.el (line): Define for compiler.
545 2009-07-22  Kevin Ryde  <user42@zip.com.au>
547         * erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
549 2009-03-13  D. Goel  <deego3@gmail.com>
551         * erc-backend.el: In (multiple-value-bind/setq .. ls),
552         ls-> (values-list ls) throughout.
553         * erc.el: Ditto.
555 2009-01-18  Michael Olson  <mwolson@gnu.org>
557         * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
559 2009-01-16  Glenn Morris  <rgm@gnu.org>
561         * erc.el (erc-input-message): Conditionalize previous change for XEmacs.
563         * erc-dcc.el (erc-dcc-server): Silence warning about obsolete function
564         behind fboundp test.
566 2009-01-09  Glenn Morris  <rgm@gnu.org>
568         * erc.el (erc-input-message): Replace last-command-char with
569         last-command-event.
571 2009-01-08  Glenn Morris  <rgm@gnu.org>
573         * erc.el (tabbar--local-hlf): Silence compiler.
575 2009-01-03  Michael Olson  <mwolson@gnu.org>
577         * erc.el (erc-user-input): Do not include text properties when
578         returning user input.
581 See ChangeLog.08 for earlier changes.
583         Copyright (C) 2009-2014 Free Software Foundation, Inc.
585   This file is part of GNU Emacs.
587   GNU Emacs is free software: you can redistribute it and/or modify
588   it under the terms of the GNU General Public License as published by
589   the Free Software Foundation, either version 3 of the License, or
590   (at your option) any later version.
592   GNU Emacs is distributed in the hope that it will be useful,
593   but WITHOUT ANY WARRANTY; without even the implied warranty of
594   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
595   GNU General Public License for more details.
597   You should have received a copy of the GNU General Public License
598   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
600 ;; Local Variables:
601 ;; coding: utf-8
602 ;; add-log-time-zone-rule: t
603 ;; End: