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

39559 Commits

Author SHA1 Message Date
Pavel Janík
43f2ddd70d (main): Do not call syms_of_mocklisp. 2001-12-22 14:00:05 +00:00
Pavel Janík
acc5eb0c4a (Fdocumentation): Remove mocklisp case. 2001-12-22 13:59:08 +00:00
Pavel Janík
a4bb6871d3 (wrong_type_argument): Remove mocklisp case. 2001-12-22 13:58:42 +00:00
Pavel Janík
39cf8566cd *** empty log message *** 2001-12-22 13:57:51 +00:00
Pavel Janík
31ace7d065 Do not include mocklisp.h.
(Fcall_interactively): Do not test for mocklisp case.
2001-12-22 13:55:34 +00:00
Pavel Janík
3e99d237aa *** empty log message *** 2001-12-22 13:49:19 +00:00
Pavel Janík
ad8dacae86 Moved there from lisp/emulation. 2001-12-22 13:39:18 +00:00
Pavel Janík
e4a552b9c0 (source-files): Remove mocklisp.c. 2001-12-22 13:37:57 +00:00
Pavel Janík
b15f6f29ef (elint-unknown-builtin-args): Remove mocklisp entries. 2001-12-22 13:37:30 +00:00
Pavel Janík
5f11d42cee (byte-optimize-form-code-walker): Remove mocklisp case. 2001-12-22 13:36:59 +00:00
Pavel Janík
676927b7d8 (insert-string): Moved from mocklisp.c, reimplemented in Lisp. Obsoleted. 2001-12-22 13:36:12 +00:00
Pavel Janík
a7323c295b Remove mocklisp function case. 2001-12-22 13:35:14 +00:00
Miles Bader
9e698fd9a5 *** empty log message *** 2001-12-22 12:40:41 +00:00
Miles Bader
f5bd4bf25b (refill-mode): Don't barf when redundantly turning refill-mode off. 2001-12-22 12:25:14 +00:00
Pavel Janík
4b05e68da2 (display-time-load-average-threshold): New variable.
(display-time-update): Use it.
(display-time-default-load-average): New customizable option.
(display-time-load-average): New variable.
(display-time-cycle-load-average): New function.
(display-time-update): Use them.
2001-12-22 09:18:01 +00:00
Richard M. Stallman
a43dbef889 Comment change. 2001-12-22 03:17:24 +00:00
Richard M. Stallman
6666a3c378 *** empty log message *** 2001-12-22 03:16:49 +00:00
Richard M. Stallman
cdbf596449 Comment change. 2001-12-22 03:12:40 +00:00
Richard M. Stallman
9cc84e31c9 (apropos-print): SPACING is now nil or a separator string.
(apropos-documentation, apropos-value): Pass a suitable string.
2001-12-22 01:36:48 +00:00
Richard M. Stallman
64f3b7d38f (view-order-manuals, view-emacs-news, describe-copying)
(describe-distribution, describe-project): Use view-file.
2001-12-22 01:27:34 +00:00
Richard M. Stallman
b6f053c6a5 (define-modify-macro): Better indent spec. 2001-12-22 00:03:08 +00:00
Richard M. Stallman
b52e05e242 (ange-ftp-file-modtime): Use save-match-data. 2001-12-21 23:57:20 +00:00
Richard M. Stallman
2633072a0d More sophisticated indentation of cpp directive.
(antlr-indent-at-bol-alist): New user option.
(antlr-indent-line): Use it.
(antlr-indent-style): New user option.
(antlr-mode): Use it.
(antlr-indent-item-regexp): Customize.

Syntax highlighting changes.
(antlr-font-lock-literal-regexp): New user option.
(antlr-font-lock-syntax-face): New face used for :, |, ....
(antlr-font-lock-default-face): New face.
(antlr-font-lock-additional-keywords): Use them.

New command to insert options -- variables.
(antlr-mode-map): New binding [C-c C-o].
(antlr-mode-menu): New submenus.
(antlr-options-use-submenus): New user option.
(antlr-tool-version): New user option.
(antlr-options-auto-colon): New user option.
(antlr-options-style): New user option.
(antlr-options-push-mark): New user option.
(antlr-options-assign-string): New user option.
(antlr-options-headings): New variable.

New command to insert options -- specific.
(antlr-options-alists): New variable.
(antlr-read-value): New function.
(antlr-read-boolean): New function.
(antlr-language-option-extra): New function.
(antlr-language-limit-n-regexp): Change default to higher LIMIT.
(antlr-c++-mode-extra): New function.
(antlr-grammar-tokens): New function.
(antlr-imenu-create-index-function): New optional argument.

