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
Miles Bader
dc6ee347e3
Add arch tagline
2008-04-18 02:46:47 +00:00
Glenn Morris
cd6ef82d85
Move non-autoloaded define-obsolete-variable-alias calls for
...
defcustoms not in dumped files before the associated defcustom.
2008-04-12 03:17:19 +00:00
Stefan Monnier
cbee283dd7
Fix up comment convention on the arch-tag lines.
2008-04-10 14:10:46 +00:00
Michael Albinus
eb56296236
* net/tramp.el (tramp-find-file-name-coding-system-alist): New
...
defun.
(tramp-handle-insert-file-contents, tramp-handle-write-region):
Use it.
2008-04-09 20:04:14 +00:00
Michael Albinus
2e8cf9a720
* net/zeroconf.el: New file.
2008-04-08 19:56:20 +00:00
Michael Albinus
60f2c210c0
* net/tramp.el (tramp-methods): Fix again tramp-copy-args of
...
"pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
2008-04-07 19:29:09 +00:00
Miles Bader
5942951134
Merge from gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1110
2008-04-07 13:08:33 +00:00
Dan Nicolaescu
7cd25617fe
* outline.el (outline-mode-menu-bar-map):
...
* term.el (terminal-signal-menu): Add :help.
* net/eudc.el (eudc-mode-map): Declare and define in one step.
(eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
* emacs-lisp/re-builder.el (reb-mode-map):
* textmodes/nroff-mode.el (nroff-mode-map): Add menus.
2008-04-04 22:45:01 +00:00
Stefan Monnier
343bb7bdd1
(after-init-hook): Don't wrap a lambda around
...
tramp-register-completion-file-name-handler.
2008-04-04 17:38:44 +00:00
Glenn Morris
628c97b2cf
(tramp-drop-volume-letter): Move definition before use.
2008-04-03 03:33:18 +00:00
Michael Albinus
113e2a8447
* net/tramp.el (tramp-make-tramp-temp-file): Use
...
`tramp-drop-volume-letter' for the local file name part.
2008-04-02 18:58:45 +00:00
Michael Albinus
da1975d727
* net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
...
overwriting when NEWNAME is a local file.
2008-03-30 18:08:20 +00:00
Michael Albinus
0c61d9814b
* net/trampver.el: Update release number.
2008-03-30 18:03:25 +00:00
Michael Albinus
efe78a6c0b
* net/tramp-ftp.el: Require 'cl when byte-compiling.
2008-03-29 20:26:14 +00:00
Michael Albinus
680d5d1783
* net/trampver.el: Update release number.
2008-03-29 20:24:42 +00:00
Magnus Henoch
51fac78c03
(dns-write): Use set-buffer-multibyte.
2008-03-28 21:37:03 +00:00
Michael Albinus
12aeeb576a
* tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and "psftp".
2008-03-21 18:04:42 +00:00
Michael Albinus
e52196e09a
Fix up encoding.
2008-03-21 17:58:33 +00:00
Stefan Monnier
cdd44874a7
Fix up encoding.
2008-03-20 13:42:38 +00:00
Reiner Steib
ea666a77e1
(open-tls-stream): Reindent.
2008-03-19 21:32:23 +00:00
Michael Albinus
aff67808c1
* net/tramp.el (tramp-let-maybe): Removed.
...
(tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
It does not exist under XEmacs.
(tramp-handle-file-truename, tramp-handle-expand-file-name)
(tramp-completion-file-name-handler): Let-bind
`directory-sep-char'.
2008-03-19 21:06:37 +00:00