1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00
Commit graph

26840 commits

Author SHA1 Message Date
Gerd Moellmann
e88b3c5076 (XTread_socket) <MotionNotify>: Change #ifdef
USE_X_TOOLKIT to #ifdef USE_TOOLKIT_SCROLL_BARS.
1999-09-23 11:58:49 +00:00
Gerd Moellmann
da4487236d (resize_mini_window): Use grow_mini_window and
shrink_mini_window.
1999-09-23 11:58:42 +00:00
Gerd Moellmann
57209cbae0 (struct window): New members orig_top, orig_height.
(toplevel): Add prototypes for grow_mini_window and
shrink_mini_window.  Remove prototype for change_window_height.
1999-09-23 11:58:41 +00:00
Gerd Moellmann
f984d4fcdf (window_min_size): Add parameter ignore_fixed_p.
(change_window_height): Call window_min_size with new parameter.
(shrink_window_lowest_first, save_restore_orig_size,
grow_mini_window, shrink_mini_window): New.
(make_window, replace_window): Initialize orig_top and
orig_height.
(enlarge_window): Renamed from change_window_height.  Make it
static.
(Fdisplay_buffer, Fenlage_window, Fshrink_window): Call
enlarge_window instead of change_window_height.
1999-09-23 11:58:37 +00:00
Gerd Moellmann
53811b4239 (iswitchb-complete): Use minibuffer-prompt-end
instead of point-min in call to delete-region.
1999-09-23 11:58:34 +00:00
André Spiegel
d76a596e39 (vc-backend-checkout): Use with-temp-file to check out into arbitrary
file names.
1999-09-22 12:58:49 +00:00
Eli Zaretskii
48970f2f02 (frame_name_fnn_p): Fix previous change. 1999-09-21 14:49:28 +00:00
Gerd Moellmann
3f708f4c75 (toplevel): Move include of stdio.h to other includes. 1999-09-20 23:18:49 +00:00
Gerd Moellmann
95384e1ede (readchar): Remove unused variables.
(read_filtered_event, read1, Fmapatoms): Ditto.
(toplevel): Include intervals.h.
1999-09-20 23:18:48 +00:00
Gerd Moellmann
b18c598fd0 Add prototype for safe_bcopy, fatal. 1999-09-20 23:18:46 +00:00
Gerd Moellmann
47935df1ad (Flookup_key, Faccessible_keymaps, describe_vector,
keys_of_keymap, syms_of_keymap): Remove unused variables.
1999-09-20 23:18:45 +00:00
Gerd Moellmann
2decc5a9e8 (get_boot_time): Put local variable used in
conditinally compiled section in #ifdef.
(toplevel): Include stdio.h.
1999-09-20 23:18:45 +00:00
Gerd Moellmann
cb81ac977e (Fsignal): Remove unused variables.
(Fcommandp, do_autoload): Ditto.
1999-09-20 23:18:44 +00:00
Gerd Moellmann
2ea0266e7d (init_editfns): Remove unused variables.
(Fgoto_char, Fchar_after, Fformat): Ditto.
(message_text, message_length): Put in #ifndef HAVE_MENUS.
1999-09-20 23:18:42 +00:00
Gerd Moellmann
700fb05a49 (direct_output_for_insert): Cast arguments to
safe_bcopy to char *.
1999-09-20 23:18:39 +00:00
Gerd Moellmann
dd8daec5e8 (find_symbol_value): Remove unused variables.
(Faref, Fstring_to_number): Ditto.
(toplevel): Include stdio.h.
(Fnumber_to_string): Cast XINT to long for %ld.
1999-09-20 23:18:38 +00:00
Gerd Moellmann
fe568ef5dc (casify_object): Remove unused variables.
(casify_region): Ditto.
1999-09-20 23:18:36 +00:00
Gerd Moellmann
f002db9312 (sync_frame_with_window_matrix_rows): Disable frame rows
whose corresponding window rows have been disabled in
try_window_id.
1999-09-20 13:02:31 +00:00
Gerd Moellmann
f3751a65aa (compute_window_start_on_continuation_line): Handle case
that window start is out of range.
(handle_display_prop, handle_single_display_prop): Replace
marginal area specifications like `left-margin' with `(margin
left-margin)'.
(Qmargin): New.
(syms_of_xdisp): Initialize Qmargin.
1999-09-20 11:25:06 +00:00
Kenichi Handa
a1edb521ec Use Latin-5 for Turkish. 1999-09-20 02:14:29 +00:00
Kenichi Handa
9b71578276 ("turkish-latin-3-postfix"): Renamed from
turkish-postfix.
("turkish-postfix"): New Turkish input method which inserts
Latin-5 characters.
1999-09-20 02:13:05 +00:00
Kenichi Handa
325ed6e659 ("turkish-latin-3-alt-postfix"): Renamed from
turkish-postfix.
("turkish-postfix"): New Turkish input method which inserts
Latin-5 characters.
1999-09-20 02:11:10 +00:00
Kenichi Handa
d22c4fb960 ("Turkish"): New language environment. 1999-09-20 02:08:36 +00:00
Gerd Moellmann
695f302f5c (Fset_text_properties): Remove unused variables.
(text_property_list, verify_interval_modification,
interval_has_all_properties): Ditto.
1999-09-20 00:34:45 +00:00
Gerd Moellmann
4ffe723bfe (update_syntax_table, find_defun_start, back_comment,
describe_syntax, skip_chars): Remove unused variables.
(back_comment, forw_comment): Add braces to if-statement with
if-else as dependent statement.
1999-09-20 00:34:44 +00:00
Gerd Moellmann
41d03b9a59 (list_processes_1): Remove unused variables.
(Fopen_network_stream, create_process): Add parentheses to
conditional expressions.
(create_process): Put declaration of sigchld in #if 0.
(Fopen_network_stream): Removed unused variables.
(Fopen_network_stream, wait_reading_process_input,
wait_reading_process_input, send_process, send_process): Ditto.
(toplevel): Add prototypes for set_waiting_for_input and
keyboard_bit_set.
1999-09-20 00:34:43 +00:00
Gerd Moellmann
0868e74e52 (RETURN_UNGCPRO): Use do-while (0) idiom.
(toplevel): Add prototypes for stuff_char, and
code_convert_string_norecord.
1999-09-20 00:34:41 +00:00
Gerd Moellmann
03cee6ae65 (Frecursive_edit): Remove unused variable.
(command_loop_1, safe_run_hooks, kbd_buffer_get_event,
timer_check, make_lispy_event, menu_bar_items,
menu_bar_one_keymap, menu_bar_item, parse_menu_item,
parse_tool_bar_item, read_char_x_menu_prompt, read_key_sequence,
kbd_buffer_get_event, make_lispy_event, read_char_x_menu_prompt,
read_key_sequence): Ditto.  Fread_key_sequence,
Fread_key_sequence_vector, Fsuspend_emacs): Ditto.
(read_key_sequence) [GOBBLE_FIRST_EVENT]: Put local variables only
used when GOBBLE_FIRST_EVENT is defined in #ifdef
(Fexecute_extended_command): Cast XINT to long for %ld.
(toplevel) [HAVE_UNISTD_H]: Include unistd.h.
(toplevel): Include sys/types.h.
1999-09-20 00:34:37 +00:00
Gerd Moellmann
3cbd6585e0 (toplevel) [HAVE_UNISTD_H]: Include unistd.h.
(Fcall_process): Remove unused variable.
1999-09-20 00:34:36 +00:00
Gerd Moellmann
11017f88a3 (Fexpand_abbrev): Remove unused variables. 1999-09-20 00:34:35 +00:00
Gerd Moellmann
838fad1597 Add prototype for shrink_regexp_cache,
sweep_weak_hash_tables.
1999-09-19 21:46:47 +00:00
Gerd Moellmann
6021f7c517 (copy_text): Removed unused variables.
(count_combining_after, count_combining_after, insert_1_both,
insert_from_string_1, insert_from_buffer_1, check_markers): Ditto.
(adjust_after_replace, replace_range): Add parentheses to logical
expressions.  Remove unused variables.
(CHECK_BYTE_COMBINING_FOR_INSERT): Add parentheses to logical
expression.
1999-09-19 21:46:46 +00:00
Gerd Moellmann
6bfc58e91e Add prototype for r_re_alloc. 1999-09-19 21:46:45 +00:00
Gerd Moellmann
96c5b0a7f9 (Fgarbage_collect): Remove unused variable.
(compact_strings): Add parentheses around assignments in
conditional context.
(toplevel): Put declaration of unused function clear_marks
in #if 0 like its definition.
1999-09-19 21:46:42 +00:00
Dave Love
854f487a96 Initial revision 1999-09-19 21:17:17 +00:00
Dave Love
1db972cb2e (Fopen_network_stream): Use strerror, not gai_strerror. 1999-09-19 15:48:09 +00:00
Dave Love
4baa6f88d0 Declare Fcurrent_message, Fmake_temp_name, read_bytecode_char,
Fx_hide_busy_cursor, getloadavg.
1999-09-19 15:21:45 +00:00
Dave Love
33711cc91c (read_bytecode_char): Declare arg. 1999-09-19 14:46:03 +00:00
Dave Love
291759e27e Fix footer comment. 1999-09-19 14:38:00 +00:00
Dave Love
a1efbc1c0c Fix paren error. 1999-09-19 14:36:56 +00:00
Richard M. Stallman
d9e28aa00e (echo_area_display): Turn off code that returned
without doing anything when using a terminal frame.
1999-09-18 05:23:24 +00:00
Richard M. Stallman
8dce2ddc9d (wm_delete_window): Check all the shell's children,
not just the first, to find the dialog box.
1999-09-18 03:02:03 +00:00
Richard M. Stallman
8120f98902 (after-find-file): When visiting a backup file, make it read-only. 1999-09-17 20:57:37 +00:00
Richard M. Stallman
07eeca5d43 (apropos-symbol-face): Non-nil even for ttys.
(apropos-keybinding-face, apropos-label-face): Likewise.
(apropos-property-face, apropos-match-face): Likewise.
(apropos-label-properties): New variable.
(apropos-print-doc): Use apropos-label-properties.
(apropos-print): Set apropos-label-properties.
1999-09-17 19:43:09 +00:00
Richard M. Stallman
8241495da5 *** empty log message *** 1999-09-17 06:59:04 +00:00
Richard M. Stallman
106217c660 (srcs): Add hash.texi.
(VERSION): Update to 20.6.
1999-09-17 06:53:20 +00:00
Gerd Moellmann
8d56e206a2 (get_fallback): Remove unused variable.
(x_load_resources): Ditto.  Put local variable used for Motif only
in #ifdef USE_MOTIF.
1999-09-16 20:20:10 +00:00
Gerd Moellmann
15b0ced5c2 Add prototype for uninterrupt_malloc, memory_warnings,
init_fileio_once, syms_of_sound, init_xfns, init_fns
init_sound, check_message_stack.
1999-09-16 20:20:01 +00:00
Gerd Moellmann
e39adcdab9 (rotate_right, rotate_left): Add braces to avoid
ambiguous else warning.
(split_interval_left): Remove unused variables.
(previous_interval, adjust_intervals_for_deletion,
set_point_both, set_point_both, set_intervals_multibyte_1): Ditto.
(icount, idepth, zero_length): Move into #if 0 section below
original position where these are used.
1999-09-16 20:19:57 +00:00
Gerd Moellmann
cda4a5fd20 (main): Remove unused variables.
(sort_args, Fkill_emacs, Fkill_emacs): Ditto.
(toplevel) [HAVE_UNISTD_H]: Include unistd.h.
1999-09-16 20:19:54 +00:00