1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00
Commit Graph

18697 Commits

Author SHA1 Message Date
Richard M. Stallman
4dcb3ee353 (set_point): Convert call2 arguments to Lisp_Integer. 1997-07-12 06:42:44 +00:00
Richard M. Stallman
c6a67acd8a (command_loop_1): Add missing message2 argument.
(menu_bar_items): Add missing get_keyelt argument.
(follow_key): Likewise.
(read_key_sequence): Likewise.
1997-07-12 06:42:03 +00:00
Richard M. Stallman
388017731f (Fml_arg): Add missing Fread_string arguments. 1997-07-12 06:41:26 +00:00
Richard M. Stallman
b7df898e37 (Fread_from_minibuffer): Remove extra get_keymap argument.
(Fminibuffer_complete): Convert Fset_window_start argument to Lisp_Integer.
1997-07-12 06:41:07 +00:00
Richard M. Stallman
4da6dec802 (Fprocess_send_region): Convert move_gap argument to int. 1997-07-12 06:38:44 +00:00
Richard M. Stallman
44d8a79389 (init_syntax_once): Convert Fmake_vector argument to Lisp_Integer. 1997-07-12 06:38:27 +00:00
Richard M. Stallman
046fd69c84 Fix copyright year. 1997-07-12 06:37:59 +00:00
Richard M. Stallman
c7ef8e24f3 (interval_of): Convert args_out_of_range arguments to Lisp_Integer. 1997-07-12 06:37:25 +00:00
Richard M. Stallman
34c0dab2b7 (Fcoordinates_in_window_p): Convert Fcons arguments to Lisp_Integer.
(save_window_save): Convert Fset_marker argument to Lisp_Integer.
1997-07-12 06:37:04 +00:00
Richard M. Stallman
e607a484ef (selection_data_to_lisp_data): Convert Fmake_vector
and Faset arguments to Lisp_Integer.
(clean_local_selection_data): Likewise.
1997-07-12 06:36:06 +00:00
Richard M. Stallman
b264791c6b (dumpglyphs): Declare local variable first_ch as Lisp_Object, not int. 1997-07-12 06:35:22 +00:00
Richard M. Stallman
2f69f2ec36 (EXFUN, P_): New definitions. Use them to declare
prototypes for external functions.
1997-07-12 06:34:16 +00:00
Richard M. Stallman
29df77ba6c (forward-visible-line): Correctly handle arg 0
so that it doesn't mess up handling of nonzero args.
1997-07-12 06:33:49 +00:00
Richard M. Stallman
2384c010d2 (display_text_line): Exit the outer loop immediately
when the right margin has been reached.
1997-07-12 06:17:23 +00:00
Richard M. Stallman
284795f871 (condition-case): Fix edebug-form-spec to
allow a handler with a list of condition names.
1997-07-12 06:13:54 +00:00
Richard M. Stallman
b48e4aeb00 (mips-sony-newsos6*): File news-risc.h renamed to news-r6.h. 1997-07-11 06:58:14 +00:00
Richard M. Stallman
325d9e67e8 Make it clear that the warning is a warning. 1997-07-11 06:15:11 +00:00
Geoff Voelker
86b9a6a9d9 (shutdown): Define.
(sys_shutdown): Export.
1997-07-10 20:12:15 +00:00
Geoff Voelker
380961a672 (sys_shutdown): New function. 1997-07-10 20:10:09 +00:00
Geoff Voelker
4d8c7bc330 Define HAVE_SHUTDOWN. 1997-07-10 20:09:50 +00:00
Eli Zaretskii
a7efda1fe7 (Fset_face_attribute_internal): Set mouse_face_defer
only if HAVE_X_WINDOWS is defined.
1997-07-10 15:50:59 +00:00
Richard M. Stallman
b8ae93ada3 (char-after): Allow 0 args. 1997-07-10 10:55:23 +00:00
Richard M. Stallman
41d58f6147 (c-copy-tree): New function.
(c-initialize-builtin-style): Use c-copy-tree.
1997-07-10 07:56:17 +00:00
Richard M. Stallman
785eecbbba Initial revision 1997-07-10 07:54:06 +00:00
Kenichi Handa
883e21bd33 (create-fontset-from-fontset-spec): Typo in doc-string fixed. 1997-07-10 07:36:22 +00:00
Richard M. Stallman
b83337746c (echo_area_display): Don't offset using left-side
scroll bar width because it is included in the width; clear
the entire line.
1997-07-10 07:09:50 +00:00
Richard M. Stallman
944a581d4d (hilit-submit-feedback): Change mail address. 1997-07-10 06:50:14 +00:00
Kenichi Handa
db9dfa94a2 Change titles of quail packages. 1997-07-10 06:49:35 +00:00
Kenichi Handa
fbe296b7b9 Give t as arg NOERROR to
create-fontset-from-fontset-spec.
1997-07-10 06:48:24 +00:00
Kenichi Handa
b65976cb0f (create-fontset-from-fontset-spec): Add
optional arg NOERROR.
(create-fontset-from-x-resource): Give t as arg NOERROR to
create-fontset-from-fontset-spec.
1997-07-10 06:46:42 +00:00
Kenichi Handa
e81ed9edb2 (isearch-input-method): New variable.
(isearch-input-method-title): New variable.
(isearch-toggle-specified-input-method): Set the above variables.
(isearch-toggle-input-method): Likewise.
(isearch-process-search-multibyte-characters): Give
iseach-input-method as arg to read-multilingual-string.
1997-07-10 06:46:42 +00:00
Kenichi Handa
88d559ecd2 (read-multilingual-string): Adjusted
for the previous change of variables related to input methods.
1997-07-10 06:46:42 +00:00
Kenichi Handa
0ef161c40a (mode-line-mule-info): Remove tailing ">" from input
method indicator.
1997-07-10 06:44:55 +00:00
Kenichi Handa
8c5d9782ec (isearch-message-prefix): Adjusted
for the previous change of variables related to input methods.
1997-07-10 06:44:55 +00:00
Richard M. Stallman
77bc05c744 Make global bindings only via loaddefs.el. 1997-07-10 06:43:19 +00:00
Richard M. Stallman
d72236841c (read_process_output): Add cast. 1997-07-10 03:09:10 +00:00
Richard M. Stallman
3609a53bf6 (current_lock_owner, lock_file_1): Add casts. 1997-07-10 03:03:10 +00:00
Richard M. Stallman
fe27f88d3a (x_load_font): Get value of fontp->height from
ascent and descent members of structure font->max_bounds.
(dumpglyphs): Draw background by FillSolid if a font is too short.
1997-07-10 02:15:40 +00:00
Richard M. Stallman
5d7cc324ad (x_term_init): Don't use initializer for null_bits.
(XTread_socket) <KeyPress>: Call XFilterEvent.
1997-07-10 02:13:26 +00:00
Richard M. Stallman
b56822304a (mail-mode): Make fill-paragraph-function local. 1997-07-10 01:41:38 +00:00
Richard M. Stallman
8b32d88564 (redisplay_internal): Fix previous change. 1997-07-10 01:03:05 +00:00
Richard M. Stallman
b3bd5cbcdb (C_SWITCH_SYSTEM): Add -Wf,-XNh option. 1997-07-09 23:08:42 +00:00
Richard M. Stallman
0c76956f83 [C_ALLOCA] (xmalloc): New function. 1997-07-09 19:20:34 +00:00
Richard M. Stallman
b0f661deaa (menu-bar-custom-menu): Add several more menu items.
Rename some.  Delete "Update this menu".
1997-07-09 19:03:09 +00:00
Noah Friedman
bc74e94e2b [top level]: Add up-list' and down-list' to eldoc-message-commands. 1997-07-09 12:44:15 +00:00
Richard M. Stallman
e9687ee8a2 (Fdelete_frame): Always err for deleting the only frame. 1997-07-09 08:03:08 +00:00
Kenichi Handa
c4ede6a240 (encoded-kbd-mode): Call coding-system-XXX instead of coding-vector-XXX. 1997-07-09 06:56:04 +00:00
Kenichi Handa
2167d18d40 (print-fontset): Output format improved.
(describe-fontset): Likewise.  Doc-string modified.
(list-fontsets): Likewise.
1997-07-09 06:56:04 +00:00
Kenichi Handa
fa2ea19a90 (mostlyclean): Add cleaning leim directory.
(clean, distclean, maintainer-clean): Likewise.
1997-07-09 06:55:18 +00:00
Kenichi Handa
e397ee4108 (Ffont_info): Make vector of correct size. 1997-07-09 06:54:54 +00:00