aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2009-03-06 03:45:17 +0000
committerGlenn Morris2009-03-06 03:45:17 +0000
commit2e538385c68740485d38a9f93a38352bbc23591e (patch)
treee950d7d6412a7ddedcfdb92c5ff3f7d85f90f1fe /etc
parent7f8dba73a1d61f377706afdb51c96c65462e0fbf (diff)
downloademacs-2e538385c68740485d38a9f93a38352bbc23591e.tar.gz
emacs-2e538385c68740485d38a9f93a38352bbc23591e.zip
Rmail trivia, plus whitespace.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS23
1 files changed, 12 insertions, 11 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 029ee6daf02..c43192bd5f0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -21,9 +21,6 @@ When you add a new item, please add it without either +++ or ---
21so we will look at it and add it to the manual. 21so we will look at it and add it to the manual.
22 22
23 23
24* About external Lisp packages
25
26
27* Installation Changes in Emacs 23.1 24* Installation Changes in Emacs 23.1
28 25
29** The default X toolkit is now Gtk+, rather than Lucid. 26** The default X toolkit is now Gtk+, rather than Lucid.
@@ -60,7 +57,7 @@ a GIF library.
60This provides support for GNUstep (via the GNUstep libraries) and Mac 57This provides support for GNUstep (via the GNUstep libraries) and Mac
61OS X (via the Cocoa libraries). 58OS X (via the Cocoa libraries).
62 59
63Specify --with-ns to configure for this. By default, a self-contained 60Specify --with-ns to configure for this. By default, a self-contained
64app will be built (containing all lisp). To install/share lisp with 61app will be built (containing all lisp). To install/share lisp with
65other emacsen (e.g. X11 build) use --disable-ns-self-contained. See 62other emacsen (e.g. X11 build) use --disable-ns-self-contained. See
66nextstep/README and nextstep/INSTALL in the Emacs source directory. 63nextstep/README and nextstep/INSTALL in the Emacs source directory.
@@ -763,7 +760,7 @@ the first error encountered during compilations.
763says to stop auto scrolling at the first error that occurs. 760says to stop auto scrolling at the first error that occurs.
764--- 761---
765*** The `cc' alias for C++ files in `grep-file-aliases' has been 762*** The `cc' alias for C++ files in `grep-file-aliases' has been
766improved. `hh' can be used to match C++ header files and `cchh' both 763improved. `hh' can be used to match C++ header files and `cchh' both
767C++ sources and headers. 764C++ sources and headers.
768 765
769** Copyright 766** Copyright
@@ -905,7 +902,7 @@ history. See `Minibuffer changes', above.
905+++ 902+++
906** MH-E 903** MH-E
907 904
908*** Upgraded to MH-E version 8.1. See MH-E-NEWS for details. 905*** Upgraded to MH-E version 8.1. See MH-E-NEWS for details.
909 906
910** Python 907** Python
911*** The file etc/emacs.py now supports both Python 2 and 3, meaning 908*** The file etc/emacs.py now supports both Python 2 and 3, meaning
@@ -944,11 +941,11 @@ updating. Conceptually, the Rmail buffer that you see is no longer
944just a narrowed portion of the whole. So you cannot access the whole 941just a narrowed portion of the whole. So you cannot access the whole
945of a message (or message collection) by a simple save-restriction and 942of a message (or message collection) by a simple save-restriction and
946widen. Instead, there are two buffers: the rmail-buffer, and the 943widen. Instead, there are two buffers: the rmail-buffer, and the
947rmail-view-buffer. The former is the buffer that you see, the latter 944rmail-view-buffer. The former is the buffer that you see, the latter
948is invisible. Most of the time, the invisible `view' buffer contains 945is invisible. Most of the time, the invisible `view' buffer contains
949the full contents of the Rmail file, and the Rmail buffer contains a 946the full contents of the Rmail file, and the Rmail buffer contains a
950decoded copy of the current message (with only a subset of the 947decoded copy of the current message (with only a subset of the
951headers). In this state, Rmail is said to be `swapped'. 948headers). In this state, Rmail is said to be `swapped'.
952 949
953You may find the following functions useful: 950You may find the following functions useful:
954 951
@@ -961,7 +958,7 @@ message. To further narrow to just the headers, search forward for "\n\n".
961 958
962+++ 959+++
963*** The new command `rmail-mime' displays MIME messages. 960*** The new command `rmail-mime' displays MIME messages.
964It is bound to `v' in Rmail buffers and summaries. It displays plain 961It is bound to `v' in Rmail buffers and summaries. It displays plain
965text and multipart messages in a temporary buffer, and offers buttons 962text and multipart messages in a temporary buffer, and offers buttons
966to save attachments. 963to save attachments.
967 964
@@ -982,6 +979,10 @@ copies the full headers of the message.
982*** The C-o command is now `rmail-output-as-seen'. It uses 979*** The C-o command is now `rmail-output-as-seen'. It uses
983the message as displayed, appending it to an mbox file. 980the message as displayed, appending it to an mbox file.
984 981
982---
983*** The modified status of the Rmail buffer is reported in the mode-line.
984Previously, this information was hidden.
985
985** TeX modes 986** TeX modes
986--- 987---
987*** New option latex-indent-within-escaped-parens 988*** New option latex-indent-within-escaped-parens
@@ -1188,7 +1189,7 @@ w32-pass-multimedia-buttons to nil. See the doc string of that variable
1188for the list of extra keys that are available. 1189for the list of extra keys that are available.
1189 1190
1190** BDF fonts no longer supported on MS-Windows. 1191** BDF fonts no longer supported on MS-Windows.
1191The font backend was completely rewritten for this release. The focus 1192The font backend was completely rewritten for this release. The focus
1192on Windows has been getting acceptable performance and full unicode 1193on Windows has been getting acceptable performance and full unicode
1193support, including complex script shaping for native Windows fonts. A 1194support, including complex script shaping for native Windows fonts. A
1194rewrite of the BDF font support has not happened due to lack of time 1195rewrite of the BDF font support has not happened due to lack of time
@@ -1501,7 +1502,7 @@ or attribute/value plists. If this variable is buffer-local, the
1501remapping occurs only in that buffer. 1502remapping occurs only in that buffer.
1502 1503
1503*** text-scale-mode remaps the default face to a larger or smaller 1504*** text-scale-mode remaps the default face to a larger or smaller
1504size in the current buffer. This feature is used by the Buffer Face 1505size in the current buffer. This feature is used by the Buffer Face
1505menu and the new `C-x C-+', `C-x C--', and `C-x C-0' commands (see 1506menu and the new `C-x C-+', `C-x C--', and `C-x C-0' commands (see
1506Editing Changes, above). 1507Editing Changes, above).
1507 1508