1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

862 Commits

Author SHA1 Message Date
Michael Albinus
65a099b679 * net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat)
(tramp-handle-file-name-all-completions): Don't use "-b" as ls
arg.  It does not work on OpenBSD.  Reported by Taylor Venable
<taylor@metasyntax.net>.
2009-04-24 13:54:50 +00:00
Chong Yidong
d893706458 * net/rcirc.el (rcirc): Use correct property names (Bug#3037). 2009-04-18 03:44:57 +00:00
Chong Yidong
3257a7340a browse-url.el (browse-url-filename-alist): Update :version for last change. 2009-04-16 04:08:15 +00:00
Chong Yidong
dee8ac1084 * net/browse-url.el (browse-url-filename-alist): Correct file
URI (Bug#2922).
2009-04-15 22:51:26 +00:00
Ulf Jasper
b0f439fc19 newsticker: enable jump to virtual feeds 2009-04-15 18:13:41 +00:00
Michael Albinus
e09349c517 * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
of directory "".
2009-04-14 14:39:46 +00:00
Michael Albinus
260821d3d5 * net/tramp.el (tramp-handle-dired-recursive-delete-directory):
Fix an error in flushing cache data.
(tramp-handle-process-file): Flush all file cache values for the
connection, because the remote process could have changed them.
Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
Handle QUIT.
2009-04-14 14:36:38 +00:00
Michael Albinus
5ab38c3c5a * tramp.el (tramp-do-copy-or-rename-file-directly): Overwrite
always the tmpfile.  (Bug#2962).
2009-04-12 19:26:36 +00:00
Michael Albinus
4909640742 * net/tramp.el (tramp-file-name-handler-alist): Add
`vc-registered'.
(tramp-handle-vc-registered ): New defun.  (Bug#1741).
2009-04-09 13:46:27 +00:00
Michael Albinus
5ec2288f4a * tramp-cache.el (tramp-flush-directory-property): Use the
localname of KEY for check.
2009-04-09 13:40:19 +00:00
Michael Albinus
86a9be47c8 * net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
Use `tramp-default-file-modes'.
2009-04-05 18:07:41 +00:00
Michael Albinus
b86c1cd8d3 * net/tramp.el (tramp-default-file-modes) New defun. Replace all
calls of `file-modes' by this.
(tramp-handle-find-backup-file-name): Use `symbol-value' instead
of `boundp'.
2009-04-05 18:06:55 +00:00
Michael Albinus
c42e03b4f9 * net/ange-ftp.el (ange-ftp-set-file-modes): New defun. Change
`ange-ftp' property of `set-file-modes' to
`ange-ftp-set-file-modes'.
(ange-ftp-call-chmod): Add error handling.
2009-04-05 17:49:47 +00:00
Michael Albinus
8204704e3c * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534. 2009-03-24 16:11:00 +00:00
Andreas Schwab
72e0a95bff (ange-ftp-multi-msgs): Add 150-. 2009-03-08 16:45:31 +00:00
Michael Albinus
3dc847a379 * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463) 2009-02-26 14:31:00 +00:00
Chong Yidong
cc5be3ab22 (ange-ftp-insert-directory): Adapt switch manipulation to 2009-02-11
change to dired-add-entry (Bug#2410).
2009-02-23 17:48:35 +00:00
Juanma Barranquero
1227224193 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'. 2009-02-17 14:58:15 +00:00
Ulf Jasper
c6193b5379 newsticker: offer deletion of old groups file. 2009-02-16 20:45:14 +00:00
Ulf Jasper
908e900dce newsticker: kill groups buffer after saving/loading. 2009-02-09 20:05:48 +00:00
Ulf Jasper
201af049c3 newsticker: fix infinite recursion when moving to next new item 2009-02-07 13:24:06 +00:00
Glenn Morris
c261086e81 (rmail-buffer): Remove unneeded eval-when-compile.
(rmail-narrow-to-non-pruned-header): Remove autoload.
(mairix-rmail-fetch-field): Handle mbox Rmail.
2009-02-05 06:36:14 +00:00
Miles Bader
3b36c17e9d Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1537
2009-02-05 02:34:34 +00:00
Michael Albinus
cb85dcd0dc * net/tramp.el (tramp-read-passwd): Cached passwords shall still be used. 2009-02-01 10:48:12 +00:00
Michael Albinus
18288ba7ae * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'. 2009-02-01 10:45:30 +00:00
Michael Albinus
e3c5a12941 * net/trampver.el: Update release number. 2009-02-01 10:44:39 +00:00
Michael Albinus
5c7043a248 * net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow
correction of passwords.
2009-01-29 16:26:53 +00:00
Michael Albinus
f213fc091d * net/dbus.el (dbus-event-error-hooks): Fix docstring. Describe
second parameter of hook functions.
(dbus-handle-event): Apply it.
2009-01-28 16:10:38 +00:00
Michael Albinus
e12c189f66 * net/dbus.el (dbus-event-error-hooks): New variable.
(dbus-handle-event): Use it.
2009-01-26 20:26:52 +00:00
Ulf Jasper
80016d6e51 newsticker: Fixed next-new-or-immortal-feed even more. 2009-01-24 10:39:34 +00:00
Ulf Jasper
c04ed27eea newsticker: fixed bug#1710 2009-01-23 18:49:03 +00:00
Ulf Jasper
2e6e1c2a86 newsticker: removed debugging message. 2009-01-22 20:27:26 +00:00
Ulf Jasper
a8c9886870 newsticker: fixed bug#1569 2009-01-22 19:52:17 +00:00
Michael Albinus
e0b6e3b945 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
IPv4 mapped IPv6 addresses.
2009-01-19 06:52:50 +00:00
Juri Linkov
58cb49d471 (goto-address-url-face): Change default value from bold' to link'. 2009-01-14 23:14:51 +00:00
Michael Albinus
c28f19e5ac * net/tramp.el: Revert previous patch. `last-command-char' is
used in code used only for XEmacs, where it is different from
`last-command-event'.
2009-01-09 08:15:27 +00:00
Glenn Morris
61a846fbec Replace last-command-char with last-command-event. 2009-01-09 04:29:16 +00:00
Miles Bader
e3e955fed3 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1513
2009-01-09 03:01:50 +00:00
Michael Albinus
2c418c5bbf * net/tramp-smb.el (tramp-smb-handle-copy-file)
(tramp-smb-handle-rename-file): Delete temporary file in case of
quit.
2009-01-06 07:56:42 +00:00
Michael Albinus
2988341a84 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
(tramp-handle-file-local-copy, tramp-handle-write-region)
Delete temporary file in case of quit.
2009-01-06 07:51:09 +00:00
Michael Albinus
91192f4fab * net/tramp-smb.el (tramp-smb-handle-copy-file)
(tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
Delete temporary file in case of error.
2009-01-05 19:40:55 +00:00
Michael Albinus
ce2cc72811 * net/tramp.el (tramp-handle-load)
(tramp-do-copy-or-rename-file-directly)
(tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
(tramp-handle-write-region): Delete temporary file in case of
error.
2009-01-05 19:37:01 +00:00
Glenn Morris
ae940284fa Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
Glenn Morris
46932a8db5 (tramp-perl-encode, tramp-perl-decode): Update copyrights for 2009. 2009-01-05 02:00:02 +00:00
Michael Olson
9b2bac7163 Gnus: Add explanations for recent changes to the code itself.
These are already documented in ChangeLog.
2009-01-04 00:03:05 +00:00
Michael Olson
d549e52b93 Gnus: Fix edge cases with no data being returned and Courier eccentricity.
* lisp/gnus/nnimap.el (nnimap-retrieve-headers-progress): Handle edge
  case where `headers' is nil.  This can occur if the IMAP server does
  not have permissions to read messages from a folder, but can write new
  messages to the folder.
  (nnimap-request-article-part): Do not insert `data' if it is nil.

* lisp/net/imap.el (imap-parse-fetch): Courier can insert spurious blank
  characters which will confuse `read', so skip past them.
2009-01-03 23:05:42 +00:00
Michael Albinus
36a3859f9b * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
(tramp-smb-maybe-open-connection): Use `tramp-file-name-*'
methods.
2009-01-03 15:00:35 +00:00
Michael Albinus
b96e689991 * net/tramp.el (tramp-local-host-regexp)
(tramp-prefix-domain-format)
(tramp-prefix-domain-regexp, tramp-domain-regexp)
(tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
(tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
(tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New
defconst.
(tramp-file-name-structure, tramp-file-name-regexp-unified)
(tramp-completion-dissect-file-name, tramp-parse-hosts-group)
(tramp-dissect-file-name, tramp-make-tramp-file-name)
(tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
(tramp-handle-insert-file-contents): Fix setting of
`buffer-read-only'.
(tramp-compute-multi-hops, tramp-local-host-p): Use
`tramp-local-host-regexp'.
(tramp-file-name-real-user, tramp-file-name-domain): Use
`tramp-user-with-domain-regexp'.
2009-01-03 14:58:15 +00:00
Michael Albinus
d665fff055 * net/dbus.el (dbus-string-to-byte-array): Handle empty array. 2009-01-03 14:55:10 +00:00
Ulf Jasper
8afbc8ae39 newsticker: fixed provide statement. 2008-12-22 19:09:56 +00:00