1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
Commit Graph

752 Commits

Author SHA1 Message Date
Michael Albinus
f636d3cafd * 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 20:20:03 +00:00
Katsumi Yamaoka
3c2dbd9416 (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-18 00:59:10 +00:00
Juanma Barranquero
db6003fb80 * net/browse-url.el (browse-url-default-browser): Fix argument list in lambda. 2008-07-08 14:45:36 +00:00
Ulf Jasper
79a3bdcd51 newsticker: handle url-retrieve errors. 2008-07-07 17:34:38 +00:00
Miles Bader
08fc78fe05 Fix a bug with parsing of overlapping markup sequences in rcirc
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1299
2008-06-30 08:00:27 +00:00
Michael Albinus
8e303a2fe1 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
from 2008-06-28.  It does not work on W32.
2008-06-29 16:53:46 +00:00
Juanma Barranquero
ea5973038f Fix typos.
* lisp/net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
  (sasl-find-mechanism, sasl-next-step):
* lisp/net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
  (sasl-ntlm-response): Fix typos in docstrings.
* doc/misc/sasl.texi (Mechanisms): Fix typos.
2008-06-29 01:51:51 +00:00
Michael Albinus
5da241082e * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
(tramp-convert-file-attributes): Convert symlinks only when
returned from `tramp-handle-file-attributes-with-stat'.
2008-06-28 10:17:22 +00:00
Michael Albinus
2d8b5d77c1 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
`substitute-in-file-name' when unloading.
(tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
2008-06-28 10:15:00 +00:00
Glenn Morris
fffa137cb7 American English spelling fix. 2008-06-27 07:34:53 +00:00
Glenn Morris
04bf5b655a American English spelling fix. 2008-06-27 02:14:52 +00:00
Glenn Morris
e8f28744e2 Require 'cl when compiling. 2008-06-21 23:00:49 +00:00
Ulf Jasper
883bef2dd1 newsticker: window config fix, doc fixes 2008-06-21 15:43:34 +00:00
Ulf Jasper
639fbfe13a newsticker-treeview-own-frame turned off, tooltips 2008-06-20 16:16:34 +00:00
Michael Albinus
d8ac123e39 (tramp-open-connection-setup-interactive-shell): Flush cache, and
restart `tramp-maybe-open-connection' when the remote system has
been changed. Throw 'uname-changed event.
(tramp-maybe-open-connection): Catch it.
2008-06-15 16:59:25 +00:00
Michael Albinus
6f77e7d72e * net/tramp-cmds.el (tramp-cleanup-all-connections): Reset
`tramp-locked'.
2008-06-15 13:40:27 +00:00
Michael Albinus
11c712173e * net/tramp.el (tramp-handle-start-file-process): Clear
modification time of the connection buffer.
(tramp-sh-file-name-handler): Reset `tramp-locked' in case of
error.
2008-06-15 13:36:30 +00:00
Ulf Jasper
574ec56524 newsticker: window dedication, orphan feeds. 2008-06-15 10:57:06 +00:00
Ulf Jasper
0d00764ae5 Moved some faces from newst-plainview to newst-reader. 2008-06-15 08:04:13 +00:00
Ulf Jasper
35cff702cd Renamed newsticker-*.el to newst-*.el. Fixed (require). 2008-06-13 17:42:57 +00:00
Ulf Jasper
2900b2d8f8 Renamed newsticker-*.el to newst-*.el. 2008-06-13 17:08:25 +00:00
Miles Bader
9b86baeef1 Remove RCS keywords
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1232
2008-06-12 05:49:27 +00:00
Stefan Monnier
a1562258dc * window.c (Vwindow_point_insertion_type): New var.
(set_window_buffer): Use it.
(syms_of_window): Init and export it to Lisp.
* progmodes/compile.el (compilation-mode):
Set window-point-insertion-type.
(compilation-filter): Don't use insert-before-markers any more.
* emacs-lisp/trace.el (trace-make-advice):
Set window-point-insertion-type in the trace buffer.
* startup.el (normal-top-level): Set window-point-insertion-type in
*Messages*.
* net/telnet.el (telnet-mode): Set window-point-insertion-type.
(telnet-filter): Don't use insert-before-markers any more.
* comint.el (comint-mode): Set window-point-insertion-type.
(comint-output-filter): Don't use insert-before-markers any more.
* button.el (make-text-button): Allow `start' to be a string.
2008-06-10 16:08:48 +00:00
Glenn Morris
faeb9c70ae Header formatting fix. 2008-06-10 03:29:43 +00:00
Glenn Morris
9f7ca1a860 Correct copyright years to reflect the original newsticker.el from
which most of this code was extracted, not the year it was moved into
this file.
Header formatting fix.
2008-06-10 03:21:37 +00:00
Glenn Morris
68706e7134 Header formatting fix. 2008-06-10 03:20:38 +00:00
Glenn Morris
f3afdff3d0 Correct copyright years to reflect the original newsticker.el from
which most of this code was extracted, not the year it was moved into
this file.
Header formatting fix.
2008-06-10 03:20:18 +00:00
Glenn Morris
6851521748 Header formatting fix. 2008-06-10 03:19:15 +00:00
Glenn Morris
931b2f31e9 Correct copyright years to reflect the original newsticker.el from
which most of this code was extracted, not the year it was moved into
this file.
2008-06-10 03:17:34 +00:00
Glenn Morris
5eddea0be4 Remove trailing whitespace. 2008-06-10 03:15:43 +00:00
Glenn Morris
bee1c0fea0 (newsticker--next-item-image)
(newsticker--previous-item-image, newsticker--previous-feed-image)
(newsticker--next-feed-image, newsticker--mark-read-image)
(ewsticker--mark-immortal-image, newsticker--narrow-image)
(newsticker--get-all-image, newsticker--update-image)
(newsticker--browse-image): Check xpm images are available.
(newsticker--mark-read-image, newsticker--mark-immortal-image)
(newsticker--narrow-image, newsticker--get-all-image): Doc fix.
2008-06-10 03:09:10 +00:00
Glenn Morris
352b43ab45 (tool-bar-map): Don't declare.
(newsticker--plainview-tool-bar-map, newsticker-mode):
Check tool-bar-map is bound, for non-X builds.
(w3m-toggle-inline-image): Declare.
2008-06-10 03:08:37 +00:00
Glenn Morris
a66bb4d5fe (w3m-toggle-inline-images): Declare.
(newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
Check tool-bar-map is bound, for non-X builds.
2008-06-10 03:08:14 +00:00
Glenn Morris
cf99cd0480 (tool-bar-map): Don't declare. 2008-06-10 03:07:46 +00:00
Ulf Jasper
4da498ebdf Autoload cookies for newsticker. 2008-06-08 18:44:20 +00:00
Miles Bader
041fa0d4e3 Add arch tagline 2008-06-08 18:09:06 +00:00
Ulf Jasper
114ba1d69a Split into multiple files. New frontend. Bugfixes. 2008-06-08 15:37:08 +00:00
Ulf Jasper
2415d4c6dc Initial check-in. 2008-06-08 15:36:18 +00:00
Michael Albinus
48846dc595 * net/tramp.el (top): Quote feature names. Remove
`tramp-rfn-eshadow-setup-minibuffer' from
`rfn-eshadow-setup-minibuffer-hook' when unloading.
(tramp-read-passwd): There is only one call to
`auth-source-user-or-password' needed.  Pacify byte compiler.
2008-06-08 10:49:19 +00:00
Glenn Morris
91ed8a5614 Remove unnecessary eval-when-compiles and eval-and-compiles. 2008-06-07 02:39:43 +00:00
Glenn Morris
3c5fa30ac9 Remove unnecessary eval-and-compile. 2008-06-07 02:38:59 +00:00
Miles Bader
a368801ce6 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1172
2008-05-22 05:03:00 +00:00
Glenn Morris
bcb04d981a (top-level): Load auth-source when compiling. 2008-05-17 20:10:06 +00:00
Michael Albinus
82f3844e66 * net/tramp.el (tramp-handle-write-region): Fix check for short
track.  Reported by Glenn Morris <rgm@gnu.org>.
2008-05-16 20:20:36 +00:00
Michael Albinus
5615d63fac * net/tramp.el: Load auth-source library.
(tramp-read-passwd): Use it for password, not login.
(tramp-file-name-for-operation): Add `make-temp-name'.
2008-05-15 21:06:59 +00:00
Michael Albinus
674da0287d * net/tramp.el (tramp-echo-mark): Update docstring.
(tramp-echo-mark-marker): New defconst.
(tramp-check-for-regexp): Use it.
2008-05-14 19:55:11 +00:00
Glenn Morris
5a1dde61e2 Switch to recommended form of GPLv3 permissions notice. 2008-05-07 02:56:35 +00:00
Glenn Morris
874a927a02 Switch to recommended form of GPLv3 permissions notice. 2008-05-06 07:31:51 +00:00
Dan Nicolaescu
95eafb14f3 (dbus-call-method, dbus-register-signal)
(dbus-debug): Move declarations outside eval-when-compile.
2008-05-05 02:43:39 +00:00
Michael Albinus
2e27119583 * net/tramp.el (tramp-mode): New defcustom.
(tramp-file-name-handler, tramp-completion-file-name-handler): Use
it.
(tramp-replace-environment-variables): Handle "$$".
2008-04-28 19:07:26 +00:00