* dbus.texi (Inspection): Rework, introduce submenus.
[bpt/emacs.git] / lisp / ChangeLog
index f5f436c..3bca75d 100644 (file)
@@ -1,3 +1,68 @@
+2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/dbus.el (dbus-interface-properties): New defconst.
+       (dbus-introspect): Update docstring.
+       (dbus-introspect-xml, dbus-introspect-get-attribute)
+       (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
+       (dbus-introspect-get-interface-names)
+       (dbus-introspect-get-interface, dbus-introspect-get-method-names)
+       (dbus-introspect-get-method, dbus-introspect-get-signal-names)
+       (dbus-introspect-get-signal, dbus-introspect-get-property-names)
+       (dbus-introspect-get-property)
+       (dbus-introspect-get-annotation-names)
+       (dbus-introspect-get-annotation)
+       (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
+       (dbus-introspect-get-signature, dbus-get-property)
+       (dbus-set-property, dbus-get-all-properties): New defuns.
+
+2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc.  and
+       ns-grabenv.elc.
+
+       * ns-carbon-compat.el: File removed.
+
+       * ns-grabenv.el: File removed.
+
+       * term/ns-win.el: Contents of ns-carbon-compat.el and
+       ns-grabenv.el moved here.
+       (ns-grabenv, ns-open-file-select-line): Doc fixes.
+       (ns-submit-bug-report): Function removed.  Reports go to the main
+       Emacs bug list.
+       (ns-handle-args, ns-spi-service-call): Doc fixes.
+       (info-ns-emacs): Function removed.  Nextstep port manual will be
+       merged into the Emacs manual, so no separate link needed.
+
+2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
+
+       * startup.el (fancy-splash-head): Fix change of 2008-07-02.
+
+2008-07-18  Glenn Morris  <rgm@gnu.org>
+
+       * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
+       to XEmacs, since it does nothing for Emacs.
+
+2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * net/tls.el (open-tls-stream): Make it work with the 2nd argument
+       BUFFER that is a string but does not exist as a buffer object, as
+       mentioned in the doc-string.
+
+2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (line-move-visual): Make it a defcustom.
+       (line-move-1): Convert temporary-goal-column back to an integer if
+       it was set as a float by a previous call to line-move-visual.
+       (end-of-visual-line, beginning-of-visual-line, kill-visual-line)
+       (next-logical-line, previous-logical-line)
+       (turn-on-visual-line-mode): New functions.
+       (visual-line-mode-map): New variable.
+       (visual-line-mode, global-visual-line-mode): New minor mode.
+
+2008-07-17  Glenn Morris  <rgm@gnu.org>
+
+       * term/ns-win.el (parameters): Declare for compiler.
+
 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
 
        * esh-arg.el (eshell-quote-backslash): Fix eshell path completion
        * frame.el (ns-initialize-window-system): Declare for compiler.
 
        * term/ns-win.el: Add numerous declarations for compiler.
-       (ns-pop-up-frames): Move definition before use. Doc fix.
+       (ns-pop-up-frames): Move definition before use.  Doc fix.
 
        * emacs-lisp/check-declare.el (check-declare-locate)
        (check-declare-verify): Handle .m files.
        * ns-grabenv.el: New file: functionality useful on OS X platform to
        expose environment variables inside Emacs started from icon.
        * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
-       * cus-edit.el
-       * cus-face.el
-       * disp-table.el
-       * faces.el
-       * info.el
-       * mouse.el
-       * mwheel.el
+       * cus-edit.el:
+       * cus-face.el:
+       * disp-table.el:
+       * faces.el:
+       * info.el:
+       * mouse.el:
+       * mwheel.el:
        * simple.el: Add ns to window systems treated as GUIs.
        * facemenu.el (facemenu-read-color): Don't require a name match under
        NS, to allow numeric color entry.
 
 2008-07-14  Jason Rumney  <jasonr@gnu.org>
 
-        * term/w32-win.el (x-handle-switch, x-handle-name-switch)
-        (x-handle-numeric-switch, x-handle-initial-switch)
-        (x-handle-xrm-switch, x-handle-args, x-handle-display)
-        (xw-defined-colors, w32-initialize-window-system):
-        Avoid use of cl pop and push macros.
+       * term/w32-win.el (x-handle-switch, x-handle-name-switch)
+       (x-handle-numeric-switch, x-handle-initial-switch)
+       (x-handle-xrm-switch, x-handle-args, x-handle-display)
+       (xw-defined-colors, w32-initialize-window-system):
+       Avoid use of cl pop and push macros.
 
 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
 
 
 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
 
-       * add-log.el (change-log-search-file-name): Use match-string-no-properties.
+       * add-log.el (change-log-search-file-name):
+       Use match-string-no-properties.
        (change-log-search-tag-name-1, change-log-search-tag-name)
        (change-log-goto-source-1, change-log-goto-source): New functions.
        (change-log-tag-re, change-log-find-head, change-log-find-tail):
 
 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
 
-       * simple.el (line-move-visual): Handle null pixel position
-       gracefully.
+       * simple.el (line-move-visual): Handle null pixel position gracefully.
 
 2008-07-11  Jason Rumney  <jasonr@gnu.org>
 
-        * files.el (file-truename): Get truename of ancestors if file does
-        not exist on Windows.
+       * files.el (file-truename): Get truename of ancestors if file does
+       not exist on Windows.
 
 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
 
 
        * window.el (truncated-partial-width-window-p): New function.
 
-       * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap
-       option.
+       * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
 
        * faces.el (x-create-frame-with-faces): Don't pass parameters that
        are set later to x-create-frame.
 
        * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
        from url-retrieve.
-       (newsticker--sentinel-work): Fixed xerror typo.
+       (newsticker--sentinel-work): Fix xerror typo.
 
 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>