1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

110 Commits

Author SHA1 Message Date
Eli Zaretskii
f1ec000756 (browse-url-maybe-new-window): Reverse the sense of the comparison,
to match the doc strings of functions that use this macro.
2002-02-19 11:16:06 +00:00
Eli Zaretskii
5504af2259 (ange-ftp-process-handle-line, ange-ftp-set-xfer-size): If the file's
size is a float, divide by 1024 instead of using ash.
2002-02-08 12:37:02 +00:00
Richard M. Stallman
c392a090aa (ange-ftp-canonize-filename): Avoid duplicate slash if DIR is just slash. 2002-01-22 07:34:07 +00:00
Richard M. Stallman
00dc02800f (ange-ftp-bs2000-posix-hook-installed): Move defvar up. 2002-01-22 01:42:44 +00:00
Richard M. Stallman
9c35d70676 Added support for BS2000, and for raw ftp
login commands (needed in some circumstances).
(ange-ftp-raw-login): New custom var.
(ange-ftp-normal-login): Perform login with raw ftp commands, if
ange-ftp-raw-login is set and account password is needed.
(ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
(ange-ftp-bs2000-filename-pubset-regexp)
(ange-ftp-bs2000-filename-username-regexp)
(ange-ftp-bs2000-filename-prefix-regexp)
(ange-ftp-bs2000-name-template): New consts.
(ange-ftp-bs2000-short-filename-regexp)
(ange-ftp-bs2000-fix-name-regexp-reverse)
(ange-ftp-bs2000-fix-name-regexp): New consts.
(ange-ftp-bs2000-special-prefix): New custom var.
(ange-ftp-fix-name-for-bs2000)
(ange-ftp-fix-dir-name-for-bs2000): New funs.
(ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
(ange-ftp-bs2000-posix-hook-installed): New vars.
(ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
(ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
(ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
(ange-ftp-bs2000-filename-regexp): New const.
(ange-ftp-bs2000-additional-pubsets): New custom var.
(ange-ftp-bs2000-cd-to-posix): New fun.
2002-01-20 22:10:54 +00:00
Richard M. Stallman
31bcb0dc4d (ange-ftp-passive-mode): New arg PROC.
(ange-ftp-get-process): Pass that arg.
2002-01-17 01:40:23 +00:00
Richard M. Stallman
ff78c7214c (telnet-simple-send): Fix previous change. 2002-01-17 01:40:04 +00:00
Pavel Janík
5a9af4e1f0 (ldap-ldapsearch-prog): Default to OpenLDAP version 2 ldapsearch. 2002-01-16 08:50:27 +00:00
Pavel Janík
5301596556 New maintainer. Change author's address.
(eudc-pre-select-window-configuration, eudc-insertion-marker): Variables
removed.
(eudc-insert-selected): Function removed.
(eudc-select): Reimplemented.
(eudc-expand-inline): Delete the strings only after its expansion is chosen
not before.
2002-01-16 08:22:15 +00:00
Pavel Janík
886a2a61db (eudc-ph-open-session): Remove XEmacs case.
Minor coding style fixes.
2002-01-16 08:16:01 +00:00
Pavel Janík
ee9a44abfd New maintainer. Change author's address.
(eudc-attribute-display-method-alist): Display mail with eudc-display-mail.
2002-01-16 08:14:05 +00:00
Pavel Janík
89d0ce25a3 New maintainer. Change author's address. 2002-01-16 08:10:15 +00:00
Pavel Janík
774f6cf41f New maintainer. Change author's address.
(eudc-bob-mail-keymap): New keymap for e-mail addresses.
(eudc-display-mail): New function.
(eudc-bob-play-sound-at-point): Remove XEmacs case.
2002-01-16 08:05:19 +00:00
Stefan Monnier
ae0bec0b42 (ange-ftp-root-dir-p): New function.
(ange-ftp-file-name-all-completions, ange-ftp-file-name-completion): Use it.
(ange-ftp-hook-function): Preserve match-data.
(ange-ftp-insert-directory): Typo.
(ange-ftp-shell-command): Check if regexp matched.
2002-01-14 13:01:14 +00:00
Pavel Janík
110c171f4d Fix typo. 2002-01-13 10:09:20 +00:00
Richard M. Stallman
0deef26e9a (browse-url-grail): Use browse-url-maybe-new-window. 2002-01-13 04:57:24 +00:00
Richard M. Stallman
732576c8ab (telnet-simple-send): Handle comint-input-sender-no-newline like
comint-simple-send.
2002-01-13 04:45:21 +00:00
Pavel Janík
ca151ad62f New maintainer. New e-mail address of the author. 2002-01-08 06:58:13 +00:00
Pavel Janík
b4ac0cdbf5 (ldap-search-internal): Skip error message from ldapsearch. Allow listing
attribute names only.  Do not open non-existent files.
2002-01-06 17:59:09 +00:00
Pavel Janík
527813ef22 (eudc-ldap-get-field-list): Do not try to call non-existent function. 2002-01-06 17:54:21 +00:00
Pavel Janík
ff41c6f670 (top-level): Revert previous change. 2002-01-06 16:41:07 +00:00
Pavel Janík
ab6511276e Fix Keywords: header. 2002-01-06 16:37:36 +00:00
Pavel Janík
01f91eb850 Fix typo. 2002-01-06 16:29:19 +00:00
Pavel Janík
c2e6c8d1c3 (nslookup-font-lock-keywords): Defvar font-lock variables to prevent
warning from byte-compiler.
Add Keyword to actually get listed in finder.
2002-01-06 15:11:24 +00:00
Pavel Janík
aed3fbc387 Remove unnecessary whitespaces. 2002-01-06 15:08:06 +00:00
Pavel Janík
82d72d650c (top-level): Use eudc-xemacs-p instead of string-match on emacs-version
again.
2002-01-06 15:06:14 +00:00
Pavel Janík
bae297c2a0 (eudc-attribute-display-method-alist): Use proper attribute name labeledUri
instead of deprecated labeledUrl.
2002-01-05 23:36:20 +00:00
Pavel Janík
6d44acf95d Doc fix. 2002-01-05 23:28:03 +00:00
Pavel Janík
665e6193d0 (eudc-bob-can-display-inline-images)
(eudc-bob-display-jpeg): Use fboundp instead of boundp.
(eudc-bob-save-object): Make the buffer unibyte.
(eudc-bob-generic-keymap): Add new keybinding `!' to pipe the object to
external program.
2002-01-05 18:54:53 +00:00
Pavel Janík
082d147b66 (eudc-edit-hotlist): Avoid error when editing an empty hotlist. 2002-01-05 18:51:11 +00:00
Pavel Janík
91fc6577b0 (eudc-external-viewers): Do not use xv, it is not free. 2002-01-05 18:43:58 +00:00
Pavel Janík
590a6e6c11 (ldap-search-internal): Make the buffer unibyte.
Use buffer-string instead of buffer-substring for the whole buffer.
2002-01-05 18:42:52 +00:00
Pavel Janík
748f3bf389 Doc fix. 2002-01-04 07:59:46 +00:00
Pavel Janík
c69b943f41 (ldap-host-parameters-alist): Remove duplicated entry.
(ldap-ignore-attribute-codings): Change the default value to allow
encoding/decoding of attributes.
(ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
2002-01-04 07:18:10 +00:00
Pavel Janík
cdc51589d5 (ange-ftp-shell-command): Remove port specification from the hostname. 2002-01-03 08:39:44 +00:00
Richard M. Stallman
8839c4a651 (ange-ftp-insert-directory): Explicitly follow symlinks. 2001-12-29 02:50:51 +00:00
Richard M. Stallman
1d0653f8b6 (ange-ftp-allow-child-lookup): Always return nil.
This fixes a bug that treated all files as directories.
2001-12-29 00:46:26 +00:00
Richard M. Stallman
cf3b69c44c (ldap-search-internal): Handle <file://...> in results. 2001-12-28 06:29:37 +00:00
Pavel Janík
ad21495fd3 Fix previous change. 2001-12-25 10:43:25 +00:00
Richard M. Stallman
96c01bd4e3 (ftp-mode-abbrev-table): Don't define it.
(nslookup-mode-abbrev-table): Don't define it.
(smbclient-mode-abbrev-table): Don't define it.
(ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
(nslookup-mode, smbclient-mode): Likewise.
(network-connection-service-abbrev-alist): Variable deleted.
(network-connection-mode-setup): Don't set up abbrev table.
2001-12-24 20:18:36 +00:00
Richard M. Stallman
b52e05e242 (ange-ftp-file-modtime): Use save-match-data. 2001-12-21 23:57:20 +00:00
Pavel Janík
49f7ba471e (webjump-builtin): Remove dot at the end of sentence in error call. 2001-12-11 07:01:35 +00:00
Pavel Janík
283b4456b9 (zone-mode): Don't use make-local-hook. 2001-12-11 06:52:33 +00:00
Richard M. Stallman
1d5d41231f (browse-url-galeon-new-window-is-tab): New var.
(browse-url-galeon): Use that variable.
2001-11-25 00:04:41 +00:00
Richard M. Stallman
7f61a9ee15 Support Mozilla and Galeon.
By default, find the installed browser whichever it is.
(browse-url-mozilla): New function.
(browse-url-mozilla-sentinel): New function.
(browse-url-galeon, browse-url-galeon-sentinel): New functions.
(browse-url-default-browser): New function.
(browse-url-process-environment): Use browse-url-browser-display.
(browse-url-browser-display): Renamed from browse-url-netscape-display.
(browse-url-mozilla-startup-arguments, browse-url-galeon-program)
(browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
(browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
(browse-url-browser-function): New default, new options.
2001-11-19 19:12:31 +00:00
Richard M. Stallman
9d551c66b1 (network-connection-service-abbrev-alist): New variable. 2001-11-19 06:24:36 +00:00
Gerd Moellmann
cfc3aed3fe (ange-ftp-send-cmd): Call fix-name-func for
`mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
2001-10-27 07:53:11 +00:00
Stefan Monnier
67f300f817 (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
Use with-current-buffer.
(ange-ftp-cd): New arg `noerror' to prevent signalling an error.
(ange-ftp-send-cmd): If a `cd' is used (because of a space in the
filename), catch any error that occurs in `ange-ftp-cd'.
If an error happened, don't bother sending `cmd' at all.
Fix a parenthesis typo.
(ange-ftp-write-region): Don't blindly use binary if the remote host
is unix-like.
2001-10-13 18:40:46 +00:00
Sam Steingold
b878b8c30a (ange-ftp-copy-files-async): New function for
asynchronous multiple file copying.
2001-10-12 19:16:34 +00:00
Stefan Monnier
138399e684 (goto-address-mail-regexp): Allow + in username. 2001-10-11 23:40:35 +00:00