1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00
Commit Graph

38082 Commits

Author SHA1 Message Date
Ken Raeburn
f5df591a70 (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of treating XCAR and XCDR
as lvalues.
(openp): Use CHECK_STRING_CAR.
(read_list): Use XSETCDR instead of treating XCDR as lvalue.
2001-11-03 21:30:34 +00:00
Ken Raeburn
57ddb5d001 (CHECK_STRING_CAR): New macro. 2001-11-03 21:29:35 +00:00
Eli Zaretskii
13ccc79af7 Fix last change. 2001-11-03 19:40:55 +00:00
Eli Zaretskii
85b073d6fe Document the changes in the default values of tooltip-delay and
tooltip-hide-delay.
2001-11-03 19:17:39 +00:00
Richard M. Stallman
6d8f7d5dd1 (xrealloc): Always pass two args to `fatal'. 2001-11-03 19:04:48 +00:00
Richard M. Stallman
08fa58c940 (popmail): Always pass two args to `error'. 2001-11-03 19:03:48 +00:00
Eli Zaretskii
dce87f47aa (Auto Save Control): Document that values of auto-save-interval less
than 20 are treated as if they were 20.
2001-11-03 18:58:07 +00:00
Miles Bader
e7f3afa945 (fancy-splash-head): Reapply Gerd's hack to make the shadow of the
splash image grey on a dark background instead of black.
2001-11-03 18:09:33 +00:00
Eli Zaretskii
aed29b9702 *** empty log message *** 2001-11-03 17:02:03 +00:00
Eli Zaretskii
88751b1100 (tooltip-delay): Decrease to 0.7.
(tooltip-hide-delay): Enlarge to 10.
2001-11-03 16:59:11 +00:00
Eli Zaretskii
4af4933686 (sigprocmask_set): Declare as extern SIGMASKTYPE. 2001-11-03 16:52:37 +00:00
Eli Zaretskii
fe54008f3c (sigunblock): Don't define if already defined. 2001-11-03 16:52:13 +00:00
Richard M. Stallman
ed638cc956 (fancy-splash-tail): Explain how to recover
from a crash, if there was a crash.
(command-line-1): Reorganize display of startup screen,
to simplify the logic.  Use a temp buffer for it.
2001-11-03 16:15:43 +00:00
Eli Zaretskii
528e141664 (set-background-color, set-foreground-color): Call
face-set-after-frame-default, to propagate the new colors to the
frame's parameters alist.
2001-11-03 15:55:17 +00:00
Eli Zaretskii
9ca8a5a0ed (timeclock-out): Signal an error if timeclock-last-event is nil. 2001-11-03 15:50:05 +00:00
Richard M. Stallman
b2e92d3ea4 Test BROKEN_PROTOTYPES. 2001-11-03 15:08:36 +00:00
Eli Zaretskii
16b45be45c Fix the formatting of the last entries. 2001-11-03 08:23:09 +00:00
Stefan Monnier
6d1f0a5ea9 (fill-context-prefix): Fix braino. 2001-11-03 00:55:10 +00:00
Stefan Monnier
24790d0c3e (quail-help): Use help-buffer' and move help-setup-xref' to beginning. 2001-11-03 00:37:56 +00:00
Stefan Monnier
c3034e8418 (describe-language-environment):
Use `help-buffer' and move `help-setup-xref' to beginning.
2001-11-03 00:28:22 +00:00
Stefan Monnier
55140940d4 (list-character-sets, sort-listed-character-sets, describe-character-set)
(describe-coding-system, describe-fontset, list-fontsets):
Use `help-buffer' and move `help-setup-xref' to beginning.
(describe-char-after): Use `internal-describe-syntax-value'.
2001-11-03 00:23:25 +00:00
Stefan Monnier
62abe9cbe0 (describe_syntax): New wrapper.
(Finternal_describe_syntax_value): Rename from describe_syntax.
Don't insert space at front and \n at the end.
(syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
2001-11-02 23:27:02 +00:00
Pavel Janík
1b1acc13ab (debugger_may_continue, Vdebug_ignored_errors, call_debugger,
Fcondition_case, skip_debugger, unbind_to): Fix typos in comments.
2001-11-02 22:41:20 +00:00
Pavel Janík
020f9b3851 (Fml_defun, Fml_while, Fml_substr): Remove commented and #ifdef'd-out code.
Fix and reindent comments.
2001-11-02 22:38:57 +00:00
Pavel Janík
58ab49e32c Remove comment which is a copy of comment in mocklisp.c. 2001-11-02 22:36:23 +00:00
Pavel Janík
6cb16f95fc *** empty log message *** 2001-11-02 21:03:24 +00:00
Pavel Janík
b782650360 Update usage of CHECK_ macros (remove unused second argument). 2001-11-02 20:46:55 +00:00
Pavel Janík
00a2cef7d1 (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument `i' in macros. 2001-11-02 20:14:02 +00:00
Pavel Janík
f18d273831 (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused argument `i' in macros. 2001-11-02 20:12:54 +00:00
Pavel Janík
874cc80e49 (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST, CHECK_STRING,
CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE, CHECK_VECTOR,
CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW,
CHECK_PROCESS, CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER,
CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT,
CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY, CHECK_NUMBER_CAR,
CHECK_NUMBER_CDR): Remove unused argument `i' in macros.
2001-11-02 20:12:06 +00:00
Richard M. Stallman
17e9a80bd7 Minor cleanup. 2001-11-02 17:47:37 +00:00
Richard M. Stallman
687b844fb2 Convert M-C- to C-M-. 2001-11-02 17:46:01 +00:00
Stefan Monnier
ada30c0eab (re_wctype): Try to fix some warnings.
(regcomp, regexec): Don't forget the __restrict.
2001-11-02 16:06:54 +00:00
Richard M. Stallman
e6bff1824f *** empty log message *** 2001-11-02 07:14:24 +00:00
Richard M. Stallman
324cd97212 (popup-menu): If the user refuses to select
from a menu, don't try to invoke the menu.
2001-11-02 07:14:16 +00:00
Richard M. Stallman
8faef085c5 (Fget_char_property): Doc fix. 2001-11-02 07:12:33 +00:00
Richard M. Stallman
6a0f8bed68 Explain why a parent for a non-sparse keymap is not useful. 2001-11-02 07:11:18 +00:00
Richard M. Stallman
998d7b3bf6 Update to remove "artifacts". 2001-11-02 07:10:30 +00:00
Pavel Janík
9ba48103ac *** empty log message *** 2001-11-02 07:02:43 +00:00
Pavel Janík
84cc45a74c (Finteractive): Add usage to doc-string. 2001-11-02 07:02:18 +00:00
Pavel Janík
f9d1e467d2 (Fsetq_default): Add usage to doc-string. 2001-11-02 07:01:47 +00:00
Pavel Janík
3ecdf10095 (Fstart_process): Add usage to doc-string. 2001-11-02 07:01:10 +00:00
Miles Bader
e8cdeaca91 (describe-character-set)
(describe-coding-system): Pass correct args to `help-xref-button'.
(sort-listed-character-sets): New button type.
(list-character-sets): Use it.
(list-charset-chars): New button type.
(list-character-sets-1): Use it.
2001-11-02 05:53:54 +00:00
Miles Bader
6e88156740 (help-xref): New button type.
(help-function, help-variable, help-face, help-coding-system)
(help-input-method, help-character-set, help-type, help-symbol)
(help-back, help-info, help-customize-variable, help-customize-face)
(help-function-def, help-variable-def): Use it as a supertype.
Remove `action' property.
2001-11-02 05:49:48 +00:00
Stefan Monnier
c22e59e117 *** empty log message *** 2001-11-02 04:59:56 +00:00
Stefan Monnier
fe552b4c0d (tab-always-indent, indent-for-tab-command):
Remove redundant `never' setting.
2001-11-02 04:57:54 +00:00
Stefan Monnier
ed97db1359 Don't include keymap.h any more. 2001-11-02 04:49:57 +00:00
Stefan Monnier
2d78d3e878 (fill-region-as-paragraph): Don't forget to skip
over current whitespace before looking for a preceding space.
2001-11-02 03:10:46 +00:00
Miles Bader
cc22748950 *** empty log message *** 2001-11-02 02:28:50 +00:00
Eli Zaretskii
177338c4fa Replace presentation-level troff macros that simulate tables with
table markup.  From Eric S. Raymond <esr@thyrsus.com>.
2001-11-01 20:53:19 +00:00