*** empty log message ***
[bpt/emacs.git] / etc / NEWS
CommitLineData
1e7db2e9 1GNU Emacs NEWS -- history of user-visible changes. 2001-03-15
75d80cc6 2Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
a933dad1
DL
3See the end for copying conditions.
4
5Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
3787e12e 6For older news, see the file ONEWS
a933dad1 7
ad8d610b
KS
8Temporary note:
9 +++ indicates that the appropriate manual has already been updated.
10 --- means no change in the manuals is called for.
11When you add a new item, please add it without either +++ or ---
12so we will look at it
13
05197f40 14\f
76fb24bb
PJ
15* Installation Changes in Emacs 21.3
16
17** Emacs now supports new configure options `--program-prefix',
18`--program-suffix' and `--program-transform-name' that affect the names of
19installed programs.
20
cd7d2d9e
EZ
21---
22** Leim is now part of the Emacs distribution.
23You no longer need to download a separate tarball in order to build
24Emacs with Leim.
25
1096bcc0
GM
26** Support for FreeBSD/Alpha has been added.
27
76fb24bb 28\f
830047fd 29* Changes in Emacs 21.3
16927a56 30
59b59892
SM
31** Info-index finally offers completion.
32
e4a9e6a8
KS
33** Controlling the left and right fringe widths.
34
35The left and right fringe widths can now be controlled by setting the
36`left-fringe' and `right-fringe' frame parameters to an integer value
ad8d610b
KS
37specifying the width in pixels. Setting the width to 0 effectively
38removes the corresponding fringe.
39
e4a9e6a8
KS
40The actual fringe widths may deviate from the specified widths, since
41the combined fringe widths must match an integral number of columns.
42The extra width is distributed evenly between the left and right fringe.
43For force a specific fringe width, specify the width as a negative
44integer (if both widths are negative, only the left fringe gets the
e94a3679 45specified width).
e4a9e6a8 46
ad8d610b
KS
47Setting the width to nil (the default), restores the default fringe
48width which is the minimum number of pixels necessary to display any
49of the currently defined fringe bitmaps. The width of the built-in
50fringe bitmaps is 8 pixels.
51
a207b33c
RS
52** C-w in incremental search now grabs either a character or a word,
53making the decision in a heuristic way. This new job is done by the
54command `isearch-yank-word-or-char'. To restore the old behavior,
55bind C-w to `isearch-yank-word' in `isearch-mode-map'.
56
4febb0e7
RS
57** In GUD mode when talking to GDB, C-x C-a C-j "jumps" the program
58counter to the specified source line (the one where point is).
59
43a88bc1
SM
60** hide-ifdef-mode now uses overlays rather than selective-display
61to hide its text. This should be mostly transparent but slightly
62changes the behavior of motion commands line C-e and C-p.
63
111ed14e
SM
64** Unquoted `$' in file names do not signal an error any more when
65the corresponding environment variable does not exist.
66Instead, the `$ENVVAR' text is left as is, so that `$$' quoting
67is only rarely needed.
68
f67cc62e 69** jit-lock can now be delayed with `jit-lock-defer-time'.
8ea55f33
EZ
70
71If this variable is non-nil, its value should be the amount of Emacs
fbe51115 72idle time in seconds to wait before starting fontification. For
8ea55f33
EZ
73example, if you set `jit-lock-defer-time' to 0.25, fontification will
74only happen after 0.25s of idle time.
f67cc62e 75
6710ea06
SM
76** If you hit M-C-SPC (mark-sexp) repeatedly, the marked region
77will now be extended each time, so you can mark the next two sexps with
78M-C-SPC M-C-SPC, for example.
79
efe459e4 80+++
fbe51115
PJ
81** M-h (mark-paragraph) now accepts a prefix arg.
82With positive arg, M-h marks the current and the following paragraphs;
564b1f76
EZ
83if the arg is negative, it marks the current and the preceding
84paragraphs.
efe459e4 85
3a7a0095
RS
86** In Dired, the w command now copies the current line's file name
87into the kill ring.
88
b04dcf45
RS
89** The variables dired-free-space-program and dired-free-space-args
90have been renamed to directory-free-space-program and
91directory-free-space-args, and they now apply whenever Emacs puts a
92directory listing into a buffer.
93
6710ea06
SM
94** mouse-wheels can now scroll a specific fraction of the window
95(rather than a fixed number of lines) and the scrolling is `progressive'.
96
16927a56
SM
97** The keyboard-coding-system is now automatically set based on
98your current locale settings. If it turns out that your terminal
6710ea06
SM
99does not support the encoding implied by your locale (for example,
100it inserts non-ASCII chars if you hit M-i), you will need to add
16927a56
SM
101
102 (set-keyboard-coding-system nil)
103
104to your .emacs to revert to the old behavior.
105
43884961
WL
106** A new coding system `euc-tw' has been added for traditional Chinese
107in CNS encoding; it accepts both Big 5 and CNS as input; on saving,
108Big 5 is then converted to CNS.
109
3aa2f38a
RS
110+++
111** Emacs now reads the standard abbrevs file ~/.abbrev_defs
273a3930
EZ
112automatically at startup, if it exists. When Emacs offers to save
113modified buffers, it saves the abbrevs too if they have changed. It
114can do this either silently or asking for confirmation first,
2bc8d7c8 115according to the value of `save-abbrevs'.
3aa2f38a 116
830047fd
RS
117** Display of hollow cursors now obeys the buffer-local value (if any)
118of `cursor-in-non-selected-windows' in the buffer that the cursor
119appears in.
6c0b2643 120
85b073d6
EZ
121** The default values of `tooltip-delay' and `tooltip-hide-delay'
122were changed.
123
cd963ca0
GM
124** On terminals whose erase-char is ^H (Backspace), Emacs
125now uses normal-erase-is-backspace-mode.
126
e94a3679
FP
127** Etags changes.
128
129*** In Prolog, etags creates tags for rules in addition to predicates.
130
fbe51115 131*** New language PHP: tags are functions, classes and defines. If
e94a3679
FP
132the --members option is specified to etags, tags are vars also.
133
c30567b7 134+++
406f228c
PJ
135** The command line option --no-windows has been changed to
136--no-window-system. The old one still works, but is deprecated.
137
3a426197 138** `buffer-menu' and `list-buffers' now list buffers whose names begin
c30567b7
EZ
139with a space, if they visit files.
140
3a426197
RS
141** You can now customize fill-nobreak-predicate to control where
142filling can break lines. We provide two sample predicates,
143fill-single-word-nobreak-p and fill-french-nobreak-p.
8e8223e2 144
1d57ac82
SS
145** New user option `add-log-always-start-new-record'.
146When this option is enabled, M-x add-change-log-entry will always
147start a new record regardless of when the last record is.
148
54c0e682
SS
149** New user option `sgml-xml'.
150When this option is enabled, SGML tags are inserted in XML style,
79014980 151i.e., there is always a closing tag.
54c0e682
SS
152When not customized, it becomes buffer-local when it can be inferred
153from the file name or buffer contents.
79014980 154
aae126ea
KS
155** New user option `isearch-resume-enabled'.
156This option can be disabled, to avoid the normal behaviour of isearch
157which puts calls to `isearch-resume' in the command history.
158
3ddf952f
GM
159** When the *scratch* buffer is recreated, its mode is set from
160initial-major-mode, which normally is lisp-interaction-mode,
79014980 161instead of using default-major-mode.
3ddf952f 162
d731e6b8
GM
163** Byte compiler warning and error messages have been brought more
164in line with the output of other GNU tools.
165
8e8223e2 166** Lisp-mode now uses font-lock-doc-face for the docstrings.
30de4b24
SM
167
168** perl-mode has a new variable `perl-indent-continued-arguments'.
169
026f408d
SM
170** `special-display-buffer-names' and `special-display-regexps' now
171understand two new boolean pseudo-frame-parameters `same-frame' and
172`same-window'.
173
6c0b2643
GM
174** When pure storage overflows while dumping, Emacs now prints how
175much pure storage it will approximately need.
176
177** M-x setenv now expands environment variables of the form `$foo' and
178`${foo}' in the specified new value of the environment variable. To
179include a `$' in the value, use `$$'.
180
30743573 181+++
58a11372
EZ
182** File-name completion can now ignore directories.
183If an element of the list in `completion-ignored-extensions' ends in a
184slash `/', it indicates a subdirectory that should be ignored when
185completing file names. Elements of `completion-ignored-extensions'
186which do not end in a slash are never considered when a completion
187candidate is a directory.
188
6c0b2643
GM
189** New user option `inhibit-startup-buffer-menu'.
190When loading many files, for instance with `emacs *', Emacs normally
191displays a buffer menu. This option turns the buffer menu off.
192
193** Rmail now displays 5-digit message ids in its summary buffer.
194
5b78d385
GM
195** When using M-x revert-buffer in a compilation buffer to rerun a
196compilation, it is now made sure that the compilation buffer is reused
197in case it has been renamed.
198
d3d268d5
JR
199** On MS Windows, the "system caret" now follows the cursor.
200This enables Emacs to work better with programs that need to track
201the cursor, for example screen magnifiers and text to speech programs.
202
f58b2333
JR
203** Tooltips now work on MS Windows.
204See the Emacs 21.1 NEWS entry for tooltips for details.
205
8f8da2d0
EZ
206---
207** A French translation of the `Emacs Survival Guide' is available.
208
209---
210** A French translation of the Emacs Tutorial is available.
211
3c0fd84c
GM
212** New modes and packages
213
66f520db
EZ
214+++
215*** Calc is now part of the Emacs distribution.
216
217Calc is an advanced desk calculator and mathematical tool written in
218Emacs Lisp. Its documentation is in a separate manual; within Emacs,
52901be1
EZ
219type "C-h i m calc RET" to read that manual. A reference card is
220available in `etc/calccard.tex' and `etc/calccard.ps'.
66f520db 221
10088409
EZ
222+++
223*** The Emacs Lisp Reference Manual is now part of the distribution.
224
225The ELisp reference manual in Info format is built as part of the
226Emacs build procedure and installed together with the Emacs User
5db6e80e
EZ
227Manual. A menu item was added to the menu bar that makes it easy
228accessible (Help->More Manuals->Emacs Lisp Reference).
10088409 229
4bca4aa8
EZ
230*** The Introduction to Programming in Emacs Lisp manual is now part of
231the distribution.
232
233This manual is now part of the standard distribution and is installed,
5db6e80e
EZ
234together with the Emacs User Manual, into the Info directory. A menu
235item was added to the menu bar that makes it easy accessible
236(Help->More Manuals->Introduction to Emacs Lisp).
4bca4aa8 237
3c0fd84c
GM
238*** The ruler-mode.el library provides a minor mode for displaying an
239"active" ruler in the header line. You can use the mouse to visually
240change the `fill-column', `window-margins' and `tab-stop-list'
241settings.
242
8a1f8073
SM
243*** The reveal.el package provides the minor modes `reveal-mode' and
244`global-reveal-mode' which will make text visible on the fly as you
245move your cursor into hidden region of the buffer.
246It should work with any package that uses overlays to hide parts
247of a buffer, such as outline-minor-mode, hs-minor-mode, hide-ifdef-mode, ...
248
adb6f9dc
GM
249*** master-mode.el implements a minor mode for scrolling a slave
250buffer without leaving your current buffer, the master buffer.
251
252It can be used by sql.el, for example: the SQL buffer is the master
253and its SQLi buffer is the slave. This allows you to scroll the SQLi
254buffer containing the output from the SQL buffer containing the
255commands.
256
257This is how to use sql.el and master.el together: the variable
258sql-buffer contains the slave buffer. It is a local variable in the
259SQL buffer.
260
261(add-hook 'sql-mode-hook
262 (function (lambda ()
263 (master-mode t)
264 (master-set-slave sql-buffer))))
265(add-hook 'sql-set-sqli-hook
266 (function (lambda ()
267 (master-set-slave sql-buffer))))
268
6c0b2643 269\f
830047fd
RS
270* Lisp Changes in Emacs 21.3
271
c95eaa61
PJ
272** Support for Mocklisp has been removed.
273
274** The function insert-string is now obsolete.
275
111ed14e
SM
276** The precedence of file-name-handlers has been changed.
277Instead of blindly choosing the first handler that matches,
278find-file-name-handler now gives precedence to a file-name handler
279that matches near the end of the file name. More specifically, the
280handler whose (match-beginning 0) is the largest is chosen.
281In case of ties, the old "first matched" rule applies.
282
cfaa4a1b 283** Dense keymaps now handle inheritance correctly.
59b59892
SM
284Previously a dense keymap would hide all of the simple-char key
285bindings of the parent keymap.
cfaa4a1b 286
f67cc62e
SM
287** jit-lock obeys a new text-property `jit-lock-defer-multiline'.
288If a piece of text with that property gets contextually refontified
289(see jit-lock-defer-contextually), then all of that text will
290be refontified. This is useful when the syntax of a textual element
291depends on text several lines further down (and when font-lock-multiline
292is not appropriate to solve that problem). For example in Perl:
293
294 s{
295 foo
296 }{
297 bar
298 }e
299
300Adding/removing the last `e' changes the `bar' from being a piece of
301text to being a piece of code, so you'd put a jit-lock-defer-multiline
302property over the second half of the command to force (deferred)
303refontification of `bar' whenever the `e' is added/removed.
304
6710ea06 305** describe-vector now takes a second argument `describer' which is
fbe51115 306called to print the entries' values. It defaults to `princ'.
6710ea06 307
16927a56
SM
308** defcustom and other custom declarations now use a default group
309(the last group defined in the same file) when no :group was given.
310
311** emacsserver now runs pre-command-hook and post-command-hook when
312it receives a request from emacsclient.
313
8727d588
RS
314** The variable `recursive-load-depth-limit' has been deleted.
315Emacs now signals an error if the same file is loaded with more
316than 3 levels of nesting.
317
318** The default values of paragraph-start and indent-line-function have
319been changed to reflect those used in Text mode rather than those used
320in Indented-Text mode.
16927a56 321
1c1d3d69
RS
322** If a major mode function has a non-nil `no-clone-indirect'
323property, `clone-indirect-buffer' signals an error if you use
324it in that buffer.
325
326** If you set `query-replace-skip-read-only' non-nil,
327`query-replace' and related functions simply ignore
328a match if part of it has a read-only property.
329
ae4000f1 330** In `replace-match', the replacement text no longer inherits
1ff74324 331properties from surrounding text.
1c1d3d69 332
830047fd
RS
333** New function `buffer-local-value'.
334
335- Function: buffer-local-value variable buffer
336
337This function returns the buffer-local binding of VARIABLE (a symbol)
338in buffer BUFFER. If VARIABLE does not have a buffer-local binding in
339buffer BUFFER, it returns the default value of VARIABLE instead.
6c0b2643 340
1c1d3d69
RS
341** The default value of `paragraph-start' and `indent-line-function' has
342been changed to reflect the one used in Text mode rather than the one
343used in Indented Text mode.
8e8223e2
SM
344
345** New function `text-clone-create'. Text clones are chunks of text
346that are kept identical by transparently propagating changes from one
347clone to the other.
348
349** font-lock can manage arbitrary text-properties beside `face'.
350*** the FACENAME returned in font-lock-keywords can be a list
351of the form (face FACE PROP1 VAL1 PROP@ VAL2 ...) so you can set
352other properties than `face'.
353*** font-lock-extra-managed-props can be set to make sure those extra
354properties are automatically cleaned up by font-lock.
355
356** The new function `run-mode-hooks' and the new macro `delay-mode-hooks'
357are used by define-derived-mode to make sure the mode hook for the
358parent mode is run at the end of the child mode.
359
360** `provide' and `featurep' now accept an optional second argument
361to test/provide subfeatures. Also `provide' now checks `after-load-alist'
362and run any code associated with the provided feature.
363
5b6a51aa
GM
364** The variable `compilation-parse-errors-filename-function' can
365be used to transform filenames found in compilation output.
366
202082d3
EZ
367+++
368** Functions `file-name-sans-extension' and `file-name-extension' now
369ignore the leading dots in file names, so that file names such as
370`.emacs' are treated as extensionless.
371
63ca0a6e
GM
372** Functions `user-uid' and `user-real-uid' now return floats if the
373user UID doesn't fit in a Lisp integer. Function `user-full-name'
374accepts a float as UID parameter.
375
30de4b24
SM
376** `define-key-after' now accepts keys longer than 1.
377
5b6a51aa 378** `define-derived-mode' now accepts nil as the parent.
30de4b24
SM
379
380** The local variable `no-byte-compile' in elisp files is now obeyed.
381
026f408d
SM
382** New functions `keymap-prompt' and `current-active-maps'.
383
384** New function `describe-buffer-bindings'.
385
386** New vars `exec-suffixes' and `load-suffixes' used when
387searching for an executable resp. an elisp file.
388
6c0b2643
GM
389** Variable aliases have been implemented
390
391- Macro: defvaralias ALIAS-VAR BASE-VAR
392
393This defines the symbol ALIAS-VAR as a variable alias for symbol
394BASE-VAR. This means that retrieving the value of ALIAS-VAR returns
395the value of BASE-VAR, and changing the value of ALIAS-VAR changes the
396value of BASE-VAR.
397
398- Function: indirect-variable VARIABLE
399
400This function returns the variable at the end of the chain of aliases
401of VARIABLE. If VARIABLE is not a symbol, or if VARIABLE is not
402defined as an alias, the function returns VARIABLE.
403
404It might be noteworthy that variables aliases work for all kinds of
405variables, including buffer-local and frame-local variables.
406
407** Functions from `post-gc-hook' are run at the end of garbage
408collection. The hook is run with GC inhibited, so use it with care.
409
ace64e0a
GM
410** If the second argument to `copy-file' is the name of a directory,
411the file is copied to that directory instead of signaling an error.
412
123ac55e
GM
413** The variables most-positive-fixnum and most-negative-fixnum
414have been moved from the CL package to the core.
415
0b559506
JR
416** On MS Windows, locale-coding-system is used to interact with the OS.
417The Windows specific variable w32-system-coding-system, which was
418formerly used for that purpose is now an alias for locale-coding-system.
419
30de4b24
SM
420** New packages:
421
422*** The new package syntax.el provides an efficient way to find the
423current syntactic context (as returned by parse-partial-sexp).
424
e95768c5
SM
425*** The TCL package tcl-mode.el was replaced by tcl.el.
426This was actually done in Emacs-21.1 was not documented.
e94a3679 427
6c0b2643 428\f
251584f3
DL
429* Installation Changes in Emacs 21.1
430
889be0a1
DL
431See the INSTALL file for information on installing extra libraries and
432fonts to take advantage of the new graphical features and extra
433charsets in this release.
434
f4988be7
GM
435** Support for GNU/Linux on IA64 machines has been added.
436
424d8b44
DL
437** Support for LynxOS has been added.
438
1fa28578 439** There are new configure options associated with the support for
163ea954
RS
440images and toolkit scrollbars. Use the --help option in `configure'
441to list them.
6344985d 442
5ed8d5af 443** You can build a 64-bit Emacs for SPARC/Solaris systems which
60dd7e0e 444support 64-bit executables and also on Irix 6.5. This increases the
8628686a
DL
445maximum buffer size. See etc/MACHINES for instructions. Changes to
446build on other 64-bit systems should be straightforward modulo any
447necessary changes to unexec.
f4988be7 448
efeb796b
EZ
449** There is a new configure option `--disable-largefile' to omit
450Unix-98-style support for large files if that is available.
451
452** There is a new configure option `--without-xim' that instructs
453Emacs to not use X Input Methods (XIM), if these are available.
454
455** `movemail' defaults to supporting POP. You can turn this off using
456the --without-pop configure option, should that be necessary.
d9c9b920 457
e90813b8 458** This version can be built for the Macintosh, but does not implement
a7c13351 459all of the new display features described below. The port currently
d69aa2e3
EZ
460lacks unexec, asynchronous processes, and networking support. See the
461"Emacs and the Mac OS" appendix in the Emacs manual, for the
462description of aspects specific to the Mac.
d9c9b920 463
efeb796b
EZ
464** Note that the MS-Windows port does not yet implement various of the
465new display features described below.
466
05197f40 467\f
1fa28578
GM
468* Changes in Emacs 21.1
469
1e7db2e9
GM
470** Emacs has a new redisplay engine.
471
472The new redisplay handles characters of variable width and height.
473Italic text can be used without redisplay problems. Fonts containing
474oversized characters, i.e. characters larger than the logical height
475of a font can be used. Images of various formats can be displayed in
476the text.
477
478** Emacs has a new face implementation.
479
480The new faces no longer fundamentally use X font names to specify the
481font. Instead, each face has several independent attributes--family,
482height, width, weight and slant--that it may or may not specify.
483These attributes can be merged from various faces, and then together
484specify a font.
485
486Faces are supported on terminals that can display color or fonts.
487These terminal capabilities are auto-detected. Details can be found
488under Lisp changes, below.
489
490** Emacs can display faces on TTY frames.
491
492Emacs automatically detects terminals that are able to display colors.
493Faces with a weight greater than normal are displayed extra-bright, if
494the terminal supports it. Faces with a weight less than normal and
495italic faces are displayed dimmed, if the terminal supports it.
496Underlined faces are displayed underlined if possible. Other face
497attributes such as `overline', `strike-through', and `box' are ignored
498on terminals.
499
500The command-line options `-fg COLOR', `-bg COLOR', and `-rv' are now
501supported on character terminals.
502
efeb796b
EZ
503Emacs automatically remaps all X-style color specifications to one of
504the colors supported by the terminal. This means you could have the
505same color customizations that work both on a windowed display and on
506a TTY or when Emacs is invoked with the -nw option.
507
1e7db2e9
GM
508** New default font is Courier 12pt under X.
509
efeb796b
EZ
510** Sound support
511
512Emacs supports playing sound files on GNU/Linux and FreeBSD (Voxware
513driver and native BSD driver, a.k.a. Luigi's driver). Currently
514supported file formats are RIFF-WAVE (*.wav) and Sun Audio (*.au).
c8682017
EZ
515You must configure Emacs with the option `--with-sound=yes' to enable
516sound support.
efeb796b 517
1e7db2e9
GM
518** Emacs now resizes mini-windows if appropriate.
519
520If a message is longer than one line, or minibuffer contents are
521longer than one line, Emacs can resize the minibuffer window unless it
522is on a frame of its own. You can control resizing and the maximum
523minibuffer window size by setting the following variables:
524
525- User option: max-mini-window-height
526
527Maximum height for resizing mini-windows. If a float, it specifies a
528fraction of the mini-window frame's height. If an integer, it
529specifies a number of lines.
530
531Default is 0.25.
532
533- User option: resize-mini-windows
534
535How to resize mini-windows. If nil, don't resize. If t, always
536resize to fit the size of the text. If `grow-only', let mini-windows
537grow only, until they become empty, at which point they are shrunk
538again.
539
540Default is `grow-only'.
541
542** LessTif support.
543
544Emacs now runs with the LessTif toolkit (see
a04c6760 545<http://www.lesstif.org>). You will need version 0.92.26, or later.
1e7db2e9
GM
546
547** LessTif/Motif file selection dialog.
548
549When Emacs is configured to use LessTif or Motif, reading a file name
550from a menu will pop up a file selection dialog if `use-dialog-box' is
551non-nil.
552
8f80abd8
EZ
553** File selection dialog on MS-Windows is supported.
554
555When a file is visited by clicking File->Open, the MS-Windows version
556now pops up a standard file selection dialog where you can select a
557file to visit. File->Save As also pops up that dialog.
558
1e7db2e9
GM
559** Toolkit scroll bars.
560
561Emacs now uses toolkit scroll bars if available. When configured for
562LessTif/Motif, it will use that toolkit's scroll bar. Otherwise, when
563configured for Lucid and Athena widgets, it will use the Xaw3d scroll
564bar if Xaw3d is available. You can turn off the use of toolkit scroll
565bars by specifying `--with-toolkit-scroll-bars=no' when configuring
566Emacs.
567
568When you encounter problems with the Xaw3d scroll bar, watch out how
569Xaw3d is compiled on your system. If the Makefile generated from
570Xaw3d's Imakefile contains a `-DNARROWPROTO' compiler option, and your
571Emacs system configuration file `s/your-system.h' does not contain a
572define for NARROWPROTO, you might consider adding it. Take
573`s/freebsd.h' as an example.
574
575Alternatively, if you don't have access to the Xaw3d source code, take
576a look at your system's imake configuration file, for example in the
577directory `/usr/X11R6/lib/X11/config' (paths are different on
578different systems). You will find files `*.cf' there. If your
579system's cf-file contains a line like `#define NeedWidePrototypes NO',
580add a `#define NARROWPROTO' to your Emacs system configuration file.
581
582The reason for this is that one Xaw3d function uses `double' or
583`float' function parameters depending on the setting of NARROWPROTO.
584This is not a problem when Imakefiles are used because each system's
3593c177 585imake configuration file contains the necessary information. Since
1e7db2e9
GM
586Emacs doesn't use imake, this has do be done manually.
587
1e7db2e9
GM
588** Tool bar support.
589
590Emacs supports a tool bar at the top of a frame under X. For details
591of how to define a tool bar, see the page describing Lisp-level
592changes. Tool-bar global minor mode controls whether or not it is
593displayed and is on by default. The appearance of the bar is improved
594if Emacs has been built with XPM image support. Otherwise monochrome
595icons will be used.
596
597To make the tool bar more useful, we need contributions of extra icons
70fae708 598for specific modes (with copyright assignments).
1e7db2e9 599
1e7db2e9
GM
600** Tooltips.
601
602Tooltips are small X windows displaying a help string at the current
603mouse position. The Lisp package `tooltip' implements them. You can
604turn them off via the user option `tooltip-mode'.
605
606Tooltips also provides support for GUD debugging. If activated,
607variable values can be displayed in tooltips by pointing at them with
608the mouse in source buffers. You can customize various aspects of the
609tooltip display in the group `tooltip'.
610
efeb796b
EZ
611** Automatic Hscrolling
612
613Horizontal scrolling now happens automatically if
614`automatic-hscrolling' is set (the default). This setting can be
615customized.
616
617If a window is scrolled horizontally with set-window-hscroll, or
618scroll-left/scroll-right (C-x <, C-x >), this serves as a lower bound
619for automatic horizontal scrolling. Automatic scrolling will scroll
620the text more to the left if necessary, but won't scroll the text more
621to the right than the column set with set-window-hscroll etc.
622
1e7db2e9
GM
623** When using a windowing terminal, each Emacs window now has a cursor
624of its own. By default, when a window is selected, the cursor is
625solid; otherwise, it is hollow. The user-option
ab9c49cf 626`cursor-in-non-selected-windows' controls how to display the
1e7db2e9 627cursor in non-selected windows. If nil, no cursor is shown, if
2018166d 628non-nil a hollow box cursor is shown.
1e7db2e9
GM
629
630** Fringes to the left and right of windows are used to display
631truncation marks, continuation marks, overlay arrows and alike. The
632foreground, background, and stipple of these areas can be changed by
633customizing face `fringe'.
634
635** The mode line under X is now drawn with shadows by default.
636You can change its appearance by modifying the face `mode-line'.
637In particular, setting the `:box' attribute to nil turns off the 3D
638appearance of the mode line. (The 3D appearance makes the mode line
639occupy more space, and thus might cause the first or the last line of
640the window to be partially obscured.)
641
642The variable `mode-line-inverse-video', which was used in older
46ff99c0
MB
643versions of emacs to make the mode-line stand out, is now deprecated.
644However, setting it to nil will cause the `mode-line' face to be
645ignored, and mode-lines to be drawn using the default text face.
1e7db2e9 646
1e7db2e9
GM
647** Mouse-sensitive mode line.
648
6b9572dc
EZ
649Different parts of the mode line have been made mouse-sensitive on all
650systems which support the mouse. Moving the mouse to a
651mouse-sensitive part in the mode line changes the appearance of the
652mouse pointer to an arrow, and help about available mouse actions is
653displayed either in the echo area, or in the tooltip window if you
654have enabled one.
1e7db2e9
GM
655
656Currently, the following actions have been defined:
657
3aa2f38a 658- Mouse-1 on the buffer name in the mode line goes to the next buffer.
1e7db2e9 659
3aa2f38a 660- Mouse-3 on the buffer-name goes to the previous buffer.
1e7db2e9
GM
661
662- Mouse-2 on the read-only or modified status in the mode line (`%' or
663`*') toggles the status.
664
665- Mouse-3 on the mode name displays a minor-mode menu.
666
1e7db2e9
GM
667** Hourglass pointer
668
669Emacs can optionally display an hourglass pointer under X. You can
670turn the display on or off by customizing group `cursor'.
671
1e7db2e9
GM
672** Blinking cursor
673
674M-x blink-cursor-mode toggles a blinking cursor under X and on
675terminals having terminal capabilities `vi', `vs', and `ve'. Blinking
676and related parameters like frequency and delay can be customized in
677the group `cursor'.
678
1e7db2e9
GM
679** New font-lock support mode `jit-lock-mode'.
680
681This support mode is roughly equivalent to `lazy-lock' but is
682generally faster. It supports stealth and deferred fontification.
683See the documentation of the function `jit-lock-mode' for more
684details.
685
686Font-lock uses jit-lock-mode as default support mode, so you don't
687have to do anything to activate it.
688
efeb796b
EZ
689** The default binding of the Delete key has changed.
690
691The new user-option `normal-erase-is-backspace' can be set to
692determine the effect of the Delete and Backspace function keys.
693
694On window systems, the default value of this option is chosen
695according to the keyboard used. If the keyboard has both a Backspace
696key and a Delete key, and both are mapped to their usual meanings, the
697option's default value is set to t, so that Backspace can be used to
698delete backward, and Delete can be used to delete forward. On
699keyboards which either have only one key (usually labeled DEL), or two
700keys DEL and BS which produce the same effect, the option's value is
701set to nil, and these keys delete backward.
702
703If not running under a window system, setting this option accomplishes
704a similar effect by mapping C-h, which is usually generated by the
705Backspace key, to DEL, and by mapping DEL to C-d via
706`keyboard-translate'. The former functionality of C-h is available on
707the F1 key. You should probably not use this setting on a text-only
708terminal if you don't have both Backspace, Delete and F1 keys.
709
710Programmatically, you can call function normal-erase-is-backspace-mode
711to toggle the behavior of the Delete and Backspace keys.
712
1e7db2e9
GM
713** The default for user-option `next-line-add-newlines' has been
714changed to nil, i.e. C-n will no longer add newlines at the end of a
715buffer by default.
716
717** The <home> and <end> keys now move to the beginning or end of the
718current line, respectively. C-<home> and C-<end> move to the
719beginning and end of the buffer.
720
721** Emacs now checks for recursive loads of Lisp files. If the
722recursion depth exceeds `recursive-load-depth-limit', an error is
723signaled.
724
725** When an error is signaled during the loading of the user's init
726file, Emacs now pops up the *Messages* buffer.
727
1e7db2e9
GM
728** Emacs now refuses to load compiled Lisp files which weren't
729compiled with Emacs. Set `load-dangerous-libraries' to t to change
730this behavior.
731
efeb796b 732The reason for this change is an incompatible change in XEmacs's byte
1e7db2e9
GM
733compiler. Files compiled with XEmacs can contain byte codes that let
734Emacs dump core.
735
736** Toggle buttons and radio buttons in menus.
737
738When compiled with LessTif (or Motif) support, Emacs uses toolkit
739widgets for radio and toggle buttons in menus. When configured for
740Lucid, Emacs draws radio buttons and toggle buttons similar to Motif.
741
742** The menu bar configuration has changed. The new configuration is
743more CUA-compliant. The most significant change is that Options is
744now a separate menu-bar item, with Mule and Customize as its submenus.
745
746** Item Save Options on the Options menu allows saving options set
747using that menu.
748
1e7db2e9
GM
749** Highlighting of trailing whitespace.
750
751When `show-trailing-whitespace' is non-nil, Emacs displays trailing
752whitespace in the face `trailing-whitespace'. Trailing whitespace is
753defined as spaces or tabs at the end of a line. To avoid busy
754highlighting when entering new text, trailing whitespace is not
755displayed if point is at the end of the line containing the
756whitespace.
757
1e7db2e9
GM
758** C-x 5 1 runs the new command delete-other-frames which deletes
759all frames except the selected one.
760
761** The new user-option `confirm-kill-emacs' can be customized to
762let Emacs ask for confirmation before exiting.
763
1e7db2e9
GM
764** The header line in an Info buffer is now displayed as an emacs
765header-line (which is like a mode-line, but at the top of the window),
766so that it remains visible even when the buffer has been scrolled.
767This behavior may be disabled by customizing the option
768`Info-use-header-line'.
769
1e7db2e9
GM
770** Polish, Czech, German, and French translations of Emacs' reference card
771have been added. They are named `pl-refcard.tex', `cs-refcard.tex',
772`de-refcard.tex' and `fr-refcard.tex'. Postscript files are included.
773
774** An `Emacs Survival Guide', etc/survival.tex, is available.
775
776** A reference card for Dired has been added. Its name is
777`dired-ref.tex'. A French translation is available in
778`fr-drdref.tex'.
779
1e7db2e9
GM
780** C-down-mouse-3 is bound differently. Now if the menu bar is not
781displayed it pops up a menu containing the items which would be on the
782menu bar. If the menu bar is displayed, it pops up the major mode
783menu or the Edit menu if there is no major mode menu.
784
efeb796b 785** Variable `load-path' is no longer customizable through Customize.
17851d9d 786
a19e85cc 787You can no longer use `M-x customize-variable' to customize `load-path'
17851d9d
EZ
788because it now contains a version-dependent component. You can still
789use `add-to-list' and `setq' to customize this variable in your
790`~/.emacs' init file or to modify it from any Lisp program in general.
1e7db2e9 791
1e7db2e9
GM
792** C-u C-x = provides detailed information about the character at
793point in a pop-up window.
794
1e7db2e9
GM
795** Emacs can now support 'wheeled' mice (such as the MS IntelliMouse)
796under XFree86. To enable this, use the `mouse-wheel-mode' command, or
797customize the variable `mouse-wheel-mode'.
798
799The variables `mouse-wheel-follow-mouse' and `mouse-wheel-scroll-amount'
800determine where and by how much buffers are scrolled.
801
1e7db2e9
GM
802** Emacs' auto-save list files are now by default stored in a
803sub-directory `.emacs.d/auto-save-list/' of the user's home directory.
804(On MS-DOS, this subdirectory's name is `_emacs.d/auto-save.list/'.)
aa082854 805You can customize `auto-save-list-file-prefix' to change this location.
1e7db2e9 806
1e7db2e9
GM
807** The function `getenv' is now callable interactively.
808
eb1b0c74
GM
809** The new user-option `even-window-heights' can be set to nil
810to prevent `display-buffer' from evening out window heights.
811
c607d53d 812** The new command M-x delete-trailing-whitespace RET will delete the
346598f1 813trailing whitespace within the current restriction. You can also add
c607d53d
SS
814this function to `write-file-hooks' or `local-write-file-hooks'.
815
4104194e 816** When visiting a file with M-x find-file-literally, no newlines will
1e36ff68
DL
817be added to the end of the buffer even if `require-final-newline' is
818non-nil.
4104194e 819
ba9eeda1
GM
820** The new user-option `find-file-suppress-same-file-warnings' can be
821set to suppress warnings ``X and Y are the same file'' when visiting a
822file that is already visited under a different name.
823
42ac0ae5
GM
824** The new user-option `electric-help-shrink-window' can be set to
825nil to prevent adjusting the help window size to the buffer size.
826
ba9eeda1 827** New command M-x describe-character-set reads a character set name
eb27839a 828and displays information about that.
b941a14b 829
25ad1371
GM
830** The new variable `auto-mode-interpreter-regexp' contains a regular
831expression matching interpreters, for file mode determination.
832
833This regular expression is matched against the first line of a file to
834determine the file's mode in `set-auto-mode' when Emacs can't deduce a
835mode from the file's name. If it matches, the file is assumed to be
836interpreted by the interpreter matched by the second group of the
837regular expression. The mode is then determined as the mode
838associated with that interpreter in `interpreter-mode-alist'.
839
40e857ea 840** New function executable-make-buffer-file-executable-if-script-p is
424d8b44 841suitable as an after-save-hook as an alternative to `executable-chmod'.
40e857ea 842
c08398de
DL
843** The most preferred coding-system is now used to save a buffer if
844buffer-file-coding-system is `undecided' and it is safe for the buffer
845contents. (The most preferred is set by set-language-environment or
846by M-x prefer-coding-system.) Thus if you visit an ASCII file and
847insert a non-ASCII character from your current language environment,
848the file will be saved silently with the appropriate coding.
849Previously you would be prompted for a safe coding system.
850
efeb796b
EZ
851** The many obsolete language `setup-...-environment' commands have
852been removed -- use `set-language-environment'.
853
efeb796b
EZ
854** The new Custom option `keyboard-coding-system' specifies a coding
855system for keyboard input.
856
3d6cd763
GM
857** New variable `inhibit-iso-escape-detection' determines if Emacs'
858coding system detection algorithm should pay attention to ISO2022's
859escape sequences. If this variable is non-nil, the algorithm ignores
860such escape sequences. The default value is nil, and it is
861recommended not to change it except for the special case that you
07b14857 862always want to read any escape code verbatim. If you just want to
3d6cd763 863read a specific file without decoding escape codes, use C-x RET c
07b14857
KH
864(`universal-coding-system-argument'). For instance, C-x RET c latin-1
865RET C-x C-f filename RET.
26ae8525 866
0b8a3a6d
DL
867** Variable `default-korean-keyboard' is initialized properly from the
868environment variable `HANGUL_KEYBOARD_TYPE'.
869
0b8a3a6d
DL
870** New command M-x list-charset-chars reads a character set name and
871displays all characters in that character set.
872
873** M-x set-terminal-coding-system (C-x RET t) now allows CCL-based
874coding systems such as cpXXX and cyrillic-koi8.
875
efeb796b
EZ
876** Emacs now attempts to determine the initial language environment
877and preferred and locale coding systems systematically from the
878LC_ALL, LC_CTYPE, and LANG environment variables during startup.
879
efeb796b
EZ
880** New language environments `Polish', `Latin-8' and `Latin-9'.
881Latin-8 and Latin-9 correspond respectively to the ISO character sets
8828859-14 (Celtic) and 8859-15 (updated Latin-1, with the Euro sign).
883GNU Intlfonts doesn't support these yet but recent X releases have
8848859-15. See etc/INSTALL for information on obtaining extra fonts.
885There are new Leim input methods for Latin-8 and Latin-9 prefix (only)
886and Polish `slash'.
887
efeb796b
EZ
888** New language environments `Dutch' and `Spanish'.
889These new environments mainly select appropriate translations
890of the tutorial.
891
892** In Ethiopic language environment, special key bindings for
893function keys are changed as follows. This is to conform to "Emacs
894Lisp Coding Convention".
895
896 new command old-binding
897 --- ------- -----------
898 f3 ethio-fidel-to-sera-buffer f5
899 S-f3 ethio-fidel-to-sera-region f5
900 C-f3 ethio-fidel-to-sera-mail-or-marker f5
901
902 f4 ethio-sera-to-fidel-buffer unchanged
903 S-f4 ethio-sera-to-fidel-region unchanged
904 C-f4 ethio-sera-to-fidel-mail-or-marker unchanged
905
906 S-f5 ethio-toggle-punctuation f3
907 S-f6 ethio-modify-vowel f6
908 S-f7 ethio-replace-space f7
909 S-f8 ethio-input-special-character f8
910 S-f9 ethio-replace-space unchanged
911 C-f9 ethio-toggle-space f2
912
bd161121
EZ
913** There are new Leim input methods.
914New input methods "turkish-postfix", "turkish-alt-postfix",
915"greek-mizuochi", "TeX", and "greek-babel" are now part of the Leim
916package.
917
efeb796b
EZ
918** The rule of input method "slovak" is slightly changed. Now the
919rules for translating "q" and "Q" to "`" (backquote) are deleted, thus
920typing them inserts "q" and "Q" respectively. Rules for translating
921"=q", "+q", "=Q", and "+Q" to "`" are also deleted. Now, to input
922"`", you must type "=q".
923
efeb796b
EZ
924** When your terminal can't display characters from some of the ISO
9258859 character sets but can display Latin-1, you can display
926more-or-less mnemonic sequences of ASCII/Latin-1 characters instead of
927empty boxes (under a window system) or question marks (not under a
928window system). Customize the option `latin1-display' to turn this
929on.
930
efeb796b
EZ
931** M-; now calls comment-dwim which tries to do something clever based
932on the context. M-x kill-comment is now an alias to comment-kill,
933defined in newcomment.el. You can choose different styles of region
934commenting with the variable `comment-style'.
5cb6a58e 935
5898e075
DL
936** New user options `display-time-mail-face' and
937`display-time-use-mail-icon' control the appearance of mode-line mail
938indicator used by the display-time package. On a suitable display the
939indicator can be an icon and is mouse-sensitive.
940
cc181e95
GM
941** On window-systems, additional space can be put between text lines
942on the display using several methods
943
944- By setting frame parameter `line-spacing' to PIXELS. PIXELS must be
945a positive integer, and specifies that PIXELS number of pixels should
946be put below text lines on the affected frame or frames.
947
948- By setting X resource `lineSpacing', class `LineSpacing'. This is
5820dead 949equivalent to specifying the frame parameter.
cc181e95 950
da4496b6 951- By specifying `--line-spacing=N' or `-lsp N' on the command line.
cc181e95
GM
952
953- By setting buffer-local variable `line-spacing'. The meaning is
954the same, but applies to the a particular buffer only.
955
3b4fa1b2 956** The new command `clone-indirect-buffer' can be used to create
1c459486 957an indirect buffer that is a twin copy of the current buffer. The
3b4fa1b2 958command `clone-indirect-buffer-other-window', bound to C-x 4 c,
1c459486 959does the same but displays the indirect buffer in another window.
0daee095 960
176256a1 961** New user options `backup-directory-alist' and
3bbc50af
DL
962`make-backup-file-name-function' control the placement of backups,
963typically in a single directory or in an invisible sub-directory.
176256a1 964
dd0add8e
DL
965** New commands iso-iso2sgml and iso-sgml2iso convert between Latin-1
966characters and the corresponding SGML (HTML) entities.
967
699238d9 968** New X resources recognized
100b3cbb 969
7233c5bd
GM
970*** The X resource `synchronous', class `Synchronous', specifies
971whether Emacs should run in synchronous mode. Synchronous mode
972is useful for debugging X problems.
973
974Example:
975
699238d9 976 emacs.synchronous: true
7233c5bd 977
100b3cbb
GM
978*** The X resource `visualClass, class `VisualClass', specifies the
979visual Emacs should use. The resource's value should be a string of
980the form `CLASS-DEPTH', where CLASS is the name of the visual class,
981and DEPTH is the requested color depth as a decimal number. Valid
982visual class names are
983
984 TrueColor
985 PseudoColor
986 DirectColor
987 StaticColor
988 GrayScale
989 StaticGray
990
991Visual class names specified as X resource are case-insensitive, i.e.
992`pseudocolor', `Pseudocolor' and `PseudoColor' all have the same
993meaning.
994
995The program `xdpyinfo' can be used to list the visual classes
996supported on your display, and which depths they have. If
997`visualClass' is not specified, Emacs uses the display's default
998visual.
999
1000Example:
1001
699238d9 1002 emacs.visualClass: TrueColor-8
100b3cbb
GM
1003
1004*** The X resource `privateColormap', class `PrivateColormap',
1005specifies that Emacs should use a private colormap if it is using the
1006default visual, and that visual is of class PseudoColor. Recognized
1007resource values are `true' or `on'.
1008
1009Example:
1010
699238d9 1011 emacs.privateColormap: true
100b3cbb 1012
a933dad1
DL
1013** Faces and frame parameters.
1014
1015There are four new faces `scroll-bar', `border', `cursor' and `mouse'.
1016Setting the frame parameters `scroll-bar-foreground' and
1017`scroll-bar-background' sets foreground and background color of face
1018`scroll-bar' and vice versa. Setting frame parameter `border-color'
1019sets the background color of face `border' and vice versa. Likewise
1020for frame parameters `cursor-color' and face `cursor', and frame
1021parameter `mouse-color' and face `mouse'.
1022
1023Changing frame parameter `font' sets font-related attributes of the
1024`default' face and vice versa. Setting frame parameters
79214ddf 1025`foreground-color' or `background-color' sets the colors of the
a933dad1
DL
1026`default' face and vice versa.
1027
f77a4a8a
GM
1028** New face `menu'.
1029
1030The face `menu' can be used to change colors and font of Emacs' menus.
f77a4a8a 1031
a933dad1
DL
1032** New frame parameter `screen-gamma' for gamma correction.
1033
1034The new frame parameter `screen-gamma' specifies gamma-correction for
1035colors. Its value may be nil, the default, in which case no gamma
1036correction occurs, or a number > 0, usually a float, that specifies
1037the screen gamma of a frame's display.
1038
1039PC monitors usually have a screen gamma of 2.2. smaller values result
1040in darker colors. You might want to try a screen gamma of 1.5 for LCD
1041color displays. The viewing gamma Emacs uses is 0.4545. (1/2.2).
1042
1043The X resource name of this parameter is `screenGamma', class
1044`ScreenGamma'.
1045
a933dad1
DL
1046** Tabs and variable-width text.
1047
1048Tabs are now displayed with stretch properties; the width of a tab is
1049defined as a multiple of the normal character width of a frame, and is
1050independent of the fonts used in the text where the tab appears.
1051Thus, tabs can be used to line up text in different fonts.
1052
1053** Enhancements of the Lucid menu bar
1054
1055*** The Lucid menu bar now supports the resource "margin".
1056
1057 emacs.pane.menubar.margin: 5
1058
79dd1637
RS
1059The default margin is 4 which makes the menu bar appear like the
1060LessTif/Motif one.
a933dad1 1061
79dd1637
RS
1062*** Arrows that indicate sub-menus are now drawn with shadows, as in
1063LessTif and Motif.
a933dad1 1064
a933dad1
DL
1065** A block cursor can be drawn as wide as the glyph under it under X.
1066
1067As an example: if a block cursor is over a tab character, it will be
1068drawn as wide as that tab on the display. To do this, set
1069`x-stretch-cursor' to a non-nil value.
1070
1071** Empty display lines at the end of a buffer may be marked with a
efeb796b 1072bitmap (this is similar to the tilde displayed by vi and Less).
a933dad1
DL
1073
1074This behavior is activated by setting the buffer-local variable
1075`indicate-empty-lines' to a non-nil value. The default value of this
1076variable is found in `default-indicate-empty-lines'.
1077
1078** There is a new "aggressive" scrolling method.
1079
1080When scrolling up because point is above the window start, if the
d9e66103 1081value of the buffer-local variable `scroll-up-aggressively' is a
a933dad1 1082number, Emacs chooses a new window start so that point ends up that
d5951185 1083fraction of the window's height from the top of the window.
a933dad1
DL
1084
1085When scrolling down because point is below the window end, if the
8a33023e 1086value of the buffer-local variable `scroll-down-aggressively' is a
a933dad1 1087number, Emacs chooses a new window start so that point ends up that
d5951185 1088fraction of the window's height from the bottom of the window.
a933dad1 1089
efeb796b
EZ
1090** You can now easily create new *Info* buffers using either
1091M-x clone-buffer, C-u m <entry> RET or C-u g <entry> RET.
1092M-x clone-buffer can also be used on *Help* and several other special
1093buffers.
1094
1095** The command `Info-search' now uses a search history.
1096
1097** Listing buffers with M-x list-buffers (C-x C-b) now shows
1098abbreviated file names. Abbreviations can be customized by changing
1099`directory-abbrev-alist'.
1100
efeb796b
EZ
1101** A new variable, backup-by-copying-when-privileged-mismatch, gives
1102the highest file uid for which backup-by-copying-when-mismatch will be
1103forced on. The assumption is that uids less than or equal to this
1104value are special uids (root, bin, daemon, etc.--not real system
1105users) and that files owned by these users should not change ownership,
1106even if your system policy allows users other than root to edit them.
1107
1108The default is 200; set the variable to nil to disable the feature.
1109
a933dad1
DL
1110** The rectangle commands now avoid inserting undesirable spaces,
1111notably at the end of lines.
1112
1113All these functions have been rewritten to avoid inserting unwanted
1114spaces, and an optional prefix now allows them to behave the old way.
1115
8748ecc0 1116** The function `replace-rectangle' is an alias for `string-rectangle'.
eee54b0e 1117
8748ecc0
GM
1118** The new command M-x string-insert-rectangle is like `string-rectangle',
1119but inserts text instead of replacing it.
2ce72bfa 1120
a933dad1
DL
1121** The new command M-x query-replace-regexp-eval acts like
1122query-replace-regexp, but takes a Lisp expression which is evaluated
1123after each match to get the replacement text.
1124
d5483ab1
GM
1125** M-x query-replace recognizes a new command `e' (or `E') that lets
1126you edit the replacement string.
4ff40dd0 1127
75823f67
EZ
1128** The new command mail-abbrev-complete-alias, bound to `M-TAB'
1129(if you load the library `mailabbrev'), lets you complete mail aliases
1130in the text, analogous to lisp-complete-symbol.
4ff40dd0 1131
efeb796b 1132** The variable `echo-keystrokes' may now have a floating point value.
889be0a1 1133
efeb796b
EZ
1134** If your init file is compiled (.emacs.elc), `user-init-file' is set
1135to the source name (.emacs.el), if that exists, after loading it.
327652be 1136
efeb796b
EZ
1137** The help string specified for a menu-item whose definition contains
1138the property `:help HELP' is now displayed under X, on MS-Windows, and
1139MS-DOS, either in the echo area or with tooltips. Many standard menus
1140displayed by Emacs now have help strings.
a32da22c 1141
75823f67 1142--
efeb796b
EZ
1143** New user option `read-mail-command' specifies a command to use to
1144read mail from the menu etc.
559cee90 1145
efeb796b
EZ
1146** The environment variable `EMACSLOCKDIR' is no longer used on MS-Windows.
1147This environment variable was used when creating lock files. Emacs on
1148MS-Windows does not use this variable anymore. This change was made
1149before Emacs 21.1, but wasn't documented until now.
559cee90 1150
efeb796b
EZ
1151** Highlighting of mouse-sensitive regions is now supported in the
1152MS-DOS version of Emacs.
424d8b44 1153
efeb796b
EZ
1154** The new command `msdos-set-mouse-buttons' forces the MS-DOS version
1155of Emacs to behave as if the mouse had a specified number of buttons.
1156This comes handy with mice that don't report their number of buttons
1157correctly. One example is the wheeled mice, which report 3 buttons,
1158but clicks on the middle button are not passed to the MS-DOS version
1159of Emacs.
eb2aac9d 1160
efeb796b 1161** Customize changes
eb2aac9d 1162
efeb796b
EZ
1163*** Customize now supports comments about customized items. Use the
1164`State' menu to add comments, or give a prefix argument to
1165M-x customize-set-variable or M-x customize-set-value. Note that
1166customization comments will cause the customizations to fail in
1167earlier versions of Emacs.
1b24b888 1168
efeb796b
EZ
1169*** The new option `custom-buffer-done-function' says whether to kill
1170Custom buffers when you've done with them or just bury them (the
1171default).
79c78e77 1172
efeb796b
EZ
1173*** If Emacs was invoked with the `-q' or `--no-init-file' options, it
1174does not allow you to save customizations in your `~/.emacs' init
1175file. This is because saving customizations from such a session would
1176wipe out all the other customizationss you might have on your init
1177file.
79c78e77 1178
efeb796b 1179** New features in evaluation commands
3476b54a 1180
efeb796b
EZ
1181*** The commands to evaluate Lisp expressions, such as C-M-x in Lisp
1182modes, C-j in Lisp Interaction mode, and M-:, now bind the variables
1183print-level, print-length, and debug-on-error based on the new
1184customizable variables eval-expression-print-level,
1185eval-expression-print-length, and eval-expression-debug-on-error.
a933dad1 1186
f37e8c77
EZ
1187The default values for the first two of these variables are 12 and 4
1188respectively, which means that `eval-expression' now prints at most
1189the first 12 members of a list and at most 4 nesting levels deep (if
1190the list is longer or deeper than that, an ellipsis `...' is
1191printed).
1192
75c5350a
GM
1193<RET> or <mouse-2> on the printed text toggles between an abbreviated
1194printed representation and an unabbreviated one.
f6e6cdf2 1195
f37e8c77
EZ
1196The default value of eval-expression-debug-on-error is t, so any error
1197during evaluation produces a backtrace.
1198
3a426197 1199*** The function `eval-defun' (C-M-x) now loads Edebug and instruments
5e03eb84
GM
1200code when called with a prefix argument.
1201
b1c609b1
GM
1202** CC mode changes.
1203
1204Note: This release contains changes that might not be compatible with
1205current user setups (although it's believed that these
1206incompatibilities will only show in very uncommon circumstances).
1207However, since the impact is uncertain, these changes may be rolled
1208back depending on user feedback. Therefore there's no forward
1209compatibility guarantee wrt the new features introduced in this
1210release.
1211
e120bebf
GM
1212*** The hardcoded switch to "java" style in Java mode is gone.
1213CC Mode used to automatically set the style to "java" when Java mode
1214is entered. This has now been removed since it caused too much
1215confusion.
1216
1217However, to keep backward compatibility to a certain extent, the
1218default value for c-default-style now specifies the "java" style for
1219java-mode, but "gnu" for all other modes (as before). So you won't
1220notice the change if you haven't touched that variable.
1221
1222*** New cleanups, space-before-funcall and compact-empty-funcall.
1223Two new cleanups have been added to c-cleanup-list:
1224
1225space-before-funcall causes a space to be inserted before the opening
1226parenthesis of a function call, which gives the style "foo (bar)".
1227
1228compact-empty-funcall causes any space before a function call opening
1229parenthesis to be removed if there are no arguments to the function.
1230It's typically useful together with space-before-funcall to get the
1231style "foo (bar)" and "foo()".
1232
1233*** Some keywords now automatically trigger reindentation.
1234Keywords like "else", "while", "catch" and "finally" have been made
1235"electric" to make them reindent automatically when they continue an
1236earlier statement. An example:
1237
1238for (i = 0; i < 17; i++)
1239 if (a[i])
1240 res += a[i]->offset;
1241else
1242
1243Here, the "else" should be indented like the preceding "if", since it
1244continues that statement. CC Mode will automatically reindent it after
1245the "else" has been typed in full, since it's not until then it's
1246possible to decide whether it's a new statement or a continuation of
1247the preceding "if".
1248
1249CC Mode uses Abbrev mode to achieve this, which is therefore turned on
1250by default.
1251
1252*** M-a and M-e now moves by sentence in multiline strings.
1253Previously these two keys only moved by sentence in comments, which
1254meant that sentence movement didn't work in strings containing
1255documentation or other natural language text.
1256
1257The reason it's only activated in multiline strings (i.e. strings that
1258contain a newline, even when escaped by a '\') is to avoid stopping in
1259the short strings that often reside inside statements. Multiline
1260strings almost always contain text in a natural language, as opposed
1261to other strings that typically contain format specifications,
1262commands, etc. Also, it's not that bothersome that M-a and M-e misses
1263sentences in single line strings, since they're short anyway.
1264
1265*** Support for autodoc comments in Pike mode.
1266Autodoc comments for Pike are used to extract documentation from the
1267source, like Javadoc in Java. Pike mode now recognize this markup in
1268comment prefixes and paragraph starts.
1269
1270*** The comment prefix regexps on c-comment-prefix may be mode specific.
1271When c-comment-prefix is an association list, it specifies the comment
1272line prefix on a per-mode basis, like c-default-style does. This
1273change came about to support the special autodoc comment prefix in
1274Pike mode only.
1275
1276*** Better handling of syntactic errors.
1277The recovery after unbalanced parens earlier in the buffer has been
1278improved; CC Mode now reports them by dinging and giving a message
1279stating the offending line, but still recovers and indent the
1280following lines in a sane way (most of the time). An "else" with no
1281matching "if" is handled similarly. If an error is discovered while
1282indenting a region, the whole region is still indented and the error
1283is reported afterwards.
1284
1285*** Lineup functions may now return absolute columns.
1286A lineup function can give an absolute column to indent the line to by
1287returning a vector with the desired column as the first element.
1288
1289*** More robust and warning-free byte compilation.
1290Although this is strictly not a user visible change (well, depending
1291on the view of a user), it's still worth mentioning that CC Mode now
1292can be compiled in the standard ways without causing trouble. Some
1293code have also been moved between the subpackages to enhance the
1294modularity somewhat. Thanks to Martin Buchholz for doing the
1295groundwork.
1296
7972fcfc
GM
1297*** c-style-variables-are-local-p now defaults to t.
1298This is an incompatible change that has been made to make the behavior
1299of the style system wrt global variable settings less confusing for
1300non-advanced users. If you know what this variable does you might
1301want to set it to nil in your .emacs, otherwise you probably don't
1302have to bother.
1303
1304Defaulting c-style-variables-are-local-p to t avoids the confusing
1305situation that occurs when a user sets some style variables globally
487522fe 1306and edits both a Java and a non-Java file in the same Emacs session.
7972fcfc
GM
1307If the style variables aren't buffer local in this case, loading of
1308the second file will cause the default style (either "gnu" or "java"
1309by default) to override the global settings made by the user.
1310
b1c609b1
GM
1311*** New initialization procedure for the style system.
1312When the initial style for a buffer is determined by CC Mode (from the
1313variable c-default-style), the global values of style variables now
1314take precedence over the values specified by the chosen style. This
1315is different than the old behavior: previously, the style-specific
1316settings would override the global settings. This change makes it
1317possible to do simple configuration in the intuitive way with
1318Customize or with setq lines in one's .emacs file.
1319
1320By default, the global value of every style variable is the new
1321special symbol set-from-style, which causes the value to be taken from
1322the style system. This means that in effect, only an explicit setting
1323of a style variable will cause the "overriding" behavior described
1324above.
1325
1326Also note that global settings override style-specific settings *only*
1327when the initial style of a buffer is chosen by a CC Mode major mode
1328function. When a style is chosen in other ways --- for example, by a
1329call like (c-set-style "gnu") in a hook, or via M-x c-set-style ---
1330then the style-specific values take precedence over any global style
1331values. In Lisp terms, global values override style-specific values
1332only when the new second argument to c-set-style is non-nil; see the
1333function documentation for more info.
1334
1335The purpose of these changes is to make it easier for users,
1336especially novice users, to do simple customizations with Customize or
1337with setq in their .emacs files. On the other hand, the new system is
1338intended to be compatible with advanced users' customizations as well,
1339such as those that choose styles in hooks or whatnot. This new system
1340is believed to be almost entirely compatible with current
1341configurations, in spite of the changed precedence between style and
1342global variable settings when a buffer's default style is set.
1343
1344(Thanks to Eric Eide for clarifying this explanation a bit.)
1345
1346**** c-offsets-alist is now a customizable variable.
1347This became possible as a result of the new initialization behavior.
1348
1349This variable is treated slightly differently from the other style
1350variables; instead of using the symbol set-from-style, it will be
1351completed with the syntactic symbols it doesn't already contain when
1352the style is first initialized. This means it now defaults to the
1353empty list to make all syntactic elements get their values from the
1354style system.
1355
1356**** Compatibility variable to restore the old behavior.
1357In case your configuration doesn't work with this change, you can set
1358c-old-style-variable-behavior to non-nil to get the old behavior back
1359as far as possible.
1360
1361*** Improvements to line breaking and text filling.
1362CC Mode now handles this more intelligently and seamlessly wrt the
1363surrounding code, especially inside comments. For details see the new
1364chapter about this in the manual.
1365
1366**** New variable to recognize comment line prefix decorations.
1367The variable c-comment-prefix-regexp has been added to properly
1368recognize the line prefix in both block and line comments. It's
1369primarily used to initialize the various paragraph recognition and
1370adaptive filling variables that the text handling functions uses.
1371
1372**** New variable c-block-comment-prefix.
1373This is a generalization of the now obsolete variable
1374c-comment-continuation-stars to handle arbitrary strings.
1375
1376**** CC Mode now uses adaptive fill mode.
1377This to make it adapt better to the paragraph style inside comments.
1378
1379It's also possible to use other adaptive filling packages inside CC
1380Mode, notably Kyle E. Jones' Filladapt mode (http://wonderworks.com/).
1381A new convenience function c-setup-filladapt sets up Filladapt for use
1382inside CC Mode.
1383
1384Note though that the 2.12 version of Filladapt lacks a feature that
1385causes it to work suboptimally when c-comment-prefix-regexp can match
1386the empty string (which it commonly does). A patch for that is
1387available from the CC Mode web site (http://www.python.org/emacs/
1388cc-mode/).
1389
9ed462b7
EZ
1390**** The variables `c-hanging-comment-starter-p' and
1391`c-hanging-comment-ender-p', which controlled how comment starters and
1392enders were filled, are not used anymore. The new version of the
1393function `c-fill-paragraph' keeps the comment starters and enders as
1394they were before the filling.
1395
b1c609b1
GM
1396**** It's now possible to selectively turn off auto filling.
1397The variable c-ignore-auto-fill is used to ignore auto fill mode in
1398specific contexts, e.g. in preprocessor directives and in string
1399literals.
1400
1401**** New context sensitive line break function c-context-line-break.
1402It works like newline-and-indent in normal code, and adapts the line
1403prefix according to the comment style when used inside comments. If
1404you're normally using newline-and-indent, you might want to switch to
1405this function.
1406
1407*** Fixes to IDL mode.
1408It now does a better job in recognizing only the constructs relevant
1409to IDL. E.g. it no longer matches "class" as the beginning of a
1410struct block, but it does match the CORBA 2.3 "valuetype" keyword.
1411Thanks to Eric Eide.
1412
1413*** Improvements to the Whitesmith style.
1414It now keeps the style consistently on all levels and both when
1415opening braces hangs and when they don't.
1416
1417**** New lineup function c-lineup-whitesmith-in-block.
1418
1419*** New lineup functions c-lineup-template-args and c-indent-multi-line-block.
1420See their docstrings for details. c-lineup-template-args does a
1421better job of tracking the brackets used as parens in C++ templates,
1422and is used by default to line up continued template arguments.
1423
1424*** c-lineup-comment now preserves alignment with a comment on the
1425previous line. It used to instead preserve comments that started in
1426the column specified by comment-column.
1427
1428*** c-lineup-C-comments handles "free form" text comments.
1429In comments with a long delimiter line at the start, the indentation
1430is kept unchanged for lines that start with an empty comment line
1431prefix. This is intended for the type of large block comments that
1432contain documentation with its own formatting. In these you normally
1433don't want CC Mode to change the indentation.
1434
1435*** The `c' syntactic symbol is now relative to the comment start
1436instead of the previous line, to make integers usable as lineup
1437arguments.
1438
1439*** All lineup functions have gotten docstrings.
1440
1441*** More preprocessor directive movement functions.
1442c-down-conditional does the reverse of c-up-conditional.
1443c-up-conditional-with-else and c-down-conditional-with-else are
1444variants of these that also stops at "#else" lines (suggested by Don
1445Provan).
1446
1447*** Minor improvements to many movement functions in tricky situations.
1448
efeb796b 1449** Dired changes
c407c570 1450
efeb796b
EZ
1451*** New variable `dired-recursive-deletes' determines if the delete
1452command will delete non-empty directories recursively. The default
1453is, delete only empty directories.
c407c570 1454
efeb796b
EZ
1455*** New variable `dired-recursive-copies' determines if the copy
1456command will copy directories recursively. The default is, do not
1457copy directories recursively.
87be76f6 1458
efeb796b
EZ
1459*** In command `dired-do-shell-command' (usually bound to `!') a `?'
1460in the shell command has a special meaning similar to `*', but with
1461the difference that the command will be run on each file individually.
3353ef5a 1462
efeb796b
EZ
1463*** The new command `dired-find-alternate-file' (usually bound to `a')
1464replaces the Dired buffer with the buffer for an alternate file or
1465directory.
c407c570 1466
a320a8e7 1467*** The new command `dired-show-file-type' (usually bound to `y') shows
efeb796b
EZ
1468a message in the echo area describing what type of file the point is on.
1469This command invokes the external program `file' do its work, and so
1470will only work on systems with that program, and will be only as
1471accurate or inaccurate as it is.
1472
1473*** Dired now properly handles undo changes of adding/removing `-R'
1474from ls switches.
1475
1476*** Dired commands that prompt for a destination file now allow the use
1477of the `M-n' command in the minibuffer to insert the source filename,
1478which the user can then edit. This only works if there is a single
1479source file, not when operating on multiple marked files.
a933dad1 1480
efeb796b 1481** Gnus changes.
87be76f6 1482
efeb796b
EZ
1483The Gnus NEWS entries are short, but they reflect sweeping changes in
1484four areas: Article display treatment, MIME treatment,
1485internationalization and mail-fetching.
87be76f6 1486
efeb796b
EZ
1487*** The mail-fetching functions have changed. See the manual for the
1488many details. In particular, all procmail fetching variables are gone.
87be76f6 1489
efeb796b 1490If you used procmail like in
87be76f6 1491
efeb796b
EZ
1492(setq nnmail-use-procmail t)
1493(setq nnmail-spool-file 'procmail)
1494(setq nnmail-procmail-directory "~/mail/incoming/")
1495(setq nnmail-procmail-suffix "\\.in")
35384f06 1496
efeb796b 1497this now has changed to
87be76f6 1498
efeb796b
EZ
1499(setq mail-sources
1500 '((directory :path "~/mail/incoming/"
1501 :suffix ".in")))
d7b511c4 1502
efeb796b
EZ
1503More information is available in the info doc at Select Methods ->
1504Getting Mail -> Mail Sources
d67f47e4 1505
efeb796b
EZ
1506*** Gnus is now a MIME-capable reader. This affects many parts of
1507Gnus, and adds a slew of new commands. See the manual for details.
1508Separate MIME packages like RMIME, mime-compose etc., will probably no
1509longer work; remove them and use the native facilities.
d7b511c4 1510
efeb796b
EZ
1511The FLIM/SEMI package still works with Emacs 21, but if you want to
1512use the native facilities, you must remove any mailcap.el[c] that was
1513installed by FLIM/SEMI version 1.13 or earlier.
9d453139 1514
efeb796b
EZ
1515*** Gnus has also been multilingualized. This also affects too many
1516parts of Gnus to summarize here, and adds many new variables. There
1517are built-in facilities equivalent to those of gnus-mule.el, which is
1518now just a compatibility layer.
4b9347b3 1519
75823f67
EZ
1520*** gnus-mule.el is now just a compatibility layer over the built-in
1521Gnus facilities.
1522
efeb796b
EZ
1523*** gnus-auto-select-first can now be a function to be
1524called to position point.
4b9347b3 1525
efeb796b
EZ
1526*** The user can now decide which extra headers should be included in
1527summary buffers and NOV files.
79214ddf 1528
efeb796b
EZ
1529*** `gnus-article-display-hook' has been removed. Instead, a number
1530of variables starting with `gnus-treat-' have been added.
79214ddf 1531
efeb796b
EZ
1532*** The Gnus posting styles have been redone again and now work in a
1533subtly different manner.
aca0be23 1534
efeb796b
EZ
1535*** New web-based backends have been added: nnslashdot, nnwarchive
1536and nnultimate. nnweb has been revamped, again, to keep up with
1537ever-changing layouts.
79214ddf 1538
efeb796b 1539*** Gnus can now read IMAP mail via nnimap.
79214ddf 1540
efeb796b 1541*** There is image support of various kinds and some sound support.
8c463abe 1542
efeb796b 1543** Changes in Texinfo mode.
8c463abe 1544
efeb796b
EZ
1545*** A couple of new key bindings have been added for inserting Texinfo
1546macros
79214ddf 1547
efeb796b
EZ
1548 Key binding Macro
1549 -------------------------
1550 C-c C-c C-s @strong
1551 C-c C-c C-e @emph
1552 C-c C-c u @uref
1553 C-c C-c q @quotation
1554 C-c C-c m @email
1555 C-c C-o @<block> ... @end <block>
1556 M-RET @item
79214ddf 1557
efeb796b 1558*** The " key now inserts either " or `` or '' depending on context.
79214ddf 1559
efeb796b 1560** Changes in Outline mode.
79214ddf 1561
efeb796b
EZ
1562There is now support for Imenu to index headings. A new command
1563`outline-headers-as-kill' copies the visible headings in the region to
1564the kill ring, e.g. to produce a table of contents.
89d57763 1565
efeb796b 1566** Changes to Emacs Server
79214ddf 1567
efeb796b
EZ
1568*** The new option `server-kill-new-buffers' specifies what to do
1569with buffers when done with them. If non-nil, the default, buffers
1570are killed, unless they were already present before visiting them with
1571Emacs Server. If nil, `server-temp-file-regexp' specifies which
1572buffers to kill, as before.
79214ddf 1573
efeb796b
EZ
1574Please note that only buffers are killed that still have a client,
1575i.e. buffers visited with `emacsclient --no-wait' are never killed in
1576this way.
1577
1578** Both emacsclient and Emacs itself now accept command line options
1579of the form +LINE:COLUMN in addition to +LINE.
1580
1581** Changes to Show Paren mode.
1582
1583*** Overlays used by Show Paren mode now use a priority property.
1584The new user option show-paren-priority specifies the priority to
1585use. Default is 1000.
79214ddf 1586
efeb796b
EZ
1587** New command M-x check-parens can be used to find unbalanced paren
1588groups and strings in buffers in Lisp mode (or other modes).
f6737cde 1589
efeb796b 1590** Changes to hideshow.el
3f6e4b8b 1591
efeb796b 1592*** Generalized block selection and traversal
f6737cde 1593
efeb796b
EZ
1594A block is now recognized by its start and end regexps (both strings),
1595and an integer specifying which sub-expression in the start regexp
1596serves as the place where a `forward-sexp'-like function can operate.
1597See the documentation of variable `hs-special-modes-alist'.
f6737cde 1598
efeb796b
EZ
1599*** During incremental search, if Hideshow minor mode is active,
1600hidden blocks are temporarily shown. The variable `hs-headline' can
1601be used in the mode line format to show the line at the beginning of
1602the open block.
f6737cde 1603
efeb796b
EZ
1604*** User option `hs-hide-all-non-comment-function' specifies a
1605function to be called at each top-level block beginning, instead of
1606the normal block-hiding function.
f6737cde 1607
efeb796b 1608*** The command `hs-show-region' has been removed.
f6737cde 1609
efeb796b
EZ
1610*** The key bindings have changed to fit the Emacs conventions,
1611roughly imitating those of Outline minor mode. Notably, the prefix
1612for all bindings is now `C-c @'. For details, see the documentation
1613for `hs-minor-mode'.
f6737cde 1614
efeb796b
EZ
1615*** The variable `hs-show-hidden-short-form' has been removed, and
1616hideshow.el now always behaves as if this variable were set to t.
f6737cde 1617
efeb796b 1618** Changes to Change Log mode and Add-Log functions
f6737cde 1619
efeb796b
EZ
1620*** If you invoke `add-change-log-entry' from a backup file, it makes
1621an entry appropriate for the file's parent. This is useful for making
1622log entries by comparing a version with deleted functions.
0c68ce6f 1623
efeb796b
EZ
1624**** New command M-x change-log-merge merges another log into the
1625current buffer.
d521e087 1626
efeb796b
EZ
1627*** New command M-x change-log-redate fixes any old-style date entries
1628in a log file.
1e7db2e9 1629
efeb796b
EZ
1630*** Change Log mode now adds a file's version number to change log
1631entries if user-option `change-log-version-info-enabled' is non-nil.
1632Unless the file is under version control the search for a file's
1633version number is performed based on regular expressions from
1634`change-log-version-number-regexp-list' which can be customized.
1635Version numbers are only found in the first 10 percent of a file.
1636
1637*** Change Log mode now defines its own faces for font-lock highlighting.
1638
1639** Changes to cmuscheme
1640
1641*** The user-option `scheme-program-name' has been renamed
1642`cmuscheme-program-name' due to conflicts with xscheme.el.
1643
1644** Changes in Font Lock
1645
1646*** The new function `font-lock-remove-keywords' can be used to remove
1647font-lock keywords from the current buffer or from a specific major mode.
1648
1649*** Multi-line patterns are now supported. Modes using this, should
1650set font-lock-multiline to t in their font-lock-defaults.
1651
1652*** `font-lock-syntactic-face-function' allows major-modes to choose
1653the face used for each string/comment.
1654
1655*** A new standard face `font-lock-doc-face'.
1656Meant for Lisp docstrings, Javadoc comments and other "documentation in code".
1657
1658** Changes to Shell mode
1659
1660*** The `shell' command now accepts an optional argument to specify the buffer
1661to use, which defaults to "*shell*". When used interactively, a
1662non-default buffer may be specified by giving the `shell' command a
1663prefix argument (causing it to prompt for the buffer name).
1664
1665** Comint (subshell) changes
1666
1667These changes generally affect all modes derived from comint mode, which
1668include shell-mode, gdb-mode, scheme-interaction-mode, etc.
1669
1670*** Comint now by default interprets some carriage-control characters.
1671Comint now removes CRs from CR LF sequences, and treats single CRs and
1672BSs in the output in a way similar to a terminal (by deleting to the
1673beginning of the line, or deleting the previous character,
1674respectively). This is achieved by adding `comint-carriage-motion' to
1675the `comint-output-filter-functions' hook by default.
1676
1677*** By default, comint no longer uses the variable `comint-prompt-regexp'
1678to distinguish prompts from user-input. Instead, it notices which
1679parts of the text were output by the process, and which entered by the
1680user, and attaches `field' properties to allow emacs commands to use
1681this information. Common movement commands, notably beginning-of-line,
1682respect field boundaries in a fairly natural manner. To disable this
1683feature, and use the old behavior, customize the user option
1684`comint-use-prompt-regexp-instead-of-fields'.
1685
1686*** Comint now includes new features to send commands to running processes
1687and redirect the output to a designated buffer or buffers.
1688
1689*** The command M-x comint-redirect-send-command reads a command and
1690buffer name from the mini-buffer. The command is sent to the current
1691buffer's process, and its output is inserted into the specified buffer.
1692
1693The command M-x comint-redirect-send-command-to-process acts like
1694M-x comint-redirect-send-command but additionally reads the name of
1695the buffer whose process should be used from the mini-buffer.
1696
1697*** Packages based on comint now highlight user input and program prompts,
1698and support choosing previous input with mouse-2. To control these features,
1699see the user-options `comint-highlight-input' and `comint-highlight-prompt'.
1700
1701*** The new command `comint-write-output' (usually bound to `C-c C-s')
1702saves the output from the most recent command to a file. With a prefix
1703argument, it appends to the file.
1704
1705*** The command `comint-kill-output' has been renamed `comint-delete-output'
1706(usually bound to `C-c C-o'); the old name is aliased to it for
1707compatibility.
1708
1709*** The new function `comint-add-to-input-history' adds commands to the input
1710ring (history).
1711
1712*** The new variable `comint-input-history-ignore' is a regexp for
1713identifying history lines that should be ignored, like tcsh time-stamp
1714strings, starting with a `#'. The default value of this variable is "^#".
1715
1716** Changes to Rmail mode
1717
1718*** The new user-option rmail-user-mail-address-regexp can be
1719set to fine tune the identification of the correspondent when
1720receiving new mail. If it matches the address of the sender, the
1721recipient is taken as correspondent of a mail. If nil, the default,
1722`user-login-name' and `user-mail-address' are used to exclude yourself
1723as correspondent.
1724
1725Usually you don't have to set this variable, except if you collect
1726mails sent by you under different user names. Then it should be a
1727regexp matching your mail addresses.
1728
1729*** The new user-option rmail-confirm-expunge controls whether and how
1730to ask for confirmation before expunging deleted messages from an
1731Rmail file. You can choose between no confirmation, confirmation
1732with y-or-n-p, or confirmation with yes-or-no-p. Default is to ask
1733for confirmation with yes-or-no-p.
1734
1735*** RET is now bound in the Rmail summary to rmail-summary-goto-msg,
1736like `j'.
1737
1738*** There is a new user option `rmail-digest-end-regexps' that
1739specifies the regular expressions to detect the line that ends a
1740digest message.
1741
1742*** The new user option `rmail-automatic-folder-directives' specifies
1743in which folder to put messages automatically.
1744
1745*** The new function `rmail-redecode-body' allows to fix a message
1746with non-ASCII characters if Emacs happens to decode it incorrectly
1747due to missing or malformed "charset=" header.
1748
1749** The new user-option `mail-envelope-from' can be used to specify
1750an envelope-from address different from user-mail-address.
1751
75823f67
EZ
1752** The variable mail-specify-envelope-from controls whether to
1753use the -f option when sending mail.
1754
f68113db
EZ
1755** The Rmail command `o' (`rmail-output-to-rmail-file') now writes the
1756current message in the internal `emacs-mule' encoding, rather than in
1757the encoding taken from the variable `buffer-file-coding-system'.
1758This allows to save messages whose characters cannot be safely encoded
1759by the buffer's coding system, and makes sure the message will be
1760displayed correctly when you later visit the target Rmail file.
1761
1762If you want your Rmail files be encoded in a specific coding system
1763other than `emacs-mule', you can customize the variable
1764`rmail-file-coding-system' to set its value to that coding system.
1765
efeb796b
EZ
1766** Changes to TeX mode
1767
1768*** The default mode has been changed from `plain-tex-mode' to
1769`latex-mode'.
1770
1771*** latex-mode now has a simple indentation algorithm.
1772
1773*** M-f and M-p jump around \begin...\end pairs.
1774
1775*** Added support for outline-minor-mode.
1776
1777** Changes to RefTeX mode
1778
1779*** RefTeX has new support for index generation. Index entries can be
1780 created with `C-c <', with completion available on index keys.
1781 Pressing `C-c /' indexes the word at the cursor with a default
1782 macro. `C-c >' compiles all index entries into an alphabetically
1783 sorted *Index* buffer which looks like the final index. Entries
1784 can be edited from that buffer.
1785
1786*** Label and citation key selection now allow to select several
1787 items and reference them together (use `m' to mark items, `a' or
1788 `A' to use all marked entries).
1789
1790*** reftex.el has been split into a number of smaller files to reduce
1791 memory use when only a part of RefTeX is being used.
1792
1793*** a new command `reftex-view-crossref-from-bibtex' (bound to `C-c &'
1794 in BibTeX-mode) can be called in a BibTeX database buffer in order
1795 to show locations in LaTeX documents where a particular entry has
1796 been cited.
1797
1798** Emacs Lisp mode now allows multiple levels of outline headings.
1799The level of a heading is determined from the number of leading
1800semicolons in a heading line. Toplevel forms starting with a `('
1801in column 1 are always made leaves.
1802
1803** The M-x time-stamp command (most commonly used on write-file-hooks)
1804has the following new features:
1805
1806*** The patterns for finding the time stamp and for updating a pattern
1807may match text spanning multiple lines. For example, some people like
1808to have the filename and date on separate lines. The new variable
1809time-stamp-inserts-lines controls the matching for multi-line patterns.
1810
1811*** More than one time stamp can be updated in the same file. This
1812feature is useful if you need separate time stamps in a program source
1813file to both include in formatted documentation and insert in the
1814compiled binary. The same time-stamp will be written at each matching
1815pattern. The variable time-stamp-count enables this new feature; it
1816defaults to 1.
1817
1818** Partial Completion mode now completes environment variables in
1819file names.
1820
1821** Ispell changes
fbc164de 1822
efeb796b
EZ
1823*** The command `ispell' now spell-checks a region if
1824transient-mark-mode is on, and the mark is active. Otherwise it
1825spell-checks the current buffer.
59c1bf85 1826
efeb796b
EZ
1827*** Support for synchronous subprocesses - DOS/Windoze - has been
1828added.
732b9cdd 1829
efeb796b
EZ
1830*** An "alignment error" bug was fixed when a manual spelling
1831correction is made and re-checked.
b8b2ea31 1832
efeb796b 1833*** An Italian, Portuguese, and Slovak dictionary definition has been added.
b8b2ea31 1834
efeb796b
EZ
1835*** Region skipping performance has been vastly improved in some
1836cases.
b8b2ea31 1837
efeb796b
EZ
1838*** Spell checking HTML buffers has been improved and isn't so strict
1839on syntax errors.
1840
1841*** The buffer-local words are now always placed on a new line at the
1842end of the buffer.
1843
1844*** Spell checking now works in the MS-DOS version of Emacs.
1845
efeb796b
EZ
1846** Makefile mode changes
1847
1848*** The mode now uses the abbrev table `makefile-mode-abbrev-table'.
b8b2ea31 1849
efeb796b
EZ
1850*** Conditionals and include statements are now highlighted when
1851Fontlock mode is active.
1e406be0 1852
efeb796b 1853** Isearch changes
e33b0397 1854
efeb796b
EZ
1855*** Isearch now puts a call to `isearch-resume' in the command history,
1856so that searches can be resumed.
e33b0397 1857
3a426197 1858*** In Isearch mode, C-M-s and C-M-r are now bound like C-s and C-r,
efeb796b
EZ
1859respectively, i.e. you can repeat a regexp isearch with the same keys
1860that started the search.
1861
1862*** In Isearch mode, mouse-2 in the echo area now yanks the current
1863selection into the search string rather than giving an error.
6f8ea2ae 1864
efeb796b 1865*** There is a new lazy highlighting feature in incremental search.
c0510d27 1866
efeb796b
EZ
1867Lazy highlighting is switched on/off by customizing variable
1868`isearch-lazy-highlight'. When active, all matches for the current
1869search string are highlighted. The current match is highlighted as
1870before using face `isearch' or `region'. All other matches are
1871highlighted using face `isearch-lazy-highlight-face' which defaults to
1872`secondary-selection'.
5d94f558 1873
efeb796b
EZ
1874The extra highlighting makes it easier to anticipate where the cursor
1875will end up each time you press C-s or C-r to repeat a pending search.
1876Highlighting of these additional matches happens in a deferred fashion
1877using "idle timers," so the cycles needed do not rob isearch of its
1878usual snappy response.
dc28878c 1879
efeb796b
EZ
1880If `isearch-lazy-highlight-cleanup' is set to t, highlights for
1881matches are automatically cleared when you end the search. If it is
1882set to nil, you can remove the highlights manually with `M-x
1883isearch-lazy-highlight-cleanup'.
95931eb1 1884
54baed30
GM
1885** VC Changes
1886
1887VC has been overhauled internally. It is now modular, making it
1888easier to plug-in arbitrary version control backends. (See Lisp
1889Changes for details on the new structure.) As a result, the mechanism
1890to enable and disable support for particular version systems has
1891changed: everything is now controlled by the new variable
60a441a5 1892`vc-handled-backends'. Its value is a list of symbols that identify
54baed30
GM
1893version systems; the default is '(RCS CVS SCCS). When finding a file,
1894each of the backends in that list is tried in order to see whether the
1895file is registered in that backend.
1896
1897When registering a new file, VC first tries each of the listed
1898backends to see if any of them considers itself "responsible" for the
1899directory of the file (e.g. because a corresponding subdirectory for
1900master files exists). If none of the backends is responsible, then
1901the first backend in the list that could register the file is chosen.
1902As a consequence, the variable `vc-default-back-end' is now obsolete.
1903
1904The old variable `vc-master-templates' is also obsolete, although VC
1905still supports it for backward compatibility. To define templates for
1906RCS or SCCS, you should rather use the new variables
1907vc-{rcs,sccs}-master-templates. (There is no such feature under CVS
1908where it doesn't make sense.)
1909
1910The variables `vc-ignore-vc-files' and `vc-handle-cvs' are also
1911obsolete now, you must set `vc-handled-backends' to nil or exclude
1912`CVS' from the list, respectively, to achieve their effect now.
1913
1914*** General Changes
1915
1916The variable `vc-checkout-carefully' is obsolete: the corresponding
1917checks are always done now.
1918
327652be 1919VC Dired buffers are now kept up-to-date during all version control
54baed30
GM
1920operations.
1921
c286608e
SM
1922`vc-diff' output is now displayed in `diff-mode'.
1923`vc-print-log' uses `log-view-mode'.
1924`vc-log-mode' (used for *VC-Log*) has been replaced by `log-edit-mode'.
1925
22933be8
AS
1926The command C-x v m (vc-merge) now accepts an empty argument as the
1927first revision number. This means that any recent changes on the
1928current branch should be picked up from the repository and merged into
1929the working file (``merge news'').
1930
1931The commands C-x v s (vc-create-snapshot) and C-x v r
1932(vc-retrieve-snapshot) now ask for a directory name from which to work
1933downwards.
1934
1935*** Multiple Backends
1936
1937VC now lets you register files in more than one backend. This is
1938useful, for example, if you are working with a slow remote CVS
1939repository. You can then use RCS for local editing, and occasionally
1940commit your changes back to CVS, or pick up changes from CVS into your
1941local RCS archives.
1942
1943To make this work, the ``more local'' backend (RCS in our example)
1944should come first in `vc-handled-backends', and the ``more remote''
1945backend (CVS) should come later. (The default value of
1946`vc-handled-backends' already has it that way.)
1947
60a441a5
AS
1948You can then commit changes to another backend (say, RCS), by typing
1949C-u C-x v v RCS RET (i.e. vc-next-action now accepts a backend name as
1950a revision number). VC registers the file in the more local backend
1951if that hasn't already happened, and commits to a branch based on the
1952current revision number from the more remote backend.
22933be8
AS
1953
1954If a file is registered in multiple backends, you can switch to
1955another one using C-x v b (vc-switch-backend). This does not change
1956any files, it only changes VC's perspective on the file. Use this to
1957pick up changes from CVS while working under RCS locally.
1958
1959After you are done with your local RCS editing, you can commit your
1960changes back to CVS using C-u C-x v v CVS RET. In this case, the
1961local RCS archive is removed after the commit, and the log entry
1962buffer is initialized to contain the entire RCS change log of the file.
1963
54baed30
GM
1964*** Changes for CVS
1965
1966There is a new user option, `vc-cvs-stay-local'. If it is `t' (the
1967default), then VC avoids network queries for files registered in
1968remote repositories. The state of such files is then only determined
1969by heuristics and past information. `vc-cvs-stay-local' can also be a
1970regexp to match against repository hostnames; only files from hosts
1971that match it are treated locally. If the variable is nil, then VC
1972queries the repository just as often as it does for local files.
1973
22933be8
AS
1974If `vc-cvs-stay-local' is on, then VC also makes local backups of
1975repository versions. This means that ordinary diffs (C-x v =) and
1976revert operations (C-x v u) can be done completely locally, without
1977any repository interactions at all. The name of a local version
1978backup of FILE is FILE.~REV.~, where REV is the repository version
1979number. This format is similar to that used by C-x v ~
1980(vc-version-other-window), except for the trailing dot. As a matter
1981of fact, the two features can each use the files created by the other,
1982the only difference being that files with a trailing `.' are deleted
105602b1
EZ
1983automatically after commit. (This feature doesn't work on MS-DOS,
1984since DOS disallows more than a single dot in the trunk of a file
1985name.)
22933be8 1986
54baed30
GM
1987If `vc-cvs-stay-local' is on, and there have been changes in the
1988repository, VC notifies you about it when you actually try to commit.
1989If you want to check for updates from the repository without trying to
22933be8 1990commit, you can either use C-x v m RET to perform an update on the
54baed30
GM
1991current file, or you can use C-x v r RET to get an update for an
1992entire directory tree.
1993
1994The new user option `vc-cvs-use-edit' indicates whether VC should call
1995"cvs edit" to make files writeable; it defaults to `t'. (This option
1996is only meaningful if the CVSREAD variable is set, or if files are
1997"watched" by other developers.)
1998
22933be8
AS
1999The commands C-x v s (vc-create-snapshot) and C-x v r
2000(vc-retrieve-snapshot) are now also implemented for CVS. If you give
60a441a5 2001an empty snapshot name to the latter, that performs a `cvs update',
22933be8
AS
2002starting at the given directory.
2003
54baed30
GM
2004*** Lisp Changes in VC
2005
2006VC has been restructured internally to make it modular. You can now
2007add support for arbitrary version control backends by writing a
2008library that provides a certain set of backend-specific functions, and
2009then telling VC to use that library. For example, to add support for
60a441a5
AS
2010a version system named SYS, you write a library named vc-sys.el, which
2011provides a number of functions vc-sys-... (see commentary at the top
54baed30 2012of vc.el for a detailed list of them). To make VC use that library,
60a441a5
AS
2013you need to put it somewhere into Emacs' load path and add the symbol
2014`SYS' to the list `vc-handled-backends'.
54baed30 2015
c4ed232b 2016** The customizable EDT emulation package now supports the EDT
732b9cdd
GM
2017SUBS command and EDT scroll margins. It also works with more
2018terminal/keyboard configurations and it now works under XEmacs.
2019See etc/edt-user.doc for more information.
2020
a933dad1
DL
2021** New modes and packages
2022
79b9f6e0
MB
2023*** The new global minor mode `minibuffer-electric-default-mode'
2024automatically hides the `(default ...)' part of minibuffer prompts when
2025the default is not applicable.
2026
b95b34e5
GM
2027*** Artist is an Emacs lisp package that allows you to draw lines,
2028rectangles and ellipses by using your mouse and/or keyboard. The
2029shapes are made up with the ascii characters |, -, / and \.
2030
2031Features are:
2032
2033- Intersecting: When a `|' intersects with a `-', a `+' is
2034 drawn, like this: | \ /
c607d53d 2035 --+-- X
b95b34e5
GM
2036 | / \
2037
2038- Rubber-banding: When drawing lines you can interactively see the
2039 result while holding the mouse button down and moving the mouse. If
2040 your machine is not fast enough (a 386 is a bit too slow, but a
2041 pentium is well enough), you can turn this feature off. You will
2042 then see 1's and 2's which mark the 1st and 2nd endpoint of the line
2043 you are drawing.
2044
2045- Arrows: After having drawn a (straight) line or a (straight)
2046 poly-line, you can set arrows on the line-ends by typing < or >.
2047
2048- Flood-filling: You can fill any area with a certain character by
2049 flood-filling.
2050
2051- Cut copy and paste: You can cut, copy and paste rectangular
2052 regions. Artist also interfaces with the rect package (this can be
2053 turned off if it causes you any trouble) so anything you cut in
2054 artist can be yanked with C-x r y and vice versa.
c607d53d 2055
b95b34e5
GM
2056- Drawing with keys: Everything you can do with the mouse, you can
2057 also do without the mouse.
2058
2059- Aspect-ratio: You can set the variable artist-aspect-ratio to
2060 reflect the height-width ratio for the font you are using. Squares
2061 and circles are then drawn square/round. Note, that once your
2062 ascii-file is shown with font with a different height-width ratio,
2063 the squares won't be square and the circles won't be round.
2064
2065- Drawing operations: The following drawing operations are implemented:
2066
2067 lines straight-lines
2068 rectangles squares
2069 poly-lines straight poly-lines
2070 ellipses circles
2071 text (see-thru) text (overwrite)
2072 spray-can setting size for spraying
2073 vaporize line vaporize lines
2074 erase characters erase rectangles
2075
2076 Straight lines are lines that go horizontally, vertically or
2077 diagonally. Plain lines go in any direction. The operations in
2078 the right column are accessed by holding down the shift key while
2079 drawing.
2080
2081 It is possible to vaporize (erase) entire lines and connected lines
2082 (rectangles for example) as long as the lines being vaporized are
2083 straight and connected at their endpoints. Vaporizing is inspired
2084 by the drawrect package by Jari Aalto <jari.aalto@poboxes.com>.
2085
2086- Picture mode compatibility: Artist is picture mode compatible (this
2087 can be turned off).
2088
4473cdd9
JW
2089*** The new package Eshell is an operating system command shell
2090implemented entirely in Emacs Lisp. Use `M-x eshell' to invoke it.
2091It functions similarly to bash and zsh, and allows running of Lisp
2092functions and external commands using the same syntax. It supports
2093history lists, aliases, extended globbing, smart scrolling, etc. It
2094will work on any platform Emacs has been ported to. And since most of
2095the basic commands -- ls, rm, mv, cp, ln, du, cat, etc. -- have been
2096rewritten in Lisp, it offers an operating-system independent shell,
2097all within the scope of your Emacs process.
2098
90cbf47e
GM
2099*** The new package timeclock.el is a mode is for keeping track of time
2100intervals. You can use it for whatever purpose you like, but the
2101typical scenario is to keep track of how much time you spend working
2102on certain projects.
2103
baf7eee4
GM
2104*** The new package hi-lock.el provides commands to highlight matches
2105of interactively entered regexps. For example,
abb2db1c 2106
d96d6bb0 2107 M-x highlight-regexp RET clearly RET RET
abb2db1c
GM
2108
2109will highlight all occurrences of `clearly' using a yellow background
2110face. New occurrences of `clearly' will be highlighted as they are
2111typed. `M-x unhighlight-regexp RET' will remove the highlighting.
2112Any existing face can be used for highlighting and a set of
2113appropriate faces is provided. The regexps can be written into the
2114current buffer in a form that will be recognized the next time the
baf7eee4
GM
2115corresponding file is read. There are commands to highlight matches
2116to phrases and to highlight entire lines containing a match.
abb2db1c 2117
d96d6bb0 2118*** The new package zone.el plays games with Emacs' display when
abb2db1c
GM
2119Emacs is idle.
2120
b4c3513f
EZ
2121*** The new package tildify.el allows to add hard spaces or other text
2122fragments in accordance with the current major mode.
2123
31fc5d15
GM
2124*** The new package xml.el provides a simple but generic XML
2125parser. It doesn't parse the DTDs however.
2126
5cb6a58e
SM
2127*** The comment operations are now provided by the newcomment.el
2128package which allows different styles of comment-region and should
2129be more robust while offering the same functionality.
601e0081
SM
2130`comment-region' now doesn't always comment a-line-at-a-time, but only
2131comments the region, breaking the line at point if necessary.
5cb6a58e 2132
578979ee
GM
2133*** The Ebrowse package implements a C++ class browser and tags
2134facilities tailored for use with C++. It is documented in a
2135separate Texinfo file.
2136
424d8b44
DL
2137*** The PCL-CVS package available by either running M-x cvs-examine or
2138by visiting a CVS administrative directory (with a prefix argument)
2139provides an alternative interface to VC-dired for CVS. It comes with
2140`log-view-mode' to view RCS and SCCS logs and `log-edit-mode' used to
8a33023e 2141enter check-in log messages.
dc1178bf 2142
6abca616
EZ
2143*** The new package called `woman' allows to browse Unix man pages
2144without invoking external programs.
2145
2146The command `M-x woman' formats manual pages entirely in Emacs Lisp
2147and then displays them, like `M-x manual-entry' does. Unlike
2148`manual-entry', `woman' does not invoke any external programs, so it
2149is useful on systems such as MS-DOS/MS-Windows where the `man' and
490f2e7b 2150Groff or `troff' commands are not readily available.
6abca616
EZ
2151
2152The command `M-x woman-find-file' asks for the file name of a man
2153page, then formats and displays it like `M-x woman' does.
2154
5e5dff44
GM
2155*** The new command M-x re-builder offers a convenient interface for
2156authoring regular expressions with immediate visual feedback.
2157
2158The buffer from which the command was called becomes the target for
2159the regexp editor popping up in a separate window. Matching text in
2160the target buffer is immediately color marked during the editing.
2161Each sub-expression of the regexp will show up in a different face so
2162even complex regexps can be edited and verified on target data in a
2163single step.
2164
2165On displays not supporting faces the matches instead blink like
2166matching parens to make them stand out. On such a setup you will
2167probably also want to use the sub-expression mode when the regexp
2168contains such to get feedback about their respective limits.
2169
f7136ee8
GM
2170*** glasses-mode is a minor mode that makes
2171unreadableIdentifiersLikeThis readable. It works as glasses, without
2172actually modifying content of a buffer.
2173
bbd9b566
GM
2174*** The package ebnf2ps translates an EBNF to a syntactic chart in
2175PostScript.
2176
2177Currently accepts ad-hoc EBNF, ISO EBNF and Bison/Yacc.
2178
2179The ad-hoc default EBNF syntax has the following elements:
2180
2181 ; comment (until end of line)
2182 A non-terminal
2183 "C" terminal
2184 ?C? special
2185 $A default non-terminal
2186 $"C" default terminal
2187 $?C? default special
2188 A = B. production (A is the header and B the body)
2189 C D sequence (C occurs before D)
2190 C | D alternative (C or D occurs)
2191 A - B exception (A excluding B, B without any non-terminal)
2192 n * A repetition (A repeats n (integer) times)
2193 (C) group (expression C is grouped together)
2194 [C] optional (C may or not occurs)
2195 C+ one or more occurrences of C
2196 {C}+ one or more occurrences of C
2197 {C}* zero or more occurrences of C
2198 {C} zero or more occurrences of C
2199 C / D equivalent to: C {D C}*
2200 {C || D}+ equivalent to: C {D C}*
2201 {C || D}* equivalent to: [C {D C}*]
2202 {C || D} equivalent to: [C {D C}*]
2203
2204Please, see ebnf2ps documentation for EBNF syntax and how to use it.
2205
99453a38
GM
2206*** The package align.el will align columns within a region, using M-x
2207align. Its mode-specific rules, based on regular expressions,
2208determine where the columns should be split. In C and C++, for
2209example, it will align variable names in declaration lists, or the
2210equal signs of assignments.
2211
559cee90
DL
2212*** `paragraph-indent-minor-mode' is a new minor mode supporting
2213paragraphs in the same style as `paragraph-indent-text-mode'.
2214
6448a6b3
GM
2215*** bs.el is a new package for buffer selection similar to
2216list-buffers or electric-buffer-list. Use M-x bs-show to display a
2018166d 2217buffer menu with this package. See the Custom group `bs'.
6448a6b3 2218
6344985d
GM
2219*** find-lisp.el is a package emulating the Unix find command in Lisp.
2220
249652b1
GM
2221*** calculator.el is a small calculator package that is intended to
2222replace desktop calculators such as xcalc and calc.exe. Actually, it
2223is not too small - it has more features than most desktop calculators,
2224and can be customized easily to get many more functions. It should
2225not be confused with "calc" which is a much bigger mathematical tool
2226which answers different needs.
2227
3476b54a
GM
2228*** The minor modes cwarn-mode and global-cwarn-mode highlights
2229suspicious C and C++ constructions. Currently, assignments inside
2230expressions, semicolon following `if', `for' and `while' (except, of
2231course, after a `do .. while' statement), and C++ functions with
2232reference parameters are recognized. The modes require font-lock mode
2233to be enabled.
2234
8964fec7
SM
2235*** smerge-mode.el provides `smerge-mode', a simple minor-mode for files
2236containing diff3-style conflict markers, such as generated by RCS.
2237
a933dad1
DL
2238*** 5x5.el is a simple puzzle game.
2239
16837afc
GM
2240*** hl-line.el provides `hl-line-mode', a minor mode to highlight the
2241current line in the current buffer. It also provides
2242`global-hl-line-mode' to provide the same behaviour in all buffers.
a933dad1
DL
2243
2244*** ansi-color.el translates ANSI terminal escapes into text-properties.
2245
fba448c1 2246Please note: if `ansi-color-for-comint-mode' and
8901d1ac
GM
2247`global-font-lock-mode' are non-nil, loading ansi-color.el will
2248disable font-lock and add `ansi-color-apply' to
2249`comint-preoutput-filter-functions' for all shell-mode buffers. This
2250displays the output of "ls --color=yes" using the correct foreground
2251and background colors.
2252
a933dad1
DL
2253*** delphi.el provides a major mode for editing the Delphi (Object
2254Pascal) language.
2255
2256*** quickurl.el provides a simple method of inserting a URL based on
2257the text at point.
2258
2259*** sql.el provides an interface to SQL data bases.
2260
8d54eb69
DL
2261*** fortune.el uses the fortune program to create mail/news signatures.
2262
732b9cdd
GM
2263*** whitespace.el is a package for warning about and cleaning bogus
2264whitespace in a file.
a933dad1 2265
ebcfda83
GM
2266*** PostScript mode (ps-mode) is a new major mode for editing PostScript
2267files. It offers: interaction with a PostScript interpreter, including
2268(very basic) error handling; fontification, easily customizable for
2269interpreter messages; auto-indentation; insertion of EPSF templates and
2270often used code snippets; viewing of BoundingBox; commenting out /
2271uncommenting regions; conversion of 8bit characters to PostScript octal
2272codes. All functionality is accessible through a menu.
2273
2274*** delim-col helps to prettify columns in a text region or rectangle.
2275
2276Here is an example of columns:
2277
2278horse apple bus
2279dog pineapple car EXTRA
2280porcupine strawberry airplane
2281
2282Doing the following settings:
2283
2284 (setq delimit-columns-str-before "[ ")
2285 (setq delimit-columns-str-after " ]")
2286 (setq delimit-columns-str-separator ", ")
2287 (setq delimit-columns-separator "\t")
2288
2289
2290Selecting the lines above and typing:
2291
2292 M-x delimit-columns-region
2293
2294It results:
2295
2296[ horse , apple , bus , ]
2297[ dog , pineapple , car , EXTRA ]
2298[ porcupine, strawberry, airplane, ]
2299
2300delim-col has the following options:
2301
2302 delimit-columns-str-before Specify a string to be inserted
2303 before all columns.
2304
2305 delimit-columns-str-separator Specify a string to be inserted
2306 between each column.
2307
2308 delimit-columns-str-after Specify a string to be inserted
2309 after all columns.
2310
2311 delimit-columns-separator Specify a regexp which separates
2312 each column.
2313
2314delim-col has the following commands:
2315
2316 delimit-columns-region Prettify all columns in a text region.
2317 delimit-columns-rectangle Prettify all columns in a text rectangle.
2318
2018166d
DL
2319*** Recentf mode maintains a menu for visiting files that were
2320operated on recently. User option recentf-menu-filter specifies a
2321menu filter function to change the menu appearance. For example, the
2322recent file list can be displayed:
f507826c 2323
31fc5d15 2324- organized by major modes, directories or user defined rules.
8a33023e
GM
2325- sorted by file paths, file names, ascending or descending.
2326- showing paths relative to the current default-directory
f507826c 2327
31fc5d15
GM
2328The `recentf-filter-changer' menu filter function allows to
2329dynamically change the menu appearance.
f507826c 2330
8062f458
DL
2331*** elide-head.el provides a mechanism for eliding boilerplate header
2332text.
2333
36e24b82 2334*** footnote.el provides `footnote-mode', a minor mode supporting use
91735437
DL
2335of footnotes. It is intended for use with Message mode, but isn't
2336specific to Message mode.
2337
36e24b82
DL
2338*** diff-mode.el provides `diff-mode', a major mode for
2339viewing/editing context diffs (patches). It is selected for files
2340with extension `.diff', `.diffs', `.patch' and `.rej'.
2341
aaa659ef
DL
2342*** EUDC, the Emacs Unified Directory Client, provides a common user
2343interface to access directory servers using different directory
2344protocols. It has a separate manual.
2345
eee54b0e
DL
2346*** autoconf.el provides a major mode for editing configure.in files
2347for Autoconf, selected automatically.
2348
612839b6
GM
2349*** windmove.el provides moving between windows.
2350
5d94f558 2351*** crm.el provides a facility to read multiple strings from the
612839b6 2352minibuffer with completion.
aaa659ef 2353
399da7e3
DL
2354*** todo-mode.el provides management of TODO lists and integration
2355with the diary features.
2356
6e417ca5
DL
2357*** autoarg.el provides a feature reported from Twenex Emacs whereby
2358numeric keys supply prefix args rather than self inserting.
2359
4a27bdfb
GM
2360*** The function `turn-off-auto-fill' unconditionally turns off Auto
2361Fill mode.
2362
dace60cf
JW
2363*** pcomplete.el is a library that provides programmable completion
2364facilities for Emacs, similar to what zsh and tcsh offer. The main
2365difference is that completion functions are written in Lisp, meaning
2366they can be profiled, debugged, etc.
a18a342d 2367
9540ec3f
EZ
2368*** antlr-mode is a new major mode for editing ANTLR grammar files.
2369It is automatically turned on for files whose names have the extension
2370`.g'.
2371
efeb796b
EZ
2372** Changes in sort.el
2373
2374The function sort-numeric-fields interprets numbers starting with `0'
2375as octal and numbers starting with `0x' or `0X' as hexadecimal. The
2376new user-option sort-numeric-base can be used to specify a default
2377numeric base.
2378
2379** Changes to Ange-ftp
2380
efeb796b
EZ
2381*** Ange-ftp allows you to specify of a port number in remote file
2382names cleanly. It is appended to the host name, separated by a hash
2383sign, e.g. `/foo@bar.org#666:mumble'. (This syntax comes from EFS.)
2384
2385*** If the new user-option `ange-ftp-try-passive-mode' is set, passive
2386ftp mode will be used if the ftp client supports that.
2387
2388*** Ange-ftp handles the output of the w32-style clients which
2389output ^M at the end of lines.
2390
efeb796b
EZ
2391** The recommended way of using Iswitchb is via the new global minor
2392mode `iswitchb-mode'.
2393
efeb796b
EZ
2394** Just loading the msb package doesn't switch on Msb mode anymore.
2395If you have `(require 'msb)' in your .emacs, please replace it with
2396`(msb-mode 1)'.
2397
2398** Flyspell mode has various new options. See the `flyspell' Custom
2399group.
2400
2401** The user option `backward-delete-char-untabify-method' controls the
2402behavior of `backward-delete-char-untabify'. The following values
2403are recognized:
2404
2405`untabify' -- turn a tab to many spaces, then delete one space;
2406`hungry' -- delete all whitespace, both tabs and spaces;
2407`all' -- delete all whitespace, including tabs, spaces and newlines;
2408nil -- just delete one character.
2409
2410Default value is `untabify'.
2411
2412[This change was made in Emacs 20.3 but not mentioned then.]
2413
2414** In Cperl mode `cperl-invalid-face' should now be a normal face
2415symbol, not double-quoted.
2416
2417** Some packages are declared obsolete, to be removed in a future
2418version. They are: auto-show, c-mode, hilit19, hscroll, ooutline,
2419profile, rnews, rnewspost, and sc. Their implementations have been
2420moved to lisp/obsolete.
2421
2422** auto-compression mode is no longer enabled just by loading jka-compr.el.
2423To control it, set `auto-compression-mode' via Custom or use the
2424`auto-compression-mode' command.
2425
2426** `browse-url-gnome-moz' is a new option for
2427`browse-url-browser-function', invoking Mozilla in GNOME, and
2428`browse-url-kde' can be chosen for invoking the KDE browser.
2429
2430** The user-option `browse-url-new-window-p' has been renamed to
2431`browse-url-new-window-flag'.
2432
efeb796b
EZ
2433** The functions `keep-lines', `flush-lines' and `how-many' now
2434operate on the active region in Transient Mark mode.
2435
efeb796b
EZ
2436** `gnus-user-agent' is a new possibility for `mail-user-agent'. It
2437is like `message-user-agent', but with all the Gnus paraphernalia.
2438
2439** The Strokes package has been updated. If your Emacs has XPM
2440support, you can use it for pictographic editing. In Strokes mode,
2441use C-mouse-2 to compose a complex stoke and insert it into the
2442buffer. You can encode or decode a strokes buffer with new commands
2443M-x strokes-encode-buffer and M-x strokes-decode-buffer. There is a
2444new command M-x strokes-list-strokes.
2445
efeb796b
EZ
2446** Hexl contains a new command `hexl-insert-hex-string' which inserts
2447a string of hexadecimal numbers read from the mini-buffer.
2448
2449** Hexl mode allows to insert non-ASCII characters.
2450
2451The non-ASCII characters are encoded using the same encoding as the
2452file you are visiting in Hexl mode.
2453
2454** Shell script mode changes.
2455
2456Shell script mode (sh-script) can now indent scripts for shells
2457derived from sh and rc. The indentation style is customizable, and
2458sh-script can attempt to "learn" the current buffer's style.
2459
2460** Etags changes.
2461
2462*** In DOS, etags looks for file.cgz if it cannot find file.c.
2463
2464*** New option --ignore-case-regex is an alternative to --regex. It is now
2465possible to bind a regexp to a language, by prepending the regexp with
2466{lang}, where lang is one of the languages that `etags --help' prints out.
2467This feature is useful especially for regex files, where each line contains
2468a regular expression. The manual contains details.
2469
2470*** In C and derived languages, etags creates tags for function
2471declarations when given the --declarations option.
2472
2473*** In C++, tags are created for "operator". The tags have the form
2474"operator+", without spaces between the keyword and the operator.
2475
2476*** You shouldn't generally need any more the -C or -c++ option: etags
2477automatically switches to C++ parsing when it meets the `class' or
2478`template' keywords.
2479
2480*** Etags now is able to delve at arbitrary deeps into nested structures in
2481C-like languages. Previously, it was limited to one or two brace levels.
2482
2483*** New language Ada: tags are functions, procedures, packages, tasks, and
2484types.
2485
2486*** In Fortran, `procedure' is not tagged.
2487
2488*** In Java, tags are created for "interface".
2489
2490*** In Lisp, "(defstruct (foo", "(defun (operator" and similar constructs
2491are now tagged.
2492
2493*** In makefiles, tags the targets.
2494
2495*** In Perl, the --globals option tags global variables. my and local
2496variables are tagged.
2497
2498*** New language Python: def and class at the beginning of a line are tags.
2499
2500*** .ss files are Scheme files, .pdb is Postscript with C syntax, .psw is
2501for PSWrap.
2502
efeb796b
EZ
2503** Changes in etags.el
2504
2505*** The new user-option tags-case-fold-search can be used to make
2506tags operations case-sensitive or case-insensitive. The default
2507is to use the same setting as case-fold-search.
2508
2509*** You can display additional output with M-x tags-apropos by setting
2510the new variable tags-apropos-additional-actions.
2511
2512If non-nil, the variable's value should be a list of triples (TITLE
2513FUNCTION TO-SEARCH). For each triple, M-x tags-apropos processes
2514TO-SEARCH and lists tags from it. TO-SEARCH should be an alist,
2515obarray, or symbol. If it is a symbol, the symbol's value is used.
2516
2517TITLE is a string to use to label the list of tags from TO-SEARCH.
2518
2519FUNCTION is a function to call when an entry is selected in the Tags
2520List buffer. It is called with one argument, the selected symbol.
2521
2522A useful example value for this variable might be something like:
2523
2524 '(("Emacs Lisp" Info-goto-emacs-command-node obarray)
2525 ("Common Lisp" common-lisp-hyperspec common-lisp-hyperspec-obarray)
2526 ("SCWM" scwm-documentation scwm-obarray))
2527
2528*** The face tags-tag-face can be used to customize the appearance
2529of tags in the output of M-x tags-apropos.
2530
2531*** Setting tags-apropos-verbose to a non-nil value displays the
2532names of tags files in the *Tags List* buffer.
2533
2534*** You can now search for tags that are part of the filename itself.
2535If you have tagged the files topfile.c subdir/subfile.c
2536/tmp/tempfile.c, you can now search for tags "topfile.c", "subfile.c",
2537"dir/sub", "tempfile", "tempfile.c". If the tag matches the file name,
2538point will go to the beginning of the file.
2539
2540*** Compressed files are now transparently supported if
2541auto-compression-mode is active. You can tag (with Etags) and search
2542(with find-tag) both compressed and uncompressed files.
2543
2544*** Tags commands like M-x tags-search no longer change point
2545in buffers where no match is found. In buffers where a match is
2546found, the original value of point is pushed on the marker ring.
2547
efeb796b
EZ
2548** Fortran mode has a new command `fortran-strip-sequence-nos' to
2549remove text past column 72. The syntax class of `\' in Fortran is now
2550appropriate for C-style escape sequences in strings.
2551
2552** SGML mode's default `sgml-validate-command' is now `nsgmls'.
2553
efeb796b
EZ
2554** A new command `view-emacs-problems' (C-h P) displays the PROBLEMS file.
2555
efeb796b
EZ
2556** The Dabbrev package has a new user-option `dabbrev-ignored-regexps'
2557containing a list of regular expressions. Buffers matching a regular
2558expression from that list, are not checked.
2559
2560** Emacs can now figure out modification times of remote files.
2561When you do C-x C-f /user@host:/path/file RET and edit the file,
2562and someone else modifies the file, you will be prompted to revert
2563the buffer, just like for the local files.
2564
2565** The buffer menu (C-x C-b) no longer lists the *Buffer List* buffer.
2566
efeb796b
EZ
2567** When invoked with a prefix argument, the command `list-abbrevs' now
2568displays local abbrevs, only.
2569
965bc065
DL
2570** Refill minor mode provides preliminary support for keeping
2571paragraphs filled as you modify them.
2572
4e8864c7
GM
2573** The variable `double-click-fuzz' specifies how much the mouse
2574may be moved between clicks that are recognized as a pair. Its value
2575is measured in pixels.
2576
965bc065
DL
2577** The new global minor mode `auto-image-file-mode' allows image files
2578to be visited as images.
2579
68d0efa6
GM
2580** Two new user-options `grep-command' and `grep-find-command'
2581were added to compile.el.
2582
a933dad1
DL
2583** Withdrawn packages
2584
2585*** mldrag.el has been removed. mouse.el provides the same
2586functionality with aliases for the mldrag functions.
25a81338 2587
3261c1d8
DL
2588*** eval-reg.el has been obsoleted by changes to edebug.el and removed.
2589
2590*** ph.el has been obsoleted by EUDC and removed.
ce75fd23 2591
05197f40 2592\f
01242779
DL
2593* Incompatible Lisp changes
2594
2595There are a few Lisp changes which are not backwards-compatible and
2596may require changes to existing code. Here is a list for reference.
3b6936cc 2597See the sections below for details.
01242779 2598
89d57763 2599** Since `format' preserves text properties, the idiom
9b2a085d 2600`(format "%s" foo)' no longer works to copy and remove properties.
bd1190d7
RS
2601Use `copy-sequence' to copy the string, then use `set-text-properties'
2602to remove the properties of the copy.
01242779
DL
2603
2604** Since the `keymap' text property now has significance, some code
2605which uses both `local-map' and `keymap' properties (for portability)
2606may, for instance, give rise to duplicate menus when the keymaps from
2607these properties are active.
2608
4dd4cc14 2609** The change in the treatment of non-ASCII characters in search
01242779 2610ranges may affect some code.
1c14ba45
DL
2611
2612** A non-nil value for the LOCAL arg of add-hook makes the hook
2613buffer-local even if `make-local-hook' hasn't been called, which might
2614make a difference to some code.
2615
4dd4cc14
DL
2616** The new treatment of the minibuffer prompt might affect code which
2617operates on the minibuffer.
2618
7c94ccf6
EZ
2619** The new character sets `eight-bit-control' and `eight-bit-graphic'
2620cause `no-conversion' and `emacs-mule-unix' coding systems to produce
2621different results when reading files with non-ASCII characters
2622(previously, both coding systems would produce the same results).
2623Specifically, `no-conversion' interprets each 8-bit byte as a separate
2624character. This makes `no-conversion' inappropriate for reading
2625multibyte text, e.g. buffers written to disk in their internal MULE
2626encoding (auto-saving does that, for example). If a Lisp program
2627reads such files with `no-conversion', each byte of the multibyte
2628sequence, including the MULE leading codes such as \201, is treated as
2629a separate character, which prevents them from being interpreted in
2630the buffer as multibyte characters.
2631
2632Therefore, Lisp programs that read files which contain the internal
2633MULE encoding should use `emacs-mule-unix'. `no-conversion' is only
2634appropriate for reading truly binary files.
2635
7a39158f 2636** Code that relies on the obsolete `before-change-function' and
3280fbe8
EZ
2637`after-change-function' to detect buffer changes will now fail. Use
2638`before-change-functions' and `after-change-functions' instead.
7a39158f
DL
2639
2640** Code that uses `concat' with integer args now gets an error, as
2641long promised.
2642
55bb62fd
EZ
2643** The function base64-decode-string now always returns a unibyte
2644string.
2645
f34eb373
DL
2646** Not a Lisp incompatibility as such but, with the introduction of
2647extra private charsets, there is now only one slot free for a new
2648dimension-2 private charset. User code which tries to add more than
2649one extra will fail unless you rebuild Emacs with some standard
2650charset(s) removed; that is probably inadvisable because it changes
2651the emacs-mule encoding. Also, files stored in the emacs-mule
028d739a
DL
2652encoding using Emacs 20 with additional private charsets defined will
2653probably not be read correctly by Emacs 21.
3478eafc 2654
98384b7b
EZ
2655** The variable `directory-sep-char' is slated for removal.
2656Not really a change (yet), but a projected one that you should be
2657aware of: The variable `directory-sep-char' is deprecated, and should
2658not be used. It was always ignored on GNU/Linux and Unix systems and
2659on MS-DOS, but the MS-Windows port tried to support it by adapting the
2660behavior of certain primitives to the value of this variable. It
2661turned out that such support cannot be reliable, so it was decided to
2662remove this variable in the near future. Lisp programs are well
2663advised not to set it to anything but '/', because any different value
2664will not have any effect when support for this variable is removed.
7cd5f1e7 2665
05197f40 2666\f
ce75fd23
GM
2667* Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
2668(Display-related features are described in a page of their own below.)
2669
e3b22517
GM
2670** Function assq-delete-all replaces function assoc-delete-all.
2671
1ff74324 2672** The new function animate-string, from lisp/play/animate.el
9e5a7f2a
GM
2673allows the animated display of strings.
2674
ed31fabf
GM
2675** The new function `interactive-form' can be used to obtain the
2676interactive form of a function.
2677
2018166d
DL
2678** The keyword :set-after in defcustom allows to specify dependencies
2679between custom options. Example:
2680
2681 (defcustom default-input-method nil
2682 "*Default input method for multilingual text (a string).
2683 This is the input method activated automatically by the command
2684 `toggle-input-method' (\\[toggle-input-method])."
2685 :group 'mule
2686 :type '(choice (const nil) string)
2687 :set-after '(current-language-environment))
2688
2689This specifies that default-input-method should be set after
2690current-language-environment even if default-input-method appears
2691first in a custom-set-variables statement.
2692
f3780fe4 2693** The new hook `kbd-macro-termination-hook' is run at the end of
a758f97d
GM
2694function execute-kbd-macro. Functions on this hook are called with no
2695args. The hook is run independent of how the macro was terminated
2696(signal or normal termination).
2697
023045d6
DL
2698** Functions `butlast' and `nbutlast' for removing trailing elements
2699from a list are now available without requiring the CL package.
2700
eb1b0c74
GM
2701** The new user-option `even-window-heights' can be set to nil
2702to prevent `display-buffer' from evening out window heights.
2703
52d89894
GM
2704** The user-option `face-font-registry-alternatives' specifies
2705alternative font registry names to try when looking for a font.
2706
693c4692 2707** Function `md5' calculates the MD5 "message digest"/"checksum".
4301cf66 2708
6bc92b2e
GM
2709** Function `delete-frame' runs `delete-frame-hook' before actually
2710deleting the frame. The hook is called with one arg, the frame
2711being deleted.
2712
39e776cd
SM
2713** `add-hook' now makes the hook local if called with a non-nil LOCAL arg.
2714
1396138a 2715** The treatment of non-ASCII characters in search ranges has changed.
a18a342d
DL
2716If a range in a regular expression or the arg of
2717skip-chars-forward/backward starts with a unibyte character C and ends
2718with a multibyte character C2, the range is divided into two: one is
2719C..?\377, the other is C1..C2, where C1 is the first character of C2's
2720charset.
2721
4fbdfdcf
MB
2722** The new function `display-message-or-buffer' displays a message in
2723the echo area or pops up a buffer, depending on the length of the
2724message.
2725
6a0b0752
MB
2726** The new macro `with-auto-compression-mode' allows evaluating an
2727expression with auto-compression-mode enabled.
2728
47e351a3
GM
2729** In image specifications, `:heuristic-mask' has been replaced
2730with the more general `:mask' property.
2731
f864120f 2732** Image specifications accept more `:conversion's.
ba9eeda1 2733
a2bd77b8
GM
2734** A `?' can be used in a symbol name without escaping it with a
2735backslash.
2736
424d8b44
DL
2737** Reading from the mini-buffer now reads from standard input if Emacs
2738is running in batch mode. For example,
2739
2740 (message "%s" (read t))
2741
2742will read a Lisp expression from standard input and print the result
2743to standard output.
2744
424d8b44
DL
2745** The argument of `down-list', `backward-up-list', `up-list',
2746`kill-sexp', `backward-kill-sexp' and `mark-sexp' is now optional.
2747
ead53494
GM
2748** If `display-buffer-reuse-frames' is set, function `display-buffer'
2749will raise frames displaying a buffer, instead of creating a new
2750frame or window.
2751
27848c01
GM
2752** Two new functions for removing elements from lists/sequences
2753were added
2754
2755- Function: remove ELT SEQ
2756
8a33023e 2757Return a copy of SEQ with all occurrences of ELT removed. SEQ must be
27848c01
GM
2758a list, vector, or string. The comparison is done with `equal'.
2759
2760- Function: remq ELT LIST
2761
8a33023e 2762Return a copy of LIST with all occurrences of ELT removed. The
27848c01
GM
2763comparison is done with `eq'.
2764
2765** The function `delete' now also works with vectors and strings.
3ab82477 2766
b548072f 2767** The meaning of the `:weakness WEAK' argument of make-hash-table
c8682017 2768has been changed: WEAK can now have new values `key-or-value' and
ee39b988 2769`key-and-value', in addition the `nil', `key', `value', and `t'.
b548072f 2770
07b14857
KH
2771** Function `aset' stores any multibyte character in any string
2772without signaling "Attempt to change char length of a string". It may
2773convert a unibyte string to multibyte if necessary.
2774
9662da0b
GM
2775** The value of the `help-echo' text property is called as a function
2776or evaluated, if it is not a string already, to obtain a help string.
d5aa31d8 2777
7fce7efb
DL
2778** Function `make-obsolete' now has an optional arg to say when the
2779function was declared obsolete.
2780
5d94f558 2781** Function `plist-member' is renamed from `widget-plist-member' (which is
7fce7efb
DL
2782retained as an alias).
2783
f98d3086
SM
2784** Easy-menu's :filter now works as in XEmacs.
2785It takes the unconverted (i.e. XEmacs) form of the menu and the result
2786is automatically converted to Emacs' form.
2787
87efd256
GM
2788** The new function `window-list' has been defined
2789
39b39373
GM
2790- Function: window-list &optional FRAME WINDOW MINIBUF
2791
2792Return a list of windows on FRAME, starting with WINDOW. FRAME nil or
2793omitted means use the selected frame. WINDOW nil or omitted means use
2794the selected window. MINIBUF t means include the minibuffer window,
2795even if it isn't active. MINIBUF nil or omitted means include the
2796minibuffer window only if it's active. MINIBUF neither nil nor t
2797means never include the minibuffer window.
87efd256 2798
a56ebb90 2799** There's a new function `get-window-with-predicate' defined as follows
67c9a1d2 2800
a56ebb90 2801- Function: get-window-with-predicate PREDICATE &optional MINIBUF ALL-FRAMES DEFAULT
67c9a1d2
GM
2802
2803Return a window satisfying PREDICATE.
2804
2805This function cycles through all visible windows using `walk-windows',
2806calling PREDICATE on each one. PREDICATE is called with a window as
2807argument. The first window for which PREDICATE returns a non-nil
2808value is returned. If no window satisfies PREDICATE, DEFAULT is
2809returned.
2810
2811Optional second arg MINIBUF t means count the minibuffer window even
2812if not active. MINIBUF nil or omitted means count the minibuffer iff
2813it is active. MINIBUF neither t nor nil means not to count the
2814minibuffer even if it is active.
2815
2816Several frames may share a single minibuffer; if the minibuffer
2817counts, all windows on all frames that share that minibuffer count
2818too. Therefore, if you are using a separate minibuffer frame
2819and the minibuffer is active and MINIBUF says it counts,
2820`walk-windows' includes the windows in the frame from which you
2821entered the minibuffer, as well as the minibuffer window.
2822
2823ALL-FRAMES is the optional third argument.
2824ALL-FRAMES nil or omitted means cycle within the frames as specified above.
2825ALL-FRAMES = `visible' means include windows on all visible frames.
2826ALL-FRAMES = 0 means include windows on all visible and iconified frames.
2827ALL-FRAMES = t means include windows on all frames including invisible frames.
2828If ALL-FRAMES is a frame, it means include windows on that frame.
2829Anything else means restrict to the selected frame.
2830
ead53494
GM
2831** The function `single-key-description' now encloses function key and
2832event names in angle brackets. When called with a second optional
2833argument non-nil, angle brackets won't be printed.
dce6b995 2834
25fa6deb
GM
2835** If the variable `message-truncate-lines' is bound to t around a
2836call to `message', the echo area will not be resized to display that
088831a6
GM
2837message; it will be truncated instead, as it was done in 20.x.
2838Default value is nil.
25fa6deb 2839
5d94f558 2840** The user option `line-number-display-limit' can now be set to nil,
1681ead6
GM
2841meaning no limit.
2842
5b034b7f
EZ
2843** The new user option `line-number-display-limit-width' controls
2844the maximum width of lines in a buffer for which Emacs displays line
2845numbers in the mode line. The default is 200.
2846
5d94f558 2847** `select-safe-coding-system' now also checks the most preferred
c08398de
DL
2848coding-system if buffer-file-coding-system is `undecided' and
2849DEFAULT-CODING-SYSTEM is not specified,
2850
9b2999d0
DL
2851** The function `subr-arity' provides information about the argument
2852list of a primitive.
de370c4c 2853
c286608e
SM
2854** `where-is-internal' now also accepts a list of keymaps.
2855
80c05bd3
DL
2856** The text property `keymap' specifies a key map which overrides the
2857buffer's local map and the map specified by the `local-map' property.
2858This is probably what most current uses of `local-map' want, rather
2859than replacing the local map.
2860
14fd0da3
DL
2861** The obsolete variables `before-change-function' and
2862`after-change-function' are no longer acted upon and have been
2863removed. Use `before-change-functions' and `after-change-functions'
2864instead.
45f485a6
GM
2865
2866** The function `apropos-mode' runs the hook `apropos-mode-hook'.
2867
c286608e
SM
2868** `concat' no longer accepts individual integer arguments,
2869as promised long ago.
f0298744 2870
5d94f558 2871** The new function `float-time' returns the current time as a float.
ac57988b
GM
2872
2873** The new variable auto-coding-regexp-alist specifies coding systems
2874for reading specific files, analogous to auto-coding-alist, but
2875patterns are checked against file contents instead of file names.
2876
05197f40 2877\f
a933dad1
DL
2878* Lisp changes in Emacs 21.1 (see following page for display-related features)
2879
6260538e
GM
2880** The new package rx.el provides an alternative sexp notation for
2881regular expressions.
2882
2883- Function: rx-to-string SEXP
2884
2885Translate SEXP into a regular expression in string notation.
2886
2887- Macro: rx SEXP
2888
2889Translate SEXP into a regular expression in string notation.
2890
2891The following are valid subforms of regular expressions in sexp
2892notation.
2893
2894STRING
2895 matches string STRING literally.
2896
2897CHAR
2898 matches character CHAR literally.
2899
2900`not-newline'
2901 matches any character except a newline.
2902 .
2903`anything'
2904 matches any character
2905
2906`(any SET)'
2907 matches any character in SET. SET may be a character or string.
2908 Ranges of characters can be specified as `A-Z' in strings.
2909
79014980 2910'(in SET)'
6260538e
GM
2911 like `any'.
2912
2913`(not (any SET))'
2914 matches any character not in SET
2915
2916`line-start'
2917 matches the empty string, but only at the beginning of a line
2918 in the text being matched
2919
2920`line-end'
2921 is similar to `line-start' but matches only at the end of a line
2922
2923`string-start'
2924 matches the empty string, but only at the beginning of the
2925 string being matched against.
2926
2927`string-end'
2928 matches the empty string, but only at the end of the
2929 string being matched against.
2930
2931`buffer-start'
2932 matches the empty string, but only at the beginning of the
2933 buffer being matched against.
2934
2935`buffer-end'
2936 matches the empty string, but only at the end of the
2937 buffer being matched against.
2938
2939`point'
2940 matches the empty string, but only at point.
2941
2942`word-start'
2943 matches the empty string, but only at the beginning or end of a
2944 word.
2945
2946`word-end'
2947 matches the empty string, but only at the end of a word.
2948
2949`word-boundary'
2950 matches the empty string, but only at the beginning or end of a
2951 word.
2952
2953`(not word-boundary)'
2954 matches the empty string, but not at the beginning or end of a
2955 word.
2956
2957`digit'
2958 matches 0 through 9.
2959
2960`control'
2961 matches ASCII control characters.
2962
2963`hex-digit'
2964 matches 0 through 9, a through f and A through F.
2965
2966`blank'
2967 matches space and tab only.
2968
2969`graphic'
2970 matches graphic characters--everything except ASCII control chars,
2971 space, and DEL.
2972
2973`printing'
2974 matches printing characters--everything except ASCII control chars
2975 and DEL.
2976
2977`alphanumeric'
2978 matches letters and digits. (But at present, for multibyte characters,
2979 it matches anything that has word syntax.)
2980
2981`letter'
2982 matches letters. (But at present, for multibyte characters,
2983 it matches anything that has word syntax.)
2984
2985`ascii'
2986 matches ASCII (unibyte) characters.
2987
2988`nonascii'
2989 matches non-ASCII (multibyte) characters.
2990
2991`lower'
2992 matches anything lower-case.
2993
2994`upper'
2995 matches anything upper-case.
2996
2997`punctuation'
2998 matches punctuation. (But at present, for multibyte characters,
2999 it matches anything that has non-word syntax.)
3000
3001`space'
3002 matches anything that has whitespace syntax.
3003
3004`word'
3005 matches anything that has word syntax.
3006
3007`(syntax SYNTAX)'
3008 matches a character with syntax SYNTAX. SYNTAX must be one
3009 of the following symbols.
3010
3011 `whitespace' (\\s- in string notation)
3012 `punctuation' (\\s.)
3013 `word' (\\sw)
3014 `symbol' (\\s_)
3015 `open-parenthesis' (\\s()
3016 `close-parenthesis' (\\s))
3017 `expression-prefix' (\\s')
3018 `string-quote' (\\s\")
3019 `paired-delimiter' (\\s$)
3020 `escape' (\\s\\)
3021 `character-quote' (\\s/)
3022 `comment-start' (\\s<)
3023 `comment-end' (\\s>)
3024
3025`(not (syntax SYNTAX))'
3026 matches a character that has not syntax SYNTAX.
3027
3028`(category CATEGORY)'
3029 matches a character with category CATEGORY. CATEGORY must be
3030 either a character to use for C, or one of the following symbols.
3031
3032 `consonant' (\\c0 in string notation)
3033 `base-vowel' (\\c1)
3034 `upper-diacritical-mark' (\\c2)
3035 `lower-diacritical-mark' (\\c3)
3036 `tone-mark' (\\c4)
3037 `symbol' (\\c5)
3038 `digit' (\\c6)
3039 `vowel-modifying-diacritical-mark' (\\c7)
3040 `vowel-sign' (\\c8)
3041 `semivowel-lower' (\\c9)
3042 `not-at-end-of-line' (\\c<)
3043 `not-at-beginning-of-line' (\\c>)
3044 `alpha-numeric-two-byte' (\\cA)
3045 `chinse-two-byte' (\\cC)
3046 `greek-two-byte' (\\cG)
3047 `japanese-hiragana-two-byte' (\\cH)
3048 `indian-tow-byte' (\\cI)
3049 `japanese-katakana-two-byte' (\\cK)
3050 `korean-hangul-two-byte' (\\cN)
3051 `cyrillic-two-byte' (\\cY)
3052 `ascii' (\\ca)
3053 `arabic' (\\cb)
3054 `chinese' (\\cc)
3055 `ethiopic' (\\ce)
3056 `greek' (\\cg)
3057 `korean' (\\ch)
3058 `indian' (\\ci)
3059 `japanese' (\\cj)
3060 `japanese-katakana' (\\ck)
3061 `latin' (\\cl)
3062 `lao' (\\co)
3063 `tibetan' (\\cq)
3064 `japanese-roman' (\\cr)
3065 `thai' (\\ct)
3066 `vietnamese' (\\cv)
3067 `hebrew' (\\cw)
3068 `cyrillic' (\\cy)
3069 `can-break' (\\c|)
3070
3071`(not (category CATEGORY))'
3072 matches a character that has not category CATEGORY.
3073
3074`(and SEXP1 SEXP2 ...)'
3075 matches what SEXP1 matches, followed by what SEXP2 matches, etc.
3076
3077`(submatch SEXP1 SEXP2 ...)'
3078 like `and', but makes the match accessible with `match-end',
3079 `match-beginning', and `match-string'.
3080
3081`(group SEXP1 SEXP2 ...)'
3082 another name for `submatch'.
3083
3084`(or SEXP1 SEXP2 ...)'
3085 matches anything that matches SEXP1 or SEXP2, etc. If all
3086 args are strings, use `regexp-opt' to optimize the resulting
3087 regular expression.
3088
3089`(minimal-match SEXP)'
3090 produce a non-greedy regexp for SEXP. Normally, regexps matching
3091 zero or more occurrances of something are \"greedy\" in that they
3092 match as much as they can, as long as the overall regexp can
3093 still match. A non-greedy regexp matches as little as possible.
3094
3095`(maximal-match SEXP)'
3096 produce a greedy regexp for SEXP. This is the default.
3097
3098`(zero-or-more SEXP)'
3099 matches zero or more occurrences of what SEXP matches.
3100
3101`(0+ SEXP)'
3102 like `zero-or-more'.
3103
3104`(* SEXP)'
3105 like `zero-or-more', but always produces a greedy regexp.
3106
3107`(*? SEXP)'
3108 like `zero-or-more', but always produces a non-greedy regexp.
3109
3110`(one-or-more SEXP)'
3111 matches one or more occurrences of A.
79014980 3112
6260538e
GM
3113`(1+ SEXP)'
3114 like `one-or-more'.
3115
3116`(+ SEXP)'
3117 like `one-or-more', but always produces a greedy regexp.
3118
3119`(+? SEXP)'
3120 like `one-or-more', but always produces a non-greedy regexp.
3121
3122`(zero-or-one SEXP)'
3123 matches zero or one occurrences of A.
79014980 3124
6260538e
GM
3125`(optional SEXP)'
3126 like `zero-or-one'.
3127
3128`(? SEXP)'
3129 like `zero-or-one', but always produces a greedy regexp.
3130
3131`(?? SEXP)'
3132 like `zero-or-one', but always produces a non-greedy regexp.
3133
3134`(repeat N SEXP)'
3135 matches N occurrences of what SEXP matches.
3136
3137`(repeat N M SEXP)'
3138 matches N to M occurrences of what SEXP matches.
3139
3140`(eval FORM)'
3141 evaluate FORM and insert result. If result is a string,
3142 `regexp-quote' it.
3143
3144`(regexp REGEXP)'
3145 include REGEXP in string notation in the result.
3146
697617d9
GM
3147*** The features `md5' and `overlay' are now provided by default.
3148
85c75536
MB
3149*** The special form `save-restriction' now works correctly even if the
3150buffer is widened inside the save-restriction and changes made outside
3151the original restriction. Previously, doing this would cause the saved
3152restriction to be restored incorrectly.
3153
0b8a3a6d
DL
3154*** The functions `find-charset-region' and `find-charset-string' include
3155`eight-bit-control' and/or `eight-bit-graphic' in the returned list
028d739a 3156when they find 8-bit characters. Previously, they included `ascii' in a
0b8a3a6d
DL
3157multibyte buffer and `unknown' in a unibyte buffer.
3158
fb2c6a6b 3159*** The functions `set-buffer-multibyte', `string-as-multibyte' and
58008c36
EZ
3160`string-as-unibyte' change the byte sequence of a buffer or a string
3161if it contains a character from the `eight-bit-control' character set.
0b8a3a6d
DL
3162
3163*** The handling of multibyte sequences in a multibyte buffer is
3164changed. Previously, a byte sequence matching the pattern
3165[\200-\237][\240-\377]+ was interpreted as a single character
3166regardless of the length of the trailing bytes [\240-\377]+. Thus, if
3167the sequence was longer than what the leading byte indicated, the
3168extra trailing bytes were ignored by Lisp functions. Now such extra
3169bytes are independent 8-bit characters belonging to the charset
3170eight-bit-graphic.
3171
3172** Fontsets are now implemented using char-tables.
3173
9b2a085d 3174A fontset can now be specified for each independent character, for
0b8a3a6d
DL
3175a group of characters or for a character set rather than just for a
3176character set as previously.
3177
3178*** The arguments of the function `set-fontset-font' are changed.
3179They are NAME, CHARACTER, FONTNAME, and optional FRAME. The function
3180modifies fontset NAME to use FONTNAME for CHARACTER.
3181
3182CHARACTER may be a cons (FROM . TO), where FROM and TO are non-generic
3183characters. In that case FONTNAME is used for all characters in the
3184range FROM and TO (inclusive). CHARACTER may be a charset. In that
3185case FONTNAME is used for all character in the charset.
3186
3187FONTNAME may be a cons (FAMILY . REGISTRY), where FAMILY is the family
9b2a085d 3188name of a font and REGISTRY is a registry name of a font.
0b8a3a6d
DL
3189
3190*** Variable x-charset-registry has been deleted. The default charset
3191registries of character sets are set in the default fontset
3192"fontset-default".
3193
3194*** The function `create-fontset-from-fontset-spec' ignores the second
3195argument STYLE-VARIANT. It never creates style-variant fontsets.
3196
3197** The method of composing characters is changed. Now character
3198composition is done by a special text property `composition' in
3199buffers and strings.
3200
3201*** Charset composition is deleted. Emacs never creates a `composite
3202character' which is an independent character with a unique character
3203code. Thus the following functions handling `composite characters'
3204have been deleted: composite-char-component,
3205composite-char-component-count, composite-char-composition-rule,
3206composite-char-composition-rule and decompose-composite-char delete.
3207The variables leading-code-composition and min-composite-char have
3208also been deleted.
3209
3210*** Three more glyph reference points are added. They can be used to
3211specify a composition rule. See the documentation of the variable
3212`reference-point-alist' for more detail.
3213
3214*** The function `compose-region' takes new arguments COMPONENTS and
3215MODIFICATION-FUNC. With COMPONENTS, you can specify not only a
3216composition rule but also characters to be composed. Such characters
3217may differ between buffer and string text.
3218
3219*** The function `compose-string' takes new arguments START, END,
3220COMPONENTS, and MODIFICATION-FUNC.
3221
3222*** The function `compose-string' puts text property `composition'
3223directly on the argument STRING instead of returning a new string.
3224Likewise, the function `decompose-string' just removes text property
3225`composition' from STRING.
3226
3227*** The new function `find-composition' returns information about
3228a composition at a specified position in a buffer or a string.
3229
3230*** The function `decompose-composite-char' is now labeled as
3231obsolete.
3232
889be0a1
DL
3233** The new coding system `mac-roman' is primarily intended for use on
3234the Macintosh but may be used generally for Macintosh-encoded text.
3235
965bc065 3236** The new character sets `mule-unicode-0100-24ff',
1e36ff68
DL
3237`mule-unicode-2500-33ff', and `mule-unicode-e000-ffff' have been
3238introduced for Unicode characters in the range U+0100..U+24FF,
3239U+2500..U+33FF, U+E000..U+FFFF respectively.
0b8a3a6d 3240
3d7a4ec8
EZ
3241Note that the character sets are not yet unified in Emacs, so
3242characters which belong to charsets such as Latin-2, Greek, Hebrew,
3243etc. and the same characters in the `mule-unicode-*' charsets are
3244different characters, as far as Emacs is concerned. For example, text
3245which includes Unicode characters from the Latin-2 locale cannot be
3246encoded by Emacs with ISO 8859-2 coding system.
3247
3248** The new coding system `mule-utf-8' has been added.
3249It provides limited support for decoding/encoding UTF-8 text. For
3250details, please see the documentation string of this coding system.
23cfab61 3251
0b8a3a6d 3252** The new character sets `japanese-jisx0213-1' and
1e36ff68
DL
3253`japanese-jisx0213-2' have been introduced for the new Japanese
3254standard JIS X 0213 Plane 1 and Plane 2.
3255
3256** The new character sets `latin-iso8859-14' and `latin-iso8859-15'
3257have been introduced.
0b8a3a6d 3258
0b8a3a6d 3259** The new character sets `eight-bit-control' and `eight-bit-graphic'
1e36ff68 3260have been introduced for 8-bit characters in the ranges 0x80..0x9F and
028d739a
DL
32610xA0..0xFF respectively. Note that the multibyte representation of
3262eight-bit-control is never exposed; this leads to an exception in the
3263emacs-mule coding system, which encodes everything else to the
2018166d
DL
3264buffer/string internal representation. Note that to search for
3265eight-bit-graphic characters in a multibyte buffer, the search string
3266must be multibyte, otherwise such characters will be converted to
3267their multibyte equivalent.
0b8a3a6d 3268
f0124b4a
DL
3269** If the APPEND argument of `write-region' is an integer, it seeks to
3270that offset in the file before writing.
3271
f98d3086
SM
3272** The function `add-minor-mode' has been added for convenience and
3273compatibility with XEmacs (and is used internally by define-minor-mode).
7464346d 3274
612839b6
GM
3275** The function `shell-command' now sets the default directory of the
3276`*Shell Command Output*' buffer to the default directory of the buffer
3277from which the command was issued.
3278
3279** The functions `query-replace', `query-replace-regexp',
3280`query-replace-regexp-eval' `map-query-replace-regexp',
3281`replace-string', `replace-regexp', and `perform-replace' take two
3282additional optional arguments START and END that specify the region to
3283operate on.
3284
271b4185
GM
3285** The new function `count-screen-lines' is a more flexible alternative
3286to `window-buffer-height'.
3287
3288- Function: count-screen-lines &optional BEG END COUNT-FINAL-NEWLINE WINDOW
3289
3290Return the number of screen lines in the region between BEG and END.
3291The number of screen lines may be different from the number of actual
3292lines, due to line breaking, display table, etc.
3293
3294Optional arguments BEG and END default to `point-min' and `point-max'
3295respectively.
3296
8a33023e 3297If region ends with a newline, ignore it unless optional third argument
271b4185
GM
3298COUNT-FINAL-NEWLINE is non-nil.
3299
3300The optional fourth argument WINDOW specifies the window used for
3301obtaining parameters such as width, horizontal scrolling, and so
3302on. The default is to use the selected window's parameters.
3303
3304Like `vertical-motion', `count-screen-lines' always uses the current
3305buffer, regardless of which buffer is displayed in WINDOW. This makes
3306possible to use `count-screen-lines' in any buffer, whether or not it
3307is currently displayed in some window.
3308
3c30cb6e
DL
3309** The new function `mapc' is like `mapcar' but doesn't collect the
3310argument function's results.
3311
62f20204 3312** The functions base64-decode-region and base64-decode-string now
55bb62fd 3313signal an error instead of returning nil if decoding fails. Also,
c8682017
EZ
3314`base64-decode-string' now always returns a unibyte string (in Emacs
331520, it returned a multibyte string when the result was a valid multibyte
55bb62fd 3316sequence).
62f20204 3317
c0510d27 3318** The function sendmail-user-agent-compose now recognizes a `body'
b4da8dfa 3319header in the list of headers passed to it.
c0510d27
GM
3320
3321** The new function member-ignore-case works like `member', but
3322ignores differences in case and text representation.
3323
3324** The buffer-local variable cursor-type can be used to specify the
19d1bc27
GM
3325cursor to use in windows displaying a buffer. Values are interpreted
3326as follows:
3327
3328 t use the cursor specified for the frame (default)
3329 nil don't display a cursor
3330 `bar' display a bar cursor with default width
3331 (bar . WIDTH) display a bar cursor with width WIDTH
3332 others display a box cursor.
3333
9a0dd3dc
GM
3334** The variable open-paren-in-column-0-is-defun-start controls whether
3335an open parenthesis in column 0 is considered to be the start of a
3336defun. If set, the default, it is considered a defun start. If not
3337set, an open parenthesis in column 0 has no special meaning.
3338
d7b511c4 3339** The new function `string-to-syntax' can be used to translate syntax
dc1178bf 3340specifications in string form as accepted by `modify-syntax-entry' to
d7b511c4
GM
3341the cons-cell form that is used for the values of the `syntax-table'
3342text property, and in `font-lock-syntactic-keywords'.
3343
3344Example:
3345
3346 (string-to-syntax "()")
3347 => (4 . 41)
3348
1fa28578
GM
3349** Emacs' reader supports CL read syntax for integers in bases
3350other than 10.
3351
3352*** `#BINTEGER' or `#bINTEGER' reads INTEGER in binary (radix 2).
3353INTEGER optionally contains a sign.
3354
5d94f558 3355 #b1111
1fa28578 3356 => 15
5d94f558 3357 #b-1111
1fa28578
GM
3358 => -15
3359
3360*** `#OINTEGER' or `#oINTEGER' reads INTEGER in octal (radix 8).
3361
5d94f558 3362 #o666
1fa28578
GM
3363 => 438
3364
3365*** `#XINTEGER' or `#xINTEGER' reads INTEGER in hexadecimal (radix 16).
3366
5d94f558 3367 #xbeef
1fa28578
GM
3368 => 48815
3369
3370*** `#RADIXrINTEGER' reads INTEGER in radix RADIX, 2 <= RADIX <= 36.
3371
5d94f558 3372 #2R-111
1fa28578 3373 => -7
5d94f558 3374 #25rah
1fa28578
GM
3375 => 267
3376
3d4ff2dd 3377** The function `documentation-property' now evaluates the value of
f98d3086 3378the given property to obtain a string if it doesn't refer to etc/DOC
e9b4e5ff
GM
3379and isn't a string.
3380
3d4ff2dd
GM
3381** If called for a symbol, the function `documentation' now looks for
3382a `function-documentation' property of that symbol. If it has a non-nil
3383value, the documentation is taken from that value. If the value is
3384not a string, it is evaluated to obtain a string.
3385
16ce590d
DL
3386** The last argument of `define-key-after' defaults to t for convenience.
3387
73825616 3388** The new function `replace-regexp-in-string' replaces all matches
16ce590d
DL
3389for a regexp in a string.
3390
3391** `mouse-position' now runs the abnormal hook
3392`mouse-position-function'.
3393
723e779c
GM
3394** The function string-to-number now returns a float for numbers
3395that don't fit into a Lisp integer.
3396
d1e103b2
GM
3397** The variable keyword-symbols-constants-flag has been removed.
3398Keywords are now always considered constants.
3399
31047e0d
DL
3400** The new function `delete-and-extract-region' deletes text and
3401returns it.
3402
7a85e4df
GM
3403** The function `clear-this-command-keys' now also clears the vector
3404returned by function `recent-keys'.
3405
02b14400
RS
3406** Variables `beginning-of-defun-function' and `end-of-defun-function'
3407can be used to define handlers for the functions that find defuns.
3a426197 3408Major modes can define these locally instead of rebinding C-M-a
02b14400
RS
3409etc. if the normal conventions for defuns are not appropriate for the
3410mode.
404fa7d6 3411
8964fec7
SM
3412** easy-mmode-define-minor-mode now takes an additional BODY argument
3413and is renamed `define-minor-mode'.
3414
02b14400
RS
3415** If an abbrev has a hook function which is a symbol, and that symbol
3416has a non-nil `no-self-insert' property, the return value of the hook
3417function specifies whether an expansion has been done or not. If it
3418returns nil, abbrev-expand also returns nil, meaning "no expansion has
3419been performed."
3420
3421When abbrev expansion is done by typing a self-inserting character,
3422and the abbrev has a hook with the `no-self-insert' property, and the
3423hook function returns non-nil meaning expansion has been done,
3424then the self-inserting character is not inserted.
ef961722 3425
81da8b32
GM
3426** The function `intern-soft' now accepts a symbol as first argument.
3427In this case, that exact symbol is looked up in the specified obarray,
3428and the function's value is nil if it is not found.
3429
9e207b90
GM
3430** The new macro `with-syntax-table' can be used to evaluate forms
3431with the syntax table of the current buffer temporarily set to a
3432specified table.
3433
3434 (with-syntax-table TABLE &rest BODY)
3435
3436Evaluate BODY with syntax table of current buffer set to a copy of
03d9c64c
GM
3437TABLE. The current syntax table is saved, BODY is evaluated, and the
3438saved table is restored, even in case of an abnormal exit. Value is
3439what BODY returns.
9e207b90 3440
d7f89643 3441** Regular expressions now support intervals \{n,m\} as well as
95cd4c40 3442Perl's shy-groups \(?:...\) and non-greedy *? +? and ?? operators.
8a33023e 3443Also back-references like \2 are now considered as an error if the
601e0081
SM
3444corresponding subgroup does not exist (or is not closed yet).
3445Previously it would have been silently turned into `2' (ignoring the `\').
8964fec7 3446
dde9e75a
GM
3447** The optional argument BUFFER of function file-local-copy has been
3448removed since it wasn't used by anything.
3449
9da30515
GM
3450** The file name argument of function `file-locked-p' is now required
3451instead of being optional.
3452
d20679eb
GM
3453** The new built-in error `text-read-only' is signaled when trying to
3454modify read-only text.
3455
fbc164de
PE
3456** New functions and variables for locales.
3457
3458The new variable `locale-coding-system' specifies how to encode and
3459decode strings passed to low-level message functions like strerror and
b718982a
PE
3460time functions like strftime. The new variables
3461`system-messages-locale' and `system-time-locale' give the system
3462locales to be used when invoking these two types of functions.
fbc164de
PE
3463
3464The new function `set-locale-environment' sets the language
3465environment, preferred coding system, and locale coding system from
3466the system locale as specified by the LC_ALL, LC_CTYPE, and LANG
b718982a
PE
3467environment variables. Normally, it is invoked during startup and need
3468not be invoked thereafter. It uses the new variables
3469`locale-language-names', `locale-charset-language-names', and
3470`locale-preferred-coding-systems' to make its decisions.
fbc164de 3471
863476d1
SM
3472** syntax tables now understand nested comments.
3473To declare a comment syntax as allowing nesting, just add an `n'
3474modifier to either of the characters of the comment end and the comment
3475start sequences.
3476
ef6d912c
GM
3477** The function `pixmap-spec-p' has been renamed `bitmap-spec-p'
3478because `bitmap' is more in line with the usual X terminology.
3479
a933dad1
DL
3480** New function `propertize'
3481
3482The new function `propertize' can be used to conveniently construct
3483strings with text properties.
3484
3485- Function: propertize STRING &rest PROPERTIES
3486
3487Value is a copy of STRING with text properties assigned as specified
3488by PROPERTIES. PROPERTIES is a sequence of pairs PROPERTY VALUE, with
3489PROPERTY being the name of a text property and VALUE being the
3490specified value of that property. Example:
3491
3492 (propertize "foo" 'face 'bold 'read-only t)
3493
a933dad1
DL
3494** push and pop macros.
3495
02b14400
RS
3496Simple versions of the push and pop macros of Common Lisp
3497are now defined in Emacs Lisp. These macros allow only symbols
a933dad1
DL
3498as the place that holds the list to be changed.
3499
3500(push NEWELT LISTNAME) add NEWELT to the front of LISTNAME's value.
3501(pop LISTNAME) return first elt of LISTNAME, and remove it
3502 (thus altering the value of LISTNAME).
3503
02b14400
RS
3504** New dolist and dotimes macros.
3505
6c7fd5aa
RS
3506Simple versions of the dolist and dotimes macros of Common Lisp
3507are now defined in Emacs Lisp.
02b14400
RS
3508
3509(dolist (VAR LIST [RESULT]) BODY...)
3510 Execute body once for each element of LIST,
3511 using the variable VAR to hold the current element.
3512 Then return the value of RESULT, or nil if RESULT is omitted.
3513
3514(dotimes (VAR COUNT [RESULT]) BODY...)
3515 Execute BODY with VAR bound to successive integers running from 0,
3516 inclusive, to COUNT, exclusive.
3517 Then return the value of RESULT, or nil if RESULT is omitted.
3518
6c083b4c
GM
3519** Regular expressions now support Posix character classes such as
3520[:alpha:], [:space:] and so on. These must be used within a character
3521class--for instance, [-[:digit:].+] matches digits or a period
3522or a sign.
a933dad1
DL
3523
3524[:digit:] matches 0 through 9
3525[:cntrl:] matches ASCII control characters
3526[:xdigit:] matches 0 through 9, a through f and A through F.
3527[:blank:] matches space and tab only
3528[:graph:] matches graphic characters--everything except ASCII control chars,
3529 space, and DEL.
3530[:print:] matches printing characters--everything except ASCII control chars
3531 and DEL.
3532[:alnum:] matches letters and digits.
3533 (But at present, for multibyte characters,
3534 it matches anything that has word syntax.)
3535[:alpha:] matches letters.
3536 (But at present, for multibyte characters,
3537 it matches anything that has word syntax.)
3538[:ascii:] matches ASCII (unibyte) characters.
3539[:nonascii:] matches non-ASCII (multibyte) characters.
3540[:lower:] matches anything lower-case.
3541[:punct:] matches punctuation.
3542 (But at present, for multibyte characters,
3543 it matches anything that has non-word syntax.)
3544[:space:] matches anything that has whitespace syntax.
3545[:upper:] matches anything upper-case.
3546[:word:] matches anything that has word syntax.
3547
a933dad1
DL
3548** Emacs now has built-in hash tables.
3549
3550The following functions are defined for hash tables:
3551
3552- Function: make-hash-table ARGS
3553
3554The argument list ARGS consists of keyword/argument pairs. All arguments
3555are optional. The following arguments are defined:
3556
3557:test TEST
3558
3559TEST must be a symbol specifying how to compare keys. Default is `eql'.
3560Predefined are `eq', `eql' and `equal'. If TEST is not predefined,
3561it must have been defined with `define-hash-table-test'.
3562
3563:size SIZE
3564
3565SIZE must be an integer > 0 giving a hint to the implementation how
3566many elements will be put in the hash table. Default size is 65.
3567
3568:rehash-size REHASH-SIZE
3569
3570REHASH-SIZE specifies by how much to grow a hash table once it becomes
3571full. If REHASH-SIZE is an integer, add that to the hash table's old
3572size to get the new size. Otherwise, REHASH-SIZE must be a float >
35731.0, and the new size is computed by multiplying REHASH-SIZE with the
3574old size. Default rehash size is 1.5.
3575
3576:rehash-threshold THRESHOLD
3577
3578THRESHOLD must be a float > 0 and <= 1.0 specifying when to resize the
3579hash table. It is resized when the ratio of (number of entries) /
3580(size of hash table) is >= THRESHOLD. Default threshold is 0.8.
3581
3582:weakness WEAK
3583
b548072f
GM
3584WEAK must be either nil, one of the symbols `key, `value',
3585`key-or-value', `key-and-value', or t, meaning the same as
3586`key-and-value'. Entries are removed from weak tables during garbage
3587collection if their key and/or value are not referenced elsewhere
3588outside of the hash table. Default are non-weak hash tables.
a933dad1
DL
3589
3590- Function: makehash &optional TEST
3591
3592Similar to make-hash-table, but only TEST can be specified.
3593
3594- Function: hash-table-p TABLE
3595
3596Returns non-nil if TABLE is a hash table object.
3597
3598- Function: copy-hash-table TABLE
3599
3600Returns a copy of TABLE. Only the table itself is copied, keys and
3601values are shared.
3602
3603- Function: hash-table-count TABLE
3604
3605Returns the number of entries in TABLE.
3606
3607- Function: hash-table-rehash-size TABLE
3608
3609Returns the rehash size of TABLE.
3610
3611- Function: hash-table-rehash-threshold TABLE
3612
3613Returns the rehash threshold of TABLE.
3614
3615- Function: hash-table-rehash-size TABLE
3616
3617Returns the size of TABLE.
3618
d96d6bb0 3619- Function: hash-table-test TABLE
a933dad1
DL
3620
3621Returns the test TABLE uses to compare keys.
3622
3623- Function: hash-table-weakness TABLE
3624
3625Returns the weakness specified for TABLE.
3626
3627- Function: clrhash TABLE
3628
3629Clear TABLE.
3630
3631- Function: gethash KEY TABLE &optional DEFAULT
3632
3633Look up KEY in TABLE and return its associated VALUE or DEFAULT if
3634not found.
3635
79214ddf 3636- Function: puthash KEY VALUE TABLE
a933dad1
DL
3637
3638Associate KEY with VALUE in TABLE. If KEY is already associated with
3639another value, replace the old value with VALUE.
3640
3641- Function: remhash KEY TABLE
3642
3643Remove KEY from TABLE if it is there.
3644
3645- Function: maphash FUNCTION TABLE
3646
3647Call FUNCTION for all elements in TABLE. FUNCTION must take two
3648arguments KEY and VALUE.
3649
3650- Function: sxhash OBJ
3651
3652Return a hash code for Lisp object OBJ.
3653
3654- Function: define-hash-table-test NAME TEST-FN HASH-FN
3655
3656Define a new hash table test named NAME. If NAME is specified as
3657a test in `make-hash-table', the table created will use TEST-FN for
79214ddf 3658comparing keys, and HASH-FN to compute hash codes for keys. Test
a933dad1
DL
3659and hash function are stored as symbol property `hash-table-test'
3660of NAME with a value of (TEST-FN HASH-FN).
3661
3662TEST-FN must take two arguments and return non-nil if they are the same.
3663
3664HASH-FN must take one argument and return an integer that is the hash
3665code of the argument. The function should use the whole range of
3666integer values for hash code computation, including negative integers.
3667
3668Example: The following creates a hash table whose keys are supposed to
3669be strings that are compared case-insensitively.
3670
3671 (defun case-fold-string= (a b)
3672 (compare-strings a nil nil b nil nil t))
3673
3674 (defun case-fold-string-hash (a)
3675 (sxhash (upcase a)))
3676
79214ddf 3677 (define-hash-table-test 'case-fold 'case-fold-string=
a933dad1
DL
3678 'case-fold-string-hash))
3679
3680 (make-hash-table :test 'case-fold)
3681
a933dad1
DL
3682** The Lisp reader handles circular structure.
3683
3684It now works to use the #N= and #N# constructs to represent
3685circular structures. For example, #1=(a . #1#) represents
3686a cons cell which is its own cdr.
3687
a933dad1
DL
3688** The Lisp printer handles circular structure.
3689
3690If you bind print-circle to a non-nil value, the Lisp printer outputs
3691#N= and #N# constructs to represent circular and shared structure.
3692
a933dad1
DL
3693** If the second argument to `move-to-column' is anything but nil or
3694t, that means replace a tab with spaces if necessary to reach the
3695specified column, but do not add spaces at the end of the line if it
3696is too short to reach that column.
3697
a933dad1
DL
3698** perform-replace has a new feature: the REPLACEMENTS argument may
3699now be a cons cell (FUNCTION . DATA). This means to call FUNCTION
3700after each match to get the replacement text. FUNCTION is called with
3701two arguments: DATA, and the number of replacements already made.
3702
3703If the FROM-STRING contains any upper-case letters,
3704perform-replace also turns off `case-fold-search' temporarily
3705and inserts the replacement text without altering case in it.
3706
a933dad1
DL
3707** The function buffer-size now accepts an optional argument
3708to specify which buffer to return the size of.
3709
a933dad1
DL
3710** The calendar motion commands now run the normal hook
3711calendar-move-hook after moving point.
3712
a933dad1
DL
3713** The new variable small-temporary-file-directory specifies a
3714directory to use for creating temporary files that are likely to be
3715small. (Certain Emacs features use this directory.) If
3716small-temporary-file-directory is nil, they use
3717temporary-file-directory instead.
3718
a933dad1
DL
3719** The variable `inhibit-modification-hooks', if non-nil, inhibits all
3720the hooks that track changes in the buffer. This affects
3721`before-change-functions' and `after-change-functions', as well as
3722hooks attached to text properties and overlay properties.
3723
2018166d
DL
3724** assq-delete-all is a new function that deletes all the
3725elements of an alist which have a car `eq' to a particular value.
a933dad1 3726
a933dad1
DL
3727** make-temp-file provides a more reliable way to create a temporary file.
3728
3729make-temp-file is used like make-temp-name, except that it actually
3730creates the file before it returns. This prevents a timing error,
3731ensuring that no other job can use the same name for a temporary file.
3732
a933dad1
DL
3733** New exclusive-open feature in `write-region'
3734
3735The optional seventh arg is now called MUSTBENEW. If non-nil, it insists
3736on a check for an existing file with the same name. If MUSTBENEW
3737is `excl', that means to get an error if the file already exists;
3738never overwrite. If MUSTBENEW is neither nil nor `excl', that means
3739ask for confirmation before overwriting, but do go ahead and
3740overwrite the file if the user gives confirmation.
3741
3742If the MUSTBENEW argument in `write-region' is `excl',
3743that means to use a special feature in the `open' system call
3744to get an error if the file exists at that time.
3745The error reported is `file-already-exists'.
3746
a933dad1
DL
3747** Function `format' now handles text properties.
3748
3749Text properties of the format string are applied to the result string.
3750If the result string is longer than the format string, text properties
3751ending at the end of the format string are extended to the end of the
3752result string.
3753
3754Text properties from string arguments are applied to the result
3755string where arguments appear in the result string.
3756
3757Example:
3758
3759 (let ((s1 "hello, %s")
3760 (s2 "world"))
3761 (put-text-property 0 (length s1) 'face 'bold s1)
3762 (put-text-property 0 (length s2) 'face 'italic s2)
b246b1f6 3763 (format s1 s2))
a933dad1
DL
3764
3765results in a bold-face string with an italic `world' at the end.
3766
a933dad1
DL
3767** Messages can now be displayed with text properties.
3768
3769Text properties are handled as described above for function `format'.
3770The following example displays a bold-face message with an italic
3771argument in it.
3772
3773 (let ((msg "hello, %s!")
3774 (arg "world"))
3775 (put-text-property 0 (length msg) 'face 'bold msg)
3776 (put-text-property 0 (length arg) 'face 'italic arg)
3777 (message msg arg))
3778
a933dad1
DL
3779** Sound support
3780
3781Emacs supports playing sound files on GNU/Linux and the free BSDs
3782(Voxware driver and native BSD driver, aka as Luigi's driver).
3783
3784Currently supported file formats are RIFF-WAVE (*.wav) and Sun Audio
3785(*.au). You must configure Emacs with the option `--with-sound=yes'
3786to enable sound support.
3787
3788Sound files can be played by calling (play-sound SOUND). SOUND is a
3789list of the form `(sound PROPERTY...)'. The function is only defined
3790when sound support is present for the system on which Emacs runs. The
3791functions runs `play-sound-functions' with one argument which is the
3792sound to play, before playing the sound.
3793
3794The following sound properties are supported:
3795
3796- `:file FILE'
3797
3798FILE is a file name. If FILE isn't an absolute name, it will be
3799searched relative to `data-directory'.
3800
6fb40beb
GM
3801- `:data DATA'
3802
3803DATA is a string containing sound data. Either :file or :data
3804may be present, but not both.
3805
a933dad1
DL
3806- `:volume VOLUME'
3807
3808VOLUME must be an integer in the range 0..100 or a float in the range
38090..1. This property is optional.
3810
01242779
DL
3811- `:device DEVICE'
3812
3813DEVICE is a string specifying the system device on which to play the
3814sound. The default device is system-dependent.
3815
a933dad1
DL
3816Other properties are ignored.
3817
01242779
DL
3818An alternative interface is called as
3819(play-sound-file FILE &optional VOLUME DEVICE).
3820
a933dad1 3821** `multimedia' is a new Finder keyword and Custom group.
356673d4
DL
3822
3823** keywordp is a new predicate to test efficiently for an object being
3824a keyword symbol.
fc91dc2d
GM
3825
3826** Changes to garbage collection
3827
3828*** The function garbage-collect now additionally returns the number
3829of live and free strings.
3830
3831*** There is a new variable `strings-consed' holding the number of
3832strings that have been consed so far.
3833
05197f40 3834\f
04545643
GM
3835* Lisp-level Display features added after release 2.6 of the Emacs
3836Lisp Manual
3837
a299a6f0
GM
3838** The user-option `resize-mini-windows' controls how Emacs resizes
3839mini-windows.
3840
26fcde61
MB
3841** The function `pos-visible-in-window-p' now has a third optional
3842argument, PARTIALLY. If a character is only partially visible, nil is
3843returned, unless PARTIALLY is non-nil.
ea4c1b7c 3844
a299a6f0 3845** On window systems, `glyph-table' is no longer used.
82a452c8 3846
9a8d84ca 3847** Help strings in menu items are now used to provide `help-echo' text.
2c69ced2
GM
3848
3849** The function `image-size' can be used to determine the size of an
3850image.
3851
3852- Function: image-size SPEC &optional PIXELS FRAME
3853
3854Return the size of an image as a pair (WIDTH . HEIGHT).
3855
3856SPEC is an image specification. PIXELS non-nil means return sizes
3857measured in pixels, otherwise return sizes measured in canonical
3858character units (fractions of the width/height of the frame's default
3859font). FRAME is the frame on which the image will be displayed.
3860FRAME nil or omitted means use the selected frame.
3861
ebb8f116
GM
3862** The function `image-mask-p' can be used to determine if an image
3863has a mask bitmap.
3864
3865- Function: image-mask-p SPEC &optional FRAME
3866
3867Return t if image SPEC has a mask bitmap.
3868FRAME is the frame on which the image will be displayed. FRAME nil
3869or omitted means use the selected frame.
3870
0b8a3a6d
DL
3871** The function `find-image' can be used to find a usable image
3872satisfying one of a list of specifications.
3873
0b8a3a6d
DL
3874** The STRING argument of `put-image' and `insert-image' is now
3875optional.
3876
f6499c03
DL
3877** Image specifications may contain the property `:ascent center' (see
3878below).
04545643 3879
05197f40 3880\f
a933dad1
DL
3881* New Lisp-level Display features in Emacs 21.1
3882
f6d3257b
GM
3883** The function tty-suppress-bold-inverse-default-colors can be used
3884to make Emacs avoid displaying text with bold black foreground on TTYs.
3885
3886Some terminals, notably PC consoles, emulate bold text by displaying
3887text in brighter colors. On such a console, a bold black foreground
3888is displayed in a gray color. If this turns out to be hard to read on
3889your monitor---the problem occurred with the mode line on
3890laptops---you can instruct Emacs to ignore the text's boldness, and to
3891just display it black instead.
3892
3893This situation can't be detected automatically. You will have to put
3894a line like
3895
3896 (tty-suppress-bold-inverse-default-colors t)
3897
3898in your `.emacs'.
3899
a933dad1
DL
3900** New face implementation.
3901
3902Emacs faces have been reimplemented from scratch. They don't use XLFD
3903font names anymore and face merging now works as expected.
3904
a933dad1
DL
3905*** New faces.
3906
3907Each face can specify the following display attributes:
3908
3909 1. Font family or fontset alias name.
79214ddf 3910
a933dad1
DL
3911 2. Relative proportionate width, aka character set width or set
3912 width (swidth), e.g. `semi-compressed'.
79214ddf 3913
a933dad1 3914 3. Font height in 1/10pt
79214ddf 3915
a933dad1 3916 4. Font weight, e.g. `bold'.
79214ddf 3917
a933dad1 3918 5. Font slant, e.g. `italic'.
79214ddf 3919
a933dad1 3920 6. Foreground color.
79214ddf 3921
a933dad1
DL
3922 7. Background color.
3923
3924 8. Whether or not characters should be underlined, and in what color.
3925
3926 9. Whether or not characters should be displayed in inverse video.
3927
3928 10. A background stipple, a bitmap.
3929
3930 11. Whether or not characters should be overlined, and in what color.
3931
3932 12. Whether or not characters should be strike-through, and in what
3933 color.
3934
3935 13. Whether or not a box should be drawn around characters, its
3936 color, the width of the box lines, and 3D appearance.
3937
3938Faces are frame-local by nature because Emacs allows to define the
3939same named face (face names are symbols) differently for different
3940frames. Each frame has an alist of face definitions for all named
3941faces. The value of a named face in such an alist is a Lisp vector
0969bd6a 3942with the symbol `face' in slot 0, and a slot for each of the face
a933dad1
DL
3943attributes mentioned above.
3944
3945There is also a global face alist `face-new-frame-defaults'. Face
3946definitions from this list are used to initialize faces of newly
3947created frames.
79214ddf 3948
a933dad1
DL
3949A face doesn't have to specify all attributes. Those not specified
3950have a nil value. Faces specifying all attributes are called
3951`fully-specified'.
3952
a933dad1
DL
3953*** Face merging.
3954
3955The display style of a given character in the text is determined by
3956combining several faces. This process is called `face merging'. Any
3957aspect of the display style that isn't specified by overlays or text
3958properties is taken from the `default' face. Since it is made sure
3959that the default face is always fully-specified, face merging always
3960results in a fully-specified face.
3961
a933dad1
DL
3962*** Face realization.
3963
3964After all face attributes for a character have been determined by
3965merging faces of that character, that face is `realized'. The
3966realization process maps face attributes to what is physically
3967available on the system where Emacs runs. The result is a `realized
3968face' in form of an internal structure which is stored in the face
3969cache of the frame on which it was realized.
3970
3971Face realization is done in the context of the charset of the
3972character to display because different fonts and encodings are used
3973for different charsets. In other words, for characters of different
3974charsets, different realized faces are needed to display them.
3975
3976Except for composite characters, faces are always realized for a
3977specific character set and contain a specific font, even if the face
3978being realized specifies a fontset. The reason is that the result of
3979the new font selection stage is better than what can be done with
3980statically defined font name patterns in fontsets.
3981
3982In unibyte text, Emacs' charsets aren't applicable; function
3983`char-charset' reports ASCII for all characters, including those >
39840x7f. The X registry and encoding of fonts to use is determined from
3985the variable `face-default-registry' in this case. The variable is
3986initialized at Emacs startup time from the font the user specified for
3987Emacs.
3988
3989Currently all unibyte text, i.e. all buffers with
3990`enable-multibyte-characters' nil are displayed with fonts of the same
3991registry and encoding `face-default-registry'. This is consistent
3992with the fact that languages can also be set globally, only.
3993
a933dad1
DL
3994**** Clearing face caches.
3995
3996The Lisp function `clear-face-cache' can be called to clear face caches
3997on all frames. If called with a non-nil argument, it will also unload
3998unused fonts.
3999
a933dad1 4000*** Font selection.
79214ddf 4001
a933dad1
DL
4002Font selection tries to find the best available matching font for a
4003given (charset, face) combination. This is done slightly differently
4004for faces specifying a fontset, or a font family name.
4005
4006If the face specifies a fontset name, that fontset determines a
4007pattern for fonts of the given charset. If the face specifies a font
4008family, a font pattern is constructed. Charset symbols have a
4009property `x-charset-registry' for that purpose that maps a charset to
4010an XLFD registry and encoding in the font pattern constructed.
4011
4012Available fonts on the system on which Emacs runs are then matched
4013against the font pattern. The result of font selection is the best
4014match for the given face attributes in this font list.
4015
4016Font selection can be influenced by the user.
4017
4018The user can specify the relative importance he gives the face
4019attributes width, height, weight, and slant by setting
4020face-font-selection-order (faces.el) to a list of face attribute
4021names. The default is (:width :height :weight :slant), and means
4022that font selection first tries to find a good match for the font
4023width specified by a face, then---within fonts with that width---tries
4024to find a best match for the specified font height, etc.
4025
52d89894
GM
4026Setting `face-font-family-alternatives' allows the user to specify
4027alternative font families to try if a family specified by a face
89d57763 4028doesn't exist.
af4bb4c8
KH
4029
4030Setting `face-font-registry-alternatives' allows the user to specify
8a33023e 4031all alternative font registry names to try for a face specifying a
af4bb4c8
KH
4032registry.
4033
8a33023e 4034Please note that the interpretations of the above two variables are
af4bb4c8
KH
4035slightly different.
4036
4037Setting face-ignored-fonts allows the user to ignore specific fonts.
4038
a933dad1 4039
a933dad1
DL
4040**** Scalable fonts
4041
4042Emacs can make use of scalable fonts but doesn't do so by default,
4043since the use of too many or too big scalable fonts may crash XFree86
4044servers.
4045
4046To enable scalable font use, set the variable
b246b1f6 4047`scalable-fonts-allowed'. A value of nil, the default, means never use
a933dad1
DL
4048scalable fonts. A value of t means any scalable font may be used.
4049Otherwise, the value must be a list of regular expressions. A
4050scalable font may then be used if it matches a regular expression from
4051that list. Example:
4052
4053 (setq scalable-fonts-allowed '("muleindian-2$"))
4054
4055allows the use of scalable fonts with registry `muleindian-2'.
4056
a933dad1
DL
4057*** Functions and variables related to font selection.
4058
4059- Function: x-family-fonts &optional FAMILY FRAME
4060
4061Return a list of available fonts of family FAMILY on FRAME. If FAMILY
4062is omitted or nil, list all families. Otherwise, FAMILY must be a
4063string, possibly containing wildcards `?' and `*'.
4064
4065If FRAME is omitted or nil, use the selected frame. Each element of
4066the result is a vector [FAMILY WIDTH POINT-SIZE WEIGHT SLANT FIXED-P
4067FULL REGISTRY-AND-ENCODING]. FAMILY is the font family name.
4068POINT-SIZE is the size of the font in 1/10 pt. WIDTH, WEIGHT, and
4069SLANT are symbols describing the width, weight and slant of the font.
4070These symbols are the same as for face attributes. FIXED-P is non-nil
4071if the font is fixed-pitch. FULL is the full name of the font, and
4072REGISTRY-AND-ENCODING is a string giving the registry and encoding of
4073the font. The result list is sorted according to the current setting
4074of the face font sort order.
4075
79214ddf 4076- Function: x-font-family-list
a933dad1
DL
4077
4078Return a list of available font families on FRAME. If FRAME is
4079omitted or nil, use the selected frame. Value is a list of conses
4080(FAMILY . FIXED-P) where FAMILY is a font family, and FIXED-P is
4081non-nil if fonts of that family are fixed-pitch.
4082
4083- Variable: font-list-limit
4084
4085Limit for font matching. If an integer > 0, font matching functions
4086won't load more than that number of fonts when searching for a
4087matching font. The default is currently 100.
4088
a933dad1
DL
4089*** Setting face attributes.
4090
4091For the most part, the new face implementation is interface-compatible
4092with the old one. Old face attribute related functions are now
4093implemented in terms of the new functions `set-face-attribute' and
4094`face-attribute'.
4095
4096Face attributes are identified by their names which are keyword
4097symbols. All attributes can be set to `unspecified'.
4098
4099The following attributes are recognized:
4100
4101`:family'
4102
4103VALUE must be a string specifying the font family, e.g. ``courier'',
4104or a fontset alias name. If a font family is specified, wild-cards `*'
4105and `?' are allowed.
4106
4107`:width'
4108
4109VALUE specifies the relative proportionate width of the font to use.
4110It must be one of the symbols `ultra-condensed', `extra-condensed',
4111`condensed', `semi-condensed', `normal', `semi-expanded', `expanded',
4112`extra-expanded', or `ultra-expanded'.
4113
4114`:height'
4115
787345ff
MB
4116VALUE must be either an integer specifying the height of the font to use
4117in 1/10 pt, a floating point number specifying the amount by which to
4118scale any underlying face, or a function, which is called with the old
4119height (from the underlying face), and should return the new height.
a933dad1
DL
4120
4121`:weight'
4122
4123VALUE specifies the weight of the font to use. It must be one of the
4124symbols `ultra-bold', `extra-bold', `bold', `semi-bold', `normal',
4125`semi-light', `light', `extra-light', `ultra-light'.
4126
4127`:slant'
4128
4129VALUE specifies the slant of the font to use. It must be one of the
4130symbols `italic', `oblique', `normal', `reverse-italic', or
4131`reverse-oblique'.
4132
4133`:foreground', `:background'
4134
4135VALUE must be a color name, a string.
4136
4137`:underline'
4138
4139VALUE specifies whether characters in FACE should be underlined. If
4140VALUE is t, underline with foreground color of the face. If VALUE is
4141a string, underline with that color. If VALUE is nil, explicitly
4142don't underline.
4143
4144`:overline'
4145
4146VALUE specifies whether characters in FACE should be overlined. If
4147VALUE is t, overline with foreground color of the face. If VALUE is a
4148string, overline with that color. If VALUE is nil, explicitly don't
4149overline.
4150
4151`:strike-through'
4152
4153VALUE specifies whether characters in FACE should be drawn with a line
4154striking through them. If VALUE is t, use the foreground color of the
4155face. If VALUE is a string, strike-through with that color. If VALUE
4156is nil, explicitly don't strike through.
4157
4158`:box'
4159
4160VALUE specifies whether characters in FACE should have a box drawn
4161around them. If VALUE is nil, explicitly don't draw boxes. If
4162VALUE is t, draw a box with lines of width 1 in the foreground color
4163of the face. If VALUE is a string, the string must be a color name,
4164and the box is drawn in that color with a line width of 1. Otherwise,
4165VALUE must be a property list of the form `(:line-width WIDTH
4166:color COLOR :style STYLE)'. If a keyword/value pair is missing from
4167the property list, a default value will be used for the value, as
4168specified below. WIDTH specifies the width of the lines to draw; it
4169defaults to 1. COLOR is the name of the color to draw in, default is
4170the foreground color of the face for simple boxes, and the background
4171color of the face for 3D boxes. STYLE specifies whether a 3D box
4172should be draw. If STYLE is `released-button', draw a box looking
4173like a released 3D button. If STYLE is `pressed-button' draw a box
4174that appears like a pressed button. If STYLE is nil, the default if
4175the property list doesn't contain a style specification, draw a 2D
4176box.
4177
4178`:inverse-video'
4179
4180VALUE specifies whether characters in FACE should be displayed in
4181inverse video. VALUE must be one of t or nil.
4182
4183`:stipple'
4184
4185If VALUE is a string, it must be the name of a file of pixmap data.
4186The directories listed in the `x-bitmap-file-path' variable are
4187searched. Alternatively, VALUE may be a list of the form (WIDTH
4188HEIGHT DATA) where WIDTH and HEIGHT are the size in pixels, and DATA
4189is a string containing the raw bits of the bitmap. VALUE nil means
4190explicitly don't use a stipple pattern.
4191
4192For convenience, attributes `:family', `:width', `:height', `:weight',
4193and `:slant' may also be set in one step from an X font name:
4194
4195`:font'
4196
4197Set font-related face attributes from VALUE. VALUE must be a valid
4198XLFD font name. If it is a font name pattern, the first matching font
4199is used--this is for compatibility with the behavior of previous
4200versions of Emacs.
4201
4202For compatibility with Emacs 20, keywords `:bold' and `:italic' can
4203be used to specify that a bold or italic font should be used. VALUE
4204must be t or nil in that case. A value of `unspecified' is not allowed."
4205
4206Please see also the documentation of `set-face-attribute' and
4207`defface'.
4208
787345ff
MB
4209`:inherit'
4210
4211VALUE is the name of a face from which to inherit attributes, or a list
4212of face names. Attributes from inherited faces are merged into the face
4213like an underlying face would be, with higher priority than underlying faces.
4214
a933dad1
DL
4215*** Face attributes and X resources
4216
4217The following X resource names can be used to set face attributes
4218from X resources:
4219
4220 Face attribute X resource class
4221-----------------------------------------------------------------------
4222 :family attributeFamily . Face.AttributeFamily
4223 :width attributeWidth Face.AttributeWidth
4224 :height attributeHeight Face.AttributeHeight
4225 :weight attributeWeight Face.AttributeWeight
4226 :slant attributeSlant Face.AttributeSlant
4227 foreground attributeForeground Face.AttributeForeground
4228 :background attributeBackground . Face.AttributeBackground
4229 :overline attributeOverline Face.AttributeOverline
4230 :strike-through attributeStrikeThrough Face.AttributeStrikeThrough
4231 :box attributeBox Face.AttributeBox
4232 :underline attributeUnderline Face.AttributeUnderline
4233 :inverse-video attributeInverse Face.AttributeInverse
4234 :stipple attributeStipple Face.AttributeStipple
79214ddf 4235 or attributeBackgroundPixmap
a933dad1
DL
4236 Face.AttributeBackgroundPixmap
4237 :font attributeFont Face.AttributeFont
4238 :bold attributeBold Face.AttributeBold
4239 :italic attributeItalic . Face.AttributeItalic
4240 :font attributeFont Face.AttributeFont
4241
a933dad1
DL
4242*** Text property `face'.
4243
4244The value of the `face' text property can now be a single face
4245specification or a list of such specifications. Each face
4246specification can be
4247
42481. A symbol or string naming a Lisp face.
4249
42502. A property list of the form (KEYWORD VALUE ...) where each
4251 KEYWORD is a face attribute name, and VALUE is an appropriate value
4252 for that attribute. Please see the doc string of `set-face-attribute'
4253 for face attribute names.
4254
42553. Conses of the form (FOREGROUND-COLOR . COLOR) or
4256 (BACKGROUND-COLOR . COLOR) where COLOR is a color name. This is
4257 for compatibility with previous Emacs versions.
4258
a933dad1
DL
4259** Support functions for colors on text-only terminals.
4260
acf3ecb7
EZ
4261The function `tty-color-define' can be used to define colors for use
4262on TTY and MSDOS frames. It maps a color name to a color number on
4263the terminal. Emacs defines a couple of common color mappings by
a933dad1 4264default. You can get defined colors with a call to
acf3ecb7 4265`defined-colors'. The function `tty-color-clear' can be
a933dad1
DL
4266used to clear the mapping table.
4267
acf3ecb7
EZ
4268** Unified support for colors independent of frame type.
4269
4270The new functions `defined-colors', `color-defined-p', `color-values',
4271and `display-color-p' work for any type of frame. On frames whose
4272type is neither x nor w32, these functions transparently map X-style
4273color specifications to the closest colors supported by the frame
4274display. Lisp programs should use these new functions instead of the
4275old `x-defined-colors', `x-color-defined-p', `x-color-values', and
4276`x-display-color-p'. (The old function names are still available for
4277compatibility; they are now aliases of the new names.) Lisp programs
4278should no more look at the value of the variable window-system to
4279modify their color-related behavior.
4280
4281The primitives `color-gray-p' and `color-supported-p' also work for
4282any frame type.
4283
8a5719f0
EZ
4284** Platform-independent functions to describe display capabilities.
4285
4286The new functions `display-mouse-p', `display-popup-menus-p',
4287`display-graphic-p', `display-selections-p', `display-screens',
4288`display-pixel-width', `display-pixel-height', `display-mm-width',
4289`display-mm-height', `display-backing-store', `display-save-under',
4290`display-planes', `display-color-cells', `display-visual-class', and
4291`display-grayscale-p' describe the basic capabilities of a particular
4292display. Lisp programs should call these functions instead of testing
4293the value of the variables `window-system' or `system-type', or calling
4294platform-specific functions such as `x-display-pixel-width'.
4295
27009a49
EZ
4296The new function `display-images-p' returns non-nil if a particular
4297display can display image files.
4298
a933dad1 4299** The minibuffer prompt is now actually inserted in the minibuffer.
a933dad1 4300
463cac2d 4301This makes it possible to scroll through the prompt, if you want to.
3b51cca0
MB
4302To disallow this completely (like previous versions of emacs), customize
4303the variable `minibuffer-prompt-properties', and turn on the
4304`Inviolable' option.
a933dad1 4305
8a33023e 4306The function minibuffer-prompt-end returns the current position of the
a933dad1
DL
4307end of the minibuffer prompt, if the minibuffer is current.
4308Otherwise, it returns zero.
4309
463cac2d
GM
4310** New `field' abstraction in buffers.
4311
4312There is now code to support an abstraction called `fields' in emacs
4313buffers. A field is a contiguous region of text with the same `field'
59927f88 4314property (which can be a text property or an overlay).
463cac2d 4315
9a9dfda8 4316Many emacs functions, such as forward-word, forward-sentence,
463cac2d 4317forward-paragraph, beginning-of-line, etc., stop moving when they come
9a9dfda8 4318to the boundary between fields; beginning-of-line and end-of-line will
463cac2d 4319not let the point move past the field boundary, but other movement
fc7ac24f
GM
4320commands continue into the next field if repeated. Stopping at field
4321boundaries can be suppressed programmatically by binding
4322`inhibit-field-text-motion' to a non-nil value around calls to these
4323functions.
463cac2d
GM
4324
4325Now that the minibuffer prompt is inserted into the minibuffer, it is in
9a9dfda8 4326a separate field from the user-input part of the buffer, so that common
463cac2d 4327editing commands treat the user's text separately from the prompt.
a933dad1 4328
9a9dfda8
GM
4329The following functions are defined for operating on fields:
4330
59927f88 4331- Function: constrain-to-field NEW-POS OLD-POS &optional ESCAPE-FROM-EDGE ONLY-IN-LINE INHIBIT-CAPTURE-PROPERTY
9a9dfda8
GM
4332
4333Return the position closest to NEW-POS that is in the same field as OLD-POS.
59927f88 4334
9a9dfda8
GM
4335A field is a region of text with the same `field' property.
4336If NEW-POS is nil, then the current point is used instead, and set to the
9b2a085d 4337constrained position if that is different.
9a9dfda8
GM
4338
4339If OLD-POS is at the boundary of two fields, then the allowable
4340positions for NEW-POS depends on the value of the optional argument
4341ESCAPE-FROM-EDGE: If ESCAPE-FROM-EDGE is nil, then NEW-POS is
59927f88 4342constrained to the field that has the same `field' char-property
9a9dfda8
GM
4343as any new characters inserted at OLD-POS, whereas if ESCAPE-FROM-EDGE
4344is non-nil, NEW-POS is constrained to the union of the two adjacent
59927f88
MB
4345fields. Additionally, if two fields are separated by another field with
4346the special value `boundary', then any point within this special field is
4347also considered to be `on the boundary'.
9a9dfda8
GM
4348
4349If the optional argument ONLY-IN-LINE is non-nil and constraining
4350NEW-POS would move it to a different line, NEW-POS is returned
4351unconstrained. This useful for commands that move by line, like
4352C-n or C-a, which should generally respect field boundaries
4353only in the case where they can still move to the right line.
4354
59927f88
MB
4355If the optional argument INHIBIT-CAPTURE-PROPERTY is non-nil, and OLD-POS has
4356a non-nil property of that name, then any field boundaries are ignored.
4357
4358Field boundaries are not noticed if `inhibit-field-text-motion' is non-nil.
4359
4360- Function: delete-field &optional POS
9a9dfda8 4361
59927f88 4362Delete the field surrounding POS.
9a9dfda8 4363A field is a region of text with the same `field' property.
59927f88 4364If POS is nil, the value of point is used for POS.
9a9dfda8
GM
4365
4366- Function: field-beginning &optional POS ESCAPE-FROM-EDGE
4367
4368Return the beginning of the field surrounding POS.
4369A field is a region of text with the same `field' property.
59927f88
MB
4370If POS is nil, the value of point is used for POS.
4371If ESCAPE-FROM-EDGE is non-nil and POS is at the beginning of its
9a9dfda8
GM
4372field, then the beginning of the *previous* field is returned.
4373
4374- Function: field-end &optional POS ESCAPE-FROM-EDGE
4375
4376Return the end of the field surrounding POS.
4377A field is a region of text with the same `field' property.
59927f88
MB
4378If POS is nil, the value of point is used for POS.
4379If ESCAPE-FROM-EDGE is non-nil and POS is at the end of its field,
9a9dfda8
GM
4380then the end of the *following* field is returned.
4381
4382- Function: field-string &optional POS
4383
4384Return the contents of the field surrounding POS as a string.
4385A field is a region of text with the same `field' property.
59927f88 4386If POS is nil, the value of point is used for POS.
9a9dfda8
GM
4387
4388- Function: field-string-no-properties &optional POS
4389
4390Return the contents of the field around POS, without text-properties.
4391A field is a region of text with the same `field' property.
59927f88 4392If POS is nil, the value of point is used for POS.
9a9dfda8 4393
a933dad1
DL
4394** Image support.
4395
4396Emacs can now display images. Images are inserted into text by giving
4397strings or buffer text a `display' text property containing one of
4398(AREA IMAGE) or IMAGE. The display of the `display' property value
4399replaces the display of the characters having that property.
4400
4401If the property value has the form (AREA IMAGE), AREA must be one of
4402`(margin left-margin)', `(margin right-margin)' or `(margin nil)'. If
4403AREA is `(margin nil)', IMAGE will be displayed in the text area of a
4404window, otherwise it will be displayed in the left or right marginal
4405area.
4406
4407IMAGE is an image specification.
4408
4409*** Image specifications
4410
4411Image specifications are lists of the form `(image PROPS)' where PROPS
4412is a property list whose keys are keyword symbols. Each
4413specifications must contain a property `:type TYPE' with TYPE being a
35a5514b
GM
4414symbol specifying the image type, e.g. `xbm'. Properties not
4415described below are ignored.
a933dad1
DL
4416
4417The following is a list of properties all image types share.
4418
4419`:ascent ASCENT'
4420
576da55d
GM
4421ASCENT must be a number in the range 0..100, or the symbol `center'.
4422If it is a number, it specifies the percentage of the image's height
5d94f558 4423to use for its ascent.
576da55d
GM
4424
4425If not specified, ASCENT defaults to the value 50 which means that the
4426image will be centered with the base line of the row it appears in.
4427
5d94f558 4428If ASCENT is `center' the image is vertically centered around a
04545643
GM
4429centerline which is the vertical center of text drawn at the position
4430of the image, in the manner specified by the text properties and
4431overlays that apply to the image.
a933dad1
DL
4432
4433`:margin MARGIN'
4434
b30623be
GM
4435MARGIN must be either a number >= 0 specifying how many pixels to put
4436as margin around the image, or a pair (X . Y) with X specifying the
4437horizontal margin and Y specifying the vertical margin. Default is 0.
a933dad1
DL
4438
4439`:relief RELIEF'
4440
4441RELIEF is analogous to the `:relief' attribute of faces. Puts a relief
4442around an image.
4443
f864120f 4444`:conversion ALGO'
a933dad1 4445
47e351a3
GM
4446Apply an image algorithm to the image before displaying it.
4447
4448ALGO `laplace' or `emboss' means apply a Laplace or ``emboss''
4449edge-detection algorithm to the image.
4450
4451ALGO `(edge-detection :matrix MATRIX :color-adjust ADJUST)' means
4452apply a general edge-detection algorithm. MATRIX must be either a
4453nine-element list or a nine-element vector of numbers. A pixel at
4454position x/y in the transformed image is computed from original pixels
4455around that position. MATRIX specifies, for each pixel in the
4456neighborhood of x/y, a factor with which that pixel will influence the
4457transformed pixel; element 0 specifies the factor for the pixel at
4458x-1/y-1, element 1 the factor for the pixel at x/y-1 etc. as shown
4459below.
4460
4461 (x-1/y-1 x/y-1 x+1/y-1
4462 x-1/y x/y x+1/y
4463 x-1/y+1 x/y+1 x+1/y+1)
4464
4465The resulting pixel is computed from the color intensity of the color
4466resulting from summing up the RGB values of surrounding pixels,
4467multiplied by the specified factors, and dividing that sum by the sum
4468of the factors' absolute values.
4469
327652be 4470Laplace edge-detection currently uses a matrix of
a933dad1 4471
47e351a3
GM
4472 (1 0 0
4473 0 0 0
4474 9 9 -1)
4475
4476Emboss edge-detection uses a matrix of
4477
4478 ( 2 -1 0
4479 -1 0 1
4480 0 1 -2)
4481
ba9eeda1
GM
4482ALGO `disabled' means transform the image so that it looks
4483``disabled''.
4484
47e351a3
GM
4485`:mask MASK'
4486
4487If MASK is `heuristic' or `(heuristic BG)', build a clipping mask for
4488the image, so that the background of a frame is visible behind the
4489image. If BG is not specified, or if BG is t, determine the
4490background color of the image by looking at the 4 corners of the
8a33023e 4491image, assuming the most frequently occurring color from the corners is
47e351a3
GM
4492the background color of the image. Otherwise, BG must be a list `(RED
4493GREEN BLUE)' specifying the color to assume for the background of the
4494image.
a933dad1 4495
47e351a3
GM
4496If MASK is nil, remove a mask from the image, if it has one. Images
4497in some formats include a mask which can be removed by specifying
4498`:mask nil'.
a933dad1
DL
4499
4500`:file FILE'
4501
4502Load image from FILE. If FILE is not absolute after expanding it,
4503search for the image in `data-directory'. Some image types support
4504building images from data. When this is done, no `:file' property
4505may be present in the image specification.
4506
518df5c4
GM
4507`:data DATA'
4508
4509Get image data from DATA. (As of this writing, this is not yet
4510supported for image type `postscript'). Either :file or :data may be
4511present in an image specification, but not both. All image types
4512support strings as DATA, some types allow additional types of DATA.
4513
a933dad1
DL
4514*** Supported image types
4515
b246b1f6 4516**** XBM, image type `xbm'.
a933dad1
DL
4517
4518XBM images don't require an external library. Additional image
4519properties supported are
4520
4521`:foreground FG'
4522
94736c7c
GM
4523FG must be a string specifying the image foreground color, or nil
4524meaning to use the default. Default is the frame's foreground.
a933dad1 4525
46c5af7f 4526`:background BG'
a933dad1 4527
94736c7c
GM
4528BG must be a string specifying the image foreground color, or nil
4529meaning to use the default. Default is the frame's background color.
a933dad1
DL
4530
4531XBM images can be constructed from data instead of file. In this
4532case, the image specification must contain the following properties
4533instead of a `:file' property.
4534
4535`:width WIDTH'
4536
4537WIDTH specifies the width of the image in pixels.
4538
4539`:height HEIGHT'
4540
4541HEIGHT specifies the height of the image in pixels.
4542
4543`:data DATA'
4544
4545DATA must be either
4546
4547 1. a string large enough to hold the bitmap data, i.e. it must
4548 have a size >= (WIDTH + 7) / 8 * HEIGHT
4549
4550 2. a bool-vector of size >= WIDTH * HEIGHT
4551
4552 3. a vector of strings or bool-vectors, one for each line of the
4553 bitmap.
4554
c76e04a8
GM
4555 4. a string that's an in-memory XBM file. Neither width nor
4556 height may be specified in this case because these are defined
4557 in the file.
4558
a933dad1
DL
4559**** XPM, image type `xpm'
4560
4561XPM images require the external library `libXpm', package
4562`xpm-3.4k.tar.gz', version 3.4k or later. Make sure the library is
4563found when Emacs is configured by supplying appropriate paths via
4564`--x-includes' and `--x-libraries'.
4565
4566Additional image properties supported are:
4567
4568`:color-symbols SYMBOLS'
4569
4570SYMBOLS must be a list of pairs (NAME . COLOR), with NAME being the
4571name of color as it appears in an XPM file, and COLOR being an X color
4572name.
4573
4574XPM images can be built from memory instead of files. In that case,
4575add a `:data' property instead of a `:file' property.
4576
a933dad1
DL
4577The XPM library uses libz in its implementation so that it is able
4578to display compressed images.
4579
4580**** PBM, image type `pbm'
4581
4582PBM images don't require an external library. Color, gray-scale and
2b8e9c91
GM
4583mono images are supported. Additional image properties supported for
4584mono images are
4585
4586`:foreground FG'
4587
94736c7c
GM
4588FG must be a string specifying the image foreground color, or nil
4589meaning to use the default. Default is the frame's foreground.
2b8e9c91
GM
4590
4591`:background FG'
4592
94736c7c
GM
4593BG must be a string specifying the image foreground color, or nil
4594meaning to use the default. Default is the frame's background color.
a933dad1
DL
4595
4596**** JPEG, image type `jpeg'
4597
4598Support for JPEG images requires the external library `libjpeg',
3bd37feb
GM
4599package `jpegsrc.v6a.tar.gz', or later. Additional image properties
4600are:
4601
a933dad1
DL
4602**** TIFF, image type `tiff'
4603
4604Support for TIFF images requires the external library `libtiff',
4605package `tiff-v3.4-tar.gz', or later. There are no additional image
4606properties defined.
4607
4608**** GIF, image type `gif'
4609
4610Support for GIF images requires the external library `libungif', package
4611`libungif-4.1.0', or later.
4612
4613Additional image properties supported are:
4614
4615`:index INDEX'
4616
4617INDEX must be an integer >= 0. Load image number INDEX from a
8a33023e 4618multi-image GIF file. An error is signaled if INDEX is too large.
a933dad1
DL
4619
4620This could be used to implement limited support for animated GIFs.
4621For example, the following function displays a multi-image GIF file
4622at point-min in the current buffer, switching between sub-images
4623every 0.1 seconds.
4624
4625(defun show-anim (file max)
4626 "Display multi-image GIF file FILE which contains MAX subimages."
4627 (display-anim (current-buffer) file 0 max t))
4628
4629(defun display-anim (buffer file idx max first-time)
4630 (when (= idx max)
4631 (setq idx 0))
518df5c4 4632 (let ((img (create-image file nil nil :index idx)))
a933dad1
DL
4633 (save-excursion
4634 (set-buffer buffer)
4635 (goto-char (point-min))
4636 (unless first-time (delete-char 1))
4637 (insert-image img "x"))
4638 (run-with-timer 0.1 nil 'display-anim buffer file (1+ idx) max nil)))
4639
4640**** PNG, image type `png'
4641
4642Support for PNG images requires the external library `libpng',
4643package `libpng-1.0.2.tar.gz', or later. There are no additional image
4644properties defined.
4645
4646**** Ghostscript, image type `postscript'.
4647
4648Additional image properties supported are:
4649
4650`:pt-width WIDTH'
4651
4652WIDTH is width of the image in pt (1/72 inch). WIDTH must be an
b246b1f6 4653integer. This is a required property.
a933dad1
DL
4654
4655`:pt-height HEIGHT'
4656
4657HEIGHT specifies the height of the image in pt (1/72 inch). HEIGHT
b246b1f6 4658must be a integer. This is an required property.
a933dad1
DL
4659
4660`:bounding-box BOX'
4661
4662BOX must be a list or vector of 4 integers giving the bounding box of
4663the PS image, analogous to the `BoundingBox' comment found in PS
4664files. This is an required property.
4665
4666Part of the Ghostscript interface is implemented in Lisp. See
4667lisp/gs.el.
4668
4669*** Lisp interface.
4670
79214ddf
FP
4671The variable `image-types' contains a list of those image types
4672which are supported in the current configuration.
a933dad1
DL
4673
4674Images are stored in an image cache and removed from the cache when
4675they haven't been displayed for `image-cache-eviction-delay seconds.
4676The function `clear-image-cache' can be used to clear the image cache
084cec2f
GM
4677manually. Images in the cache are compared with `equal', i.e. all
4678images with `equal' specifications share the same image.
a933dad1
DL
4679
4680*** Simplified image API, image.el
4681
4682The new Lisp package image.el contains functions that simplify image
4683creation and putting images into text. The function `create-image'
4684can be used to create images. The macro `defimage' can be used to
4685define an image based on available image types. The functions
4686`put-image' and `insert-image' can be used to insert an image into a
4687buffer.
4688
a933dad1
DL
4689** Display margins.
4690
4691Windows can now have margins which are used for special text
4692and images.
4693
4694To give a window margins, either set the buffer-local variables
4695`left-margin-width' and `right-margin-width', or call
4696`set-window-margins'. The function `window-margins' can be used to
4697obtain the current settings. To make `left-margin-width' and
4698`right-margin-width' take effect, you must set them before displaying
4699the buffer in a window, or use `set-window-buffer' to force an update
4700of the display margins.
4701
4702You can put text in margins by giving it a `display' text property
4703containing a pair of the form `(LOCATION . VALUE)', where LOCATION is
4704one of `left-margin' or `right-margin' or nil. VALUE can be either a
4705string, an image specification or a stretch specification (see later
4706in this file).
4707
a933dad1
DL
4708** Help display
4709
4710Emacs displays short help messages in the echo area, when the mouse
4711moves over a tool-bar item or a piece of text that has a text property
4712`help-echo'. This feature also applies to strings in the mode line
4713that have a `help-echo' property.
4714
9662da0b 4715If the value of the `help-echo' property is a function, that function
85a8aca9 4716is called with three arguments WINDOW, OBJECT and POSITION. WINDOW is
c20aeb83
GM
4717the window in which the help was found.
4718
4719If OBJECT is a buffer, POS is the position in the buffer where the
4720`help-echo' text property was found.
4721
4722If OBJECT is an overlay, that overlay has a `help-echo' property, and
4723POS is the position in the overlay's buffer under the mouse.
4724
4725If OBJECT is a string (an overlay string or a string displayed with
5ed8d5af 4726the `display' property), POS is the position in that string under the
c20aeb83 4727mouse.
d5aa31d8 4728
9662da0b
GM
4729If the value of the `help-echo' property is neither a function nor a
4730string, it is evaluated to obtain a help string.
4731
4732For tool-bar and menu-bar items, their key definition is used to
4733determine the help to display. If their definition contains a
4734property `:help FORM', FORM is evaluated to determine the help string.
4735For tool-bar items without a help form, the caption of the item is
4736used as help string.
a933dad1
DL
4737
4738The hook `show-help-function' can be set to a function that displays
f0298744
DL
4739the help string differently. For example, enabling a tooltip window
4740causes the help display to appear there instead of in the echo area.
a933dad1 4741
a933dad1
DL
4742** Vertical fractional scrolling.
4743
4744The display of text in windows can be scrolled smoothly in pixels.
4745This is useful, for example, for making parts of large images visible.
4746
4747The function `window-vscroll' returns the current value of vertical
4748scrolling, a non-negative fraction of the canonical character height.
4749The function `set-window-vscroll' can be used to set the vertical
4750scrolling value. Here is an example of how these function might be
4751used.
4752
79214ddf
FP
4753 (global-set-key [A-down]
4754 #'(lambda ()
a933dad1 4755 (interactive)
79214ddf 4756 (set-window-vscroll (selected-window)
a933dad1 4757 (+ 0.5 (window-vscroll)))))
79214ddf 4758 (global-set-key [A-up]
a933dad1
DL
4759 #'(lambda ()
4760 (interactive)
79214ddf 4761 (set-window-vscroll (selected-window)
a933dad1
DL
4762 (- (window-vscroll) 0.5)))))
4763
a933dad1
DL
4764** New hook `fontification-functions'.
4765
4766Functions from `fontification-functions' are called from redisplay
4767when it encounters a region of text that is not yet fontified. This
4768variable automatically becomes buffer-local when set. Each function
4769is called with one argument, POS.
4770
4771At least one of the hook functions should fontify one or more
4772characters starting at POS in the current buffer. It should mark them
4773as fontified by giving them a non-nil value of the `fontified' text
4774property. It may be reasonable for these functions to check for the
4775`fontified' property and not put it back on, but they do not have to.
4776
a933dad1
DL
4777** Tool bar support.
4778
4779Emacs supports a tool bar at the top of a frame under X. The frame
4780parameter `tool-bar-lines' (X resource "toolBar", class "ToolBar")
4781controls how may lines to reserve for the tool bar. A zero value
4782suppresses the tool bar. If the value is non-zero and
4783`auto-resize-tool-bars' is non-nil the tool bar's size will be changed
4784automatically so that all tool bar items are visible.
4785
4786*** Tool bar item definitions
4787
4788Tool bar items are defined using `define-key' with a prefix-key
4789`tool-bar'. For example `(define-key global-map [tool-bar item1] ITEM)'
4790where ITEM is a list `(menu-item CAPTION BINDING PROPS...)'.
79214ddf 4791
a933dad1
DL
4792CAPTION is the caption of the item, If it's not a string, it is
4793evaluated to get a string. The caption is currently not displayed in
4794the tool bar, but it is displayed if the item doesn't have a `:help'
4795property (see below).
79214ddf 4796
a933dad1
DL
4797BINDING is the tool bar item's binding. Tool bar items with keymaps as
4798binding are currently ignored.
4799
4800The following properties are recognized:
4801
4802`:enable FORM'.
79214ddf 4803
a933dad1
DL
4804FORM is evaluated and specifies whether the tool bar item is enabled
4805or disabled.
79214ddf 4806
a933dad1 4807`:visible FORM'
79214ddf 4808
a933dad1 4809FORM is evaluated and specifies whether the tool bar item is displayed.
79214ddf 4810
a933dad1
DL
4811`:filter FUNCTION'
4812
4813FUNCTION is called with one parameter, the same list BINDING in which
4814FUNCTION is specified as the filter. The value FUNCTION returns is
4815used instead of BINDING to display this item.
79214ddf 4816
a933dad1
DL
4817`:button (TYPE SELECTED)'
4818
4819TYPE must be one of `:radio' or `:toggle'. SELECTED is evaluated
4820and specifies whether the button is selected (pressed) or not.
79214ddf 4821
a933dad1
DL
4822`:image IMAGES'
4823
4824IMAGES is either a single image specification or a vector of four
4825image specifications. If it is a vector, this table lists the
4826meaning of each of the four elements:
4827
4828 Index Use when item is
4829 ----------------------------------------
4830 0 enabled and selected
4831 1 enabled and deselected
4832 2 disabled and selected
4833 3 disabled and deselected
79214ddf 4834
4ba7246d
GM
4835If IMAGE is a single image specification, a Laplace edge-detection
4836algorithm is used on that image to draw the image in disabled state.
4837
a933dad1 4838`:help HELP-STRING'.
79214ddf 4839
a933dad1
DL
4840Gives a help string to display for the tool bar item. This help
4841is displayed when the mouse is moved over the item.
4842
dab96841 4843The function `toolbar-add-item' is a convenience function for adding
d1e68bce
DL
4844toolbar items generally, and `tool-bar-add-item-from-menu' can be used
4845to define a toolbar item with a binding copied from an item on the
4846menu bar.
dab96841 4847
8628686a
DL
4848The default bindings use a menu-item :filter to derive the tool-bar
4849dynamically from variable `tool-bar-map' which may be set
4850buffer-locally to override the global map.
4851
a933dad1
DL
4852*** Tool-bar-related variables.
4853
4854If `auto-resize-tool-bar' is non-nil, the tool bar will automatically
4855resize to show all defined tool bar items. It will never grow larger
4856than 1/4 of the frame's size.
4857
79214ddf 4858If `auto-raise-tool-bar-buttons' is non-nil, tool bar buttons will be
a933dad1
DL
4859raised when the mouse moves over them.
4860
4861You can add extra space between tool bar items by setting
4862`tool-bar-button-margin' to a positive integer specifying a number of
b30623be
GM
4863pixels, or a pair of integers (X . Y) specifying horizontal and
4864vertical margins . Default is 1.
a933dad1
DL
4865
4866You can change the shadow thickness of tool bar buttons by setting
4867`tool-bar-button-relief' to an integer. Default is 3.
4868
4869*** Tool-bar clicks with modifiers.
4870
4871You can bind commands to clicks with control, shift, meta etc. on
79214ddf 4872a tool bar item. If
a933dad1
DL
4873
4874 (define-key global-map [tool-bar shell]
4875 '(menu-item "Shell" shell
4876 :image (image :type xpm :file "shell.xpm")))
4877
4878is the original tool bar item definition, then
4879
4880 (define-key global-map [tool-bar S-shell] 'some-command)
4881
4882makes a binding to run `some-command' for a shifted click on the same
4883item.
4884
4885** Mode line changes.
4886
a933dad1
DL
4887*** Mouse-sensitive mode line.
4888
4889The mode line can be made mouse-sensitive by displaying strings there
4890that have a `local-map' text property. There are three ways to display
4891a string with a `local-map' property in the mode line.
4892
48931. The mode line spec contains a variable whose string value has
4894a `local-map' text property.
4895
48962. The mode line spec contains a format specifier (e.g. `%12b'), and
4897that format specifier has a `local-map' property.
4898
48993. The mode line spec contains a list containing `:eval FORM'. FORM
4900is evaluated. If the result is a string, and that string has a
4901`local-map' property.
4902
4903The same mechanism is used to determine the `face' and `help-echo'
4904properties of strings in the mode line. See `bindings.el' for an
4905example.
4906
54522c9f
GM
4907*** If a mode line element has the form `(:eval FORM)', FORM is
4908evaluated and the result is used as mode line element.
4909
a933dad1
DL
4910*** You can suppress mode-line display by setting the buffer-local
4911variable mode-line-format to nil.
4912
a933dad1
DL
4913*** A headerline can now be displayed at the top of a window.
4914
4915This mode line's contents are controlled by the new variable
4916`header-line-format' and `default-header-line-format' which are
4917completely analogous to `mode-line-format' and
4918`default-mode-line-format'. A value of nil means don't display a top
4919line.
4920
4921The appearance of top mode lines is controlled by the face
4922`header-line'.
4923
4924The function `coordinates-in-window-p' returns `header-line' for a
4925position in the header-line.
4926
a933dad1
DL
4927** Text property `display'
4928
623a0aae
GM
4929The `display' text property is used to insert images into text,
4930replace text with other text, display text in marginal area, and it is
4931also used to control other aspects of how text displays. The value of
4932the `display' property should be a display specification, as described
a933dad1
DL
4933below, or a list or vector containing display specifications.
4934
623a0aae
GM
4935*** Replacing text, displaying text in marginal areas
4936
4937To replace the text having the `display' property with some other
4938text, use a display specification of the form `(LOCATION STRING)'.
4939
4940If LOCATION is `(margin left-margin)', STRING is displayed in the left
4941marginal area, if it is `(margin right-margin)', it is displayed in
4942the right marginal area, and if LOCATION is `(margin nil)' STRING
4943is displayed in the text. In the latter case you can also use the
4944simpler form STRING as property value.
4945
a933dad1
DL
4946*** Variable width and height spaces
4947
4948To display a space of fractional width or height, use a display
4949specification of the form `(LOCATION STRECH)'. If LOCATION is
4950`(margin left-margin)', the space is displayed in the left marginal
4951area, if it is `(margin right-margin)', it is displayed in the right
4952marginal area, and if LOCATION is `(margin nil)' the space is
4953displayed in the text. In the latter case you can also use the
4954simpler form STRETCH as property value.
4955
4956The stretch specification STRETCH itself is a list of the form `(space
4957PROPS)', where PROPS is a property list which can contain the
4958properties described below.
4959
4960The display of the fractional space replaces the display of the
4961characters having the `display' property.
4962
4963- :width WIDTH
4964
4965Specifies that the space width should be WIDTH times the normal
4966character width. WIDTH can be an integer or floating point number.
4967
4968- :relative-width FACTOR
4969
4970Specifies that the width of the stretch should be computed from the
4971first character in a group of consecutive characters that have the
4972same `display' property. The computation is done by multiplying the
4973width of that character by FACTOR.
4974
4975- :align-to HPOS
4976
4977Specifies that the space should be wide enough to reach HPOS. The
4978value HPOS is measured in units of the normal character width.
4979
4980Exactly one of the above properties should be used.
4981
4982- :height HEIGHT
4983
4984Specifies the height of the space, as HEIGHT, measured in terms of the
4985normal line height.
4986
4987- :relative-height FACTOR
4988
4989The height of the space is computed as the product of the height
4990of the text having the `display' property and FACTOR.
4991
4992- :ascent ASCENT
4993
4994Specifies that ASCENT percent of the height of the stretch should be
4995used for the ascent of the stretch, i.e. for the part above the
4996baseline. The value of ASCENT must be a non-negative number less or
4997equal to 100.
4998
4999You should not use both `:height' and `:relative-height' together.
5000
5001*** Images
5002
5003A display specification for an image has the form `(LOCATION
5004. IMAGE)', where IMAGE is an image specification. The image replaces,
5005in the display, the characters having this display specification in
5006their `display' text property. If LOCATION is `(margin left-margin)',
5007the image will be displayed in the left marginal area, if it is
5008`(margin right-margin)' it will be displayed in the right marginal
5009area, and if LOCATION is `(margin nil)' the image will be displayed in
5010the text. In the latter case you can also use the simpler form IMAGE
5011as display specification.
5012
5013*** Other display properties
5014
c9e73000 5015- (space-width FACTOR)
a933dad1
DL
5016
5017Specifies that space characters in the text having that property
5018should be displayed FACTOR times as wide as normal; FACTOR must be an
5019integer or float.
5020
c9e73000 5021- (height HEIGHT)
a933dad1
DL
5022
5023Display text having this property in a font that is smaller or larger.
5024
5025If HEIGHT is a list of the form `(+ N)', where N is an integer, that
5026means to use a font that is N steps larger. If HEIGHT is a list of
5027the form `(- N)', that means to use a font that is N steps smaller. A
5028``step'' is defined by the set of available fonts; each size for which
5029a font is available counts as a step.
5030
5031If HEIGHT is a number, that means to use a font that is HEIGHT times
5032as tall as the frame's default font.
5033
5034If HEIGHT is a symbol, it is called as a function with the current
5035height as argument. The function should return the new height to use.
5036
5037Otherwise, HEIGHT is evaluated to get the new height, with the symbol
5038`height' bound to the current specified font height.
5039
c9e73000 5040- (raise FACTOR)
a933dad1
DL
5041
5042FACTOR must be a number, specifying a multiple of the current
5043font's height. If it is positive, that means to display the characters
5044raised. If it is negative, that means to display them lower down. The
5045amount of raising or lowering is computed without taking account of the
c9e73000 5046`height' subproperty.
a933dad1
DL
5047
5048*** Conditional display properties
5049
5050All display specifications can be conditionalized. If a specification
6c6caea2
GM
5051has the form `(when CONDITION . SPEC)', the specification SPEC applies
5052only when CONDITION yields a non-nil value when evaluated. During the
5053evaluation, `object' is bound to the string or buffer having the
5054conditional display property; `position' and `buffer-position' are
5055bound to the position within `object' and the buffer position where
5056the display property was found, respectively. Both positions can be
5057different when object is a string.
a933dad1
DL
5058
5059The normal specification consisting of SPEC only is equivalent to
6c6caea2 5060`(when t . SPEC)'.
a933dad1 5061
a933dad1
DL
5062** New menu separator types.
5063
5064Emacs now supports more than one menu separator type. Menu items with
5065item names consisting of dashes only (including zero dashes) are
5066treated like before. In addition, the following item names are used
5067to specify other menu separator types.
5068
5069- `--no-line' or `--space', or `--:space', or `--:noLine'
5070
5071No separator lines are drawn, but a small space is inserted where the
5072separator occurs.
5073
5074- `--single-line' or `--:singleLine'
5075
5076A single line in the menu's foreground color.
5077
5078- `--double-line' or `--:doubleLine'
5079
5080A double line in the menu's foreground color.
5081
5082- `--single-dashed-line' or `--:singleDashedLine'
5083
5084A single dashed line in the menu's foreground color.
5085
5086- `--double-dashed-line' or `--:doubleDashedLine'
5087
5088A double dashed line in the menu's foreground color.
5089
5090- `--shadow-etched-in' or `--:shadowEtchedIn'
5091
f3780fe4 5092A single line with 3D sunken appearance. This is the form
a933dad1
DL
5093displayed for item names consisting of dashes only.
5094
5095- `--shadow-etched-out' or `--:shadowEtchedOut'
5096
5097A single line with 3D raised appearance.
5098
5099- `--shadow-etched-in-dash' or `--:shadowEtchedInDash'
5100
5101A single dashed line with 3D sunken appearance.
5102
5103- `--shadow-etched-out-dash' or `--:shadowEtchedOutDash'
5104
5105A single dashed line with 3D raise appearance.
5106
5107- `--shadow-double-etched-in' or `--:shadowDoubleEtchedIn'
5108
5109Two lines with 3D sunken appearance.
5110
5111- `--shadow-double-etched-out' or `--:shadowDoubleEtchedOut'
5112
5113Two lines with 3D raised appearance.
5114
5115- `--shadow-double-etched-in-dash' or `--:shadowDoubleEtchedInDash'
5116
5117Two dashed lines with 3D sunken appearance.
5118
5119- `--shadow-double-etched-out-dash' or `--:shadowDoubleEtchedOutDash'
5120
5121Two dashed lines with 3D raised appearance.
5122
5123Under LessTif/Motif, the last four separator types are displayed like
5124the corresponding single-line separators.
5125
a933dad1
DL
5126** New frame parameters for scroll bar colors.
5127
5128The new frame parameters `scroll-bar-foreground' and
5129`scroll-bar-background' can be used to change scroll bar colors.
5130Their value must be either a color name, a string, or nil to specify
5131that scroll bars should use a default color. For toolkit scroll bars,
5132default colors are toolkit specific. For non-toolkit scroll bars, the
5133default background is the background color of the frame, and the
5134default foreground is black.
5135
5136The X resource name of these parameters are `scrollBarForeground'
5137(class ScrollBarForeground) and `scrollBarBackground' (class
5138`ScrollBarBackground').
5139
5140Setting these parameters overrides toolkit specific X resource
5141settings for scroll bar colors.
5142
a933dad1
DL
5143** You can set `redisplay-dont-pause' to a non-nil value to prevent
5144display updates from being interrupted when input is pending.
5145
a933dad1
DL
5146** Changing a window's width may now change its window start if it
5147starts on a continuation line. The new window start is computed based
5148on the window's new width, starting from the start of the continued
5149line as the start of the screen line with the minimum distance from
5150the original window start.
5151
a933dad1
DL
5152** The variable `hscroll-step' and the functions
5153`hscroll-point-visible' and `hscroll-window-column' have been removed
5154now that proper horizontal scrolling is implemented.
5155
a933dad1
DL
5156** Windows can now be made fixed-width and/or fixed-height.
5157
5158A window is fixed-size if its buffer has a buffer-local variable
5159`window-size-fixed' whose value is not nil. A value of `height' makes
5160windows fixed-height, a value of `width' makes them fixed-width, any
5161other non-nil value makes them both fixed-width and fixed-height.
5162
5163The following code makes all windows displaying the current buffer
5164fixed-width and fixed-height.
5165
5166 (set (make-local-variable 'window-size-fixed) t)
5167
5168A call to enlarge-window on a window gives an error if that window is
5169fixed-width and it is tried to change the window's width, or if the
5170window is fixed-height, and it is tried to change its height. To
5171change the size of a fixed-size window, bind `window-size-fixed'
5172temporarily to nil, for example
5173
5174 (let ((window-size-fixed nil))
5175 (enlarge-window 10))
5176
79214ddf 5177Likewise, an attempt to split a fixed-height window vertically,
a933dad1 5178or a fixed-width window horizontally results in a error.
e411ce4b
EZ
5179
5180** The cursor-type frame parameter is now supported on MS-DOS
5181terminals. When Emacs starts, it by default changes the cursor shape
5182to a solid box, as it does on Unix. The `cursor-type' frame parameter
5183overrides this as it does on Unix, except that the bar cursor is
5184horizontal rather than vertical (since the MS-DOS display doesn't
5185support a vertical-bar cursor).
76299050 5186
3787e12e 5187
05197f40 5188\f
3787e12e
GM
5189* Emacs 20.7 is a bug-fix release with few user-visible changes
5190
5191** It is now possible to use CCL-based coding systems for keyboard
5192input.
5193
5194** ange-ftp now handles FTP security extensions, like Kerberos.
5195
5196** Rmail has been extended to recognize more forms of digest messages.
5197
5198** Now, most coding systems set in keyboard coding system work not
5199only for character input, but also in incremental search. The
5200exceptions are such coding systems that handle 2-byte character sets
5201(e.g euc-kr, euc-jp) and that use ISO's escape sequence
5202(e.g. iso-2022-jp). They are ignored in incremental search.
5203
5204** Support for Macintosh PowerPC-based machines running GNU/Linux has
5205been added.
5206
05197f40 5207\f
3787e12e
GM
5208* Emacs 20.6 is a bug-fix release with one user-visible change
5209
5210** Support for ARM-based non-RISCiX machines has been added.
5211
0cb146bf 5212
05197f40 5213\f
3787e12e
GM
5214* Emacs 20.5 is a bug-fix release with no user-visible changes.
5215
5216** Not new, but not mentioned before:
5217M-w when Transient Mark mode is enabled disables the mark.
05197f40 5218\f
3787e12e
GM
5219* Changes in Emacs 20.4
5220
5221** Init file may be called .emacs.el.
5222
5223You can now call the Emacs init file `.emacs.el'.
5224Formerly the name had to be `.emacs'. If you use the name
5225`.emacs.el', you can byte-compile the file in the usual way.
5226
5227If both `.emacs' and `.emacs.el' exist, the latter file
5228is the one that is used.
5229
5230** shell-command, and shell-command-on-region, now return
5231the exit code of the command (unless it is asynchronous).
5232Also, you can specify a place to put the error output,
5233separate from the command's regular output.
5234Interactively, the variable shell-command-default-error-buffer
5235says where to put error output; set it to a buffer name.
5236In calls from Lisp, an optional argument ERROR-BUFFER specifies
5237the buffer name.
5238
5239When you specify a non-nil error buffer (or buffer name), any error
5240output is inserted before point in that buffer, with \f\n to separate
5241it from the previous batch of error output. The error buffer is not
5242cleared, so error output from successive commands accumulates there.
5243
5244** Setting the default value of enable-multibyte-characters to nil in
5245the .emacs file, either explicitly using setq-default, or via Custom,
5246is now essentially equivalent to using --unibyte: all buffers
5247created during startup will be made unibyte after loading .emacs.
5248
5249** C-x C-f now handles the wildcards * and ? in file names. For
5250example, typing C-x C-f c*.c RET visits all the files whose names
5251match c*.c. To visit a file whose name contains * or ?, add the
5252quoting sequence /: to the beginning of the file name.
5253
5254** The M-x commands keep-lines, flush-lines and count-matches
5255now have the same feature as occur and query-replace:
5256if the pattern contains any upper case letters, then
5257they never ignore case.
5258
5259** The end-of-line format conversion feature previously mentioned
5260under `* Emacs 20.1 changes for MS-DOS and MS-Windows' actually
5261applies to all operating systems. Emacs recognizes from the contents
5262of a file what convention it uses to separate lines--newline, CRLF, or
5263just CR--and automatically converts the contents to the normal Emacs
5264convention (using newline to separate lines) for editing. This is a
5265part of the general feature of coding system conversion.
5266
5267If you subsequently save the buffer, Emacs converts the text back to
5268the same format that was used in the file before.
5269
5270You can turn off end-of-line conversion by setting the variable
5271`inhibit-eol-conversion' to non-nil, e.g. with Custom in the MULE group.
5272
5273** The character set property `prefered-coding-system' has been
5274renamed to `preferred-coding-system', for the sake of correct spelling.
5275This is a fairly internal feature, so few programs should be affected.
5276
5277** Mode-line display of end-of-line format is changed.
5278The indication of the end-of-line format of the file visited by a
5279buffer is now more explicit when that format is not the usual one for
5280your operating system. For example, the DOS-style end-of-line format
5281is displayed as "(DOS)" on Unix and GNU/Linux systems. The usual
5282end-of-line format is still displayed as a single character (colon for
5283Unix, backslash for DOS and Windows, and forward slash for the Mac).
5284
5285The values of the variables eol-mnemonic-unix, eol-mnemonic-dos,
5286eol-mnemonic-mac, and eol-mnemonic-undecided, which are strings,
5287control what is displayed in the mode line for each end-of-line
5288format. You can now customize these variables.
5289
5290** In the previous version of Emacs, tar-mode didn't work well if a
5291filename contained non-ASCII characters. Now this is fixed. Such a
5292filename is decoded by file-name-coding-system if the default value of
5293enable-multibyte-characters is non-nil.
5294
5295** The command temp-buffer-resize-mode toggles a minor mode
5296in which temporary buffers (such as help buffers) are given
5297windows just big enough to hold the whole contents.
5298
5299** If you use completion.el, you must now run the function
5300dynamic-completion-mode to enable it. Just loading the file
5301doesn't have any effect.
5302
5303** In Flyspell mode, the default is now to make just one Ispell process,
5304not one per buffer.
5305
5306** If you use iswitchb but do not call (iswitchb-default-keybindings) to
5307use the default keybindings, you will need to add the following line:
5308 (add-hook 'minibuffer-setup-hook 'iswitchb-minibuffer-setup)
5309
5310** Auto-show mode is no longer enabled just by loading auto-show.el.
5311To control it, set `auto-show-mode' via Custom or use the
5312`auto-show-mode' command.
5313
5314** Handling of X fonts' ascent/descent parameters has been changed to
5315avoid redisplay problems. As a consequence, compared with previous
5316versions the line spacing and frame size now differ with some font
5317choices, typically increasing by a pixel per line. This change
5318occurred in version 20.3 but was not documented then.
5319
5320** If you select the bar cursor style, it uses the frame's
5321cursor-color, rather than the cursor foreground pixel.
5322
5323** In multibyte mode, Rmail decodes incoming MIME messages using the
5324character set specified in the message. If you want to disable this
5325feature, set the variable rmail-decode-mime-charset to nil.
5326
5327** Not new, but not mentioned previously in NEWS: when you use #! at
5328the beginning of a file to make it executable and specify an
5329interpreter program, Emacs looks on the second line for the -*- mode
5330and variable specification, as well as on the first line.
5331
5332** Support for IBM codepage encoding of non-ASCII characters.
5333
5334The new command M-x codepage-setup creates a special coding system
5335that can be used to convert text between a specific IBM codepage and
5336one of the character sets built into Emacs which matches that
5337codepage. For example, codepage 850 corresponds to Latin-1 character
5338set, codepage 855 corresponds to Cyrillic-ISO character set, etc.
5339
5340Windows codepages 1250, 1251 and some others, where Windows deviates
5341from the corresponding ISO character set, are also supported.
5342
5343IBM box-drawing characters and other glyphs which don't have
5344equivalents in the corresponding ISO character set, are converted to
5345a character defined by dos-unsupported-char-glyph on MS-DOS, and to
5346`?' on other systems.
5347
5348IBM codepages are widely used on MS-DOS and MS-Windows, so this
5349feature is most useful on those platforms, but it can also be used on
5350Unix.
5351
5352Emacs compiled for MS-DOS automatically loads the support for the
5353current codepage when it starts.
5354
5355** Mail changes
5356
5357*** When mail is sent using compose-mail (C-x m), and if
5358`mail-send-nonascii' is set to the new default value `mime',
5359appropriate MIME headers are added. The headers are added only if
5360non-ASCII characters are present in the body of the mail, and no other
5361MIME headers are already present. For example, the following three
5362headers are added if the coding system used in the *mail* buffer is
5363latin-1:
5364
5365 MIME-version: 1.0
5366 Content-type: text/plain; charset=iso-8859-1
5367 Content-Transfer-Encoding: 8bit
5368
5369*** The new variable default-sendmail-coding-system specifies the
5370default way to encode outgoing mail. This has higher priority than
5371default-buffer-file-coding-system but has lower priority than
5372sendmail-coding-system and the local value of
5373buffer-file-coding-system.
5374
5375You should not set this variable manually. Instead, set
5376sendmail-coding-system to specify a fixed encoding for all outgoing
5377mail.
5378
5379*** When you try to send a message that contains non-ASCII characters,
5380if the coding system specified by those variables doesn't handle them,
5381Emacs will ask you to select a suitable coding system while showing a
5382list of possible coding systems.
5383
5384** CC Mode changes
5385
5386*** c-default-style can now take an association list that maps major
5387modes to style names. When this variable is an alist, Java mode no
5388longer hardcodes a setting to "java" style. See the variable's
5389docstring for details.
5390
5391*** It's now possible to put a list as the offset on a syntactic
5392symbol. The list is evaluated recursively until a non-nil offset is
5393found. This is useful to combine several lineup functions to act in a
5394prioritized order on a single line. However, none of the supplied
5395lineup functions use this feature currently.
5396
5397*** New syntactic symbol catch-clause, which is used on the "catch" and
5398"finally" lines in try-catch constructs in C++ and Java.
5399
5400*** New cleanup brace-catch-brace on c-cleanup-list, which does for
5401"catch" lines what brace-elseif-brace does for "else if" lines.
5402
5403*** The braces of Java anonymous inner classes are treated separately
5404from the braces of other classes in auto-newline mode. Two new
5405symbols inexpr-class-open and inexpr-class-close may be used on
5406c-hanging-braces-alist to control the automatic newlines used for
5407anonymous classes.
5408
5409*** Support for the Pike language added, along with new Pike specific
5410syntactic symbols: inlambda, lambda-intro-cont
5411
5412*** Support for Java anonymous classes via new syntactic symbol
5413inexpr-class. New syntactic symbol inexpr-statement for Pike
5414support and gcc-style statements inside expressions. New lineup
5415function c-lineup-inexpr-block.
5416
5417*** New syntactic symbol brace-entry-open which is used in brace lists
5418(i.e. static initializers) when a list entry starts with an open
5419brace. These used to be recognized as brace-list-entry's.
5420c-electric-brace also recognizes brace-entry-open braces
5421(brace-list-entry's can no longer be electrified).
5422
5423*** New command c-indent-line-or-region, not bound by default.
5424
5425*** `#' is only electric when typed in the indentation of a line.
5426
5427*** Parentheses are now electric (via the new command c-electric-paren)
5428for auto-reindenting lines when parens are typed.
5429
5430*** In "gnu" style, inline-open offset is now set to zero.
5431
5432*** Uniform handling of the inclass syntactic symbol. The indentation
5433associated with it is now always relative to the class opening brace.
5434This means that the indentation behavior has changed in some
5435circumstances, but only if you've put anything besides 0 on the
5436class-open syntactic symbol (none of the default styles do that).
5437
5438** Gnus changes.
5439
5440*** New functionality for using Gnus as an offline newsreader has been
5441added. A plethora of new commands and modes have been added. See the
5442Gnus manual for the full story.
5443
5444*** The nndraft backend has returned, but works differently than
5445before. All Message buffers are now also articles in the nndraft
5446group, which is created automatically.
5447
5448*** `gnus-alter-header-function' can now be used to alter header
5449values.
5450
5451*** `gnus-summary-goto-article' now accept Message-ID's.
5452
5453*** A new Message command for deleting text in the body of a message
5454outside the region: `C-c C-v'.
5455
5456*** You can now post to component group in nnvirtual groups with
5457`C-u C-c C-c'.
5458
5459*** `nntp-rlogin-program' -- new variable to ease customization.
5460
5461*** `C-u C-c C-c' in `gnus-article-edit-mode' will now inhibit
5462re-highlighting of the article buffer.
5463
5464*** New element in `gnus-boring-article-headers' -- `long-to'.
5465
5466*** `M-i' symbolic prefix command. See the section "Symbolic
5467Prefixes" in the Gnus manual for details.
5468
5469*** `L' and `I' in the summary buffer now take the symbolic prefix
5470`a' to add the score rule to the "all.SCORE" file.
5471
5472*** `gnus-simplify-subject-functions' variable to allow greater
5473control over simplification.
5474
5475*** `A T' -- new command for fetching the current thread.
5476
5477*** `/ T' -- new command for including the current thread in the
5478limit.
5479
5480*** `M-RET' is a new Message command for breaking cited text.
5481
5482*** \\1-expressions are now valid in `nnmail-split-methods'.
5483
5484*** The `custom-face-lookup' function has been removed.
5485If you used this function in your initialization files, you must
5486rewrite them to use `face-spec-set' instead.
5487
8a33023e 5488*** Canceling now uses the current select method. Symbolic prefix
3787e12e
GM
5489`a' forces normal posting method.
5490
5491*** New command to translate M******** sm*rtq**t*s into proper text
5492-- `W d'.
5493
5494*** For easier debugging of nntp, you can set `nntp-record-commands'
5495to a non-nil value.
5496
5497*** nntp now uses ~/.authinfo, a .netrc-like file, for controlling
5498where and how to send AUTHINFO to NNTP servers.
5499
5500*** A command for editing group parameters from the summary buffer
5501has been added.
5502
5503*** A history of where mails have been split is available.
5504
5505*** A new article date command has been added -- `article-date-iso8601'.
5506
5507*** Subjects can be simplified when threading by setting
5508`gnus-score-thread-simplify'.
5509
5510*** A new function for citing in Message has been added --
5511`message-cite-original-without-signature'.
5512
5513*** `article-strip-all-blank-lines' -- new article command.
5514
5515*** A new Message command to kill to the end of the article has
5516been added.
5517
5518*** A minimum adaptive score can be specified by using the
5519`gnus-adaptive-word-minimum' variable.
5520
5521*** The "lapsed date" article header can be kept continually
5522updated by the `gnus-start-date-timer' command.
5523
5524*** Web listserv archives can be read with the nnlistserv backend.
5525
5526*** Old dejanews archives can now be read by nnweb.
5527
5528*** `gnus-posting-styles' has been re-activated.
5529
5530** Changes to TeX and LaTeX mode
5531
5532*** The new variable `tex-start-options-string' can be used to give
5533options for the TeX run. The default value causes TeX to run in
5534nonstopmode. For an interactive TeX run set it to nil or "".
5535
5536*** The command `tex-feed-input' sends input to the Tex Shell. In a
5537TeX buffer it is bound to the keys C-RET, C-c RET, and C-c C-m (some
5538of these keys may not work on all systems). For instance, if you run
5539TeX interactively and if the TeX run stops because of an error, you
5540can continue it without leaving the TeX buffer by typing C-RET.
5541
5542*** The Tex Shell Buffer is now in `compilation-shell-minor-mode'.
5543All error-parsing commands of the Compilation major mode are available
5544but bound to keys that don't collide with the shell. Thus you can use
5545the Tex Shell for command line executions like a usual shell.
5546
5547*** The commands `tex-validate-region' and `tex-validate-buffer' check
5548the matching of braces and $'s. The errors are listed in a *Occur*
5549buffer and you can use C-c C-c or mouse-2 to go to a particular
5550mismatch.
5551
5552** Changes to RefTeX mode
5553
5554*** The table of contents buffer can now also display labels and
5555file boundaries in addition to sections. Use `l', `i', and `c' keys.
5556
5557*** Labels derived from context (the section heading) are now
5558lowercase by default. To make the label legal in LaTeX, latin-1
5559characters will lose their accent. All Mule characters will be
5560removed from the label.
5561
5562*** The automatic display of cross reference information can also use
5563a window instead of the echo area. See variable `reftex-auto-view-crossref'.
5564
5565*** kpsewhich can be used by RefTeX to find TeX and BibTeX files. See the
5566customization group `reftex-finding-files'.
5567
5568*** The option `reftex-bibfile-ignore-list' has been renamed to
5569`reftex-bibfile-ignore-regexps' and indeed can be fed with regular
5570expressions.
5571
5572*** Multiple Selection buffers are now hidden buffers.
5573
5574** New/deleted modes and packages
5575
5576*** The package snmp-mode.el provides major modes for editing SNMP and
5577SNMPv2 MIBs. It has entries on `auto-mode-alist'.
5578
5579*** The package sql.el provides a major mode, M-x sql-mode, for
5580editing SQL files, and M-x sql-interactive-mode for interacting with
5581SQL interpreters. It has an entry on `auto-mode-alist'.
5582
5583*** M-x highlight-changes-mode provides a minor mode displaying buffer
5584changes with a special face.
5585
5586*** ispell4.el has been deleted. It got in the way of ispell.el and
5587this was hard to fix reliably. It has long been obsolete -- use
5588Ispell 3.1 and ispell.el.
05197f40 5589\f
3787e12e
GM
5590* MS-DOS changes in Emacs 20.4
5591
5592** Emacs compiled for MS-DOS now supports MULE features better.
5593This includes support for display of all ISO 8859-N character sets,
5594conversion to and from IBM codepage encoding of non-ASCII characters,
5595and automatic setup of the MULE environment at startup. For details,
5596check out the section `MS-DOS and MULE' in the manual.
5597
5598The MS-DOS installation procedure automatically configures and builds
5599Emacs with input method support if it finds an unpacked Leim
5600distribution when the config.bat script is run.
5601
5602** Formerly, the value of lpr-command did not affect printing on
5603MS-DOS unless print-region-function was set to nil, but now it
5604controls whether an external program is invoked or output is written
5605directly to a printer port. Similarly, in the previous version of
5606Emacs, the value of ps-lpr-command did not affect PostScript printing
5607on MS-DOS unless ps-printer-name was set to something other than a
5608string (eg. t or `pipe'), but now it controls whether an external
5609program is used. (These changes were made so that configuration of
5610printing variables would be almost identical across all platforms.)
5611
5612** In the previous version of Emacs, PostScript and non-PostScript
5613output was piped to external programs, but because most print programs
5614available for MS-DOS and MS-Windows cannot read data from their standard
5615input, on those systems the data to be output is now written to a
5616temporary file whose name is passed as the last argument to the external
5617program.
5618
5619An exception is made for `print', a standard program on Windows NT,
5620and `nprint', a standard program on Novell Netware. For both of these
5621programs, the command line is constructed in the appropriate syntax
5622automatically, using only the value of printer-name or ps-printer-name
5623as appropriate--the value of the relevant `-switches' variable is
5624ignored, as both programs have no useful switches.
5625
5626** The value of the variable dos-printer (cf. dos-ps-printer), if it has
5627a value, overrides the value of printer-name (cf. ps-printer-name), on
5628MS-DOS and MS-Windows only. This has been true since version 20.3, but
5629was not documented clearly before.
5630
5631** All the Emacs games now work on MS-DOS terminals.
5632This includes Tetris and Snake.
05197f40 5633\f
3787e12e
GM
5634* Lisp changes in Emacs 20.4
5635
5636** New functions line-beginning-position and line-end-position
5637return the position of the beginning or end of the current line.
5638They both accept an optional argument, which has the same
5639meaning as the argument to beginning-of-line or end-of-line.
5640
5641** find-file and allied functions now have an optional argument
5642WILDCARD. If this is non-nil, they do wildcard processing,
5643and visit all files that match the wildcard pattern.
5644
5645** Changes in the file-attributes function.
5646
5647*** The file size returned by file-attributes may be an integer or a float.
5648It is an integer if the size fits in a Lisp integer, float otherwise.
5649
5650*** The inode number returned by file-attributes may be an integer (if
5651the number fits in a Lisp integer) or a cons cell containing two
5652integers.
5653
5654** The new function directory-files-and-attributes returns a list of
5655files in a directory and their attributes. It accepts the same
5656arguments as directory-files and has similar semantics, except that
5657file names and attributes are returned.
5658
5659** The new function file-attributes-lessp is a helper function for
5660sorting the list generated by directory-files-and-attributes. It
8a33023e 5661accepts two arguments, each a list of a file name and its attributes.
3787e12e
GM
5662It compares the file names of each according to string-lessp and
5663returns the result.
5664
5665** The new function file-expand-wildcards expands a wildcard-pattern
5666to produce a list of existing files that match the pattern.
5667
5668** New functions for base64 conversion:
5669
5670The function base64-encode-region converts a part of the buffer
5671into the base64 code used in MIME. base64-decode-region
5672performs the opposite conversion. Line-breaking is supported
5673optionally.
5674
5675Functions base64-encode-string and base64-decode-string do a similar
5676job on the text in a string. They return the value as a new string.
5677
5678**
5679The new function process-running-child-p
5680will tell you if a subprocess has given control of its
5681terminal to its own child process.
5682
5683** interrupt-process and such functions have a new feature:
5684when the second argument is `lambda', they send a signal
5685to the running child of the subshell, if any, but if the shell
5686itself owns its terminal, no signal is sent.
5687
5688** There are new widget types `plist' and `alist' which can
5689be used for customizing variables whose values are plists or alists.
5690
5691** easymenu.el Now understands `:key-sequence' and `:style button'.
5692:included is an alias for :visible.
5693
5694easy-menu-add-item now understands the values returned by
5695easy-menu-remove-item and easy-menu-item-present-p. This can be used
5696to move or copy menu entries.
5697
5698** Multibyte editing changes
5699
5700*** The definitions of sref and char-bytes are changed. Now, sref is
5701an alias of aref and char-bytes always returns 1. This change is to
5702make some Emacs Lisp code which works on 20.2 and earlier also
5703work on the latest Emacs. Such code uses a combination of sref and
5704char-bytes in a loop typically as below:
5705 (setq char (sref str idx)
5706 idx (+ idx (char-bytes idx)))
5707The byte-compiler now warns that this is obsolete.
5708
5709If you want to know how many bytes a specific multibyte character
5710(say, CH) occupies in a multibyte buffer, use this code:
5711 (charset-bytes (char-charset ch))
5712
5713*** In multibyte mode, when you narrow a buffer to some region, and the
5714region is preceded or followed by non-ASCII codes, inserting or
5715deleting at the head or the end of the region may signal this error:
5716
8a33023e 5717 Byte combining across boundary of accessible buffer text inhibited
3787e12e
GM
5718
5719This is to avoid some bytes being combined together into a character
5720across the boundary.
5721
5722*** The functions find-charset-region and find-charset-string include
5723`unknown' in the returned list in the following cases:
5724 o The current buffer or the target string is unibyte and
5725 contains 8-bit characters.
5726 o The current buffer or the target string is multibyte and
5727 contains invalid characters.
5728
5729*** The functions decode-coding-region and encode-coding-region remove
5730text properties of the target region. Ideally, they should correctly
5731preserve text properties, but for the moment, it's hard. Removing
5732text properties is better than preserving them in a less-than-correct
5733way.
5734
5735*** prefer-coding-system sets EOL conversion of default coding systems.
5736If the argument to prefer-coding-system specifies a certain type of
5737end of line conversion, the default coding systems set by
5738prefer-coding-system will specify that conversion type for end of line.
5739
5740*** The new function thai-compose-string can be used to properly
5741compose Thai characters in a string.
5742
5743** The primitive `define-prefix-command' now takes an optional third
5744argument NAME, which should be a string. It supplies the menu name
5745for the created keymap. Keymaps created in order to be displayed as
5746menus should always use the third argument.
5747
5748** The meanings of optional second arguments for read-char,
5749read-event, and read-char-exclusive are flipped. Now the second
5750arguments are INHERIT-INPUT-METHOD. These functions use the current
5751input method (if any) if and only if INHERIT-INPUT-METHOD is non-nil.
5752
5753** The new function clear-this-command-keys empties out the contents
5754of the vector that (this-command-keys) returns. This is useful in
5755programs that read passwords, to prevent the passwords from echoing
5756inadvertently as part of the next command in certain cases.
5757
5758** The new macro `with-temp-message' displays a temporary message in
5759the echo area, while executing some Lisp code. Like `progn', it
5760returns the value of the last form, but it also restores the previous
5761echo area contents.
5762
5763 (with-temp-message MESSAGE &rest BODY)
5764
5765** The function `require' now takes an optional third argument
5766NOERROR. If it is non-nil, then there is no error if the
5767requested feature cannot be loaded.
5768
5769** In the function modify-face, an argument of (nil) for the
5770foreground color, background color or stipple pattern
5771means to clear out that attribute.
5772
5773** The `outer-window-id' frame property of an X frame
5774gives the window number of the outermost X window for the frame.
5775
5776** Temporary buffers made with with-output-to-temp-buffer are now
5777read-only by default, and normally use the major mode Help mode
5778unless you put them in some other non-Fundamental mode before the
5779end of with-output-to-temp-buffer.
5780
5781** The new functions gap-position and gap-size return information on
5782the gap of the current buffer.
5783
5784** The new functions position-bytes and byte-to-position provide a way
5785to convert between character positions and byte positions in the
5786current buffer.
5787
5788** vc.el defines two new macros, `edit-vc-file' and `with-vc-file', to
5789facilitate working with version-controlled files from Lisp programs.
5790These macros check out a given file automatically if needed, and check
5791it back in after any modifications have been made.
05197f40 5792\f
3787e12e
GM
5793* Installation Changes in Emacs 20.3
5794
5795** The default value of load-path now includes most subdirectories of
5796the site-specific directories /usr/local/share/emacs/site-lisp and
5797/usr/local/share/emacs/VERSION/site-lisp, in addition to those
5798directories themselves. Both immediate subdirectories and
5799subdirectories multiple levels down are added to load-path.
5800
5801Not all subdirectories are included, though. Subdirectories whose
5802names do not start with a letter or digit are excluded.
5803Subdirectories named RCS or CVS are excluded. Also, a subdirectory
5804which contains a file named `.nosearch' is excluded. You can use
5805these methods to prevent certain subdirectories from being searched.
5806
5807Emacs finds these subdirectories and adds them to load-path when it
5808starts up. While it would be cleaner to find the subdirectories each
5809time Emacs loads a file, that would be much slower.
5810
5811This feature is an incompatible change. If you have stored some Emacs
5812Lisp files in a subdirectory of the site-lisp directory specifically
5813to prevent them from being used, you will need to rename the
5814subdirectory to start with a non-alphanumeric character, or create a
5815`.nosearch' file in it, in order to continue to achieve the desired
5816results.
5817
5818** Emacs no longer includes an old version of the C preprocessor from
5819GCC. This was formerly used to help compile Emacs with C compilers
5820that had limits on the significant length of an identifier, but in
5821fact we stopped supporting such compilers some time ago.
05197f40 5822\f
3787e12e
GM
5823* Changes in Emacs 20.3
5824
5825** The new command C-x z (repeat) repeats the previous command
5826including its argument. If you repeat the z afterward,
5827it repeats the command additional times; thus, you can
5828perform many repetitions with one keystroke per repetition.
5829
5830** Emacs now supports "selective undo" which undoes only within a
5831specified region. To do this, set point and mark around the desired
5832region and type C-u C-x u (or C-u C-_). You can then continue undoing
5833further, within the same region, by repeating the ordinary undo
5834command C-x u or C-_. This will keep undoing changes that were made
5835within the region you originally specified, until either all of them
5836are undone, or it encounters a change which crosses the edge of that
5837region.
5838
5839In Transient Mark mode, undoing when a region is active requests
5840selective undo.
5841
5842** If you specify --unibyte when starting Emacs, then all buffers are
5843unibyte, except when a Lisp program specifically creates a multibyte
5844buffer. Setting the environment variable EMACS_UNIBYTE has the same
5845effect. The --no-unibyte option overrides EMACS_UNIBYTE and directs
5846Emacs to run normally in multibyte mode.
5847
5848The option --unibyte does not affect the reading of Emacs Lisp files,
5849though. If you want a Lisp file to be read in unibyte mode, use
5850-*-unibyte: t;-*- on its first line. That will force Emacs to
5851load that file in unibyte mode, regardless of how Emacs was started.
5852
5853** toggle-enable-multibyte-characters no longer has a key binding and
5854no longer appears in the menu bar. We've realized that changing the
5855enable-multibyte-characters variable in an existing buffer is
5856something that most users not do.
5857
5858** You can specify a coding system to use for the next cut or paste
5859operations through the window system with the command C-x RET X.
5860The coding system can make a difference for communication with other
5861applications.
5862
5863C-x RET x specifies a coding system for all subsequent cutting and
5864pasting operations.
5865
5866** You can specify the printer to use for commands that do printing by
5867setting the variable `printer-name'. Just what a printer name looks
5868like depends on your operating system. You can specify a different
5869printer for the Postscript printing commands by setting
5870`ps-printer-name'.
5871
5872** Emacs now supports on-the-fly spell checking by the means of a
5873minor mode. It is called M-x flyspell-mode. You don't have to remember
5874any other special commands to use it, and you will hardly notice it
5875except when you make a spelling error. Flyspell works by highlighting
5876incorrect words as soon as they are completed or as soon as the cursor
5877hits a new word.
5878
5879Flyspell mode works with whichever dictionary you have selected for
5880Ispell in Emacs. In TeX mode, it understands TeX syntax so as not
5881to be confused by TeX commands.
5882
5883You can correct a misspelled word by editing it into something
5884correct. You can also correct it, or accept it as correct, by
5885clicking on the word with Mouse-2; that gives you a pop-up menu
5886of various alternative replacements and actions.
5887
5888Flyspell mode also proposes "automatic" corrections. M-TAB replaces
5889the current misspelled word with a possible correction. If several
5890corrections are made possible, M-TAB cycles through them in
5891alphabetical order, or in order of decreasing likelihood if
5892flyspell-sort-corrections is nil.
5893
5894Flyspell mode also flags an error when a word is repeated, if
5895flyspell-mark-duplications-flag is non-nil.
5896
5897** Changes in input method usage.
5898
5899Now you can use arrow keys (right, left, down, up) for selecting among
5900the alternatives just the same way as you do by C-f, C-b, C-n, and C-p
5901respectively.
5902
5903You can use the ENTER key to accept the current conversion.
5904
5905If you type TAB to display a list of alternatives, you can select one
5906of the alternatives with Mouse-2.
5907
5908The meaning of the variable `input-method-verbose-flag' is changed so
5909that you can set it to t, nil, `default', or `complex-only'.
5910
5911 If the value is nil, extra guidance is never given.
5912
5913 If the value is t, extra guidance is always given.
5914
5915 If the value is `complex-only', extra guidance is always given only
5916 when you are using complex input methods such as chinese-py.
5917
5918 If the value is `default' (this is the default), extra guidance is
5919 given in the following case:
5920 o When you are using a complex input method.
5921 o When you are using a simple input method but not in the minibuffer.
5922
5923If you are using Emacs through a very slow line, setting
5924input-method-verbose-flag to nil or to complex-only is a good choice,
5925and if you are using an input method you are not familiar with,
5926setting it to t is helpful.
5927
5928The old command select-input-method is now called set-input-method.
5929
5930In the language environment "Korean", you can use the following
5931keys:
5932 Shift-SPC toggle-korean-input-method
5933 C-F9 quail-hangul-switch-symbol-ksc
5934 F9 quail-hangul-switch-hanja
5935These key bindings are canceled when you switch to another language
5936environment.
5937
5938** The minibuffer history of file names now records the specified file
5939names, not the entire minibuffer input. For example, if the
5940minibuffer starts out with /usr/foo/, you might type in /etc/passwd to
5941get
5942
5943 /usr/foo//etc/passwd
5944
5945which stands for the file /etc/passwd.
5946
5947Formerly, this used to put /usr/foo//etc/passwd in the history list.
5948Now this puts just /etc/passwd in the history list.
5949
5950** If you are root, Emacs sets backup-by-copying-when-mismatch to t
5951at startup, so that saving a file will be sure to preserve
5952its owner and group.
5953
5954** find-func.el can now also find the place of definition of Emacs
5955Lisp variables in user-loaded libraries.
5956
5957** C-x r t (string-rectangle) now deletes the existing rectangle
5958contents before inserting the specified string on each line.
5959
5960** There is a new command delete-whitespace-rectangle
5961which deletes whitespace starting from a particular column
5962in all the lines on a rectangle. The column is specified
5963by the left edge of the rectangle.
5964
5965** You can now store a number into a register with C-u NUMBER C-x r n REG,
5966increment it by INC with C-u INC C-x r + REG (to increment by one, omit
5967C-u INC), and insert it in the buffer with C-x r g REG. This is useful
5968for writing keyboard macros.
5969
5970** The new command M-x speedbar displays a frame in which directories,
5971files, and tags can be displayed, manipulated, and jumped to. The
5972frame defaults to 20 characters in width, and is the same height as
5973the frame that it was started from. Some major modes define
5974additional commands for the speedbar, including Rmail, GUD/GDB, and
5975info.
5976
5977** query-replace-regexp is now bound to C-M-%.
5978
5979** In Transient Mark mode, when the region is active, M-x
5980query-replace and the other replace commands now operate on the region
5981contents only.
5982
5983** M-x write-region, when used interactively, now asks for
5984confirmation before overwriting an existing file. When you call
5985the function from a Lisp program, a new optional argument CONFIRM
5986says whether to ask for confirmation in this case.
5987
5988** If you use find-file-literally and the file is already visited
5989non-literally, the command asks you whether to revisit the file
5990literally. If you say no, it signals an error.
5991
5992** Major modes defined with the "derived mode" feature
5993now use the proper name for the mode hook: WHATEVER-mode-hook.
5994Formerly they used the name WHATEVER-mode-hooks, but that is
5995inconsistent with Emacs conventions.
5996
5997** shell-command-on-region (and shell-command) reports success or
5998failure if the command produces no output.
5999
6000** Set focus-follows-mouse to nil if your window system or window
6001manager does not transfer focus to another window when you just move
6002the mouse.
6003
6004** mouse-menu-buffer-maxlen has been renamed to
6005mouse-buffer-menu-maxlen to be consistent with the other related
6006function and variable names.
6007
6008** The new variable auto-coding-alist specifies coding systems for
6009reading specific files. This has higher priority than
6010file-coding-system-alist.
6011
6012** If you set the variable unibyte-display-via-language-environment to
6013t, then Emacs displays non-ASCII characters are displayed by
6014converting them to the equivalent multibyte characters according to
6015the current language environment. As a result, they are displayed
6016according to the current fontset.
6017
6018** C-q's handling of codes in the range 0200 through 0377 is changed.
6019
6020The codes in the range 0200 through 0237 are inserted as one byte of
6021that code regardless of the values of nonascii-translation-table and
6022nonascii-insert-offset.
6023
6024For the codes in the range 0240 through 0377, if
6025enable-multibyte-characters is non-nil and nonascii-translation-table
6026nor nonascii-insert-offset can't convert them to valid multibyte
6027characters, they are converted to Latin-1 characters.
6028
6029** If you try to find a file that is not read-accessible, you now get
6030an error, rather than an empty buffer and a warning.
6031
6032** In the minibuffer history commands M-r and M-s, an upper case
6033letter in the regular expression forces case-sensitive search.
6034
6035** In the *Help* buffer, cross-references to commands and variables
6036are inferred and hyperlinked. Use C-h m in Help mode for the relevant
6037command keys.
6038
6039** M-x apropos-command, with a prefix argument, no longer looks for
6040user option variables--instead it looks for noninteractive functions.
6041
6042Meanwhile, the command apropos-variable normally searches for
6043user option variables; with a prefix argument, it looks at
6044all variables that have documentation.
6045
6046** When you type a long line in the minibuffer, and the minibuffer
6047shows just one line, automatically scrolling works in a special way
6048that shows you overlap with the previous line of text. The variable
6049minibuffer-scroll-overlap controls how many characters of overlap
6050it should show; the default is 20.
6051
6052Meanwhile, Resize Minibuffer mode is still available; in that mode,
6053the minibuffer grows taller (up to a point) as needed to show the whole
6054of your input.
6055
6056** The new command M-x customize-changed-options lets you customize
6057all the options whose meanings or default values have changed in
6058recent Emacs versions. You specify a previous Emacs version number as
6059argument, and the command creates a customization buffer showing all
6060the customizable options which were changed since that version.
6061Newly added options are included as well.
6062
6063If you don't specify a particular version number argument,
6064then the customization buffer shows all the customizable options
6065for which Emacs versions of changes are recorded.
6066
6067This function is also bound to the Changed Options entry in the
6068Customize menu.
6069
6070** When you run M-x grep with a prefix argument, it figures out
6071the tag around point and puts that into the default grep command.
6072
6073** The new command M-* (pop-tag-mark) pops back through a history of
6074buffer positions from which M-. or other tag-finding commands were
6075invoked.
6076
6077** The new variable comment-padding specifies the number of spaces
6078that `comment-region' will insert before the actual text of the comment.
6079The default is 1.
6080
6081** In Fortran mode the characters `.', `_' and `$' now have symbol
6082syntax, not word syntax. Fortran mode now supports `imenu' and has
6083new commands fortran-join-line (M-^) and fortran-narrow-to-subprogram
6084(C-x n d). M-q can be used to fill a statement or comment block
6085sensibly.
6086
6087** GUD now supports jdb, the Java debugger, and pdb, the Python debugger.
6088
6089** If you set the variable add-log-keep-changes-together to a non-nil
6090value, the command `C-x 4 a' will automatically notice when you make
6091two entries in one day for one file, and combine them.
6092
6093** You can use the command M-x diary-mail-entries to mail yourself a
6094reminder about upcoming diary entries. See the documentation string
6095for a sample shell script for calling this function automatically
6096every night.
6097
6098** Desktop changes
6099
6100*** All you need to do to enable use of the Desktop package, is to set
6101the variable desktop-enable to t with Custom.
6102
6103*** Minor modes are now restored. Which minor modes are restored
6104and how modes are restored is controlled by `desktop-minor-mode-table'.
6105
6106** There is no need to do anything special, now, to enable Gnus to
6107read and post multi-lingual articles.
6108
6109** Outline mode has now support for showing hidden outlines when
6110doing an isearch. In order for this to happen search-invisible should
6111be set to open (the default). If an isearch match is inside a hidden
6112outline the outline is made visible. If you continue pressing C-s and
6113the match moves outside the formerly invisible outline, the outline is
6114made invisible again.
6115
6116** Mail reading and sending changes
6117
6118*** The Rmail e command now switches to displaying the whole header of
6119the message before it lets you edit the message. This is so that any
6120changes you make in the header will not be lost if you subsequently
6121toggle.
6122
6123*** The w command in Rmail, which writes the message body into a file,
6124now works in the summary buffer as well. (The command to delete the
6125summary buffer is now Q.) The default file name for the w command, if
6126the message has no subject, is stored in the variable
6127rmail-default-body-file.
6128
6129*** Most of the commands and modes that operate on mail and netnews no
6130longer depend on the value of mail-header-separator. Instead, they
6131handle whatever separator the buffer happens to use.
6132
6133*** If you set mail-signature to a value which is not t, nil, or a string,
6134it should be an expression. When you send a message, this expression
6135is evaluated to insert the signature.
6136
6137*** The new Lisp library feedmail.el (version 8) enhances processing of
6138outbound email messages. It works in coordination with other email
6139handling packages (e.g., rmail, VM, gnus) and is responsible for
6140putting final touches on messages and actually submitting them for
6141transmission. Users of the emacs program "fakemail" might be
6142especially interested in trying feedmail.
6143
6144feedmail is not enabled by default. See comments at the top of
6145feedmail.el for set-up instructions. Among the bigger features
6146provided by feedmail are:
6147
6148**** you can park outgoing messages into a disk-based queue and
6149stimulate sending some or all of them later (handy for laptop users);
6150there is also a queue for draft messages
6151
6152**** you can get one last look at the prepped outbound message and
6153be prompted for confirmation
6154
6155**** does smart filling of address headers
6156
6157**** can generate a MESSAGE-ID: line and a DATE: line; the date can be
6158the time the message was written or the time it is being sent; this
6159can make FCC copies more closely resemble copies that recipients get
6160
6161**** you can specify an arbitrary function for actually transmitting
6162the message; included in feedmail are interfaces for /bin/[r]mail,
6163/usr/lib/sendmail, and elisp smtpmail; it's easy to write a new
6164function for something else (10-20 lines of elisp)
6165
6166** Dired changes
6167
6168*** The Dired function dired-do-toggle, which toggles marked and unmarked
6169files, is now bound to "t" instead of "T".
6170
6171*** dired-at-point has been added to ffap.el. It allows one to easily
6172run Dired on the directory name at point.
6173
6174*** Dired has a new command: %g. It searches the contents of
6175files in the directory and marks each file that contains a match
6176for a specified regexp.
6177
6178** VC Changes
6179
6180*** New option vc-ignore-vc-files lets you turn off version control
6181conveniently.
6182
6183*** VC Dired has been completely rewritten. It is now much
6184faster, especially for CVS, and works very similar to ordinary
6185Dired.
6186
6187VC Dired is invoked by typing C-x v d and entering the name of the
6188directory to display. By default, VC Dired gives you a recursive
6189listing of all files at or below the given directory which are
6190currently locked (for CVS, all files not up-to-date are shown).
6191
6192You can change the listing format by setting vc-dired-recurse to nil,
6193then it shows only the given directory, and you may also set
6194vc-dired-terse-display to nil, then it shows all files under version
6195control plus the names of any subdirectories, so that you can type `i'
6196on such lines to insert them manually, as in ordinary Dired.
6197
6198All Dired commands operate normally in VC Dired, except for `v', which
6199is redefined as the version control prefix. That means you may type
6200`v l', `v =' etc. to invoke `vc-print-log', `vc-diff' and the like on
6201the file named in the current Dired buffer line. `v v' invokes
6202`vc-next-action' on this file, or on all files currently marked.
6203
6204The new command `v t' (vc-dired-toggle-terse-mode) allows you to
6205toggle between terse display (only locked files) and full display (all
6206VC files plus subdirectories). There is also a special command,
6207`* l', to mark all files currently locked.
6208
6209Giving a prefix argument to C-x v d now does the same thing as in
6210ordinary Dired: it allows you to supply additional options for the ls
6211command in the minibuffer, to fine-tune VC Dired's output.
6212
6213*** Under CVS, if you merge changes from the repository into a working
6214file, and CVS detects conflicts, VC now offers to start an ediff
6215session to resolve them.
6216
6217Alternatively, you can use the new command `vc-resolve-conflicts' to
6218resolve conflicts in a file at any time. It works in any buffer that
6219contains conflict markers as generated by rcsmerge (which is what CVS
6220uses as well).
6221
6222*** You can now transfer changes between branches, using the new
6223command vc-merge (C-x v m). It is implemented for RCS and CVS. When
6224you invoke it in a buffer under version-control, you can specify
6225either an entire branch or a pair of versions, and the changes on that
6226branch or between the two versions are merged into the working file.
6227If this results in any conflicts, they may be resolved interactively,
6228using ediff.
6229
6230** Changes in Font Lock
6231
6232*** The face and variable previously known as font-lock-reference-face
6233are now called font-lock-constant-face to better reflect their typical
6234use for highlighting constants and labels. (Its face properties are
6235unchanged.) The variable font-lock-reference-face remains for now for
6236compatibility reasons, but its value is font-lock-constant-face.
6237
6238** Frame name display changes
6239
6240*** The command set-frame-name lets you set the name of the current
6241frame. You can use the new command select-frame-by-name to select and
6242raise a frame; this is mostly useful on character-only terminals, or
6243when many frames are invisible or iconified.
6244
6245*** On character-only terminal (not a window system), changing the
6246frame name is now reflected on the mode line and in the Buffers/Frames
6247menu.
6248
6249** Comint (subshell) changes
6250
6251*** In Comint modes, the commands to kill, stop or interrupt a
6252subjob now also kill pending input. This is for compatibility
6253with ordinary shells, where the signal characters do this.
6254
6255*** There are new commands in Comint mode.
6256
6257C-c C-x fetches the "next" line from the input history;
6258that is, the line after the last line you got.
6259You can use this command to fetch successive lines, one by one.
6260
6261C-c SPC accumulates lines of input. More precisely, it arranges to
6262send the current line together with the following line, when you send
6263the following line.
6264
6265C-c C-a if repeated twice consecutively now moves to the process mark,
6266which separates the pending input from the subprocess output and the
6267previously sent input.
6268
6269C-c M-r now runs comint-previous-matching-input-from-input;
6270it searches for a previous command, using the current pending input
6271as the search string.
6272
6273*** New option compilation-scroll-output can be set to scroll
6274automatically in compilation-mode windows.
6275
6276** C mode changes
6277
6278*** Multiline macros are now handled, both as they affect indentation,
6279and as recognized syntax. New syntactic symbol cpp-macro-cont is
6280assigned to second and subsequent lines of a multiline macro
6281definition.
6282
6283*** A new style "user" which captures all non-hook-ified
6284(i.e. top-level) .emacs file variable settings and customizations.
6285Style "cc-mode" is an alias for "user" and is deprecated. "gnu"
6286style is still the default however.
6287
6288*** "java" style now conforms to Sun's JDK coding style.
6289
6290*** There are new commands c-beginning-of-defun, c-end-of-defun which
6291are alternatives which you could bind to C-M-a and C-M-e if you prefer
6292them. They do not have key bindings by default.
6293
6294*** New and improved implementations of M-a (c-beginning-of-statement)
6295and M-e (c-end-of-statement).
6296
6297*** C++ namespace blocks are supported, with new syntactic symbols
6298namespace-open, namespace-close, and innamespace.
6299
6300*** File local variable settings of c-file-style and c-file-offsets
6301makes the style variables local to that buffer only.
6302
6303*** New indentation functions c-lineup-close-paren,
6304c-indent-one-line-block, c-lineup-dont-change.
6305
6306*** Improvements (hopefully!) to the way CC Mode is loaded. You
6307should now be able to do a (require 'cc-mode) to get the entire
6308package loaded properly for customization in your .emacs file. A new
6309variable c-initialize-on-load controls this and is t by default.
6310
6311** Changes to hippie-expand.
6312
6313*** New customization variable `hippie-expand-dabbrev-skip-space'. If
6314non-nil, trailing spaces may be included in the abbreviation to search for,
6315which then gives the same behavior as the original `dabbrev-expand'.
6316
6317*** New customization variable `hippie-expand-dabbrev-as-symbol'. If
6318non-nil, characters of syntax '_' is considered part of the word when
6319expanding dynamically.
6320
6321*** New customization variable `hippie-expand-no-restriction'. If
6322non-nil, narrowed buffers are widened before they are searched.
6323
6324*** New customization variable `hippie-expand-only-buffers'. If
6325non-empty, buffers searched are restricted to the types specified in
6326this list. Useful for example when constructing new special-purpose
6327expansion functions with `make-hippie-expand-function'.
6328
6329*** Text properties of the expansion are no longer copied.
6330
6331** Changes in BibTeX mode.
6332
6333*** Any titleword matching a regexp in the new variable
6334bibtex-autokey-titleword-ignore (case sensitive) is ignored during
6335automatic key generation. This replaces variable
6336bibtex-autokey-titleword-first-ignore, which only checked for matches
6337against the first word in the title.
6338
6339*** Autokey generation now uses all words from the title, not just
6340capitalized words. To avoid conflicts with existing customizations,
6341bibtex-autokey-titleword-ignore is set up such that words starting with
6342lowerkey characters will still be ignored. Thus, if you want to use
6343lowercase words from the title, you will have to overwrite the
6344bibtex-autokey-titleword-ignore standard setting.
6345
6346*** Case conversion of names and title words for automatic key
6347generation is more flexible. Variable bibtex-autokey-preserve-case is
6348replaced by bibtex-autokey-titleword-case-convert and
6349bibtex-autokey-name-case-convert.
6350
6351** Changes in vcursor.el.
6352
6353*** Support for character terminals is available: there is a new keymap
6354and the vcursor will appear as an arrow between buffer text. A
6355variable `vcursor-interpret-input' allows input from the vcursor to be
6356entered exactly as if typed. Numerous functions, including
6357`vcursor-compare-windows', have been rewritten to improve consistency
6358in the selection of windows and corresponding keymaps.
6359
6360*** vcursor options can now be altered with M-x customize under the
6361Editing group once the package is loaded.
6362
6363*** Loading vcursor now does not define keys by default, as this is
6364generally a bad side effect. Use M-x customize to set
8a33023e 6365vcursor-key-bindings to t to restore the old behavior.
3787e12e
GM
6366
6367*** vcursor-auto-disable can be `copy', which turns off copying from the
6368vcursor, but doesn't disable it, after any non-vcursor command.
6369
6370** Ispell changes.
6371
6372*** You can now spell check comments and strings in the current
6373buffer with M-x ispell-comments-and-strings. Comments and strings
6374are identified by syntax tables in effect.
6375
6376*** Generic region skipping implemented.
6377A single buffer can be broken into a number of regions where text will
6378and will not be checked. The definitions of the regions can be user
6379defined. New applications and improvements made available by this
6380include:
6381
6382 o URLs are automatically skipped
6383 o EMail message checking is vastly improved.
6384
6385*** Ispell can highlight the erroneous word even on non-window terminals.
6386
6387** Changes to RefTeX mode
6388
6389RefTeX has been updated in order to make it more usable with very
6390large projects (like a several volume math book). The parser has been
6391re-written from scratch. To get maximum speed from RefTeX, check the
6392section `Optimizations' in the manual.
6393
6394*** New recursive parser.
6395
6396The old version of RefTeX created a single large buffer containing the
6397entire multifile document in order to parse the document. The new
6398recursive parser scans the individual files.
6399
6400*** Parsing only part of a document.
6401
6402Reparsing of changed document parts can now be made faster by enabling
6403partial scans. To use this feature, read the documentation string of
6404the variable `reftex-enable-partial-scans' and set the variable to t.
6405
6406 (setq reftex-enable-partial-scans t)
6407
6408*** Storing parsing information in a file.
6409
6410This can improve startup times considerably. To turn it on, use
6411
6412 (setq reftex-save-parse-info t)
6413
6414*** Using multiple selection buffers
6415
6416If the creation of label selection buffers is too slow (this happens
6417for large documents), you can reuse these buffers by setting
6418
6419 (setq reftex-use-multiple-selection-buffers t)
6420
6421*** References to external documents.
6422
6423The LaTeX package `xr' allows to cross-reference labels in external
6424documents. RefTeX can provide information about the external
6425documents as well. To use this feature, set up the \externaldocument
6426macros required by the `xr' package and rescan the document with
6427RefTeX. The external labels can then be accessed with the `x' key in
6428the selection buffer provided by `reftex-reference' (bound to `C-c )').
6429The `x' key also works in the table of contents buffer.
6430
6431*** Many more labeled LaTeX environments are recognized by default.
6432
8a33023e 6433The built-in command list now covers all the standard LaTeX commands,
3787e12e
GM
6434and all of the major packages included in the LaTeX distribution.
6435
6436Also, RefTeX now understands the \appendix macro and changes
6437the enumeration of sections in the *toc* buffer accordingly.
6438
6439*** Mouse support for selection and *toc* buffers
6440
6441The mouse can now be used to select items in the selection and *toc*
6442buffers. See also the new option `reftex-highlight-selection'.
6443
6444*** New keymaps for selection and table of contents modes.
6445
6446The selection processes for labels and citation keys, and the table of
6447contents buffer now have their own keymaps: `reftex-select-label-map',
6448`reftex-select-bib-map', `reftex-toc-map'. The selection processes
6449have a number of new keys predefined. In particular, TAB lets you
6450enter a label with completion. Check the on-the-fly help (press `?'
6451at the selection prompt) or read the Info documentation to find out
6452more.
6453
6454*** Support for the varioref package
6455
6456The `v' key in the label selection buffer toggles \ref versus \vref.
6457
6458*** New hooks
6459
6460Three new hooks can be used to redefine the way labels, references,
6461and citations are created. These hooks are
6462`reftex-format-label-function', `reftex-format-ref-function',
6463`reftex-format-cite-function'.
6464
6465*** Citations outside LaTeX
6466
6467The command `reftex-citation' may also be used outside LaTeX (e.g. in
6468a mail buffer). See the Info documentation for details.
6469
6470*** Short context is no longer fontified.
6471
6472The short context in the label menu no longer copies the
6473fontification from the text in the buffer. If you prefer it to be
6474fontified, use
6475
6476 (setq reftex-refontify-context t)
6477
6478** file-cache-minibuffer-complete now accepts a prefix argument.
6479With a prefix argument, it does not try to do completion of
6480the file name within its directory; it only checks for other
6481directories that contain the same file name.
6482
6483Thus, given the file name Makefile, and assuming that a file
6484Makefile.in exists in the same directory, ordinary
6485file-cache-minibuffer-complete will try to complete Makefile to
6486Makefile.in and will therefore never look for other directories that
6487have Makefile. A prefix argument tells it not to look for longer
6488names such as Makefile.in, so that instead it will look for other
6489directories--just as if the name were already complete in its present
6490directory.
6491
6492** New modes and packages
6493
6494*** There is a new alternative major mode for Perl, Cperl mode.
6495It has many more features than Perl mode, and some people prefer
6496it, but some do not.
6497
6498*** There is a new major mode, M-x vhdl-mode, for editing files of VHDL
6499code.
6500
6501*** M-x which-function-mode enables a minor mode that displays the
6502current function name continuously in the mode line, as you move
6503around in a buffer.
6504
6505Which Function mode is effective in major modes which support Imenu.
6506
6507*** Gametree is a major mode for editing game analysis trees. The author
6508uses it for keeping notes about his postal Chess games, but it should
6509be helpful for other two-player games as well, as long as they have an
6510established system of notation similar to Chess.
6511
6512*** The new minor mode checkdoc-minor-mode provides Emacs Lisp
6513documentation string checking for style and spelling. The style
6514guidelines are found in the Emacs Lisp programming manual.
6515
6516*** The net-utils package makes some common networking features
6517available in Emacs. Some of these functions are wrappers around
6518system utilities (ping, nslookup, etc); others are implementations of
6519simple protocols (finger, whois) in Emacs Lisp. There are also
6520functions to make simple connections to TCP/IP ports for debugging and
6521the like.
6522
6523*** highlight-changes-mode is a minor mode that uses colors to
6524identify recently changed parts of the buffer text.
6525
6526*** The new package `midnight' lets you specify things to be done
6527within Emacs at midnight--by default, kill buffers that you have not
6528used in a considerable time. To use this feature, customize
6529the user option `midnight-mode' to t.
6530
6531*** The file generic-x.el defines a number of simple major modes.
6532
6533 apache-generic-mode: For Apache and NCSA httpd configuration files
6534 samba-generic-mode: Samba configuration files
6535 fvwm-generic-mode: For fvwm initialization files
6536 x-resource-generic-mode: For X resource files
6537 hosts-generic-mode: For hosts files (.rhosts, /etc/hosts, etc)
6538 mailagent-rules-generic-mode: For mailagent .rules files
6539 javascript-generic-mode: For JavaScript files
6540 vrml-generic-mode: For VRML files
6541 java-manifest-generic-mode: For Java MANIFEST files
6542 java-properties-generic-mode: For Java property files
6543 mailrc-generic-mode: For .mailrc files
6544
6545 Platform-specific modes:
6546
6547 prototype-generic-mode: For Solaris/Sys V prototype files
6548 pkginfo-generic-mode: For Solaris/Sys V pkginfo files
6549 alias-generic-mode: For C shell alias files
6550 inf-generic-mode: For MS-Windows INF files
6551 ini-generic-mode: For MS-Windows INI files
6552 reg-generic-mode: For MS-Windows Registry files
6553 bat-generic-mode: For MS-Windows BAT scripts
6554 rc-generic-mode: For MS-Windows Resource files
6555 rul-generic-mode: For InstallShield scripts
05197f40 6556\f
3787e12e
GM
6557* Lisp changes in Emacs 20.3 since the Emacs Lisp Manual was published
6558
6559** If you want a Lisp file to be read in unibyte mode,
6560use -*-unibyte: t;-*- on its first line.
6561That will force Emacs to read that file in unibyte mode.
6562Otherwise, the file will be loaded and byte-compiled in multibyte mode.
6563
6564Thus, each lisp file is read in a consistent way regardless of whether
6565you started Emacs with --unibyte, so that a Lisp program gives
6566consistent results regardless of how Emacs was started.
6567
6568** The new function assoc-default is useful for searching an alist,
6569and using a default value if the key is not found there. You can
6570specify a comparison predicate, so this function is useful for
6571searching comparing a string against an alist of regular expressions.
6572
6573** The functions unibyte-char-to-multibyte and
6574multibyte-char-to-unibyte convert between unibyte and multibyte
6575character codes, in a way that is appropriate for the current language
6576environment.
6577
6578** The functions read-event, read-char and read-char-exclusive now
6579take two optional arguments. PROMPT, if non-nil, specifies a prompt
6580string. SUPPRESS-INPUT-METHOD, if non-nil, says to disable the
6581current input method for reading this one event.
6582
6583** Two new variables print-escape-nonascii and print-escape-multibyte
6584now control whether to output certain characters as
6585backslash-sequences. print-escape-nonascii applies to single-byte
6586non-ASCII characters; print-escape-multibyte applies to multibyte
6587characters. Both of these variables are used only when printing
6588in readable fashion (prin1 uses them, princ does not).
05197f40 6589\f
3787e12e
GM
6590* Lisp changes in Emacs 20.3 before the Emacs Lisp Manual was published
6591
6592** Compiled Emacs Lisp files made with the modified "MBSK" version
6593of Emacs 20.2 do not work in Emacs 20.3.
6594
6595** Buffer positions are now measured in characters, as they were
6596in Emacs 19 and before. This means that (forward-char 1)
6597always increases point by 1.
6598
6599The function chars-in-region now just subtracts its arguments. It is
6600considered obsolete. The function char-boundary-p has been deleted.
6601
6602See below for additional changes relating to multibyte characters.
6603
6604** defcustom, defface and defgroup now accept the keyword `:version'.
6605Use this to specify in which version of Emacs a certain variable's
6606default value changed. For example,
6607
6608 (defcustom foo-max 34 "*Maximum number of foo's allowed."
6609 :type 'integer
6610 :group 'foo
6611 :version "20.3")
6612
6613 (defgroup foo-group nil "The foo group."
6614 :version "20.3")
6615
6616If an entire new group is added or the variables in it have the
6617default values changed, then just add a `:version' to that group. It
6618is recommended that new packages added to the distribution contain a
6619`:version' in the top level group.
6620
6621This information is used to control the customize-changed-options command.
6622
6623** It is now an error to change the value of a symbol whose name
6624starts with a colon--if it is interned in the standard obarray.
6625
6626However, setting such a symbol to its proper value, which is that
6627symbol itself, is not an error. This is for the sake of programs that
6628support previous Emacs versions by explicitly setting these variables
6629to themselves.
6630
6631If you set the variable keyword-symbols-constant-flag to nil,
6632this error is suppressed, and you can set these symbols to any
6633values whatever.
6634
6635** There is a new debugger command, R.
6636It evaluates an expression like e, but saves the result
6637in the buffer *Debugger-record*.
6638
6639** Frame-local variables.
6640
6641You can now make a variable local to various frames. To do this, call
6642the function make-variable-frame-local; this enables frames to have
6643local bindings for that variable.
6644
6645These frame-local bindings are actually frame parameters: you create a
6646frame-local binding in a specific frame by calling
6647modify-frame-parameters and specifying the variable name as the
6648parameter name.
6649
6650Buffer-local bindings take precedence over frame-local bindings.
6651Thus, if the current buffer has a buffer-local binding, that binding is
6652active; otherwise, if the selected frame has a frame-local binding,
6653that binding is active; otherwise, the default binding is active.
6654
6655It would not be hard to implement window-local bindings, but it is not
6656clear that this would be very useful; windows tend to come and go in a
6657very transitory fashion, so that trying to produce any specific effect
6658through a window-local binding would not be very robust.
6659
6660** `sregexq' and `sregex' are two new functions for constructing
6661"symbolic regular expressions." These are Lisp expressions that, when
6662evaluated, yield conventional string-based regexps. The symbolic form
6663makes it easier to construct, read, and maintain complex patterns.
6664See the documentation in sregex.el.
6665
6666** parse-partial-sexp's return value has an additional element which
6667is used to pass information along if you pass it to another call to
6668parse-partial-sexp, starting its scan where the first call ended.
6669The contents of this field are not yet finalized.
6670
6671** eval-region now accepts a fourth optional argument READ-FUNCTION.
6672If it is non-nil, that function is used instead of `read'.
6673
6674** unload-feature by default removes the feature's functions from
6675known hooks to avoid trouble, but a package providing FEATURE can
6676define a hook FEATURE-unload-hook to be run by unload-feature instead.
6677
6678** read-from-minibuffer no longer returns the argument DEFAULT-VALUE
6679when the user enters empty input. It now returns the null string, as
6680it did in Emacs 19. The default value is made available in the
6681history via M-n, but it is not applied here as a default.
6682
6683The other, more specialized minibuffer-reading functions continue to
6684return the default value (not the null string) when the user enters
6685empty input.
6686
6687** The new variable read-buffer-function controls which routine to use
6688for selecting buffers. For example, if you set this variable to
6689`iswitchb-read-buffer', iswitchb will be used to read buffer names.
6690Other functions can also be used if they accept the same arguments as
6691`read-buffer' and return the selected buffer name as a string.
6692
6693** The new function read-passwd reads a password from the terminal,
6694echoing a period for each character typed. It takes three arguments:
6695a prompt string, a flag which says "read it twice to make sure", and a
6696default password to use if the user enters nothing.
6697
6698** The variable fill-nobreak-predicate gives major modes a way to
6699specify not to break a line at certain places. Its value is a
6700function which is called with no arguments, with point located at the
6701place where a break is being considered. If the function returns
6702non-nil, then the line won't be broken there.
6703
6704** window-end now takes an optional second argument, UPDATE.
6705If this is non-nil, then the function always returns an accurate
6706up-to-date value for the buffer position corresponding to the
6707end of the window, even if this requires computation.
6708
6709** other-buffer now takes an optional argument FRAME
6710which specifies which frame's buffer list to use.
6711If it is nil, that means use the selected frame's buffer list.
6712
6713** The new variable buffer-display-time, always local in every buffer,
6714holds the value of (current-time) as of the last time that a window
6715was directed to display this buffer.
6716
6717** It is now meaningful to compare two window-configuration objects
6718with `equal'. Two window-configuration objects are equal if they
6719describe equivalent arrangements of windows, in the same frame--in
6720other words, if they would give the same results if passed to
6721set-window-configuration.
6722
6723** compare-window-configurations is a new function that compares two
6724window configurations loosely. It ignores differences in saved buffer
6725positions and scrolling, and considers only the structure and sizes of
6726windows and the choice of buffers to display.
6727
6728** The variable minor-mode-overriding-map-alist allows major modes to
6729override the key bindings of a minor mode. The elements of this alist
6730look like the elements of minor-mode-map-alist: (VARIABLE . KEYMAP).
6731
6732If the VARIABLE in an element of minor-mode-overriding-map-alist has a
6733non-nil value, the paired KEYMAP is active, and totally overrides the
6734map (if any) specified for the same variable in minor-mode-map-alist.
6735
6736minor-mode-overriding-map-alist is automatically local in all buffers,
6737and it is meant to be set by major modes.
6738
6739** The function match-string-no-properties is like match-string
6740except that it discards all text properties from the result.
6741
6742** The function load-average now accepts an optional argument
6743USE-FLOATS. If it is non-nil, the load average values are returned as
6744floating point numbers, rather than as integers to be divided by 100.
6745
6746** The new variable temporary-file-directory specifies the directory
6747to use for creating temporary files. The default value is determined
6748in a reasonable way for your operating system; on GNU and Unix systems
6749it is based on the TMP and TMPDIR environment variables.
6750
6751** Menu changes
6752
6753*** easymenu.el now uses the new menu item format and supports the
6754keywords :visible and :filter. The existing keyword :keys is now
6755better supported.
6756
6757The variable `easy-menu-precalculate-equivalent-keybindings' controls
6758a new feature which calculates keyboard equivalents for the menu when
6759you define the menu. The default is t. If you rarely use menus, you
6760can set the variable to nil to disable this precalculation feature;
6761then the calculation is done only if you use the menu bar.
6762
6763*** A new format for menu items is supported.
6764
6765In a keymap, a key binding that has the format
6766 (STRING . REAL-BINDING) or (STRING HELP-STRING . REAL-BINDING)
6767defines a menu item. Now a menu item definition may also be a list that
6768starts with the symbol `menu-item'.
6769
6770The format is:
6771 (menu-item ITEM-NAME) or
6772 (menu-item ITEM-NAME REAL-BINDING . ITEM-PROPERTY-LIST)
6773where ITEM-NAME is an expression which evaluates to the menu item
6774string, and ITEM-PROPERTY-LIST has the form of a property list.
6775The supported properties include
6776
6777:enable FORM Evaluate FORM to determine whether the
6778 item is enabled.
6779:visible FORM Evaluate FORM to determine whether the
6780 item should appear in the menu.
6781:filter FILTER-FN
6782 FILTER-FN is a function of one argument,
6783 which will be REAL-BINDING.
6784 It should return a binding to use instead.
6785:keys DESCRIPTION
6786 DESCRIPTION is a string that describes an equivalent keyboard
f3780fe4 6787 binding for REAL-BINDING. DESCRIPTION is expanded with
3787e12e
GM
6788 `substitute-command-keys' before it is used.
6789:key-sequence KEY-SEQUENCE
6790 KEY-SEQUENCE is a key-sequence for an equivalent
6791 keyboard binding.
6792:key-sequence nil
6793 This means that the command normally has no
6794 keyboard equivalent.
6795:help HELP HELP is the extra help string (not currently used).
6796:button (TYPE . SELECTED)
6797 TYPE is :toggle or :radio.
6798 SELECTED is a form, to be evaluated, and its
6799 value says whether this button is currently selected.
6800
6801Buttons are at the moment only simulated by prefixes in the menu.
6802Eventually ordinary X-buttons may be supported.
6803
6804(menu-item ITEM-NAME) defines unselectable item.
6805
6806** New event types
6807
6808*** The new event type `mouse-wheel' is generated by a wheel on a
6809mouse (such as the MS Intellimouse). The event contains a delta that
6810corresponds to the amount and direction that the wheel is rotated,
6811which is typically used to implement a scroll or zoom. The format is:
6812
6813 (mouse-wheel POSITION DELTA)
6814
6815where POSITION is a list describing the position of the event in the
6816same format as a mouse-click event, and DELTA is a signed number
6817indicating the number of increments by which the wheel was rotated. A
6818negative DELTA indicates that the wheel was rotated backwards, towards
6819the user, and a positive DELTA indicates that the wheel was rotated
6820forward, away from the user.
6821
6822As of now, this event type is generated only on MS Windows.
6823
6824*** The new event type `drag-n-drop' is generated when a group of
6825files is selected in an application outside of Emacs, and then dragged
6826and dropped onto an Emacs frame. The event contains a list of
6827filenames that were dragged and dropped, which are then typically
6828loaded into Emacs. The format is:
6829
6830 (drag-n-drop POSITION FILES)
6831
6832where POSITION is a list describing the position of the event in the
6833same format as a mouse-click event, and FILES is the list of filenames
6834that were dragged and dropped.
6835
6836As of now, this event type is generated only on MS Windows.
6837
6838** Changes relating to multibyte characters.
6839
6840*** The variable enable-multibyte-characters is now read-only;
6841any attempt to set it directly signals an error. The only way
6842to change this value in an existing buffer is with set-buffer-multibyte.
6843
6844*** In a string constant, `\ ' now stands for "nothing at all". You
6845can use it to terminate a hex escape which is followed by a character
6846that could otherwise be read as part of the hex escape.
6847
6848*** String indices are now measured in characters, as they were
6849in Emacs 19 and before.
6850
6851The function chars-in-string has been deleted.
6852The function concat-chars has been renamed to `string'.
6853
6854*** The function set-buffer-multibyte sets the flag in the current
6855buffer that says whether the buffer uses multibyte representation or
6856unibyte representation. If the argument is nil, it selects unibyte
6857representation. Otherwise it selects multibyte representation.
6858
6859This function does not change the contents of the buffer, viewed
6860as a sequence of bytes. However, it does change the contents
6861viewed as characters; a sequence of two bytes which is treated as
6862one character when the buffer uses multibyte representation
6863will count as two characters using unibyte representation.
6864
6865This function sets enable-multibyte-characters to record which
6866representation is in use. It also adjusts various data in the buffer
6867(including its markers, overlays and text properties) so that they are
6868consistent with the new representation.
6869
6870*** string-make-multibyte takes a string and converts it to multibyte
6871representation. Most of the time, you don't need to care
6872about the representation, because Emacs converts when necessary;
6873however, it makes a difference when you compare strings.
6874
6875The conversion of non-ASCII characters works by adding the value of
6876nonascii-insert-offset to each character, or by translating them
6877using the table nonascii-translation-table.
6878
6879*** string-make-unibyte takes a string and converts it to unibyte
6880representation. Most of the time, you don't need to care about the
6881representation, but it makes a difference when you compare strings.
6882
6883The conversion from multibyte to unibyte representation
6884loses information; the only time Emacs performs it automatically
6885is when inserting a multibyte string into a unibyte buffer.
6886
6887*** string-as-multibyte takes a string, and returns another string
6888which contains the same bytes, but treats them as multibyte.
6889
6890*** string-as-unibyte takes a string, and returns another string
6891which contains the same bytes, but treats them as unibyte.
6892
6893*** The new function compare-strings lets you compare
6894portions of two strings. Unibyte strings are converted to multibyte,
6895so that a unibyte string can match a multibyte string.
6896You can specify whether to ignore case or not.
6897
6898*** assoc-ignore-case now uses compare-strings so that
6899it can treat unibyte and multibyte strings as equal.
6900
6901*** Regular expression operations and buffer string searches now
6902convert the search pattern to multibyte or unibyte to accord with the
6903buffer or string being searched.
6904
6905One consequence is that you cannot always use \200-\377 inside of
6906[...] to match all non-ASCII characters. This does still work when
6907searching or matching a unibyte buffer or string, but not when
6908searching or matching a multibyte string. Unfortunately, there is no
6909obvious choice of syntax to use within [...] for that job. But, what
6910you want is just to match all non-ASCII characters, the regular
6911expression [^\0-\177] works for it.
6912
6913*** Structure of coding system changed.
6914
6915All coding systems (including aliases and subsidiaries) are named
6916by symbols; the symbol's `coding-system' property is a vector
6917which defines the coding system. Aliases share the same vector
6918as the principal name, so that altering the contents of this
6919vector affects the principal name and its aliases. You can define
6920your own alias name of a coding system by the function
6921define-coding-system-alias.
6922
6923The coding system definition includes a property list of its own. Use
6924the new functions `coding-system-get' and `coding-system-put' to
6925access such coding system properties as post-read-conversion,
6926pre-write-conversion, character-translation-table-for-decode,
6927character-translation-table-for-encode, mime-charset, and
6928safe-charsets. For instance, (coding-system-get 'iso-latin-1
6929'mime-charset) gives the corresponding MIME-charset parameter
6930`iso-8859-1'.
6931
6932Among the coding system properties listed above, safe-charsets is new.
6933The value of this property is a list of character sets which this
6934coding system can correctly encode and decode. For instance:
6935(coding-system-get 'iso-latin-1 'safe-charsets) => (ascii latin-iso8859-1)
6936
6937Here, "correctly encode" means that the encoded character sets can
6938also be handled safely by systems other than Emacs as far as they
6939are capable of that coding system. Though, Emacs itself can encode
6940the other character sets and read it back correctly.
6941
6942*** The new function select-safe-coding-system can be used to find a
6943proper coding system for encoding the specified region or string.
6944This function requires a user interaction.
6945
6946*** The new functions find-coding-systems-region and
6947find-coding-systems-string are helper functions used by
6948select-safe-coding-system. They return a list of all proper coding
6949systems to encode a text in some region or string. If you don't want
6950a user interaction, use one of these functions instead of
6951select-safe-coding-system.
6952
6953*** The explicit encoding and decoding functions, such as
6954decode-coding-region and encode-coding-string, now set
6955last-coding-system-used to reflect the actual way encoding or decoding
6956was done.
6957
6958*** The new function detect-coding-with-language-environment can be
6959used to detect a coding system of text according to priorities of
6960coding systems used by some specific language environment.
6961
6962*** The functions detect-coding-region and detect-coding-string always
6963return a list if the arg HIGHEST is nil. Thus, if only ASCII
6964characters are found, they now return a list of single element
6965`undecided' or its subsidiaries.
6966
6967*** The new functions coding-system-change-eol-conversion and
6968coding-system-change-text-conversion can be used to get a different
6969coding system than what specified only in how end-of-line or text is
6970converted.
6971
6972*** The new function set-selection-coding-system can be used to set a
6973coding system for communicating with other X clients.
6974
6975*** The function `map-char-table' now passes as argument only valid
6976character codes, plus generic characters that stand for entire
6977character sets or entire subrows of a character set. In other words,
6978each time `map-char-table' calls its FUNCTION argument, the key value
6979either will be a valid individual character code, or will stand for a
6980range of characters.
6981
6982*** The new function `char-valid-p' can be used for checking whether a
6983Lisp object is a valid character code or not.
6984
6985*** The new function `charset-after' returns a charset of a character
6986in the current buffer at position POS.
6987
6988*** Input methods are now implemented using the variable
6989input-method-function. If this is non-nil, its value should be a
6990function; then, whenever Emacs reads an input event that is a printing
6991character with no modifier bits, it calls that function, passing the
6992event as an argument. Often this function will read more input, first
6993binding input-method-function to nil.
6994
6995The return value should be a list of the events resulting from input
6996method processing. These events will be processed sequentially as
6997input, before resorting to unread-command-events. Events returned by
6998the input method function are not passed to the input method function,
6999not even if they are printing characters with no modifier bits.
7000
7001The input method function is not called when reading the second and
7002subsequent events of a key sequence.
7003
7004*** You can customize any language environment by using
7005set-language-environment-hook and exit-language-environment-hook.
7006
7007The hook `exit-language-environment-hook' should be used to undo
7008customizations that you made with set-language-environment-hook. For
7009instance, if you set up a special key binding for a specific language
7010environment by set-language-environment-hook, you should set up
7011exit-language-environment-hook to restore the normal key binding.
05197f40 7012\f
3787e12e
GM
7013* Changes in Emacs 20.1
7014
7015** Emacs has a new facility for customization of its many user
7016options. It is called M-x customize. With this facility you can look
7017at the many user options in an organized way; they are grouped into a
7018tree structure.
7019
7020M-x customize also knows what sorts of values are legitimate for each
7021user option and ensures that you don't use invalid values.
7022
7023With M-x customize, you can set options either for the present Emacs
7024session or permanently. (Permanent settings are stored automatically
7025in your .emacs file.)
7026
7027** Scroll bars are now on the left side of the window.
7028You can change this with M-x customize-option scroll-bar-mode.
7029
7030** The mode line no longer includes the string `Emacs'.
7031This makes more space in the mode line for other information.
7032
7033** When you select a region with the mouse, it is highlighted
7034immediately afterward. At that time, if you type the DELETE key, it
7035kills the region.
7036
7037The BACKSPACE key, and the ASCII character DEL, do not do this; they
7038delete the character before point, as usual.
7039
7040** In an incremental search the whole current match is highlighted
7041on terminals which support this. (You can disable this feature
7042by setting search-highlight to nil.)
7043
7044** In the minibuffer, in some cases, you can now use M-n to
7045insert the default value into the minibuffer as text. In effect,
7046the default value (if the minibuffer routines know it) is tacked
7047onto the history "in the future". (The more normal use of the
7048history list is to use M-p to insert minibuffer input used in the
7049past.)
7050
7051** In Text mode, now only blank lines separate paragraphs.
7052This makes it possible to get the full benefit of Adaptive Fill mode
7053in Text mode, and other modes derived from it (such as Mail mode).
7054TAB in Text mode now runs the command indent-relative; this
7055makes a practical difference only when you use indented paragraphs.
7056
7057As a result, the old Indented Text mode is now identical to Text mode,
7058and is an alias for it.
7059
7060If you want spaces at the beginning of a line to start a paragraph,
7061use the new mode, Paragraph Indent Text mode.
7062
7063** Scrolling changes
7064
7065*** Scroll commands to scroll a whole screen now preserve the screen
7066position of the cursor, if scroll-preserve-screen-position is non-nil.
7067
7068In this mode, if you scroll several screens back and forth, finishing
7069on the same screen where you started, the cursor goes back to the line
7070where it started.
7071
7072*** If you set scroll-conservatively to a small number, then when you
7073move point a short distance off the screen, Emacs will scroll the
7074screen just far enough to bring point back on screen, provided that
7075does not exceed `scroll-conservatively' lines.
7076
7077*** The new variable scroll-margin says how close point can come to the
7078top or bottom of a window. It is a number of screen lines; if point
7079comes within that many lines of the top or bottom of the window, Emacs
7080recenters the window.
7081
7082** International character set support (MULE)
7083
7084Emacs now supports a wide variety of international character sets,
7085including European variants of the Latin alphabet, as well as Chinese,
7086Devanagari (Hindi and Marathi), Ethiopian, Greek, IPA, Japanese,
7087Korean, Lao, Russian, Thai, Tibetan, and Vietnamese scripts. These
7088features have been merged from the modified version of Emacs known as
7089MULE (for "MULti-lingual Enhancement to GNU Emacs")
7090
7091Users of these scripts have established many more-or-less standard
7092coding systems for storing files. Emacs uses a single multibyte
7093character encoding within Emacs buffers; it can translate from a wide
7094variety of coding systems when reading a file and can translate back
7095into any of these coding systems when saving a file.
7096
7097Keyboards, even in the countries where these character sets are used,
7098generally don't have keys for all the characters in them. So Emacs
7099supports various "input methods", typically one for each script or
7100language, to make it possible to type them.
7101
7102The Emacs internal multibyte encoding represents a non-ASCII
7103character as a sequence of bytes in the range 0200 through 0377.
7104
7105The new prefix key C-x RET is used for commands that pertain
7106to multibyte characters, coding systems, and input methods.
7107
7108You can disable multibyte character support as follows:
7109
7110 (setq-default enable-multibyte-characters nil)
7111
7112Calling the function standard-display-european turns off multibyte
7113characters, unless you specify a non-nil value for the second
7114argument, AUTO. This provides compatibility for people who are
7115already using standard-display-european to continue using unibyte
7116characters for their work until they want to change.
7117
7118*** Input methods
7119
7120An input method is a kind of character conversion which is designed
7121specifically for interactive input. In Emacs, typically each language
7122has its own input method (though sometimes several languages which use
7123the same characters can share one input method). Some languages
7124support several input methods.
7125
7126The simplest kind of input method works by mapping ASCII letters into
7127another alphabet. This is how the Greek and Russian input methods
7128work.
7129
7130A more powerful technique is composition: converting sequences of
7131characters into one letter. Many European input methods use
7132composition to produce a single non-ASCII letter from a sequence which
7133consists of a letter followed by diacritics. For example, a' is one
7134sequence of two characters that might be converted into a single
7135letter.
7136
7137The input methods for syllabic scripts typically use mapping followed
7138by conversion. The input methods for Thai and Korean work this way.
7139First, letters are mapped into symbols for particular sounds or tone
7140marks; then, sequences of these which make up a whole syllable are
7141mapped into one syllable sign--most often a "composite character".
7142
7143None of these methods works very well for Chinese and Japanese, so
7144they are handled specially. First you input a whole word using
7145phonetic spelling; then, after the word is in the buffer, Emacs
7146converts it into one or more characters using a large dictionary.
7147
7148Since there is more than one way to represent a phonetically spelled
7149word using Chinese characters, Emacs can only guess which one to use;
7150typically these input methods give you a way to say "guess again" if
7151the first guess is wrong.
7152
7153*** The command C-x RET m (toggle-enable-multibyte-characters)
7154turns multibyte character support on or off for the current buffer.
7155
7156If multibyte character support is turned off in a buffer, then each
7157byte is a single character, even codes 0200 through 0377--exactly as
7158they did in Emacs 19.34. This includes the features for support for
7159the European characters, ISO Latin-1 and ISO Latin-2.
7160
7161However, there is no need to turn off multibyte character support to
7162use ISO Latin-1 or ISO Latin-2; the Emacs multibyte character set
7163includes all the characters in these character sets, and Emacs can
7164translate automatically to and from either one.
7165
7166*** Visiting a file in unibyte mode.
7167
7168Turning off multibyte character support in the buffer after visiting a
7169file with multibyte code conversion will display the multibyte
7170sequences already in the buffer, byte by byte. This is probably not
7171what you want.
7172
7173If you want to edit a file of unibyte characters (Latin-1, for
7174example), you can do it by specifying `no-conversion' as the coding
7175system when reading the file. This coding system also turns off
7176multibyte characters in that buffer.
7177
7178If you turn off multibyte character support entirely, this turns off
7179character conversion as well.
7180
7181*** Displaying international characters on X Windows.
7182
7183A font for X typically displays just one alphabet or script.
7184Therefore, displaying the entire range of characters Emacs supports
7185requires using many fonts.
7186
7187Therefore, Emacs now supports "fontsets". Each fontset is a
7188collection of fonts, each assigned to a range of character codes.
7189
7190A fontset has a name, like a font. Individual fonts are defined by
7191the X server; fontsets are defined within Emacs itself. But once you
7192have defined a fontset, you can use it in a face or a frame just as
7193you would use a font.
7194
7195If a fontset specifies no font for a certain character, or if it
7196specifies a font that does not exist on your system, then it cannot
7197display that character. It will display an empty box instead.
7198
7199The fontset height and width are determined by the ASCII characters
7200(that is, by the font in the fontset which is used for ASCII
f327c2f9 7201characters).
3787e12e
GM
7202
7203*** Defining fontsets.
7204
7205Emacs does not use any fontset by default. Its default font is still
7206chosen as in previous versions. You can tell Emacs to use a fontset
7207with the `-fn' option or the `Font' X resource.
7208
7209Emacs creates a standard fontset automatically according to the value
7210of standard-fontset-spec. This fontset's short name is
7211`fontset-standard'. Bold, italic, and bold-italic variants of the
7212standard fontset are created automatically.
7213
7214If you specify a default ASCII font with the `Font' resource or `-fn'
7215argument, a fontset is generated from it. This works by replacing the
7216FOUNDARY, FAMILY, ADD_STYLE, and AVERAGE_WIDTH fields of the font name
7217with `*' then using this to specify a fontset. This fontset's short
7218name is `fontset-startup'.
7219
7220Emacs checks resources of the form Fontset-N where N is 0, 1, 2...
7221The resource value should have this form:
7222 FONTSET-NAME, [CHARSET-NAME:FONT-NAME]...
7223FONTSET-NAME should have the form of a standard X font name, except:
7224 * most fields should be just the wild card "*".
7225 * the CHARSET_REGISTRY field should be "fontset"
7226 * the CHARSET_ENCODING field can be any nickname of the fontset.
7227The construct CHARSET-NAME:FONT-NAME can be repeated any number
7228of times; each time specifies the font for one character set.
0969bd6a
EZ
7229CHARSET-NAME should be the name of a character set, and FONT-NAME
7230should specify an actual font to use for that character set.
3787e12e
GM
7231
7232Each of these fontsets has an alias which is made from the
7233last two font name fields, CHARSET_REGISTRY and CHARSET_ENCODING.
7234You can refer to the fontset by that alias or by its full name.
7235
7236For any character sets that you don't mention, Emacs tries to choose a
7237font by substituting into FONTSET-NAME. For instance, with the
7238following resource,
7239 Emacs*Fontset-0: -*-fixed-medium-r-normal-*-24-*-*-*-*-*-fontset-24
7240the font for ASCII is generated as below:
7241 -*-fixed-medium-r-normal-*-24-*-ISO8859-1
7242Here is the substitution rule:
7243 Change CHARSET_REGISTRY and CHARSET_ENCODING to that of the charset
7244 defined in the variable x-charset-registries. For instance, ASCII has
7245 the entry (ascii . "ISO8859-1") in this variable. Then, reduce
7246 sequences of wild cards -*-...-*- with a single wildcard -*-.
7247 (This is to prevent use of auto-scaled fonts.)
7248
7249The function which processes the fontset resource value to create the
7250fontset is called create-fontset-from-fontset-spec. You can also call
7251that function explicitly to create a fontset.
7252
7253With the X resource Emacs.Font, you can specify a fontset name just
7254like an actual font name. But be careful not to specify a fontset
7255name in a wildcard resource like Emacs*Font--that tries to specify the
7256fontset for other purposes including menus, and they cannot handle
7257fontsets.
7258
7259*** The command M-x set-language-environment sets certain global Emacs
7260defaults for a particular choice of language.
7261
7262Selecting a language environment typically specifies a default input
7263method and which coding systems to recognize automatically when
7264visiting files. However, it does not try to reread files you have
7265already visited; the text in those buffers is not affected. The
7266language environment may also specify a default choice of coding
7267system for new files that you create.
7268
7269It makes no difference which buffer is current when you use
7270set-language-environment, because these defaults apply globally to the
7271whole Emacs session.
7272
7273For example, M-x set-language-environment RET Latin-1 RET
7274chooses the Latin-1 character set. In the .emacs file, you can do this
7275with (set-language-environment "Latin-1").
7276
7277*** The command C-x RET f (set-buffer-file-coding-system)
7278specifies the file coding system for the current buffer. This
7279specifies what sort of character code translation to do when saving
7280the file. As an argument, you must specify the name of one of the
7281coding systems that Emacs supports.
7282
7283*** The command C-x RET c (universal-coding-system-argument)
7284lets you specify a coding system when you read or write a file.
7285This command uses the minibuffer to read a coding system name.
7286After you exit the minibuffer, the specified coding system
7287is used for *the immediately following command*.
7288
7289So if the immediately following command is a command to read or
7290write a file, it uses the specified coding system for that file.
7291
7292If the immediately following command does not use the coding system,
7293then C-x RET c ultimately has no effect.
7294
7295For example, C-x RET c iso-8859-1 RET C-x C-f temp RET
7296visits the file `temp' treating it as ISO Latin-1.
7297
7298*** You can specify the coding system for a file using the -*-
7299construct. Include `coding: CODINGSYSTEM;' inside the -*-...-*-
7300to specify use of coding system CODINGSYSTEM. You can also
7301specify the coding system in a local variable list at the end
7302of the file.
7303
7304*** The command C-x RET t (set-terminal-coding-system) specifies
7305the coding system for terminal output. If you specify a character
7306code for terminal output, all characters output to the terminal are
7307translated into that character code.
7308
7309This feature is useful for certain character-only terminals built in
7310various countries to support the languages of those countries.
7311
7312By default, output to the terminal is not translated at all.
7313
7314*** The command C-x RET k (set-keyboard-coding-system) specifies
7315the coding system for keyboard input.
7316
7317Character code translation of keyboard input is useful for terminals
7318with keys that send non-ASCII graphic characters--for example,
7319some terminals designed for ISO Latin-1 or subsets of it.
7320
7321By default, keyboard input is not translated at all.
7322
7323Character code translation of keyboard input is similar to using an
7324input method, in that both define sequences of keyboard input that
7325translate into single characters. However, input methods are designed
7326to be convenient for interactive use, while the code translations are
7327designed to work with terminals.
7328
7329*** The command C-x RET p (set-buffer-process-coding-system)
7330specifies the coding system for input and output to a subprocess.
7331This command applies to the current buffer; normally, each subprocess
7332has its own buffer, and thus you can use this command to specify
7333translation to and from a particular subprocess by giving the command
7334in the corresponding buffer.
7335
7336By default, process input and output are not translated at all.
7337
7338*** The variable file-name-coding-system specifies the coding system
7339to use for encoding file names before operating on them.
7340It is also used for decoding file names obtained from the system.
7341
7342*** The command C-\ (toggle-input-method) activates or deactivates
7343an input method. If no input method has been selected before, the
7344command prompts for you to specify the language and input method you
7345want to use.
7346
7347C-u C-\ (select-input-method) lets you switch to a different input
7348method. C-h C-\ (or C-h I) describes the current input method.
7349
7350*** Some input methods remap the keyboard to emulate various keyboard
7351layouts commonly used for particular scripts. How to do this
7352remapping properly depends on your actual keyboard layout. To specify
7353which layout your keyboard has, use M-x quail-set-keyboard-layout.
7354
7355*** The command C-h C (describe-coding-system) displays
7356the coding systems currently selected for various purposes, plus
7357related information.
7358
7359*** The command C-h h (view-hello-file) displays a file called
7360HELLO, which has examples of text in many languages, using various
7361scripts.
7362
7363*** The command C-h L (describe-language-support) displays
7364information about the support for a particular language.
7365You specify the language as an argument.
7366
7367*** The mode line now contains a letter or character that identifies
7368the coding system used in the visited file. It normally follows the
7369first dash.
7370
7371A dash indicates the default state of affairs: no code conversion
7372(except CRLF => newline if appropriate). `=' means no conversion
7373whatsoever. The ISO 8859 coding systems are represented by digits
73741 through 9. Other coding systems are represented by letters:
7375
7376 A alternativnyj (Russian)
7377 B big5 (Chinese)
7378 C cn-gb-2312 (Chinese)
7379 C iso-2022-cn (Chinese)
7380 D in-is13194-devanagari (Indian languages)
7381 E euc-japan (Japanese)
7382 I iso-2022-cjk or iso-2022-ss2 (Chinese, Japanese, Korean)
7383 J junet (iso-2022-7) or old-jis (iso-2022-jp-1978-irv) (Japanese)
7384 K euc-korea (Korean)
7385 R koi8 (Russian)
7386 Q tibetan
7387 S shift_jis (Japanese)
7388 T lao
7389 T tis620 (Thai)
7390 V viscii or vscii (Vietnamese)
7391 i iso-2022-lock (Chinese, Japanese, Korean)
7392 k iso-2022-kr (Korean)
7393 v viqr (Vietnamese)
7394 z hz (Chinese)
7395
7396When you are using a character-only terminal (not a window system),
7397two additional characters appear in between the dash and the file
7398coding system. These two characters describe the coding system for
7399keyboard input, and the coding system for terminal output.
7400
7401*** The new variable rmail-file-coding-system specifies the code
7402conversion to use for RMAIL files. The default value is nil.
7403
7404When you read mail with Rmail, each message is decoded automatically
7405into Emacs' internal format. This has nothing to do with
7406rmail-file-coding-system. That variable controls reading and writing
7407Rmail files themselves.
7408
7409*** The new variable sendmail-coding-system specifies the code
7410conversion for outgoing mail. The default value is nil.
7411
7412Actually, there are three different ways of specifying the coding system
7413for sending mail:
7414
7415- If you use C-x RET f in the mail buffer, that takes priority.
7416- Otherwise, if you set sendmail-coding-system non-nil, that specifies it.
7417- Otherwise, the default coding system for new files is used,
7418 if that is non-nil. That comes from your language environment.
7419- Otherwise, Latin-1 is used.
7420
7421*** The command C-h t (help-with-tutorial) accepts a prefix argument
7422to specify the language for the tutorial file. Currently, English,
7423Japanese, Korean and Thai are supported. We welcome additional
7424translations.
7425
7426** An easy new way to visit a file with no code or format conversion
7427of any kind: Use M-x find-file-literally. There is also a command
7428insert-file-literally which inserts a file into the current buffer
7429without any conversion.
7430
7431** C-q's handling of octal character codes is changed.
7432You can now specify any number of octal digits.
7433RET terminates the digits and is discarded;
7434any other non-digit terminates the digits and is then used as input.
7435
7436** There are new commands for looking up Info documentation for
7437functions, variables and file names used in your programs.
7438
7439Type M-x info-lookup-symbol to look up a symbol in the buffer at point.
7440Type M-x info-lookup-file to look up a file in the buffer at point.
7441
7442Precisely which Info files are used to look it up depends on the major
7443mode. For example, in C mode, the GNU libc manual is used.
7444
7445** M-TAB in most programming language modes now runs the command
7446complete-symbol. This command performs completion on the symbol name
7447in the buffer before point.
7448
7449With a numeric argument, it performs completion based on the set of
7450symbols documented in the Info files for the programming language that
7451you are using.
7452
7453With no argument, it does completion based on the current tags tables,
7454just like the old binding of M-TAB (complete-tag).
7455
7456** File locking works with NFS now.
7457
7458The lock file for FILENAME is now a symbolic link named .#FILENAME,
7459in the same directory as FILENAME.
7460
7461This means that collision detection between two different machines now
7462works reasonably well; it also means that no file server or directory
7463can become a bottleneck.
7464
7465The new method does have drawbacks. It means that collision detection
7466does not operate when you edit a file in a directory where you cannot
7467create new files. Collision detection also doesn't operate when the
7468file server does not support symbolic links. But these conditions are
7469rare, and the ability to have collision detection while using NFS is
7470so useful that the change is worth while.
7471
7472When Emacs or a system crashes, this may leave behind lock files which
7473are stale. So you may occasionally get warnings about spurious
7474collisions. When you determine that the collision is spurious, just
7475tell Emacs to go ahead anyway.
7476
7477** If you wish to use Show Paren mode to display matching parentheses,
7478it is no longer sufficient to load paren.el. Instead you must call
7479show-paren-mode.
7480
7481** If you wish to use Delete Selection mode to replace a highlighted
7482selection when you insert new text, it is no longer sufficient to load
7483delsel.el. Instead you must call the function delete-selection-mode.
7484
7485** If you wish to use Partial Completion mode to complete partial words
7486within symbols or filenames, it is no longer sufficient to load
7487complete.el. Instead you must call the function partial-completion-mode.
7488
7489** If you wish to use uniquify to rename buffers for you,
7490it is no longer sufficient to load uniquify.el. You must also
7491set uniquify-buffer-name-style to one of the non-nil legitimate values.
7492
7493** Changes in View mode.
7494
7495*** Several new commands are available in View mode.
7496Do H in view mode for a list of commands.
7497
7498*** There are two new commands for entering View mode:
7499view-file-other-frame and view-buffer-other-frame.
7500
7501*** Exiting View mode does a better job of restoring windows to their
7502previous state.
7503
7504*** New customization variable view-scroll-auto-exit. If non-nil,
7505scrolling past end of buffer makes view mode exit.
7506
7507*** New customization variable view-exits-all-viewing-windows. If
7508non-nil, view-mode will at exit restore all windows viewing buffer,
7509not just the selected window.
7510
7511*** New customization variable view-read-only. If non-nil, visiting a
7512read-only file automatically enters View mode, and toggle-read-only
7513turns View mode on or off.
7514
7515*** New customization variable view-remove-frame-by-deleting controls
7516how to remove a not needed frame at view mode exit. If non-nil,
7517delete the frame, if nil make an icon of it.
7518
7519** C-x v l, the command to print a file's version control log,
7520now positions point at the entry for the file's current branch version.
7521
7522** C-x v =, the command to compare a file with the last checked-in version,
7523has a new feature. If the file is currently not locked, so that it is
7524presumably identical to the last checked-in version, the command now asks
7525which version to compare with.
7526
7527** When using hideshow.el, incremental search can temporarily show hidden
7528blocks if a match is inside the block.
7529
7530The block is hidden again if the search is continued and the next match
7531is outside the block. By customizing the variable
7532isearch-hide-immediately you can choose to hide all the temporarily
7533shown blocks only when exiting from incremental search.
7534
7535By customizing the variable hs-isearch-open you can choose what kind
7536of blocks to temporarily show during isearch: comment blocks, code
7537blocks, all of them or none.
7538
7539** The new command C-x 4 0 (kill-buffer-and-window) kills the
7540current buffer and deletes the selected window. It asks for
7541confirmation first.
7542
7543** C-x C-w, which saves the buffer into a specified file name,
7544now changes the major mode according to that file name.
7545However, the mode will not be changed if
7546(1) a local variables list or the `-*-' line specifies a major mode, or
7547(2) the current major mode is a "special" mode,
7548 not suitable for ordinary files, or
7549(3) the new file name does not particularly specify any mode.
7550
7551This applies to M-x set-visited-file-name as well.
7552
7553However, if you set change-major-mode-with-file-name to nil, then
7554these commands do not change the major mode.
7555
7556** M-x occur changes.
7557
7558*** If the argument to M-x occur contains upper case letters,
7559it performs a case-sensitive search.
7560
7561*** In the *Occur* buffer made by M-x occur,
7562if you type g or M-x revert-buffer, this repeats the search
7563using the same regular expression and the same buffer as before.
7564
7565** In Transient Mark mode, the region in any one buffer is highlighted
7566in just one window at a time. At first, it is highlighted in the
7567window where you set the mark. The buffer's highlighting remains in
7568that window unless you select to another window which shows the same
7569buffer--then the highlighting moves to that window.
7570
7571** The feature to suggest key bindings when you use M-x now operates
7572after the command finishes. The message suggesting key bindings
7573appears temporarily in the echo area. The previous echo area contents
7574come back after a few seconds, in case they contain useful information.
7575
7576** Each frame now independently records the order for recently
7577selected buffers, so that the default for C-x b is now based on the
7578buffers recently selected in the selected frame.
7579
7580** Outline mode changes.
7581
7582*** Outline mode now uses overlays (this is the former noutline.el).
7583
7584*** Incremental searches skip over invisible text in Outline mode.
7585
7586** When a minibuffer window is active but not the selected window, if
7587you try to use the minibuffer, you used to get a nested minibuffer.
7588Now, this not only gives an error, it also cancels the minibuffer that
7589was already active.
7590
7591The motive for this change is so that beginning users do not
7592unknowingly move away from minibuffers, leaving them active, and then
7593get confused by it.
7594
7595If you want to be able to have recursive minibuffers, you must
7596set enable-recursive-minibuffers to non-nil.
7597
7598** Changes in dynamic abbrevs.
7599
7600*** Expanding dynamic abbrevs with M-/ is now smarter about case
7601conversion. If the expansion has mixed case not counting the first
7602character, and the abbreviation matches the beginning of the expansion
7603including case, then the expansion is copied verbatim.
7604
7605The expansion is also copied verbatim if the abbreviation itself has
7606mixed case. And using SPC M-/ to copy an additional word always
7607copies it verbatim except when the previous copied word is all caps.
7608
7609*** The values of `dabbrev-case-replace' and `dabbrev-case-fold-search'
7610are no longer Lisp expressions. They have simply three possible
7611values.
7612
7613`dabbrev-case-replace' has these three values: nil (don't preserve
7614case), t (do), or `case-replace' (do like M-x query-replace).
7615`dabbrev-case-fold-search' has these three values: nil (don't ignore
7616case), t (do), or `case-fold-search' (do like search).
7617
7618** Minibuffer history lists are truncated automatically now to a
7619certain length. The variable history-length specifies how long they
7620can be. The default value is 30.
7621
7622** Changes in Mail mode.
7623
7624*** The key C-x m no longer runs the `mail' command directly.
7625Instead, it runs the command `compose-mail', which invokes the mail
7626composition mechanism you have selected with the variable
7627`mail-user-agent'. The default choice of user agent is
7628`sendmail-user-agent', which gives behavior compatible with the old
7629behavior.
7630
7631C-x 4 m now runs compose-mail-other-window, and C-x 5 m runs
7632compose-mail-other-frame.
7633
7634*** While composing a reply to a mail message, from Rmail, you can use
7635the command C-c C-r to cite just the region from the message you are
7636replying to. This copies the text which is the selected region in the
7637buffer that shows the original message.
7638
7639*** The command C-c C-i inserts a file at the end of the message,
7640with separator lines around the contents.
7641
7642*** The command M-x expand-mail-aliases expands all mail aliases
7643in suitable mail headers. Emacs automatically extracts mail alias
7644definitions from your mail alias file (e.g., ~/.mailrc). You do not
7645need to expand mail aliases yourself before sending mail.
7646
7647*** New features in the mail-complete command.
7648
7649**** The mail-complete command now inserts the user's full name,
7650for local users or if that is known. The variable mail-complete-style
7651controls the style to use, and whether to do this at all.
7652Its values are like those of mail-from-style.
7653
7654**** The variable mail-passwd-command lets you specify a shell command
7655to run to fetch a set of password-entries that add to the ones in
7656/etc/passwd.
7657
7658**** The variable mail-passwd-file now specifies a list of files to read
7659to get the list of user ids. By default, one file is used:
7660/etc/passwd.
7661
7662** You can "quote" a file name to inhibit special significance of
7663special syntax, by adding `/:' to the beginning. Thus, if you have a
7664directory named `/foo:', you can prevent it from being treated as a
7665reference to a remote host named `foo' by writing it as `/:/foo:'.
7666
7667Emacs uses this new construct automatically when necessary, such as
7668when you start it with a working directory whose name might otherwise
7669be taken to be magic.
7670
7671** There is a new command M-x grep-find which uses find to select
7672files to search through, and grep to scan them. The output is
7673available in a Compile mode buffer, as with M-x grep.
7674
7675M-x grep now uses the -e option if the grep program supports that.
7676(-e prevents problems if the search pattern starts with a dash.)
7677
7678** In Dired, the & command now flags for deletion the files whose names
7679suggest they are probably not needed in the long run.
7680
7681In Dired, * is now a prefix key for mark-related commands.
7682
7683new key dired.el binding old key
7684------- ---------------- -------
7685 * c dired-change-marks c
7686 * m dired-mark m
7687 * * dired-mark-executables * (binding deleted)
7688 * / dired-mark-directories / (binding deleted)
7689 * @ dired-mark-symlinks @ (binding deleted)
7690 * u dired-unmark u
7691 * DEL dired-unmark-backward DEL
3a426197 7692 * ? dired-unmark-all-files C-M-?
3787e12e
GM
7693 * ! dired-unmark-all-marks
7694 * % dired-mark-files-regexp % m
7695 * C-n dired-next-marked-file M-}
7696 * C-p dired-prev-marked-file M-{
7697
7698** Rmail changes.
7699
7700*** When Rmail cannot convert your incoming mail into Babyl format, it
7701saves the new mail in the file RMAILOSE.n, where n is an integer
7702chosen to make a unique name. This way, Rmail will not keep crashing
7703each time you run it.
7704
7705*** In Rmail, the variable rmail-summary-line-count-flag now controls
7706whether to include the line count in the summary. Non-nil means yes.
7707
7708*** In Rmail summary buffers, d and C-d (the commands to delete
7709messages) now take repeat counts as arguments. A negative argument
7710means to move in the opposite direction.
7711
7712*** In Rmail, the t command now takes an optional argument which lets
7713you specify whether to show the message headers in full or pruned.
7714
7715*** In Rmail, the new command w (rmail-output-body-to-file) writes
7716just the body of the current message into a file, without the headers.
7717It takes the file name from the message subject, by default, but you
7718can edit that file name in the minibuffer before it is actually used
7719for output.
7720
7721** Gnus changes.
7722
7723*** nntp.el has been totally rewritten in an asynchronous fashion.
7724
7725*** Article prefetching functionality has been moved up into
7726Gnus.
7727
7728*** Scoring can now be performed with logical operators like
7729`and', `or', `not', and parent redirection.
7730
7731*** Article washing status can be displayed in the
7732article mode line.
7733
7734*** gnus.el has been split into many smaller files.
7735
7736*** Suppression of duplicate articles based on Message-ID.
7737
7738(setq gnus-suppress-duplicates t)
7739
7740*** New variables for specifying what score and adapt files
7741are to be considered home score and adapt files. See
7742`gnus-home-score-file' and `gnus-home-adapt-files'.
7743
7744*** Groups can inherit group parameters from parent topics.
7745
7746*** Article editing has been revamped and is now usable.
7747
7748*** Signatures can be recognized in more intelligent fashions.
7749See `gnus-signature-separator' and `gnus-signature-limit'.
7750
7751*** Summary pick mode has been made to look more nn-like.
7752Line numbers are displayed and the `.' command can be
7753used to pick articles.
7754
7755*** Commands for moving the .newsrc.eld from one server to
7756another have been added.
7757
7758 `M-x gnus-change-server'
7759
7760*** A way to specify that "uninteresting" fields be suppressed when
7761generating lines in buffers.
7762
7763*** Several commands in the group buffer can be undone with
3a426197 7764`C-M-_'.
3787e12e
GM
7765
7766*** Scoring can be done on words using the new score type `w'.
7767
7768*** Adaptive scoring can be done on a Subject word-by-word basis:
7769
7770 (setq gnus-use-adaptive-scoring '(word))
7771
7772*** Scores can be decayed.
7773
7774 (setq gnus-decay-scores t)
7775
7776*** Scoring can be performed using a regexp on the Date header. The
7777Date is normalized to compact ISO 8601 format first.
7778
7779*** A new command has been added to remove all data on articles from
7780the native server.
7781
7782 `M-x gnus-group-clear-data-on-native-groups'
7783
7784*** A new command for reading collections of documents
3a426197 7785(nndoc with nnvirtual on top) has been added -- `C-M-d'.
3787e12e
GM
7786
7787*** Process mark sets can be pushed and popped.
7788
7789*** A new mail-to-news backend makes it possible to post
7790even when the NNTP server doesn't allow posting.
7791
7792*** A new backend for reading searches from Web search engines
7793(DejaNews, Alta Vista, InReference) has been added.
7794
7795 Use the `G w' command in the group buffer to create such
7796 a group.
7797
7798*** Groups inside topics can now be sorted using the standard
7799sorting functions, and each topic can be sorted independently.
7800
7801 See the commands under the `T S' submap.
7802
7803*** Subsets of the groups can be sorted independently.
7804
7805 See the commands under the `G P' submap.
7806
7807*** Cached articles can be pulled into the groups.
7808
7809 Use the `Y c' command.
7810
7811*** Score files are now applied in a more reliable order.
7812
7813*** Reports on where mail messages end up can be generated.
7814
7815 `M-x nnmail-split-history'
7816
7817*** More hooks and functions have been added to remove junk
7818from incoming mail before saving the mail.
7819
7820 See `nnmail-prepare-incoming-header-hook'.
7821
7822*** The nnml mail backend now understands compressed article files.
7823
7824*** To enable Gnus to read/post multi-lingual articles, you must execute
7825the following code, for instance, in your .emacs.
7826
7827 (add-hook 'gnus-startup-hook 'gnus-mule-initialize)
7828
7829Then, when you start Gnus, it will decode non-ASCII text automatically
7830and show appropriate characters. (Note: if you are using gnus-mime
7831from the SEMI package, formerly known as TM, you should NOT add this
7832hook to gnus-startup-hook; gnus-mime has its own method of handling
7833this issue.)
7834
7835Since it is impossible to distinguish all coding systems
7836automatically, you may need to specify a choice of coding system for a
7837particular news group. This can be done by:
7838
7839 (gnus-mule-add-group NEWSGROUP 'CODING-SYSTEM)
7840
7841Here NEWSGROUP should be a string which names a newsgroup or a tree
7842of newsgroups. If NEWSGROUP is "XXX.YYY", all news groups under
7843"XXX.YYY" (including "XXX.YYY.ZZZ") will use the specified coding
7844system. CODING-SYSTEM specifies which coding system to use (for both
7845for reading and posting).
7846
7847CODING-SYSTEM can also be a cons cell of the form
7848 (READ-CODING-SYSTEM . POST-CODING-SYSTEM)
7849Then READ-CODING-SYSTEM is used when you read messages from the
7850newsgroups, while POST-CODING-SYSTEM is used when you post messages
7851there.
7852
7853Emacs knows the right coding systems for certain newsgroups by
7854default. Here are some of these default settings:
7855
7856 (gnus-mule-add-group "fj" 'iso-2022-7)
7857 (gnus-mule-add-group "alt.chinese.text" 'hz-gb-2312)
7858 (gnus-mule-add-group "alt.hk" 'hz-gb-2312)
7859 (gnus-mule-add-group "alt.chinese.text.big5" 'cn-big5)
7860 (gnus-mule-add-group "soc.culture.vietnamese" '(nil . viqr))
7861
7862When you reply by mail to an article, these settings are ignored;
7863the mail is encoded according to sendmail-coding-system, as usual.
7864
7865** CC mode changes.
7866
7867*** If you edit primarily one style of C (or C++, Objective-C, Java)
7868code, you may want to make the CC Mode style variables have global
7869values so that you can set them directly in your .emacs file. To do
7870this, set c-style-variables-are-local-p to nil in your .emacs file.
7871Note that this only takes effect if you do it *before* cc-mode.el is
7872loaded.
7873
7874If you typically edit more than one style of C (or C++, Objective-C,
7875Java) code in a single Emacs session, you may want to make the CC Mode
7876style variables have buffer local values. By default, all buffers
7877share the same style variable settings; to make them buffer local, set
7878c-style-variables-are-local-p to t in your .emacs file. Note that you
7879must do this *before* CC Mode is loaded.
7880
7881*** The new variable c-indentation-style holds the C style name
7882of the current buffer.
7883
7884*** The variable c-block-comments-indent-p has been deleted, because
7885it is no longer necessary. C mode now handles all the supported styles
7886of block comments, with no need to say which one you will use.
7887
7888*** There is a new indentation style "python", which specifies the C
7889style that the Python developers like.
7890
7891*** There is a new c-cleanup-list option: brace-elseif-brace.
7892This says to put ...} else if (...) {... on one line,
7893just as brace-else-brace says to put ...} else {... on one line.
7894
7895** VC Changes [new]
7896
9614842d 7897*** In vc-retrieve-snapshot (C-x v r), if you don't specify a snapshot
3787e12e
GM
7898name, it retrieves the *latest* versions of all files in the current
7899directory and its subdirectories (aside from files already locked).
7900
7901This feature is useful if your RCS directory is a link to a common
7902master directory, and you want to pick up changes made by other
7903developers.
7904
7905You can do the same thing for an individual file by typing C-u C-x C-q
7906RET in a buffer visiting that file.
7907
7908*** VC can now handle files under CVS that are being "watched" by
7909other developers. Such files are made read-only by CVS. To get a
7910writable copy, type C-x C-q in a buffer visiting such a file. VC then
7911calls "cvs edit", which notifies the other developers of it.
7912
7913*** vc-version-diff (C-u C-x v =) now suggests reasonable defaults for
7914version numbers, based on the current state of the file.
7915
7916** Calendar changes.
7917
9614842d
JW
7918*** A new function, list-holidays, allows you list holidays or
7919subclasses of holidays for ranges of years. Related menu items allow
7920you do this for the year of the selected date, or the
7921following/previous years.
7922
7923*** There is now support for the Baha'i calendar system. Use `pb' in
7924the *Calendar* buffer to display the current Baha'i date. The Baha'i
7925calendar, or "Badi calendar" is a system of 19 months with 19 days
7926each, and 4 intercalary days (5 during a Gregorian leap year). The
7927calendar begins May 23, 1844, with each of the months named after a
7928supposed attribute of God.
3787e12e
GM
7929
7930** ps-print changes
7931
2261f14e
GM
7932There are some new user variables and subgroups for customizing the page
7933layout.
3787e12e 7934
2261f14e 7935*** Headers & Footers (subgroup)
3787e12e 7936
2261f14e
GM
7937Some printer systems print a header page and force the first page to
7938be printed on the back of the header page when using duplex. If your
7939printer system has this behavior, set variable
7940`ps-banner-page-when-duplexing' to t.
3787e12e 7941
2261f14e
GM
7942If variable `ps-banner-page-when-duplexing' is non-nil, it prints a
7943blank page as the very first printed page. So, it behaves as if the
a5d03456 7944very first character of buffer (or region) were a form feed ^L (\014).
3787e12e 7945
2261f14e
GM
7946The variable `ps-spool-config' specifies who is responsible for
7947setting duplex mode and page size. Valid values are:
3787e12e 7948
2261f14e
GM
7949 lpr-switches duplex and page size are configured by `ps-lpr-switches'.
7950 Don't forget to set `ps-lpr-switches' to select duplex
7951 printing for your printer.
3787e12e 7952
2261f14e
GM
7953 setpagedevice duplex and page size are configured by ps-print using the
7954 setpagedevice PostScript operator.
3787e12e 7955
2261f14e
GM
7956 nil duplex and page size are configured by ps-print *not* using
7957 the setpagedevice PostScript operator.
3787e12e 7958
2261f14e
GM
7959The variable `ps-spool-tumble' specifies how the page images on
7960opposite sides of a sheet are oriented with respect to each other. If
7961`ps-spool-tumble' is nil, ps-print produces output suitable for
7962bindings on the left or right. If `ps-spool-tumble' is non-nil,
7963ps-print produces output suitable for bindings at the top or bottom.
7964This variable takes effect only if `ps-spool-duplex' is non-nil.
7965The default value is nil.
3787e12e 7966
2261f14e
GM
7967The variable `ps-header-frame-alist' specifies a header frame
7968properties alist. Valid frame properties are:
3787e12e 7969
2261f14e
GM
7970 fore-color Specify the foreground frame color.
7971 Value should be a float number between 0.0 (black
7972 color) and 1.0 (white color), or a string which is a
7973 color name, or a list of 3 float numbers which
7974 correspond to the Red Green Blue color scale, each
7975 float number between 0.0 (dark color) and 1.0 (bright
7976 color). The default is 0 ("black").
3787e12e 7977
2261f14e
GM
7978 back-color Specify the background frame color (similar to fore-color).
7979 The default is 0.9 ("gray90").
7980
7981 shadow-color Specify the shadow color (similar to fore-color).
7982 The default is 0 ("black").
7983
7984 border-color Specify the border color (similar to fore-color).
7985 The default is 0 ("black").
7986
7987 border-width Specify the border width.
7988 The default is 0.4.
7989
7990Any other property is ignored.
7991
7992Don't change this alist directly; instead use Custom, or the
7993`ps-value', `ps-get', `ps-put' and `ps-del' functions (see there for
7994documentation).
7995
7996Ps-print can also print footers. The footer variables are:
7997`ps-print-footer', `ps-footer-offset', `ps-print-footer-frame',
7998`ps-footer-font-family', `ps-footer-font-size', `ps-footer-line-pad',
7999`ps-footer-lines', `ps-left-footer', `ps-right-footer' and
8000`ps-footer-frame-alist'. These variables are similar to those
8001controlling headers.
3787e12e 8002
2261f14e
GM
8003*** Color management (subgroup)
8004
8005If `ps-print-color-p' is non-nil, the buffer's text will be printed in
8006color.
8007
8008*** Face Management (subgroup)
3787e12e 8009
2261f14e
GM
8010If you need to print without worrying about face background colors,
8011set the variable `ps-use-face-background' which specifies if face
8012background should be used. Valid values are:
8013
8014 t always use face background color.
8015 nil never use face background color.
8016 (face...) list of faces whose background color will be used.
8017
8018*** N-up printing (subgroup)
8019
8020The variable `ps-n-up-printing' specifies the number of pages per
8021sheet of paper.
8022
8023The variable `ps-n-up-margin' specifies the margin in points (pt)
8024between the sheet border and the n-up printing.
8025
8026If variable `ps-n-up-border-p' is non-nil, a border is drawn around
8027each page.
8028
8029The variable `ps-n-up-filling' specifies how the page matrix is filled
8030on each sheet of paper. Following are the valid values for
8031`ps-n-up-filling' with a filling example using a 3x4 page matrix:
8032
8033 `left-top' 1 2 3 4 `left-bottom' 9 10 11 12
8034 5 6 7 8 5 6 7 8
8035 9 10 11 12 1 2 3 4
3787e12e 8036
2261f14e
GM
8037 `right-top' 4 3 2 1 `right-bottom' 12 11 10 9
8038 8 7 6 5 8 7 6 5
8039 12 11 10 9 4 3 2 1
8040
8041 `top-left' 1 4 7 10 `bottom-left' 3 6 9 12
8042 2 5 8 11 2 5 8 11
8043 3 6 9 12 1 4 7 10
8044
8045 `top-right' 10 7 4 1 `bottom-right' 12 9 6 3
8046 11 8 5 2 11 8 5 2
8047 12 9 6 3 10 7 4 1
3787e12e 8048
2261f14e
GM
8049Any other value is treated as `left-top'.
8050
8051*** Zebra stripes (subgroup)
3787e12e 8052
2261f14e
GM
8053The variable `ps-zebra-color' controls the zebra stripes grayscale or
8054RGB color.
8055
8056The variable `ps-zebra-stripe-follow' specifies how zebra stripes
8057continue on next page. Visually, valid values are (the character `+'
8058to the right of each column indicates that a line is printed):
8059
8060 `nil' `follow' `full' `full-follow'
8061 Current Page -------- ----------- --------- ----------------
8062 1 XXXXX + 1 XXXXXXXX + 1 XXXXXX + 1 XXXXXXXXXXXXX +
8063 2 XXXXX + 2 XXXXXXXX + 2 XXXXXX + 2 XXXXXXXXXXXXX +
8064 3 XXXXX + 3 XXXXXXXX + 3 XXXXXX + 3 XXXXXXXXXXXXX +
8065 4 + 4 + 4 + 4 +
8066 5 + 5 + 5 + 5 +
8067 6 + 6 + 6 + 6 +
8068 7 XXXXX + 7 XXXXXXXX + 7 XXXXXX + 7 XXXXXXXXXXXXX +
8069 8 XXXXX + 8 XXXXXXXX + 8 XXXXXX + 8 XXXXXXXXXXXXX +
8070 9 XXXXX + 9 XXXXXXXX + 9 XXXXXX + 9 XXXXXXXXXXXXX +
8071 10 + 10 +
8072 11 + 11 +
8073 -------- ----------- --------- ----------------
8074 Next Page -------- ----------- --------- ----------------
8075 12 XXXXX + 12 + 10 XXXXXX + 10 +
8076 13 XXXXX + 13 XXXXXXXX + 11 XXXXXX + 11 +
8077 14 XXXXX + 14 XXXXXXXX + 12 XXXXXX + 12 +
8078 15 + 15 XXXXXXXX + 13 + 13 XXXXXXXXXXXXX +
8079 16 + 16 + 14 + 14 XXXXXXXXXXXXX +
8080 17 + 17 + 15 + 15 XXXXXXXXXXXXX +
8081 18 XXXXX + 18 + 16 XXXXXX + 16 +
8082 19 XXXXX + 19 XXXXXXXX + 17 XXXXXX + 17 +
8083 20 XXXXX + 20 XXXXXXXX + 18 XXXXXX + 18 +
8084 21 + 21 XXXXXXXX +
8085 22 + 22 +
8086 -------- ----------- --------- ----------------
8087
8088Any other value is treated as `nil'.
8089
8090
8091*** Printer management (subgroup)
8092
8093The variable `ps-printer-name-option' determines the option used by
8094some utilities to indicate the printer name; it's used only when
8095`ps-printer-name' is a non-empty string. If you're using the lpr
8096utility to print, for example, `ps-printer-name-option' should be set
8097to "-P".
8098
8099The variable `ps-manual-feed' indicates if the printer requires manual
8100paper feeding. If it's nil, automatic feeding takes place. If it's
8101non-nil, manual feeding takes place.
8102
8103The variable `ps-end-with-control-d' specifies whether C-d (\x04)
8104should be inserted at end of the generated PostScript. Non-nil means
8105do so.
8106
8107*** Page settings (subgroup)
8108
8109If variable `ps-warn-paper-type' is nil, it's *not* treated as an
8110error if the PostScript printer doesn't have a paper with the size
8111indicated by `ps-paper-type'; the default paper size will be used
8112instead. If `ps-warn-paper-type' is non-nil, an error is signaled if
8113the PostScript printer doesn't support a paper with the size indicated
8114by `ps-paper-type'. This is used when `ps-spool-config' is set to
8115`setpagedevice'.
8116
8117The variable `ps-print-upside-down' determines the orientation for
8118printing pages: nil means `normal' printing, non-nil means
8119`upside-down' printing (that is, the page is rotated by 180 degrees).
8120
8121The variable `ps-selected-pages' specifies which pages to print. If
8122it's nil, all pages are printed. If it's a list, list elements may be
8123integers specifying a single page to print, or cons cells (FROM . TO)
8124specifying to print from page FROM to TO. Invalid list elements, that
8125is integers smaller than one, or elements whose FROM is greater than
8126its TO, are ignored.
8127
8128The variable `ps-even-or-odd-pages' specifies how to print even/odd
8129pages. Valid values are:
8130
8131 nil print all pages.
8132
8133 `even-page' print only even pages.
8134
8135 `odd-page' print only odd pages.
8136
8137 `even-sheet' print only even sheets.
8138 That is, if `ps-n-up-printing' is 1, it behaves like
8139 `even-page', but for values greater than 1, it'll
8140 print only the even sheet of paper.
8141
8142 `odd-sheet' print only odd sheets.
8143 That is, if `ps-n-up-printing' is 1, it behaves like
8144 `odd-page'; but for values greater than 1, it'll print
8145 only the odd sheet of paper.
8146
8147Any other value is treated as nil.
8148
8149If you set `ps-selected-pages' (see there for documentation), pages
8150are filtered by `ps-selected-pages', and then by
8151`ps-even-or-odd-pages'. For example, if we have:
8152
8153 (setq ps-selected-pages '(1 4 (6 . 10) (12 . 16) 20))
8154
8155and we combine this with `ps-even-or-odd-pages' and
8156`ps-n-up-printing', we get:
8157
8158`ps-n-up-printing' = 1:
8159 `ps-even-or-odd-pages' PAGES PRINTED
8160 nil 1, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 20
8161 even-page 4, 6, 8, 10, 12, 14, 16, 20
8162 odd-page 1, 7, 9, 13, 15
8163 even-sheet 4, 6, 8, 10, 12, 14, 16, 20
8164 odd-sheet 1, 7, 9, 13, 15
8165
8166`ps-n-up-printing' = 2:
8167 `ps-even-or-odd-pages' PAGES PRINTED
8168 nil 1/4, 6/7, 8/9, 10/12, 13/14, 15/16, 20
8169 even-page 4/6, 8/10, 12/14, 16/20
8170 odd-page 1/7, 9/13, 15
8171 even-sheet 6/7, 10/12, 15/16
8172 odd-sheet 1/4, 8/9, 13/14, 20
8173
8174*** Miscellany (subgroup)
8175
8176The variable `ps-error-handler-message' specifies where error handler
8177messages should be sent.
8178
8179It is also possible to add a user-defined PostScript prologue code in
8180front of all generated prologue code by setting the variable
8181`ps-user-defined-prologue'.
8182
8183The variable `ps-line-number-font' specifies the font for line numbers.
8184
8185The variable `ps-line-number-font-size' specifies the font size in
8186points for line numbers.
8187
8188The variable `ps-line-number-color' specifies the color for line
8189numbers. See `ps-zebra-color' for documentation.
8190
8191The variable `ps-line-number-step' specifies the interval in which
8192line numbers are printed. For example, if `ps-line-number-step' is set
8193to 2, the printing will look like:
8194
8195 1 one line
8196 one line
8197 3 one line
8198 one line
8199 5 one line
8200 one line
8201 ...
8202
8203Valid values are:
8204
8205integer an integer specifying the interval in which line numbers are
8206 printed. If it's smaller than or equal to zero, 1
8207 is used.
8208
8209`zebra' specifies that only the line number of the first line in a
8210 zebra stripe is to be printed.
8211
8212Any other value is treated as `zebra'.
8213
8214The variable `ps-line-number-start' specifies the starting point in
8215the interval given by `ps-line-number-step'. For example, if
8216`ps-line-number-step' is set to 3, and `ps-line-number-start' is set to
82173, the output will look like:
8218
8219 one line
8220 one line
8221 3 one line
8222 one line
8223 one line
8224 6 one line
8225 one line
8226 one line
8227 9 one line
8228 one line
8229 ...
8230
8231The variable `ps-postscript-code-directory' specifies the directory
8232where the PostScript prologue file used by ps-print is found.
8233
8234The variable `ps-line-spacing' determines the line spacing in points,
8235for ordinary text, when generating PostScript (similar to
8236`ps-font-size').
8237
8238The variable `ps-paragraph-spacing' determines the paragraph spacing,
8239in points, for ordinary text, when generating PostScript (similar to
8240`ps-font-size').
8241
8242The variable `ps-paragraph-regexp' specifies the paragraph delimiter.
8243
8244The variable `ps-begin-cut-regexp' and `ps-end-cut-regexp' specify the
8245start and end of a region to cut out when printing.
3787e12e
GM
8246
8247** hideshow changes.
8248
8249*** now supports hiding of blocks of single line comments (like // for
8250C++, ; for lisp).
8251
8252*** Support for java-mode added.
8253
8254*** When doing `hs-hide-all' it is now possible to also hide the comments
8255in the file if `hs-hide-comments-when-hiding-all' is set.
8256
f3780fe4 8257*** The new function `hs-hide-initial-comment' hides the comments at
3787e12e
GM
8258the beginning of the files. Finally those huge RCS logs don't stay in your
8259way! This is run by default when entering the `hs-minor-mode'.
8260
8261*** Now uses overlays instead of `selective-display', so is more
8262robust and a lot faster.
8263
8264*** A block beginning can span multiple lines.
8265
8266*** The new variable `hs-show-hidden-short-form' if t, directs hideshow
8267to show only the beginning of a block when it is hidden. See the
8268documentation for more details.
8269
8270** Changes in Enriched mode.
8271
8272*** When you visit a file in enriched-mode, Emacs will make sure it is
8273filled to the current fill-column. This behavior is now independent
8274of the size of the window. When you save the file, the fill-column in
8275use is stored as well, so that the whole buffer need not be refilled
8276the next time unless the fill-column is different.
8277
8278*** use-hard-newlines is now a minor mode. When it is enabled, Emacs
8279distinguishes between hard and soft newlines, and treats hard newlines
8280as paragraph boundaries. Otherwise all newlines inserted are marked
8281as soft, and paragraph boundaries are determined solely from the text.
8282
8283** Font Lock mode
8284
8285*** Custom support
8286
8287The variables font-lock-face-attributes, font-lock-display-type and
8288font-lock-background-mode are now obsolete; the recommended way to specify the
8289faces to use for Font Lock mode is with M-x customize-group on the new custom
8290group font-lock-highlighting-faces. If you set font-lock-face-attributes in
8291your ~/.emacs file, Font Lock mode will respect its value. However, you should
8292consider converting from setting that variable to using M-x customize.
8293
8294You can still use X resources to specify Font Lock face appearances.
8295
8296*** Maximum decoration
8297
8298Fontification now uses the maximum level of decoration supported by
8299default. Previously, fontification used a mode-specific default level
8300of decoration, which is typically the minimum level of decoration
8301supported. You can set font-lock-maximum-decoration to nil
8302to get the old behavior.
8303
8304*** New support
8305
8306Support is now provided for Java, Objective-C, AWK and SIMULA modes.
8307
8308Note that Font Lock mode can be turned on without knowing exactly what modes
8309support Font Lock mode, via the command global-font-lock-mode.
8310
8311*** Configurable support
8312
8313Support for C, C++, Objective-C and Java can be more easily configured for
8314additional types and classes via the new variables c-font-lock-extra-types,
8315c++-font-lock-extra-types, objc-font-lock-extra-types and, you guessed it,
8316java-font-lock-extra-types. These value of each of these variables should be a
8317list of regexps matching the extra type names. For example, the default value
8318of c-font-lock-extra-types is ("\\sw+_t") which means fontification follows the
8319convention that C type names end in _t. This results in slower fontification.
8320
8321Of course, you can change the variables that specify fontification in whatever
8322way you wish, typically by adding regexps. However, these new variables make
8323it easier to make specific and common changes for the fontification of types.
8324
8325*** Adding highlighting patterns to existing support
8326
8327You can use the new function font-lock-add-keywords to add your own
8328highlighting patterns, such as for project-local or user-specific constructs,
8329for any mode.
8330
8331For example, to highlight `FIXME:' words in C comments, put:
8332
8333 (font-lock-add-keywords 'c-mode '(("\\<FIXME:" 0 font-lock-warning-face t)))
8334
8335in your ~/.emacs.
8336
8337*** New faces
8338
8339Font Lock now defines two new faces, font-lock-builtin-face and
8340font-lock-warning-face. These are intended to highlight builtin keywords,
8341distinct from a language's normal keywords, and objects that should be brought
8342to user attention, respectively. Various modes now use these new faces.
8343
8344*** Changes to fast-lock support mode
8345
8346The fast-lock package, one of the two Font Lock support modes, can now process
8347cache files silently. You can use the new variable fast-lock-verbose, in the
8348same way as font-lock-verbose, to control this feature.
8349
8350*** Changes to lazy-lock support mode
8351
8352The lazy-lock package, one of the two Font Lock support modes, can now fontify
8353according to the true syntactic context relative to other lines. You can use
8354the new variable lazy-lock-defer-contextually to control this feature. If
8355non-nil, changes to the buffer will cause subsequent lines in the buffer to be
8356refontified after lazy-lock-defer-time seconds of idle time. If nil, then only
8357the modified lines will be refontified; this is the same as the previous Lazy
8358Lock mode behaviour and the behaviour of Font Lock mode.
8359
8360This feature is useful in modes where strings or comments can span lines.
8361For example, if a string or comment terminating character is deleted, then if
8362this feature is enabled subsequent lines in the buffer will be correctly
8363refontified to reflect their new syntactic context. Previously, only the line
8364containing the deleted character would be refontified and you would have to use
8365the command M-g M-g (font-lock-fontify-block) to refontify some lines.
8366
8367As a consequence of this new feature, two other variables have changed:
8368
8369Variable `lazy-lock-defer-driven' is renamed `lazy-lock-defer-on-scrolling'.
8370Variable `lazy-lock-defer-time' can now only be a time, i.e., a number.
8371Buffer modes for which on-the-fly deferral applies can be specified via the
8372new variable `lazy-lock-defer-on-the-fly'.
8373
8374If you set these variables in your ~/.emacs, then you may have to change those
8375settings.
8376
8377** Ada mode changes.
8378
8379*** There is now better support for using find-file.el with Ada mode.
8380If you switch between spec and body, the cursor stays in the same
8381procedure (modulo overloading). If a spec has no body file yet, but
8382you try to switch to its body file, Ada mode now generates procedure
8383stubs.
8384
8385*** There are two new commands:
8386 - `ada-make-local' : invokes gnatmake on the current buffer
8387 - `ada-check-syntax' : check syntax of current buffer.
8388
8389The user options `ada-compiler-make', `ada-make-options',
8390`ada-language-version', `ada-compiler-syntax-check', and
8391`ada-compile-options' are used within these commands.
8392
8393*** Ada mode can now work with Outline minor mode. The outline level
8394is calculated from the indenting, not from syntactic constructs.
8395Outlining does not work if your code is not correctly indented.
8396
8397*** The new function `ada-gnat-style' converts the buffer to the style of
8398formatting used in GNAT. It places two blanks after a comment start,
8399places one blank between a word end and an opening '(', and puts one
8400space between a comma and the beginning of a word.
8401
8402** Scheme mode changes.
8403
8404*** Scheme mode indentation now uses many of the facilities of Lisp
8405mode; therefore, the variables to customize it are the variables used
8406for Lisp mode which have names starting with `lisp-'. The variables
8407with names starting with `scheme-' which used to do this no longer
8408have any effect.
8409
8410If you want to use different indentation for Scheme and Lisp, this is
8411still possible, but now you must do it by adding a hook to
8412scheme-mode-hook, which could work by setting the `lisp-' indentation
8413variables as buffer-local variables.
8414
8415*** DSSSL mode is a variant of Scheme mode, for editing DSSSL scripts.
8416Use M-x dsssl-mode.
8417
8418** Changes to the emacsclient program
8419
8420*** If a socket can't be found, and environment variables LOGNAME or
8421USER are set, emacsclient now looks for a socket based on the UID
8422associated with the name. That is an emacsclient running as root
8423can connect to an Emacs server started by a non-root user.
8424
8425*** The emacsclient program now accepts an option --no-wait which tells
8426it to return immediately without waiting for you to "finish" the
8427buffer in Emacs.
8428
8429*** The new option --alternate-editor allows to specify an editor to
8430use if Emacs is not running. The environment variable
8431ALTERNATE_EDITOR can be used for the same effect; the command line
8432option takes precedence.
8433
8434** M-x eldoc-mode enables a minor mode in which the echo area
8435constantly shows the parameter list for function being called at point
8436(in Emacs Lisp and Lisp Interaction modes only).
8437
8438** C-x n d now runs the new command narrow-to-defun,
8439which narrows the accessible parts of the buffer to just
8440the current defun.
8441
8442** Emacs now handles the `--' argument in the standard way; all
8443following arguments are treated as ordinary file names.
8444
8445** On MSDOS and Windows, the bookmark file is now called _emacs.bmk,
8446and the saved desktop file is now called _emacs.desktop (truncated if
8447necessary).
8448
8449** When you kill a buffer that visits a file,
8450if there are any registers that save positions in the file,
8451these register values no longer become completely useless.
8452If you try to go to such a register with C-x j, then you are
8453asked whether to visit the file again. If you say yes,
8454it visits the file and then goes to the same position.
8455
8456** When you visit a file that changes frequently outside Emacs--for
8457example, a log of output from a process that continues to run--it may
8458be useful for Emacs to revert the file without querying you whenever
8459you visit the file afresh with C-x C-f.
8460
8461You can request this behavior for certain files by setting the
8462variable revert-without-query to a list of regular expressions. If a
8463file's name matches any of these regular expressions, find-file and
8464revert-buffer revert the buffer without asking for permission--but
8465only if you have not edited the buffer text yourself.
8466
8467** set-default-font has been renamed to set-frame-font
8468since it applies only to the current frame.
8469
8470** In TeX mode, you can use the variable tex-main-file to specify the
8471file for tex-file to run TeX on. (By default, tex-main-file is nil,
8472and tex-file runs TeX on the current visited file.)
8473
8474This is useful when you are editing a document that consists of
8475multiple files. In each of the included files, you can set up a local
8476variable list which specifies the top-level file of your document for
8477tex-main-file. Then tex-file will run TeX on the whole document
8478instead of just the file you are editing.
8479
8480** RefTeX mode
8481
8482RefTeX mode is a new minor mode with special support for \label, \ref
8483and \cite macros in LaTeX documents. RefTeX distinguishes labels of
8484different environments (equation, figure, ...) and has full support for
8485multifile documents. To use it, select a buffer with a LaTeX document and
8486turn the mode on with M-x reftex-mode. Here are the main user commands:
8487
8488C-c ( reftex-label
8489 Creates a label semi-automatically. RefTeX is context sensitive and
8490 knows which kind of label is needed.
8491
8492C-c ) reftex-reference
8493 Offers in a menu all labels in the document, along with context of the
8494 label definition. The selected label is referenced as \ref{LABEL}.
8495
8496C-c [ reftex-citation
8497 Prompts for a regular expression and displays a list of matching BibTeX
8498 database entries. The selected entry is cited with a \cite{KEY} macro.
8499
8500C-c & reftex-view-crossref
8501 Views the cross reference of a \ref or \cite command near point.
8502
8503C-c = reftex-toc
8504 Shows a table of contents of the (multifile) document. From there you
8505 can quickly jump to every section.
8506
8507Under X, RefTeX installs a "Ref" menu in the menu bar, with additional
8508commands. Press `?' to get help when a prompt mentions this feature.
8509Full documentation and customization examples are in the file
8510reftex.el. You can use the finder to view the file documentation:
8511C-h p --> tex --> reftex.el
8512
8513** Changes in BibTeX mode.
8514
8515*** Info documentation is now available.
8516
8517*** Don't allow parentheses in string constants anymore. This confused
8518both the BibTeX program and Emacs BibTeX mode.
8519
8520*** Renamed variable bibtex-mode-user-optional-fields to
8521bibtex-user-optional-fields.
8522
8523*** Removed variable bibtex-include-OPTannote
8524(use bibtex-user-optional-fields instead).
8525
8526*** New interactive functions to copy and kill fields and complete
8527entries to the BibTeX kill ring, from where they can be yanked back by
8528appropriate functions.
8529
8530*** New interactive functions for repositioning and marking of
3a426197 8531entries. They are bound by default to C-M-l and C-M-h.
3787e12e
GM
8532
8533*** New hook bibtex-clean-entry-hook. It is called after entry has
8534been cleaned.
8535
8536*** New variable bibtex-field-delimiters, which replaces variables
8537bibtex-field-{left|right}-delimiter.
8538
8539*** New variable bibtex-entry-delimiters to determine how entries
8540shall be delimited.
8541
8542*** Allow preinitialization of fields. See documentation of
8543bibtex-user-optional-fields, bibtex-entry-field-alist, and
8544bibtex-include-OPTkey for details.
8545
8546*** Book and InBook entries require either an author or an editor
8547field. This is now supported by bibtex.el. Alternative fields are
8548prefixed with `ALT'.
8549
8550*** New variable bibtex-entry-format, which replaces variable
8551bibtex-clean-entry-zap-empty-opts and allows specification of many
8552formatting options performed on cleaning an entry (see variable
8553documentation).
8554
8555*** Even more control on how automatic keys are generated. See
8556documentation of bibtex-generate-autokey for details. Transcriptions
8557for foreign languages other than German are now handled, too.
8558
8559*** New boolean user option bibtex-comma-after-last-field to decide if
8560comma should be inserted at end of last field.
8561
8562*** New boolean user option bibtex-align-at-equal-sign to determine if
8563alignment should be made at left side of field contents or at equal
8564signs. New user options to control entry layout (e.g. indentation).
8565
8566*** New function bibtex-fill-entry to realign entries.
8567
8568*** New function bibtex-reformat to reformat region or buffer.
8569
8570*** New function bibtex-convert-alien to convert a BibTeX database
8571from alien sources.
8572
8573*** New function bibtex-complete-key (similar to bibtex-complete-string)
8574to complete prefix to a key defined in buffer. Mainly useful in
8575crossref entries.
8576
8577*** New function bibtex-count-entries to count entries in buffer or
8578region.
8579
8580*** Added support for imenu.
8581
8582*** The function `bibtex-validate' now checks current region instead
8583of buffer if mark is active. Now it shows all errors of buffer in a
8584`compilation mode' buffer. You can use the normal commands (e.g.
8585`next-error') for compilation modes to jump to errors.
8586
8587*** New variable `bibtex-string-file-path' to determine where the files
8588from `bibtex-string-files' are searched.
8589
8590** Iso Accents mode now supports Latin-3 as an alternative.
8591
8592** The command next-error now opens blocks hidden by hideshow.
8593
8594** The function using-unix-filesystems has been replaced by the
8595functions add-untranslated-filesystem and remove-untranslated-filesystem.
8596Each of these functions takes the name of a drive letter or directory
8597as an argument.
8598
8599When a filesystem is added as untranslated, all files on it are read
8600and written in binary mode (no cr/lf translation is performed).
8601
8602** browse-url changes
8603
8604*** New methods for: Grail (browse-url-generic), MMM (browse-url-mmm),
8605Lynx in a separate xterm (browse-url-lynx-xterm) or in an Emacs window
8606(browse-url-lynx-emacs), remote W3 (browse-url-w3-gnudoit), generic
8607non-remote-controlled browsers (browse-url-generic) and associated
8608customization variables.
8609
8610*** New commands `browse-url-of-region' and `browse-url'.
8611
8612*** URLs marked up with <URL:...> (RFC1738) work if broken across
8613lines. Browsing methods can be associated with URL regexps
8614(e.g. mailto: URLs) via `browse-url-browser-function'.
8615
8616** Changes in Ediff
8617
8618*** Clicking Mouse-2 on a brief command description in Ediff control panel
8619pops up the Info file for this command.
8620
8621*** There is now a variable, ediff-autostore-merges, which controls whether
8622the result of a merge is saved in a file. By default, this is done only when
8623merge is done from a session group (eg, when merging files in two different
8624directories).
8625
8626*** Since Emacs 19.31 (this hasn't been announced before), Ediff can compare
8627and merge groups of files residing in different directories, or revisions of
8628files in the same directory.
8629
8630*** Since Emacs 19.31, Ediff can apply multi-file patches interactively.
8631The patches must be in the context format or GNU unified format. (The bug
8632related to the GNU format has now been fixed.)
8633
8634** Changes in Viper
8635
8636*** The startup file is now .viper instead of .vip
8637*** All variable/function names have been changed to start with viper-
8638 instead of vip-.
8639*** C-\ now simulates the meta-key in all Viper states.
8640*** C-z in Insert state now escapes to Vi for the duration of the next
8641Viper command. In Vi and Insert states, C-z behaves as before.
8642*** C-c \ escapes to Vi for one command if Viper is in Insert or Emacs states.
8643*** _ is no longer the meta-key in Vi state.
8644*** The variable viper-insert-state-cursor-color can be used to change cursor
8645color when Viper is in insert state.
8646*** If search lands the cursor near the top or the bottom of the window,
8647Viper pulls the window up or down to expose more context. The variable
8648viper-adjust-window-after-search controls this behavior.
8649
8650** Etags changes.
8651
8652*** In C, C++, Objective C and Java, Etags tags global variables by
8653default. The resulting tags files are inflated by 30% on average.
8654Use --no-globals to turn this feature off. Etags can also tag
8655variables which are members of structure-like constructs, but it does
8656not by default. Use --members to turn this feature on.
8657
8658*** C++ member functions are now recognized as tags.
8659
8660*** Java is tagged like C++. In addition, "extends" and "implements"
8661constructs are tagged. Files are recognised by the extension .java.
8662
8663*** Etags can now handle programs written in Postscript. Files are
8664recognised by the extensions .ps and .pdb (Postscript with C syntax).
8665In Postscript, tags are lines that start with a slash.
8666
8667*** Etags now handles Objective C and Objective C++ code. The usual C and
8668C++ tags are recognized in these languages; in addition, etags
8669recognizes special Objective C syntax for classes, class categories,
8670methods and protocols.
8671
8672*** Etags also handles Cobol. Files are recognised by the extension
8673.cobol. The tagged lines are those containing a word that begins in
8674column 8 and ends in a full stop, i.e. anything that could be a
8675paragraph name.
8676
8677*** Regexps in Etags now support intervals, as in ed or grep. The syntax of
8678an interval is \{M,N\}, and it means to match the preceding expression
8679at least M times and as many as N times.
8680
8681** The format for specifying a custom format for time-stamp to insert
8682in files has changed slightly.
8683
8684With the new enhancements to the functionality of format-time-string,
8685time-stamp-format will change to be eventually compatible with it.
8686This conversion is being done in two steps to maintain compatibility
8687with old time-stamp-format values.
8688
8689In the new scheme, alternate case is signified by the number-sign
8690(`#') modifier, rather than changing the case of the format character.
8691This feature is as yet incompletely implemented for compatibility
8692reasons.
8693
8694In the old time-stamp-format, all numeric fields defaulted to their
8695natural width. (With format-time-string, each format has a
8696fixed-width default.) In this version, you can specify the colon
8697(`:') modifier to a numeric conversion to mean "give me the historical
8698time-stamp-format width default." Do not use colon if you are
8699specifying an explicit width, as in "%02d".
8700
8701Numbers are no longer truncated to the requested width, except in the
8702case of "%02y", which continues to give a two-digit year. Digit
8703truncation probably wasn't being used for anything else anyway.
8704
8705The new formats will work with old versions of Emacs. New formats are
8706being recommended now to allow time-stamp-format to change in the
8707future to be compatible with format-time-string. The new forms being
8708recommended now will continue to work then.
8709
8710See the documentation string for the variable time-stamp-format for
8711details.
8712
8713** There are some additional major modes:
8714
8715dcl-mode, for editing VMS DCL files.
8716m4-mode, for editing files of m4 input.
8717meta-mode, for editing MetaFont and MetaPost source files.
8718
8719** In Shell mode, the command shell-copy-environment-variable lets you
8720copy the value of a specified environment variable from the subshell
8721into Emacs.
8722
8723** New Lisp packages include:
8724
8725*** battery.el displays battery status for laptops.
8726
8727*** M-x bruce (named after Lenny Bruce) is a program that might
8728be used for adding some indecent words to your email.
8729
8730*** M-x crisp-mode enables an emulation for the CRiSP editor.
8731
8732*** M-x dirtrack arranges for better tracking of directory changes
8733in shell buffers.
8734
8735*** The new library elint.el provides for linting of Emacs Lisp code.
8736See the documentation for `elint-initialize', `elint-current-buffer'
8737and `elint-defun'.
8738
8739*** M-x expand-add-abbrevs defines a special kind of abbrev which is
8740meant for programming constructs. These abbrevs expand like ordinary
8741ones, when you type SPC, but only at the end of a line and not within
8742strings or comments.
8743
8744These abbrevs can act as templates: you can define places within an
8745abbrev for insertion of additional text. Once you expand the abbrev,
8746you can then use C-x a p and C-x a n to move back and forth to these
8747insertion points. Thus you can conveniently insert additional text
8748at these points.
8749
8750*** filecache.el remembers the location of files so that you
8751can visit them by short forms of their names.
8752
8753*** find-func.el lets you find the definition of the user-loaded
8754Emacs Lisp function at point.
8755
8756*** M-x handwrite converts text to a "handwritten" picture.
8757
8758*** M-x iswitchb-buffer is a command for switching to a buffer, much like
8759switch-buffer, but it reads the argument in a more helpful way.
8760
8761*** M-x landmark implements a neural network for landmark learning.
8762
8763*** M-x locate provides a convenient interface to the `locate' program.
8764
8765*** M4 mode is a new mode for editing files of m4 input.
8766
8767*** mantemp.el creates C++ manual template instantiations
8768from the GCC error messages which indicate which instantiations are needed.
8769
8770*** mouse-copy.el provides a one-click copy and move feature.
8771You can drag a region with M-mouse-1, and it is automatically
8772inserted at point. M-Shift-mouse-1 deletes the text from its
8773original place after inserting the copy.
8774
8775*** mouse-drag.el lets you do scrolling by dragging Mouse-2
8776on the buffer.
8777
8778You click the mouse and move; that distance either translates into the
8779velocity to scroll (with mouse-drag-throw) or the distance to scroll
8780(with mouse-drag-drag). Horizontal scrolling is enabled when needed.
8781
8782Enable mouse-drag with:
8783 (global-set-key [down-mouse-2] 'mouse-drag-throw)
8784-or-
8785 (global-set-key [down-mouse-2] 'mouse-drag-drag)
8786
8787*** mspools.el is useful for determining which mail folders have
8788mail waiting to be read in them. It works with procmail.
8789
8790*** Octave mode is a major mode for editing files of input for Octave.
8791It comes with a facility for communicating with an Octave subprocess.
8792
8793*** ogonek
8794
8795The ogonek package provides functions for changing the coding of
8796Polish diacritic characters in buffers. Codings known from various
8797platforms are supported such as ISO8859-2, Mazovia, IBM Latin2, and
8798TeX. For example, you can change the coding from Mazovia to
8799ISO8859-2. Another example is a change of coding from ISO8859-2 to
8800prefix notation (in which `/a' stands for the aogonek character, for
8801instance) and vice versa.
8802
8803To use this package load it using
8804 M-x load-library [enter] ogonek
8805Then, you may get an explanation by calling one of
8806 M-x ogonek-jak -- in Polish
8807 M-x ogonek-how -- in English
8808The info specifies the commands and variables provided as well as the
8809ways of customization in `.emacs'.
8810
8811*** Interface to ph.
8812
8813Emacs provides a client interface to CCSO Nameservers (ph/qi)
8814
8815The CCSO nameserver is used in many universities to provide directory
8816services about people. ph.el provides a convenient Emacs interface to
8817these servers.
8818
8819*** uce.el is useful for replying to unsolicited commercial email.
8820
8821*** vcursor.el implements a "virtual cursor" feature.
8822You can move the virtual cursor with special commands
8823while the real cursor does not move.
8824
8825*** webjump.el is a "hot list" package which you can set up
8826for visiting your favorite web sites.
8827
8828*** M-x winner-mode is a minor mode which saves window configurations,
8829so you can move back to other configurations that you have recently used.
8830
8831** movemail change
8832
8833Movemail no longer needs to be installed setuid root in order for POP
8834mail retrieval to function properly. This is because it no longer
8835supports the RPOP (reserved-port POP) protocol; instead, it uses the
8836user's POP password to authenticate to the mail server.
8837
8838This change was made earlier, but not reported in NEWS before.
05197f40 8839\f
3787e12e
GM
8840* Emacs 20.1 changes for MS-DOS and MS-Windows.
8841
8842** Changes in handling MS-DOS/MS-Windows text files.
8843
8844Emacs handles three different conventions for representing
8845end-of-line: CRLF for MSDOS, LF for Unix and GNU, and CR (used on the
8846Macintosh). Emacs determines which convention is used in a specific
8847file based on the contents of that file (except for certain special
8848file names), and when it saves the file, it uses the same convention.
8849
8850To save the file and change the end-of-line convention, you can use
8851C-x RET f (set-buffer-file-coding-system) to specify a different
8852coding system for the buffer. Then, when you save the file, the newly
8853specified coding system will take effect. For example, to save with
8854LF, specify undecided-unix (or some other ...-unix coding system); to
8855save with CRLF, specify undecided-dos.
05197f40 8856\f
3787e12e
GM
8857* Lisp Changes in Emacs 20.1
8858
8859** Byte-compiled files made with Emacs 20 will, in general, work in
8860Emacs 19 as well, as long as the source code runs in Emacs 19. And
8861vice versa: byte-compiled files made with Emacs 19 should also run in
8862Emacs 20, as long as the program itself works in Emacs 20.
8863
8864** Windows-specific functions and variables have been renamed
8865to start with w32- instead of win32-.
8866
8867In hacker language, calling something a "win" is a form of praise. We
8868don't want to praise a non-free Microsoft system, so we don't call it
8869"win".
8870
8871** Basic Lisp changes
8872
8873*** A symbol whose name starts with a colon now automatically
8874evaluates to itself. Therefore such a symbol can be used as a constant.
8875
8876*** The defined purpose of `defconst' has been changed. It should now
8877be used only for values that should not be changed whether by a program
8878or by the user.
8879
8880The actual behavior of defconst has not been changed.
8881
8882*** There are new macros `when' and `unless'
8883
8884(when CONDITION BODY...) is short for (if CONDITION (progn BODY...))
8885(unless CONDITION BODY...) is short for (if CONDITION nil BODY...)
8886
8887*** Emacs now defines functions caar, cadr, cdar and cddr with their
8888usual Lisp meanings. For example, caar returns the car of the car of
8889its argument.
8890
8891*** equal, when comparing strings, now ignores their text properties.
8892
8893*** The new function `functionp' tests whether an object is a function.
8894
8895*** arrayp now returns t for char-tables and bool-vectors.
8896
8897*** Certain primitives which use characters (as integers) now get an
8898error if the integer is not a valid character code. These primitives
8899include insert-char, char-to-string, and the %c construct in the
8900`format' function.
8901
8902*** The `require' function now insists on adding a suffix, either .el
8903or .elc, to the file name. Thus, (require 'foo) will not use a file
8904whose name is just foo. It insists on foo.el or foo.elc.
8905
8906*** The `autoload' function, when the file name does not contain
8907either a directory name or the suffix .el or .elc, insists on
8908adding one of these suffixes.
8909
8910*** string-to-number now takes an optional second argument BASE
8911which specifies the base to use when converting an integer.
8912If BASE is omitted, base 10 is used.
8913
8914We have not implemented other radices for floating point numbers,
8915because that would be much more work and does not seem useful.
8916
8917*** substring now handles vectors as well as strings.
8918
8919*** The Common Lisp function eql is no longer defined normally.
8920You must load the `cl' library to define it.
8921
8922*** The new macro `with-current-buffer' lets you evaluate an expression
8923conveniently with a different current buffer. It looks like this:
8924
8925 (with-current-buffer BUFFER BODY-FORMS...)
8926
8927BUFFER is the expression that says which buffer to use.
8928BODY-FORMS say what to do in that buffer.
8929
8930*** The new primitive `save-current-buffer' saves and restores the
8931choice of current buffer, like `save-excursion', but without saving or
8932restoring the value of point or the mark. `with-current-buffer'
8933works using `save-current-buffer'.
8934
8935*** The new macro `with-temp-file' lets you do some work in a new buffer and
8936write the output to a specified file. Like `progn', it returns the value
8937of the last form.
8938
8939*** The new macro `with-temp-buffer' lets you do some work in a new buffer,
8940which is discarded after use. Like `progn', it returns the value of the
8941last form. If you wish to return the buffer contents, use (buffer-string)
8942as the last form.
8943
8944*** The new function split-string takes a string, splits it at certain
8945characters, and returns a list of the substrings in between the
8946matches.
8947
8948For example, (split-string "foo bar lose" " +") returns ("foo" "bar" "lose").
8949
8950*** The new macro with-output-to-string executes some Lisp expressions
8951with standard-output set up so that all output feeds into a string.
8952Then it returns that string.
8953
8954For example, if the current buffer name is `foo',
8955
8956(with-output-to-string
8957 (princ "The buffer is ")
8958 (princ (buffer-name)))
8959
8960returns "The buffer is foo".
8961
8962** Non-ASCII characters are now supported, if enable-multibyte-characters
8963is non-nil.
8964
8965These characters have character codes above 256. When inserted in the
8966buffer or stored in a string, they are represented as multibyte
8967characters that occupy several buffer positions each.
8968
8969*** When enable-multibyte-characters is non-nil, a single character in
8970a buffer or string can be two or more bytes (as many as four).
8971
8972Buffers and strings are still made up of unibyte elements;
8973character positions and string indices are always measured in bytes.
8974Therefore, moving forward one character can increase the buffer
8975position by 2, 3 or 4. The function forward-char moves by whole
8976characters, and therefore is no longer equivalent to
8977 (lambda (n) (goto-char (+ (point) n))).
8978
8979ASCII characters (codes 0 through 127) are still single bytes, always.
8980Sequences of byte values 128 through 255 are used to represent
8981non-ASCII characters. These sequences are called "multibyte
8982characters".
8983
8984The first byte of a multibyte character is always in the range 128
8985through 159 (octal 0200 through 0237). These values are called
8986"leading codes". The second and subsequent bytes are always in the
8987range 160 through 255 (octal 0240 through 0377). The first byte, the
8988leading code, determines how many bytes long the sequence is.
8989
8990*** The function forward-char moves over characters, and therefore
8991(forward-char 1) may increase point by more than 1 if it moves over a
8992multibyte character. Likewise, delete-char always deletes a
8993character, which may be more than one buffer position.
8994
8995This means that some Lisp programs, which assume that a character is
8996always one buffer position, need to be changed.
8997
8998However, all ASCII characters are always one buffer position.
8999
9000*** The regexp [\200-\377] no longer matches all non-ASCII characters,
9001because when enable-multibyte-characters is non-nil, these characters
9002have codes that are not in the range octal 200 to octal 377. However,
9003the regexp [^\000-\177] does match all non-ASCII characters,
9004guaranteed.
9005
9006*** The function char-boundary-p returns non-nil if position POS is
9007between two characters in the buffer (not in the middle of a
9008character).
9009
9010When the value is non-nil, it says what kind of character follows POS:
9011
9012 0 if POS is at an ASCII character or at the end of range,
9013 1 if POS is before a 2-byte length multi-byte form,
9014 2 if POS is at a head of 3-byte length multi-byte form,
9015 3 if POS is at a head of 4-byte length multi-byte form,
9016 4 if POS is at a head of multi-byte form of a composite character.
9017
9018*** The function char-bytes returns how many bytes the character CHAR uses.
9019
9020*** Strings can contain multibyte characters. The function
9021`length' returns the string length counting bytes, which may be
9022more than the number of characters.
9023
9024You can include a multibyte character in a string constant by writing
9025it literally. You can also represent it with a hex escape,
9026\xNNNNNNN..., using as many digits as necessary. Any character which
9027is not a valid hex digit terminates this construct. If you want to
9028follow it with a character that is a hex digit, write backslash and
9029newline in between; that will terminate the hex escape.
9030
9031*** The function concat-chars takes arguments which are characters
9032and returns a string containing those characters.
9033
9034*** The function sref access a multibyte character in a string.
9035(sref STRING INDX) returns the character in STRING at INDEX. INDEX
9036counts from zero. If INDEX is at a position in the middle of a
9037character, sref signals an error.
9038
9039*** The function chars-in-string returns the number of characters
9040in a string. This is less than the length of the string, if the
9041string contains multibyte characters (the length counts bytes).
9042
9043*** The function chars-in-region returns the number of characters
9044in a region from BEG to END. This is less than (- END BEG) if the
9045region contains multibyte characters (the length counts bytes).
9046
9047*** The function string-to-list converts a string to a list of
9048the characters in it. string-to-vector converts a string
9049to a vector of the characters in it.
9050
9051*** The function store-substring alters part of the contents
9052of a string. You call it as follows:
9053
9054 (store-substring STRING IDX OBJ)
9055
9056This says to alter STRING, by storing OBJ starting at index IDX in
9057STRING. OBJ may be either a character or a (smaller) string.
9058This function really does alter the contents of STRING.
9059Since it is impossible to change the length of an existing string,
9060it is an error if OBJ doesn't fit within STRING's actual length.
9061
9062*** char-width returns the width (in columns) of the character CHAR,
9063if it were displayed in the current buffer and the selected window.
9064
9065*** string-width returns the width (in columns) of the text in STRING,
9066if it were displayed in the current buffer and the selected window.
9067
9068*** truncate-string-to-width shortens a string, if necessary,
9069to fit within a certain number of columns. (Of course, it does
9070not alter the string that you give it; it returns a new string
9071which contains all or just part of the existing string.)
9072
9073(truncate-string-to-width STR END-COLUMN &optional START-COLUMN PADDING)
9074
9075This returns the part of STR up to column END-COLUMN.
9076
9077The optional argument START-COLUMN specifies the starting column.
9078If this is non-nil, then the first START-COLUMN columns of the string
9079are not included in the resulting value.
9080
9081The optional argument PADDING, if non-nil, is a padding character to be added
9082at the beginning and end the resulting string, to extend it to exactly
9083WIDTH columns. If PADDING is nil, that means do not pad; then, if STRING
9084is narrower than WIDTH, the value is equal to STRING.
9085
9086If PADDING and START-COLUMN are both non-nil, and if there is no clean
9087place in STRING that corresponds to START-COLUMN (because one
9088character extends across that column), then the padding character
9089PADDING is added one or more times at the beginning of the result
9090string, so that its columns line up as if it really did start at
9091column START-COLUMN.
9092
9093*** When the functions in the list after-change-functions are called,
9094the third argument is the number of bytes in the pre-change text, not
9095necessarily the number of characters. It is, in effect, the
9096difference in buffer position between the beginning and the end of the
9097changed text, before the change.
9098
9099*** The characters Emacs uses are classified in various character
9100sets, each of which has a name which is a symbol. In general there is
9101one character set for each script, not for each language.
9102
9103**** The function charsetp tests whether an object is a character set name.
9104
9105**** The variable charset-list holds a list of character set names.
9106
9107**** char-charset, given a character code, returns the name of the character
9108set that the character belongs to. (The value is a symbol.)
9109
9110**** split-char, given a character code, returns a list containing the
9111name of the character set, followed by one or two byte-values
9112which identify the character within that character set.
9113
9114**** make-char, given a character set name and one or two subsequent
9115byte-values, constructs a character code. This is roughly the
9116opposite of split-char.
9117
9118**** find-charset-region returns a list of the character sets
9119of all the characters between BEG and END.
9120
9121**** find-charset-string returns a list of the character sets
9122of all the characters in a string.
9123
9124*** Here are the Lisp facilities for working with coding systems
9125and specifying coding systems.
9126
9127**** The function coding-system-list returns a list of all coding
9128system names (symbols). With optional argument t, it returns a list
9129of all distinct base coding systems, not including variants.
9130(Variant coding systems are those like latin-1-dos, latin-1-unix
9131and latin-1-mac which specify the end-of-line conversion as well
9132as what to do about code conversion.)
9133
9134**** coding-system-p tests a symbol to see if it is a coding system
9135name. It returns t if so, nil if not.
9136
9137**** file-coding-system-alist specifies which coding systems to use
9138for certain file names. It works like network-coding-system-alist,
9139except that the PATTERN is matched against the file name.
9140
9141Each element has the format (PATTERN . VAL), where PATTERN determines
9142which file names the element applies to. PATTERN should be a regexp
9143to match against a file name.
9144
9145VAL is a coding system, a cons cell containing two coding systems, or
9146a function symbol. If VAL is a coding system, it is used for both
9147decoding what received from the network stream and encoding what sent
9148to the network stream. If VAL is a cons cell containing two coding
9149systems, the car specifies the coding system for decoding, and the cdr
9150specifies the coding system for encoding.
9151
9152If VAL is a function symbol, the function must return a coding system
9153or a cons cell containing two coding systems, which is used as above.
9154
9155**** The variable network-coding-system-alist specifies
9156the coding system to use for network sockets.
9157
9158Each element has the format (PATTERN . VAL), where PATTERN determines
9159which network sockets the element applies to. PATTERN should be
9160either a port number or a regular expression matching some network
9161service names.
9162
9163VAL is a coding system, a cons cell containing two coding systems, or
9164a function symbol. If VAL is a coding system, it is used for both
9165decoding what received from the network stream and encoding what sent
9166to the network stream. If VAL is a cons cell containing two coding
9167systems, the car specifies the coding system for decoding, and the cdr
9168specifies the coding system for encoding.
9169
9170If VAL is a function symbol, the function must return a coding system
9171or a cons cell containing two coding systems, which is used as above.
9172
9173**** process-coding-system-alist specifies which coding systems to use
9174for certain subprocess. It works like network-coding-system-alist,
9175except that the PATTERN is matched against the program name used to
9176start the subprocess.
9177
9178**** The variable default-process-coding-system specifies the coding
9179systems to use for subprocess (and net connection) input and output,
9180when nothing else specifies what to do. The value is a cons cell
9181(OUTPUT-CODING . INPUT-CODING). OUTPUT-CODING applies to output
9182to the subprocess, and INPUT-CODING applies to input from it.
9183
9184**** The variable coding-system-for-write, if non-nil, specifies the
9185coding system to use for writing a file, or for output to a synchronous
9186subprocess.
9187
9188It also applies to any asynchronous subprocess or network connection,
9189but in a different way: the value of coding-system-for-write when you
9190start the subprocess or connection affects that subprocess or
9191connection permanently or until overridden.
9192
9193The variable coding-system-for-write takes precedence over
9194file-coding-system-alist, process-coding-system-alist and
9195network-coding-system-alist, and all other methods of specifying a
9196coding system for output. But most of the time this variable is nil.
9197It exists so that Lisp programs can bind it to a specific coding
9198system for one operation at a time.
9199
9200**** coding-system-for-read applies similarly to input from
9201files, subprocesses or network connections.
9202
9203**** The function process-coding-system tells you what
9204coding systems(s) an existing subprocess is using.
9205The value is a cons cell,
9206 (DECODING-CODING-SYSTEM . ENCODING-CODING-SYSTEM)
9207where DECODING-CODING-SYSTEM is used for decoding output from
9208the subprocess, and ENCODING-CODING-SYSTEM is used for encoding
9209input to the subprocess.
9210
9211**** The function set-process-coding-system can be used to
9212change the coding systems in use for an existing subprocess.
9213
9214** Emacs has a new facility to help users manage the many
9215customization options. To make a Lisp program work with this facility,
9216you need to use the new macros defgroup and defcustom.
9217
9218You use defcustom instead of defvar, for defining a user option
9219variable. The difference is that you specify two additional pieces of
9220information (usually): the "type" which says what values are
9221legitimate, and the "group" which specifies the hierarchy for
9222customization.
9223
9224Thus, instead of writing
9225
9226 (defvar foo-blurgoze nil
9227 "*Non-nil means that foo will act very blurgozely.")
9228
9229you would now write this:
9230
9231 (defcustom foo-blurgoze nil
9232 "*Non-nil means that foo will act very blurgozely."
9233 :type 'boolean
9234 :group foo)
9235
9236The type `boolean' means that this variable has only
9237two meaningful states: nil and non-nil. Other type values
9238describe other possibilities; see the manual for Custom
9239for a description of them.
9240
9241The "group" argument is used to specify a group which the option
9242should belong to. You define a new group like this:
9243
9244 (defgroup ispell nil
9245 "Spell checking using Ispell."
9246 :group 'processes)
9247
9248The "group" argument in defgroup specifies the parent group. The root
9249group is called `emacs'; it should not contain any variables itself,
9250but only other groups. The immediate subgroups of `emacs' correspond
9251to the keywords used by C-h p. Under these subgroups come
9252second-level subgroups that belong to individual packages.
9253
9254Each Emacs package should have its own set of groups. A simple
9255package should have just one group; a more complex package should
9256have a hierarchy of its own groups. The sole or root group of a
9257package should be a subgroup of one or more of the "keyword"
9258first-level subgroups.
9259
9260** New `widget' library for inserting UI components in buffers.
9261
9262This library, used by the new custom library, is documented in a
9263separate manual that accompanies Emacs.
9264
9265** easy-mmode
9266
9267The easy-mmode package provides macros and functions that make
9268developing minor modes easier. Roughly, the programmer has to code
9269only the functionality of the minor mode. All the rest--toggles,
9270predicate, and documentation--can be done in one call to the macro
9271`easy-mmode-define-minor-mode' (see the documentation). See also
9272`easy-mmode-define-keymap'.
9273
9274** Text property changes
9275
9276*** The `intangible' property now works on overlays as well as on a
9277text property.
9278
9279*** The new functions next-char-property-change and
9280previous-char-property-change scan through the buffer looking for a
9281place where either a text property or an overlay might change. The
9282functions take two arguments, POSITION and LIMIT. POSITION is the
9283starting position for the scan. LIMIT says where to stop the scan.
9284
9285If no property change is found before LIMIT, the value is LIMIT. If
9286LIMIT is nil, scan goes to the beginning or end of the accessible part
9287of the buffer. If no property change is found, the value is the
9288position of the beginning or end of the buffer.
9289
9290*** In the `local-map' text property or overlay property, the property
9291value can now be a symbol whose function definition is a keymap. This
9292is an alternative to using the keymap itself.
9293
9294** Changes in invisibility features
9295
9296*** Isearch can now temporarily show parts of the buffer which are
9297hidden by an overlay with a invisible property, when the search match
9298is inside that portion of the buffer. To enable this the overlay
9299should have a isearch-open-invisible property which is a function that
9300would be called having the overlay as an argument, the function should
9301make the overlay visible.
9302
9303During incremental search the overlays are shown by modifying the
9304invisible and intangible properties, if beside this more actions are
9305needed the overlay should have a isearch-open-invisible-temporary
9306which is a function. The function is called with 2 arguments: one is
9307the overlay and the second is nil when it should show the overlay and
9308t when it should hide it.
9309
9310*** add-to-invisibility-spec, remove-from-invisibility-spec
9311
9312Modes that use overlays to hide portions of a buffer should set the
9313invisible property of the overlay to the mode's name (or another symbol)
9314and modify the `buffer-invisibility-spec' to include that symbol.
9315Use `add-to-invisibility-spec' and `remove-from-invisibility-spec' to
9316manipulate the `buffer-invisibility-spec'.
9317Here is an example of how to do this:
9318
9319 ;; If we want to display an ellipsis:
9320 (add-to-invisibility-spec '(my-symbol . t))
9321 ;; If you don't want ellipsis:
9322 (add-to-invisibility-spec 'my-symbol)
9323
9324 ...
9325 (overlay-put (make-overlay beginning end) 'invisible 'my-symbol)
9326
9327 ...
9328 ;; When done with the overlays:
9329 (remove-from-invisibility-spec '(my-symbol . t))
9330 ;; Or respectively:
9331 (remove-from-invisibility-spec 'my-symbol)
9332
9333** Changes in syntax parsing.
9334
9335*** The syntax-directed buffer-scan functions (such as
9336`parse-partial-sexp', `forward-word' and similar functions) can now
9337obey syntax information specified by text properties, if the variable
9338`parse-sexp-lookup-properties' is non-nil.
9339
9340If the value of `parse-sexp-lookup-properties' is nil, the behavior
9341is as before: the syntax-table of the current buffer is always
9342used to determine the syntax of the character at the position.
9343
9344When `parse-sexp-lookup-properties' is non-nil, the syntax of a
9345character in the buffer is calculated thus:
9346
9347 a) if the `syntax-table' text-property of that character
9348 is a cons, this cons becomes the syntax-type;
9349
9350 Valid values of `syntax-table' text-property are: nil, a valid
9351 syntax-table, and a valid syntax-table element, i.e.,
9352 a cons cell of the form (SYNTAX-CODE . MATCHING-CHAR).
9353
9354 b) if the character's `syntax-table' text-property
9355 is a syntax table, this syntax table is used
9356 (instead of the syntax-table of the current buffer) to
9357 determine the syntax type of the character.
9358
9359 c) otherwise the syntax-type is determined by the syntax-table
9360 of the current buffer.
9361
9362*** The meaning of \s in regular expressions is also affected by the
9363value of `parse-sexp-lookup-properties'. The details are the same as
9364for the syntax-directed buffer-scan functions.
9365
9366*** There are two new syntax-codes, `!' and `|' (numeric values 14
9367and 15). A character with a code `!' starts a comment which is ended
9368only by another character with the same code (unless quoted). A
9369character with a code `|' starts a string which is ended only by
9370another character with the same code (unless quoted).
9371
9372These codes are mainly meant for use as values of the `syntax-table'
9373text property.
9374
9375*** The function `parse-partial-sexp' has new semantics for the sixth
9376arg COMMENTSTOP. If it is `syntax-table', parse stops after the start
9377of a comment or a string, or after end of a comment or a string.
9378
9379*** The state-list which the return value from `parse-partial-sexp'
9380(and can also be used as an argument) now has an optional ninth
9381element: the character address of the start of last comment or string;
9382nil if none. The fourth and eighth elements have special values if the
9383string/comment is started by a "!" or "|" syntax-code.
9384
9385*** Since new features of `parse-partial-sexp' allow a complete
9386syntactic parsing, `font-lock' no longer supports
9387`font-lock-comment-start-regexp'.
9388
9389** Changes in face features
9390
9391*** The face functions are now unconditionally defined in Emacs, even
9392if it does not support displaying on a device that supports faces.
9393
9394*** The function face-documentation returns the documentation string
9395of a face (or nil if it doesn't have one).
9396
9397*** The function face-bold-p returns t if a face should be bold.
9398set-face-bold-p sets that flag.
9399
9400*** The function face-italic-p returns t if a face should be italic.
9401set-face-italic-p sets that flag.
9402
9403*** You can now specify foreground and background colors for text
9404by adding elements of the form (foreground-color . COLOR-NAME)
9405and (background-color . COLOR-NAME) to the list of faces in
9406the `face' property (either the character's text property or an
9407overlay property).
9408
9409This means that you no longer need to create named faces to use
9410arbitrary colors in a Lisp package.
9411
9412** Changes in file-handling functions
9413
9414*** File-access primitive functions no longer discard an extra redundant
9415directory name from the beginning of the file name. In other words,
9416they no longer do anything special with // or /~. That conversion
9417is now done only in substitute-in-file-name.
9418
9419This makes it possible for a Lisp program to open a file whose name
9420begins with ~.
9421
9422*** If copy-file is unable to set the date of the output file,
9423it now signals an error with the condition file-date-error.
9424
9425*** The inode number returned by file-attributes may be an integer (if
9426the number fits in a Lisp integer) or a list of integers.
9427
9428*** insert-file-contents can now read from a special file,
9429as long as the arguments VISIT and REPLACE are nil.
9430
9431*** The RAWFILE arg to find-file-noselect, if non-nil, now suppresses
9432character code conversion as well as other things.
9433
9434Meanwhile, this feature does work with remote file names
9435(formerly it did not).
9436
9437*** Lisp packages which create temporary files should use the TMPDIR
9438environment variable to decide which directory to put them in.
9439
9440*** interpreter-mode-alist elements now specify regexps
9441instead of constant strings.
9442
9443*** expand-file-name no longer treats `//' or `/~' specially. It used
9444to delete all the text of a file name up through the first slash of
9445any `//' or `/~' sequence. Now it passes them straight through.
9446
9447substitute-in-file-name continues to treat those sequences specially,
9448in the same way as before.
9449
9450*** The variable `format-alist' is more general now.
9451The FROM-FN and TO-FN in a format definition can now be strings
9452which specify shell commands to use as filters to perform conversion.
9453
9454*** The new function access-file tries to open a file, and signals an
9455error if that fails. If the open succeeds, access-file does nothing
9456else, and returns nil.
9457
9458*** The function insert-directory now signals an error if the specified
9459directory cannot be listed.
9460
9461** Changes in minibuffer input
9462
9463*** The functions read-buffer, read-variable, read-command, read-string
9464read-file-name, read-from-minibuffer and completing-read now take an
9465additional argument which specifies the default value. If this
9466argument is non-nil, it should be a string; that string is used in two
9467ways:
9468
9469 It is returned if the user enters empty input.
9470 It is available through the history command M-n.
9471
9472*** The functions read-string, read-from-minibuffer,
9473read-no-blanks-input and completing-read now take an additional
9474argument INHERIT-INPUT-METHOD. If this is non-nil, then the
9475minibuffer inherits the current input method and the setting of
9476enable-multibyte-characters from the previously current buffer.
9477
9478In an interactive spec, you can use M instead of s to read an
9479argument in this way.
9480
9481*** All minibuffer input functions discard text properties
9482from the text you enter in the minibuffer, unless the variable
9483minibuffer-allow-text-properties is non-nil.
9484
9485** Echo area features
9486
9487*** Clearing the echo area now runs the normal hook
9488echo-area-clear-hook. Note that the echo area can be used while the
9489minibuffer is active; in that case, the minibuffer is still active
9490after the echo area is cleared.
9491
9492*** The function current-message returns the message currently displayed
9493in the echo area, or nil if there is none.
9494
9495** Keyboard input features
9496
9497*** tty-erase-char is a new variable that reports which character was
9498set up as the terminal's erase character when time Emacs was started.
9499
9500*** num-nonmacro-input-events is the total number of input events
9501received so far from the terminal. It does not count those generated
9502by keyboard macros.
9503
9504** Frame-related changes
9505
9506*** make-frame runs the normal hook before-make-frame-hook just before
9507creating a frame, and just after creating a frame it runs the abnormal
9508hook after-make-frame-functions with the new frame as arg.
9509
9510*** The new hook window-configuration-change-hook is now run every time
9511the window configuration has changed. The frame whose configuration
9512has changed is the selected frame when the hook is run.
9513
9514*** Each frame now independently records the order for recently
9515selected buffers, in its buffer-list frame parameter, so that the
9516value of other-buffer is now based on the buffers recently displayed
9517in the selected frame.
9518
9519*** The value of the frame parameter vertical-scroll-bars
9520is now `left', `right' or nil. A non-nil value specifies
9521which side of the window to put the scroll bars on.
9522
9523** X Windows features
9524
9525*** You can examine X resources for other applications by binding
9526x-resource-class around a call to x-get-resource. The usual value of
9527x-resource-class is "Emacs", which is the correct value for Emacs.
9528
9529*** In menus, checkboxes and radio buttons now actually work.
9530The menu displays the current status of the box or button.
9531
9532*** The function x-list-fonts now takes an optional fourth argument
9533MAXIMUM which sets a limit on how many matching fonts to return.
9534A smaller value of MAXIMUM makes the function faster.
9535
9536If the only question is whether *any* font matches the pattern,
9537it is good to supply 1 for this argument.
9538
9539** Subprocess features
9540
9541*** A reminder: it is no longer necessary for subprocess filter
9542functions and sentinels to do save-match-data, because Emacs does this
9543automatically.
9544
9545*** The new function shell-command-to-string executes a shell command
9546and returns the output from the command as a string.
9547
9548*** The new function process-contact returns t for a child process,
9549and (HOSTNAME SERVICE) for a net connection.
9550
9551** An error in running pre-command-hook or post-command-hook
9552does clear the variable to nil. The documentation was wrong before.
9553
9554** In define-key-after, if AFTER is t, the new binding now always goes
9555at the end of the keymap. If the keymap is a menu, this means it
9556goes after the other menu items.
9557
9558** If you have a program that makes several changes in the same area
9559of the buffer, you can use the macro combine-after-change-calls
9560around that Lisp code to make it faster when after-change hooks
9561are in use.
9562
9563The macro arranges to call the after-change functions just once for a
9564series of several changes--if that seems safe.
9565
9566Don't alter the variables after-change-functions and
9567after-change-function within the body of a combine-after-change-calls
9568form.
9569
9570** If you define an abbrev (with define-abbrev) whose EXPANSION
9571is not a string, then the abbrev does not expand in the usual sense,
9572but its hook is still run.
9573
9574** Normally, the Lisp debugger is not used (even if you have enabled it)
9575for errors that are handled by condition-case.
9576
9577If you set debug-on-signal to a non-nil value, then the debugger is called
9578regardless of whether there is a handler for the condition. This is
9579useful for debugging problems that happen inside of a condition-case.
9580
9581This mode of operation seems to be unreliable in other ways. Errors that
9582are normal and ought to be handled, perhaps in timers or process
9583filters, will instead invoke the debugger. So don't say you weren't
9584warned.
9585
9586** The new variable ring-bell-function lets you specify your own
9587way for Emacs to "ring the bell".
9588
9589** If run-at-time's TIME argument is t, the action is repeated at
9590integral multiples of REPEAT from the epoch; this is useful for
9591functions like display-time.
9592
9593** You can use the function locate-library to find the precise file
9594name of a Lisp library. This isn't new, but wasn't documented before.
9595
9596** Commands for entering view mode have new optional arguments that
9597can be used from Lisp. Low-level entrance to and exit from view mode
9598is done by functions view-mode-enter and view-mode-exit.
9599
9600** batch-byte-compile-file now makes Emacs return a nonzero status code
9601if there is an error in compilation.
9602
9603** pop-to-buffer, switch-to-buffer-other-window and
9604switch-to-buffer-other-frame now accept an additional optional
9605argument NORECORD, much like switch-to-buffer. If it is non-nil,
9606they don't put the buffer at the front of the buffer list.
9607
9608** If your .emacs file leaves the *scratch* buffer non-empty,
9609Emacs does not display the startup message, so as to avoid changing
9610the *scratch* buffer.
9611
9612** The new function regexp-opt returns an efficient regexp to match a string.
9613The arguments are STRINGS and (optionally) PAREN. This function can be used
9614where regexp matching or searching is intensively used and speed is important,
9615e.g., in Font Lock mode.
9616
9617** The variable buffer-display-count is local to each buffer,
9618and is incremented each time the buffer is displayed in a window.
9619It starts at 0 when the buffer is created.
9620
9621** The new function compose-mail starts composing a mail message
9622using the user's chosen mail composition agent (specified with the
9623variable mail-user-agent). It has variants compose-mail-other-window
9624and compose-mail-other-frame.
9625
9626** The `user-full-name' function now takes an optional parameter which
9627can either be a number (the UID) or a string (the login name). The
9628full name of the specified user will be returned.
9629
9630** Lisp packages that load files of customizations, or any other sort
9631of user profile, should obey the variable init-file-user in deciding
9632where to find it. They should load the profile of the user name found
9633in that variable. If init-file-user is nil, meaning that the -q
9634option was used, then Lisp packages should not load the customization
9635files at all.
9636
9637** format-time-string now allows you to specify the field width
9638and type of padding. This works as in printf: you write the field
9639width as digits in the middle of a %-construct. If you start
9640the field width with 0, it means to pad with zeros.
9641
9642For example, %S normally specifies the number of seconds since the
9643minute; %03S means to pad this with zeros to 3 positions, %_3S to pad
9644with spaces to 3 positions. Plain %3S pads with zeros, because that
9645is how %S normally pads to two positions.
9646
9647** thing-at-point now supports a new kind of "thing": url.
9648
9649** imenu.el changes.
9650
9651You can now specify a function to be run when selecting an
9652item from menu created by imenu.
9653
9654An example of using this feature: if we define imenu items for the
9655#include directives in a C file, we can open the included file when we
9656select one of those items.
05197f40 9657\f
3787e12e 9658* For older news, see the file ONEWS
a933dad1
DL
9659
9660----------------------------------------------------------------------
9661Copyright information:
9662
75d80cc6 9663Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
a933dad1
DL
9664
9665 Permission is granted to anyone to make or distribute verbatim copies
9666 of this document as received, in any medium, provided that the
9667 copyright notice and this permission notice are preserved,
9668 thus giving the recipient permission to redistribute in turn.
9669
9670 Permission is granted to distribute modified versions
9671 of this document, or of portions of it,
9672 under the above conditions, provided also that they
9673 carry prominent notices stating who last changed them.
05197f40 9674\f
a933dad1
DL
9675Local variables:
9676mode: outline
9677paragraph-separate: "[ \f]*$"
9678end: