Add gnus-mime-delete-part, markup fixes and some other corrections.
authorReiner Steib <Reiner.Steib@gmx.de>
Wed, 30 Apr 2003 17:34:54 +0000 (17:34 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Wed, 30 Apr 2003 17:34:54 +0000 (17:34 +0000)
ChangeLog
GNUS-NEWS

index a5d1077..47fe086 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * GNUS-NEWS: Added Article Buttons.  Added Upgrading (from Simon
-       Josefsson).
+       Josefsson).  Add gnus-mime-delete-part, markup fixes and some
+       other corrections.
 
 2003-04-30  Jesper Harder  <harder@ifa.au.dk>
 
index 546816a..924a232 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -14,7 +14,7 @@ If you have tried Oort (the unstable Gnus branch leading to this
 release) but went back to a stable version, be careful when upgrading
 to this version.  In particular, you will probably want to remove all
 .marks (nnml) and .mrk (nnfolder) files, so that flags are read from
-your .newsrc.eld instead of from the .marks/.mrk file where this
+your ~/.newsrc.eld instead of from the .marks/.mrk file where this
 release store flags.  See a later entry for more information about
 marks.  Note that downgrading isn't save in general.
 
@@ -285,7 +285,7 @@ A new command which starts gnus offline in slave mode.
 ** message-insinuate-rmail
 
 Adding (message-insinuate-rmail) and (setq mail-user-agent
-'gnus-user-agent) in .emacs convinces RMAIL to compose, reply and
+'gnus-user-agent) in .emacs convinces Rmail to compose, reply and
 forward messages in message-mode, where you can enjoy the power of
 MML.
 
@@ -295,15 +295,16 @@ The line below enables BBDB in resending a message:
 
 (define-key message-minibuffer-local-map [(tab)] 'bbdb-complete-name)
 
-** Externalize attachments.
+** Externalizing and deleting of attachments.
 
 If gnus-gcc-externalize-attachments (or
 message-fcc-externalize-attachments) is non-nil, attach local files as
 external parts.
 
-Command gnus-mime-save-part-and-strip (bound to \C-o on MIME buttons)
-saves a part and replaces the part with an external one. It works only
-on back ends that support editing.
+The command gnus-mime-save-part-and-strip (bound to `C-o' on MIME
+buttons) saves a part and replaces the part with an external one.
+gnus-mime-delete-part (bound to `d' on MIME buttons) removes a part.
+It works only on back ends that support editing.
 
 ** gnus-default-charset
 
@@ -356,7 +357,8 @@ the MIME button.
 
 ** Message supports the Importance: (RFC 2156) header.
 
-In the message buffer, C-c C-f C-i or C-u cycles through the valid values.
+In the message buffer, `C-c C-f C-i' or `C-c C-u' cycles through the
+valid values.
 
 ** Gnus supports Cancel Locks in News.
 
@@ -400,13 +402,13 @@ This is supposedly what USEFOR wanted to migrate to.  See
 ** The nnml and nnfolder backends store marks for each groups.
 
 This makes it possible to take backup of nnml/nnfolder servers/groups
-separately of .newsrc.eld, while preserving marks.  It also makes it
+separately of ~/.newsrc.eld, while preserving marks.  It also makes it
 possible to share articles and marks between users (without sharing
-the .newsrc.eld file) within e.g. a department.  It works by storing
-the marks stored in .newsrc.eld in a per-group file ".marks" (for
+the ~/.newsrc.eld file) within e.g. a department.  It works by storing
+the marks stored in ~/.newsrc.eld in a per-group file ".marks" (for
 nnml) and "groupname.mrk" (for nnfolder, named "groupname").  If the
 nnml/nnfolder is moved to another machine, Gnus will automatically use
-the .marks or .mrk file instead of the information in .newsrc.eld.
+the .marks or .mrk file instead of the information in ~/.newsrc.eld.
 The new server variables `nnml-marks-is-evil' and
 `nnfolder-marks-is-evil' can be used to disable this feature.
 
@@ -414,7 +416,8 @@ The new server variables `nnml-marks-is-evil' and
 been renamed to "Gnus".
 
 ** The menu bar item (in Message mode) named "MML" has been renamed to
-"Attachments".
+"Attachments".  Note that this menu also contains security related
+stuff, like signing and encryption.
 
 ** gnus-group-charset-alist and gnus-group-ignored-charsets-alist.