(access_keymap): Handle t bindings like nil bindings.
[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
3aa2f38a
RS
8Temporary note: +++ indicates that the appropriate manual
9has already been updated. --- means no change in the manuals
10is called for.
05197f40 11\f
76fb24bb
PJ
12* Installation Changes in Emacs 21.3
13
14** Emacs now supports new configure options `--program-prefix',
15`--program-suffix' and `--program-transform-name' that affect the names of
16installed programs.
17
18\f
830047fd 19* Changes in Emacs 21.3
16927a56 20
f67cc62e 21** jit-lock can now be delayed with `jit-lock-defer-time'.
8ea55f33
EZ
22
23If this variable is non-nil, its value should be the amount of Emacs
24idle time inseconds to wait before starting fontification. For
25example, if you set `jit-lock-defer-time' to 0.25, fontification will
26only happen after 0.25s of idle time.
f67cc62e 27
6710ea06
SM
28** If you hit M-C-SPC (mark-sexp) repeatedly, the marked region
29will now be extended each time, so you can mark the next two sexps with
30M-C-SPC M-C-SPC, for example.
31
32** mouse-wheels can now scroll a specific fraction of the window
33(rather than a fixed number of lines) and the scrolling is `progressive'.
34
16927a56
SM
35** The keyboard-coding-system is now automatically set based on
36your current locale settings. If it turns out that your terminal
6710ea06
SM
37does not support the encoding implied by your locale (for example,
38it inserts non-ASCII chars if you hit M-i), you will need to add
16927a56
SM
39
40 (set-keyboard-coding-system nil)
41
42to your .emacs to revert to the old behavior.
43
3aa2f38a
RS
44+++
45** Emacs now reads the standard abbrevs file ~/.abbrev_defs
46automatically at startup, if it exists. And it always offers to save
47abbrevs (if you have changed them) when if offers to save modified
48buffers.
49
830047fd
RS
50** Display of hollow cursors now obeys the buffer-local value (if any)
51of `cursor-in-non-selected-windows' in the buffer that the cursor
52appears in.
6c0b2643 53
85b073d6
EZ
54** The default values of `tooltip-delay' and `tooltip-hide-delay'
55were changed.
56
cd963ca0
GM
57** On terminals whose erase-char is ^H (Backspace), Emacs
58now uses normal-erase-is-backspace-mode.
59
c30567b7 60+++
406f228c
PJ
61** The command line option --no-windows has been changed to
62--no-window-system. The old one still works, but is deprecated.
63
3a426197 64** `buffer-menu' and `list-buffers' now list buffers whose names begin
c30567b7
EZ
65with a space, if they visit files.
66
3a426197
RS
67** You can now customize fill-nobreak-predicate to control where
68filling can break lines. We provide two sample predicates,
69fill-single-word-nobreak-p and fill-french-nobreak-p.
8e8223e2 70
1d57ac82
SS
71** New user option `add-log-always-start-new-record'.
72When this option is enabled, M-x add-change-log-entry will always
73start a new record regardless of when the last record is.
74
54c0e682
SS
75** New user option `sgml-xml'.
76When this option is enabled, SGML tags are inserted in XML style,
79014980 77i.e., there is always a closing tag.
54c0e682
SS
78When not customized, it becomes buffer-local when it can be inferred
79from the file name or buffer contents.
79014980 80
3ddf952f
GM
81** When the *scratch* buffer is recreated, its mode is set from
82initial-major-mode, which normally is lisp-interaction-mode,
79014980 83instead of using default-major-mode.
3ddf952f 84
d731e6b8
GM
85** Byte compiler warning and error messages have been brought more
86in line with the output of other GNU tools.
87
8e8223e2 88** Lisp-mode now uses font-lock-doc-face for the docstrings.
30de4b24
SM
89
90** perl-mode has a new variable `perl-indent-continued-arguments'.
91
026f408d
SM
92** `special-display-buffer-names' and `special-display-regexps' now
93understand two new boolean pseudo-frame-parameters `same-frame' and
94`same-window'.
95
6c0b2643
GM
96** When pure storage overflows while dumping, Emacs now prints how
97much pure storage it will approximately need.
98
99** M-x setenv now expands environment variables of the form `$foo' and
100`${foo}' in the specified new value of the environment variable. To
101include a `$' in the value, use `$$'.
102
30743573 103+++
58a11372
EZ
104** File-name completion can now ignore directories.
105If an element of the list in `completion-ignored-extensions' ends in a
106slash `/', it indicates a subdirectory that should be ignored when
107completing file names. Elements of `completion-ignored-extensions'
108which do not end in a slash are never considered when a completion
109candidate is a directory.
110
6c0b2643
GM
111** New user option `inhibit-startup-buffer-menu'.
112When loading many files, for instance with `emacs *', Emacs normally
113displays a buffer menu. This option turns the buffer menu off.
114
115** Rmail now displays 5-digit message ids in its summary buffer.
116
5b78d385
GM
117** When using M-x revert-buffer in a compilation buffer to rerun a
118compilation, it is now made sure that the compilation buffer is reused
119in case it has been renamed.
120
d3d268d5
JR
121** On MS Windows, the "system caret" now follows the cursor.
122This enables Emacs to work better with programs that need to track
123the cursor, for example screen magnifiers and text to speech programs.
124
f58b2333
JR
125** Tooltips now work on MS Windows.
126See the Emacs 21.1 NEWS entry for tooltips for details.
127
8f8da2d0
EZ
128---
129** A French translation of the `Emacs Survival Guide' is available.
130
131---
132** A French translation of the Emacs Tutorial is available.
133
3c0fd84c
GM
134** New modes and packages
135
66f520db
EZ
136+++
137*** Calc is now part of the Emacs distribution.
138
139Calc is an advanced desk calculator and mathematical tool written in
140Emacs Lisp. Its documentation is in a separate manual; within Emacs,
52901be1
EZ
141type "C-h i m calc RET" to read that manual. A reference card is
142available in `etc/calccard.tex' and `etc/calccard.ps'.
66f520db 143
10088409
EZ
144+++
145*** The Emacs Lisp Reference Manual is now part of the distribution.
146
147The ELisp reference manual in Info format is built as part of the
148Emacs build procedure and installed together with the Emacs User
149Manual.
150
4bca4aa8
EZ
151*** The Introduction to Programming in Emacs Lisp manual is now part of
152the distribution.
153
154This manual is now part of the standard distribution and is installed,
155together with the Emacs User Manual, into the Info directory.
156
3c0fd84c
GM
157*** The ruler-mode.el library provides a minor mode for displaying an
158"active" ruler in the header line. You can use the mouse to visually
159change the `fill-column', `window-margins' and `tab-stop-list'
160settings.
161
adb6f9dc
GM
162*** master-mode.el implements a minor mode for scrolling a slave
163buffer without leaving your current buffer, the master buffer.
164
165It can be used by sql.el, for example: the SQL buffer is the master
166and its SQLi buffer is the slave. This allows you to scroll the SQLi
167buffer containing the output from the SQL buffer containing the
168commands.
169
170This is how to use sql.el and master.el together: the variable
171sql-buffer contains the slave buffer. It is a local variable in the
172SQL buffer.
173
174(add-hook 'sql-mode-hook
175 (function (lambda ()
176 (master-mode t)
177 (master-set-slave sql-buffer))))
178(add-hook 'sql-set-sqli-hook
179 (function (lambda ()
180 (master-set-slave sql-buffer))))
181
6c0b2643 182\f
830047fd
RS
183* Lisp Changes in Emacs 21.3
184
f67cc62e
SM
185** jit-lock obeys a new text-property `jit-lock-defer-multiline'.
186If a piece of text with that property gets contextually refontified
187(see jit-lock-defer-contextually), then all of that text will
188be refontified. This is useful when the syntax of a textual element
189depends on text several lines further down (and when font-lock-multiline
190is not appropriate to solve that problem). For example in Perl:
191
192 s{
193 foo
194 }{
195 bar
196 }e
197
198Adding/removing the last `e' changes the `bar' from being a piece of
199text to being a piece of code, so you'd put a jit-lock-defer-multiline
200property over the second half of the command to force (deferred)
201refontification of `bar' whenever the `e' is added/removed.
202
6710ea06
SM
203** describe-vector now takes a second argument `describer' which is
204called to print the entries' values. It default to `princ'.
205
16927a56
SM
206** defcustom and other custom declarations now use a default group
207(the last group defined in the same file) when no :group was given.
208
209** emacsserver now runs pre-command-hook and post-command-hook when
210it receives a request from emacsclient.
211
8727d588
RS
212** The variable `recursive-load-depth-limit' has been deleted.
213Emacs now signals an error if the same file is loaded with more
214than 3 levels of nesting.
215
216** The default values of paragraph-start and indent-line-function have
217been changed to reflect those used in Text mode rather than those used
218in Indented-Text mode.
16927a56 219
1c1d3d69
RS
220** If a major mode function has a non-nil `no-clone-indirect'
221property, `clone-indirect-buffer' signals an error if you use
222it in that buffer.
223
224** If you set `query-replace-skip-read-only' non-nil,
225`query-replace' and related functions simply ignore
226a match if part of it has a read-only property.
227
ae4000f1 228** In `replace-match', the replacement text no longer inherits
1ff74324 229properties from surrounding text.
1c1d3d69 230
830047fd
RS
231** New function `buffer-local-value'.
232
233- Function: buffer-local-value variable buffer
234
235This function returns the buffer-local binding of VARIABLE (a symbol)
236in buffer BUFFER. If VARIABLE does not have a buffer-local binding in
237buffer BUFFER, it returns the default value of VARIABLE instead.
6c0b2643 238
1c1d3d69
RS
239** The default value of `paragraph-start' and `indent-line-function' has
240been changed to reflect the one used in Text mode rather than the one
241used in Indented Text mode.
8e8223e2
SM
242
243** New function `text-clone-create'. Text clones are chunks of text
244that are kept identical by transparently propagating changes from one
245clone to the other.
246
247** font-lock can manage arbitrary text-properties beside `face'.
248*** the FACENAME returned in font-lock-keywords can be a list
249of the form (face FACE PROP1 VAL1 PROP@ VAL2 ...) so you can set
250other properties than `face'.
251*** font-lock-extra-managed-props can be set to make sure those extra
252properties are automatically cleaned up by font-lock.
253
254** The new function `run-mode-hooks' and the new macro `delay-mode-hooks'
255are used by define-derived-mode to make sure the mode hook for the
256parent mode is run at the end of the child mode.
257
258** `provide' and `featurep' now accept an optional second argument
259to test/provide subfeatures. Also `provide' now checks `after-load-alist'
260and run any code associated with the provided feature.
261
5b6a51aa
GM
262** The variable `compilation-parse-errors-filename-function' can
263be used to transform filenames found in compilation output.
264
202082d3
EZ
265+++
266** Functions `file-name-sans-extension' and `file-name-extension' now
267ignore the leading dots in file names, so that file names such as
268`.emacs' are treated as extensionless.
269
63ca0a6e
GM
270** Functions `user-uid' and `user-real-uid' now return floats if the
271user UID doesn't fit in a Lisp integer. Function `user-full-name'
272accepts a float as UID parameter.
273
30de4b24
SM
274** `define-key-after' now accepts keys longer than 1.
275
5b6a51aa 276** `define-derived-mode' now accepts nil as the parent.
30de4b24
SM
277
278** The local variable `no-byte-compile' in elisp files is now obeyed.
279
026f408d
SM
280** New functions `keymap-prompt' and `current-active-maps'.
281
282** New function `describe-buffer-bindings'.
283
284** New vars `exec-suffixes' and `load-suffixes' used when
285searching for an executable resp. an elisp file.
286
6c0b2643
GM
287** Variable aliases have been implemented
288
289- Macro: defvaralias ALIAS-VAR BASE-VAR
290
291This defines the symbol ALIAS-VAR as a variable alias for symbol
292BASE-VAR. This means that retrieving the value of ALIAS-VAR returns
293the value of BASE-VAR, and changing the value of ALIAS-VAR changes the
294value of BASE-VAR.
295
296- Function: indirect-variable VARIABLE
297
298This function returns the variable at the end of the chain of aliases
299of VARIABLE. If VARIABLE is not a symbol, or if VARIABLE is not
300defined as an alias, the function returns VARIABLE.
301
302It might be noteworthy that variables aliases work for all kinds of
303variables, including buffer-local and frame-local variables.
304
305** Functions from `post-gc-hook' are run at the end of garbage
306collection. The hook is run with GC inhibited, so use it with care.
307
ace64e0a
GM
308** If the second argument to `copy-file' is the name of a directory,
309the file is copied to that directory instead of signaling an error.
310
123ac55e
GM
311** The variables most-positive-fixnum and most-negative-fixnum
312have been moved from the CL package to the core.
313
0b559506
JR
314** On MS Windows, locale-coding-system is used to interact with the OS.
315The Windows specific variable w32-system-coding-system, which was
316formerly used for that purpose is now an alias for locale-coding-system.
317
30de4b24
SM
318** New packages:
319
320*** The new package syntax.el provides an efficient way to find the
321current syntactic context (as returned by parse-partial-sexp).
322
e95768c5
SM
323*** The TCL package tcl-mode.el was replaced by tcl.el.
324This was actually done in Emacs-21.1 was not documented.
325
6c0b2643 326\f
251584f3
DL
327* Installation Changes in Emacs 21.1
328
889be0a1
DL
329See the INSTALL file for information on installing extra libraries and
330fonts to take advantage of the new graphical features and extra
331charsets in this release.
332
f4988be7
GM
333** Support for GNU/Linux on IA64 machines has been added.
334
424d8b44
DL
335** Support for LynxOS has been added.
336
1fa28578 337** There are new configure options associated with the support for
163ea954
RS
338images and toolkit scrollbars. Use the --help option in `configure'
339to list them.
6344985d 340
5ed8d5af 341** You can build a 64-bit Emacs for SPARC/Solaris systems which
60dd7e0e 342support 64-bit executables and also on Irix 6.5. This increases the
8628686a
DL
343maximum buffer size. See etc/MACHINES for instructions. Changes to
344build on other 64-bit systems should be straightforward modulo any
345necessary changes to unexec.
f4988be7 346
efeb796b
EZ
347** There is a new configure option `--disable-largefile' to omit
348Unix-98-style support for large files if that is available.
349
350** There is a new configure option `--without-xim' that instructs
351Emacs to not use X Input Methods (XIM), if these are available.
352
353** `movemail' defaults to supporting POP. You can turn this off using
354the --without-pop configure option, should that be necessary.
d9c9b920 355
e90813b8 356** This version can be built for the Macintosh, but does not implement
a7c13351 357all of the new display features described below. The port currently
d69aa2e3
EZ
358lacks unexec, asynchronous processes, and networking support. See the
359"Emacs and the Mac OS" appendix in the Emacs manual, for the
360description of aspects specific to the Mac.
d9c9b920 361
efeb796b
EZ
362** Note that the MS-Windows port does not yet implement various of the
363new display features described below.
364
05197f40 365\f
1fa28578
GM
366* Changes in Emacs 21.1
367
1e7db2e9
GM
368** Emacs has a new redisplay engine.
369
370The new redisplay handles characters of variable width and height.
371Italic text can be used without redisplay problems. Fonts containing
372oversized characters, i.e. characters larger than the logical height
373of a font can be used. Images of various formats can be displayed in
374the text.
375
376** Emacs has a new face implementation.
377
378The new faces no longer fundamentally use X font names to specify the
379font. Instead, each face has several independent attributes--family,
380height, width, weight and slant--that it may or may not specify.
381These attributes can be merged from various faces, and then together
382specify a font.
383
384Faces are supported on terminals that can display color or fonts.
385These terminal capabilities are auto-detected. Details can be found
386under Lisp changes, below.
387
388** Emacs can display faces on TTY frames.
389
390Emacs automatically detects terminals that are able to display colors.
391Faces with a weight greater than normal are displayed extra-bright, if
392the terminal supports it. Faces with a weight less than normal and
393italic faces are displayed dimmed, if the terminal supports it.
394Underlined faces are displayed underlined if possible. Other face
395attributes such as `overline', `strike-through', and `box' are ignored
396on terminals.
397
398The command-line options `-fg COLOR', `-bg COLOR', and `-rv' are now
399supported on character terminals.
400
efeb796b
EZ
401Emacs automatically remaps all X-style color specifications to one of
402the colors supported by the terminal. This means you could have the
403same color customizations that work both on a windowed display and on
404a TTY or when Emacs is invoked with the -nw option.
405
1e7db2e9
GM
406** New default font is Courier 12pt under X.
407
efeb796b
EZ
408** Sound support
409
410Emacs supports playing sound files on GNU/Linux and FreeBSD (Voxware
411driver and native BSD driver, a.k.a. Luigi's driver). Currently
412supported file formats are RIFF-WAVE (*.wav) and Sun Audio (*.au).
c8682017
EZ
413You must configure Emacs with the option `--with-sound=yes' to enable
414sound support.
efeb796b 415
1e7db2e9
GM
416** Emacs now resizes mini-windows if appropriate.
417
418If a message is longer than one line, or minibuffer contents are
419longer than one line, Emacs can resize the minibuffer window unless it
420is on a frame of its own. You can control resizing and the maximum
421minibuffer window size by setting the following variables:
422
423- User option: max-mini-window-height
424
425Maximum height for resizing mini-windows. If a float, it specifies a
426fraction of the mini-window frame's height. If an integer, it
427specifies a number of lines.
428
429Default is 0.25.
430
431- User option: resize-mini-windows
432
433How to resize mini-windows. If nil, don't resize. If t, always
434resize to fit the size of the text. If `grow-only', let mini-windows
435grow only, until they become empty, at which point they are shrunk
436again.
437
438Default is `grow-only'.
439
440** LessTif support.
441
442Emacs now runs with the LessTif toolkit (see
a04c6760 443<http://www.lesstif.org>). You will need version 0.92.26, or later.
1e7db2e9
GM
444
445** LessTif/Motif file selection dialog.
446
447When Emacs is configured to use LessTif or Motif, reading a file name
448from a menu will pop up a file selection dialog if `use-dialog-box' is
449non-nil.
450
8f80abd8
EZ
451** File selection dialog on MS-Windows is supported.
452
453When a file is visited by clicking File->Open, the MS-Windows version
454now pops up a standard file selection dialog where you can select a
455file to visit. File->Save As also pops up that dialog.
456
1e7db2e9
GM
457** Toolkit scroll bars.
458
459Emacs now uses toolkit scroll bars if available. When configured for
460LessTif/Motif, it will use that toolkit's scroll bar. Otherwise, when
461configured for Lucid and Athena widgets, it will use the Xaw3d scroll
462bar if Xaw3d is available. You can turn off the use of toolkit scroll
463bars by specifying `--with-toolkit-scroll-bars=no' when configuring
464Emacs.
465
466When you encounter problems with the Xaw3d scroll bar, watch out how
467Xaw3d is compiled on your system. If the Makefile generated from
468Xaw3d's Imakefile contains a `-DNARROWPROTO' compiler option, and your
469Emacs system configuration file `s/your-system.h' does not contain a
470define for NARROWPROTO, you might consider adding it. Take
471`s/freebsd.h' as an example.
472
473Alternatively, if you don't have access to the Xaw3d source code, take
474a look at your system's imake configuration file, for example in the
475directory `/usr/X11R6/lib/X11/config' (paths are different on
476different systems). You will find files `*.cf' there. If your
477system's cf-file contains a line like `#define NeedWidePrototypes NO',
478add a `#define NARROWPROTO' to your Emacs system configuration file.
479
480The reason for this is that one Xaw3d function uses `double' or
481`float' function parameters depending on the setting of NARROWPROTO.
482This is not a problem when Imakefiles are used because each system's
3593c177 483imake configuration file contains the necessary information. Since
1e7db2e9
GM
484Emacs doesn't use imake, this has do be done manually.
485
1e7db2e9
GM
486** Tool bar support.
487
488Emacs supports a tool bar at the top of a frame under X. For details
489of how to define a tool bar, see the page describing Lisp-level
490changes. Tool-bar global minor mode controls whether or not it is
491displayed and is on by default. The appearance of the bar is improved
492if Emacs has been built with XPM image support. Otherwise monochrome
493icons will be used.
494
495To make the tool bar more useful, we need contributions of extra icons
70fae708 496for specific modes (with copyright assignments).
1e7db2e9 497
1e7db2e9
GM
498** Tooltips.
499
500Tooltips are small X windows displaying a help string at the current
501mouse position. The Lisp package `tooltip' implements them. You can
502turn them off via the user option `tooltip-mode'.
503
504Tooltips also provides support for GUD debugging. If activated,
505variable values can be displayed in tooltips by pointing at them with
506the mouse in source buffers. You can customize various aspects of the
507tooltip display in the group `tooltip'.
508
efeb796b
EZ
509** Automatic Hscrolling
510
511Horizontal scrolling now happens automatically if
512`automatic-hscrolling' is set (the default). This setting can be
513customized.
514
515If a window is scrolled horizontally with set-window-hscroll, or
516scroll-left/scroll-right (C-x <, C-x >), this serves as a lower bound
517for automatic horizontal scrolling. Automatic scrolling will scroll
518the text more to the left if necessary, but won't scroll the text more
519to the right than the column set with set-window-hscroll etc.
520
1e7db2e9
GM
521** When using a windowing terminal, each Emacs window now has a cursor
522of its own. By default, when a window is selected, the cursor is
523solid; otherwise, it is hollow. The user-option
ab9c49cf 524`cursor-in-non-selected-windows' controls how to display the
1e7db2e9 525cursor in non-selected windows. If nil, no cursor is shown, if
2018166d 526non-nil a hollow box cursor is shown.
1e7db2e9
GM
527
528** Fringes to the left and right of windows are used to display
529truncation marks, continuation marks, overlay arrows and alike. The
530foreground, background, and stipple of these areas can be changed by
531customizing face `fringe'.
532
533** The mode line under X is now drawn with shadows by default.
534You can change its appearance by modifying the face `mode-line'.
535In particular, setting the `:box' attribute to nil turns off the 3D
536appearance of the mode line. (The 3D appearance makes the mode line
537occupy more space, and thus might cause the first or the last line of
538the window to be partially obscured.)
539
540The variable `mode-line-inverse-video', which was used in older
46ff99c0
MB
541versions of emacs to make the mode-line stand out, is now deprecated.
542However, setting it to nil will cause the `mode-line' face to be
543ignored, and mode-lines to be drawn using the default text face.
1e7db2e9 544
1e7db2e9
GM
545** Mouse-sensitive mode line.
546
6b9572dc
EZ
547Different parts of the mode line have been made mouse-sensitive on all
548systems which support the mouse. Moving the mouse to a
549mouse-sensitive part in the mode line changes the appearance of the
550mouse pointer to an arrow, and help about available mouse actions is
551displayed either in the echo area, or in the tooltip window if you
552have enabled one.
1e7db2e9
GM
553
554Currently, the following actions have been defined:
555
3aa2f38a 556- Mouse-1 on the buffer name in the mode line goes to the next buffer.
1e7db2e9 557
3aa2f38a 558- Mouse-3 on the buffer-name goes to the previous buffer.
1e7db2e9
GM
559
560- Mouse-2 on the read-only or modified status in the mode line (`%' or
561`*') toggles the status.
562
563- Mouse-3 on the mode name displays a minor-mode menu.
564
1e7db2e9
GM
565** Hourglass pointer
566
567Emacs can optionally display an hourglass pointer under X. You can
568turn the display on or off by customizing group `cursor'.
569
1e7db2e9
GM
570** Blinking cursor
571
572M-x blink-cursor-mode toggles a blinking cursor under X and on
573terminals having terminal capabilities `vi', `vs', and `ve'. Blinking
574and related parameters like frequency and delay can be customized in
575the group `cursor'.
576
1e7db2e9
GM
577** New font-lock support mode `jit-lock-mode'.
578
579This support mode is roughly equivalent to `lazy-lock' but is
580generally faster. It supports stealth and deferred fontification.
581See the documentation of the function `jit-lock-mode' for more
582details.
583
584Font-lock uses jit-lock-mode as default support mode, so you don't
585have to do anything to activate it.
586
efeb796b
EZ
587** The default binding of the Delete key has changed.
588
589The new user-option `normal-erase-is-backspace' can be set to
590determine the effect of the Delete and Backspace function keys.
591
592On window systems, the default value of this option is chosen
593according to the keyboard used. If the keyboard has both a Backspace
594key and a Delete key, and both are mapped to their usual meanings, the
595option's default value is set to t, so that Backspace can be used to
596delete backward, and Delete can be used to delete forward. On
597keyboards which either have only one key (usually labeled DEL), or two
598keys DEL and BS which produce the same effect, the option's value is
599set to nil, and these keys delete backward.
600
601If not running under a window system, setting this option accomplishes
602a similar effect by mapping C-h, which is usually generated by the
603Backspace key, to DEL, and by mapping DEL to C-d via
604`keyboard-translate'. The former functionality of C-h is available on
605the F1 key. You should probably not use this setting on a text-only
606terminal if you don't have both Backspace, Delete and F1 keys.
607
608Programmatically, you can call function normal-erase-is-backspace-mode
609to toggle the behavior of the Delete and Backspace keys.
610
1e7db2e9
GM
611** The default for user-option `next-line-add-newlines' has been
612changed to nil, i.e. C-n will no longer add newlines at the end of a
613buffer by default.
614
615** The <home> and <end> keys now move to the beginning or end of the
616current line, respectively. C-<home> and C-<end> move to the
617beginning and end of the buffer.
618
619** Emacs now checks for recursive loads of Lisp files. If the
620recursion depth exceeds `recursive-load-depth-limit', an error is
621signaled.
622
623** When an error is signaled during the loading of the user's init
624file, Emacs now pops up the *Messages* buffer.
625
1e7db2e9
GM
626** Emacs now refuses to load compiled Lisp files which weren't
627compiled with Emacs. Set `load-dangerous-libraries' to t to change
628this behavior.
629
efeb796b 630The reason for this change is an incompatible change in XEmacs's byte
1e7db2e9
GM
631compiler. Files compiled with XEmacs can contain byte codes that let
632Emacs dump core.
633
634** Toggle buttons and radio buttons in menus.
635
636When compiled with LessTif (or Motif) support, Emacs uses toolkit
637widgets for radio and toggle buttons in menus. When configured for
638Lucid, Emacs draws radio buttons and toggle buttons similar to Motif.
639
640** The menu bar configuration has changed. The new configuration is
641more CUA-compliant. The most significant change is that Options is
642now a separate menu-bar item, with Mule and Customize as its submenus.
643
644** Item Save Options on the Options menu allows saving options set
645using that menu.
646
1e7db2e9
GM
647** Highlighting of trailing whitespace.
648
649When `show-trailing-whitespace' is non-nil, Emacs displays trailing
650whitespace in the face `trailing-whitespace'. Trailing whitespace is
651defined as spaces or tabs at the end of a line. To avoid busy
652highlighting when entering new text, trailing whitespace is not
653displayed if point is at the end of the line containing the
654whitespace.
655
1e7db2e9
GM
656** C-x 5 1 runs the new command delete-other-frames which deletes
657all frames except the selected one.
658
659** The new user-option `confirm-kill-emacs' can be customized to
660let Emacs ask for confirmation before exiting.
661
1e7db2e9
GM
662** The header line in an Info buffer is now displayed as an emacs
663header-line (which is like a mode-line, but at the top of the window),
664so that it remains visible even when the buffer has been scrolled.
665This behavior may be disabled by customizing the option
666`Info-use-header-line'.
667
1e7db2e9
GM
668** Polish, Czech, German, and French translations of Emacs' reference card
669have been added. They are named `pl-refcard.tex', `cs-refcard.tex',
670`de-refcard.tex' and `fr-refcard.tex'. Postscript files are included.
671
672** An `Emacs Survival Guide', etc/survival.tex, is available.
673
674** A reference card for Dired has been added. Its name is
675`dired-ref.tex'. A French translation is available in
676`fr-drdref.tex'.
677
1e7db2e9
GM
678** C-down-mouse-3 is bound differently. Now if the menu bar is not
679displayed it pops up a menu containing the items which would be on the
680menu bar. If the menu bar is displayed, it pops up the major mode
681menu or the Edit menu if there is no major mode menu.
682
efeb796b 683** Variable `load-path' is no longer customizable through Customize.
17851d9d 684
a19e85cc 685You can no longer use `M-x customize-variable' to customize `load-path'
17851d9d
EZ
686because it now contains a version-dependent component. You can still
687use `add-to-list' and `setq' to customize this variable in your
688`~/.emacs' init file or to modify it from any Lisp program in general.
1e7db2e9 689
1e7db2e9
GM
690** C-u C-x = provides detailed information about the character at
691point in a pop-up window.
692
1e7db2e9
GM
693** Emacs can now support 'wheeled' mice (such as the MS IntelliMouse)
694under XFree86. To enable this, use the `mouse-wheel-mode' command, or
695customize the variable `mouse-wheel-mode'.
696
697The variables `mouse-wheel-follow-mouse' and `mouse-wheel-scroll-amount'
698determine where and by how much buffers are scrolled.
699
1e7db2e9
GM
700** Emacs' auto-save list files are now by default stored in a
701sub-directory `.emacs.d/auto-save-list/' of the user's home directory.
702(On MS-DOS, this subdirectory's name is `_emacs.d/auto-save.list/'.)
aa082854 703You can customize `auto-save-list-file-prefix' to change this location.
1e7db2e9 704
1e7db2e9
GM
705** The function `getenv' is now callable interactively.
706
eb1b0c74
GM
707** The new user-option `even-window-heights' can be set to nil
708to prevent `display-buffer' from evening out window heights.
709
c607d53d 710** The new command M-x delete-trailing-whitespace RET will delete the
346598f1 711trailing whitespace within the current restriction. You can also add
c607d53d
SS
712this function to `write-file-hooks' or `local-write-file-hooks'.
713
4104194e 714** When visiting a file with M-x find-file-literally, no newlines will
1e36ff68
DL
715be added to the end of the buffer even if `require-final-newline' is
716non-nil.
4104194e 717
ba9eeda1
GM
718** The new user-option `find-file-suppress-same-file-warnings' can be
719set to suppress warnings ``X and Y are the same file'' when visiting a
720file that is already visited under a different name.
721
42ac0ae5
GM
722** The new user-option `electric-help-shrink-window' can be set to
723nil to prevent adjusting the help window size to the buffer size.
724
ba9eeda1 725** New command M-x describe-character-set reads a character set name
eb27839a 726and displays information about that.
b941a14b 727
25ad1371
GM
728** The new variable `auto-mode-interpreter-regexp' contains a regular
729expression matching interpreters, for file mode determination.
730
731This regular expression is matched against the first line of a file to
732determine the file's mode in `set-auto-mode' when Emacs can't deduce a
733mode from the file's name. If it matches, the file is assumed to be
734interpreted by the interpreter matched by the second group of the
735regular expression. The mode is then determined as the mode
736associated with that interpreter in `interpreter-mode-alist'.
737
40e857ea 738** New function executable-make-buffer-file-executable-if-script-p is
424d8b44 739suitable as an after-save-hook as an alternative to `executable-chmod'.
40e857ea 740
c08398de
DL
741** The most preferred coding-system is now used to save a buffer if
742buffer-file-coding-system is `undecided' and it is safe for the buffer
743contents. (The most preferred is set by set-language-environment or
744by M-x prefer-coding-system.) Thus if you visit an ASCII file and
745insert a non-ASCII character from your current language environment,
746the file will be saved silently with the appropriate coding.
747Previously you would be prompted for a safe coding system.
748
efeb796b
EZ
749** The many obsolete language `setup-...-environment' commands have
750been removed -- use `set-language-environment'.
751
efeb796b
EZ
752** The new Custom option `keyboard-coding-system' specifies a coding
753system for keyboard input.
754
3d6cd763
GM
755** New variable `inhibit-iso-escape-detection' determines if Emacs'
756coding system detection algorithm should pay attention to ISO2022's
757escape sequences. If this variable is non-nil, the algorithm ignores
758such escape sequences. The default value is nil, and it is
759recommended not to change it except for the special case that you
07b14857 760always want to read any escape code verbatim. If you just want to
3d6cd763 761read a specific file without decoding escape codes, use C-x RET c
07b14857
KH
762(`universal-coding-system-argument'). For instance, C-x RET c latin-1
763RET C-x C-f filename RET.
26ae8525 764
0b8a3a6d
DL
765** Variable `default-korean-keyboard' is initialized properly from the
766environment variable `HANGUL_KEYBOARD_TYPE'.
767
0b8a3a6d
DL
768** New command M-x list-charset-chars reads a character set name and
769displays all characters in that character set.
770
771** M-x set-terminal-coding-system (C-x RET t) now allows CCL-based
772coding systems such as cpXXX and cyrillic-koi8.
773
efeb796b
EZ
774** Emacs now attempts to determine the initial language environment
775and preferred and locale coding systems systematically from the
776LC_ALL, LC_CTYPE, and LANG environment variables during startup.
777
efeb796b
EZ
778** New language environments `Polish', `Latin-8' and `Latin-9'.
779Latin-8 and Latin-9 correspond respectively to the ISO character sets
7808859-14 (Celtic) and 8859-15 (updated Latin-1, with the Euro sign).
781GNU Intlfonts doesn't support these yet but recent X releases have
7828859-15. See etc/INSTALL for information on obtaining extra fonts.
783There are new Leim input methods for Latin-8 and Latin-9 prefix (only)
784and Polish `slash'.
785
efeb796b
EZ
786** New language environments `Dutch' and `Spanish'.
787These new environments mainly select appropriate translations
788of the tutorial.
789
790** In Ethiopic language environment, special key bindings for
791function keys are changed as follows. This is to conform to "Emacs
792Lisp Coding Convention".
793
794 new command old-binding
795 --- ------- -----------
796 f3 ethio-fidel-to-sera-buffer f5
797 S-f3 ethio-fidel-to-sera-region f5
798 C-f3 ethio-fidel-to-sera-mail-or-marker f5
799
800 f4 ethio-sera-to-fidel-buffer unchanged
801 S-f4 ethio-sera-to-fidel-region unchanged
802 C-f4 ethio-sera-to-fidel-mail-or-marker unchanged
803
804 S-f5 ethio-toggle-punctuation f3
805 S-f6 ethio-modify-vowel f6
806 S-f7 ethio-replace-space f7
807 S-f8 ethio-input-special-character f8
808 S-f9 ethio-replace-space unchanged
809 C-f9 ethio-toggle-space f2
810
bd161121
EZ
811** There are new Leim input methods.
812New input methods "turkish-postfix", "turkish-alt-postfix",
813"greek-mizuochi", "TeX", and "greek-babel" are now part of the Leim
814package.
815
efeb796b
EZ
816** The rule of input method "slovak" is slightly changed. Now the
817rules for translating "q" and "Q" to "`" (backquote) are deleted, thus
818typing them inserts "q" and "Q" respectively. Rules for translating
819"=q", "+q", "=Q", and "+Q" to "`" are also deleted. Now, to input
820"`", you must type "=q".
821
efeb796b
EZ
822** When your terminal can't display characters from some of the ISO
8238859 character sets but can display Latin-1, you can display
824more-or-less mnemonic sequences of ASCII/Latin-1 characters instead of
825empty boxes (under a window system) or question marks (not under a
826window system). Customize the option `latin1-display' to turn this
827on.
828
efeb796b
EZ
829** M-; now calls comment-dwim which tries to do something clever based
830on the context. M-x kill-comment is now an alias to comment-kill,
831defined in newcomment.el. You can choose different styles of region
832commenting with the variable `comment-style'.
5cb6a58e 833
5898e075
DL
834** New user options `display-time-mail-face' and
835`display-time-use-mail-icon' control the appearance of mode-line mail
836indicator used by the display-time package. On a suitable display the
837indicator can be an icon and is mouse-sensitive.
838
cc181e95
GM
839** On window-systems, additional space can be put between text lines
840on the display using several methods
841
842- By setting frame parameter `line-spacing' to PIXELS. PIXELS must be
843a positive integer, and specifies that PIXELS number of pixels should
844be put below text lines on the affected frame or frames.
845
846- By setting X resource `lineSpacing', class `LineSpacing'. This is
5820dead 847equivalent to specifying the frame parameter.
cc181e95 848
da4496b6 849- By specifying `--line-spacing=N' or `-lsp N' on the command line.
cc181e95
GM
850
851- By setting buffer-local variable `line-spacing'. The meaning is
852the same, but applies to the a particular buffer only.
853
3b4fa1b2 854** The new command `clone-indirect-buffer' can be used to create
1c459486 855an indirect buffer that is a twin copy of the current buffer. The
3b4fa1b2 856command `clone-indirect-buffer-other-window', bound to C-x 4 c,
1c459486 857does the same but displays the indirect buffer in another window.
0daee095 858
176256a1 859** New user options `backup-directory-alist' and
3bbc50af
DL
860`make-backup-file-name-function' control the placement of backups,
861typically in a single directory or in an invisible sub-directory.
176256a1 862
dd0add8e
DL
863** New commands iso-iso2sgml and iso-sgml2iso convert between Latin-1
864characters and the corresponding SGML (HTML) entities.
865
699238d9 866** New X resources recognized
100b3cbb 867
7233c5bd
GM
868*** The X resource `synchronous', class `Synchronous', specifies
869whether Emacs should run in synchronous mode. Synchronous mode
870is useful for debugging X problems.
871
872Example:
873
699238d9 874 emacs.synchronous: true
7233c5bd 875
100b3cbb
GM
876*** The X resource `visualClass, class `VisualClass', specifies the
877visual Emacs should use. The resource's value should be a string of
878the form `CLASS-DEPTH', where CLASS is the name of the visual class,
879and DEPTH is the requested color depth as a decimal number. Valid
880visual class names are
881
882 TrueColor
883 PseudoColor
884 DirectColor
885 StaticColor
886 GrayScale
887 StaticGray
888
889Visual class names specified as X resource are case-insensitive, i.e.
890`pseudocolor', `Pseudocolor' and `PseudoColor' all have the same
891meaning.
892
893The program `xdpyinfo' can be used to list the visual classes
894supported on your display, and which depths they have. If
895`visualClass' is not specified, Emacs uses the display's default
896visual.
897
898Example:
899
699238d9 900 emacs.visualClass: TrueColor-8
100b3cbb
GM
901
902*** The X resource `privateColormap', class `PrivateColormap',
903specifies that Emacs should use a private colormap if it is using the
904default visual, and that visual is of class PseudoColor. Recognized
905resource values are `true' or `on'.
906
907Example:
908
699238d9 909 emacs.privateColormap: true
100b3cbb 910
a933dad1
DL
911** Faces and frame parameters.
912
913There are four new faces `scroll-bar', `border', `cursor' and `mouse'.
914Setting the frame parameters `scroll-bar-foreground' and
915`scroll-bar-background' sets foreground and background color of face
916`scroll-bar' and vice versa. Setting frame parameter `border-color'
917sets the background color of face `border' and vice versa. Likewise
918for frame parameters `cursor-color' and face `cursor', and frame
919parameter `mouse-color' and face `mouse'.
920
921Changing frame parameter `font' sets font-related attributes of the
922`default' face and vice versa. Setting frame parameters
79214ddf 923`foreground-color' or `background-color' sets the colors of the
a933dad1
DL
924`default' face and vice versa.
925
f77a4a8a
GM
926** New face `menu'.
927
928The face `menu' can be used to change colors and font of Emacs' menus.
f77a4a8a 929
a933dad1
DL
930** New frame parameter `screen-gamma' for gamma correction.
931
932The new frame parameter `screen-gamma' specifies gamma-correction for
933colors. Its value may be nil, the default, in which case no gamma
934correction occurs, or a number > 0, usually a float, that specifies
935the screen gamma of a frame's display.
936
937PC monitors usually have a screen gamma of 2.2. smaller values result
938in darker colors. You might want to try a screen gamma of 1.5 for LCD
939color displays. The viewing gamma Emacs uses is 0.4545. (1/2.2).
940
941The X resource name of this parameter is `screenGamma', class
942`ScreenGamma'.
943
a933dad1
DL
944** Tabs and variable-width text.
945
946Tabs are now displayed with stretch properties; the width of a tab is
947defined as a multiple of the normal character width of a frame, and is
948independent of the fonts used in the text where the tab appears.
949Thus, tabs can be used to line up text in different fonts.
950
951** Enhancements of the Lucid menu bar
952
953*** The Lucid menu bar now supports the resource "margin".
954
955 emacs.pane.menubar.margin: 5
956
79dd1637
RS
957The default margin is 4 which makes the menu bar appear like the
958LessTif/Motif one.
a933dad1 959
79dd1637
RS
960*** Arrows that indicate sub-menus are now drawn with shadows, as in
961LessTif and Motif.
a933dad1 962
a933dad1
DL
963** A block cursor can be drawn as wide as the glyph under it under X.
964
965As an example: if a block cursor is over a tab character, it will be
966drawn as wide as that tab on the display. To do this, set
967`x-stretch-cursor' to a non-nil value.
968
969** Empty display lines at the end of a buffer may be marked with a
efeb796b 970bitmap (this is similar to the tilde displayed by vi and Less).
a933dad1
DL
971
972This behavior is activated by setting the buffer-local variable
973`indicate-empty-lines' to a non-nil value. The default value of this
974variable is found in `default-indicate-empty-lines'.
975
976** There is a new "aggressive" scrolling method.
977
978When scrolling up because point is above the window start, if the
d9e66103 979value of the buffer-local variable `scroll-up-aggressively' is a
a933dad1 980number, Emacs chooses a new window start so that point ends up that
d5951185 981fraction of the window's height from the top of the window.
a933dad1
DL
982
983When scrolling down because point is below the window end, if the
8a33023e 984value of the buffer-local variable `scroll-down-aggressively' is a
a933dad1 985number, Emacs chooses a new window start so that point ends up that
d5951185 986fraction of the window's height from the bottom of the window.
a933dad1 987
efeb796b
EZ
988** You can now easily create new *Info* buffers using either
989M-x clone-buffer, C-u m <entry> RET or C-u g <entry> RET.
990M-x clone-buffer can also be used on *Help* and several other special
991buffers.
992
993** The command `Info-search' now uses a search history.
994
995** Listing buffers with M-x list-buffers (C-x C-b) now shows
996abbreviated file names. Abbreviations can be customized by changing
997`directory-abbrev-alist'.
998
efeb796b
EZ
999** A new variable, backup-by-copying-when-privileged-mismatch, gives
1000the highest file uid for which backup-by-copying-when-mismatch will be
1001forced on. The assumption is that uids less than or equal to this
1002value are special uids (root, bin, daemon, etc.--not real system
1003users) and that files owned by these users should not change ownership,
1004even if your system policy allows users other than root to edit them.
1005
1006The default is 200; set the variable to nil to disable the feature.
1007
a933dad1
DL
1008** The rectangle commands now avoid inserting undesirable spaces,
1009notably at the end of lines.
1010
1011All these functions have been rewritten to avoid inserting unwanted
1012spaces, and an optional prefix now allows them to behave the old way.
1013
8748ecc0 1014** The function `replace-rectangle' is an alias for `string-rectangle'.
eee54b0e 1015
8748ecc0
GM
1016** The new command M-x string-insert-rectangle is like `string-rectangle',
1017but inserts text instead of replacing it.
2ce72bfa 1018
a933dad1
DL
1019** The new command M-x query-replace-regexp-eval acts like
1020query-replace-regexp, but takes a Lisp expression which is evaluated
1021after each match to get the replacement text.
1022
d5483ab1
GM
1023** M-x query-replace recognizes a new command `e' (or `E') that lets
1024you edit the replacement string.
4ff40dd0 1025
75823f67
EZ
1026** The new command mail-abbrev-complete-alias, bound to `M-TAB'
1027(if you load the library `mailabbrev'), lets you complete mail aliases
1028in the text, analogous to lisp-complete-symbol.
4ff40dd0 1029
efeb796b 1030** The variable `echo-keystrokes' may now have a floating point value.
889be0a1 1031
efeb796b
EZ
1032** If your init file is compiled (.emacs.elc), `user-init-file' is set
1033to the source name (.emacs.el), if that exists, after loading it.
327652be 1034
efeb796b
EZ
1035** The help string specified for a menu-item whose definition contains
1036the property `:help HELP' is now displayed under X, on MS-Windows, and
1037MS-DOS, either in the echo area or with tooltips. Many standard menus
1038displayed by Emacs now have help strings.
a32da22c 1039
75823f67 1040--
efeb796b
EZ
1041** New user option `read-mail-command' specifies a command to use to
1042read mail from the menu etc.
559cee90 1043
efeb796b
EZ
1044** The environment variable `EMACSLOCKDIR' is no longer used on MS-Windows.
1045This environment variable was used when creating lock files. Emacs on
1046MS-Windows does not use this variable anymore. This change was made
1047before Emacs 21.1, but wasn't documented until now.
559cee90 1048
efeb796b
EZ
1049** Highlighting of mouse-sensitive regions is now supported in the
1050MS-DOS version of Emacs.
424d8b44 1051
efeb796b
EZ
1052** The new command `msdos-set-mouse-buttons' forces the MS-DOS version
1053of Emacs to behave as if the mouse had a specified number of buttons.
1054This comes handy with mice that don't report their number of buttons
1055correctly. One example is the wheeled mice, which report 3 buttons,
1056but clicks on the middle button are not passed to the MS-DOS version
1057of Emacs.
eb2aac9d 1058
efeb796b 1059** Customize changes
eb2aac9d 1060
efeb796b
EZ
1061*** Customize now supports comments about customized items. Use the
1062`State' menu to add comments, or give a prefix argument to
1063M-x customize-set-variable or M-x customize-set-value. Note that
1064customization comments will cause the customizations to fail in
1065earlier versions of Emacs.
1b24b888 1066
efeb796b
EZ
1067*** The new option `custom-buffer-done-function' says whether to kill
1068Custom buffers when you've done with them or just bury them (the
1069default).
79c78e77 1070
efeb796b
EZ
1071*** If Emacs was invoked with the `-q' or `--no-init-file' options, it
1072does not allow you to save customizations in your `~/.emacs' init
1073file. This is because saving customizations from such a session would
1074wipe out all the other customizationss you might have on your init
1075file.
79c78e77 1076
efeb796b 1077** New features in evaluation commands
3476b54a 1078
efeb796b
EZ
1079*** The commands to evaluate Lisp expressions, such as C-M-x in Lisp
1080modes, C-j in Lisp Interaction mode, and M-:, now bind the variables
1081print-level, print-length, and debug-on-error based on the new
1082customizable variables eval-expression-print-level,
1083eval-expression-print-length, and eval-expression-debug-on-error.
a933dad1 1084
f37e8c77
EZ
1085The default values for the first two of these variables are 12 and 4
1086respectively, which means that `eval-expression' now prints at most
1087the first 12 members of a list and at most 4 nesting levels deep (if
1088the list is longer or deeper than that, an ellipsis `...' is
1089printed).
1090
75c5350a
GM
1091<RET> or <mouse-2> on the printed text toggles between an abbreviated
1092printed representation and an unabbreviated one.
f6e6cdf2 1093
f37e8c77
EZ
1094The default value of eval-expression-debug-on-error is t, so any error
1095during evaluation produces a backtrace.
1096
3a426197 1097*** The function `eval-defun' (C-M-x) now loads Edebug and instruments
5e03eb84
GM
1098code when called with a prefix argument.
1099
b1c609b1
GM
1100** CC mode changes.
1101
1102Note: This release contains changes that might not be compatible with
1103current user setups (although it's believed that these
1104incompatibilities will only show in very uncommon circumstances).
1105However, since the impact is uncertain, these changes may be rolled
1106back depending on user feedback. Therefore there's no forward
1107compatibility guarantee wrt the new features introduced in this
1108release.
1109
e120bebf
GM
1110*** The hardcoded switch to "java" style in Java mode is gone.
1111CC Mode used to automatically set the style to "java" when Java mode
1112is entered. This has now been removed since it caused too much
1113confusion.
1114
1115However, to keep backward compatibility to a certain extent, the
1116default value for c-default-style now specifies the "java" style for
1117java-mode, but "gnu" for all other modes (as before). So you won't
1118notice the change if you haven't touched that variable.
1119
1120*** New cleanups, space-before-funcall and compact-empty-funcall.
1121Two new cleanups have been added to c-cleanup-list:
1122
1123space-before-funcall causes a space to be inserted before the opening
1124parenthesis of a function call, which gives the style "foo (bar)".
1125
1126compact-empty-funcall causes any space before a function call opening
1127parenthesis to be removed if there are no arguments to the function.
1128It's typically useful together with space-before-funcall to get the
1129style "foo (bar)" and "foo()".
1130
1131*** Some keywords now automatically trigger reindentation.
1132Keywords like "else", "while", "catch" and "finally" have been made
1133"electric" to make them reindent automatically when they continue an
1134earlier statement. An example:
1135
1136for (i = 0; i < 17; i++)
1137 if (a[i])
1138 res += a[i]->offset;
1139else
1140
1141Here, the "else" should be indented like the preceding "if", since it
1142continues that statement. CC Mode will automatically reindent it after
1143the "else" has been typed in full, since it's not until then it's
1144possible to decide whether it's a new statement or a continuation of
1145the preceding "if".
1146
1147CC Mode uses Abbrev mode to achieve this, which is therefore turned on
1148by default.
1149
1150*** M-a and M-e now moves by sentence in multiline strings.
1151Previously these two keys only moved by sentence in comments, which
1152meant that sentence movement didn't work in strings containing
1153documentation or other natural language text.
1154
1155The reason it's only activated in multiline strings (i.e. strings that
1156contain a newline, even when escaped by a '\') is to avoid stopping in
1157the short strings that often reside inside statements. Multiline
1158strings almost always contain text in a natural language, as opposed
1159to other strings that typically contain format specifications,
1160commands, etc. Also, it's not that bothersome that M-a and M-e misses
1161sentences in single line strings, since they're short anyway.
1162
1163*** Support for autodoc comments in Pike mode.
1164Autodoc comments for Pike are used to extract documentation from the
1165source, like Javadoc in Java. Pike mode now recognize this markup in
1166comment prefixes and paragraph starts.
1167
1168*** The comment prefix regexps on c-comment-prefix may be mode specific.
1169When c-comment-prefix is an association list, it specifies the comment
1170line prefix on a per-mode basis, like c-default-style does. This
1171change came about to support the special autodoc comment prefix in
1172Pike mode only.
1173
1174*** Better handling of syntactic errors.
1175The recovery after unbalanced parens earlier in the buffer has been
1176improved; CC Mode now reports them by dinging and giving a message
1177stating the offending line, but still recovers and indent the
1178following lines in a sane way (most of the time). An "else" with no
1179matching "if" is handled similarly. If an error is discovered while
1180indenting a region, the whole region is still indented and the error
1181is reported afterwards.
1182
1183*** Lineup functions may now return absolute columns.
1184A lineup function can give an absolute column to indent the line to by
1185returning a vector with the desired column as the first element.
1186
1187*** More robust and warning-free byte compilation.
1188Although this is strictly not a user visible change (well, depending
1189on the view of a user), it's still worth mentioning that CC Mode now
1190can be compiled in the standard ways without causing trouble. Some
1191code have also been moved between the subpackages to enhance the
1192modularity somewhat. Thanks to Martin Buchholz for doing the
1193groundwork.
1194
7972fcfc
GM
1195*** c-style-variables-are-local-p now defaults to t.
1196This is an incompatible change that has been made to make the behavior
1197of the style system wrt global variable settings less confusing for
1198non-advanced users. If you know what this variable does you might
1199want to set it to nil in your .emacs, otherwise you probably don't
1200have to bother.
1201
1202Defaulting c-style-variables-are-local-p to t avoids the confusing
1203situation that occurs when a user sets some style variables globally
487522fe 1204and edits both a Java and a non-Java file in the same Emacs session.
7972fcfc
GM
1205If the style variables aren't buffer local in this case, loading of
1206the second file will cause the default style (either "gnu" or "java"
1207by default) to override the global settings made by the user.
1208
b1c609b1
GM
1209*** New initialization procedure for the style system.
1210When the initial style for a buffer is determined by CC Mode (from the
1211variable c-default-style), the global values of style variables now
1212take precedence over the values specified by the chosen style. This
1213is different than the old behavior: previously, the style-specific
1214settings would override the global settings. This change makes it
1215possible to do simple configuration in the intuitive way with
1216Customize or with setq lines in one's .emacs file.
1217
1218By default, the global value of every style variable is the new
1219special symbol set-from-style, which causes the value to be taken from
1220the style system. This means that in effect, only an explicit setting
1221of a style variable will cause the "overriding" behavior described
1222above.
1223
1224Also note that global settings override style-specific settings *only*
1225when the initial style of a buffer is chosen by a CC Mode major mode
1226function. When a style is chosen in other ways --- for example, by a
1227call like (c-set-style "gnu") in a hook, or via M-x c-set-style ---
1228then the style-specific values take precedence over any global style
1229values. In Lisp terms, global values override style-specific values
1230only when the new second argument to c-set-style is non-nil; see the
1231function documentation for more info.
1232
1233The purpose of these changes is to make it easier for users,
1234especially novice users, to do simple customizations with Customize or
1235with setq in their .emacs files. On the other hand, the new system is
1236intended to be compatible with advanced users' customizations as well,
1237such as those that choose styles in hooks or whatnot. This new system
1238is believed to be almost entirely compatible with current
1239configurations, in spite of the changed precedence between style and
1240global variable settings when a buffer's default style is set.
1241
1242(Thanks to Eric Eide for clarifying this explanation a bit.)
1243
1244**** c-offsets-alist is now a customizable variable.
1245This became possible as a result of the new initialization behavior.
1246
1247This variable is treated slightly differently from the other style
1248variables; instead of using the symbol set-from-style, it will be
1249completed with the syntactic symbols it doesn't already contain when
1250the style is first initialized. This means it now defaults to the
1251empty list to make all syntactic elements get their values from the
1252style system.
1253
1254**** Compatibility variable to restore the old behavior.
1255In case your configuration doesn't work with this change, you can set
1256c-old-style-variable-behavior to non-nil to get the old behavior back
1257as far as possible.
1258
1259*** Improvements to line breaking and text filling.
1260CC Mode now handles this more intelligently and seamlessly wrt the
1261surrounding code, especially inside comments. For details see the new
1262chapter about this in the manual.
1263
1264**** New variable to recognize comment line prefix decorations.
1265The variable c-comment-prefix-regexp has been added to properly
1266recognize the line prefix in both block and line comments. It's
1267primarily used to initialize the various paragraph recognition and
1268adaptive filling variables that the text handling functions uses.
1269
1270**** New variable c-block-comment-prefix.
1271This is a generalization of the now obsolete variable
1272c-comment-continuation-stars to handle arbitrary strings.
1273
1274**** CC Mode now uses adaptive fill mode.
1275This to make it adapt better to the paragraph style inside comments.
1276
1277It's also possible to use other adaptive filling packages inside CC
1278Mode, notably Kyle E. Jones' Filladapt mode (http://wonderworks.com/).
1279A new convenience function c-setup-filladapt sets up Filladapt for use
1280inside CC Mode.
1281
1282Note though that the 2.12 version of Filladapt lacks a feature that
1283causes it to work suboptimally when c-comment-prefix-regexp can match
1284the empty string (which it commonly does). A patch for that is
1285available from the CC Mode web site (http://www.python.org/emacs/
1286cc-mode/).
1287
9ed462b7
EZ
1288**** The variables `c-hanging-comment-starter-p' and
1289`c-hanging-comment-ender-p', which controlled how comment starters and
1290enders were filled, are not used anymore. The new version of the
1291function `c-fill-paragraph' keeps the comment starters and enders as
1292they were before the filling.
1293
b1c609b1
GM
1294**** It's now possible to selectively turn off auto filling.
1295The variable c-ignore-auto-fill is used to ignore auto fill mode in
1296specific contexts, e.g. in preprocessor directives and in string
1297literals.
1298
1299**** New context sensitive line break function c-context-line-break.
1300It works like newline-and-indent in normal code, and adapts the line
1301prefix according to the comment style when used inside comments. If
1302you're normally using newline-and-indent, you might want to switch to
1303this function.
1304
1305*** Fixes to IDL mode.
1306It now does a better job in recognizing only the constructs relevant
1307to IDL. E.g. it no longer matches "class" as the beginning of a
1308struct block, but it does match the CORBA 2.3 "valuetype" keyword.
1309Thanks to Eric Eide.
1310
1311*** Improvements to the Whitesmith style.
1312It now keeps the style consistently on all levels and both when
1313opening braces hangs and when they don't.
1314
1315**** New lineup function c-lineup-whitesmith-in-block.
1316
1317*** New lineup functions c-lineup-template-args and c-indent-multi-line-block.
1318See their docstrings for details. c-lineup-template-args does a
1319better job of tracking the brackets used as parens in C++ templates,
1320and is used by default to line up continued template arguments.
1321
1322*** c-lineup-comment now preserves alignment with a comment on the
1323previous line. It used to instead preserve comments that started in
1324the column specified by comment-column.
1325
1326*** c-lineup-C-comments handles "free form" text comments.
1327In comments with a long delimiter line at the start, the indentation
1328is kept unchanged for lines that start with an empty comment line
1329prefix. This is intended for the type of large block comments that
1330contain documentation with its own formatting. In these you normally
1331don't want CC Mode to change the indentation.
1332
1333*** The `c' syntactic symbol is now relative to the comment start
1334instead of the previous line, to make integers usable as lineup
1335arguments.
1336
1337*** All lineup functions have gotten docstrings.
1338
1339*** More preprocessor directive movement functions.
1340c-down-conditional does the reverse of c-up-conditional.
1341c-up-conditional-with-else and c-down-conditional-with-else are
1342variants of these that also stops at "#else" lines (suggested by Don
1343Provan).
1344
1345*** Minor improvements to many movement functions in tricky situations.
1346
efeb796b 1347** Dired changes
c407c570 1348
efeb796b
EZ
1349*** New variable `dired-recursive-deletes' determines if the delete
1350command will delete non-empty directories recursively. The default
1351is, delete only empty directories.
c407c570 1352
efeb796b
EZ
1353*** New variable `dired-recursive-copies' determines if the copy
1354command will copy directories recursively. The default is, do not
1355copy directories recursively.
87be76f6 1356
efeb796b
EZ
1357*** In command `dired-do-shell-command' (usually bound to `!') a `?'
1358in the shell command has a special meaning similar to `*', but with
1359the difference that the command will be run on each file individually.
3353ef5a 1360
efeb796b
EZ
1361*** The new command `dired-find-alternate-file' (usually bound to `a')
1362replaces the Dired buffer with the buffer for an alternate file or
1363directory.
c407c570 1364
a320a8e7 1365*** The new command `dired-show-file-type' (usually bound to `y') shows
efeb796b
EZ
1366a message in the echo area describing what type of file the point is on.
1367This command invokes the external program `file' do its work, and so
1368will only work on systems with that program, and will be only as
1369accurate or inaccurate as it is.
1370
1371*** Dired now properly handles undo changes of adding/removing `-R'
1372from ls switches.
1373
1374*** Dired commands that prompt for a destination file now allow the use
1375of the `M-n' command in the minibuffer to insert the source filename,
1376which the user can then edit. This only works if there is a single
1377source file, not when operating on multiple marked files.
a933dad1 1378
efeb796b 1379** Gnus changes.
87be76f6 1380
efeb796b
EZ
1381The Gnus NEWS entries are short, but they reflect sweeping changes in
1382four areas: Article display treatment, MIME treatment,
1383internationalization and mail-fetching.
87be76f6 1384
efeb796b
EZ
1385*** The mail-fetching functions have changed. See the manual for the
1386many details. In particular, all procmail fetching variables are gone.
87be76f6 1387
efeb796b 1388If you used procmail like in
87be76f6 1389
efeb796b
EZ
1390(setq nnmail-use-procmail t)
1391(setq nnmail-spool-file 'procmail)
1392(setq nnmail-procmail-directory "~/mail/incoming/")
1393(setq nnmail-procmail-suffix "\\.in")
35384f06 1394
efeb796b 1395this now has changed to
87be76f6 1396
efeb796b
EZ
1397(setq mail-sources
1398 '((directory :path "~/mail/incoming/"
1399 :suffix ".in")))
d7b511c4 1400
efeb796b
EZ
1401More information is available in the info doc at Select Methods ->
1402Getting Mail -> Mail Sources
d67f47e4 1403
efeb796b
EZ
1404*** Gnus is now a MIME-capable reader. This affects many parts of
1405Gnus, and adds a slew of new commands. See the manual for details.
1406Separate MIME packages like RMIME, mime-compose etc., will probably no
1407longer work; remove them and use the native facilities.
d7b511c4 1408
efeb796b
EZ
1409The FLIM/SEMI package still works with Emacs 21, but if you want to
1410use the native facilities, you must remove any mailcap.el[c] that was
1411installed by FLIM/SEMI version 1.13 or earlier.
9d453139 1412
efeb796b
EZ
1413*** Gnus has also been multilingualized. This also affects too many
1414parts of Gnus to summarize here, and adds many new variables. There
1415are built-in facilities equivalent to those of gnus-mule.el, which is
1416now just a compatibility layer.
4b9347b3 1417
75823f67
EZ
1418*** gnus-mule.el is now just a compatibility layer over the built-in
1419Gnus facilities.
1420
efeb796b
EZ
1421*** gnus-auto-select-first can now be a function to be
1422called to position point.
4b9347b3 1423
efeb796b
EZ
1424*** The user can now decide which extra headers should be included in
1425summary buffers and NOV files.
79214ddf 1426
efeb796b
EZ
1427*** `gnus-article-display-hook' has been removed. Instead, a number
1428of variables starting with `gnus-treat-' have been added.
79214ddf 1429
efeb796b
EZ
1430*** The Gnus posting styles have been redone again and now work in a
1431subtly different manner.
aca0be23 1432
efeb796b
EZ
1433*** New web-based backends have been added: nnslashdot, nnwarchive
1434and nnultimate. nnweb has been revamped, again, to keep up with
1435ever-changing layouts.
79214ddf 1436
efeb796b 1437*** Gnus can now read IMAP mail via nnimap.
79214ddf 1438
efeb796b 1439*** There is image support of various kinds and some sound support.
8c463abe 1440
efeb796b 1441** Changes in Texinfo mode.
8c463abe 1442
efeb796b
EZ
1443*** A couple of new key bindings have been added for inserting Texinfo
1444macros
79214ddf 1445
efeb796b
EZ
1446 Key binding Macro
1447 -------------------------
1448 C-c C-c C-s @strong
1449 C-c C-c C-e @emph
1450 C-c C-c u @uref
1451 C-c C-c q @quotation
1452 C-c C-c m @email
1453 C-c C-o @<block> ... @end <block>
1454 M-RET @item
79214ddf 1455
efeb796b 1456*** The " key now inserts either " or `` or '' depending on context.
79214ddf 1457
efeb796b 1458** Changes in Outline mode.
79214ddf 1459
efeb796b
EZ
1460There is now support for Imenu to index headings. A new command
1461`outline-headers-as-kill' copies the visible headings in the region to
1462the kill ring, e.g. to produce a table of contents.
89d57763 1463
efeb796b 1464** Changes to Emacs Server
79214ddf 1465
efeb796b
EZ
1466*** The new option `server-kill-new-buffers' specifies what to do
1467with buffers when done with them. If non-nil, the default, buffers
1468are killed, unless they were already present before visiting them with
1469Emacs Server. If nil, `server-temp-file-regexp' specifies which
1470buffers to kill, as before.
79214ddf 1471
efeb796b
EZ
1472Please note that only buffers are killed that still have a client,
1473i.e. buffers visited with `emacsclient --no-wait' are never killed in
1474this way.
1475
1476** Both emacsclient and Emacs itself now accept command line options
1477of the form +LINE:COLUMN in addition to +LINE.
1478
1479** Changes to Show Paren mode.
1480
1481*** Overlays used by Show Paren mode now use a priority property.
1482The new user option show-paren-priority specifies the priority to
1483use. Default is 1000.
79214ddf 1484
efeb796b
EZ
1485** New command M-x check-parens can be used to find unbalanced paren
1486groups and strings in buffers in Lisp mode (or other modes).
f6737cde 1487
efeb796b 1488** Changes to hideshow.el
3f6e4b8b 1489
efeb796b 1490*** Generalized block selection and traversal
f6737cde 1491
efeb796b
EZ
1492A block is now recognized by its start and end regexps (both strings),
1493and an integer specifying which sub-expression in the start regexp
1494serves as the place where a `forward-sexp'-like function can operate.
1495See the documentation of variable `hs-special-modes-alist'.
f6737cde 1496
efeb796b
EZ
1497*** During incremental search, if Hideshow minor mode is active,
1498hidden blocks are temporarily shown. The variable `hs-headline' can
1499be used in the mode line format to show the line at the beginning of
1500the open block.
f6737cde 1501
efeb796b
EZ
1502*** User option `hs-hide-all-non-comment-function' specifies a
1503function to be called at each top-level block beginning, instead of
1504the normal block-hiding function.
f6737cde 1505
efeb796b 1506*** The command `hs-show-region' has been removed.
f6737cde 1507
efeb796b
EZ
1508*** The key bindings have changed to fit the Emacs conventions,
1509roughly imitating those of Outline minor mode. Notably, the prefix
1510for all bindings is now `C-c @'. For details, see the documentation
1511for `hs-minor-mode'.
f6737cde 1512
efeb796b
EZ
1513*** The variable `hs-show-hidden-short-form' has been removed, and
1514hideshow.el now always behaves as if this variable were set to t.
f6737cde 1515
efeb796b 1516** Changes to Change Log mode and Add-Log functions
f6737cde 1517
efeb796b
EZ
1518*** If you invoke `add-change-log-entry' from a backup file, it makes
1519an entry appropriate for the file's parent. This is useful for making
1520log entries by comparing a version with deleted functions.
0c68ce6f 1521
efeb796b
EZ
1522**** New command M-x change-log-merge merges another log into the
1523current buffer.
d521e087 1524
efeb796b
EZ
1525*** New command M-x change-log-redate fixes any old-style date entries
1526in a log file.
1e7db2e9 1527
efeb796b
EZ
1528*** Change Log mode now adds a file's version number to change log
1529entries if user-option `change-log-version-info-enabled' is non-nil.
1530Unless the file is under version control the search for a file's
1531version number is performed based on regular expressions from
1532`change-log-version-number-regexp-list' which can be customized.
1533Version numbers are only found in the first 10 percent of a file.
1534
1535*** Change Log mode now defines its own faces for font-lock highlighting.
1536
1537** Changes to cmuscheme
1538
1539*** The user-option `scheme-program-name' has been renamed
1540`cmuscheme-program-name' due to conflicts with xscheme.el.
1541
1542** Changes in Font Lock
1543
1544*** The new function `font-lock-remove-keywords' can be used to remove
1545font-lock keywords from the current buffer or from a specific major mode.
1546
1547*** Multi-line patterns are now supported. Modes using this, should
1548set font-lock-multiline to t in their font-lock-defaults.
1549
1550*** `font-lock-syntactic-face-function' allows major-modes to choose
1551the face used for each string/comment.
1552
1553*** A new standard face `font-lock-doc-face'.
1554Meant for Lisp docstrings, Javadoc comments and other "documentation in code".
1555
1556** Changes to Shell mode
1557
1558*** The `shell' command now accepts an optional argument to specify the buffer
1559to use, which defaults to "*shell*". When used interactively, a
1560non-default buffer may be specified by giving the `shell' command a
1561prefix argument (causing it to prompt for the buffer name).
1562
1563** Comint (subshell) changes
1564
1565These changes generally affect all modes derived from comint mode, which
1566include shell-mode, gdb-mode, scheme-interaction-mode, etc.
1567
1568*** Comint now by default interprets some carriage-control characters.
1569Comint now removes CRs from CR LF sequences, and treats single CRs and
1570BSs in the output in a way similar to a terminal (by deleting to the
1571beginning of the line, or deleting the previous character,
1572respectively). This is achieved by adding `comint-carriage-motion' to
1573the `comint-output-filter-functions' hook by default.
1574
1575*** By default, comint no longer uses the variable `comint-prompt-regexp'
1576to distinguish prompts from user-input. Instead, it notices which
1577parts of the text were output by the process, and which entered by the
1578user, and attaches `field' properties to allow emacs commands to use
1579this information. Common movement commands, notably beginning-of-line,
1580respect field boundaries in a fairly natural manner. To disable this
1581feature, and use the old behavior, customize the user option
1582`comint-use-prompt-regexp-instead-of-fields'.
1583
1584*** Comint now includes new features to send commands to running processes
1585and redirect the output to a designated buffer or buffers.
1586
1587*** The command M-x comint-redirect-send-command reads a command and
1588buffer name from the mini-buffer. The command is sent to the current
1589buffer's process, and its output is inserted into the specified buffer.
1590
1591The command M-x comint-redirect-send-command-to-process acts like
1592M-x comint-redirect-send-command but additionally reads the name of
1593the buffer whose process should be used from the mini-buffer.
1594
1595*** Packages based on comint now highlight user input and program prompts,
1596and support choosing previous input with mouse-2. To control these features,
1597see the user-options `comint-highlight-input' and `comint-highlight-prompt'.
1598
1599*** The new command `comint-write-output' (usually bound to `C-c C-s')
1600saves the output from the most recent command to a file. With a prefix
1601argument, it appends to the file.
1602
1603*** The command `comint-kill-output' has been renamed `comint-delete-output'
1604(usually bound to `C-c C-o'); the old name is aliased to it for
1605compatibility.
1606
1607*** The new function `comint-add-to-input-history' adds commands to the input
1608ring (history).
1609
1610*** The new variable `comint-input-history-ignore' is a regexp for
1611identifying history lines that should be ignored, like tcsh time-stamp
1612strings, starting with a `#'. The default value of this variable is "^#".
1613
1614** Changes to Rmail mode
1615
1616*** The new user-option rmail-user-mail-address-regexp can be
1617set to fine tune the identification of the correspondent when
1618receiving new mail. If it matches the address of the sender, the
1619recipient is taken as correspondent of a mail. If nil, the default,
1620`user-login-name' and `user-mail-address' are used to exclude yourself
1621as correspondent.
1622
1623Usually you don't have to set this variable, except if you collect
1624mails sent by you under different user names. Then it should be a
1625regexp matching your mail addresses.
1626
1627*** The new user-option rmail-confirm-expunge controls whether and how
1628to ask for confirmation before expunging deleted messages from an
1629Rmail file. You can choose between no confirmation, confirmation
1630with y-or-n-p, or confirmation with yes-or-no-p. Default is to ask
1631for confirmation with yes-or-no-p.
1632
1633*** RET is now bound in the Rmail summary to rmail-summary-goto-msg,
1634like `j'.
1635
1636*** There is a new user option `rmail-digest-end-regexps' that
1637specifies the regular expressions to detect the line that ends a
1638digest message.
1639
1640*** The new user option `rmail-automatic-folder-directives' specifies
1641in which folder to put messages automatically.
1642
1643*** The new function `rmail-redecode-body' allows to fix a message
1644with non-ASCII characters if Emacs happens to decode it incorrectly
1645due to missing or malformed "charset=" header.
1646
1647** The new user-option `mail-envelope-from' can be used to specify
1648an envelope-from address different from user-mail-address.
1649
75823f67
EZ
1650** The variable mail-specify-envelope-from controls whether to
1651use the -f option when sending mail.
1652
f68113db
EZ
1653** The Rmail command `o' (`rmail-output-to-rmail-file') now writes the
1654current message in the internal `emacs-mule' encoding, rather than in
1655the encoding taken from the variable `buffer-file-coding-system'.
1656This allows to save messages whose characters cannot be safely encoded
1657by the buffer's coding system, and makes sure the message will be
1658displayed correctly when you later visit the target Rmail file.
1659
1660If you want your Rmail files be encoded in a specific coding system
1661other than `emacs-mule', you can customize the variable
1662`rmail-file-coding-system' to set its value to that coding system.
1663
efeb796b
EZ
1664** Changes to TeX mode
1665
1666*** The default mode has been changed from `plain-tex-mode' to
1667`latex-mode'.
1668
1669*** latex-mode now has a simple indentation algorithm.
1670
1671*** M-f and M-p jump around \begin...\end pairs.
1672
1673*** Added support for outline-minor-mode.
1674
1675** Changes to RefTeX mode
1676
1677*** RefTeX has new support for index generation. Index entries can be
1678 created with `C-c <', with completion available on index keys.
1679 Pressing `C-c /' indexes the word at the cursor with a default
1680 macro. `C-c >' compiles all index entries into an alphabetically
1681 sorted *Index* buffer which looks like the final index. Entries
1682 can be edited from that buffer.
1683
1684*** Label and citation key selection now allow to select several
1685 items and reference them together (use `m' to mark items, `a' or
1686 `A' to use all marked entries).
1687
1688*** reftex.el has been split into a number of smaller files to reduce
1689 memory use when only a part of RefTeX is being used.
1690
1691*** a new command `reftex-view-crossref-from-bibtex' (bound to `C-c &'
1692 in BibTeX-mode) can be called in a BibTeX database buffer in order
1693 to show locations in LaTeX documents where a particular entry has
1694 been cited.
1695
1696** Emacs Lisp mode now allows multiple levels of outline headings.
1697The level of a heading is determined from the number of leading
1698semicolons in a heading line. Toplevel forms starting with a `('
1699in column 1 are always made leaves.
1700
1701** The M-x time-stamp command (most commonly used on write-file-hooks)
1702has the following new features:
1703
1704*** The patterns for finding the time stamp and for updating a pattern
1705may match text spanning multiple lines. For example, some people like
1706to have the filename and date on separate lines. The new variable
1707time-stamp-inserts-lines controls the matching for multi-line patterns.
1708
1709*** More than one time stamp can be updated in the same file. This
1710feature is useful if you need separate time stamps in a program source
1711file to both include in formatted documentation and insert in the
1712compiled binary. The same time-stamp will be written at each matching
1713pattern. The variable time-stamp-count enables this new feature; it
1714defaults to 1.
1715
1716** Partial Completion mode now completes environment variables in
1717file names.
1718
1719** Ispell changes
fbc164de 1720
efeb796b
EZ
1721*** The command `ispell' now spell-checks a region if
1722transient-mark-mode is on, and the mark is active. Otherwise it
1723spell-checks the current buffer.
59c1bf85 1724
efeb796b
EZ
1725*** Support for synchronous subprocesses - DOS/Windoze - has been
1726added.
732b9cdd 1727
efeb796b
EZ
1728*** An "alignment error" bug was fixed when a manual spelling
1729correction is made and re-checked.
b8b2ea31 1730
efeb796b 1731*** An Italian, Portuguese, and Slovak dictionary definition has been added.
b8b2ea31 1732
efeb796b
EZ
1733*** Region skipping performance has been vastly improved in some
1734cases.
b8b2ea31 1735
efeb796b
EZ
1736*** Spell checking HTML buffers has been improved and isn't so strict
1737on syntax errors.
1738
1739*** The buffer-local words are now always placed on a new line at the
1740end of the buffer.
1741
1742*** Spell checking now works in the MS-DOS version of Emacs.
1743
efeb796b
EZ
1744** Makefile mode changes
1745
1746*** The mode now uses the abbrev table `makefile-mode-abbrev-table'.
b8b2ea31 1747
efeb796b
EZ
1748*** Conditionals and include statements are now highlighted when
1749Fontlock mode is active.
1e406be0 1750
efeb796b 1751** Isearch changes
e33b0397 1752
efeb796b
EZ
1753*** Isearch now puts a call to `isearch-resume' in the command history,
1754so that searches can be resumed.
e33b0397 1755
3a426197 1756*** In Isearch mode, C-M-s and C-M-r are now bound like C-s and C-r,
efeb796b
EZ
1757respectively, i.e. you can repeat a regexp isearch with the same keys
1758that started the search.
1759
1760*** In Isearch mode, mouse-2 in the echo area now yanks the current
1761selection into the search string rather than giving an error.
6f8ea2ae 1762
efeb796b 1763*** There is a new lazy highlighting feature in incremental search.
c0510d27 1764
efeb796b
EZ
1765Lazy highlighting is switched on/off by customizing variable
1766`isearch-lazy-highlight'. When active, all matches for the current
1767search string are highlighted. The current match is highlighted as
1768before using face `isearch' or `region'. All other matches are
1769highlighted using face `isearch-lazy-highlight-face' which defaults to
1770`secondary-selection'.
5d94f558 1771
efeb796b
EZ
1772The extra highlighting makes it easier to anticipate where the cursor
1773will end up each time you press C-s or C-r to repeat a pending search.
1774Highlighting of these additional matches happens in a deferred fashion
1775using "idle timers," so the cycles needed do not rob isearch of its
1776usual snappy response.
dc28878c 1777
efeb796b
EZ
1778If `isearch-lazy-highlight-cleanup' is set to t, highlights for
1779matches are automatically cleared when you end the search. If it is
1780set to nil, you can remove the highlights manually with `M-x
1781isearch-lazy-highlight-cleanup'.
95931eb1 1782
54baed30
GM
1783** VC Changes
1784
1785VC has been overhauled internally. It is now modular, making it
1786easier to plug-in arbitrary version control backends. (See Lisp
1787Changes for details on the new structure.) As a result, the mechanism
1788to enable and disable support for particular version systems has
1789changed: everything is now controlled by the new variable
60a441a5 1790`vc-handled-backends'. Its value is a list of symbols that identify
54baed30
GM
1791version systems; the default is '(RCS CVS SCCS). When finding a file,
1792each of the backends in that list is tried in order to see whether the
1793file is registered in that backend.
1794
1795When registering a new file, VC first tries each of the listed
1796backends to see if any of them considers itself "responsible" for the
1797directory of the file (e.g. because a corresponding subdirectory for
1798master files exists). If none of the backends is responsible, then
1799the first backend in the list that could register the file is chosen.
1800As a consequence, the variable `vc-default-back-end' is now obsolete.
1801
1802The old variable `vc-master-templates' is also obsolete, although VC
1803still supports it for backward compatibility. To define templates for
1804RCS or SCCS, you should rather use the new variables
1805vc-{rcs,sccs}-master-templates. (There is no such feature under CVS
1806where it doesn't make sense.)
1807
1808The variables `vc-ignore-vc-files' and `vc-handle-cvs' are also
1809obsolete now, you must set `vc-handled-backends' to nil or exclude
1810`CVS' from the list, respectively, to achieve their effect now.
1811
1812*** General Changes
1813
1814The variable `vc-checkout-carefully' is obsolete: the corresponding
1815checks are always done now.
1816
327652be 1817VC Dired buffers are now kept up-to-date during all version control
54baed30
GM
1818operations.
1819
c286608e
SM
1820`vc-diff' output is now displayed in `diff-mode'.
1821`vc-print-log' uses `log-view-mode'.
1822`vc-log-mode' (used for *VC-Log*) has been replaced by `log-edit-mode'.
1823
22933be8
AS
1824The command C-x v m (vc-merge) now accepts an empty argument as the
1825first revision number. This means that any recent changes on the
1826current branch should be picked up from the repository and merged into
1827the working file (``merge news'').
1828
1829The commands C-x v s (vc-create-snapshot) and C-x v r
1830(vc-retrieve-snapshot) now ask for a directory name from which to work
1831downwards.
1832
1833*** Multiple Backends
1834
1835VC now lets you register files in more than one backend. This is
1836useful, for example, if you are working with a slow remote CVS
1837repository. You can then use RCS for local editing, and occasionally
1838commit your changes back to CVS, or pick up changes from CVS into your
1839local RCS archives.
1840
1841To make this work, the ``more local'' backend (RCS in our example)
1842should come first in `vc-handled-backends', and the ``more remote''
1843backend (CVS) should come later. (The default value of
1844`vc-handled-backends' already has it that way.)
1845
60a441a5
AS
1846You can then commit changes to another backend (say, RCS), by typing
1847C-u C-x v v RCS RET (i.e. vc-next-action now accepts a backend name as
1848a revision number). VC registers the file in the more local backend
1849if that hasn't already happened, and commits to a branch based on the
1850current revision number from the more remote backend.
22933be8
AS
1851
1852If a file is registered in multiple backends, you can switch to
1853another one using C-x v b (vc-switch-backend). This does not change
1854any files, it only changes VC's perspective on the file. Use this to
1855pick up changes from CVS while working under RCS locally.
1856
1857After you are done with your local RCS editing, you can commit your
1858changes back to CVS using C-u C-x v v CVS RET. In this case, the
1859local RCS archive is removed after the commit, and the log entry
1860buffer is initialized to contain the entire RCS change log of the file.
1861
54baed30
GM
1862*** Changes for CVS
1863
1864There is a new user option, `vc-cvs-stay-local'. If it is `t' (the
1865default), then VC avoids network queries for files registered in
1866remote repositories. The state of such files is then only determined
1867by heuristics and past information. `vc-cvs-stay-local' can also be a
1868regexp to match against repository hostnames; only files from hosts
1869that match it are treated locally. If the variable is nil, then VC
1870queries the repository just as often as it does for local files.
1871
22933be8
AS
1872If `vc-cvs-stay-local' is on, then VC also makes local backups of
1873repository versions. This means that ordinary diffs (C-x v =) and
1874revert operations (C-x v u) can be done completely locally, without
1875any repository interactions at all. The name of a local version
1876backup of FILE is FILE.~REV.~, where REV is the repository version
1877number. This format is similar to that used by C-x v ~
1878(vc-version-other-window), except for the trailing dot. As a matter
1879of fact, the two features can each use the files created by the other,
1880the only difference being that files with a trailing `.' are deleted
105602b1
EZ
1881automatically after commit. (This feature doesn't work on MS-DOS,
1882since DOS disallows more than a single dot in the trunk of a file
1883name.)
22933be8 1884
54baed30
GM
1885If `vc-cvs-stay-local' is on, and there have been changes in the
1886repository, VC notifies you about it when you actually try to commit.
1887If you want to check for updates from the repository without trying to
22933be8 1888commit, you can either use C-x v m RET to perform an update on the
54baed30
GM
1889current file, or you can use C-x v r RET to get an update for an
1890entire directory tree.
1891
1892The new user option `vc-cvs-use-edit' indicates whether VC should call
1893"cvs edit" to make files writeable; it defaults to `t'. (This option
1894is only meaningful if the CVSREAD variable is set, or if files are
1895"watched" by other developers.)
1896
22933be8
AS
1897The commands C-x v s (vc-create-snapshot) and C-x v r
1898(vc-retrieve-snapshot) are now also implemented for CVS. If you give
60a441a5 1899an empty snapshot name to the latter, that performs a `cvs update',
22933be8
AS
1900starting at the given directory.
1901
54baed30
GM
1902*** Lisp Changes in VC
1903
1904VC has been restructured internally to make it modular. You can now
1905add support for arbitrary version control backends by writing a
1906library that provides a certain set of backend-specific functions, and
1907then telling VC to use that library. For example, to add support for
60a441a5
AS
1908a version system named SYS, you write a library named vc-sys.el, which
1909provides a number of functions vc-sys-... (see commentary at the top
54baed30 1910of vc.el for a detailed list of them). To make VC use that library,
60a441a5
AS
1911you need to put it somewhere into Emacs' load path and add the symbol
1912`SYS' to the list `vc-handled-backends'.
54baed30 1913
c4ed232b 1914** The customizable EDT emulation package now supports the EDT
732b9cdd
GM
1915SUBS command and EDT scroll margins. It also works with more
1916terminal/keyboard configurations and it now works under XEmacs.
1917See etc/edt-user.doc for more information.
1918
a933dad1
DL
1919** New modes and packages
1920
79b9f6e0
MB
1921*** The new global minor mode `minibuffer-electric-default-mode'
1922automatically hides the `(default ...)' part of minibuffer prompts when
1923the default is not applicable.
1924
b95b34e5
GM
1925*** Artist is an Emacs lisp package that allows you to draw lines,
1926rectangles and ellipses by using your mouse and/or keyboard. The
1927shapes are made up with the ascii characters |, -, / and \.
1928
1929Features are:
1930
1931- Intersecting: When a `|' intersects with a `-', a `+' is
1932 drawn, like this: | \ /
c607d53d 1933 --+-- X
b95b34e5
GM
1934 | / \
1935
1936- Rubber-banding: When drawing lines you can interactively see the
1937 result while holding the mouse button down and moving the mouse. If
1938 your machine is not fast enough (a 386 is a bit too slow, but a
1939 pentium is well enough), you can turn this feature off. You will
1940 then see 1's and 2's which mark the 1st and 2nd endpoint of the line
1941 you are drawing.
1942
1943- Arrows: After having drawn a (straight) line or a (straight)
1944 poly-line, you can set arrows on the line-ends by typing < or >.
1945
1946- Flood-filling: You can fill any area with a certain character by
1947 flood-filling.
1948
1949- Cut copy and paste: You can cut, copy and paste rectangular
1950 regions. Artist also interfaces with the rect package (this can be
1951 turned off if it causes you any trouble) so anything you cut in
1952 artist can be yanked with C-x r y and vice versa.
c607d53d 1953
b95b34e5
GM
1954- Drawing with keys: Everything you can do with the mouse, you can
1955 also do without the mouse.
1956
1957- Aspect-ratio: You can set the variable artist-aspect-ratio to
1958 reflect the height-width ratio for the font you are using. Squares
1959 and circles are then drawn square/round. Note, that once your
1960 ascii-file is shown with font with a different height-width ratio,
1961 the squares won't be square and the circles won't be round.
1962
1963- Drawing operations: The following drawing operations are implemented:
1964
1965 lines straight-lines
1966 rectangles squares
1967 poly-lines straight poly-lines
1968 ellipses circles
1969 text (see-thru) text (overwrite)
1970 spray-can setting size for spraying
1971 vaporize line vaporize lines
1972 erase characters erase rectangles
1973
1974 Straight lines are lines that go horizontally, vertically or
1975 diagonally. Plain lines go in any direction. The operations in
1976 the right column are accessed by holding down the shift key while
1977 drawing.
1978
1979 It is possible to vaporize (erase) entire lines and connected lines
1980 (rectangles for example) as long as the lines being vaporized are
1981 straight and connected at their endpoints. Vaporizing is inspired
1982 by the drawrect package by Jari Aalto <jari.aalto@poboxes.com>.
1983
1984- Picture mode compatibility: Artist is picture mode compatible (this
1985 can be turned off).
1986
4473cdd9
JW
1987*** The new package Eshell is an operating system command shell
1988implemented entirely in Emacs Lisp. Use `M-x eshell' to invoke it.
1989It functions similarly to bash and zsh, and allows running of Lisp
1990functions and external commands using the same syntax. It supports
1991history lists, aliases, extended globbing, smart scrolling, etc. It
1992will work on any platform Emacs has been ported to. And since most of
1993the basic commands -- ls, rm, mv, cp, ln, du, cat, etc. -- have been
1994rewritten in Lisp, it offers an operating-system independent shell,
1995all within the scope of your Emacs process.
1996
90cbf47e
GM
1997*** The new package timeclock.el is a mode is for keeping track of time
1998intervals. You can use it for whatever purpose you like, but the
1999typical scenario is to keep track of how much time you spend working
2000on certain projects.
2001
baf7eee4
GM
2002*** The new package hi-lock.el provides commands to highlight matches
2003of interactively entered regexps. For example,
abb2db1c 2004
d96d6bb0 2005 M-x highlight-regexp RET clearly RET RET
abb2db1c
GM
2006
2007will highlight all occurrences of `clearly' using a yellow background
2008face. New occurrences of `clearly' will be highlighted as they are
2009typed. `M-x unhighlight-regexp RET' will remove the highlighting.
2010Any existing face can be used for highlighting and a set of
2011appropriate faces is provided. The regexps can be written into the
2012current buffer in a form that will be recognized the next time the
baf7eee4
GM
2013corresponding file is read. There are commands to highlight matches
2014to phrases and to highlight entire lines containing a match.
abb2db1c 2015
d96d6bb0 2016*** The new package zone.el plays games with Emacs' display when
abb2db1c
GM
2017Emacs is idle.
2018
b4c3513f
EZ
2019*** The new package tildify.el allows to add hard spaces or other text
2020fragments in accordance with the current major mode.
2021
31fc5d15
GM
2022*** The new package xml.el provides a simple but generic XML
2023parser. It doesn't parse the DTDs however.
2024
5cb6a58e
SM
2025*** The comment operations are now provided by the newcomment.el
2026package which allows different styles of comment-region and should
2027be more robust while offering the same functionality.
601e0081
SM
2028`comment-region' now doesn't always comment a-line-at-a-time, but only
2029comments the region, breaking the line at point if necessary.
5cb6a58e 2030
578979ee
GM
2031*** The Ebrowse package implements a C++ class browser and tags
2032facilities tailored for use with C++. It is documented in a
2033separate Texinfo file.
2034
424d8b44
DL
2035*** The PCL-CVS package available by either running M-x cvs-examine or
2036by visiting a CVS administrative directory (with a prefix argument)
2037provides an alternative interface to VC-dired for CVS. It comes with
2038`log-view-mode' to view RCS and SCCS logs and `log-edit-mode' used to
8a33023e 2039enter check-in log messages.
dc1178bf 2040
6abca616
EZ
2041*** The new package called `woman' allows to browse Unix man pages
2042without invoking external programs.
2043
2044The command `M-x woman' formats manual pages entirely in Emacs Lisp
2045and then displays them, like `M-x manual-entry' does. Unlike
2046`manual-entry', `woman' does not invoke any external programs, so it
2047is useful on systems such as MS-DOS/MS-Windows where the `man' and
490f2e7b 2048Groff or `troff' commands are not readily available.
6abca616
EZ
2049
2050The command `M-x woman-find-file' asks for the file name of a man
2051page, then formats and displays it like `M-x woman' does.
2052
5e5dff44
GM
2053*** The new command M-x re-builder offers a convenient interface for
2054authoring regular expressions with immediate visual feedback.
2055
2056The buffer from which the command was called becomes the target for
2057the regexp editor popping up in a separate window. Matching text in
2058the target buffer is immediately color marked during the editing.
2059Each sub-expression of the regexp will show up in a different face so
2060even complex regexps can be edited and verified on target data in a
2061single step.
2062
2063On displays not supporting faces the matches instead blink like
2064matching parens to make them stand out. On such a setup you will
2065probably also want to use the sub-expression mode when the regexp
2066contains such to get feedback about their respective limits.
2067
f7136ee8
GM
2068*** glasses-mode is a minor mode that makes
2069unreadableIdentifiersLikeThis readable. It works as glasses, without
2070actually modifying content of a buffer.
2071
bbd9b566
GM
2072*** The package ebnf2ps translates an EBNF to a syntactic chart in
2073PostScript.
2074
2075Currently accepts ad-hoc EBNF, ISO EBNF and Bison/Yacc.
2076
2077The ad-hoc default EBNF syntax has the following elements:
2078
2079 ; comment (until end of line)
2080 A non-terminal
2081 "C" terminal
2082 ?C? special
2083 $A default non-terminal
2084 $"C" default terminal
2085 $?C? default special
2086 A = B. production (A is the header and B the body)
2087 C D sequence (C occurs before D)
2088 C | D alternative (C or D occurs)
2089 A - B exception (A excluding B, B without any non-terminal)
2090 n * A repetition (A repeats n (integer) times)
2091 (C) group (expression C is grouped together)
2092 [C] optional (C may or not occurs)
2093 C+ one or more occurrences of C
2094 {C}+ one or more occurrences of C
2095 {C}* zero or more occurrences of C
2096 {C} zero or more occurrences of C
2097 C / D equivalent to: C {D C}*
2098 {C || D}+ equivalent to: C {D C}*
2099 {C || D}* equivalent to: [C {D C}*]
2100 {C || D} equivalent to: [C {D C}*]
2101
2102Please, see ebnf2ps documentation for EBNF syntax and how to use it.
2103
99453a38
GM
2104*** The package align.el will align columns within a region, using M-x
2105align. Its mode-specific rules, based on regular expressions,
2106determine where the columns should be split. In C and C++, for
2107example, it will align variable names in declaration lists, or the
2108equal signs of assignments.
2109
559cee90
DL
2110*** `paragraph-indent-minor-mode' is a new minor mode supporting
2111paragraphs in the same style as `paragraph-indent-text-mode'.
2112
6448a6b3
GM
2113*** bs.el is a new package for buffer selection similar to
2114list-buffers or electric-buffer-list. Use M-x bs-show to display a
2018166d 2115buffer menu with this package. See the Custom group `bs'.
6448a6b3 2116
6344985d
GM
2117*** find-lisp.el is a package emulating the Unix find command in Lisp.
2118
249652b1
GM
2119*** calculator.el is a small calculator package that is intended to
2120replace desktop calculators such as xcalc and calc.exe. Actually, it
2121is not too small - it has more features than most desktop calculators,
2122and can be customized easily to get many more functions. It should
2123not be confused with "calc" which is a much bigger mathematical tool
2124which answers different needs.
2125
3476b54a
GM
2126*** The minor modes cwarn-mode and global-cwarn-mode highlights
2127suspicious C and C++ constructions. Currently, assignments inside
2128expressions, semicolon following `if', `for' and `while' (except, of
2129course, after a `do .. while' statement), and C++ functions with
2130reference parameters are recognized. The modes require font-lock mode
2131to be enabled.
2132
8964fec7
SM
2133*** smerge-mode.el provides `smerge-mode', a simple minor-mode for files
2134containing diff3-style conflict markers, such as generated by RCS.
2135
a933dad1
DL
2136*** 5x5.el is a simple puzzle game.
2137
16837afc
GM
2138*** hl-line.el provides `hl-line-mode', a minor mode to highlight the
2139current line in the current buffer. It also provides
2140`global-hl-line-mode' to provide the same behaviour in all buffers.
a933dad1
DL
2141
2142*** ansi-color.el translates ANSI terminal escapes into text-properties.
2143
fba448c1 2144Please note: if `ansi-color-for-comint-mode' and
8901d1ac
GM
2145`global-font-lock-mode' are non-nil, loading ansi-color.el will
2146disable font-lock and add `ansi-color-apply' to
2147`comint-preoutput-filter-functions' for all shell-mode buffers. This
2148displays the output of "ls --color=yes" using the correct foreground
2149and background colors.
2150
a933dad1
DL
2151*** delphi.el provides a major mode for editing the Delphi (Object
2152Pascal) language.
2153
2154*** quickurl.el provides a simple method of inserting a URL based on
2155the text at point.
2156
2157*** sql.el provides an interface to SQL data bases.
2158
8d54eb69
DL
2159*** fortune.el uses the fortune program to create mail/news signatures.
2160
732b9cdd
GM
2161*** whitespace.el is a package for warning about and cleaning bogus
2162whitespace in a file.
a933dad1 2163
ebcfda83
GM
2164*** PostScript mode (ps-mode) is a new major mode for editing PostScript
2165files. It offers: interaction with a PostScript interpreter, including
2166(very basic) error handling; fontification, easily customizable for
2167interpreter messages; auto-indentation; insertion of EPSF templates and
2168often used code snippets; viewing of BoundingBox; commenting out /
2169uncommenting regions; conversion of 8bit characters to PostScript octal
2170codes. All functionality is accessible through a menu.
2171
2172*** delim-col helps to prettify columns in a text region or rectangle.
2173
2174Here is an example of columns:
2175
2176horse apple bus
2177dog pineapple car EXTRA
2178porcupine strawberry airplane
2179
2180Doing the following settings:
2181
2182 (setq delimit-columns-str-before "[ ")
2183 (setq delimit-columns-str-after " ]")
2184 (setq delimit-columns-str-separator ", ")
2185 (setq delimit-columns-separator "\t")
2186
2187
2188Selecting the lines above and typing:
2189
2190 M-x delimit-columns-region
2191
2192It results:
2193
2194[ horse , apple , bus , ]
2195[ dog , pineapple , car , EXTRA ]
2196[ porcupine, strawberry, airplane, ]
2197
2198delim-col has the following options:
2199
2200 delimit-columns-str-before Specify a string to be inserted
2201 before all columns.
2202
2203 delimit-columns-str-separator Specify a string to be inserted
2204 between each column.
2205
2206 delimit-columns-str-after Specify a string to be inserted
2207 after all columns.
2208
2209 delimit-columns-separator Specify a regexp which separates
2210 each column.
2211
2212delim-col has the following commands:
2213
2214 delimit-columns-region Prettify all columns in a text region.
2215 delimit-columns-rectangle Prettify all columns in a text rectangle.
2216
2018166d
DL
2217*** Recentf mode maintains a menu for visiting files that were
2218operated on recently. User option recentf-menu-filter specifies a
2219menu filter function to change the menu appearance. For example, the
2220recent file list can be displayed:
f507826c 2221
31fc5d15 2222- organized by major modes, directories or user defined rules.
8a33023e
GM
2223- sorted by file paths, file names, ascending or descending.
2224- showing paths relative to the current default-directory
f507826c 2225
31fc5d15
GM
2226The `recentf-filter-changer' menu filter function allows to
2227dynamically change the menu appearance.
f507826c 2228
8062f458
DL
2229*** elide-head.el provides a mechanism for eliding boilerplate header
2230text.
2231
36e24b82 2232*** footnote.el provides `footnote-mode', a minor mode supporting use
91735437
DL
2233of footnotes. It is intended for use with Message mode, but isn't
2234specific to Message mode.
2235
36e24b82
DL
2236*** diff-mode.el provides `diff-mode', a major mode for
2237viewing/editing context diffs (patches). It is selected for files
2238with extension `.diff', `.diffs', `.patch' and `.rej'.
2239
aaa659ef
DL
2240*** EUDC, the Emacs Unified Directory Client, provides a common user
2241interface to access directory servers using different directory
2242protocols. It has a separate manual.
2243
eee54b0e
DL
2244*** autoconf.el provides a major mode for editing configure.in files
2245for Autoconf, selected automatically.
2246
612839b6
GM
2247*** windmove.el provides moving between windows.
2248
5d94f558 2249*** crm.el provides a facility to read multiple strings from the
612839b6 2250minibuffer with completion.
aaa659ef 2251
399da7e3
DL
2252*** todo-mode.el provides management of TODO lists and integration
2253with the diary features.
2254
6e417ca5
DL
2255*** autoarg.el provides a feature reported from Twenex Emacs whereby
2256numeric keys supply prefix args rather than self inserting.
2257
4a27bdfb
GM
2258*** The function `turn-off-auto-fill' unconditionally turns off Auto
2259Fill mode.
2260
dace60cf
JW
2261*** pcomplete.el is a library that provides programmable completion
2262facilities for Emacs, similar to what zsh and tcsh offer. The main
2263difference is that completion functions are written in Lisp, meaning
2264they can be profiled, debugged, etc.
a18a342d 2265
9540ec3f
EZ
2266*** antlr-mode is a new major mode for editing ANTLR grammar files.
2267It is automatically turned on for files whose names have the extension
2268`.g'.
2269
efeb796b
EZ
2270** Changes in sort.el
2271
2272The function sort-numeric-fields interprets numbers starting with `0'
2273as octal and numbers starting with `0x' or `0X' as hexadecimal. The
2274new user-option sort-numeric-base can be used to specify a default
2275numeric base.
2276
2277** Changes to Ange-ftp
2278
efeb796b
EZ
2279*** Ange-ftp allows you to specify of a port number in remote file
2280names cleanly. It is appended to the host name, separated by a hash
2281sign, e.g. `/foo@bar.org#666:mumble'. (This syntax comes from EFS.)
2282
2283*** If the new user-option `ange-ftp-try-passive-mode' is set, passive
2284ftp mode will be used if the ftp client supports that.
2285
2286*** Ange-ftp handles the output of the w32-style clients which
2287output ^M at the end of lines.
2288
efeb796b
EZ
2289** The recommended way of using Iswitchb is via the new global minor
2290mode `iswitchb-mode'.
2291
efeb796b
EZ
2292** Just loading the msb package doesn't switch on Msb mode anymore.
2293If you have `(require 'msb)' in your .emacs, please replace it with
2294`(msb-mode 1)'.
2295
2296** Flyspell mode has various new options. See the `flyspell' Custom
2297group.
2298
2299** The user option `backward-delete-char-untabify-method' controls the
2300behavior of `backward-delete-char-untabify'. The following values
2301are recognized:
2302
2303`untabify' -- turn a tab to many spaces, then delete one space;
2304`hungry' -- delete all whitespace, both tabs and spaces;
2305`all' -- delete all whitespace, including tabs, spaces and newlines;
2306nil -- just delete one character.
2307
2308Default value is `untabify'.
2309
2310[This change was made in Emacs 20.3 but not mentioned then.]
2311
2312** In Cperl mode `cperl-invalid-face' should now be a normal face
2313symbol, not double-quoted.
2314
2315** Some packages are declared obsolete, to be removed in a future
2316version. They are: auto-show, c-mode, hilit19, hscroll, ooutline,
2317profile, rnews, rnewspost, and sc. Their implementations have been
2318moved to lisp/obsolete.
2319
2320** auto-compression mode is no longer enabled just by loading jka-compr.el.
2321To control it, set `auto-compression-mode' via Custom or use the
2322`auto-compression-mode' command.
2323
2324** `browse-url-gnome-moz' is a new option for
2325`browse-url-browser-function', invoking Mozilla in GNOME, and
2326`browse-url-kde' can be chosen for invoking the KDE browser.
2327
2328** The user-option `browse-url-new-window-p' has been renamed to
2329`browse-url-new-window-flag'.
2330
efeb796b
EZ
2331** The functions `keep-lines', `flush-lines' and `how-many' now
2332operate on the active region in Transient Mark mode.
2333
efeb796b
EZ
2334** `gnus-user-agent' is a new possibility for `mail-user-agent'. It
2335is like `message-user-agent', but with all the Gnus paraphernalia.
2336
2337** The Strokes package has been updated. If your Emacs has XPM
2338support, you can use it for pictographic editing. In Strokes mode,
2339use C-mouse-2 to compose a complex stoke and insert it into the
2340buffer. You can encode or decode a strokes buffer with new commands
2341M-x strokes-encode-buffer and M-x strokes-decode-buffer. There is a
2342new command M-x strokes-list-strokes.
2343
efeb796b
EZ
2344** Hexl contains a new command `hexl-insert-hex-string' which inserts
2345a string of hexadecimal numbers read from the mini-buffer.
2346
2347** Hexl mode allows to insert non-ASCII characters.
2348
2349The non-ASCII characters are encoded using the same encoding as the
2350file you are visiting in Hexl mode.
2351
2352** Shell script mode changes.
2353
2354Shell script mode (sh-script) can now indent scripts for shells
2355derived from sh and rc. The indentation style is customizable, and
2356sh-script can attempt to "learn" the current buffer's style.
2357
2358** Etags changes.
2359
2360*** In DOS, etags looks for file.cgz if it cannot find file.c.
2361
2362*** New option --ignore-case-regex is an alternative to --regex. It is now
2363possible to bind a regexp to a language, by prepending the regexp with
2364{lang}, where lang is one of the languages that `etags --help' prints out.
2365This feature is useful especially for regex files, where each line contains
2366a regular expression. The manual contains details.
2367
2368*** In C and derived languages, etags creates tags for function
2369declarations when given the --declarations option.
2370
2371*** In C++, tags are created for "operator". The tags have the form
2372"operator+", without spaces between the keyword and the operator.
2373
2374*** You shouldn't generally need any more the -C or -c++ option: etags
2375automatically switches to C++ parsing when it meets the `class' or
2376`template' keywords.
2377
2378*** Etags now is able to delve at arbitrary deeps into nested structures in
2379C-like languages. Previously, it was limited to one or two brace levels.
2380
2381*** New language Ada: tags are functions, procedures, packages, tasks, and
2382types.
2383
2384*** In Fortran, `procedure' is not tagged.
2385
2386*** In Java, tags are created for "interface".
2387
2388*** In Lisp, "(defstruct (foo", "(defun (operator" and similar constructs
2389are now tagged.
2390
2391*** In makefiles, tags the targets.
2392
2393*** In Perl, the --globals option tags global variables. my and local
2394variables are tagged.
2395
2396*** New language Python: def and class at the beginning of a line are tags.
2397
2398*** .ss files are Scheme files, .pdb is Postscript with C syntax, .psw is
2399for PSWrap.
2400
efeb796b
EZ
2401** Changes in etags.el
2402
2403*** The new user-option tags-case-fold-search can be used to make
2404tags operations case-sensitive or case-insensitive. The default
2405is to use the same setting as case-fold-search.
2406
2407*** You can display additional output with M-x tags-apropos by setting
2408the new variable tags-apropos-additional-actions.
2409
2410If non-nil, the variable's value should be a list of triples (TITLE
2411FUNCTION TO-SEARCH). For each triple, M-x tags-apropos processes
2412TO-SEARCH and lists tags from it. TO-SEARCH should be an alist,
2413obarray, or symbol. If it is a symbol, the symbol's value is used.
2414
2415TITLE is a string to use to label the list of tags from TO-SEARCH.
2416
2417FUNCTION is a function to call when an entry is selected in the Tags
2418List buffer. It is called with one argument, the selected symbol.
2419
2420A useful example value for this variable might be something like:
2421
2422 '(("Emacs Lisp" Info-goto-emacs-command-node obarray)
2423 ("Common Lisp" common-lisp-hyperspec common-lisp-hyperspec-obarray)
2424 ("SCWM" scwm-documentation scwm-obarray))
2425
2426*** The face tags-tag-face can be used to customize the appearance
2427of tags in the output of M-x tags-apropos.
2428
2429*** Setting tags-apropos-verbose to a non-nil value displays the
2430names of tags files in the *Tags List* buffer.
2431
2432*** You can now search for tags that are part of the filename itself.
2433If you have tagged the files topfile.c subdir/subfile.c
2434/tmp/tempfile.c, you can now search for tags "topfile.c", "subfile.c",
2435"dir/sub", "tempfile", "tempfile.c". If the tag matches the file name,
2436point will go to the beginning of the file.
2437
2438*** Compressed files are now transparently supported if
2439auto-compression-mode is active. You can tag (with Etags) and search
2440(with find-tag) both compressed and uncompressed files.
2441
2442*** Tags commands like M-x tags-search no longer change point
2443in buffers where no match is found. In buffers where a match is
2444found, the original value of point is pushed on the marker ring.
2445
efeb796b
EZ
2446** Fortran mode has a new command `fortran-strip-sequence-nos' to
2447remove text past column 72. The syntax class of `\' in Fortran is now
2448appropriate for C-style escape sequences in strings.
2449
2450** SGML mode's default `sgml-validate-command' is now `nsgmls'.
2451
efeb796b
EZ
2452** A new command `view-emacs-problems' (C-h P) displays the PROBLEMS file.
2453
efeb796b
EZ
2454** The Dabbrev package has a new user-option `dabbrev-ignored-regexps'
2455containing a list of regular expressions. Buffers matching a regular
2456expression from that list, are not checked.
2457
2458** Emacs can now figure out modification times of remote files.
2459When you do C-x C-f /user@host:/path/file RET and edit the file,
2460and someone else modifies the file, you will be prompted to revert
2461the buffer, just like for the local files.
2462
2463** The buffer menu (C-x C-b) no longer lists the *Buffer List* buffer.
2464
efeb796b
EZ
2465** When invoked with a prefix argument, the command `list-abbrevs' now
2466displays local abbrevs, only.
2467
965bc065
DL
2468** Refill minor mode provides preliminary support for keeping
2469paragraphs filled as you modify them.
2470
4e8864c7
GM
2471** The variable `double-click-fuzz' specifies how much the mouse
2472may be moved between clicks that are recognized as a pair. Its value
2473is measured in pixels.
2474
965bc065
DL
2475** The new global minor mode `auto-image-file-mode' allows image files
2476to be visited as images.
2477
68d0efa6
GM
2478** Two new user-options `grep-command' and `grep-find-command'
2479were added to compile.el.
2480
a933dad1
DL
2481** Withdrawn packages
2482
2483*** mldrag.el has been removed. mouse.el provides the same
2484functionality with aliases for the mldrag functions.
25a81338 2485
3261c1d8
DL
2486*** eval-reg.el has been obsoleted by changes to edebug.el and removed.
2487
2488*** ph.el has been obsoleted by EUDC and removed.
ce75fd23 2489
05197f40 2490\f
01242779
DL
2491* Incompatible Lisp changes
2492
2493There are a few Lisp changes which are not backwards-compatible and
2494may require changes to existing code. Here is a list for reference.
3b6936cc 2495See the sections below for details.
01242779 2496
89d57763 2497** Since `format' preserves text properties, the idiom
9b2a085d 2498`(format "%s" foo)' no longer works to copy and remove properties.
bd1190d7
RS
2499Use `copy-sequence' to copy the string, then use `set-text-properties'
2500to remove the properties of the copy.
01242779
DL
2501
2502** Since the `keymap' text property now has significance, some code
2503which uses both `local-map' and `keymap' properties (for portability)
2504may, for instance, give rise to duplicate menus when the keymaps from
2505these properties are active.
2506
4dd4cc14 2507** The change in the treatment of non-ASCII characters in search
01242779 2508ranges may affect some code.
1c14ba45
DL
2509
2510** A non-nil value for the LOCAL arg of add-hook makes the hook
2511buffer-local even if `make-local-hook' hasn't been called, which might
2512make a difference to some code.
2513
4dd4cc14
DL
2514** The new treatment of the minibuffer prompt might affect code which
2515operates on the minibuffer.
2516
7c94ccf6
EZ
2517** The new character sets `eight-bit-control' and `eight-bit-graphic'
2518cause `no-conversion' and `emacs-mule-unix' coding systems to produce
2519different results when reading files with non-ASCII characters
2520(previously, both coding systems would produce the same results).
2521Specifically, `no-conversion' interprets each 8-bit byte as a separate
2522character. This makes `no-conversion' inappropriate for reading
2523multibyte text, e.g. buffers written to disk in their internal MULE
2524encoding (auto-saving does that, for example). If a Lisp program
2525reads such files with `no-conversion', each byte of the multibyte
2526sequence, including the MULE leading codes such as \201, is treated as
2527a separate character, which prevents them from being interpreted in
2528the buffer as multibyte characters.
2529
2530Therefore, Lisp programs that read files which contain the internal
2531MULE encoding should use `emacs-mule-unix'. `no-conversion' is only
2532appropriate for reading truly binary files.
2533
7a39158f 2534** Code that relies on the obsolete `before-change-function' and
3280fbe8
EZ
2535`after-change-function' to detect buffer changes will now fail. Use
2536`before-change-functions' and `after-change-functions' instead.
7a39158f
DL
2537
2538** Code that uses `concat' with integer args now gets an error, as
2539long promised.
2540
55bb62fd
EZ
2541** The function base64-decode-string now always returns a unibyte
2542string.
2543
f34eb373
DL
2544** Not a Lisp incompatibility as such but, with the introduction of
2545extra private charsets, there is now only one slot free for a new
2546dimension-2 private charset. User code which tries to add more than
2547one extra will fail unless you rebuild Emacs with some standard
2548charset(s) removed; that is probably inadvisable because it changes
2549the emacs-mule encoding. Also, files stored in the emacs-mule
028d739a
DL
2550encoding using Emacs 20 with additional private charsets defined will
2551probably not be read correctly by Emacs 21.
3478eafc 2552
98384b7b
EZ
2553** The variable `directory-sep-char' is slated for removal.
2554Not really a change (yet), but a projected one that you should be
2555aware of: The variable `directory-sep-char' is deprecated, and should
2556not be used. It was always ignored on GNU/Linux and Unix systems and
2557on MS-DOS, but the MS-Windows port tried to support it by adapting the
2558behavior of certain primitives to the value of this variable. It
2559turned out that such support cannot be reliable, so it was decided to
2560remove this variable in the near future. Lisp programs are well
2561advised not to set it to anything but '/', because any different value
2562will not have any effect when support for this variable is removed.
7cd5f1e7 2563
05197f40 2564\f
ce75fd23
GM
2565* Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
2566(Display-related features are described in a page of their own below.)
2567
e3b22517
GM
2568** Function assq-delete-all replaces function assoc-delete-all.
2569
1ff74324 2570** The new function animate-string, from lisp/play/animate.el
9e5a7f2a
GM
2571allows the animated display of strings.
2572
ed31fabf
GM
2573** The new function `interactive-form' can be used to obtain the
2574interactive form of a function.
2575
2018166d
DL
2576** The keyword :set-after in defcustom allows to specify dependencies
2577between custom options. Example:
2578
2579 (defcustom default-input-method nil
2580 "*Default input method for multilingual text (a string).
2581 This is the input method activated automatically by the command
2582 `toggle-input-method' (\\[toggle-input-method])."
2583 :group 'mule
2584 :type '(choice (const nil) string)
2585 :set-after '(current-language-environment))
2586
2587This specifies that default-input-method should be set after
2588current-language-environment even if default-input-method appears
2589first in a custom-set-variables statement.
2590
f3780fe4 2591** The new hook `kbd-macro-termination-hook' is run at the end of
a758f97d
GM
2592function execute-kbd-macro. Functions on this hook are called with no
2593args. The hook is run independent of how the macro was terminated
2594(signal or normal termination).
2595
023045d6
DL
2596** Functions `butlast' and `nbutlast' for removing trailing elements
2597from a list are now available without requiring the CL package.
2598
eb1b0c74
GM
2599** The new user-option `even-window-heights' can be set to nil
2600to prevent `display-buffer' from evening out window heights.
2601
52d89894
GM
2602** The user-option `face-font-registry-alternatives' specifies
2603alternative font registry names to try when looking for a font.
2604
693c4692 2605** Function `md5' calculates the MD5 "message digest"/"checksum".
4301cf66 2606
6bc92b2e
GM
2607** Function `delete-frame' runs `delete-frame-hook' before actually
2608deleting the frame. The hook is called with one arg, the frame
2609being deleted.
2610
39e776cd
SM
2611** `add-hook' now makes the hook local if called with a non-nil LOCAL arg.
2612
1396138a 2613** The treatment of non-ASCII characters in search ranges has changed.
a18a342d
DL
2614If a range in a regular expression or the arg of
2615skip-chars-forward/backward starts with a unibyte character C and ends
2616with a multibyte character C2, the range is divided into two: one is
2617C..?\377, the other is C1..C2, where C1 is the first character of C2's
2618charset.
2619
4fbdfdcf
MB
2620** The new function `display-message-or-buffer' displays a message in
2621the echo area or pops up a buffer, depending on the length of the
2622message.
2623
6a0b0752
MB
2624** The new macro `with-auto-compression-mode' allows evaluating an
2625expression with auto-compression-mode enabled.
2626
47e351a3
GM
2627** In image specifications, `:heuristic-mask' has been replaced
2628with the more general `:mask' property.
2629
f864120f 2630** Image specifications accept more `:conversion's.
ba9eeda1 2631
a2bd77b8
GM
2632** A `?' can be used in a symbol name without escaping it with a
2633backslash.
2634
424d8b44
DL
2635** Reading from the mini-buffer now reads from standard input if Emacs
2636is running in batch mode. For example,
2637
2638 (message "%s" (read t))
2639
2640will read a Lisp expression from standard input and print the result
2641to standard output.
2642
424d8b44
DL
2643** The argument of `down-list', `backward-up-list', `up-list',
2644`kill-sexp', `backward-kill-sexp' and `mark-sexp' is now optional.
2645
ead53494
GM
2646** If `display-buffer-reuse-frames' is set, function `display-buffer'
2647will raise frames displaying a buffer, instead of creating a new
2648frame or window.
2649
27848c01
GM
2650** Two new functions for removing elements from lists/sequences
2651were added
2652
2653- Function: remove ELT SEQ
2654
8a33023e 2655Return a copy of SEQ with all occurrences of ELT removed. SEQ must be
27848c01
GM
2656a list, vector, or string. The comparison is done with `equal'.
2657
2658- Function: remq ELT LIST
2659
8a33023e 2660Return a copy of LIST with all occurrences of ELT removed. The
27848c01
GM
2661comparison is done with `eq'.
2662
2663** The function `delete' now also works with vectors and strings.
3ab82477 2664
b548072f 2665** The meaning of the `:weakness WEAK' argument of make-hash-table
c8682017 2666has been changed: WEAK can now have new values `key-or-value' and
ee39b988 2667`key-and-value', in addition the `nil', `key', `value', and `t'.
b548072f 2668
07b14857
KH
2669** Function `aset' stores any multibyte character in any string
2670without signaling "Attempt to change char length of a string". It may
2671convert a unibyte string to multibyte if necessary.
2672
9662da0b
GM
2673** The value of the `help-echo' text property is called as a function
2674or evaluated, if it is not a string already, to obtain a help string.
d5aa31d8 2675
7fce7efb
DL
2676** Function `make-obsolete' now has an optional arg to say when the
2677function was declared obsolete.
2678
5d94f558 2679** Function `plist-member' is renamed from `widget-plist-member' (which is
7fce7efb
DL
2680retained as an alias).
2681
f98d3086
SM
2682** Easy-menu's :filter now works as in XEmacs.
2683It takes the unconverted (i.e. XEmacs) form of the menu and the result
2684is automatically converted to Emacs' form.
2685
87efd256
GM
2686** The new function `window-list' has been defined
2687
39b39373
GM
2688- Function: window-list &optional FRAME WINDOW MINIBUF
2689
2690Return a list of windows on FRAME, starting with WINDOW. FRAME nil or
2691omitted means use the selected frame. WINDOW nil or omitted means use
2692the selected window. MINIBUF t means include the minibuffer window,
2693even if it isn't active. MINIBUF nil or omitted means include the
2694minibuffer window only if it's active. MINIBUF neither nil nor t
2695means never include the minibuffer window.
87efd256 2696
a56ebb90 2697** There's a new function `get-window-with-predicate' defined as follows
67c9a1d2 2698
a56ebb90 2699- Function: get-window-with-predicate PREDICATE &optional MINIBUF ALL-FRAMES DEFAULT
67c9a1d2
GM
2700
2701Return a window satisfying PREDICATE.
2702
2703This function cycles through all visible windows using `walk-windows',
2704calling PREDICATE on each one. PREDICATE is called with a window as
2705argument. The first window for which PREDICATE returns a non-nil
2706value is returned. If no window satisfies PREDICATE, DEFAULT is
2707returned.
2708
2709Optional second arg MINIBUF t means count the minibuffer window even
2710if not active. MINIBUF nil or omitted means count the minibuffer iff
2711it is active. MINIBUF neither t nor nil means not to count the
2712minibuffer even if it is active.
2713
2714Several frames may share a single minibuffer; if the minibuffer
2715counts, all windows on all frames that share that minibuffer count
2716too. Therefore, if you are using a separate minibuffer frame
2717and the minibuffer is active and MINIBUF says it counts,
2718`walk-windows' includes the windows in the frame from which you
2719entered the minibuffer, as well as the minibuffer window.
2720
2721ALL-FRAMES is the optional third argument.
2722ALL-FRAMES nil or omitted means cycle within the frames as specified above.
2723ALL-FRAMES = `visible' means include windows on all visible frames.
2724ALL-FRAMES = 0 means include windows on all visible and iconified frames.
2725ALL-FRAMES = t means include windows on all frames including invisible frames.
2726If ALL-FRAMES is a frame, it means include windows on that frame.
2727Anything else means restrict to the selected frame.
2728
ead53494
GM
2729** The function `single-key-description' now encloses function key and
2730event names in angle brackets. When called with a second optional
2731argument non-nil, angle brackets won't be printed.
dce6b995 2732
25fa6deb
GM
2733** If the variable `message-truncate-lines' is bound to t around a
2734call to `message', the echo area will not be resized to display that
088831a6
GM
2735message; it will be truncated instead, as it was done in 20.x.
2736Default value is nil.
25fa6deb 2737
5d94f558 2738** The user option `line-number-display-limit' can now be set to nil,
1681ead6
GM
2739meaning no limit.
2740
5b034b7f
EZ
2741** The new user option `line-number-display-limit-width' controls
2742the maximum width of lines in a buffer for which Emacs displays line
2743numbers in the mode line. The default is 200.
2744
5d94f558 2745** `select-safe-coding-system' now also checks the most preferred
c08398de
DL
2746coding-system if buffer-file-coding-system is `undecided' and
2747DEFAULT-CODING-SYSTEM is not specified,
2748
9b2999d0
DL
2749** The function `subr-arity' provides information about the argument
2750list of a primitive.
de370c4c 2751
c286608e
SM
2752** `where-is-internal' now also accepts a list of keymaps.
2753
80c05bd3
DL
2754** The text property `keymap' specifies a key map which overrides the
2755buffer's local map and the map specified by the `local-map' property.
2756This is probably what most current uses of `local-map' want, rather
2757than replacing the local map.
2758
14fd0da3
DL
2759** The obsolete variables `before-change-function' and
2760`after-change-function' are no longer acted upon and have been
2761removed. Use `before-change-functions' and `after-change-functions'
2762instead.
45f485a6
GM
2763
2764** The function `apropos-mode' runs the hook `apropos-mode-hook'.
2765
c286608e
SM
2766** `concat' no longer accepts individual integer arguments,
2767as promised long ago.
f0298744 2768
5d94f558 2769** The new function `float-time' returns the current time as a float.
ac57988b
GM
2770
2771** The new variable auto-coding-regexp-alist specifies coding systems
2772for reading specific files, analogous to auto-coding-alist, but
2773patterns are checked against file contents instead of file names.
2774
05197f40 2775\f
a933dad1
DL
2776* Lisp changes in Emacs 21.1 (see following page for display-related features)
2777
2778Note that +++ before an item means the Lisp manual has been updated.
2779--- means that I have decided it does not need to be in the Lisp manual.
2780When you add a new item, please add it without either +++ or ---
2781so I will know I still need to look at it -- rms.
2782
6260538e
GM
2783** The new package rx.el provides an alternative sexp notation for
2784regular expressions.
2785
2786- Function: rx-to-string SEXP
2787
2788Translate SEXP into a regular expression in string notation.
2789
2790- Macro: rx SEXP
2791
2792Translate SEXP into a regular expression in string notation.
2793
2794The following are valid subforms of regular expressions in sexp
2795notation.
2796
2797STRING
2798 matches string STRING literally.
2799
2800CHAR
2801 matches character CHAR literally.
2802
2803`not-newline'
2804 matches any character except a newline.
2805 .
2806`anything'
2807 matches any character
2808
2809`(any SET)'
2810 matches any character in SET. SET may be a character or string.
2811 Ranges of characters can be specified as `A-Z' in strings.
2812
79014980 2813'(in SET)'
6260538e
GM
2814 like `any'.
2815
2816`(not (any SET))'
2817 matches any character not in SET
2818
2819`line-start'
2820 matches the empty string, but only at the beginning of a line
2821 in the text being matched
2822
2823`line-end'
2824 is similar to `line-start' but matches only at the end of a line
2825
2826`string-start'
2827 matches the empty string, but only at the beginning of the
2828 string being matched against.
2829
2830`string-end'
2831 matches the empty string, but only at the end of the
2832 string being matched against.
2833
2834`buffer-start'
2835 matches the empty string, but only at the beginning of the
2836 buffer being matched against.
2837
2838`buffer-end'
2839 matches the empty string, but only at the end of the
2840 buffer being matched against.
2841
2842`point'
2843 matches the empty string, but only at point.
2844
2845`word-start'
2846 matches the empty string, but only at the beginning or end of a
2847 word.
2848
2849`word-end'
2850 matches the empty string, but only at the end of a word.
2851
2852`word-boundary'
2853 matches the empty string, but only at the beginning or end of a
2854 word.
2855
2856`(not word-boundary)'
2857 matches the empty string, but not at the beginning or end of a
2858 word.
2859
2860`digit'
2861 matches 0 through 9.
2862
2863`control'
2864 matches ASCII control characters.
2865
2866`hex-digit'
2867 matches 0 through 9, a through f and A through F.
2868
2869`blank'
2870 matches space and tab only.
2871
2872`graphic'
2873 matches graphic characters--everything except ASCII control chars,
2874 space, and DEL.
2875
2876`printing'
2877 matches printing characters--everything except ASCII control chars
2878 and DEL.
2879
2880`alphanumeric'
2881 matches letters and digits. (But at present, for multibyte characters,
2882 it matches anything that has word syntax.)
2883
2884`letter'
2885 matches letters. (But at present, for multibyte characters,
2886 it matches anything that has word syntax.)
2887
2888`ascii'
2889 matches ASCII (unibyte) characters.
2890
2891`nonascii'
2892 matches non-ASCII (multibyte) characters.
2893
2894`lower'
2895 matches anything lower-case.
2896
2897`upper'
2898 matches anything upper-case.
2899
2900`punctuation'
2901 matches punctuation. (But at present, for multibyte characters,
2902 it matches anything that has non-word syntax.)
2903
2904`space'
2905 matches anything that has whitespace syntax.
2906
2907`word'
2908 matches anything that has word syntax.
2909
2910`(syntax SYNTAX)'
2911 matches a character with syntax SYNTAX. SYNTAX must be one
2912 of the following symbols.
2913
2914 `whitespace' (\\s- in string notation)
2915 `punctuation' (\\s.)
2916 `word' (\\sw)
2917 `symbol' (\\s_)
2918 `open-parenthesis' (\\s()
2919 `close-parenthesis' (\\s))
2920 `expression-prefix' (\\s')
2921 `string-quote' (\\s\")
2922 `paired-delimiter' (\\s$)
2923 `escape' (\\s\\)
2924 `character-quote' (\\s/)
2925 `comment-start' (\\s<)
2926 `comment-end' (\\s>)
2927
2928`(not (syntax SYNTAX))'
2929 matches a character that has not syntax SYNTAX.
2930
2931`(category CATEGORY)'
2932 matches a character with category CATEGORY. CATEGORY must be
2933 either a character to use for C, or one of the following symbols.
2934
2935 `consonant' (\\c0 in string notation)
2936 `base-vowel' (\\c1)
2937 `upper-diacritical-mark' (\\c2)
2938 `lower-diacritical-mark' (\\c3)
2939 `tone-mark' (\\c4)
2940 `symbol' (\\c5)
2941 `digit' (\\c6)
2942 `vowel-modifying-diacritical-mark' (\\c7)
2943 `vowel-sign' (\\c8)
2944 `semivowel-lower' (\\c9)
2945 `not-at-end-of-line' (\\c<)
2946 `not-at-beginning-of-line' (\\c>)
2947 `alpha-numeric-two-byte' (\\cA)
2948 `chinse-two-byte' (\\cC)
2949 `greek-two-byte' (\\cG)
2950 `japanese-hiragana-two-byte' (\\cH)
2951 `indian-tow-byte' (\\cI)
2952 `japanese-katakana-two-byte' (\\cK)
2953 `korean-hangul-two-byte' (\\cN)
2954 `cyrillic-two-byte' (\\cY)
2955 `ascii' (\\ca)
2956 `arabic' (\\cb)
2957 `chinese' (\\cc)
2958 `ethiopic' (\\ce)
2959 `greek' (\\cg)
2960 `korean' (\\ch)
2961 `indian' (\\ci)
2962 `japanese' (\\cj)
2963 `japanese-katakana' (\\ck)
2964 `latin' (\\cl)
2965 `lao' (\\co)
2966 `tibetan' (\\cq)
2967 `japanese-roman' (\\cr)
2968 `thai' (\\ct)
2969 `vietnamese' (\\cv)
2970 `hebrew' (\\cw)
2971 `cyrillic' (\\cy)
2972 `can-break' (\\c|)
2973
2974`(not (category CATEGORY))'
2975 matches a character that has not category CATEGORY.
2976
2977`(and SEXP1 SEXP2 ...)'
2978 matches what SEXP1 matches, followed by what SEXP2 matches, etc.
2979
2980`(submatch SEXP1 SEXP2 ...)'
2981 like `and', but makes the match accessible with `match-end',
2982 `match-beginning', and `match-string'.
2983
2984`(group SEXP1 SEXP2 ...)'
2985 another name for `submatch'.
2986
2987`(or SEXP1 SEXP2 ...)'
2988 matches anything that matches SEXP1 or SEXP2, etc. If all
2989 args are strings, use `regexp-opt' to optimize the resulting
2990 regular expression.
2991
2992`(minimal-match SEXP)'
2993 produce a non-greedy regexp for SEXP. Normally, regexps matching
2994 zero or more occurrances of something are \"greedy\" in that they
2995 match as much as they can, as long as the overall regexp can
2996 still match. A non-greedy regexp matches as little as possible.
2997
2998`(maximal-match SEXP)'
2999 produce a greedy regexp for SEXP. This is the default.
3000
3001`(zero-or-more SEXP)'
3002 matches zero or more occurrences of what SEXP matches.
3003
3004`(0+ SEXP)'
3005 like `zero-or-more'.
3006
3007`(* SEXP)'
3008 like `zero-or-more', but always produces a greedy regexp.
3009
3010`(*? SEXP)'
3011 like `zero-or-more', but always produces a non-greedy regexp.
3012
3013`(one-or-more SEXP)'
3014 matches one or more occurrences of A.
79014980 3015
6260538e
GM
3016`(1+ SEXP)'
3017 like `one-or-more'.
3018
3019`(+ SEXP)'
3020 like `one-or-more', but always produces a greedy regexp.
3021
3022`(+? SEXP)'
3023 like `one-or-more', but always produces a non-greedy regexp.
3024
3025`(zero-or-one SEXP)'
3026 matches zero or one occurrences of A.
79014980 3027
6260538e
GM
3028`(optional SEXP)'
3029 like `zero-or-one'.
3030
3031`(? SEXP)'
3032 like `zero-or-one', but always produces a greedy regexp.
3033
3034`(?? SEXP)'
3035 like `zero-or-one', but always produces a non-greedy regexp.
3036
3037`(repeat N SEXP)'
3038 matches N occurrences of what SEXP matches.
3039
3040`(repeat N M SEXP)'
3041 matches N to M occurrences of what SEXP matches.
3042
3043`(eval FORM)'
3044 evaluate FORM and insert result. If result is a string,
3045 `regexp-quote' it.
3046
3047`(regexp REGEXP)'
3048 include REGEXP in string notation in the result.
3049
697617d9
GM
3050*** The features `md5' and `overlay' are now provided by default.
3051
85c75536
MB
3052*** The special form `save-restriction' now works correctly even if the
3053buffer is widened inside the save-restriction and changes made outside
3054the original restriction. Previously, doing this would cause the saved
3055restriction to be restored incorrectly.
3056
0b8a3a6d
DL
3057*** The functions `find-charset-region' and `find-charset-string' include
3058`eight-bit-control' and/or `eight-bit-graphic' in the returned list
028d739a 3059when they find 8-bit characters. Previously, they included `ascii' in a
0b8a3a6d
DL
3060multibyte buffer and `unknown' in a unibyte buffer.
3061
fb2c6a6b 3062*** The functions `set-buffer-multibyte', `string-as-multibyte' and
58008c36
EZ
3063`string-as-unibyte' change the byte sequence of a buffer or a string
3064if it contains a character from the `eight-bit-control' character set.
0b8a3a6d
DL
3065
3066*** The handling of multibyte sequences in a multibyte buffer is
3067changed. Previously, a byte sequence matching the pattern
3068[\200-\237][\240-\377]+ was interpreted as a single character
3069regardless of the length of the trailing bytes [\240-\377]+. Thus, if
3070the sequence was longer than what the leading byte indicated, the
3071extra trailing bytes were ignored by Lisp functions. Now such extra
3072bytes are independent 8-bit characters belonging to the charset
3073eight-bit-graphic.
3074
3075** Fontsets are now implemented using char-tables.
3076
9b2a085d 3077A fontset can now be specified for each independent character, for
0b8a3a6d
DL
3078a group of characters or for a character set rather than just for a
3079character set as previously.
3080
3081*** The arguments of the function `set-fontset-font' are changed.
3082They are NAME, CHARACTER, FONTNAME, and optional FRAME. The function
3083modifies fontset NAME to use FONTNAME for CHARACTER.
3084
3085CHARACTER may be a cons (FROM . TO), where FROM and TO are non-generic
3086characters. In that case FONTNAME is used for all characters in the
3087range FROM and TO (inclusive). CHARACTER may be a charset. In that
3088case FONTNAME is used for all character in the charset.
3089
3090FONTNAME may be a cons (FAMILY . REGISTRY), where FAMILY is the family
9b2a085d 3091name of a font and REGISTRY is a registry name of a font.
0b8a3a6d
DL
3092
3093*** Variable x-charset-registry has been deleted. The default charset
3094registries of character sets are set in the default fontset
3095"fontset-default".
3096
3097*** The function `create-fontset-from-fontset-spec' ignores the second
3098argument STYLE-VARIANT. It never creates style-variant fontsets.
3099
3100** The method of composing characters is changed. Now character
3101composition is done by a special text property `composition' in
3102buffers and strings.
3103
3104*** Charset composition is deleted. Emacs never creates a `composite
3105character' which is an independent character with a unique character
3106code. Thus the following functions handling `composite characters'
3107have been deleted: composite-char-component,
3108composite-char-component-count, composite-char-composition-rule,
3109composite-char-composition-rule and decompose-composite-char delete.
3110The variables leading-code-composition and min-composite-char have
3111also been deleted.
3112
3113*** Three more glyph reference points are added. They can be used to
3114specify a composition rule. See the documentation of the variable
3115`reference-point-alist' for more detail.
3116
3117*** The function `compose-region' takes new arguments COMPONENTS and
3118MODIFICATION-FUNC. With COMPONENTS, you can specify not only a
3119composition rule but also characters to be composed. Such characters
3120may differ between buffer and string text.
3121
3122*** The function `compose-string' takes new arguments START, END,
3123COMPONENTS, and MODIFICATION-FUNC.
3124
3125*** The function `compose-string' puts text property `composition'
3126directly on the argument STRING instead of returning a new string.
3127Likewise, the function `decompose-string' just removes text property
3128`composition' from STRING.
3129
3130*** The new function `find-composition' returns information about
3131a composition at a specified position in a buffer or a string.
3132
3133*** The function `decompose-composite-char' is now labeled as
3134obsolete.
3135
889be0a1
DL
3136** The new coding system `mac-roman' is primarily intended for use on
3137the Macintosh but may be used generally for Macintosh-encoded text.
3138
965bc065 3139** The new character sets `mule-unicode-0100-24ff',
1e36ff68
DL
3140`mule-unicode-2500-33ff', and `mule-unicode-e000-ffff' have been
3141introduced for Unicode characters in the range U+0100..U+24FF,
3142U+2500..U+33FF, U+E000..U+FFFF respectively.
0b8a3a6d 3143
3d7a4ec8
EZ
3144Note that the character sets are not yet unified in Emacs, so
3145characters which belong to charsets such as Latin-2, Greek, Hebrew,
3146etc. and the same characters in the `mule-unicode-*' charsets are
3147different characters, as far as Emacs is concerned. For example, text
3148which includes Unicode characters from the Latin-2 locale cannot be
3149encoded by Emacs with ISO 8859-2 coding system.
3150
3151** The new coding system `mule-utf-8' has been added.
3152It provides limited support for decoding/encoding UTF-8 text. For
3153details, please see the documentation string of this coding system.
23cfab61 3154
0b8a3a6d 3155** The new character sets `japanese-jisx0213-1' and
1e36ff68
DL
3156`japanese-jisx0213-2' have been introduced for the new Japanese
3157standard JIS X 0213 Plane 1 and Plane 2.
3158
3159** The new character sets `latin-iso8859-14' and `latin-iso8859-15'
3160have been introduced.
0b8a3a6d 3161
0b8a3a6d 3162** The new character sets `eight-bit-control' and `eight-bit-graphic'
1e36ff68 3163have been introduced for 8-bit characters in the ranges 0x80..0x9F and
028d739a
DL
31640xA0..0xFF respectively. Note that the multibyte representation of
3165eight-bit-control is never exposed; this leads to an exception in the
3166emacs-mule coding system, which encodes everything else to the
2018166d
DL
3167buffer/string internal representation. Note that to search for
3168eight-bit-graphic characters in a multibyte buffer, the search string
3169must be multibyte, otherwise such characters will be converted to
3170their multibyte equivalent.
0b8a3a6d 3171
f0124b4a
DL
3172** If the APPEND argument of `write-region' is an integer, it seeks to
3173that offset in the file before writing.
3174
f98d3086
SM
3175** The function `add-minor-mode' has been added for convenience and
3176compatibility with XEmacs (and is used internally by define-minor-mode).
7464346d 3177
612839b6
GM
3178** The function `shell-command' now sets the default directory of the
3179`*Shell Command Output*' buffer to the default directory of the buffer
3180from which the command was issued.
3181
3182** The functions `query-replace', `query-replace-regexp',
3183`query-replace-regexp-eval' `map-query-replace-regexp',
3184`replace-string', `replace-regexp', and `perform-replace' take two
3185additional optional arguments START and END that specify the region to
3186operate on.
3187
271b4185
GM
3188** The new function `count-screen-lines' is a more flexible alternative
3189to `window-buffer-height'.
3190
3191- Function: count-screen-lines &optional BEG END COUNT-FINAL-NEWLINE WINDOW
3192
3193Return the number of screen lines in the region between BEG and END.
3194The number of screen lines may be different from the number of actual
3195lines, due to line breaking, display table, etc.
3196
3197Optional arguments BEG and END default to `point-min' and `point-max'
3198respectively.
3199
8a33023e 3200If region ends with a newline, ignore it unless optional third argument
271b4185
GM
3201COUNT-FINAL-NEWLINE is non-nil.
3202
3203The optional fourth argument WINDOW specifies the window used for
3204obtaining parameters such as width, horizontal scrolling, and so
3205on. The default is to use the selected window's parameters.
3206
3207Like `vertical-motion', `count-screen-lines' always uses the current
3208buffer, regardless of which buffer is displayed in WINDOW. This makes
3209possible to use `count-screen-lines' in any buffer, whether or not it
3210is currently displayed in some window.
3211
3c30cb6e
DL
3212** The new function `mapc' is like `mapcar' but doesn't collect the
3213argument function's results.
3214
62f20204 3215** The functions base64-decode-region and base64-decode-string now
55bb62fd 3216signal an error instead of returning nil if decoding fails. Also,
c8682017
EZ
3217`base64-decode-string' now always returns a unibyte string (in Emacs
321820, it returned a multibyte string when the result was a valid multibyte
55bb62fd 3219sequence).
62f20204 3220
c0510d27 3221** The function sendmail-user-agent-compose now recognizes a `body'
b4da8dfa 3222header in the list of headers passed to it.
c0510d27
GM
3223
3224** The new function member-ignore-case works like `member', but
3225ignores differences in case and text representation.
3226
3227** The buffer-local variable cursor-type can be used to specify the
19d1bc27
GM
3228cursor to use in windows displaying a buffer. Values are interpreted
3229as follows:
3230
3231 t use the cursor specified for the frame (default)
3232 nil don't display a cursor
3233 `bar' display a bar cursor with default width
3234 (bar . WIDTH) display a bar cursor with width WIDTH
3235 others display a box cursor.
3236
9a0dd3dc
GM
3237** The variable open-paren-in-column-0-is-defun-start controls whether
3238an open parenthesis in column 0 is considered to be the start of a
3239defun. If set, the default, it is considered a defun start. If not
3240set, an open parenthesis in column 0 has no special meaning.
3241
d7b511c4 3242** The new function `string-to-syntax' can be used to translate syntax
dc1178bf 3243specifications in string form as accepted by `modify-syntax-entry' to
d7b511c4
GM
3244the cons-cell form that is used for the values of the `syntax-table'
3245text property, and in `font-lock-syntactic-keywords'.
3246
3247Example:
3248
3249 (string-to-syntax "()")
3250 => (4 . 41)
3251
1fa28578
GM
3252** Emacs' reader supports CL read syntax for integers in bases
3253other than 10.
3254
3255*** `#BINTEGER' or `#bINTEGER' reads INTEGER in binary (radix 2).
3256INTEGER optionally contains a sign.
3257
5d94f558 3258 #b1111
1fa28578 3259 => 15
5d94f558 3260 #b-1111
1fa28578
GM
3261 => -15
3262
3263*** `#OINTEGER' or `#oINTEGER' reads INTEGER in octal (radix 8).
3264
5d94f558 3265 #o666
1fa28578
GM
3266 => 438
3267
3268*** `#XINTEGER' or `#xINTEGER' reads INTEGER in hexadecimal (radix 16).
3269
5d94f558 3270 #xbeef
1fa28578
GM
3271 => 48815
3272
3273*** `#RADIXrINTEGER' reads INTEGER in radix RADIX, 2 <= RADIX <= 36.
3274
5d94f558 3275 #2R-111
1fa28578 3276 => -7
5d94f558 3277 #25rah
1fa28578
GM
3278 => 267
3279
3d4ff2dd 3280** The function `documentation-property' now evaluates the value of
f98d3086 3281the given property to obtain a string if it doesn't refer to etc/DOC
e9b4e5ff
GM
3282and isn't a string.
3283
3d4ff2dd
GM
3284** If called for a symbol, the function `documentation' now looks for
3285a `function-documentation' property of that symbol. If it has a non-nil
3286value, the documentation is taken from that value. If the value is
3287not a string, it is evaluated to obtain a string.
3288
16ce590d
DL
3289** The last argument of `define-key-after' defaults to t for convenience.
3290
73825616 3291** The new function `replace-regexp-in-string' replaces all matches
16ce590d
DL
3292for a regexp in a string.
3293
3294** `mouse-position' now runs the abnormal hook
3295`mouse-position-function'.
3296
723e779c
GM
3297** The function string-to-number now returns a float for numbers
3298that don't fit into a Lisp integer.
3299
d1e103b2
GM
3300** The variable keyword-symbols-constants-flag has been removed.
3301Keywords are now always considered constants.
3302
31047e0d
DL
3303** The new function `delete-and-extract-region' deletes text and
3304returns it.
3305
7a85e4df
GM
3306** The function `clear-this-command-keys' now also clears the vector
3307returned by function `recent-keys'.
3308
02b14400
RS
3309** Variables `beginning-of-defun-function' and `end-of-defun-function'
3310can be used to define handlers for the functions that find defuns.
3a426197 3311Major modes can define these locally instead of rebinding C-M-a
02b14400
RS
3312etc. if the normal conventions for defuns are not appropriate for the
3313mode.
404fa7d6 3314
8964fec7
SM
3315** easy-mmode-define-minor-mode now takes an additional BODY argument
3316and is renamed `define-minor-mode'.
3317
02b14400
RS
3318** If an abbrev has a hook function which is a symbol, and that symbol
3319has a non-nil `no-self-insert' property, the return value of the hook
3320function specifies whether an expansion has been done or not. If it
3321returns nil, abbrev-expand also returns nil, meaning "no expansion has
3322been performed."
3323
3324When abbrev expansion is done by typing a self-inserting character,
3325and the abbrev has a hook with the `no-self-insert' property, and the
3326hook function returns non-nil meaning expansion has been done,
3327then the self-inserting character is not inserted.
ef961722 3328
81da8b32
GM
3329** The function `intern-soft' now accepts a symbol as first argument.
3330In this case, that exact symbol is looked up in the specified obarray,
3331and the function's value is nil if it is not found.
3332
9e207b90
GM
3333** The new macro `with-syntax-table' can be used to evaluate forms
3334with the syntax table of the current buffer temporarily set to a
3335specified table.
3336
3337 (with-syntax-table TABLE &rest BODY)
3338
3339Evaluate BODY with syntax table of current buffer set to a copy of
03d9c64c
GM
3340TABLE. The current syntax table is saved, BODY is evaluated, and the
3341saved table is restored, even in case of an abnormal exit. Value is
3342what BODY returns.
9e207b90 3343
d7f89643 3344** Regular expressions now support intervals \{n,m\} as well as
95cd4c40 3345Perl's shy-groups \(?:...\) and non-greedy *? +? and ?? operators.
8a33023e 3346Also back-references like \2 are now considered as an error if the
601e0081
SM
3347corresponding subgroup does not exist (or is not closed yet).
3348Previously it would have been silently turned into `2' (ignoring the `\').
8964fec7 3349
dde9e75a
GM
3350** The optional argument BUFFER of function file-local-copy has been
3351removed since it wasn't used by anything.
3352
9da30515
GM
3353** The file name argument of function `file-locked-p' is now required
3354instead of being optional.
3355
d20679eb
GM
3356** The new built-in error `text-read-only' is signaled when trying to
3357modify read-only text.
3358
fbc164de
PE
3359** New functions and variables for locales.
3360
3361The new variable `locale-coding-system' specifies how to encode and
3362decode strings passed to low-level message functions like strerror and
b718982a
PE
3363time functions like strftime. The new variables
3364`system-messages-locale' and `system-time-locale' give the system
3365locales to be used when invoking these two types of functions.
fbc164de
PE
3366
3367The new function `set-locale-environment' sets the language
3368environment, preferred coding system, and locale coding system from
3369the system locale as specified by the LC_ALL, LC_CTYPE, and LANG
b718982a
PE
3370environment variables. Normally, it is invoked during startup and need
3371not be invoked thereafter. It uses the new variables
3372`locale-language-names', `locale-charset-language-names', and
3373`locale-preferred-coding-systems' to make its decisions.
fbc164de 3374
863476d1
SM
3375** syntax tables now understand nested comments.
3376To declare a comment syntax as allowing nesting, just add an `n'
3377modifier to either of the characters of the comment end and the comment
3378start sequences.
3379
ef6d912c
GM
3380** The function `pixmap-spec-p' has been renamed `bitmap-spec-p'
3381because `bitmap' is more in line with the usual X terminology.
3382
a933dad1
DL
3383** New function `propertize'
3384
3385The new function `propertize' can be used to conveniently construct
3386strings with text properties.
3387
3388- Function: propertize STRING &rest PROPERTIES
3389
3390Value is a copy of STRING with text properties assigned as specified
3391by PROPERTIES. PROPERTIES is a sequence of pairs PROPERTY VALUE, with
3392PROPERTY being the name of a text property and VALUE being the
3393specified value of that property. Example:
3394
3395 (propertize "foo" 'face 'bold 'read-only t)
3396
a933dad1
DL
3397** push and pop macros.
3398
02b14400
RS
3399Simple versions of the push and pop macros of Common Lisp
3400are now defined in Emacs Lisp. These macros allow only symbols
a933dad1
DL
3401as the place that holds the list to be changed.
3402
3403(push NEWELT LISTNAME) add NEWELT to the front of LISTNAME's value.
3404(pop LISTNAME) return first elt of LISTNAME, and remove it
3405 (thus altering the value of LISTNAME).
3406
02b14400
RS
3407** New dolist and dotimes macros.
3408
6c7fd5aa
RS
3409Simple versions of the dolist and dotimes macros of Common Lisp
3410are now defined in Emacs Lisp.
02b14400
RS
3411
3412(dolist (VAR LIST [RESULT]) BODY...)
3413 Execute body once for each element of LIST,
3414 using the variable VAR to hold the current element.
3415 Then return the value of RESULT, or nil if RESULT is omitted.
3416
3417(dotimes (VAR COUNT [RESULT]) BODY...)
3418 Execute BODY with VAR bound to successive integers running from 0,
3419 inclusive, to COUNT, exclusive.
3420 Then return the value of RESULT, or nil if RESULT is omitted.
3421
6c083b4c
GM
3422** Regular expressions now support Posix character classes such as
3423[:alpha:], [:space:] and so on. These must be used within a character
3424class--for instance, [-[:digit:].+] matches digits or a period
3425or a sign.
a933dad1
DL
3426
3427[:digit:] matches 0 through 9
3428[:cntrl:] matches ASCII control characters
3429[:xdigit:] matches 0 through 9, a through f and A through F.
3430[:blank:] matches space and tab only
3431[:graph:] matches graphic characters--everything except ASCII control chars,
3432 space, and DEL.
3433[:print:] matches printing characters--everything except ASCII control chars
3434 and DEL.
3435[:alnum:] matches letters and digits.
3436 (But at present, for multibyte characters,
3437 it matches anything that has word syntax.)
3438[:alpha:] matches letters.
3439 (But at present, for multibyte characters,
3440 it matches anything that has word syntax.)
3441[:ascii:] matches ASCII (unibyte) characters.
3442[:nonascii:] matches non-ASCII (multibyte) characters.
3443[:lower:] matches anything lower-case.
3444[:punct:] matches punctuation.
3445 (But at present, for multibyte characters,
3446 it matches anything that has non-word syntax.)
3447[:space:] matches anything that has whitespace syntax.
3448[:upper:] matches anything upper-case.
3449[:word:] matches anything that has word syntax.
3450
a933dad1
DL
3451** Emacs now has built-in hash tables.
3452
3453The following functions are defined for hash tables:
3454
3455- Function: make-hash-table ARGS
3456
3457The argument list ARGS consists of keyword/argument pairs. All arguments
3458are optional. The following arguments are defined:
3459
3460:test TEST
3461
3462TEST must be a symbol specifying how to compare keys. Default is `eql'.
3463Predefined are `eq', `eql' and `equal'. If TEST is not predefined,
3464it must have been defined with `define-hash-table-test'.
3465
3466:size SIZE
3467
3468SIZE must be an integer > 0 giving a hint to the implementation how
3469many elements will be put in the hash table. Default size is 65.
3470
3471:rehash-size REHASH-SIZE
3472
3473REHASH-SIZE specifies by how much to grow a hash table once it becomes
3474full. If REHASH-SIZE is an integer, add that to the hash table's old
3475size to get the new size. Otherwise, REHASH-SIZE must be a float >
34761.0, and the new size is computed by multiplying REHASH-SIZE with the
3477old size. Default rehash size is 1.5.
3478
3479:rehash-threshold THRESHOLD
3480
3481THRESHOLD must be a float > 0 and <= 1.0 specifying when to resize the
3482hash table. It is resized when the ratio of (number of entries) /
3483(size of hash table) is >= THRESHOLD. Default threshold is 0.8.
3484
3485:weakness WEAK
3486
b548072f
GM
3487WEAK must be either nil, one of the symbols `key, `value',
3488`key-or-value', `key-and-value', or t, meaning the same as
3489`key-and-value'. Entries are removed from weak tables during garbage
3490collection if their key and/or value are not referenced elsewhere
3491outside of the hash table. Default are non-weak hash tables.
a933dad1
DL
3492
3493- Function: makehash &optional TEST
3494
3495Similar to make-hash-table, but only TEST can be specified.
3496
3497- Function: hash-table-p TABLE
3498
3499Returns non-nil if TABLE is a hash table object.
3500
3501- Function: copy-hash-table TABLE
3502
3503Returns a copy of TABLE. Only the table itself is copied, keys and
3504values are shared.
3505
3506- Function: hash-table-count TABLE
3507
3508Returns the number of entries in TABLE.
3509
3510- Function: hash-table-rehash-size TABLE
3511
3512Returns the rehash size of TABLE.
3513
3514- Function: hash-table-rehash-threshold TABLE
3515
3516Returns the rehash threshold of TABLE.
3517
3518- Function: hash-table-rehash-size TABLE
3519
3520Returns the size of TABLE.
3521
d96d6bb0 3522- Function: hash-table-test TABLE
a933dad1
DL
3523
3524Returns the test TABLE uses to compare keys.
3525
3526- Function: hash-table-weakness TABLE
3527
3528Returns the weakness specified for TABLE.
3529
3530- Function: clrhash TABLE
3531
3532Clear TABLE.
3533
3534- Function: gethash KEY TABLE &optional DEFAULT
3535
3536Look up KEY in TABLE and return its associated VALUE or DEFAULT if
3537not found.
3538
79214ddf 3539- Function: puthash KEY VALUE TABLE
a933dad1
DL
3540
3541Associate KEY with VALUE in TABLE. If KEY is already associated with
3542another value, replace the old value with VALUE.
3543
3544- Function: remhash KEY TABLE
3545
3546Remove KEY from TABLE if it is there.
3547
3548- Function: maphash FUNCTION TABLE
3549
3550Call FUNCTION for all elements in TABLE. FUNCTION must take two
3551arguments KEY and VALUE.
3552
3553- Function: sxhash OBJ
3554
3555Return a hash code for Lisp object OBJ.
3556
3557- Function: define-hash-table-test NAME TEST-FN HASH-FN
3558
3559Define a new hash table test named NAME. If NAME is specified as
3560a test in `make-hash-table', the table created will use TEST-FN for
79214ddf 3561comparing keys, and HASH-FN to compute hash codes for keys. Test
a933dad1
DL
3562and hash function are stored as symbol property `hash-table-test'
3563of NAME with a value of (TEST-FN HASH-FN).
3564
3565TEST-FN must take two arguments and return non-nil if they are the same.
3566
3567HASH-FN must take one argument and return an integer that is the hash
3568code of the argument. The function should use the whole range of
3569integer values for hash code computation, including negative integers.
3570
3571Example: The following creates a hash table whose keys are supposed to
3572be strings that are compared case-insensitively.
3573
3574 (defun case-fold-string= (a b)
3575 (compare-strings a nil nil b nil nil t))
3576
3577 (defun case-fold-string-hash (a)
3578 (sxhash (upcase a)))
3579
79214ddf 3580 (define-hash-table-test 'case-fold 'case-fold-string=
a933dad1
DL
3581 'case-fold-string-hash))
3582
3583 (make-hash-table :test 'case-fold)
3584
a933dad1
DL
3585** The Lisp reader handles circular structure.
3586
3587It now works to use the #N= and #N# constructs to represent
3588circular structures. For example, #1=(a . #1#) represents
3589a cons cell which is its own cdr.
3590
a933dad1
DL
3591** The Lisp printer handles circular structure.
3592
3593If you bind print-circle to a non-nil value, the Lisp printer outputs
3594#N= and #N# constructs to represent circular and shared structure.
3595
a933dad1
DL
3596** If the second argument to `move-to-column' is anything but nil or
3597t, that means replace a tab with spaces if necessary to reach the
3598specified column, but do not add spaces at the end of the line if it
3599is too short to reach that column.
3600
a933dad1
DL
3601** perform-replace has a new feature: the REPLACEMENTS argument may
3602now be a cons cell (FUNCTION . DATA). This means to call FUNCTION
3603after each match to get the replacement text. FUNCTION is called with
3604two arguments: DATA, and the number of replacements already made.
3605
3606If the FROM-STRING contains any upper-case letters,
3607perform-replace also turns off `case-fold-search' temporarily
3608and inserts the replacement text without altering case in it.
3609
a933dad1
DL
3610** The function buffer-size now accepts an optional argument
3611to specify which buffer to return the size of.
3612
a933dad1
DL
3613** The calendar motion commands now run the normal hook
3614calendar-move-hook after moving point.
3615
a933dad1
DL
3616** The new variable small-temporary-file-directory specifies a
3617directory to use for creating temporary files that are likely to be
3618small. (Certain Emacs features use this directory.) If
3619small-temporary-file-directory is nil, they use
3620temporary-file-directory instead.
3621
a933dad1
DL
3622** The variable `inhibit-modification-hooks', if non-nil, inhibits all
3623the hooks that track changes in the buffer. This affects
3624`before-change-functions' and `after-change-functions', as well as
3625hooks attached to text properties and overlay properties.
3626
2018166d
DL
3627** assq-delete-all is a new function that deletes all the
3628elements of an alist which have a car `eq' to a particular value.
a933dad1 3629
a933dad1
DL
3630** make-temp-file provides a more reliable way to create a temporary file.
3631
3632make-temp-file is used like make-temp-name, except that it actually
3633creates the file before it returns. This prevents a timing error,
3634ensuring that no other job can use the same name for a temporary file.
3635
a933dad1
DL
3636** New exclusive-open feature in `write-region'
3637
3638The optional seventh arg is now called MUSTBENEW. If non-nil, it insists
3639on a check for an existing file with the same name. If MUSTBENEW
3640is `excl', that means to get an error if the file already exists;
3641never overwrite. If MUSTBENEW is neither nil nor `excl', that means
3642ask for confirmation before overwriting, but do go ahead and
3643overwrite the file if the user gives confirmation.
3644
3645If the MUSTBENEW argument in `write-region' is `excl',
3646that means to use a special feature in the `open' system call
3647to get an error if the file exists at that time.
3648The error reported is `file-already-exists'.
3649
a933dad1
DL
3650** Function `format' now handles text properties.
3651
3652Text properties of the format string are applied to the result string.
3653If the result string is longer than the format string, text properties
3654ending at the end of the format string are extended to the end of the
3655result string.
3656
3657Text properties from string arguments are applied to the result
3658string where arguments appear in the result string.
3659
3660Example:
3661
3662 (let ((s1 "hello, %s")
3663 (s2 "world"))
3664 (put-text-property 0 (length s1) 'face 'bold s1)
3665 (put-text-property 0 (length s2) 'face 'italic s2)
b246b1f6 3666 (format s1 s2))
a933dad1
DL
3667
3668results in a bold-face string with an italic `world' at the end.
3669
a933dad1
DL
3670** Messages can now be displayed with text properties.
3671
3672Text properties are handled as described above for function `format'.
3673The following example displays a bold-face message with an italic
3674argument in it.
3675
3676 (let ((msg "hello, %s!")
3677 (arg "world"))
3678 (put-text-property 0 (length msg) 'face 'bold msg)
3679 (put-text-property 0 (length arg) 'face 'italic arg)
3680 (message msg arg))
3681
a933dad1
DL
3682** Sound support
3683
3684Emacs supports playing sound files on GNU/Linux and the free BSDs
3685(Voxware driver and native BSD driver, aka as Luigi's driver).
3686
3687Currently supported file formats are RIFF-WAVE (*.wav) and Sun Audio
3688(*.au). You must configure Emacs with the option `--with-sound=yes'
3689to enable sound support.
3690
3691Sound files can be played by calling (play-sound SOUND). SOUND is a
3692list of the form `(sound PROPERTY...)'. The function is only defined
3693when sound support is present for the system on which Emacs runs. The
3694functions runs `play-sound-functions' with one argument which is the
3695sound to play, before playing the sound.
3696
3697The following sound properties are supported:
3698
3699- `:file FILE'
3700
3701FILE is a file name. If FILE isn't an absolute name, it will be
3702searched relative to `data-directory'.
3703
6fb40beb
GM
3704- `:data DATA'
3705
3706DATA is a string containing sound data. Either :file or :data
3707may be present, but not both.
3708
a933dad1
DL
3709- `:volume VOLUME'
3710
3711VOLUME must be an integer in the range 0..100 or a float in the range
37120..1. This property is optional.
3713
01242779
DL
3714- `:device DEVICE'
3715
3716DEVICE is a string specifying the system device on which to play the
3717sound. The default device is system-dependent.
3718
a933dad1
DL
3719Other properties are ignored.
3720
01242779
DL
3721An alternative interface is called as
3722(play-sound-file FILE &optional VOLUME DEVICE).
3723
a933dad1 3724** `multimedia' is a new Finder keyword and Custom group.
356673d4
DL
3725
3726** keywordp is a new predicate to test efficiently for an object being
3727a keyword symbol.
fc91dc2d
GM
3728
3729** Changes to garbage collection
3730
3731*** The function garbage-collect now additionally returns the number
3732of live and free strings.
3733
3734*** There is a new variable `strings-consed' holding the number of
3735strings that have been consed so far.
3736
05197f40 3737\f
04545643
GM
3738* Lisp-level Display features added after release 2.6 of the Emacs
3739Lisp Manual
3740
a299a6f0
GM
3741** The user-option `resize-mini-windows' controls how Emacs resizes
3742mini-windows.
3743
26fcde61
MB
3744** The function `pos-visible-in-window-p' now has a third optional
3745argument, PARTIALLY. If a character is only partially visible, nil is
3746returned, unless PARTIALLY is non-nil.
ea4c1b7c 3747
a299a6f0 3748** On window systems, `glyph-table' is no longer used.
82a452c8 3749
9a8d84ca 3750** Help strings in menu items are now used to provide `help-echo' text.
2c69ced2
GM
3751
3752** The function `image-size' can be used to determine the size of an
3753image.
3754
3755- Function: image-size SPEC &optional PIXELS FRAME
3756
3757Return the size of an image as a pair (WIDTH . HEIGHT).
3758
3759SPEC is an image specification. PIXELS non-nil means return sizes
3760measured in pixels, otherwise return sizes measured in canonical
3761character units (fractions of the width/height of the frame's default
3762font). FRAME is the frame on which the image will be displayed.
3763FRAME nil or omitted means use the selected frame.
3764
ebb8f116
GM
3765** The function `image-mask-p' can be used to determine if an image
3766has a mask bitmap.
3767
3768- Function: image-mask-p SPEC &optional FRAME
3769
3770Return t if image SPEC has a mask bitmap.
3771FRAME is the frame on which the image will be displayed. FRAME nil
3772or omitted means use the selected frame.
3773
0b8a3a6d
DL
3774** The function `find-image' can be used to find a usable image
3775satisfying one of a list of specifications.
3776
0b8a3a6d
DL
3777** The STRING argument of `put-image' and `insert-image' is now
3778optional.
3779
f6499c03
DL
3780** Image specifications may contain the property `:ascent center' (see
3781below).
04545643 3782
05197f40 3783\f
a933dad1
DL
3784* New Lisp-level Display features in Emacs 21.1
3785
3786Note that +++ before an item means the Lisp manual has been updated.
3787--- means that I have decided it does not need to be in the Lisp manual.
3788When you add a new item, please add it without either +++ or ---
3789so I will know I still need to look at it -- rms.
3790
f6d3257b
GM
3791** The function tty-suppress-bold-inverse-default-colors can be used
3792to make Emacs avoid displaying text with bold black foreground on TTYs.
3793
3794Some terminals, notably PC consoles, emulate bold text by displaying
3795text in brighter colors. On such a console, a bold black foreground
3796is displayed in a gray color. If this turns out to be hard to read on
3797your monitor---the problem occurred with the mode line on
3798laptops---you can instruct Emacs to ignore the text's boldness, and to
3799just display it black instead.
3800
3801This situation can't be detected automatically. You will have to put
3802a line like
3803
3804 (tty-suppress-bold-inverse-default-colors t)
3805
3806in your `.emacs'.
3807
a933dad1
DL
3808** New face implementation.
3809
3810Emacs faces have been reimplemented from scratch. They don't use XLFD
3811font names anymore and face merging now works as expected.
3812
a933dad1
DL
3813*** New faces.
3814
3815Each face can specify the following display attributes:
3816
3817 1. Font family or fontset alias name.
79214ddf 3818
a933dad1
DL
3819 2. Relative proportionate width, aka character set width or set
3820 width (swidth), e.g. `semi-compressed'.
79214ddf 3821
a933dad1 3822 3. Font height in 1/10pt
79214ddf 3823
a933dad1 3824 4. Font weight, e.g. `bold'.
79214ddf 3825
a933dad1 3826 5. Font slant, e.g. `italic'.
79214ddf 3827
a933dad1 3828 6. Foreground color.
79214ddf 3829
a933dad1
DL
3830 7. Background color.
3831
3832 8. Whether or not characters should be underlined, and in what color.
3833
3834 9. Whether or not characters should be displayed in inverse video.
3835
3836 10. A background stipple, a bitmap.
3837
3838 11. Whether or not characters should be overlined, and in what color.
3839
3840 12. Whether or not characters should be strike-through, and in what
3841 color.
3842
3843 13. Whether or not a box should be drawn around characters, its
3844 color, the width of the box lines, and 3D appearance.
3845
3846Faces are frame-local by nature because Emacs allows to define the
3847same named face (face names are symbols) differently for different
3848frames. Each frame has an alist of face definitions for all named
3849faces. The value of a named face in such an alist is a Lisp vector
0969bd6a 3850with the symbol `face' in slot 0, and a slot for each of the face
a933dad1
DL
3851attributes mentioned above.
3852
3853There is also a global face alist `face-new-frame-defaults'. Face
3854definitions from this list are used to initialize faces of newly
3855created frames.
79214ddf 3856
a933dad1
DL
3857A face doesn't have to specify all attributes. Those not specified
3858have a nil value. Faces specifying all attributes are called
3859`fully-specified'.
3860
a933dad1
DL
3861*** Face merging.
3862
3863The display style of a given character in the text is determined by
3864combining several faces. This process is called `face merging'. Any
3865aspect of the display style that isn't specified by overlays or text
3866properties is taken from the `default' face. Since it is made sure
3867that the default face is always fully-specified, face merging always
3868results in a fully-specified face.
3869
a933dad1
DL
3870*** Face realization.
3871
3872After all face attributes for a character have been determined by
3873merging faces of that character, that face is `realized'. The
3874realization process maps face attributes to what is physically
3875available on the system where Emacs runs. The result is a `realized
3876face' in form of an internal structure which is stored in the face
3877cache of the frame on which it was realized.
3878
3879Face realization is done in the context of the charset of the
3880character to display because different fonts and encodings are used
3881for different charsets. In other words, for characters of different
3882charsets, different realized faces are needed to display them.
3883
3884Except for composite characters, faces are always realized for a
3885specific character set and contain a specific font, even if the face
3886being realized specifies a fontset. The reason is that the result of
3887the new font selection stage is better than what can be done with
3888statically defined font name patterns in fontsets.
3889
3890In unibyte text, Emacs' charsets aren't applicable; function
3891`char-charset' reports ASCII for all characters, including those >
38920x7f. The X registry and encoding of fonts to use is determined from
3893the variable `face-default-registry' in this case. The variable is
3894initialized at Emacs startup time from the font the user specified for
3895Emacs.
3896
3897Currently all unibyte text, i.e. all buffers with
3898`enable-multibyte-characters' nil are displayed with fonts of the same
3899registry and encoding `face-default-registry'. This is consistent
3900with the fact that languages can also be set globally, only.
3901
a933dad1
DL
3902**** Clearing face caches.
3903
3904The Lisp function `clear-face-cache' can be called to clear face caches
3905on all frames. If called with a non-nil argument, it will also unload
3906unused fonts.
3907
a933dad1 3908*** Font selection.
79214ddf 3909
a933dad1
DL
3910Font selection tries to find the best available matching font for a
3911given (charset, face) combination. This is done slightly differently
3912for faces specifying a fontset, or a font family name.
3913
3914If the face specifies a fontset name, that fontset determines a
3915pattern for fonts of the given charset. If the face specifies a font
3916family, a font pattern is constructed. Charset symbols have a
3917property `x-charset-registry' for that purpose that maps a charset to
3918an XLFD registry and encoding in the font pattern constructed.
3919
3920Available fonts on the system on which Emacs runs are then matched
3921against the font pattern. The result of font selection is the best
3922match for the given face attributes in this font list.
3923
3924Font selection can be influenced by the user.
3925
3926The user can specify the relative importance he gives the face
3927attributes width, height, weight, and slant by setting
3928face-font-selection-order (faces.el) to a list of face attribute
3929names. The default is (:width :height :weight :slant), and means
3930that font selection first tries to find a good match for the font
3931width specified by a face, then---within fonts with that width---tries
3932to find a best match for the specified font height, etc.
3933
52d89894
GM
3934Setting `face-font-family-alternatives' allows the user to specify
3935alternative font families to try if a family specified by a face
89d57763 3936doesn't exist.
af4bb4c8
KH
3937
3938Setting `face-font-registry-alternatives' allows the user to specify
8a33023e 3939all alternative font registry names to try for a face specifying a
af4bb4c8
KH
3940registry.
3941
8a33023e 3942Please note that the interpretations of the above two variables are
af4bb4c8
KH
3943slightly different.
3944
3945Setting face-ignored-fonts allows the user to ignore specific fonts.
3946
a933dad1 3947
a933dad1
DL
3948**** Scalable fonts
3949
3950Emacs can make use of scalable fonts but doesn't do so by default,
3951since the use of too many or too big scalable fonts may crash XFree86
3952servers.
3953
3954To enable scalable font use, set the variable
b246b1f6 3955`scalable-fonts-allowed'. A value of nil, the default, means never use
a933dad1
DL
3956scalable fonts. A value of t means any scalable font may be used.
3957Otherwise, the value must be a list of regular expressions. A
3958scalable font may then be used if it matches a regular expression from
3959that list. Example:
3960
3961 (setq scalable-fonts-allowed '("muleindian-2$"))
3962
3963allows the use of scalable fonts with registry `muleindian-2'.
3964
a933dad1
DL
3965*** Functions and variables related to font selection.
3966
3967- Function: x-family-fonts &optional FAMILY FRAME
3968
3969Return a list of available fonts of family FAMILY on FRAME. If FAMILY
3970is omitted or nil, list all families. Otherwise, FAMILY must be a
3971string, possibly containing wildcards `?' and `*'.
3972
3973If FRAME is omitted or nil, use the selected frame. Each element of
3974the result is a vector [FAMILY WIDTH POINT-SIZE WEIGHT SLANT FIXED-P
3975FULL REGISTRY-AND-ENCODING]. FAMILY is the font family name.
3976POINT-SIZE is the size of the font in 1/10 pt. WIDTH, WEIGHT, and
3977SLANT are symbols describing the width, weight and slant of the font.
3978These symbols are the same as for face attributes. FIXED-P is non-nil
3979if the font is fixed-pitch. FULL is the full name of the font, and
3980REGISTRY-AND-ENCODING is a string giving the registry and encoding of
3981the font. The result list is sorted according to the current setting
3982of the face font sort order.
3983
79214ddf 3984- Function: x-font-family-list
a933dad1
DL
3985
3986Return a list of available font families on FRAME. If FRAME is
3987omitted or nil, use the selected frame. Value is a list of conses
3988(FAMILY . FIXED-P) where FAMILY is a font family, and FIXED-P is
3989non-nil if fonts of that family are fixed-pitch.
3990
3991- Variable: font-list-limit
3992
3993Limit for font matching. If an integer > 0, font matching functions
3994won't load more than that number of fonts when searching for a
3995matching font. The default is currently 100.
3996
a933dad1
DL
3997*** Setting face attributes.
3998
3999For the most part, the new face implementation is interface-compatible
4000with the old one. Old face attribute related functions are now
4001implemented in terms of the new functions `set-face-attribute' and
4002`face-attribute'.
4003
4004Face attributes are identified by their names which are keyword
4005symbols. All attributes can be set to `unspecified'.
4006
4007The following attributes are recognized:
4008
4009`:family'
4010
4011VALUE must be a string specifying the font family, e.g. ``courier'',
4012or a fontset alias name. If a font family is specified, wild-cards `*'
4013and `?' are allowed.
4014
4015`:width'
4016
4017VALUE specifies the relative proportionate width of the font to use.
4018It must be one of the symbols `ultra-condensed', `extra-condensed',
4019`condensed', `semi-condensed', `normal', `semi-expanded', `expanded',
4020`extra-expanded', or `ultra-expanded'.
4021
4022`:height'
4023
787345ff
MB
4024VALUE must be either an integer specifying the height of the font to use
4025in 1/10 pt, a floating point number specifying the amount by which to
4026scale any underlying face, or a function, which is called with the old
4027height (from the underlying face), and should return the new height.
a933dad1
DL
4028
4029`:weight'
4030
4031VALUE specifies the weight of the font to use. It must be one of the
4032symbols `ultra-bold', `extra-bold', `bold', `semi-bold', `normal',
4033`semi-light', `light', `extra-light', `ultra-light'.
4034
4035`:slant'
4036
4037VALUE specifies the slant of the font to use. It must be one of the
4038symbols `italic', `oblique', `normal', `reverse-italic', or
4039`reverse-oblique'.
4040
4041`:foreground', `:background'
4042
4043VALUE must be a color name, a string.
4044
4045`:underline'
4046
4047VALUE specifies whether characters in FACE should be underlined. If
4048VALUE is t, underline with foreground color of the face. If VALUE is
4049a string, underline with that color. If VALUE is nil, explicitly
4050don't underline.
4051
4052`:overline'
4053
4054VALUE specifies whether characters in FACE should be overlined. If
4055VALUE is t, overline with foreground color of the face. If VALUE is a
4056string, overline with that color. If VALUE is nil, explicitly don't
4057overline.
4058
4059`:strike-through'
4060
4061VALUE specifies whether characters in FACE should be drawn with a line
4062striking through them. If VALUE is t, use the foreground color of the
4063face. If VALUE is a string, strike-through with that color. If VALUE
4064is nil, explicitly don't strike through.
4065
4066`:box'
4067
4068VALUE specifies whether characters in FACE should have a box drawn
4069around them. If VALUE is nil, explicitly don't draw boxes. If
4070VALUE is t, draw a box with lines of width 1 in the foreground color
4071of the face. If VALUE is a string, the string must be a color name,
4072and the box is drawn in that color with a line width of 1. Otherwise,
4073VALUE must be a property list of the form `(:line-width WIDTH
4074:color COLOR :style STYLE)'. If a keyword/value pair is missing from
4075the property list, a default value will be used for the value, as
4076specified below. WIDTH specifies the width of the lines to draw; it
4077defaults to 1. COLOR is the name of the color to draw in, default is
4078the foreground color of the face for simple boxes, and the background
4079color of the face for 3D boxes. STYLE specifies whether a 3D box
4080should be draw. If STYLE is `released-button', draw a box looking
4081like a released 3D button. If STYLE is `pressed-button' draw a box
4082that appears like a pressed button. If STYLE is nil, the default if
4083the property list doesn't contain a style specification, draw a 2D
4084box.
4085
4086`:inverse-video'
4087
4088VALUE specifies whether characters in FACE should be displayed in
4089inverse video. VALUE must be one of t or nil.
4090
4091`:stipple'
4092
4093If VALUE is a string, it must be the name of a file of pixmap data.
4094The directories listed in the `x-bitmap-file-path' variable are
4095searched. Alternatively, VALUE may be a list of the form (WIDTH
4096HEIGHT DATA) where WIDTH and HEIGHT are the size in pixels, and DATA
4097is a string containing the raw bits of the bitmap. VALUE nil means
4098explicitly don't use a stipple pattern.
4099
4100For convenience, attributes `:family', `:width', `:height', `:weight',
4101and `:slant' may also be set in one step from an X font name:
4102
4103`:font'
4104
4105Set font-related face attributes from VALUE. VALUE must be a valid
4106XLFD font name. If it is a font name pattern, the first matching font
4107is used--this is for compatibility with the behavior of previous
4108versions of Emacs.
4109
4110For compatibility with Emacs 20, keywords `:bold' and `:italic' can
4111be used to specify that a bold or italic font should be used. VALUE
4112must be t or nil in that case. A value of `unspecified' is not allowed."
4113
4114Please see also the documentation of `set-face-attribute' and
4115`defface'.
4116
787345ff
MB
4117`:inherit'
4118
4119VALUE is the name of a face from which to inherit attributes, or a list
4120of face names. Attributes from inherited faces are merged into the face
4121like an underlying face would be, with higher priority than underlying faces.
4122
a933dad1
DL
4123*** Face attributes and X resources
4124
4125The following X resource names can be used to set face attributes
4126from X resources:
4127
4128 Face attribute X resource class
4129-----------------------------------------------------------------------
4130 :family attributeFamily . Face.AttributeFamily
4131 :width attributeWidth Face.AttributeWidth
4132 :height attributeHeight Face.AttributeHeight
4133 :weight attributeWeight Face.AttributeWeight
4134 :slant attributeSlant Face.AttributeSlant
4135 foreground attributeForeground Face.AttributeForeground
4136 :background attributeBackground . Face.AttributeBackground
4137 :overline attributeOverline Face.AttributeOverline
4138 :strike-through attributeStrikeThrough Face.AttributeStrikeThrough
4139 :box attributeBox Face.AttributeBox
4140 :underline attributeUnderline Face.AttributeUnderline
4141 :inverse-video attributeInverse Face.AttributeInverse
4142 :stipple attributeStipple Face.AttributeStipple
79214ddf 4143 or attributeBackgroundPixmap
a933dad1
DL
4144 Face.AttributeBackgroundPixmap
4145 :font attributeFont Face.AttributeFont
4146 :bold attributeBold Face.AttributeBold
4147 :italic attributeItalic . Face.AttributeItalic
4148 :font attributeFont Face.AttributeFont
4149
a933dad1
DL
4150*** Text property `face'.
4151
4152The value of the `face' text property can now be a single face
4153specification or a list of such specifications. Each face
4154specification can be
4155
41561. A symbol or string naming a Lisp face.
4157
41582. A property list of the form (KEYWORD VALUE ...) where each
4159 KEYWORD is a face attribute name, and VALUE is an appropriate value
4160 for that attribute. Please see the doc string of `set-face-attribute'
4161 for face attribute names.
4162
41633. Conses of the form (FOREGROUND-COLOR . COLOR) or
4164 (BACKGROUND-COLOR . COLOR) where COLOR is a color name. This is
4165 for compatibility with previous Emacs versions.
4166
a933dad1
DL
4167** Support functions for colors on text-only terminals.
4168
acf3ecb7
EZ
4169The function `tty-color-define' can be used to define colors for use
4170on TTY and MSDOS frames. It maps a color name to a color number on
4171the terminal. Emacs defines a couple of common color mappings by
a933dad1 4172default. You can get defined colors with a call to
acf3ecb7 4173`defined-colors'. The function `tty-color-clear' can be
a933dad1
DL
4174used to clear the mapping table.
4175
acf3ecb7
EZ
4176** Unified support for colors independent of frame type.
4177
4178The new functions `defined-colors', `color-defined-p', `color-values',
4179and `display-color-p' work for any type of frame. On frames whose
4180type is neither x nor w32, these functions transparently map X-style
4181color specifications to the closest colors supported by the frame
4182display. Lisp programs should use these new functions instead of the
4183old `x-defined-colors', `x-color-defined-p', `x-color-values', and
4184`x-display-color-p'. (The old function names are still available for
4185compatibility; they are now aliases of the new names.) Lisp programs
4186should no more look at the value of the variable window-system to
4187modify their color-related behavior.
4188
4189The primitives `color-gray-p' and `color-supported-p' also work for
4190any frame type.
4191
8a5719f0
EZ
4192** Platform-independent functions to describe display capabilities.
4193
4194The new functions `display-mouse-p', `display-popup-menus-p',
4195`display-graphic-p', `display-selections-p', `display-screens',
4196`display-pixel-width', `display-pixel-height', `display-mm-width',
4197`display-mm-height', `display-backing-store', `display-save-under',
4198`display-planes', `display-color-cells', `display-visual-class', and
4199`display-grayscale-p' describe the basic capabilities of a particular
4200display. Lisp programs should call these functions instead of testing
4201the value of the variables `window-system' or `system-type', or calling
4202platform-specific functions such as `x-display-pixel-width'.
4203
27009a49
EZ
4204The new function `display-images-p' returns non-nil if a particular
4205display can display image files.
4206
a933dad1 4207** The minibuffer prompt is now actually inserted in the minibuffer.
a933dad1 4208
463cac2d 4209This makes it possible to scroll through the prompt, if you want to.
3b51cca0
MB
4210To disallow this completely (like previous versions of emacs), customize
4211the variable `minibuffer-prompt-properties', and turn on the
4212`Inviolable' option.
a933dad1 4213
8a33023e 4214The function minibuffer-prompt-end returns the current position of the
a933dad1
DL
4215end of the minibuffer prompt, if the minibuffer is current.
4216Otherwise, it returns zero.
4217
463cac2d
GM
4218** New `field' abstraction in buffers.
4219
4220There is now code to support an abstraction called `fields' in emacs
4221buffers. A field is a contiguous region of text with the same `field'
59927f88 4222property (which can be a text property or an overlay).
463cac2d 4223
9a9dfda8 4224Many emacs functions, such as forward-word, forward-sentence,
463cac2d 4225forward-paragraph, beginning-of-line, etc., stop moving when they come
9a9dfda8 4226to the boundary between fields; beginning-of-line and end-of-line will
463cac2d 4227not let the point move past the field boundary, but other movement
fc7ac24f
GM
4228commands continue into the next field if repeated. Stopping at field
4229boundaries can be suppressed programmatically by binding
4230`inhibit-field-text-motion' to a non-nil value around calls to these
4231functions.
463cac2d
GM
4232
4233Now that the minibuffer prompt is inserted into the minibuffer, it is in
9a9dfda8 4234a separate field from the user-input part of the buffer, so that common
463cac2d 4235editing commands treat the user's text separately from the prompt.
a933dad1 4236
9a9dfda8
GM
4237The following functions are defined for operating on fields:
4238
59927f88 4239- Function: constrain-to-field NEW-POS OLD-POS &optional ESCAPE-FROM-EDGE ONLY-IN-LINE INHIBIT-CAPTURE-PROPERTY
9a9dfda8
GM
4240
4241Return the position closest to NEW-POS that is in the same field as OLD-POS.
59927f88 4242
9a9dfda8
GM
4243A field is a region of text with the same `field' property.
4244If NEW-POS is nil, then the current point is used instead, and set to the
9b2a085d 4245constrained position if that is different.
9a9dfda8
GM
4246
4247If OLD-POS is at the boundary of two fields, then the allowable
4248positions for NEW-POS depends on the value of the optional argument
4249ESCAPE-FROM-EDGE: If ESCAPE-FROM-EDGE is nil, then NEW-POS is
59927f88 4250constrained to the field that has the same `field' char-property
9a9dfda8
GM
4251as any new characters inserted at OLD-POS, whereas if ESCAPE-FROM-EDGE
4252is non-nil, NEW-POS is constrained to the union of the two adjacent
59927f88
MB
4253fields. Additionally, if two fields are separated by another field with
4254the special value `boundary', then any point within this special field is
4255also considered to be `on the boundary'.
9a9dfda8
GM
4256
4257If the optional argument ONLY-IN-LINE is non-nil and constraining
4258NEW-POS would move it to a different line, NEW-POS is returned
4259unconstrained. This useful for commands that move by line, like
4260C-n or C-a, which should generally respect field boundaries
4261only in the case where they can still move to the right line.
4262
59927f88
MB
4263If the optional argument INHIBIT-CAPTURE-PROPERTY is non-nil, and OLD-POS has
4264a non-nil property of that name, then any field boundaries are ignored.
4265
4266Field boundaries are not noticed if `inhibit-field-text-motion' is non-nil.
4267
4268- Function: delete-field &optional POS
9a9dfda8 4269
59927f88 4270Delete the field surrounding POS.
9a9dfda8 4271A field is a region of text with the same `field' property.
59927f88 4272If POS is nil, the value of point is used for POS.
9a9dfda8
GM
4273
4274- Function: field-beginning &optional POS ESCAPE-FROM-EDGE
4275
4276Return the beginning of the field surrounding POS.
4277A field is a region of text with the same `field' property.
59927f88
MB
4278If POS is nil, the value of point is used for POS.
4279If ESCAPE-FROM-EDGE is non-nil and POS is at the beginning of its
9a9dfda8
GM
4280field, then the beginning of the *previous* field is returned.
4281
4282- Function: field-end &optional POS ESCAPE-FROM-EDGE
4283
4284Return the end of the field surrounding POS.
4285A field is a region of text with the same `field' property.
59927f88
MB
4286If POS is nil, the value of point is used for POS.
4287If ESCAPE-FROM-EDGE is non-nil and POS is at the end of its field,
9a9dfda8
GM
4288then the end of the *following* field is returned.
4289
4290- Function: field-string &optional POS
4291
4292Return the contents of the field surrounding POS as a string.
4293A field is a region of text with the same `field' property.
59927f88 4294If POS is nil, the value of point is used for POS.
9a9dfda8
GM
4295
4296- Function: field-string-no-properties &optional POS
4297
4298Return the contents of the field around POS, without text-properties.
4299A field is a region of text with the same `field' property.
59927f88 4300If POS is nil, the value of point is used for POS.
9a9dfda8 4301
a933dad1
DL
4302** Image support.
4303
4304Emacs can now display images. Images are inserted into text by giving
4305strings or buffer text a `display' text property containing one of
4306(AREA IMAGE) or IMAGE. The display of the `display' property value
4307replaces the display of the characters having that property.
4308
4309If the property value has the form (AREA IMAGE), AREA must be one of
4310`(margin left-margin)', `(margin right-margin)' or `(margin nil)'. If
4311AREA is `(margin nil)', IMAGE will be displayed in the text area of a
4312window, otherwise it will be displayed in the left or right marginal
4313area.
4314
4315IMAGE is an image specification.
4316
4317*** Image specifications
4318
4319Image specifications are lists of the form `(image PROPS)' where PROPS
4320is a property list whose keys are keyword symbols. Each
4321specifications must contain a property `:type TYPE' with TYPE being a
35a5514b
GM
4322symbol specifying the image type, e.g. `xbm'. Properties not
4323described below are ignored.
a933dad1
DL
4324
4325The following is a list of properties all image types share.
4326
4327`:ascent ASCENT'
4328
576da55d
GM
4329ASCENT must be a number in the range 0..100, or the symbol `center'.
4330If it is a number, it specifies the percentage of the image's height
5d94f558 4331to use for its ascent.
576da55d
GM
4332
4333If not specified, ASCENT defaults to the value 50 which means that the
4334image will be centered with the base line of the row it appears in.
4335
5d94f558 4336If ASCENT is `center' the image is vertically centered around a
04545643
GM
4337centerline which is the vertical center of text drawn at the position
4338of the image, in the manner specified by the text properties and
4339overlays that apply to the image.
a933dad1
DL
4340
4341`:margin MARGIN'
4342
b30623be
GM
4343MARGIN must be either a number >= 0 specifying how many pixels to put
4344as margin around the image, or a pair (X . Y) with X specifying the
4345horizontal margin and Y specifying the vertical margin. Default is 0.
a933dad1
DL
4346
4347`:relief RELIEF'
4348
4349RELIEF is analogous to the `:relief' attribute of faces. Puts a relief
4350around an image.
4351
f864120f 4352`:conversion ALGO'
a933dad1 4353
47e351a3
GM
4354Apply an image algorithm to the image before displaying it.
4355
4356ALGO `laplace' or `emboss' means apply a Laplace or ``emboss''
4357edge-detection algorithm to the image.
4358
4359ALGO `(edge-detection :matrix MATRIX :color-adjust ADJUST)' means
4360apply a general edge-detection algorithm. MATRIX must be either a
4361nine-element list or a nine-element vector of numbers. A pixel at
4362position x/y in the transformed image is computed from original pixels
4363around that position. MATRIX specifies, for each pixel in the
4364neighborhood of x/y, a factor with which that pixel will influence the
4365transformed pixel; element 0 specifies the factor for the pixel at
4366x-1/y-1, element 1 the factor for the pixel at x/y-1 etc. as shown
4367below.
4368
4369 (x-1/y-1 x/y-1 x+1/y-1
4370 x-1/y x/y x+1/y
4371 x-1/y+1 x/y+1 x+1/y+1)
4372
4373The resulting pixel is computed from the color intensity of the color
4374resulting from summing up the RGB values of surrounding pixels,
4375multiplied by the specified factors, and dividing that sum by the sum
4376of the factors' absolute values.
4377
327652be 4378Laplace edge-detection currently uses a matrix of
a933dad1 4379
47e351a3
GM
4380 (1 0 0
4381 0 0 0
4382 9 9 -1)
4383
4384Emboss edge-detection uses a matrix of
4385
4386 ( 2 -1 0
4387 -1 0 1
4388 0 1 -2)
4389
ba9eeda1
GM
4390ALGO `disabled' means transform the image so that it looks
4391``disabled''.
4392
47e351a3
GM
4393`:mask MASK'
4394
4395If MASK is `heuristic' or `(heuristic BG)', build a clipping mask for
4396the image, so that the background of a frame is visible behind the
4397image. If BG is not specified, or if BG is t, determine the
4398background color of the image by looking at the 4 corners of the
8a33023e 4399image, assuming the most frequently occurring color from the corners is
47e351a3
GM
4400the background color of the image. Otherwise, BG must be a list `(RED
4401GREEN BLUE)' specifying the color to assume for the background of the
4402image.
a933dad1 4403
47e351a3
GM
4404If MASK is nil, remove a mask from the image, if it has one. Images
4405in some formats include a mask which can be removed by specifying
4406`:mask nil'.
a933dad1
DL
4407
4408`:file FILE'
4409
4410Load image from FILE. If FILE is not absolute after expanding it,
4411search for the image in `data-directory'. Some image types support
4412building images from data. When this is done, no `:file' property
4413may be present in the image specification.
4414
518df5c4
GM
4415`:data DATA'
4416
4417Get image data from DATA. (As of this writing, this is not yet
4418supported for image type `postscript'). Either :file or :data may be
4419present in an image specification, but not both. All image types
4420support strings as DATA, some types allow additional types of DATA.
4421
a933dad1
DL
4422*** Supported image types
4423
b246b1f6 4424**** XBM, image type `xbm'.
a933dad1
DL
4425
4426XBM images don't require an external library. Additional image
4427properties supported are
4428
4429`:foreground FG'
4430
94736c7c
GM
4431FG must be a string specifying the image foreground color, or nil
4432meaning to use the default. Default is the frame's foreground.
a933dad1 4433
46c5af7f 4434`:background BG'
a933dad1 4435
94736c7c
GM
4436BG must be a string specifying the image foreground color, or nil
4437meaning to use the default. Default is the frame's background color.
a933dad1
DL
4438
4439XBM images can be constructed from data instead of file. In this
4440case, the image specification must contain the following properties
4441instead of a `:file' property.
4442
4443`:width WIDTH'
4444
4445WIDTH specifies the width of the image in pixels.
4446
4447`:height HEIGHT'
4448
4449HEIGHT specifies the height of the image in pixels.
4450
4451`:data DATA'
4452
4453DATA must be either
4454
4455 1. a string large enough to hold the bitmap data, i.e. it must
4456 have a size >= (WIDTH + 7) / 8 * HEIGHT
4457
4458 2. a bool-vector of size >= WIDTH * HEIGHT
4459
4460 3. a vector of strings or bool-vectors, one for each line of the
4461 bitmap.
4462
c76e04a8
GM
4463 4. a string that's an in-memory XBM file. Neither width nor
4464 height may be specified in this case because these are defined
4465 in the file.
4466
a933dad1
DL
4467**** XPM, image type `xpm'
4468
4469XPM images require the external library `libXpm', package
4470`xpm-3.4k.tar.gz', version 3.4k or later. Make sure the library is
4471found when Emacs is configured by supplying appropriate paths via
4472`--x-includes' and `--x-libraries'.
4473
4474Additional image properties supported are:
4475
4476`:color-symbols SYMBOLS'
4477
4478SYMBOLS must be a list of pairs (NAME . COLOR), with NAME being the
4479name of color as it appears in an XPM file, and COLOR being an X color
4480name.
4481
4482XPM images can be built from memory instead of files. In that case,
4483add a `:data' property instead of a `:file' property.
4484
a933dad1
DL
4485The XPM library uses libz in its implementation so that it is able
4486to display compressed images.
4487
4488**** PBM, image type `pbm'
4489
4490PBM images don't require an external library. Color, gray-scale and
2b8e9c91
GM
4491mono images are supported. Additional image properties supported for
4492mono images are
4493
4494`:foreground FG'
4495
94736c7c
GM
4496FG must be a string specifying the image foreground color, or nil
4497meaning to use the default. Default is the frame's foreground.
2b8e9c91
GM
4498
4499`:background FG'
4500
94736c7c
GM
4501BG must be a string specifying the image foreground color, or nil
4502meaning to use the default. Default is the frame's background color.
a933dad1
DL
4503
4504**** JPEG, image type `jpeg'
4505
4506Support for JPEG images requires the external library `libjpeg',
3bd37feb
GM
4507package `jpegsrc.v6a.tar.gz', or later. Additional image properties
4508are:
4509
a933dad1
DL
4510**** TIFF, image type `tiff'
4511
4512Support for TIFF images requires the external library `libtiff',
4513package `tiff-v3.4-tar.gz', or later. There are no additional image
4514properties defined.
4515
4516**** GIF, image type `gif'
4517
4518Support for GIF images requires the external library `libungif', package
4519`libungif-4.1.0', or later.
4520
4521Additional image properties supported are:
4522
4523`:index INDEX'
4524
4525INDEX must be an integer >= 0. Load image number INDEX from a
8a33023e 4526multi-image GIF file. An error is signaled if INDEX is too large.
a933dad1
DL
4527
4528This could be used to implement limited support for animated GIFs.
4529For example, the following function displays a multi-image GIF file
4530at point-min in the current buffer, switching between sub-images
4531every 0.1 seconds.
4532
4533(defun show-anim (file max)
4534 "Display multi-image GIF file FILE which contains MAX subimages."
4535 (display-anim (current-buffer) file 0 max t))
4536
4537(defun display-anim (buffer file idx max first-time)
4538 (when (= idx max)
4539 (setq idx 0))
518df5c4 4540 (let ((img (create-image file nil nil :index idx)))
a933dad1
DL
4541 (save-excursion
4542 (set-buffer buffer)
4543 (goto-char (point-min))
4544 (unless first-time (delete-char 1))
4545 (insert-image img "x"))
4546 (run-with-timer 0.1 nil 'display-anim buffer file (1+ idx) max nil)))
4547
4548**** PNG, image type `png'
4549
4550Support for PNG images requires the external library `libpng',
4551package `libpng-1.0.2.tar.gz', or later. There are no additional image
4552properties defined.
4553
4554**** Ghostscript, image type `postscript'.
4555
4556Additional image properties supported are:
4557
4558`:pt-width WIDTH'
4559
4560WIDTH is width of the image in pt (1/72 inch). WIDTH must be an
b246b1f6 4561integer. This is a required property.
a933dad1
DL
4562
4563`:pt-height HEIGHT'
4564
4565HEIGHT specifies the height of the image in pt (1/72 inch). HEIGHT
b246b1f6 4566must be a integer. This is an required property.
a933dad1
DL
4567
4568`:bounding-box BOX'
4569
4570BOX must be a list or vector of 4 integers giving the bounding box of
4571the PS image, analogous to the `BoundingBox' comment found in PS
4572files. This is an required property.
4573
4574Part of the Ghostscript interface is implemented in Lisp. See
4575lisp/gs.el.
4576
4577*** Lisp interface.
4578
79214ddf
FP
4579The variable `image-types' contains a list of those image types
4580which are supported in the current configuration.
a933dad1
DL
4581
4582Images are stored in an image cache and removed from the cache when
4583they haven't been displayed for `image-cache-eviction-delay seconds.
4584The function `clear-image-cache' can be used to clear the image cache
084cec2f
GM
4585manually. Images in the cache are compared with `equal', i.e. all
4586images with `equal' specifications share the same image.
a933dad1
DL
4587
4588*** Simplified image API, image.el
4589
4590The new Lisp package image.el contains functions that simplify image
4591creation and putting images into text. The function `create-image'
4592can be used to create images. The macro `defimage' can be used to
4593define an image based on available image types. The functions
4594`put-image' and `insert-image' can be used to insert an image into a
4595buffer.
4596
a933dad1
DL
4597** Display margins.
4598
4599Windows can now have margins which are used for special text
4600and images.
4601
4602To give a window margins, either set the buffer-local variables
4603`left-margin-width' and `right-margin-width', or call
4604`set-window-margins'. The function `window-margins' can be used to
4605obtain the current settings. To make `left-margin-width' and
4606`right-margin-width' take effect, you must set them before displaying
4607the buffer in a window, or use `set-window-buffer' to force an update
4608of the display margins.
4609
4610You can put text in margins by giving it a `display' text property
4611containing a pair of the form `(LOCATION . VALUE)', where LOCATION is
4612one of `left-margin' or `right-margin' or nil. VALUE can be either a
4613string, an image specification or a stretch specification (see later
4614in this file).
4615
a933dad1
DL
4616** Help display
4617
4618Emacs displays short help messages in the echo area, when the mouse
4619moves over a tool-bar item or a piece of text that has a text property
4620`help-echo'. This feature also applies to strings in the mode line
4621that have a `help-echo' property.
4622
9662da0b 4623If the value of the `help-echo' property is a function, that function
85a8aca9 4624is called with three arguments WINDOW, OBJECT and POSITION. WINDOW is
c20aeb83
GM
4625the window in which the help was found.
4626
4627If OBJECT is a buffer, POS is the position in the buffer where the
4628`help-echo' text property was found.
4629
4630If OBJECT is an overlay, that overlay has a `help-echo' property, and
4631POS is the position in the overlay's buffer under the mouse.
4632
4633If OBJECT is a string (an overlay string or a string displayed with
5ed8d5af 4634the `display' property), POS is the position in that string under the
c20aeb83 4635mouse.
d5aa31d8 4636
9662da0b
GM
4637If the value of the `help-echo' property is neither a function nor a
4638string, it is evaluated to obtain a help string.
4639
4640For tool-bar and menu-bar items, their key definition is used to
4641determine the help to display. If their definition contains a
4642property `:help FORM', FORM is evaluated to determine the help string.
4643For tool-bar items without a help form, the caption of the item is
4644used as help string.
a933dad1
DL
4645
4646The hook `show-help-function' can be set to a function that displays
f0298744
DL
4647the help string differently. For example, enabling a tooltip window
4648causes the help display to appear there instead of in the echo area.
a933dad1 4649
a933dad1
DL
4650** Vertical fractional scrolling.
4651
4652The display of text in windows can be scrolled smoothly in pixels.
4653This is useful, for example, for making parts of large images visible.
4654
4655The function `window-vscroll' returns the current value of vertical
4656scrolling, a non-negative fraction of the canonical character height.
4657The function `set-window-vscroll' can be used to set the vertical
4658scrolling value. Here is an example of how these function might be
4659used.
4660
79214ddf
FP
4661 (global-set-key [A-down]
4662 #'(lambda ()
a933dad1 4663 (interactive)
79214ddf 4664 (set-window-vscroll (selected-window)
a933dad1 4665 (+ 0.5 (window-vscroll)))))
79214ddf 4666 (global-set-key [A-up]
a933dad1
DL
4667 #'(lambda ()
4668 (interactive)
79214ddf 4669 (set-window-vscroll (selected-window)
a933dad1
DL
4670 (- (window-vscroll) 0.5)))))
4671
a933dad1
DL
4672** New hook `fontification-functions'.
4673
4674Functions from `fontification-functions' are called from redisplay
4675when it encounters a region of text that is not yet fontified. This
4676variable automatically becomes buffer-local when set. Each function
4677is called with one argument, POS.
4678
4679At least one of the hook functions should fontify one or more
4680characters starting at POS in the current buffer. It should mark them
4681as fontified by giving them a non-nil value of the `fontified' text
4682property. It may be reasonable for these functions to check for the
4683`fontified' property and not put it back on, but they do not have to.
4684
a933dad1
DL
4685** Tool bar support.
4686
4687Emacs supports a tool bar at the top of a frame under X. The frame
4688parameter `tool-bar-lines' (X resource "toolBar", class "ToolBar")
4689controls how may lines to reserve for the tool bar. A zero value
4690suppresses the tool bar. If the value is non-zero and
4691`auto-resize-tool-bars' is non-nil the tool bar's size will be changed
4692automatically so that all tool bar items are visible.
4693
4694*** Tool bar item definitions
4695
4696Tool bar items are defined using `define-key' with a prefix-key
4697`tool-bar'. For example `(define-key global-map [tool-bar item1] ITEM)'
4698where ITEM is a list `(menu-item CAPTION BINDING PROPS...)'.
79214ddf 4699
a933dad1
DL
4700CAPTION is the caption of the item, If it's not a string, it is
4701evaluated to get a string. The caption is currently not displayed in
4702the tool bar, but it is displayed if the item doesn't have a `:help'
4703property (see below).
79214ddf 4704
a933dad1
DL
4705BINDING is the tool bar item's binding. Tool bar items with keymaps as
4706binding are currently ignored.
4707
4708The following properties are recognized:
4709
4710`:enable FORM'.
79214ddf 4711
a933dad1
DL
4712FORM is evaluated and specifies whether the tool bar item is enabled
4713or disabled.
79214ddf 4714
a933dad1 4715`:visible FORM'
79214ddf 4716
a933dad1 4717FORM is evaluated and specifies whether the tool bar item is displayed.
79214ddf 4718
a933dad1
DL
4719`:filter FUNCTION'
4720
4721FUNCTION is called with one parameter, the same list BINDING in which
4722FUNCTION is specified as the filter. The value FUNCTION returns is
4723used instead of BINDING to display this item.
79214ddf 4724
a933dad1
DL
4725`:button (TYPE SELECTED)'
4726
4727TYPE must be one of `:radio' or `:toggle'. SELECTED is evaluated
4728and specifies whether the button is selected (pressed) or not.
79214ddf 4729
a933dad1
DL
4730`:image IMAGES'
4731
4732IMAGES is either a single image specification or a vector of four
4733image specifications. If it is a vector, this table lists the
4734meaning of each of the four elements:
4735
4736 Index Use when item is
4737 ----------------------------------------
4738 0 enabled and selected
4739 1 enabled and deselected
4740 2 disabled and selected
4741 3 disabled and deselected
79214ddf 4742
4ba7246d
GM
4743If IMAGE is a single image specification, a Laplace edge-detection
4744algorithm is used on that image to draw the image in disabled state.
4745
a933dad1 4746`:help HELP-STRING'.
79214ddf 4747
a933dad1
DL
4748Gives a help string to display for the tool bar item. This help
4749is displayed when the mouse is moved over the item.
4750
dab96841 4751The function `toolbar-add-item' is a convenience function for adding
d1e68bce
DL
4752toolbar items generally, and `tool-bar-add-item-from-menu' can be used
4753to define a toolbar item with a binding copied from an item on the
4754menu bar.
dab96841 4755
8628686a
DL
4756The default bindings use a menu-item :filter to derive the tool-bar
4757dynamically from variable `tool-bar-map' which may be set
4758buffer-locally to override the global map.
4759
a933dad1
DL
4760*** Tool-bar-related variables.
4761
4762If `auto-resize-tool-bar' is non-nil, the tool bar will automatically
4763resize to show all defined tool bar items. It will never grow larger
4764than 1/4 of the frame's size.
4765
79214ddf 4766If `auto-raise-tool-bar-buttons' is non-nil, tool bar buttons will be
a933dad1
DL
4767raised when the mouse moves over them.
4768
4769You can add extra space between tool bar items by setting
4770`tool-bar-button-margin' to a positive integer specifying a number of
b30623be
GM
4771pixels, or a pair of integers (X . Y) specifying horizontal and
4772vertical margins . Default is 1.
a933dad1
DL
4773
4774You can change the shadow thickness of tool bar buttons by setting
4775`tool-bar-button-relief' to an integer. Default is 3.
4776
4777*** Tool-bar clicks with modifiers.
4778
4779You can bind commands to clicks with control, shift, meta etc. on
79214ddf 4780a tool bar item. If
a933dad1
DL
4781
4782 (define-key global-map [tool-bar shell]
4783 '(menu-item "Shell" shell
4784 :image (image :type xpm :file "shell.xpm")))
4785
4786is the original tool bar item definition, then
4787
4788 (define-key global-map [tool-bar S-shell] 'some-command)
4789
4790makes a binding to run `some-command' for a shifted click on the same
4791item.
4792
4793** Mode line changes.
4794
a933dad1
DL
4795*** Mouse-sensitive mode line.
4796
4797The mode line can be made mouse-sensitive by displaying strings there
4798that have a `local-map' text property. There are three ways to display
4799a string with a `local-map' property in the mode line.
4800
48011. The mode line spec contains a variable whose string value has
4802a `local-map' text property.
4803
48042. The mode line spec contains a format specifier (e.g. `%12b'), and
4805that format specifier has a `local-map' property.
4806
48073. The mode line spec contains a list containing `:eval FORM'. FORM
4808is evaluated. If the result is a string, and that string has a
4809`local-map' property.
4810
4811The same mechanism is used to determine the `face' and `help-echo'
4812properties of strings in the mode line. See `bindings.el' for an
4813example.
4814
54522c9f
GM
4815*** If a mode line element has the form `(:eval FORM)', FORM is
4816evaluated and the result is used as mode line element.
4817
a933dad1
DL
4818*** You can suppress mode-line display by setting the buffer-local
4819variable mode-line-format to nil.
4820
a933dad1
DL
4821*** A headerline can now be displayed at the top of a window.
4822
4823This mode line's contents are controlled by the new variable
4824`header-line-format' and `default-header-line-format' which are
4825completely analogous to `mode-line-format' and
4826`default-mode-line-format'. A value of nil means don't display a top
4827line.
4828
4829The appearance of top mode lines is controlled by the face
4830`header-line'.
4831
4832The function `coordinates-in-window-p' returns `header-line' for a
4833position in the header-line.
4834
a933dad1
DL
4835** Text property `display'
4836
623a0aae
GM
4837The `display' text property is used to insert images into text,
4838replace text with other text, display text in marginal area, and it is
4839also used to control other aspects of how text displays. The value of
4840the `display' property should be a display specification, as described
a933dad1
DL
4841below, or a list or vector containing display specifications.
4842
623a0aae
GM
4843*** Replacing text, displaying text in marginal areas
4844
4845To replace the text having the `display' property with some other
4846text, use a display specification of the form `(LOCATION STRING)'.
4847
4848If LOCATION is `(margin left-margin)', STRING is displayed in the left
4849marginal area, if it is `(margin right-margin)', it is displayed in
4850the right marginal area, and if LOCATION is `(margin nil)' STRING
4851is displayed in the text. In the latter case you can also use the
4852simpler form STRING as property value.
4853
a933dad1
DL
4854*** Variable width and height spaces
4855
4856To display a space of fractional width or height, use a display
4857specification of the form `(LOCATION STRECH)'. If LOCATION is
4858`(margin left-margin)', the space is displayed in the left marginal
4859area, if it is `(margin right-margin)', it is displayed in the right
4860marginal area, and if LOCATION is `(margin nil)' the space is
4861displayed in the text. In the latter case you can also use the
4862simpler form STRETCH as property value.
4863
4864The stretch specification STRETCH itself is a list of the form `(space
4865PROPS)', where PROPS is a property list which can contain the
4866properties described below.
4867
4868The display of the fractional space replaces the display of the
4869characters having the `display' property.
4870
4871- :width WIDTH
4872
4873Specifies that the space width should be WIDTH times the normal
4874character width. WIDTH can be an integer or floating point number.
4875
4876- :relative-width FACTOR
4877
4878Specifies that the width of the stretch should be computed from the
4879first character in a group of consecutive characters that have the
4880same `display' property. The computation is done by multiplying the
4881width of that character by FACTOR.
4882
4883- :align-to HPOS
4884
4885Specifies that the space should be wide enough to reach HPOS. The
4886value HPOS is measured in units of the normal character width.
4887
4888Exactly one of the above properties should be used.
4889
4890- :height HEIGHT
4891
4892Specifies the height of the space, as HEIGHT, measured in terms of the
4893normal line height.
4894
4895- :relative-height FACTOR
4896
4897The height of the space is computed as the product of the height
4898of the text having the `display' property and FACTOR.
4899
4900- :ascent ASCENT
4901
4902Specifies that ASCENT percent of the height of the stretch should be
4903used for the ascent of the stretch, i.e. for the part above the
4904baseline. The value of ASCENT must be a non-negative number less or
4905equal to 100.
4906
4907You should not use both `:height' and `:relative-height' together.
4908
4909*** Images
4910
4911A display specification for an image has the form `(LOCATION
4912. IMAGE)', where IMAGE is an image specification. The image replaces,
4913in the display, the characters having this display specification in
4914their `display' text property. If LOCATION is `(margin left-margin)',
4915the image will be displayed in the left marginal area, if it is
4916`(margin right-margin)' it will be displayed in the right marginal
4917area, and if LOCATION is `(margin nil)' the image will be displayed in
4918the text. In the latter case you can also use the simpler form IMAGE
4919as display specification.
4920
4921*** Other display properties
4922
c9e73000 4923- (space-width FACTOR)
a933dad1
DL
4924
4925Specifies that space characters in the text having that property
4926should be displayed FACTOR times as wide as normal; FACTOR must be an
4927integer or float.
4928
c9e73000 4929- (height HEIGHT)
a933dad1
DL
4930
4931Display text having this property in a font that is smaller or larger.
4932
4933If HEIGHT is a list of the form `(+ N)', where N is an integer, that
4934means to use a font that is N steps larger. If HEIGHT is a list of
4935the form `(- N)', that means to use a font that is N steps smaller. A
4936``step'' is defined by the set of available fonts; each size for which
4937a font is available counts as a step.
4938
4939If HEIGHT is a number, that means to use a font that is HEIGHT times
4940as tall as the frame's default font.
4941
4942If HEIGHT is a symbol, it is called as a function with the current
4943height as argument. The function should return the new height to use.
4944
4945Otherwise, HEIGHT is evaluated to get the new height, with the symbol
4946`height' bound to the current specified font height.
4947
c9e73000 4948- (raise FACTOR)
a933dad1
DL
4949
4950FACTOR must be a number, specifying a multiple of the current
4951font's height. If it is positive, that means to display the characters
4952raised. If it is negative, that means to display them lower down. The
4953amount of raising or lowering is computed without taking account of the
c9e73000 4954`height' subproperty.
a933dad1
DL
4955
4956*** Conditional display properties
4957
4958All display specifications can be conditionalized. If a specification
6c6caea2
GM
4959has the form `(when CONDITION . SPEC)', the specification SPEC applies
4960only when CONDITION yields a non-nil value when evaluated. During the
4961evaluation, `object' is bound to the string or buffer having the
4962conditional display property; `position' and `buffer-position' are
4963bound to the position within `object' and the buffer position where
4964the display property was found, respectively. Both positions can be
4965different when object is a string.
a933dad1
DL
4966
4967The normal specification consisting of SPEC only is equivalent to
6c6caea2 4968`(when t . SPEC)'.
a933dad1 4969
a933dad1
DL
4970** New menu separator types.
4971
4972Emacs now supports more than one menu separator type. Menu items with
4973item names consisting of dashes only (including zero dashes) are
4974treated like before. In addition, the following item names are used
4975to specify other menu separator types.
4976
4977- `--no-line' or `--space', or `--:space', or `--:noLine'
4978
4979No separator lines are drawn, but a small space is inserted where the
4980separator occurs.
4981
4982- `--single-line' or `--:singleLine'
4983
4984A single line in the menu's foreground color.
4985
4986- `--double-line' or `--:doubleLine'
4987
4988A double line in the menu's foreground color.
4989
4990- `--single-dashed-line' or `--:singleDashedLine'
4991
4992A single dashed line in the menu's foreground color.
4993
4994- `--double-dashed-line' or `--:doubleDashedLine'
4995
4996A double dashed line in the menu's foreground color.
4997
4998- `--shadow-etched-in' or `--:shadowEtchedIn'
4999
f3780fe4 5000A single line with 3D sunken appearance. This is the form
a933dad1
DL
5001displayed for item names consisting of dashes only.
5002
5003- `--shadow-etched-out' or `--:shadowEtchedOut'
5004
5005A single line with 3D raised appearance.
5006
5007- `--shadow-etched-in-dash' or `--:shadowEtchedInDash'
5008
5009A single dashed line with 3D sunken appearance.
5010
5011- `--shadow-etched-out-dash' or `--:shadowEtchedOutDash'
5012
5013A single dashed line with 3D raise appearance.
5014
5015- `--shadow-double-etched-in' or `--:shadowDoubleEtchedIn'
5016
5017Two lines with 3D sunken appearance.
5018
5019- `--shadow-double-etched-out' or `--:shadowDoubleEtchedOut'
5020
5021Two lines with 3D raised appearance.
5022
5023- `--shadow-double-etched-in-dash' or `--:shadowDoubleEtchedInDash'
5024
5025Two dashed lines with 3D sunken appearance.
5026
5027- `--shadow-double-etched-out-dash' or `--:shadowDoubleEtchedOutDash'
5028
5029Two dashed lines with 3D raised appearance.
5030
5031Under LessTif/Motif, the last four separator types are displayed like
5032the corresponding single-line separators.
5033
a933dad1
DL
5034** New frame parameters for scroll bar colors.
5035
5036The new frame parameters `scroll-bar-foreground' and
5037`scroll-bar-background' can be used to change scroll bar colors.
5038Their value must be either a color name, a string, or nil to specify
5039that scroll bars should use a default color. For toolkit scroll bars,
5040default colors are toolkit specific. For non-toolkit scroll bars, the
5041default background is the background color of the frame, and the
5042default foreground is black.
5043
5044The X resource name of these parameters are `scrollBarForeground'
5045(class ScrollBarForeground) and `scrollBarBackground' (class
5046`ScrollBarBackground').
5047
5048Setting these parameters overrides toolkit specific X resource
5049settings for scroll bar colors.
5050
a933dad1
DL
5051** You can set `redisplay-dont-pause' to a non-nil value to prevent
5052display updates from being interrupted when input is pending.
5053
a933dad1
DL
5054** Changing a window's width may now change its window start if it
5055starts on a continuation line. The new window start is computed based
5056on the window's new width, starting from the start of the continued
5057line as the start of the screen line with the minimum distance from
5058the original window start.
5059
a933dad1
DL
5060** The variable `hscroll-step' and the functions
5061`hscroll-point-visible' and `hscroll-window-column' have been removed
5062now that proper horizontal scrolling is implemented.
5063
a933dad1
DL
5064** Windows can now be made fixed-width and/or fixed-height.
5065
5066A window is fixed-size if its buffer has a buffer-local variable
5067`window-size-fixed' whose value is not nil. A value of `height' makes
5068windows fixed-height, a value of `width' makes them fixed-width, any
5069other non-nil value makes them both fixed-width and fixed-height.
5070
5071The following code makes all windows displaying the current buffer
5072fixed-width and fixed-height.
5073
5074 (set (make-local-variable 'window-size-fixed) t)
5075
5076A call to enlarge-window on a window gives an error if that window is
5077fixed-width and it is tried to change the window's width, or if the
5078window is fixed-height, and it is tried to change its height. To
5079change the size of a fixed-size window, bind `window-size-fixed'
5080temporarily to nil, for example
5081
5082 (let ((window-size-fixed nil))
5083 (enlarge-window 10))
5084
79214ddf 5085Likewise, an attempt to split a fixed-height window vertically,
a933dad1 5086or a fixed-width window horizontally results in a error.
e411ce4b
EZ
5087
5088** The cursor-type frame parameter is now supported on MS-DOS
5089terminals. When Emacs starts, it by default changes the cursor shape
5090to a solid box, as it does on Unix. The `cursor-type' frame parameter
5091overrides this as it does on Unix, except that the bar cursor is
5092horizontal rather than vertical (since the MS-DOS display doesn't
5093support a vertical-bar cursor).
76299050 5094
3787e12e 5095
05197f40 5096\f
3787e12e
GM
5097* Emacs 20.7 is a bug-fix release with few user-visible changes
5098
5099** It is now possible to use CCL-based coding systems for keyboard
5100input.
5101
5102** ange-ftp now handles FTP security extensions, like Kerberos.
5103
5104** Rmail has been extended to recognize more forms of digest messages.
5105
5106** Now, most coding systems set in keyboard coding system work not
5107only for character input, but also in incremental search. The
5108exceptions are such coding systems that handle 2-byte character sets
5109(e.g euc-kr, euc-jp) and that use ISO's escape sequence
5110(e.g. iso-2022-jp). They are ignored in incremental search.
5111
5112** Support for Macintosh PowerPC-based machines running GNU/Linux has
5113been added.
5114
05197f40 5115\f
3787e12e
GM
5116* Emacs 20.6 is a bug-fix release with one user-visible change
5117
5118** Support for ARM-based non-RISCiX machines has been added.
5119
0cb146bf 5120
05197f40 5121\f
3787e12e
GM
5122* Emacs 20.5 is a bug-fix release with no user-visible changes.
5123
5124** Not new, but not mentioned before:
5125M-w when Transient Mark mode is enabled disables the mark.
05197f40 5126\f
3787e12e
GM
5127* Changes in Emacs 20.4
5128
5129** Init file may be called .emacs.el.
5130
5131You can now call the Emacs init file `.emacs.el'.
5132Formerly the name had to be `.emacs'. If you use the name
5133`.emacs.el', you can byte-compile the file in the usual way.
5134
5135If both `.emacs' and `.emacs.el' exist, the latter file
5136is the one that is used.
5137
5138** shell-command, and shell-command-on-region, now return
5139the exit code of the command (unless it is asynchronous).
5140Also, you can specify a place to put the error output,
5141separate from the command's regular output.
5142Interactively, the variable shell-command-default-error-buffer
5143says where to put error output; set it to a buffer name.
5144In calls from Lisp, an optional argument ERROR-BUFFER specifies
5145the buffer name.
5146
5147When you specify a non-nil error buffer (or buffer name), any error
5148output is inserted before point in that buffer, with \f\n to separate
5149it from the previous batch of error output. The error buffer is not
5150cleared, so error output from successive commands accumulates there.
5151
5152** Setting the default value of enable-multibyte-characters to nil in
5153the .emacs file, either explicitly using setq-default, or via Custom,
5154is now essentially equivalent to using --unibyte: all buffers
5155created during startup will be made unibyte after loading .emacs.
5156
5157** C-x C-f now handles the wildcards * and ? in file names. For
5158example, typing C-x C-f c*.c RET visits all the files whose names
5159match c*.c. To visit a file whose name contains * or ?, add the
5160quoting sequence /: to the beginning of the file name.
5161
5162** The M-x commands keep-lines, flush-lines and count-matches
5163now have the same feature as occur and query-replace:
5164if the pattern contains any upper case letters, then
5165they never ignore case.
5166
5167** The end-of-line format conversion feature previously mentioned
5168under `* Emacs 20.1 changes for MS-DOS and MS-Windows' actually
5169applies to all operating systems. Emacs recognizes from the contents
5170of a file what convention it uses to separate lines--newline, CRLF, or
5171just CR--and automatically converts the contents to the normal Emacs
5172convention (using newline to separate lines) for editing. This is a
5173part of the general feature of coding system conversion.
5174
5175If you subsequently save the buffer, Emacs converts the text back to
5176the same format that was used in the file before.
5177
5178You can turn off end-of-line conversion by setting the variable
5179`inhibit-eol-conversion' to non-nil, e.g. with Custom in the MULE group.
5180
5181** The character set property `prefered-coding-system' has been
5182renamed to `preferred-coding-system', for the sake of correct spelling.
5183This is a fairly internal feature, so few programs should be affected.
5184
5185** Mode-line display of end-of-line format is changed.
5186The indication of the end-of-line format of the file visited by a
5187buffer is now more explicit when that format is not the usual one for
5188your operating system. For example, the DOS-style end-of-line format
5189is displayed as "(DOS)" on Unix and GNU/Linux systems. The usual
5190end-of-line format is still displayed as a single character (colon for
5191Unix, backslash for DOS and Windows, and forward slash for the Mac).
5192
5193The values of the variables eol-mnemonic-unix, eol-mnemonic-dos,
5194eol-mnemonic-mac, and eol-mnemonic-undecided, which are strings,
5195control what is displayed in the mode line for each end-of-line
5196format. You can now customize these variables.
5197
5198** In the previous version of Emacs, tar-mode didn't work well if a
5199filename contained non-ASCII characters. Now this is fixed. Such a
5200filename is decoded by file-name-coding-system if the default value of
5201enable-multibyte-characters is non-nil.
5202
5203** The command temp-buffer-resize-mode toggles a minor mode
5204in which temporary buffers (such as help buffers) are given
5205windows just big enough to hold the whole contents.
5206
5207** If you use completion.el, you must now run the function
5208dynamic-completion-mode to enable it. Just loading the file
5209doesn't have any effect.
5210
5211** In Flyspell mode, the default is now to make just one Ispell process,
5212not one per buffer.
5213
5214** If you use iswitchb but do not call (iswitchb-default-keybindings) to
5215use the default keybindings, you will need to add the following line:
5216 (add-hook 'minibuffer-setup-hook 'iswitchb-minibuffer-setup)
5217
5218** Auto-show mode is no longer enabled just by loading auto-show.el.
5219To control it, set `auto-show-mode' via Custom or use the
5220`auto-show-mode' command.
5221
5222** Handling of X fonts' ascent/descent parameters has been changed to
5223avoid redisplay problems. As a consequence, compared with previous
5224versions the line spacing and frame size now differ with some font
5225choices, typically increasing by a pixel per line. This change
5226occurred in version 20.3 but was not documented then.
5227
5228** If you select the bar cursor style, it uses the frame's
5229cursor-color, rather than the cursor foreground pixel.
5230
5231** In multibyte mode, Rmail decodes incoming MIME messages using the
5232character set specified in the message. If you want to disable this
5233feature, set the variable rmail-decode-mime-charset to nil.
5234
5235** Not new, but not mentioned previously in NEWS: when you use #! at
5236the beginning of a file to make it executable and specify an
5237interpreter program, Emacs looks on the second line for the -*- mode
5238and variable specification, as well as on the first line.
5239
5240** Support for IBM codepage encoding of non-ASCII characters.
5241
5242The new command M-x codepage-setup creates a special coding system
5243that can be used to convert text between a specific IBM codepage and
5244one of the character sets built into Emacs which matches that
5245codepage. For example, codepage 850 corresponds to Latin-1 character
5246set, codepage 855 corresponds to Cyrillic-ISO character set, etc.
5247
5248Windows codepages 1250, 1251 and some others, where Windows deviates
5249from the corresponding ISO character set, are also supported.
5250
5251IBM box-drawing characters and other glyphs which don't have
5252equivalents in the corresponding ISO character set, are converted to
5253a character defined by dos-unsupported-char-glyph on MS-DOS, and to
5254`?' on other systems.
5255
5256IBM codepages are widely used on MS-DOS and MS-Windows, so this
5257feature is most useful on those platforms, but it can also be used on
5258Unix.
5259
5260Emacs compiled for MS-DOS automatically loads the support for the
5261current codepage when it starts.
5262
5263** Mail changes
5264
5265*** When mail is sent using compose-mail (C-x m), and if
5266`mail-send-nonascii' is set to the new default value `mime',
5267appropriate MIME headers are added. The headers are added only if
5268non-ASCII characters are present in the body of the mail, and no other
5269MIME headers are already present. For example, the following three
5270headers are added if the coding system used in the *mail* buffer is
5271latin-1:
5272
5273 MIME-version: 1.0
5274 Content-type: text/plain; charset=iso-8859-1
5275 Content-Transfer-Encoding: 8bit
5276
5277*** The new variable default-sendmail-coding-system specifies the
5278default way to encode outgoing mail. This has higher priority than
5279default-buffer-file-coding-system but has lower priority than
5280sendmail-coding-system and the local value of
5281buffer-file-coding-system.
5282
5283You should not set this variable manually. Instead, set
5284sendmail-coding-system to specify a fixed encoding for all outgoing
5285mail.
5286
5287*** When you try to send a message that contains non-ASCII characters,
5288if the coding system specified by those variables doesn't handle them,
5289Emacs will ask you to select a suitable coding system while showing a
5290list of possible coding systems.
5291
5292** CC Mode changes
5293
5294*** c-default-style can now take an association list that maps major
5295modes to style names. When this variable is an alist, Java mode no
5296longer hardcodes a setting to "java" style. See the variable's
5297docstring for details.
5298
5299*** It's now possible to put a list as the offset on a syntactic
5300symbol. The list is evaluated recursively until a non-nil offset is
5301found. This is useful to combine several lineup functions to act in a
5302prioritized order on a single line. However, none of the supplied
5303lineup functions use this feature currently.
5304
5305*** New syntactic symbol catch-clause, which is used on the "catch" and
5306"finally" lines in try-catch constructs in C++ and Java.
5307
5308*** New cleanup brace-catch-brace on c-cleanup-list, which does for
5309"catch" lines what brace-elseif-brace does for "else if" lines.
5310
5311*** The braces of Java anonymous inner classes are treated separately
5312from the braces of other classes in auto-newline mode. Two new
5313symbols inexpr-class-open and inexpr-class-close may be used on
5314c-hanging-braces-alist to control the automatic newlines used for
5315anonymous classes.
5316
5317*** Support for the Pike language added, along with new Pike specific
5318syntactic symbols: inlambda, lambda-intro-cont
5319
5320*** Support for Java anonymous classes via new syntactic symbol
5321inexpr-class. New syntactic symbol inexpr-statement for Pike
5322support and gcc-style statements inside expressions. New lineup
5323function c-lineup-inexpr-block.
5324
5325*** New syntactic symbol brace-entry-open which is used in brace lists
5326(i.e. static initializers) when a list entry starts with an open
5327brace. These used to be recognized as brace-list-entry's.
5328c-electric-brace also recognizes brace-entry-open braces
5329(brace-list-entry's can no longer be electrified).
5330
5331*** New command c-indent-line-or-region, not bound by default.
5332
5333*** `#' is only electric when typed in the indentation of a line.
5334
5335*** Parentheses are now electric (via the new command c-electric-paren)
5336for auto-reindenting lines when parens are typed.
5337
5338*** In "gnu" style, inline-open offset is now set to zero.
5339
5340*** Uniform handling of the inclass syntactic symbol. The indentation
5341associated with it is now always relative to the class opening brace.
5342This means that the indentation behavior has changed in some
5343circumstances, but only if you've put anything besides 0 on the
5344class-open syntactic symbol (none of the default styles do that).
5345
5346** Gnus changes.
5347
5348*** New functionality for using Gnus as an offline newsreader has been
5349added. A plethora of new commands and modes have been added. See the
5350Gnus manual for the full story.
5351
5352*** The nndraft backend has returned, but works differently than
5353before. All Message buffers are now also articles in the nndraft
5354group, which is created automatically.
5355
5356*** `gnus-alter-header-function' can now be used to alter header
5357values.
5358
5359*** `gnus-summary-goto-article' now accept Message-ID's.
5360
5361*** A new Message command for deleting text in the body of a message
5362outside the region: `C-c C-v'.
5363
5364*** You can now post to component group in nnvirtual groups with
5365`C-u C-c C-c'.
5366
5367*** `nntp-rlogin-program' -- new variable to ease customization.
5368
5369*** `C-u C-c C-c' in `gnus-article-edit-mode' will now inhibit
5370re-highlighting of the article buffer.
5371
5372*** New element in `gnus-boring-article-headers' -- `long-to'.
5373
5374*** `M-i' symbolic prefix command. See the section "Symbolic
5375Prefixes" in the Gnus manual for details.
5376
5377*** `L' and `I' in the summary buffer now take the symbolic prefix
5378`a' to add the score rule to the "all.SCORE" file.
5379
5380*** `gnus-simplify-subject-functions' variable to allow greater
5381control over simplification.
5382
5383*** `A T' -- new command for fetching the current thread.
5384
5385*** `/ T' -- new command for including the current thread in the
5386limit.
5387
5388*** `M-RET' is a new Message command for breaking cited text.
5389
5390*** \\1-expressions are now valid in `nnmail-split-methods'.
5391
5392*** The `custom-face-lookup' function has been removed.
5393If you used this function in your initialization files, you must
5394rewrite them to use `face-spec-set' instead.
5395
8a33023e 5396*** Canceling now uses the current select method. Symbolic prefix
3787e12e
GM
5397`a' forces normal posting method.
5398
5399*** New command to translate M******** sm*rtq**t*s into proper text
5400-- `W d'.
5401
5402*** For easier debugging of nntp, you can set `nntp-record-commands'
5403to a non-nil value.
5404
5405*** nntp now uses ~/.authinfo, a .netrc-like file, for controlling
5406where and how to send AUTHINFO to NNTP servers.
5407
5408*** A command for editing group parameters from the summary buffer
5409has been added.
5410
5411*** A history of where mails have been split is available.
5412
5413*** A new article date command has been added -- `article-date-iso8601'.
5414
5415*** Subjects can be simplified when threading by setting
5416`gnus-score-thread-simplify'.
5417
5418*** A new function for citing in Message has been added --
5419`message-cite-original-without-signature'.
5420
5421*** `article-strip-all-blank-lines' -- new article command.
5422
5423*** A new Message command to kill to the end of the article has
5424been added.
5425
5426*** A minimum adaptive score can be specified by using the
5427`gnus-adaptive-word-minimum' variable.
5428
5429*** The "lapsed date" article header can be kept continually
5430updated by the `gnus-start-date-timer' command.
5431
5432*** Web listserv archives can be read with the nnlistserv backend.
5433
5434*** Old dejanews archives can now be read by nnweb.
5435
5436*** `gnus-posting-styles' has been re-activated.
5437
5438** Changes to TeX and LaTeX mode
5439
5440*** The new variable `tex-start-options-string' can be used to give
5441options for the TeX run. The default value causes TeX to run in
5442nonstopmode. For an interactive TeX run set it to nil or "".
5443
5444*** The command `tex-feed-input' sends input to the Tex Shell. In a
5445TeX buffer it is bound to the keys C-RET, C-c RET, and C-c C-m (some
5446of these keys may not work on all systems). For instance, if you run
5447TeX interactively and if the TeX run stops because of an error, you
5448can continue it without leaving the TeX buffer by typing C-RET.
5449
5450*** The Tex Shell Buffer is now in `compilation-shell-minor-mode'.
5451All error-parsing commands of the Compilation major mode are available
5452but bound to keys that don't collide with the shell. Thus you can use
5453the Tex Shell for command line executions like a usual shell.
5454
5455*** The commands `tex-validate-region' and `tex-validate-buffer' check
5456the matching of braces and $'s. The errors are listed in a *Occur*
5457buffer and you can use C-c C-c or mouse-2 to go to a particular
5458mismatch.
5459
5460** Changes to RefTeX mode
5461
5462*** The table of contents buffer can now also display labels and
5463file boundaries in addition to sections. Use `l', `i', and `c' keys.
5464
5465*** Labels derived from context (the section heading) are now
5466lowercase by default. To make the label legal in LaTeX, latin-1
5467characters will lose their accent. All Mule characters will be
5468removed from the label.
5469
5470*** The automatic display of cross reference information can also use
5471a window instead of the echo area. See variable `reftex-auto-view-crossref'.
5472
5473*** kpsewhich can be used by RefTeX to find TeX and BibTeX files. See the
5474customization group `reftex-finding-files'.
5475
5476*** The option `reftex-bibfile-ignore-list' has been renamed to
5477`reftex-bibfile-ignore-regexps' and indeed can be fed with regular
5478expressions.
5479
5480*** Multiple Selection buffers are now hidden buffers.
5481
5482** New/deleted modes and packages
5483
5484*** The package snmp-mode.el provides major modes for editing SNMP and
5485SNMPv2 MIBs. It has entries on `auto-mode-alist'.
5486
5487*** The package sql.el provides a major mode, M-x sql-mode, for
5488editing SQL files, and M-x sql-interactive-mode for interacting with
5489SQL interpreters. It has an entry on `auto-mode-alist'.
5490
5491*** M-x highlight-changes-mode provides a minor mode displaying buffer
5492changes with a special face.
5493
5494*** ispell4.el has been deleted. It got in the way of ispell.el and
5495this was hard to fix reliably. It has long been obsolete -- use
5496Ispell 3.1 and ispell.el.
05197f40 5497\f
3787e12e
GM
5498* MS-DOS changes in Emacs 20.4
5499
5500** Emacs compiled for MS-DOS now supports MULE features better.
5501This includes support for display of all ISO 8859-N character sets,
5502conversion to and from IBM codepage encoding of non-ASCII characters,
5503and automatic setup of the MULE environment at startup. For details,
5504check out the section `MS-DOS and MULE' in the manual.
5505
5506The MS-DOS installation procedure automatically configures and builds
5507Emacs with input method support if it finds an unpacked Leim
5508distribution when the config.bat script is run.
5509
5510** Formerly, the value of lpr-command did not affect printing on
5511MS-DOS unless print-region-function was set to nil, but now it
5512controls whether an external program is invoked or output is written
5513directly to a printer port. Similarly, in the previous version of
5514Emacs, the value of ps-lpr-command did not affect PostScript printing
5515on MS-DOS unless ps-printer-name was set to something other than a
5516string (eg. t or `pipe'), but now it controls whether an external
5517program is used. (These changes were made so that configuration of
5518printing variables would be almost identical across all platforms.)
5519
5520** In the previous version of Emacs, PostScript and non-PostScript
5521output was piped to external programs, but because most print programs
5522available for MS-DOS and MS-Windows cannot read data from their standard
5523input, on those systems the data to be output is now written to a
5524temporary file whose name is passed as the last argument to the external
5525program.
5526
5527An exception is made for `print', a standard program on Windows NT,
5528and `nprint', a standard program on Novell Netware. For both of these
5529programs, the command line is constructed in the appropriate syntax
5530automatically, using only the value of printer-name or ps-printer-name
5531as appropriate--the value of the relevant `-switches' variable is
5532ignored, as both programs have no useful switches.
5533
5534** The value of the variable dos-printer (cf. dos-ps-printer), if it has
5535a value, overrides the value of printer-name (cf. ps-printer-name), on
5536MS-DOS and MS-Windows only. This has been true since version 20.3, but
5537was not documented clearly before.
5538
5539** All the Emacs games now work on MS-DOS terminals.
5540This includes Tetris and Snake.
05197f40 5541\f
3787e12e
GM
5542* Lisp changes in Emacs 20.4
5543
5544** New functions line-beginning-position and line-end-position
5545return the position of the beginning or end of the current line.
5546They both accept an optional argument, which has the same
5547meaning as the argument to beginning-of-line or end-of-line.
5548
5549** find-file and allied functions now have an optional argument
5550WILDCARD. If this is non-nil, they do wildcard processing,
5551and visit all files that match the wildcard pattern.
5552
5553** Changes in the file-attributes function.
5554
5555*** The file size returned by file-attributes may be an integer or a float.
5556It is an integer if the size fits in a Lisp integer, float otherwise.
5557
5558*** The inode number returned by file-attributes may be an integer (if
5559the number fits in a Lisp integer) or a cons cell containing two
5560integers.
5561
5562** The new function directory-files-and-attributes returns a list of
5563files in a directory and their attributes. It accepts the same
5564arguments as directory-files and has similar semantics, except that
5565file names and attributes are returned.
5566
5567** The new function file-attributes-lessp is a helper function for
5568sorting the list generated by directory-files-and-attributes. It
8a33023e 5569accepts two arguments, each a list of a file name and its attributes.
3787e12e
GM
5570It compares the file names of each according to string-lessp and
5571returns the result.
5572
5573** The new function file-expand-wildcards expands a wildcard-pattern
5574to produce a list of existing files that match the pattern.
5575
5576** New functions for base64 conversion:
5577
5578The function base64-encode-region converts a part of the buffer
5579into the base64 code used in MIME. base64-decode-region
5580performs the opposite conversion. Line-breaking is supported
5581optionally.
5582
5583Functions base64-encode-string and base64-decode-string do a similar
5584job on the text in a string. They return the value as a new string.
5585
5586**
5587The new function process-running-child-p
5588will tell you if a subprocess has given control of its
5589terminal to its own child process.
5590
5591** interrupt-process and such functions have a new feature:
5592when the second argument is `lambda', they send a signal
5593to the running child of the subshell, if any, but if the shell
5594itself owns its terminal, no signal is sent.
5595
5596** There are new widget types `plist' and `alist' which can
5597be used for customizing variables whose values are plists or alists.
5598
5599** easymenu.el Now understands `:key-sequence' and `:style button'.
5600:included is an alias for :visible.
5601
5602easy-menu-add-item now understands the values returned by
5603easy-menu-remove-item and easy-menu-item-present-p. This can be used
5604to move or copy menu entries.
5605
5606** Multibyte editing changes
5607
5608*** The definitions of sref and char-bytes are changed. Now, sref is
5609an alias of aref and char-bytes always returns 1. This change is to
5610make some Emacs Lisp code which works on 20.2 and earlier also
5611work on the latest Emacs. Such code uses a combination of sref and
5612char-bytes in a loop typically as below:
5613 (setq char (sref str idx)
5614 idx (+ idx (char-bytes idx)))
5615The byte-compiler now warns that this is obsolete.
5616
5617If you want to know how many bytes a specific multibyte character
5618(say, CH) occupies in a multibyte buffer, use this code:
5619 (charset-bytes (char-charset ch))
5620
5621*** In multibyte mode, when you narrow a buffer to some region, and the
5622region is preceded or followed by non-ASCII codes, inserting or
5623deleting at the head or the end of the region may signal this error:
5624
8a33023e 5625 Byte combining across boundary of accessible buffer text inhibited
3787e12e
GM
5626
5627This is to avoid some bytes being combined together into a character
5628across the boundary.
5629
5630*** The functions find-charset-region and find-charset-string include
5631`unknown' in the returned list in the following cases:
5632 o The current buffer or the target string is unibyte and
5633 contains 8-bit characters.
5634 o The current buffer or the target string is multibyte and
5635 contains invalid characters.
5636
5637*** The functions decode-coding-region and encode-coding-region remove
5638text properties of the target region. Ideally, they should correctly
5639preserve text properties, but for the moment, it's hard. Removing
5640text properties is better than preserving them in a less-than-correct
5641way.
5642
5643*** prefer-coding-system sets EOL conversion of default coding systems.
5644If the argument to prefer-coding-system specifies a certain type of
5645end of line conversion, the default coding systems set by
5646prefer-coding-system will specify that conversion type for end of line.
5647
5648*** The new function thai-compose-string can be used to properly
5649compose Thai characters in a string.
5650
5651** The primitive `define-prefix-command' now takes an optional third
5652argument NAME, which should be a string. It supplies the menu name
5653for the created keymap. Keymaps created in order to be displayed as
5654menus should always use the third argument.
5655
5656** The meanings of optional second arguments for read-char,
5657read-event, and read-char-exclusive are flipped. Now the second
5658arguments are INHERIT-INPUT-METHOD. These functions use the current
5659input method (if any) if and only if INHERIT-INPUT-METHOD is non-nil.
5660
5661** The new function clear-this-command-keys empties out the contents
5662of the vector that (this-command-keys) returns. This is useful in
5663programs that read passwords, to prevent the passwords from echoing
5664inadvertently as part of the next command in certain cases.
5665
5666** The new macro `with-temp-message' displays a temporary message in
5667the echo area, while executing some Lisp code. Like `progn', it
5668returns the value of the last form, but it also restores the previous
5669echo area contents.
5670
5671 (with-temp-message MESSAGE &rest BODY)
5672
5673** The function `require' now takes an optional third argument
5674NOERROR. If it is non-nil, then there is no error if the
5675requested feature cannot be loaded.
5676
5677** In the function modify-face, an argument of (nil) for the
5678foreground color, background color or stipple pattern
5679means to clear out that attribute.
5680
5681** The `outer-window-id' frame property of an X frame
5682gives the window number of the outermost X window for the frame.
5683
5684** Temporary buffers made with with-output-to-temp-buffer are now
5685read-only by default, and normally use the major mode Help mode
5686unless you put them in some other non-Fundamental mode before the
5687end of with-output-to-temp-buffer.
5688
5689** The new functions gap-position and gap-size return information on
5690the gap of the current buffer.
5691
5692** The new functions position-bytes and byte-to-position provide a way
5693to convert between character positions and byte positions in the
5694current buffer.
5695
5696** vc.el defines two new macros, `edit-vc-file' and `with-vc-file', to
5697facilitate working with version-controlled files from Lisp programs.
5698These macros check out a given file automatically if needed, and check
5699it back in after any modifications have been made.
05197f40 5700\f
3787e12e
GM
5701* Installation Changes in Emacs 20.3
5702
5703** The default value of load-path now includes most subdirectories of
5704the site-specific directories /usr/local/share/emacs/site-lisp and
5705/usr/local/share/emacs/VERSION/site-lisp, in addition to those
5706directories themselves. Both immediate subdirectories and
5707subdirectories multiple levels down are added to load-path.
5708
5709Not all subdirectories are included, though. Subdirectories whose
5710names do not start with a letter or digit are excluded.
5711Subdirectories named RCS or CVS are excluded. Also, a subdirectory
5712which contains a file named `.nosearch' is excluded. You can use
5713these methods to prevent certain subdirectories from being searched.
5714
5715Emacs finds these subdirectories and adds them to load-path when it
5716starts up. While it would be cleaner to find the subdirectories each
5717time Emacs loads a file, that would be much slower.
5718
5719This feature is an incompatible change. If you have stored some Emacs
5720Lisp files in a subdirectory of the site-lisp directory specifically
5721to prevent them from being used, you will need to rename the
5722subdirectory to start with a non-alphanumeric character, or create a
5723`.nosearch' file in it, in order to continue to achieve the desired
5724results.
5725
5726** Emacs no longer includes an old version of the C preprocessor from
5727GCC. This was formerly used to help compile Emacs with C compilers
5728that had limits on the significant length of an identifier, but in
5729fact we stopped supporting such compilers some time ago.
05197f40 5730\f
3787e12e
GM
5731* Changes in Emacs 20.3
5732
5733** The new command C-x z (repeat) repeats the previous command
5734including its argument. If you repeat the z afterward,
5735it repeats the command additional times; thus, you can
5736perform many repetitions with one keystroke per repetition.
5737
5738** Emacs now supports "selective undo" which undoes only within a
5739specified region. To do this, set point and mark around the desired
5740region and type C-u C-x u (or C-u C-_). You can then continue undoing
5741further, within the same region, by repeating the ordinary undo
5742command C-x u or C-_. This will keep undoing changes that were made
5743within the region you originally specified, until either all of them
5744are undone, or it encounters a change which crosses the edge of that
5745region.
5746
5747In Transient Mark mode, undoing when a region is active requests
5748selective undo.
5749
5750** If you specify --unibyte when starting Emacs, then all buffers are
5751unibyte, except when a Lisp program specifically creates a multibyte
5752buffer. Setting the environment variable EMACS_UNIBYTE has the same
5753effect. The --no-unibyte option overrides EMACS_UNIBYTE and directs
5754Emacs to run normally in multibyte mode.
5755
5756The option --unibyte does not affect the reading of Emacs Lisp files,
5757though. If you want a Lisp file to be read in unibyte mode, use
5758-*-unibyte: t;-*- on its first line. That will force Emacs to
5759load that file in unibyte mode, regardless of how Emacs was started.
5760
5761** toggle-enable-multibyte-characters no longer has a key binding and
5762no longer appears in the menu bar. We've realized that changing the
5763enable-multibyte-characters variable in an existing buffer is
5764something that most users not do.
5765
5766** You can specify a coding system to use for the next cut or paste
5767operations through the window system with the command C-x RET X.
5768The coding system can make a difference for communication with other
5769applications.
5770
5771C-x RET x specifies a coding system for all subsequent cutting and
5772pasting operations.
5773
5774** You can specify the printer to use for commands that do printing by
5775setting the variable `printer-name'. Just what a printer name looks
5776like depends on your operating system. You can specify a different
5777printer for the Postscript printing commands by setting
5778`ps-printer-name'.
5779
5780** Emacs now supports on-the-fly spell checking by the means of a
5781minor mode. It is called M-x flyspell-mode. You don't have to remember
5782any other special commands to use it, and you will hardly notice it
5783except when you make a spelling error. Flyspell works by highlighting
5784incorrect words as soon as they are completed or as soon as the cursor
5785hits a new word.
5786
5787Flyspell mode works with whichever dictionary you have selected for
5788Ispell in Emacs. In TeX mode, it understands TeX syntax so as not
5789to be confused by TeX commands.
5790
5791You can correct a misspelled word by editing it into something
5792correct. You can also correct it, or accept it as correct, by
5793clicking on the word with Mouse-2; that gives you a pop-up menu
5794of various alternative replacements and actions.
5795
5796Flyspell mode also proposes "automatic" corrections. M-TAB replaces
5797the current misspelled word with a possible correction. If several
5798corrections are made possible, M-TAB cycles through them in
5799alphabetical order, or in order of decreasing likelihood if
5800flyspell-sort-corrections is nil.
5801
5802Flyspell mode also flags an error when a word is repeated, if
5803flyspell-mark-duplications-flag is non-nil.
5804
5805** Changes in input method usage.
5806
5807Now you can use arrow keys (right, left, down, up) for selecting among
5808the alternatives just the same way as you do by C-f, C-b, C-n, and C-p
5809respectively.
5810
5811You can use the ENTER key to accept the current conversion.
5812
5813If you type TAB to display a list of alternatives, you can select one
5814of the alternatives with Mouse-2.
5815
5816The meaning of the variable `input-method-verbose-flag' is changed so
5817that you can set it to t, nil, `default', or `complex-only'.
5818
5819 If the value is nil, extra guidance is never given.
5820
5821 If the value is t, extra guidance is always given.
5822
5823 If the value is `complex-only', extra guidance is always given only
5824 when you are using complex input methods such as chinese-py.
5825
5826 If the value is `default' (this is the default), extra guidance is
5827 given in the following case:
5828 o When you are using a complex input method.
5829 o When you are using a simple input method but not in the minibuffer.
5830
5831If you are using Emacs through a very slow line, setting
5832input-method-verbose-flag to nil or to complex-only is a good choice,
5833and if you are using an input method you are not familiar with,
5834setting it to t is helpful.
5835
5836The old command select-input-method is now called set-input-method.
5837
5838In the language environment "Korean", you can use the following
5839keys:
5840 Shift-SPC toggle-korean-input-method
5841 C-F9 quail-hangul-switch-symbol-ksc
5842 F9 quail-hangul-switch-hanja
5843These key bindings are canceled when you switch to another language
5844environment.
5845
5846** The minibuffer history of file names now records the specified file
5847names, not the entire minibuffer input. For example, if the
5848minibuffer starts out with /usr/foo/, you might type in /etc/passwd to
5849get
5850
5851 /usr/foo//etc/passwd
5852
5853which stands for the file /etc/passwd.
5854
5855Formerly, this used to put /usr/foo//etc/passwd in the history list.
5856Now this puts just /etc/passwd in the history list.
5857
5858** If you are root, Emacs sets backup-by-copying-when-mismatch to t
5859at startup, so that saving a file will be sure to preserve
5860its owner and group.
5861
5862** find-func.el can now also find the place of definition of Emacs
5863Lisp variables in user-loaded libraries.
5864
5865** C-x r t (string-rectangle) now deletes the existing rectangle
5866contents before inserting the specified string on each line.
5867
5868** There is a new command delete-whitespace-rectangle
5869which deletes whitespace starting from a particular column
5870in all the lines on a rectangle. The column is specified
5871by the left edge of the rectangle.
5872
5873** You can now store a number into a register with C-u NUMBER C-x r n REG,
5874increment it by INC with C-u INC C-x r + REG (to increment by one, omit
5875C-u INC), and insert it in the buffer with C-x r g REG. This is useful
5876for writing keyboard macros.
5877
5878** The new command M-x speedbar displays a frame in which directories,
5879files, and tags can be displayed, manipulated, and jumped to. The
5880frame defaults to 20 characters in width, and is the same height as
5881the frame that it was started from. Some major modes define
5882additional commands for the speedbar, including Rmail, GUD/GDB, and
5883info.
5884
5885** query-replace-regexp is now bound to C-M-%.
5886
5887** In Transient Mark mode, when the region is active, M-x
5888query-replace and the other replace commands now operate on the region
5889contents only.
5890
5891** M-x write-region, when used interactively, now asks for
5892confirmation before overwriting an existing file. When you call
5893the function from a Lisp program, a new optional argument CONFIRM
5894says whether to ask for confirmation in this case.
5895
5896** If you use find-file-literally and the file is already visited
5897non-literally, the command asks you whether to revisit the file
5898literally. If you say no, it signals an error.
5899
5900** Major modes defined with the "derived mode" feature
5901now use the proper name for the mode hook: WHATEVER-mode-hook.
5902Formerly they used the name WHATEVER-mode-hooks, but that is
5903inconsistent with Emacs conventions.
5904
5905** shell-command-on-region (and shell-command) reports success or
5906failure if the command produces no output.
5907
5908** Set focus-follows-mouse to nil if your window system or window
5909manager does not transfer focus to another window when you just move
5910the mouse.
5911
5912** mouse-menu-buffer-maxlen has been renamed to
5913mouse-buffer-menu-maxlen to be consistent with the other related
5914function and variable names.
5915
5916** The new variable auto-coding-alist specifies coding systems for
5917reading specific files. This has higher priority than
5918file-coding-system-alist.
5919
5920** If you set the variable unibyte-display-via-language-environment to
5921t, then Emacs displays non-ASCII characters are displayed by
5922converting them to the equivalent multibyte characters according to
5923the current language environment. As a result, they are displayed
5924according to the current fontset.
5925
5926** C-q's handling of codes in the range 0200 through 0377 is changed.
5927
5928The codes in the range 0200 through 0237 are inserted as one byte of
5929that code regardless of the values of nonascii-translation-table and
5930nonascii-insert-offset.
5931
5932For the codes in the range 0240 through 0377, if
5933enable-multibyte-characters is non-nil and nonascii-translation-table
5934nor nonascii-insert-offset can't convert them to valid multibyte
5935characters, they are converted to Latin-1 characters.
5936
5937** If you try to find a file that is not read-accessible, you now get
5938an error, rather than an empty buffer and a warning.
5939
5940** In the minibuffer history commands M-r and M-s, an upper case
5941letter in the regular expression forces case-sensitive search.
5942
5943** In the *Help* buffer, cross-references to commands and variables
5944are inferred and hyperlinked. Use C-h m in Help mode for the relevant
5945command keys.
5946
5947** M-x apropos-command, with a prefix argument, no longer looks for
5948user option variables--instead it looks for noninteractive functions.
5949
5950Meanwhile, the command apropos-variable normally searches for
5951user option variables; with a prefix argument, it looks at
5952all variables that have documentation.
5953
5954** When you type a long line in the minibuffer, and the minibuffer
5955shows just one line, automatically scrolling works in a special way
5956that shows you overlap with the previous line of text. The variable
5957minibuffer-scroll-overlap controls how many characters of overlap
5958it should show; the default is 20.
5959
5960Meanwhile, Resize Minibuffer mode is still available; in that mode,
5961the minibuffer grows taller (up to a point) as needed to show the whole
5962of your input.
5963
5964** The new command M-x customize-changed-options lets you customize
5965all the options whose meanings or default values have changed in
5966recent Emacs versions. You specify a previous Emacs version number as
5967argument, and the command creates a customization buffer showing all
5968the customizable options which were changed since that version.
5969Newly added options are included as well.
5970
5971If you don't specify a particular version number argument,
5972then the customization buffer shows all the customizable options
5973for which Emacs versions of changes are recorded.
5974
5975This function is also bound to the Changed Options entry in the
5976Customize menu.
5977
5978** When you run M-x grep with a prefix argument, it figures out
5979the tag around point and puts that into the default grep command.
5980
5981** The new command M-* (pop-tag-mark) pops back through a history of
5982buffer positions from which M-. or other tag-finding commands were
5983invoked.
5984
5985** The new variable comment-padding specifies the number of spaces
5986that `comment-region' will insert before the actual text of the comment.
5987The default is 1.
5988
5989** In Fortran mode the characters `.', `_' and `$' now have symbol
5990syntax, not word syntax. Fortran mode now supports `imenu' and has
5991new commands fortran-join-line (M-^) and fortran-narrow-to-subprogram
5992(C-x n d). M-q can be used to fill a statement or comment block
5993sensibly.
5994
5995** GUD now supports jdb, the Java debugger, and pdb, the Python debugger.
5996
5997** If you set the variable add-log-keep-changes-together to a non-nil
5998value, the command `C-x 4 a' will automatically notice when you make
5999two entries in one day for one file, and combine them.
6000
6001** You can use the command M-x diary-mail-entries to mail yourself a
6002reminder about upcoming diary entries. See the documentation string
6003for a sample shell script for calling this function automatically
6004every night.
6005
6006** Desktop changes
6007
6008*** All you need to do to enable use of the Desktop package, is to set
6009the variable desktop-enable to t with Custom.
6010
6011*** Minor modes are now restored. Which minor modes are restored
6012and how modes are restored is controlled by `desktop-minor-mode-table'.
6013
6014** There is no need to do anything special, now, to enable Gnus to
6015read and post multi-lingual articles.
6016
6017** Outline mode has now support for showing hidden outlines when
6018doing an isearch. In order for this to happen search-invisible should
6019be set to open (the default). If an isearch match is inside a hidden
6020outline the outline is made visible. If you continue pressing C-s and
6021the match moves outside the formerly invisible outline, the outline is
6022made invisible again.
6023
6024** Mail reading and sending changes
6025
6026*** The Rmail e command now switches to displaying the whole header of
6027the message before it lets you edit the message. This is so that any
6028changes you make in the header will not be lost if you subsequently
6029toggle.
6030
6031*** The w command in Rmail, which writes the message body into a file,
6032now works in the summary buffer as well. (The command to delete the
6033summary buffer is now Q.) The default file name for the w command, if
6034the message has no subject, is stored in the variable
6035rmail-default-body-file.
6036
6037*** Most of the commands and modes that operate on mail and netnews no
6038longer depend on the value of mail-header-separator. Instead, they
6039handle whatever separator the buffer happens to use.
6040
6041*** If you set mail-signature to a value which is not t, nil, or a string,
6042it should be an expression. When you send a message, this expression
6043is evaluated to insert the signature.
6044
6045*** The new Lisp library feedmail.el (version 8) enhances processing of
6046outbound email messages. It works in coordination with other email
6047handling packages (e.g., rmail, VM, gnus) and is responsible for
6048putting final touches on messages and actually submitting them for
6049transmission. Users of the emacs program "fakemail" might be
6050especially interested in trying feedmail.
6051
6052feedmail is not enabled by default. See comments at the top of
6053feedmail.el for set-up instructions. Among the bigger features
6054provided by feedmail are:
6055
6056**** you can park outgoing messages into a disk-based queue and
6057stimulate sending some or all of them later (handy for laptop users);
6058there is also a queue for draft messages
6059
6060**** you can get one last look at the prepped outbound message and
6061be prompted for confirmation
6062
6063**** does smart filling of address headers
6064
6065**** can generate a MESSAGE-ID: line and a DATE: line; the date can be
6066the time the message was written or the time it is being sent; this
6067can make FCC copies more closely resemble copies that recipients get
6068
6069**** you can specify an arbitrary function for actually transmitting
6070the message; included in feedmail are interfaces for /bin/[r]mail,
6071/usr/lib/sendmail, and elisp smtpmail; it's easy to write a new
6072function for something else (10-20 lines of elisp)
6073
6074** Dired changes
6075
6076*** The Dired function dired-do-toggle, which toggles marked and unmarked
6077files, is now bound to "t" instead of "T".
6078
6079*** dired-at-point has been added to ffap.el. It allows one to easily
6080run Dired on the directory name at point.
6081
6082*** Dired has a new command: %g. It searches the contents of
6083files in the directory and marks each file that contains a match
6084for a specified regexp.
6085
6086** VC Changes
6087
6088*** New option vc-ignore-vc-files lets you turn off version control
6089conveniently.
6090
6091*** VC Dired has been completely rewritten. It is now much
6092faster, especially for CVS, and works very similar to ordinary
6093Dired.
6094
6095VC Dired is invoked by typing C-x v d and entering the name of the
6096directory to display. By default, VC Dired gives you a recursive
6097listing of all files at or below the given directory which are
6098currently locked (for CVS, all files not up-to-date are shown).
6099
6100You can change the listing format by setting vc-dired-recurse to nil,
6101then it shows only the given directory, and you may also set
6102vc-dired-terse-display to nil, then it shows all files under version
6103control plus the names of any subdirectories, so that you can type `i'
6104on such lines to insert them manually, as in ordinary Dired.
6105
6106All Dired commands operate normally in VC Dired, except for `v', which
6107is redefined as the version control prefix. That means you may type
6108`v l', `v =' etc. to invoke `vc-print-log', `vc-diff' and the like on
6109the file named in the current Dired buffer line. `v v' invokes
6110`vc-next-action' on this file, or on all files currently marked.
6111
6112The new command `v t' (vc-dired-toggle-terse-mode) allows you to
6113toggle between terse display (only locked files) and full display (all
6114VC files plus subdirectories). There is also a special command,
6115`* l', to mark all files currently locked.
6116
6117Giving a prefix argument to C-x v d now does the same thing as in
6118ordinary Dired: it allows you to supply additional options for the ls
6119command in the minibuffer, to fine-tune VC Dired's output.
6120
6121*** Under CVS, if you merge changes from the repository into a working
6122file, and CVS detects conflicts, VC now offers to start an ediff
6123session to resolve them.
6124
6125Alternatively, you can use the new command `vc-resolve-conflicts' to
6126resolve conflicts in a file at any time. It works in any buffer that
6127contains conflict markers as generated by rcsmerge (which is what CVS
6128uses as well).
6129
6130*** You can now transfer changes between branches, using the new
6131command vc-merge (C-x v m). It is implemented for RCS and CVS. When
6132you invoke it in a buffer under version-control, you can specify
6133either an entire branch or a pair of versions, and the changes on that
6134branch or between the two versions are merged into the working file.
6135If this results in any conflicts, they may be resolved interactively,
6136using ediff.
6137
6138** Changes in Font Lock
6139
6140*** The face and variable previously known as font-lock-reference-face
6141are now called font-lock-constant-face to better reflect their typical
6142use for highlighting constants and labels. (Its face properties are
6143unchanged.) The variable font-lock-reference-face remains for now for
6144compatibility reasons, but its value is font-lock-constant-face.
6145
6146** Frame name display changes
6147
6148*** The command set-frame-name lets you set the name of the current
6149frame. You can use the new command select-frame-by-name to select and
6150raise a frame; this is mostly useful on character-only terminals, or
6151when many frames are invisible or iconified.
6152
6153*** On character-only terminal (not a window system), changing the
6154frame name is now reflected on the mode line and in the Buffers/Frames
6155menu.
6156
6157** Comint (subshell) changes
6158
6159*** In Comint modes, the commands to kill, stop or interrupt a
6160subjob now also kill pending input. This is for compatibility
6161with ordinary shells, where the signal characters do this.
6162
6163*** There are new commands in Comint mode.
6164
6165C-c C-x fetches the "next" line from the input history;
6166that is, the line after the last line you got.
6167You can use this command to fetch successive lines, one by one.
6168
6169C-c SPC accumulates lines of input. More precisely, it arranges to
6170send the current line together with the following line, when you send
6171the following line.
6172
6173C-c C-a if repeated twice consecutively now moves to the process mark,
6174which separates the pending input from the subprocess output and the
6175previously sent input.
6176
6177C-c M-r now runs comint-previous-matching-input-from-input;
6178it searches for a previous command, using the current pending input
6179as the search string.
6180
6181*** New option compilation-scroll-output can be set to scroll
6182automatically in compilation-mode windows.
6183
6184** C mode changes
6185
6186*** Multiline macros are now handled, both as they affect indentation,
6187and as recognized syntax. New syntactic symbol cpp-macro-cont is
6188assigned to second and subsequent lines of a multiline macro
6189definition.
6190
6191*** A new style "user" which captures all non-hook-ified
6192(i.e. top-level) .emacs file variable settings and customizations.
6193Style "cc-mode" is an alias for "user" and is deprecated. "gnu"
6194style is still the default however.
6195
6196*** "java" style now conforms to Sun's JDK coding style.
6197
6198*** There are new commands c-beginning-of-defun, c-end-of-defun which
6199are alternatives which you could bind to C-M-a and C-M-e if you prefer
6200them. They do not have key bindings by default.
6201
6202*** New and improved implementations of M-a (c-beginning-of-statement)
6203and M-e (c-end-of-statement).
6204
6205*** C++ namespace blocks are supported, with new syntactic symbols
6206namespace-open, namespace-close, and innamespace.
6207
6208*** File local variable settings of c-file-style and c-file-offsets
6209makes the style variables local to that buffer only.
6210
6211*** New indentation functions c-lineup-close-paren,
6212c-indent-one-line-block, c-lineup-dont-change.
6213
6214*** Improvements (hopefully!) to the way CC Mode is loaded. You
6215should now be able to do a (require 'cc-mode) to get the entire
6216package loaded properly for customization in your .emacs file. A new
6217variable c-initialize-on-load controls this and is t by default.
6218
6219** Changes to hippie-expand.
6220
6221*** New customization variable `hippie-expand-dabbrev-skip-space'. If
6222non-nil, trailing spaces may be included in the abbreviation to search for,
6223which then gives the same behavior as the original `dabbrev-expand'.
6224
6225*** New customization variable `hippie-expand-dabbrev-as-symbol'. If
6226non-nil, characters of syntax '_' is considered part of the word when
6227expanding dynamically.
6228
6229*** New customization variable `hippie-expand-no-restriction'. If
6230non-nil, narrowed buffers are widened before they are searched.
6231
6232*** New customization variable `hippie-expand-only-buffers'. If
6233non-empty, buffers searched are restricted to the types specified in
6234this list. Useful for example when constructing new special-purpose
6235expansion functions with `make-hippie-expand-function'.
6236
6237*** Text properties of the expansion are no longer copied.
6238
6239** Changes in BibTeX mode.
6240
6241*** Any titleword matching a regexp in the new variable
6242bibtex-autokey-titleword-ignore (case sensitive) is ignored during
6243automatic key generation. This replaces variable
6244bibtex-autokey-titleword-first-ignore, which only checked for matches
6245against the first word in the title.
6246
6247*** Autokey generation now uses all words from the title, not just
6248capitalized words. To avoid conflicts with existing customizations,
6249bibtex-autokey-titleword-ignore is set up such that words starting with
6250lowerkey characters will still be ignored. Thus, if you want to use
6251lowercase words from the title, you will have to overwrite the
6252bibtex-autokey-titleword-ignore standard setting.
6253
6254*** Case conversion of names and title words for automatic key
6255generation is more flexible. Variable bibtex-autokey-preserve-case is
6256replaced by bibtex-autokey-titleword-case-convert and
6257bibtex-autokey-name-case-convert.
6258
6259** Changes in vcursor.el.
6260
6261*** Support for character terminals is available: there is a new keymap
6262and the vcursor will appear as an arrow between buffer text. A
6263variable `vcursor-interpret-input' allows input from the vcursor to be
6264entered exactly as if typed. Numerous functions, including
6265`vcursor-compare-windows', have been rewritten to improve consistency
6266in the selection of windows and corresponding keymaps.
6267
6268*** vcursor options can now be altered with M-x customize under the
6269Editing group once the package is loaded.
6270
6271*** Loading vcursor now does not define keys by default, as this is
6272generally a bad side effect. Use M-x customize to set
8a33023e 6273vcursor-key-bindings to t to restore the old behavior.
3787e12e
GM
6274
6275*** vcursor-auto-disable can be `copy', which turns off copying from the
6276vcursor, but doesn't disable it, after any non-vcursor command.
6277
6278** Ispell changes.
6279
6280*** You can now spell check comments and strings in the current
6281buffer with M-x ispell-comments-and-strings. Comments and strings
6282are identified by syntax tables in effect.
6283
6284*** Generic region skipping implemented.
6285A single buffer can be broken into a number of regions where text will
6286and will not be checked. The definitions of the regions can be user
6287defined. New applications and improvements made available by this
6288include:
6289
6290 o URLs are automatically skipped
6291 o EMail message checking is vastly improved.
6292
6293*** Ispell can highlight the erroneous word even on non-window terminals.
6294
6295** Changes to RefTeX mode
6296
6297RefTeX has been updated in order to make it more usable with very
6298large projects (like a several volume math book). The parser has been
6299re-written from scratch. To get maximum speed from RefTeX, check the
6300section `Optimizations' in the manual.
6301
6302*** New recursive parser.
6303
6304The old version of RefTeX created a single large buffer containing the
6305entire multifile document in order to parse the document. The new
6306recursive parser scans the individual files.
6307
6308*** Parsing only part of a document.
6309
6310Reparsing of changed document parts can now be made faster by enabling
6311partial scans. To use this feature, read the documentation string of
6312the variable `reftex-enable-partial-scans' and set the variable to t.
6313
6314 (setq reftex-enable-partial-scans t)
6315
6316*** Storing parsing information in a file.
6317
6318This can improve startup times considerably. To turn it on, use
6319
6320 (setq reftex-save-parse-info t)
6321
6322*** Using multiple selection buffers
6323
6324If the creation of label selection buffers is too slow (this happens
6325for large documents), you can reuse these buffers by setting
6326
6327 (setq reftex-use-multiple-selection-buffers t)
6328
6329*** References to external documents.
6330
6331The LaTeX package `xr' allows to cross-reference labels in external
6332documents. RefTeX can provide information about the external
6333documents as well. To use this feature, set up the \externaldocument
6334macros required by the `xr' package and rescan the document with
6335RefTeX. The external labels can then be accessed with the `x' key in
6336the selection buffer provided by `reftex-reference' (bound to `C-c )').
6337The `x' key also works in the table of contents buffer.
6338
6339*** Many more labeled LaTeX environments are recognized by default.
6340
8a33023e 6341The built-in command list now covers all the standard LaTeX commands,
3787e12e
GM
6342and all of the major packages included in the LaTeX distribution.
6343
6344Also, RefTeX now understands the \appendix macro and changes
6345the enumeration of sections in the *toc* buffer accordingly.
6346
6347*** Mouse support for selection and *toc* buffers
6348
6349The mouse can now be used to select items in the selection and *toc*
6350buffers. See also the new option `reftex-highlight-selection'.
6351
6352*** New keymaps for selection and table of contents modes.
6353
6354The selection processes for labels and citation keys, and the table of
6355contents buffer now have their own keymaps: `reftex-select-label-map',
6356`reftex-select-bib-map', `reftex-toc-map'. The selection processes
6357have a number of new keys predefined. In particular, TAB lets you
6358enter a label with completion. Check the on-the-fly help (press `?'
6359at the selection prompt) or read the Info documentation to find out
6360more.
6361
6362*** Support for the varioref package
6363
6364The `v' key in the label selection buffer toggles \ref versus \vref.
6365
6366*** New hooks
6367
6368Three new hooks can be used to redefine the way labels, references,
6369and citations are created. These hooks are
6370`reftex-format-label-function', `reftex-format-ref-function',
6371`reftex-format-cite-function'.
6372
6373*** Citations outside LaTeX
6374
6375The command `reftex-citation' may also be used outside LaTeX (e.g. in
6376a mail buffer). See the Info documentation for details.
6377
6378*** Short context is no longer fontified.
6379
6380The short context in the label menu no longer copies the
6381fontification from the text in the buffer. If you prefer it to be
6382fontified, use
6383
6384 (setq reftex-refontify-context t)
6385
6386** file-cache-minibuffer-complete now accepts a prefix argument.
6387With a prefix argument, it does not try to do completion of
6388the file name within its directory; it only checks for other
6389directories that contain the same file name.
6390
6391Thus, given the file name Makefile, and assuming that a file
6392Makefile.in exists in the same directory, ordinary
6393file-cache-minibuffer-complete will try to complete Makefile to
6394Makefile.in and will therefore never look for other directories that
6395have Makefile. A prefix argument tells it not to look for longer
6396names such as Makefile.in, so that instead it will look for other
6397directories--just as if the name were already complete in its present
6398directory.
6399
6400** New modes and packages
6401
6402*** There is a new alternative major mode for Perl, Cperl mode.
6403It has many more features than Perl mode, and some people prefer
6404it, but some do not.
6405
6406*** There is a new major mode, M-x vhdl-mode, for editing files of VHDL
6407code.
6408
6409*** M-x which-function-mode enables a minor mode that displays the
6410current function name continuously in the mode line, as you move
6411around in a buffer.
6412
6413Which Function mode is effective in major modes which support Imenu.
6414
6415*** Gametree is a major mode for editing game analysis trees. The author
6416uses it for keeping notes about his postal Chess games, but it should
6417be helpful for other two-player games as well, as long as they have an
6418established system of notation similar to Chess.
6419
6420*** The new minor mode checkdoc-minor-mode provides Emacs Lisp
6421documentation string checking for style and spelling. The style
6422guidelines are found in the Emacs Lisp programming manual.
6423
6424*** The net-utils package makes some common networking features
6425available in Emacs. Some of these functions are wrappers around
6426system utilities (ping, nslookup, etc); others are implementations of
6427simple protocols (finger, whois) in Emacs Lisp. There are also
6428functions to make simple connections to TCP/IP ports for debugging and
6429the like.
6430
6431*** highlight-changes-mode is a minor mode that uses colors to
6432identify recently changed parts of the buffer text.
6433
6434*** The new package `midnight' lets you specify things to be done
6435within Emacs at midnight--by default, kill buffers that you have not
6436used in a considerable time. To use this feature, customize
6437the user option `midnight-mode' to t.
6438
6439*** The file generic-x.el defines a number of simple major modes.
6440
6441 apache-generic-mode: For Apache and NCSA httpd configuration files
6442 samba-generic-mode: Samba configuration files
6443 fvwm-generic-mode: For fvwm initialization files
6444 x-resource-generic-mode: For X resource files
6445 hosts-generic-mode: For hosts files (.rhosts, /etc/hosts, etc)
6446 mailagent-rules-generic-mode: For mailagent .rules files
6447 javascript-generic-mode: For JavaScript files
6448 vrml-generic-mode: For VRML files
6449 java-manifest-generic-mode: For Java MANIFEST files
6450 java-properties-generic-mode: For Java property files
6451 mailrc-generic-mode: For .mailrc files
6452
6453 Platform-specific modes:
6454
6455 prototype-generic-mode: For Solaris/Sys V prototype files
6456 pkginfo-generic-mode: For Solaris/Sys V pkginfo files
6457 alias-generic-mode: For C shell alias files
6458 inf-generic-mode: For MS-Windows INF files
6459 ini-generic-mode: For MS-Windows INI files
6460 reg-generic-mode: For MS-Windows Registry files
6461 bat-generic-mode: For MS-Windows BAT scripts
6462 rc-generic-mode: For MS-Windows Resource files
6463 rul-generic-mode: For InstallShield scripts
05197f40 6464\f
3787e12e
GM
6465* Lisp changes in Emacs 20.3 since the Emacs Lisp Manual was published
6466
6467** If you want a Lisp file to be read in unibyte mode,
6468use -*-unibyte: t;-*- on its first line.
6469That will force Emacs to read that file in unibyte mode.
6470Otherwise, the file will be loaded and byte-compiled in multibyte mode.
6471
6472Thus, each lisp file is read in a consistent way regardless of whether
6473you started Emacs with --unibyte, so that a Lisp program gives
6474consistent results regardless of how Emacs was started.
6475
6476** The new function assoc-default is useful for searching an alist,
6477and using a default value if the key is not found there. You can
6478specify a comparison predicate, so this function is useful for
6479searching comparing a string against an alist of regular expressions.
6480
6481** The functions unibyte-char-to-multibyte and
6482multibyte-char-to-unibyte convert between unibyte and multibyte
6483character codes, in a way that is appropriate for the current language
6484environment.
6485
6486** The functions read-event, read-char and read-char-exclusive now
6487take two optional arguments. PROMPT, if non-nil, specifies a prompt
6488string. SUPPRESS-INPUT-METHOD, if non-nil, says to disable the
6489current input method for reading this one event.
6490
6491** Two new variables print-escape-nonascii and print-escape-multibyte
6492now control whether to output certain characters as
6493backslash-sequences. print-escape-nonascii applies to single-byte
6494non-ASCII characters; print-escape-multibyte applies to multibyte
6495characters. Both of these variables are used only when printing
6496in readable fashion (prin1 uses them, princ does not).
05197f40 6497\f
3787e12e
GM
6498* Lisp changes in Emacs 20.3 before the Emacs Lisp Manual was published
6499
6500** Compiled Emacs Lisp files made with the modified "MBSK" version
6501of Emacs 20.2 do not work in Emacs 20.3.
6502
6503** Buffer positions are now measured in characters, as they were
6504in Emacs 19 and before. This means that (forward-char 1)
6505always increases point by 1.
6506
6507The function chars-in-region now just subtracts its arguments. It is
6508considered obsolete. The function char-boundary-p has been deleted.
6509
6510See below for additional changes relating to multibyte characters.
6511
6512** defcustom, defface and defgroup now accept the keyword `:version'.
6513Use this to specify in which version of Emacs a certain variable's
6514default value changed. For example,
6515
6516 (defcustom foo-max 34 "*Maximum number of foo's allowed."
6517 :type 'integer
6518 :group 'foo
6519 :version "20.3")
6520
6521 (defgroup foo-group nil "The foo group."
6522 :version "20.3")
6523
6524If an entire new group is added or the variables in it have the
6525default values changed, then just add a `:version' to that group. It
6526is recommended that new packages added to the distribution contain a
6527`:version' in the top level group.
6528
6529This information is used to control the customize-changed-options command.
6530
6531** It is now an error to change the value of a symbol whose name
6532starts with a colon--if it is interned in the standard obarray.
6533
6534However, setting such a symbol to its proper value, which is that
6535symbol itself, is not an error. This is for the sake of programs that
6536support previous Emacs versions by explicitly setting these variables
6537to themselves.
6538
6539If you set the variable keyword-symbols-constant-flag to nil,
6540this error is suppressed, and you can set these symbols to any
6541values whatever.
6542
6543** There is a new debugger command, R.
6544It evaluates an expression like e, but saves the result
6545in the buffer *Debugger-record*.
6546
6547** Frame-local variables.
6548
6549You can now make a variable local to various frames. To do this, call
6550the function make-variable-frame-local; this enables frames to have
6551local bindings for that variable.
6552
6553These frame-local bindings are actually frame parameters: you create a
6554frame-local binding in a specific frame by calling
6555modify-frame-parameters and specifying the variable name as the
6556parameter name.
6557
6558Buffer-local bindings take precedence over frame-local bindings.
6559Thus, if the current buffer has a buffer-local binding, that binding is
6560active; otherwise, if the selected frame has a frame-local binding,
6561that binding is active; otherwise, the default binding is active.
6562
6563It would not be hard to implement window-local bindings, but it is not
6564clear that this would be very useful; windows tend to come and go in a
6565very transitory fashion, so that trying to produce any specific effect
6566through a window-local binding would not be very robust.
6567
6568** `sregexq' and `sregex' are two new functions for constructing
6569"symbolic regular expressions." These are Lisp expressions that, when
6570evaluated, yield conventional string-based regexps. The symbolic form
6571makes it easier to construct, read, and maintain complex patterns.
6572See the documentation in sregex.el.
6573
6574** parse-partial-sexp's return value has an additional element which
6575is used to pass information along if you pass it to another call to
6576parse-partial-sexp, starting its scan where the first call ended.
6577The contents of this field are not yet finalized.
6578
6579** eval-region now accepts a fourth optional argument READ-FUNCTION.
6580If it is non-nil, that function is used instead of `read'.
6581
6582** unload-feature by default removes the feature's functions from
6583known hooks to avoid trouble, but a package providing FEATURE can
6584define a hook FEATURE-unload-hook to be run by unload-feature instead.
6585
6586** read-from-minibuffer no longer returns the argument DEFAULT-VALUE
6587when the user enters empty input. It now returns the null string, as
6588it did in Emacs 19. The default value is made available in the
6589history via M-n, but it is not applied here as a default.
6590
6591The other, more specialized minibuffer-reading functions continue to
6592return the default value (not the null string) when the user enters
6593empty input.
6594
6595** The new variable read-buffer-function controls which routine to use
6596for selecting buffers. For example, if you set this variable to
6597`iswitchb-read-buffer', iswitchb will be used to read buffer names.
6598Other functions can also be used if they accept the same arguments as
6599`read-buffer' and return the selected buffer name as a string.
6600
6601** The new function read-passwd reads a password from the terminal,
6602echoing a period for each character typed. It takes three arguments:
6603a prompt string, a flag which says "read it twice to make sure", and a
6604default password to use if the user enters nothing.
6605
6606** The variable fill-nobreak-predicate gives major modes a way to
6607specify not to break a line at certain places. Its value is a
6608function which is called with no arguments, with point located at the
6609place where a break is being considered. If the function returns
6610non-nil, then the line won't be broken there.
6611
6612** window-end now takes an optional second argument, UPDATE.
6613If this is non-nil, then the function always returns an accurate
6614up-to-date value for the buffer position corresponding to the
6615end of the window, even if this requires computation.
6616
6617** other-buffer now takes an optional argument FRAME
6618which specifies which frame's buffer list to use.
6619If it is nil, that means use the selected frame's buffer list.
6620
6621** The new variable buffer-display-time, always local in every buffer,
6622holds the value of (current-time) as of the last time that a window
6623was directed to display this buffer.
6624
6625** It is now meaningful to compare two window-configuration objects
6626with `equal'. Two window-configuration objects are equal if they
6627describe equivalent arrangements of windows, in the same frame--in
6628other words, if they would give the same results if passed to
6629set-window-configuration.
6630
6631** compare-window-configurations is a new function that compares two
6632window configurations loosely. It ignores differences in saved buffer
6633positions and scrolling, and considers only the structure and sizes of
6634windows and the choice of buffers to display.
6635
6636** The variable minor-mode-overriding-map-alist allows major modes to
6637override the key bindings of a minor mode. The elements of this alist
6638look like the elements of minor-mode-map-alist: (VARIABLE . KEYMAP).
6639
6640If the VARIABLE in an element of minor-mode-overriding-map-alist has a
6641non-nil value, the paired KEYMAP is active, and totally overrides the
6642map (if any) specified for the same variable in minor-mode-map-alist.
6643
6644minor-mode-overriding-map-alist is automatically local in all buffers,
6645and it is meant to be set by major modes.
6646
6647** The function match-string-no-properties is like match-string
6648except that it discards all text properties from the result.
6649
6650** The function load-average now accepts an optional argument
6651USE-FLOATS. If it is non-nil, the load average values are returned as
6652floating point numbers, rather than as integers to be divided by 100.
6653
6654** The new variable temporary-file-directory specifies the directory
6655to use for creating temporary files. The default value is determined
6656in a reasonable way for your operating system; on GNU and Unix systems
6657it is based on the TMP and TMPDIR environment variables.
6658
6659** Menu changes
6660
6661*** easymenu.el now uses the new menu item format and supports the
6662keywords :visible and :filter. The existing keyword :keys is now
6663better supported.
6664
6665The variable `easy-menu-precalculate-equivalent-keybindings' controls
6666a new feature which calculates keyboard equivalents for the menu when
6667you define the menu. The default is t. If you rarely use menus, you
6668can set the variable to nil to disable this precalculation feature;
6669then the calculation is done only if you use the menu bar.
6670
6671*** A new format for menu items is supported.
6672
6673In a keymap, a key binding that has the format
6674 (STRING . REAL-BINDING) or (STRING HELP-STRING . REAL-BINDING)
6675defines a menu item. Now a menu item definition may also be a list that
6676starts with the symbol `menu-item'.
6677
6678The format is:
6679 (menu-item ITEM-NAME) or
6680 (menu-item ITEM-NAME REAL-BINDING . ITEM-PROPERTY-LIST)
6681where ITEM-NAME is an expression which evaluates to the menu item
6682string, and ITEM-PROPERTY-LIST has the form of a property list.
6683The supported properties include
6684
6685:enable FORM Evaluate FORM to determine whether the
6686 item is enabled.
6687:visible FORM Evaluate FORM to determine whether the
6688 item should appear in the menu.
6689:filter FILTER-FN
6690 FILTER-FN is a function of one argument,
6691 which will be REAL-BINDING.
6692 It should return a binding to use instead.
6693:keys DESCRIPTION
6694 DESCRIPTION is a string that describes an equivalent keyboard
f3780fe4 6695 binding for REAL-BINDING. DESCRIPTION is expanded with
3787e12e
GM
6696 `substitute-command-keys' before it is used.
6697:key-sequence KEY-SEQUENCE
6698 KEY-SEQUENCE is a key-sequence for an equivalent
6699 keyboard binding.
6700:key-sequence nil
6701 This means that the command normally has no
6702 keyboard equivalent.
6703:help HELP HELP is the extra help string (not currently used).
6704:button (TYPE . SELECTED)
6705 TYPE is :toggle or :radio.
6706 SELECTED is a form, to be evaluated, and its
6707 value says whether this button is currently selected.
6708
6709Buttons are at the moment only simulated by prefixes in the menu.
6710Eventually ordinary X-buttons may be supported.
6711
6712(menu-item ITEM-NAME) defines unselectable item.
6713
6714** New event types
6715
6716*** The new event type `mouse-wheel' is generated by a wheel on a
6717mouse (such as the MS Intellimouse). The event contains a delta that
6718corresponds to the amount and direction that the wheel is rotated,
6719which is typically used to implement a scroll or zoom. The format is:
6720
6721 (mouse-wheel POSITION DELTA)
6722
6723where POSITION is a list describing the position of the event in the
6724same format as a mouse-click event, and DELTA is a signed number
6725indicating the number of increments by which the wheel was rotated. A
6726negative DELTA indicates that the wheel was rotated backwards, towards
6727the user, and a positive DELTA indicates that the wheel was rotated
6728forward, away from the user.
6729
6730As of now, this event type is generated only on MS Windows.
6731
6732*** The new event type `drag-n-drop' is generated when a group of
6733files is selected in an application outside of Emacs, and then dragged
6734and dropped onto an Emacs frame. The event contains a list of
6735filenames that were dragged and dropped, which are then typically
6736loaded into Emacs. The format is:
6737
6738 (drag-n-drop POSITION FILES)
6739
6740where POSITION is a list describing the position of the event in the
6741same format as a mouse-click event, and FILES is the list of filenames
6742that were dragged and dropped.
6743
6744As of now, this event type is generated only on MS Windows.
6745
6746** Changes relating to multibyte characters.
6747
6748*** The variable enable-multibyte-characters is now read-only;
6749any attempt to set it directly signals an error. The only way
6750to change this value in an existing buffer is with set-buffer-multibyte.
6751
6752*** In a string constant, `\ ' now stands for "nothing at all". You
6753can use it to terminate a hex escape which is followed by a character
6754that could otherwise be read as part of the hex escape.
6755
6756*** String indices are now measured in characters, as they were
6757in Emacs 19 and before.
6758
6759The function chars-in-string has been deleted.
6760The function concat-chars has been renamed to `string'.
6761
6762*** The function set-buffer-multibyte sets the flag in the current
6763buffer that says whether the buffer uses multibyte representation or
6764unibyte representation. If the argument is nil, it selects unibyte
6765representation. Otherwise it selects multibyte representation.
6766
6767This function does not change the contents of the buffer, viewed
6768as a sequence of bytes. However, it does change the contents
6769viewed as characters; a sequence of two bytes which is treated as
6770one character when the buffer uses multibyte representation
6771will count as two characters using unibyte representation.
6772
6773This function sets enable-multibyte-characters to record which
6774representation is in use. It also adjusts various data in the buffer
6775(including its markers, overlays and text properties) so that they are
6776consistent with the new representation.
6777
6778*** string-make-multibyte takes a string and converts it to multibyte
6779representation. Most of the time, you don't need to care
6780about the representation, because Emacs converts when necessary;
6781however, it makes a difference when you compare strings.
6782
6783The conversion of non-ASCII characters works by adding the value of
6784nonascii-insert-offset to each character, or by translating them
6785using the table nonascii-translation-table.
6786
6787*** string-make-unibyte takes a string and converts it to unibyte
6788representation. Most of the time, you don't need to care about the
6789representation, but it makes a difference when you compare strings.
6790
6791The conversion from multibyte to unibyte representation
6792loses information; the only time Emacs performs it automatically
6793is when inserting a multibyte string into a unibyte buffer.
6794
6795*** string-as-multibyte takes a string, and returns another string
6796which contains the same bytes, but treats them as multibyte.
6797
6798*** string-as-unibyte takes a string, and returns another string
6799which contains the same bytes, but treats them as unibyte.
6800
6801*** The new function compare-strings lets you compare
6802portions of two strings. Unibyte strings are converted to multibyte,
6803so that a unibyte string can match a multibyte string.
6804You can specify whether to ignore case or not.
6805
6806*** assoc-ignore-case now uses compare-strings so that
6807it can treat unibyte and multibyte strings as equal.
6808
6809*** Regular expression operations and buffer string searches now
6810convert the search pattern to multibyte or unibyte to accord with the
6811buffer or string being searched.
6812
6813One consequence is that you cannot always use \200-\377 inside of
6814[...] to match all non-ASCII characters. This does still work when
6815searching or matching a unibyte buffer or string, but not when
6816searching or matching a multibyte string. Unfortunately, there is no
6817obvious choice of syntax to use within [...] for that job. But, what
6818you want is just to match all non-ASCII characters, the regular
6819expression [^\0-\177] works for it.
6820
6821*** Structure of coding system changed.
6822
6823All coding systems (including aliases and subsidiaries) are named
6824by symbols; the symbol's `coding-system' property is a vector
6825which defines the coding system. Aliases share the same vector
6826as the principal name, so that altering the contents of this
6827vector affects the principal name and its aliases. You can define
6828your own alias name of a coding system by the function
6829define-coding-system-alias.
6830
6831The coding system definition includes a property list of its own. Use
6832the new functions `coding-system-get' and `coding-system-put' to
6833access such coding system properties as post-read-conversion,
6834pre-write-conversion, character-translation-table-for-decode,
6835character-translation-table-for-encode, mime-charset, and
6836safe-charsets. For instance, (coding-system-get 'iso-latin-1
6837'mime-charset) gives the corresponding MIME-charset parameter
6838`iso-8859-1'.
6839
6840Among the coding system properties listed above, safe-charsets is new.
6841The value of this property is a list of character sets which this
6842coding system can correctly encode and decode. For instance:
6843(coding-system-get 'iso-latin-1 'safe-charsets) => (ascii latin-iso8859-1)
6844
6845Here, "correctly encode" means that the encoded character sets can
6846also be handled safely by systems other than Emacs as far as they
6847are capable of that coding system. Though, Emacs itself can encode
6848the other character sets and read it back correctly.
6849
6850*** The new function select-safe-coding-system can be used to find a
6851proper coding system for encoding the specified region or string.
6852This function requires a user interaction.
6853
6854*** The new functions find-coding-systems-region and
6855find-coding-systems-string are helper functions used by
6856select-safe-coding-system. They return a list of all proper coding
6857systems to encode a text in some region or string. If you don't want
6858a user interaction, use one of these functions instead of
6859select-safe-coding-system.
6860
6861*** The explicit encoding and decoding functions, such as
6862decode-coding-region and encode-coding-string, now set
6863last-coding-system-used to reflect the actual way encoding or decoding
6864was done.
6865
6866*** The new function detect-coding-with-language-environment can be
6867used to detect a coding system of text according to priorities of
6868coding systems used by some specific language environment.
6869
6870*** The functions detect-coding-region and detect-coding-string always
6871return a list if the arg HIGHEST is nil. Thus, if only ASCII
6872characters are found, they now return a list of single element
6873`undecided' or its subsidiaries.
6874
6875*** The new functions coding-system-change-eol-conversion and
6876coding-system-change-text-conversion can be used to get a different
6877coding system than what specified only in how end-of-line or text is
6878converted.
6879
6880*** The new function set-selection-coding-system can be used to set a
6881coding system for communicating with other X clients.
6882
6883*** The function `map-char-table' now passes as argument only valid
6884character codes, plus generic characters that stand for entire
6885character sets or entire subrows of a character set. In other words,
6886each time `map-char-table' calls its FUNCTION argument, the key value
6887either will be a valid individual character code, or will stand for a
6888range of characters.
6889
6890*** The new function `char-valid-p' can be used for checking whether a
6891Lisp object is a valid character code or not.
6892
6893*** The new function `charset-after' returns a charset of a character
6894in the current buffer at position POS.
6895
6896*** Input methods are now implemented using the variable
6897input-method-function. If this is non-nil, its value should be a
6898function; then, whenever Emacs reads an input event that is a printing
6899character with no modifier bits, it calls that function, passing the
6900event as an argument. Often this function will read more input, first
6901binding input-method-function to nil.
6902
6903The return value should be a list of the events resulting from input
6904method processing. These events will be processed sequentially as
6905input, before resorting to unread-command-events. Events returned by
6906the input method function are not passed to the input method function,
6907not even if they are printing characters with no modifier bits.
6908
6909The input method function is not called when reading the second and
6910subsequent events of a key sequence.
6911
6912*** You can customize any language environment by using
6913set-language-environment-hook and exit-language-environment-hook.
6914
6915The hook `exit-language-environment-hook' should be used to undo
6916customizations that you made with set-language-environment-hook. For
6917instance, if you set up a special key binding for a specific language
6918environment by set-language-environment-hook, you should set up
6919exit-language-environment-hook to restore the normal key binding.
05197f40 6920\f
3787e12e
GM
6921* Changes in Emacs 20.1
6922
6923** Emacs has a new facility for customization of its many user
6924options. It is called M-x customize. With this facility you can look
6925at the many user options in an organized way; they are grouped into a
6926tree structure.
6927
6928M-x customize also knows what sorts of values are legitimate for each
6929user option and ensures that you don't use invalid values.
6930
6931With M-x customize, you can set options either for the present Emacs
6932session or permanently. (Permanent settings are stored automatically
6933in your .emacs file.)
6934
6935** Scroll bars are now on the left side of the window.
6936You can change this with M-x customize-option scroll-bar-mode.
6937
6938** The mode line no longer includes the string `Emacs'.
6939This makes more space in the mode line for other information.
6940
6941** When you select a region with the mouse, it is highlighted
6942immediately afterward. At that time, if you type the DELETE key, it
6943kills the region.
6944
6945The BACKSPACE key, and the ASCII character DEL, do not do this; they
6946delete the character before point, as usual.
6947
6948** In an incremental search the whole current match is highlighted
6949on terminals which support this. (You can disable this feature
6950by setting search-highlight to nil.)
6951
6952** In the minibuffer, in some cases, you can now use M-n to
6953insert the default value into the minibuffer as text. In effect,
6954the default value (if the minibuffer routines know it) is tacked
6955onto the history "in the future". (The more normal use of the
6956history list is to use M-p to insert minibuffer input used in the
6957past.)
6958
6959** In Text mode, now only blank lines separate paragraphs.
6960This makes it possible to get the full benefit of Adaptive Fill mode
6961in Text mode, and other modes derived from it (such as Mail mode).
6962TAB in Text mode now runs the command indent-relative; this
6963makes a practical difference only when you use indented paragraphs.
6964
6965As a result, the old Indented Text mode is now identical to Text mode,
6966and is an alias for it.
6967
6968If you want spaces at the beginning of a line to start a paragraph,
6969use the new mode, Paragraph Indent Text mode.
6970
6971** Scrolling changes
6972
6973*** Scroll commands to scroll a whole screen now preserve the screen
6974position of the cursor, if scroll-preserve-screen-position is non-nil.
6975
6976In this mode, if you scroll several screens back and forth, finishing
6977on the same screen where you started, the cursor goes back to the line
6978where it started.
6979
6980*** If you set scroll-conservatively to a small number, then when you
6981move point a short distance off the screen, Emacs will scroll the
6982screen just far enough to bring point back on screen, provided that
6983does not exceed `scroll-conservatively' lines.
6984
6985*** The new variable scroll-margin says how close point can come to the
6986top or bottom of a window. It is a number of screen lines; if point
6987comes within that many lines of the top or bottom of the window, Emacs
6988recenters the window.
6989
6990** International character set support (MULE)
6991
6992Emacs now supports a wide variety of international character sets,
6993including European variants of the Latin alphabet, as well as Chinese,
6994Devanagari (Hindi and Marathi), Ethiopian, Greek, IPA, Japanese,
6995Korean, Lao, Russian, Thai, Tibetan, and Vietnamese scripts. These
6996features have been merged from the modified version of Emacs known as
6997MULE (for "MULti-lingual Enhancement to GNU Emacs")
6998
6999Users of these scripts have established many more-or-less standard
7000coding systems for storing files. Emacs uses a single multibyte
7001character encoding within Emacs buffers; it can translate from a wide
7002variety of coding systems when reading a file and can translate back
7003into any of these coding systems when saving a file.
7004
7005Keyboards, even in the countries where these character sets are used,
7006generally don't have keys for all the characters in them. So Emacs
7007supports various "input methods", typically one for each script or
7008language, to make it possible to type them.
7009
7010The Emacs internal multibyte encoding represents a non-ASCII
7011character as a sequence of bytes in the range 0200 through 0377.
7012
7013The new prefix key C-x RET is used for commands that pertain
7014to multibyte characters, coding systems, and input methods.
7015
7016You can disable multibyte character support as follows:
7017
7018 (setq-default enable-multibyte-characters nil)
7019
7020Calling the function standard-display-european turns off multibyte
7021characters, unless you specify a non-nil value for the second
7022argument, AUTO. This provides compatibility for people who are
7023already using standard-display-european to continue using unibyte
7024characters for their work until they want to change.
7025
7026*** Input methods
7027
7028An input method is a kind of character conversion which is designed
7029specifically for interactive input. In Emacs, typically each language
7030has its own input method (though sometimes several languages which use
7031the same characters can share one input method). Some languages
7032support several input methods.
7033
7034The simplest kind of input method works by mapping ASCII letters into
7035another alphabet. This is how the Greek and Russian input methods
7036work.
7037
7038A more powerful technique is composition: converting sequences of
7039characters into one letter. Many European input methods use
7040composition to produce a single non-ASCII letter from a sequence which
7041consists of a letter followed by diacritics. For example, a' is one
7042sequence of two characters that might be converted into a single
7043letter.
7044
7045The input methods for syllabic scripts typically use mapping followed
7046by conversion. The input methods for Thai and Korean work this way.
7047First, letters are mapped into symbols for particular sounds or tone
7048marks; then, sequences of these which make up a whole syllable are
7049mapped into one syllable sign--most often a "composite character".
7050
7051None of these methods works very well for Chinese and Japanese, so
7052they are handled specially. First you input a whole word using
7053phonetic spelling; then, after the word is in the buffer, Emacs
7054converts it into one or more characters using a large dictionary.
7055
7056Since there is more than one way to represent a phonetically spelled
7057word using Chinese characters, Emacs can only guess which one to use;
7058typically these input methods give you a way to say "guess again" if
7059the first guess is wrong.
7060
7061*** The command C-x RET m (toggle-enable-multibyte-characters)
7062turns multibyte character support on or off for the current buffer.
7063
7064If multibyte character support is turned off in a buffer, then each
7065byte is a single character, even codes 0200 through 0377--exactly as
7066they did in Emacs 19.34. This includes the features for support for
7067the European characters, ISO Latin-1 and ISO Latin-2.
7068
7069However, there is no need to turn off multibyte character support to
7070use ISO Latin-1 or ISO Latin-2; the Emacs multibyte character set
7071includes all the characters in these character sets, and Emacs can
7072translate automatically to and from either one.
7073
7074*** Visiting a file in unibyte mode.
7075
7076Turning off multibyte character support in the buffer after visiting a
7077file with multibyte code conversion will display the multibyte
7078sequences already in the buffer, byte by byte. This is probably not
7079what you want.
7080
7081If you want to edit a file of unibyte characters (Latin-1, for
7082example), you can do it by specifying `no-conversion' as the coding
7083system when reading the file. This coding system also turns off
7084multibyte characters in that buffer.
7085
7086If you turn off multibyte character support entirely, this turns off
7087character conversion as well.
7088
7089*** Displaying international characters on X Windows.
7090
7091A font for X typically displays just one alphabet or script.
7092Therefore, displaying the entire range of characters Emacs supports
7093requires using many fonts.
7094
7095Therefore, Emacs now supports "fontsets". Each fontset is a
7096collection of fonts, each assigned to a range of character codes.
7097
7098A fontset has a name, like a font. Individual fonts are defined by
7099the X server; fontsets are defined within Emacs itself. But once you
7100have defined a fontset, you can use it in a face or a frame just as
7101you would use a font.
7102
7103If a fontset specifies no font for a certain character, or if it
7104specifies a font that does not exist on your system, then it cannot
7105display that character. It will display an empty box instead.
7106
7107The fontset height and width are determined by the ASCII characters
7108(that is, by the font in the fontset which is used for ASCII
f327c2f9 7109characters).
3787e12e
GM
7110
7111*** Defining fontsets.
7112
7113Emacs does not use any fontset by default. Its default font is still
7114chosen as in previous versions. You can tell Emacs to use a fontset
7115with the `-fn' option or the `Font' X resource.
7116
7117Emacs creates a standard fontset automatically according to the value
7118of standard-fontset-spec. This fontset's short name is
7119`fontset-standard'. Bold, italic, and bold-italic variants of the
7120standard fontset are created automatically.
7121
7122If you specify a default ASCII font with the `Font' resource or `-fn'
7123argument, a fontset is generated from it. This works by replacing the
7124FOUNDARY, FAMILY, ADD_STYLE, and AVERAGE_WIDTH fields of the font name
7125with `*' then using this to specify a fontset. This fontset's short
7126name is `fontset-startup'.
7127
7128Emacs checks resources of the form Fontset-N where N is 0, 1, 2...
7129The resource value should have this form:
7130 FONTSET-NAME, [CHARSET-NAME:FONT-NAME]...
7131FONTSET-NAME should have the form of a standard X font name, except:
7132 * most fields should be just the wild card "*".
7133 * the CHARSET_REGISTRY field should be "fontset"
7134 * the CHARSET_ENCODING field can be any nickname of the fontset.
7135The construct CHARSET-NAME:FONT-NAME can be repeated any number
7136of times; each time specifies the font for one character set.
0969bd6a
EZ
7137CHARSET-NAME should be the name of a character set, and FONT-NAME
7138should specify an actual font to use for that character set.
3787e12e
GM
7139
7140Each of these fontsets has an alias which is made from the
7141last two font name fields, CHARSET_REGISTRY and CHARSET_ENCODING.
7142You can refer to the fontset by that alias or by its full name.
7143
7144For any character sets that you don't mention, Emacs tries to choose a
7145font by substituting into FONTSET-NAME. For instance, with the
7146following resource,
7147 Emacs*Fontset-0: -*-fixed-medium-r-normal-*-24-*-*-*-*-*-fontset-24
7148the font for ASCII is generated as below:
7149 -*-fixed-medium-r-normal-*-24-*-ISO8859-1
7150Here is the substitution rule:
7151 Change CHARSET_REGISTRY and CHARSET_ENCODING to that of the charset
7152 defined in the variable x-charset-registries. For instance, ASCII has
7153 the entry (ascii . "ISO8859-1") in this variable. Then, reduce
7154 sequences of wild cards -*-...-*- with a single wildcard -*-.
7155 (This is to prevent use of auto-scaled fonts.)
7156
7157The function which processes the fontset resource value to create the
7158fontset is called create-fontset-from-fontset-spec. You can also call
7159that function explicitly to create a fontset.
7160
7161With the X resource Emacs.Font, you can specify a fontset name just
7162like an actual font name. But be careful not to specify a fontset
7163name in a wildcard resource like Emacs*Font--that tries to specify the
7164fontset for other purposes including menus, and they cannot handle
7165fontsets.
7166
7167*** The command M-x set-language-environment sets certain global Emacs
7168defaults for a particular choice of language.
7169
7170Selecting a language environment typically specifies a default input
7171method and which coding systems to recognize automatically when
7172visiting files. However, it does not try to reread files you have
7173already visited; the text in those buffers is not affected. The
7174language environment may also specify a default choice of coding
7175system for new files that you create.
7176
7177It makes no difference which buffer is current when you use
7178set-language-environment, because these defaults apply globally to the
7179whole Emacs session.
7180
7181For example, M-x set-language-environment RET Latin-1 RET
7182chooses the Latin-1 character set. In the .emacs file, you can do this
7183with (set-language-environment "Latin-1").
7184
7185*** The command C-x RET f (set-buffer-file-coding-system)
7186specifies the file coding system for the current buffer. This
7187specifies what sort of character code translation to do when saving
7188the file. As an argument, you must specify the name of one of the
7189coding systems that Emacs supports.
7190
7191*** The command C-x RET c (universal-coding-system-argument)
7192lets you specify a coding system when you read or write a file.
7193This command uses the minibuffer to read a coding system name.
7194After you exit the minibuffer, the specified coding system
7195is used for *the immediately following command*.
7196
7197So if the immediately following command is a command to read or
7198write a file, it uses the specified coding system for that file.
7199
7200If the immediately following command does not use the coding system,
7201then C-x RET c ultimately has no effect.
7202
7203For example, C-x RET c iso-8859-1 RET C-x C-f temp RET
7204visits the file `temp' treating it as ISO Latin-1.
7205
7206*** You can specify the coding system for a file using the -*-
7207construct. Include `coding: CODINGSYSTEM;' inside the -*-...-*-
7208to specify use of coding system CODINGSYSTEM. You can also
7209specify the coding system in a local variable list at the end
7210of the file.
7211
7212*** The command C-x RET t (set-terminal-coding-system) specifies
7213the coding system for terminal output. If you specify a character
7214code for terminal output, all characters output to the terminal are
7215translated into that character code.
7216
7217This feature is useful for certain character-only terminals built in
7218various countries to support the languages of those countries.
7219
7220By default, output to the terminal is not translated at all.
7221
7222*** The command C-x RET k (set-keyboard-coding-system) specifies
7223the coding system for keyboard input.
7224
7225Character code translation of keyboard input is useful for terminals
7226with keys that send non-ASCII graphic characters--for example,
7227some terminals designed for ISO Latin-1 or subsets of it.
7228
7229By default, keyboard input is not translated at all.
7230
7231Character code translation of keyboard input is similar to using an
7232input method, in that both define sequences of keyboard input that
7233translate into single characters. However, input methods are designed
7234to be convenient for interactive use, while the code translations are
7235designed to work with terminals.
7236
7237*** The command C-x RET p (set-buffer-process-coding-system)
7238specifies the coding system for input and output to a subprocess.
7239This command applies to the current buffer; normally, each subprocess
7240has its own buffer, and thus you can use this command to specify
7241translation to and from a particular subprocess by giving the command
7242in the corresponding buffer.
7243
7244By default, process input and output are not translated at all.
7245
7246*** The variable file-name-coding-system specifies the coding system
7247to use for encoding file names before operating on them.
7248It is also used for decoding file names obtained from the system.
7249
7250*** The command C-\ (toggle-input-method) activates or deactivates
7251an input method. If no input method has been selected before, the
7252command prompts for you to specify the language and input method you
7253want to use.
7254
7255C-u C-\ (select-input-method) lets you switch to a different input
7256method. C-h C-\ (or C-h I) describes the current input method.
7257
7258*** Some input methods remap the keyboard to emulate various keyboard
7259layouts commonly used for particular scripts. How to do this
7260remapping properly depends on your actual keyboard layout. To specify
7261which layout your keyboard has, use M-x quail-set-keyboard-layout.
7262
7263*** The command C-h C (describe-coding-system) displays
7264the coding systems currently selected for various purposes, plus
7265related information.
7266
7267*** The command C-h h (view-hello-file) displays a file called
7268HELLO, which has examples of text in many languages, using various
7269scripts.
7270
7271*** The command C-h L (describe-language-support) displays
7272information about the support for a particular language.
7273You specify the language as an argument.
7274
7275*** The mode line now contains a letter or character that identifies
7276the coding system used in the visited file. It normally follows the
7277first dash.
7278
7279A dash indicates the default state of affairs: no code conversion
7280(except CRLF => newline if appropriate). `=' means no conversion
7281whatsoever. The ISO 8859 coding systems are represented by digits
72821 through 9. Other coding systems are represented by letters:
7283
7284 A alternativnyj (Russian)
7285 B big5 (Chinese)
7286 C cn-gb-2312 (Chinese)
7287 C iso-2022-cn (Chinese)
7288 D in-is13194-devanagari (Indian languages)
7289 E euc-japan (Japanese)
7290 I iso-2022-cjk or iso-2022-ss2 (Chinese, Japanese, Korean)
7291 J junet (iso-2022-7) or old-jis (iso-2022-jp-1978-irv) (Japanese)
7292 K euc-korea (Korean)
7293 R koi8 (Russian)
7294 Q tibetan
7295 S shift_jis (Japanese)
7296 T lao
7297 T tis620 (Thai)
7298 V viscii or vscii (Vietnamese)
7299 i iso-2022-lock (Chinese, Japanese, Korean)
7300 k iso-2022-kr (Korean)
7301 v viqr (Vietnamese)
7302 z hz (Chinese)
7303
7304When you are using a character-only terminal (not a window system),
7305two additional characters appear in between the dash and the file
7306coding system. These two characters describe the coding system for
7307keyboard input, and the coding system for terminal output.
7308
7309*** The new variable rmail-file-coding-system specifies the code
7310conversion to use for RMAIL files. The default value is nil.
7311
7312When you read mail with Rmail, each message is decoded automatically
7313into Emacs' internal format. This has nothing to do with
7314rmail-file-coding-system. That variable controls reading and writing
7315Rmail files themselves.
7316
7317*** The new variable sendmail-coding-system specifies the code
7318conversion for outgoing mail. The default value is nil.
7319
7320Actually, there are three different ways of specifying the coding system
7321for sending mail:
7322
7323- If you use C-x RET f in the mail buffer, that takes priority.
7324- Otherwise, if you set sendmail-coding-system non-nil, that specifies it.
7325- Otherwise, the default coding system for new files is used,
7326 if that is non-nil. That comes from your language environment.
7327- Otherwise, Latin-1 is used.
7328
7329*** The command C-h t (help-with-tutorial) accepts a prefix argument
7330to specify the language for the tutorial file. Currently, English,
7331Japanese, Korean and Thai are supported. We welcome additional
7332translations.
7333
7334** An easy new way to visit a file with no code or format conversion
7335of any kind: Use M-x find-file-literally. There is also a command
7336insert-file-literally which inserts a file into the current buffer
7337without any conversion.
7338
7339** C-q's handling of octal character codes is changed.
7340You can now specify any number of octal digits.
7341RET terminates the digits and is discarded;
7342any other non-digit terminates the digits and is then used as input.
7343
7344** There are new commands for looking up Info documentation for
7345functions, variables and file names used in your programs.
7346
7347Type M-x info-lookup-symbol to look up a symbol in the buffer at point.
7348Type M-x info-lookup-file to look up a file in the buffer at point.
7349
7350Precisely which Info files are used to look it up depends on the major
7351mode. For example, in C mode, the GNU libc manual is used.
7352
7353** M-TAB in most programming language modes now runs the command
7354complete-symbol. This command performs completion on the symbol name
7355in the buffer before point.
7356
7357With a numeric argument, it performs completion based on the set of
7358symbols documented in the Info files for the programming language that
7359you are using.
7360
7361With no argument, it does completion based on the current tags tables,
7362just like the old binding of M-TAB (complete-tag).
7363
7364** File locking works with NFS now.
7365
7366The lock file for FILENAME is now a symbolic link named .#FILENAME,
7367in the same directory as FILENAME.
7368
7369This means that collision detection between two different machines now
7370works reasonably well; it also means that no file server or directory
7371can become a bottleneck.
7372
7373The new method does have drawbacks. It means that collision detection
7374does not operate when you edit a file in a directory where you cannot
7375create new files. Collision detection also doesn't operate when the
7376file server does not support symbolic links. But these conditions are
7377rare, and the ability to have collision detection while using NFS is
7378so useful that the change is worth while.
7379
7380When Emacs or a system crashes, this may leave behind lock files which
7381are stale. So you may occasionally get warnings about spurious
7382collisions. When you determine that the collision is spurious, just
7383tell Emacs to go ahead anyway.
7384
7385** If you wish to use Show Paren mode to display matching parentheses,
7386it is no longer sufficient to load paren.el. Instead you must call
7387show-paren-mode.
7388
7389** If you wish to use Delete Selection mode to replace a highlighted
7390selection when you insert new text, it is no longer sufficient to load
7391delsel.el. Instead you must call the function delete-selection-mode.
7392
7393** If you wish to use Partial Completion mode to complete partial words
7394within symbols or filenames, it is no longer sufficient to load
7395complete.el. Instead you must call the function partial-completion-mode.
7396
7397** If you wish to use uniquify to rename buffers for you,
7398it is no longer sufficient to load uniquify.el. You must also
7399set uniquify-buffer-name-style to one of the non-nil legitimate values.
7400
7401** Changes in View mode.
7402
7403*** Several new commands are available in View mode.
7404Do H in view mode for a list of commands.
7405
7406*** There are two new commands for entering View mode:
7407view-file-other-frame and view-buffer-other-frame.
7408
7409*** Exiting View mode does a better job of restoring windows to their
7410previous state.
7411
7412*** New customization variable view-scroll-auto-exit. If non-nil,
7413scrolling past end of buffer makes view mode exit.
7414
7415*** New customization variable view-exits-all-viewing-windows. If
7416non-nil, view-mode will at exit restore all windows viewing buffer,
7417not just the selected window.
7418
7419*** New customization variable view-read-only. If non-nil, visiting a
7420read-only file automatically enters View mode, and toggle-read-only
7421turns View mode on or off.
7422
7423*** New customization variable view-remove-frame-by-deleting controls
7424how to remove a not needed frame at view mode exit. If non-nil,
7425delete the frame, if nil make an icon of it.
7426
7427** C-x v l, the command to print a file's version control log,
7428now positions point at the entry for the file's current branch version.
7429
7430** C-x v =, the command to compare a file with the last checked-in version,
7431has a new feature. If the file is currently not locked, so that it is
7432presumably identical to the last checked-in version, the command now asks
7433which version to compare with.
7434
7435** When using hideshow.el, incremental search can temporarily show hidden
7436blocks if a match is inside the block.
7437
7438The block is hidden again if the search is continued and the next match
7439is outside the block. By customizing the variable
7440isearch-hide-immediately you can choose to hide all the temporarily
7441shown blocks only when exiting from incremental search.
7442
7443By customizing the variable hs-isearch-open you can choose what kind
7444of blocks to temporarily show during isearch: comment blocks, code
7445blocks, all of them or none.
7446
7447** The new command C-x 4 0 (kill-buffer-and-window) kills the
7448current buffer and deletes the selected window. It asks for
7449confirmation first.
7450
7451** C-x C-w, which saves the buffer into a specified file name,
7452now changes the major mode according to that file name.
7453However, the mode will not be changed if
7454(1) a local variables list or the `-*-' line specifies a major mode, or
7455(2) the current major mode is a "special" mode,
7456 not suitable for ordinary files, or
7457(3) the new file name does not particularly specify any mode.
7458
7459This applies to M-x set-visited-file-name as well.
7460
7461However, if you set change-major-mode-with-file-name to nil, then
7462these commands do not change the major mode.
7463
7464** M-x occur changes.
7465
7466*** If the argument to M-x occur contains upper case letters,
7467it performs a case-sensitive search.
7468
7469*** In the *Occur* buffer made by M-x occur,
7470if you type g or M-x revert-buffer, this repeats the search
7471using the same regular expression and the same buffer as before.
7472
7473** In Transient Mark mode, the region in any one buffer is highlighted
7474in just one window at a time. At first, it is highlighted in the
7475window where you set the mark. The buffer's highlighting remains in
7476that window unless you select to another window which shows the same
7477buffer--then the highlighting moves to that window.
7478
7479** The feature to suggest key bindings when you use M-x now operates
7480after the command finishes. The message suggesting key bindings
7481appears temporarily in the echo area. The previous echo area contents
7482come back after a few seconds, in case they contain useful information.
7483
7484** Each frame now independently records the order for recently
7485selected buffers, so that the default for C-x b is now based on the
7486buffers recently selected in the selected frame.
7487
7488** Outline mode changes.
7489
7490*** Outline mode now uses overlays (this is the former noutline.el).
7491
7492*** Incremental searches skip over invisible text in Outline mode.
7493
7494** When a minibuffer window is active but not the selected window, if
7495you try to use the minibuffer, you used to get a nested minibuffer.
7496Now, this not only gives an error, it also cancels the minibuffer that
7497was already active.
7498
7499The motive for this change is so that beginning users do not
7500unknowingly move away from minibuffers, leaving them active, and then
7501get confused by it.
7502
7503If you want to be able to have recursive minibuffers, you must
7504set enable-recursive-minibuffers to non-nil.
7505
7506** Changes in dynamic abbrevs.
7507
7508*** Expanding dynamic abbrevs with M-/ is now smarter about case
7509conversion. If the expansion has mixed case not counting the first
7510character, and the abbreviation matches the beginning of the expansion
7511including case, then the expansion is copied verbatim.
7512
7513The expansion is also copied verbatim if the abbreviation itself has
7514mixed case. And using SPC M-/ to copy an additional word always
7515copies it verbatim except when the previous copied word is all caps.
7516
7517*** The values of `dabbrev-case-replace' and `dabbrev-case-fold-search'
7518are no longer Lisp expressions. They have simply three possible
7519values.
7520
7521`dabbrev-case-replace' has these three values: nil (don't preserve
7522case), t (do), or `case-replace' (do like M-x query-replace).
7523`dabbrev-case-fold-search' has these three values: nil (don't ignore
7524case), t (do), or `case-fold-search' (do like search).
7525
7526** Minibuffer history lists are truncated automatically now to a
7527certain length. The variable history-length specifies how long they
7528can be. The default value is 30.
7529
7530** Changes in Mail mode.
7531
7532*** The key C-x m no longer runs the `mail' command directly.
7533Instead, it runs the command `compose-mail', which invokes the mail
7534composition mechanism you have selected with the variable
7535`mail-user-agent'. The default choice of user agent is
7536`sendmail-user-agent', which gives behavior compatible with the old
7537behavior.
7538
7539C-x 4 m now runs compose-mail-other-window, and C-x 5 m runs
7540compose-mail-other-frame.
7541
7542*** While composing a reply to a mail message, from Rmail, you can use
7543the command C-c C-r to cite just the region from the message you are
7544replying to. This copies the text which is the selected region in the
7545buffer that shows the original message.
7546
7547*** The command C-c C-i inserts a file at the end of the message,
7548with separator lines around the contents.
7549
7550*** The command M-x expand-mail-aliases expands all mail aliases
7551in suitable mail headers. Emacs automatically extracts mail alias
7552definitions from your mail alias file (e.g., ~/.mailrc). You do not
7553need to expand mail aliases yourself before sending mail.
7554
7555*** New features in the mail-complete command.
7556
7557**** The mail-complete command now inserts the user's full name,
7558for local users or if that is known. The variable mail-complete-style
7559controls the style to use, and whether to do this at all.
7560Its values are like those of mail-from-style.
7561
7562**** The variable mail-passwd-command lets you specify a shell command
7563to run to fetch a set of password-entries that add to the ones in
7564/etc/passwd.
7565
7566**** The variable mail-passwd-file now specifies a list of files to read
7567to get the list of user ids. By default, one file is used:
7568/etc/passwd.
7569
7570** You can "quote" a file name to inhibit special significance of
7571special syntax, by adding `/:' to the beginning. Thus, if you have a
7572directory named `/foo:', you can prevent it from being treated as a
7573reference to a remote host named `foo' by writing it as `/:/foo:'.
7574
7575Emacs uses this new construct automatically when necessary, such as
7576when you start it with a working directory whose name might otherwise
7577be taken to be magic.
7578
7579** There is a new command M-x grep-find which uses find to select
7580files to search through, and grep to scan them. The output is
7581available in a Compile mode buffer, as with M-x grep.
7582
7583M-x grep now uses the -e option if the grep program supports that.
7584(-e prevents problems if the search pattern starts with a dash.)
7585
7586** In Dired, the & command now flags for deletion the files whose names
7587suggest they are probably not needed in the long run.
7588
7589In Dired, * is now a prefix key for mark-related commands.
7590
7591new key dired.el binding old key
7592------- ---------------- -------
7593 * c dired-change-marks c
7594 * m dired-mark m
7595 * * dired-mark-executables * (binding deleted)
7596 * / dired-mark-directories / (binding deleted)
7597 * @ dired-mark-symlinks @ (binding deleted)
7598 * u dired-unmark u
7599 * DEL dired-unmark-backward DEL
3a426197 7600 * ? dired-unmark-all-files C-M-?
3787e12e
GM
7601 * ! dired-unmark-all-marks
7602 * % dired-mark-files-regexp % m
7603 * C-n dired-next-marked-file M-}
7604 * C-p dired-prev-marked-file M-{
7605
7606** Rmail changes.
7607
7608*** When Rmail cannot convert your incoming mail into Babyl format, it
7609saves the new mail in the file RMAILOSE.n, where n is an integer
7610chosen to make a unique name. This way, Rmail will not keep crashing
7611each time you run it.
7612
7613*** In Rmail, the variable rmail-summary-line-count-flag now controls
7614whether to include the line count in the summary. Non-nil means yes.
7615
7616*** In Rmail summary buffers, d and C-d (the commands to delete
7617messages) now take repeat counts as arguments. A negative argument
7618means to move in the opposite direction.
7619
7620*** In Rmail, the t command now takes an optional argument which lets
7621you specify whether to show the message headers in full or pruned.
7622
7623*** In Rmail, the new command w (rmail-output-body-to-file) writes
7624just the body of the current message into a file, without the headers.
7625It takes the file name from the message subject, by default, but you
7626can edit that file name in the minibuffer before it is actually used
7627for output.
7628
7629** Gnus changes.
7630
7631*** nntp.el has been totally rewritten in an asynchronous fashion.
7632
7633*** Article prefetching functionality has been moved up into
7634Gnus.
7635
7636*** Scoring can now be performed with logical operators like
7637`and', `or', `not', and parent redirection.
7638
7639*** Article washing status can be displayed in the
7640article mode line.
7641
7642*** gnus.el has been split into many smaller files.
7643
7644*** Suppression of duplicate articles based on Message-ID.
7645
7646(setq gnus-suppress-duplicates t)
7647
7648*** New variables for specifying what score and adapt files
7649are to be considered home score and adapt files. See
7650`gnus-home-score-file' and `gnus-home-adapt-files'.
7651
7652*** Groups can inherit group parameters from parent topics.
7653
7654*** Article editing has been revamped and is now usable.
7655
7656*** Signatures can be recognized in more intelligent fashions.
7657See `gnus-signature-separator' and `gnus-signature-limit'.
7658
7659*** Summary pick mode has been made to look more nn-like.
7660Line numbers are displayed and the `.' command can be
7661used to pick articles.
7662
7663*** Commands for moving the .newsrc.eld from one server to
7664another have been added.
7665
7666 `M-x gnus-change-server'
7667
7668*** A way to specify that "uninteresting" fields be suppressed when
7669generating lines in buffers.
7670
7671*** Several commands in the group buffer can be undone with
3a426197 7672`C-M-_'.
3787e12e
GM
7673
7674*** Scoring can be done on words using the new score type `w'.
7675
7676*** Adaptive scoring can be done on a Subject word-by-word basis:
7677
7678 (setq gnus-use-adaptive-scoring '(word))
7679
7680*** Scores can be decayed.
7681
7682 (setq gnus-decay-scores t)
7683
7684*** Scoring can be performed using a regexp on the Date header. The
7685Date is normalized to compact ISO 8601 format first.
7686
7687*** A new command has been added to remove all data on articles from
7688the native server.
7689
7690 `M-x gnus-group-clear-data-on-native-groups'
7691
7692*** A new command for reading collections of documents
3a426197 7693(nndoc with nnvirtual on top) has been added -- `C-M-d'.
3787e12e
GM
7694
7695*** Process mark sets can be pushed and popped.
7696
7697*** A new mail-to-news backend makes it possible to post
7698even when the NNTP server doesn't allow posting.
7699
7700*** A new backend for reading searches from Web search engines
7701(DejaNews, Alta Vista, InReference) has been added.
7702
7703 Use the `G w' command in the group buffer to create such
7704 a group.
7705
7706*** Groups inside topics can now be sorted using the standard
7707sorting functions, and each topic can be sorted independently.
7708
7709 See the commands under the `T S' submap.
7710
7711*** Subsets of the groups can be sorted independently.
7712
7713 See the commands under the `G P' submap.
7714
7715*** Cached articles can be pulled into the groups.
7716
7717 Use the `Y c' command.
7718
7719*** Score files are now applied in a more reliable order.
7720
7721*** Reports on where mail messages end up can be generated.
7722
7723 `M-x nnmail-split-history'
7724
7725*** More hooks and functions have been added to remove junk
7726from incoming mail before saving the mail.
7727
7728 See `nnmail-prepare-incoming-header-hook'.
7729
7730*** The nnml mail backend now understands compressed article files.
7731
7732*** To enable Gnus to read/post multi-lingual articles, you must execute
7733the following code, for instance, in your .emacs.
7734
7735 (add-hook 'gnus-startup-hook 'gnus-mule-initialize)
7736
7737Then, when you start Gnus, it will decode non-ASCII text automatically
7738and show appropriate characters. (Note: if you are using gnus-mime
7739from the SEMI package, formerly known as TM, you should NOT add this
7740hook to gnus-startup-hook; gnus-mime has its own method of handling
7741this issue.)
7742
7743Since it is impossible to distinguish all coding systems
7744automatically, you may need to specify a choice of coding system for a
7745particular news group. This can be done by:
7746
7747 (gnus-mule-add-group NEWSGROUP 'CODING-SYSTEM)
7748
7749Here NEWSGROUP should be a string which names a newsgroup or a tree
7750of newsgroups. If NEWSGROUP is "XXX.YYY", all news groups under
7751"XXX.YYY" (including "XXX.YYY.ZZZ") will use the specified coding
7752system. CODING-SYSTEM specifies which coding system to use (for both
7753for reading and posting).
7754
7755CODING-SYSTEM can also be a cons cell of the form
7756 (READ-CODING-SYSTEM . POST-CODING-SYSTEM)
7757Then READ-CODING-SYSTEM is used when you read messages from the
7758newsgroups, while POST-CODING-SYSTEM is used when you post messages
7759there.
7760
7761Emacs knows the right coding systems for certain newsgroups by
7762default. Here are some of these default settings:
7763
7764 (gnus-mule-add-group "fj" 'iso-2022-7)
7765 (gnus-mule-add-group "alt.chinese.text" 'hz-gb-2312)
7766 (gnus-mule-add-group "alt.hk" 'hz-gb-2312)
7767 (gnus-mule-add-group "alt.chinese.text.big5" 'cn-big5)
7768 (gnus-mule-add-group "soc.culture.vietnamese" '(nil . viqr))
7769
7770When you reply by mail to an article, these settings are ignored;
7771the mail is encoded according to sendmail-coding-system, as usual.
7772
7773** CC mode changes.
7774
7775*** If you edit primarily one style of C (or C++, Objective-C, Java)
7776code, you may want to make the CC Mode style variables have global
7777values so that you can set them directly in your .emacs file. To do
7778this, set c-style-variables-are-local-p to nil in your .emacs file.
7779Note that this only takes effect if you do it *before* cc-mode.el is
7780loaded.
7781
7782If you typically edit more than one style of C (or C++, Objective-C,
7783Java) code in a single Emacs session, you may want to make the CC Mode
7784style variables have buffer local values. By default, all buffers
7785share the same style variable settings; to make them buffer local, set
7786c-style-variables-are-local-p to t in your .emacs file. Note that you
7787must do this *before* CC Mode is loaded.
7788
7789*** The new variable c-indentation-style holds the C style name
7790of the current buffer.
7791
7792*** The variable c-block-comments-indent-p has been deleted, because
7793it is no longer necessary. C mode now handles all the supported styles
7794of block comments, with no need to say which one you will use.
7795
7796*** There is a new indentation style "python", which specifies the C
7797style that the Python developers like.
7798
7799*** There is a new c-cleanup-list option: brace-elseif-brace.
7800This says to put ...} else if (...) {... on one line,
7801just as brace-else-brace says to put ...} else {... on one line.
7802
7803** VC Changes [new]
7804
9614842d 7805*** In vc-retrieve-snapshot (C-x v r), if you don't specify a snapshot
3787e12e
GM
7806name, it retrieves the *latest* versions of all files in the current
7807directory and its subdirectories (aside from files already locked).
7808
7809This feature is useful if your RCS directory is a link to a common
7810master directory, and you want to pick up changes made by other
7811developers.
7812
7813You can do the same thing for an individual file by typing C-u C-x C-q
7814RET in a buffer visiting that file.
7815
7816*** VC can now handle files under CVS that are being "watched" by
7817other developers. Such files are made read-only by CVS. To get a
7818writable copy, type C-x C-q in a buffer visiting such a file. VC then
7819calls "cvs edit", which notifies the other developers of it.
7820
7821*** vc-version-diff (C-u C-x v =) now suggests reasonable defaults for
7822version numbers, based on the current state of the file.
7823
7824** Calendar changes.
7825
9614842d
JW
7826*** A new function, list-holidays, allows you list holidays or
7827subclasses of holidays for ranges of years. Related menu items allow
7828you do this for the year of the selected date, or the
7829following/previous years.
7830
7831*** There is now support for the Baha'i calendar system. Use `pb' in
7832the *Calendar* buffer to display the current Baha'i date. The Baha'i
7833calendar, or "Badi calendar" is a system of 19 months with 19 days
7834each, and 4 intercalary days (5 during a Gregorian leap year). The
7835calendar begins May 23, 1844, with each of the months named after a
7836supposed attribute of God.
3787e12e
GM
7837
7838** ps-print changes
7839
2261f14e
GM
7840There are some new user variables and subgroups for customizing the page
7841layout.
3787e12e 7842
2261f14e 7843*** Headers & Footers (subgroup)
3787e12e 7844
2261f14e
GM
7845Some printer systems print a header page and force the first page to
7846be printed on the back of the header page when using duplex. If your
7847printer system has this behavior, set variable
7848`ps-banner-page-when-duplexing' to t.
3787e12e 7849
2261f14e
GM
7850If variable `ps-banner-page-when-duplexing' is non-nil, it prints a
7851blank page as the very first printed page. So, it behaves as if the
a5d03456 7852very first character of buffer (or region) were a form feed ^L (\014).
3787e12e 7853
2261f14e
GM
7854The variable `ps-spool-config' specifies who is responsible for
7855setting duplex mode and page size. Valid values are:
3787e12e 7856
2261f14e
GM
7857 lpr-switches duplex and page size are configured by `ps-lpr-switches'.
7858 Don't forget to set `ps-lpr-switches' to select duplex
7859 printing for your printer.
3787e12e 7860
2261f14e
GM
7861 setpagedevice duplex and page size are configured by ps-print using the
7862 setpagedevice PostScript operator.
3787e12e 7863
2261f14e
GM
7864 nil duplex and page size are configured by ps-print *not* using
7865 the setpagedevice PostScript operator.
3787e12e 7866
2261f14e
GM
7867The variable `ps-spool-tumble' specifies how the page images on
7868opposite sides of a sheet are oriented with respect to each other. If
7869`ps-spool-tumble' is nil, ps-print produces output suitable for
7870bindings on the left or right. If `ps-spool-tumble' is non-nil,
7871ps-print produces output suitable for bindings at the top or bottom.
7872This variable takes effect only if `ps-spool-duplex' is non-nil.
7873The default value is nil.
3787e12e 7874
2261f14e
GM
7875The variable `ps-header-frame-alist' specifies a header frame
7876properties alist. Valid frame properties are:
3787e12e 7877
2261f14e
GM
7878 fore-color Specify the foreground frame color.
7879 Value should be a float number between 0.0 (black
7880 color) and 1.0 (white color), or a string which is a
7881 color name, or a list of 3 float numbers which
7882 correspond to the Red Green Blue color scale, each
7883 float number between 0.0 (dark color) and 1.0 (bright
7884 color). The default is 0 ("black").
3787e12e 7885
2261f14e
GM
7886 back-color Specify the background frame color (similar to fore-color).
7887 The default is 0.9 ("gray90").
7888
7889 shadow-color Specify the shadow color (similar to fore-color).
7890 The default is 0 ("black").
7891
7892 border-color Specify the border color (similar to fore-color).
7893 The default is 0 ("black").
7894
7895 border-width Specify the border width.
7896 The default is 0.4.
7897
7898Any other property is ignored.
7899
7900Don't change this alist directly; instead use Custom, or the
7901`ps-value', `ps-get', `ps-put' and `ps-del' functions (see there for
7902documentation).
7903
7904Ps-print can also print footers. The footer variables are:
7905`ps-print-footer', `ps-footer-offset', `ps-print-footer-frame',
7906`ps-footer-font-family', `ps-footer-font-size', `ps-footer-line-pad',
7907`ps-footer-lines', `ps-left-footer', `ps-right-footer' and
7908`ps-footer-frame-alist'. These variables are similar to those
7909controlling headers.
3787e12e 7910
2261f14e
GM
7911*** Color management (subgroup)
7912
7913If `ps-print-color-p' is non-nil, the buffer's text will be printed in
7914color.
7915
7916*** Face Management (subgroup)
3787e12e 7917
2261f14e
GM
7918If you need to print without worrying about face background colors,
7919set the variable `ps-use-face-background' which specifies if face
7920background should be used. Valid values are:
7921
7922 t always use face background color.
7923 nil never use face background color.
7924 (face...) list of faces whose background color will be used.
7925
7926*** N-up printing (subgroup)
7927
7928The variable `ps-n-up-printing' specifies the number of pages per
7929sheet of paper.
7930
7931The variable `ps-n-up-margin' specifies the margin in points (pt)
7932between the sheet border and the n-up printing.
7933
7934If variable `ps-n-up-border-p' is non-nil, a border is drawn around
7935each page.
7936
7937The variable `ps-n-up-filling' specifies how the page matrix is filled
7938on each sheet of paper. Following are the valid values for
7939`ps-n-up-filling' with a filling example using a 3x4 page matrix:
7940
7941 `left-top' 1 2 3 4 `left-bottom' 9 10 11 12
7942 5 6 7 8 5 6 7 8
7943 9 10 11 12 1 2 3 4
3787e12e 7944
2261f14e
GM
7945 `right-top' 4 3 2 1 `right-bottom' 12 11 10 9
7946 8 7 6 5 8 7 6 5
7947 12 11 10 9 4 3 2 1
7948
7949 `top-left' 1 4 7 10 `bottom-left' 3 6 9 12
7950 2 5 8 11 2 5 8 11
7951 3 6 9 12 1 4 7 10
7952
7953 `top-right' 10 7 4 1 `bottom-right' 12 9 6 3
7954 11 8 5 2 11 8 5 2
7955 12 9 6 3 10 7 4 1
3787e12e 7956
2261f14e
GM
7957Any other value is treated as `left-top'.
7958
7959*** Zebra stripes (subgroup)
3787e12e 7960
2261f14e
GM
7961The variable `ps-zebra-color' controls the zebra stripes grayscale or
7962RGB color.
7963
7964The variable `ps-zebra-stripe-follow' specifies how zebra stripes
7965continue on next page. Visually, valid values are (the character `+'
7966to the right of each column indicates that a line is printed):
7967
7968 `nil' `follow' `full' `full-follow'
7969 Current Page -------- ----------- --------- ----------------
7970 1 XXXXX + 1 XXXXXXXX + 1 XXXXXX + 1 XXXXXXXXXXXXX +
7971 2 XXXXX + 2 XXXXXXXX + 2 XXXXXX + 2 XXXXXXXXXXXXX +
7972 3 XXXXX + 3 XXXXXXXX + 3 XXXXXX + 3 XXXXXXXXXXXXX +
7973 4 + 4 + 4 + 4 +
7974 5 + 5 + 5 + 5 +
7975 6 + 6 + 6 + 6 +
7976 7 XXXXX + 7 XXXXXXXX + 7 XXXXXX + 7 XXXXXXXXXXXXX +
7977 8 XXXXX + 8 XXXXXXXX + 8 XXXXXX + 8 XXXXXXXXXXXXX +
7978 9 XXXXX + 9 XXXXXXXX + 9 XXXXXX + 9 XXXXXXXXXXXXX +
7979 10 + 10 +
7980 11 + 11 +
7981 -------- ----------- --------- ----------------
7982 Next Page -------- ----------- --------- ----------------
7983 12 XXXXX + 12 + 10 XXXXXX + 10 +
7984 13 XXXXX + 13 XXXXXXXX + 11 XXXXXX + 11 +
7985 14 XXXXX + 14 XXXXXXXX + 12 XXXXXX + 12 +
7986 15 + 15 XXXXXXXX + 13 + 13 XXXXXXXXXXXXX +
7987 16 + 16 + 14 + 14 XXXXXXXXXXXXX +
7988 17 + 17 + 15 + 15 XXXXXXXXXXXXX +
7989 18 XXXXX + 18 + 16 XXXXXX + 16 +
7990 19 XXXXX + 19 XXXXXXXX + 17 XXXXXX + 17 +
7991 20 XXXXX + 20 XXXXXXXX + 18 XXXXXX + 18 +
7992 21 + 21 XXXXXXXX +
7993 22 + 22 +
7994 -------- ----------- --------- ----------------
7995
7996Any other value is treated as `nil'.
7997
7998
7999*** Printer management (subgroup)
8000
8001The variable `ps-printer-name-option' determines the option used by
8002some utilities to indicate the printer name; it's used only when
8003`ps-printer-name' is a non-empty string. If you're using the lpr
8004utility to print, for example, `ps-printer-name-option' should be set
8005to "-P".
8006
8007The variable `ps-manual-feed' indicates if the printer requires manual
8008paper feeding. If it's nil, automatic feeding takes place. If it's
8009non-nil, manual feeding takes place.
8010
8011The variable `ps-end-with-control-d' specifies whether C-d (\x04)
8012should be inserted at end of the generated PostScript. Non-nil means
8013do so.
8014
8015*** Page settings (subgroup)
8016
8017If variable `ps-warn-paper-type' is nil, it's *not* treated as an
8018error if the PostScript printer doesn't have a paper with the size
8019indicated by `ps-paper-type'; the default paper size will be used
8020instead. If `ps-warn-paper-type' is non-nil, an error is signaled if
8021the PostScript printer doesn't support a paper with the size indicated
8022by `ps-paper-type'. This is used when `ps-spool-config' is set to
8023`setpagedevice'.
8024
8025The variable `ps-print-upside-down' determines the orientation for
8026printing pages: nil means `normal' printing, non-nil means
8027`upside-down' printing (that is, the page is rotated by 180 degrees).
8028
8029The variable `ps-selected-pages' specifies which pages to print. If
8030it's nil, all pages are printed. If it's a list, list elements may be
8031integers specifying a single page to print, or cons cells (FROM . TO)
8032specifying to print from page FROM to TO. Invalid list elements, that
8033is integers smaller than one, or elements whose FROM is greater than
8034its TO, are ignored.
8035
8036The variable `ps-even-or-odd-pages' specifies how to print even/odd
8037pages. Valid values are:
8038
8039 nil print all pages.
8040
8041 `even-page' print only even pages.
8042
8043 `odd-page' print only odd pages.
8044
8045 `even-sheet' print only even sheets.
8046 That is, if `ps-n-up-printing' is 1, it behaves like
8047 `even-page', but for values greater than 1, it'll
8048 print only the even sheet of paper.
8049
8050 `odd-sheet' print only odd sheets.
8051 That is, if `ps-n-up-printing' is 1, it behaves like
8052 `odd-page'; but for values greater than 1, it'll print
8053 only the odd sheet of paper.
8054
8055Any other value is treated as nil.
8056
8057If you set `ps-selected-pages' (see there for documentation), pages
8058are filtered by `ps-selected-pages', and then by
8059`ps-even-or-odd-pages'. For example, if we have:
8060
8061 (setq ps-selected-pages '(1 4 (6 . 10) (12 . 16) 20))
8062
8063and we combine this with `ps-even-or-odd-pages' and
8064`ps-n-up-printing', we get:
8065
8066`ps-n-up-printing' = 1:
8067 `ps-even-or-odd-pages' PAGES PRINTED
8068 nil 1, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 20
8069 even-page 4, 6, 8, 10, 12, 14, 16, 20
8070 odd-page 1, 7, 9, 13, 15
8071 even-sheet 4, 6, 8, 10, 12, 14, 16, 20
8072 odd-sheet 1, 7, 9, 13, 15
8073
8074`ps-n-up-printing' = 2:
8075 `ps-even-or-odd-pages' PAGES PRINTED
8076 nil 1/4, 6/7, 8/9, 10/12, 13/14, 15/16, 20
8077 even-page 4/6, 8/10, 12/14, 16/20
8078 odd-page 1/7, 9/13, 15
8079 even-sheet 6/7, 10/12, 15/16
8080 odd-sheet 1/4, 8/9, 13/14, 20
8081
8082*** Miscellany (subgroup)
8083
8084The variable `ps-error-handler-message' specifies where error handler
8085messages should be sent.
8086
8087It is also possible to add a user-defined PostScript prologue code in
8088front of all generated prologue code by setting the variable
8089`ps-user-defined-prologue'.
8090
8091The variable `ps-line-number-font' specifies the font for line numbers.
8092
8093The variable `ps-line-number-font-size' specifies the font size in
8094points for line numbers.
8095
8096The variable `ps-line-number-color' specifies the color for line
8097numbers. See `ps-zebra-color' for documentation.
8098
8099The variable `ps-line-number-step' specifies the interval in which
8100line numbers are printed. For example, if `ps-line-number-step' is set
8101to 2, the printing will look like:
8102
8103 1 one line
8104 one line
8105 3 one line
8106 one line
8107 5 one line
8108 one line
8109 ...
8110
8111Valid values are:
8112
8113integer an integer specifying the interval in which line numbers are
8114 printed. If it's smaller than or equal to zero, 1
8115 is used.
8116
8117`zebra' specifies that only the line number of the first line in a
8118 zebra stripe is to be printed.
8119
8120Any other value is treated as `zebra'.
8121
8122The variable `ps-line-number-start' specifies the starting point in
8123the interval given by `ps-line-number-step'. For example, if
8124`ps-line-number-step' is set to 3, and `ps-line-number-start' is set to
81253, the output will look like:
8126
8127 one line
8128 one line
8129 3 one line
8130 one line
8131 one line
8132 6 one line
8133 one line
8134 one line
8135 9 one line
8136 one line
8137 ...
8138
8139The variable `ps-postscript-code-directory' specifies the directory
8140where the PostScript prologue file used by ps-print is found.
8141
8142The variable `ps-line-spacing' determines the line spacing in points,
8143for ordinary text, when generating PostScript (similar to
8144`ps-font-size').
8145
8146The variable `ps-paragraph-spacing' determines the paragraph spacing,
8147in points, for ordinary text, when generating PostScript (similar to
8148`ps-font-size').
8149
8150The variable `ps-paragraph-regexp' specifies the paragraph delimiter.
8151
8152The variable `ps-begin-cut-regexp' and `ps-end-cut-regexp' specify the
8153start and end of a region to cut out when printing.
3787e12e
GM
8154
8155** hideshow changes.
8156
8157*** now supports hiding of blocks of single line comments (like // for
8158C++, ; for lisp).
8159
8160*** Support for java-mode added.
8161
8162*** When doing `hs-hide-all' it is now possible to also hide the comments
8163in the file if `hs-hide-comments-when-hiding-all' is set.
8164
f3780fe4 8165*** The new function `hs-hide-initial-comment' hides the comments at
3787e12e
GM
8166the beginning of the files. Finally those huge RCS logs don't stay in your
8167way! This is run by default when entering the `hs-minor-mode'.
8168
8169*** Now uses overlays instead of `selective-display', so is more
8170robust and a lot faster.
8171
8172*** A block beginning can span multiple lines.
8173
8174*** The new variable `hs-show-hidden-short-form' if t, directs hideshow
8175to show only the beginning of a block when it is hidden. See the
8176documentation for more details.
8177
8178** Changes in Enriched mode.
8179
8180*** When you visit a file in enriched-mode, Emacs will make sure it is
8181filled to the current fill-column. This behavior is now independent
8182of the size of the window. When you save the file, the fill-column in
8183use is stored as well, so that the whole buffer need not be refilled
8184the next time unless the fill-column is different.
8185
8186*** use-hard-newlines is now a minor mode. When it is enabled, Emacs
8187distinguishes between hard and soft newlines, and treats hard newlines
8188as paragraph boundaries. Otherwise all newlines inserted are marked
8189as soft, and paragraph boundaries are determined solely from the text.
8190
8191** Font Lock mode
8192
8193*** Custom support
8194
8195The variables font-lock-face-attributes, font-lock-display-type and
8196font-lock-background-mode are now obsolete; the recommended way to specify the
8197faces to use for Font Lock mode is with M-x customize-group on the new custom
8198group font-lock-highlighting-faces. If you set font-lock-face-attributes in
8199your ~/.emacs file, Font Lock mode will respect its value. However, you should
8200consider converting from setting that variable to using M-x customize.
8201
8202You can still use X resources to specify Font Lock face appearances.
8203
8204*** Maximum decoration
8205
8206Fontification now uses the maximum level of decoration supported by
8207default. Previously, fontification used a mode-specific default level
8208of decoration, which is typically the minimum level of decoration
8209supported. You can set font-lock-maximum-decoration to nil
8210to get the old behavior.
8211
8212*** New support
8213
8214Support is now provided for Java, Objective-C, AWK and SIMULA modes.
8215
8216Note that Font Lock mode can be turned on without knowing exactly what modes
8217support Font Lock mode, via the command global-font-lock-mode.
8218
8219*** Configurable support
8220
8221Support for C, C++, Objective-C and Java can be more easily configured for
8222additional types and classes via the new variables c-font-lock-extra-types,
8223c++-font-lock-extra-types, objc-font-lock-extra-types and, you guessed it,
8224java-font-lock-extra-types. These value of each of these variables should be a
8225list of regexps matching the extra type names. For example, the default value
8226of c-font-lock-extra-types is ("\\sw+_t") which means fontification follows the
8227convention that C type names end in _t. This results in slower fontification.
8228
8229Of course, you can change the variables that specify fontification in whatever
8230way you wish, typically by adding regexps. However, these new variables make
8231it easier to make specific and common changes for the fontification of types.
8232
8233*** Adding highlighting patterns to existing support
8234
8235You can use the new function font-lock-add-keywords to add your own
8236highlighting patterns, such as for project-local or user-specific constructs,
8237for any mode.
8238
8239For example, to highlight `FIXME:' words in C comments, put:
8240
8241 (font-lock-add-keywords 'c-mode '(("\\<FIXME:" 0 font-lock-warning-face t)))
8242
8243in your ~/.emacs.
8244
8245*** New faces
8246
8247Font Lock now defines two new faces, font-lock-builtin-face and
8248font-lock-warning-face. These are intended to highlight builtin keywords,
8249distinct from a language's normal keywords, and objects that should be brought
8250to user attention, respectively. Various modes now use these new faces.
8251
8252*** Changes to fast-lock support mode
8253
8254The fast-lock package, one of the two Font Lock support modes, can now process
8255cache files silently. You can use the new variable fast-lock-verbose, in the
8256same way as font-lock-verbose, to control this feature.
8257
8258*** Changes to lazy-lock support mode
8259
8260The lazy-lock package, one of the two Font Lock support modes, can now fontify
8261according to the true syntactic context relative to other lines. You can use
8262the new variable lazy-lock-defer-contextually to control this feature. If
8263non-nil, changes to the buffer will cause subsequent lines in the buffer to be
8264refontified after lazy-lock-defer-time seconds of idle time. If nil, then only
8265the modified lines will be refontified; this is the same as the previous Lazy
8266Lock mode behaviour and the behaviour of Font Lock mode.
8267
8268This feature is useful in modes where strings or comments can span lines.
8269For example, if a string or comment terminating character is deleted, then if
8270this feature is enabled subsequent lines in the buffer will be correctly
8271refontified to reflect their new syntactic context. Previously, only the line
8272containing the deleted character would be refontified and you would have to use
8273the command M-g M-g (font-lock-fontify-block) to refontify some lines.
8274
8275As a consequence of this new feature, two other variables have changed:
8276
8277Variable `lazy-lock-defer-driven' is renamed `lazy-lock-defer-on-scrolling'.
8278Variable `lazy-lock-defer-time' can now only be a time, i.e., a number.
8279Buffer modes for which on-the-fly deferral applies can be specified via the
8280new variable `lazy-lock-defer-on-the-fly'.
8281
8282If you set these variables in your ~/.emacs, then you may have to change those
8283settings.
8284
8285** Ada mode changes.
8286
8287*** There is now better support for using find-file.el with Ada mode.
8288If you switch between spec and body, the cursor stays in the same
8289procedure (modulo overloading). If a spec has no body file yet, but
8290you try to switch to its body file, Ada mode now generates procedure
8291stubs.
8292
8293*** There are two new commands:
8294 - `ada-make-local' : invokes gnatmake on the current buffer
8295 - `ada-check-syntax' : check syntax of current buffer.
8296
8297The user options `ada-compiler-make', `ada-make-options',
8298`ada-language-version', `ada-compiler-syntax-check', and
8299`ada-compile-options' are used within these commands.
8300
8301*** Ada mode can now work with Outline minor mode. The outline level
8302is calculated from the indenting, not from syntactic constructs.
8303Outlining does not work if your code is not correctly indented.
8304
8305*** The new function `ada-gnat-style' converts the buffer to the style of
8306formatting used in GNAT. It places two blanks after a comment start,
8307places one blank between a word end and an opening '(', and puts one
8308space between a comma and the beginning of a word.
8309
8310** Scheme mode changes.
8311
8312*** Scheme mode indentation now uses many of the facilities of Lisp
8313mode; therefore, the variables to customize it are the variables used
8314for Lisp mode which have names starting with `lisp-'. The variables
8315with names starting with `scheme-' which used to do this no longer
8316have any effect.
8317
8318If you want to use different indentation for Scheme and Lisp, this is
8319still possible, but now you must do it by adding a hook to
8320scheme-mode-hook, which could work by setting the `lisp-' indentation
8321variables as buffer-local variables.
8322
8323*** DSSSL mode is a variant of Scheme mode, for editing DSSSL scripts.
8324Use M-x dsssl-mode.
8325
8326** Changes to the emacsclient program
8327
8328*** If a socket can't be found, and environment variables LOGNAME or
8329USER are set, emacsclient now looks for a socket based on the UID
8330associated with the name. That is an emacsclient running as root
8331can connect to an Emacs server started by a non-root user.
8332
8333*** The emacsclient program now accepts an option --no-wait which tells
8334it to return immediately without waiting for you to "finish" the
8335buffer in Emacs.
8336
8337*** The new option --alternate-editor allows to specify an editor to
8338use if Emacs is not running. The environment variable
8339ALTERNATE_EDITOR can be used for the same effect; the command line
8340option takes precedence.
8341
8342** M-x eldoc-mode enables a minor mode in which the echo area
8343constantly shows the parameter list for function being called at point
8344(in Emacs Lisp and Lisp Interaction modes only).
8345
8346** C-x n d now runs the new command narrow-to-defun,
8347which narrows the accessible parts of the buffer to just
8348the current defun.
8349
8350** Emacs now handles the `--' argument in the standard way; all
8351following arguments are treated as ordinary file names.
8352
8353** On MSDOS and Windows, the bookmark file is now called _emacs.bmk,
8354and the saved desktop file is now called _emacs.desktop (truncated if
8355necessary).
8356
8357** When you kill a buffer that visits a file,
8358if there are any registers that save positions in the file,
8359these register values no longer become completely useless.
8360If you try to go to such a register with C-x j, then you are
8361asked whether to visit the file again. If you say yes,
8362it visits the file and then goes to the same position.
8363
8364** When you visit a file that changes frequently outside Emacs--for
8365example, a log of output from a process that continues to run--it may
8366be useful for Emacs to revert the file without querying you whenever
8367you visit the file afresh with C-x C-f.
8368
8369You can request this behavior for certain files by setting the
8370variable revert-without-query to a list of regular expressions. If a
8371file's name matches any of these regular expressions, find-file and
8372revert-buffer revert the buffer without asking for permission--but
8373only if you have not edited the buffer text yourself.
8374
8375** set-default-font has been renamed to set-frame-font
8376since it applies only to the current frame.
8377
8378** In TeX mode, you can use the variable tex-main-file to specify the
8379file for tex-file to run TeX on. (By default, tex-main-file is nil,
8380and tex-file runs TeX on the current visited file.)
8381
8382This is useful when you are editing a document that consists of
8383multiple files. In each of the included files, you can set up a local
8384variable list which specifies the top-level file of your document for
8385tex-main-file. Then tex-file will run TeX on the whole document
8386instead of just the file you are editing.
8387
8388** RefTeX mode
8389
8390RefTeX mode is a new minor mode with special support for \label, \ref
8391and \cite macros in LaTeX documents. RefTeX distinguishes labels of
8392different environments (equation, figure, ...) and has full support for
8393multifile documents. To use it, select a buffer with a LaTeX document and
8394turn the mode on with M-x reftex-mode. Here are the main user commands:
8395
8396C-c ( reftex-label
8397 Creates a label semi-automatically. RefTeX is context sensitive and
8398 knows which kind of label is needed.
8399
8400C-c ) reftex-reference
8401 Offers in a menu all labels in the document, along with context of the
8402 label definition. The selected label is referenced as \ref{LABEL}.
8403
8404C-c [ reftex-citation
8405 Prompts for a regular expression and displays a list of matching BibTeX
8406 database entries. The selected entry is cited with a \cite{KEY} macro.
8407
8408C-c & reftex-view-crossref
8409 Views the cross reference of a \ref or \cite command near point.
8410
8411C-c = reftex-toc
8412 Shows a table of contents of the (multifile) document. From there you
8413 can quickly jump to every section.
8414
8415Under X, RefTeX installs a "Ref" menu in the menu bar, with additional
8416commands. Press `?' to get help when a prompt mentions this feature.
8417Full documentation and customization examples are in the file
8418reftex.el. You can use the finder to view the file documentation:
8419C-h p --> tex --> reftex.el
8420
8421** Changes in BibTeX mode.
8422
8423*** Info documentation is now available.
8424
8425*** Don't allow parentheses in string constants anymore. This confused
8426both the BibTeX program and Emacs BibTeX mode.
8427
8428*** Renamed variable bibtex-mode-user-optional-fields to
8429bibtex-user-optional-fields.
8430
8431*** Removed variable bibtex-include-OPTannote
8432(use bibtex-user-optional-fields instead).
8433
8434*** New interactive functions to copy and kill fields and complete
8435entries to the BibTeX kill ring, from where they can be yanked back by
8436appropriate functions.
8437
8438*** New interactive functions for repositioning and marking of
3a426197 8439entries. They are bound by default to C-M-l and C-M-h.
3787e12e
GM
8440
8441*** New hook bibtex-clean-entry-hook. It is called after entry has
8442been cleaned.
8443
8444*** New variable bibtex-field-delimiters, which replaces variables
8445bibtex-field-{left|right}-delimiter.
8446
8447*** New variable bibtex-entry-delimiters to determine how entries
8448shall be delimited.
8449
8450*** Allow preinitialization of fields. See documentation of
8451bibtex-user-optional-fields, bibtex-entry-field-alist, and
8452bibtex-include-OPTkey for details.
8453
8454*** Book and InBook entries require either an author or an editor
8455field. This is now supported by bibtex.el. Alternative fields are
8456prefixed with `ALT'.
8457
8458*** New variable bibtex-entry-format, which replaces variable
8459bibtex-clean-entry-zap-empty-opts and allows specification of many
8460formatting options performed on cleaning an entry (see variable
8461documentation).
8462
8463*** Even more control on how automatic keys are generated. See
8464documentation of bibtex-generate-autokey for details. Transcriptions
8465for foreign languages other than German are now handled, too.
8466
8467*** New boolean user option bibtex-comma-after-last-field to decide if
8468comma should be inserted at end of last field.
8469
8470*** New boolean user option bibtex-align-at-equal-sign to determine if
8471alignment should be made at left side of field contents or at equal
8472signs. New user options to control entry layout (e.g. indentation).
8473
8474*** New function bibtex-fill-entry to realign entries.
8475
8476*** New function bibtex-reformat to reformat region or buffer.
8477
8478*** New function bibtex-convert-alien to convert a BibTeX database
8479from alien sources.
8480
8481*** New function bibtex-complete-key (similar to bibtex-complete-string)
8482to complete prefix to a key defined in buffer. Mainly useful in
8483crossref entries.
8484
8485*** New function bibtex-count-entries to count entries in buffer or
8486region.
8487
8488*** Added support for imenu.
8489
8490*** The function `bibtex-validate' now checks current region instead
8491of buffer if mark is active. Now it shows all errors of buffer in a
8492`compilation mode' buffer. You can use the normal commands (e.g.
8493`next-error') for compilation modes to jump to errors.
8494
8495*** New variable `bibtex-string-file-path' to determine where the files
8496from `bibtex-string-files' are searched.
8497
8498** Iso Accents mode now supports Latin-3 as an alternative.
8499
8500** The command next-error now opens blocks hidden by hideshow.
8501
8502** The function using-unix-filesystems has been replaced by the
8503functions add-untranslated-filesystem and remove-untranslated-filesystem.
8504Each of these functions takes the name of a drive letter or directory
8505as an argument.
8506
8507When a filesystem is added as untranslated, all files on it are read
8508and written in binary mode (no cr/lf translation is performed).
8509
8510** browse-url changes
8511
8512*** New methods for: Grail (browse-url-generic), MMM (browse-url-mmm),
8513Lynx in a separate xterm (browse-url-lynx-xterm) or in an Emacs window
8514(browse-url-lynx-emacs), remote W3 (browse-url-w3-gnudoit), generic
8515non-remote-controlled browsers (browse-url-generic) and associated
8516customization variables.
8517
8518*** New commands `browse-url-of-region' and `browse-url'.
8519
8520*** URLs marked up with <URL:...> (RFC1738) work if broken across
8521lines. Browsing methods can be associated with URL regexps
8522(e.g. mailto: URLs) via `browse-url-browser-function'.
8523
8524** Changes in Ediff
8525
8526*** Clicking Mouse-2 on a brief command description in Ediff control panel
8527pops up the Info file for this command.
8528
8529*** There is now a variable, ediff-autostore-merges, which controls whether
8530the result of a merge is saved in a file. By default, this is done only when
8531merge is done from a session group (eg, when merging files in two different
8532directories).
8533
8534*** Since Emacs 19.31 (this hasn't been announced before), Ediff can compare
8535and merge groups of files residing in different directories, or revisions of
8536files in the same directory.
8537
8538*** Since Emacs 19.31, Ediff can apply multi-file patches interactively.
8539The patches must be in the context format or GNU unified format. (The bug
8540related to the GNU format has now been fixed.)
8541
8542** Changes in Viper
8543
8544*** The startup file is now .viper instead of .vip
8545*** All variable/function names have been changed to start with viper-
8546 instead of vip-.
8547*** C-\ now simulates the meta-key in all Viper states.
8548*** C-z in Insert state now escapes to Vi for the duration of the next
8549Viper command. In Vi and Insert states, C-z behaves as before.
8550*** C-c \ escapes to Vi for one command if Viper is in Insert or Emacs states.
8551*** _ is no longer the meta-key in Vi state.
8552*** The variable viper-insert-state-cursor-color can be used to change cursor
8553color when Viper is in insert state.
8554*** If search lands the cursor near the top or the bottom of the window,
8555Viper pulls the window up or down to expose more context. The variable
8556viper-adjust-window-after-search controls this behavior.
8557
8558** Etags changes.
8559
8560*** In C, C++, Objective C and Java, Etags tags global variables by
8561default. The resulting tags files are inflated by 30% on average.
8562Use --no-globals to turn this feature off. Etags can also tag
8563variables which are members of structure-like constructs, but it does
8564not by default. Use --members to turn this feature on.
8565
8566*** C++ member functions are now recognized as tags.
8567
8568*** Java is tagged like C++. In addition, "extends" and "implements"
8569constructs are tagged. Files are recognised by the extension .java.
8570
8571*** Etags can now handle programs written in Postscript. Files are
8572recognised by the extensions .ps and .pdb (Postscript with C syntax).
8573In Postscript, tags are lines that start with a slash.
8574
8575*** Etags now handles Objective C and Objective C++ code. The usual C and
8576C++ tags are recognized in these languages; in addition, etags
8577recognizes special Objective C syntax for classes, class categories,
8578methods and protocols.
8579
8580*** Etags also handles Cobol. Files are recognised by the extension
8581.cobol. The tagged lines are those containing a word that begins in
8582column 8 and ends in a full stop, i.e. anything that could be a
8583paragraph name.
8584
8585*** Regexps in Etags now support intervals, as in ed or grep. The syntax of
8586an interval is \{M,N\}, and it means to match the preceding expression
8587at least M times and as many as N times.
8588
8589** The format for specifying a custom format for time-stamp to insert
8590in files has changed slightly.
8591
8592With the new enhancements to the functionality of format-time-string,
8593time-stamp-format will change to be eventually compatible with it.
8594This conversion is being done in two steps to maintain compatibility
8595with old time-stamp-format values.
8596
8597In the new scheme, alternate case is signified by the number-sign
8598(`#') modifier, rather than changing the case of the format character.
8599This feature is as yet incompletely implemented for compatibility
8600reasons.
8601
8602In the old time-stamp-format, all numeric fields defaulted to their
8603natural width. (With format-time-string, each format has a
8604fixed-width default.) In this version, you can specify the colon
8605(`:') modifier to a numeric conversion to mean "give me the historical
8606time-stamp-format width default." Do not use colon if you are
8607specifying an explicit width, as in "%02d".
8608
8609Numbers are no longer truncated to the requested width, except in the
8610case of "%02y", which continues to give a two-digit year. Digit
8611truncation probably wasn't being used for anything else anyway.
8612
8613The new formats will work with old versions of Emacs. New formats are
8614being recommended now to allow time-stamp-format to change in the
8615future to be compatible with format-time-string. The new forms being
8616recommended now will continue to work then.
8617
8618See the documentation string for the variable time-stamp-format for
8619details.
8620
8621** There are some additional major modes:
8622
8623dcl-mode, for editing VMS DCL files.
8624m4-mode, for editing files of m4 input.
8625meta-mode, for editing MetaFont and MetaPost source files.
8626
8627** In Shell mode, the command shell-copy-environment-variable lets you
8628copy the value of a specified environment variable from the subshell
8629into Emacs.
8630
8631** New Lisp packages include:
8632
8633*** battery.el displays battery status for laptops.
8634
8635*** M-x bruce (named after Lenny Bruce) is a program that might
8636be used for adding some indecent words to your email.
8637
8638*** M-x crisp-mode enables an emulation for the CRiSP editor.
8639
8640*** M-x dirtrack arranges for better tracking of directory changes
8641in shell buffers.
8642
8643*** The new library elint.el provides for linting of Emacs Lisp code.
8644See the documentation for `elint-initialize', `elint-current-buffer'
8645and `elint-defun'.
8646
8647*** M-x expand-add-abbrevs defines a special kind of abbrev which is
8648meant for programming constructs. These abbrevs expand like ordinary
8649ones, when you type SPC, but only at the end of a line and not within
8650strings or comments.
8651
8652These abbrevs can act as templates: you can define places within an
8653abbrev for insertion of additional text. Once you expand the abbrev,
8654you can then use C-x a p and C-x a n to move back and forth to these
8655insertion points. Thus you can conveniently insert additional text
8656at these points.
8657
8658*** filecache.el remembers the location of files so that you
8659can visit them by short forms of their names.
8660
8661*** find-func.el lets you find the definition of the user-loaded
8662Emacs Lisp function at point.
8663
8664*** M-x handwrite converts text to a "handwritten" picture.
8665
8666*** M-x iswitchb-buffer is a command for switching to a buffer, much like
8667switch-buffer, but it reads the argument in a more helpful way.
8668
8669*** M-x landmark implements a neural network for landmark learning.
8670
8671*** M-x locate provides a convenient interface to the `locate' program.
8672
8673*** M4 mode is a new mode for editing files of m4 input.
8674
8675*** mantemp.el creates C++ manual template instantiations
8676from the GCC error messages which indicate which instantiations are needed.
8677
8678*** mouse-copy.el provides a one-click copy and move feature.
8679You can drag a region with M-mouse-1, and it is automatically
8680inserted at point. M-Shift-mouse-1 deletes the text from its
8681original place after inserting the copy.
8682
8683*** mouse-drag.el lets you do scrolling by dragging Mouse-2
8684on the buffer.
8685
8686You click the mouse and move; that distance either translates into the
8687velocity to scroll (with mouse-drag-throw) or the distance to scroll
8688(with mouse-drag-drag). Horizontal scrolling is enabled when needed.
8689
8690Enable mouse-drag with:
8691 (global-set-key [down-mouse-2] 'mouse-drag-throw)
8692-or-
8693 (global-set-key [down-mouse-2] 'mouse-drag-drag)
8694
8695*** mspools.el is useful for determining which mail folders have
8696mail waiting to be read in them. It works with procmail.
8697
8698*** Octave mode is a major mode for editing files of input for Octave.
8699It comes with a facility for communicating with an Octave subprocess.
8700
8701*** ogonek
8702
8703The ogonek package provides functions for changing the coding of
8704Polish diacritic characters in buffers. Codings known from various
8705platforms are supported such as ISO8859-2, Mazovia, IBM Latin2, and
8706TeX. For example, you can change the coding from Mazovia to
8707ISO8859-2. Another example is a change of coding from ISO8859-2 to
8708prefix notation (in which `/a' stands for the aogonek character, for
8709instance) and vice versa.
8710
8711To use this package load it using
8712 M-x load-library [enter] ogonek
8713Then, you may get an explanation by calling one of
8714 M-x ogonek-jak -- in Polish
8715 M-x ogonek-how -- in English
8716The info specifies the commands and variables provided as well as the
8717ways of customization in `.emacs'.
8718
8719*** Interface to ph.
8720
8721Emacs provides a client interface to CCSO Nameservers (ph/qi)
8722
8723The CCSO nameserver is used in many universities to provide directory
8724services about people. ph.el provides a convenient Emacs interface to
8725these servers.
8726
8727*** uce.el is useful for replying to unsolicited commercial email.
8728
8729*** vcursor.el implements a "virtual cursor" feature.
8730You can move the virtual cursor with special commands
8731while the real cursor does not move.
8732
8733*** webjump.el is a "hot list" package which you can set up
8734for visiting your favorite web sites.
8735
8736*** M-x winner-mode is a minor mode which saves window configurations,
8737so you can move back to other configurations that you have recently used.
8738
8739** movemail change
8740
8741Movemail no longer needs to be installed setuid root in order for POP
8742mail retrieval to function properly. This is because it no longer
8743supports the RPOP (reserved-port POP) protocol; instead, it uses the
8744user's POP password to authenticate to the mail server.
8745
8746This change was made earlier, but not reported in NEWS before.
05197f40 8747\f
3787e12e
GM
8748* Emacs 20.1 changes for MS-DOS and MS-Windows.
8749
8750** Changes in handling MS-DOS/MS-Windows text files.
8751
8752Emacs handles three different conventions for representing
8753end-of-line: CRLF for MSDOS, LF for Unix and GNU, and CR (used on the
8754Macintosh). Emacs determines which convention is used in a specific
8755file based on the contents of that file (except for certain special
8756file names), and when it saves the file, it uses the same convention.
8757
8758To save the file and change the end-of-line convention, you can use
8759C-x RET f (set-buffer-file-coding-system) to specify a different
8760coding system for the buffer. Then, when you save the file, the newly
8761specified coding system will take effect. For example, to save with
8762LF, specify undecided-unix (or some other ...-unix coding system); to
8763save with CRLF, specify undecided-dos.
05197f40 8764\f
3787e12e
GM
8765* Lisp Changes in Emacs 20.1
8766
8767** Byte-compiled files made with Emacs 20 will, in general, work in
8768Emacs 19 as well, as long as the source code runs in Emacs 19. And
8769vice versa: byte-compiled files made with Emacs 19 should also run in
8770Emacs 20, as long as the program itself works in Emacs 20.
8771
8772** Windows-specific functions and variables have been renamed
8773to start with w32- instead of win32-.
8774
8775In hacker language, calling something a "win" is a form of praise. We
8776don't want to praise a non-free Microsoft system, so we don't call it
8777"win".
8778
8779** Basic Lisp changes
8780
8781*** A symbol whose name starts with a colon now automatically
8782evaluates to itself. Therefore such a symbol can be used as a constant.
8783
8784*** The defined purpose of `defconst' has been changed. It should now
8785be used only for values that should not be changed whether by a program
8786or by the user.
8787
8788The actual behavior of defconst has not been changed.
8789
8790*** There are new macros `when' and `unless'
8791
8792(when CONDITION BODY...) is short for (if CONDITION (progn BODY...))
8793(unless CONDITION BODY...) is short for (if CONDITION nil BODY...)
8794
8795*** Emacs now defines functions caar, cadr, cdar and cddr with their
8796usual Lisp meanings. For example, caar returns the car of the car of
8797its argument.
8798
8799*** equal, when comparing strings, now ignores their text properties.
8800
8801*** The new function `functionp' tests whether an object is a function.
8802
8803*** arrayp now returns t for char-tables and bool-vectors.
8804
8805*** Certain primitives which use characters (as integers) now get an
8806error if the integer is not a valid character code. These primitives
8807include insert-char, char-to-string, and the %c construct in the
8808`format' function.
8809
8810*** The `require' function now insists on adding a suffix, either .el
8811or .elc, to the file name. Thus, (require 'foo) will not use a file
8812whose name is just foo. It insists on foo.el or foo.elc.
8813
8814*** The `autoload' function, when the file name does not contain
8815either a directory name or the suffix .el or .elc, insists on
8816adding one of these suffixes.
8817
8818*** string-to-number now takes an optional second argument BASE
8819which specifies the base to use when converting an integer.
8820If BASE is omitted, base 10 is used.
8821
8822We have not implemented other radices for floating point numbers,
8823because that would be much more work and does not seem useful.
8824
8825*** substring now handles vectors as well as strings.
8826
8827*** The Common Lisp function eql is no longer defined normally.
8828You must load the `cl' library to define it.
8829
8830*** The new macro `with-current-buffer' lets you evaluate an expression
8831conveniently with a different current buffer. It looks like this:
8832
8833 (with-current-buffer BUFFER BODY-FORMS...)
8834
8835BUFFER is the expression that says which buffer to use.
8836BODY-FORMS say what to do in that buffer.
8837
8838*** The new primitive `save-current-buffer' saves and restores the
8839choice of current buffer, like `save-excursion', but without saving or
8840restoring the value of point or the mark. `with-current-buffer'
8841works using `save-current-buffer'.
8842
8843*** The new macro `with-temp-file' lets you do some work in a new buffer and
8844write the output to a specified file. Like `progn', it returns the value
8845of the last form.
8846
8847*** The new macro `with-temp-buffer' lets you do some work in a new buffer,
8848which is discarded after use. Like `progn', it returns the value of the
8849last form. If you wish to return the buffer contents, use (buffer-string)
8850as the last form.
8851
8852*** The new function split-string takes a string, splits it at certain
8853characters, and returns a list of the substrings in between the
8854matches.
8855
8856For example, (split-string "foo bar lose" " +") returns ("foo" "bar" "lose").
8857
8858*** The new macro with-output-to-string executes some Lisp expressions
8859with standard-output set up so that all output feeds into a string.
8860Then it returns that string.
8861
8862For example, if the current buffer name is `foo',
8863
8864(with-output-to-string
8865 (princ "The buffer is ")
8866 (princ (buffer-name)))
8867
8868returns "The buffer is foo".
8869
8870** Non-ASCII characters are now supported, if enable-multibyte-characters
8871is non-nil.
8872
8873These characters have character codes above 256. When inserted in the
8874buffer or stored in a string, they are represented as multibyte
8875characters that occupy several buffer positions each.
8876
8877*** When enable-multibyte-characters is non-nil, a single character in
8878a buffer or string can be two or more bytes (as many as four).
8879
8880Buffers and strings are still made up of unibyte elements;
8881character positions and string indices are always measured in bytes.
8882Therefore, moving forward one character can increase the buffer
8883position by 2, 3 or 4. The function forward-char moves by whole
8884characters, and therefore is no longer equivalent to
8885 (lambda (n) (goto-char (+ (point) n))).
8886
8887ASCII characters (codes 0 through 127) are still single bytes, always.
8888Sequences of byte values 128 through 255 are used to represent
8889non-ASCII characters. These sequences are called "multibyte
8890characters".
8891
8892The first byte of a multibyte character is always in the range 128
8893through 159 (octal 0200 through 0237). These values are called
8894"leading codes". The second and subsequent bytes are always in the
8895range 160 through 255 (octal 0240 through 0377). The first byte, the
8896leading code, determines how many bytes long the sequence is.
8897
8898*** The function forward-char moves over characters, and therefore
8899(forward-char 1) may increase point by more than 1 if it moves over a
8900multibyte character. Likewise, delete-char always deletes a
8901character, which may be more than one buffer position.
8902
8903This means that some Lisp programs, which assume that a character is
8904always one buffer position, need to be changed.
8905
8906However, all ASCII characters are always one buffer position.
8907
8908*** The regexp [\200-\377] no longer matches all non-ASCII characters,
8909because when enable-multibyte-characters is non-nil, these characters
8910have codes that are not in the range octal 200 to octal 377. However,
8911the regexp [^\000-\177] does match all non-ASCII characters,
8912guaranteed.
8913
8914*** The function char-boundary-p returns non-nil if position POS is
8915between two characters in the buffer (not in the middle of a
8916character).
8917
8918When the value is non-nil, it says what kind of character follows POS:
8919
8920 0 if POS is at an ASCII character or at the end of range,
8921 1 if POS is before a 2-byte length multi-byte form,
8922 2 if POS is at a head of 3-byte length multi-byte form,
8923 3 if POS is at a head of 4-byte length multi-byte form,
8924 4 if POS is at a head of multi-byte form of a composite character.
8925
8926*** The function char-bytes returns how many bytes the character CHAR uses.
8927
8928*** Strings can contain multibyte characters. The function
8929`length' returns the string length counting bytes, which may be
8930more than the number of characters.
8931
8932You can include a multibyte character in a string constant by writing
8933it literally. You can also represent it with a hex escape,
8934\xNNNNNNN..., using as many digits as necessary. Any character which
8935is not a valid hex digit terminates this construct. If you want to
8936follow it with a character that is a hex digit, write backslash and
8937newline in between; that will terminate the hex escape.
8938
8939*** The function concat-chars takes arguments which are characters
8940and returns a string containing those characters.
8941
8942*** The function sref access a multibyte character in a string.
8943(sref STRING INDX) returns the character in STRING at INDEX. INDEX
8944counts from zero. If INDEX is at a position in the middle of a
8945character, sref signals an error.
8946
8947*** The function chars-in-string returns the number of characters
8948in a string. This is less than the length of the string, if the
8949string contains multibyte characters (the length counts bytes).
8950
8951*** The function chars-in-region returns the number of characters
8952in a region from BEG to END. This is less than (- END BEG) if the
8953region contains multibyte characters (the length counts bytes).
8954
8955*** The function string-to-list converts a string to a list of
8956the characters in it. string-to-vector converts a string
8957to a vector of the characters in it.
8958
8959*** The function store-substring alters part of the contents
8960of a string. You call it as follows:
8961
8962 (store-substring STRING IDX OBJ)
8963
8964This says to alter STRING, by storing OBJ starting at index IDX in
8965STRING. OBJ may be either a character or a (smaller) string.
8966This function really does alter the contents of STRING.
8967Since it is impossible to change the length of an existing string,
8968it is an error if OBJ doesn't fit within STRING's actual length.
8969
8970*** char-width returns the width (in columns) of the character CHAR,
8971if it were displayed in the current buffer and the selected window.
8972
8973*** string-width returns the width (in columns) of the text in STRING,
8974if it were displayed in the current buffer and the selected window.
8975
8976*** truncate-string-to-width shortens a string, if necessary,
8977to fit within a certain number of columns. (Of course, it does
8978not alter the string that you give it; it returns a new string
8979which contains all or just part of the existing string.)
8980
8981(truncate-string-to-width STR END-COLUMN &optional START-COLUMN PADDING)
8982
8983This returns the part of STR up to column END-COLUMN.
8984
8985The optional argument START-COLUMN specifies the starting column.
8986If this is non-nil, then the first START-COLUMN columns of the string
8987are not included in the resulting value.
8988
8989The optional argument PADDING, if non-nil, is a padding character to be added
8990at the beginning and end the resulting string, to extend it to exactly
8991WIDTH columns. If PADDING is nil, that means do not pad; then, if STRING
8992is narrower than WIDTH, the value is equal to STRING.
8993
8994If PADDING and START-COLUMN are both non-nil, and if there is no clean
8995place in STRING that corresponds to START-COLUMN (because one
8996character extends across that column), then the padding character
8997PADDING is added one or more times at the beginning of the result
8998string, so that its columns line up as if it really did start at
8999column START-COLUMN.
9000
9001*** When the functions in the list after-change-functions are called,
9002the third argument is the number of bytes in the pre-change text, not
9003necessarily the number of characters. It is, in effect, the
9004difference in buffer position between the beginning and the end of the
9005changed text, before the change.
9006
9007*** The characters Emacs uses are classified in various character
9008sets, each of which has a name which is a symbol. In general there is
9009one character set for each script, not for each language.
9010
9011**** The function charsetp tests whether an object is a character set name.
9012
9013**** The variable charset-list holds a list of character set names.
9014
9015**** char-charset, given a character code, returns the name of the character
9016set that the character belongs to. (The value is a symbol.)
9017
9018**** split-char, given a character code, returns a list containing the
9019name of the character set, followed by one or two byte-values
9020which identify the character within that character set.
9021
9022**** make-char, given a character set name and one or two subsequent
9023byte-values, constructs a character code. This is roughly the
9024opposite of split-char.
9025
9026**** find-charset-region returns a list of the character sets
9027of all the characters between BEG and END.
9028
9029**** find-charset-string returns a list of the character sets
9030of all the characters in a string.
9031
9032*** Here are the Lisp facilities for working with coding systems
9033and specifying coding systems.
9034
9035**** The function coding-system-list returns a list of all coding
9036system names (symbols). With optional argument t, it returns a list
9037of all distinct base coding systems, not including variants.
9038(Variant coding systems are those like latin-1-dos, latin-1-unix
9039and latin-1-mac which specify the end-of-line conversion as well
9040as what to do about code conversion.)
9041
9042**** coding-system-p tests a symbol to see if it is a coding system
9043name. It returns t if so, nil if not.
9044
9045**** file-coding-system-alist specifies which coding systems to use
9046for certain file names. It works like network-coding-system-alist,
9047except that the PATTERN is matched against the file name.
9048
9049Each element has the format (PATTERN . VAL), where PATTERN determines
9050which file names the element applies to. PATTERN should be a regexp
9051to match against a file name.
9052
9053VAL is a coding system, a cons cell containing two coding systems, or
9054a function symbol. If VAL is a coding system, it is used for both
9055decoding what received from the network stream and encoding what sent
9056to the network stream. If VAL is a cons cell containing two coding
9057systems, the car specifies the coding system for decoding, and the cdr
9058specifies the coding system for encoding.
9059
9060If VAL is a function symbol, the function must return a coding system
9061or a cons cell containing two coding systems, which is used as above.
9062
9063**** The variable network-coding-system-alist specifies
9064the coding system to use for network sockets.
9065
9066Each element has the format (PATTERN . VAL), where PATTERN determines
9067which network sockets the element applies to. PATTERN should be
9068either a port number or a regular expression matching some network
9069service names.
9070
9071VAL is a coding system, a cons cell containing two coding systems, or
9072a function symbol. If VAL is a coding system, it is used for both
9073decoding what received from the network stream and encoding what sent
9074to the network stream. If VAL is a cons cell containing two coding
9075systems, the car specifies the coding system for decoding, and the cdr
9076specifies the coding system for encoding.
9077
9078If VAL is a function symbol, the function must return a coding system
9079or a cons cell containing two coding systems, which is used as above.
9080
9081**** process-coding-system-alist specifies which coding systems to use
9082for certain subprocess. It works like network-coding-system-alist,
9083except that the PATTERN is matched against the program name used to
9084start the subprocess.
9085
9086**** The variable default-process-coding-system specifies the coding
9087systems to use for subprocess (and net connection) input and output,
9088when nothing else specifies what to do. The value is a cons cell
9089(OUTPUT-CODING . INPUT-CODING). OUTPUT-CODING applies to output
9090to the subprocess, and INPUT-CODING applies to input from it.
9091
9092**** The variable coding-system-for-write, if non-nil, specifies the
9093coding system to use for writing a file, or for output to a synchronous
9094subprocess.
9095
9096It also applies to any asynchronous subprocess or network connection,
9097but in a different way: the value of coding-system-for-write when you
9098start the subprocess or connection affects that subprocess or
9099connection permanently or until overridden.
9100
9101The variable coding-system-for-write takes precedence over
9102file-coding-system-alist, process-coding-system-alist and
9103network-coding-system-alist, and all other methods of specifying a
9104coding system for output. But most of the time this variable is nil.
9105It exists so that Lisp programs can bind it to a specific coding
9106system for one operation at a time.
9107
9108**** coding-system-for-read applies similarly to input from
9109files, subprocesses or network connections.
9110
9111**** The function process-coding-system tells you what
9112coding systems(s) an existing subprocess is using.
9113The value is a cons cell,
9114 (DECODING-CODING-SYSTEM . ENCODING-CODING-SYSTEM)
9115where DECODING-CODING-SYSTEM is used for decoding output from
9116the subprocess, and ENCODING-CODING-SYSTEM is used for encoding
9117input to the subprocess.
9118
9119**** The function set-process-coding-system can be used to
9120change the coding systems in use for an existing subprocess.
9121
9122** Emacs has a new facility to help users manage the many
9123customization options. To make a Lisp program work with this facility,
9124you need to use the new macros defgroup and defcustom.
9125
9126You use defcustom instead of defvar, for defining a user option
9127variable. The difference is that you specify two additional pieces of
9128information (usually): the "type" which says what values are
9129legitimate, and the "group" which specifies the hierarchy for
9130customization.
9131
9132Thus, instead of writing
9133
9134 (defvar foo-blurgoze nil
9135 "*Non-nil means that foo will act very blurgozely.")
9136
9137you would now write this:
9138
9139 (defcustom foo-blurgoze nil
9140 "*Non-nil means that foo will act very blurgozely."
9141 :type 'boolean
9142 :group foo)
9143
9144The type `boolean' means that this variable has only
9145two meaningful states: nil and non-nil. Other type values
9146describe other possibilities; see the manual for Custom
9147for a description of them.
9148
9149The "group" argument is used to specify a group which the option
9150should belong to. You define a new group like this:
9151
9152 (defgroup ispell nil
9153 "Spell checking using Ispell."
9154 :group 'processes)
9155
9156The "group" argument in defgroup specifies the parent group. The root
9157group is called `emacs'; it should not contain any variables itself,
9158but only other groups. The immediate subgroups of `emacs' correspond
9159to the keywords used by C-h p. Under these subgroups come
9160second-level subgroups that belong to individual packages.
9161
9162Each Emacs package should have its own set of groups. A simple
9163package should have just one group; a more complex package should
9164have a hierarchy of its own groups. The sole or root group of a
9165package should be a subgroup of one or more of the "keyword"
9166first-level subgroups.
9167
9168** New `widget' library for inserting UI components in buffers.
9169
9170This library, used by the new custom library, is documented in a
9171separate manual that accompanies Emacs.
9172
9173** easy-mmode
9174
9175The easy-mmode package provides macros and functions that make
9176developing minor modes easier. Roughly, the programmer has to code
9177only the functionality of the minor mode. All the rest--toggles,
9178predicate, and documentation--can be done in one call to the macro
9179`easy-mmode-define-minor-mode' (see the documentation). See also
9180`easy-mmode-define-keymap'.
9181
9182** Text property changes
9183
9184*** The `intangible' property now works on overlays as well as on a
9185text property.
9186
9187*** The new functions next-char-property-change and
9188previous-char-property-change scan through the buffer looking for a
9189place where either a text property or an overlay might change. The
9190functions take two arguments, POSITION and LIMIT. POSITION is the
9191starting position for the scan. LIMIT says where to stop the scan.
9192
9193If no property change is found before LIMIT, the value is LIMIT. If
9194LIMIT is nil, scan goes to the beginning or end of the accessible part
9195of the buffer. If no property change is found, the value is the
9196position of the beginning or end of the buffer.
9197
9198*** In the `local-map' text property or overlay property, the property
9199value can now be a symbol whose function definition is a keymap. This
9200is an alternative to using the keymap itself.
9201
9202** Changes in invisibility features
9203
9204*** Isearch can now temporarily show parts of the buffer which are
9205hidden by an overlay with a invisible property, when the search match
9206is inside that portion of the buffer. To enable this the overlay
9207should have a isearch-open-invisible property which is a function that
9208would be called having the overlay as an argument, the function should
9209make the overlay visible.
9210
9211During incremental search the overlays are shown by modifying the
9212invisible and intangible properties, if beside this more actions are
9213needed the overlay should have a isearch-open-invisible-temporary
9214which is a function. The function is called with 2 arguments: one is
9215the overlay and the second is nil when it should show the overlay and
9216t when it should hide it.
9217
9218*** add-to-invisibility-spec, remove-from-invisibility-spec
9219
9220Modes that use overlays to hide portions of a buffer should set the
9221invisible property of the overlay to the mode's name (or another symbol)
9222and modify the `buffer-invisibility-spec' to include that symbol.
9223Use `add-to-invisibility-spec' and `remove-from-invisibility-spec' to
9224manipulate the `buffer-invisibility-spec'.
9225Here is an example of how to do this:
9226
9227 ;; If we want to display an ellipsis:
9228 (add-to-invisibility-spec '(my-symbol . t))
9229 ;; If you don't want ellipsis:
9230 (add-to-invisibility-spec 'my-symbol)
9231
9232 ...
9233 (overlay-put (make-overlay beginning end) 'invisible 'my-symbol)
9234
9235 ...
9236 ;; When done with the overlays:
9237 (remove-from-invisibility-spec '(my-symbol . t))
9238 ;; Or respectively:
9239 (remove-from-invisibility-spec 'my-symbol)
9240
9241** Changes in syntax parsing.
9242
9243*** The syntax-directed buffer-scan functions (such as
9244`parse-partial-sexp', `forward-word' and similar functions) can now
9245obey syntax information specified by text properties, if the variable
9246`parse-sexp-lookup-properties' is non-nil.
9247
9248If the value of `parse-sexp-lookup-properties' is nil, the behavior
9249is as before: the syntax-table of the current buffer is always
9250used to determine the syntax of the character at the position.
9251
9252When `parse-sexp-lookup-properties' is non-nil, the syntax of a
9253character in the buffer is calculated thus:
9254
9255 a) if the `syntax-table' text-property of that character
9256 is a cons, this cons becomes the syntax-type;
9257
9258 Valid values of `syntax-table' text-property are: nil, a valid
9259 syntax-table, and a valid syntax-table element, i.e.,
9260 a cons cell of the form (SYNTAX-CODE . MATCHING-CHAR).
9261
9262 b) if the character's `syntax-table' text-property
9263 is a syntax table, this syntax table is used
9264 (instead of the syntax-table of the current buffer) to
9265 determine the syntax type of the character.
9266
9267 c) otherwise the syntax-type is determined by the syntax-table
9268 of the current buffer.
9269
9270*** The meaning of \s in regular expressions is also affected by the
9271value of `parse-sexp-lookup-properties'. The details are the same as
9272for the syntax-directed buffer-scan functions.
9273
9274*** There are two new syntax-codes, `!' and `|' (numeric values 14
9275and 15). A character with a code `!' starts a comment which is ended
9276only by another character with the same code (unless quoted). A
9277character with a code `|' starts a string which is ended only by
9278another character with the same code (unless quoted).
9279
9280These codes are mainly meant for use as values of the `syntax-table'
9281text property.
9282
9283*** The function `parse-partial-sexp' has new semantics for the sixth
9284arg COMMENTSTOP. If it is `syntax-table', parse stops after the start
9285of a comment or a string, or after end of a comment or a string.
9286
9287*** The state-list which the return value from `parse-partial-sexp'
9288(and can also be used as an argument) now has an optional ninth
9289element: the character address of the start of last comment or string;
9290nil if none. The fourth and eighth elements have special values if the
9291string/comment is started by a "!" or "|" syntax-code.
9292
9293*** Since new features of `parse-partial-sexp' allow a complete
9294syntactic parsing, `font-lock' no longer supports
9295`font-lock-comment-start-regexp'.
9296
9297** Changes in face features
9298
9299*** The face functions are now unconditionally defined in Emacs, even
9300if it does not support displaying on a device that supports faces.
9301
9302*** The function face-documentation returns the documentation string
9303of a face (or nil if it doesn't have one).
9304
9305*** The function face-bold-p returns t if a face should be bold.
9306set-face-bold-p sets that flag.
9307
9308*** The function face-italic-p returns t if a face should be italic.
9309set-face-italic-p sets that flag.
9310
9311*** You can now specify foreground and background colors for text
9312by adding elements of the form (foreground-color . COLOR-NAME)
9313and (background-color . COLOR-NAME) to the list of faces in
9314the `face' property (either the character's text property or an
9315overlay property).
9316
9317This means that you no longer need to create named faces to use
9318arbitrary colors in a Lisp package.
9319
9320** Changes in file-handling functions
9321
9322*** File-access primitive functions no longer discard an extra redundant
9323directory name from the beginning of the file name. In other words,
9324they no longer do anything special with // or /~. That conversion
9325is now done only in substitute-in-file-name.
9326
9327This makes it possible for a Lisp program to open a file whose name
9328begins with ~.
9329
9330*** If copy-file is unable to set the date of the output file,
9331it now signals an error with the condition file-date-error.
9332
9333*** The inode number returned by file-attributes may be an integer (if
9334the number fits in a Lisp integer) or a list of integers.
9335
9336*** insert-file-contents can now read from a special file,
9337as long as the arguments VISIT and REPLACE are nil.
9338
9339*** The RAWFILE arg to find-file-noselect, if non-nil, now suppresses
9340character code conversion as well as other things.
9341
9342Meanwhile, this feature does work with remote file names
9343(formerly it did not).
9344
9345*** Lisp packages which create temporary files should use the TMPDIR
9346environment variable to decide which directory to put them in.
9347
9348*** interpreter-mode-alist elements now specify regexps
9349instead of constant strings.
9350
9351*** expand-file-name no longer treats `//' or `/~' specially. It used
9352to delete all the text of a file name up through the first slash of
9353any `//' or `/~' sequence. Now it passes them straight through.
9354
9355substitute-in-file-name continues to treat those sequences specially,
9356in the same way as before.
9357
9358*** The variable `format-alist' is more general now.
9359The FROM-FN and TO-FN in a format definition can now be strings
9360which specify shell commands to use as filters to perform conversion.
9361
9362*** The new function access-file tries to open a file, and signals an
9363error if that fails. If the open succeeds, access-file does nothing
9364else, and returns nil.
9365
9366*** The function insert-directory now signals an error if the specified
9367directory cannot be listed.
9368
9369** Changes in minibuffer input
9370
9371*** The functions read-buffer, read-variable, read-command, read-string
9372read-file-name, read-from-minibuffer and completing-read now take an
9373additional argument which specifies the default value. If this
9374argument is non-nil, it should be a string; that string is used in two
9375ways:
9376
9377 It is returned if the user enters empty input.
9378 It is available through the history command M-n.
9379
9380*** The functions read-string, read-from-minibuffer,
9381read-no-blanks-input and completing-read now take an additional
9382argument INHERIT-INPUT-METHOD. If this is non-nil, then the
9383minibuffer inherits the current input method and the setting of
9384enable-multibyte-characters from the previously current buffer.
9385
9386In an interactive spec, you can use M instead of s to read an
9387argument in this way.
9388
9389*** All minibuffer input functions discard text properties
9390from the text you enter in the minibuffer, unless the variable
9391minibuffer-allow-text-properties is non-nil.
9392
9393** Echo area features
9394
9395*** Clearing the echo area now runs the normal hook
9396echo-area-clear-hook. Note that the echo area can be used while the
9397minibuffer is active; in that case, the minibuffer is still active
9398after the echo area is cleared.
9399
9400*** The function current-message returns the message currently displayed
9401in the echo area, or nil if there is none.
9402
9403** Keyboard input features
9404
9405*** tty-erase-char is a new variable that reports which character was
9406set up as the terminal's erase character when time Emacs was started.
9407
9408*** num-nonmacro-input-events is the total number of input events
9409received so far from the terminal. It does not count those generated
9410by keyboard macros.
9411
9412** Frame-related changes
9413
9414*** make-frame runs the normal hook before-make-frame-hook just before
9415creating a frame, and just after creating a frame it runs the abnormal
9416hook after-make-frame-functions with the new frame as arg.
9417
9418*** The new hook window-configuration-change-hook is now run every time
9419the window configuration has changed. The frame whose configuration
9420has changed is the selected frame when the hook is run.
9421
9422*** Each frame now independently records the order for recently
9423selected buffers, in its buffer-list frame parameter, so that the
9424value of other-buffer is now based on the buffers recently displayed
9425in the selected frame.
9426
9427*** The value of the frame parameter vertical-scroll-bars
9428is now `left', `right' or nil. A non-nil value specifies
9429which side of the window to put the scroll bars on.
9430
9431** X Windows features
9432
9433*** You can examine X resources for other applications by binding
9434x-resource-class around a call to x-get-resource. The usual value of
9435x-resource-class is "Emacs", which is the correct value for Emacs.
9436
9437*** In menus, checkboxes and radio buttons now actually work.
9438The menu displays the current status of the box or button.
9439
9440*** The function x-list-fonts now takes an optional fourth argument
9441MAXIMUM which sets a limit on how many matching fonts to return.
9442A smaller value of MAXIMUM makes the function faster.
9443
9444If the only question is whether *any* font matches the pattern,
9445it is good to supply 1 for this argument.
9446
9447** Subprocess features
9448
9449*** A reminder: it is no longer necessary for subprocess filter
9450functions and sentinels to do save-match-data, because Emacs does this
9451automatically.
9452
9453*** The new function shell-command-to-string executes a shell command
9454and returns the output from the command as a string.
9455
9456*** The new function process-contact returns t for a child process,
9457and (HOSTNAME SERVICE) for a net connection.
9458
9459** An error in running pre-command-hook or post-command-hook
9460does clear the variable to nil. The documentation was wrong before.
9461
9462** In define-key-after, if AFTER is t, the new binding now always goes
9463at the end of the keymap. If the keymap is a menu, this means it
9464goes after the other menu items.
9465
9466** If you have a program that makes several changes in the same area
9467of the buffer, you can use the macro combine-after-change-calls
9468around that Lisp code to make it faster when after-change hooks
9469are in use.
9470
9471The macro arranges to call the after-change functions just once for a
9472series of several changes--if that seems safe.
9473
9474Don't alter the variables after-change-functions and
9475after-change-function within the body of a combine-after-change-calls
9476form.
9477
9478** If you define an abbrev (with define-abbrev) whose EXPANSION
9479is not a string, then the abbrev does not expand in the usual sense,
9480but its hook is still run.
9481
9482** Normally, the Lisp debugger is not used (even if you have enabled it)
9483for errors that are handled by condition-case.
9484
9485If you set debug-on-signal to a non-nil value, then the debugger is called
9486regardless of whether there is a handler for the condition. This is
9487useful for debugging problems that happen inside of a condition-case.
9488
9489This mode of operation seems to be unreliable in other ways. Errors that
9490are normal and ought to be handled, perhaps in timers or process
9491filters, will instead invoke the debugger. So don't say you weren't
9492warned.
9493
9494** The new variable ring-bell-function lets you specify your own
9495way for Emacs to "ring the bell".
9496
9497** If run-at-time's TIME argument is t, the action is repeated at
9498integral multiples of REPEAT from the epoch; this is useful for
9499functions like display-time.
9500
9501** You can use the function locate-library to find the precise file
9502name of a Lisp library. This isn't new, but wasn't documented before.
9503
9504** Commands for entering view mode have new optional arguments that
9505can be used from Lisp. Low-level entrance to and exit from view mode
9506is done by functions view-mode-enter and view-mode-exit.
9507
9508** batch-byte-compile-file now makes Emacs return a nonzero status code
9509if there is an error in compilation.
9510
9511** pop-to-buffer, switch-to-buffer-other-window and
9512switch-to-buffer-other-frame now accept an additional optional
9513argument NORECORD, much like switch-to-buffer. If it is non-nil,
9514they don't put the buffer at the front of the buffer list.
9515
9516** If your .emacs file leaves the *scratch* buffer non-empty,
9517Emacs does not display the startup message, so as to avoid changing
9518the *scratch* buffer.
9519
9520** The new function regexp-opt returns an efficient regexp to match a string.
9521The arguments are STRINGS and (optionally) PAREN. This function can be used
9522where regexp matching or searching is intensively used and speed is important,
9523e.g., in Font Lock mode.
9524
9525** The variable buffer-display-count is local to each buffer,
9526and is incremented each time the buffer is displayed in a window.
9527It starts at 0 when the buffer is created.
9528
9529** The new function compose-mail starts composing a mail message
9530using the user's chosen mail composition agent (specified with the
9531variable mail-user-agent). It has variants compose-mail-other-window
9532and compose-mail-other-frame.
9533
9534** The `user-full-name' function now takes an optional parameter which
9535can either be a number (the UID) or a string (the login name). The
9536full name of the specified user will be returned.
9537
9538** Lisp packages that load files of customizations, or any other sort
9539of user profile, should obey the variable init-file-user in deciding
9540where to find it. They should load the profile of the user name found
9541in that variable. If init-file-user is nil, meaning that the -q
9542option was used, then Lisp packages should not load the customization
9543files at all.
9544
9545** format-time-string now allows you to specify the field width
9546and type of padding. This works as in printf: you write the field
9547width as digits in the middle of a %-construct. If you start
9548the field width with 0, it means to pad with zeros.
9549
9550For example, %S normally specifies the number of seconds since the
9551minute; %03S means to pad this with zeros to 3 positions, %_3S to pad
9552with spaces to 3 positions. Plain %3S pads with zeros, because that
9553is how %S normally pads to two positions.
9554
9555** thing-at-point now supports a new kind of "thing": url.
9556
9557** imenu.el changes.
9558
9559You can now specify a function to be run when selecting an
9560item from menu created by imenu.
9561
9562An example of using this feature: if we define imenu items for the
9563#include directives in a C file, we can open the included file when we
9564select one of those items.
05197f40 9565\f
3787e12e 9566* For older news, see the file ONEWS
a933dad1
DL
9567
9568----------------------------------------------------------------------
9569Copyright information:
9570
75d80cc6 9571Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
a933dad1
DL
9572
9573 Permission is granted to anyone to make or distribute verbatim copies
9574 of this document as received, in any medium, provided that the
9575 copyright notice and this permission notice are preserved,
9576 thus giving the recipient permission to redistribute in turn.
9577
9578 Permission is granted to distribute modified versions
9579 of this document, or of portions of it,
9580 under the above conditions, provided also that they
9581 carry prominent notices stating who last changed them.
05197f40 9582\f
a933dad1
DL
9583Local variables:
9584mode: outline
9585paragraph-separate: "[ \f]*$"
9586end: