diff options
| author | John Wiegley | 2016-03-03 23:52:27 -0800 |
|---|---|---|
| committer | John Wiegley | 2016-03-03 23:52:27 -0800 |
| commit | 68fa05fd936aeb5ed4d39a48c570b1d4c29e8f9c (patch) | |
| tree | d89797f701d48ac631cd7afb6db6fc47163ea9a9 /etc | |
| parent | b6b565b4a1d0fedede8dbd325af1d4c63ec5ec58 (diff) | |
| parent | e6a381956048113f00ef08340e6f31df93ee0158 (diff) | |
| download | emacs-68fa05fd936aeb5ed4d39a48c570b1d4c29e8f9c.tar.gz emacs-68fa05fd936aeb5ed4d39a48c570b1d4c29e8f9c.zip | |
Merge from origin/emacs-25
e6a3819 Update HISTORY section in readme for the NextStep interface.
f67f1ed ; * doc/lispref/modes.texi (Font Lock Basics): Minor rewording.
7c81a0b Improve documentation of 'save-place-mode'
cab3f0a Allocate glyph matrices for the initial frame
e01c72f Fix white space in last checkin
370eb67 Make `insert-pair' always leave the cursor where documented
b594393 etc/NEWS: Mention the new second parameter to `package-install'
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 12 insertions, 1 deletions
| @@ -588,7 +588,13 @@ additionally need to add `getSelection' to `xterm-extra-capabilities'. | |||
| 588 | *** `xterm-mouse-mode' now supports mouse-tracking (if your xterm supports it). | 588 | *** `xterm-mouse-mode' now supports mouse-tracking (if your xterm supports it). |
| 589 | 589 | ||
| 590 | --- | 590 | --- |
| 591 | ** The `save-place' variable is replaced by `save-place-mode'. | 591 | ** To turn on `save-place' mode globally, you must call `(save-place-mode 1)'. |
| 592 | In order to have the last place in every file saved it is no longer | ||
| 593 | sufficient to load the saveplace library and set the default value of | ||
| 594 | `save-place' to non-nil. You must explicitly call the function | ||
| 595 | `save-place-mode' with a positive argument instead. The `save-place' | ||
| 596 | variable is now an obsolete alias for `save-place-mode', which | ||
| 597 | replaces it. | ||
| 592 | 598 | ||
| 593 | ** ERC | 599 | ** ERC |
| 594 | 600 | ||
| @@ -703,6 +709,11 @@ dependencies). This variable can also be manually customized. | |||
| 703 | packages from `package-selected-packages' which are currently missing. | 709 | packages from `package-selected-packages' which are currently missing. |
| 704 | 710 | ||
| 705 | --- | 711 | --- |
| 712 | *** `package-install' function now takes a DONT-SELECT argument. If | ||
| 713 | this function is called interactively or if DONT-SELECT is nil, add the | ||
| 714 | package being installed to `package-selected-packages'. | ||
| 715 | |||
| 716 | --- | ||
| 706 | *** New command `package-autoremove' removes all packages which were | 717 | *** New command `package-autoremove' removes all packages which were |
| 707 | installed strictly as dependencies but are no longer needed. | 718 | installed strictly as dependencies but are no longer needed. |
| 708 | 719 | ||