aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2015-01-21 00:26:56 +0100
committerJoakim Verona2015-01-21 00:26:56 +0100
commit8628a48fec7fcd8bdbbf6ce5808fc574631d1541 (patch)
tree3dfc3b71850123e7514ddb149a0ba768618cfddf /etc
parentffd9ee1d6412a6e61383930562e6167a458f0d5f (diff)
parent0dd19ac82662c5710e73852f438fd55e1d9225b7 (diff)
downloademacs-8628a48fec7fcd8bdbbf6ce5808fc574631d1541.tar.gz
emacs-8628a48fec7fcd8bdbbf6ce5808fc574631d1541.zip
Merge branch 'master' into xwidget
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS15
1 files changed, 13 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4551c9c6b79..548b54df0da 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -208,6 +208,8 @@ If you need your objects to be named, do it by inheriting from `eieio-named'.
208*** The <class>-list-p and <class>-child-p functions are declared obsolete. 208*** The <class>-list-p and <class>-child-p functions are declared obsolete.
209*** The <class> variables are declared obsolete. 209*** The <class> variables are declared obsolete.
210*** The <initarg> variables are declared obsolete. 210*** The <initarg> variables are declared obsolete.
211*** defgeneric and defmethod are declared obsolete.
212
211** ido 213** ido
212*** New command `ido-bury-buffer-at-head' bound to C-S-b 214*** New command `ido-bury-buffer-at-head' bound to C-S-b
213Bury the buffer at the head of `ido-matches', analogous to how C-k 215Bury the buffer at the head of `ido-matches', analogous to how C-k
@@ -238,8 +240,12 @@ typing RET.
238result of the calculation into the current buffer. 240result of the calculation into the current buffer.
239 241
240** ElDoc 242** ElDoc
241*** New minor mode global-eldoc-mode 243*** New minor mode `global-eldoc-mode'
242*** eldoc-documentation-function now defaults to nil 244*** `eldoc-documentation-function' now defaults to `ignore'
245*** `describe-char-eldoc' displays information about character at point,
246and can be used as a default value of `eldoc-documentation-function'. It is
247useful when, for example, one needs to distinguish various spaces (e.g. ] [,
248] [, ] [, etc.) while using mono-spaced font.
243 249
244** eww 250** eww
245 251
@@ -494,6 +500,11 @@ As a result of the above, these commands are now obsolete:
494** let-alist is a new macro (and a package) that allows one to easily 500** let-alist is a new macro (and a package) that allows one to easily
495let-bind the values stored in an alist. 501let-bind the values stored in an alist.
496 502
503** `tildify-mode' allows to automatically insert hard spaces as one
504types the text. Breaking line after a single-character words is
505forbidden by Czech and Polish typography (and may be discouraged in
506other languages), so `auto-tildify-mode' makes it easier to create
507a typographically-correct documents.
497 508
498* Incompatible Lisp Changes in Emacs 25.1 509* Incompatible Lisp Changes in Emacs 25.1
499 510