1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00
Commit Graph

38613 Commits

Author SHA1 Message Date
Richard M. Stallman
9056f1c9f7 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
(smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
Defsubst instead of defmacro.
(smtpmail-intersection): Return value in reverse order.
(smtpmail-open-stream): Use stringp instead of string-to-list.
(smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
separated from smtpmail-via-smtp.

(top level): Autoload starttls, mail-utils and rfc2104.
(smtpmail-smtp-service): Doc fix.  :type fix.
(smtpmail-debug-info): Doc fix.
(smtpmail-debug-verb, smtpmail-auth-credentials)
(smtpmail-starttls-credentials, smtpmail-auth-supported): New variables.
(smtpmail-deduce-address-list, smtpmail-send-it): Don't require
mail-utils (it is autoloaded).
(smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
(smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
(smtpmail-find-credentials, smtpmail-intersection): New utility funs.
(smtpmail-via-smtp): Support STARTTLS, if binary is installed.
(smtpmail-via-smtp): Support AUTH.
(smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
2001-11-17 22:43:36 +00:00
Richard M. Stallman
843f91fdd3 Comment change. 2001-11-17 22:41:26 +00:00
Richard M. Stallman
f4e25f94e7 (Fsnarf_documentation): Doc fix. 2001-11-17 22:40:47 +00:00
Richard M. Stallman
e35afc9744 (mouse-drag-throw): Push back non-drag events
into `unread-command-events' instead of trying keymap
lookups ourselves.  This makes mouse-clicks do the right
thing even when keymaps of overlays are involved.
(mouse-drag-drag): Likewise.
2001-11-17 22:37:39 +00:00
Richard M. Stallman
75547194d3 (menu-bar-update-buffers-1): Don't pad the buffer name. 2001-11-17 22:30:16 +00:00
Richard M. Stallman
e02e6f7502 (minibuffer-history-sexp-flag): Doc fix. 2001-11-17 22:28:30 +00:00
Andreas Schwab
91c153e21f (note_mouse_highlight): Fix type of variable `ignore'. 2001-11-17 21:41:54 +00:00
Richard M. Stallman
65b7d3e7a7 (Fwrite_region): Avoid initializer for Lisp_Object. 2001-11-17 21:08:52 +00:00
Richard M. Stallman
555f1a326a Comment change. 2001-11-17 20:38:50 +00:00
Jason Rumney
9f0de4e301 (notice_overwritten_cursor): Take care of end < 0 case. 2001-11-17 18:09:27 +00:00
Jason Rumney
6b5f631198 *** empty log message *** 2001-11-17 17:58:51 +00:00
Eli Zaretskii
d0cf6c7d0f A work-around for blinking block cursor on a GNU/Linux console. 2001-11-17 17:25:41 +00:00
Richard M. Stallman
38d5fc0212 *** empty log message *** 2001-11-17 17:17:53 +00:00
Eli Zaretskii
bcd83ff9ea New version from Eric Jacoboni <jaco@teaser.fr>. 2001-11-17 16:16:36 +00:00
Richard M. Stallman
fe8c721271 (locate): Show default locate pattern within the
prompt, but don't insert it into the minibuffer contents.  Catch
the case when pattern is the empty string.
2001-11-17 15:42:19 +00:00
Eli Zaretskii
a5e6715c03 *** empty log message *** 2001-11-17 15:05:17 +00:00
Eli Zaretskii
e5cca6142c Don't depend on csh-specific features. Replace
the interpreter name with /bin/sh.
2001-11-17 15:04:56 +00:00
Eli Zaretskii
c976c1d492 Replace elisp-vol? with vol?, per renamed files. 2001-11-17 14:51:49 +00:00
Eli Zaretskii
ec641de95c Renamed to vol1.texi and vol2.texi. 2001-11-17 14:47:50 +00:00
Eli Zaretskii
c689a8fb8b Insert the <<...>> marker that help-with-tutorial expects. 2001-11-17 14:44:47 +00:00
Eli Zaretskii
fdd2d14d3f ("French"): New language environment. 2001-11-17 14:37:32 +00:00
Gerd Moellmann
be67609465 (tool_bar_item_info): Avoid calling Fget_text_property
with invalid position.
2001-11-17 10:46:45 +00:00
Eli Zaretskii
9f8bbf0f0d *** empty log message *** 2001-11-17 09:38:14 +00:00
Eli Zaretskii
7ccdf9b509 (lispref): Add *.txt, *.el, permute-index, and
tindex.pl to the list of those being put into the distribution.
2001-11-17 09:36:58 +00:00
Colin Walters
d1c9842e9e Remove calc problems. 2001-11-17 07:20:39 +00:00
Richard M. Stallman
032a857de1 *** empty log message *** 2001-11-17 04:01:46 +00:00
Richard M. Stallman
887c6c1ff4 (todo-save): Fix previous change. 2001-11-17 04:01:31 +00:00
Richard M. Stallman
f1d37f3cab (functionp): Do use cdr-safe on object. 2001-11-17 03:53:51 +00:00
Richard M. Stallman
aa147f3b1b Comment change. 2001-11-17 03:49:52 +00:00
Richard M. Stallman
3bddb27298 Delete conditionals for HPUX7, ISC 4.1, and convex. 2001-11-17 03:49:13 +00:00
Richard M. Stallman
fc3b70c887 (HAVE_SYS_WAIT_H): Add #undef. 2001-11-17 03:48:21 +00:00
Richard M. Stallman
d7782c7145 (HAVE_SYS_WAIT_H): Define it. 2001-11-17 03:47:10 +00:00
Stefan Monnier
b6270150cf *** empty log message *** 2001-11-17 01:25:10 +00:00
Stefan Monnier
236a12f2d9 (build_annotations): Split off the tail.
(build_annotations_2): New fun.  Extracted from build_annotations.
(Fwrite_region): Split the call to build_annotations into two
calls to build_annotations and build_annotations_2.
2001-11-17 01:24:01 +00:00
Jason Rumney
e071f64ec4 Updated MS-Windows problems. 2001-11-17 01:17:30 +00:00
Jason Rumney
635330084d (SYS_LDFLAGS): Add setargv.obj for wildcard
expansion.  From Juanma Barranquero <lektu@terra.es>.
2001-11-17 01:00:48 +00:00
Jason Rumney
eec004b01a *** empty log message *** 2001-11-17 01:00:14 +00:00
Stefan Monnier
5848fe5ca0 (elp-not-profilable): New var.
(elp-not-profilable-p): New function.
(elp-instrument-function): Use it.  Use backquotes and push.
2001-11-17 00:58:21 +00:00
Stefan Monnier
fef3407e0a (byte-compile-call-tree, byte-code-vector)
(byte-stack+-info, byte-compile-last-warned-form)
(byte-compile-last-logged-file): Don't defconst a variable.
(no-byte-compile): Declare.
(byte-compile-file): Don't boundp-check no-byte-compile any more.
(byte-compile-defvar): Leave defconst as is.
2001-11-17 00:54:36 +00:00
Stefan Monnier
0b936a1e08 (edebug-form-data, edebug-offsets)
(edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
(edebug-current-offset, edebug-old-def-name, edebug-error-point)
(edebug-best-error): Don't defconst a variable.
(edebug-read-syntax-table): Use a char-table.
(edebug-lemacs-specific): Remove.
Toplevel: Eliminate check for Lucid Emacs.
2001-11-17 00:51:55 +00:00
Stefan Monnier
08171162f7 (cvs-prefix-define): Don't defconst a variable. 2001-11-17 00:48:14 +00:00
Stefan Monnier
b9e81d0ac4 (move-to-column-force): Mark obsolete.
(operate-on-rectangle, delete-extract-rectangle-line)
(insert-rectangle, delete-whitespace-rectangle-line)
(open-rectangle-line, clear-rectangle-line): Use move-to-column.
(string-rectangle-history): New var.
(string-rectangle, string-insert-rectangle): Use it.
(delete-rectangle-line): Fix pos/column mixup and simplify.
2001-11-17 00:47:42 +00:00
Stefan Monnier
d1bf2a73b3 (mode-line-mode-name): Only put the help-echo property
if the local-map property was put as well.
(global-map): Bind switch-frame, delete-frame, iconify-frame
and make-frame-visible events.
2001-11-17 00:27:08 +00:00
Stefan Monnier
4e0a3971fa (normal-top-level-add-subdirs-to-load-path): Simplify.
(normal-top-level, command-line, command-line-1): Simplify.
2001-11-17 00:08:20 +00:00
Stefan Monnier
a91c76d6d9 (tar-mode): Use define-derived-mode. 2001-11-17 00:04:29 +00:00
Stefan Monnier
c4d9b0d996 (view-mode-enable): Don't use make-local-hook. 2001-11-17 00:00:26 +00:00
Stefan Monnier
c979fbdf77 *** empty log message *** 2001-11-16 23:59:51 +00:00
Stefan Monnier
95193cc5c4 (eldoc-mode): Use define-minor-mode. 2001-11-16 23:58:48 +00:00
Pavel Janík
98cbb9fa39 *** empty log message *** 2001-11-16 22:54:22 +00:00
Pavel Janík
86e9de5f07 (x_update_cursor): Remove duplicated prototype. 2001-11-16 22:52:53 +00:00