aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2011-07-12 10:38:05 -0700
committerPaul Eggert2011-07-12 10:38:05 -0700
commit2b64ccd2b5916083a421b0263a5bc1d3d075d82b (patch)
treecd80e7dbca2a0bf71687688188d701fa61d52608 /etc
parent82d66f4e89f12f5c5eb6e4a4f80745a69da6b710 (diff)
parent077e3dda9478f958acb9c9d5b98e0f739726dea7 (diff)
downloademacs-2b64ccd2b5916083a421b0263a5bc1d3d075d82b.tar.gz
emacs-2b64ccd2b5916083a421b0263a5bc1d3d075d82b.zip
Merge from trunk.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog9
-rw-r--r--etc/MH-E-NEWS15
-rw-r--r--etc/NEWS25
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 @@
12011-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
12011-07-10 Bill Wohler <wohler@newt.com> 102011-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 @@
3Copyright (C) 2001-2011 Free Software Foundation, Inc. 3Copyright (C) 2001-2011 Free Software Foundation, Inc.
4See the end of the file for license conditions. 4See the end of the file for license conditions.
5 5
6* Changes in MH-E 8.2.91
7
8Version 8.2.91 fixes the folder window problem that was introduced
9in 8.2.90. It also fixes compilation warnings in XEmacs 21.5.31, as
10well as an error when running XEmacs 21.5.31 in a terminal.
11
12Another implication of the VCS change is that users who download MH-E
13from 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
15addition of "trunk."
16
17This 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.
15Otherwise, this is a small release that includes mostly internal 27Otherwise, this is a small release that includes mostly internal
16changes from the Emacs team. One of these changes manifests itself in 28changes from the Emacs team. One of these changes manifests itself in
17the user interface--you can now complete folders with abbreviations, 29the user interface--you can now complete folders with abbreviations,
18meaning that `+f/b/b TAB' can complete to `+foo/bar/baz'. This version 30meaning that `+f/b/b TAB' can complete to `+foo/bar/baz'.
19of MH-E is packaged with GNU Emacs 24.1
20 31
21Also, RFC 2047-encoded Subject header fields in replies are now 32Also, RFC 2047-encoded Subject header fields in replies are now
22decoded. 33decoded.
diff --git a/etc/NEWS b/etc/NEWS
index c32159f6540..8a37735b41f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
62command line arguments, and the EMACS_UNIBYTE environment variable, no 63command line arguments, and the EMACS_UNIBYTE environment variable, no
63longer have any effect. (They were declared obsolete in Emacs 23.) 64longer 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
66from load-path. -Q now implies this. 68from 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,
69and also when HOME is set to C:\ by default. 72and 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
81client frame in parent X window ID, via XEmbed. This works like the 85client 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
89frame parameters of a newly-created graphical frame. 93frame 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
92error, its exit status is 1. 97error, 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.
354If you need it, feedmail.el ought to provide a superset of the functionality. 360If 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.
419In the following, we provide a list of these changes, followed by a 426In the following, we provide a list of these changes, followed by a
420list of steps to get the old behavior back if you prefer that. 427list 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.
424Merely selecting text (e.g. with drag-mouse-1) no longer puts it in 431Merely selecting text (e.g. with drag-mouse-1) no longer puts it in
425the kill-ring. The selected text is put in the primary selection, if 432the kill ring. The selected text is put in the primary selection, if
426the system possesses a separate primary selection facility (e.g. X). 433the 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'.
429This means to only set the primary selection for temporarily active 437This means to only set the primary selection for temporarily active
430regions (usually made by mouse-dragging or shift-selection); 438regions (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
432point motion, do not alter the primary selection. 440point 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'.
435This pastes from the primary selection, ignoring the kill-ring. 447This pastes from the primary selection, ignoring the kill-ring.
436Previously, mouse-2 was bound to `mouse-yank-at-click'. 448Previously, 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.
440Thus, commands that kill text or copy it to the kill-ring (such as 454Thus, commands that kill text or copy it to the kill-ring (such as
441M-w, C-w, and C-k) also use the clipboard---not the primary selection. 455M-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
444exactly equivalent to, respectively M-w, C-w, and C-y. 459exactly 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
447non-nil by default, as Windows does not support the primary selection 463non-nil by default, as Windows does not support the primary selection
448between applications. 464between 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