Mercurial > emacs
comparison etc/GNUS-NEWS @ 80525:1e3a4955a638
Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-257
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 24 Apr 2008 04:51:03 +0000 |
parents | 0a860349969c |
children |
comparison
equal
deleted
inserted
replaced
80524:5b7bb12a8a8f | 80525:1e3a4955a638 |
---|---|
23 ** Lisp files are now installed in `.../site-lisp/gnus/' by default. It | 23 ** Lisp files are now installed in `.../site-lisp/gnus/' by default. It |
24 defaulted to `.../site-lisp/' formerly. In addition to this, the new | 24 defaulted to `.../site-lisp/' formerly. In addition to this, the new |
25 installer issues a warning if other Gnus installations which will shadow | 25 installer issues a warning if other Gnus installations which will shadow |
26 the latest one are detected. You can then remove those shadows manually | 26 the latest one are detected. You can then remove those shadows manually |
27 or remove them using `make remove-installed-shadows'. | 27 or remove them using `make remove-installed-shadows'. |
28 | |
29 ** The installation directory name is allowed to have spaces and/or tabs. | |
28 | 30 |
29 ** New `make.bat' for compiling and installing Gnus under MS Windows | 31 ** New `make.bat' for compiling and installing Gnus under MS Windows |
30 | 32 |
31 Use `make.bat' if you want to install Gnus under MS Windows, the first | 33 Use `make.bat' if you want to install Gnus under MS Windows, the first |
32 argument to the batch-program should be the directory where `xemacs.exe' | 34 argument to the batch-program should be the directory where `xemacs.exe' |
434 | 436 |
435 ** You can now drag and drop attachments to the Message buffer. See | 437 ** You can now drag and drop attachments to the Message buffer. See |
436 `mml-dnd-protocol-alist' and `mml-dnd-attach-options'. *Note MIME: | 438 `mml-dnd-protocol-alist' and `mml-dnd-attach-options'. *Note MIME: |
437 (message)MIME. | 439 (message)MIME. |
438 | 440 |
441 ** `auto-fill-mode' is enabled by default in Message mode. See | |
442 `message-fill-column'. *Note Message Headers: (message)Various Message | |
443 Variables. (New in Gnus 5.10.12 / Emacs 22.3) | |
444 | |
439 | 445 |
440 | 446 |
441 * Changes in back ends | 447 * Changes in back ends |
442 | 448 |
443 ** Gnus can display RSS newsfeeds as a newsgroup. *Note RSS::. | 449 ** Gnus can display RSS newsfeeds as a newsgroup. *Note RSS::. |
471 ** The menu bar item (in Message mode) named "MML" has been renamed to | 477 ** The menu bar item (in Message mode) named "MML" has been renamed to |
472 "Attachments". Note that this menu also contains security related | 478 "Attachments". Note that this menu also contains security related |
473 stuff, like signing and encryption (*note Security: (message)Security.). | 479 stuff, like signing and encryption (*note Security: (message)Security.). |
474 | 480 |
475 ** The tool bars have been updated to use GNOME icons in Group, Summary and | 481 ** The tool bars have been updated to use GNOME icons in Group, Summary and |
476 Message mode. You can also customize the tool bars. This is a new | 482 Message mode. You can also customize the tool bars: `M-x customize-apropos |
477 feature in Gnus 5.10.9. (Only for Emacs, not in XEmacs.) | 483 RET -tool-bar$' should get you started. (Only for Emacs, not in XEmacs.) |
478 | 484 |
479 ** The tool bar icons are now (de)activated correctly in the group buffer, | 485 ** The tool bar icons are now (de)activated correctly in the group buffer, |
480 see the variable `gnus-group-update-tool-bar'. Its default value | 486 see the variable `gnus-group-update-tool-bar'. Its default value |
481 depends on your Emacs version. This is a new feature in Gnus 5.10.9. | 487 depends on your Emacs version. This is a new feature in Gnus 5.10.9. |
482 | 488 |