diff options
| author | Joakim Verona | 2015-02-08 21:55:28 +0100 |
|---|---|---|
| committer | Joakim Verona | 2015-02-08 21:55:28 +0100 |
| commit | 5e1d5ef39ca0d2fbff26d659f2ec6ce863b14529 (patch) | |
| tree | 860e0d53399626aee6249ebb5f972879f403b228 /etc/NEWS | |
| parent | 148262ce3db990ed16989341345e232570b3a338 (diff) | |
| parent | 7d631aa0ffab875e4979727f632703ad5b4100a2 (diff) | |
| download | emacs-xwidget.tar.gz emacs-xwidget.zip | |
merge masterxwidget
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -53,7 +53,7 @@ build with 'make V=1'. | |||
| 53 | group instead of a user if its argument is prefixed by ':' (a colon). | 53 | group instead of a user if its argument is prefixed by ':' (a colon). |
| 54 | This will cause the game score files in ${localstatedir}/games/emacs | 54 | This will cause the game score files in ${localstatedir}/games/emacs |
| 55 | to be owned by that group, and the helper program for updating them to | 55 | to be owned by that group, and the helper program for updating them to |
| 56 | be installed setgid. | 56 | be installed setgid. The option now defaults to the 'games' group. |
| 57 | 57 | ||
| 58 | --- | 58 | --- |
| 59 | ** The `grep-changelog' script (and its manual page) are no longer included. | 59 | ** The `grep-changelog' script (and its manual page) are no longer included. |
| @@ -66,6 +66,8 @@ so if you want to use it, you can always take a copy from an older Emacs. | |||
| 66 | 66 | ||
| 67 | * Changes in Emacs 25.1 | 67 | * Changes in Emacs 25.1 |
| 68 | 68 | ||
| 69 | ** New command `comment-line' bound to `C-x C-;'. | ||
| 70 | |||
| 69 | ** New function `custom-prompt-customize-unsaved-options' checks for | 71 | ** New function `custom-prompt-customize-unsaved-options' checks for |
| 70 | unsaved customizations and prompts user to customize (if found). | 72 | unsaved customizations and prompts user to customize (if found). |
| 71 | 73 | ||
| @@ -599,6 +601,10 @@ in languages like German where downcasing rules depend on grammar. | |||
| 599 | 601 | ||
| 600 | * Lisp Changes in Emacs 25.1 | 602 | * Lisp Changes in Emacs 25.1 |
| 601 | 603 | ||
| 604 | ** lexical closures can use (:documentation <form>) to build their docstring. | ||
| 605 | It should be placed right where the docstring would be, and <form> is then | ||
| 606 | evaluated (and should return a string) when the closure is built. | ||
| 607 | |||
| 602 | ** define-inline provides a new way to define inlinable functions. | 608 | ** define-inline provides a new way to define inlinable functions. |
| 603 | 609 | ||
| 604 | ** New function macroexpand-1 to perform a single step of macroexpansion. | 610 | ** New function macroexpand-1 to perform a single step of macroexpansion. |