Mercurial > emacs
annotate man/anti.texi @ 67418:28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 157-168)
- Merge from emacs--cvs-trunk--0
- Update from CVS
- Update from CVS: texi/message.texi: Fix default values.
2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/mm-decode.el (mm-discouraged-alternatives): Fix custom type.
Suggest image/.* in the doc string.
2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/mm-decode.el (mm-display-external): Use nametemplate (defined in
RFC1524) if it is in mailcap or add a suffix according to
mailcap-mime-extensions when generating a temp filename; postpone
deleting a temp file for 2 seconds for some wrappers, shell
scripts, and so on, which might exit right after having started a
viewer command as a background job.
2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gnus-art.el (gnus-default-article-saver): Add user-defined
`function' to custom type.
2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
* lisp/gnus/mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
parens.
2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
long lines.
(gnus-cache-delete-group): Wrap doc strings.
* lisp/gnus/gnus-agent.el (gnus-agent-rename-group)
(gnus-agent-delete-group): Wrap doc strings.
2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
* lisp/gnus/rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
of current-time-string.
2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
* lisp/gnus/nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
date header.
2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny patch)
* lisp/gnus/imap.el (imap-kerberos4-open): Ignore SSL stuff.
2005-11-14 Kevin Greiner <kevin.greiner@compsol.cc>
* lisp/gnus/gnus-agent.el (gnus-agent-article-alist-save-format): Changed
internal variable to a custom variable. Changed default value
from compressed(2) to uncompressed(1).
(gnus-agent-read-agentview): Reversed revision 7.8 to restore
support for uncompressed agentview files. Taken together, reading
the agentview file should now be 6-7 times faster.
(gnus-agent-long-article,
gnus-agent-short-article, gnus-agent-score): Renamed category
keywords to match gnus-cus.
(gnus-agent-summary-fetch-series): Modified to protect against
gnus-agent-summary-fetch-group clearing processable flags.
(gnus-agent-synchronize-group-flags): Update live group buffer as
synchronization may occur due to the user toggling the plugged
status.
(gnus-agent-braid-nov): Now tests new nov entries
for duplicates which are removed. The invalid sort check then
triggers a rescan after the sort as sorting may have moved
duplicate entries such that they can be cheaply detected.
(gnus-agent-read-local): Trivial fix to format of
error message to display actual error condition.
(gnus-agent-save-local): Avoid saving symbols that are bound to
nil as they simply result in a warning message in
gnus-agent-read-local.
(gnus-agent-fetch-group-1): Clear downloadable flag when article
successfully downloaded.
(gnus-agent-regenerate-group): Use
gnus-agent-synchronize-group-flags to reset read status in both
gnus and server.
* lisp/gnus/nntp.el (nntp-end-of-line): Doc fix.
(nntp-authinfo-rejected): New error condition.
(nntp-wait-for): Use new error condition to signal authentication
error.
(nntp-retrieve-data): Rethrow new error condition to break out of
recursive call to nntp-send-authinfo.
2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-start.el (gnus-dribble-read-file): Use make-local-variable
rather than make-variable-buffer-local for file-precious-flag.
2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
* lisp/gnus/gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
as a buffer-local variable. This avoids creating truncated
dribble files as a result of a hang up, eg.
2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
* lisp/gnus/pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
(pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
(pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
(pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
argument to all these routines, so the passphrase can be managed
externally and passed in to the system.
(pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
pgg-add-passphrase-to-cache function.
* lisp/gnus/pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
(pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
(pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
(pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
argument to all these routines, so the passphrase can be managed
externally and passed in to the system.
(pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
function.
2005-10-30 Chong Yidong <cyd@stupidchicken.com>
* lisp/gnus/imap.el (imap-open): Handle case where buffer is a buffer
object.
2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
* lisp/gnus/pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
part of the decoded armor to find the key-identifier.
(pgg-gpg-lookup-key-owner): New function to return the
human-readable identifier of a key owner.
(pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
key itself.
(pgg-gpg-decrypt-region): Prompt with the key owner (rather than
the key value) if we have a key and can match it against a secret
key. Also, added a note pointing out fact that the prompt only
indicates the first matching key.
* lisp/gnus/pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
pgg-decrypt-region.
(pgg-pending-timers): A new hash for tracking the passphrase cache
timers, so that new ones supercede old ones.
(pgg-add-passphrase-to-cache): Rename from
`pgg-add-passphrase-cache' to reduce confusion (all callers
changed). Modified to cancel old timers when new ones are added.
(pgg-remove-passphrase-from-cache): Rename from
`pgg-remove-passphrase-cache' to reduce confusion (all callers
changed). Modified to cancel old timers when their keys are
removed from the cache.
(pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
XEmacs, an indirection to delete-itimer.
(pgg-read-passphrase-from-cache, pgg-read-passphrase):
Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
users can only check cache without risk of prompting. Correct bug in
notruncate behavior.
(pgg-read-passphrase-from-cache, pgg-read-passphrase)
(pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
Add informative docstrings.
(pgg-decrypt): Convey provided passphrase in subordinate call to
pgg-decrypt-region.
2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
* lisp/gnus/pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
(pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
(pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
'passphrase' argument, so the passphrase can be managed externally
and then passed in to the system.
* lisp/gnus/pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
(pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
so the passphrase cache can be used reliably with identifiers
besides a pgp packet's key id.
* lisp/gnus/pgg-gpg.el (pgg-pgp-encrypt-region)
(pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
(pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
(pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
argument to all these routines, so the passphrase can be managed
externally and passed in to the system.
* lisp/gnus/pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
'notruncate' argument, so the passphrase cache can be used
reliably with identifiers besides a pgp packet's key id.
2005-10-29 Sascha Wilde <swilde@sha-bang.de>
* lisp/gnus/pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
symmetric encryption.
(pgg-gpg-symmetric-key-p): New function to check for an symmetric
encrypted session key.
(pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
message ask for the passphrase in a proper way.
* lisp/gnus/pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
New user commands for symmetric encryption.
2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
* man/pgg.texi (User Commands): Fix description of pgg-verify-region.
(Selecting an implementation): Fix descriptions.
2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
* man/message.texi (Various Message Variables): Addition.
2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
* man/message.texi: Fix default values.
2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
* man/message.texi (Header Commands): Clarify descriptions of
message-cross-post-followup-to, message-reduce-to-to-cc, and
message-insert-wide-reply.
(Various Commands): Fix kindex for message-kill-to-signature;
clarify description of message-tab.
2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
* man/message.texi (Mailing Lists): Fix description about MFT.
* man/gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
* man/gnus.texi (Slow Terminal Connection): Replace old description
with new one.
2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
* man/gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
replace X-Draft-Headers with X-Draft-From.
2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
* man/gnus.texi (Various Various): Fix the default value of
nnheader-max-head-length.
(Gnus Versions): Fix typo.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 09 Dec 2005 08:57:58 +0000 |
parents | 142b6109f5b7 |
children | 6618150ff246 7beb78bc1f8e |
rev | line source |
---|---|
25829 | 1 @c This is part of the Emacs manual. |
64890
3723093a21fd
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64157
diff
changeset
|
2 @c Copyright (C) 2005 Free Software Foundation, Inc. |
25829 | 3 @c See file emacs.texi for copying conditions. |
4 | |
40518 | 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 | 7 |
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 | 12 |
13 @itemize @bullet | |
60787 | 14 |
25829 | 15 @item |
60787 | 16 The buffer position and line number are now displayed at the end of |
17 the mode line, where they can be more easily seen. | |
18 | |
19 @item | |
20 The mode line of the selected window is no longer displayed with a | |
64157
69672e0abb50
(Antinews): Mention mode-line-inverse-video.
Richard M. Stallman <rms@gnu.org>
parents:
63724
diff
changeset
|
21 special face. All mode lines are created equal. Meanwhile, you can |
69672e0abb50
(Antinews): Mention mode-line-inverse-video.
Richard M. Stallman <rms@gnu.org>
parents:
63724
diff
changeset
|
22 use the variable @code{mode-line-inverse-video} to control whether |
69672e0abb50
(Antinews): Mention mode-line-inverse-video.
Richard M. Stallman <rms@gnu.org>
parents:
63724
diff
changeset
|
23 mode lines are highlighted at all---@code{nil} means don't highlight |
69672e0abb50
(Antinews): Mention mode-line-inverse-video.
Richard M. Stallman <rms@gnu.org>
parents:
63724
diff
changeset
|
24 them. |
25829 | 25 |
26 @item | |
60787 | 27 Clicking on a link with the left mouse button (@kbd{mouse-1}) will |
28 always set point at the position clicked, instead of following the | |
29 link. If you want to follow the link, use the middle mouse button | |
30 (@kbd{mouse-2}). | |
31 | |
32 @item | |
33 Emacs is tired of X droppings. If you drop a file or a piece of text | |
34 onto an Emacs window, nothing will happen. | |
35 | |
36 @item | |
37 On an xterm, Emacs provides a more convincing simulation of a text | |
38 terminal by not responding to mouse-clicks on the mode-line, | |
39 header-line, or display margin. | |
31403
736bba059dd4
Mention new face attributes, fields, and Eshell. Suggested
Eli Zaretskii <eliz@gnu.org>
parents:
31334
diff
changeset
|
40 |
736bba059dd4
Mention new face attributes, fields, and Eshell. Suggested
Eli Zaretskii <eliz@gnu.org>
parents:
31334
diff
changeset
|
41 @item |
60787 | 42 For simplicity, windows always have fringes. We wouldn't want to |
43 in-fringe anyone's windows. Likewise, horizontal scrolling always | |
44 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
|
45 |
60787 | 46 @item |
47 The horizontal-bar cursor shape has been removed. | |
48 | |
49 @item | |
50 If command line arguments are given, Emacs will not display a splash | |
51 screen, so that you can immediately get on with your editing. The | |
52 command-line option @samp{--no-splash} is therefore obsolete, and has | |
53 been removed. | |
31334 | 54 |
55 @item | |
60787 | 56 The command line options @samp{--color}, @samp{--fullwidth}, |
57 @samp{--fullheight}, @samp{--fullscreen}, @samp{--no-blinking-cursor}, | |
58 @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
|
59 |
09353c2fcc8a
(Antinews): Many changes from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents:
31403
diff
changeset
|
60 @item |
60787 | 61 The @samp{--geometry} option applies only to the initial frame, and |
62 the @samp{-f} option will not read arguments for interactive | |
63 functions. | |
64 | |
65 @item | |
66544
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
64890
diff
changeset
|
66 We have standardized on one location for the user init file: the file |
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
64890
diff
changeset
|
67 named @file{.emacs} in your home directory. Emacs will not look for |
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
64890
diff
changeset
|
68 the init file in @file{~/.emacs.d/init.el}. Similarly, don't try |
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
64890
diff
changeset
|
69 putting @file{.emacs_SHELL} in @file{~/.emacs.d}; Emacs won't find it. |
60787 | 70 |
71 @item | |
72 Emacs will not read @file{~/.abbrev_defs} automatically. If you want | |
73 to load abbrev definitions from a file, you must always do so | |
74 explicitly. | |
25829 | 75 |
76 @item | |
46934
d9eb8b50a070
Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents:
40518
diff
changeset
|
77 When you are logged in as root, all files now give you writable |
60787 | 78 buffers, reflecting the fact that you can write any files. |
79 | |
80 @item | |
81 The maximum size of buffers and integer variables has been halved. On | |
82 32-bit machines, the maximum buffer size is now 128 megabytes. | |
83 | |
84 @item | |
85 An unquoted @samp{$} in a file name is now an error, if the following | |
86 name is not recognized as an environment variable. Thus, | |
87 the file name @file{foo$bar} would probably be an error. Meanwhile, | |
88 the @code{setenv} command does not expand @samp{$} at all. | |
89 | |
90 @item | |
91 Emacs will not query you if a command accumulates too much undo | |
92 information. If Emacs runs out of memory as a result, it will handle | |
93 this by crashing. | |
94 | |
95 @item | |
96 Many commands have been removed from the menus or rearranged. | |
97 | |
98 @item | |
99 The @kbd{C-h} (help) subcommands have been rearranged---especially | |
100 those that display specific files. Type @kbd{C-h C-h} to see a list | |
101 of these commands; that will show you what is different. | |
102 | |
103 @item | |
104 The @kbd{C-h v} and @kbd{C-h f} commands no longer show a hyperlink to | |
105 the C source code, even if it is available. If you want to find the | |
106 source code, grep for it. | |
107 | |
108 @item | |
109 The apropos commands will not accept a list of words to match, in | |
110 order to encourage users to be more specific. Also, the user option | |
111 @code{apropos-sort-by-scores} has been removed. | |
112 | |
113 @item | |
114 The minibuffer prompt is now displayed using the default face. | |
115 The colon is enough to show you what part is the prompt. | |
25829 | 116 |
117 @item | |
60787 | 118 Minibuffer completion commands always complete the entire minibuffer |
119 contents, just as if you had typed them at the end of the minibuffer, | |
120 no matter where point is actually located. | |
121 | |
122 @item | |
123 The command @code{backward-kill-sexp} is now bound to @kbd{C-M-delete} | |
124 and @kbd{C-M-backspace}. Be careful when using these key sequences! | |
125 It may shut down your X server, or reboot your operating system. | |
126 | |
127 @item | |
128 Commands to set the mark at a place away from point, including | |
129 @kbd{M-@@}, @kbd{M-h}, etc., don't do anything special when you repeat | |
130 them. In most cases, typing these commands multiple times is | |
131 equivalent to typing them once. @kbd{M-h} ignores numeric arguments. | |
132 | |
133 @item | |
134 If you want to repeat a jump to a previous mark, you should supply the | |
135 prefix argument explicitly. So, instead of typing @kbd{C-u C-SPC | |
136 C-SPC C-SPC}, type @kbd{C-u C-SPC C-u C-SPC C-u C-SPC}. | |
137 | |
138 @item | |
139 @kbd{C-@key{SPC} C-@key{SPC}} has no special meaning--it just sets the | |
140 mark twice. Neither does @kbd{C-u C-x C-x}, which simply exchanges | |
141 point and mark like @kbd{C-x C-x}. | |
142 | |
143 @item | |
144 The function @code{sentence-end} has been eliminated in favor of a | |
145 more straightforward approach: directly setting the variable | |
146 @code{sentence-end}. For example, to end each sentence with a single | |
147 space, use | |
148 | |
149 @lisp | |
150 (setq sentence-end "[.?!][]\"')@}]*\\($\\|[ \t]\\)[ \t\n]*") | |
151 @end lisp | |
152 | |
153 @item | |
154 The variable @code{fill-nobreak-predicate} is no longer customizable, | |
155 and it can only hold a single function. | |
156 | |
157 @item | |
63724
b152f0622fb6
(Antinews): Renamed show-nonbreak-escape to nobreak-char-display.
Richard M. Stallman <rms@gnu.org>
parents:
63216
diff
changeset
|
158 Nobreak spaces and hyphens are displayed just like normal characters, |
b152f0622fb6
(Antinews): Renamed show-nonbreak-escape to nobreak-char-display.
Richard M. Stallman <rms@gnu.org>
parents:
63216
diff
changeset
|
159 and the user option @code{nobreak-char-display} has been removed. |
37314
54d45f89210f
Mention effect of changing next-line-add-newlines.
Richard M. Stallman <rms@gnu.org>
parents:
36840
diff
changeset
|
160 |
54d45f89210f
Mention effect of changing next-line-add-newlines.
Richard M. Stallman <rms@gnu.org>
parents:
36840
diff
changeset
|
161 @item |
46934
d9eb8b50a070
Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents:
40518
diff
changeset
|
162 @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
|
163 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
|
164 the next end of a word. |
25829 | 165 |
166 @item | |
46934
d9eb8b50a070
Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents:
40518
diff
changeset
|
167 Yanking now preserves all text properties that were in the killed |
60787 | 168 text. The variable @code{yank-excluded-properties} has been removed. |
31334 | 169 |
170 @item | |
46934
d9eb8b50a070
Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents:
40518
diff
changeset
|
171 Occur mode, Info mode, and Comint-derived modes now control |
60787 | 172 fontification in their own way, and @kbd{M-x font-lock-mode} has |
173 nothing to do with it. To control fontification in Info mode, use the | |
174 variable @code{Info-fontify}. | |
175 | |
176 @item | |
177 The Grep package has been merged with Compilation mode. Many | |
178 grep-specific commands and user options have thus been eliminated. | |
179 Also, @kbd{M-x grep} never tries the GNU grep @samp{-H} option, | |
180 and instead silently appends @file{/dev/null} to the command line. | |
25829 | 181 |
182 @item | |
46934
d9eb8b50a070
Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents:
40518
diff
changeset
|
183 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
|
184 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
|
185 only when they are surrounded by whitespace. |
25829 | 186 |
187 @item | |
60787 | 188 When a file is managed with version control, the command @kbd{C-x C-q} |
189 (whose general meaning is to make a buffer read-only or writable) now | |
190 does so by checking the file in or out. Checking the file out makes | |
191 the buffer writable; checking it in makes the buffer read-only. | |
25829 | 192 |
60787 | 193 You can still use @kbd{C-x v v} to do these operations if you wish; |
194 its meaning is unchanged. If you want to control the buffer's | |
195 read-only flag without performing any version control operation, | |
196 use @kbd{M-x toggle-read-only}. | |
31334 | 197 |
198 @item | |
60787 | 199 SGML mode does not handle XML syntax, and does not have indentation |
200 support. | |
25829 | 201 |
202 @item | |
60787 | 203 Many Info mode commands have been removed. Incremental search in Info |
204 searches only the current node. | |
25829 | 205 |
206 @item | |
46934
d9eb8b50a070
Update for next release after 21.3.
Richard M. Stallman <rms@gnu.org>
parents:
40518
diff
changeset
|
207 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
|
208 have been removed. |
31403
736bba059dd4
Mention new face attributes, fields, and Eshell. Suggested
Eli Zaretskii <eliz@gnu.org>
parents:
31334
diff
changeset
|
209 |
736bba059dd4
Mention new face attributes, fields, and Eshell. Suggested
Eli Zaretskii <eliz@gnu.org>
parents:
31334
diff
changeset
|
210 @item |
60787 | 211 The Emacs server now runs a small C program called @file{emacsserver}, |
212 rather than trying to handle everything in Emacs Lisp. Now there can | |
213 only be one Emacs server running at a time. The @code{server-mode} | |
214 command and @code{server-name} user option have been eliminated. | |
215 | |
216 @item | |
217 The @file{emacsclient} program no longer accepts the @samp{--eval} and | |
218 @samp{--display} command line options. | |
219 | |
220 @item | |
221 The command @code{quail-show-key}, for showing how to input a | |
222 character, has been removed. | |
223 | |
224 @item | |
225 The default value of @code{keyboard-coding-system} is always | |
226 @code{nil}, regardless of your locale settings. If you want some | |
227 other value, set it yourself. | |
228 | |
229 @item | |
230 Unicode support and unification between Latin-@var{n} character sets | |
231 have been removed. Cutting and pasting X selections does not support | |
232 ``extended segments'', so there are certain coding systems it cannot | |
233 handle. | |
234 | |
235 @item | |
236 The input methods for Emacs are included in a separate distribution | |
237 called ``Leim''. To use this, you must extract the Leim tar file on | |
238 top of the Emacs distribution, into the same directory, before you | |
239 build Emacs. | |
32639
09353c2fcc8a
(Antinews): Many changes from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents:
31403
diff
changeset
|
240 |
09353c2fcc8a
(Antinews): Many changes from Richard Stallman.
Eli Zaretskii <eliz@gnu.org>
parents:
31403
diff
changeset
|
241 @item |
60787 | 242 The following input methods have been eliminated: belarusian, |
243 bulgarian-bds, bulgarian-phonetic, chinese-sisheng, croatian, dutch, | |
244 georgian, latin-alt-postfix, latin-postfix, latin-prefix, | |
245 latvian-keyboard, lithuanian-numeric, lithuanian-keyboard, | |
246 malayalam-inscript, rfc1345, russian-computer, sgml, slovenian, | |
247 tamil-inscript ucs, ukrainian-computer, vietnamese-telex, and welsh. | |
248 | |
249 @item | |
250 The following language environments have been eliminated: Belarusian, | |
251 Bulgarian, Chinese-EUC-TW, Croatian, French, Georgian, Italian, | |
252 Latin-6, Latin-7, Latvian, Lithuanian, Malayalam, Russian, Russian, | |
253 Slovenian, Swedish, Tajik, Tamil, UTF-8, Ukrainian, Ukrainian, Welsh, | |
254 and Windows-1255. | |
255 | |
256 @item | |
257 The @code{code-pages} library, which contained various 8-bit coding | |
258 systems, has been removed. | |
259 | |
260 @item | |
261 The Kmacro package has been replaced with a simple and elegant | |
262 keyboard macro system. Use @kbd{C-x (} to start a new keyboard macro, | |
263 @kbd{C-x )} to end the macro, and @kbd{C-x e} to execute the last | |
264 macro. | |
265 | |
266 @item | |
267 The Calc, CUA, GDB-UI, Ibuffer, Ido, Password, Printing, Reveal, | |
268 Ruler-mode, SES, Table, Tramp, and URL packages have been removed. | |
269 The Benchmark, Cfengine, Conf, Dns, Flymake, Python, Thumbs, and | |
270 Wdired modes have also been removed. | |
271 | |
272 @item | |
273 The Emacs Lisp Reference Manual and the Introduction to Programming in | |
274 Emacs Lisp are now distributed separately, not in the Emacs | |
275 distribution. | |
276 | |
277 @item | |
278 On MS Windows, there is no longer any support for tooltips, images, | |
279 sound, different mouse pointer shapes, or pointing devices with more | |
280 than 3 buttons. If you want these features, consider switching to | |
281 another operating system. But even if you don't want these features, | |
282 you should still switch---for freedom's sake. | |
283 | |
284 @item | |
285 Emacs will not use Unicode for clipboard operations on MS Windows. | |
31334 | 286 |
287 @item | |
288 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
|
289 other functions and files have been eliminated in Emacs 21.4. |
25829 | 290 @end itemize |
52401 | 291 |
292 @ignore | |
293 arch-tag: 32932bd9-46f5-41b2-8a0e-fb0cc4caeb29 | |
294 @end ignore |