]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS
* NEWS: Extended behaviour of dbus-register-{method,property}.
[gnu-emacs] / etc / NEWS
index 87df565f23b48932add43c450909cde16c582eef..c16925b11e94266e2c0614cb14f2c6932eba9481 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -222,6 +222,8 @@ the remote file-name cache is used for read access.
 ** The standalone programs lib-src/digest-doc and sorted-doc have been
 replaced with Lisp commands `doc-file-to-man' and `doc-file-to-info'.
 
+** The variable `focus-follows-mouse' now always defaults to nil.
+
 \f
 * Editing Changes in Emacs 24.1
 
@@ -539,6 +541,8 @@ listing object name completions when being sent text via
 
 *** An API for manipulating SQL product definitions has been added.
 
+** sregex.el is now obsolete, since rx.el is a strict superset.
+
 ** s-region.el is now declared obsolete, superceded by shift-select-mode
 enabled by default in 23.1.
 
@@ -553,6 +557,8 @@ threads simultaneously.
 *** It is possible now, to access alternative buses than the default
 system or session bus.
 
+*** dbus-register-{method,property} do not necessarily register names anymore.
+
 ** Tramp
 
 *** There exists a new inline access method "ksu" (kerberized su).
@@ -690,6 +696,9 @@ The command `read-color' now requires a match for a color name or RGB
 triplet, instead of signalling an error if the user provides a invalid
 input.
 
+** Tool-bars can display separators.
+Tool-bar separators are handled like menu separators in menu-bar maps,
+i.e. via menu entries of the form `(menu-item "--")'.
 
 ** Image API