(ada-which-compiler): Fix typo in docstring.
(ada-compile-goto-error): Adapt to new argument profile of
compilation-goto-locus in Emacs 22. Don't check if the various compile
functions are defined; we already do "(require 'compile)".
Nick Roberts [Sun, 26 Nov 2006 08:37:07 +0000 (08:37 +0000)]
(Debugger Operation): Define text command mode.
Clarify how tooltips work.
(GDB Graphical Interface): Explain how to run in text command mode
more clearly.
Lars Hansen [Fri, 24 Nov 2006 19:14:46 +0000 (19:14 +0000)]
(tramp-default-method): Under Windows, change from plink to pscp.
(tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
(tramp-actions-copy-out-of-band): Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
(tramp-action-out-of-band): Move "Permission denied" handling to tramp-action-copy-failed.
(tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of process buffer.
Stefan Monnier [Fri, 24 Nov 2006 18:51:40 +0000 (18:51 +0000)]
(pgg-pgp-process-region): Change `args' from a list of
strings to a single string. Quote `errors-file-name'.
(pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
(pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
Adjust calls. Use `shell-quote-argument'.
Eli Zaretskii [Fri, 24 Nov 2006 14:33:19 +0000 (14:33 +0000)]
(smtpmail-send-it): Copy buffer-file-coding-system from the mail buffer.
Possibly add a MIME header for the message encoding. Bind
coding-system-for-write around the call to mail-do-fcc. Use
smtpmail-code-conv-from to encode queued mail messages.
Include <stdarg.h>.
[WINDOWSNT]: Include <windows.h>.
(w32_check_console_app): New function.
(message): New function.
(decode_options, print_help_and_exit, fail, main, initialize_sockets,
get_server_config, set_tcp_socket, set_local_socket, set_socket):
Use message().
Chong Yidong [Tue, 21 Nov 2006 16:11:30 +0000 (16:11 +0000)]
(tutorial--default-keys): Add newline and delete-backward-char bindings.
(tutorial--detailed-help): Save excursion when finding keys.
Correct warning string for M-x FOO case.
(tutorial--display-changes): Print special keys in tutorial style.
Tweak search regexp for changed keys.
Chong Yidong [Tue, 21 Nov 2006 16:11:13 +0000 (16:11 +0000)]
* tutorial.el (tutorial--default-keys): Add newline and
delete-backward-char bindings.
(tutorial--detailed-help): Save excursion when finding keys.
Correct warning string for M-x FOO case.
(tutorial--display-changes): Print special keys in tutorial style.
Tweak search regexp for changed keys.
J.D. Smith [Mon, 20 Nov 2006 21:41:00 +0000 (21:41 +0000)]
(idlwave-html-help-location): Fail gracefully for missing help packages.
(idlwave-help-assistant-open-link): Open full links.
(idlwave-help-assistant-help-with-topic): Direct help link.
J.D. Smith [Mon, 20 Nov 2006 21:38:06 +0000 (21:38 +0000)]
(idlwave-mode): Set add-log-current-defun-function.
(idlwave-current-routine-fullname): Added, to support add-log.
(idlwave-convert-xml-system-routine-info): Simplify XML parsing
to reflect improvements to xml-parse-file.
(idlwave-mode-menu-def): New binding for help-with-topic.
Chong Yidong [Mon, 20 Nov 2006 20:43:36 +0000 (20:43 +0000)]
(tutorial-warning-face): New face.
(tutorial--detailed-help, tutorial--display-changes): Use it.
(tutorial--find-changed-keys): Check ESC-prefix binding specially.
Improve search pattern for occurrences of changed keys.
Chong Yidong [Mon, 20 Nov 2006 20:43:22 +0000 (20:43 +0000)]
* tutorial.el (tutorial-warning-face): New face.
(tutorial--detailed-help, tutorial--display-changes): Use it.
(tutorial--find-changed-keys): Check ESC-prefix binding specially.
Improve search pattern for occurrences of changed keys.
Jan Djärv [Mon, 20 Nov 2006 07:43:41 +0000 (07:43 +0000)]
(x-last-cut-buffer-coding): New variable.
(x-select-text): Set it.
(x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
when checking for newness.