comparison etc/NEWS @ 107687:328e54bec8c9

Document Message mode as the default mail mode. * sending.texi (Sending Mail): Document the fact that Message mode is now the default mail mode. (Mail Format, Mail Headers): Document mail-from-style changes. (Mail Commands): Rename from Mail mode. Document Message mode. (Mail Misc): Rename from Mail mode Misc. (Mail Sending, Header Editing, Mail Misc): Switch to Message mode command names and update keybindings. (Header Editing): Document message-tab. De-document mail-self-blind, mail-default-reply-to, and mail-archive-file-name in favor of mail-default-headers. Ad index entries for user-full-name and user-mail-address. (Citing Mail): Update changes in Message mode behavior. Document mail-yank-prefix. (Mail Signature): New node, moved from Mail Misc. (Mail Aliases): Mail abbrevs are the default with Message mode. (Mail Methods): Note that Message mode is now the default. * rmail.texi (Rmail Reply): * text.texi (Text Mode): * major.texi (Major Modes): * mule.texi (Output Coding): Refer to Message mode. * custom.texi (Init Examples): Add xref to Mail Header. * emacs.texi (Top): Fix xrefs.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 27 Mar 2010 23:41:34 -0400
parents a7a7dd1d90a3
children 14f1ff916f19
comparison
equal deleted inserted replaced
107686:94ab0ee8d0c8 107687:328e54bec8c9
248 248
249 *** The new command `info-finder' replaces finder.el with a virtual Info 249 *** The new command `info-finder' replaces finder.el with a virtual Info
250 manual that generates an Info file which gives the same information 250 manual that generates an Info file which gives the same information
251 through a menu structure. 251 through a menu structure.
252 252
253 +++
253 ** Message mode is now the default mode for composing mail. 254 ** Message mode is now the default mode for composing mail.
254 255
255 The default for `mail-user-agent' is now message-user-agent, so the 256 The default for `mail-user-agent' is now message-user-agent, so the
256 C-x m (`compose-mail') command uses Message mode instead of Mail mode. 257 C-x m (`compose-mail') command uses Message mode instead of Mail mode.
257 258
258 Message mode has been included in Emacs, as part of the Gnus package, 259 Message mode has been included in Emacs, as part of the Gnus package,
259 for several years. It provides several features that are absent in 260 for several years. It provides several features that are absent in
260 Mail mode, such as MIME handling. 261 Mail mode, such as MIME handling.
261 262
263 ---
262 *** If the user has not customized mail-user-agent, `compose-mail' 264 *** If the user has not customized mail-user-agent, `compose-mail'
263 checks for Mail mode customizations, and issues a warning if these 265 checks for Mail mode customizations, and issues a warning if these
264 customizations are found. This alerts users who may otherwise be 266 customizations are found. This alerts users who may otherwise be
265 unaware that their mail configuration has changed. 267 unaware that their mail configuration has changed.
266 268
282 This starts an incremental search of the comint/shell input history. 284 This starts an incremental search of the comint/shell input history.
283 +++ 285 +++
284 *** ansi-color is now enabled by default in Shell mode. 286 *** ansi-color is now enabled by default in Shell mode.
285 To disable it, set ansi-color-for-comint-mode to nil. 287 To disable it, set ansi-color-for-comint-mode to nil.
286 288
287 +++
288 ** Tramp 289 ** Tramp
289 290 +++
290 *** New connection methods "rsyncc", "imap" and "imaps". 291 *** New connection methods "rsyncc", "imap" and "imaps".
291 On systems which support GVFS-Fuse, Tramp offers also the new 292 On systems which support GVFS-Fuse, Tramp offers also the new
292 connection methods "dav", "davs", "obex" and "synce". 293 connection methods "dav", "davs", "obex" and "synce".
293 294
294 ** VC and related modes 295 ** VC and related modes
315 --- 316 ---
316 *** vc-annotate supports annotations through file copies and renames, 317 *** vc-annotate supports annotations through file copies and renames,
317 it displays the old names for the files and it can show logs/diffs for 318 it displays the old names for the files and it can show logs/diffs for
318 the corresponding lines. Currently only Git and Mercurial take 319 the corresponding lines. Currently only Git and Mercurial take
319 advantage of this feature. 320 advantage of this feature.
320 321 ---
321 *** The log command in vc-annotate can display a single log entry 322 *** The log command in vc-annotate can display a single log entry
322 instead of redisplaying the full log. The RCS, CVS and SCCS VC 323 instead of redisplaying the full log. The RCS, CVS and SCCS VC
323 backends do not support this. 324 backends do not support this.
324 --- 325 ---
325 *** When a file is not found, VC will not try to check it out of RCS anymore. 326 *** When a file is not found, VC will not try to check it out of RCS anymore.
339 340
340 **** vc-dir requires at least git-1.5.5. 341 **** vc-dir requires at least git-1.5.5.
341 342
342 *** vc-bzr supports operating with shelves: the shelve list is 343 *** vc-bzr supports operating with shelves: the shelve list is
343 displayed in the *vc-dir* header, shelves can be created, removed and applied. 344 displayed in the *vc-dir* header, shelves can be created, removed and applied.
344 345 ---
345 *** log-edit-strip-single-file-name controls whether or not single filenames 346 *** log-edit-strip-single-file-name controls whether or not single filenames
346 are stripped when copying text from the ChangeLog to the *VC-Log* buffer. 347 are stripped when copying text from the ChangeLog to the *VC-Log* buffer.
347 348
348 ** Elint 349 ** Elint
349 --- 350 ---