aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorK. Handa2015-09-02 18:28:54 +0900
committerK. Handa2015-09-02 18:28:54 +0900
commite7b62736aade24620c8ba6fa6bd467d017f16ee0 (patch)
treed00a2203437a168b2414c6b73afc00a88d90b4b1 /etc
parentae08d073d7e2738580341534adc3c5924dc76860 (diff)
parent30866274e21c5f0a1c5f60cfe290743e7d482349 (diff)
downloademacs-e7b62736aade24620c8ba6fa6bd467d017f16ee0.tar.gz
emacs-e7b62736aade24620c8ba6fa6bd467d017f16ee0.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3832ffae1f4..c664e026d47 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -310,6 +310,7 @@ standards.
310 310
311* Changes in Specialized Modes and Packages in Emacs 25.1 311* Changes in Specialized Modes and Packages in Emacs 25.1
312 312
313** You can recompute the VC state of a file buffer with `M-x vc-refresh-state'
313** Prog mode has some support for multi-mode indentation. 314** Prog mode has some support for multi-mode indentation.
314See `prog-indentation-context' and `prog-widen'. 315See `prog-indentation-context' and `prog-widen'.
315 316
@@ -965,6 +966,10 @@ be updated accordingly.
965 966
966* Lisp Changes in Emacs 25.1 967* Lisp Changes in Emacs 25.1
967 968
969** New hooks prefix-command-echo-keystrokes-functions and
970prefix-command-preserve-state-hook, to allow the definition of prefix
971commands other than the predefined C-u.
972
968** New functions `filepos-to-bufferpos' and `bufferpos-to-filepos'. 973** New functions `filepos-to-bufferpos' and `bufferpos-to-filepos'.
969 974
970** The default value of `load-read-function' is now `read'. 975** The default value of `load-read-function' is now `read'.