diff options
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -45,6 +45,7 @@ Use `set-scroll-bar-mode' to change this. | |||
| 45 | 45 | ||
| 46 | * Changes in Specialized Modes and Packages in Emacs 24.1 | 46 | * Changes in Specialized Modes and Packages in Emacs 24.1 |
| 47 | 47 | ||
| 48 | ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. | ||
| 48 | ** Customize | 49 | ** Customize |
| 49 | 50 | ||
| 50 | *** Customize buffers now contain a search field. | 51 | *** Customize buffers now contain a search field. |
| @@ -81,6 +82,12 @@ buffers. | |||
| 81 | ** s-region.el is now declared obsolete, superceded by shift-select-mode | 82 | ** s-region.el is now declared obsolete, superceded by shift-select-mode |
| 82 | enabled by default in 23.1. | 83 | enabled by default in 23.1. |
| 83 | 84 | ||
| 85 | ** gdb-mi | ||
| 86 | |||
| 87 | *** GDB User Interface migrated to GDB Machine Interface and now | ||
| 88 | supports multithread non-stop debugging and debugging of several | ||
| 89 | threads simultaneously. | ||
| 90 | |||
| 84 | 91 | ||
| 85 | * New Modes and Packages in Emacs 24.1 | 92 | * New Modes and Packages in Emacs 24.1 |
| 86 | 93 | ||
| @@ -94,6 +101,8 @@ Secret Service API requires D-Bus for communication. | |||
| 94 | 101 | ||
| 95 | * Lisp changes in Emacs 24.1 | 102 | * Lisp changes in Emacs 24.1 |
| 96 | 103 | ||
| 104 | ** New completion style `substring'. | ||
| 105 | |||
| 97 | ** Image API | 106 | ** Image API |
| 98 | 107 | ||
| 99 | *** When the image type is one of listed in `image-animated-types' | 108 | *** When the image type is one of listed in `image-animated-types' |