diff options
| author | Paul Eggert | 2011-07-13 23:41:47 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-13 23:41:47 -0700 |
| commit | cf950e6bbdeec3f6aab3e119f26f9cd5d962ac2e (patch) | |
| tree | 1bdb0fd052770b8c3b0c6ea83fb7c6a9bfdd5b85 /etc | |
| parent | ca4aa9359160557f8103639fc3c0ccb16c6ba8d2 (diff) | |
| parent | 27fa387ad10e6a5639de1ab08e7559c06e9d802d (diff) | |
| download | emacs-cf950e6bbdeec3f6aab3e119f26f9cd5d962ac2e.tar.gz emacs-cf950e6bbdeec3f6aab3e119f26f9cd5d962ac2e.zip | |
Merge from trunk.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -986,6 +986,15 @@ sc.el, x-menu.el, rnews.el, rnewspost.el | |||
| 986 | 986 | ||
| 987 | * Lisp changes in Emacs 24.1 | 987 | * Lisp changes in Emacs 24.1 |
| 988 | 988 | ||
| 989 | ** Window changes | ||
| 990 | |||
| 991 | *** `switch-to-buffer' has a new optional argument FORCE-SAME-WINDOW, | ||
| 992 | which if non-nil requires the buffer to be displayed in the currently | ||
| 993 | selected window, signaling an error otherwise. If nil, another window | ||
| 994 | can be used, e.g. if the selected one is strongly dedicated. | ||
| 995 | |||
| 996 | *** FIXME: buffer-display-alist changes | ||
| 997 | |||
| 989 | ** Completion | 998 | ** Completion |
| 990 | *** New variable completion-extra-properties used to specify extra properties | 999 | *** New variable completion-extra-properties used to specify extra properties |
| 991 | of the current completion: | 1000 | of the current completion: |