aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
Commit message (Expand)AuthorAgeFilesLines
* Sync with Tramp 2.2.6.Michael Albinus2012-09-122-3/+5
* Add a utility function buffer-narrowed-p, and use it.Chong Yidong2012-09-071-1/+1
* Better seed support for (random).Paul Eggert2012-08-311-1/+1
* * eshell/esh-ext.el (eshell-external-command): Do not examineMichael Albinus2012-08-291-3/+3
* Merge from emacs-24; up to 2012-05-04T19:17:[email protected]Glenn Morris2012-08-281-15/+25
|\
| * Fix for the buffer-local rcirc-encode-coding-system caseLeo Liu2012-08-151-16/+17
| * * lisp/net/rcirc.el (rcirc-split-message): New function.Leo Liu2012-08-141-15/+24
| * Backport: Avoid error when process-contact returns t in rcircLeo Liu2012-06-241-5/+7
* | * net/tramp.el (tramp-accept-process-output): Accept only outputMichael Albinus2012-08-201-1/+1
* | * net/tramp-sh.el (tramp-sh-handle-start-file-process): EliminateMichael Albinus2012-08-171-31/+44
* | Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-154-6/+6
* | * net/tramp-sh.el (tramp-open-shell): Cache the shell name.Michael Albinus2012-08-141-7/+15
* | * net/tramp-sh.el (tramp-find-file-exists-command): Protect theMichael Albinus2012-08-081-62/+68
* | Doc fixes for imap.el.MON KEY2012-08-031-18/+21
* | Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-291-1/+1
* | Merge changes made in Gnus master; Remove dead codeJulien Danjou2012-07-241-20/+0
* | More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-119-96/+72
* | * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.Michael Albinus2012-07-111-1/+2
* | Reduce use of (require 'cl).Stefan Monnier2012-07-102-13/+12
* | * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.Michael Albinus2012-07-062-6/+25
* | Sync with Tramp 2.2.6-pre.Michael Albinus2012-07-054-23/+44
* | * lisp/net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-nameStefan Monnier2012-07-021-16/+10
* | Spelling fixes.Paul Eggert2012-07-021-4/+4
* | Remove outdated and unnecessary dbus- declarations.Glenn Morris2012-06-304-13/+0
* | * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'Michael Albinus2012-06-291-1/+11
* | * net/ange-ftp.el (ange-ftp-get-passwd): BindMichael Albinus2012-06-201-1/+7
* | * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.Michael Albinus2012-06-173-11/+34
* | Spelling fixes.Paul Eggert2012-06-171-1/+1
* | * net/dbus.el (dbus-call-method): Use timeout for `read-event'.Michael Albinus2012-06-131-1/+1
* | Sync with Tramp 2.2.6-pre.Michael Albinus2012-06-1110-661/+1091
* | Face cleanups. Remove some uses of old-style face spec and :bold/:italic. Chong Yidong2012-06-094-138/+93
* | * net/tramp-compat.el (tramp-compat-temporary-file-directory): Avoid infloop.Michael Albinus2012-06-081-15/+17
* | * net/tramp-compat.el (tramp-compat-temporary-file-directory):Michael Albinus2012-06-062-17/+22
* | Remove incorrect uses of "modeline".Chong Yidong2012-06-024-7/+7
* | * net/tramp.el (tramp-check-for-regexp): Search from buffer end,Michael Albinus2012-06-011-5/+8
* | Spelling fixes.Paul Eggert2012-05-282-2/+2
* | Merge from emacs-24; up to 2012-04-24T08:35:[email protected]Glenn Morris2012-05-261-8/+10
|\|
| * * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.Chong Yidong2012-05-161-3/+7
| * * net/gnutls.el (gnutls-min-prime-bits): Default to 256.Chong Yidong2012-05-151-7/+5
* | Merge from emacs-24; up to 2012-04-22T13:58:[email protected]Chong Yidong2012-05-141-6/+6
|\|
| * * net/rlogin.el (rlogin-mode-map): Fix last change.Stefan Monnier2012-05-111-6/+6
* | * net/dbus.el (dbus-call-method): Restore events not from D-Bus. (Bug#11447)Michael Albinus2012-05-131-6/+8
* | Encoding fix for browse-url-encode-url.Chong Yidong2012-05-091-2/+2
* | Sync with soap-client repository. Support SOAP simpleType. (Bug#10331)Alex Harsanyi2012-04-252-16/+119
* | * net/xesam.el (xesam-mode-map): Use let-bound map inMichael Albinus2012-04-231-1/+1
* | Spelling fixes.Paul Eggert2012-04-221-1/+1
* | Move functions from C to Lisp. Make non-blocking method callsMichael Albinus2012-04-221-223/+842
* | Tweaks to Customize interface. Set custom-reset-button-menu to t.Chong Yidong2012-04-222-3/+2
* | * lisp/net/rcirc.el (rcirc): Avoid error when process-contact returnsLeo Liu2012-04-211-5/+7
* | Merge from emacs-24 branchChong Yidong2012-04-201-3/+2
|\|