aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJohn Wiegley2016-03-03 23:52:27 -0800
committerJohn Wiegley2016-03-03 23:52:27 -0800
commit68fa05fd936aeb5ed4d39a48c570b1d4c29e8f9c (patch)
treed89797f701d48ac631cd7afb6db6fc47163ea9a9 /etc
parentb6b565b4a1d0fedede8dbd325af1d4c63ec5ec58 (diff)
parente6a381956048113f00ef08340e6f31df93ee0158 (diff)
downloademacs-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/NEWS13
1 files changed, 12 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cf09350d173..8c7f4942ac5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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)'.
592In order to have the last place in every file saved it is no longer
593sufficient 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'
596variable is now an obsolete alias for `save-place-mode', which
597replaces it.
592 598
593** ERC 599** ERC
594 600
@@ -703,6 +709,11 @@ dependencies). This variable can also be manually customized.
703packages from `package-selected-packages' which are currently missing. 709packages from `package-selected-packages' which are currently missing.
704 710
705--- 711---
712*** `package-install' function now takes a DONT-SELECT argument. If
713this function is called interactively or if DONT-SELECT is nil, add the
714package 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
707installed strictly as dependencies but are no longer needed. 718installed strictly as dependencies but are no longer needed.
708 719