New command to insert options -- functions.
(antlr-insert-option): New command.
(antlr-insert-option-interactive): New function.
(antlr-options-menu-filter): New function.
(antlr-option-kind): New function.
(antlr-scan-lists): New alias.
(antlr-scan-lists-internal): New function.
(antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
(antlr-option-level): New function.
(antlr-syntactic-grammar-depth): New function.
(antlr-option-location): New function.
(antlr-insert-option-do): New function.
(antlr-option-spec): New function.
(antlr-version-string): New function.
(antlr-insert-option-existing): New function.
(antlr-insert-option-space): New function.
(antlr-insert-option-area): New function.

New electric keys ":;|&(){}", TAB works better
with narrowing.  Menu change.  Miscellaneous.
(antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
(antlr-mode-map): New bindings for characters in ":;|&(){}".
(antlr-electric-character): New command.
(antlr-class-header-regexp): New variable.
(antlr-font-lock-additional-keywords): Use it.
(antlr-imenu-create-index-function): Use it.
(antlr-file-dependencies): Use it.
(antlr-indent-line): Also works with restrictions.
(antlr-indent-command): Interactive spec - changes the buffer.
(antlr-language-for-option): Deletia.
(antlr-language-option): New function, defined instead.
(antlr-mode): Use it.
2001-12-21 23:57:08 +00:00
Richard M. Stallman
31877e0a33 *** empty log message *** 2001-12-21 23:55:01 +00:00
Richard M. Stallman
d682d3df25 (compute_tip_xy): If tooltip won't fit on the screen
to the left or to the right of the pointer, put it against
the left screen edge.
2001-12-21 22:55:36 +00:00
Eli Zaretskii
05b855f5a5 (dired-free-space-program, dired-free-space-args):
Aliases for back-compatibility.
2001-12-21 19:38:25 +00:00
Eli Zaretskii
066d7e2e72 (Info-fontify-node): Remove any local-map text properties left
over from past visits to this node.
2001-12-21 19:31:06 +00:00
Eli Zaretskii
4dcd20ec59 (Info-select-node): If Info-use-header-line is nil, set
header-line-format to nil.
(Info-fontify-node): Don't put a keymap text property on the
heading if we are not going to display the header line.
2001-12-21 18:38:52 +00:00
Eli Zaretskii
7f1b5edca1 (insert-directory): Insert the amount of free disk
space, like files.el's insert-directory does.
2001-12-21 15:22:06 +00:00
Eli Zaretskii
01b26b9070 (directory-free-space-program): Mention
file-system-info in the doc string.
(get-free-disk-space): New function; code moved from insert-directory.
(insert-directory): Call get-free-disk-space to get the amount of free space.
2001-12-21 15:20:42 +00:00
Richard M. Stallman
d743da2643 (define-minor-mode): Make no arg by default in an interactive call,
so that repeating the command toggles again.
2001-12-21 14:12:30 +00:00
Richard M. Stallman
726e8778c8 (eval-defun-1): Cope with atoms as args. 2001-12-21 14:07:45 +00:00
Eli Zaretskii
3be9b0cab7 (Font Lock): Mention jit-lock and its customization group. 2001-12-21 13:00:35 +00:00
Pavel Janík
9e2305c3e3 Fix typo. 2001-12-21 12:47:12 +00:00
Eli Zaretskii
fcd2ab44d1 *** empty log message *** 2001-12-21 12:46:51 +00:00
Eli Zaretskii
152e2693f1 (jka-compr-partial-uncompress): Use null-device instead of a literal
/dev/null.  Reported by Jens Schmidt <schmidt@mathematik.uni-kl.de>.
2001-12-21 12:43:55 +00:00
Eli Zaretskii
b1039ed6d0 Delete _gdbinit in distclean target. 2001-12-21 12:39:25 +00:00
Eli Zaretskii
ec383c7d3b Fix last change. 2001-12-21 12:29:36 +00:00
Eli Zaretskii
cc2f282506 Document problems with AIX's /bin/c89 compiler and with old versions
of X-Symbol.
2001-12-21 12:25:47 +00:00
Eli Zaretskii
a9f66ecbcd Warn again using /bin/c89 on AIX 4.x.
From William J. Smith <William.Smith@eiStream.com>.
2001-12-21 12:18:37 +00:00
Eli Zaretskii
e2c3786a16 *** empty log message *** 2001-12-21 12:09:14 +00:00
Eli Zaretskii
7e3fa9f5e2 (smtpmail-send-queued-mail): Use
with-temp-buffer instead of find-file-noselect, and bind
coding-system-for-read to no-conversion when reading the queued
messages.  From Simon Josefsson <jas@extundo.com>.
2001-12-21 12:06:21 +00:00
Eli Zaretskii
966bda3ad5 (distclean): Remove .gdbinit if we are building outside the source tree. 2001-12-21 11:40:15 +00:00
Eli Zaretskii
648654546f (distclean): Remove Makefile in the build directory, not in the source
directory.
2001-12-21 11:07:49 +00:00
Eli Zaretskii
4df45701a9 Update Emacs memory and disk usage numbers. 2001-12-21 10:22:39 +00:00
Eli Zaretskii
df926aaa7a Set SHELL and VPATH when running makeinfo in lispintro.
Don't copy lispref/index.texi to the staging directory.
2001-12-21 10:17:16 +00:00
Eli Zaretskii
8d8d8d4e61 loaddefs.el and finder-inf.el regenerated. 2001-12-21 09:20:35 +00:00
Pavel Janík
05494c2946 Fix previous change. 2001-12-21 09:06:34 +00:00
Richard M. Stallman
8ac77c25b7 Comment changes. 2001-12-21 09:06:29 +00:00
Eli Zaretskii
cd7d2d9eaf Document the inclusion of Leim in the standard tarball. 2001-12-21 09:03:16 +00:00