Commit graph

72281 commits

Author SHA1 Message Date
Glenn Morris
a523f0c74b Move refcards from etc/ to etc/refcards/ 2007-08-22 07:28:23 +00:00
Michael Albinus
3f50416f0e * tramp.texi (Remote Programs): Persistency file must be cleared when
changing `tramp-remote-path'.
(Filename Syntax): Don't use @var{} constructs inside the @trampfn
macro.
2007-08-22 05:52:18 +00:00
Michael Albinus
f84638eb6b * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
otherwise.
(tramp-get-remote-path): New defun.  Replace occurences of
`tramp-default-remote-path' by this function.
(tramp-set-remote-path): Move most of the code to
`tramp-get-remote-path'.
(tramp-get-ls-command, tramp-get-remote-id): Don't check for not
existing directories, this is done already in
`tramp-get-remote-path'.
2007-08-22 05:47:42 +00:00
Glenn Morris
45196e0ba7 *** empty log message *** 2007-08-22 05:08:35 +00:00
Glenn Morris
f10e5e3ca1 Move tree-widget/ from etc/ to etc/images/ 2007-08-22 05:01:58 +00:00
Glenn Morris
78a4bda90f Fix typo in previous change. 2007-08-22 04:36:52 +00:00
Glenn Morris
0cfc054630 Regenerate, with shell-func message patch. 2007-08-22 04:20:10 +00:00
Glenn Morris
795a2a9472 Joakim Verona <joakim at verona.se>
Mention svg support.
2007-08-22 04:07:50 +00:00
Glenn Morris
9c818156d9 Paul Pogonyshev <pogonyshev at gmx.net>
(image-type-header-regexps): Add svg entry.
2007-08-22 04:05:28 +00:00
Glenn Morris
81de8fcf07 Paul Pogonyshev <pogonyshev at gmx.net>
(image-file-name-extensions): Add "svg".
2007-08-22 04:03:35 +00:00
Glenn Morris
4ab27a430b Paul Pogonyshev <pogonyshev at gmx.net>
Add support for SVG images.
Some additional comments by Joakim Verona <joakim@verona.se>.
2007-08-22 04:01:54 +00:00
Glenn Morris
8fe63ec714 Paul Pogonyshev <pogonyshev at gmx.net>
(ALL_CFLAGS, LIBX): Add RSVG_LIBS.
2007-08-22 03:58:32 +00:00
Glenn Morris
96f574f0dc Paul Pogonyshev <pogonyshev at gmx.net>
Add support for SVG images through librsvg2.
2007-08-22 03:56:20 +00:00
Glenn Morris
65999ef5ce *** empty log message *** 2007-08-22 03:56:03 +00:00
Glenn Morris
90b64c0920 (backup-buffer-copy): Check backup directory is writable, to avoid
infloop deleting old backup.
2007-08-22 03:49:45 +00:00
Glenn Morris
11bdb42c26 (rmail-movemail-variant-p): Call on load to set movemail related variables.
(rmail-insert-inbox-text): Use only rmail-movemail-program, which
will now be set before this is called.
2007-08-22 03:37:21 +00:00
Katsumi Yamaoka
b8fa755be0 (BASE_PURESIZE): Increase to 1140000. 2007-08-22 02:17:45 +00:00
Juri Linkov
4bf9880004 (cua-paste): Use `mouse-region-match' instead of checking last-command. 2007-08-21 20:05:14 +00:00
Juri Linkov
67755cc483 (delete-selection-pre-hook): Use `mouse-region-match' instead of checking last-command. 2007-08-21 20:04:51 +00:00
Juri Linkov
e255d6b0a1 Preload "button". 2007-08-21 19:19:46 +00:00
Stefan Monnier
030df5f022 Binding inhibit-modification-hooks was merged into 22.2. 2007-08-21 18:22:54 +00:00
Stefan Monnier
7a252d11f3 (byte-compile-interactive-only-functions): Add previous-line and next-line. 2007-08-21 15:53:39 +00:00
Stefan Monnier
80d7d79f55 (vc-arch-extra-menu-map): New var and fun.
(vc-arch-find-file-not-found-hook): Remove, it's now the default.
2007-08-21 15:18:06 +00:00
Stefan Monnier
98481bad3b (vc-menu-map-filter): Use vc-call and reindent. 2007-08-21 15:10:55 +00:00
Stefan Monnier
dc172b7323 (vc-menu-map): Don't setup any more.
Instead, just create the proper spot in the menu.
2007-08-21 15:08:47 +00:00
Stefan Monnier
e2247dc840 (vc-menu-entry): New var.
(vc-mode-line-map): Use it so that this menu also uses the extra-menu.
(menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
(vc-menu-map): Declare and initialize in one step.
(vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter
2007-08-21 15:07:36 +00:00
Jeffrey C Honig
19c35c5718 (mh-folder-message-menu, mh-folder-mode-map): Add
folder mode support for mh-show-preferred-alternative.  (Clooses
SF 1777321).
2007-08-21 12:15:37 +00:00
Jeffrey C Honig
e5e63ca0aa (mh-show-preferred-alternative)
(mh-show-write-message-to-file, mh-show-message-menu)
(mh-show-mode-map): Add mh-show-preferred-alternative (bound to
":") which will show the message's preferred alternative
overriding the users configured preference.  Useful for showing
HTML when text content is lacking.  (Closses SF 1777321).
2007-08-21 12:13:48 +00:00
Jeffrey C Honig
c50115f167 (mh-invisible-header-fields-internal): Exclude Fax and Phone. Put
known exclusions as comments before the list and move parens to
separate lines to aid in sorting.  (Closes SF 1701231).
2007-08-21 12:03:41 +00:00
Jeffrey C Honig
5a14e729a3 (mm-decode-body): remove explicit autoload of
mh-alias-expand.
2007-08-21 11:58:12 +00:00
Jeffrey C Honig
11b2dd64df (mh-alias-expand): Set up automatic autoload of
mh-alias-expand.
2007-08-21 11:57:39 +00:00
Miles Bader
bdaf8a62d5 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 93-96)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 245)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-856
2007-08-21 04:51:30 +00:00
Juri Linkov
cb3fe75728 (fancy-splash-text): Change multiple tabs into one tab.
Remove "Useful File menu items" section (with "Exit Emacs"
and "Recover Crashed Session").
(fancy-splash-screens): Set tab-width to 22.
(normal-splash-screen): Replace literal tabs with \t and
fix whitespace.  Remove "Useful File menu items" section (with
"Exit Emacs" and "Recover Crashed Session").
2007-08-20 23:28:16 +00:00
Jeffrey C Honig
bd512dfbda * mh-mime.el (message-options-set): Add missing autoloads from my
last change.
2007-08-20 16:30:53 +00:00
Vinicius Jose Latorre
88b73bbf7e preceding-sexp 2007-08-20 15:53:09 +00:00
Vinicius Jose Latorre
30a718e6b7 preceding-sexp 2007-08-20 15:52:47 +00:00
Thien-Thi Nguyen
1c0f367bc2 Kill eol whitespace. 2007-08-20 12:26:40 +00:00
Thien-Thi Nguyen
df2e19c2bf (vc-rcs-annotate-command):
Fix bug introduced in 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
Add back :vc-annotate-prefix propertization.
2007-08-20 12:22:44 +00:00
Andreas Schwab
0574be1801 (rmail-autodetect): Doc fix. 2007-08-20 09:30:22 +00:00
Jeffrey C Honig
d592610463 (mh-forward): Address SF 1730393. When forwarding
with mml, messages were included in reverse order.
2007-08-20 03:05:42 +00:00
Jeffrey C Honig
d7c5b212c9 (mh-mml-forward-message): Address SF 1378993 and
forward messages as inline attatchments.
2007-08-20 02:32:54 +00:00
Jeffrey C Honig
b6fd8984bd * mh-e.el (mh-invisible-header-fields-internal): We want to show
Comments: and hide Comment:, not the other way around.
2007-08-19 23:55:12 +00:00
Jeffrey C Honig
2001ba38f6 (mh-mml-to-mime): GPG requires e-mail addresses, not
aliases.  So resolve aliases before passing addresses to GPG/PGP.
Closes SF #649226.
2007-08-19 21:17:59 +00:00
Jeffrey C Honig
243256f813 (mh-invisible-header-fields-internal): Update with all
the entries from
http://people.dsv.su.se/~jpalme/ietf/mail-headers, plus some of my
own.  I added attributions to entries we already had that did not
list an RFC.
2007-08-19 20:59:01 +00:00
Juri Linkov
cd6ab24fb9 (normal-splash-screen): Add more links. 2007-08-19 16:04:55 +00:00
Juri Linkov
aeb6faecc7 (splash-screen-keymap): Rename from `fancy-splash-keymap'
because it's common to both types of splash screen: fancy and normal.
Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
(exit-splash-screen): Rename from `fancy-splash-quit'.
Use `quit-window' instead of `kill-buffer'.
(fancy-splash-head): Use make-button to insert GNU image link.
(fancy-splash-screens, normal-splash-screen): Rename " About GNU
Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
(normal-splash-screen): Put "Browse manuals" on the same line with
"Emacs manual".  Remove descriptions from "Useful tasks" and put
all links in two columns on two lines.
2007-08-19 14:43:35 +00:00
Michael Kifer
69441214fa 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
* viper.el (viper-remove-hooks): remove some additional viper hooks
	when the user calls viper-go-away.
	(viper-go-away): restore the default of default-major-mode.
	Save the value of default-major-mode before vaperization.

	* viper-cmd.el: Replace error "" with "Viper bell".

	* viper-ex.el: Replace error "" with "Viper bell".

	* ediff-util.el (ediff-make-temp-file): use the coding system of the
	buffer for which file is created.
2007-08-19 13:47:08 +00:00
Glenn Morris
ae0195c043 (eldoc-get-fnsym-args-string): Doc fix.
(eldoc-highlight-function-argument): Add a doc string.  Tweak previous
change: no need for INDEX to be optional, just need to handle nil.
2007-08-19 03:05:35 +00:00
Richard M. Stallman
1283140e1e (Ffunction, Fquote): Signal error if not 1 argument. 2007-08-19 01:59:48 +00:00
Glenn Morris
7de61ce2d7 (custom-deps, finder-data, autoloads, recompile)
(progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
shadow files messing up the compilation.
2007-08-19 00:24:55 +00:00