aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
Commit message (Collapse)AuthorAgeFilesLines
...
* * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay toMichael Albinus2008-12-221-3/+25
| | | | | | end, before updating. (tramp-convert-file-attributes): Add "l" indicator to file modes. (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
* newsticker: fixed problem with missing group definitionUlf Jasper2008-12-182-7/+11
|
* * net/tramp.el (top): Don't fail if there is no current message.Juanma Barranquero2008-12-101-1/+2
|
* * net/tramp.el (top): Write a message, when loading Tramp.Michael Albinus2008-12-041-0/+13
|
* * net/tramp-cache.el (tramp-dump-connection-properties): PolishMichael Albinus2008-12-041-34/+34
| | | | the check, whether to dump the data.
* * net/tramp-cache.el (tramp-cache-data-changed): New defvar.Michael Albinus2008-12-011-34/+41
| | | | | (tramp-set-connection-property, tramp-flush-connection-property) (tramp-dump-connection-properties): Use it.
* * net/dbus.el (dbus-handle-event): The result of a message callMichael Albinus2008-11-261-1/+2
| | | | can also be an object, which is not a consp.
* * net/dbus.el (dbus-string-to-byte-array)Michael Albinus2008-11-261-1/+50
| | | | | | | | (dbus-byte-array-to-string, dbus-escape-as-identifier) (dbus-unescape-from-identifier): New defuns. (dbus-handle-event): The result of a message call is a list of arguments, which must be expanded when passing to `dbus-method-return-internal'.
* * net/tramp.el (tramp-handle-write-region): Improve the check forMichael Albinus2008-11-261-13/+9
| | | | | | | | calling direct copy. (tramp-find-inline-encoding): Don't raise an error but a warning, when no inline encoding is found. (tramp-get-remote-coding): Check for a symbol. The negative check for a string fails, when there is an empty string.
* newsticker: cache file redesign.Ulf Jasper2008-11-243-53/+116
|
* * net/tramp-smb.el (tramp-smb-file-name-handler-alist): HandleMichael Albinus2008-11-161-1/+1
| | | | `file-name-as-directory'.
* * net/tramp-fish.el (tramp-fish-file-name-handler-alist): HandleMichael Albinus2008-11-161-1/+1
| | | | `file-name-as-directory'.
* * net/tramp.el (tramp-handle-file-name-as-directory): New defun.Michael Albinus2008-11-161-3/+16
| | | | (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
* * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)Juanma Barranquero2008-11-161-220/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name) (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs) (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user) (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process) (ange-ftp-quote-string, ange-ftp-process-handle-line) (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host) (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook) (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry) (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd) (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir) (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse) (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings. (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs) (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template) (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check) (ange-ftp-default-user, ange-ftp-default-password) (ange-ftp-default-account, ange-ftp-netrc-default-password) (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp) (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host) (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port) (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size) (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose) (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name) (ange-ftp-ftp-program-args, ange-ftp-nslookup-program) (ange-ftp-make-backup-files, ange-ftp-retry-time) (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings. (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs) (ange-ftp-gateway-tmp-name-template) (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp) (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway) (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos. (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix. (ange-ftp-gateway-program): Remove * from docstring and reflow. (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys) (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename) (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name): (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote): (ange-ftp-rename-local-to-remote): Doc fixes. (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter): Use `when', `unless'. (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD. (ange-ftp-process-handle-hash): Rename arg STR to STRING. (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME. (ange-ftp-smart-login): Rename arg PASS to PASSWORD. (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo. (ange-ftp-process-sentinel): Use `when'. Fix typo. (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo. (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist) (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist) (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring. (ange-ftp-dumb-unix-host, ange-ftp-binary-file) (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host) (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host) (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of `(save-match-data (string-match ...))'. (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p) (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory): Use `string-match-p' instead of `(save-match-data (string-match ...))'. Doc fixes.
* * w32-fns.el (w32-shell-dos-semantics):Juanma Barranquero2008-11-141-1/+1
| | | | | | | | | | | | | | | | | | | * calendar/diary-lib.el (diary-face-attrs): * international/mule-cmds.el (set-default-coding-systems) (prefer-coding-system): * net/tramp.el (tramp-set-completion-function): * progmodes/vhdl-mode.el (vhdl-file-header): * term/pc-win.el (msdos-show-help): Fix typos in docstrings. * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value. * files.el (enable-local-eval, not-modified, kill-buffer-ask) (kill-matching-buffers, save-buffers-kill-emacs) (save-buffers-kill-terminal): Fix typos in docstrings. (switch-to-buffer-other-window): Reflow docstring. (revert-buffer): Doc fix. (define-project-bindings): Rename arg LIST to SETTINGS. (project-find-settings-file): Use `let', not `let*'. Use `when'.
* Henry Weller <hweller0 at gmail.com> (tiny change)Glenn Morris2008-11-131-1/+1
| | | | (mairix-widget-fields-list): Fix bug regarding searching in mail bodies.
* Merge from gnus--devo--0Miles Bader2008-11-121-54/+56
| | | | Revision: [email protected]/emacs--devo--0--patch-1471
* newsticker fixes: cachefile, layout changes.Ulf Jasper2008-10-312-26/+34
|
* (dbus-get-unique-name, dbus-debug): Declare.Glenn Morris2008-10-291-0/+4
|
* * net/tramp.el (tramp-process-one-action): Embed regexp inMichael Albinus2008-10-141-1/+1
| | | | | parentheses, before adding end-of-buffer construct. Suggested by Markus Triska <[email protected]>.
* newsticker: declare-function compatibilityUlf Jasper2008-10-132-2/+4
|
* * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.Michael Albinus2008-10-121-0/+6
|
* 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 <[email protected]>.
* * 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
|