1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00
Commit Graph

38536 Commits

Author SHA1 Message Date
Eli Zaretskii
c289e7f0b5 How to get a blinking underscore cursor inside Emacs. 2001-11-18 18:41:05 +00:00
Eli Zaretskii
8f8da2d0c7 Mention the French translations of the tutorial and the survival guide. 2001-11-18 18:38:20 +00:00
Eli Zaretskii
740d1567c7 New file from Eric Jacoboni <jaco@teaser.fr>. 2001-11-18 18:34:23 +00:00
Eli Zaretskii
72d406303b Update for Emacs 21, including the mailing list info. 2001-11-18 12:16:19 +00:00
Gerd Moellmann
a4184c1c43 (BASE_PURESIZE): Increase to 750000. 2001-11-18 11:00:08 +00:00
Pavel Janík
f6fa086675 (Fframe_live_p): Doc fix. 2001-11-18 10:02:38 +00:00
Pavel Janík
ea904403d4 *** empty log message *** 2001-11-18 08:37:52 +00:00
Richard M. Stallman
f4ca4b00b5 *** empty log message *** 2001-11-18 06:54:59 +00:00
Richard M. Stallman
b14bc55ea7 (message_dolog_marker1, message_dolog_marker2)
(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.
2001-11-18 06:54:50 +00:00
Richard M. Stallman
b5a4bb222b Comment change. 2001-11-18 06:52:56 +00:00
Richard M. Stallman
1e8fc05d84 (fortran-mode-syntax-table): Specify punctuation syntax for backslash. 2001-11-18 06:51:53 +00:00
Richard M. Stallman
a25b40093a (sh-must-be-shell-mode): Function deleted. All calls deleted. 2001-11-18 06:50:58 +00:00
Richard M. Stallman
48e3f3d7a4 (string-to-sequence): Make it obsolete.
(string-to-list, string-to-vector): Implement them directly
using append and vconcat, not with string-to-sequence.
2001-11-18 06:49:25 +00:00
Richard M. Stallman
70b199c35a (command-line): Set abbrevs-changed to nil after
reading the init file and the abbrevs file.
2001-11-18 06:48:18 +00:00
Richard M. Stallman
5bcf005469 (isearch): Use magenta2 as bg for (background light) 2001-11-18 06:47:21 +00:00
Stefan Monnier
16927a5648 *** empty log message *** 2001-11-18 05:59:41 +00:00
Stefan Monnier
cc01e27419 Doc fix. 2001-11-18 03:56:19 +00:00
Stefan Monnier
8d738cfd5c (locale-language-names): Use "French" for "fr". 2001-11-18 03:55:01 +00:00
Stefan Monnier
2d5eba0eb7 (font-lock-compile-keywords): New arg `regexp'.
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.
2001-11-18 02:10:01 +00:00
Stefan Monnier
d6b3b5f4f8 (reb-mode): Use define-derived-mode.
(font-lock-defaults-alist): Don't change it any more.
(reb-subexp-mode-map): Cleanup.
2001-11-18 01:44:08 +00:00
Stefan Monnier
d3b80e9b70 (custom-current-group-alist): New var.
(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.
2001-11-18 01:35:12 +00:00
Stefan Monnier
ddf6b836f5 (locale-name-match): Use \` and \(?:.
(standard-keyboard-coding-systems): New var.
(set-locale-environment): Use it to decide whether or not to call
set-keyboard-coding-system.
2001-11-18 01:29:22 +00:00
Richard M. Stallman
c13599b603 (princ-list, checkdoc-read-event, add-to-list): Delete compatibility code.
(checkdoc-next-message-error): Doc fix.
2001-11-17 22:51:11 +00:00
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