aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
Commit message (Collapse)AuthorAgeFilesLines
* (rcirc-fill-column): Allow `window-width'.Richard M. Stallman2007-05-211-4/+7
| | | | | (rcirc-print): Handle `window-width'. (rcirc-buffer-maximum-lines): Doc fix.
* (rcirc-timeout-seconds): Increase to prevent unwanted disconnections.Richard M. Stallman2007-05-051-1/+1
|
* Fix last fix.Chong Yidong2007-04-071-1/+1
|
* Fix last change.Chong Yidong2007-04-071-5/+11
|
* (open-tls-stream): Properly handle case where there is no associatedChong Yidong2007-04-071-0/+1
| | | | buffer.
* * net/tramp.el (tramp-register-file-name-handler)Michael Albinus2007-03-311-6/+21
| | | | | | | (tramp-register-completion-file-name-handler): New defsubst, derived from `tramp-register-file-name-handlers'. The split is necessary because Tramp's file name handlers must be registered at different startup places.
* (open-tls-stream): In handshake-waiting loop,Thien-Thi Nguyen2007-03-181-2/+2
| | | | don't wait more if there is output available to process.
* (tls-program): Doc fix.Thien-Thi Nguyen2007-03-171-1/+1
|
* (rcirc-timeout-seconds): New variable.Eli Zaretskii2007-03-101-35/+59
| | | | | | | | | | | | | | | | | | | | | | (rcirc-keepalive-seconds): Remove variable. (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting) (rcirc-process, rcirc-user-disconnect): New variables. (rcirc-connect): Initalize new variables. (rcirc-keepalive): Don't send keepalive pings before connection is completed. (rcirc-sentinel): Do mark all channels with activity when connection is dropped. Run hook with process buffer local. (rcirc-reschedule-timeout, rcirc-delete-process): New functions. (rcirc-buffer-process): Return value of rcirc-process if rcirc-server-buffer is nil. (rcirc-server-name): Return the reported server name. (rcirc-update-prompt): Simplify computation of the server name. (rcirc-format-response-string): Likewise. (rcirc-handler-001): Mark server as connected, record the reported server name, and schedule a timeout. (rcirc-track-nick): Add a spec for the tty class. (rcirc-user-non-nick): Remove function. (rcirc-nick-prefix-chars): Add variable. (rcirc-user-nick): Use above variable.
* (ange-ftp-try-passive-mode): Doc fix.Thien-Thi Nguyen2007-03-091-1/+1
|
* * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.Michael Albinus2007-03-052-9/+11
| | | | | | | | | Append its extension to the resulting temporary file name. (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it. * net/tramp-smb.el (tramp-smb-handle-file-local-copy) (tramp-smb-handle-write-region): Apply it.
* (tramp-file-name-handler): Revert last change.Chong Yidong2007-02-281-6/+1
|
* (tramp-file-name-handler): Inhibit modification hooks to avoidChong Yidong2007-02-281-1/+6
| | | | confusion when combining after-change calls.
* (whois-server-tld): Update server for .org.Romain Francoise2007-02-261-2/+6
| | | | | (whois-server-list): Add whois.publicinterestregistry.net. (whois-guess-server): Fix formatting in docstring.
* (tls-certtool-program): Fix custom type.John Paul Wallington2007-02-241-1/+1
|
* Remove RCS keywordsMiles Bader2007-02-131-1/+0
| | | | Revision: [email protected]/emacs--devo--0--patch-637
* * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)Michael Albinus2007-02-121-9/+15
| | | | | (tramp-get-remote-ln): Handle error case. Reported by Chris Moore <[email protected]>.
* (newsticker--insert-image): Update docstring. Insert the image directly.Chong Yidong2007-02-031-13/+4
| | | | (newsticker--buffer-redraw): Update docstring.
* (newsticker-version): Changed to "1.10".Eli Zaretskii2007-02-021-80/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | (newsticker--set-customvar): Doc string. (newsticker-new-item-face): Doc string. (newsticker-mode): Initialize `invisibility-spec' with t. (newsticker-mode-map): Added `newsticker-mark-all-items-at-point-as-read'. (newsticker-menu): Added narrow-to-item and narrow-to-feed. (newsticker-w3m-show-inline-images): Do not call `w3m-remove-image'. (newsticker--buffer-after-w3m-insert-image): New advice for w3m-insert-image to cache images. (newsticker-next-item-same-feed): New. (newsticker-mark-all-items-at-point-as-read-and-redraw): New. (newsticker-mark-all-items-of-feed-as-read): New. (newsticker-mark-all-items-at-point-as-read): Use new functions. (newsticker-mark-item-at-point-as-read): Doc string. (newsticker-mark-item-at-point-as-read): Use new functions. (newsticker--do-mark-item-at-point-as-read): New, extracted from `newsticker-mark-item-at-point-as-read'. (newsticker-hide-entry): Use (t) instead of t for invisibility. (newsticker--sentinel): Yet another xml-parser workaround. (newsticker--decode-iso8601-date): Bugfix for datestrings without days. (newsticker--buffer-do-insert-text): Fix. (newsticker--buffer-insert-enclosure): Fix. length might be missing. (newsticker--buffer-make-item-completely-visible): `switch-to-buffer' not necessary.
* * files.el (get-free-disk-space): Return nil for remoteMichael Albinus2007-01-301-1/+1
| | | | | | | directories. * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls" instead of "dir".
* * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): SetMichael Albinus2007-01-271-2/+7
| | | | default-directory to a sane value when calling start-process.
* (tramp-perl-encode, tramp-perl-decode): Update copyrights.Glenn Morris2007-01-211-2/+6
|
* Add 2007 to copyright years.Glenn Morris2007-01-2130-30/+30
|
* * net/tramp.el (tramp-handle-file-local-copy): SetMichael Albinus2007-01-111-1/+5
| | | | | `enable-multibyte-characters' to nil. Reported by Chris Moore <[email protected]>.
* * net/tramp.el: (tramp-process-one-action): Remove `with-timeout'.Michael Albinus2007-01-091-22/+26
| | | | | | (tramp-process-actions): Add optional parameter TIMEOUT. (tramp-open-connection-telnet, tramp-open-connection-rsh) (tramp-open-connection-su): Add timeout of 60".
* * net/tramp.el (tramp-default-method): Don't call `symbol-function'.Michael Albinus2006-12-311-6/+4
| | | | Apply `funcall' directly on 'executable-find.
* Sync with Tramp 2.0.55.Michael Albinus2006-12-302-8/+21
|
* * net/tramp.el (tramp-default-method): We still need to check forMichael Albinus2006-12-201-33/+42
| | | | `executable-find', because it is not bound under Emacs 20.
* * net/ange-ftp.el (ange-ftp-file-name-completion): Handle optionalMichael Albinus2006-12-202-10/+20
| | | | | | | | | parameter PREDICATE. * lisp/tramp.el (tramp-handle-file-name-completion) (tramp-completion-handle-file-name-completion): Handle optional parameter PREDICATE. (tramp-find-default-method): Add code for default values.
* *** empty log message ***Michael Albinus2006-12-191-1/+1
|
* * net/tramp.el (tramp-methods): Introduce new method `scpc'.Michael Albinus2006-12-191-41/+40
| | | | | | Remove "ControlMaster" option from the other `scp*' methods. (tramp-default-method): Check for ssh-agent before setting to `scp'.
* * net/tramp.el (tramp-default-method): Before setting to "pscp",Michael Albinus2006-12-171-4/+27
| | | | check whether package password.el is loaded, or Pageant is running.
* No maintainer.Richard M. Stallman2006-12-151-0/+1
|
* Update copyright years.Glenn Morris2006-12-0914-15/+15
|
* (browse-url): Set DISPLAY to the one of theStefan Monnier2006-12-081-11/+17
| | | | current frame, in case we're connected to several displays.
* * net/tramp.el (tramp-methods): Add "ControlPath" andMichael Albinus2006-12-041-10/+35
| | | | | | | | "ControlMaster" to scp, scp1 and scp2 methods. Suggested by Andreas Schwab <[email protected]>. (tramp-do-copy-or-rename-file-out-of-band) (tramp-open-connection-rsh): Compute format spec for ?t. (tramp-process-actions): Trace command parameters.
* (tramp-default-method): Under Windows, change from plink to pscp.Lars Hansen2006-11-241-11/+26
| | | | | | | (tramp-copy-failed-regexp, tramp-action-copy-failed): Add. (tramp-actions-copy-out-of-band): Add pair (tramp-copy-failed-regexp tramp-action-copy-failed). (tramp-action-out-of-band): Move "Permission denied" handling to tramp-action-copy-failed. (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of process buffer.
* (rcirc-buffer-maximum-lines): Fix space/tab mixup in docstring.Juanma Barranquero2006-11-241-25/+25
|
* * net/tramp.el (top): cl and custom are always required.Michael Albinus2006-11-181-6/+5
|
* (tramp-unified-filenames): Improve previos doc fix.Glenn Morris2006-11-111-1/+1
|
* (tramp-unified-filenames): Doc fix (Nil -> nil).Glenn Morris2006-11-101-1/+1
|
* * lisp/net/tramp.el (tramp-default-method): scp is the default method.Michael Albinus2006-11-071-1/+1
| | | | | * man/tramp.texi (Configuration): scp is the default method. (Default Method): Use ssh as example for another method.
* (eudc-expansion-overwrites-query): Use "non-nil" in docstrings.Juanma Barranquero2006-11-031-1/+1
|
* (with-parsed-tramp-file-name): Correct debug spec. Highlight as keyword.Lars Hansen2006-10-291-11/+10
| | | | | | (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists. Don't call tramp-method-out-of-band-p for local files. (tramp-touch): Quote file name.
* * net/rcirc.el (rcirc-print): Fix last change.Chong Yidong2006-09-121-5/+4
|
* * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename fromChong Yidong2006-09-121-17/+24
| | | | | | | | rcirc-show-maximum-output. (rcirc-mode): Remove window-scroll-function hook. (rcirc-scroll-to-bottom): Remove function. (rcirc-print): Recenter so point stays at the bottom of the window if point was already there.
* (ldap-search-internal): Doc fix.Eli Zaretskii2006-09-091-0/+1
|
* * net/ldap.el (ldap-search-internal): Handle `auth' key.Chong Yidong2006-09-071-0/+5
|
* * net/rcirc.el (rcirc-activity-string): Don't quote value in caseChong Yidong2006-09-071-2/+2
| | | | clause.
* (rcirc-keywords): New variable.Eli Zaretskii2006-09-021-144/+232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (rcirc-bright-nicks, rcirc-dim-nicks): New variables. (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove variables. (rcirc-responses-no-activity): New function. (rcirc-handler-generic): Check for responses in above. (rcirc-process-command): Add ?: character to arguments of raw server commands. (rcirc-format-response-string): Use `rcirc-bright-nicks' and `rcirc-dim-nicks'. (rcirc-gray-toggle): Remove unused variable. (rcirc-print): Remove some tracking logic, which is moved into markup functions. (rcirc-activity-types): Was `rcirc-activity-type', now a list of types. (rcirc-activity-string): Look for 'keyword in activity-types. (rcirc-window-configuration-change): Don't erase overlay-arrow unnecessarily. (rcirc-add-or-remove): New function. (rcirc-cmd-ignore): Use it. (rcirc-message-leader): Remove unused function. (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands. (rcirc-add-face): New function. (rcirc-facify): Use rcirc-add-face. (rcirc-url-regexp): Add parens. (rcirc-map-regexp): Remove function. (rcirc-mangle-regexp): Remove function. (rcirc-markup-text-functions): New variable. (rcirc-markup-text): New function (replaces `rcirc-mangle-text'). (rcirc-markup-body-text, rcirc-markup-attributes) (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords) (rcirc-markup-bright-nicks): New markup handler functions. (rcirc-nick-in-message-full-line): New face. (rcirc-track-nick): Rename from `rcirc-mode-line-nick'. (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.