aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2007-02-22 09:32:56 +0000
committerThien-Thi Nguyen2007-02-22 09:32:56 +0000
commit400cf56b276c68d4086779fc5fe6f5c525d227ff (patch)
tree16c65aebf93af4e2646b88012cf2fe036bb3a5b6
parentaa90bc7c549f5bba6b37b44ca9182da183ac635e (diff)
downloademacs-400cf56b276c68d4086779fc5fe6f5c525d227ff.tar.gz
emacs-400cf56b276c68d4086779fc5fe6f5c525d227ff.zip
Grammar and capitalization fixes; nfc.
-rw-r--r--etc/NEWS24
1 files changed, 12 insertions, 12 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3f8e9eb54d6..87fd0bb3ff9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -140,7 +140,7 @@ much pure storage it will approximately need.
140 140
141** The script etc/emacs-buffer.gdb can be used with gdb to retrieve the 141** The script etc/emacs-buffer.gdb can be used with gdb to retrieve the
142contents of buffers from a core dump and save them to files easily, should 142contents of buffers from a core dump and save them to files easily, should
143emacs crash. 143Emacs crash.
144 144
145--- 145---
146** The Emacs terminal emulation in term.el uses a different terminfo name. 146** The Emacs terminal emulation in term.el uses a different terminfo name.
@@ -1679,7 +1679,7 @@ on the mode line, header line and display margin, when run in an xterm.
1679 1679
1680--- 1680---
1681*** Improved key bindings support when running in an xterm. 1681*** Improved key bindings support when running in an xterm.
1682When emacs is running in an xterm more key bindings are available. 1682When Emacs is running in an xterm more key bindings are available.
1683The following should work: 1683The following should work:
1684{C,S,C-S,A}-{right,left,up,down,prior,next,delete,insert,F1-12}. 1684{C,S,C-S,A}-{right,left,up,down,prior,next,delete,insert,F1-12}.
1685These key bindings work on xterm from X.org 6.8, they might not work on 1685These key bindings work on xterm from X.org 6.8, they might not work on
@@ -1822,7 +1822,7 @@ When the global mark is active, any text which is cut or copied is
1822automatically inserted at the global mark position. See the 1822automatically inserted at the global mark position. See the
1823commentary in cua-base.el for more global mark related commands. 1823commentary in cua-base.el for more global mark related commands.
1824 1824
1825The features of cua also works with the standard emacs bindings for 1825The features of cua also works with the standard Emacs bindings for
1826kill, copy, yank, and undo. If you want to use cua mode, but don't 1826kill, copy, yank, and undo. If you want to use cua mode, but don't
1827want the C-x, C-c, C-v, and C-z bindings, you can customize the 1827want the C-x, C-c, C-v, and C-z bindings, you can customize the
1828`cua-enable-cua-keys' variable. 1828`cua-enable-cua-keys' variable.
@@ -1855,7 +1855,7 @@ It is a modern replacement for zone-mode.el, which is now obsolete.
1855** The new global minor mode `file-name-shadow-mode' modifies the way 1855** The new global minor mode `file-name-shadow-mode' modifies the way
1856filenames being entered by the user in the minibuffer are displayed, so 1856filenames being entered by the user in the minibuffer are displayed, so
1857that it's clear when part of the entered filename will be ignored due to 1857that it's clear when part of the entered filename will be ignored due to
1858emacs' filename parsing rules. The ignored portion can be made dim, 1858Emacs' filename parsing rules. The ignored portion can be made dim,
1859invisible, or otherwise less visually noticeable. The display method can 1859invisible, or otherwise less visually noticeable. The display method can
1860be displayed by customizing the variable `file-name-shadow-properties'. 1860be displayed by customizing the variable `file-name-shadow-properties'.
1861 1861
@@ -1882,7 +1882,7 @@ The choices for the keypad keys in each of the above states are:
1882`Numeric keypad with decimal key' where the character produced by the 1882`Numeric keypad with decimal key' where the character produced by the
1883decimal key can be customized individually (for internationalization), 1883decimal key can be customized individually (for internationalization),
1884`Numeric Prefix Arg' where the keypad keys produce numeric prefix args 1884`Numeric Prefix Arg' where the keypad keys produce numeric prefix args
1885for emacs editing commands, `Cursor keys' and `Shifted Cursor keys' 1885for Emacs editing commands, `Cursor keys' and `Shifted Cursor keys'
1886where the keys work like (shifted) arrow keys, home/end, etc., and 1886where the keys work like (shifted) arrow keys, home/end, etc., and
1887`Unspecified/User-defined' where the keypad keys (kp-0, kp-1, etc.) 1887`Unspecified/User-defined' where the keypad keys (kp-0, kp-1, etc.)
1888are left unspecified and can be bound individually through the global 1888are left unspecified and can be bound individually through the global
@@ -4035,7 +4035,7 @@ If it is non-nil, the function lists only faces matching this regexp.
4035*** New functions `string-or-null-p' and `booleanp'. 4035*** New functions `string-or-null-p' and `booleanp'.
4036 4036
4037`string-or-null-p' returns non-nil iff OBJECT is a string or nil. 4037`string-or-null-p' returns non-nil iff OBJECT is a string or nil.
4038`booleanp' returns non-nil iff OBJECT is a t or nil. 4038`booleanp' returns non-nil iff OBJECT is t or nil.
4039 4039
4040+++ 4040+++
4041*** New hook `command-error-function'. 4041*** New hook `command-error-function'.
@@ -4415,7 +4415,7 @@ non-empty sequence of either word or symbol constituent characters, as
4415specified by the syntax table. 4415specified by the syntax table.
4416 4416
4417--- 4417---
4418*** rx.el has new corresponding `symbol-end' and `symbol-start' elements. 4418*** rx.el has new corresponding `symbol-start' and `symbol-end' elements.
4419 4419
4420+++ 4420+++
4421*** `skip-chars-forward' and `skip-chars-backward' now handle 4421*** `skip-chars-forward' and `skip-chars-backward' now handle
@@ -4450,7 +4450,7 @@ this function returns the regexp constructed from the variables
4450** Undo changes: 4450** Undo changes:
4451 4451
4452+++ 4452+++
4453*** `buffer-undo-list' can allows programmable elements. 4453*** `buffer-undo-list' allows programmable elements.
4454 4454
4455These elements have the form (apply FUNNAME . ARGS), where FUNNAME is 4455These elements have the form (apply FUNNAME . ARGS), where FUNNAME is
4456a symbol other than t or nil. That stands for a high-level change 4456a symbol other than t or nil. That stands for a high-level change
@@ -4887,13 +4887,13 @@ speech synthesis.
4887 4887
4888*** Adaptive read buffering of subprocess output. 4888*** Adaptive read buffering of subprocess output.
4889 4889
4890On some systems, when emacs reads the output from a subprocess, the 4890On some systems, when Emacs reads the output from a subprocess, the
4891output data is read in very small blocks, potentially resulting in 4891output data is read in very small blocks, potentially resulting in
4892very poor performance. This behavior can be remedied to some extent 4892very poor performance. This behavior can be remedied to some extent
4893by setting the new variable `process-adaptive-read-buffering' to a 4893by setting the new variable `process-adaptive-read-buffering' to a
4894non-nil value (the default), as it will automatically delay reading 4894non-nil value (the default), as it will automatically delay reading
4895from such processes, allowing them to produce more output before 4895from such processes, allowing them to produce more output before
4896emacs tries to read it. 4896Emacs tries to read it.
4897 4897
4898*** The new function `call-process-shell-command'. 4898*** The new function `call-process-shell-command'.
4899 4899
@@ -4927,7 +4927,7 @@ which was not compatible with the behavior of file reading.
4927 4927
4928*** The new `make-network-process' function makes network connections. 4928*** The new `make-network-process' function makes network connections.
4929It allows opening of stream and datagram connections to a server, as well as 4929It allows opening of stream and datagram connections to a server, as well as
4930create a stream or datagram server inside emacs. 4930create a stream or datagram server inside Emacs.
4931 4931
4932- A server is started using :server t arg. 4932- A server is started using :server t arg.
4933- Datagram connection is selected using :type 'datagram arg. 4933- Datagram connection is selected using :type 'datagram arg.
@@ -5934,7 +5934,7 @@ The hook is run with GC inhibited, so use it with care.
5934 5934
5935+++ 5935+++
5936** The new library button.el implements simple and fast `clickable 5936** The new library button.el implements simple and fast `clickable
5937buttons' in emacs buffers. Buttons are much lighter-weight than the 5937buttons' in Emacs buffers. Buttons are much lighter-weight than the
5938`widgets' implemented by widget.el, and can be used by lisp code that 5938`widgets' implemented by widget.el, and can be used by lisp code that
5939doesn't require the full power of widgets. Emacs uses buttons for 5939doesn't require the full power of widgets. Emacs uses buttons for
5940such things as help and apropos buffers. 5940such things as help and apropos buffers.