- 18 Nov, 2001 20 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Gerd Moellmann authored
-
Pavel Janík authored
-
Pavel Janík authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(message_dolog_marker3): New static variables hold three markers. (syms_of_xdisp): Initialize and staticpro them. (message_dolog): Use message_dolog_marker1..3 instead of allocating markers each time. Unchain them when done.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(string-to-list, string-to-vector): Implement them directly using append and vconcat, not with string-to-sequence.
-
Richard M. Stallman authored
reading the init file and the abbrevs file.
-
Richard M. Stallman authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
If set and if applicable, add a regexp to highlight defun-like text inside comments and strings. (font-lock-fontify-keywords-region): Pass that new arg. (font-lock-set-defaults): Move the code to set `font-lock-keywords' to the end and pass that new arg. (c-font-lock-keywords-2): Fix regex for labels. (font-lock-match-c++-style-declaration-item-and-skip-to-next): Make it work when LIMIT is several lines further. (c-font-lock-keywords-3, c++-font-lock-keywords-3) (objc-font-lock-keywords-3, java-font-lock-keywords-3): Use backquote and make the regexes for `int a, b, c;' work on multiple lines.
-
Stefan Monnier authored
(font-lock-defaults-alist): Don't change it any more. (reb-subexp-mode-map): Cleanup.
-
Stefan Monnier authored
(custom-declare-group): Set it. (custom-current-group): New fun. (custom-declare-variable, custom-handle-all-keywords): Use it as a default if no :group argument is specified.
-
Stefan Monnier authored
(standard-keyboard-coding-systems): New var. (set-locale-environment): Use it to decide whether or not to call set-keyboard-coding-system.
-
- 17 Nov, 2001 20 commits
-
-
Richard M. Stallman authored
(checkdoc-next-message-error): Doc fix.
-
Richard M. Stallman authored
(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.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
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.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Andreas Schwab authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Jason Rumney authored
-
Jason Rumney authored
-
Eli Zaretskii authored
-
Richard M. Stallman authored
-
Eli Zaretskii authored
-
Richard M. Stallman authored
prompt, but don't insert it into the minibuffer contents. Catch the case when pattern is the empty string.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
the interpreter name with /bin/sh.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-