diff options
| author | K. Handa | 2015-09-02 18:28:54 +0900 |
|---|---|---|
| committer | K. Handa | 2015-09-02 18:28:54 +0900 |
| commit | e7b62736aade24620c8ba6fa6bd467d017f16ee0 (patch) | |
| tree | d00a2203437a168b2414c6b73afc00a88d90b4b1 /etc | |
| parent | ae08d073d7e2738580341534adc3c5924dc76860 (diff) | |
| parent | 30866274e21c5f0a1c5f60cfe290743e7d482349 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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. |
| 314 | See `prog-indentation-context' and `prog-widen'. | 315 | See `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 | ||
| 970 | prefix-command-preserve-state-hook, to allow the definition of prefix | ||
| 971 | commands 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'. |