(Files and Directories): Update.
authorJesper Harder <harder@ifa.au.dk>
Thu, 2 Oct 2003 23:23:49 +0000 (23:23 +0000)
committerJesper Harder <harder@ifa.au.dk>
Thu, 2 Oct 2003 23:23:49 +0000 (23:23 +0000)
texi/ChangeLog
texi/emacs-mime.texi

index 639a2b5..afb90be 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-03  Jesper Harder  <harder@ifa.au.dk>
+
+       * emacs-mime.texi (Files and Directories): Update.
+
 2003-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus.texi (Filtering Spam Using The Spam ELisp Package): added
index 4e359b2..15df635 100644 (file)
@@ -430,6 +430,16 @@ parts.  Each function is applied successively to the file name.
 Ready-made functions include
 
 @table @code
+@item mm-file-name-delete-control
+@findex mm-file-name-delete-control
+Delete all control characters.
+
+@item mm-file-name-delete-gotchas
+@findex mm-file-name-delete-gotchas
+Delete characters that could have unintended consequences when used
+with flawed shell scripts, i.e. @samp{|}, @samp{>} and @samp{<}; and
+@samp{-}, @samp{.} as the first character.
+
 @item mm-file-name-delete-whitespace
 @findex mm-file-name-delete-whitespace
 Remove all whitespace.
@@ -448,7 +458,6 @@ Collapse multiple whitespace characters.
 Replace whitespace with underscores.  Set the variable
 @code{mm-file-name-replace-whitespace} to any other string if you do
 not like underscores.
-
 @end table
 
 The standard Emacs functions @code{capitalize}, @code{downcase},