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
Gerd Moellmann
d8754ce528
Change ;;; to ;; for outline-minor-mode.
2001-10-05 09:36:02 +00:00
Andreas Schwab
7d685c849a
(ange-ftp-skip-msgs): Add 227 and 228 for Long
...
and Extended Passive Mode, resp.
2001-10-02 21:34:12 +00:00
Eli Zaretskii
299248aa62
Add Keywords header. From Pavel Janik.
2001-08-26 16:36:14 +00:00
Pavel Janík
e8af40eed4
Some fixes to follow coding conventions.
2001-07-16 12:23:00 +00:00
Pavel Janík
3afbc435ac
Some fixes to follow coding conventions.
2001-07-16 07:46:48 +00:00
Stefan Monnier
3432260a6f
(remote-compile): Use make-local-variable.
2001-07-16 02:07:12 +00:00
Pavel Janík
5553563924
Some fixes to follow coding conventions in files maintained by FSF.
2001-07-15 16:15:35 +00:00
Gerd Moellmann
524ac5b25a
(ange-ftp-file-modtime): Check a 213 response
...
from the server for the format we expect. Don't use it if it
doesn't look like what the Internet draft for FTP extensions
specifies.
2001-07-09 08:58:38 +00:00
Gerd Moellmann
6573d87f38
(ange-ftp-file-modtime): Ignore 226 responses
...
from the server. Call encode-time only when we are sure that we
got a 213 response.
2001-07-06 14:03:09 +00:00
Eli Zaretskii
51a91c0910
(browse-url-default-windows-browser): Support
...
the MS-DOS port when it runs on Windows.
(browse-url-browser-function) [ms-dos]: Default to
browse-url-default-windows-browser.
2001-07-03 12:41:58 +00:00
Eli Zaretskii
d36ca65d65
(quickurl-url-file): Run through convert-standard-filename.
...
(quickurl-list-populate-buffer): Add help-echo to mouse-highlighted text.
(top level): Update Dave's URL.
2001-06-17 11:47:54 +00:00
Gerd Moellmann
a724ed38f5
(ange-ftp-fix-name-for-vms): Reverse args of
...
subst-char-in-string.
(ange-ftp-after-parse-ls-hook): New variable.
(ange-ftp-ls): Run that hook.
From Peter Milliken <Peter.Milliken@GTECH.COM>.
2001-05-18 13:21:11 +00:00
Gerd Moellmann
1c66d9fb23
(goto-address-at-point): Deal with URLs
...
part of which look like email addresses.
2001-05-18 12:50:27 +00:00
Gerd Moellmann
af06f4599d
(browse-url-browser-function): Add kde.
...
(browse-url-kde-program, browse-url-kde-args): New variables.
(browse-url-kde): New function.
2001-05-18 11:27:38 +00:00
Gerd Moellmann
2ca0d5f113
(ange-ftp-write-region): Make sure to record the
...
last coding system used before calling set-buffer-modified-p
because that function changes last-coding-system.
2001-05-17 11:26:56 +00:00
Gerd Moellmann
74cb6a6248
(browse-url-filename-alist): Allow UNC file
...
names for MS-Windows and MS-DOS. From Dan Holmsand
<dan@eyebee.com>.
2001-05-10 11:54:15 +00:00
Gerd Moellmann
67ac0f7ae4
Instead of defining line-beginning-position and
...
line-end-position a defalias is used for point-at-bol and
point-at-eol.
Added XEmacs compatibility code.
(goto-address-highlight-keymap): Made keybindings XEmacs
compatible.
2001-04-23 10:16:54 +00:00
Gerd Moellmann
408d5219ee
(browse-url-new-window-flag): Renamed from
...
browse-url-new-window-p.
2001-04-18 12:48:36 +00:00
Gerd Moellmann
a84f13fb07
Update copyright notice.
2001-02-20 12:53:12 +00:00
Dave Love
f1f06a6978
(eudc-server, eudc-protocol): Fix :type.
2001-01-17 11:41:05 +00:00
Dave Love
9fbe132705
(browse-url-filename-alist): Avoid backquote
...
read syntax.
2001-01-02 23:17:24 +00:00
Gerd Moellmann
4b9e6d882e
Commentry change, I've moved my web site.
2000-12-21 21:27:11 +00:00
Dave Love
e162f054c4
(ldap) <defgroup>: Add :version.
2000-11-27 23:22:31 +00:00