Add emacs-startup-time, emacs-uptime.
[emacs.git] / etc / NEWS
blobea62ba6e67667834d21b8737674af6dd6945916f
1 GNU Emacs NEWS -- history of user-visible changes.
3 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
4 See the end of the file for license conditions.
6 Please send Emacs bug reports to emacs-pretest-bug@gnu.org.
7 If possible, use M-x report-emacs-bug.
9 This file is about changes in Emacs version 23.
11 See files NEWS.22, NEWS.21, NEWS.20, NEWS.19, NEWS.18, and NEWS.1-17
12 for changes in older Emacs versions.
14 You can narrow news to a specific version by calling `view-emacs-news'
15 with a prefix argument or by typing C-u C-h C-n.
17 Temporary note:
18  +++ indicates that the appropriate manual has already been updated.
19  --- means no change in the manuals is called for.
20 When you add a new item, please add it without either +++ or ---
21 so we will look at it and add it to the manual.
24 * About external Lisp packages
27 * Installation Changes in Emacs 23.1
29 ** The default X toolkit is now Gtk+, rather than Lucid.
31 ** The new configuration option "--with-dbus" enables D-Bus language
32 bindings for Emacs.
34 ** The Mac Carbon port is no longer supported.
35 Instead, use... [what?]
37 ** configure now checks for libgif before libungif when searching for
38 a GIF library.
40 ** Support for systems without alloca has been removed.
42 ** Support for Sun windows has been removed.
44 ** Support for many obsolete platforms has been removed.
45 See the list at the end of etc/MACHINES for details.
47 ** The `emacstool' utility has been removed.
49 ** The configure options `--with-gcc', `--without-gcc' have been removed.
50 Configure will use gcc by default.  Set the CC environment variable if
51 you need control over which C compiler is used.
53 ** The configure option `--with-gtk' has been removed. Gtk is now the
54 default toolkit, but you can use --with-x-toolkit=gtk if necessary.
56 * Changes in Emacs 23.1
58 ** Emacs now supports using both X displays and ttys in one session.
59 Start the server (M-x server-start).  Then `emacsclient -t' creates a
60 tty frame connected to the running emacs server.  You can also use any
61 number of different ttys.  `emacsclient -c' creates a new X11 frame on
62 the current $DISPLAY or a tty frame if $DISPLAY is not set.
64 You can test for the presence of this feature in your Lisp code by
65 testing for the `multi-tty' feature.
67 ** Emacs now supports the XEmbed specification.
68 You can embed Emacs in another application on X11.  The new command line option
69 --parent-id is used to pass the parent window id to Emacs.  See
70 http://standards.freedesktop.org/xembed-spec/xembed-spec-latest.html
71 for details about XEmbed.
73 ** Emacs comes with a new set of icons for Mac OS X.
74 OS-X-style icons (an application icon and a relevant document icon)
75 were contributed by Kentaro Ohkouchi.
76 Source files for these icons can be found in Emacs.app/Contents/Resources.
77 PNG versions are available as etc/images/icons/emacs*_mac.png.
79 ** Built-in functions (subr) can now have an interactive specification
80 that is not a prompt string.  If the `intspec' parameter of a `DEFUN'
81 starts with a `(', the string is evaluated as a Lisp form.
83 ** set-file-modes is now interactive and can take the mode value in
84 symbolic notation thanks to auxiliary functions.
86 ** split-window-preferred-function specifies whether display-buffer should
87 split windows vertically or horizontally.
89 ** Emacsclient has been extended to support opening a new terminal
90 frame.  Its behavior has been changed to open a new Emacs frame by
91 default.  Use the -c option to get the old behavior of opening files in
92 the currently selected Emacs frame.
94 ** The refcards are now shipped as PDF files.
96 ** Emacs now supports the SVG image format through librsvg2.
98 ** If you set find-file-confirm-nonexistent-file to t, then C-x C-f
99 requires confirmation before opening a non-existent file.
101 ** If the gpm mouse server is running and t-mouse-mode enabled, Emacs uses a
102 Unix socket in a GNU/Linux console to talk to server, rather than faking events
103 using the client program mev.  This C level approach provides mouse
104 highlighting, and help echoing in the minibuffer.
106 ** The new variable next-error-recenter specifies how next-error should
107 recenter the visited source file.  Its value can be a number (for example,
108 0 for top line, -1 for bottom line), or nil for no recentering.
110 ** New command recenter-top-bottom moves the current line to window
111 center, top and bottom on successive invokations.
113 ** C-l is bound to the new command recenter-top-bottom, rather than recenter.
115 ** The mode-line displays a `@' if the default-directory for the current buffer
116 is on a remote machine, or a hyphen otherwise.
118 ** The mode-line displays a mode menu when mouse-1 is clicked on a minor mode,
119 in the same way as it already did for major modes.
121 ** The new command balance-windows-area balances windows both vertically
122 and horizontally.
124 ** The new command close-display-connection can be used to close a connection
125 to a remote display, e.g. because the display is about to become unreachable.
127 ** The command shell prompts for the default directory, when it is
128 called with a prefix, and the default directory is a remote file name.
129 This is because some file name handlers (like ange-ftp) are not able to
130 run processes remotely.
132 ** The new command `display-time-world' starts an updating time display
133 using several time zones, in a buffer.
135 ** The new variable `emacs-startup-time' gives the time at which Emacs started.
137 ** The new function `emacs-uptime' returns the uptime of an Emacs instance.
140 * Startup Changes in Emacs 23.1
142 ** New user option `initial-buffer-choice' specifies what to display
143 after starting Emacs: startup screen, *scratch* buffer, visiting a
144 file or directory.
146 ** New alias `argv' for `command-line-args-left'
147 This is a convenience alias, so that one can write `(pop argv)'
148 inside of --eval command line arguments in order to access
149 following arguments.
151 ** The abbrev file is no longer read at startup in batch mode.
153 * Incompatible Editing Changes in Emacs 23.1
156 ** In Dired-x, all command guesses for ! are now added to the default
157 list accessible by M-n instead of pushing all guesses temporarily into
158 the history list.
161 * Editing Changes in Emacs 23.1
164 ** C-M-% now shows replacement as it would look in the buffer, with
165 `\N' and `\&' substituted according to the match.  Old behavior can be
166 restored by customizing `query-replace-show-replacement'.
169 ** M-q now fills the region if the region is active and
170 `transient-mark-mode' is turned on.  Otherwise, it fills the current
171 paragraph.
174 ** M-$ now checks spelling of the region if the region is active and
175 `transient-mark-mode' is turned on.  Otherwise, it checks spelling of the
176 word at point.
178 ** TAB now indents the region if the region is active and
179 `transient-mark-mode' is turned on.
181 ** `use-empty-active-region' controls whether an empty active region
182 in Transient Mark mode should make commands operate on that empty region.
184 ** C-z now invokes `suspend-frame', C-x C-c now invokes
185 `save-buffers-kill-terminal'.
187 ** New command kill-matching-buffers kills buffers whose name matches a regexp.
189 ** You can disable kill ring commands from accessing the primary selection
190 by setting `x-select-enable-primary' to nil.
192 ** If `select-active-regions' is t, setting the mark automatically
193 makes the new region into the primary selection (for interaction with
194 other window applications).  If you enable this, you might want to bind
195 `mouse-yank-primary' to Mouse-2.
197 ** If `yank-pop-change-selection' is t, rotating the kill ring
198 also updates the selection or clipboard to the current yank,
199 just as M-w would do so with the text it copies to the kill ring.
201 ** Minibuffer changes:
203 *** In C-x d, if you type M-n you get the visited file name of the
204 current buffer.
206 *** In Dired, a list of commands for ! extracted from mailcap according to
207 file extensions are added to the default list accessible by M-n.
209 *** A list of regexp default values is available via M-n for `occur',
210 `keep-lines', `flush-lines' and `how-many'.  This list includes the active
211 region in transient-mark-mode, the word under the cursor, the last isearch
212 regexp, the last isearch string and the last replacement regexp.
214 *** isearch started in the minibuffer searches in the minibuffer history.
215 Reverse isearch commands (C-r, C-M-r) search in previous minibuffer
216 history elements, and forward isearch commands (C-s, C-M-s) search in
217 next history elements.  When the reverse search reaches the first history
218 element, it wraps to the last history element, and the forward search
219 wraps to the first history element.  When the search is terminated, the
220 history element containing the search string becomes the current.
223 * New Modes and Packages in Emacs 23.1
225 ** FIXME add details of new packages imported from lisp/gnus.
227 ** The package doc-view.el has been added.  It supports viewing of PDF,
228 PostScript and DVI documents inside an Emacs buffer by converting the
229 document to a set of PNG images first.  One can also search for a
230 regular expression in the document.  The commentary of the file explains
231 its usage.
233 ** The nXML package has been added.
234 [FIXME someone who uses this, please write a brief description.]
236 ** A new game called `bubbles' has been added.
238 ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt.
240 ** Remember Mode (remember.el) is now included with Emacs.  It is a
241 mode for quickly jotting down things to remember.  Included with
242 remember.el is a backend that can save notes to a Diary file.  Please
243 consult the Remember Manual for usage details.
245 ** D-Bus language bindings for Elisp are provided by the package
246 dbus.el and by extensions to the C modules of Emacs.  D-Bus is an
247 inter-process communication mechanism for applications residing on the
248 same host, based on messages.  See the manual for further details.
250 ** EasyPG is now part of the Emacs distribution.  It is an all-in-one
251 GnuPG interface which includes GnuPG keyring browser, cryptographic
252 operations on regions and files, and automatic encryption of *.gpg
253 files.  See the EasyPG Assistant User's Manual for further details.
255 * Changes in Specialized Modes and Packages in Emacs 23.1
257 ** ChangeLog now has function bound to C-c C-f that finds the file in
258 the current log entry.
260 ** abbrev was rewritten in Elisp and extended with more flexibility.
261 *** New functions: abbrev-get, abbrev-put, abbrev-table-get, abbrev-table-put,
262     abbrev-table-p.
263 *** Special hook `abbrev-expand-functions' obsoletes `pre-abbrev-expand-hook'.
264 *** `make-abbrev-table', `define-abbrev', `define-abbrev-table' all take
265     extra arguments for arbitrary properties.
266 *** New variable `abbrev-minor-mode-table-alist'.
267 *** `local-abbrev-table' can hold a list of abbrev-tables.
268 *** Abbrevs have now the following special properties:
269     `:count', `:system', `:enable-function', `:case-fixed'.
270 *** Abbrev-tables have now the following special properties:
271     `:parents', `:case-fixed', `:enable-function', `:regexp',
272     `abbrev-table-modiff'.
274 ** Help mode.
275 *** New macro `with-help-window' should set up help windows better
276 than `with-output-to-temp-buffer' with `print-help-return-message'.
277 *** New option `help-window-select' permits to customize whether help
278 window shall be automatically selected when invoking help.
279 *** New variable `help-window-point-marker' permits to specify new
280 position of point in help window (for example in `view-lossage').
282 ** view-remove-frame-by-deleting is now by default t
283 since users found iconification of view-mode frames distracting.
285 ** Isearch mode
287 *** New command `isearch-occur' bound to `M-s o' in isearch mode
288 runs `occur' with the current search string.
290 *** isearch can now search through multiple ChangeLog files.
291 When running isearch in a ChangeLog file, if the search fails,
292 then another C-s tries searching the previous ChangeLog,
293 if there is one (e.g. go from ChangeLog to ChangeLog.12).
295 This is enabled if isearch-buffers-multi is non-nil.
297 ** smerge-refine highlights word-level details of changes in conflict.
298 It's used automatically as you move through conflicts, see smerge-auto-refine.
300 ** Diff mode
302 *** diff-refine-hunk highlights word-level details of changes in a diff hunk.
303 It's used automatically as you move through hunks, see
304 diff-auto-refine.  It is bound to `C-c C-b'.
306 *** diff-add-change-log-entries-other-window iterates through the diff
307 buffer and tries to create ChangeLog entries for each change.
308 It is bound to `C-x 4 A'.
310 ** archive-mode has basic support to browse Rar archives.
312 ** talk.el has been extended for multiple tty support.
314 ** compilation-auto-jump-to-first-error tells `compile' to jump to
315 the first error encountered during compilations.
317 ** In the `copyright' package, you can specify your copyright holders' names.
318 Only copyright lines with holders matching copyright-names-regexp will be
319 considered for update.
321 ** eldoc highlights the function argument under point
322 with the face `eldoc-highlight-function-argument'.
324 ** hide-ifdef-mode permits to shadow ifdef-blocks instead of hiding them.
325 See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'.
328 ** defcustom accepts new keyword arguments, `:safe' and `:risky', which
329 set a variable's `safe-local-variable' and `risky-local-variable' property.
331 ** Etags changes.
332 *** The --members option is now the default.
334 Use --no-members if you want the old default behaviour of not tagging
335 struct members in C, members variables in C++ and variables in PHP.
337 ** VC
338 *** Clicking on the VC mode-line entry now pops the VC menu.
340 *** The VC mode-line entry now has a tooltip that explains the VC file status.
342 *** VC now supports applying VC operations to a set of files at a time.
344 This enables VC to work much more effectively with changeset-oriented
345 version-control systems such as Subversion, GNU Arch, Mercurial, and
346 Bzr. VC will now pass a multiple-file commit to these systems
347 as a single changeset.
349 *** In VC Annotate mode, you can type V to toggle the annotation visibility.
351 ** log-edit now has a command bound to C-c C-d to show the diff for
352 the files involved.
354 ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.
356 ** The appearance of superscript and subscript in TeX is more customizable.
357 See the documentation of the variables: tex-fontify-script,
358 tex-font-script-display, tex-suscript-height-ratio, and
359 tex-suscript-height-minimum.
361 ** BibTeX mode:
363 *** New command `bibtex-initialize' (re)initializes BibTeX buffers. 
365 *** New `bibtex-entry-format' options `whitespace', `braces', and
366 `string', disabled by default.
368 *** New variable `bibtex-cite-matcher-alist' contains rules to
369 identify cited keys in BibTeX entries, used by `bibtex-find-crossref'.
371 *** Command `bibtex-url' allows multiple URLs per entry.
374 ** Tramp
376 *** New connection methods.
377 The new methods "plinkx", "plink2", "psftp", "sftp" and "fish" have
378 been introduced.  There are also new so-called gateway methods
379 "tunnel" and "socks".
381 *** Multihop syntax has been removed.
382 The pseudo-method "multi" has been removed.  Instead of, multi hops
383 can be specified by the new variable `tramp-default-proxies-alist'.
385 *** More default settings.
386 Default values can be set via the variables `tramp-default-user',
387 `tramp-default-user-alist' and `tramp-default-host'.
389 *** Connection information is cached.
390 In order to reduce connection setup, information about used
391 connections are kept persistent in a file.  The name of this file is
392 defined in the variable `tramp-persistency-file-name'.
394 *** Control of remote processes.
395 Running processes on a remote host can be controlled by settings in
396 `tramp-remote-path' and `tramp-remote-process-environment'.
398 *** Success of remote copy is checked.
399 When the variable `file-precious-flag' is set, the success of a remote
400 file copy is checked via the file's checksum.
402 ** Miscellaneous programming mode changes
404 *** The file etc/emacs.py now supports both Python 2 and 3, meaning
405 that either version can be used as inferior Python by python.el.
407 *** The variable `fortran-line-length' can change the fixed-form line-length.
409 *** In Fortran mode, M-; is now bound to the standard comment-dwim,
410 rather than fortran-indent-comment.
413 *** (The increasingly misnamed) F90 mode supports Fortran 2003 syntax.
415 ** Gnus package
417 *** The Gnus package has been updated
419 *** There are many news features, bug fixes and improvements.
421 See the file GNUS-NEWS or the node "No Gnus" in the Gnus manual for details.
423 ** Miscellaneous
425 *** comint-mode uses `start-file-process' now (see Lisp Changes).
426 If `default-directory' is a remote file name, subprocesses are started
427 on the corresponding remote system.
429 *** C-x C-q in dired-mode now runs the command wdired-change-to-wdired-mode,
430 and C-x C-q in wdired-mode exits it with asking a question about
431 saving changes.
433 *** The new command `eshell/info' runs info in an eshell buffer.
435 *** The pcmpl-unix package supports hostname completion for ssh and scp.
437 *** WoMan tries to add locale-specific manual page directories to the
438 search path.  This can be disabled by setting `woman-locale' to nil.
441 * Changes in Emacs 23.1 on non-free operating systems
444 ** IPv6 is supported on MS-Windows.
445 Emacs now supports IPv6 on Windows XP and later, and earlier versions
446 of Windows with third party IPv6 stacks installed. Previously IPv6 was
447 supported on other platforms, but not on Windows due to using the winsock
448 1.1 header file, even though Emacs was linking to the winsock 2 library.
450 ** More keys available on MS-Windows.
451 Keys normally associated with IMEs, and some exotic keys not normally found
452 on standard keyboards have been given names so they can be bound to functions
453 inside Emacs.  If there are keys on your keyboard that have not been exposed
454 to Emacs in the past, try C-h k to see if they are available now.
456 Emacs can now bind functions to the extra buttons for media player and
457 browser control present on some keyboards.  These buttons are disabled
458 by default, since enabling them prevents their system-wide use when
459 Emacs has focus.  To enable them, set the variable
460 w32-pass-multimedia-buttons to nil. See the doc string of that variable
461 for the list of extra keys that are available.
463 * Incompatible Lisp Changes in Emacs 23.1
466 ** The function `dired-call-process' has been removed.
468 ** The variable `byte-compile-warnings' can now be a list starting with `not',
469 meaning to disable the specified warnings. The meaning of this list
470 may therefore be the reverse of what you expect (of course, this is
471 only an issue if you make use of the new `not' syntax). Rather than
472 checking/manipulating elements directly, use the new functions
473 `byte-compile-warning-enabled-p', `byte-compile-disable-warning', and
474 `byte-compile-enable-warning.'
476 ** `mode-name' is no longer guaranteed to be a string.
477 Use `(format-mode-line mode-name)' to ensure a string value.
480 * Lisp Changes in Emacs 23.1
482 ** `beginning-of-defun-function' now takes one argument, the count
483    given to `beginning-of-defun'.
485 ** The variable `inhibit-changing-match-data', if non-nil, prevents the
486 search and match primitives from changing the match data.
489 ** New function `match-substitute-replacement' returns the result of
490 `replace-match' without actually using it in the buffer.
492 ** If a local hook function has a non-nil `permanent-local-hook'
493 property, then `kill-all-local-variables' does not remove it from
494 the local value of the hook variable.  This means it remains
495 even if you change major modes.
498 ** A list of default values can be specified for the DEFAULT argument of
499 functions `read-from-minibuffer', `read-string', `read-command',
500 `read-variable', `read-buffer', `completing-read'.  Elements of this list
501 are available for inserting into the minibuffer by typing `M-n'.
502 For empty input these functions return the first element of this list.
504 ** `custom-note-var-changed' tells Custom to treat the change in a certain
505 variable as having been made within Custom.
507 ** `frame-inherited-parameters' lets new frames inherit parameters from
508 the selected frame.
510 ** Commands should use `use-region-p' to test whether there is
511 an active region that they should operate on.
513 ** `region-active-p' returns non-nil when Transient Mark mode
514 is enabled and there is an active region.  This is NOT the best function
515 to use to test whether a command should operate on the region instead
516 of the usual behavior -- for that, use `use-region-p'.
518 ** New keymap `input-decode-map' overrides like key-translation-map, but
519 applies before function-key-map.  Also it is terminal-local contrary to
520 key-translation-map.  Terminal-specific key-sequences are generally added to
521 this map rather than to function-key-map now.
523 ** The new macro `declare-function' suppresses compiler warnings about
524 undefined functions.  The new `check-declare' package verifies that such
525 statements are accurate (i.e. the functions are actually defined in
526 the specified files).
528 ** The new function `read-color' reads a color name using the minibuffer.
530 ** The new function `face-all-attributes' returns an alist
531 describing all the basic attributes of a given face.
533 ** `interprogram-paste-function' can now return one string or a list
534 of strings.  In the latter case, Emacs puts the second and following
535 strings on the kill ring.
537 ** Changes related to multiple tty support.
539 *** $TERM is now set to `dumb' for subprocesses.  If you want to know the
540 $TERM inherited by Emacs you will have to look inside initial-environment.
542 *** $DISPLAY is now dynamically inherited from the frame's `display'.
544 *** The `window-system' variable has been made frame-local. The new
545 `initial-window-system' variable contains the `window-system' value
546 for the first frame.
548 *** You can specify a terminal device (`tty' parameter) and a terminal
549 type (`tty-type' parameter) to `make-terminal-frame'.
551 *** The new function `make-frame-on-tty' allows you to create a new
552 frame on another tty device interactively.
554 *** The function `make-frame-on-display' now works during a tty
555 session, and `make-frame-on-tty' works during a graphical session.
557 *** New functions: `delete-tty', `suspend-tty', `resume-tty'.
559 *** A new data type for terminals with functions: `get-device-terminal',
560 `terminal-parameters', `terminal-parameter', `set-terminal-parameter'.
562 *** New hooks: `suspend-tty-functions' and `resume-tty-functions'
563 are called after a tty frame has been suspended or resumed,
564 respectively.  The functions are called with the terminal id of the frame
565 being suspended/resumed as a parameter.
567 *** New function: `environment'.
569 *** New variable: `local-function-key-map'.
570 This in addition to the global function-key-map variable that
571 already existed.  The global variable is not used directly any more;
572 instead, the local-function-key-map is initialized so as to inherit from
573 function-key-map.
575 *** `initial-environment' holds the environment inherited from Emacs's parent.
577 *** The `keyboard-translate-table' variable and the terminal and
578 keyboard coding systems have been made terminal-local.
580 *** In addition to the global function-key-map, Emacs has terminal-local
581 local-function-key-map variables, and uses them instead of the
582 global keymaps to set up translations and function key sequences
583 relevant to a specific terminal device.
586 ** You can now also pass the value of the `invisible' property to invisible-p
587 to check whether it would cause the text to be invisible.  Convenient when
588 checking invisibility of text which has no buffer position
589 (e.g. in before/after-strings).
591 ** Non-breaking space now acts as whitespace.
594 ** In `condition-case', a handler can specify "let the debugger run first".
596 You do this by writing `debug' in the list of conditions to be handled,
597 like this:
599     (condition-case nil
600         (foo bar)
601       ((debug error) nil))
603 ** The `require-match' argument to `completing-read' accepts a new value
604 `confirm-only'.
607 ** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly.
609 ** New function `window-full-width-p' returns t if a window is as wide
610 as its frame.
612 ** The new function `split-string-and-unquote' does (what?)
614 ** The new function `combine-and-quote-strings' does (what?)
616 ** The new function `image-refresh' refreshes all images associated
617 with a given image specification.
620 ** New variable `user-emacs-directory'.
621 Use this instead of "~/.emacs.d".
624 ** The new function `start-file-process' is similar to `start-process',
625 but obeys file handlers.  The file handler is chosen based on
626 `default-directory'.  The functions `start-file-process-shell-command'
627 and `process-file-shell-command' are also new; they call internally
628 `start-file-process' and `process-file', respectively.
630 ** The new function `process-lines' executes an external program and
631 returns its output as a list of lines.
634 ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED.
635 IDENTIFICATION specifies which part of the remote identifier has to be
636 returned.  With CONNECTED passed non-nil, it is checked whether a
637 remote connection has been established already.
639 ** The two new functions `looking-at-p' and `string-match-p' can do
640 the same matching as `looking-at' and `string-match' without changing
641 the match data.
643 ** The interactive-form of a function can be added post-facto via the
644 `interactive-form' symbol property.  Mostly useful to add complex interactive
645 forms to subroutines.
647 * New Packages for Lisp Programming in Emacs 23.1
649 ** The package isearch-multi.el has been added.  It implements a new mode
650 `isearch-buffers-minor-mode' that allows isearch to search through
651 multiple buffers.  In this mode a new variable
652 `isearch-buffers-next-buffer-function' defines the function to call
653 to get the next buffer to search in the series of multiple buffers.
655 ** The new package avl-tree.el deals with the AVL tree data structure.
658 ----------------------------------------------------------------------
659 This file is part of GNU Emacs.
661 GNU Emacs is free software; you can redistribute it and/or modify
662 it under the terms of the GNU General Public License as published by
663 the Free Software Foundation; either version 3, or (at your option)
664 any later version.
666 GNU Emacs is distributed in the hope that it will be useful,
667 but WITHOUT ANY WARRANTY; without even the implied warranty of
668 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
669 GNU General Public License for more details.
671 You should have received a copy of the GNU General Public License
672 along with GNU Emacs; see the file COPYING.  If not, write to the
673 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
674 Boston, MA 02110-1301, USA.
677 Local variables:
678 mode: outline
679 paragraph-separate: "[  \f]*$"
680 end:
682 arch-tag: e759449d-88b3-4de4-9900-3a6c3dfa23e2