diff options
| author | Paul Eggert | 2011-07-12 10:38:05 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-12 10:38:05 -0700 |
| commit | 2b64ccd2b5916083a421b0263a5bc1d3d075d82b (patch) | |
| tree | cd80e7dbca2a0bf71687688188d701fa61d52608 /etc | |
| parent | 82d66f4e89f12f5c5eb6e4a4f80745a69da6b710 (diff) | |
| parent | 077e3dda9478f958acb9c9d5b98e0f739726dea7 (diff) | |
| download | emacs-2b64ccd2b5916083a421b0263a5bc1d3d075d82b.tar.gz emacs-2b64ccd2b5916083a421b0263a5bc1d3d075d82b.zip | |
Merge from trunk.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 9 | ||||
| -rw-r--r-- | etc/MH-E-NEWS | 15 | ||||
| -rw-r--r-- | etc/NEWS | 25 |
3 files changed, 43 insertions, 6 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 1a9771a960a..bfe584c69a1 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-07-12 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | Release MH-E version 8.2.91. | ||
| 4 | |||
| 5 | * NEWS, MH-E-NEWS: Update for MH-E release 8.2.91. | ||
| 6 | |||
| 7 | * MH-E-NEWS: Mention that SourceForge MH-E users will have to | ||
| 8 | update their load-paths. | ||
| 9 | |||
| 1 | 2011-07-10 Bill Wohler <wohler@newt.com> | 10 | 2011-07-10 Bill Wohler <wohler@newt.com> |
| 2 | 11 | ||
| 3 | Release MH-E version 8.2.90. | 12 | Release MH-E version 8.2.90. |
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS index 0db76bb1237..a46354d7b7b 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS | |||
| @@ -3,6 +3,18 @@ | |||
| 3 | Copyright (C) 2001-2011 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | * Changes in MH-E 8.2.91 | ||
| 7 | |||
| 8 | Version 8.2.91 fixes the folder window problem that was introduced | ||
| 9 | in 8.2.90. It also fixes compilation warnings in XEmacs 21.5.31, as | ||
| 10 | well as an error when running XEmacs 21.5.31 in a terminal. | ||
| 11 | |||
| 12 | Another implication of the VCS change is that users who download MH-E | ||
| 13 | from SourceForge and explicitly load MH-E will have to be change their | ||
| 14 | `load-path' to "/path/to/mh-e/emacs/trunk/lisp/mh-e" instead. Note the | ||
| 15 | addition of "trunk." | ||
| 16 | |||
| 17 | This version of MH-E is packaged with GNU Emacs 24.1 | ||
| 6 | 18 | ||
| 7 | * Changes in MH-E 8.2.90 | 19 | * Changes in MH-E 8.2.90 |
| 8 | 20 | ||
| @@ -15,8 +27,7 @@ scripts. | |||
| 15 | Otherwise, this is a small release that includes mostly internal | 27 | Otherwise, this is a small release that includes mostly internal |
| 16 | changes from the Emacs team. One of these changes manifests itself in | 28 | changes from the Emacs team. One of these changes manifests itself in |
| 17 | the user interface--you can now complete folders with abbreviations, | 29 | the user interface--you can now complete folders with abbreviations, |
| 18 | meaning that `+f/b/b TAB' can complete to `+foo/bar/baz'. This version | 30 | meaning that `+f/b/b TAB' can complete to `+foo/bar/baz'. |
| 19 | of MH-E is packaged with GNU Emacs 24.1 | ||
| 20 | 31 | ||
| 21 | Also, RFC 2047-encoded Subject header fields in replies are now | 32 | Also, RFC 2047-encoded Subject header fields in replies are now |
| 22 | decoded. | 33 | decoded. |
| @@ -58,13 +58,16 @@ automatically select it. | |||
| 58 | 58 | ||
| 59 | * Startup Changes in Emacs 24.1 | 59 | * Startup Changes in Emacs 24.1 |
| 60 | 60 | ||
| 61 | --- | ||
| 61 | ** The --unibyte, --multibyte, --no-multibyte, and --no-unibyte | 62 | ** The --unibyte, --multibyte, --no-multibyte, and --no-unibyte |
| 62 | command line arguments, and the EMACS_UNIBYTE environment variable, no | 63 | command line arguments, and the EMACS_UNIBYTE environment variable, no |
| 63 | longer have any effect. (They were declared obsolete in Emacs 23.) | 64 | longer have any effect. (They were declared obsolete in Emacs 23.) |
| 64 | 65 | ||
| 66 | +++ | ||
| 65 | ** New command line option `--no-site-lisp' removes site-lisp directories | 67 | ** New command line option `--no-site-lisp' removes site-lisp directories |
| 66 | from load-path. -Q now implies this. | 68 | from load-path. -Q now implies this. |
| 67 | 69 | ||
| 70 | --- | ||
| 68 | ** On Windows, Emacs now warns when the obsolete _emacs init file is used, | 71 | ** On Windows, Emacs now warns when the obsolete _emacs init file is used, |
| 69 | and also when HOME is set to C:\ by default. | 72 | and also when HOME is set to C:\ by default. |
| 70 | 73 | ||
| @@ -77,6 +80,7 @@ pops up *Messages*" feature, which can now easily be changed. | |||
| 77 | 80 | ||
| 78 | ** emacsclient changes | 81 | ** emacsclient changes |
| 79 | 82 | ||
| 83 | +++ | ||
| 80 | *** New emacsclient argument --parent-id ID can be used to open a | 84 | *** New emacsclient argument --parent-id ID can be used to open a |
| 81 | client frame in parent X window ID, via XEmbed. This works like the | 85 | client frame in parent X window ID, via XEmbed. This works like the |
| 82 | --parent-id argument to Emacs. | 86 | --parent-id argument to Emacs. |
| @@ -88,10 +92,12 @@ client frame in parent X window ID, via XEmbed. This works like the | |||
| 88 | *** New emacsclient argument --frame-parameters can be used to set the | 92 | *** New emacsclient argument --frame-parameters can be used to set the |
| 89 | frame parameters of a newly-created graphical frame. | 93 | frame parameters of a newly-created graphical frame. |
| 90 | 94 | ||
| 95 | +++ | ||
| 91 | *** If emacsclient shuts down as a result of Emacs signalling an | 96 | *** If emacsclient shuts down as a result of Emacs signalling an |
| 92 | error, its exit status is 1. | 97 | error, its exit status is 1. |
| 93 | 98 | ||
| 94 | ** Completion | 99 | ** Completion |
| 100 | |||
| 95 | *** shell-mode uses pcomplete rules, with the standard completion UI. | 101 | *** shell-mode uses pcomplete rules, with the standard completion UI. |
| 96 | 102 | ||
| 97 | *** Many packages have been changed to use completion-at-point rather than | 103 | *** Many packages have been changed to use completion-at-point rather than |
| @@ -353,6 +359,7 @@ replaced with Lisp commands `doc-file-to-man' and `doc-file-to-info'. | |||
| 353 | ** The standalone program `fakemail' has been removed. | 359 | ** The standalone program `fakemail' has been removed. |
| 354 | If you need it, feedmail.el ought to provide a superset of the functionality. | 360 | If you need it, feedmail.el ought to provide a superset of the functionality. |
| 355 | 361 | ||
| 362 | +++ | ||
| 356 | ** The variable `focus-follows-mouse' now always defaults to nil. | 363 | ** The variable `focus-follows-mouse' now always defaults to nil. |
| 357 | 364 | ||
| 358 | ** New primitive `secure-hash' that supports many secure hash algorithms | 365 | ** New primitive `secure-hash' that supports many secure hash algorithms |
| @@ -419,42 +426,52 @@ use the primary selection. | |||
| 419 | In the following, we provide a list of these changes, followed by a | 426 | In the following, we provide a list of these changes, followed by a |
| 420 | list of steps to get the old behavior back if you prefer that. | 427 | list of steps to get the old behavior back if you prefer that. |
| 421 | 428 | ||
| 422 | *** `mouse-drag-copy-region' now defaults to nil. | 429 | +++ |
| 423 | *** `select-active-regions' now defaults to t. | 430 | *** `select-active-regions' now defaults to t. |
| 424 | Merely selecting text (e.g. with drag-mouse-1) no longer puts it in | 431 | Merely selecting text (e.g. with drag-mouse-1) no longer puts it in |
| 425 | the kill-ring. The selected text is put in the primary selection, if | 432 | the kill ring. The selected text is put in the primary selection, if |
| 426 | the system possesses a separate primary selection facility (e.g. X). | 433 | the system possesses a separate primary selection facility (e.g. X). |
| 427 | 434 | ||
| 435 | +++ | ||
| 428 | **** `select-active-regions' also accepts a new value, `only'. | 436 | **** `select-active-regions' also accepts a new value, `only'. |
| 429 | This means to only set the primary selection for temporarily active | 437 | This means to only set the primary selection for temporarily active |
| 430 | regions (usually made by mouse-dragging or shift-selection); | 438 | regions (usually made by mouse-dragging or shift-selection); |
| 431 | "ordinary" active regions, such as those made with C-SPC followed by | 439 | "ordinary" active regions, such as those made with C-SPC followed by |
| 432 | point motion, do not alter the primary selection. | 440 | point motion, do not alter the primary selection. |
| 433 | 441 | ||
| 442 | --- | ||
| 443 | **** `mouse-drag-copy-region' now defaults to nil. | ||
| 444 | |||
| 445 | +++ | ||
| 434 | *** mouse-2 is now bound to `mouse-yank-primary'. | 446 | *** mouse-2 is now bound to `mouse-yank-primary'. |
| 435 | This pastes from the primary selection, ignoring the kill-ring. | 447 | This pastes from the primary selection, ignoring the kill-ring. |
| 436 | Previously, mouse-2 was bound to `mouse-yank-at-click'. | 448 | Previously, mouse-2 was bound to `mouse-yank-at-click'. |
| 437 | 449 | ||
| 450 | +++ | ||
| 438 | *** `x-select-enable-clipboard' now defaults to t on all platforms. | 451 | *** `x-select-enable-clipboard' now defaults to t on all platforms. |
| 452 | +++ | ||
| 439 | *** `x-select-enable-primary' now defaults to nil. | 453 | *** `x-select-enable-primary' now defaults to nil. |
| 440 | Thus, commands that kill text or copy it to the kill-ring (such as | 454 | Thus, commands that kill text or copy it to the kill-ring (such as |
| 441 | M-w, C-w, and C-k) also use the clipboard---not the primary selection. | 455 | M-w, C-w, and C-k) also use the clipboard---not the primary selection. |
| 442 | 456 | ||
| 457 | --- | ||
| 443 | **** The "Copy", "Cut", and "Paste" items in the "Edit" menu are now | 458 | **** The "Copy", "Cut", and "Paste" items in the "Edit" menu are now |
| 444 | exactly equivalent to, respectively M-w, C-w, and C-y. | 459 | exactly equivalent to, respectively M-w, C-w, and C-y. |
| 445 | 460 | ||
| 461 | --- | ||
| 446 | **** Note that on MS-Windows, `x-select-enable-clipboard' was already | 462 | **** Note that on MS-Windows, `x-select-enable-clipboard' was already |
| 447 | non-nil by default, as Windows does not support the primary selection | 463 | non-nil by default, as Windows does not support the primary selection |
| 448 | between applications. | 464 | between applications. |
| 449 | 465 | ||
| 466 | --- | ||
| 450 | *** To return to the previous behavior, do the following: | 467 | *** To return to the previous behavior, do the following: |
| 451 | |||
| 452 | **** Change `select-active-regions' to nil. | 468 | **** Change `select-active-regions' to nil. |
| 453 | **** Change `mouse-drag-copy-region' to t. | 469 | **** Change `mouse-drag-copy-region' to t. |
| 454 | **** Change `x-select-enable-primary' to t (on X only). | 470 | **** Change `x-select-enable-primary' to t (on X only). |
| 455 | **** Change `x-select-enable-clipboard' to nil. | 471 | **** Change `x-select-enable-clipboard' to nil. |
| 456 | **** Bind `mouse-yank-at-click' to mouse-2. | 472 | **** Bind `mouse-yank-at-click' to mouse-2. |
| 457 | 473 | ||
| 474 | +++ | ||
| 458 | *** Support for X cut buffers has been removed. | 475 | *** Support for X cut buffers has been removed. |
| 459 | 476 | ||
| 460 | *** Support for X clipboard managers has been added. | 477 | *** Support for X clipboard managers has been added. |
| @@ -475,7 +492,7 @@ $ESHELL nor variable `explicit-shell-file-name' is set. | |||
| 475 | 492 | ||
| 476 | ** MH-E | 493 | ** MH-E |
| 477 | 494 | ||
| 478 | *** Upgraded to MH-E version 8.2.90. See MH-E-NEWS for details. | 495 | *** Upgraded to MH-E version 8.2.91. See MH-E-NEWS for details. |
| 479 | 496 | ||
| 480 | ** comint and modes derived from it use the generic completion code. | 497 | ** comint and modes derived from it use the generic completion code. |
| 481 | 498 | ||