Put @w{...} around an expression with a poor printed copy page break.
[emacs.git] / etc / NEWS
blob1d9ed979aba4a354bf230a8fad44c00552d59057
1 GNU Emacs NEWS -- history of user-visible changes.  2001-03-15
2 Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
3 See the end for copying conditions.
5 Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
6 For older news, see the file ONEWS
8 Temporary note:
9  +++ indicates that the appropriate manual has already been updated.
10  --- means no change in the manuals is called for.
11 When you add a new item, please add it without either +++ or ---
12 so we will look at it
15 * Installation Changes in Emacs 21.3
17 ** Emacs now supports new configure options `--program-prefix',
18 `--program-suffix' and `--program-transform-name' that affect the names of
19 installed programs.
21 ---
22 ** Leim is now part of the Emacs distribution.
23 You no longer need to download a separate tarball in order to build
24 Emacs with Leim.
26 ** Support for FreeBSD/Alpha has been added.
29 * Changes in Emacs 21.3
31 ** Info-index finally offers completion.
33 ** Controlling the left and right fringe widths.
35 The left and right fringe widths can now be controlled by setting the
36 `left-fringe' and `right-fringe' frame parameters to an integer value
37 specifying the width in pixels.  Setting the width to 0 effectively
38 removes the corresponding fringe.
40 The actual fringe widths may deviate from the specified widths, since
41 the combined fringe widths must match an integral number of columns.
42 The extra width is distributed evenly between the left and right fringe.
43 For force a specific fringe width, specify the width as a negative
44 integer (if both widths are negative, only the left fringe gets the
45 specified width).
47 Setting the width to nil (the default), restores the default fringe
48 width which is the minimum number of pixels necessary to display any
49 of the currently defined fringe bitmaps.  The width of the built-in
50 fringe bitmaps is 8 pixels.
52 ** C-w in incremental search now grabs either a character or a word,
53 making the decision in a heuristic way.  This new job is done by the
54 command `isearch-yank-word-or-char'.  To restore the old behavior,
55 bind C-w to `isearch-yank-word' in `isearch-mode-map'.
57 ** In GUD mode when talking to GDB, C-x C-a C-j "jumps" the program
58 counter to the specified source line (the one where point is).
60 ** hide-ifdef-mode now uses overlays rather than selective-display
61 to hide its text.  This should be mostly transparent but slightly
62 changes the behavior of motion commands line C-e and C-p.
64 ** Unquoted `$' in file names do not signal an error any more when
65 the corresponding environment variable does not exist.
66 Instead, the `$ENVVAR' text is left as is, so that `$$' quoting
67 is only rarely needed.
69 ** jit-lock can now be delayed with `jit-lock-defer-time'.
71 If this variable is non-nil, its value should be the amount of Emacs
72 idle time in seconds to wait before starting fontification.  For
73 example, if you set `jit-lock-defer-time' to 0.25, fontification will
74 only happen after 0.25s of idle time.
76 ** If you hit M-C-SPC (mark-sexp) repeatedly, the marked region
77 will now be extended each time, so you can mark the next two sexps with
78 M-C-SPC M-C-SPC, for example.
80 ** In the *Occur* buffer, C-o displays the current line's occurrence
81 in another window without switching to it.
83 ** When you specify a frame size with --geometry, the size applies to
84 all frames you create.  A position specified with --geometry only
85 affects the initial frame.
87 +++
88 ** M-h (mark-paragraph) now accepts a prefix arg.
89 With positive arg, M-h marks the current and the following paragraphs;
90 if the arg is negative, it marks the current and the preceding
91 paragraphs.
93 ** In Dired, the w command now copies the current line's file name
94 into the kill ring.
96 ** The variables dired-free-space-program and dired-free-space-args
97 have been renamed to directory-free-space-program and
98 directory-free-space-args, and they now apply whenever Emacs puts a
99 directory listing into a buffer.
101 ** mouse-wheels can now scroll a specific fraction of the window
102 (rather than a fixed number of lines) and the scrolling is `progressive'.
104 ** The keyboard-coding-system is now automatically set based on
105 your current locale settings.  If it turns out that your terminal
106 does not support the encoding implied by your locale (for example,
107 it inserts non-ASCII chars if you hit M-i), you will need to add
109         (set-keyboard-coding-system nil)
111 to your .emacs to revert to the old behavior.
113 ** A new coding system `euc-tw' has been added for traditional Chinese
114 in CNS encoding; it accepts both Big 5 and CNS as input; on saving,
115 Big 5 is then converted to CNS.
118 ** Emacs now reads the standard abbrevs file ~/.abbrev_defs
119 automatically at startup, if it exists.  When Emacs offers to save
120 modified buffers, it saves the abbrevs too if they have changed.  It
121 can do this either silently or asking for confirmation first,
122 according to the value of `save-abbrevs'.
124 ** Display of hollow cursors now obeys the buffer-local value (if any)
125 of `cursor-in-non-selected-windows' in the buffer that the cursor
126 appears in.
128 ** The default values of `tooltip-delay' and `tooltip-hide-delay'
129 were changed.
131 ** On terminals whose erase-char is ^H (Backspace), Emacs
132 now uses normal-erase-is-backspace-mode.
134 ** Etags changes.
136 *** In Prolog, etags creates tags for rules in addition to predicates.
138 *** In Perl, packages are tags.  Subroutine tags are named from their
139 package.  You can jump to sub tags as you did before, by the sub name, or
140 additionally by looking for package::sub.
142 *** New language PHP: tags are functions, classes and defines.  If
143 the --members option is specified to etags, tags are vars also.
146 ** The command line option --no-windows has been changed to
147 --no-window-system.  The old one still works, but is deprecated.
149 ** `buffer-menu' and `list-buffers' now list buffers whose names begin
150 with a space, if they visit files.
152 ** You can now customize fill-nobreak-predicate to control where
153 filling can break lines.  We provide two sample predicates,
154 fill-single-word-nobreak-p and fill-french-nobreak-p.
156 ** New user option `add-log-always-start-new-record'.
157 When this option is enabled, M-x add-change-log-entry will always
158 start a new record regardless of when the last record is.
160 ** New user option `sgml-xml'.
161 When this option is enabled, SGML tags are inserted in XML style,
162 i.e., there is always a closing tag.
163 When not customized, it becomes buffer-local when it can be inferred
164 from the file name or buffer contents.
166 ** New user option `isearch-resume-enabled'.
167 This option can be disabled, to avoid the normal behaviour of isearch
168 which puts calls to `isearch-resume' in the command history.
170 ** When the *scratch* buffer is recreated, its mode is set from
171 initial-major-mode, which normally is lisp-interaction-mode,
172 instead of using default-major-mode.
174 ** Byte compiler warning and error messages have been brought more
175 in line with the output of other GNU tools.
177 ** Lisp-mode now uses font-lock-doc-face for the docstrings.
179 ** perl-mode has a new variable `perl-indent-continued-arguments'.
181 ** `special-display-buffer-names' and `special-display-regexps' now
182 understand two new boolean pseudo-frame-parameters `same-frame' and
183 `same-window'.
185 ** When pure storage overflows while dumping, Emacs now prints how
186 much pure storage it will approximately need.
188 ** M-x setenv now expands environment variables of the form `$foo' and
189 `${foo}' in the specified new value of the environment variable.  To
190 include a `$' in the value, use `$$'.
193 ** File-name completion can now ignore directories.
194 If an element of the list in `completion-ignored-extensions' ends in a
195 slash `/', it indicates a subdirectory that should be ignored when
196 completing file names.  Elements of `completion-ignored-extensions'
197 which do not end in a slash are never considered when a completion
198 candidate is a directory.
200 ** New user option `inhibit-startup-buffer-menu'.
201 When loading many files, for instance with `emacs *', Emacs normally
202 displays a buffer menu.  This option turns the buffer menu off.
204 ** Rmail now displays 5-digit message ids in its summary buffer.
206 ** When using M-x revert-buffer in a compilation buffer to rerun a
207 compilation, it is now made sure that the compilation buffer is reused
208 in case it has been renamed.
210 ** On MS Windows, the "system caret" now follows the cursor.
211 This enables Emacs to work better with programs that need to track
212 the cursor, for example screen magnifiers and text to speech programs.
214 ** Tooltips now work on MS Windows.
215 See the Emacs 21.1 NEWS entry for tooltips for details.
218 ** A French translation of the `Emacs Survival Guide' is available.
221 ** A French translation of the Emacs Tutorial is available.
223 ** New modes and packages
226 *** Calc is now part of the Emacs distribution.
228 Calc is an advanced desk calculator and mathematical tool written in
229 Emacs Lisp.  Its documentation is in a separate manual; within Emacs,
230 type "C-h i m calc RET" to read that manual.  A reference card is
231 available in `etc/calccard.tex' and `etc/calccard.ps'.
234 *** The Emacs Lisp Reference Manual is now part of the distribution.
236 The ELisp reference manual in Info format is built as part of the
237 Emacs build procedure and installed together with the Emacs User
238 Manual.  A menu item was added to the menu bar that makes it easy
239 accessible (Help->More Manuals->Emacs Lisp Reference).
241 *** The Introduction to Programming in Emacs Lisp manual is now part of
242 the distribution.
244 This manual is now part of the standard distribution and is installed,
245 together with the Emacs User Manual, into the Info directory.  A menu
246 item was added to the menu bar that makes it easy accessible
247 (Help->More Manuals->Introduction to Emacs Lisp).
249 *** The ruler-mode.el library provides a minor mode for displaying an
250 "active" ruler in the header line.  You can use the mouse to visually
251 change the `fill-column', `window-margins' and `tab-stop-list'
252 settings.
254 *** The reveal.el package provides the minor modes `reveal-mode' and
255 `global-reveal-mode' which will make text visible on the fly as you
256 move your cursor into hidden region of the buffer.
257 It should work with any package that uses overlays to hide parts
258 of a buffer, such as outline-minor-mode, hs-minor-mode, hide-ifdef-mode, ...
260 *** master-mode.el implements a minor mode for scrolling a slave
261 buffer without leaving your current buffer, the master buffer.
263 It can be used by sql.el, for example: the SQL buffer is the master
264 and its SQLi buffer is the slave.  This allows you to scroll the SQLi
265 buffer containing the output from the SQL buffer containing the
266 commands.
268 This is how to use sql.el and master.el together: the variable
269 sql-buffer contains the slave buffer.  It is a local variable in the
270 SQL buffer.
272 (add-hook 'sql-mode-hook
273    (function (lambda ()
274                (master-mode t)
275                (master-set-slave sql-buffer))))
276 (add-hook 'sql-set-sqli-hook
277    (function (lambda ()
278                (master-set-slave sql-buffer))))
281 * Lisp Changes in Emacs 21.3
283 ** If text has a `keymap' property, that keymap takes precedence
284 over minor mode keymaps.
286 ** A hex escape in a string forces the string to be multibyte.
287 An octal escape makes it unibyte.
289 ** The position after an invisible, intangible character
290 is considered an unacceptable value for point;
291 intangibility processing effectively treats the following character
292 as part of the intangible region even if it is not itself intangible.
294 Thus, point can go before an invisible, intangible region, but not
295 after it.  This prevents C-f and C-b from appearing to stand still on
296 the screen.
299 ** define-abbrev now accepts an optional argument SYSTEM-FLAG.  If
300 non-nil, this marks the abbrev as a "system" abbrev, which means that
301 it won't be stored in the user's abbrevs file if he saves the abbrevs.
302 Major modes that predefine some abbrevs should always specify this
303 flag.
305 ** Support for Mocklisp has been removed.
307 ** The function insert-string is now obsolete.
309 ** The precedence of file-name-handlers has been changed.
310 Instead of blindly choosing the first handler that matches,
311 find-file-name-handler now gives precedence to a file-name handler
312 that matches near the end of the file name.  More specifically, the
313 handler whose (match-beginning 0) is the largest is chosen.
314 In case of ties, the old "first matched" rule applies.
316 ** Dense keymaps now handle inheritance correctly.
317 Previously a dense keymap would hide all of the simple-char key
318 bindings of the parent keymap.
320 ** jit-lock obeys a new text-property `jit-lock-defer-multiline'.
321 If a piece of text with that property gets contextually refontified
322 (see jit-lock-defer-contextually), then all of that text will
323 be refontified.  This is useful when the syntax of a textual element
324 depends on text several lines further down (and when font-lock-multiline
325 is not appropriate to solve that problem).  For example in Perl:
327         s{
328                 foo
329         }{
330                 bar
331         }e
333 Adding/removing the last `e' changes the `bar' from being a piece of
334 text to being a piece of code, so you'd put a jit-lock-defer-multiline
335 property over the second half of the command to force (deferred)
336 refontification of `bar' whenever the `e' is added/removed.
338 ** describe-vector now takes a second argument `describer' which is
339 called to print the entries' values.  It defaults to `princ'.
341 ** defcustom and other custom declarations now use a default group
342 (the last group defined in the same file) when no :group was given.
344 ** emacsserver now runs pre-command-hook and post-command-hook when
345 it receives a request from emacsclient.
347 ** The variable `recursive-load-depth-limit' has been deleted.
348 Emacs now signals an error if the same file is loaded with more
349 than 3 levels of nesting.
351 ** The default values of paragraph-start and indent-line-function have
352 been changed to reflect those used in Text mode rather than those used
353 in Indented-Text mode.
355 ** If a major mode function has a non-nil `no-clone-indirect'
356 property, `clone-indirect-buffer' signals an error if you use
357 it in that buffer.
359 ** If you set `query-replace-skip-read-only' non-nil,
360 `query-replace' and related functions simply ignore
361 a match if part of it has a read-only property.
363 ** In `replace-match', the replacement text no longer inherits
364 properties from surrounding text.
366 ** New function `buffer-local-value'.
368 - Function: buffer-local-value variable buffer
370 This function returns the buffer-local binding of VARIABLE (a symbol)
371 in buffer BUFFER.  If VARIABLE does not have a buffer-local binding in
372 buffer BUFFER, it returns the default value of VARIABLE instead.
374 ** The default value of `paragraph-start' and `indent-line-function' has
375 been changed to reflect the one used in Text mode rather than the one
376 used in Indented Text mode.
378 ** New function `text-clone-create'.  Text clones are chunks of text
379 that are kept identical by transparently propagating changes from one
380 clone to the other.
382 ** font-lock can manage arbitrary text-properties beside `face'.
383 *** the FACENAME returned in font-lock-keywords can be a list
384 of the form (face FACE PROP1 VAL1 PROP@ VAL2 ...) so you can set
385 other properties than `face'.
386 *** font-lock-extra-managed-props can be set to make sure those extra
387 properties are automatically cleaned up by font-lock.
389 ** The new function `run-mode-hooks' and the new macro `delay-mode-hooks'
390 are used by define-derived-mode to make sure the mode hook for the
391 parent mode is run at the end of the child mode.
393 ** `provide' and `featurep' now accept an optional second argument
394 to test/provide subfeatures.  Also `provide' now checks `after-load-alist'
395 and run any code associated with the provided feature.
397 ** The variable `compilation-parse-errors-filename-function' can
398 be used to transform filenames found in compilation output.
401 ** Functions `file-name-sans-extension' and `file-name-extension' now
402 ignore the leading dots in file names, so that file names such as
403 `.emacs' are treated as extensionless.
405 ** Functions `user-uid' and `user-real-uid' now return floats if the
406 user UID doesn't fit in a Lisp integer.  Function `user-full-name'
407 accepts a float as UID parameter.
409 ** `define-key-after' now accepts keys longer than 1.
411 ** `define-derived-mode' now accepts nil as the parent.
413 ** The local variable `no-byte-compile' in elisp files is now obeyed.
415 ** New functions `keymap-prompt' and `current-active-maps'.
417 ** New function `describe-buffer-bindings'.
419 ** New vars `exec-suffixes' and `load-suffixes' used when
420 searching for an executable resp. an elisp file.
422 ** Variable aliases have been implemented
424 - Macro: defvaralias ALIAS-VAR BASE-VAR
426 This defines the symbol ALIAS-VAR as a variable alias for symbol
427 BASE-VAR.  This means that retrieving the value of ALIAS-VAR returns
428 the value of BASE-VAR, and changing the value of ALIAS-VAR changes the
429 value of BASE-VAR.
431 - Function: indirect-variable VARIABLE
433 This function returns the variable at the end of the chain of aliases
434 of VARIABLE.  If VARIABLE is not a symbol, or if VARIABLE is not
435 defined as an alias, the function returns VARIABLE.
437 It might be noteworthy that variables aliases work for all kinds of
438 variables, including buffer-local and frame-local variables.
440 ** Functions from `post-gc-hook' are run at the end of garbage
441 collection.  The hook is run with GC inhibited, so use it with care.
443 ** If the second argument to `copy-file' is the name of a directory,
444 the file is copied to that directory instead of signaling an error.
446 ** The variables most-positive-fixnum and most-negative-fixnum
447 have been moved from the CL package to the core.
449 ** On MS Windows, locale-coding-system is used to interact with the OS.
450 The Windows specific variable w32-system-coding-system, which was
451 formerly used for that purpose is now an alias for locale-coding-system.
453 ** New packages:
455 *** The new package syntax.el provides an efficient way to find the
456 current syntactic context (as returned by parse-partial-sexp).
458 *** The TCL package tcl-mode.el was replaced by tcl.el.
459 This was actually done in Emacs-21.1 was not documented.
462 * Installation Changes in Emacs 21.1
464 See the INSTALL file for information on installing extra libraries and
465 fonts to take advantage of the new graphical features and extra
466 charsets in this release.
468 ** Support for GNU/Linux on IA64 machines has been added.
470 ** Support for LynxOS has been added.
472 ** There are new configure options associated with the support for
473 images and toolkit scrollbars.  Use the --help option in `configure'
474 to list them.
476 ** You can build a 64-bit Emacs for SPARC/Solaris systems which
477 support 64-bit executables and also on Irix 6.5.  This increases the
478 maximum buffer size.  See etc/MACHINES for instructions.  Changes to
479 build on other 64-bit systems should be straightforward modulo any
480 necessary changes to unexec.
482 ** There is a new configure option `--disable-largefile' to omit
483 Unix-98-style support for large files if that is available.
485 ** There is a new configure option `--without-xim' that instructs
486 Emacs to not use X Input Methods (XIM), if these are available.
488 ** `movemail' defaults to supporting POP.  You can turn this off using
489 the --without-pop configure option, should that be necessary.
491 ** This version can be built for the Macintosh, but does not implement
492 all of the new display features described below.  The port currently
493 lacks unexec, asynchronous processes, and networking support.  See the
494 "Emacs and the Mac OS" appendix in the Emacs manual, for the
495 description of aspects specific to the Mac.
497 ** Note that the MS-Windows port does not yet implement various of the
498 new display features described below.
501 * Changes in Emacs 21.1
503 ** Emacs has a new redisplay engine.
505 The new redisplay handles characters of variable width and height.
506 Italic text can be used without redisplay problems.  Fonts containing
507 oversized characters, i.e. characters larger than the logical height
508 of a font can be used.  Images of various formats can be displayed in
509 the text.
511 ** Emacs has a new face implementation.
513 The new faces no longer fundamentally use X font names to specify the
514 font.  Instead, each face has several independent attributes--family,
515 height, width, weight and slant--that it may or may not specify.
516 These attributes can be merged from various faces, and then together
517 specify a font.
519 Faces are supported on terminals that can display color or fonts.
520 These terminal capabilities are auto-detected.  Details can be found
521 under Lisp changes, below.
523 ** Emacs can display faces on TTY frames.
525 Emacs automatically detects terminals that are able to display colors.
526 Faces with a weight greater than normal are displayed extra-bright, if
527 the terminal supports it.  Faces with a weight less than normal and
528 italic faces are displayed dimmed, if the terminal supports it.
529 Underlined faces are displayed underlined if possible.  Other face
530 attributes such as `overline', `strike-through', and `box' are ignored
531 on terminals.
533 The command-line options `-fg COLOR', `-bg COLOR', and `-rv' are now
534 supported on character terminals.
536 Emacs automatically remaps all X-style color specifications to one of
537 the colors supported by the terminal.  This means you could have the
538 same color customizations that work both on a windowed display and on
539 a TTY or when Emacs is invoked with the -nw option.
541 ** New default font is Courier 12pt under X.
543 ** Sound support
545 Emacs supports playing sound files on GNU/Linux and FreeBSD (Voxware
546 driver and native BSD driver, a.k.a. Luigi's driver).  Currently
547 supported file formats are RIFF-WAVE (*.wav) and Sun Audio (*.au).
548 You must configure Emacs with the option `--with-sound=yes' to enable
549 sound support.
551 ** Emacs now resizes mini-windows if appropriate.
553 If a message is longer than one line, or minibuffer contents are
554 longer than one line, Emacs can resize the minibuffer window unless it
555 is on a frame of its own.  You can control resizing and the maximum
556 minibuffer window size by setting the following variables:
558 - User option: max-mini-window-height
560 Maximum height for resizing mini-windows.  If a float, it specifies a
561 fraction of the mini-window frame's height.  If an integer, it
562 specifies a number of lines.
564 Default is 0.25.
566 - User option: resize-mini-windows
568 How to resize mini-windows.  If nil, don't resize.  If t, always
569 resize to fit the size of the text.  If `grow-only', let mini-windows
570 grow only, until they become empty, at which point they are shrunk
571 again.
573 Default is `grow-only'.
575 ** LessTif support.
577 Emacs now runs with the LessTif toolkit (see
578 <http://www.lesstif.org>).  You will need version 0.92.26, or later.
580 ** LessTif/Motif file selection dialog.
582 When Emacs is configured to use LessTif or Motif, reading a file name
583 from a menu will pop up a file selection dialog if `use-dialog-box' is
584 non-nil.
586 ** File selection dialog on MS-Windows is supported.
588 When a file is visited by clicking File->Open, the MS-Windows version
589 now pops up a standard file selection dialog where you can select a
590 file to visit.  File->Save As also pops up that dialog.
592 ** Toolkit scroll bars.
594 Emacs now uses toolkit scroll bars if available.  When configured for
595 LessTif/Motif, it will use that toolkit's scroll bar.  Otherwise, when
596 configured for Lucid and Athena widgets, it will use the Xaw3d scroll
597 bar if Xaw3d is available.  You can turn off the use of toolkit scroll
598 bars by specifying `--with-toolkit-scroll-bars=no' when configuring
599 Emacs.
601 When you encounter problems with the Xaw3d scroll bar, watch out how
602 Xaw3d is compiled on your system.  If the Makefile generated from
603 Xaw3d's Imakefile contains a `-DNARROWPROTO' compiler option, and your
604 Emacs system configuration file `s/your-system.h' does not contain a
605 define for NARROWPROTO, you might consider adding it.  Take
606 `s/freebsd.h' as an example.
608 Alternatively, if you don't have access to the Xaw3d source code, take
609 a look at your system's imake configuration file, for example in the
610 directory `/usr/X11R6/lib/X11/config' (paths are different on
611 different systems).  You will find files `*.cf' there.  If your
612 system's cf-file contains a line like `#define NeedWidePrototypes NO',
613 add a `#define NARROWPROTO' to your Emacs system configuration file.
615 The reason for this is that one Xaw3d function uses `double' or
616 `float' function parameters depending on the setting of NARROWPROTO.
617 This is not a problem when Imakefiles are used because each system's
618 imake configuration file contains the necessary information.  Since
619 Emacs doesn't use imake, this has do be done manually.
621 ** Tool bar support.
623 Emacs supports a tool bar at the top of a frame under X.  For details
624 of how to define a tool bar, see the page describing Lisp-level
625 changes.  Tool-bar global minor mode controls whether or not it is
626 displayed and is on by default.  The appearance of the bar is improved
627 if Emacs has been built with XPM image support.  Otherwise monochrome
628 icons will be used.
630 To make the tool bar more useful, we need contributions of extra icons
631 for specific modes (with copyright assignments).
633 ** Tooltips.
635 Tooltips are small X windows displaying a help string at the current
636 mouse position.  The Lisp package `tooltip' implements them.  You can
637 turn them off via the user option `tooltip-mode'.
639 Tooltips also provides support for GUD debugging.  If activated,
640 variable values can be displayed in tooltips by pointing at them with
641 the mouse in source buffers.  You can customize various aspects of the
642 tooltip display in the group `tooltip'.
644 ** Automatic Hscrolling
646 Horizontal scrolling now happens automatically if
647 `automatic-hscrolling' is set (the default).  This setting can be
648 customized.
650 If a window is scrolled horizontally with set-window-hscroll, or
651 scroll-left/scroll-right (C-x <, C-x >), this serves as a lower bound
652 for automatic horizontal scrolling.  Automatic scrolling will scroll
653 the text more to the left if necessary, but won't scroll the text more
654 to the right than the column set with set-window-hscroll etc.
656 ** When using a windowing terminal, each Emacs window now has a cursor
657 of its own.  By default, when a window is selected, the cursor is
658 solid; otherwise, it is hollow.  The user-option
659 `cursor-in-non-selected-windows' controls how to display the
660 cursor in non-selected windows.  If nil, no cursor is shown, if
661 non-nil a hollow box cursor is shown.
663 ** Fringes to the left and right of windows are used to display
664 truncation marks, continuation marks, overlay arrows and alike.  The
665 foreground, background, and stipple of these areas can be changed by
666 customizing face `fringe'.
668 ** The mode line under X is now drawn with shadows by default.
669 You can change its appearance by modifying the face `mode-line'.
670 In particular, setting the `:box' attribute to nil turns off the 3D
671 appearance of the mode line.  (The 3D appearance makes the mode line
672 occupy more space, and thus might cause the first or the last line of
673 the window to be partially obscured.)
675 The variable `mode-line-inverse-video', which was used in older
676 versions of emacs to make the mode-line stand out, is now deprecated.
677 However, setting it to nil will cause the `mode-line' face to be
678 ignored, and mode-lines to be drawn using the default text face.
680 ** Mouse-sensitive mode line.
682 Different parts of the mode line have been made mouse-sensitive on all
683 systems which support the mouse.  Moving the mouse to a
684 mouse-sensitive part in the mode line changes the appearance of the
685 mouse pointer to an arrow, and help about available mouse actions is
686 displayed either in the echo area, or in the tooltip window if you
687 have enabled one.
689 Currently, the following actions have been defined:
691 - Mouse-1 on the buffer name in the mode line goes to the next buffer.
693 - Mouse-3 on the buffer-name goes to the previous buffer.
695 - Mouse-2 on the read-only or modified status in the mode line (`%' or
696 `*') toggles the status.
698 - Mouse-3 on the mode name displays a minor-mode menu.
700 ** Hourglass pointer
702 Emacs can optionally display an hourglass pointer under X.  You can
703 turn the display on or off by customizing group `cursor'.
705 ** Blinking cursor
707 M-x blink-cursor-mode toggles a blinking cursor under X and on
708 terminals having terminal capabilities `vi', `vs', and `ve'.  Blinking
709 and related parameters like frequency and delay can be customized in
710 the group `cursor'.
712 ** New font-lock support mode `jit-lock-mode'.
714 This support mode is roughly equivalent to `lazy-lock' but is
715 generally faster.  It supports stealth and deferred fontification.
716 See the documentation of the function `jit-lock-mode' for more
717 details.
719 Font-lock uses jit-lock-mode as default support mode, so you don't
720 have to do anything to activate it.
722 ** The default binding of the Delete key has changed.
724 The new user-option `normal-erase-is-backspace' can be set to
725 determine the effect of the Delete and Backspace function keys.
727 On window systems, the default value of this option is chosen
728 according to the keyboard used.  If the keyboard has both a Backspace
729 key and a Delete key, and both are mapped to their usual meanings, the
730 option's default value is set to t, so that Backspace can be used to
731 delete backward, and Delete can be used to delete forward.  On
732 keyboards which either have only one key (usually labeled DEL), or two
733 keys DEL and BS which produce the same effect, the option's value is
734 set to nil, and these keys delete backward.
736 If not running under a window system, setting this option accomplishes
737 a similar effect by mapping C-h, which is usually generated by the
738 Backspace key, to DEL, and by mapping DEL to C-d via
739 `keyboard-translate'.  The former functionality of C-h is available on
740 the F1 key.  You should probably not use this setting on a text-only
741 terminal if you don't have both Backspace, Delete and F1 keys.
743 Programmatically, you can call function normal-erase-is-backspace-mode
744 to toggle the behavior of the Delete and Backspace keys.
746 ** The default for user-option `next-line-add-newlines' has been
747 changed to nil, i.e. C-n will no longer add newlines at the end of a
748 buffer by default.
750 ** The <home> and <end> keys now move to the beginning or end of the
751 current line, respectively.  C-<home> and C-<end> move to the
752 beginning and end of the buffer.
754 ** Emacs now checks for recursive loads of Lisp files.  If the
755 recursion depth exceeds `recursive-load-depth-limit', an error is
756 signaled.
758 ** When an error is signaled during the loading of the user's init
759 file, Emacs now pops up the *Messages* buffer.
761 ** Emacs now refuses to load compiled Lisp files which weren't
762 compiled with Emacs.  Set `load-dangerous-libraries' to t to change
763 this behavior.
765 The reason for this change is an incompatible change in XEmacs's byte
766 compiler.  Files compiled with XEmacs can contain byte codes that let
767 Emacs dump core.
769 ** Toggle buttons and radio buttons in menus.
771 When compiled with LessTif (or Motif) support, Emacs uses toolkit
772 widgets for radio and toggle buttons in menus.  When configured for
773 Lucid, Emacs draws radio buttons and toggle buttons similar to Motif.
775 ** The menu bar configuration has changed.  The new configuration is
776 more CUA-compliant.  The most significant change is that Options is
777 now a separate menu-bar item, with Mule and Customize as its submenus.
779 ** Item Save Options on the Options menu allows saving options set
780 using that menu.
782 ** Highlighting of trailing whitespace.
784 When `show-trailing-whitespace' is non-nil, Emacs displays trailing
785 whitespace in the face `trailing-whitespace'.  Trailing whitespace is
786 defined as spaces or tabs at the end of a line.  To avoid busy
787 highlighting when entering new text, trailing whitespace is not
788 displayed if point is at the end of the line containing the
789 whitespace.
791 ** C-x 5 1 runs the new command delete-other-frames which deletes
792 all frames except the selected one.
794 ** The new user-option `confirm-kill-emacs' can be customized to
795 let Emacs ask for confirmation before exiting.
797 ** The header line in an Info buffer is now displayed as an emacs
798 header-line (which is like a mode-line, but at the top of the window),
799 so that it remains visible even when the buffer has been scrolled.
800 This behavior may be disabled by customizing the option
801 `Info-use-header-line'.
803 ** Polish, Czech, German, and French translations of Emacs' reference card
804 have been added.  They are named `pl-refcard.tex', `cs-refcard.tex',
805 `de-refcard.tex' and `fr-refcard.tex'.  Postscript files are included.
807 ** An `Emacs Survival Guide', etc/survival.tex, is available.
809 ** A reference card for Dired has been added.  Its name is
810 `dired-ref.tex'.  A French translation is available in
811 `fr-drdref.tex'.
813 ** C-down-mouse-3 is bound differently.  Now if the menu bar is not
814 displayed it pops up a menu containing the items which would be on the
815 menu bar.  If the menu bar is displayed, it pops up the major mode
816 menu or the Edit menu if there is no major mode menu.
818 ** Variable `load-path' is no longer customizable through Customize.
820 You can no longer use `M-x customize-variable' to customize `load-path'
821 because it now contains a version-dependent component.  You can still
822 use `add-to-list' and `setq' to customize this variable in your
823 `~/.emacs' init file or to modify it from any Lisp program in general.
825 ** C-u C-x = provides detailed information about the character at
826 point in a pop-up window.
828 ** Emacs can now support 'wheeled' mice (such as the MS IntelliMouse)
829 under XFree86.  To enable this, use the `mouse-wheel-mode' command, or
830 customize the variable `mouse-wheel-mode'.
832 The variables `mouse-wheel-follow-mouse' and `mouse-wheel-scroll-amount'
833 determine where and by how much buffers are scrolled.
835 ** Emacs' auto-save list files are now by default stored in a
836 sub-directory `.emacs.d/auto-save-list/' of the user's home directory.
837 (On MS-DOS, this subdirectory's name is `_emacs.d/auto-save.list/'.)
838 You can customize `auto-save-list-file-prefix' to change this location.
840 ** The function `getenv' is now callable interactively.
842 ** The new user-option `even-window-heights' can be set to nil
843 to prevent `display-buffer' from evening out window heights.
845 ** The new command M-x delete-trailing-whitespace RET will delete the
846 trailing whitespace within the current restriction.  You can also add
847 this function to `write-file-hooks' or `local-write-file-hooks'.
849 ** When visiting a file with M-x find-file-literally, no newlines will
850 be added to the end of the buffer even if `require-final-newline' is
851 non-nil.
853 ** The new user-option `find-file-suppress-same-file-warnings' can be
854 set to suppress warnings ``X and Y are the same file'' when visiting a
855 file that is already visited under a different name.
857 ** The new user-option `electric-help-shrink-window' can be set to
858 nil to prevent adjusting the help window size to the buffer size.
860 ** New command M-x describe-character-set reads a character set name
861 and displays information about that.
863 ** The new variable `auto-mode-interpreter-regexp' contains a regular
864 expression matching interpreters, for file mode determination.
866 This regular expression is matched against the first line of a file to
867 determine the file's mode in `set-auto-mode' when Emacs can't deduce a
868 mode from the file's name.  If it matches, the file is assumed to be
869 interpreted by the interpreter matched by the second group of the
870 regular expression.  The mode is then determined as the mode
871 associated with that interpreter in `interpreter-mode-alist'.
873 ** New function executable-make-buffer-file-executable-if-script-p is
874 suitable as an after-save-hook as an alternative to `executable-chmod'.
876 ** The most preferred coding-system is now used to save a buffer if
877 buffer-file-coding-system is `undecided' and it is safe for the buffer
878 contents.  (The most preferred is set by set-language-environment or
879 by M-x prefer-coding-system.)  Thus if you visit an ASCII file and
880 insert a non-ASCII character from your current language environment,
881 the file will be saved silently with the appropriate coding.
882 Previously you would be prompted for a safe coding system.
884 ** The many obsolete language `setup-...-environment' commands have
885 been removed -- use `set-language-environment'.
887 ** The new Custom option `keyboard-coding-system' specifies a coding
888 system for keyboard input.
890 ** New variable `inhibit-iso-escape-detection' determines if Emacs'
891 coding system detection algorithm should pay attention to ISO2022's
892 escape sequences.  If this variable is non-nil, the algorithm ignores
893 such escape sequences.  The default value is nil, and it is
894 recommended not to change it except for the special case that you
895 always want to read any escape code verbatim.  If you just want to
896 read a specific file without decoding escape codes, use C-x RET c
897 (`universal-coding-system-argument').  For instance, C-x RET c latin-1
898 RET C-x C-f filename RET.
900 ** Variable `default-korean-keyboard' is initialized properly from the
901 environment variable `HANGUL_KEYBOARD_TYPE'.
903 ** New command M-x list-charset-chars reads a character set name and
904 displays all characters in that character set.
906 ** M-x set-terminal-coding-system (C-x RET t) now allows CCL-based
907 coding systems such as cpXXX and cyrillic-koi8.
909 ** Emacs now attempts to determine the initial language environment
910 and preferred and locale coding systems systematically from the
911 LC_ALL, LC_CTYPE, and LANG environment variables during startup.
913 ** New language environments `Polish', `Latin-8' and `Latin-9'.
914 Latin-8 and Latin-9 correspond respectively to the ISO character sets
915 8859-14 (Celtic) and 8859-15 (updated Latin-1, with the Euro sign).
916 GNU Intlfonts doesn't support these yet but recent X releases have
917 8859-15.  See etc/INSTALL for information on obtaining extra fonts.
918 There are new Leim input methods for Latin-8 and Latin-9 prefix (only)
919 and Polish `slash'.
921 ** New language environments `Dutch' and `Spanish'.
922 These new environments mainly select appropriate translations
923 of the tutorial.
925 ** In Ethiopic language environment, special key bindings for
926 function keys are changed as follows.  This is to conform to "Emacs
927 Lisp Coding Convention".
929     new  command                            old-binding
930     ---  -------                            -----------
931     f3   ethio-fidel-to-sera-buffer         f5
932     S-f3 ethio-fidel-to-sera-region         f5
933     C-f3 ethio-fidel-to-sera-mail-or-marker f5
935     f4   ethio-sera-to-fidel-buffer         unchanged
936     S-f4 ethio-sera-to-fidel-region         unchanged
937     C-f4 ethio-sera-to-fidel-mail-or-marker unchanged
939     S-f5 ethio-toggle-punctuation           f3
940     S-f6 ethio-modify-vowel                 f6
941     S-f7 ethio-replace-space                f7
942     S-f8 ethio-input-special-character      f8
943     S-f9 ethio-replace-space                unchanged
944     C-f9 ethio-toggle-space                 f2
946 ** There are new Leim input methods.
947 New input methods "turkish-postfix", "turkish-alt-postfix",
948 "greek-mizuochi", "TeX", and "greek-babel" are now part of the Leim
949 package.
951 ** The rule of input method "slovak" is slightly changed.  Now the
952 rules for translating "q" and "Q" to "`" (backquote) are deleted, thus
953 typing them inserts "q" and "Q" respectively.  Rules for translating
954 "=q", "+q", "=Q", and "+Q" to "`" are also deleted.  Now, to input
955 "`", you must type "=q".
957 ** When your terminal can't display characters from some of the ISO
958 8859 character sets but can display Latin-1, you can display
959 more-or-less mnemonic sequences of ASCII/Latin-1 characters instead of
960 empty boxes (under a window system) or question marks (not under a
961 window system).  Customize the option `latin1-display' to turn this
964 ** M-; now calls comment-dwim which tries to do something clever based
965 on the context.  M-x kill-comment is now an alias to comment-kill,
966 defined in newcomment.el.  You can choose different styles of region
967 commenting with the variable `comment-style'.
969 ** New user options `display-time-mail-face' and
970 `display-time-use-mail-icon' control the appearance of mode-line mail
971 indicator used by the display-time package.  On a suitable display the
972 indicator can be an icon and is mouse-sensitive.
974 ** On window-systems, additional space can be put between text lines
975 on the display using several methods
977 - By setting frame parameter `line-spacing' to PIXELS.  PIXELS must be
978 a positive integer, and specifies that PIXELS number of pixels should
979 be put below text lines on the affected frame or frames.
981 - By setting X resource `lineSpacing', class `LineSpacing'.  This is
982 equivalent to specifying the frame parameter.
984 - By specifying `--line-spacing=N' or `-lsp N' on the command line.
986 - By setting buffer-local variable `line-spacing'.  The meaning is
987 the same, but applies to the a particular buffer only.
989 ** The new command `clone-indirect-buffer' can be used to create
990 an indirect buffer that is a twin copy of the current buffer.  The
991 command `clone-indirect-buffer-other-window', bound to C-x 4 c,
992 does the same but displays the indirect buffer in another window.
994 ** New user options `backup-directory-alist' and
995 `make-backup-file-name-function' control the placement of backups,
996 typically in a single directory or in an invisible sub-directory.
998 ** New commands iso-iso2sgml and iso-sgml2iso convert between Latin-1
999 characters and the corresponding SGML (HTML) entities.
1001 ** New X resources recognized
1003 *** The X resource `synchronous', class `Synchronous', specifies
1004 whether Emacs should run in synchronous mode.  Synchronous mode
1005 is useful for debugging X problems.
1007 Example:
1009   emacs.synchronous: true
1011 *** The X resource `visualClass, class `VisualClass', specifies the
1012 visual Emacs should use.  The resource's value should be a string of
1013 the form `CLASS-DEPTH', where CLASS is the name of the visual class,
1014 and DEPTH is the requested color depth as a decimal number.  Valid
1015 visual class names are
1017   TrueColor
1018   PseudoColor
1019   DirectColor
1020   StaticColor
1021   GrayScale
1022   StaticGray
1024 Visual class names specified as X resource are case-insensitive, i.e.
1025 `pseudocolor', `Pseudocolor' and `PseudoColor' all have the same
1026 meaning.
1028 The program `xdpyinfo' can be used to list the visual classes
1029 supported on your display, and which depths they have.  If
1030 `visualClass' is not specified, Emacs uses the display's default
1031 visual.
1033 Example:
1035   emacs.visualClass: TrueColor-8
1037 *** The X resource `privateColormap', class `PrivateColormap',
1038 specifies that Emacs should use a private colormap if it is using the
1039 default visual, and that visual is of class PseudoColor.  Recognized
1040 resource values are `true' or `on'.
1042 Example:
1044   emacs.privateColormap: true
1046 ** Faces and frame parameters.
1048 There are four new faces `scroll-bar', `border', `cursor' and `mouse'.
1049 Setting the frame parameters `scroll-bar-foreground' and
1050 `scroll-bar-background' sets foreground and background color of face
1051 `scroll-bar' and vice versa.  Setting frame parameter `border-color'
1052 sets the background color of face `border' and vice versa.  Likewise
1053 for frame parameters `cursor-color' and face `cursor', and frame
1054 parameter `mouse-color' and face `mouse'.
1056 Changing frame parameter `font' sets font-related attributes of the
1057 `default' face and vice versa.  Setting frame parameters
1058 `foreground-color' or `background-color' sets the colors of the
1059 `default' face and vice versa.
1061 ** New face `menu'.
1063 The face `menu' can be used to change colors and font of Emacs' menus.
1065 ** New frame parameter `screen-gamma' for gamma correction.
1067 The new frame parameter `screen-gamma' specifies gamma-correction for
1068 colors.  Its value may be nil, the default, in which case no gamma
1069 correction occurs, or a number > 0, usually a float, that specifies
1070 the screen gamma of a frame's display.
1072 PC monitors usually have a screen gamma of 2.2.  smaller values result
1073 in darker colors.  You might want to try a screen gamma of 1.5 for LCD
1074 color displays.  The viewing gamma Emacs uses is 0.4545. (1/2.2).
1076 The X resource name of this parameter is `screenGamma', class
1077 `ScreenGamma'.
1079 ** Tabs and variable-width text.
1081 Tabs are now displayed with stretch properties; the width of a tab is
1082 defined as a multiple of the normal character width of a frame, and is
1083 independent of the fonts used in the text where the tab appears.
1084 Thus, tabs can be used to line up text in different fonts.
1086 ** Enhancements of the Lucid menu bar
1088 *** The Lucid menu bar now supports the resource "margin".
1090         emacs.pane.menubar.margin: 5
1092 The default margin is 4 which makes the menu bar appear like the
1093 LessTif/Motif one.
1095 *** Arrows that indicate sub-menus are now drawn with shadows, as in
1096 LessTif and Motif.
1098 ** A block cursor can be drawn as wide as the glyph under it under X.
1100 As an example: if a block cursor is over a tab character, it will be
1101 drawn as wide as that tab on the display.  To do this, set
1102 `x-stretch-cursor' to a non-nil value.
1104 ** Empty display lines at the end of a buffer may be marked with a
1105 bitmap (this is similar to the tilde displayed by vi and Less).
1107 This behavior is activated by setting the buffer-local variable
1108 `indicate-empty-lines' to a non-nil value.  The default value of this
1109 variable is found in `default-indicate-empty-lines'.
1111 ** There is a new "aggressive" scrolling method.
1113 When scrolling up because point is above the window start, if the
1114 value of the buffer-local variable `scroll-up-aggressively' is a
1115 number, Emacs chooses a new window start so that point ends up that
1116 fraction of the window's height from the top of the window.
1118 When scrolling down because point is below the window end, if the
1119 value of the buffer-local variable `scroll-down-aggressively' is a
1120 number, Emacs chooses a new window start so that point ends up that
1121 fraction of the window's height from the bottom of the window.
1123 ** You can now easily create new *Info* buffers using either
1124 M-x clone-buffer, C-u m <entry> RET or C-u g <entry> RET.
1125 M-x clone-buffer can also be used on *Help* and several other special
1126 buffers.
1128 ** The command `Info-search' now uses a search history.
1130 ** Listing buffers with M-x list-buffers (C-x C-b) now shows
1131 abbreviated file names.  Abbreviations can be customized by changing
1132 `directory-abbrev-alist'.
1134 ** A new variable, backup-by-copying-when-privileged-mismatch, gives
1135 the highest file uid for which backup-by-copying-when-mismatch will be
1136 forced on.  The assumption is that uids less than or equal to this
1137 value are special uids (root, bin, daemon, etc.--not real system
1138 users) and that files owned by these users should not change ownership,
1139 even if your system policy allows users other than root to edit them.
1141 The default is 200; set the variable to nil to disable the feature.
1143 ** The rectangle commands now avoid inserting undesirable spaces,
1144 notably at the end of lines.
1146 All these functions have been rewritten to avoid inserting unwanted
1147 spaces, and an optional prefix now allows them to behave the old way.
1149 ** The function `replace-rectangle' is an alias for `string-rectangle'.
1151 ** The new command M-x string-insert-rectangle is like `string-rectangle',
1152 but inserts text instead of replacing it.
1154 ** The new command M-x query-replace-regexp-eval acts like
1155 query-replace-regexp, but takes a Lisp expression which is evaluated
1156 after each match to get the replacement text.
1158 ** M-x query-replace recognizes a new command `e' (or `E') that lets
1159 you edit the replacement string.
1161 ** The new command mail-abbrev-complete-alias, bound to `M-TAB'
1162 (if you load the library `mailabbrev'), lets you complete mail aliases
1163 in the text, analogous to lisp-complete-symbol.
1165 ** The variable `echo-keystrokes' may now have a floating point value.
1167 ** If your init file is compiled (.emacs.elc), `user-init-file' is set
1168 to the source name (.emacs.el), if that exists, after loading it.
1170 ** The help string specified for a menu-item whose definition contains
1171 the property `:help HELP' is now displayed under X, on MS-Windows, and
1172 MS-DOS, either in the echo area or with tooltips.  Many standard menus
1173 displayed by Emacs now have help strings.
1176 ** New user option `read-mail-command' specifies a command to use to
1177 read mail from the menu etc.
1179 ** The environment variable `EMACSLOCKDIR' is no longer used on MS-Windows.
1180 This environment variable was used when creating lock files.  Emacs on
1181 MS-Windows does not use this variable anymore.  This change was made
1182 before Emacs 21.1, but wasn't documented until now.
1184 ** Highlighting of mouse-sensitive regions is now supported in the
1185 MS-DOS version of Emacs.
1187 ** The new command `msdos-set-mouse-buttons' forces the MS-DOS version
1188 of Emacs to behave as if the mouse had a specified number of buttons.
1189 This comes handy with mice that don't report their number of buttons
1190 correctly.  One example is the wheeled mice, which report 3 buttons,
1191 but clicks on the middle button are not passed to the MS-DOS version
1192 of Emacs.
1194 ** Customize changes
1196 *** Customize now supports comments about customized items.  Use the
1197 `State' menu to add comments, or give a prefix argument to
1198 M-x customize-set-variable or M-x customize-set-value.  Note that
1199 customization comments will cause the customizations to fail in
1200 earlier versions of Emacs.
1202 *** The new option `custom-buffer-done-function' says whether to kill
1203 Custom buffers when you've done with them or just bury them (the
1204 default).
1206 *** If Emacs was invoked with the `-q' or `--no-init-file' options, it
1207 does not allow you to save customizations in your `~/.emacs' init
1208 file.  This is because saving customizations from such a session would
1209 wipe out all the other customizationss you might have on your init
1210 file.
1212 ** New features in evaluation commands
1214 *** The commands to evaluate Lisp expressions, such as C-M-x in Lisp
1215 modes, C-j in Lisp Interaction mode, and M-:, now bind the variables
1216 print-level, print-length, and debug-on-error based on the new
1217 customizable variables eval-expression-print-level,
1218 eval-expression-print-length, and eval-expression-debug-on-error.
1220 The default values for the first two of these variables are 12 and 4
1221 respectively, which means that `eval-expression' now prints at most
1222 the first 12 members of a list and at most 4 nesting levels deep (if
1223 the list is longer or deeper than that, an ellipsis `...'  is
1224 printed).
1226 <RET> or <mouse-2> on the printed text toggles between an abbreviated
1227 printed representation and an unabbreviated one.
1229 The default value of eval-expression-debug-on-error is t, so any error
1230 during evaluation produces a backtrace.
1232 *** The function `eval-defun' (C-M-x) now loads Edebug and instruments
1233 code when called with a prefix argument.
1235 ** CC mode changes.
1237 Note: This release contains changes that might not be compatible with
1238 current user setups (although it's believed that these
1239 incompatibilities will only show in very uncommon circumstances).
1240 However, since the impact is uncertain, these changes may be rolled
1241 back depending on user feedback.  Therefore there's no forward
1242 compatibility guarantee wrt the new features introduced in this
1243 release.
1245 *** The hardcoded switch to "java" style in Java mode is gone.
1246 CC Mode used to automatically set the style to "java" when Java mode
1247 is entered.  This has now been removed since it caused too much
1248 confusion.
1250 However, to keep backward compatibility to a certain extent, the
1251 default value for c-default-style now specifies the "java" style for
1252 java-mode, but "gnu" for all other modes (as before).  So you won't
1253 notice the change if you haven't touched that variable.
1255 *** New cleanups, space-before-funcall and compact-empty-funcall.
1256 Two new cleanups have been added to c-cleanup-list:
1258 space-before-funcall causes a space to be inserted before the opening
1259 parenthesis of a function call, which gives the style "foo (bar)".
1261 compact-empty-funcall causes any space before a function call opening
1262 parenthesis to be removed if there are no arguments to the function.
1263 It's typically useful together with space-before-funcall to get the
1264 style "foo (bar)" and "foo()".
1266 *** Some keywords now automatically trigger reindentation.
1267 Keywords like "else", "while", "catch" and "finally" have been made
1268 "electric" to make them reindent automatically when they continue an
1269 earlier statement.  An example:
1271 for (i = 0; i < 17; i++)
1272   if (a[i])
1273     res += a[i]->offset;
1274 else
1276 Here, the "else" should be indented like the preceding "if", since it
1277 continues that statement. CC Mode will automatically reindent it after
1278 the "else" has been typed in full, since it's not until then it's
1279 possible to decide whether it's a new statement or a continuation of
1280 the preceding "if".
1282 CC Mode uses Abbrev mode to achieve this, which is therefore turned on
1283 by default.
1285 *** M-a and M-e now moves by sentence in multiline strings.
1286 Previously these two keys only moved by sentence in comments, which
1287 meant that sentence movement didn't work in strings containing
1288 documentation or other natural language text.
1290 The reason it's only activated in multiline strings (i.e. strings that
1291 contain a newline, even when escaped by a '\') is to avoid stopping in
1292 the short strings that often reside inside statements.  Multiline
1293 strings almost always contain text in a natural language, as opposed
1294 to other strings that typically contain format specifications,
1295 commands, etc.  Also, it's not that bothersome that M-a and M-e misses
1296 sentences in single line strings, since they're short anyway.
1298 *** Support for autodoc comments in Pike mode.
1299 Autodoc comments for Pike are used to extract documentation from the
1300 source, like Javadoc in Java.  Pike mode now recognize this markup in
1301 comment prefixes and paragraph starts.
1303 *** The comment prefix regexps on c-comment-prefix may be mode specific.
1304 When c-comment-prefix is an association list, it specifies the comment
1305 line prefix on a per-mode basis, like c-default-style does.  This
1306 change came about to support the special autodoc comment prefix in
1307 Pike mode only.
1309 *** Better handling of syntactic errors.
1310 The recovery after unbalanced parens earlier in the buffer has been
1311 improved; CC Mode now reports them by dinging and giving a message
1312 stating the offending line, but still recovers and indent the
1313 following lines in a sane way (most of the time).  An "else" with no
1314 matching "if" is handled similarly.  If an error is discovered while
1315 indenting a region, the whole region is still indented and the error
1316 is reported afterwards.
1318 *** Lineup functions may now return absolute columns.
1319 A lineup function can give an absolute column to indent the line to by
1320 returning a vector with the desired column as the first element.
1322 *** More robust and warning-free byte compilation.
1323 Although this is strictly not a user visible change (well, depending
1324 on the view of a user), it's still worth mentioning that CC Mode now
1325 can be compiled in the standard ways without causing trouble.  Some
1326 code have also been moved between the subpackages to enhance the
1327 modularity somewhat.  Thanks to Martin Buchholz for doing the
1328 groundwork.
1330 *** c-style-variables-are-local-p now defaults to t.
1331 This is an incompatible change that has been made to make the behavior
1332 of the style system wrt global variable settings less confusing for
1333 non-advanced users.  If you know what this variable does you might
1334 want to set it to nil in your .emacs, otherwise you probably don't
1335 have to bother.
1337 Defaulting c-style-variables-are-local-p to t avoids the confusing
1338 situation that occurs when a user sets some style variables globally
1339 and edits both a Java and a non-Java file in the same Emacs session.
1340 If the style variables aren't buffer local in this case, loading of
1341 the second file will cause the default style (either "gnu" or "java"
1342 by default) to override the global settings made by the user.
1344 *** New initialization procedure for the style system.
1345 When the initial style for a buffer is determined by CC Mode (from the
1346 variable c-default-style), the global values of style variables now
1347 take precedence over the values specified by the chosen style.  This
1348 is different than the old behavior: previously, the style-specific
1349 settings would override the global settings.  This change makes it
1350 possible to do simple configuration in the intuitive way with
1351 Customize or with setq lines in one's .emacs file.
1353 By default, the global value of every style variable is the new
1354 special symbol set-from-style, which causes the value to be taken from
1355 the style system.  This means that in effect, only an explicit setting
1356 of a style variable will cause the "overriding" behavior described
1357 above.
1359 Also note that global settings override style-specific settings *only*
1360 when the initial style of a buffer is chosen by a CC Mode major mode
1361 function.  When a style is chosen in other ways --- for example, by a
1362 call like (c-set-style "gnu") in a hook, or via M-x c-set-style ---
1363 then the style-specific values take precedence over any global style
1364 values.  In Lisp terms, global values override style-specific values
1365 only when the new second argument to c-set-style is non-nil; see the
1366 function documentation for more info.
1368 The purpose of these changes is to make it easier for users,
1369 especially novice users, to do simple customizations with Customize or
1370 with setq in their .emacs files.  On the other hand, the new system is
1371 intended to be compatible with advanced users' customizations as well,
1372 such as those that choose styles in hooks or whatnot.  This new system
1373 is believed to be almost entirely compatible with current
1374 configurations, in spite of the changed precedence between style and
1375 global variable settings when a buffer's default style is set.
1377 (Thanks to Eric Eide for clarifying this explanation a bit.)
1379 **** c-offsets-alist is now a customizable variable.
1380 This became possible as a result of the new initialization behavior.
1382 This variable is treated slightly differently from the other style
1383 variables; instead of using the symbol set-from-style, it will be
1384 completed with the syntactic symbols it doesn't already contain when
1385 the style is first initialized.  This means it now defaults to the
1386 empty list to make all syntactic elements get their values from the
1387 style system.
1389 **** Compatibility variable to restore the old behavior.
1390 In case your configuration doesn't work with this change, you can set
1391 c-old-style-variable-behavior to non-nil to get the old behavior back
1392 as far as possible.
1394 *** Improvements to line breaking and text filling.
1395 CC Mode now handles this more intelligently and seamlessly wrt the
1396 surrounding code, especially inside comments.  For details see the new
1397 chapter about this in the manual.
1399 **** New variable to recognize comment line prefix decorations.
1400 The variable c-comment-prefix-regexp has been added to properly
1401 recognize the line prefix in both block and line comments.  It's
1402 primarily used to initialize the various paragraph recognition and
1403 adaptive filling variables that the text handling functions uses.
1405 **** New variable c-block-comment-prefix.
1406 This is a generalization of the now obsolete variable
1407 c-comment-continuation-stars to handle arbitrary strings.
1409 **** CC Mode now uses adaptive fill mode.
1410 This to make it adapt better to the paragraph style inside comments.
1412 It's also possible to use other adaptive filling packages inside CC
1413 Mode, notably Kyle E. Jones' Filladapt mode (http://wonderworks.com/).
1414 A new convenience function c-setup-filladapt sets up Filladapt for use
1415 inside CC Mode.
1417 Note though that the 2.12 version of Filladapt lacks a feature that
1418 causes it to work suboptimally when c-comment-prefix-regexp can match
1419 the empty string (which it commonly does).  A patch for that is
1420 available from the CC Mode web site (http://www.python.org/emacs/
1421 cc-mode/).
1423 **** The variables `c-hanging-comment-starter-p' and
1424 `c-hanging-comment-ender-p', which controlled how comment starters and
1425 enders were filled, are not used anymore.  The new version of the
1426 function `c-fill-paragraph' keeps the comment starters and enders as
1427 they were before the filling.
1429 **** It's now possible to selectively turn off auto filling.
1430 The variable c-ignore-auto-fill is used to ignore auto fill mode in
1431 specific contexts, e.g. in preprocessor directives and in string
1432 literals.
1434 **** New context sensitive line break function c-context-line-break.
1435 It works like newline-and-indent in normal code, and adapts the line
1436 prefix according to the comment style when used inside comments.  If
1437 you're normally using newline-and-indent, you might want to switch to
1438 this function.
1440 *** Fixes to IDL mode.
1441 It now does a better job in recognizing only the constructs relevant
1442 to IDL.  E.g. it no longer matches "class" as the beginning of a
1443 struct block, but it does match the CORBA 2.3 "valuetype" keyword.
1444 Thanks to Eric Eide.
1446 *** Improvements to the Whitesmith style.
1447 It now keeps the style consistently on all levels and both when
1448 opening braces hangs and when they don't.
1450 **** New lineup function c-lineup-whitesmith-in-block.
1452 *** New lineup functions c-lineup-template-args and c-indent-multi-line-block.
1453 See their docstrings for details.  c-lineup-template-args does a
1454 better job of tracking the brackets used as parens in C++ templates,
1455 and is used by default to line up continued template arguments.
1457 *** c-lineup-comment now preserves alignment with a comment on the
1458 previous line.  It used to instead preserve comments that started in
1459 the column specified by comment-column.
1461 *** c-lineup-C-comments handles "free form" text comments.
1462 In comments with a long delimiter line at the start, the indentation
1463 is kept unchanged for lines that start with an empty comment line
1464 prefix.  This is intended for the type of large block comments that
1465 contain documentation with its own formatting.  In these you normally
1466 don't want CC Mode to change the indentation.
1468 *** The `c' syntactic symbol is now relative to the comment start
1469 instead of the previous line, to make integers usable as lineup
1470 arguments.
1472 *** All lineup functions have gotten docstrings.
1474 *** More preprocessor directive movement functions.
1475 c-down-conditional does the reverse of c-up-conditional.
1476 c-up-conditional-with-else and c-down-conditional-with-else are
1477 variants of these that also stops at "#else" lines (suggested by Don
1478 Provan).
1480 *** Minor improvements to many movement functions in tricky situations.
1482 ** Dired changes
1484 *** New variable `dired-recursive-deletes' determines if the delete
1485 command will delete non-empty directories recursively.  The default
1486 is, delete only empty directories.
1488 *** New variable `dired-recursive-copies' determines if the copy
1489 command will copy directories recursively.  The default is, do not
1490 copy directories recursively.
1492 *** In command `dired-do-shell-command' (usually bound to `!') a `?'
1493 in the shell command has a special meaning similar to `*', but with
1494 the difference that the command will be run on each file individually.
1496 *** The new command `dired-find-alternate-file' (usually bound to `a')
1497 replaces the Dired buffer with the buffer for an alternate file or
1498 directory.
1500 *** The new command `dired-show-file-type' (usually bound to `y') shows
1501 a message in the echo area describing what type of file the point is on.
1502 This command invokes the external program `file' do its work, and so
1503 will only work on systems with that program, and will be only as
1504 accurate or inaccurate as it is.
1506 *** Dired now properly handles undo changes of adding/removing `-R'
1507 from ls switches.
1509 *** Dired commands that prompt for a destination file now allow the use
1510 of the `M-n' command in the minibuffer to insert the source filename,
1511 which the user can then edit.  This only works if there is a single
1512 source file, not when operating on multiple marked files.
1514 ** Gnus changes.
1516 The Gnus NEWS entries are short, but they reflect sweeping changes in
1517 four areas: Article display treatment, MIME treatment,
1518 internationalization and mail-fetching.
1520 *** The mail-fetching functions have changed.  See the manual for the
1521 many details.  In particular, all procmail fetching variables are gone.
1523 If you used procmail like in
1525 (setq nnmail-use-procmail t)
1526 (setq nnmail-spool-file 'procmail)
1527 (setq nnmail-procmail-directory "~/mail/incoming/")
1528 (setq nnmail-procmail-suffix "\\.in")
1530 this now has changed to
1532 (setq mail-sources
1533       '((directory :path "~/mail/incoming/"
1534                    :suffix ".in")))
1536 More information is available in the info doc at Select Methods ->
1537 Getting Mail -> Mail Sources
1539 *** Gnus is now a MIME-capable reader.  This affects many parts of
1540 Gnus, and adds a slew of new commands.  See the manual for details.
1541 Separate MIME packages like RMIME, mime-compose etc., will probably no
1542 longer work; remove them and use the native facilities.
1544 The FLIM/SEMI package still works with Emacs 21, but if you want to
1545 use the native facilities, you must remove any mailcap.el[c] that was
1546 installed by FLIM/SEMI version 1.13 or earlier.
1548 *** Gnus has also been multilingualized.  This also affects too many
1549 parts of Gnus to summarize here, and adds many new variables.  There
1550 are built-in facilities equivalent to those of gnus-mule.el, which is
1551 now just a compatibility layer.
1553 *** gnus-mule.el is now just a compatibility layer over the built-in
1554 Gnus facilities.
1556 *** gnus-auto-select-first can now be a function to be
1557 called to position point.
1559 *** The user can now decide which extra headers should be included in
1560 summary buffers and NOV files.
1562 *** `gnus-article-display-hook' has been removed.  Instead, a number
1563 of variables starting with `gnus-treat-' have been added.
1565 *** The Gnus posting styles have been redone again and now work in a
1566 subtly different manner.
1568 *** New web-based backends have been added: nnslashdot, nnwarchive
1569 and nnultimate.  nnweb has been revamped, again, to keep up with
1570 ever-changing layouts.
1572 *** Gnus can now read IMAP mail via nnimap.
1574 *** There is image support of various kinds and some sound support.
1576 ** Changes in Texinfo mode.
1578 *** A couple of new key bindings have been added for inserting Texinfo
1579 macros
1581   Key binding   Macro
1582   -------------------------
1583   C-c C-c C-s   @strong
1584   C-c C-c C-e   @emph
1585   C-c C-c u     @uref
1586   C-c C-c q     @quotation
1587   C-c C-c m     @email
1588   C-c C-o       @<block> ... @end <block>
1589   M-RET         @item
1591 *** The " key now inserts either " or `` or '' depending on context.
1593 ** Changes in Outline mode.
1595 There is now support for Imenu to index headings.  A new command
1596 `outline-headers-as-kill' copies the visible headings in the region to
1597 the kill ring, e.g. to produce a table of contents.
1599 ** Changes to Emacs Server
1601 *** The new option `server-kill-new-buffers' specifies what to do
1602 with buffers when done with them.  If non-nil, the default, buffers
1603 are killed, unless they were already present before visiting them with
1604 Emacs Server.  If nil, `server-temp-file-regexp' specifies which
1605 buffers to kill, as before.
1607 Please note that only buffers are killed that still have a client,
1608 i.e. buffers visited with `emacsclient --no-wait' are never killed in
1609 this way.
1611 ** Both emacsclient and Emacs itself now accept command line options
1612 of the form +LINE:COLUMN in addition to +LINE.
1614 ** Changes to Show Paren mode.
1616 *** Overlays used by Show Paren mode now use a priority property.
1617 The new user option show-paren-priority specifies the priority to
1618 use.  Default is 1000.
1620 ** New command M-x check-parens can be used to find unbalanced paren
1621 groups and strings in buffers in Lisp mode (or other modes).
1623 ** Changes to hideshow.el
1625 *** Generalized block selection and traversal
1627 A block is now recognized by its start and end regexps (both strings),
1628 and an integer specifying which sub-expression in the start regexp
1629 serves as the place where a `forward-sexp'-like function can operate.
1630 See the documentation of variable `hs-special-modes-alist'.
1632 *** During incremental search, if Hideshow minor mode is active,
1633 hidden blocks are temporarily shown.  The variable `hs-headline' can
1634 be used in the mode line format to show the line at the beginning of
1635 the open block.
1637 *** User option `hs-hide-all-non-comment-function' specifies a
1638 function to be called at each top-level block beginning, instead of
1639 the normal block-hiding function.
1641 *** The command `hs-show-region' has been removed.
1643 *** The key bindings have changed to fit the Emacs conventions,
1644 roughly imitating those of Outline minor mode.  Notably, the prefix
1645 for all bindings is now `C-c @'.  For details, see the documentation
1646 for `hs-minor-mode'.
1648 *** The variable `hs-show-hidden-short-form' has been removed, and
1649 hideshow.el now always behaves as if this variable were set to t.
1651 ** Changes to Change Log mode and Add-Log functions
1653 *** If you invoke `add-change-log-entry' from a backup file, it makes
1654 an entry appropriate for the file's parent.  This is useful for making
1655 log entries by comparing a version with deleted functions.
1657 **** New command M-x change-log-merge merges another log into the
1658 current buffer.
1660 *** New command M-x change-log-redate fixes any old-style date entries
1661 in a log file.
1663 *** Change Log mode now adds a file's version number to change log
1664 entries if user-option `change-log-version-info-enabled' is non-nil.
1665 Unless the file is under version control the search for a file's
1666 version number is performed based on regular expressions from
1667 `change-log-version-number-regexp-list' which can be customized.
1668 Version numbers are only found in the first 10 percent of a file.
1670 *** Change Log mode now defines its own faces for font-lock highlighting.
1672 ** Changes to cmuscheme
1674 *** The user-option `scheme-program-name' has been renamed
1675 `cmuscheme-program-name' due to conflicts with xscheme.el.
1677 ** Changes in Font Lock
1679 *** The new function `font-lock-remove-keywords' can be used to remove
1680 font-lock keywords from the current buffer or from a specific major mode.
1682 *** Multi-line patterns are now supported.  Modes using this, should
1683 set font-lock-multiline to t in their font-lock-defaults.
1685 *** `font-lock-syntactic-face-function' allows major-modes to choose
1686 the face used for each string/comment.
1688 *** A new standard face `font-lock-doc-face'.
1689 Meant for Lisp docstrings, Javadoc comments and other "documentation in code".
1691 ** Changes to Shell mode
1693 *** The `shell' command now accepts an optional argument to specify the buffer
1694 to use, which defaults to "*shell*".  When used interactively, a
1695 non-default buffer may be specified by giving the `shell' command a
1696 prefix argument (causing it to prompt for the buffer name).
1698 ** Comint (subshell) changes
1700 These changes generally affect all modes derived from comint mode, which
1701 include shell-mode, gdb-mode, scheme-interaction-mode, etc.
1703 *** Comint now by default interprets some carriage-control characters.
1704 Comint now removes CRs from CR LF sequences, and treats single CRs and
1705 BSs in the output in a way similar to a terminal (by deleting to the
1706 beginning of the line, or deleting the previous character,
1707 respectively).  This is achieved by adding `comint-carriage-motion' to
1708 the `comint-output-filter-functions' hook by default.
1710 *** By default, comint no longer uses the variable `comint-prompt-regexp'
1711 to distinguish prompts from user-input.  Instead, it notices which
1712 parts of the text were output by the process, and which entered by the
1713 user, and attaches `field' properties to allow emacs commands to use
1714 this information.  Common movement commands, notably beginning-of-line,
1715 respect field boundaries in a fairly natural manner.  To disable this
1716 feature, and use the old behavior, customize the user option
1717 `comint-use-prompt-regexp-instead-of-fields'.
1719 *** Comint now includes new features to send commands to running processes
1720 and redirect the output to a designated buffer or buffers.
1722 *** The command M-x comint-redirect-send-command reads a command and
1723 buffer name from the mini-buffer.  The command is sent to the current
1724 buffer's process, and its output is inserted into the specified buffer.
1726 The command M-x comint-redirect-send-command-to-process acts like
1727 M-x comint-redirect-send-command but additionally reads the name of
1728 the buffer whose process should be used from the mini-buffer.
1730 *** Packages based on comint now highlight user input and program prompts,
1731 and support choosing previous input with mouse-2.  To control these features,
1732 see the user-options `comint-highlight-input' and `comint-highlight-prompt'.
1734 *** The new command `comint-write-output' (usually bound to `C-c C-s')
1735 saves the output from the most recent command to a file.  With a prefix
1736 argument, it appends to the file.
1738 *** The command `comint-kill-output' has been renamed `comint-delete-output'
1739 (usually bound to `C-c C-o'); the old name is aliased to it for
1740 compatibility.
1742 *** The new function `comint-add-to-input-history' adds commands to the input
1743 ring (history).
1745 *** The new variable `comint-input-history-ignore' is a regexp for
1746 identifying history lines that should be ignored, like tcsh time-stamp
1747 strings, starting with a `#'.  The default value of this variable is "^#".
1749 ** Changes to Rmail mode
1751 *** The new user-option rmail-user-mail-address-regexp can be
1752 set to fine tune the identification of the correspondent when
1753 receiving new mail.  If it matches the address of the sender, the
1754 recipient is taken as correspondent of a mail.  If nil, the default,
1755 `user-login-name' and `user-mail-address' are used to exclude yourself
1756 as correspondent.
1758 Usually you don't have to set this variable, except if you collect
1759 mails sent by you under different user names.  Then it should be a
1760 regexp matching your mail addresses.
1762 *** The new user-option rmail-confirm-expunge controls whether and how
1763 to ask for confirmation before expunging deleted messages from an
1764 Rmail file.  You can choose between no confirmation, confirmation
1765 with y-or-n-p, or confirmation with yes-or-no-p.  Default is to ask
1766 for confirmation with yes-or-no-p.
1768 *** RET is now bound in the Rmail summary to rmail-summary-goto-msg,
1769 like `j'.
1771 *** There is a new user option `rmail-digest-end-regexps' that
1772 specifies the regular expressions to detect the line that ends a
1773 digest message.
1775 *** The new user option `rmail-automatic-folder-directives' specifies
1776 in which folder to put messages automatically.
1778 *** The new function `rmail-redecode-body' allows to fix a message
1779 with non-ASCII characters if Emacs happens to decode it incorrectly
1780 due to missing or malformed "charset=" header.
1782 ** The new user-option `mail-envelope-from' can be used to specify
1783 an envelope-from address different from user-mail-address.
1785 ** The variable mail-specify-envelope-from controls whether to
1786 use the -f option when sending mail.
1788 ** The Rmail command `o' (`rmail-output-to-rmail-file') now writes the
1789 current message in the internal `emacs-mule' encoding, rather than in
1790 the encoding taken from the variable `buffer-file-coding-system'.
1791 This allows to save messages whose characters cannot be safely encoded
1792 by the buffer's coding system, and makes sure the message will be
1793 displayed correctly when you later visit the target Rmail file.
1795 If you want your Rmail files be encoded in a specific coding system
1796 other than `emacs-mule', you can customize the variable
1797 `rmail-file-coding-system' to set its value to that coding system.
1799 ** Changes to TeX mode
1801 *** The default mode has been changed from `plain-tex-mode' to
1802 `latex-mode'.
1804 *** latex-mode now has a simple indentation algorithm.
1806 *** M-f and M-p jump around \begin...\end pairs.
1808 *** Added support for outline-minor-mode.
1810 ** Changes to RefTeX mode
1812 *** RefTeX has new support for index generation.  Index entries can be
1813     created with `C-c <', with completion available on index keys.
1814     Pressing `C-c /' indexes the word at the cursor with a default
1815     macro.  `C-c >' compiles all index entries into an alphabetically
1816     sorted *Index* buffer which looks like the final index.  Entries
1817     can be edited from that buffer.
1819 *** Label and citation key selection now allow to select several
1820     items and reference them together (use `m' to mark items, `a' or
1821     `A' to use all marked entries).
1823 *** reftex.el has been split into a number of smaller files to reduce
1824     memory use when only a part of RefTeX is being used.
1826 *** a new command `reftex-view-crossref-from-bibtex' (bound to `C-c &'
1827     in BibTeX-mode) can be called in a BibTeX database buffer in order
1828     to show locations in LaTeX documents where a particular entry has
1829     been cited.
1831 ** Emacs Lisp mode now allows multiple levels of outline headings.
1832 The level of a heading is determined from the number of leading
1833 semicolons in a heading line.  Toplevel forms starting with a `('
1834 in column 1 are always made leaves.
1836 ** The M-x time-stamp command (most commonly used on write-file-hooks)
1837 has the following new features:
1839 *** The patterns for finding the time stamp and for updating a pattern
1840 may match text spanning multiple lines.  For example, some people like
1841 to have the filename and date on separate lines.  The new variable
1842 time-stamp-inserts-lines controls the matching for multi-line patterns.
1844 *** More than one time stamp can be updated in the same file.  This
1845 feature is useful if you need separate time stamps in a program source
1846 file to both include in formatted documentation and insert in the
1847 compiled binary.  The same time-stamp will be written at each matching
1848 pattern.  The variable time-stamp-count enables this new feature; it
1849 defaults to 1.
1851 ** Partial Completion mode now completes environment variables in
1852 file names.
1854 ** Ispell changes
1856 *** The command `ispell' now spell-checks a region if
1857 transient-mark-mode is on, and the mark is active.  Otherwise it
1858 spell-checks the current buffer.
1860 *** Support for synchronous subprocesses - DOS/Windoze - has been
1861 added.
1863 *** An "alignment error" bug was fixed when a manual spelling
1864 correction is made and re-checked.
1866 *** An Italian, Portuguese, and Slovak dictionary definition has been added.
1868 *** Region skipping performance has been vastly improved in some
1869 cases.
1871 *** Spell checking HTML buffers has been improved and isn't so strict
1872 on syntax errors.
1874 *** The buffer-local words are now always placed on a new line at the
1875 end of the buffer.
1877 *** Spell checking now works in the MS-DOS version of Emacs.
1879 ** Makefile mode changes
1881 *** The mode now uses the abbrev table `makefile-mode-abbrev-table'.
1883 *** Conditionals and include statements are now highlighted when
1884 Fontlock mode is active.
1886 ** Isearch changes
1888 *** Isearch now puts a call to `isearch-resume' in the command history,
1889 so that searches can be resumed.
1891 *** In Isearch mode, C-M-s and C-M-r are now bound like C-s and C-r,
1892 respectively, i.e. you can repeat a regexp isearch with the same keys
1893 that started the search.
1895 *** In Isearch mode, mouse-2 in the echo area now yanks the current
1896 selection into the search string rather than giving an error.
1898 *** There is a new lazy highlighting feature in incremental search.
1900 Lazy highlighting is switched on/off by customizing variable
1901 `isearch-lazy-highlight'.  When active, all matches for the current
1902 search string are highlighted.  The current match is highlighted as
1903 before using face `isearch' or `region'.  All other matches are
1904 highlighted using face `isearch-lazy-highlight-face' which defaults to
1905 `secondary-selection'.
1907 The extra highlighting makes it easier to anticipate where the cursor
1908 will end up each time you press C-s or C-r to repeat a pending search.
1909 Highlighting of these additional matches happens in a deferred fashion
1910 using "idle timers," so the cycles needed do not rob isearch of its
1911 usual snappy response.
1913 If `isearch-lazy-highlight-cleanup' is set to t, highlights for
1914 matches are automatically cleared when you end the search.  If it is
1915 set to nil, you can remove the highlights manually with `M-x
1916 isearch-lazy-highlight-cleanup'.
1918 ** VC Changes
1920 VC has been overhauled internally.  It is now modular, making it
1921 easier to plug-in arbitrary version control backends.  (See Lisp
1922 Changes for details on the new structure.)  As a result, the mechanism
1923 to enable and disable support for particular version systems has
1924 changed: everything is now controlled by the new variable
1925 `vc-handled-backends'.  Its value is a list of symbols that identify
1926 version systems; the default is '(RCS CVS SCCS).  When finding a file,
1927 each of the backends in that list is tried in order to see whether the
1928 file is registered in that backend.
1930 When registering a new file, VC first tries each of the listed
1931 backends to see if any of them considers itself "responsible" for the
1932 directory of the file (e.g. because a corresponding subdirectory for
1933 master files exists).  If none of the backends is responsible, then
1934 the first backend in the list that could register the file is chosen.
1935 As a consequence, the variable `vc-default-back-end' is now obsolete.
1937 The old variable `vc-master-templates' is also obsolete, although VC
1938 still supports it for backward compatibility.  To define templates for
1939 RCS or SCCS, you should rather use the new variables
1940 vc-{rcs,sccs}-master-templates.  (There is no such feature under CVS
1941 where it doesn't make sense.)
1943 The variables `vc-ignore-vc-files' and `vc-handle-cvs' are also
1944 obsolete now, you must set `vc-handled-backends' to nil or exclude
1945 `CVS' from the list, respectively, to achieve their effect now.
1947 *** General Changes
1949 The variable `vc-checkout-carefully' is obsolete: the corresponding
1950 checks are always done now.
1952 VC Dired buffers are now kept up-to-date during all version control
1953 operations.
1955 `vc-diff' output is now displayed in `diff-mode'.
1956 `vc-print-log' uses `log-view-mode'.
1957 `vc-log-mode' (used for *VC-Log*) has been replaced by `log-edit-mode'.
1959 The command C-x v m (vc-merge) now accepts an empty argument as the
1960 first revision number.  This means that any recent changes on the
1961 current branch should be picked up from the repository and merged into
1962 the working file (``merge news'').
1964 The commands C-x v s (vc-create-snapshot) and C-x v r
1965 (vc-retrieve-snapshot) now ask for a directory name from which to work
1966 downwards.
1968 *** Multiple Backends
1970 VC now lets you register files in more than one backend.  This is
1971 useful, for example, if you are working with a slow remote CVS
1972 repository.  You can then use RCS for local editing, and occasionally
1973 commit your changes back to CVS, or pick up changes from CVS into your
1974 local RCS archives.
1976 To make this work, the ``more local'' backend (RCS in our example)
1977 should come first in `vc-handled-backends', and the ``more remote''
1978 backend (CVS) should come later.  (The default value of
1979 `vc-handled-backends' already has it that way.)
1981 You can then commit changes to another backend (say, RCS), by typing
1982 C-u C-x v v RCS RET (i.e. vc-next-action now accepts a backend name as
1983 a revision number).  VC registers the file in the more local backend
1984 if that hasn't already happened, and commits to a branch based on the
1985 current revision number from the more remote backend.
1987 If a file is registered in multiple backends, you can switch to
1988 another one using C-x v b (vc-switch-backend).  This does not change
1989 any files, it only changes VC's perspective on the file.  Use this to
1990 pick up changes from CVS while working under RCS locally.
1992 After you are done with your local RCS editing, you can commit your
1993 changes back to CVS using C-u C-x v v CVS RET.  In this case, the
1994 local RCS archive is removed after the commit, and the log entry
1995 buffer is initialized to contain the entire RCS change log of the file.
1997 *** Changes for CVS
1999 There is a new user option, `vc-cvs-stay-local'.  If it is `t' (the
2000 default), then VC avoids network queries for files registered in
2001 remote repositories.  The state of such files is then only determined
2002 by heuristics and past information.  `vc-cvs-stay-local' can also be a
2003 regexp to match against repository hostnames; only files from hosts
2004 that match it are treated locally.  If the variable is nil, then VC
2005 queries the repository just as often as it does for local files.
2007 If `vc-cvs-stay-local' is on, then VC also makes local backups of
2008 repository versions.  This means that ordinary diffs (C-x v =) and
2009 revert operations (C-x v u) can be done completely locally, without
2010 any repository interactions at all.  The name of a local version
2011 backup of FILE is FILE.~REV.~, where REV is the repository version
2012 number.  This format is similar to that used by C-x v ~
2013 (vc-version-other-window), except for the trailing dot.  As a matter
2014 of fact, the two features can each use the files created by the other,
2015 the only difference being that files with a trailing `.' are deleted
2016 automatically after commit.  (This feature doesn't work on MS-DOS,
2017 since DOS disallows more than a single dot in the trunk of a file
2018 name.)
2020 If `vc-cvs-stay-local' is on, and there have been changes in the
2021 repository, VC notifies you about it when you actually try to commit.
2022 If you want to check for updates from the repository without trying to
2023 commit, you can either use C-x v m RET to perform an update on the
2024 current file, or you can use C-x v r RET to get an update for an
2025 entire directory tree.
2027 The new user option `vc-cvs-use-edit' indicates whether VC should call
2028 "cvs edit" to make files writeable; it defaults to `t'.  (This option
2029 is only meaningful if the CVSREAD variable is set, or if files are
2030 "watched" by other developers.)
2032 The commands C-x v s (vc-create-snapshot) and C-x v r
2033 (vc-retrieve-snapshot) are now also implemented for CVS.  If you give
2034 an empty snapshot name to the latter, that performs a `cvs update',
2035 starting at the given directory.
2037 *** Lisp Changes in VC
2039 VC has been restructured internally to make it modular.  You can now
2040 add support for arbitrary version control backends by writing a
2041 library that provides a certain set of backend-specific functions, and
2042 then telling VC to use that library.  For example, to add support for
2043 a version system named SYS, you write a library named vc-sys.el, which
2044 provides a number of functions vc-sys-... (see commentary at the top
2045 of vc.el for a detailed list of them).  To make VC use that library,
2046 you need to put it somewhere into Emacs' load path and add the symbol
2047 `SYS' to the list `vc-handled-backends'.
2049 ** The customizable EDT emulation package now supports the EDT
2050 SUBS command and EDT scroll margins.  It also works with more
2051 terminal/keyboard configurations and it now works under XEmacs.
2052 See etc/edt-user.doc for more information.
2054 ** New modes and packages
2056 *** The new global minor mode `minibuffer-electric-default-mode'
2057 automatically hides the `(default ...)' part of minibuffer prompts when
2058 the default is not applicable.
2060 *** Artist is an Emacs lisp package that allows you to draw lines,
2061 rectangles and ellipses by using your mouse and/or keyboard.  The
2062 shapes are made up with the ascii characters |, -, / and \.
2064 Features are:
2066 - Intersecting: When a `|' intersects with a `-', a `+' is
2067   drawn, like this:   |         \ /
2068                     --+--        X
2069                       |         / \
2071 - Rubber-banding: When drawing lines you can interactively see the
2072   result while holding the mouse button down and moving the mouse.  If
2073   your machine is not fast enough (a 386 is a bit too slow, but a
2074   pentium is well enough), you can turn this feature off.  You will
2075   then see 1's and 2's which mark the 1st and 2nd endpoint of the line
2076   you are drawing.
2078 - Arrows: After having drawn a (straight) line or a (straight)
2079   poly-line, you can set arrows on the line-ends by typing < or >.
2081 - Flood-filling: You can fill any area with a certain character by
2082   flood-filling.
2084 - Cut copy and paste: You can cut, copy and paste rectangular
2085   regions.  Artist also interfaces with the rect package (this can be
2086   turned off if it causes you any trouble) so anything you cut in
2087   artist can be yanked with C-x r y and vice versa.
2089 - Drawing with keys: Everything you can do with the mouse, you can
2090   also do without the mouse.
2092 - Aspect-ratio: You can set the variable artist-aspect-ratio to
2093   reflect the height-width ratio for the font you are using. Squares
2094   and circles are then drawn square/round.  Note, that once your
2095   ascii-file is shown with font with a different height-width ratio,
2096   the squares won't be square and the circles won't be round.
2098 - Drawing operations: The following drawing operations are implemented:
2100     lines               straight-lines
2101     rectangles          squares
2102     poly-lines          straight poly-lines
2103     ellipses            circles
2104     text (see-thru)     text (overwrite)
2105     spray-can           setting size for spraying
2106     vaporize line       vaporize lines
2107     erase characters    erase rectangles
2109   Straight lines are lines that go horizontally, vertically or
2110   diagonally.  Plain lines go in any direction.  The operations in
2111   the right column are accessed by holding down the shift key while
2112   drawing.
2114   It is possible to vaporize (erase) entire lines and connected lines
2115   (rectangles for example) as long as the lines being vaporized are
2116   straight and connected at their endpoints.  Vaporizing is inspired
2117   by the drawrect package by Jari Aalto <jari.aalto@poboxes.com>.
2119 - Picture mode compatibility: Artist is picture mode compatible (this
2120   can be turned off).
2122 *** The new package Eshell is an operating system command shell
2123 implemented entirely in Emacs Lisp.  Use `M-x eshell' to invoke it.
2124 It functions similarly to bash and zsh, and allows running of Lisp
2125 functions and external commands using the same syntax.  It supports
2126 history lists, aliases, extended globbing, smart scrolling, etc.  It
2127 will work on any platform Emacs has been ported to.  And since most of
2128 the basic commands -- ls, rm, mv, cp, ln, du, cat, etc. -- have been
2129 rewritten in Lisp, it offers an operating-system independent shell,
2130 all within the scope of your Emacs process.
2132 *** The new package timeclock.el is a mode is for keeping track of time
2133 intervals.  You can use it for whatever purpose you like, but the
2134 typical scenario is to keep track of how much time you spend working
2135 on certain projects.
2137 *** The new package hi-lock.el provides commands to highlight matches
2138 of interactively entered regexps.  For example,
2140   M-x highlight-regexp RET clearly RET RET
2142 will highlight all occurrences of `clearly' using a yellow background
2143 face.  New occurrences of `clearly' will be highlighted as they are
2144 typed.  `M-x unhighlight-regexp RET' will remove the highlighting.
2145 Any existing face can be used for highlighting and a set of
2146 appropriate faces is provided.  The regexps can be written into the
2147 current buffer in a form that will be recognized the next time the
2148 corresponding file is read.  There are commands to highlight matches
2149 to phrases and to highlight entire lines containing a match.
2151 *** The new package zone.el plays games with Emacs' display when
2152 Emacs is idle.
2154 *** The new package tildify.el allows to add hard spaces or other text
2155 fragments in accordance with the current major mode.
2157 *** The new package xml.el provides a simple but generic XML
2158 parser. It doesn't parse the DTDs however.
2160 *** The comment operations are now provided by the newcomment.el
2161 package which allows different styles of comment-region and should
2162 be more robust while offering the same functionality.
2163 `comment-region' now doesn't always comment a-line-at-a-time, but only
2164 comments the region, breaking the line at point if necessary.
2166 *** The Ebrowse package implements a C++ class browser and tags
2167 facilities tailored for use with C++.  It is documented in a
2168 separate Texinfo file.
2170 *** The PCL-CVS package available by either running M-x cvs-examine or
2171 by visiting a CVS administrative directory (with a prefix argument)
2172 provides an alternative interface to VC-dired for CVS.  It comes with
2173 `log-view-mode' to view RCS and SCCS logs and `log-edit-mode' used to
2174 enter check-in log messages.
2176 *** The new package called `woman' allows to browse Unix man pages
2177 without invoking external programs.
2179 The command `M-x woman' formats manual pages entirely in Emacs Lisp
2180 and then displays them, like `M-x manual-entry' does.  Unlike
2181 `manual-entry', `woman' does not invoke any external programs, so it
2182 is useful on systems such as MS-DOS/MS-Windows where the `man' and
2183 Groff or `troff' commands are not readily available.
2185 The command `M-x woman-find-file' asks for the file name of a man
2186 page, then formats and displays it like `M-x woman' does.
2188 *** The new command M-x re-builder offers a convenient interface for
2189 authoring regular expressions with immediate visual feedback.
2191 The buffer from which the command was called becomes the target for
2192 the regexp editor popping up in a separate window.  Matching text in
2193 the target buffer is immediately color marked during the editing.
2194 Each sub-expression of the regexp will show up in a different face so
2195 even complex regexps can be edited and verified on target data in a
2196 single step.
2198 On displays not supporting faces the matches instead blink like
2199 matching parens to make them stand out.  On such a setup you will
2200 probably also want to use the sub-expression mode when the regexp
2201 contains such to get feedback about their respective limits.
2203 *** glasses-mode is a minor mode that makes
2204 unreadableIdentifiersLikeThis readable.  It works as glasses, without
2205 actually modifying content of a buffer.
2207 *** The package ebnf2ps translates an EBNF to a syntactic chart in
2208 PostScript.
2210 Currently accepts ad-hoc EBNF, ISO EBNF and Bison/Yacc.
2212 The ad-hoc default EBNF syntax has the following elements:
2214     ;           comment (until end of line)
2215     A           non-terminal
2216     "C"         terminal
2217     ?C?         special
2218     $A          default non-terminal
2219     $"C"        default terminal
2220     $?C?        default special
2221     A = B.      production (A is the header and B the body)
2222     C D         sequence (C occurs before D)
2223     C | D       alternative (C or D occurs)
2224     A - B       exception (A excluding B, B without any non-terminal)
2225     n * A       repetition (A repeats n (integer) times)
2226     (C)         group (expression C is grouped together)
2227     [C]         optional (C may or not occurs)
2228     C+          one or more occurrences of C
2229     {C}+        one or more occurrences of C
2230     {C}*        zero or more occurrences of C
2231     {C}         zero or more occurrences of C
2232     C / D       equivalent to: C {D C}*
2233     {C || D}+   equivalent to: C {D C}*
2234     {C || D}*   equivalent to: [C {D C}*]
2235     {C || D}    equivalent to: [C {D C}*]
2237 Please, see ebnf2ps documentation for EBNF syntax and how to use it.
2239 *** The package align.el will align columns within a region, using M-x
2240 align.  Its mode-specific rules, based on regular expressions,
2241 determine where the columns should be split.  In C and C++, for
2242 example, it will align variable names in declaration lists, or the
2243 equal signs of assignments.
2245 *** `paragraph-indent-minor-mode' is a new minor mode supporting
2246 paragraphs in the same style as `paragraph-indent-text-mode'.
2248 *** bs.el is a new package for buffer selection similar to
2249 list-buffers or electric-buffer-list.  Use M-x bs-show to display a
2250 buffer menu with this package.  See the Custom group `bs'.
2252 *** find-lisp.el is a package emulating the Unix find command in Lisp.
2254 *** calculator.el is a small calculator package that is intended to
2255 replace desktop calculators such as xcalc and calc.exe.  Actually, it
2256 is not too small - it has more features than most desktop calculators,
2257 and can be customized easily to get many more functions.  It should
2258 not be confused with "calc" which is a much bigger mathematical tool
2259 which answers different needs.
2261 *** The minor modes cwarn-mode and global-cwarn-mode highlights
2262 suspicious C and C++ constructions.  Currently, assignments inside
2263 expressions, semicolon following `if', `for' and `while' (except, of
2264 course, after a `do .. while' statement), and C++ functions with
2265 reference parameters are recognized.  The modes require font-lock mode
2266 to be enabled.
2268 *** smerge-mode.el provides `smerge-mode', a simple minor-mode for files
2269 containing diff3-style conflict markers, such as generated by RCS.
2271 *** 5x5.el is a simple puzzle game.
2273 *** hl-line.el provides `hl-line-mode', a minor mode to highlight the
2274 current line in the current buffer.  It also provides
2275 `global-hl-line-mode' to provide the same behaviour in all buffers.
2277 *** ansi-color.el translates ANSI terminal escapes into text-properties.
2279 Please note: if `ansi-color-for-comint-mode' and
2280 `global-font-lock-mode' are non-nil, loading ansi-color.el will
2281 disable font-lock and add `ansi-color-apply' to
2282 `comint-preoutput-filter-functions' for all shell-mode buffers.  This
2283 displays the output of "ls --color=yes" using the correct foreground
2284 and background colors.
2286 *** delphi.el provides a major mode for editing the Delphi (Object
2287 Pascal) language.
2289 *** quickurl.el provides a simple method of inserting a URL based on
2290 the text at point.
2292 *** sql.el provides an interface to SQL data bases.
2294 *** fortune.el uses the fortune program to create mail/news signatures.
2296 *** whitespace.el is a package for warning about and cleaning bogus
2297 whitespace in a file.
2299 *** PostScript mode (ps-mode) is a new major mode for editing PostScript
2300 files. It offers: interaction with a PostScript interpreter, including
2301 (very basic) error handling; fontification, easily customizable for
2302 interpreter messages; auto-indentation; insertion of EPSF templates and
2303 often used code snippets; viewing of BoundingBox; commenting out /
2304 uncommenting regions; conversion of 8bit characters to PostScript octal
2305 codes. All functionality is accessible through a menu.
2307 *** delim-col helps to prettify columns in a text region or rectangle.
2309 Here is an example of columns:
2311 horse   apple   bus
2312 dog     pineapple       car     EXTRA
2313 porcupine       strawberry      airplane
2315 Doing the following settings:
2317    (setq delimit-columns-str-before "[ ")
2318    (setq delimit-columns-str-after " ]")
2319    (setq delimit-columns-str-separator ", ")
2320    (setq delimit-columns-separator "\t")
2323 Selecting the lines above and typing:
2325    M-x delimit-columns-region
2327 It results:
2329 [ horse    , apple     , bus     ,       ]
2330 [ dog      , pineapple , car     , EXTRA ]
2331 [ porcupine, strawberry, airplane,       ]
2333 delim-col has the following options:
2335    delimit-columns-str-before           Specify a string to be inserted
2336                                         before all columns.
2338    delimit-columns-str-separator        Specify a string to be inserted
2339                                         between each column.
2341    delimit-columns-str-after            Specify a string to be inserted
2342                                         after all columns.
2344    delimit-columns-separator            Specify a regexp which separates
2345                                         each column.
2347 delim-col has the following commands:
2349    delimit-columns-region       Prettify all columns in a text region.
2350    delimit-columns-rectangle    Prettify all columns in a text rectangle.
2352 *** Recentf mode maintains a menu for visiting files that were
2353 operated on recently.  User option recentf-menu-filter specifies a
2354 menu filter function to change the menu appearance. For example, the
2355 recent file list can be displayed:
2357 - organized by major modes, directories or user defined rules.
2358 - sorted by file paths, file names, ascending or descending.
2359 - showing paths relative to the current default-directory
2361 The `recentf-filter-changer' menu filter function allows to
2362 dynamically change the menu appearance.
2364 *** elide-head.el provides a mechanism for eliding boilerplate header
2365 text.
2367 *** footnote.el provides `footnote-mode', a minor mode supporting use
2368 of footnotes.  It is intended for use with Message mode, but isn't
2369 specific to Message mode.
2371 *** diff-mode.el provides `diff-mode', a major mode for
2372 viewing/editing context diffs (patches).  It is selected for files
2373 with extension `.diff', `.diffs', `.patch' and `.rej'.
2375 *** EUDC, the Emacs Unified Directory Client, provides a common user
2376 interface to access directory servers using different directory
2377 protocols.  It has a separate manual.
2379 *** autoconf.el provides a major mode for editing configure.in files
2380 for Autoconf, selected automatically.
2382 *** windmove.el provides moving between windows.
2384 *** crm.el provides a facility to read multiple strings from the
2385 minibuffer with completion.
2387 *** todo-mode.el provides management of TODO lists and integration
2388 with the diary features.
2390 *** autoarg.el provides a feature reported from Twenex Emacs whereby
2391 numeric keys supply prefix args rather than self inserting.
2393 *** The function `turn-off-auto-fill' unconditionally turns off Auto
2394 Fill mode.
2396 *** pcomplete.el is a library that provides programmable completion
2397 facilities for Emacs, similar to what zsh and tcsh offer.  The main
2398 difference is that completion functions are written in Lisp, meaning
2399 they can be profiled, debugged, etc.
2401 *** antlr-mode is a new major mode for editing ANTLR grammar files.
2402 It is automatically turned on for files whose names have the extension
2403 `.g'.
2405 ** Changes in sort.el
2407 The function sort-numeric-fields interprets numbers starting with `0'
2408 as octal and numbers starting with `0x' or `0X' as hexadecimal.  The
2409 new user-option sort-numeric-base can be used to specify a default
2410 numeric base.
2412 ** Changes to Ange-ftp
2414 *** Ange-ftp allows you to specify of a port number in remote file
2415 names cleanly.  It is appended to the host name, separated by a hash
2416 sign, e.g. `/foo@bar.org#666:mumble'.  (This syntax comes from EFS.)
2418 *** If the new user-option `ange-ftp-try-passive-mode' is set, passive
2419 ftp mode will be used if the ftp client supports that.
2421 *** Ange-ftp handles the output of the w32-style clients which
2422 output ^M at the end of lines.
2424 ** The recommended way of using Iswitchb is via the new global minor
2425 mode `iswitchb-mode'.
2427 ** Just loading the msb package doesn't switch on Msb mode anymore.
2428 If you have `(require 'msb)' in your .emacs, please replace it with
2429 `(msb-mode 1)'.
2431 ** Flyspell mode has various new options.  See the `flyspell' Custom
2432 group.
2434 ** The user option `backward-delete-char-untabify-method' controls the
2435 behavior of `backward-delete-char-untabify'.  The following values
2436 are recognized:
2438 `untabify' -- turn a tab to many spaces, then delete one space;
2439 `hungry'   -- delete all whitespace, both tabs and spaces;
2440 `all'      -- delete all whitespace, including tabs, spaces and newlines;
2441 nil        -- just delete one character.
2443 Default value is `untabify'.
2445 [This change was made in Emacs 20.3 but not mentioned then.]
2447 ** In Cperl mode `cperl-invalid-face' should now be a normal face
2448 symbol, not double-quoted.
2450 ** Some packages are declared obsolete, to be removed in a future
2451 version.  They are:  auto-show, c-mode, hilit19, hscroll, ooutline,
2452 profile, rnews, rnewspost, and sc.  Their implementations have been
2453 moved to lisp/obsolete.
2455 ** auto-compression mode is no longer enabled just by loading jka-compr.el.
2456 To control it, set `auto-compression-mode' via Custom or use the
2457 `auto-compression-mode' command.
2459 ** `browse-url-gnome-moz' is a new option for
2460 `browse-url-browser-function', invoking Mozilla in GNOME, and
2461 `browse-url-kde' can be chosen for invoking the KDE browser.
2463 ** The user-option `browse-url-new-window-p' has been renamed to
2464 `browse-url-new-window-flag'.
2466 ** The functions `keep-lines', `flush-lines' and `how-many' now
2467 operate on the active region in Transient Mark mode.
2469 ** `gnus-user-agent' is a new possibility for `mail-user-agent'.  It
2470 is like `message-user-agent', but with all the Gnus paraphernalia.
2472 ** The Strokes package has been updated.  If your Emacs has XPM
2473 support, you can use it for pictographic editing.  In Strokes mode,
2474 use C-mouse-2 to compose a complex stoke and insert it into the
2475 buffer.  You can encode or decode a strokes buffer with new commands
2476 M-x strokes-encode-buffer and M-x strokes-decode-buffer.  There is a
2477 new command M-x strokes-list-strokes.
2479 ** Hexl contains a new command `hexl-insert-hex-string' which inserts
2480 a string of hexadecimal numbers read from the mini-buffer.
2482 ** Hexl mode allows to insert non-ASCII characters.
2484 The non-ASCII characters are encoded using the same encoding as the
2485 file you are visiting in Hexl mode.
2487 ** Shell script mode changes.
2489 Shell script mode (sh-script) can now indent scripts for shells
2490 derived from sh and rc.  The indentation style is customizable, and
2491 sh-script can attempt to "learn" the current buffer's style.
2493 ** Etags changes.
2495 *** In DOS, etags looks for file.cgz if it cannot find file.c.
2497 *** New option --ignore-case-regex is an alternative to --regex.  It is now
2498 possible to bind a regexp to a language, by prepending the regexp with
2499 {lang}, where lang is one of the languages that `etags --help' prints out.
2500 This feature is useful especially for regex files, where each line contains
2501 a regular expression.  The manual contains details.
2503 *** In C and derived languages, etags creates tags for function
2504 declarations when given the --declarations option.
2506 *** In C++, tags are created for "operator".  The tags have the form
2507 "operator+", without spaces between the keyword and the operator.
2509 *** You shouldn't generally need any more the -C or -c++ option: etags
2510 automatically switches to C++ parsing when it meets the `class' or
2511 `template' keywords.
2513 *** Etags now is able to delve at arbitrary deeps into nested structures in
2514 C-like languages.  Previously, it was limited to one or two brace levels.
2516 *** New language Ada: tags are functions, procedures, packages, tasks, and
2517 types.
2519 *** In Fortran, `procedure' is not tagged.
2521 *** In Java, tags are created for "interface".
2523 *** In Lisp, "(defstruct (foo", "(defun (operator" and similar constructs
2524 are now tagged.
2526 *** In makefiles, tags the targets.
2528 *** In Perl, the --globals option tags global variables.  my and local
2529 variables are tagged.
2531 *** New language Python: def and class at the beginning of a line are tags.
2533 *** .ss files are Scheme files, .pdb is Postscript with C syntax, .psw is
2534 for PSWrap.
2536 ** Changes in etags.el
2538 *** The new user-option tags-case-fold-search can be used to make
2539 tags operations case-sensitive or case-insensitive.  The default
2540 is to use the same setting as case-fold-search.
2542 *** You can display additional output with M-x tags-apropos by setting
2543 the new variable tags-apropos-additional-actions.
2545 If non-nil, the variable's value should be a list of triples (TITLE
2546 FUNCTION TO-SEARCH).  For each triple, M-x tags-apropos processes
2547 TO-SEARCH and lists tags from it.  TO-SEARCH should be an alist,
2548 obarray, or symbol.  If it is a symbol, the symbol's value is used.
2550 TITLE is a string to use to label the list of tags from TO-SEARCH.
2552 FUNCTION is a function to call when an entry is selected in the Tags
2553 List buffer.  It is called with one argument, the selected symbol.
2555 A useful example value for this variable might be something like:
2557   '(("Emacs Lisp" Info-goto-emacs-command-node obarray)
2558     ("Common Lisp" common-lisp-hyperspec common-lisp-hyperspec-obarray)
2559     ("SCWM" scwm-documentation scwm-obarray))
2561 *** The face tags-tag-face can be used to customize the appearance
2562 of tags in the output of M-x tags-apropos.
2564 *** Setting tags-apropos-verbose to a non-nil value displays the
2565 names of tags files in the *Tags List* buffer.
2567 *** You can now search for tags that are part of the filename itself.
2568 If you have tagged the files topfile.c subdir/subfile.c
2569 /tmp/tempfile.c, you can now search for tags "topfile.c", "subfile.c",
2570 "dir/sub", "tempfile", "tempfile.c".  If the tag matches the file name,
2571 point will go to the beginning of the file.
2573 *** Compressed files are now transparently supported if
2574 auto-compression-mode is active.  You can tag (with Etags) and search
2575 (with find-tag) both compressed and uncompressed files.
2577 *** Tags commands like M-x tags-search no longer change point
2578 in buffers where no match is found.  In buffers where a match is
2579 found, the original value of point is pushed on the marker ring.
2581 ** Fortran mode has a new command `fortran-strip-sequence-nos' to
2582 remove text past column 72.  The syntax class of `\' in Fortran is now
2583 appropriate for C-style escape sequences in strings.
2585 ** SGML mode's default `sgml-validate-command' is now `nsgmls'.
2587 ** A new command `view-emacs-problems' (C-h P) displays the PROBLEMS file.
2589 ** The Dabbrev package has a new user-option `dabbrev-ignored-regexps'
2590 containing a list of regular expressions.  Buffers matching a regular
2591 expression from that list, are not checked.
2593 ** Emacs can now figure out modification times of remote files.
2594 When you do C-x C-f /user@host:/path/file RET and edit the file,
2595 and someone else modifies the file, you will be prompted to revert
2596 the buffer, just like for the local files.
2598 ** The buffer menu (C-x C-b) no longer lists the *Buffer List* buffer.
2600 ** When invoked with a prefix argument, the command `list-abbrevs' now
2601 displays local abbrevs, only.
2603 ** Refill minor mode provides preliminary support for keeping
2604 paragraphs filled as you modify them.
2606 ** The variable `double-click-fuzz' specifies how much the mouse
2607 may be moved between clicks that are recognized as a pair.  Its value
2608 is measured in pixels.
2610 ** The new global minor mode `auto-image-file-mode' allows image files
2611 to be visited as images.
2613 ** Two new user-options `grep-command' and `grep-find-command'
2614 were added to compile.el.
2616 ** Withdrawn packages
2618 *** mldrag.el has been removed.  mouse.el provides the same
2619 functionality with aliases for the mldrag functions.
2621 *** eval-reg.el has been obsoleted by changes to edebug.el and removed.
2623 *** ph.el has been obsoleted by EUDC and removed.
2626 * Incompatible Lisp changes
2628 There are a few Lisp changes which are not backwards-compatible and
2629 may require changes to existing code. Here is a list for reference.
2630 See the sections below for details.
2632 ** Since `format' preserves text properties, the idiom
2633 `(format "%s" foo)' no longer works to copy and remove properties.
2634 Use `copy-sequence' to copy the string, then use `set-text-properties'
2635 to remove the properties of the copy.
2637 ** Since the `keymap' text property now has significance, some code
2638 which uses both `local-map' and `keymap' properties (for portability)
2639 may, for instance, give rise to duplicate menus when the keymaps from
2640 these properties are active.
2642 ** The change in the treatment of non-ASCII characters in search
2643 ranges may affect some code.
2645 ** A non-nil value for the LOCAL arg of add-hook makes the hook
2646 buffer-local even if `make-local-hook' hasn't been called, which might
2647 make a difference to some code.
2649 ** The new treatment of the minibuffer prompt might affect code which
2650 operates on the minibuffer.
2652 ** The new character sets `eight-bit-control' and `eight-bit-graphic'
2653 cause `no-conversion' and `emacs-mule-unix' coding systems to produce
2654 different results when reading files with non-ASCII characters
2655 (previously, both coding systems would produce the same results).
2656 Specifically, `no-conversion' interprets each 8-bit byte as a separate
2657 character.  This makes `no-conversion' inappropriate for reading
2658 multibyte text, e.g. buffers written to disk in their internal MULE
2659 encoding (auto-saving does that, for example).  If a Lisp program
2660 reads such files with `no-conversion', each byte of the multibyte
2661 sequence, including the MULE leading codes such as \201, is treated as
2662 a separate character, which prevents them from being interpreted in
2663 the buffer as multibyte characters.
2665 Therefore, Lisp programs that read files which contain the internal
2666 MULE encoding should use `emacs-mule-unix'.  `no-conversion' is only
2667 appropriate for reading truly binary files.
2669 ** Code that relies on the obsolete `before-change-function' and
2670 `after-change-function' to detect buffer changes will now fail.  Use
2671 `before-change-functions' and `after-change-functions' instead.
2673 ** Code that uses `concat' with integer args now gets an error, as
2674 long promised.
2676 ** The function base64-decode-string now always returns a unibyte
2677 string.
2679 ** Not a Lisp incompatibility as such but, with the introduction of
2680 extra private charsets, there is now only one slot free for a new
2681 dimension-2 private charset.  User code which tries to add more than
2682 one extra will fail unless you rebuild Emacs with some standard
2683 charset(s) removed; that is probably inadvisable because it changes
2684 the emacs-mule encoding.  Also, files stored in the emacs-mule
2685 encoding using Emacs 20 with additional private charsets defined will
2686 probably not be read correctly by Emacs 21.
2688 ** The variable `directory-sep-char' is slated for removal.
2689 Not really a change (yet), but a projected one that you should be
2690 aware of: The variable `directory-sep-char' is deprecated, and should
2691 not be used.  It was always ignored on GNU/Linux and Unix systems and
2692 on MS-DOS, but the MS-Windows port tried to support it by adapting the
2693 behavior of certain primitives to the value of this variable.  It
2694 turned out that such support cannot be reliable, so it was decided to
2695 remove this variable in the near future.  Lisp programs are well
2696 advised not to set it to anything but '/', because any different value
2697 will not have any effect when support for this variable is removed.
2700 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
2701 (Display-related features are described in a page of their own below.)
2703 ** Function assq-delete-all replaces function assoc-delete-all.
2705 ** The new function animate-string, from lisp/play/animate.el
2706 allows the animated display of strings.
2708 ** The new function `interactive-form' can be used to obtain the
2709 interactive form of a function.
2711 ** The keyword :set-after in defcustom allows to specify dependencies
2712 between custom options.  Example:
2714   (defcustom default-input-method nil
2715     "*Default input method for multilingual text (a string).
2716   This is the input method activated automatically by the command
2717   `toggle-input-method' (\\[toggle-input-method])."
2718     :group 'mule
2719     :type '(choice (const nil) string)
2720     :set-after '(current-language-environment))
2722 This specifies that default-input-method should be set after
2723 current-language-environment even if default-input-method appears
2724 first in a custom-set-variables statement.
2726 ** The new hook `kbd-macro-termination-hook' is run at the end of
2727 function execute-kbd-macro.  Functions on this hook are called with no
2728 args.  The hook is run independent of how the macro was terminated
2729 (signal or normal termination).
2731 ** Functions `butlast' and `nbutlast' for removing trailing elements
2732 from a list are now available without requiring the CL package.
2734 ** The new user-option `even-window-heights' can be set to nil
2735 to prevent `display-buffer' from evening out window heights.
2737 ** The user-option `face-font-registry-alternatives' specifies
2738 alternative font registry names to try when looking for a font.
2740 ** Function `md5' calculates the MD5 "message digest"/"checksum".
2742 ** Function `delete-frame' runs `delete-frame-hook' before actually
2743 deleting the frame.  The hook is called with one arg, the frame
2744 being deleted.
2746 ** `add-hook' now makes the hook local if called with a non-nil LOCAL arg.
2748 ** The treatment of non-ASCII characters in search ranges has changed.
2749 If a range in a regular expression or the arg of
2750 skip-chars-forward/backward starts with a unibyte character C and ends
2751 with a multibyte character C2, the range is divided into two: one is
2752 C..?\377, the other is C1..C2, where C1 is the first character of C2's
2753 charset.
2755 ** The new function `display-message-or-buffer' displays a message in
2756 the echo area or pops up a buffer, depending on the length of the
2757 message.
2759 ** The new macro `with-auto-compression-mode' allows evaluating an
2760 expression with auto-compression-mode enabled.
2762 ** In image specifications, `:heuristic-mask' has been replaced
2763 with the more general `:mask' property.
2765 ** Image specifications accept more `:conversion's.
2767 ** A `?' can be used in a symbol name without escaping it with a
2768 backslash.
2770 ** Reading from the mini-buffer now reads from standard input if Emacs
2771 is running in batch mode.  For example,
2773   (message "%s" (read t))
2775 will read a Lisp expression from standard input and print the result
2776 to standard output.
2778 ** The argument of `down-list', `backward-up-list', `up-list',
2779 `kill-sexp', `backward-kill-sexp' and `mark-sexp' is now optional.
2781 ** If `display-buffer-reuse-frames' is set, function `display-buffer'
2782 will raise frames displaying a buffer, instead of creating a new
2783 frame or window.
2785 ** Two new functions for removing elements from lists/sequences
2786 were added
2788 - Function: remove ELT SEQ
2790 Return a copy of SEQ with all occurrences of ELT removed.  SEQ must be
2791 a list, vector, or string.  The comparison is done with `equal'.
2793 - Function: remq ELT LIST
2795 Return a copy of LIST with all occurrences of ELT removed.  The
2796 comparison is done with `eq'.
2798 ** The function `delete' now also works with vectors and strings.
2800 ** The meaning of the `:weakness WEAK' argument of make-hash-table
2801 has been changed: WEAK can now have new values `key-or-value' and
2802 `key-and-value', in addition the `nil', `key', `value', and `t'.
2804 ** Function `aset' stores any multibyte character in any string
2805 without signaling "Attempt to change char length of a string".  It may
2806 convert a unibyte string to multibyte if necessary.
2808 ** The value of the `help-echo' text property is called as a function
2809 or evaluated, if it is not a string already, to obtain a help string.
2811 ** Function `make-obsolete' now has an optional arg to say when the
2812 function was declared obsolete.
2814 ** Function `plist-member' is renamed from `widget-plist-member' (which is
2815 retained as an alias).
2817 ** Easy-menu's :filter now works as in XEmacs.
2818 It takes the unconverted (i.e. XEmacs) form of the menu and the result
2819 is automatically converted to Emacs' form.
2821 ** The new function `window-list' has been defined
2823 - Function: window-list &optional FRAME WINDOW MINIBUF
2825 Return a list of windows on FRAME, starting with WINDOW.  FRAME nil or
2826 omitted means use the selected frame.  WINDOW nil or omitted means use
2827 the selected window.  MINIBUF t means include the minibuffer window,
2828 even if it isn't active.  MINIBUF nil or omitted means include the
2829 minibuffer window only if it's active.  MINIBUF neither nil nor t
2830 means never include the minibuffer window.
2832 ** There's a new function `get-window-with-predicate' defined as follows
2834 - Function: get-window-with-predicate PREDICATE &optional MINIBUF ALL-FRAMES DEFAULT
2836 Return a window satisfying PREDICATE.
2838 This function cycles through all visible windows using `walk-windows',
2839 calling PREDICATE on each one.  PREDICATE is called with a window as
2840 argument.  The first window for which PREDICATE returns a non-nil
2841 value is returned.  If no window satisfies PREDICATE, DEFAULT is
2842 returned.
2844 Optional second arg MINIBUF t means count the minibuffer window even
2845 if not active.  MINIBUF nil or omitted means count the minibuffer iff
2846 it is active.  MINIBUF neither t nor nil means not to count the
2847 minibuffer even if it is active.
2849 Several frames may share a single minibuffer; if the minibuffer
2850 counts, all windows on all frames that share that minibuffer count
2851 too.  Therefore, if you are using a separate minibuffer frame
2852 and the minibuffer is active and MINIBUF says it counts,
2853 `walk-windows' includes the windows in the frame from which you
2854 entered the minibuffer, as well as the minibuffer window.
2856 ALL-FRAMES is the optional third argument.
2857 ALL-FRAMES nil or omitted means cycle within the frames as specified above.
2858 ALL-FRAMES = `visible' means include windows on all visible frames.
2859 ALL-FRAMES = 0 means include windows on all visible and iconified frames.
2860 ALL-FRAMES = t means include windows on all frames including invisible frames.
2861 If ALL-FRAMES is a frame, it means include windows on that frame.
2862 Anything else means restrict to the selected frame.
2864 ** The function `single-key-description' now encloses function key and
2865 event names in angle brackets.  When called with a second optional
2866 argument non-nil, angle brackets won't be printed.
2868 ** If the variable `message-truncate-lines' is bound to t around a
2869 call to `message', the echo area will not be resized to display that
2870 message; it will be truncated instead, as it was done in 20.x.
2871 Default value is nil.
2873 ** The user option `line-number-display-limit' can now be set to nil,
2874 meaning no limit.
2876 ** The new user option `line-number-display-limit-width' controls
2877 the maximum width of lines in a buffer for which Emacs displays line
2878 numbers in the mode line.  The default is 200.
2880 ** `select-safe-coding-system' now also checks the most preferred
2881 coding-system if buffer-file-coding-system is `undecided' and
2882 DEFAULT-CODING-SYSTEM is not specified,
2884 ** The function `subr-arity' provides information about the argument
2885 list of a primitive.
2887 ** `where-is-internal' now also accepts a list of keymaps.
2889 ** The text property `keymap' specifies a key map which overrides the
2890 buffer's local map and the map specified by the `local-map' property.
2891 This is probably what most current uses of `local-map' want, rather
2892 than replacing the local map.
2894 ** The obsolete variables `before-change-function' and
2895 `after-change-function' are no longer acted upon and have been
2896 removed.  Use `before-change-functions' and `after-change-functions'
2897 instead.
2899 ** The function `apropos-mode' runs the hook `apropos-mode-hook'.
2901 ** `concat' no longer accepts individual integer arguments,
2902 as promised long ago.
2904 ** The new function `float-time' returns the current time as a float.
2906 ** The new variable auto-coding-regexp-alist specifies coding systems
2907 for reading specific files, analogous to auto-coding-alist, but
2908 patterns are checked against file contents instead of file names.
2911 * Lisp changes in Emacs 21.1 (see following page for display-related features)
2913 ** The new package rx.el provides an alternative sexp notation for
2914 regular expressions.
2916 - Function: rx-to-string SEXP
2918 Translate SEXP into a regular expression in string notation.
2920 - Macro: rx SEXP
2922 Translate SEXP into a regular expression in string notation.
2924 The following are valid subforms of regular expressions in sexp
2925 notation.
2927 STRING
2928      matches string STRING literally.
2930 CHAR
2931      matches character CHAR literally.
2933 `not-newline'
2934      matches any character except a newline.
2935                         .
2936 `anything'
2937      matches any character
2939 `(any SET)'
2940      matches any character in SET.  SET may be a character or string.
2941      Ranges of characters can be specified as `A-Z' in strings.
2943 '(in SET)'
2944      like `any'.
2946 `(not (any SET))'
2947      matches any character not in SET
2949 `line-start'
2950      matches the empty string, but only at the beginning of a line
2951      in the text being matched
2953 `line-end'
2954      is similar to `line-start' but matches only at the end of a line
2956 `string-start'
2957      matches the empty string, but only at the beginning of the
2958      string being matched against.
2960 `string-end'
2961      matches the empty string, but only at the end of the
2962      string being matched against.
2964 `buffer-start'
2965      matches the empty string, but only at the beginning of the
2966      buffer being matched against.
2968 `buffer-end'
2969      matches the empty string, but only at the end of the
2970      buffer being matched against.
2972 `point'
2973      matches the empty string, but only at point.
2975 `word-start'
2976      matches the empty string, but only at the beginning or end of a
2977      word.
2979 `word-end'
2980      matches the empty string, but only at the end of a word.
2982 `word-boundary'
2983      matches the empty string, but only at the beginning or end of a
2984      word.
2986 `(not word-boundary)'
2987      matches the empty string, but not at the beginning or end of a
2988      word.
2990 `digit'
2991      matches 0 through 9.
2993 `control'
2994      matches ASCII control characters.
2996 `hex-digit'
2997      matches 0 through 9, a through f and A through F.
2999 `blank'
3000      matches space and tab only.
3002 `graphic'
3003      matches graphic characters--everything except ASCII control chars,
3004      space, and DEL.
3006 `printing'
3007      matches printing characters--everything except ASCII control chars
3008      and DEL.
3010 `alphanumeric'
3011      matches letters and digits.  (But at present, for multibyte characters,
3012      it matches anything that has word syntax.)
3014 `letter'
3015      matches letters.  (But at present, for multibyte characters,
3016      it matches anything that has word syntax.)
3018 `ascii'
3019      matches ASCII (unibyte) characters.
3021 `nonascii'
3022      matches non-ASCII (multibyte) characters.
3024 `lower'
3025      matches anything lower-case.
3027 `upper'
3028      matches anything upper-case.
3030 `punctuation'
3031      matches punctuation.  (But at present, for multibyte characters,
3032      it matches anything that has non-word syntax.)
3034 `space'
3035      matches anything that has whitespace syntax.
3037 `word'
3038      matches anything that has word syntax.
3040 `(syntax SYNTAX)'
3041      matches a character with syntax SYNTAX.  SYNTAX must be one
3042      of the following symbols.
3044      `whitespace'               (\\s- in string notation)
3045      `punctuation'              (\\s.)
3046      `word'                     (\\sw)
3047      `symbol'                   (\\s_)
3048      `open-parenthesis'         (\\s()
3049      `close-parenthesis'        (\\s))
3050      `expression-prefix'        (\\s')
3051      `string-quote'             (\\s\")
3052      `paired-delimiter'         (\\s$)
3053      `escape'                   (\\s\\)
3054      `character-quote'          (\\s/)
3055      `comment-start'            (\\s<)
3056      `comment-end'              (\\s>)
3058 `(not (syntax SYNTAX))'
3059      matches a character that has not syntax SYNTAX.
3061 `(category CATEGORY)'
3062      matches a character with category CATEGORY.  CATEGORY must be
3063      either a character to use for C, or one of the following symbols.
3065      `consonant'                        (\\c0 in string notation)
3066      `base-vowel'                       (\\c1)
3067      `upper-diacritical-mark'           (\\c2)
3068      `lower-diacritical-mark'           (\\c3)
3069      `tone-mark'                        (\\c4)
3070      `symbol'                           (\\c5)
3071      `digit'                            (\\c6)
3072      `vowel-modifying-diacritical-mark' (\\c7)
3073      `vowel-sign'                       (\\c8)
3074      `semivowel-lower'                  (\\c9)
3075      `not-at-end-of-line'               (\\c<)
3076      `not-at-beginning-of-line'         (\\c>)
3077      `alpha-numeric-two-byte'           (\\cA)
3078      `chinse-two-byte'                  (\\cC)
3079      `greek-two-byte'                   (\\cG)
3080      `japanese-hiragana-two-byte'       (\\cH)
3081      `indian-tow-byte'                  (\\cI)
3082      `japanese-katakana-two-byte'       (\\cK)
3083      `korean-hangul-two-byte'           (\\cN)
3084      `cyrillic-two-byte'                (\\cY)
3085      `ascii'                            (\\ca)
3086      `arabic'                           (\\cb)
3087      `chinese'                          (\\cc)
3088      `ethiopic'                         (\\ce)
3089      `greek'                            (\\cg)
3090      `korean'                           (\\ch)
3091      `indian'                           (\\ci)
3092      `japanese'                         (\\cj)
3093      `japanese-katakana'                (\\ck)
3094      `latin'                            (\\cl)
3095      `lao'                              (\\co)
3096      `tibetan'                          (\\cq)
3097      `japanese-roman'                   (\\cr)
3098      `thai'                             (\\ct)
3099      `vietnamese'                       (\\cv)
3100      `hebrew'                           (\\cw)
3101      `cyrillic'                         (\\cy)
3102      `can-break'                        (\\c|)
3104 `(not (category CATEGORY))'
3105      matches a character that has not category CATEGORY.
3107 `(and SEXP1 SEXP2 ...)'
3108      matches what SEXP1 matches, followed by what SEXP2 matches, etc.
3110 `(submatch SEXP1 SEXP2 ...)'
3111      like `and', but makes the match accessible with `match-end',
3112      `match-beginning', and `match-string'.
3114 `(group SEXP1 SEXP2 ...)'
3115      another name for `submatch'.
3117 `(or SEXP1 SEXP2 ...)'
3118      matches anything that matches SEXP1 or SEXP2, etc.  If all
3119      args are strings, use `regexp-opt' to optimize the resulting
3120      regular expression.
3122 `(minimal-match SEXP)'
3123      produce a non-greedy regexp for SEXP.  Normally, regexps matching
3124      zero or more occurrances of something are \"greedy\" in that they
3125      match as much as they can, as long as the overall regexp can
3126      still match.  A non-greedy regexp matches as little as possible.
3128 `(maximal-match SEXP)'
3129      produce a greedy regexp for SEXP.   This is the default.
3131 `(zero-or-more SEXP)'
3132      matches zero or more occurrences of what SEXP matches.
3134 `(0+ SEXP)'
3135      like `zero-or-more'.
3137 `(* SEXP)'
3138      like `zero-or-more', but always produces a greedy regexp.
3140 `(*? SEXP)'
3141      like `zero-or-more', but always produces a non-greedy regexp.
3143 `(one-or-more SEXP)'
3144      matches one or more occurrences of A.
3146 `(1+ SEXP)'
3147      like `one-or-more'.
3149 `(+ SEXP)'
3150      like `one-or-more', but always produces a greedy regexp.
3152 `(+? SEXP)'
3153      like `one-or-more', but always produces a non-greedy regexp.
3155 `(zero-or-one SEXP)'
3156      matches zero or one occurrences of A.
3158 `(optional SEXP)'
3159      like `zero-or-one'.
3161 `(? SEXP)'
3162      like `zero-or-one', but always produces a greedy regexp.
3164 `(?? SEXP)'
3165      like `zero-or-one', but always produces a non-greedy regexp.
3167 `(repeat N SEXP)'
3168      matches N occurrences of what SEXP matches.
3170 `(repeat N M SEXP)'
3171      matches N to M occurrences of what SEXP matches.
3173 `(eval FORM)'
3174       evaluate FORM and insert result.   If result is a string,
3175       `regexp-quote' it.
3177 `(regexp REGEXP)'
3178       include REGEXP in string notation in the result.
3180 *** The features `md5' and `overlay' are now provided by default.
3182 *** The special form `save-restriction' now works correctly even if the
3183 buffer is widened inside the save-restriction and changes made outside
3184 the original restriction.  Previously, doing this would cause the saved
3185 restriction to be restored incorrectly.
3187 *** The functions `find-charset-region' and `find-charset-string' include
3188 `eight-bit-control' and/or `eight-bit-graphic' in the returned list
3189 when they find 8-bit characters.  Previously, they included `ascii' in a
3190 multibyte buffer and `unknown' in a unibyte buffer.
3192 *** The functions `set-buffer-multibyte', `string-as-multibyte' and
3193 `string-as-unibyte' change the byte sequence of a buffer or a string
3194 if it contains a character from the `eight-bit-control' character set.
3196 *** The handling of multibyte sequences in a multibyte buffer is
3197 changed.  Previously, a byte sequence matching the pattern
3198 [\200-\237][\240-\377]+ was interpreted as a single character
3199 regardless of the length of the trailing bytes [\240-\377]+.  Thus, if
3200 the sequence was longer than what the leading byte indicated, the
3201 extra trailing bytes were ignored by Lisp functions.  Now such extra
3202 bytes are independent 8-bit characters belonging to the charset
3203 eight-bit-graphic.
3205 ** Fontsets are now implemented using char-tables.
3207 A fontset can now be specified for each independent character, for
3208 a group of characters or for a character set rather than just for a
3209 character set as previously.
3211 *** The arguments of the function `set-fontset-font' are changed.
3212 They are NAME, CHARACTER, FONTNAME, and optional FRAME.  The function
3213 modifies fontset NAME to use FONTNAME for CHARACTER.
3215 CHARACTER may be a cons (FROM . TO), where FROM and TO are non-generic
3216 characters.  In that case FONTNAME is used for all characters in the
3217 range FROM and TO (inclusive).  CHARACTER may be a charset.  In that
3218 case FONTNAME is used for all character in the charset.
3220 FONTNAME may be a cons (FAMILY . REGISTRY), where FAMILY is the family
3221 name of a font and REGISTRY is a registry name of a font.
3223 *** Variable x-charset-registry has been deleted.  The default charset
3224 registries of character sets are set in the default fontset
3225 "fontset-default".
3227 *** The function `create-fontset-from-fontset-spec' ignores the second
3228 argument STYLE-VARIANT.  It never creates style-variant fontsets.
3230 ** The method of composing characters is changed.  Now character
3231 composition is done by a special text property `composition' in
3232 buffers and strings.
3234 *** Charset composition is deleted.  Emacs never creates a `composite
3235 character' which is an independent character with a unique character
3236 code.  Thus the following functions handling `composite characters'
3237 have been deleted: composite-char-component,
3238 composite-char-component-count, composite-char-composition-rule,
3239 composite-char-composition-rule and decompose-composite-char delete.
3240 The variables leading-code-composition and min-composite-char have
3241 also been deleted.
3243 *** Three more glyph reference points are added.  They can be used to
3244 specify a composition rule.  See the documentation of the variable
3245 `reference-point-alist' for more detail.
3247 *** The function `compose-region' takes new arguments COMPONENTS and
3248 MODIFICATION-FUNC.  With COMPONENTS, you can specify not only a
3249 composition rule but also characters to be composed.  Such characters
3250 may differ between buffer and string text.
3252 *** The function `compose-string' takes new arguments START, END,
3253 COMPONENTS, and MODIFICATION-FUNC.
3255 *** The function `compose-string' puts text property `composition'
3256 directly on the argument STRING instead of returning a new string.
3257 Likewise, the function `decompose-string' just removes text property
3258 `composition' from STRING.
3260 *** The new function `find-composition' returns information about
3261 a composition at a specified position in a buffer or a string.
3263 *** The function `decompose-composite-char' is now labeled as
3264 obsolete.
3266 ** The new coding system `mac-roman' is primarily intended for use on
3267 the Macintosh but may be used generally for Macintosh-encoded text.
3269 ** The new character sets `mule-unicode-0100-24ff',
3270 `mule-unicode-2500-33ff', and `mule-unicode-e000-ffff' have been
3271 introduced for Unicode characters in the range U+0100..U+24FF,
3272 U+2500..U+33FF, U+E000..U+FFFF respectively.
3274 Note that the character sets are not yet unified in Emacs, so
3275 characters which belong to charsets such as Latin-2, Greek, Hebrew,
3276 etc. and the same characters in the `mule-unicode-*' charsets are
3277 different characters, as far as Emacs is concerned.  For example, text
3278 which includes Unicode characters from the Latin-2 locale cannot be
3279 encoded by Emacs with ISO 8859-2 coding system.
3281 ** The new coding system `mule-utf-8' has been added.
3282 It provides limited support for decoding/encoding UTF-8 text.  For
3283 details, please see the documentation string of this coding system.
3285 ** The new character sets `japanese-jisx0213-1' and
3286 `japanese-jisx0213-2' have been introduced for the new Japanese
3287 standard JIS X 0213 Plane 1 and Plane 2.
3289 ** The new character sets `latin-iso8859-14' and `latin-iso8859-15'
3290 have been introduced.
3292 ** The new character sets `eight-bit-control' and `eight-bit-graphic'
3293 have been introduced for 8-bit characters in the ranges 0x80..0x9F and
3294 0xA0..0xFF respectively.  Note that the multibyte representation of
3295 eight-bit-control is never exposed; this leads to an exception in the
3296 emacs-mule coding system, which encodes everything else to the
3297 buffer/string internal representation.  Note that to search for
3298 eight-bit-graphic characters in a multibyte buffer, the search string
3299 must be multibyte, otherwise such characters will be converted to
3300 their multibyte equivalent.
3302 ** If the APPEND argument of `write-region' is an integer, it seeks to
3303 that offset in the file before writing.
3305 ** The function `add-minor-mode' has been added for convenience and
3306 compatibility with XEmacs (and is used internally by define-minor-mode).
3308 ** The function `shell-command' now sets the default directory of the
3309 `*Shell Command Output*' buffer to the default directory of the buffer
3310 from which the command was issued.
3312 ** The functions `query-replace', `query-replace-regexp',
3313 `query-replace-regexp-eval' `map-query-replace-regexp',
3314 `replace-string', `replace-regexp', and `perform-replace' take two
3315 additional optional arguments START and END that specify the region to
3316 operate on.
3318 ** The new function `count-screen-lines' is a more flexible alternative
3319 to `window-buffer-height'.
3321 - Function: count-screen-lines &optional BEG END COUNT-FINAL-NEWLINE WINDOW
3323 Return the number of screen lines in the region between BEG and END.
3324 The number of screen lines may be different from the number of actual
3325 lines, due to line breaking, display table, etc.
3327 Optional arguments BEG and END default to `point-min' and `point-max'
3328 respectively.
3330 If region ends with a newline, ignore it unless optional third argument
3331 COUNT-FINAL-NEWLINE is non-nil.
3333 The optional fourth argument WINDOW specifies the window used for
3334 obtaining parameters such as width, horizontal scrolling, and so
3335 on. The default is to use the selected window's parameters.
3337 Like `vertical-motion', `count-screen-lines' always uses the current
3338 buffer, regardless of which buffer is displayed in WINDOW. This makes
3339 possible to use `count-screen-lines' in any buffer, whether or not it
3340 is currently displayed in some window.
3342 ** The new function `mapc' is like `mapcar' but doesn't collect the
3343 argument function's results.
3345 ** The functions base64-decode-region and base64-decode-string now
3346 signal an error instead of returning nil if decoding fails.  Also,
3347 `base64-decode-string' now always returns a unibyte string (in Emacs
3348 20, it returned a multibyte string when the result was a valid multibyte
3349 sequence).
3351 ** The function sendmail-user-agent-compose now recognizes a `body'
3352 header in the list of headers passed to it.
3354 ** The new function member-ignore-case works like `member', but
3355 ignores differences in case and text representation.
3357 ** The buffer-local variable cursor-type can be used to specify the
3358 cursor to use in windows displaying a buffer.  Values are interpreted
3359 as follows:
3361   t             use the cursor specified for the frame (default)
3362   nil           don't display a cursor
3363   `bar'         display a bar cursor with default width
3364   (bar . WIDTH) display a bar cursor with width WIDTH
3365   others        display a box cursor.
3367 ** The variable open-paren-in-column-0-is-defun-start controls whether
3368 an open parenthesis in column 0 is considered to be the start of a
3369 defun.  If set, the default, it is considered a defun start.  If not
3370 set, an open parenthesis in column 0 has no special meaning.
3372 ** The new function `string-to-syntax' can be used to translate syntax
3373 specifications in string form as accepted by `modify-syntax-entry' to
3374 the cons-cell form that is used for the values of the `syntax-table'
3375 text property, and in `font-lock-syntactic-keywords'.
3377 Example:
3379   (string-to-syntax "()")
3380     => (4 . 41)
3382 ** Emacs' reader supports CL read syntax for integers in bases
3383 other than 10.
3385 *** `#BINTEGER' or `#bINTEGER' reads INTEGER in binary (radix 2).
3386 INTEGER optionally contains a sign.
3388   #b1111
3389     => 15
3390   #b-1111
3391     => -15
3393 *** `#OINTEGER' or `#oINTEGER' reads INTEGER in octal (radix 8).
3395   #o666
3396     => 438
3398 *** `#XINTEGER' or `#xINTEGER' reads INTEGER in hexadecimal (radix 16).
3400   #xbeef
3401     => 48815
3403 *** `#RADIXrINTEGER' reads INTEGER in radix RADIX, 2 <= RADIX <= 36.
3405   #2R-111
3406     => -7
3407   #25rah
3408     => 267
3410 ** The function `documentation-property' now evaluates the value of
3411 the given property to obtain a string if it doesn't refer to etc/DOC
3412 and isn't a string.
3414 ** If called for a symbol, the function `documentation' now looks for
3415 a `function-documentation' property of that symbol.  If it has a non-nil
3416 value, the documentation is taken from that value.  If the value is
3417 not a string, it is evaluated to obtain a string.
3419 ** The last argument of `define-key-after' defaults to t for convenience.
3421 ** The new function `replace-regexp-in-string' replaces all matches
3422 for a regexp in a string.
3424 ** `mouse-position' now runs the abnormal hook
3425 `mouse-position-function'.
3427 ** The function string-to-number now returns a float for numbers
3428 that don't fit into a Lisp integer.
3430 ** The variable keyword-symbols-constants-flag has been removed.
3431 Keywords are now always considered constants.
3433 ** The new function `delete-and-extract-region' deletes text and
3434 returns it.
3436 ** The function `clear-this-command-keys' now also clears the vector
3437 returned by function `recent-keys'.
3439 ** Variables `beginning-of-defun-function' and `end-of-defun-function'
3440 can be used to define handlers for the functions that find defuns.
3441 Major modes can define these locally instead of rebinding C-M-a
3442 etc. if the normal conventions for defuns are not appropriate for the
3443 mode.
3445 ** easy-mmode-define-minor-mode now takes an additional BODY argument
3446 and is renamed `define-minor-mode'.
3448 ** If an abbrev has a hook function which is a symbol, and that symbol
3449 has a non-nil `no-self-insert' property, the return value of the hook
3450 function specifies whether an expansion has been done or not.  If it
3451 returns nil, abbrev-expand also returns nil, meaning "no expansion has
3452 been performed."
3454 When abbrev expansion is done by typing a self-inserting character,
3455 and the abbrev has a hook with the `no-self-insert' property, and the
3456 hook function returns non-nil meaning expansion has been done,
3457 then the self-inserting character is not inserted.
3459 ** The function `intern-soft' now accepts a symbol as first argument.
3460 In this case, that exact symbol is looked up in the specified obarray,
3461 and the function's value is nil if it is not found.
3463 ** The new macro `with-syntax-table' can be used to evaluate forms
3464 with the syntax table of the current buffer temporarily set to a
3465 specified table.
3467   (with-syntax-table TABLE &rest BODY)
3469 Evaluate BODY with syntax table of current buffer set to a copy of
3470 TABLE.  The current syntax table is saved, BODY is evaluated, and the
3471 saved table is restored, even in case of an abnormal exit.  Value is
3472 what BODY returns.
3474 ** Regular expressions now support intervals \{n,m\} as well as
3475 Perl's shy-groups \(?:...\) and non-greedy *? +? and ?? operators.
3476 Also back-references like \2 are now considered as an error if the
3477 corresponding subgroup does not exist (or is not closed yet).
3478 Previously it would have been silently turned into `2' (ignoring the `\').
3480 ** The optional argument BUFFER of function file-local-copy has been
3481 removed since it wasn't used by anything.
3483 ** The file name argument of function `file-locked-p' is now required
3484 instead of being optional.
3486 ** The new built-in error `text-read-only' is signaled when trying to
3487 modify read-only text.
3489 ** New functions and variables for locales.
3491 The new variable `locale-coding-system' specifies how to encode and
3492 decode strings passed to low-level message functions like strerror and
3493 time functions like strftime.  The new variables
3494 `system-messages-locale' and `system-time-locale' give the system
3495 locales to be used when invoking these two types of functions.
3497 The new function `set-locale-environment' sets the language
3498 environment, preferred coding system, and locale coding system from
3499 the system locale as specified by the LC_ALL, LC_CTYPE, and LANG
3500 environment variables.  Normally, it is invoked during startup and need
3501 not be invoked thereafter.  It uses the new variables
3502 `locale-language-names', `locale-charset-language-names', and
3503 `locale-preferred-coding-systems' to make its decisions.
3505 ** syntax tables now understand nested comments.
3506 To declare a comment syntax as allowing nesting, just add an `n'
3507 modifier to either of the characters of the comment end and the comment
3508 start sequences.
3510 ** The function `pixmap-spec-p' has been renamed `bitmap-spec-p'
3511 because `bitmap' is more in line with the usual X terminology.
3513 ** New function `propertize'
3515 The new function `propertize' can be used to conveniently construct
3516 strings with text properties.
3518 - Function: propertize STRING &rest PROPERTIES
3520 Value is a copy of STRING with text properties assigned as specified
3521 by PROPERTIES.  PROPERTIES is a sequence of pairs PROPERTY VALUE, with
3522 PROPERTY being the name of a text property and VALUE being the
3523 specified value of that property.  Example:
3525   (propertize "foo" 'face 'bold 'read-only t)
3527 ** push and pop macros.
3529 Simple versions of the push and pop macros of Common Lisp
3530 are now defined in Emacs Lisp.  These macros allow only symbols
3531 as the place that holds the list to be changed.
3533 (push NEWELT LISTNAME)  add NEWELT to the front of LISTNAME's value.
3534 (pop LISTNAME)          return first elt of LISTNAME, and remove it
3535                         (thus altering the value of LISTNAME).
3537 ** New dolist and dotimes macros.
3539 Simple versions of the dolist and dotimes macros of Common Lisp
3540 are now defined in Emacs Lisp.
3542 (dolist (VAR LIST [RESULT]) BODY...)
3543       Execute body once for each element of LIST,
3544       using the variable VAR to hold the current element.
3545       Then return the value of RESULT, or nil if RESULT is omitted.
3547 (dotimes (VAR COUNT [RESULT]) BODY...)
3548       Execute BODY with VAR bound to successive integers running from 0,
3549       inclusive, to COUNT, exclusive.
3550       Then return the value of RESULT, or nil if RESULT is omitted.
3552 ** Regular expressions now support Posix character classes such as
3553 [:alpha:], [:space:] and so on.  These must be used within a character
3554 class--for instance, [-[:digit:].+] matches digits or a period
3555 or a sign.
3557 [:digit:]  matches 0 through 9
3558 [:cntrl:]  matches ASCII control characters
3559 [:xdigit:]  matches 0 through 9, a through f and A through F.
3560 [:blank:]  matches space and tab only
3561 [:graph:]  matches graphic characters--everything except ASCII control chars,
3562            space, and DEL.
3563 [:print:]  matches printing characters--everything except ASCII control chars
3564            and DEL.
3565 [:alnum:]  matches letters and digits.
3566            (But at present, for multibyte characters,
3567             it matches anything that has word syntax.)
3568 [:alpha:]  matches letters.
3569            (But at present, for multibyte characters,
3570             it matches anything that has word syntax.)
3571 [:ascii:]  matches ASCII (unibyte) characters.
3572 [:nonascii:]  matches non-ASCII (multibyte) characters.
3573 [:lower:]  matches anything lower-case.
3574 [:punct:]  matches punctuation.
3575            (But at present, for multibyte characters,
3576             it matches anything that has non-word syntax.)
3577 [:space:]  matches anything that has whitespace syntax.
3578 [:upper:]  matches anything upper-case.
3579 [:word:]   matches anything that has word syntax.
3581 ** Emacs now has built-in hash tables.
3583 The following functions are defined for hash tables:
3585 - Function: make-hash-table ARGS
3587 The argument list ARGS consists of keyword/argument pairs.  All arguments
3588 are optional.  The following arguments are defined:
3590 :test TEST
3592 TEST must be a symbol specifying how to compare keys.  Default is `eql'.
3593 Predefined are `eq', `eql' and `equal'.  If TEST is not predefined,
3594 it must have been defined with `define-hash-table-test'.
3596 :size SIZE
3598 SIZE must be an integer > 0 giving a hint to the implementation how
3599 many elements will be put in the hash table.  Default size is 65.
3601 :rehash-size REHASH-SIZE
3603 REHASH-SIZE specifies by how much to grow a hash table once it becomes
3604 full.  If REHASH-SIZE is an integer, add that to the hash table's old
3605 size to get the new size.  Otherwise, REHASH-SIZE must be a float >
3606 1.0, and the new size is computed by multiplying REHASH-SIZE with the
3607 old size.  Default rehash size is 1.5.
3609 :rehash-threshold THRESHOLD
3611 THRESHOLD must be a float > 0 and <= 1.0 specifying when to resize the
3612 hash table.  It is resized when the ratio of (number of entries) /
3613 (size of hash table) is >= THRESHOLD.  Default threshold is 0.8.
3615 :weakness WEAK
3617 WEAK must be either nil, one of the symbols `key, `value',
3618 `key-or-value', `key-and-value', or t, meaning the same as
3619 `key-and-value'.  Entries are removed from weak tables during garbage
3620 collection if their key and/or value are not referenced elsewhere
3621 outside of the hash table.  Default are non-weak hash tables.
3623 - Function: makehash &optional TEST
3625 Similar to make-hash-table, but only TEST can be specified.
3627 - Function: hash-table-p TABLE
3629 Returns non-nil if TABLE is a hash table object.
3631 - Function: copy-hash-table TABLE
3633 Returns a copy of TABLE.  Only the table itself is copied, keys and
3634 values are shared.
3636 - Function: hash-table-count TABLE
3638 Returns the number of entries in TABLE.
3640 - Function: hash-table-rehash-size TABLE
3642 Returns the rehash size of TABLE.
3644 - Function: hash-table-rehash-threshold TABLE
3646 Returns the rehash threshold of TABLE.
3648 - Function: hash-table-rehash-size TABLE
3650 Returns the size of TABLE.
3652 - Function: hash-table-test TABLE
3654 Returns the test TABLE uses to compare keys.
3656 - Function: hash-table-weakness TABLE
3658 Returns the weakness specified for TABLE.
3660 - Function: clrhash TABLE
3662 Clear TABLE.
3664 - Function: gethash KEY TABLE &optional DEFAULT
3666 Look up KEY in TABLE and return its associated VALUE or DEFAULT if
3667 not found.
3669 - Function: puthash KEY VALUE TABLE
3671 Associate KEY with VALUE in TABLE.  If KEY is already associated with
3672 another value, replace the old value with VALUE.
3674 - Function: remhash KEY TABLE
3676 Remove KEY from TABLE if it is there.
3678 - Function: maphash FUNCTION TABLE
3680 Call FUNCTION for all elements in TABLE.  FUNCTION must take two
3681 arguments KEY and VALUE.
3683 - Function: sxhash OBJ
3685 Return a hash code for Lisp object OBJ.
3687 - Function: define-hash-table-test NAME TEST-FN HASH-FN
3689 Define a new hash table test named NAME.  If NAME is specified as
3690 a test in `make-hash-table', the table created will use TEST-FN for
3691 comparing keys, and HASH-FN to compute hash codes for keys.  Test
3692 and hash function are stored as symbol property `hash-table-test'
3693 of NAME with a value of (TEST-FN HASH-FN).
3695 TEST-FN must take two arguments and return non-nil if they are the same.
3697 HASH-FN must take one argument and return an integer that is the hash
3698 code of the argument.  The function should use the whole range of
3699 integer values for hash code computation, including negative integers.
3701 Example: The following creates a hash table whose keys are supposed to
3702 be strings that are compared case-insensitively.
3704   (defun case-fold-string= (a b)
3705     (compare-strings a nil nil b nil nil t))
3707   (defun case-fold-string-hash (a)
3708     (sxhash (upcase a)))
3710   (define-hash-table-test 'case-fold 'case-fold-string=
3711                           'case-fold-string-hash))
3713   (make-hash-table :test 'case-fold)
3715 ** The Lisp reader handles circular structure.
3717 It now works to use the #N= and #N# constructs to represent
3718 circular structures.  For example, #1=(a . #1#) represents
3719 a cons cell which is its own cdr.
3721 ** The Lisp printer handles circular structure.
3723 If you bind print-circle to a non-nil value, the Lisp printer outputs
3724 #N= and #N# constructs to represent circular and shared structure.
3726 ** If the second argument to `move-to-column' is anything but nil or
3727 t, that means replace a tab with spaces if necessary to reach the
3728 specified column, but do not add spaces at the end of the line if it
3729 is too short to reach that column.
3731 ** perform-replace has a new feature:  the REPLACEMENTS argument may
3732 now be a cons cell (FUNCTION . DATA).  This means to call FUNCTION
3733 after each match to get the replacement text.  FUNCTION is called with
3734 two arguments: DATA, and the number of replacements already made.
3736 If the FROM-STRING contains any upper-case letters,
3737 perform-replace also turns off `case-fold-search' temporarily
3738 and inserts the replacement text without altering case in it.
3740 ** The function buffer-size now accepts an optional argument
3741 to specify which buffer to return the size of.
3743 ** The calendar motion commands now run the normal hook
3744 calendar-move-hook after moving point.
3746 ** The new variable small-temporary-file-directory specifies a
3747 directory to use for creating temporary files that are likely to be
3748 small.  (Certain Emacs features use this directory.)  If
3749 small-temporary-file-directory is nil, they use
3750 temporary-file-directory instead.
3752 ** The variable `inhibit-modification-hooks', if non-nil, inhibits all
3753 the hooks that track changes in the buffer.  This affects
3754 `before-change-functions' and `after-change-functions', as well as
3755 hooks attached to text properties and overlay properties.
3757 ** assq-delete-all is a new function that deletes all the
3758 elements of an alist which have a car `eq' to a particular value.
3760 ** make-temp-file provides a more reliable way to create a temporary file.
3762 make-temp-file is used like make-temp-name, except that it actually
3763 creates the file before it returns.  This prevents a timing error,
3764 ensuring that no other job can use the same name for a temporary file.
3766 ** New exclusive-open feature in `write-region'
3768 The optional seventh arg is now called MUSTBENEW.  If non-nil, it insists
3769 on a check for an existing file with the same name.  If MUSTBENEW
3770 is `excl', that means to get an error if the file already exists;
3771 never overwrite. If MUSTBENEW is neither nil nor `excl', that means
3772 ask for confirmation before overwriting, but do go ahead and
3773 overwrite the file if the user gives confirmation.
3775 If the MUSTBENEW argument in `write-region' is `excl',
3776 that means to use a special feature in the `open' system call
3777 to get an error if the file exists at that time.
3778 The error reported is `file-already-exists'.
3780 ** Function `format' now handles text properties.
3782 Text properties of the format string are applied to the result string.
3783 If the result string is longer than the format string, text properties
3784 ending at the end of the format string are extended to the end of the
3785 result string.
3787 Text properties from string arguments are applied to the result
3788 string where arguments appear in the result string.
3790 Example:
3792   (let ((s1 "hello, %s")
3793         (s2 "world"))
3794      (put-text-property 0 (length s1) 'face 'bold s1)
3795      (put-text-property 0 (length s2) 'face 'italic s2)
3796      (format s1 s2))
3798 results in a bold-face string with an italic `world' at the end.
3800 ** Messages can now be displayed with text properties.
3802 Text properties are handled as described above for function `format'.
3803 The following example displays a bold-face message with an italic
3804 argument in it.
3806   (let ((msg "hello, %s!")
3807         (arg "world"))
3808      (put-text-property 0 (length msg) 'face 'bold msg)
3809      (put-text-property 0 (length arg) 'face 'italic arg)
3810      (message msg arg))
3812 ** Sound support
3814 Emacs supports playing sound files on GNU/Linux and the free BSDs
3815 (Voxware driver and native BSD driver, aka as Luigi's driver).
3817 Currently supported file formats are RIFF-WAVE (*.wav) and Sun Audio
3818 (*.au).  You must configure Emacs with the option `--with-sound=yes'
3819 to enable sound support.
3821 Sound files can be played by calling (play-sound SOUND).  SOUND is a
3822 list of the form `(sound PROPERTY...)'.  The function is only defined
3823 when sound support is present for the system on which Emacs runs.  The
3824 functions runs `play-sound-functions' with one argument which is the
3825 sound to play, before playing the sound.
3827 The following sound properties are supported:
3829 - `:file FILE'
3831 FILE is a file name.  If FILE isn't an absolute name, it will be
3832 searched relative to `data-directory'.
3834 - `:data DATA'
3836 DATA is a string containing sound data.  Either :file or :data
3837 may be present, but not both.
3839 - `:volume VOLUME'
3841 VOLUME must be an integer in the range 0..100 or a float in the range
3842 0..1.  This property is optional.
3844 - `:device DEVICE'
3846 DEVICE is a string specifying the system device on which to play the
3847 sound.  The default device is system-dependent.
3849 Other properties are ignored.
3851 An alternative interface is called as
3852 (play-sound-file FILE &optional VOLUME DEVICE).
3854 ** `multimedia' is a new Finder keyword and Custom group.
3856 ** keywordp is a new predicate to test efficiently for an object being
3857 a keyword symbol.
3859 ** Changes to garbage collection
3861 *** The function garbage-collect now additionally returns the number
3862 of live and free strings.
3864 *** There is a new variable `strings-consed' holding the number of
3865 strings that have been consed so far.
3868 * Lisp-level Display features added after release 2.6 of the Emacs
3869 Lisp Manual
3871 ** The user-option `resize-mini-windows' controls how Emacs resizes
3872 mini-windows.
3874 ** The function `pos-visible-in-window-p' now has a third optional
3875 argument, PARTIALLY.  If a character is only partially visible, nil is
3876 returned, unless PARTIALLY is non-nil.
3878 ** On window systems, `glyph-table' is no longer used.
3880 ** Help strings in menu items are now used to provide `help-echo' text.
3882 ** The function `image-size' can be used to determine the size of an
3883 image.
3885 - Function: image-size SPEC &optional PIXELS FRAME
3887 Return the size of an image as a pair (WIDTH . HEIGHT).
3889 SPEC is an image specification.  PIXELS non-nil means return sizes
3890 measured in pixels, otherwise return sizes measured in canonical
3891 character units (fractions of the width/height of the frame's default
3892 font).  FRAME is the frame on which the image will be displayed.
3893 FRAME nil or omitted means use the selected frame.
3895 ** The function `image-mask-p' can be used to determine if an image
3896 has a mask bitmap.
3898 - Function: image-mask-p SPEC &optional FRAME
3900 Return t if image SPEC has a mask bitmap.
3901 FRAME is the frame on which the image will be displayed.  FRAME nil
3902 or omitted means use the selected frame.
3904 ** The function `find-image' can be used to find a usable image
3905 satisfying one of a list of specifications.
3907 ** The STRING argument of `put-image' and `insert-image' is now
3908 optional.
3910 ** Image specifications may contain the property `:ascent center' (see
3911 below).
3914 * New Lisp-level Display features in Emacs 21.1
3916 ** The function tty-suppress-bold-inverse-default-colors can be used
3917 to make Emacs avoid displaying text with bold black foreground on TTYs.
3919 Some terminals, notably PC consoles, emulate bold text by displaying
3920 text in brighter colors.  On such a console, a bold black foreground
3921 is displayed in a gray color.  If this turns out to be hard to read on
3922 your monitor---the problem occurred with the mode line on
3923 laptops---you can instruct Emacs to ignore the text's boldness, and to
3924 just display it black instead.
3926 This situation can't be detected automatically.  You will have to put
3927 a line like
3929   (tty-suppress-bold-inverse-default-colors t)
3931 in your `.emacs'.
3933 ** New face implementation.
3935 Emacs faces have been reimplemented from scratch.  They don't use XLFD
3936 font names anymore and face merging now works as expected.
3938 *** New faces.
3940 Each face can specify the following display attributes:
3942    1. Font family or fontset alias name.
3944    2. Relative proportionate width, aka character set width or set
3945    width (swidth), e.g. `semi-compressed'.
3947    3. Font height in 1/10pt
3949    4. Font weight, e.g. `bold'.
3951    5. Font slant, e.g. `italic'.
3953    6. Foreground color.
3955    7. Background color.
3957    8. Whether or not characters should be underlined, and in what color.
3959    9. Whether or not characters should be displayed in inverse video.
3961    10. A background stipple, a bitmap.
3963    11. Whether or not characters should be overlined, and in what color.
3965    12. Whether or not characters should be strike-through, and in what
3966    color.
3968    13. Whether or not a box should be drawn around characters, its
3969    color, the width of the box lines, and 3D appearance.
3971 Faces are frame-local by nature because Emacs allows to define the
3972 same named face (face names are symbols) differently for different
3973 frames.  Each frame has an alist of face definitions for all named
3974 faces.  The value of a named face in such an alist is a Lisp vector
3975 with the symbol `face' in slot 0, and a slot for each of the face
3976 attributes mentioned above.
3978 There is also a global face alist `face-new-frame-defaults'.  Face
3979 definitions from this list are used to initialize faces of newly
3980 created frames.
3982 A face doesn't have to specify all attributes.  Those not specified
3983 have a nil value.  Faces specifying all attributes are called
3984 `fully-specified'.
3986 *** Face merging.
3988 The display style of a given character in the text is determined by
3989 combining several faces.  This process is called `face merging'.  Any
3990 aspect of the display style that isn't specified by overlays or text
3991 properties is taken from the `default' face.  Since it is made sure
3992 that the default face is always fully-specified, face merging always
3993 results in a fully-specified face.
3995 *** Face realization.
3997 After all face attributes for a character have been determined by
3998 merging faces of that character, that face is `realized'.  The
3999 realization process maps face attributes to what is physically
4000 available on the system where Emacs runs.  The result is a `realized
4001 face' in form of an internal structure which is stored in the face
4002 cache of the frame on which it was realized.
4004 Face realization is done in the context of the charset of the
4005 character to display because different fonts and encodings are used
4006 for different charsets.  In other words, for characters of different
4007 charsets, different realized faces are needed to display them.
4009 Except for composite characters, faces are always realized for a
4010 specific character set and contain a specific font, even if the face
4011 being realized specifies a fontset.  The reason is that the result of
4012 the new font selection stage is better than what can be done with
4013 statically defined font name patterns in fontsets.
4015 In unibyte text, Emacs' charsets aren't applicable; function
4016 `char-charset' reports ASCII for all characters, including those >
4017 0x7f.  The X registry and encoding of fonts to use is determined from
4018 the variable `face-default-registry' in this case.  The variable is
4019 initialized at Emacs startup time from the font the user specified for
4020 Emacs.
4022 Currently all unibyte text, i.e. all buffers with
4023 `enable-multibyte-characters' nil are displayed with fonts of the same
4024 registry and encoding `face-default-registry'.  This is consistent
4025 with the fact that languages can also be set globally, only.
4027 **** Clearing face caches.
4029 The Lisp function `clear-face-cache' can be called to clear face caches
4030 on all frames.  If called with a non-nil argument, it will also unload
4031 unused fonts.
4033 *** Font selection.
4035 Font selection tries to find the best available matching font for a
4036 given (charset, face) combination.  This is done slightly differently
4037 for faces specifying a fontset, or a font family name.
4039 If the face specifies a fontset name, that fontset determines a
4040 pattern for fonts of the given charset.  If the face specifies a font
4041 family, a font pattern is constructed.  Charset symbols have a
4042 property `x-charset-registry' for that purpose that maps a charset to
4043 an XLFD registry and encoding in the font pattern constructed.
4045 Available fonts on the system on which Emacs runs are then matched
4046 against the font pattern.  The result of font selection is the best
4047 match for the given face attributes in this font list.
4049 Font selection can be influenced by the user.
4051 The user can specify the relative importance he gives the face
4052 attributes width, height, weight, and slant by setting
4053 face-font-selection-order (faces.el) to a list of face attribute
4054 names.  The default is (:width :height :weight :slant), and means
4055 that font selection first tries to find a good match for the font
4056 width specified by a face, then---within fonts with that width---tries
4057 to find a best match for the specified font height, etc.
4059 Setting `face-font-family-alternatives' allows the user to specify
4060 alternative font families to try if a family specified by a face
4061 doesn't exist.
4063 Setting `face-font-registry-alternatives' allows the user to specify
4064 all alternative font registry names to try for a face specifying a
4065 registry.
4067 Please note that the interpretations of the above two variables are
4068 slightly different.
4070 Setting face-ignored-fonts allows the user to ignore specific fonts.
4073 **** Scalable fonts
4075 Emacs can make use of scalable fonts but doesn't do so by default,
4076 since the use of too many or too big scalable fonts may crash XFree86
4077 servers.
4079 To enable scalable font use, set the variable
4080 `scalable-fonts-allowed'.  A value of nil, the default, means never use
4081 scalable fonts.  A value of t means any scalable font may be used.
4082 Otherwise, the value must be a list of regular expressions.  A
4083 scalable font may then be used if it matches a regular expression from
4084 that list.  Example:
4086   (setq scalable-fonts-allowed '("muleindian-2$"))
4088 allows the use of scalable fonts with registry `muleindian-2'.
4090 *** Functions and variables related to font selection.
4092 - Function: x-family-fonts &optional FAMILY FRAME
4094 Return a list of available fonts of family FAMILY on FRAME.  If FAMILY
4095 is omitted or nil, list all families.  Otherwise, FAMILY must be a
4096 string, possibly containing wildcards `?' and `*'.
4098 If FRAME is omitted or nil, use the selected frame.  Each element of
4099 the result is a vector [FAMILY WIDTH POINT-SIZE WEIGHT SLANT FIXED-P
4100 FULL REGISTRY-AND-ENCODING].  FAMILY is the font family name.
4101 POINT-SIZE is the size of the font in 1/10 pt.  WIDTH, WEIGHT, and
4102 SLANT are symbols describing the width, weight and slant of the font.
4103 These symbols are the same as for face attributes.  FIXED-P is non-nil
4104 if the font is fixed-pitch.  FULL is the full name of the font, and
4105 REGISTRY-AND-ENCODING is a string giving the registry and encoding of
4106 the font.  The result list is sorted according to the current setting
4107 of the face font sort order.
4109 - Function: x-font-family-list
4111 Return a list of available font families on FRAME.  If FRAME is
4112 omitted or nil, use the selected frame.  Value is a list of conses
4113 (FAMILY . FIXED-P) where FAMILY is a font family, and FIXED-P is
4114 non-nil if fonts of that family are fixed-pitch.
4116 - Variable: font-list-limit
4118 Limit for font matching.  If an integer > 0, font matching functions
4119 won't load more than that number of fonts when searching for a
4120 matching font.  The default is currently 100.
4122 *** Setting face attributes.
4124 For the most part, the new face implementation is interface-compatible
4125 with the old one.  Old face attribute related functions are now
4126 implemented in terms of the new functions `set-face-attribute' and
4127 `face-attribute'.
4129 Face attributes are identified by their names which are keyword
4130 symbols.  All attributes can be set to `unspecified'.
4132 The following attributes are recognized:
4134 `:family'
4136 VALUE must be a string specifying the font family, e.g. ``courier'',
4137 or a fontset alias name.  If a font family is specified, wild-cards `*'
4138 and `?' are allowed.
4140 `:width'
4142 VALUE specifies the relative proportionate width of the font to use.
4143 It must be one of the symbols `ultra-condensed', `extra-condensed',
4144 `condensed', `semi-condensed', `normal', `semi-expanded', `expanded',
4145 `extra-expanded', or `ultra-expanded'.
4147 `:height'
4149 VALUE must be either an integer specifying the height of the font to use
4150 in 1/10 pt, a floating point number specifying the amount by which to
4151 scale any underlying face, or a function, which is called with the old
4152 height (from the underlying face), and should return the new height.
4154 `:weight'
4156 VALUE specifies the weight of the font to use.  It must be one of the
4157 symbols `ultra-bold', `extra-bold', `bold', `semi-bold', `normal',
4158 `semi-light', `light', `extra-light', `ultra-light'.
4160 `:slant'
4162 VALUE specifies the slant of the font to use.  It must be one of the
4163 symbols `italic', `oblique', `normal', `reverse-italic', or
4164 `reverse-oblique'.
4166 `:foreground', `:background'
4168 VALUE must be a color name, a string.
4170 `:underline'
4172 VALUE specifies whether characters in FACE should be underlined.  If
4173 VALUE is t, underline with foreground color of the face.  If VALUE is
4174 a string, underline with that color.  If VALUE is nil, explicitly
4175 don't underline.
4177 `:overline'
4179 VALUE specifies whether characters in FACE should be overlined.  If
4180 VALUE is t, overline with foreground color of the face.  If VALUE is a
4181 string, overline with that color.  If VALUE is nil, explicitly don't
4182 overline.
4184 `:strike-through'
4186 VALUE specifies whether characters in FACE should be drawn with a line
4187 striking through them.  If VALUE is t, use the foreground color of the
4188 face.  If VALUE is a string, strike-through with that color.  If VALUE
4189 is nil, explicitly don't strike through.
4191 `:box'
4193 VALUE specifies whether characters in FACE should have a box drawn
4194 around them.  If VALUE is nil, explicitly don't draw boxes.  If
4195 VALUE is t, draw a box with lines of width 1 in the foreground color
4196 of the face.  If VALUE is a string, the string must be a color name,
4197 and the box is drawn in that color with a line width of 1.  Otherwise,
4198 VALUE must be a property list of the form `(:line-width WIDTH
4199 :color COLOR :style STYLE)'.  If a keyword/value pair is missing from
4200 the property list, a default value will be used for the value, as
4201 specified below.  WIDTH specifies the width of the lines to draw; it
4202 defaults to 1.  COLOR is the name of the color to draw in, default is
4203 the foreground color of the face for simple boxes, and the background
4204 color of the face for 3D boxes.  STYLE specifies whether a 3D box
4205 should be draw.  If STYLE is `released-button', draw a box looking
4206 like a released 3D button.  If STYLE is `pressed-button' draw a box
4207 that appears like a pressed button.  If STYLE is nil, the default if
4208 the property list doesn't contain a style specification, draw a 2D
4209 box.
4211 `:inverse-video'
4213 VALUE specifies whether characters in FACE should be displayed in
4214 inverse video. VALUE must be one of t or nil.
4216 `:stipple'
4218 If VALUE is a string, it must be the name of a file of pixmap data.
4219 The directories listed in the `x-bitmap-file-path' variable are
4220 searched.  Alternatively, VALUE may be a list of the form (WIDTH
4221 HEIGHT DATA) where WIDTH and HEIGHT are the size in pixels, and DATA
4222 is a string containing the raw bits of the bitmap.  VALUE nil means
4223 explicitly don't use a stipple pattern.
4225 For convenience, attributes `:family', `:width', `:height', `:weight',
4226 and `:slant' may also be set in one step from an X font name:
4228 `:font'
4230 Set font-related face attributes from VALUE.  VALUE must be a valid
4231 XLFD font name.  If it is a font name pattern, the first matching font
4232 is used--this is for compatibility with the behavior of previous
4233 versions of Emacs.
4235 For compatibility with Emacs 20, keywords `:bold' and `:italic' can
4236 be used to specify that a bold or italic font should be used.  VALUE
4237 must be t or nil in that case.  A value of `unspecified' is not allowed."
4239 Please see also the documentation of `set-face-attribute' and
4240 `defface'.
4242 `:inherit'
4244 VALUE is the name of a face from which to inherit attributes, or a list
4245 of face names.  Attributes from inherited faces are merged into the face
4246 like an underlying face would be, with higher priority than underlying faces.
4248 *** Face attributes and X resources
4250 The following X resource names can be used to set face attributes
4251 from X resources:
4253   Face attribute        X resource              class
4254 -----------------------------------------------------------------------
4255   :family               attributeFamily .       Face.AttributeFamily
4256   :width                attributeWidth          Face.AttributeWidth
4257   :height               attributeHeight         Face.AttributeHeight
4258   :weight               attributeWeight         Face.AttributeWeight
4259   :slant                attributeSlant          Face.AttributeSlant
4260    foreground           attributeForeground     Face.AttributeForeground
4261   :background           attributeBackground .   Face.AttributeBackground
4262   :overline             attributeOverline       Face.AttributeOverline
4263   :strike-through       attributeStrikeThrough  Face.AttributeStrikeThrough
4264   :box                  attributeBox            Face.AttributeBox
4265   :underline            attributeUnderline      Face.AttributeUnderline
4266   :inverse-video        attributeInverse        Face.AttributeInverse
4267   :stipple              attributeStipple        Face.AttributeStipple
4268         or              attributeBackgroundPixmap
4269                                                 Face.AttributeBackgroundPixmap
4270   :font                 attributeFont           Face.AttributeFont
4271   :bold                 attributeBold           Face.AttributeBold
4272   :italic               attributeItalic .       Face.AttributeItalic
4273   :font                 attributeFont           Face.AttributeFont
4275 *** Text property `face'.
4277 The value of the `face' text property can now be a single face
4278 specification or a list of such specifications.  Each face
4279 specification can be
4281 1. A symbol or string naming a Lisp face.
4283 2. A property list of the form (KEYWORD VALUE ...) where each
4284    KEYWORD is a face attribute name, and VALUE is an appropriate value
4285    for that attribute.  Please see the doc string of `set-face-attribute'
4286    for face attribute names.
4288 3. Conses of the form (FOREGROUND-COLOR . COLOR) or
4289    (BACKGROUND-COLOR . COLOR) where COLOR is a color name.  This is
4290    for compatibility with previous Emacs versions.
4292 ** Support functions for colors on text-only terminals.
4294 The function `tty-color-define' can be used to define colors for use
4295 on TTY and MSDOS frames.  It maps a color name to a color number on
4296 the terminal.  Emacs defines a couple of common color mappings by
4297 default.  You can get defined colors with a call to
4298 `defined-colors'.  The function `tty-color-clear' can be
4299 used to clear the mapping table.
4301 ** Unified support for colors independent of frame type.
4303 The new functions `defined-colors', `color-defined-p', `color-values',
4304 and `display-color-p' work for any type of frame.  On frames whose
4305 type is neither x nor w32, these functions transparently map X-style
4306 color specifications to the closest colors supported by the frame
4307 display.  Lisp programs should use these new functions instead of the
4308 old `x-defined-colors', `x-color-defined-p', `x-color-values', and
4309 `x-display-color-p'.  (The old function names are still available for
4310 compatibility; they are now aliases of the new names.)  Lisp programs
4311 should no more look at the value of the variable window-system to
4312 modify their color-related behavior.
4314 The primitives `color-gray-p' and `color-supported-p' also work for
4315 any frame type.
4317 ** Platform-independent functions to describe display capabilities.
4319 The new functions `display-mouse-p', `display-popup-menus-p',
4320 `display-graphic-p', `display-selections-p', `display-screens',
4321 `display-pixel-width', `display-pixel-height', `display-mm-width',
4322 `display-mm-height', `display-backing-store', `display-save-under',
4323 `display-planes', `display-color-cells', `display-visual-class', and
4324 `display-grayscale-p' describe the basic capabilities of a particular
4325 display.  Lisp programs should call these functions instead of testing
4326 the value of the variables `window-system' or `system-type', or calling
4327 platform-specific functions such as `x-display-pixel-width'.
4329 The new function `display-images-p' returns non-nil if a particular
4330 display can display image files.
4332 ** The minibuffer prompt is now actually inserted in the minibuffer.
4334 This makes it possible to scroll through the prompt, if you want to.
4335 To disallow this completely (like previous versions of emacs), customize
4336 the variable `minibuffer-prompt-properties', and turn on the
4337 `Inviolable' option.
4339 The function minibuffer-prompt-end returns the current position of the
4340 end of the minibuffer prompt, if the minibuffer is current.
4341 Otherwise, it returns zero.
4343 ** New `field' abstraction in buffers.
4345 There is now code to support an abstraction called `fields' in emacs
4346 buffers.  A field is a contiguous region of text with the same `field'
4347 property (which can be a text property or an overlay).
4349 Many emacs functions, such as forward-word, forward-sentence,
4350 forward-paragraph, beginning-of-line, etc., stop moving when they come
4351 to the boundary between fields; beginning-of-line and end-of-line will
4352 not let the point move past the field boundary, but other movement
4353 commands continue into the next field if repeated.  Stopping at field
4354 boundaries can be suppressed programmatically by binding
4355 `inhibit-field-text-motion' to a non-nil value around calls to these
4356 functions.
4358 Now that the minibuffer prompt is inserted into the minibuffer, it is in
4359 a separate field from the user-input part of the buffer, so that common
4360 editing commands treat the user's text separately from the prompt.
4362 The following functions are defined for operating on fields:
4364 - Function: constrain-to-field NEW-POS OLD-POS &optional ESCAPE-FROM-EDGE ONLY-IN-LINE INHIBIT-CAPTURE-PROPERTY
4366 Return the position closest to NEW-POS that is in the same field as OLD-POS.
4368 A field is a region of text with the same `field' property.
4369 If NEW-POS is nil, then the current point is used instead, and set to the
4370 constrained position if that is different.
4372 If OLD-POS is at the boundary of two fields, then the allowable
4373 positions for NEW-POS depends on the value of the optional argument
4374 ESCAPE-FROM-EDGE: If ESCAPE-FROM-EDGE is nil, then NEW-POS is
4375 constrained to the field that has the same `field' char-property
4376 as any new characters inserted at OLD-POS, whereas if ESCAPE-FROM-EDGE
4377 is non-nil, NEW-POS is constrained to the union of the two adjacent
4378 fields.  Additionally, if two fields are separated by another field with
4379 the special value `boundary', then any point within this special field is
4380 also considered to be `on the boundary'.
4382 If the optional argument ONLY-IN-LINE is non-nil and constraining
4383 NEW-POS would move it to a different line, NEW-POS is returned
4384 unconstrained.  This useful for commands that move by line, like
4385 C-n or C-a, which should generally respect field boundaries
4386 only in the case where they can still move to the right line.
4388 If the optional argument INHIBIT-CAPTURE-PROPERTY is non-nil, and OLD-POS has
4389 a non-nil property of that name, then any field boundaries are ignored.
4391 Field boundaries are not noticed if `inhibit-field-text-motion' is non-nil.
4393 - Function: delete-field &optional POS
4395 Delete the field surrounding POS.
4396 A field is a region of text with the same `field' property.
4397 If POS is nil, the value of point is used for POS.
4399 - Function: field-beginning &optional POS ESCAPE-FROM-EDGE
4401 Return the beginning of the field surrounding POS.
4402 A field is a region of text with the same `field' property.
4403 If POS is nil, the value of point is used for POS.
4404 If ESCAPE-FROM-EDGE is non-nil and POS is at the beginning of its
4405 field, then the beginning of the *previous* field is returned.
4407 - Function: field-end &optional POS ESCAPE-FROM-EDGE
4409 Return the end of the field surrounding POS.
4410 A field is a region of text with the same `field' property.
4411 If POS is nil, the value of point is used for POS.
4412 If ESCAPE-FROM-EDGE is non-nil and POS is at the end of its field,
4413 then the end of the *following* field is returned.
4415 - Function: field-string &optional POS
4417 Return the contents of the field surrounding POS as a string.
4418 A field is a region of text with the same `field' property.
4419 If POS is nil, the value of point is used for POS.
4421 - Function: field-string-no-properties &optional POS
4423 Return the contents of the field around POS, without text-properties.
4424 A field is a region of text with the same `field' property.
4425 If POS is nil, the value of point is used for POS.
4427 ** Image support.
4429 Emacs can now display images.  Images are inserted into text by giving
4430 strings or buffer text a `display' text property containing one of
4431 (AREA IMAGE) or IMAGE.  The display of the `display' property value
4432 replaces the display of the characters having that property.
4434 If the property value has the form (AREA IMAGE), AREA must be one of
4435 `(margin left-margin)', `(margin right-margin)' or `(margin nil)'.  If
4436 AREA is `(margin nil)', IMAGE will be displayed in the text area of a
4437 window, otherwise it will be displayed in the left or right marginal
4438 area.
4440 IMAGE is an image specification.
4442 *** Image specifications
4444 Image specifications are lists of the form `(image PROPS)' where PROPS
4445 is a property list whose keys are keyword symbols.  Each
4446 specifications must contain a property `:type TYPE' with TYPE being a
4447 symbol specifying the image type, e.g. `xbm'.  Properties not
4448 described below are ignored.
4450 The following is a list of properties all image types share.
4452 `:ascent ASCENT'
4454 ASCENT must be a number in the range 0..100, or the symbol `center'.
4455 If it is a number, it specifies the percentage of the image's height
4456 to use for its ascent.
4458 If not specified, ASCENT defaults to the value 50 which means that the
4459 image will be centered with the base line of the row it appears in.
4461 If ASCENT is `center' the image is vertically centered around a
4462 centerline which is the vertical center of text drawn at the position
4463 of the image, in the manner specified by the text properties and
4464 overlays that apply to the image.
4466 `:margin MARGIN'
4468 MARGIN must be either a number >= 0 specifying how many pixels to put
4469 as margin around the image, or a pair (X . Y) with X specifying the
4470 horizontal margin and Y specifying the vertical margin.  Default is 0.
4472 `:relief RELIEF'
4474 RELIEF is analogous to the `:relief' attribute of faces.  Puts a relief
4475 around an image.
4477 `:conversion ALGO'
4479 Apply an image algorithm to the image before displaying it.
4481 ALGO `laplace' or `emboss' means apply a Laplace or ``emboss''
4482 edge-detection algorithm to the image.
4484 ALGO `(edge-detection :matrix MATRIX :color-adjust ADJUST)' means
4485 apply a general edge-detection algorithm.  MATRIX must be either a
4486 nine-element list or a nine-element vector of numbers.  A pixel at
4487 position x/y in the transformed image is computed from original pixels
4488 around that position.  MATRIX specifies, for each pixel in the
4489 neighborhood of x/y, a factor with which that pixel will influence the
4490 transformed pixel; element 0 specifies the factor for the pixel at
4491 x-1/y-1, element 1 the factor for the pixel at x/y-1 etc. as shown
4492 below.
4494   (x-1/y-1  x/y-1  x+1/y-1
4495    x-1/y    x/y    x+1/y
4496    x-1/y+1  x/y+1  x+1/y+1)
4498 The resulting pixel is computed from the color intensity of the color
4499 resulting from summing up the RGB values of surrounding pixels,
4500 multiplied by the specified factors, and dividing that sum by the sum
4501 of the factors' absolute values.
4503 Laplace edge-detection currently uses a matrix of
4505   (1  0  0
4506    0  0  0
4507    9  9 -1)
4509 Emboss edge-detection uses a matrix of
4511   ( 2 -1  0
4512    -1  0  1
4513     0  1 -2)
4515 ALGO `disabled' means transform the image so that it looks
4516 ``disabled''.
4518 `:mask MASK'
4520 If MASK is `heuristic' or `(heuristic BG)', build a clipping mask for
4521 the image, so that the background of a frame is visible behind the
4522 image.  If BG is not specified, or if BG is t, determine the
4523 background color of the image by looking at the 4 corners of the
4524 image, assuming the most frequently occurring color from the corners is
4525 the background color of the image.  Otherwise, BG must be a list `(RED
4526 GREEN BLUE)' specifying the color to assume for the background of the
4527 image.
4529 If MASK is nil, remove a mask from the image, if it has one.  Images
4530 in some formats include a mask which can be removed by specifying
4531 `:mask nil'.
4533 `:file FILE'
4535 Load image from FILE.  If FILE is not absolute after expanding it,
4536 search for the image in `data-directory'.  Some image types support
4537 building images from data.  When this is done, no `:file' property
4538 may be present in the image specification.
4540 `:data DATA'
4542 Get image data from DATA.  (As of this writing, this is not yet
4543 supported for image type `postscript').  Either :file or :data may be
4544 present in an image specification, but not both.  All image types
4545 support strings as DATA, some types allow additional types of DATA.
4547 *** Supported image types
4549 **** XBM, image type `xbm'.
4551 XBM images don't require an external library.  Additional image
4552 properties supported are
4554 `:foreground FG'
4556 FG must be a string specifying the image foreground color, or nil
4557 meaning to use the default.  Default is the frame's foreground.
4559 `:background BG'
4561 BG must be a string specifying the image foreground color, or nil
4562 meaning to use the default.  Default is the frame's background color.
4564 XBM images can be constructed from data instead of file.  In this
4565 case, the image specification must contain the following properties
4566 instead of a `:file' property.
4568 `:width WIDTH'
4570 WIDTH specifies the width of the image in pixels.
4572 `:height HEIGHT'
4574 HEIGHT specifies the height of the image in pixels.
4576 `:data DATA'
4578 DATA must be either
4580    1. a string large enough to hold the bitmap data, i.e. it must
4581    have a size >= (WIDTH + 7) / 8 * HEIGHT
4583    2. a bool-vector of size >= WIDTH * HEIGHT
4585    3. a vector of strings or bool-vectors, one for each line of the
4586    bitmap.
4588    4. a string that's an in-memory XBM file.  Neither width nor
4589    height may be specified in this case because these are defined
4590    in the file.
4592 **** XPM, image type `xpm'
4594 XPM images require the external library `libXpm', package
4595 `xpm-3.4k.tar.gz', version 3.4k or later.  Make sure the library is
4596 found when Emacs is configured by supplying appropriate paths via
4597 `--x-includes' and `--x-libraries'.
4599 Additional image properties supported are:
4601 `:color-symbols SYMBOLS'
4603 SYMBOLS must be a list of pairs (NAME . COLOR), with NAME being the
4604 name of color as it appears in an XPM file, and COLOR being an X color
4605 name.
4607 XPM images can be built from memory instead of files.  In that case,
4608 add a `:data' property instead of a `:file' property.
4610 The XPM library uses libz in its implementation so that it is able
4611 to display compressed images.
4613 **** PBM, image type `pbm'
4615 PBM images don't require an external library.  Color, gray-scale and
4616 mono images are supported.  Additional image properties supported for
4617 mono images are
4619 `:foreground FG'
4621 FG must be a string specifying the image foreground color, or nil
4622 meaning to use the default.  Default is the frame's foreground.
4624 `:background FG'
4626 BG must be a string specifying the image foreground color, or nil
4627 meaning to use the default.  Default is the frame's background color.
4629 **** JPEG, image type `jpeg'
4631 Support for JPEG images requires the external library `libjpeg',
4632 package `jpegsrc.v6a.tar.gz', or later.  Additional image properties
4633 are:
4635 **** TIFF, image type `tiff'
4637 Support for TIFF images requires the external library `libtiff',
4638 package `tiff-v3.4-tar.gz', or later.  There are no additional image
4639 properties defined.
4641 **** GIF, image type `gif'
4643 Support for GIF images requires the external library `libungif', package
4644 `libungif-4.1.0', or later.
4646 Additional image properties supported are:
4648 `:index INDEX'
4650 INDEX must be an integer >= 0.  Load image number INDEX from a
4651 multi-image GIF file.  An error is signaled if INDEX is too large.
4653 This could be used to implement limited support for animated GIFs.
4654 For example, the following function displays a multi-image GIF file
4655 at point-min in the current buffer, switching between sub-images
4656 every 0.1 seconds.
4658 (defun show-anim (file max)
4659   "Display multi-image GIF file FILE which contains MAX subimages."
4660   (display-anim (current-buffer) file 0 max t))
4662 (defun display-anim (buffer file idx max first-time)
4663   (when (= idx max)
4664     (setq idx 0))
4665   (let ((img (create-image file nil nil :index idx)))
4666     (save-excursion
4667       (set-buffer buffer)
4668       (goto-char (point-min))
4669       (unless first-time (delete-char 1))
4670       (insert-image img "x"))
4671     (run-with-timer 0.1 nil 'display-anim buffer file (1+ idx) max nil)))
4673 **** PNG, image type `png'
4675 Support for PNG images requires the external library `libpng',
4676 package `libpng-1.0.2.tar.gz', or later.  There are no additional image
4677 properties defined.
4679 **** Ghostscript, image type `postscript'.
4681 Additional image properties supported are:
4683 `:pt-width WIDTH'
4685 WIDTH is width of the image in pt (1/72 inch).  WIDTH must be an
4686 integer.  This is a required property.
4688 `:pt-height HEIGHT'
4690 HEIGHT specifies the height of the image in pt (1/72 inch).  HEIGHT
4691 must be a integer.  This is an required property.
4693 `:bounding-box BOX'
4695 BOX must be a list or vector of 4 integers giving the bounding box of
4696 the PS image, analogous to the `BoundingBox' comment found in PS
4697 files.  This is an required property.
4699 Part of the Ghostscript interface is implemented in Lisp.  See
4700 lisp/gs.el.
4702 *** Lisp interface.
4704 The variable `image-types' contains a list of those image types
4705 which are supported in the current configuration.
4707 Images are stored in an image cache and removed from the cache when
4708 they haven't been displayed for `image-cache-eviction-delay seconds.
4709 The function `clear-image-cache' can be used to clear the image cache
4710 manually.  Images in the cache are compared with `equal', i.e. all
4711 images with `equal' specifications share the same image.
4713 *** Simplified image API, image.el
4715 The new Lisp package image.el contains functions that simplify image
4716 creation and putting images into text.  The function `create-image'
4717 can be used to create images.  The macro `defimage' can be used to
4718 define an image based on available image types.  The functions
4719 `put-image' and `insert-image' can be used to insert an image into a
4720 buffer.
4722 ** Display margins.
4724 Windows can now have margins which are used for special text
4725 and images.
4727 To give a window margins, either set the buffer-local variables
4728 `left-margin-width' and `right-margin-width', or call
4729 `set-window-margins'.  The function `window-margins' can be used to
4730 obtain the current settings.  To make `left-margin-width' and
4731 `right-margin-width' take effect, you must set them before displaying
4732 the buffer in a window, or use `set-window-buffer' to force an update
4733 of the display margins.
4735 You can put text in margins by giving it a `display' text property
4736 containing a pair of the form `(LOCATION . VALUE)', where LOCATION is
4737 one of `left-margin' or `right-margin' or nil.  VALUE can be either a
4738 string, an image specification or a stretch specification (see later
4739 in this file).
4741 ** Help display
4743 Emacs displays short help messages in the echo area, when the mouse
4744 moves over a tool-bar item or a piece of text that has a text property
4745 `help-echo'.  This feature also applies to strings in the mode line
4746 that have a `help-echo' property.
4748 If the value of the `help-echo' property is a function, that function
4749 is called with three arguments WINDOW, OBJECT and POSITION.  WINDOW is
4750 the window in which the help was found.
4752 If OBJECT is a buffer, POS is the position in the buffer where the
4753 `help-echo' text property was found.
4755 If OBJECT is an overlay, that overlay has a `help-echo' property, and
4756 POS is the position in the overlay's buffer under the mouse.
4758 If OBJECT is a string (an overlay string or a string displayed with
4759 the `display' property), POS is the position in that string under the
4760 mouse.
4762 If the value of the `help-echo' property is neither a function nor a
4763 string, it is evaluated to obtain a help string.
4765 For tool-bar and menu-bar items, their key definition is used to
4766 determine the help to display.  If their definition contains a
4767 property `:help FORM', FORM is evaluated to determine the help string.
4768 For tool-bar items without a help form, the caption of the item is
4769 used as help string.
4771 The hook `show-help-function' can be set to a function that displays
4772 the help string differently.  For example, enabling a tooltip window
4773 causes the help display to appear there instead of in the echo area.
4775 ** Vertical fractional scrolling.
4777 The display of text in windows can be scrolled smoothly in pixels.
4778 This is useful, for example, for making parts of large images visible.
4780 The function `window-vscroll' returns the current value of vertical
4781 scrolling, a non-negative fraction of the canonical character height.
4782 The function `set-window-vscroll' can be used to set the vertical
4783 scrolling value.  Here is an example of how these function might be
4784 used.
4786   (global-set-key [A-down]
4787     #'(lambda ()
4788         (interactive)
4789         (set-window-vscroll (selected-window)
4790                             (+ 0.5 (window-vscroll)))))
4791   (global-set-key [A-up]
4792     #'(lambda ()
4793         (interactive)
4794         (set-window-vscroll (selected-window)
4795                             (- (window-vscroll) 0.5)))))
4797 ** New hook `fontification-functions'.
4799 Functions from `fontification-functions' are called from redisplay
4800 when it encounters a region of text that is not yet fontified.  This
4801 variable automatically becomes buffer-local when set.  Each function
4802 is called with one argument, POS.
4804 At least one of the hook functions should fontify one or more
4805 characters starting at POS in the current buffer.  It should mark them
4806 as fontified by giving them a non-nil value of the `fontified' text
4807 property.  It may be reasonable for these functions to check for the
4808 `fontified' property and not put it back on, but they do not have to.
4810 ** Tool bar support.
4812 Emacs supports a tool bar at the top of a frame under X.  The frame
4813 parameter `tool-bar-lines' (X resource "toolBar", class "ToolBar")
4814 controls how may lines to reserve for the tool bar.  A zero value
4815 suppresses the tool bar.  If the value is non-zero and
4816 `auto-resize-tool-bars' is non-nil the tool bar's size will be changed
4817 automatically so that all tool bar items are visible.
4819 *** Tool bar item definitions
4821 Tool bar items are defined using `define-key' with a prefix-key
4822 `tool-bar'.  For example `(define-key global-map [tool-bar item1] ITEM)'
4823 where ITEM is a list `(menu-item CAPTION BINDING PROPS...)'.
4825 CAPTION is the caption of the item, If it's not a string, it is
4826 evaluated to get a string.  The caption is currently not displayed in
4827 the tool bar, but it is displayed if the item doesn't have a `:help'
4828 property (see below).
4830 BINDING is the tool bar item's binding.  Tool bar items with keymaps as
4831 binding are currently ignored.
4833 The following properties are recognized:
4835 `:enable FORM'.
4837 FORM is evaluated and specifies whether the tool bar item is enabled
4838 or disabled.
4840 `:visible FORM'
4842 FORM is evaluated and specifies whether the tool bar item is displayed.
4844 `:filter FUNCTION'
4846 FUNCTION is called with one parameter, the same list BINDING in which
4847 FUNCTION is specified as the filter.  The value FUNCTION returns is
4848 used instead of BINDING to display this item.
4850 `:button (TYPE SELECTED)'
4852 TYPE must be one of `:radio' or `:toggle'.  SELECTED is evaluated
4853 and specifies whether the button is selected (pressed) or not.
4855 `:image IMAGES'
4857 IMAGES is either a single image specification or a vector of four
4858 image specifications.  If it is a vector, this table lists the
4859 meaning of each of the four elements:
4861    Index        Use when item is
4862    ----------------------------------------
4863      0          enabled and selected
4864      1          enabled and deselected
4865      2          disabled and selected
4866      3          disabled and deselected
4868 If IMAGE is a single image specification, a Laplace edge-detection
4869 algorithm is used on that image to draw the image in disabled state.
4871 `:help HELP-STRING'.
4873 Gives a help string to display for the tool bar item.  This help
4874 is displayed when the mouse is moved over the item.
4876 The function `toolbar-add-item' is a convenience function for adding
4877 toolbar items generally, and `tool-bar-add-item-from-menu' can be used
4878 to define a toolbar item with a binding copied from an item on the
4879 menu bar.
4881 The default bindings use a menu-item :filter to derive the tool-bar
4882 dynamically from variable `tool-bar-map' which may be set
4883 buffer-locally to override the global map.
4885 *** Tool-bar-related variables.
4887 If `auto-resize-tool-bar' is non-nil, the tool bar will automatically
4888 resize to show all defined tool bar items.  It will never grow larger
4889 than 1/4 of the frame's size.
4891 If `auto-raise-tool-bar-buttons' is non-nil, tool bar buttons will be
4892 raised when the mouse moves over them.
4894 You can add extra space between tool bar items by setting
4895 `tool-bar-button-margin' to a positive integer specifying a number of
4896 pixels, or a pair of integers (X . Y) specifying horizontal and
4897 vertical margins .  Default is 1.
4899 You can change the shadow thickness of tool bar buttons by setting
4900 `tool-bar-button-relief' to an integer.  Default is 3.
4902 *** Tool-bar clicks with modifiers.
4904 You can bind commands to clicks with control, shift, meta etc. on
4905 a tool bar item.  If
4907   (define-key global-map [tool-bar shell]
4908     '(menu-item "Shell" shell
4909                 :image (image :type xpm :file "shell.xpm")))
4911 is the original tool bar item definition, then
4913   (define-key global-map [tool-bar S-shell] 'some-command)
4915 makes a binding to run `some-command' for a shifted click on the same
4916 item.
4918 ** Mode line changes.
4920 *** Mouse-sensitive mode line.
4922 The mode line can be made mouse-sensitive by displaying strings there
4923 that have a `local-map' text property.  There are three ways to display
4924 a string with a `local-map' property in the mode line.
4926 1. The mode line spec contains a variable whose string value has
4927 a `local-map' text property.
4929 2. The mode line spec contains a format specifier (e.g. `%12b'), and
4930 that format specifier has a `local-map' property.
4932 3. The mode line spec contains a list containing `:eval FORM'.  FORM
4933 is evaluated.  If the result is a string, and that string has a
4934 `local-map' property.
4936 The same mechanism is used to determine the `face' and `help-echo'
4937 properties of strings in the mode line.  See `bindings.el' for an
4938 example.
4940 *** If a mode line element has the form `(:eval FORM)', FORM is
4941 evaluated and the result is used as mode line element.
4943 *** You can suppress mode-line display by setting the buffer-local
4944 variable mode-line-format to nil.
4946 *** A headerline can now be displayed at the top of a window.
4948 This mode line's contents are controlled by the new variable
4949 `header-line-format' and `default-header-line-format' which are
4950 completely analogous to `mode-line-format' and
4951 `default-mode-line-format'.  A value of nil means don't display a top
4952 line.
4954 The appearance of top mode lines is controlled by the face
4955 `header-line'.
4957 The function `coordinates-in-window-p' returns `header-line' for a
4958 position in the header-line.
4960 ** Text property `display'
4962 The `display' text property is used to insert images into text,
4963 replace text with other text, display text in marginal area, and it is
4964 also used to control other aspects of how text displays.  The value of
4965 the `display' property should be a display specification, as described
4966 below, or a list or vector containing display specifications.
4968 *** Replacing text, displaying text in marginal areas
4970 To replace the text having the `display' property with some other
4971 text, use a display specification of the form `(LOCATION STRING)'.
4973 If LOCATION is `(margin left-margin)', STRING is displayed in the left
4974 marginal area, if it is `(margin right-margin)', it is displayed in
4975 the right marginal area, and if LOCATION is `(margin nil)' STRING
4976 is displayed in the text.  In the latter case you can also use the
4977 simpler form STRING as property value.
4979 *** Variable width and height spaces
4981 To display a space of fractional width or height, use a display
4982 specification of the form `(LOCATION STRECH)'.  If LOCATION is
4983 `(margin left-margin)', the space is displayed in the left marginal
4984 area, if it is `(margin right-margin)', it is displayed in the right
4985 marginal area, and if LOCATION is `(margin nil)' the space is
4986 displayed in the text.  In the latter case you can also use the
4987 simpler form STRETCH as property value.
4989 The stretch specification STRETCH itself is a list of the form `(space
4990 PROPS)', where PROPS is a property list which can contain the
4991 properties described below.
4993 The display of the fractional space replaces the display of the
4994 characters having the `display' property.
4996 - :width WIDTH
4998 Specifies that the space width should be WIDTH times the normal
4999 character width.  WIDTH can be an integer or floating point number.
5001 - :relative-width FACTOR
5003 Specifies that the width of the stretch should be computed from the
5004 first character in a group of consecutive characters that have the
5005 same `display' property.  The computation is done by multiplying the
5006 width of that character by FACTOR.
5008 - :align-to HPOS
5010 Specifies that the space should be wide enough to reach HPOS.  The
5011 value HPOS is measured in units of the normal character width.
5013 Exactly one of the above properties should be used.
5015 - :height HEIGHT
5017 Specifies the height of the space, as HEIGHT, measured in terms of the
5018 normal line height.
5020 - :relative-height FACTOR
5022 The height of the space is computed as the product of the height
5023 of the text having the `display' property and FACTOR.
5025 - :ascent ASCENT
5027 Specifies that ASCENT percent of the height of the stretch should be
5028 used for the ascent of the stretch, i.e. for the part above the
5029 baseline.  The value of ASCENT must be a non-negative number less or
5030 equal to 100.
5032 You should not use both `:height' and `:relative-height' together.
5034 *** Images
5036 A display specification for an image has the form `(LOCATION
5037 . IMAGE)', where IMAGE is an image specification.  The image replaces,
5038 in the display, the characters having this display specification in
5039 their `display' text property.  If LOCATION is `(margin left-margin)',
5040 the image will be displayed in the left marginal area, if it is
5041 `(margin right-margin)' it will be displayed in the right marginal
5042 area, and if LOCATION is `(margin nil)' the image will be displayed in
5043 the text.  In the latter case you can also use the simpler form IMAGE
5044 as display specification.
5046 *** Other display properties
5048 - (space-width FACTOR)
5050 Specifies that space characters in the text having that property
5051 should be displayed FACTOR times as wide as normal; FACTOR must be an
5052 integer or float.
5054 - (height HEIGHT)
5056 Display text having this property in a font that is smaller or larger.
5058 If HEIGHT is a list of the form `(+ N)', where N is an integer, that
5059 means to use a font that is N steps larger.  If HEIGHT is a list of
5060 the form `(- N)', that means to use a font that is N steps smaller.  A
5061 ``step'' is defined by the set of available fonts; each size for which
5062 a font is available counts as a step.
5064 If HEIGHT is a number, that means to use a font that is HEIGHT times
5065 as tall as the frame's default font.
5067 If HEIGHT is a symbol, it is called as a function with the current
5068 height as argument.  The function should return the new height to use.
5070 Otherwise, HEIGHT is evaluated to get the new height, with the symbol
5071 `height' bound to the current specified font height.
5073 - (raise FACTOR)
5075 FACTOR must be a number, specifying a multiple of the current
5076 font's height.  If it is positive, that means to display the characters
5077 raised.  If it is negative, that means to display them lower down.  The
5078 amount of raising or lowering is computed without taking account of the
5079 `height' subproperty.
5081 *** Conditional display properties
5083 All display specifications can be conditionalized.  If a specification
5084 has the form `(when CONDITION . SPEC)', the specification SPEC applies
5085 only when CONDITION yields a non-nil value when evaluated.  During the
5086 evaluation, `object' is bound to the string or buffer having the
5087 conditional display property; `position' and `buffer-position' are
5088 bound to the position within `object' and the buffer position where
5089 the display property was found, respectively.  Both positions can be
5090 different when object is a string.
5092 The normal specification consisting of SPEC only is equivalent to
5093 `(when t . SPEC)'.
5095 ** New menu separator types.
5097 Emacs now supports more than one menu separator type.  Menu items with
5098 item names consisting of dashes only (including zero dashes) are
5099 treated like before.  In addition, the following item names are used
5100 to specify other menu separator types.
5102 - `--no-line' or `--space', or `--:space', or `--:noLine'
5104 No separator lines are drawn, but a small space is inserted where the
5105 separator occurs.
5107 - `--single-line' or `--:singleLine'
5109 A single line in the menu's foreground color.
5111 - `--double-line' or `--:doubleLine'
5113 A double line in the menu's foreground color.
5115 - `--single-dashed-line' or `--:singleDashedLine'
5117 A single dashed line in the menu's foreground color.
5119 - `--double-dashed-line' or `--:doubleDashedLine'
5121 A double dashed line in the menu's foreground color.
5123 - `--shadow-etched-in' or `--:shadowEtchedIn'
5125 A single line with 3D sunken appearance.  This is the form
5126 displayed for item names consisting of dashes only.
5128 - `--shadow-etched-out' or `--:shadowEtchedOut'
5130 A single line with 3D raised appearance.
5132 - `--shadow-etched-in-dash' or `--:shadowEtchedInDash'
5134 A single dashed line with 3D sunken appearance.
5136 - `--shadow-etched-out-dash' or `--:shadowEtchedOutDash'
5138 A single dashed line with 3D raise appearance.
5140 - `--shadow-double-etched-in' or `--:shadowDoubleEtchedIn'
5142 Two lines with 3D sunken appearance.
5144 - `--shadow-double-etched-out' or `--:shadowDoubleEtchedOut'
5146 Two lines with 3D raised appearance.
5148 - `--shadow-double-etched-in-dash' or `--:shadowDoubleEtchedInDash'
5150 Two dashed lines with 3D sunken appearance.
5152 - `--shadow-double-etched-out-dash' or `--:shadowDoubleEtchedOutDash'
5154 Two dashed lines with 3D raised appearance.
5156 Under LessTif/Motif, the last four separator types are displayed like
5157 the corresponding single-line separators.
5159 ** New frame parameters for scroll bar colors.
5161 The new frame parameters `scroll-bar-foreground' and
5162 `scroll-bar-background' can be used to change scroll bar colors.
5163 Their value must be either a color name, a string, or nil to specify
5164 that scroll bars should use a default color.  For toolkit scroll bars,
5165 default colors are toolkit specific.  For non-toolkit scroll bars, the
5166 default background is the background color of the frame, and the
5167 default foreground is black.
5169 The X resource name of these parameters are `scrollBarForeground'
5170 (class ScrollBarForeground) and `scrollBarBackground' (class
5171 `ScrollBarBackground').
5173 Setting these parameters overrides toolkit specific X resource
5174 settings for scroll bar colors.
5176 ** You can set `redisplay-dont-pause' to a non-nil value to prevent
5177 display updates from being interrupted when input is pending.
5179 ** Changing a window's width may now change its window start if it
5180 starts on a continuation line.  The new window start is computed based
5181 on the window's new width, starting from the start of the continued
5182 line as the start of the screen line with the minimum distance from
5183 the original window start.
5185 ** The variable `hscroll-step' and the functions
5186 `hscroll-point-visible' and `hscroll-window-column' have been removed
5187 now that proper horizontal scrolling is implemented.
5189 ** Windows can now be made fixed-width and/or fixed-height.
5191 A window is fixed-size if its buffer has a buffer-local variable
5192 `window-size-fixed' whose value is not nil.  A value of `height' makes
5193 windows fixed-height, a value of `width' makes them fixed-width, any
5194 other non-nil value makes them both fixed-width and fixed-height.
5196 The following code makes all windows displaying the current buffer
5197 fixed-width and fixed-height.
5199   (set (make-local-variable 'window-size-fixed) t)
5201 A call to enlarge-window on a window gives an error if that window is
5202 fixed-width and it is tried to change the window's width, or if the
5203 window is fixed-height, and it is tried to change its height.  To
5204 change the size of a fixed-size window, bind `window-size-fixed'
5205 temporarily to nil, for example
5207   (let ((window-size-fixed nil))
5208      (enlarge-window 10))
5210 Likewise, an attempt to split a fixed-height window vertically,
5211 or a fixed-width window horizontally results in a error.
5213 ** The cursor-type frame parameter is now supported on MS-DOS
5214 terminals.  When Emacs starts, it by default changes the cursor shape
5215 to a solid box, as it does on Unix.  The `cursor-type' frame parameter
5216 overrides this as it does on Unix, except that the bar cursor is
5217 horizontal rather than vertical (since the MS-DOS display doesn't
5218 support a vertical-bar cursor).
5222 * Emacs 20.7 is a bug-fix release with few user-visible changes
5224 ** It is now possible to use CCL-based coding systems for keyboard
5225 input.
5227 ** ange-ftp now handles FTP security extensions, like Kerberos.
5229 ** Rmail has been extended to recognize more forms of digest messages.
5231 ** Now, most coding systems set in keyboard coding system work not
5232 only for character input, but also in incremental search.  The
5233 exceptions are such coding systems that handle 2-byte character sets
5234 (e.g euc-kr, euc-jp) and that use ISO's escape sequence
5235 (e.g. iso-2022-jp).  They are ignored in incremental search.
5237 ** Support for Macintosh PowerPC-based machines running GNU/Linux has
5238 been added.
5241 * Emacs 20.6 is a bug-fix release with one user-visible change
5243 ** Support for ARM-based non-RISCiX machines has been added.
5247 * Emacs 20.5 is a bug-fix release with no user-visible changes.
5249 ** Not new, but not mentioned before:
5250 M-w when Transient Mark mode is enabled disables the mark.
5252 * Changes in Emacs 20.4
5254 ** Init file may be called .emacs.el.
5256 You can now call the Emacs init file `.emacs.el'.
5257 Formerly the name had to be `.emacs'.  If you use the name
5258 `.emacs.el', you can byte-compile the file in the usual way.
5260 If both `.emacs' and `.emacs.el' exist, the latter file
5261 is the one that is used.
5263 ** shell-command, and shell-command-on-region, now return
5264 the exit code of the command (unless it is asynchronous).
5265 Also, you can specify a place to put the error output,
5266 separate from the command's regular output.
5267 Interactively, the variable shell-command-default-error-buffer
5268 says where to put error output; set it to a buffer name.
5269 In calls from Lisp, an optional argument ERROR-BUFFER specifies
5270 the buffer name.
5272 When you specify a non-nil error buffer (or buffer name), any error
5273 output is inserted before point in that buffer, with \f\n to separate
5274 it from the previous batch of error output.  The error buffer is not
5275 cleared, so error output from successive commands accumulates there.
5277 ** Setting the default value of enable-multibyte-characters to nil in
5278 the .emacs file, either explicitly using setq-default, or via Custom,
5279 is now essentially equivalent to using --unibyte: all buffers
5280 created during startup will be made unibyte after loading .emacs.
5282 ** C-x C-f now handles the wildcards * and ? in file names.  For
5283 example, typing C-x C-f c*.c RET visits all the files whose names
5284 match c*.c.  To visit a file whose name contains * or ?, add the
5285 quoting sequence /: to the beginning of the file name.
5287 ** The M-x commands keep-lines, flush-lines and count-matches
5288 now have the same feature as occur and query-replace:
5289 if the pattern contains any upper case letters, then
5290 they never ignore case.
5292 ** The end-of-line format conversion feature previously mentioned
5293 under `* Emacs 20.1 changes for MS-DOS and MS-Windows' actually
5294 applies to all operating systems.  Emacs recognizes from the contents
5295 of a file what convention it uses to separate lines--newline, CRLF, or
5296 just CR--and automatically converts the contents to the normal Emacs
5297 convention (using newline to separate lines) for editing.  This is a
5298 part of the general feature of coding system conversion.
5300 If you subsequently save the buffer, Emacs converts the text back to
5301 the same format that was used in the file before.
5303 You can turn off end-of-line conversion by setting the variable
5304 `inhibit-eol-conversion' to non-nil, e.g. with Custom in the MULE group.
5306 ** The character set property `prefered-coding-system' has been
5307 renamed to `preferred-coding-system', for the sake of correct spelling.
5308 This is a fairly internal feature, so few programs should be affected.
5310 ** Mode-line display of end-of-line format is changed.
5311 The indication of the end-of-line format of the file visited by a
5312 buffer is now more explicit when that format is not the usual one for
5313 your operating system.  For example, the DOS-style end-of-line format
5314 is displayed as "(DOS)" on Unix and GNU/Linux systems.  The usual
5315 end-of-line format is still displayed as a single character (colon for
5316 Unix, backslash for DOS and Windows, and forward slash for the Mac).
5318 The values of the variables eol-mnemonic-unix, eol-mnemonic-dos,
5319 eol-mnemonic-mac, and eol-mnemonic-undecided, which are strings,
5320 control what is displayed in the mode line for each end-of-line
5321 format.  You can now customize these variables.
5323 ** In the previous version of Emacs, tar-mode didn't work well if a
5324 filename contained non-ASCII characters.  Now this is fixed.  Such a
5325 filename is decoded by file-name-coding-system if the default value of
5326 enable-multibyte-characters is non-nil.
5328 ** The command temp-buffer-resize-mode toggles a minor mode
5329 in which temporary buffers (such as help buffers) are given
5330 windows just big enough to hold the whole contents.
5332 ** If you use completion.el, you must now run the function
5333 dynamic-completion-mode to enable it.  Just loading the file
5334 doesn't have any effect.
5336 ** In Flyspell mode, the default is now to make just one Ispell process,
5337 not one per buffer.
5339 ** If you use iswitchb but do not call (iswitchb-default-keybindings) to
5340 use the default keybindings, you will need to add the following line:
5341   (add-hook 'minibuffer-setup-hook 'iswitchb-minibuffer-setup)
5343 ** Auto-show mode is no longer enabled just by loading auto-show.el.
5344 To control it, set `auto-show-mode' via Custom or use the
5345 `auto-show-mode' command.
5347 ** Handling of X fonts' ascent/descent parameters has been changed to
5348 avoid redisplay problems.  As a consequence, compared with previous
5349 versions the line spacing and frame size now differ with some font
5350 choices, typically increasing by a pixel per line.  This change
5351 occurred in version 20.3 but was not documented then.
5353 ** If you select the bar cursor style, it uses the frame's
5354 cursor-color, rather than the cursor foreground pixel.
5356 ** In multibyte mode, Rmail decodes incoming MIME messages using the
5357 character set specified in the message.  If you want to disable this
5358 feature, set the variable rmail-decode-mime-charset to nil.
5360 ** Not new, but not mentioned previously in NEWS: when you use #! at
5361 the beginning of a file to make it executable and specify an
5362 interpreter program, Emacs looks on the second line for the -*- mode
5363 and variable specification, as well as on the first line.
5365 ** Support for IBM codepage encoding of non-ASCII characters.
5367 The new command M-x codepage-setup creates a special coding system
5368 that can be used to convert text between a specific IBM codepage and
5369 one of the character sets built into Emacs which matches that
5370 codepage.  For example, codepage 850 corresponds to Latin-1 character
5371 set, codepage 855 corresponds to Cyrillic-ISO character set, etc.
5373 Windows codepages 1250, 1251 and some others, where Windows deviates
5374 from the corresponding ISO character set, are also supported.
5376 IBM box-drawing characters and other glyphs which don't have
5377 equivalents in the corresponding ISO character set, are converted to
5378 a character defined by dos-unsupported-char-glyph on MS-DOS, and to
5379 `?' on other systems.
5381 IBM codepages are widely used on MS-DOS and MS-Windows, so this
5382 feature is most useful on those platforms, but it can also be used on
5383 Unix.
5385 Emacs compiled for MS-DOS automatically loads the support for the
5386 current codepage when it starts.
5388 ** Mail changes
5390 *** When mail is sent using compose-mail (C-x m), and if
5391 `mail-send-nonascii' is set to the new default value `mime',
5392 appropriate MIME headers are added.  The headers are added only if
5393 non-ASCII characters are present in the body of the mail, and no other
5394 MIME headers are already present.  For example, the following three
5395 headers are added if the coding system used in the *mail* buffer is
5396 latin-1:
5398   MIME-version: 1.0
5399   Content-type: text/plain; charset=iso-8859-1
5400   Content-Transfer-Encoding: 8bit
5402 *** The new variable default-sendmail-coding-system specifies the
5403 default way to encode outgoing mail.  This has higher priority than
5404 default-buffer-file-coding-system but has lower priority than
5405 sendmail-coding-system and the local value of
5406 buffer-file-coding-system.
5408 You should not set this variable manually.  Instead, set
5409 sendmail-coding-system to specify a fixed encoding for all outgoing
5410 mail.
5412 *** When you try to send a message that contains non-ASCII characters,
5413 if the coding system specified by those variables doesn't handle them,
5414 Emacs will ask you to select a suitable coding system while showing a
5415 list of possible coding systems.
5417 ** CC Mode changes
5419 *** c-default-style can now take an association list that maps major
5420 modes to style names.  When this variable is an alist, Java mode no
5421 longer hardcodes a setting to "java" style.  See the variable's
5422 docstring for details.
5424 *** It's now possible to put a list as the offset on a syntactic
5425 symbol.  The list is evaluated recursively until a non-nil offset is
5426 found.  This is useful to combine several lineup functions to act in a
5427 prioritized order on a single line.  However, none of the supplied
5428 lineup functions use this feature currently.
5430 *** New syntactic symbol catch-clause, which is used on the "catch" and
5431 "finally" lines in try-catch constructs in C++ and Java.
5433 *** New cleanup brace-catch-brace on c-cleanup-list, which does for
5434 "catch" lines what brace-elseif-brace does for "else if" lines.
5436 *** The braces of Java anonymous inner classes are treated separately
5437 from the braces of other classes in auto-newline mode.  Two new
5438 symbols inexpr-class-open and inexpr-class-close may be used on
5439 c-hanging-braces-alist to control the automatic newlines used for
5440 anonymous classes.
5442 *** Support for the Pike language added, along with new Pike specific
5443 syntactic symbols: inlambda, lambda-intro-cont
5445 *** Support for Java anonymous classes via new syntactic symbol
5446 inexpr-class.  New syntactic symbol inexpr-statement for Pike
5447 support and gcc-style statements inside expressions.  New lineup
5448 function c-lineup-inexpr-block.
5450 *** New syntactic symbol brace-entry-open which is used in brace lists
5451 (i.e. static initializers) when a list entry starts with an open
5452 brace.  These used to be recognized as brace-list-entry's.
5453 c-electric-brace also recognizes brace-entry-open braces
5454 (brace-list-entry's can no longer be electrified).
5456 *** New command c-indent-line-or-region, not bound by default.
5458 *** `#' is only electric when typed in the indentation of a line.
5460 *** Parentheses are now electric (via the new command c-electric-paren)
5461 for auto-reindenting lines when parens are typed.
5463 *** In "gnu" style, inline-open offset is now set to zero.
5465 *** Uniform handling of the inclass syntactic symbol.  The indentation
5466 associated with it is now always relative to the class opening brace.
5467 This means that the indentation behavior has changed in some
5468 circumstances, but only if you've put anything besides 0 on the
5469 class-open syntactic symbol (none of the default styles do that).
5471 ** Gnus changes.
5473 *** New functionality for using Gnus as an offline newsreader has been
5474 added.  A plethora of new commands and modes have been added.  See the
5475 Gnus manual for the full story.
5477 *** The nndraft backend has returned, but works differently than
5478 before.  All Message buffers are now also articles in the nndraft
5479 group, which is created automatically.
5481 *** `gnus-alter-header-function' can now be used to alter header
5482 values.
5484 *** `gnus-summary-goto-article' now accept Message-ID's.
5486 *** A new Message command for deleting text in the body of a message
5487 outside the region: `C-c C-v'.
5489 *** You can now post to component group in nnvirtual groups with
5490 `C-u C-c C-c'.
5492 *** `nntp-rlogin-program' -- new variable to ease customization.
5494 *** `C-u C-c C-c' in `gnus-article-edit-mode' will now inhibit
5495 re-highlighting of the article buffer.
5497 *** New element in `gnus-boring-article-headers' -- `long-to'.
5499 *** `M-i' symbolic prefix command.  See the section "Symbolic
5500 Prefixes" in the Gnus manual for details.
5502 *** `L' and `I' in the summary buffer now take the symbolic prefix
5503 `a' to add the score rule to the "all.SCORE" file.
5505 *** `gnus-simplify-subject-functions' variable to allow greater
5506 control over simplification.
5508 *** `A T' -- new command for fetching the current thread.
5510 *** `/ T' -- new command for including the current thread in the
5511 limit.
5513 *** `M-RET' is a new Message command for breaking cited text.
5515 *** \\1-expressions are now valid in `nnmail-split-methods'.
5517 *** The `custom-face-lookup' function has been removed.
5518 If you used this function in your initialization files, you must
5519 rewrite them to use `face-spec-set' instead.
5521 *** Canceling now uses the current select method.  Symbolic prefix
5522 `a' forces normal posting method.
5524 *** New command to translate M******** sm*rtq**t*s into proper text
5525 -- `W d'.
5527 *** For easier debugging of nntp, you can set `nntp-record-commands'
5528 to a non-nil value.
5530 *** nntp now uses ~/.authinfo, a .netrc-like file, for controlling
5531 where and how to send AUTHINFO to NNTP servers.
5533 *** A command for editing group parameters from the summary buffer
5534 has been added.
5536 *** A history of where mails have been split is available.
5538 *** A new article date command has been added -- `article-date-iso8601'.
5540 *** Subjects can be simplified when threading by setting
5541 `gnus-score-thread-simplify'.
5543 *** A new function for citing in Message has been added --
5544 `message-cite-original-without-signature'.
5546 *** `article-strip-all-blank-lines' -- new article command.
5548 *** A new Message command to kill to the end of the article has
5549 been added.
5551 *** A minimum adaptive score can be specified by using the
5552 `gnus-adaptive-word-minimum' variable.
5554 *** The "lapsed date" article header can be kept continually
5555 updated by the `gnus-start-date-timer' command.
5557 *** Web listserv archives can be read with the nnlistserv backend.
5559 *** Old dejanews archives can now be read by nnweb.
5561 *** `gnus-posting-styles' has been re-activated.
5563 ** Changes to TeX and LaTeX mode
5565 *** The new variable `tex-start-options-string' can be used to give
5566 options for the TeX run.  The default value causes TeX to run in
5567 nonstopmode.  For an interactive TeX run set it to nil or "".
5569 *** The command `tex-feed-input' sends input to the Tex Shell.  In a
5570 TeX buffer it is bound to the keys C-RET, C-c RET, and C-c C-m (some
5571 of these keys may not work on all systems).  For instance, if you run
5572 TeX interactively and if the TeX run stops because of an error, you
5573 can continue it without leaving the TeX buffer by typing C-RET.
5575 *** The Tex Shell Buffer is now in `compilation-shell-minor-mode'.
5576 All error-parsing commands of the Compilation major mode are available
5577 but bound to keys that don't collide with the shell.  Thus you can use
5578 the Tex Shell for command line executions like a usual shell.
5580 *** The commands `tex-validate-region' and `tex-validate-buffer' check
5581 the matching of braces and $'s.  The errors are listed in a *Occur*
5582 buffer and you can use C-c C-c or mouse-2 to go to a particular
5583 mismatch.
5585 ** Changes to RefTeX mode
5587 *** The table of contents buffer can now also display labels and
5588 file boundaries in addition to sections. Use `l', `i', and `c' keys.
5590 *** Labels derived from context (the section heading) are now
5591 lowercase by default.  To make the label legal in LaTeX, latin-1
5592 characters will lose their accent.  All Mule characters will be
5593 removed from the label.
5595 *** The automatic display of cross reference information can also use
5596 a window instead of the echo area.  See variable `reftex-auto-view-crossref'.
5598 *** kpsewhich can be used by RefTeX to find TeX and BibTeX files.  See the
5599 customization group `reftex-finding-files'.
5601 *** The option `reftex-bibfile-ignore-list' has been renamed to
5602 `reftex-bibfile-ignore-regexps' and indeed can be fed with regular
5603 expressions.
5605 *** Multiple Selection buffers are now hidden buffers.
5607 ** New/deleted modes and packages
5609 *** The package snmp-mode.el provides major modes for editing SNMP and
5610 SNMPv2 MIBs.  It has entries on `auto-mode-alist'.
5612 *** The package sql.el provides a major mode, M-x sql-mode, for
5613 editing SQL files, and M-x sql-interactive-mode for interacting with
5614 SQL interpreters.  It has an entry on `auto-mode-alist'.
5616 *** M-x highlight-changes-mode provides a minor mode displaying buffer
5617 changes with a special face.
5619 *** ispell4.el has been deleted.  It got in the way of ispell.el and
5620 this was hard to fix reliably.  It has long been obsolete -- use
5621 Ispell 3.1 and ispell.el.
5623 * MS-DOS changes in Emacs 20.4
5625 ** Emacs compiled for MS-DOS now supports MULE features better.
5626 This includes support for display of all ISO 8859-N character sets,
5627 conversion to and from IBM codepage encoding of non-ASCII characters,
5628 and automatic setup of the MULE environment at startup.  For details,
5629 check out the section `MS-DOS and MULE' in the manual.
5631 The MS-DOS installation procedure automatically configures and builds
5632 Emacs with input method support if it finds an unpacked Leim
5633 distribution when the config.bat script is run.
5635 ** Formerly, the value of lpr-command did not affect printing on
5636 MS-DOS unless print-region-function was set to nil, but now it
5637 controls whether an external program is invoked or output is written
5638 directly to a printer port.  Similarly, in the previous version of
5639 Emacs, the value of ps-lpr-command did not affect PostScript printing
5640 on MS-DOS unless ps-printer-name was set to something other than a
5641 string (eg. t or `pipe'), but now it controls whether an external
5642 program is used.  (These changes were made so that configuration of
5643 printing variables would be almost identical across all platforms.)
5645 ** In the previous version of Emacs, PostScript and non-PostScript
5646 output was piped to external programs, but because most print programs
5647 available for MS-DOS and MS-Windows cannot read data from their standard
5648 input, on those systems the data to be output is now written to a
5649 temporary file whose name is passed as the last argument to the external
5650 program.
5652 An exception is made for `print', a standard program on Windows NT,
5653 and `nprint', a standard program on Novell Netware.  For both of these
5654 programs, the command line is constructed in the appropriate syntax
5655 automatically, using only the value of printer-name or ps-printer-name
5656 as appropriate--the value of the relevant `-switches' variable is
5657 ignored, as both programs have no useful switches.
5659 ** The value of the variable dos-printer (cf. dos-ps-printer), if it has
5660 a value, overrides the value of printer-name (cf. ps-printer-name), on
5661 MS-DOS and MS-Windows only.  This has been true since version 20.3, but
5662 was not documented clearly before.
5664 ** All the Emacs games now work on MS-DOS terminals.
5665 This includes Tetris and Snake.
5667 * Lisp changes in Emacs 20.4
5669 ** New functions line-beginning-position and line-end-position
5670 return the position of the beginning or end of the current line.
5671 They both accept an optional argument, which has the same
5672 meaning as the argument to beginning-of-line or end-of-line.
5674 ** find-file and allied functions now have an optional argument
5675 WILDCARD.  If this is non-nil, they do wildcard processing,
5676 and visit all files that match the wildcard pattern.
5678 ** Changes in the file-attributes function.
5680 *** The file size returned by file-attributes may be an integer or a float.
5681 It is an integer if the size fits in a Lisp integer, float otherwise.
5683 *** The inode number returned by file-attributes may be an integer (if
5684 the number fits in a Lisp integer) or a cons cell containing two
5685 integers.
5687 ** The new function directory-files-and-attributes returns a list of
5688 files in a directory and their attributes.  It accepts the same
5689 arguments as directory-files and has similar semantics, except that
5690 file names and attributes are returned.
5692 ** The new function file-attributes-lessp is a helper function for
5693 sorting the list generated by directory-files-and-attributes.  It
5694 accepts two arguments, each a list of a file name and its attributes.
5695 It compares the file names of each according to string-lessp and
5696 returns the result.
5698 ** The new function file-expand-wildcards expands a wildcard-pattern
5699 to produce a list of existing files that match the pattern.
5701 ** New functions for base64 conversion:
5703 The function base64-encode-region converts a part of the buffer
5704 into the base64 code used in MIME.  base64-decode-region
5705 performs the opposite conversion.  Line-breaking is supported
5706 optionally.
5708 Functions base64-encode-string and base64-decode-string do a similar
5709 job on the text in a string.  They return the value as a new string.
5712 The new function process-running-child-p
5713 will tell you if a subprocess has given control of its
5714 terminal to its own child process.
5716 ** interrupt-process and such functions have a new feature:
5717 when the second argument is `lambda', they send a signal
5718 to the running child of the subshell, if any, but if the shell
5719 itself owns its terminal, no signal is sent.
5721 ** There are new widget types `plist' and `alist' which can
5722 be used for customizing variables whose values are plists or alists.
5724 ** easymenu.el Now understands `:key-sequence' and `:style button'.
5725 :included is an alias for :visible.
5727 easy-menu-add-item now understands the values returned by
5728 easy-menu-remove-item and easy-menu-item-present-p.  This can be used
5729 to move or copy menu entries.
5731 ** Multibyte editing changes
5733 *** The definitions of sref and char-bytes are changed.  Now, sref is
5734 an alias of aref and char-bytes always returns 1.  This change is to
5735 make some Emacs Lisp code which works on 20.2 and earlier also
5736 work on the latest Emacs.  Such code uses a combination of sref and
5737 char-bytes in a loop typically as below:
5738         (setq char (sref str idx)
5739               idx (+ idx (char-bytes idx)))
5740 The byte-compiler now warns that this is obsolete.
5742 If you want to know how many bytes a specific multibyte character
5743 (say, CH) occupies in a multibyte buffer, use this code:
5744         (charset-bytes (char-charset ch))
5746 *** In multibyte mode, when you narrow a buffer to some region, and the
5747 region is preceded or followed by non-ASCII codes, inserting or
5748 deleting at the head or the end of the region may signal this error:
5750     Byte combining across boundary of accessible buffer text inhibited
5752 This is to avoid some bytes being combined together into a character
5753 across the boundary.
5755 *** The functions find-charset-region and find-charset-string include
5756 `unknown' in the returned list in the following cases:
5757     o The current buffer or the target string is unibyte and
5758       contains 8-bit characters.
5759     o The current buffer or the target string is multibyte and
5760       contains invalid characters.
5762 *** The functions decode-coding-region and encode-coding-region remove
5763 text properties of the target region.  Ideally, they should correctly
5764 preserve text properties, but for the moment, it's hard.  Removing
5765 text properties is better than preserving them in a less-than-correct
5766 way.
5768 *** prefer-coding-system sets EOL conversion of default coding systems.
5769 If the argument to prefer-coding-system specifies a certain type of
5770 end of line conversion, the default coding systems set by
5771 prefer-coding-system will specify that conversion type for end of line.
5773 *** The new function thai-compose-string can be used to properly
5774 compose Thai characters in a string.
5776 ** The primitive `define-prefix-command' now takes an optional third
5777 argument NAME, which should be a string.  It supplies the menu name
5778 for the created keymap.  Keymaps created in order to be displayed as
5779 menus should always use the third argument.
5781 ** The meanings of optional second arguments for read-char,
5782 read-event, and read-char-exclusive are flipped.  Now the second
5783 arguments are INHERIT-INPUT-METHOD.  These functions use the current
5784 input method (if any) if and only if INHERIT-INPUT-METHOD is non-nil.
5786 ** The new function clear-this-command-keys empties out the contents
5787 of the vector that (this-command-keys) returns.  This is useful in
5788 programs that read passwords, to prevent the passwords from echoing
5789 inadvertently as part of the next command in certain cases.
5791 ** The new macro `with-temp-message' displays a temporary message in
5792 the echo area, while executing some Lisp code.  Like `progn', it
5793 returns the value of the last form, but it also restores the previous
5794 echo area contents.
5796    (with-temp-message MESSAGE &rest BODY)
5798 ** The function `require' now takes an optional third argument
5799 NOERROR.  If it is non-nil, then there is no error if the
5800 requested feature cannot be loaded.
5802 ** In the function modify-face, an argument of (nil) for the
5803 foreground color, background color or stipple pattern
5804 means to clear out that attribute.
5806 ** The `outer-window-id' frame property of an X frame
5807 gives the window number of the outermost X window for the frame.
5809 ** Temporary buffers made with with-output-to-temp-buffer are now
5810 read-only by default, and normally use the major mode Help mode
5811 unless you put them in some other non-Fundamental mode before the
5812 end of with-output-to-temp-buffer.
5814 ** The new functions gap-position and gap-size return information on
5815 the gap of the current buffer.
5817 ** The new functions position-bytes and byte-to-position provide a way
5818 to convert between character positions and byte positions in the
5819 current buffer.
5821 ** vc.el defines two new macros, `edit-vc-file' and `with-vc-file', to
5822 facilitate working with version-controlled files from Lisp programs.
5823 These macros check out a given file automatically if needed, and check
5824 it back in after any modifications have been made.
5826 * Installation Changes in Emacs 20.3
5828 ** The default value of load-path now includes most subdirectories of
5829 the site-specific directories /usr/local/share/emacs/site-lisp and
5830 /usr/local/share/emacs/VERSION/site-lisp, in addition to those
5831 directories themselves.  Both immediate subdirectories and
5832 subdirectories multiple levels down are added to load-path.
5834 Not all subdirectories are included, though.  Subdirectories whose
5835 names do not start with a letter or digit are excluded.
5836 Subdirectories named RCS or CVS are excluded.  Also, a subdirectory
5837 which contains a file named `.nosearch' is excluded.  You can use
5838 these methods to prevent certain subdirectories from being searched.
5840 Emacs finds these subdirectories and adds them to load-path when it
5841 starts up.  While it would be cleaner to find the subdirectories each
5842 time Emacs loads a file, that would be much slower.
5844 This feature is an incompatible change.  If you have stored some Emacs
5845 Lisp files in a subdirectory of the site-lisp directory specifically
5846 to prevent them from being used, you will need to rename the
5847 subdirectory to start with a non-alphanumeric character, or create a
5848 `.nosearch' file in it, in order to continue to achieve the desired
5849 results.
5851 ** Emacs no longer includes an old version of the C preprocessor from
5852 GCC.  This was formerly used to help compile Emacs with C compilers
5853 that had limits on the significant length of an identifier, but in
5854 fact we stopped supporting such compilers some time ago.
5856 * Changes in Emacs 20.3
5858 ** The new command C-x z (repeat) repeats the previous command
5859 including its argument.  If you repeat the z afterward,
5860 it repeats the command additional times; thus, you can
5861 perform many repetitions with one keystroke per repetition.
5863 ** Emacs now supports "selective undo" which undoes only within a
5864 specified region.  To do this, set point and mark around the desired
5865 region and type C-u C-x u (or C-u C-_).  You can then continue undoing
5866 further, within the same region, by repeating the ordinary undo
5867 command C-x u or C-_.  This will keep undoing changes that were made
5868 within the region you originally specified, until either all of them
5869 are undone, or it encounters a change which crosses the edge of that
5870 region.
5872 In Transient Mark mode, undoing when a region is active requests
5873 selective undo.
5875 ** If you specify --unibyte when starting Emacs, then all buffers are
5876 unibyte, except when a Lisp program specifically creates a multibyte
5877 buffer.  Setting the environment variable EMACS_UNIBYTE has the same
5878 effect.  The --no-unibyte option overrides EMACS_UNIBYTE and directs
5879 Emacs to run normally in multibyte mode.
5881 The option --unibyte does not affect the reading of Emacs Lisp files,
5882 though.  If you want a Lisp file to be read in unibyte mode, use
5883 -*-unibyte: t;-*- on its first line.  That will force Emacs to
5884 load that file in unibyte mode, regardless of how Emacs was started.
5886 ** toggle-enable-multibyte-characters no longer has a key binding and
5887 no longer appears in the menu bar.  We've realized that changing the
5888 enable-multibyte-characters variable in an existing buffer is
5889 something that most users not do.
5891 ** You can specify a coding system to use for the next cut or paste
5892 operations through the window system with the command C-x RET X.
5893 The coding system can make a difference for communication with other
5894 applications.
5896 C-x RET x specifies a coding system for all subsequent cutting and
5897 pasting operations.
5899 ** You can specify the printer to use for commands that do printing by
5900 setting the variable `printer-name'.  Just what a printer name looks
5901 like depends on your operating system.  You can specify a different
5902 printer for the Postscript printing commands by setting
5903 `ps-printer-name'.
5905 ** Emacs now supports on-the-fly spell checking by the means of a
5906 minor mode.  It is called M-x flyspell-mode.  You don't have to remember
5907 any other special commands to use it, and you will hardly notice it
5908 except when you make a spelling error.  Flyspell works by highlighting
5909 incorrect words as soon as they are completed or as soon as the cursor
5910 hits a new word.
5912 Flyspell mode works with whichever dictionary you have selected for
5913 Ispell in Emacs.  In TeX mode, it understands TeX syntax so as not
5914 to be confused by TeX commands.
5916 You can correct a misspelled word by editing it into something
5917 correct.  You can also correct it, or accept it as correct, by
5918 clicking on the word with Mouse-2; that gives you a pop-up menu
5919 of various alternative replacements and actions.
5921 Flyspell mode also proposes "automatic" corrections.  M-TAB replaces
5922 the current misspelled word with a possible correction.  If several
5923 corrections are made possible, M-TAB cycles through them in
5924 alphabetical order, or in order of decreasing likelihood if
5925 flyspell-sort-corrections is nil.
5927 Flyspell mode also flags an error when a word is repeated, if
5928 flyspell-mark-duplications-flag is non-nil.
5930 ** Changes in input method usage.
5932 Now you can use arrow keys (right, left, down, up) for selecting among
5933 the alternatives just the same way as you do by C-f, C-b, C-n, and C-p
5934 respectively.
5936 You can use the ENTER key to accept the current conversion.
5938 If you type TAB to display a list of alternatives, you can select one
5939 of the alternatives with Mouse-2.
5941 The meaning of the variable `input-method-verbose-flag' is changed so
5942 that you can set it to t, nil, `default', or `complex-only'.
5944   If the value is nil, extra guidance is never given.
5946   If the value is t, extra guidance is always given.
5948   If the value is `complex-only', extra guidance is always given only
5949   when you are using complex input methods such as chinese-py.
5951   If the value is `default' (this is the default), extra guidance is
5952   given in the following case:
5953     o When you are using a complex input method.
5954     o When you are using a simple input method but not in the minibuffer.
5956 If you are using Emacs through a very slow line, setting
5957 input-method-verbose-flag to nil or to complex-only is a good choice,
5958 and if you are using an input method you are not familiar with,
5959 setting it to t is helpful.
5961 The old command select-input-method is now called set-input-method.
5963 In the language environment "Korean", you can use the following
5964 keys:
5965         Shift-SPC       toggle-korean-input-method
5966         C-F9            quail-hangul-switch-symbol-ksc
5967         F9              quail-hangul-switch-hanja
5968 These key bindings are canceled when you switch to another language
5969 environment.
5971 ** The minibuffer history of file names now records the specified file
5972 names, not the entire minibuffer input.  For example, if the
5973 minibuffer starts out with /usr/foo/, you might type in /etc/passwd to
5976      /usr/foo//etc/passwd
5978 which stands for the file /etc/passwd.
5980 Formerly, this used to put /usr/foo//etc/passwd in the history list.
5981 Now this puts just /etc/passwd in the history list.
5983 ** If you are root, Emacs sets backup-by-copying-when-mismatch to t
5984 at startup, so that saving a file will be sure to preserve
5985 its owner and group.
5987 ** find-func.el can now also find the place of definition of Emacs
5988 Lisp variables in user-loaded libraries.
5990 ** C-x r t (string-rectangle) now deletes the existing rectangle
5991 contents before inserting the specified string on each line.
5993 ** There is a new command delete-whitespace-rectangle
5994 which deletes whitespace starting from a particular column
5995 in all the lines on a rectangle.  The column is specified
5996 by the left edge of the rectangle.
5998 ** You can now store a number into a register with C-u NUMBER C-x r n REG,
5999 increment it by INC with C-u INC C-x r + REG (to increment by one, omit
6000 C-u INC), and insert it in the buffer with C-x r g REG.  This is useful
6001 for writing keyboard macros.
6003 ** The new command M-x speedbar displays a frame in which directories,
6004 files, and tags can be displayed, manipulated, and jumped to.  The
6005 frame defaults to 20 characters in width, and is the same height as
6006 the frame that it was started from.  Some major modes define
6007 additional commands for the speedbar, including Rmail, GUD/GDB, and
6008 info.
6010 ** query-replace-regexp is now bound to C-M-%.
6012 ** In Transient Mark mode, when the region is active, M-x
6013 query-replace and the other replace commands now operate on the region
6014 contents only.
6016 ** M-x write-region, when used interactively, now asks for
6017 confirmation before overwriting an existing file.  When you call
6018 the function from a Lisp program, a new optional argument CONFIRM
6019 says whether to ask for confirmation in this case.
6021 ** If you use find-file-literally and the file is already visited
6022 non-literally, the command asks you whether to revisit the file
6023 literally.  If you say no, it signals an error.
6025 ** Major modes defined with the "derived mode" feature
6026 now use the proper name for the mode hook: WHATEVER-mode-hook.
6027 Formerly they used the name WHATEVER-mode-hooks, but that is
6028 inconsistent with Emacs conventions.
6030 ** shell-command-on-region (and shell-command) reports success or
6031 failure if the command produces no output.
6033 ** Set focus-follows-mouse to nil if your window system or window
6034 manager does not transfer focus to another window when you just move
6035 the mouse.
6037 ** mouse-menu-buffer-maxlen has been renamed to
6038 mouse-buffer-menu-maxlen to be consistent with the other related
6039 function and variable names.
6041 ** The new variable auto-coding-alist specifies coding systems for
6042 reading specific files.  This has higher priority than
6043 file-coding-system-alist.
6045 ** If you set the variable unibyte-display-via-language-environment to
6046 t, then Emacs displays non-ASCII characters are displayed by
6047 converting them to the equivalent multibyte characters according to
6048 the current language environment.  As a result, they are displayed
6049 according to the current fontset.
6051 ** C-q's handling of codes in the range 0200 through 0377 is changed.
6053 The codes in the range 0200 through 0237 are inserted as one byte of
6054 that code regardless of the values of nonascii-translation-table and
6055 nonascii-insert-offset.
6057 For the codes in the range 0240 through 0377, if
6058 enable-multibyte-characters is non-nil and nonascii-translation-table
6059 nor nonascii-insert-offset can't convert them to valid multibyte
6060 characters, they are converted to Latin-1 characters.
6062 ** If you try to find a file that is not read-accessible, you now get
6063 an error, rather than an empty buffer and a warning.
6065 ** In the minibuffer history commands M-r and M-s, an upper case
6066 letter in the regular expression forces case-sensitive search.
6068 ** In the *Help* buffer, cross-references to commands and variables
6069 are inferred and hyperlinked.  Use C-h m in Help mode for the relevant
6070 command keys.
6072 ** M-x apropos-command, with a prefix argument, no longer looks for
6073 user option variables--instead it looks for noninteractive functions.
6075 Meanwhile, the command apropos-variable normally searches for
6076 user option variables; with a prefix argument, it looks at
6077 all variables that have documentation.
6079 ** When you type a long line in the minibuffer, and the minibuffer
6080 shows just one line, automatically scrolling works in a special way
6081 that shows you overlap with the previous line of text.  The variable
6082 minibuffer-scroll-overlap controls how many characters of overlap
6083 it should show; the default is 20.
6085 Meanwhile, Resize Minibuffer mode is still available; in that mode,
6086 the minibuffer grows taller (up to a point) as needed to show the whole
6087 of your input.
6089 ** The new command M-x customize-changed-options lets you customize
6090 all the options whose meanings or default values have changed in
6091 recent Emacs versions.  You specify a previous Emacs version number as
6092 argument, and the command creates a customization buffer showing all
6093 the customizable options which were changed since that version.
6094 Newly added options are included as well.
6096 If you don't specify a particular version number argument,
6097 then the customization buffer shows all the customizable options
6098 for which Emacs versions of changes are recorded.
6100 This function is also bound to the Changed Options entry in the
6101 Customize menu.
6103 ** When you run M-x grep with a prefix argument, it figures out
6104 the tag around point and puts that into the default grep command.
6106 ** The new command M-* (pop-tag-mark) pops back through a history of
6107 buffer positions from which M-. or other tag-finding commands were
6108 invoked.
6110 ** The new variable comment-padding specifies the number of spaces
6111 that `comment-region' will insert before the actual text of the comment.
6112 The default is 1.
6114 ** In Fortran mode the characters `.', `_' and `$' now have symbol
6115 syntax, not word syntax.  Fortran mode now supports `imenu' and has
6116 new commands fortran-join-line (M-^) and fortran-narrow-to-subprogram
6117 (C-x n d).  M-q can be used to fill a statement or comment block
6118 sensibly.
6120 ** GUD now supports jdb, the Java debugger, and pdb, the Python debugger.
6122 ** If you set the variable add-log-keep-changes-together to a non-nil
6123 value, the command `C-x 4 a' will automatically notice when you make
6124 two entries in one day for one file, and combine them.
6126 ** You can use the command M-x diary-mail-entries to mail yourself a
6127 reminder about upcoming diary entries.  See the documentation string
6128 for a sample shell script for calling this function automatically
6129 every night.
6131 ** Desktop changes
6133 *** All you need to do to enable use of the Desktop package, is to set
6134 the variable desktop-enable to t with Custom.
6136 *** Minor modes are now restored.  Which minor modes are restored
6137 and how modes are restored is controlled by `desktop-minor-mode-table'.
6139 ** There is no need to do anything special, now, to enable Gnus to
6140 read and post multi-lingual articles.
6142 ** Outline mode has now support for showing hidden outlines when
6143 doing an isearch.  In order for this to happen search-invisible should
6144 be set to open (the default).  If an isearch match is inside a hidden
6145 outline the outline is made visible.  If you continue pressing C-s and
6146 the match moves outside the formerly invisible outline, the outline is
6147 made invisible again.
6149 ** Mail reading and sending changes
6151 *** The Rmail e command now switches to displaying the whole header of
6152 the message before it lets you edit the message.  This is so that any
6153 changes you make in the header will not be lost if you subsequently
6154 toggle.
6156 *** The w command in Rmail, which writes the message body into a file,
6157 now works in the summary buffer as well.  (The command to delete the
6158 summary buffer is now Q.)  The default file name for the w command, if
6159 the message has no subject, is stored in the variable
6160 rmail-default-body-file.
6162 *** Most of the commands and modes that operate on mail and netnews no
6163 longer depend on the value of mail-header-separator.  Instead, they
6164 handle whatever separator the buffer happens to use.
6166 *** If you set mail-signature to a value which is not t, nil, or a string,
6167 it should be an expression.  When you send a message, this expression
6168 is evaluated to insert the signature.
6170 *** The new Lisp library feedmail.el (version 8) enhances processing of
6171 outbound email messages.  It works in coordination with other email
6172 handling packages (e.g., rmail, VM, gnus) and is responsible for
6173 putting final touches on messages and actually submitting them for
6174 transmission.  Users of the emacs program "fakemail" might be
6175 especially interested in trying feedmail.
6177 feedmail is not enabled by default.  See comments at the top of
6178 feedmail.el for set-up instructions.  Among the bigger features
6179 provided by feedmail are:
6181 **** you can park outgoing messages into a disk-based queue and
6182 stimulate sending some or all of them later (handy for laptop users);
6183 there is also a queue for draft messages
6185 **** you can get one last look at the prepped outbound message and
6186 be prompted for confirmation
6188 **** does smart filling of address headers
6190 **** can generate a MESSAGE-ID: line and a DATE: line; the date can be
6191 the time the message was written or the time it is being sent; this
6192 can make FCC copies more closely resemble copies that recipients get
6194 **** you can specify an arbitrary function for actually transmitting
6195 the message; included in feedmail are interfaces for /bin/[r]mail,
6196 /usr/lib/sendmail, and elisp smtpmail; it's easy to write a new
6197 function for something else (10-20 lines of elisp)
6199 ** Dired changes
6201 *** The Dired function dired-do-toggle, which toggles marked and unmarked
6202 files, is now bound to "t" instead of "T".
6204 *** dired-at-point has been added to ffap.el.  It allows one to easily
6205 run Dired on the directory name at point.
6207 *** Dired has a new command: %g.  It searches the contents of
6208 files in the directory and marks each file that contains a match
6209 for a specified regexp.
6211 ** VC Changes
6213 *** New option vc-ignore-vc-files lets you turn off version control
6214 conveniently.
6216 *** VC Dired has been completely rewritten.  It is now much
6217 faster, especially for CVS, and works very similar to ordinary
6218 Dired.
6220 VC Dired is invoked by typing C-x v d and entering the name of the
6221 directory to display.  By default, VC Dired gives you a recursive
6222 listing of all files at or below the given directory which are
6223 currently locked (for CVS, all files not up-to-date are shown).
6225 You can change the listing format by setting vc-dired-recurse to nil,
6226 then it shows only the given directory, and you may also set
6227 vc-dired-terse-display to nil, then it shows all files under version
6228 control plus the names of any subdirectories, so that you can type `i'
6229 on such lines to insert them manually, as in ordinary Dired.
6231 All Dired commands operate normally in VC Dired, except for `v', which
6232 is redefined as the version control prefix.  That means you may type
6233 `v l', `v =' etc. to invoke `vc-print-log', `vc-diff' and the like on
6234 the file named in the current Dired buffer line.  `v v' invokes
6235 `vc-next-action' on this file, or on all files currently marked.
6237 The new command `v t' (vc-dired-toggle-terse-mode) allows you to
6238 toggle between terse display (only locked files) and full display (all
6239 VC files plus subdirectories).  There is also a special command,
6240 `* l', to mark all files currently locked.
6242 Giving a prefix argument to C-x v d now does the same thing as in
6243 ordinary Dired: it allows you to supply additional options for the ls
6244 command in the minibuffer, to fine-tune VC Dired's output.
6246 *** Under CVS, if you merge changes from the repository into a working
6247 file, and CVS detects conflicts, VC now offers to start an ediff
6248 session to resolve them.
6250 Alternatively, you can use the new command `vc-resolve-conflicts' to
6251 resolve conflicts in a file at any time.  It works in any buffer that
6252 contains conflict markers as generated by rcsmerge (which is what CVS
6253 uses as well).
6255 *** You can now transfer changes between branches, using the new
6256 command vc-merge (C-x v m).  It is implemented for RCS and CVS.  When
6257 you invoke it in a buffer under version-control, you can specify
6258 either an entire branch or a pair of versions, and the changes on that
6259 branch or between the two versions are merged into the working file.
6260 If this results in any conflicts, they may be resolved interactively,
6261 using ediff.
6263 ** Changes in Font Lock
6265 *** The face and variable previously known as font-lock-reference-face
6266 are now called font-lock-constant-face to better reflect their typical
6267 use for highlighting constants and labels.  (Its face properties are
6268 unchanged.)  The variable font-lock-reference-face remains for now for
6269 compatibility reasons, but its value is font-lock-constant-face.
6271 ** Frame name display changes
6273 *** The command set-frame-name lets you set the name of the current
6274 frame.  You can use the new command select-frame-by-name to select and
6275 raise a frame; this is mostly useful on character-only terminals, or
6276 when many frames are invisible or iconified.
6278 *** On character-only terminal (not a window system), changing the
6279 frame name is now reflected on the mode line and in the Buffers/Frames
6280 menu.
6282 ** Comint (subshell) changes
6284 *** In Comint modes, the commands to kill, stop or interrupt a
6285 subjob now also kill pending input.  This is for compatibility
6286 with ordinary shells, where the signal characters do this.
6288 *** There are new commands in Comint mode.
6290 C-c C-x fetches the "next" line from the input history;
6291 that is, the line after the last line you got.
6292 You can use this command to fetch successive lines, one by one.
6294 C-c SPC accumulates lines of input.  More precisely, it arranges to
6295 send the current line together with the following line, when you send
6296 the following line.
6298 C-c C-a if repeated twice consecutively now moves to the process mark,
6299 which separates the pending input from the subprocess output and the
6300 previously sent input.
6302 C-c M-r now runs comint-previous-matching-input-from-input;
6303 it searches for a previous command, using the current pending input
6304 as the search string.
6306 *** New option compilation-scroll-output can be set to scroll
6307 automatically in compilation-mode windows.
6309 ** C mode changes
6311 *** Multiline macros are now handled, both as they affect indentation,
6312 and as recognized syntax.  New syntactic symbol cpp-macro-cont is
6313 assigned to second and subsequent lines of a multiline macro
6314 definition.
6316 *** A new style "user" which captures all non-hook-ified
6317 (i.e. top-level) .emacs file variable settings and customizations.
6318 Style "cc-mode" is an alias for "user" and is deprecated.  "gnu"
6319 style is still the default however.
6321 *** "java" style now conforms to Sun's JDK coding style.
6323 *** There are new commands c-beginning-of-defun, c-end-of-defun which
6324 are alternatives which you could bind to C-M-a and C-M-e if you prefer
6325 them.  They do not have key bindings by default.
6327 *** New and improved implementations of M-a (c-beginning-of-statement)
6328 and M-e (c-end-of-statement).
6330 *** C++ namespace blocks are supported, with new syntactic symbols
6331 namespace-open, namespace-close, and innamespace.
6333 *** File local variable settings of c-file-style and c-file-offsets
6334 makes the style variables local to that buffer only.
6336 *** New indentation functions c-lineup-close-paren,
6337 c-indent-one-line-block, c-lineup-dont-change.
6339 *** Improvements (hopefully!) to the way CC Mode is loaded.  You
6340 should now be able to do a (require 'cc-mode) to get the entire
6341 package loaded properly for customization in your .emacs file.  A new
6342 variable c-initialize-on-load controls this and is t by default.
6344 ** Changes to hippie-expand.
6346 *** New customization variable `hippie-expand-dabbrev-skip-space'. If
6347 non-nil, trailing spaces may be included in the abbreviation to search for,
6348 which then gives the same behavior as the original `dabbrev-expand'.
6350 *** New customization variable `hippie-expand-dabbrev-as-symbol'. If
6351 non-nil, characters of syntax '_' is considered part of the word when
6352 expanding dynamically.
6354 *** New customization variable `hippie-expand-no-restriction'. If
6355 non-nil, narrowed buffers are widened before they are searched.
6357 *** New customization variable `hippie-expand-only-buffers'. If
6358 non-empty, buffers searched are restricted to the types specified in
6359 this list. Useful for example when constructing new special-purpose
6360 expansion functions with `make-hippie-expand-function'.
6362 *** Text properties of the expansion are no longer copied.
6364 ** Changes in BibTeX mode.
6366 *** Any titleword matching a regexp in the new variable
6367 bibtex-autokey-titleword-ignore (case sensitive) is ignored during
6368 automatic key generation.  This replaces variable
6369 bibtex-autokey-titleword-first-ignore, which only checked for matches
6370 against the first word in the title.
6372 *** Autokey generation now uses all words from the title, not just
6373 capitalized words.  To avoid conflicts with existing customizations,
6374 bibtex-autokey-titleword-ignore is set up such that words starting with
6375 lowerkey characters will still be ignored.  Thus, if you want to use
6376 lowercase words from the title, you will have to overwrite the
6377 bibtex-autokey-titleword-ignore standard setting.
6379 *** Case conversion of names and title words for automatic key
6380 generation is more flexible.  Variable bibtex-autokey-preserve-case is
6381 replaced by bibtex-autokey-titleword-case-convert and
6382 bibtex-autokey-name-case-convert.
6384 ** Changes in vcursor.el.
6386 *** Support for character terminals is available: there is a new keymap
6387 and the vcursor will appear as an arrow between buffer text.  A
6388 variable `vcursor-interpret-input' allows input from the vcursor to be
6389 entered exactly as if typed.  Numerous functions, including
6390 `vcursor-compare-windows', have been rewritten to improve consistency
6391 in the selection of windows and corresponding keymaps.
6393 *** vcursor options can now be altered with M-x customize under the
6394 Editing group once the package is loaded.
6396 *** Loading vcursor now does not define keys by default, as this is
6397 generally a bad side effect.  Use M-x customize to set
6398 vcursor-key-bindings to t to restore the old behavior.
6400 *** vcursor-auto-disable can be `copy', which turns off copying from the
6401 vcursor, but doesn't disable it, after any non-vcursor command.
6403 ** Ispell changes.
6405 *** You can now spell check comments and strings in the current
6406 buffer with M-x ispell-comments-and-strings.  Comments and strings
6407 are identified by syntax tables in effect.
6409 *** Generic region skipping implemented.
6410 A single buffer can be broken into a number of regions where text will
6411 and will not be checked.  The definitions of the regions can be user
6412 defined.  New applications and improvements made available by this
6413 include:
6415     o URLs are automatically skipped
6416     o EMail message checking is vastly improved.
6418 *** Ispell can highlight the erroneous word even on non-window terminals.
6420 ** Changes to RefTeX mode
6422 RefTeX has been updated in order to make it more usable with very
6423 large projects (like a several volume math book).  The parser has been
6424 re-written from scratch.  To get maximum speed from RefTeX, check the
6425 section `Optimizations' in the manual.
6427 *** New recursive parser.
6429 The old version of RefTeX created a single large buffer containing the
6430 entire multifile document in order to parse the document.  The new
6431 recursive parser scans the individual files.
6433 *** Parsing only part of a document.
6435 Reparsing of changed document parts can now be made faster by enabling
6436 partial scans.  To use this feature, read the documentation string of
6437 the variable `reftex-enable-partial-scans' and set the variable to t.
6439     (setq reftex-enable-partial-scans t)
6441 *** Storing parsing information in a file.
6443 This can improve startup times considerably.  To turn it on, use
6445     (setq reftex-save-parse-info t)
6447 *** Using multiple selection buffers
6449 If the creation of label selection buffers is too slow (this happens
6450 for large documents), you can reuse these buffers by setting
6452     (setq reftex-use-multiple-selection-buffers t)
6454 *** References to external documents.
6456 The LaTeX package `xr' allows to cross-reference labels in external
6457 documents.  RefTeX can provide information about the external
6458 documents as well.  To use this feature, set up the \externaldocument
6459 macros required by the `xr' package and rescan the document with
6460 RefTeX.  The external labels can then be accessed with the `x' key in
6461 the selection buffer provided by `reftex-reference' (bound to `C-c )').
6462 The `x' key also works in the table of contents buffer.
6464 *** Many more labeled LaTeX environments are recognized by default.
6466 The built-in command list now covers all the standard LaTeX commands,
6467 and all of the major packages included in the LaTeX distribution.
6469 Also, RefTeX now understands the \appendix macro and changes
6470 the enumeration of sections in the *toc* buffer accordingly.
6472 *** Mouse support for selection and *toc* buffers
6474 The mouse can now be used to select items in the selection and *toc*
6475 buffers.  See also the new option `reftex-highlight-selection'.
6477 *** New keymaps for selection and table of contents modes.
6479 The selection processes for labels and citation keys, and the table of
6480 contents buffer now have their own keymaps: `reftex-select-label-map',
6481 `reftex-select-bib-map', `reftex-toc-map'.  The selection processes
6482 have a number of new keys predefined.  In particular, TAB lets you
6483 enter a label with completion.  Check the on-the-fly help (press `?'
6484 at the selection prompt) or read the Info documentation to find out
6485 more.
6487 *** Support for the varioref package
6489 The `v' key in the label selection buffer toggles \ref versus \vref.
6491 *** New hooks
6493 Three new hooks can be used to redefine the way labels, references,
6494 and citations are created. These hooks are
6495 `reftex-format-label-function', `reftex-format-ref-function',
6496 `reftex-format-cite-function'.
6498 *** Citations outside LaTeX
6500 The command `reftex-citation' may also be used outside LaTeX (e.g. in
6501 a mail buffer).  See the Info documentation for details.
6503 *** Short context is no longer fontified.
6505 The short context in the label menu no longer copies the
6506 fontification from the text in the buffer.  If you prefer it to be
6507 fontified, use
6509    (setq reftex-refontify-context t)
6511 ** file-cache-minibuffer-complete now accepts a prefix argument.
6512 With a prefix argument, it does not try to do completion of
6513 the file name within its directory; it only checks for other
6514 directories that contain the same file name.
6516 Thus, given the file name Makefile, and assuming that a file
6517 Makefile.in exists in the same directory, ordinary
6518 file-cache-minibuffer-complete will try to complete Makefile to
6519 Makefile.in and will therefore never look for other directories that
6520 have Makefile.  A prefix argument tells it not to look for longer
6521 names such as Makefile.in, so that instead it will look for other
6522 directories--just as if the name were already complete in its present
6523 directory.
6525 ** New modes and packages
6527 *** There is a new alternative major mode for Perl, Cperl mode.
6528 It has many more features than Perl mode, and some people prefer
6529 it, but some do not.
6531 *** There is a new major mode, M-x vhdl-mode, for editing files of VHDL
6532 code.
6534 *** M-x which-function-mode enables a minor mode that displays the
6535 current function name continuously in the mode line, as you move
6536 around in a buffer.
6538 Which Function mode is effective in major modes which support Imenu.
6540 *** Gametree is a major mode for editing game analysis trees.  The author
6541 uses it for keeping notes about his postal Chess games, but it should
6542 be helpful for other two-player games as well, as long as they have an
6543 established system of notation similar to Chess.
6545 *** The new minor mode checkdoc-minor-mode provides Emacs Lisp
6546 documentation string checking for style and spelling.  The style
6547 guidelines are found in the Emacs Lisp programming manual.
6549 *** The net-utils package makes some common networking features
6550 available in Emacs.  Some of these functions are wrappers around
6551 system utilities (ping, nslookup, etc); others are implementations of
6552 simple protocols (finger, whois) in Emacs Lisp.  There are also
6553 functions to make simple connections to TCP/IP ports for debugging and
6554 the like.
6556 *** highlight-changes-mode is a minor mode that uses colors to
6557 identify recently changed parts of the buffer text.
6559 *** The new package `midnight' lets you specify things to be done
6560 within Emacs at midnight--by default, kill buffers that you have not
6561 used in a considerable time.  To use this feature, customize
6562 the user option `midnight-mode' to t.
6564 *** The file generic-x.el defines a number of simple major modes.
6566   apache-generic-mode: For Apache and NCSA httpd configuration files
6567   samba-generic-mode: Samba configuration files
6568   fvwm-generic-mode: For fvwm initialization files
6569   x-resource-generic-mode: For X resource files
6570   hosts-generic-mode: For hosts files (.rhosts, /etc/hosts, etc)
6571   mailagent-rules-generic-mode: For mailagent .rules files
6572   javascript-generic-mode: For JavaScript files
6573   vrml-generic-mode: For VRML files
6574   java-manifest-generic-mode: For Java MANIFEST files
6575   java-properties-generic-mode: For Java property files
6576   mailrc-generic-mode: For .mailrc files
6578   Platform-specific modes:
6580   prototype-generic-mode: For Solaris/Sys V prototype files
6581   pkginfo-generic-mode: For Solaris/Sys V pkginfo files
6582   alias-generic-mode: For C shell alias files
6583   inf-generic-mode: For MS-Windows INF files
6584   ini-generic-mode: For MS-Windows INI files
6585   reg-generic-mode: For MS-Windows Registry files
6586   bat-generic-mode: For MS-Windows BAT scripts
6587   rc-generic-mode: For MS-Windows Resource files
6588   rul-generic-mode: For InstallShield scripts
6590 * Lisp changes in Emacs 20.3 since the Emacs Lisp Manual was published
6592 ** If you want a Lisp file to be read in unibyte mode,
6593 use -*-unibyte: t;-*- on its first line.
6594 That will force Emacs to read that file in unibyte mode.
6595 Otherwise, the file will be loaded and byte-compiled in multibyte mode.
6597 Thus, each lisp file is read in a consistent way regardless of whether
6598 you started Emacs with --unibyte, so that a Lisp program gives
6599 consistent results regardless of how Emacs was started.
6601 ** The new function assoc-default is useful for searching an alist,
6602 and using a default value if the key is not found there.  You can
6603 specify a comparison predicate, so this function is useful for
6604 searching comparing a string against an alist of regular expressions.
6606 ** The functions unibyte-char-to-multibyte and
6607 multibyte-char-to-unibyte convert between unibyte and multibyte
6608 character codes, in a way that is appropriate for the current language
6609 environment.
6611 ** The functions read-event, read-char and read-char-exclusive now
6612 take two optional arguments.  PROMPT, if non-nil, specifies a prompt
6613 string.  SUPPRESS-INPUT-METHOD, if non-nil, says to disable the
6614 current input method for reading this one event.
6616 ** Two new variables print-escape-nonascii and print-escape-multibyte
6617 now control whether to output certain characters as
6618 backslash-sequences.  print-escape-nonascii applies to single-byte
6619 non-ASCII characters; print-escape-multibyte applies to multibyte
6620 characters.  Both of these variables are used only when printing
6621 in readable fashion (prin1 uses them, princ does not).
6623 * Lisp changes in Emacs 20.3 before the Emacs Lisp Manual was published
6625 ** Compiled Emacs Lisp files made with the modified "MBSK" version
6626 of Emacs 20.2 do not work in Emacs 20.3.
6628 ** Buffer positions are now measured in characters, as they were
6629 in Emacs 19 and before.  This means that (forward-char 1)
6630 always increases point by 1.
6632 The function chars-in-region now just subtracts its arguments.  It is
6633 considered obsolete.  The function char-boundary-p has been deleted.
6635 See below for additional changes relating to multibyte characters.
6637 ** defcustom, defface and defgroup now accept the keyword `:version'.
6638 Use this to specify in which version of Emacs a certain variable's
6639 default value changed.  For example,
6641    (defcustom foo-max 34 "*Maximum number of foo's allowed."
6642      :type 'integer
6643      :group 'foo
6644      :version "20.3")
6646    (defgroup foo-group nil "The foo group."
6647      :version "20.3")
6649 If an entire new group is added or the variables in it have the
6650 default values changed, then just add a `:version' to that group. It
6651 is recommended that new packages added to the distribution contain a
6652 `:version' in the top level group.
6654 This information is used to control the customize-changed-options command.
6656 ** It is now an error to change the value of a symbol whose name
6657 starts with a colon--if it is interned in the standard obarray.
6659 However, setting such a symbol to its proper value, which is that
6660 symbol itself, is not an error.  This is for the sake of programs that
6661 support previous Emacs versions by explicitly setting these variables
6662 to themselves.
6664 If you set the variable keyword-symbols-constant-flag to nil,
6665 this error is suppressed, and you can set these symbols to any
6666 values whatever.
6668 ** There is a new debugger command, R.
6669 It evaluates an expression like e, but saves the result
6670 in the buffer *Debugger-record*.
6672 ** Frame-local variables.
6674 You can now make a variable local to various frames.  To do this, call
6675 the function make-variable-frame-local; this enables frames to have
6676 local bindings for that variable.
6678 These frame-local bindings are actually frame parameters: you create a
6679 frame-local binding in a specific frame by calling
6680 modify-frame-parameters and specifying the variable name as the
6681 parameter name.
6683 Buffer-local bindings take precedence over frame-local bindings.
6684 Thus, if the current buffer has a buffer-local binding, that binding is
6685 active; otherwise, if the selected frame has a frame-local binding,
6686 that binding is active; otherwise, the default binding is active.
6688 It would not be hard to implement window-local bindings, but it is not
6689 clear that this would be very useful; windows tend to come and go in a
6690 very transitory fashion, so that trying to produce any specific effect
6691 through a window-local binding would not be very robust.
6693 ** `sregexq' and `sregex' are two new functions for constructing
6694 "symbolic regular expressions."  These are Lisp expressions that, when
6695 evaluated, yield conventional string-based regexps.  The symbolic form
6696 makes it easier to construct, read, and maintain complex patterns.
6697 See the documentation in sregex.el.
6699 ** parse-partial-sexp's return value has an additional element which
6700 is used to pass information along if you pass it to another call to
6701 parse-partial-sexp, starting its scan where the first call ended.
6702 The contents of this field are not yet finalized.
6704 ** eval-region now accepts a fourth optional argument READ-FUNCTION.
6705 If it is non-nil, that function is used instead of `read'.
6707 ** unload-feature by default removes the feature's functions from
6708 known hooks to avoid trouble, but a package providing FEATURE can
6709 define a hook FEATURE-unload-hook to be run by unload-feature instead.
6711 ** read-from-minibuffer no longer returns the argument DEFAULT-VALUE
6712 when the user enters empty input.  It now returns the null string, as
6713 it did in Emacs 19.  The default value is made available in the
6714 history via M-n, but it is not applied here as a default.
6716 The other, more specialized minibuffer-reading functions continue to
6717 return the default value (not the null string) when the user enters
6718 empty input.
6720 ** The new variable read-buffer-function controls which routine to use
6721 for selecting buffers.  For example, if you set this variable to
6722 `iswitchb-read-buffer', iswitchb will be used to read buffer names.
6723 Other functions can also be used if they accept the same arguments as
6724 `read-buffer' and return the selected buffer name as a string.
6726 ** The new function read-passwd reads a password from the terminal,
6727 echoing a period for each character typed.  It takes three arguments:
6728 a prompt string, a flag which says "read it twice to make sure", and a
6729 default password to use if the user enters nothing.
6731 ** The variable fill-nobreak-predicate gives major modes a way to
6732 specify not to break a line at certain places.  Its value is a
6733 function which is called with no arguments, with point located at the
6734 place where a break is being considered.  If the function returns
6735 non-nil, then the line won't be broken there.
6737 ** window-end now takes an optional second argument, UPDATE.
6738 If this is non-nil, then the function always returns an accurate
6739 up-to-date value for the buffer position corresponding to the
6740 end of the window, even if this requires computation.
6742 ** other-buffer now takes an optional argument FRAME
6743 which specifies which frame's buffer list to use.
6744 If it is nil, that means use the selected frame's buffer list.
6746 ** The new variable buffer-display-time, always local in every buffer,
6747 holds the value of (current-time) as of the last time that a window
6748 was directed to display this buffer.
6750 ** It is now meaningful to compare two window-configuration objects
6751 with `equal'.  Two window-configuration objects are equal if they
6752 describe equivalent arrangements of windows, in the same frame--in
6753 other words, if they would give the same results if passed to
6754 set-window-configuration.
6756 ** compare-window-configurations is a new function that compares two
6757 window configurations loosely.  It ignores differences in saved buffer
6758 positions and scrolling, and considers only the structure and sizes of
6759 windows and the choice of buffers to display.
6761 ** The variable minor-mode-overriding-map-alist allows major modes to
6762 override the key bindings of a minor mode.  The elements of this alist
6763 look like the elements of minor-mode-map-alist: (VARIABLE . KEYMAP).
6765 If the VARIABLE in an element of minor-mode-overriding-map-alist has a
6766 non-nil value, the paired KEYMAP is active, and totally overrides the
6767 map (if any) specified for the same variable in minor-mode-map-alist.
6769 minor-mode-overriding-map-alist is automatically local in all buffers,
6770 and it is meant to be set by major modes.
6772 ** The function match-string-no-properties is like match-string
6773 except that it discards all text properties from the result.
6775 ** The function load-average now accepts an optional argument
6776 USE-FLOATS.  If it is non-nil, the load average values are returned as
6777 floating point numbers, rather than as integers to be divided by 100.
6779 ** The new variable temporary-file-directory specifies the directory
6780 to use for creating temporary files.  The default value is determined
6781 in a reasonable way for your operating system; on GNU and Unix systems
6782 it is based on the TMP and TMPDIR environment variables.
6784 ** Menu changes
6786 *** easymenu.el now uses the new menu item format and supports the
6787 keywords :visible and :filter.  The existing keyword :keys is now
6788 better supported.
6790 The variable `easy-menu-precalculate-equivalent-keybindings' controls
6791 a new feature which calculates keyboard equivalents for the menu when
6792 you define the menu.  The default is t.  If you rarely use menus, you
6793 can set the variable to nil to disable this precalculation feature;
6794 then the calculation is done only if you use the menu bar.
6796 *** A new format for menu items is supported.
6798 In a keymap, a key binding that has the format
6799  (STRING . REAL-BINDING) or (STRING HELP-STRING . REAL-BINDING)
6800 defines a menu item. Now a menu item definition may also be a list that
6801 starts with the symbol `menu-item'.
6803 The format is:
6804  (menu-item ITEM-NAME) or
6805  (menu-item ITEM-NAME REAL-BINDING . ITEM-PROPERTY-LIST)
6806 where ITEM-NAME is an expression which evaluates to the menu item
6807 string, and ITEM-PROPERTY-LIST has the form of a property list.
6808 The supported properties include
6810 :enable FORM      Evaluate FORM to determine whether the
6811                   item is enabled.
6812 :visible FORM     Evaluate FORM to determine whether the
6813                   item should appear in the menu.
6814 :filter FILTER-FN
6815                   FILTER-FN is a function of one argument,
6816                   which will be REAL-BINDING.
6817                   It should return a binding to use instead.
6818 :keys DESCRIPTION
6819                   DESCRIPTION is a string that describes an equivalent keyboard
6820                   binding for REAL-BINDING.  DESCRIPTION is expanded with
6821                   `substitute-command-keys' before it is used.
6822 :key-sequence KEY-SEQUENCE
6823                   KEY-SEQUENCE is a key-sequence for an equivalent
6824                   keyboard binding.
6825 :key-sequence nil
6826                   This means that the command normally has no
6827                   keyboard equivalent.
6828 :help HELP        HELP is the extra help string (not currently used).
6829 :button (TYPE . SELECTED)
6830                   TYPE is :toggle or :radio.
6831                   SELECTED is a form, to be evaluated, and its
6832                   value says whether this button is currently selected.
6834 Buttons are at the moment only simulated by prefixes in the menu.
6835 Eventually ordinary X-buttons may be supported.
6837 (menu-item ITEM-NAME) defines unselectable item.
6839 ** New event types
6841 *** The new event type `mouse-wheel' is generated by a wheel on a
6842 mouse (such as the MS Intellimouse).  The event contains a delta that
6843 corresponds to the amount and direction that the wheel is rotated,
6844 which is typically used to implement a scroll or zoom.  The format is:
6846   (mouse-wheel POSITION DELTA)
6848 where POSITION is a list describing the position of the event in the
6849 same format as a mouse-click event, and DELTA is a signed number
6850 indicating the number of increments by which the wheel was rotated.  A
6851 negative DELTA indicates that the wheel was rotated backwards, towards
6852 the user, and a positive DELTA indicates that the wheel was rotated
6853 forward, away from the user.
6855 As of now, this event type is generated only on MS Windows.
6857 *** The new event type `drag-n-drop' is generated when a group of
6858 files is selected in an application outside of Emacs, and then dragged
6859 and dropped onto an Emacs frame.  The event contains a list of
6860 filenames that were dragged and dropped, which are then typically
6861 loaded into Emacs.  The format is:
6863   (drag-n-drop POSITION FILES)
6865 where POSITION is a list describing the position of the event in the
6866 same format as a mouse-click event, and FILES is the list of filenames
6867 that were dragged and dropped.
6869 As of now, this event type is generated only on MS Windows.
6871 ** Changes relating to multibyte characters.
6873 *** The variable enable-multibyte-characters is now read-only;
6874 any attempt to set it directly signals an error.  The only way
6875 to change this value in an existing buffer is with set-buffer-multibyte.
6877 *** In a string constant, `\ ' now stands for "nothing at all".  You
6878 can use it to terminate a hex escape which is followed by a character
6879 that could otherwise be read as part of the hex escape.
6881 *** String indices are now measured in characters, as they were
6882 in Emacs 19 and before.
6884 The function chars-in-string has been deleted.
6885 The function concat-chars has been renamed to `string'.
6887 *** The function set-buffer-multibyte sets the flag in the current
6888 buffer that says whether the buffer uses multibyte representation or
6889 unibyte representation.  If the argument is nil, it selects unibyte
6890 representation.  Otherwise it selects multibyte representation.
6892 This function does not change the contents of the buffer, viewed
6893 as a sequence of bytes.  However, it does change the contents
6894 viewed as characters; a sequence of two bytes which is treated as
6895 one character when the buffer uses multibyte representation
6896 will count as two characters using unibyte representation.
6898 This function sets enable-multibyte-characters to record which
6899 representation is in use.  It also adjusts various data in the buffer
6900 (including its markers, overlays and text properties) so that they are
6901 consistent with the new representation.
6903 *** string-make-multibyte takes a string and converts it to multibyte
6904 representation.  Most of the time, you don't need to care
6905 about the representation, because Emacs converts when necessary;
6906 however, it makes a difference when you compare strings.
6908 The conversion of non-ASCII characters works by adding the value of
6909 nonascii-insert-offset to each character, or by translating them
6910 using the table nonascii-translation-table.
6912 *** string-make-unibyte takes a string and converts it to unibyte
6913 representation.  Most of the time, you don't need to care about the
6914 representation, but it makes a difference when you compare strings.
6916 The conversion from multibyte to unibyte representation
6917 loses information; the only time Emacs performs it automatically
6918 is when inserting a multibyte string into a unibyte buffer.
6920 *** string-as-multibyte takes a string, and returns another string
6921 which contains the same bytes, but treats them as multibyte.
6923 *** string-as-unibyte takes a string, and returns another string
6924 which contains the same bytes, but treats them as unibyte.
6926 *** The new function compare-strings lets you compare
6927 portions of two strings.  Unibyte strings are converted to multibyte,
6928 so that a unibyte string can match a multibyte string.
6929 You can specify whether to ignore case or not.
6931 *** assoc-ignore-case now uses compare-strings so that
6932 it can treat unibyte and multibyte strings as equal.
6934 *** Regular expression operations and buffer string searches now
6935 convert the search pattern to multibyte or unibyte to accord with the
6936 buffer or string being searched.
6938 One consequence is that you cannot always use \200-\377 inside of
6939 [...] to match all non-ASCII characters.  This does still work when
6940 searching or matching a unibyte buffer or string, but not when
6941 searching or matching a multibyte string.  Unfortunately, there is no
6942 obvious choice of syntax to use within [...] for that job.  But, what
6943 you want is just to match all non-ASCII characters, the regular
6944 expression [^\0-\177] works for it.
6946 *** Structure of coding system changed.
6948 All coding systems (including aliases and subsidiaries) are named
6949 by symbols; the symbol's `coding-system' property is a vector
6950 which defines the coding system.  Aliases share the same vector
6951 as the principal name, so that altering the contents of this
6952 vector affects the principal name and its aliases.  You can define
6953 your own alias name of a coding system by the function
6954 define-coding-system-alias.
6956 The coding system definition includes a property list of its own.  Use
6957 the new functions `coding-system-get' and `coding-system-put' to
6958 access such coding system properties as post-read-conversion,
6959 pre-write-conversion, character-translation-table-for-decode,
6960 character-translation-table-for-encode, mime-charset, and
6961 safe-charsets.  For instance, (coding-system-get 'iso-latin-1
6962 'mime-charset) gives the corresponding MIME-charset parameter
6963 `iso-8859-1'.
6965 Among the coding system properties listed above, safe-charsets is new.
6966 The value of this property is a list of character sets which this
6967 coding system can correctly encode and decode.  For instance:
6968 (coding-system-get 'iso-latin-1 'safe-charsets) => (ascii latin-iso8859-1)
6970 Here, "correctly encode" means that the encoded character sets can
6971 also be handled safely by systems other than Emacs as far as they
6972 are capable of that coding system.  Though, Emacs itself can encode
6973 the other character sets and read it back correctly.
6975 *** The new function select-safe-coding-system can be used to find a
6976 proper coding system for encoding the specified region or string.
6977 This function requires a user interaction.
6979 *** The new functions find-coding-systems-region and
6980 find-coding-systems-string are helper functions used by
6981 select-safe-coding-system.  They return a list of all proper coding
6982 systems to encode a text in some region or string.  If you don't want
6983 a user interaction, use one of these functions instead of
6984 select-safe-coding-system.
6986 *** The explicit encoding and decoding functions, such as
6987 decode-coding-region and encode-coding-string, now set
6988 last-coding-system-used to reflect the actual way encoding or decoding
6989 was done.
6991 *** The new function detect-coding-with-language-environment can be
6992 used to detect a coding system of text according to priorities of
6993 coding systems used by some specific language environment.
6995 *** The functions detect-coding-region and detect-coding-string always
6996 return a list if the arg HIGHEST is nil.  Thus, if only ASCII
6997 characters are found, they now return a list of single element
6998 `undecided' or its subsidiaries.
7000 *** The new functions coding-system-change-eol-conversion and
7001 coding-system-change-text-conversion can be used to get a different
7002 coding system than what specified only in how end-of-line or text is
7003 converted.
7005 *** The new function set-selection-coding-system can be used to set a
7006 coding system for communicating with other X clients.
7008 *** The function `map-char-table' now passes as argument only valid
7009 character codes, plus generic characters that stand for entire
7010 character sets or entire subrows of a character set.  In other words,
7011 each time `map-char-table' calls its FUNCTION argument, the key value
7012 either will be a valid individual character code, or will stand for a
7013 range of characters.
7015 *** The new function `char-valid-p' can be used for checking whether a
7016 Lisp object is a valid character code or not.
7018 *** The new function `charset-after' returns a charset of a character
7019 in the current buffer at position POS.
7021 *** Input methods are now implemented using the variable
7022 input-method-function.  If this is non-nil, its value should be a
7023 function; then, whenever Emacs reads an input event that is a printing
7024 character with no modifier bits, it calls that function, passing the
7025 event as an argument.  Often this function will read more input, first
7026 binding input-method-function to nil.
7028 The return value should be a list of the events resulting from input
7029 method processing.  These events will be processed sequentially as
7030 input, before resorting to unread-command-events.  Events returned by
7031 the input method function are not passed to the input method function,
7032 not even if they are printing characters with no modifier bits.
7034 The input method function is not called when reading the second and
7035 subsequent events of a key sequence.
7037 *** You can customize any language environment by using
7038 set-language-environment-hook and exit-language-environment-hook.
7040 The hook `exit-language-environment-hook' should be used to undo
7041 customizations that you made with set-language-environment-hook.  For
7042 instance, if you set up a special key binding for a specific language
7043 environment by set-language-environment-hook, you should set up
7044 exit-language-environment-hook to restore the normal key binding.
7046 * Changes in Emacs 20.1
7048 ** Emacs has a new facility for customization of its many user
7049 options.  It is called M-x customize.  With this facility you can look
7050 at the many user options in an organized way; they are grouped into a
7051 tree structure.
7053 M-x customize also knows what sorts of values are legitimate for each
7054 user option and ensures that you don't use invalid values.
7056 With M-x customize, you can set options either for the present Emacs
7057 session or permanently.  (Permanent settings are stored automatically
7058 in your .emacs file.)
7060 ** Scroll bars are now on the left side of the window.
7061 You can change this with M-x customize-option scroll-bar-mode.
7063 ** The mode line no longer includes the string `Emacs'.
7064 This makes more space in the mode line for other information.
7066 ** When you select a region with the mouse, it is highlighted
7067 immediately afterward.  At that time, if you type the DELETE key, it
7068 kills the region.
7070 The BACKSPACE key, and the ASCII character DEL, do not do this; they
7071 delete the character before point, as usual.
7073 ** In an incremental search the whole current match is highlighted
7074 on terminals which support this.  (You can disable this feature
7075 by setting search-highlight to nil.)
7077 ** In the minibuffer, in some cases, you can now use M-n to
7078 insert the default value into the minibuffer as text.  In effect,
7079 the default value (if the minibuffer routines know it) is tacked
7080 onto the history "in the future".  (The more normal use of the
7081 history list is to use M-p to insert minibuffer input used in the
7082 past.)
7084 ** In Text mode, now only blank lines separate paragraphs.
7085 This makes it possible to get the full benefit of Adaptive Fill mode
7086 in Text mode, and other modes derived from it (such as Mail mode).
7087 TAB in Text mode now runs the command indent-relative; this
7088 makes a practical difference only when you use indented paragraphs.
7090 As a result, the old Indented Text mode is now identical to Text mode,
7091 and is an alias for it.
7093 If you want spaces at the beginning of a line to start a paragraph,
7094 use the new mode, Paragraph Indent Text mode.
7096 ** Scrolling changes
7098 *** Scroll commands to scroll a whole screen now preserve the screen
7099 position of the cursor, if scroll-preserve-screen-position is non-nil.
7101 In this mode, if you scroll several screens back and forth, finishing
7102 on the same screen where you started, the cursor goes back to the line
7103 where it started.
7105 *** If you set scroll-conservatively to a small number, then when you
7106 move point a short distance off the screen, Emacs will scroll the
7107 screen just far enough to bring point back on screen, provided that
7108 does not exceed `scroll-conservatively' lines.
7110 *** The new variable scroll-margin says how close point can come to the
7111 top or bottom of a window.  It is a number of screen lines; if point
7112 comes within that many lines of the top or bottom of the window, Emacs
7113 recenters the window.
7115 ** International character set support (MULE)
7117 Emacs now supports a wide variety of international character sets,
7118 including European variants of the Latin alphabet, as well as Chinese,
7119 Devanagari (Hindi and Marathi), Ethiopian, Greek, IPA, Japanese,
7120 Korean, Lao, Russian, Thai, Tibetan, and Vietnamese scripts.  These
7121 features have been merged from the modified version of Emacs known as
7122 MULE (for "MULti-lingual Enhancement to GNU Emacs")
7124 Users of these scripts have established many more-or-less standard
7125 coding systems for storing files.  Emacs uses a single multibyte
7126 character encoding within Emacs buffers; it can translate from a wide
7127 variety of coding systems when reading a file and can translate back
7128 into any of these coding systems when saving a file.
7130 Keyboards, even in the countries where these character sets are used,
7131 generally don't have keys for all the characters in them.  So Emacs
7132 supports various "input methods", typically one for each script or
7133 language, to make it possible to type them.
7135 The Emacs internal multibyte encoding represents a non-ASCII
7136 character as a sequence of bytes in the range 0200 through 0377.
7138 The new prefix key C-x RET is used for commands that pertain
7139 to multibyte characters, coding systems, and input methods.
7141 You can disable multibyte character support as follows:
7143   (setq-default enable-multibyte-characters nil)
7145 Calling the function standard-display-european turns off multibyte
7146 characters, unless you specify a non-nil value for the second
7147 argument, AUTO.  This provides compatibility for people who are
7148 already using standard-display-european to continue using unibyte
7149 characters for their work until they want to change.
7151 *** Input methods
7153 An input method is a kind of character conversion which is designed
7154 specifically for interactive input.  In Emacs, typically each language
7155 has its own input method (though sometimes several languages which use
7156 the same characters can share one input method).  Some languages
7157 support several input methods.
7159 The simplest kind of input method works by mapping ASCII letters into
7160 another alphabet.  This is how the Greek and Russian input methods
7161 work.
7163 A more powerful technique is composition: converting sequences of
7164 characters into one letter.  Many European input methods use
7165 composition to produce a single non-ASCII letter from a sequence which
7166 consists of a letter followed by diacritics.  For example, a' is one
7167 sequence of two characters that might be converted into a single
7168 letter.
7170 The input methods for syllabic scripts typically use mapping followed
7171 by conversion.  The input methods for Thai and Korean work this way.
7172 First, letters are mapped into symbols for particular sounds or tone
7173 marks; then, sequences of these which make up a whole syllable are
7174 mapped into one syllable sign--most often a "composite character".
7176 None of these methods works very well for Chinese and Japanese, so
7177 they are handled specially.  First you input a whole word using
7178 phonetic spelling; then, after the word is in the buffer, Emacs
7179 converts it into one or more characters using a large dictionary.
7181 Since there is more than one way to represent a phonetically spelled
7182 word using Chinese characters, Emacs can only guess which one to use;
7183 typically these input methods give you a way to say "guess again" if
7184 the first guess is wrong.
7186 *** The command C-x RET m (toggle-enable-multibyte-characters)
7187 turns multibyte character support on or off for the current buffer.
7189 If multibyte character support is turned off in a buffer, then each
7190 byte is a single character, even codes 0200 through 0377--exactly as
7191 they did in Emacs 19.34.  This includes the features for support for
7192 the European characters, ISO Latin-1 and ISO Latin-2.
7194 However, there is no need to turn off multibyte character support to
7195 use ISO Latin-1 or ISO Latin-2; the Emacs multibyte character set
7196 includes all the characters in these character sets, and Emacs can
7197 translate automatically to and from either one.
7199 *** Visiting a file in unibyte mode.
7201 Turning off multibyte character support in the buffer after visiting a
7202 file with multibyte code conversion will display the multibyte
7203 sequences already in the buffer, byte by byte.  This is probably not
7204 what you want.
7206 If you want to edit a file of unibyte characters (Latin-1, for
7207 example), you can do it by specifying `no-conversion' as the coding
7208 system when reading the file.  This coding system also turns off
7209 multibyte characters in that buffer.
7211 If you turn off multibyte character support entirely, this turns off
7212 character conversion as well.
7214 *** Displaying international characters on X Windows.
7216 A font for X typically displays just one alphabet or script.
7217 Therefore, displaying the entire range of characters Emacs supports
7218 requires using many fonts.
7220 Therefore, Emacs now supports "fontsets".  Each fontset is a
7221 collection of fonts, each assigned to a range of character codes.
7223 A fontset has a name, like a font.  Individual fonts are defined by
7224 the X server; fontsets are defined within Emacs itself.  But once you
7225 have defined a fontset, you can use it in a face or a frame just as
7226 you would use a font.
7228 If a fontset specifies no font for a certain character, or if it
7229 specifies a font that does not exist on your system, then it cannot
7230 display that character.  It will display an empty box instead.
7232 The fontset height and width are determined by the ASCII characters
7233 (that is, by the font in the fontset which is used for ASCII
7234 characters).
7236 *** Defining fontsets.
7238 Emacs does not use any fontset by default.  Its default font is still
7239 chosen as in previous versions.  You can tell Emacs to use a fontset
7240 with the `-fn' option or the `Font' X resource.
7242 Emacs creates a standard fontset automatically according to the value
7243 of standard-fontset-spec.  This fontset's short name is
7244 `fontset-standard'.  Bold, italic, and bold-italic variants of the
7245 standard fontset are created automatically.
7247 If you specify a default ASCII font with the `Font' resource or `-fn'
7248 argument, a fontset is generated from it.  This works by replacing the
7249 FOUNDARY, FAMILY, ADD_STYLE, and AVERAGE_WIDTH fields of the font name
7250 with `*' then using this to specify a fontset.  This fontset's short
7251 name is `fontset-startup'.
7253 Emacs checks resources of the form Fontset-N where N is 0, 1, 2...
7254 The resource value should have this form:
7255         FONTSET-NAME, [CHARSET-NAME:FONT-NAME]...
7256 FONTSET-NAME should have the form of a standard X font name, except:
7257         * most fields should be just the wild card "*".
7258         * the CHARSET_REGISTRY field should be "fontset"
7259         * the CHARSET_ENCODING field can be any nickname of the fontset.
7260 The construct CHARSET-NAME:FONT-NAME can be repeated any number
7261 of times; each time specifies the font for one character set.
7262 CHARSET-NAME should be the name of a character set, and FONT-NAME
7263 should specify an actual font to use for that character set.
7265 Each of these fontsets has an alias which is made from the
7266 last two font name fields, CHARSET_REGISTRY and CHARSET_ENCODING.
7267 You can refer to the fontset by that alias or by its full name.
7269 For any character sets that you don't mention, Emacs tries to choose a
7270 font by substituting into FONTSET-NAME.  For instance, with the
7271 following resource,
7272         Emacs*Fontset-0: -*-fixed-medium-r-normal-*-24-*-*-*-*-*-fontset-24
7273 the font for ASCII is generated as below:
7274         -*-fixed-medium-r-normal-*-24-*-ISO8859-1
7275 Here is the substitution rule:
7276     Change CHARSET_REGISTRY and CHARSET_ENCODING to that of the charset
7277     defined in the variable x-charset-registries.  For instance, ASCII has
7278     the entry (ascii . "ISO8859-1") in this variable.  Then, reduce
7279     sequences of wild cards -*-...-*- with a single wildcard -*-.
7280     (This is to prevent use of auto-scaled fonts.)
7282 The function which processes the fontset resource value to create the
7283 fontset is called create-fontset-from-fontset-spec.  You can also call
7284 that function explicitly to create a fontset.
7286 With the X resource Emacs.Font, you can specify a fontset name just
7287 like an actual font name.  But be careful not to specify a fontset
7288 name in a wildcard resource like Emacs*Font--that tries to specify the
7289 fontset for other purposes including menus, and they cannot handle
7290 fontsets.
7292 *** The command M-x set-language-environment sets certain global Emacs
7293 defaults for a particular choice of language.
7295 Selecting a language environment typically specifies a default input
7296 method and which coding systems to recognize automatically when
7297 visiting files.  However, it does not try to reread files you have
7298 already visited; the text in those buffers is not affected.  The
7299 language environment may also specify a default choice of coding
7300 system for new files that you create.
7302 It makes no difference which buffer is current when you use
7303 set-language-environment, because these defaults apply globally to the
7304 whole Emacs session.
7306 For example, M-x set-language-environment RET Latin-1 RET
7307 chooses the Latin-1 character set.  In the .emacs file, you can do this
7308 with (set-language-environment "Latin-1").
7310 *** The command C-x RET f (set-buffer-file-coding-system)
7311 specifies the file coding system for the current buffer.  This
7312 specifies what sort of character code translation to do when saving
7313 the file.  As an argument, you must specify the name of one of the
7314 coding systems that Emacs supports.
7316 *** The command C-x RET c (universal-coding-system-argument)
7317 lets you specify a coding system when you read or write a file.
7318 This command uses the minibuffer to read a coding system name.
7319 After you exit the minibuffer, the specified coding system
7320 is used for *the immediately following command*.
7322 So if the immediately following command is a command to read or
7323 write a file, it uses the specified coding system for that file.
7325 If the immediately following command does not use the coding system,
7326 then C-x RET c ultimately has no effect.
7328 For example,  C-x RET c iso-8859-1 RET C-x C-f temp RET
7329 visits the file `temp' treating it as ISO Latin-1.
7331 *** You can specify the coding system for a file using the -*-
7332 construct.  Include `coding: CODINGSYSTEM;' inside the -*-...-*-
7333 to specify use of coding system CODINGSYSTEM.  You can also
7334 specify the coding system in a local variable list at the end
7335 of the file.
7337 *** The command C-x RET t (set-terminal-coding-system) specifies
7338 the coding system for terminal output.  If you specify a character
7339 code for terminal output, all characters output to the terminal are
7340 translated into that character code.
7342 This feature is useful for certain character-only terminals built in
7343 various countries to support the languages of those countries.
7345 By default, output to the terminal is not translated at all.
7347 *** The command C-x RET k (set-keyboard-coding-system) specifies
7348 the coding system for keyboard input.
7350 Character code translation of keyboard input is useful for terminals
7351 with keys that send non-ASCII graphic characters--for example,
7352 some terminals designed for ISO Latin-1 or subsets of it.
7354 By default, keyboard input is not translated at all.
7356 Character code translation of keyboard input is similar to using an
7357 input method, in that both define sequences of keyboard input that
7358 translate into single characters.  However, input methods are designed
7359 to be convenient for interactive use, while the code translations are
7360 designed to work with terminals.
7362 *** The command C-x RET p (set-buffer-process-coding-system)
7363 specifies the coding system for input and output to a subprocess.
7364 This command applies to the current buffer; normally, each subprocess
7365 has its own buffer, and thus you can use this command to specify
7366 translation to and from a particular subprocess by giving the command
7367 in the corresponding buffer.
7369 By default, process input and output are not translated at all.
7371 *** The variable file-name-coding-system specifies the coding system
7372 to use for encoding file names before operating on them.
7373 It is also used for decoding file names obtained from the system.
7375 *** The command C-\ (toggle-input-method) activates or deactivates
7376 an input method.  If no input method has been selected before, the
7377 command prompts for you to specify the language and input method you
7378 want to use.
7380 C-u C-\ (select-input-method) lets you switch to a different input
7381 method.  C-h C-\ (or C-h I) describes the current input method.
7383 *** Some input methods remap the keyboard to emulate various keyboard
7384 layouts commonly used for particular scripts.  How to do this
7385 remapping properly depends on your actual keyboard layout.  To specify
7386 which layout your keyboard has, use M-x quail-set-keyboard-layout.
7388 *** The command C-h C (describe-coding-system) displays
7389 the coding systems currently selected for various purposes, plus
7390 related information.
7392 *** The command C-h h (view-hello-file) displays a file called
7393 HELLO, which has examples of text in many languages, using various
7394 scripts.
7396 *** The command C-h L (describe-language-support) displays
7397 information about the support for a particular language.
7398 You specify the language as an argument.
7400 *** The mode line now contains a letter or character that identifies
7401 the coding system used in the visited file.  It normally follows the
7402 first dash.
7404 A dash indicates the default state of affairs: no code conversion
7405 (except CRLF => newline if appropriate).  `=' means no conversion
7406 whatsoever.  The ISO 8859 coding systems are represented by digits
7407 1 through 9.  Other coding systems are represented by letters:
7409     A alternativnyj (Russian)
7410     B big5 (Chinese)
7411     C cn-gb-2312 (Chinese)
7412     C iso-2022-cn (Chinese)
7413     D in-is13194-devanagari (Indian languages)
7414     E euc-japan (Japanese)
7415     I iso-2022-cjk or iso-2022-ss2 (Chinese, Japanese, Korean)
7416     J junet (iso-2022-7) or old-jis (iso-2022-jp-1978-irv)  (Japanese)
7417     K euc-korea (Korean)
7418     R koi8 (Russian)
7419     Q tibetan
7420     S shift_jis (Japanese)
7421     T lao
7422     T tis620 (Thai)
7423     V viscii or vscii (Vietnamese)
7424     i iso-2022-lock (Chinese, Japanese, Korean)
7425     k iso-2022-kr (Korean)
7426     v viqr (Vietnamese)
7427     z hz (Chinese)
7429 When you are using a character-only terminal (not a window system),
7430 two additional characters appear in between the dash and the file
7431 coding system.  These two characters describe the coding system for
7432 keyboard input, and the coding system for terminal output.
7434 *** The new variable rmail-file-coding-system specifies the code
7435 conversion to use for RMAIL files.  The default value is nil.
7437 When you read mail with Rmail, each message is decoded automatically
7438 into Emacs' internal format.  This has nothing to do with
7439 rmail-file-coding-system.  That variable controls reading and writing
7440 Rmail files themselves.
7442 *** The new variable sendmail-coding-system specifies the code
7443 conversion for outgoing mail.  The default value is nil.
7445 Actually, there are three different ways of specifying the coding system
7446 for sending mail:
7448 - If you use C-x RET f in the mail buffer, that takes priority.
7449 - Otherwise, if you set sendmail-coding-system non-nil, that specifies it.
7450 - Otherwise, the default coding system for new files is used,
7451   if that is non-nil.  That comes from your language environment.
7452 - Otherwise, Latin-1 is used.
7454 *** The command C-h t (help-with-tutorial) accepts a prefix argument
7455 to specify the language for the tutorial file.  Currently, English,
7456 Japanese, Korean and Thai are supported.  We welcome additional
7457 translations.
7459 ** An easy new way to visit a file with no code or format conversion
7460 of any kind: Use M-x find-file-literally.  There is also a command
7461 insert-file-literally which inserts a file into the current buffer
7462 without any conversion.
7464 ** C-q's handling of octal character codes is changed.
7465 You can now specify any number of octal digits.
7466 RET terminates the digits and is discarded;
7467 any other non-digit terminates the digits and is then used as input.
7469 ** There are new commands for looking up Info documentation for
7470 functions, variables and file names used in your programs.
7472 Type M-x info-lookup-symbol to look up a symbol in the buffer at point.
7473 Type M-x info-lookup-file to look up a file in the buffer at point.
7475 Precisely which Info files are used to look it up depends on the major
7476 mode.  For example, in C mode, the GNU libc manual is used.
7478 ** M-TAB in most programming language modes now runs the command
7479 complete-symbol.  This command performs completion on the symbol name
7480 in the buffer before point.
7482 With a numeric argument, it performs completion based on the set of
7483 symbols documented in the Info files for the programming language that
7484 you are using.
7486 With no argument, it does completion based on the current tags tables,
7487 just like the old binding of M-TAB (complete-tag).
7489 ** File locking works with NFS now.
7491 The lock file for FILENAME is now a symbolic link named .#FILENAME,
7492 in the same directory as FILENAME.
7494 This means that collision detection between two different machines now
7495 works reasonably well; it also means that no file server or directory
7496 can become a bottleneck.
7498 The new method does have drawbacks.  It means that collision detection
7499 does not operate when you edit a file in a directory where you cannot
7500 create new files.  Collision detection also doesn't operate when the
7501 file server does not support symbolic links.  But these conditions are
7502 rare, and the ability to have collision detection while using NFS is
7503 so useful that the change is worth while.
7505 When Emacs or a system crashes, this may leave behind lock files which
7506 are stale.  So you may occasionally get warnings about spurious
7507 collisions.  When you determine that the collision is spurious, just
7508 tell Emacs to go ahead anyway.
7510 ** If you wish to use Show Paren mode to display matching parentheses,
7511 it is no longer sufficient to load paren.el.  Instead you must call
7512 show-paren-mode.
7514 ** If you wish to use Delete Selection mode to replace a highlighted
7515 selection when you insert new text, it is no longer sufficient to load
7516 delsel.el.  Instead you must call the function delete-selection-mode.
7518 ** If you wish to use Partial Completion mode to complete partial words
7519 within symbols or filenames, it is no longer sufficient to load
7520 complete.el.  Instead you must call the function partial-completion-mode.
7522 ** If you wish to use uniquify to rename buffers for you,
7523 it is no longer sufficient to load uniquify.el.  You must also
7524 set uniquify-buffer-name-style to one of the non-nil legitimate values.
7526 ** Changes in View mode.
7528 *** Several new commands are available in View mode.
7529 Do H in view mode for a list of commands.
7531 *** There are two new commands for entering View mode:
7532 view-file-other-frame and view-buffer-other-frame.
7534 *** Exiting View mode does a better job of restoring windows to their
7535 previous state.
7537 *** New customization variable view-scroll-auto-exit. If non-nil,
7538 scrolling past end of buffer makes view mode exit.
7540 *** New customization variable view-exits-all-viewing-windows.  If
7541 non-nil, view-mode will at exit restore all windows viewing buffer,
7542 not just the selected window.
7544 *** New customization variable view-read-only.  If non-nil, visiting a
7545 read-only file automatically enters View mode, and toggle-read-only
7546 turns View mode on or off.
7548 *** New customization variable view-remove-frame-by-deleting controls
7549 how to remove a not needed frame at view mode exit. If non-nil,
7550 delete the frame, if nil make an icon of it.
7552 ** C-x v l, the command to print a file's version control log,
7553 now positions point at the entry for the file's current branch version.
7555 ** C-x v =, the command to compare a file with the last checked-in version,
7556 has a new feature.  If the file is currently not locked, so that it is
7557 presumably identical to the last checked-in version, the command now asks
7558 which version to compare with.
7560 ** When using hideshow.el, incremental search can temporarily show hidden
7561 blocks if a match is inside the block.
7563 The block is hidden again if the search is continued and the next match
7564 is outside the block.  By customizing the variable
7565 isearch-hide-immediately you can choose to hide all the temporarily
7566 shown blocks only when exiting from incremental search.
7568 By customizing the variable hs-isearch-open you can choose what kind
7569 of blocks to temporarily show during isearch: comment blocks, code
7570 blocks, all of them or none.
7572 ** The new command C-x 4 0 (kill-buffer-and-window) kills the
7573 current buffer and deletes the selected window.  It asks for
7574 confirmation first.
7576 ** C-x C-w, which saves the buffer into a specified file name,
7577 now changes the major mode according to that file name.
7578 However, the mode will not be changed if
7579 (1) a local variables list or the `-*-' line specifies a major mode, or
7580 (2) the current major mode is a "special" mode,
7581     not suitable for ordinary files, or
7582 (3) the new file name does not particularly specify any mode.
7584 This applies to M-x set-visited-file-name as well.
7586 However, if you set change-major-mode-with-file-name to nil, then
7587 these commands do not change the major mode.
7589 ** M-x occur changes.
7591 *** If the argument to M-x occur contains upper case letters,
7592 it performs a case-sensitive search.
7594 *** In the *Occur* buffer made by M-x occur,
7595 if you type g or M-x revert-buffer, this repeats the search
7596 using the same regular expression and the same buffer as before.
7598 ** In Transient Mark mode, the region in any one buffer is highlighted
7599 in just one window at a time.  At first, it is highlighted in the
7600 window where you set the mark.  The buffer's highlighting remains in
7601 that window unless you select to another window which shows the same
7602 buffer--then the highlighting moves to that window.
7604 ** The feature to suggest key bindings when you use M-x now operates
7605 after the command finishes.  The message suggesting key bindings
7606 appears temporarily in the echo area.  The previous echo area contents
7607 come back after a few seconds, in case they contain useful information.
7609 ** Each frame now independently records the order for recently
7610 selected buffers, so that the default for C-x b is now based on the
7611 buffers recently selected in the selected frame.
7613 ** Outline mode changes.
7615 *** Outline mode now uses overlays (this is the former noutline.el).
7617 *** Incremental searches skip over invisible text in Outline mode.
7619 ** When a minibuffer window is active but not the selected window, if
7620 you try to use the minibuffer, you used to get a nested minibuffer.
7621 Now, this not only gives an error, it also cancels the minibuffer that
7622 was already active.
7624 The motive for this change is so that beginning users do not
7625 unknowingly move away from minibuffers, leaving them active, and then
7626 get confused by it.
7628 If you want to be able to have recursive minibuffers, you must
7629 set enable-recursive-minibuffers to non-nil.
7631 ** Changes in dynamic abbrevs.
7633 *** Expanding dynamic abbrevs with M-/ is now smarter about case
7634 conversion.  If the expansion has mixed case not counting the first
7635 character, and the abbreviation matches the beginning of the expansion
7636 including case, then the expansion is copied verbatim.
7638 The expansion is also copied verbatim if the abbreviation itself has
7639 mixed case.  And using SPC M-/ to copy an additional word always
7640 copies it verbatim except when the previous copied word is all caps.
7642 *** The values of `dabbrev-case-replace' and `dabbrev-case-fold-search'
7643 are no longer Lisp expressions.  They have simply three possible
7644 values.
7646 `dabbrev-case-replace' has these three values: nil (don't preserve
7647 case), t (do), or `case-replace' (do like M-x query-replace).
7648 `dabbrev-case-fold-search' has these three values: nil (don't ignore
7649 case), t (do), or `case-fold-search' (do like search).
7651 ** Minibuffer history lists are truncated automatically now to a
7652 certain length.  The variable history-length specifies how long they
7653 can be.  The default value is 30.
7655 ** Changes in Mail mode.
7657 *** The key C-x m no longer runs the `mail' command directly.
7658 Instead, it runs the command `compose-mail', which invokes the mail
7659 composition mechanism you have selected with the variable
7660 `mail-user-agent'.  The default choice of user agent is
7661 `sendmail-user-agent', which gives behavior compatible with the old
7662 behavior.
7664 C-x 4 m now runs compose-mail-other-window, and C-x 5 m runs
7665 compose-mail-other-frame.
7667 *** While composing a reply to a mail message, from Rmail, you can use
7668 the command C-c C-r to cite just the region from the message you are
7669 replying to.  This copies the text which is the selected region in the
7670 buffer that shows the original message.
7672 *** The command C-c C-i inserts a file at the end of the message,
7673 with separator lines around the contents.
7675 *** The command M-x expand-mail-aliases expands all mail aliases
7676 in suitable mail headers.  Emacs automatically extracts mail alias
7677 definitions from your mail alias file (e.g., ~/.mailrc).  You do not
7678 need to expand mail aliases yourself before sending mail.
7680 *** New features in the mail-complete command.
7682 **** The mail-complete command now inserts the user's full name,
7683 for local users or if that is known.  The variable mail-complete-style
7684 controls the style to use, and whether to do this at all.
7685 Its values are like those of mail-from-style.
7687 **** The variable mail-passwd-command lets you specify a shell command
7688 to run to fetch a set of password-entries that add to the ones in
7689 /etc/passwd.
7691 **** The variable mail-passwd-file now specifies a list of files to read
7692 to get the list of user ids.  By default, one file is used:
7693 /etc/passwd.
7695 ** You can "quote" a file name to inhibit special significance of
7696 special syntax, by adding `/:' to the beginning.  Thus, if you have a
7697 directory named `/foo:', you can prevent it from being treated as a
7698 reference to a remote host named `foo' by writing it as `/:/foo:'.
7700 Emacs uses this new construct automatically when necessary, such as
7701 when you start it with a working directory whose name might otherwise
7702 be taken to be magic.
7704 ** There is a new command M-x grep-find which uses find to select
7705 files to search through, and grep to scan them.  The output is
7706 available in a Compile mode buffer, as with M-x grep.
7708 M-x grep now uses the -e option if the grep program supports that.
7709 (-e prevents problems if the search pattern starts with a dash.)
7711 ** In Dired, the & command now flags for deletion the files whose names
7712 suggest they are probably not needed in the long run.
7714 In Dired, * is now a prefix key for mark-related commands.
7716 new key         dired.el binding                old key
7717 -------         ----------------                -------
7718   * c           dired-change-marks              c
7719   * m           dired-mark                      m
7720   * *           dired-mark-executables          *  (binding deleted)
7721   * /           dired-mark-directories          /  (binding deleted)
7722   * @           dired-mark-symlinks             @  (binding deleted)
7723   * u           dired-unmark                    u
7724   * DEL         dired-unmark-backward           DEL
7725   * ?           dired-unmark-all-files          C-M-?
7726   * !           dired-unmark-all-marks
7727   * %           dired-mark-files-regexp         % m
7728   * C-n         dired-next-marked-file          M-}
7729   * C-p         dired-prev-marked-file          M-{
7731 ** Rmail changes.
7733 *** When Rmail cannot convert your incoming mail into Babyl format, it
7734 saves the new mail in the file RMAILOSE.n, where n is an integer
7735 chosen to make a unique name.  This way, Rmail will not keep crashing
7736 each time you run it.
7738 *** In Rmail, the variable rmail-summary-line-count-flag now controls
7739 whether to include the line count in the summary.  Non-nil means yes.
7741 *** In Rmail summary buffers, d and C-d (the commands to delete
7742 messages) now take repeat counts as arguments.  A negative argument
7743 means to move in the opposite direction.
7745 *** In Rmail, the t command now takes an optional argument which lets
7746 you specify whether to show the message headers in full or pruned.
7748 *** In Rmail, the new command w (rmail-output-body-to-file) writes
7749 just the body of the current message into a file, without the headers.
7750 It takes the file name from the message subject, by default, but you
7751 can edit that file name in the minibuffer before it is actually used
7752 for output.
7754 ** Gnus changes.
7756 *** nntp.el has been totally rewritten in an asynchronous fashion.
7758 *** Article prefetching functionality has been moved up into
7759 Gnus.
7761 *** Scoring can now be performed with logical operators like
7762 `and', `or', `not', and parent redirection.
7764 *** Article washing status can be displayed in the
7765 article mode line.
7767 *** gnus.el has been split into many smaller files.
7769 *** Suppression of duplicate articles based on Message-ID.
7771 (setq gnus-suppress-duplicates t)
7773 *** New variables for specifying what score and adapt files
7774 are to be considered home score and adapt files.  See
7775 `gnus-home-score-file' and `gnus-home-adapt-files'.
7777 *** Groups can inherit group parameters from parent topics.
7779 *** Article editing has been revamped and is now usable.
7781 *** Signatures can be recognized in more intelligent fashions.
7782 See `gnus-signature-separator' and `gnus-signature-limit'.
7784 *** Summary pick mode has been made to look more nn-like.
7785 Line numbers are displayed and the `.' command can be
7786 used to pick articles.
7788 *** Commands for moving the .newsrc.eld from one server to
7789 another have been added.
7791     `M-x gnus-change-server'
7793 *** A way to specify that "uninteresting" fields be suppressed when
7794 generating lines in buffers.
7796 *** Several commands in the group buffer can be undone with
7797 `C-M-_'.
7799 *** Scoring can be done on words using the new score type `w'.
7801 *** Adaptive scoring can be done on a Subject word-by-word basis:
7803     (setq gnus-use-adaptive-scoring '(word))
7805 *** Scores can be decayed.
7807     (setq gnus-decay-scores t)
7809 *** Scoring can be performed using a regexp on the Date header.  The
7810 Date is normalized to compact ISO 8601 format first.
7812 *** A new command has been added to remove all data on articles from
7813 the native server.
7815    `M-x gnus-group-clear-data-on-native-groups'
7817 *** A new command for reading collections of documents
7818 (nndoc with nnvirtual on top) has been added -- `C-M-d'.
7820 *** Process mark sets can be pushed and popped.
7822 *** A new mail-to-news backend makes it possible to post
7823 even when the NNTP server doesn't allow posting.
7825 *** A new backend for reading searches from Web search engines
7826 (DejaNews, Alta Vista, InReference) has been added.
7828     Use the `G w' command in the group buffer to create such
7829     a group.
7831 *** Groups inside topics can now be sorted using the standard
7832 sorting functions, and each topic can be sorted independently.
7834     See the commands under the `T S' submap.
7836 *** Subsets of the groups can be sorted independently.
7838     See the commands under the `G P' submap.
7840 *** Cached articles can be pulled into the groups.
7842     Use the `Y c' command.
7844 *** Score files are now applied in a more reliable order.
7846 *** Reports on where mail messages end up can be generated.
7848     `M-x nnmail-split-history'
7850 *** More hooks and functions have been added to remove junk
7851 from incoming mail before saving the mail.
7853     See `nnmail-prepare-incoming-header-hook'.
7855 *** The nnml mail backend now understands compressed article files.
7857 *** To enable Gnus to read/post multi-lingual articles, you must execute
7858 the following code, for instance, in your .emacs.
7860         (add-hook 'gnus-startup-hook 'gnus-mule-initialize)
7862 Then, when you start Gnus, it will decode non-ASCII text automatically
7863 and show appropriate characters.  (Note: if you are using gnus-mime
7864 from the SEMI package, formerly known as TM, you should NOT add this
7865 hook to gnus-startup-hook; gnus-mime has its own method of handling
7866 this issue.)
7868 Since it is impossible to distinguish all coding systems
7869 automatically, you may need to specify a choice of coding system for a
7870 particular news group.  This can be done by:
7872         (gnus-mule-add-group NEWSGROUP 'CODING-SYSTEM)
7874 Here NEWSGROUP should be a string which names a newsgroup or a tree
7875 of newsgroups.  If NEWSGROUP is "XXX.YYY", all news groups under
7876 "XXX.YYY" (including "XXX.YYY.ZZZ") will use the specified coding
7877 system.  CODING-SYSTEM specifies which coding system to use (for both
7878 for reading and posting).
7880 CODING-SYSTEM can also be a cons cell of the form
7881   (READ-CODING-SYSTEM . POST-CODING-SYSTEM)
7882 Then READ-CODING-SYSTEM is used when you read messages from the
7883 newsgroups, while POST-CODING-SYSTEM is used when you post messages
7884 there.
7886 Emacs knows the right coding systems for certain newsgroups by
7887 default.  Here are some of these default settings:
7889         (gnus-mule-add-group "fj" 'iso-2022-7)
7890         (gnus-mule-add-group "alt.chinese.text" 'hz-gb-2312)
7891         (gnus-mule-add-group "alt.hk" 'hz-gb-2312)
7892         (gnus-mule-add-group "alt.chinese.text.big5" 'cn-big5)
7893         (gnus-mule-add-group "soc.culture.vietnamese" '(nil . viqr))
7895 When you reply by mail to an article, these settings are ignored;
7896 the mail is encoded according to sendmail-coding-system, as usual.
7898 ** CC mode changes.
7900 *** If you edit primarily one style of C (or C++, Objective-C, Java)
7901 code, you may want to make the CC Mode style variables have global
7902 values so that you can set them directly in your .emacs file.  To do
7903 this, set c-style-variables-are-local-p to nil in your .emacs file.
7904 Note that this only takes effect if you do it *before* cc-mode.el is
7905 loaded.
7907 If you typically edit more than one style of C (or C++, Objective-C,
7908 Java) code in a single Emacs session, you may want to make the CC Mode
7909 style variables have buffer local values.  By default, all buffers
7910 share the same style variable settings; to make them buffer local, set
7911 c-style-variables-are-local-p to t in your .emacs file.  Note that you
7912 must do this *before* CC Mode is loaded.
7914 *** The new variable c-indentation-style holds the C style name
7915 of the current buffer.
7917 *** The variable c-block-comments-indent-p has been deleted, because
7918 it is no longer necessary.  C mode now handles all the supported styles
7919 of block comments, with no need to say which one you will use.
7921 *** There is a new indentation style "python", which specifies the C
7922 style that the Python developers like.
7924 *** There is a new c-cleanup-list option: brace-elseif-brace.
7925 This says to put ...} else if (...) {... on one line,
7926 just as brace-else-brace says to put ...} else {... on one line.
7928 ** VC Changes [new]
7930 *** In vc-retrieve-snapshot (C-x v r), if you don't specify a snapshot
7931 name, it retrieves the *latest* versions of all files in the current
7932 directory and its subdirectories (aside from files already locked).
7934 This feature is useful if your RCS directory is a link to a common
7935 master directory, and you want to pick up changes made by other
7936 developers.
7938 You can do the same thing for an individual file by typing C-u C-x C-q
7939 RET in a buffer visiting that file.
7941 *** VC can now handle files under CVS that are being "watched" by
7942 other developers.  Such files are made read-only by CVS.  To get a
7943 writable copy, type C-x C-q in a buffer visiting such a file.  VC then
7944 calls "cvs edit", which notifies the other developers of it.
7946 *** vc-version-diff (C-u C-x v =) now suggests reasonable defaults for
7947 version numbers, based on the current state of the file.
7949 ** Calendar changes.
7951 *** A new function, list-holidays, allows you list holidays or
7952 subclasses of holidays for ranges of years.  Related menu items allow
7953 you do this for the year of the selected date, or the
7954 following/previous years.
7956 *** There is now support for the Baha'i calendar system.  Use `pb' in
7957 the *Calendar* buffer to display the current Baha'i date.  The Baha'i
7958 calendar, or "Badi calendar" is a system of 19 months with 19 days
7959 each, and 4 intercalary days (5 during a Gregorian leap year).  The
7960 calendar begins May 23, 1844, with each of the months named after a
7961 supposed attribute of God.
7963 ** ps-print changes
7965 There are some new user variables and subgroups for customizing the page
7966 layout.
7968 *** Headers & Footers (subgroup)
7970 Some printer systems print a header page and force the first page to
7971 be printed on the back of the header page when using duplex.  If your
7972 printer system has this behavior, set variable
7973 `ps-banner-page-when-duplexing' to t.
7975 If variable `ps-banner-page-when-duplexing' is non-nil, it prints a
7976 blank page as the very first printed page.  So, it behaves as if the
7977 very first character of buffer (or region) were a form feed ^L (\014).
7979 The variable `ps-spool-config' specifies who is responsible for
7980 setting duplex mode and page size.  Valid values are:
7982  lpr-switches    duplex and page size are configured by `ps-lpr-switches'.
7983                  Don't forget to set `ps-lpr-switches' to select duplex
7984                  printing for your printer.
7986  setpagedevice   duplex and page size are configured by ps-print using the
7987                  setpagedevice PostScript operator.
7989  nil             duplex and page size are configured by ps-print *not* using
7990                  the setpagedevice PostScript operator.
7992 The variable `ps-spool-tumble' specifies how the page images on
7993 opposite sides of a sheet are oriented with respect to each other.  If
7994 `ps-spool-tumble' is nil, ps-print produces output suitable for
7995 bindings on the left or right.  If `ps-spool-tumble' is non-nil,
7996 ps-print produces output suitable for bindings at the top or bottom.
7997 This variable takes effect only if `ps-spool-duplex' is non-nil.
7998 The default value is nil.
8000 The variable `ps-header-frame-alist' specifies a header frame
8001 properties alist.  Valid frame properties are:
8003   fore-color    Specify the foreground frame color.
8004                 Value should be a float number between 0.0 (black
8005                 color) and 1.0 (white color), or a string which is a
8006                 color name, or a list of 3 float numbers which
8007                 correspond to the Red Green Blue color scale, each
8008                 float number between 0.0 (dark color) and 1.0 (bright
8009                 color).  The default is 0 ("black").
8011   back-color    Specify the background frame color (similar to fore-color).
8012                 The default is 0.9 ("gray90").
8014   shadow-color  Specify the shadow color (similar to fore-color).
8015                 The default is 0 ("black").
8017   border-color  Specify the border color (similar to fore-color).
8018                 The default is 0 ("black").
8020   border-width  Specify the border width.
8021                 The default is 0.4.
8023 Any other property is ignored.
8025 Don't change this alist directly; instead use Custom, or the
8026 `ps-value', `ps-get', `ps-put' and `ps-del' functions (see there for
8027 documentation).
8029 Ps-print can also print footers.  The footer variables are:
8030 `ps-print-footer', `ps-footer-offset', `ps-print-footer-frame',
8031 `ps-footer-font-family', `ps-footer-font-size', `ps-footer-line-pad',
8032 `ps-footer-lines', `ps-left-footer', `ps-right-footer' and
8033 `ps-footer-frame-alist'.  These variables are similar to those
8034 controlling headers.
8036 *** Color management (subgroup)
8038 If `ps-print-color-p' is non-nil, the buffer's text will be printed in
8039 color.
8041 *** Face Management (subgroup)
8043 If you need to print without worrying about face background colors,
8044 set the variable `ps-use-face-background' which specifies if face
8045 background should be used.  Valid values are:
8047  t              always use face background color.
8048  nil            never use face background color.
8049  (face...)      list of faces whose background color will be used.
8051 *** N-up printing (subgroup)
8053 The variable `ps-n-up-printing' specifies the number of pages per
8054 sheet of paper.
8056 The variable `ps-n-up-margin' specifies the margin in points (pt)
8057 between the sheet border and the n-up printing.
8059 If variable `ps-n-up-border-p' is non-nil, a border is drawn around
8060 each page.
8062 The variable `ps-n-up-filling' specifies how the page matrix is filled
8063 on each sheet of paper.  Following are the valid values for
8064 `ps-n-up-filling' with a filling example using a 3x4 page matrix:
8066    `left-top'   1  2  3  4         `left-bottom'    9  10 11 12
8067                 5  6  7  8                          5  6  7  8
8068                 9  10 11 12                         1  2  3  4
8070    `right-top'  4  3  2  1         `right-bottom'   12 11 10 9
8071                 8  7  6  5                          8  7  6  5
8072                 12 11 10 9                          4  3  2  1
8074    `top-left'   1  4  7  10        `bottom-left'    3  6  9  12
8075                 2  5  8  11                         2  5  8  11
8076                 3  6  9  12                         1  4  7  10
8078    `top-right'  10 7  4  1         `bottom-right'   12 9  6  3
8079                 11 8  5  2                          11 8  5  2
8080                 12 9  6  3                          10 7  4  1
8082 Any other value is treated as `left-top'.
8084 *** Zebra stripes (subgroup)
8086 The variable `ps-zebra-color' controls the zebra stripes grayscale or
8087 RGB color.
8089 The variable `ps-zebra-stripe-follow' specifies how zebra stripes
8090 continue on next page.  Visually, valid values are (the character `+'
8091 to the right of each column indicates that a line is printed):
8093                    `nil'        `follow'        `full'        `full-follow'
8094    Current Page --------     -----------     ---------     ----------------
8095                 1  XXXXX +   1  XXXXXXXX +   1  XXXXXX +   1  XXXXXXXXXXXXX +
8096                 2  XXXXX +   2  XXXXXXXX +   2  XXXXXX +   2  XXXXXXXXXXXXX +
8097                 3  XXXXX +   3  XXXXXXXX +   3  XXXXXX +   3  XXXXXXXXXXXXX +
8098                 4        +   4           +   4         +   4                +
8099                 5        +   5           +   5         +   5                +
8100                 6        +   6           +   6         +   6                +
8101                 7  XXXXX +   7  XXXXXXXX +   7  XXXXXX +   7  XXXXXXXXXXXXX +
8102                 8  XXXXX +   8  XXXXXXXX +   8  XXXXXX +   8  XXXXXXXXXXXXX +
8103                 9  XXXXX +   9  XXXXXXXX +   9  XXXXXX +   9  XXXXXXXXXXXXX +
8104                 10       +   10          +
8105                 11       +   11          +
8106                 --------     -----------     ---------     ----------------
8107       Next Page --------     -----------     ---------     ----------------
8108                 12 XXXXX +   12          +   10 XXXXXX +   10               +
8109                 13 XXXXX +   13 XXXXXXXX +   11 XXXXXX +   11               +
8110                 14 XXXXX +   14 XXXXXXXX +   12 XXXXXX +   12               +
8111                 15       +   15 XXXXXXXX +   13        +   13 XXXXXXXXXXXXX +
8112                 16       +   16          +   14        +   14 XXXXXXXXXXXXX +
8113                 17       +   17          +   15        +   15 XXXXXXXXXXXXX +
8114                 18 XXXXX +   18          +   16 XXXXXX +   16               +
8115                 19 XXXXX +   19 XXXXXXXX +   17 XXXXXX +   17               +
8116                 20 XXXXX +   20 XXXXXXXX +   18 XXXXXX +   18               +
8117                 21       +   21 XXXXXXXX +
8118                 22       +   22          +
8119                 --------     -----------     ---------     ----------------
8121 Any other value is treated as `nil'.
8124 *** Printer management (subgroup)
8126 The variable `ps-printer-name-option' determines the option used by
8127 some utilities to indicate the printer name; it's used only when
8128 `ps-printer-name' is a non-empty string.  If you're using the lpr
8129 utility to print, for example, `ps-printer-name-option' should be set
8130 to "-P".
8132 The variable `ps-manual-feed' indicates if the printer requires manual
8133 paper feeding.  If it's nil, automatic feeding takes place.  If it's
8134 non-nil, manual feeding takes place.
8136 The variable `ps-end-with-control-d' specifies whether C-d (\x04)
8137 should be inserted at end of the generated PostScript.  Non-nil means
8138 do so.
8140 *** Page settings (subgroup)
8142 If variable `ps-warn-paper-type' is nil, it's *not* treated as an
8143 error if the PostScript printer doesn't have a paper with the size
8144 indicated by `ps-paper-type'; the default paper size will be used
8145 instead.  If `ps-warn-paper-type' is non-nil, an error is signaled if
8146 the PostScript printer doesn't support a paper with the size indicated
8147 by `ps-paper-type'.  This is used when `ps-spool-config' is set to
8148 `setpagedevice'.
8150 The variable `ps-print-upside-down' determines the orientation for
8151 printing pages: nil means `normal' printing, non-nil means
8152 `upside-down' printing (that is, the page is rotated by 180 degrees).
8154 The variable `ps-selected-pages' specifies which pages to print.  If
8155 it's nil, all pages are printed.  If it's a list, list elements may be
8156 integers specifying a single page to print, or cons cells (FROM . TO)
8157 specifying to print from page FROM to TO.  Invalid list elements, that
8158 is integers smaller than one, or elements whose FROM is greater than
8159 its TO, are ignored.
8161 The variable `ps-even-or-odd-pages' specifies how to print even/odd
8162 pages.  Valid values are:
8164    nil          print all pages.
8166    `even-page'  print only even pages.
8168    `odd-page'   print only odd pages.
8170    `even-sheet' print only even sheets.
8171                 That is, if `ps-n-up-printing' is 1, it behaves like
8172                 `even-page', but for values greater than 1, it'll
8173                 print only the even sheet of paper.
8175    `odd-sheet'  print only odd sheets.
8176                 That is, if `ps-n-up-printing' is 1, it behaves like
8177                 `odd-page'; but for values greater than 1, it'll print
8178                 only the odd sheet of paper.
8180 Any other value is treated as nil.
8182 If you set `ps-selected-pages' (see there for documentation), pages
8183 are filtered by `ps-selected-pages', and then by
8184 `ps-even-or-odd-pages'.  For example, if we have:
8186    (setq ps-selected-pages '(1 4 (6 . 10) (12 . 16) 20))
8188 and we combine this with `ps-even-or-odd-pages' and
8189 `ps-n-up-printing', we get:
8191 `ps-n-up-printing' = 1:
8192    `ps-even-or-odd-pages'       PAGES PRINTED
8193         nil                     1, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 20
8194         even-page               4, 6, 8, 10, 12, 14, 16, 20
8195         odd-page                1, 7, 9, 13, 15
8196         even-sheet              4, 6, 8, 10, 12, 14, 16, 20
8197         odd-sheet               1, 7, 9, 13, 15
8199 `ps-n-up-printing' = 2:
8200    `ps-even-or-odd-pages'       PAGES PRINTED
8201         nil                     1/4, 6/7, 8/9, 10/12, 13/14, 15/16, 20
8202         even-page               4/6, 8/10, 12/14, 16/20
8203         odd-page                1/7, 9/13, 15
8204         even-sheet              6/7, 10/12, 15/16
8205         odd-sheet               1/4, 8/9, 13/14, 20
8207 *** Miscellany (subgroup)
8209 The variable `ps-error-handler-message' specifies where error handler
8210 messages should be sent.
8212 It is also possible to add a user-defined PostScript prologue code in
8213 front of all generated prologue code by setting the variable
8214 `ps-user-defined-prologue'.
8216 The variable `ps-line-number-font' specifies the font for line numbers.
8218 The variable `ps-line-number-font-size' specifies the font size in
8219 points for line numbers.
8221 The variable `ps-line-number-color' specifies the color for line
8222 numbers.  See `ps-zebra-color' for documentation.
8224 The variable `ps-line-number-step' specifies the interval in which
8225 line numbers are printed.  For example, if `ps-line-number-step' is set
8226 to 2, the printing will look like:
8228    1 one line
8229      one line
8230    3 one line
8231      one line
8232    5 one line
8233      one line
8234      ...
8236 Valid values are:
8238 integer         an integer specifying the interval in which line numbers are
8239                 printed.  If it's smaller than or equal to zero, 1
8240                 is used.
8242 `zebra'         specifies that only the line number of the first line in a
8243                 zebra stripe is to be printed.
8245 Any other value is treated as `zebra'.
8247 The variable `ps-line-number-start' specifies the starting point in
8248 the interval given by `ps-line-number-step'.  For example, if
8249 `ps-line-number-step' is set to 3, and `ps-line-number-start' is set to
8250 3, the output will look like:
8252      one line
8253      one line
8254    3 one line
8255      one line
8256      one line
8257    6 one line
8258      one line
8259      one line
8260    9 one line
8261      one line
8262      ...
8264 The variable `ps-postscript-code-directory' specifies the directory
8265 where the PostScript prologue file used by ps-print is found.
8267 The variable `ps-line-spacing' determines the line spacing in points,
8268 for ordinary text, when generating PostScript (similar to
8269 `ps-font-size').
8271 The variable `ps-paragraph-spacing' determines the paragraph spacing,
8272 in points, for ordinary text, when generating PostScript (similar to
8273 `ps-font-size').
8275 The variable `ps-paragraph-regexp' specifies the paragraph delimiter.
8277 The variable `ps-begin-cut-regexp' and `ps-end-cut-regexp' specify the
8278 start and end of a region to cut out when printing.
8280 ** hideshow changes.
8282 *** now supports hiding of blocks of single line comments (like // for
8283 C++, ; for lisp).
8285 *** Support for java-mode added.
8287 *** When doing `hs-hide-all' it is now possible to also hide the comments
8288 in the file if `hs-hide-comments-when-hiding-all' is set.
8290 *** The new function `hs-hide-initial-comment' hides the comments at
8291 the beginning of the files.  Finally those huge RCS logs don't stay in your
8292 way!  This is run by default when entering the `hs-minor-mode'.
8294 *** Now uses overlays instead of `selective-display', so is more
8295 robust and a lot faster.
8297 *** A block beginning can span multiple lines.
8299 *** The new variable `hs-show-hidden-short-form' if t, directs hideshow
8300 to show only the beginning of a block when it is hidden.  See the
8301 documentation for more details.
8303 ** Changes in Enriched mode.
8305 *** When you visit a file in enriched-mode, Emacs will make sure it is
8306 filled to the current fill-column.  This behavior is now independent
8307 of the size of the window.  When you save the file, the fill-column in
8308 use is stored as well, so that the whole buffer need not be refilled
8309 the next time unless the fill-column is different.
8311 *** use-hard-newlines is now a minor mode.  When it is enabled, Emacs
8312 distinguishes between hard and soft newlines, and treats hard newlines
8313 as paragraph boundaries.  Otherwise all newlines inserted are marked
8314 as soft, and paragraph boundaries are determined solely from the text.
8316 ** Font Lock mode
8318 *** Custom support
8320 The variables font-lock-face-attributes, font-lock-display-type and
8321 font-lock-background-mode are now obsolete; the recommended way to specify the
8322 faces to use for Font Lock mode is with M-x customize-group on the new custom
8323 group font-lock-highlighting-faces.  If you set font-lock-face-attributes in
8324 your ~/.emacs file, Font Lock mode will respect its value.  However, you should
8325 consider converting from setting that variable to using M-x customize.
8327 You can still use X resources to specify Font Lock face appearances.
8329 *** Maximum decoration
8331 Fontification now uses the maximum level of decoration supported by
8332 default.  Previously, fontification used a mode-specific default level
8333 of decoration, which is typically the minimum level of decoration
8334 supported.  You can set font-lock-maximum-decoration to nil
8335 to get the old behavior.
8337 *** New support
8339 Support is now provided for Java, Objective-C, AWK and SIMULA modes.
8341 Note that Font Lock mode can be turned on without knowing exactly what modes
8342 support Font Lock mode, via the command global-font-lock-mode.
8344 *** Configurable support
8346 Support for C, C++, Objective-C and Java can be more easily configured for
8347 additional types and classes via the new variables c-font-lock-extra-types,
8348 c++-font-lock-extra-types, objc-font-lock-extra-types and, you guessed it,
8349 java-font-lock-extra-types.  These value of each of these variables should be a
8350 list of regexps matching the extra type names.  For example, the default value
8351 of c-font-lock-extra-types is ("\\sw+_t") which means fontification follows the
8352 convention that C type names end in _t.  This results in slower fontification.
8354 Of course, you can change the variables that specify fontification in whatever
8355 way you wish, typically by adding regexps.  However, these new variables make
8356 it easier to make specific and common changes for the fontification of types.
8358 *** Adding highlighting patterns to existing support
8360 You can use the new function font-lock-add-keywords to add your own
8361 highlighting patterns, such as for project-local or user-specific constructs,
8362 for any mode.
8364 For example, to highlight `FIXME:' words in C comments, put:
8366  (font-lock-add-keywords 'c-mode '(("\\<FIXME:" 0 font-lock-warning-face t)))
8368 in your ~/.emacs.
8370 *** New faces
8372 Font Lock now defines two new faces, font-lock-builtin-face and
8373 font-lock-warning-face.  These are intended to highlight builtin keywords,
8374 distinct from a language's normal keywords, and objects that should be brought
8375 to user attention, respectively.  Various modes now use these new faces.
8377 *** Changes to fast-lock support mode
8379 The fast-lock package, one of the two Font Lock support modes, can now process
8380 cache files silently.  You can use the new variable fast-lock-verbose, in the
8381 same way as font-lock-verbose, to control this feature.
8383 *** Changes to lazy-lock support mode
8385 The lazy-lock package, one of the two Font Lock support modes, can now fontify
8386 according to the true syntactic context relative to other lines.  You can use
8387 the new variable lazy-lock-defer-contextually to control this feature.  If
8388 non-nil, changes to the buffer will cause subsequent lines in the buffer to be
8389 refontified after lazy-lock-defer-time seconds of idle time.  If nil, then only
8390 the modified lines will be refontified; this is the same as the previous Lazy
8391 Lock mode behaviour and the behaviour of Font Lock mode.
8393 This feature is useful in modes where strings or comments can span lines.
8394 For example, if a string or comment terminating character is deleted, then if
8395 this feature is enabled subsequent lines in the buffer will be correctly
8396 refontified to reflect their new syntactic context.  Previously, only the line
8397 containing the deleted character would be refontified and you would have to use
8398 the command M-g M-g (font-lock-fontify-block) to refontify some lines.
8400 As a consequence of this new feature, two other variables have changed:
8402 Variable `lazy-lock-defer-driven' is renamed `lazy-lock-defer-on-scrolling'.
8403 Variable `lazy-lock-defer-time' can now only be a time, i.e., a number.
8404 Buffer modes for which on-the-fly deferral applies can be specified via the
8405 new variable `lazy-lock-defer-on-the-fly'.
8407 If you set these variables in your ~/.emacs, then you may have to change those
8408 settings.
8410 ** Ada mode changes.
8412 *** There is now better support for using find-file.el with Ada mode.
8413 If you switch between spec and body, the cursor stays in the same
8414 procedure (modulo overloading).  If a spec has no body file yet, but
8415 you try to switch to its body file, Ada mode now generates procedure
8416 stubs.
8418 *** There are two new commands:
8419  - `ada-make-local'   : invokes gnatmake on the current buffer
8420  - `ada-check-syntax' : check syntax of current buffer.
8422 The user options `ada-compiler-make', `ada-make-options',
8423 `ada-language-version', `ada-compiler-syntax-check', and
8424 `ada-compile-options' are used within these commands.
8426 *** Ada mode can now work with Outline minor mode.  The outline level
8427 is calculated from the indenting, not from syntactic constructs.
8428 Outlining does not work if your code is not correctly indented.
8430 *** The new function `ada-gnat-style' converts the buffer to the style of
8431 formatting used in GNAT.  It places two blanks after a comment start,
8432 places one blank between a word end and an opening '(', and puts one
8433 space between a comma and the beginning of a word.
8435 ** Scheme mode changes.
8437 *** Scheme mode indentation now uses many of the facilities of Lisp
8438 mode; therefore, the variables to customize it are the variables used
8439 for Lisp mode which have names starting with `lisp-'.  The variables
8440 with names starting with `scheme-' which used to do this no longer
8441 have any effect.
8443 If you want to use different indentation for Scheme and Lisp, this is
8444 still possible, but now you must do it by adding a hook to
8445 scheme-mode-hook, which could work by setting the `lisp-' indentation
8446 variables as buffer-local variables.
8448 *** DSSSL mode is a variant of Scheme mode, for editing DSSSL scripts.
8449 Use M-x dsssl-mode.
8451 ** Changes to the emacsclient program
8453 *** If a socket can't be found, and environment variables LOGNAME or
8454 USER are set, emacsclient now looks for a socket based on the UID
8455 associated with the name.  That is an emacsclient running as root
8456 can connect to an Emacs server started by a non-root user.
8458 *** The emacsclient program now accepts an option --no-wait which tells
8459 it to return immediately without waiting for you to "finish" the
8460 buffer in Emacs.
8462 *** The new option --alternate-editor allows to specify an editor to
8463 use if Emacs is not running.  The environment variable
8464 ALTERNATE_EDITOR can be used for the same effect; the command line
8465 option takes precedence.
8467 ** M-x eldoc-mode enables a minor mode in which the echo area
8468 constantly shows the parameter list for function being called at point
8469 (in Emacs Lisp and Lisp Interaction modes only).
8471 ** C-x n d now runs the new command narrow-to-defun,
8472 which narrows the accessible parts of the buffer to just
8473 the current defun.
8475 ** Emacs now handles the `--' argument in the standard way; all
8476 following arguments are treated as ordinary file names.
8478 ** On MSDOS and Windows, the bookmark file is now called _emacs.bmk,
8479 and the saved desktop file is now called _emacs.desktop (truncated if
8480 necessary).
8482 ** When you kill a buffer that visits a file,
8483 if there are any registers that save positions in the file,
8484 these register values no longer become completely useless.
8485 If you try to go to such a register with C-x j, then you are
8486 asked whether to visit the file again.  If you say yes,
8487 it visits the file and then goes to the same position.
8489 ** When you visit a file that changes frequently outside Emacs--for
8490 example, a log of output from a process that continues to run--it may
8491 be useful for Emacs to revert the file without querying you whenever
8492 you visit the file afresh with C-x C-f.
8494 You can request this behavior for certain files by setting the
8495 variable revert-without-query to a list of regular expressions.  If a
8496 file's name matches any of these regular expressions, find-file and
8497 revert-buffer revert the buffer without asking for permission--but
8498 only if you have not edited the buffer text yourself.
8500 ** set-default-font has been renamed to set-frame-font
8501 since it applies only to the current frame.
8503 ** In TeX mode, you can use the variable tex-main-file to specify the
8504 file for tex-file to run TeX on.  (By default, tex-main-file is nil,
8505 and tex-file runs TeX on the current visited file.)
8507 This is useful when you are editing a document that consists of
8508 multiple files.  In each of the included files, you can set up a local
8509 variable list which specifies the top-level file of your document for
8510 tex-main-file.  Then tex-file will run TeX on the whole document
8511 instead of just the file you are editing.
8513 ** RefTeX mode
8515 RefTeX mode is a new minor mode with special support for \label, \ref
8516 and \cite macros in LaTeX documents.  RefTeX distinguishes labels of
8517 different environments (equation, figure, ...) and has full support for
8518 multifile documents.  To use it, select a buffer with a LaTeX document and
8519 turn the mode on with M-x reftex-mode.  Here are the main user commands:
8521 C-c (    reftex-label
8522    Creates a label semi-automatically.  RefTeX is context sensitive and
8523    knows which kind of label is needed.
8525 C-c )    reftex-reference
8526    Offers in a menu all labels in the document, along with context of the
8527    label definition.  The selected label is referenced as \ref{LABEL}.
8529 C-c [    reftex-citation
8530    Prompts for a regular expression and displays a list of matching BibTeX
8531    database entries.  The selected entry is cited with a \cite{KEY} macro.
8533 C-c &    reftex-view-crossref
8534    Views the cross reference of a \ref or \cite command near point.
8536 C-c =    reftex-toc
8537    Shows a table of contents of the (multifile) document.  From there you
8538    can quickly jump to every section.
8540 Under X, RefTeX installs a "Ref" menu in the menu bar, with additional
8541 commands.  Press `?' to get help when a prompt mentions this feature.
8542 Full documentation and customization examples are in the file
8543 reftex.el.  You can use the finder to view the file documentation:
8544 C-h p --> tex --> reftex.el
8546 ** Changes in BibTeX mode.
8548 *** Info documentation is now available.
8550 *** Don't allow parentheses in string constants anymore.  This confused
8551 both the BibTeX program and Emacs BibTeX mode.
8553 *** Renamed variable bibtex-mode-user-optional-fields to
8554 bibtex-user-optional-fields.
8556 *** Removed variable bibtex-include-OPTannote
8557 (use bibtex-user-optional-fields instead).
8559 *** New interactive functions to copy and kill fields and complete
8560 entries to the BibTeX kill ring, from where they can be yanked back by
8561 appropriate functions.
8563 *** New interactive functions for repositioning and marking of
8564 entries. They are bound by default to C-M-l and C-M-h.
8566 *** New hook bibtex-clean-entry-hook. It is called after entry has
8567 been cleaned.
8569 *** New variable bibtex-field-delimiters, which replaces variables
8570 bibtex-field-{left|right}-delimiter.
8572 *** New variable bibtex-entry-delimiters to determine how entries
8573 shall be delimited.
8575 *** Allow preinitialization of fields. See documentation of
8576 bibtex-user-optional-fields, bibtex-entry-field-alist, and
8577 bibtex-include-OPTkey for details.
8579 *** Book and InBook entries require either an author or an editor
8580 field. This is now supported by bibtex.el. Alternative fields are
8581 prefixed with `ALT'.
8583 *** New variable bibtex-entry-format, which replaces variable
8584 bibtex-clean-entry-zap-empty-opts and allows specification of many
8585 formatting options performed on cleaning an entry (see variable
8586 documentation).
8588 *** Even more control on how automatic keys are generated. See
8589 documentation of bibtex-generate-autokey for details. Transcriptions
8590 for foreign languages other than German are now handled, too.
8592 *** New boolean user option bibtex-comma-after-last-field to decide if
8593 comma should be inserted at end of last field.
8595 *** New boolean user option bibtex-align-at-equal-sign to determine if
8596 alignment should be made at left side of field contents or at equal
8597 signs. New user options to control entry layout (e.g. indentation).
8599 *** New function bibtex-fill-entry to realign entries.
8601 *** New function bibtex-reformat to reformat region or buffer.
8603 *** New function bibtex-convert-alien to convert a BibTeX database
8604 from alien sources.
8606 *** New function bibtex-complete-key (similar to bibtex-complete-string)
8607 to complete prefix to a key defined in buffer. Mainly useful in
8608 crossref entries.
8610 *** New function bibtex-count-entries to count entries in buffer or
8611 region.
8613 *** Added support for imenu.
8615 *** The function `bibtex-validate' now checks current region instead
8616 of buffer if mark is active. Now it shows all errors of buffer in a
8617 `compilation mode' buffer. You can use the normal commands (e.g.
8618 `next-error') for compilation modes to jump to errors.
8620 *** New variable `bibtex-string-file-path' to determine where the files
8621 from `bibtex-string-files' are searched.
8623 ** Iso Accents mode now supports Latin-3 as an alternative.
8625 ** The command next-error now opens blocks hidden by hideshow.
8627 ** The function using-unix-filesystems has been replaced by the
8628 functions add-untranslated-filesystem and remove-untranslated-filesystem.
8629 Each of these functions takes the name of a drive letter or directory
8630 as an argument.
8632 When a filesystem is added as untranslated, all files on it are read
8633 and written in binary mode (no cr/lf translation is performed).
8635 ** browse-url changes
8637 *** New methods for: Grail (browse-url-generic), MMM (browse-url-mmm),
8638 Lynx in a separate xterm (browse-url-lynx-xterm) or in an Emacs window
8639 (browse-url-lynx-emacs), remote W3 (browse-url-w3-gnudoit), generic
8640 non-remote-controlled browsers (browse-url-generic) and associated
8641 customization variables.
8643 *** New commands `browse-url-of-region' and `browse-url'.
8645 *** URLs marked up with <URL:...> (RFC1738) work if broken across
8646 lines.  Browsing methods can be associated with URL regexps
8647 (e.g. mailto: URLs) via `browse-url-browser-function'.
8649 ** Changes in Ediff
8651 *** Clicking Mouse-2 on a brief command description in Ediff control panel
8652 pops up the Info file for this command.
8654 *** There is now a variable, ediff-autostore-merges, which controls whether
8655 the result of a merge is saved in a file. By default, this is done only when
8656 merge is done from a session group (eg, when merging files in two different
8657 directories).
8659 *** Since Emacs 19.31 (this hasn't been announced before), Ediff can compare
8660 and merge groups of files residing in different directories, or revisions of
8661 files in the same directory.
8663 *** Since Emacs 19.31, Ediff can apply multi-file patches interactively.
8664 The patches must be in the context format or GNU unified format.  (The bug
8665 related to the GNU format has now been fixed.)
8667 ** Changes in Viper
8669 *** The startup file is now .viper instead of .vip
8670 *** All variable/function names have been changed to start with viper-
8671     instead of vip-.
8672 *** C-\ now simulates the meta-key in all Viper states.
8673 *** C-z in Insert state now escapes to Vi for the duration of the next
8674 Viper command. In Vi and Insert states, C-z behaves as before.
8675 *** C-c \ escapes to Vi for one command if Viper is in Insert or Emacs states.
8676 *** _ is no longer the meta-key in Vi state.
8677 *** The variable viper-insert-state-cursor-color can be used to change cursor
8678 color when Viper is in insert state.
8679 *** If search lands the cursor near the top or the bottom of the window,
8680 Viper pulls the window up or down to expose more context. The variable
8681 viper-adjust-window-after-search controls this behavior.
8683 ** Etags changes.
8685 *** In C, C++, Objective C and Java, Etags tags global variables by
8686 default.  The resulting tags files are inflated by 30% on average.
8687 Use --no-globals to turn this feature off.  Etags can also tag
8688 variables which are members of structure-like constructs, but it does
8689 not by default.  Use --members to turn this feature on.
8691 *** C++ member functions are now recognized as tags.
8693 *** Java is tagged like C++.  In addition, "extends" and "implements"
8694 constructs are tagged.  Files are recognised by the extension .java.
8696 *** Etags can now handle programs written in Postscript.  Files are
8697 recognised by the extensions .ps and .pdb (Postscript with C syntax).
8698 In Postscript, tags are lines that start with a slash.
8700 *** Etags now handles Objective C and Objective C++ code.  The usual C and
8701 C++ tags are recognized in these languages; in addition, etags
8702 recognizes special Objective C syntax for classes, class categories,
8703 methods and protocols.
8705 *** Etags also handles Cobol.  Files are recognised by the extension
8706 .cobol.  The tagged lines are those containing a word that begins in
8707 column 8 and ends in a full stop, i.e. anything that could be a
8708 paragraph name.
8710 *** Regexps in Etags now support intervals, as in ed or grep.  The syntax of
8711 an interval is \{M,N\}, and it means to match the preceding expression
8712 at least M times and as many as N times.
8714 ** The format for specifying a custom format for time-stamp to insert
8715 in files has changed slightly.
8717 With the new enhancements to the functionality of format-time-string,
8718 time-stamp-format will change to be eventually compatible with it.
8719 This conversion is being done in two steps to maintain compatibility
8720 with old time-stamp-format values.
8722 In the new scheme, alternate case is signified by the number-sign
8723 (`#') modifier, rather than changing the case of the format character.
8724 This feature is as yet incompletely implemented for compatibility
8725 reasons.
8727 In the old time-stamp-format, all numeric fields defaulted to their
8728 natural width.  (With format-time-string, each format has a
8729 fixed-width default.)  In this version, you can specify the colon
8730 (`:') modifier to a numeric conversion to mean "give me the historical
8731 time-stamp-format width default."  Do not use colon if you are
8732 specifying an explicit width, as in "%02d".
8734 Numbers are no longer truncated to the requested width, except in the
8735 case of "%02y", which continues to give a two-digit year.  Digit
8736 truncation probably wasn't being used for anything else anyway.
8738 The new formats will work with old versions of Emacs.  New formats are
8739 being recommended now to allow time-stamp-format to change in the
8740 future to be compatible with format-time-string.  The new forms being
8741 recommended now will continue to work then.
8743 See the documentation string for the variable time-stamp-format for
8744 details.
8746 ** There are some additional major modes:
8748 dcl-mode, for editing VMS DCL files.
8749 m4-mode, for editing files of m4 input.
8750 meta-mode, for editing MetaFont and MetaPost source files.
8752 ** In Shell mode, the command shell-copy-environment-variable lets you
8753 copy the value of a specified environment variable from the subshell
8754 into Emacs.
8756 ** New Lisp packages include:
8758 *** battery.el displays battery status for laptops.
8760 *** M-x bruce (named after Lenny Bruce) is a program that might
8761 be used for adding some indecent words to your email.
8763 *** M-x crisp-mode enables an emulation for the CRiSP editor.
8765 *** M-x dirtrack arranges for better tracking of directory changes
8766 in shell buffers.
8768 *** The new library elint.el provides for linting of Emacs Lisp code.
8769 See the documentation for `elint-initialize', `elint-current-buffer'
8770 and `elint-defun'.
8772 *** M-x expand-add-abbrevs defines a special kind of abbrev which is
8773 meant for programming constructs.  These abbrevs expand like ordinary
8774 ones, when you type SPC, but only at the end of a line and not within
8775 strings or comments.
8777 These abbrevs can act as templates: you can define places within an
8778 abbrev for insertion of additional text.  Once you expand the abbrev,
8779 you can then use C-x a p and C-x a n to move back and forth to these
8780 insertion points.  Thus you can conveniently insert additional text
8781 at these points.
8783 *** filecache.el remembers the location of files so that you
8784 can visit them by short forms of their names.
8786 *** find-func.el lets you find the definition of the user-loaded
8787 Emacs Lisp function at point.
8789 *** M-x handwrite converts text to a "handwritten" picture.
8791 *** M-x iswitchb-buffer is a command for switching to a buffer, much like
8792 switch-buffer, but it reads the argument in a more helpful way.
8794 *** M-x landmark implements a neural network for landmark learning.
8796 *** M-x locate provides a convenient interface to the `locate' program.
8798 *** M4 mode is a new mode for editing files of m4 input.
8800 *** mantemp.el creates C++ manual template instantiations
8801 from the GCC error messages which indicate which instantiations are needed.
8803 *** mouse-copy.el provides a one-click copy and move feature.
8804 You can drag a region with M-mouse-1, and it is automatically
8805 inserted at point.  M-Shift-mouse-1 deletes the text from its
8806 original place after inserting the copy.
8808 *** mouse-drag.el lets you do scrolling by dragging Mouse-2
8809 on the buffer.
8811 You click the mouse and move; that distance either translates into the
8812 velocity to scroll (with mouse-drag-throw) or the distance to scroll
8813 (with mouse-drag-drag).  Horizontal scrolling is enabled when needed.
8815 Enable mouse-drag with:
8816     (global-set-key [down-mouse-2] 'mouse-drag-throw)
8817 -or-
8818     (global-set-key [down-mouse-2] 'mouse-drag-drag)
8820 *** mspools.el is useful for determining which mail folders have
8821 mail waiting to be read in them.  It works with procmail.
8823 *** Octave mode is a major mode for editing files of input for Octave.
8824 It comes with a facility for communicating with an Octave subprocess.
8826 *** ogonek
8828 The ogonek package provides functions for changing the coding of
8829 Polish diacritic characters in buffers.  Codings known from various
8830 platforms are supported such as ISO8859-2, Mazovia, IBM Latin2, and
8831 TeX.  For example, you can change the coding from Mazovia to
8832 ISO8859-2.  Another example is a change of coding from ISO8859-2 to
8833 prefix notation (in which `/a' stands for the aogonek character, for
8834 instance) and vice versa.
8836 To use this package load it using
8837     M-x load-library [enter] ogonek
8838 Then, you may get an explanation by calling one of
8839     M-x ogonek-jak        -- in Polish
8840     M-x ogonek-how        -- in English
8841 The info specifies the commands and variables provided as well as the
8842 ways of customization in `.emacs'.
8844 *** Interface to ph.
8846 Emacs provides a client interface to CCSO Nameservers (ph/qi)
8848 The CCSO nameserver is used in many universities to provide directory
8849 services about people.  ph.el provides a convenient Emacs interface to
8850 these servers.
8852 *** uce.el is useful for replying to unsolicited commercial email.
8854 *** vcursor.el implements a "virtual cursor" feature.
8855 You can move the virtual cursor with special commands
8856 while the real cursor does not move.
8858 *** webjump.el is a "hot list" package which you can set up
8859 for visiting your favorite web sites.
8861 *** M-x winner-mode is a minor mode which saves window configurations,
8862 so you can move back to other configurations that you have recently used.
8864 ** movemail change
8866 Movemail no longer needs to be installed setuid root in order for POP
8867 mail retrieval to function properly.  This is because it no longer
8868 supports the RPOP (reserved-port POP) protocol; instead, it uses the
8869 user's POP password to authenticate to the mail server.
8871 This change was made earlier, but not reported in NEWS before.
8873 * Emacs 20.1 changes for MS-DOS and MS-Windows.
8875 ** Changes in handling MS-DOS/MS-Windows text files.
8877 Emacs handles three different conventions for representing
8878 end-of-line: CRLF for MSDOS, LF for Unix and GNU, and CR (used on the
8879 Macintosh).  Emacs determines which convention is used in a specific
8880 file based on the contents of that file (except for certain special
8881 file names), and when it saves the file, it uses the same convention.
8883 To save the file and change the end-of-line convention, you can use
8884 C-x RET f (set-buffer-file-coding-system) to specify a different
8885 coding system for the buffer.  Then, when you save the file, the newly
8886 specified coding system will take effect.  For example, to save with
8887 LF, specify undecided-unix (or some other ...-unix coding system); to
8888 save with CRLF, specify undecided-dos.
8890 * Lisp Changes in Emacs 20.1
8892 ** Byte-compiled files made with Emacs 20 will, in general, work in
8893 Emacs 19 as well, as long as the source code runs in Emacs 19.  And
8894 vice versa: byte-compiled files made with Emacs 19 should also run in
8895 Emacs 20, as long as the program itself works in Emacs 20.
8897 ** Windows-specific functions and variables have been renamed
8898 to start with w32- instead of win32-.
8900 In hacker language, calling something a "win" is a form of praise.  We
8901 don't want to praise a non-free Microsoft system, so we don't call it
8902 "win".
8904 ** Basic Lisp changes
8906 *** A symbol whose name starts with a colon now automatically
8907 evaluates to itself.  Therefore such a symbol can be used as a constant.
8909 *** The defined purpose of `defconst' has been changed.  It should now
8910 be used only for values that should not be changed whether by a program
8911 or by the user.
8913 The actual behavior of defconst has not been changed.
8915 *** There are new macros `when' and `unless'
8917 (when CONDITION BODY...)  is short for  (if CONDITION (progn BODY...))
8918 (unless CONDITION BODY...)  is short for  (if CONDITION nil BODY...)
8920 *** Emacs now defines functions caar, cadr, cdar and cddr with their
8921 usual Lisp meanings.  For example, caar returns the car of the car of
8922 its argument.
8924 *** equal, when comparing strings, now ignores their text properties.
8926 *** The new function `functionp' tests whether an object is a function.
8928 *** arrayp now returns t for char-tables and bool-vectors.
8930 *** Certain primitives which use characters (as integers) now get an
8931 error if the integer is not a valid character code.  These primitives
8932 include insert-char, char-to-string, and the %c construct in the
8933 `format' function.
8935 *** The `require' function now insists on adding a suffix, either .el
8936 or .elc, to the file name.  Thus, (require 'foo) will not use a file
8937 whose name is just foo.  It insists on foo.el or foo.elc.
8939 *** The `autoload' function, when the file name does not contain
8940 either a directory name or the suffix .el or .elc, insists on
8941 adding one of these suffixes.
8943 *** string-to-number now takes an optional second argument BASE
8944 which specifies the base to use when converting an integer.
8945 If BASE is omitted, base 10 is used.
8947 We have not implemented other radices for floating point numbers,
8948 because that would be much more work and does not seem useful.
8950 *** substring now handles vectors as well as strings.
8952 *** The Common Lisp function eql is no longer defined normally.
8953 You must load the `cl' library to define it.
8955 *** The new macro `with-current-buffer' lets you evaluate an expression
8956 conveniently with a different current buffer.  It looks like this:
8958   (with-current-buffer BUFFER BODY-FORMS...)
8960 BUFFER is the expression that says which buffer to use.
8961 BODY-FORMS say what to do in that buffer.
8963 *** The new primitive `save-current-buffer' saves and restores the
8964 choice of current buffer, like `save-excursion', but without saving or
8965 restoring the value of point or the mark.  `with-current-buffer'
8966 works using `save-current-buffer'.
8968 *** The new macro `with-temp-file' lets you do some work in a new buffer and
8969 write the output to a specified file.  Like `progn', it returns the value
8970 of the last form.
8972 *** The new macro `with-temp-buffer' lets you do some work in a new buffer,
8973 which is discarded after use.  Like `progn', it returns the value of the
8974 last form.  If you wish to return the buffer contents, use (buffer-string)
8975 as the last form.
8977 *** The new function split-string takes a string, splits it at certain
8978 characters, and returns a list of the substrings in between the
8979 matches.
8981 For example, (split-string "foo bar lose" " +") returns ("foo" "bar" "lose").
8983 *** The new macro with-output-to-string executes some Lisp expressions
8984 with standard-output set up so that all output feeds into a string.
8985 Then it returns that string.
8987 For example, if the current buffer name is `foo',
8989 (with-output-to-string
8990   (princ "The buffer is ")
8991   (princ (buffer-name)))
8993 returns "The buffer is foo".
8995 ** Non-ASCII characters are now supported, if enable-multibyte-characters
8996 is non-nil.
8998 These characters have character codes above 256.  When inserted in the
8999 buffer or stored in a string, they are represented as multibyte
9000 characters that occupy several buffer positions each.
9002 *** When enable-multibyte-characters is non-nil, a single character in
9003 a buffer or string can be two or more bytes (as many as four).
9005 Buffers and strings are still made up of unibyte elements;
9006 character positions and string indices are always measured in bytes.
9007 Therefore, moving forward one character can increase the buffer
9008 position by 2, 3 or 4.  The function forward-char moves by whole
9009 characters, and therefore is no longer equivalent to
9010   (lambda (n) (goto-char (+ (point) n))).
9012 ASCII characters (codes 0 through 127) are still single bytes, always.
9013 Sequences of byte values 128 through 255 are used to represent
9014 non-ASCII characters.  These sequences are called "multibyte
9015 characters".
9017 The first byte of a multibyte character is always in the range 128
9018 through 159 (octal 0200 through 0237).  These values are called
9019 "leading codes".  The second and subsequent bytes are always in the
9020 range 160 through 255 (octal 0240 through 0377).  The first byte, the
9021 leading code, determines how many bytes long the sequence is.
9023 *** The function forward-char moves over characters, and therefore
9024 (forward-char 1) may increase point by more than 1 if it moves over a
9025 multibyte character.  Likewise, delete-char always deletes a
9026 character, which may be more than one buffer position.
9028 This means that some Lisp programs, which assume that a character is
9029 always one buffer position, need to be changed.
9031 However, all ASCII characters are always one buffer position.
9033 *** The regexp [\200-\377] no longer matches all non-ASCII characters,
9034 because when enable-multibyte-characters is non-nil, these characters
9035 have codes that are not in the range octal 200 to octal 377.  However,
9036 the regexp [^\000-\177] does match all non-ASCII characters,
9037 guaranteed.
9039 *** The function char-boundary-p returns non-nil if position POS is
9040 between two characters in the buffer (not in the middle of a
9041 character).
9043 When the value is non-nil, it says what kind of character follows POS:
9045  0 if POS is at an ASCII character or at the end of range,
9046  1 if POS is before a 2-byte length multi-byte form,
9047  2 if POS is at a head of 3-byte length multi-byte form,
9048  3 if POS is at a head of 4-byte length multi-byte form,
9049  4 if POS is at a head of multi-byte form of a composite character.
9051 *** The function char-bytes returns how many bytes the character CHAR uses.
9053 *** Strings can contain multibyte characters.  The function
9054 `length' returns the string length counting bytes, which may be
9055 more than the number of characters.
9057 You can include a multibyte character in a string constant by writing
9058 it literally.  You can also represent it with a hex escape,
9059 \xNNNNNNN..., using as many digits as necessary.  Any character which
9060 is not a valid hex digit terminates this construct.  If you want to
9061 follow it with a character that is a hex digit, write backslash and
9062 newline in between; that will terminate the hex escape.
9064 *** The function concat-chars takes arguments which are characters
9065 and returns a string containing those characters.
9067 *** The function sref access a multibyte character in a string.
9068 (sref STRING INDX) returns the character in STRING at INDEX.  INDEX
9069 counts from zero.  If INDEX is at a position in the middle of a
9070 character, sref signals an error.
9072 *** The function chars-in-string returns the number of characters
9073 in a string.  This is less than the length of the string, if the
9074 string contains multibyte characters (the length counts bytes).
9076 *** The function chars-in-region returns the number of characters
9077 in a region from BEG to END.  This is less than (- END BEG) if the
9078 region contains multibyte characters (the length counts bytes).
9080 *** The function string-to-list converts a string to a list of
9081 the characters in it.  string-to-vector converts a string
9082 to a vector of the characters in it.
9084 *** The function store-substring alters part of the contents
9085 of a string.  You call it as follows:
9087    (store-substring STRING IDX OBJ)
9089 This says to alter STRING, by storing OBJ starting at index IDX in
9090 STRING.  OBJ may be either a character or a (smaller) string.
9091 This function really does alter the contents of STRING.
9092 Since it is impossible to change the length of an existing string,
9093 it is an error if OBJ doesn't fit within STRING's actual length.
9095 *** char-width returns the width (in columns) of the character CHAR,
9096 if it were displayed in the current buffer and the selected window.
9098 *** string-width returns the width (in columns) of the text in STRING,
9099 if it were displayed in the current buffer and the selected window.
9101 *** truncate-string-to-width shortens a string, if necessary,
9102 to fit within a certain number of columns.  (Of course, it does
9103 not alter the string that you give it; it returns a new string
9104 which contains all or just part of the existing string.)
9106 (truncate-string-to-width STR END-COLUMN &optional START-COLUMN PADDING)
9108 This returns the part of STR up to column END-COLUMN.
9110 The optional argument START-COLUMN specifies the starting column.
9111 If this is non-nil, then the first START-COLUMN columns of the string
9112 are not included in the resulting value.
9114 The optional argument PADDING, if non-nil, is a padding character to be added
9115 at the beginning and end the resulting string, to extend it to exactly
9116 WIDTH columns.  If PADDING is nil, that means do not pad; then, if STRING
9117 is narrower than WIDTH, the value is equal to STRING.
9119 If PADDING and START-COLUMN are both non-nil, and if there is no clean
9120 place in STRING that corresponds to START-COLUMN (because one
9121 character extends across that column), then the padding character
9122 PADDING is added one or more times at the beginning of the result
9123 string, so that its columns line up as if it really did start at
9124 column START-COLUMN.
9126 *** When the functions in the list after-change-functions are called,
9127 the third argument is the number of bytes in the pre-change text, not
9128 necessarily the number of characters.  It is, in effect, the
9129 difference in buffer position between the beginning and the end of the
9130 changed text, before the change.
9132 *** The characters Emacs uses are classified in various character
9133 sets, each of which has a name which is a symbol.  In general there is
9134 one character set for each script, not for each language.
9136 **** The function charsetp tests whether an object is a character set name.
9138 **** The variable charset-list holds a list of character set names.
9140 **** char-charset, given a character code, returns the name of the character
9141 set that the character belongs to.  (The value is a symbol.)
9143 **** split-char, given a character code, returns a list containing the
9144 name of the character set, followed by one or two byte-values
9145 which identify the character within that character set.
9147 **** make-char, given a character set name and one or two subsequent
9148 byte-values, constructs a character code.  This is roughly the
9149 opposite of split-char.
9151 **** find-charset-region returns a list of the character sets
9152 of all the characters between BEG and END.
9154 **** find-charset-string returns a list of the character sets
9155 of all the characters in a string.
9157 *** Here are the Lisp facilities for working with coding systems
9158 and specifying coding systems.
9160 **** The function coding-system-list returns a list of all coding
9161 system names (symbols).  With optional argument t, it returns a list
9162 of all distinct base coding systems, not including variants.
9163 (Variant coding systems are those like latin-1-dos, latin-1-unix
9164 and latin-1-mac which specify the end-of-line conversion as well
9165 as what to do about code conversion.)
9167 **** coding-system-p tests a symbol to see if it is a coding system
9168 name.  It returns t if so, nil if not.
9170 **** file-coding-system-alist specifies which coding systems to use
9171 for certain file names.  It works like network-coding-system-alist,
9172 except that the PATTERN is matched against the file name.
9174 Each element has the format (PATTERN . VAL), where PATTERN determines
9175 which file names the element applies to.  PATTERN should be a regexp
9176 to match against a file name.
9178 VAL is a coding system, a cons cell containing two coding systems, or
9179 a function symbol.  If VAL is a coding system, it is used for both
9180 decoding what received from the network stream and encoding what sent
9181 to the network stream.  If VAL is a cons cell containing two coding
9182 systems, the car specifies the coding system for decoding, and the cdr
9183 specifies the coding system for encoding.
9185 If VAL is a function symbol, the function must return a coding system
9186 or a cons cell containing two coding systems, which is used as above.
9188 **** The variable network-coding-system-alist specifies
9189 the coding system to use for network sockets.
9191 Each element has the format (PATTERN . VAL), where PATTERN determines
9192 which network sockets the element applies to.  PATTERN should be
9193 either a port number or a regular expression matching some network
9194 service names.
9196 VAL is a coding system, a cons cell containing two coding systems, or
9197 a function symbol.  If VAL is a coding system, it is used for both
9198 decoding what received from the network stream and encoding what sent
9199 to the network stream.  If VAL is a cons cell containing two coding
9200 systems, the car specifies the coding system for decoding, and the cdr
9201 specifies the coding system for encoding.
9203 If VAL is a function symbol, the function must return a coding system
9204 or a cons cell containing two coding systems, which is used as above.
9206 **** process-coding-system-alist specifies which coding systems to use
9207 for certain subprocess.  It works like network-coding-system-alist,
9208 except that the PATTERN is matched against the program name used to
9209 start the subprocess.
9211 **** The variable default-process-coding-system specifies the coding
9212 systems to use for subprocess (and net connection) input and output,
9213 when nothing else specifies what to do.  The value is a cons cell
9214 (OUTPUT-CODING . INPUT-CODING).  OUTPUT-CODING applies to output
9215 to the subprocess, and INPUT-CODING applies to input from it.
9217 **** The variable coding-system-for-write, if non-nil, specifies the
9218 coding system to use for writing a file, or for output to a synchronous
9219 subprocess.
9221 It also applies to any asynchronous subprocess or network connection,
9222 but in a different way: the value of coding-system-for-write when you
9223 start the subprocess or connection affects that subprocess or
9224 connection permanently or until overridden.
9226 The variable coding-system-for-write takes precedence over
9227 file-coding-system-alist, process-coding-system-alist and
9228 network-coding-system-alist, and all other methods of specifying a
9229 coding system for output.  But most of the time this variable is nil.
9230 It exists so that Lisp programs can bind it to a specific coding
9231 system for one operation at a time.
9233 **** coding-system-for-read applies similarly to input from
9234 files, subprocesses or network connections.
9236 **** The function process-coding-system tells you what
9237 coding systems(s) an existing subprocess is using.
9238 The value is a cons cell,
9239  (DECODING-CODING-SYSTEM . ENCODING-CODING-SYSTEM)
9240 where DECODING-CODING-SYSTEM is used for decoding output from
9241 the subprocess, and ENCODING-CODING-SYSTEM is used for encoding
9242 input to the subprocess.
9244 **** The function set-process-coding-system can be used to
9245 change the coding systems in use for an existing subprocess.
9247 ** Emacs has a new facility to help users manage the many
9248 customization options.  To make a Lisp program work with this facility,
9249 you need to use the new macros defgroup and defcustom.
9251 You use defcustom instead of defvar, for defining a user option
9252 variable.  The difference is that you specify two additional pieces of
9253 information (usually): the "type" which says what values are
9254 legitimate, and the "group" which specifies the hierarchy for
9255 customization.
9257 Thus, instead of writing
9259     (defvar foo-blurgoze nil
9260       "*Non-nil means that foo will act very blurgozely.")
9262 you would now write this:
9264     (defcustom foo-blurgoze nil
9265       "*Non-nil means that foo will act very blurgozely."
9266       :type 'boolean
9267       :group foo)
9269 The type `boolean' means that this variable has only
9270 two meaningful states: nil and non-nil.  Other type values
9271 describe other possibilities; see the manual for Custom
9272 for a description of them.
9274 The "group" argument is used to specify a group which the option
9275 should belong to.  You define a new group like this:
9277     (defgroup ispell nil
9278       "Spell checking using Ispell."
9279       :group 'processes)
9281 The "group" argument in defgroup specifies the parent group.  The root
9282 group is called `emacs'; it should not contain any variables itself,
9283 but only other groups.  The immediate subgroups of `emacs' correspond
9284 to the keywords used by C-h p.  Under these subgroups come
9285 second-level subgroups that belong to individual packages.
9287 Each Emacs package should have its own set of groups.  A simple
9288 package should have just one group; a more complex package should
9289 have a hierarchy of its own groups.  The sole or root group of a
9290 package should be a subgroup of one or more of the "keyword"
9291 first-level subgroups.
9293 ** New `widget' library for inserting UI components in buffers.
9295 This library, used by the new custom library, is documented in a
9296 separate manual that accompanies Emacs.
9298 ** easy-mmode
9300 The easy-mmode package provides macros and functions that make
9301 developing minor modes easier.  Roughly, the programmer has to code
9302 only the functionality of the minor mode.  All the rest--toggles,
9303 predicate, and documentation--can be done in one call to the macro
9304 `easy-mmode-define-minor-mode' (see the documentation).  See also
9305 `easy-mmode-define-keymap'.
9307 ** Text property changes
9309 *** The `intangible' property now works on overlays as well as on a
9310 text property.
9312 *** The new functions next-char-property-change and
9313 previous-char-property-change scan through the buffer looking for a
9314 place where either a text property or an overlay might change.  The
9315 functions take two arguments, POSITION and LIMIT.  POSITION is the
9316 starting position for the scan.  LIMIT says where to stop the scan.
9318 If no property change is found before LIMIT, the value is LIMIT.  If
9319 LIMIT is nil, scan goes to the beginning or end of the accessible part
9320 of the buffer.  If no property change is found, the value is the
9321 position of the beginning or end of the buffer.
9323 *** In the `local-map' text property or overlay property, the property
9324 value can now be a symbol whose function definition is a keymap.  This
9325 is an alternative to using the keymap itself.
9327 ** Changes in invisibility features
9329 *** Isearch can now temporarily show parts of the buffer which are
9330 hidden by an overlay with a invisible property, when the search match
9331 is inside that portion of the buffer.  To enable this the overlay
9332 should have a isearch-open-invisible property which is a function that
9333 would be called having the overlay as an argument, the function should
9334 make the overlay visible.
9336 During incremental search the overlays are shown by modifying the
9337 invisible and intangible properties, if beside this more actions are
9338 needed the overlay should have a isearch-open-invisible-temporary
9339 which is a function. The function is called with 2 arguments: one is
9340 the overlay and the second is nil when it should show the overlay and
9341 t when it should hide it.
9343 *** add-to-invisibility-spec, remove-from-invisibility-spec
9345 Modes that use overlays to hide portions of a buffer should set the
9346 invisible property of the overlay to the mode's name (or another symbol)
9347 and modify the `buffer-invisibility-spec' to include that symbol.
9348 Use  `add-to-invisibility-spec' and `remove-from-invisibility-spec' to
9349 manipulate the `buffer-invisibility-spec'.
9350 Here is an example of how to do this:
9352  ;; If we want to display an ellipsis:
9353  (add-to-invisibility-spec '(my-symbol . t))
9354  ;; If you don't want ellipsis:
9355  (add-to-invisibility-spec 'my-symbol)
9357   ...
9358  (overlay-put  (make-overlay beginning end)  'invisible 'my-symbol)
9360  ...
9361  ;; When done with the overlays:
9362  (remove-from-invisibility-spec '(my-symbol . t))
9363  ;; Or respectively:
9364  (remove-from-invisibility-spec 'my-symbol)
9366 ** Changes in syntax parsing.
9368 *** The syntax-directed buffer-scan functions (such as
9369 `parse-partial-sexp', `forward-word' and similar functions) can now
9370 obey syntax information specified by text properties, if the variable
9371 `parse-sexp-lookup-properties' is non-nil.
9373 If the value of `parse-sexp-lookup-properties' is nil, the behavior
9374 is as before: the syntax-table of the current buffer is always
9375 used to determine the syntax of the character at the position.
9377 When `parse-sexp-lookup-properties' is non-nil, the syntax of a
9378 character in the buffer is calculated thus:
9380         a) if the `syntax-table' text-property of that character
9381            is a cons, this cons becomes the syntax-type;
9383            Valid values of `syntax-table' text-property are: nil, a valid
9384            syntax-table, and a valid syntax-table element, i.e.,
9385            a cons cell of the form (SYNTAX-CODE . MATCHING-CHAR).
9387         b) if the character's `syntax-table' text-property
9388            is a syntax table, this syntax table is used
9389            (instead of the syntax-table of the current buffer) to
9390            determine the syntax type of the character.
9392         c) otherwise the syntax-type is determined by the syntax-table
9393            of the current buffer.
9395 *** The meaning of \s in regular expressions is also affected by the
9396 value of `parse-sexp-lookup-properties'.  The details are the same as
9397 for the syntax-directed buffer-scan functions.
9399 *** There are two new syntax-codes, `!' and `|' (numeric values 14
9400 and 15).  A character with a code `!' starts a comment which is ended
9401 only by another character with the same code (unless quoted).  A
9402 character with a code `|' starts a string which is ended only by
9403 another character with the same code (unless quoted).
9405 These codes are mainly meant for use as values of the `syntax-table'
9406 text property.
9408 *** The function `parse-partial-sexp' has new semantics for the sixth
9409 arg COMMENTSTOP.  If it is `syntax-table', parse stops after the start
9410 of a comment or a string, or after end of a comment or a string.
9412 *** The state-list which the return value from `parse-partial-sexp'
9413 (and can also be used as an argument) now has an optional ninth
9414 element: the character address of the start of last comment or string;
9415 nil if none.  The fourth and eighth elements have special values if the
9416 string/comment is started by a "!"  or "|" syntax-code.
9418 *** Since new features of `parse-partial-sexp' allow a complete
9419 syntactic parsing, `font-lock' no longer supports
9420 `font-lock-comment-start-regexp'.
9422 ** Changes in face features
9424 *** The face functions are now unconditionally defined in Emacs, even
9425 if it does not support displaying on a device that supports faces.
9427 *** The function face-documentation returns the documentation string
9428 of a face (or nil if it doesn't have one).
9430 *** The function face-bold-p returns t if a face should be bold.
9431 set-face-bold-p sets that flag.
9433 *** The function face-italic-p returns t if a face should be italic.
9434 set-face-italic-p sets that flag.
9436 *** You can now specify foreground and background colors for text
9437 by adding elements of the form (foreground-color . COLOR-NAME)
9438 and (background-color . COLOR-NAME) to the list of faces in
9439 the `face' property (either the character's text property or an
9440 overlay property).
9442 This means that you no longer need to create named faces to use
9443 arbitrary colors in a Lisp package.
9445 ** Changes in file-handling functions
9447 *** File-access primitive functions no longer discard an extra redundant
9448 directory name from the beginning of the file name.  In other words,
9449 they no longer do anything special with // or /~.  That conversion
9450 is now done only in substitute-in-file-name.
9452 This makes it possible for a Lisp program to open a file whose name
9453 begins with ~.
9455 *** If copy-file is unable to set the date of the output file,
9456 it now signals an error with the condition file-date-error.
9458 *** The inode number returned by file-attributes may be an integer (if
9459 the number fits in a Lisp integer) or a list of integers.
9461 *** insert-file-contents can now read from a special file,
9462 as long as the arguments VISIT and REPLACE are nil.
9464 *** The RAWFILE arg to find-file-noselect, if non-nil, now suppresses
9465 character code conversion as well as other things.
9467 Meanwhile, this feature does work with remote file names
9468 (formerly it did not).
9470 *** Lisp packages which create temporary files should use the TMPDIR
9471 environment variable to decide which directory to put them in.
9473 *** interpreter-mode-alist elements now specify regexps
9474 instead of constant strings.
9476 *** expand-file-name no longer treats `//' or `/~' specially.  It used
9477 to delete all the text of a file name up through the first slash of
9478 any `//' or `/~' sequence.  Now it passes them straight through.
9480 substitute-in-file-name continues to treat those sequences specially,
9481 in the same way as before.
9483 *** The variable `format-alist' is more general now.
9484 The FROM-FN and TO-FN in a format definition can now be strings
9485 which specify shell commands to use as filters to perform conversion.
9487 *** The new function access-file tries to open a file, and signals an
9488 error if that fails.  If the open succeeds, access-file does nothing
9489 else, and returns nil.
9491 *** The function insert-directory now signals an error if the specified
9492 directory cannot be listed.
9494 ** Changes in minibuffer input
9496 *** The functions read-buffer, read-variable, read-command, read-string
9497 read-file-name, read-from-minibuffer and completing-read now take an
9498 additional argument which specifies the default value.  If this
9499 argument is non-nil, it should be a string; that string is used in two
9500 ways:
9502   It is returned if the user enters empty input.
9503   It is available through the history command M-n.
9505 *** The functions read-string, read-from-minibuffer,
9506 read-no-blanks-input and completing-read now take an additional
9507 argument INHERIT-INPUT-METHOD.  If this is non-nil, then the
9508 minibuffer inherits the current input method and the setting of
9509 enable-multibyte-characters from the previously current buffer.
9511 In an interactive spec, you can use M instead of s to read an
9512 argument in this way.
9514 *** All minibuffer input functions discard text properties
9515 from the text you enter in the minibuffer, unless the variable
9516 minibuffer-allow-text-properties is non-nil.
9518 ** Echo area features
9520 *** Clearing the echo area now runs the normal hook
9521 echo-area-clear-hook.  Note that the echo area can be used while the
9522 minibuffer is active; in that case, the minibuffer is still active
9523 after the echo area is cleared.
9525 *** The function current-message returns the message currently displayed
9526 in the echo area, or nil if there is none.
9528 ** Keyboard input features
9530 *** tty-erase-char is a new variable that reports which character was
9531 set up as the terminal's erase character when time Emacs was started.
9533 *** num-nonmacro-input-events is the total number of input events
9534 received so far from the terminal.  It does not count those generated
9535 by keyboard macros.
9537 ** Frame-related changes
9539 *** make-frame runs the normal hook before-make-frame-hook just before
9540 creating a frame, and just after creating a frame it runs the abnormal
9541 hook after-make-frame-functions with the new frame as arg.
9543 *** The new hook window-configuration-change-hook is now run every time
9544 the window configuration has changed.  The frame whose configuration
9545 has changed is the selected frame when the hook is run.
9547 *** Each frame now independently records the order for recently
9548 selected buffers, in its buffer-list frame parameter, so that the
9549 value of other-buffer is now based on the buffers recently displayed
9550 in the selected frame.
9552 *** The value of the frame parameter vertical-scroll-bars
9553 is now `left', `right' or nil.  A non-nil value specifies
9554 which side of the window to put the scroll bars on.
9556 ** X Windows features
9558 *** You can examine X resources for other applications by binding
9559 x-resource-class around a call to x-get-resource.  The usual value of
9560 x-resource-class is "Emacs", which is the correct value for Emacs.
9562 *** In menus, checkboxes and radio buttons now actually work.
9563 The menu displays the current status of the box or button.
9565 *** The function x-list-fonts now takes an optional fourth argument
9566 MAXIMUM which sets a limit on how many matching fonts to return.
9567 A smaller value of MAXIMUM makes the function faster.
9569 If the only question is whether *any* font matches the pattern,
9570 it is good to supply 1 for this argument.
9572 ** Subprocess features
9574 *** A reminder: it is no longer necessary for subprocess filter
9575 functions and sentinels to do save-match-data, because Emacs does this
9576 automatically.
9578 *** The new function shell-command-to-string executes a shell command
9579 and returns the output from the command as a string.
9581 *** The new function process-contact returns t for a child process,
9582 and (HOSTNAME SERVICE) for a net connection.
9584 ** An error in running pre-command-hook or post-command-hook
9585 does clear the variable to nil.  The documentation was wrong before.
9587 ** In define-key-after, if AFTER is t, the new binding now always goes
9588 at the end of the keymap.  If the keymap is a menu, this means it
9589 goes after the other menu items.
9591 ** If you have a program that makes several changes in the same area
9592 of the buffer, you can use the macro combine-after-change-calls
9593 around that Lisp code to make it faster when after-change hooks
9594 are in use.
9596 The macro arranges to call the after-change functions just once for a
9597 series of several changes--if that seems safe.
9599 Don't alter the variables after-change-functions and
9600 after-change-function within the body of a combine-after-change-calls
9601 form.
9603 ** If you define an abbrev (with define-abbrev) whose EXPANSION
9604 is not a string, then the abbrev does not expand in the usual sense,
9605 but its hook is still run.
9607 ** Normally, the Lisp debugger is not used (even if you have enabled it)
9608 for errors that are handled by condition-case.
9610 If you set debug-on-signal to a non-nil value, then the debugger is called
9611 regardless of whether there is a handler for the condition.  This is
9612 useful for debugging problems that happen inside of a condition-case.
9614 This mode of operation seems to be unreliable in other ways.  Errors that
9615 are normal and ought to be handled, perhaps in timers or process
9616 filters, will instead invoke the debugger.  So don't say you weren't
9617 warned.
9619 ** The new variable ring-bell-function lets you specify your own
9620 way for Emacs to "ring the bell".
9622 ** If run-at-time's TIME argument is t, the action is repeated at
9623 integral multiples of REPEAT from the epoch; this is useful for
9624 functions like display-time.
9626 ** You can use the function locate-library to find the precise file
9627 name of a Lisp library.  This isn't new, but wasn't documented before.
9629 ** Commands for entering view mode have new optional arguments that
9630 can be used from Lisp.  Low-level entrance to and exit from view mode
9631 is done by functions view-mode-enter and view-mode-exit.
9633 ** batch-byte-compile-file now makes Emacs return a nonzero status code
9634 if there is an error in compilation.
9636 ** pop-to-buffer, switch-to-buffer-other-window and
9637 switch-to-buffer-other-frame now accept an additional optional
9638 argument NORECORD, much like switch-to-buffer.  If it is non-nil,
9639 they don't put the buffer at the front of the buffer list.
9641 ** If your .emacs file leaves the *scratch* buffer non-empty,
9642 Emacs does not display the startup message, so as to avoid changing
9643 the *scratch* buffer.
9645 ** The new function regexp-opt returns an efficient regexp to match a string.
9646 The arguments are STRINGS and (optionally) PAREN.  This function can be used
9647 where regexp matching or searching is intensively used and speed is important,
9648 e.g., in Font Lock mode.
9650 ** The variable buffer-display-count is local to each buffer,
9651 and is incremented each time the buffer is displayed in a window.
9652 It starts at 0 when the buffer is created.
9654 ** The new function compose-mail starts composing a mail message
9655 using the user's chosen mail composition agent (specified with the
9656 variable mail-user-agent).  It has variants compose-mail-other-window
9657 and compose-mail-other-frame.
9659 ** The `user-full-name' function now takes an optional parameter which
9660 can either be a number (the UID) or a string (the login name).  The
9661 full name of the specified user will be returned.
9663 ** Lisp packages that load files of customizations, or any other sort
9664 of user profile, should obey the variable init-file-user in deciding
9665 where to find it.  They should load the profile of the user name found
9666 in that variable.  If init-file-user is nil, meaning that the -q
9667 option was used, then Lisp packages should not load the customization
9668 files at all.
9670 ** format-time-string now allows you to specify the field width
9671 and type of padding.  This works as in printf: you write the field
9672 width as digits in the middle of a %-construct.  If you start
9673 the field width with 0, it means to pad with zeros.
9675 For example, %S normally specifies the number of seconds since the
9676 minute; %03S means to pad this with zeros to 3 positions, %_3S to pad
9677 with spaces to 3 positions.  Plain %3S pads with zeros, because that
9678 is how %S normally pads to two positions.
9680 ** thing-at-point now supports a new kind of "thing": url.
9682 ** imenu.el changes.
9684 You can now specify a function to be run when selecting an
9685 item from menu created by imenu.
9687 An example of using this feature: if we define imenu items for the
9688 #include directives in a C file, we can open the included file when we
9689 select one of those items.
9691 * For older news, see the file ONEWS
9693 ----------------------------------------------------------------------
9694 Copyright information:
9696 Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
9698    Permission is granted to anyone to make or distribute verbatim copies
9699    of this document as received, in any medium, provided that the
9700    copyright notice and this permission notice are preserved,
9701    thus giving the recipient permission to redistribute in turn.
9703    Permission is granted to distribute modified versions
9704    of this document, or of portions of it,
9705    under the above conditions, provided also that they
9706    carry prominent notices stating who last changed them.
9708 Local variables:
9709 mode: outline
9710 paragraph-separate: "[  \f]*$"
9711 end: