* etc/images/mail/save.xpm, etc/images/mail/preview.xpm: Rename
char*.
+2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
+
+ * xemacs.mak: Remove outdated file. Use make.bat instead.
+
2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
* make.bat: Add note about "Out of environment space" on Windows
* gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
loaded.
+2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
+
+ * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
+ to "Emacs 23 (unicode)" in doc string.
+
+ * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
+ "Emacs 23 (unicode)" in comment.
+
2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
* mm-decode.el (mm-get-part): Don't use
;; We keep TAB as well.
(aset table ?\t nil)
;; We nix out any glyphs 127 through 255, or 127 through 159 in
- ;; Emacs 23, that are not set already.
+ ;; Emacs 23 (unicode), that are not set already.
(let ((i (if (ignore-errors (= (make-char 'latin-iso8859-1 160) 160))
160
256)))
worth using this macro in unibyte buffers of course). Use of
`(set-buffer-multibyte t)', which is run finally, is generally
harmful since it is likely to modify existing data in the buffer.
-For instance, it converts \"\\300\\255\" into \"\\255\" in Emacs 23."
+For instance, it converts \"\\300\\255\" into \"\\255\" in
+Emacs 23 (unicode)."
(let ((multibyte (make-symbol "multibyte"))
(buffer (make-symbol "buffer")))
`(if mm-emacs-mule
+2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
+
+ * xemacs.mak: Remove outdated file. Use make.bat instead.
+
+ * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
+
2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Mail Spool): nnml-use-compressed-files can be a
\e$B$"$j$^$;$s$G$7$?!#\e(B
@item
+@code{mm-fill-flowed} \e$B%*%W%7%g%s$G!H\e(Bformat=flowed\e$B!I%a%C%;!<%8$rN.F0%F%-%9\e(B
+\e$B%H$H$7$F=hM}$9$k$3$H$r$d$a$5$;$k$3$H$,$G$-$^$9!#$^$?!"\e(BPGP \e$B=pL>$,Kd$a9~$^\e(B
+\e$B$l$?%a%C%;!<%8$rAw?.$9$k$H$-!"N.F0%F%-%9%H$N=hM}$O9T$J$o$l$^$;$s!#\e(B(Gnus
+5.10.7 \e$B$N?75!G=\e(B)
+
+@item
Gnus \e$B$O\e(B RFC 2298 \e$B$N3+Iu3NG'MW5a$N@8@.$r%5%]!<%H$7$^$9!#\e(B
\e$B$3$l$O%a%C%;!<%8%b!<%I$N\e(B @kbd{C-c M-n} \e$B%-!<$G8F$S=P$5$l$^$9!#\e(B
versions.
@item
+The option @code{mm-fill-flowed} can be used to disable treatment of
+``format=flowed'' messages. Also, flowed text is disabled when sending
+inline PGP signed messages. (New in Gnus 5.10.7)
+
+@item
Gnus supports the generation of RFC 2298 Disposition Notification requests.
This is invoked with the @kbd{C-c M-n} key binding from message mode.