Juanma Barranquero
ea5973038f
Fix typos.
...
* lisp/net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
(sasl-find-mechanism, sasl-next-step):
* lisp/net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
(sasl-ntlm-response): Fix typos in docstrings.
* doc/misc/sasl.texi (Mechanisms): Fix typos.
2008-06-29 01:51:51 +00:00
Michael Albinus
5da241082e
* net/tramp.el (tramp-handle-file-modes): Handle symlinks.
...
(tramp-convert-file-attributes): Convert symlinks only when
returned from `tramp-handle-file-attributes-with-stat'.
2008-06-28 10:17:22 +00:00
Michael Albinus
2d8b5d77c1
* net/tramp-ftp.el (top): Delete 'ange-ftp property from
...
`substitute-in-file-name' when unloading.
(tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
2008-06-28 10:15:00 +00:00
Glenn Morris
fffa137cb7
American English spelling fix.
2008-06-27 07:34:53 +00:00
Glenn Morris
04bf5b655a
American English spelling fix.
2008-06-27 02:14:52 +00:00
Glenn Morris
e8f28744e2
Require 'cl when compiling.
2008-06-21 23:00:49 +00:00
Ulf Jasper
883bef2dd1
newsticker: window config fix, doc fixes
2008-06-21 15:43:34 +00:00
Ulf Jasper
639fbfe13a
newsticker-treeview-own-frame turned off, tooltips
2008-06-20 16:16:34 +00:00
Michael Albinus
d8ac123e39
(tramp-open-connection-setup-interactive-shell): Flush cache, and
...
restart `tramp-maybe-open-connection' when the remote system has
been changed. Throw 'uname-changed event.
(tramp-maybe-open-connection): Catch it.
2008-06-15 16:59:25 +00:00
Michael Albinus
6f77e7d72e
* net/tramp-cmds.el (tramp-cleanup-all-connections): Reset
...
`tramp-locked'.
2008-06-15 13:40:27 +00:00
Michael Albinus
11c712173e
* net/tramp.el (tramp-handle-start-file-process): Clear
...
modification time of the connection buffer.
(tramp-sh-file-name-handler): Reset `tramp-locked' in case of
error.
2008-06-15 13:36:30 +00:00
Ulf Jasper
574ec56524
newsticker: window dedication, orphan feeds.
2008-06-15 10:57:06 +00:00
Ulf Jasper
0d00764ae5
Moved some faces from newst-plainview to newst-reader.
2008-06-15 08:04:13 +00:00
Ulf Jasper
35cff702cd
Renamed newsticker-*.el to newst-*.el. Fixed (require).
2008-06-13 17:42:57 +00:00
Ulf Jasper
2900b2d8f8
Renamed newsticker-*.el to newst-*.el.
2008-06-13 17:08:25 +00:00
Miles Bader
9b86baeef1
Remove RCS keywords
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1232
2008-06-12 05:49:27 +00:00
Stefan Monnier
a1562258dc
* window.c (Vwindow_point_insertion_type): New var.
...
(set_window_buffer): Use it.
(syms_of_window): Init and export it to Lisp.
* progmodes/compile.el (compilation-mode):
Set window-point-insertion-type.
(compilation-filter): Don't use insert-before-markers any more.
* emacs-lisp/trace.el (trace-make-advice):
Set window-point-insertion-type in the trace buffer.
* startup.el (normal-top-level): Set window-point-insertion-type in
*Messages*.
* net/telnet.el (telnet-mode): Set window-point-insertion-type.
(telnet-filter): Don't use insert-before-markers any more.
* comint.el (comint-mode): Set window-point-insertion-type.
(comint-output-filter): Don't use insert-before-markers any more.
* button.el (make-text-button): Allow `start' to be a string.
2008-06-10 16:08:48 +00:00
Glenn Morris
faeb9c70ae
Header formatting fix.
2008-06-10 03:29:43 +00:00
Glenn Morris
9f7ca1a860
Correct copyright years to reflect the original newsticker.el from
...
which most of this code was extracted, not the year it was moved into
this file.
Header formatting fix.
2008-06-10 03:21:37 +00:00
Glenn Morris
68706e7134
Header formatting fix.
2008-06-10 03:20:38 +00:00
Glenn Morris
f3afdff3d0
Correct copyright years to reflect the original newsticker.el from
...
which most of this code was extracted, not the year it was moved into
this file.
Header formatting fix.
2008-06-10 03:20:18 +00:00
Glenn Morris
6851521748
Header formatting fix.
2008-06-10 03:19:15 +00:00
Glenn Morris
931b2f31e9
Correct copyright years to reflect the original newsticker.el from
...
which most of this code was extracted, not the year it was moved into
this file.
2008-06-10 03:17:34 +00:00
Glenn Morris
5eddea0be4
Remove trailing whitespace.
2008-06-10 03:15:43 +00:00
Glenn Morris
bee1c0fea0
(newsticker--next-item-image)
...
(newsticker--previous-item-image, newsticker--previous-feed-image)
(newsticker--next-feed-image, newsticker--mark-read-image)
(ewsticker--mark-immortal-image, newsticker--narrow-image)
(newsticker--get-all-image, newsticker--update-image)
(newsticker--browse-image): Check xpm images are available.
(newsticker--mark-read-image, newsticker--mark-immortal-image)
(newsticker--narrow-image, newsticker--get-all-image): Doc fix.
2008-06-10 03:09:10 +00:00
Glenn Morris
352b43ab45
(tool-bar-map): Don't declare.
...
(newsticker--plainview-tool-bar-map, newsticker-mode):
Check tool-bar-map is bound, for non-X builds.
(w3m-toggle-inline-image): Declare.
2008-06-10 03:08:37 +00:00
Glenn Morris
a66bb4d5fe
(w3m-toggle-inline-images): Declare.
...
(newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
Check tool-bar-map is bound, for non-X builds.
2008-06-10 03:08:14 +00:00
Glenn Morris
cf99cd0480
(tool-bar-map): Don't declare.
2008-06-10 03:07:46 +00:00
Ulf Jasper
4da498ebdf
Autoload cookies for newsticker.
2008-06-08 18:44:20 +00:00
Miles Bader
041fa0d4e3
Add arch tagline
2008-06-08 18:09:06 +00:00
Ulf Jasper
114ba1d69a
Split into multiple files. New frontend. Bugfixes.
2008-06-08 15:37:08 +00:00
Ulf Jasper
2415d4c6dc
Initial check-in.
2008-06-08 15:36:18 +00:00
Michael Albinus
48846dc595
* net/tramp.el (top): Quote feature names. Remove
...
`tramp-rfn-eshadow-setup-minibuffer' from
`rfn-eshadow-setup-minibuffer-hook' when unloading.
(tramp-read-passwd): There is only one call to
`auth-source-user-or-password' needed. Pacify byte compiler.
2008-06-08 10:49:19 +00:00
Glenn Morris
91ed8a5614
Remove unnecessary eval-when-compiles and eval-and-compiles.
2008-06-07 02:39:43 +00:00
Glenn Morris
3c5fa30ac9
Remove unnecessary eval-and-compile.
2008-06-07 02:38:59 +00:00
Miles Bader
a368801ce6
Merge from gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1172
2008-05-22 05:03:00 +00:00
Glenn Morris
bcb04d981a
(top-level): Load auth-source when compiling.
2008-05-17 20:10:06 +00:00
Michael Albinus
82f3844e66
* net/tramp.el (tramp-handle-write-region): Fix check for short
...
track. Reported by Glenn Morris <rgm@gnu.org>.
2008-05-16 20:20:36 +00:00
Michael Albinus
5615d63fac
* net/tramp.el: Load auth-source library.
...
(tramp-read-passwd): Use it for password, not login.
(tramp-file-name-for-operation): Add `make-temp-name'.
2008-05-15 21:06:59 +00:00
Michael Albinus
674da0287d
* net/tramp.el (tramp-echo-mark): Update docstring.
...
(tramp-echo-mark-marker): New defconst.
(tramp-check-for-regexp): Use it.
2008-05-14 19:55:11 +00:00
Glenn Morris
5a1dde61e2
Switch to recommended form of GPLv3 permissions notice.
2008-05-07 02:56:35 +00:00
Glenn Morris
874a927a02
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 07:31:51 +00:00
Dan Nicolaescu
95eafb14f3
(dbus-call-method, dbus-register-signal)
...
(dbus-debug): Move declarations outside eval-when-compile.
2008-05-05 02:43:39 +00:00
Michael Albinus
2e27119583
* net/tramp.el (tramp-mode): New defcustom.
...
(tramp-file-name-handler, tramp-completion-file-name-handler): Use
it.
(tramp-replace-environment-variables): Handle "$$".
2008-04-28 19:07:26 +00:00
Michael Albinus
87bdd2c7a5
* net/tramp.el (tramp-handle-make-symbolic-link)
...
(tramp-handle-file-name-directory)
(tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
(tramp-do-copy-or-rename-file-directly)
(tramp-handle-insert-directory, tramp-handle-expand-file-name)
(tramp-handle-substitute-in-file-name)
(tramp-handle-insert-file-contents, tramp-handle-write-region)
* net/tramp-cache.el (tramp-get-file-property)
(tramp-set-file-property, tramp-flush-file-property)
(tramp-flush-directory-property)
* net/tramp-cpmpat.el (tramp-compat-make-temp-file)
* net/tramp-fish.el (tramp-fish-handle-expand-file-name): Disable
`file-name-handler-alist' when handling localname. It could have
a remote file syntax, like a VMS file name.
2008-04-27 16:39:03 +00:00
Michael Albinus
c23c3394ae
* net/tramp.el (tramp-replace-environment-variables): New defun.
...
(tramp-handle-substitute-in-file-name, tramp-file-name-handler):
Use it.
2008-04-27 09:30:36 +00:00
Michael Albinus
4ad216352e
* net/tramp.el (tramp-get-remote-stat): Test whether stat supports
...
%s. Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
2008-04-24 19:37:01 +00:00
Glenn Morris
8b026efe10
(goto-address-prog-mode): Declare for compiler.
2008-04-24 06:06:53 +00:00
Glenn Morris
2cbee4c59c
Tom Tromey <tromey at redhat.com>
...
(goto-address-unfontify): New function.
(goto-address-fontify): Use it. Respect goto-address-prog-mode.
(goto-address-fontify-region, goto-address-mode)
(goto-address-prog-mode): New functions.
2008-04-24 05:48:08 +00:00
Miles Bader
d55fe5bb3e
Merge from gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1118
2008-04-21 07:13:33 +00:00