annotate man/anti.texi @ 63684:c95dbbf82d19

(fn_png_init_io): Don't define it. (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io. (png_read_from_file): New function, based on png_read_from_memory. (png_load): Use it, instead of fn_png_init_io.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 23 Jun 2005 07:48:13 +0000
parents 86a842b51180
children b152f0622fb6 a1b34dec1104
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1 @c This is part of the Emacs manual.
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
2 @c Copyright (C) 2005 Free Software Foundation, Inc.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
3 @c See file emacs.texi for copying conditions.
Dave Love <fx@gnu.org>
parents:
diff changeset
4
40518
7f6156d8c1af Update prev-pointer.
Richard M. Stallman <rms@gnu.org>
parents: 39287
diff changeset
5 @node Antinews, Mac OS, X Resources, Top
63216
86a842b51180 (Antinews): Correct version number. Use EMACSVER to refer to the
Lute Kamstra <lute@gnu.org>
parents: 60787
diff changeset
6 @appendix Emacs 21 Antinews
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
7
Dave Love <fx@gnu.org>
parents:
diff changeset
8 For those users who live backwards in time, here is information about
60735
2ec10c700160 (Antinews): Refer to Emacs 21.4, not 21.3. Update copyright years.
Eli Zaretskii <eliz@gnu.org>
parents: 56165
diff changeset
9 downgrading to Emacs version 21.4. We hope you will enjoy the greater
63216
86a842b51180 (Antinews): Correct version number. Use EMACSVER to refer to the
Lute Kamstra <lute@gnu.org>
parents: 60787
diff changeset
10 simplicity that results from the absence of many Emacs @value{EMACSVER}
86a842b51180 (Antinews): Correct version number. Use EMACSVER to refer to the
Lute Kamstra <lute@gnu.org>
parents: 60787
diff changeset
11 features.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
12
Dave Love <fx@gnu.org>
parents:
diff changeset
13 @itemize @bullet
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
14
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
15 @item
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
16 The buffer position and line number are now displayed at the end of
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
17 the mode line, where they can be more easily seen.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
18
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
19 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
20 The mode line of the selected window is no longer displayed with a
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
21 special face. All mode lines are created equal.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
22
Dave Love <fx@gnu.org>
parents:
diff changeset
23 @item
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
24 Clicking on a link with the left mouse button (@kbd{mouse-1}) will
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
25 always set point at the position clicked, instead of following the
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
26 link. If you want to follow the link, use the middle mouse button
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
27 (@kbd{mouse-2}).
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
28
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
29 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
30 Emacs is tired of X droppings. If you drop a file or a piece of text
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
31 onto an Emacs window, nothing will happen.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
32
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
33 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
34 On an xterm, Emacs provides a more convincing simulation of a text
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
35 terminal by not responding to mouse-clicks on the mode-line,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
36 header-line, or display margin.
31403
736bba059dd4 Mention new face attributes, fields, and Eshell. Suggested
Eli Zaretskii <eliz@gnu.org>
parents: 31334
diff changeset
37
736bba059dd4 Mention new face attributes, fields, and Eshell. Suggested
Eli Zaretskii <eliz@gnu.org>
parents: 31334
diff changeset
38 @item
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
39 For simplicity, windows always have fringes. We wouldn't want to
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
40 in-fringe anyone's windows. Likewise, horizontal scrolling always
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
41 works in the same automatic way.
31403
736bba059dd4 Mention new face attributes, fields, and Eshell. Suggested
Eli Zaretskii <eliz@gnu.org>
parents: 31334
diff changeset
42
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
43 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
44 The horizontal-bar cursor shape has been removed.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
45
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
46 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
47 If command line arguments are given, Emacs will not display a splash
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
48 screen, so that you can immediately get on with your editing. The
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
49 command-line option @samp{--no-splash} is therefore obsolete, and has
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
50 been removed.
31334
e68fb610cc11 Rewritten for Emacs 21.
Eli Zaretskii <eliz@gnu.org>
parents: 25829
diff changeset
51
e68fb610cc11 Rewritten for Emacs 21.
Eli Zaretskii <eliz@gnu.org>
parents: 25829
diff changeset
52 @item
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
53 The command line options @samp{--color}, @samp{--fullwidth},
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
54 @samp{--fullheight}, @samp{--fullscreen}, @samp{--no-blinking-cursor},
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
55 @samp{--no-desktop}, and @samp{-Q} have also been removed.
32639
09353c2fcc8a (Antinews): Many changes from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 31403
diff changeset
56
09353c2fcc8a (Antinews): Many changes from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 31403
diff changeset
57 @item
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
58 The @samp{--geometry} option applies only to the initial frame, and
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
59 the @samp{-f} option will not read arguments for interactive
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
60 functions.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
61
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
62 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
63 Emacs now looks for @file{.emacs} and @file{.emacs_SHELL} in one
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
64 standard location---your home directory. Don't put these files in
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
65 @file{~/.emacs.d}; they won't be found.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
66
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
67 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
68 Emacs will not read @file{~/.abbrev_defs} automatically. If you want
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
69 to load abbrev definitions from a file, you must always do so
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
70 explicitly.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
71
Dave Love <fx@gnu.org>
parents:
diff changeset
72 @item
46934
d9eb8b50a070 Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents: 40518
diff changeset
73 When you are logged in as root, all files now give you writable
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
74 buffers, reflecting the fact that you can write any files.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
75
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
76 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
77 The maximum size of buffers and integer variables has been halved. On
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
78 32-bit machines, the maximum buffer size is now 128 megabytes.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
79
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
80 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
81 An unquoted @samp{$} in a file name is now an error, if the following
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
82 name is not recognized as an environment variable. Thus,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
83 the file name @file{foo$bar} would probably be an error. Meanwhile,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
84 the @code{setenv} command does not expand @samp{$} at all.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
85
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
86 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
87 Emacs will not query you if a command accumulates too much undo
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
88 information. If Emacs runs out of memory as a result, it will handle
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
89 this by crashing.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
90
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
91 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
92 Many commands have been removed from the menus or rearranged.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
93
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
94 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
95 The @kbd{C-h} (help) subcommands have been rearranged---especially
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
96 those that display specific files. Type @kbd{C-h C-h} to see a list
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
97 of these commands; that will show you what is different.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
98
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
99 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
100 The @kbd{C-h v} and @kbd{C-h f} commands no longer show a hyperlink to
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
101 the C source code, even if it is available. If you want to find the
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
102 source code, grep for it.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
103
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
104 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
105 The apropos commands will not accept a list of words to match, in
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
106 order to encourage users to be more specific. Also, the user option
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
107 @code{apropos-sort-by-scores} has been removed.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
108
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
109 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
110 The minibuffer prompt is now displayed using the default face.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
111 The colon is enough to show you what part is the prompt.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
112
Dave Love <fx@gnu.org>
parents:
diff changeset
113 @item
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
114 Minibuffer completion commands always complete the entire minibuffer
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
115 contents, just as if you had typed them at the end of the minibuffer,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
116 no matter where point is actually located.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
117
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
118 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
119 The command @code{backward-kill-sexp} is now bound to @kbd{C-M-delete}
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
120 and @kbd{C-M-backspace}. Be careful when using these key sequences!
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
121 It may shut down your X server, or reboot your operating system.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
122
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
123 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
124 Commands to set the mark at a place away from point, including
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
125 @kbd{M-@@}, @kbd{M-h}, etc., don't do anything special when you repeat
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
126 them. In most cases, typing these commands multiple times is
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
127 equivalent to typing them once. @kbd{M-h} ignores numeric arguments.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
128
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
129 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
130 If you want to repeat a jump to a previous mark, you should supply the
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
131 prefix argument explicitly. So, instead of typing @kbd{C-u C-SPC
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
132 C-SPC C-SPC}, type @kbd{C-u C-SPC C-u C-SPC C-u C-SPC}.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
133
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
134 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
135 @kbd{C-@key{SPC} C-@key{SPC}} has no special meaning--it just sets the
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
136 mark twice. Neither does @kbd{C-u C-x C-x}, which simply exchanges
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
137 point and mark like @kbd{C-x C-x}.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
138
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
139 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
140 The function @code{sentence-end} has been eliminated in favor of a
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
141 more straightforward approach: directly setting the variable
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
142 @code{sentence-end}. For example, to end each sentence with a single
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
143 space, use
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
144
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
145 @lisp
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
146 (setq sentence-end "[.?!][]\"')@}]*\\($\\|[ \t]\\)[ \t\n]*")
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
147 @end lisp
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
148
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
149 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
150 The variable @code{fill-nobreak-predicate} is no longer customizable,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
151 and it can only hold a single function.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
152
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
153 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
154 Non-breaking spaces and hyphens are displayed just like normal
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
155 characters. The user option @code{show-nonbreak-escape} is therefore
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
156 obsolete, and has been removed.
37314
54d45f89210f Mention effect of changing next-line-add-newlines.
Richard M. Stallman <rms@gnu.org>
parents: 36840
diff changeset
157
54d45f89210f Mention effect of changing next-line-add-newlines.
Richard M. Stallman <rms@gnu.org>
parents: 36840
diff changeset
158 @item
46934
d9eb8b50a070 Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents: 40518
diff changeset
159 @kbd{C-w} in an incremental search always grabs an entire word
d9eb8b50a070 Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents: 40518
diff changeset
160 into the search string. More precisely, it grabs text through
d9eb8b50a070 Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents: 40518
diff changeset
161 the next end of a word.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
162
Dave Love <fx@gnu.org>
parents:
diff changeset
163 @item
46934
d9eb8b50a070 Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents: 40518
diff changeset
164 Yanking now preserves all text properties that were in the killed
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
165 text. The variable @code{yank-excluded-properties} has been removed.
31334
e68fb610cc11 Rewritten for Emacs 21.
Eli Zaretskii <eliz@gnu.org>
parents: 25829
diff changeset
166
e68fb610cc11 Rewritten for Emacs 21.
Eli Zaretskii <eliz@gnu.org>
parents: 25829
diff changeset
167 @item
46934
d9eb8b50a070 Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents: 40518
diff changeset
168 Occur mode, Info mode, and Comint-derived modes now control
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
169 fontification in their own way, and @kbd{M-x font-lock-mode} has
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
170 nothing to do with it. To control fontification in Info mode, use the
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
171 variable @code{Info-fontify}.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
172
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
173 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
174 The Grep package has been merged with Compilation mode. Many
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
175 grep-specific commands and user options have thus been eliminated.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
176 Also, @kbd{M-x grep} never tries the GNU grep @samp{-H} option,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
177 and instead silently appends @file{/dev/null} to the command line.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
178
Dave Love <fx@gnu.org>
parents:
diff changeset
179 @item
46934
d9eb8b50a070 Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents: 40518
diff changeset
180 In Dired's @kbd{!} command, @samp{*} and @samp{?} now
d9eb8b50a070 Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents: 40518
diff changeset
181 cause substitution of the file names wherever they appear---not
d9eb8b50a070 Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents: 40518
diff changeset
182 only when they are surrounded by whitespace.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
183
Dave Love <fx@gnu.org>
parents:
diff changeset
184 @item
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
185 When a file is managed with version control, the command @kbd{C-x C-q}
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
186 (whose general meaning is to make a buffer read-only or writable) now
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
187 does so by checking the file in or out. Checking the file out makes
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
188 the buffer writable; checking it in makes the buffer read-only.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
189
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
190 You can still use @kbd{C-x v v} to do these operations if you wish;
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
191 its meaning is unchanged. If you want to control the buffer's
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
192 read-only flag without performing any version control operation,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
193 use @kbd{M-x toggle-read-only}.
31334
e68fb610cc11 Rewritten for Emacs 21.
Eli Zaretskii <eliz@gnu.org>
parents: 25829
diff changeset
194
e68fb610cc11 Rewritten for Emacs 21.
Eli Zaretskii <eliz@gnu.org>
parents: 25829
diff changeset
195 @item
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
196 SGML mode does not handle XML syntax, and does not have indentation
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
197 support.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
198
Dave Love <fx@gnu.org>
parents:
diff changeset
199 @item
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
200 Many Info mode commands have been removed. Incremental search in Info
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
201 searches only the current node.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
202
Dave Love <fx@gnu.org>
parents:
diff changeset
203 @item
46934
d9eb8b50a070 Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents: 40518
diff changeset
204 Many @code{etags} features for customizing parsing using regexps
d9eb8b50a070 Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents: 40518
diff changeset
205 have been removed.
31403
736bba059dd4 Mention new face attributes, fields, and Eshell. Suggested
Eli Zaretskii <eliz@gnu.org>
parents: 31334
diff changeset
206
736bba059dd4 Mention new face attributes, fields, and Eshell. Suggested
Eli Zaretskii <eliz@gnu.org>
parents: 31334
diff changeset
207 @item
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
208 The Emacs server now runs a small C program called @file{emacsserver},
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
209 rather than trying to handle everything in Emacs Lisp. Now there can
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
210 only be one Emacs server running at a time. The @code{server-mode}
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
211 command and @code{server-name} user option have been eliminated.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
212
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
213 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
214 The @file{emacsclient} program no longer accepts the @samp{--eval} and
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
215 @samp{--display} command line options.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
216
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
217 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
218 The command @code{quail-show-key}, for showing how to input a
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
219 character, has been removed.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
220
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
221 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
222 The default value of @code{keyboard-coding-system} is always
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
223 @code{nil}, regardless of your locale settings. If you want some
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
224 other value, set it yourself.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
225
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
226 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
227 Unicode support and unification between Latin-@var{n} character sets
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
228 have been removed. Cutting and pasting X selections does not support
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
229 ``extended segments'', so there are certain coding systems it cannot
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
230 handle.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
231
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
232 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
233 The input methods for Emacs are included in a separate distribution
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
234 called ``Leim''. To use this, you must extract the Leim tar file on
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
235 top of the Emacs distribution, into the same directory, before you
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
236 build Emacs.
32639
09353c2fcc8a (Antinews): Many changes from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 31403
diff changeset
237
09353c2fcc8a (Antinews): Many changes from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents: 31403
diff changeset
238 @item
60787
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
239 The following input methods have been eliminated: belarusian,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
240 bulgarian-bds, bulgarian-phonetic, chinese-sisheng, croatian, dutch,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
241 georgian, latin-alt-postfix, latin-postfix, latin-prefix,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
242 latvian-keyboard, lithuanian-numeric, lithuanian-keyboard,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
243 malayalam-inscript, rfc1345, russian-computer, sgml, slovenian,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
244 tamil-inscript ucs, ukrainian-computer, vietnamese-telex, and welsh.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
245
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
246 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
247 The following language environments have been eliminated: Belarusian,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
248 Bulgarian, Chinese-EUC-TW, Croatian, French, Georgian, Italian,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
249 Latin-6, Latin-7, Latvian, Lithuanian, Malayalam, Russian, Russian,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
250 Slovenian, Swedish, Tajik, Tamil, UTF-8, Ukrainian, Ukrainian, Welsh,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
251 and Windows-1255.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
252
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
253 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
254 The @code{code-pages} library, which contained various 8-bit coding
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
255 systems, has been removed.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
256
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
257 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
258 The Kmacro package has been replaced with a simple and elegant
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
259 keyboard macro system. Use @kbd{C-x (} to start a new keyboard macro,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
260 @kbd{C-x )} to end the macro, and @kbd{C-x e} to execute the last
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
261 macro.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
262
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
263 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
264 The Calc, CUA, GDB-UI, Ibuffer, Ido, Password, Printing, Reveal,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
265 Ruler-mode, SES, Table, Tramp, and URL packages have been removed.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
266 The Benchmark, Cfengine, Conf, Dns, Flymake, Python, Thumbs, and
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
267 Wdired modes have also been removed.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
268
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
269 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
270 The Emacs Lisp Reference Manual and the Introduction to Programming in
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
271 Emacs Lisp are now distributed separately, not in the Emacs
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
272 distribution.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
273
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
274 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
275 On MS Windows, there is no longer any support for tooltips, images,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
276 sound, different mouse pointer shapes, or pointing devices with more
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
277 than 3 buttons. If you want these features, consider switching to
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
278 another operating system. But even if you don't want these features,
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
279 you should still switch---for freedom's sake.
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
280
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
281 @item
01996d11af06 Total rewrite.
Richard M. Stallman <rms@gnu.org>
parents: 60735
diff changeset
282 Emacs will not use Unicode for clipboard operations on MS Windows.
31334
e68fb610cc11 Rewritten for Emacs 21.
Eli Zaretskii <eliz@gnu.org>
parents: 25829
diff changeset
283
e68fb610cc11 Rewritten for Emacs 21.
Eli Zaretskii <eliz@gnu.org>
parents: 25829
diff changeset
284 @item
e68fb610cc11 Rewritten for Emacs 21.
Eli Zaretskii <eliz@gnu.org>
parents: 25829
diff changeset
285 To keep up with decreasing computer memory capacity and disk space, many
60735
2ec10c700160 (Antinews): Refer to Emacs 21.4, not 21.3. Update copyright years.
Eli Zaretskii <eliz@gnu.org>
parents: 56165
diff changeset
286 other functions and files have been eliminated in Emacs 21.4.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
287 @end itemize
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 46937
diff changeset
288
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 46937
diff changeset
289 @ignore
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 46937
diff changeset
290 arch-tag: 32932bd9-46f5-41b2-8a0e-fb0cc4caeb29
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 46937
diff changeset
291 @end ignore