aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* newsticker--treeview-list-sort-by-column: variable name e vs. eventUlf Jasper2008-10-111-3/+3
|
* net/tls.el (open-tls-stream): Show the actual command being executed,Magnus Henoch2008-10-011-9/+11
| | | | instead of the format string.
* * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' asMichael Albinus2008-09-291-1/+3
| | | | identification.
* * net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring.Juanma Barranquero2008-09-041-3/+2
| | | | (tramp-parse-connection-properties): Reflow docstring.
* * net/xesam.el (xesam-kill-buffer-function): Wrap code byMichael Albinus2008-08-281-3/+4
| | | | `ignore-errors' (the function must succeed always).
* Added newsticker-browse-url-item and configurable layout parameters.Ulf Jasper2008-08-251-4/+26
|
* Added newsticker-browse-url-item.Ulf Jasper2008-08-251-1/+27
|
* * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.Michael Albinus2008-08-241-2/+4
|
* * net/xesam.el (xesam-minor-mode): New minor mode.Michael Albinus2008-08-221-13/+59
| | | | | | (xesam-highlight-buffer): Remove. Code moved to `xesam-minor-mode'. (xesam-refresh-entry): Use `xesam-minor-mode'.
* * net/trampver.el: Update release number.Michael Albinus2008-08-221-2/+2
|
* * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"Michael Albinus2008-08-221-0/+2
| | | | and "INSIDE_EMACS=...". Reported by Tassilo Horn <tassilo@member.fsf.org>.
* * net/xesam.el (xesam-highlight-string): Precise doc string.Michael Albinus2008-08-201-4/+23
| | | | | (xesam-highlight-buffer): New defun. (xesam-refresh-entry): Use it. Better check for sourceModified.
* * net/xesam.el (xesam-vendor, xesam-notify-function): New localMichael Albinus2008-08-171-39/+24
| | | | | | | | variables. (xesam-mode): Extend docstring. Initialize `xesam-notify-function'. (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove Debbugs specific code; it shall be enabled via `xesam-mode-hooks'. (xesam-new-search): Initialize `xesam-vendor'.
* * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in theMichael Albinus2008-08-141-39/+40
| | | | | notify function of the URL. (xesam-new-search): Encode special characters in the query string.
* (tramp-handle-shell-command): Handle output goingAndreas Schwab2008-08-131-7/+18
| | | | to current buffer like shell-command. Don't disable undo.
* (tramp-handle-shell-command): Correctly handleAndreas Schwab2008-08-131-6/+9
| | | | output going to current buffer. Don't disable undo.
* (ldap-search-internal): Tweak URL regexp.Chong Yidong2008-08-121-1/+3
|
* * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.Michael Albinus2008-08-101-16/+61
| | | | | | (xesam-refresh-entry): Add Debbugs handling. Insert a widget "DONE", when all hits are retrieved. (xesam-search): autoload it.
* Standardize license layout.Glenn Morris2008-08-101-5/+4
|
* * net/xesam.el (top): Require `wid-edit' always.Michael Albinus2008-08-051-41/+98
| | | | | | | | | | | | | | | | | | | | | (xesam-mode-line, xesam-highlight): New deffaces. (xesam-objects): New local variable. (xesam-search-engines): Fix error in field list. (xesam-mode): Use `xesam-mode-line' instead of `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for proper initiatilzaion (why?). (xesam-highlight-string, xesam-get-hits) (xesam-kill-buffer-function): New defuns. (xesam-refresh-entry): Move code to `xesam-get-hits'. Check result of "hit.fields", it isn't a string only. Wrap an error of the strigi search engine ("xesam:size" is returned as string). Highlight search items. (xesam-refresh-search-buffer): Make logic of counters more simple. Prefetch next hits. (xesam-signal-handler): Use `xesam-mode-line' instead of `font-lock-type-face'. (xesam-new-search): Add `xesam-kill-buffer-function' to `kill-buffer-hook'.
* * net/dbus.el (dbus-call-method-asynchronously): DeclareMichael Albinus2008-08-041-0/+1
| | | | it with `declare-function'.
* * net/dbus.el (dbus-method-return-internal)Michael Albinus2008-08-041-0/+2
| | | | | (dbus-method-error-internal): Declare them with `declare-function'.
* * net/xesam.el (xesam-all-fields): Remove source and contentMichael Albinus2008-08-011-55/+86
| | | | | | | | | | | | | | | | | identifiers. (xesam-dbus-unique-names): New defvar. (xesam-dbus-call-method): New defun. Replace all calls of `dbus-call-method' by `xesam-dbus-call-method'. (xesam-get-cached-property, xesam-set-cached-property): New defuns. (xesam-get-property, xesam-set-property, xesam-refresh-entry) (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'. (xesam-search-engines): Make it an association list. Take changed layout into account in the corresponding function. (xesam-delete-search-engine): Remove check for consistency of `xesam-search-engines', not needed anymore. (xesam-mode): Show XML query string only in the debug case.
* * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-BusMichael Albinus2008-08-011-5/+13
| | | | | | error messages. (dbus-set-property): Call `dbus-introspect-get-property' instead of `dbus-get-property'.
* * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): NewMichael Albinus2008-07-311-43/+81
| | | | | | | defvar. (xesam-mode): Rework implementation. (xesam-new-search): Additional parameter TYPE. (xesam-search): Adapt call of `xesam-new-search'.
* * net/dbus.el (top): Don't register for "NameOwnerChanged".Michael Albinus2008-07-311-41/+124
| | | | | | | | | | | | | | | | | (dbus-message-type-invalid, dbus-message-type-method-call) (dbus-message-type-method-return, dbus-message-type-error) (dbus-message-type-signal): New defconst. (dbus-ignore-errors): Fix `edebug-form-spec' property. (dbus-return-values-table): New defvar. (dbus-call-method-non-blocking-handler, dbus-event-message-type): New defun. (dbus-check-event, dbus-handle-event, dbus-event-serial-number, ): Extend docstring. Adapt implementation according to new `dbus-event' layout. (dbus-event-service-name, dbus-event-path-name) (dbus-event-interface-name, dbus-event-member-name): Adapt implementation according to new `dbus-event' layout. (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
* Add arch taglineMiles Bader2008-07-301-0/+1
|
* New file.Chong Yidong2008-07-291-0/+952
|
* * net/trampver.el: Update release number.Michael Albinus2008-07-281-2/+2
|
* * net/tramp.el (tramp-perl-directory-files-and-attributes)Michael Albinus2008-07-281-5/+5
| | | | | (tramp-get-device): Make device number a cons cell. (tramp-convert-file-attributes): Make inode a cons cell.
* * net/xesam.el (xesam-from): Remove defvar.Michael Albinus2008-07-261-72/+71
| | | | | | | | | | (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map' and `mode-line-position'. (xesam-refresh-entry): Remove argument `hit-number'. Add debug information to the widgets. Don't set `mode-line-position'. (xesam-refresh-search-buffer): Correct hit number computing. Don't set `mode-line-position'. (xesam-new-search): Add debug information to the mode line.
* * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't callMichael Albinus2008-07-261-1/+0
| | | | `tramp-process-sentinel'.
* * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't callMichael Albinus2008-07-261-1/+0
| | | | `tramp-process-sentinel'.
* * net/tramp.el (tramp-handle-start-file-process): SetMichael Albinus2008-07-261-16/+10
| | | | | | | query-on-exit flag. Kill temporary buffer. (tramp-process-sentinel): Remove defun. (tramp-do-copy-or-rename-file-out-of-band) (tramp-maybe-open-connection):Don't call it.
* Add arch taglineMiles Bader2008-07-241-0/+1
|
* * net/tramp.el (tramp-handle-start-file-process): Make NAME a uniqueMichael Albinus2008-07-241-1/+7
| | | | process name. Reported by Markus Triska <markus.triska@gmx.at>.
* * net/xesam.el: New file.Michael Albinus2008-07-241-0/+696
|
* * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",Michael Albinus2008-07-231-29/+32
| | | | | | | | | | | "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx". (tramp-temp-buffer-name): New defconst. (tramp-handle-start-file-process): Use it. Apply "exec", for the command. No trailing prompt. (tramp-process-sentinel): Remove temporary buffer, if existing. Don't handle trailing prompt. (tramp-open-connection-setup-interactive-shell): Use `tramp-temp-buffer-name'.
* * net/dbus.el (dbus-interface-properties): New defconst.Michael Albinus2008-07-181-67/+336
| | | | | | | | | | | | | | | | (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.
* (open-tls-stream): Make it work with the 2nd argument BUFFER that is a stringKatsumi Yamaoka2008-07-181-1/+5
| | | | but does not exist as a buffer object, as mentioned in the doc-string.
* * net/browse-url.el (browse-url-default-browser): Fix argument list in lambda.Juanma Barranquero2008-07-081-5/+5
|
* newsticker: handle url-retrieve errors.Ulf Jasper2008-07-071-3/+7
|
* Fix a bug with parsing of overlapping markup sequences in rcircMiles Bader2008-06-301-1/+1
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1299
* * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patchMichael Albinus2008-06-291-1/+1
| | | | from 2008-06-28. It does not work on W32.
* Fix typos.Juanma Barranquero2008-06-292-10/+10
| | | | | | | | * 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.
* * net/tramp.el (tramp-handle-file-modes): Handle symlinks.Michael Albinus2008-06-281-6/+8
| | | | | (tramp-convert-file-attributes): Convert symlinks only when returned from `tramp-handle-file-attributes-with-stat'.
* * net/tramp-ftp.el (top): Delete 'ange-ftp property fromMichael Albinus2008-06-281-1/+13
| | | | | `substitute-in-file-name' when unloading. (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
* American English spelling fix.Glenn Morris2008-06-271-1/+1
|
* American English spelling fix.Glenn Morris2008-06-271-1/+1
|
* Require 'cl when compiling.Glenn Morris2008-06-211-0/+1
|