bpt/emacs.git
24 years ago(imenu-after-jump-hook): New variable.
Phillip Rulon [Fri, 24 Sep 1999 13:55:29 +0000 (13:55 +0000)]
(imenu-after-jump-hook): New variable.
(imenu): Run menu-after-jump-hook.
(imenu-name-lookup-function): New variable.
(imenu--in-alist): Use those variables.

24 years agopatched by pjr from diff by rms
Phillip Rulon [Fri, 24 Sep 1999 13:52:46 +0000 (13:52 +0000)]
patched by pjr from diff by rms

24 years ago(dired-move-to-filename-regexp): Make it work
Gerd Moellmann [Fri, 24 Sep 1999 12:57:21 +0000 (12:57 +0000)]
(dired-move-to-filename-regexp): Make it work
for LANG=de_DE.iso88591 on HPUX 11.0.

24 years ago(ange-ftp-date-regexp): Make it work for
Gerd Moellmann [Fri, 24 Sep 1999 12:57:17 +0000 (12:57 +0000)]
(ange-ftp-date-regexp): Make it work for
LANG=de_DE.iso88591 on HPUX 11.0.

24 years agoversion number change
Carsten Dominik [Fri, 24 Sep 1999 10:05:01 +0000 (10:05 +0000)]
version number change

24 years ago(reftex-view-cr-cite): Deal with multiple thebibliography environments.
Carsten Dominik [Fri, 24 Sep 1999 10:04:08 +0000 (10:04 +0000)]
(reftex-view-cr-cite): Deal with multiple thebibliography environments.

24 years ago(reftex-section-levels): Function allowed as cdr.
Carsten Dominik [Fri, 24 Sep 1999 10:03:11 +0000 (10:03 +0000)]
(reftex-section-levels): Function allowed as cdr.
(reftex-max-section-depth) New option.

24 years ago(reftex-parse-from-file): Scan for multiple thebibliography
Carsten Dominik [Fri, 24 Sep 1999 10:00:17 +0000 (10:00 +0000)]
(reftex-parse-from-file): Scan for multiple thebibliography
environments.

24 years agoVersion number change
Carsten Dominik [Fri, 24 Sep 1999 09:55:00 +0000 (09:55 +0000)]
Version number change

24 years ago(reftex-pop-to-bibtex-entry): Fixed bug with recentering window.
Carsten Dominik [Fri, 24 Sep 1999 09:54:22 +0000 (09:54 +0000)]
(reftex-pop-to-bibtex-entry): Fixed bug with recentering window.
(reftex-extract-bib-entries-from-thebibliography,
reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
with multiple thebibliography environments.

24 years ago(image_error): Use add_to_log.
Gerd Moellmann [Thu, 23 Sep 1999 22:17:46 +0000 (22:17 +0000)]
(image_error): Use add_to_log.

24 years ago(load_pixmap): Call add_to_log without frame parameter.
Gerd Moellmann [Thu, 23 Sep 1999 22:17:44 +0000 (22:17 +0000)]
(load_pixmap): Call add_to_log without frame parameter.
(load_face_font_or_fontset, load_color,
merge_face_vector_with_property): Ditto.
(add_to_log): Move to xdisp.c.

24 years ago(add_to_log): Moved from xfaces.c. Remove frame
Gerd Moellmann [Thu, 23 Sep 1999 22:17:40 +0000 (22:17 +0000)]
(add_to_log): Moved from xfaces.c.  Remove frame
parameter.

24 years ago(enlarge_window): Add window parameter instead of using
Gerd Moellmann [Thu, 23 Sep 1999 22:17:37 +0000 (22:17 +0000)]
(enlarge_window): Add window parameter instead of using
selected_window.
(Fdisplay_buffer): Call it with window parameter instead of
setting selected_window.
(Fenlarge_window, Fshrink_window): Ditto.
(shrink_mini_window): If there is no recorded height and position
info, resize mini-window to height 1.

24 years agoAdd prototype for add_to_log.
Gerd Moellmann [Thu, 23 Sep 1999 22:17:36 +0000 (22:17 +0000)]
Add prototype for add_to_log.

24 years ago(XTread_socket) <MotionNotify>: Change #ifdef
Gerd Moellmann [Thu, 23 Sep 1999 11:58:49 +0000 (11:58 +0000)]
(XTread_socket) <MotionNotify>: Change #ifdef
USE_X_TOOLKIT to #ifdef USE_TOOLKIT_SCROLL_BARS.

24 years ago(resize_mini_window): Use grow_mini_window and
Gerd Moellmann [Thu, 23 Sep 1999 11:58:42 +0000 (11:58 +0000)]
(resize_mini_window): Use grow_mini_window and
shrink_mini_window.

24 years ago(struct window): New members orig_top, orig_height.
Gerd Moellmann [Thu, 23 Sep 1999 11:58:41 +0000 (11:58 +0000)]
(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.

24 years ago(window_min_size): Add parameter ignore_fixed_p.
Gerd Moellmann [Thu, 23 Sep 1999 11:58:37 +0000 (11:58 +0000)]
(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.

24 years ago(iswitchb-complete): Use minibuffer-prompt-end
Gerd Moellmann [Thu, 23 Sep 1999 11:58:34 +0000 (11:58 +0000)]
(iswitchb-complete): Use minibuffer-prompt-end
instead of point-min in call to delete-region.

24 years ago(vc-backend-checkout): Use with-temp-file to check out into arbitrary
André Spiegel [Wed, 22 Sep 1999 12:58:49 +0000 (12:58 +0000)]
(vc-backend-checkout): Use with-temp-file to check out into arbitrary
file names.

24 years ago(frame_name_fnn_p): Fix previous change.
Eli Zaretskii [Tue, 21 Sep 1999 14:49:28 +0000 (14:49 +0000)]
(frame_name_fnn_p): Fix previous change.

24 years ago(toplevel): Move include of stdio.h to other includes.
Gerd Moellmann [Mon, 20 Sep 1999 23:18:49 +0000 (23:18 +0000)]
(toplevel): Move include of stdio.h to other includes.

24 years ago(readchar): Remove unused variables.
Gerd Moellmann [Mon, 20 Sep 1999 23:18:48 +0000 (23:18 +0000)]
(readchar): Remove unused variables.
(read_filtered_event, read1, Fmapatoms): Ditto.
(toplevel): Include intervals.h.

24 years agoAdd prototype for safe_bcopy, fatal.
Gerd Moellmann [Mon, 20 Sep 1999 23:18:46 +0000 (23:18 +0000)]
Add prototype for safe_bcopy, fatal.

24 years ago(Flookup_key, Faccessible_keymaps, describe_vector,
Gerd Moellmann [Mon, 20 Sep 1999 23:18:45 +0000 (23:18 +0000)]
(Flookup_key, Faccessible_keymaps, describe_vector,
keys_of_keymap, syms_of_keymap): Remove unused variables.

24 years ago(get_boot_time): Put local variable used in
Gerd Moellmann [Mon, 20 Sep 1999 23:18:45 +0000 (23:18 +0000)]
(get_boot_time): Put local variable used in
conditinally compiled section in #ifdef.
(toplevel): Include stdio.h.

24 years ago(Fsignal): Remove unused variables.
Gerd Moellmann [Mon, 20 Sep 1999 23:18:44 +0000 (23:18 +0000)]
(Fsignal): Remove unused variables.
(Fcommandp, do_autoload): Ditto.

24 years ago(init_editfns): Remove unused variables.
Gerd Moellmann [Mon, 20 Sep 1999 23:18:42 +0000 (23:18 +0000)]
(init_editfns): Remove unused variables.
(Fgoto_char, Fchar_after, Fformat): Ditto.
(message_text, message_length): Put in #ifndef HAVE_MENUS.

24 years ago(direct_output_for_insert): Cast arguments to
Gerd Moellmann [Mon, 20 Sep 1999 23:18:39 +0000 (23:18 +0000)]
(direct_output_for_insert): Cast arguments to
safe_bcopy to char *.

24 years ago(find_symbol_value): Remove unused variables.
Gerd Moellmann [Mon, 20 Sep 1999 23:18:38 +0000 (23:18 +0000)]
(find_symbol_value): Remove unused variables.
(Faref, Fstring_to_number): Ditto.
(toplevel): Include stdio.h.
(Fnumber_to_string): Cast XINT to long for %ld.

24 years ago(casify_object): Remove unused variables.
Gerd Moellmann [Mon, 20 Sep 1999 23:18:36 +0000 (23:18 +0000)]
(casify_object): Remove unused variables.
(casify_region): Ditto.

24 years ago(sync_frame_with_window_matrix_rows): Disable frame rows
Gerd Moellmann [Mon, 20 Sep 1999 13:02:31 +0000 (13:02 +0000)]
(sync_frame_with_window_matrix_rows): Disable frame rows
whose corresponding window rows have been disabled in
try_window_id.

24 years ago(compute_window_start_on_continuation_line): Handle case
Gerd Moellmann [Mon, 20 Sep 1999 11:25:06 +0000 (11:25 +0000)]
(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.

24 years agoUse Latin-5 for Turkish.
Kenichi Handa [Mon, 20 Sep 1999 02:14:29 +0000 (02:14 +0000)]
Use Latin-5 for Turkish.

24 years ago("turkish-latin-3-postfix"): Renamed from
Kenichi Handa [Mon, 20 Sep 1999 02:13:05 +0000 (02:13 +0000)]
("turkish-latin-3-postfix"): Renamed from
turkish-postfix.
("turkish-postfix"): New Turkish input method which inserts
Latin-5 characters.

24 years ago("turkish-latin-3-alt-postfix"): Renamed from
Kenichi Handa [Mon, 20 Sep 1999 02:11:10 +0000 (02:11 +0000)]
("turkish-latin-3-alt-postfix"): Renamed from
turkish-postfix.
("turkish-postfix"): New Turkish input method which inserts
Latin-5 characters.

24 years ago("Turkish"): New language environment.
Kenichi Handa [Mon, 20 Sep 1999 02:08:36 +0000 (02:08 +0000)]
("Turkish"): New language environment.

24 years ago(Fset_text_properties): Remove unused variables.
Gerd Moellmann [Mon, 20 Sep 1999 00:34:45 +0000 (00:34 +0000)]
(Fset_text_properties): Remove unused variables.
(text_property_list, verify_interval_modification,
interval_has_all_properties): Ditto.

24 years ago(update_syntax_table, find_defun_start, back_comment,
Gerd Moellmann [Mon, 20 Sep 1999 00:34:44 +0000 (00:34 +0000)]
(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.

24 years ago(list_processes_1): Remove unused variables.
Gerd Moellmann [Mon, 20 Sep 1999 00:34:43 +0000 (00:34 +0000)]
(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.

24 years ago(RETURN_UNGCPRO): Use do-while (0) idiom.
Gerd Moellmann [Mon, 20 Sep 1999 00:34:41 +0000 (00:34 +0000)]
(RETURN_UNGCPRO): Use do-while (0) idiom.
(toplevel): Add prototypes for stuff_char, and
code_convert_string_norecord.

24 years ago(Frecursive_edit): Remove unused variable.
Gerd Moellmann [Mon, 20 Sep 1999 00:34:37 +0000 (00:34 +0000)]
(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.

24 years ago(toplevel) [HAVE_UNISTD_H]: Include unistd.h.
Gerd Moellmann [Mon, 20 Sep 1999 00:34:36 +0000 (00:34 +0000)]
(toplevel) [HAVE_UNISTD_H]: Include unistd.h.
(Fcall_process): Remove unused variable.

24 years ago(Fexpand_abbrev): Remove unused variables.
Gerd Moellmann [Mon, 20 Sep 1999 00:34:35 +0000 (00:34 +0000)]
(Fexpand_abbrev): Remove unused variables.

24 years agoAdd prototype for shrink_regexp_cache,
Gerd Moellmann [Sun, 19 Sep 1999 21:46:47 +0000 (21:46 +0000)]
Add prototype for shrink_regexp_cache,
sweep_weak_hash_tables.

24 years ago(copy_text): Removed unused variables.
Gerd Moellmann [Sun, 19 Sep 1999 21:46:46 +0000 (21:46 +0000)]
(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.

24 years agoAdd prototype for r_re_alloc.
Gerd Moellmann [Sun, 19 Sep 1999 21:46:45 +0000 (21:46 +0000)]
Add prototype for r_re_alloc.

24 years ago(Fgarbage_collect): Remove unused variable.
Gerd Moellmann [Sun, 19 Sep 1999 21:46:42 +0000 (21:46 +0000)]
(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.

24 years agoInitial revision
Dave Love [Sun, 19 Sep 1999 21:17:17 +0000 (21:17 +0000)]
Initial revision

24 years ago(Fopen_network_stream): Use strerror, not gai_strerror.
Dave Love [Sun, 19 Sep 1999 15:48:09 +0000 (15:48 +0000)]
(Fopen_network_stream): Use strerror, not gai_strerror.

24 years agoDeclare Fcurrent_message, Fmake_temp_name, read_bytecode_char,
Dave Love [Sun, 19 Sep 1999 15:21:45 +0000 (15:21 +0000)]
Declare Fcurrent_message, Fmake_temp_name, read_bytecode_char,
Fx_hide_busy_cursor, getloadavg.

24 years ago(read_bytecode_char): Declare arg.
Dave Love [Sun, 19 Sep 1999 14:46:03 +0000 (14:46 +0000)]
(read_bytecode_char): Declare arg.

24 years agoFix footer comment.
Dave Love [Sun, 19 Sep 1999 14:38:00 +0000 (14:38 +0000)]
Fix footer comment.

24 years agoFix paren error.
Dave Love [Sun, 19 Sep 1999 14:36:56 +0000 (14:36 +0000)]
Fix paren error.

24 years ago(echo_area_display): Turn off code that returned
Richard M. Stallman [Sat, 18 Sep 1999 05:23:24 +0000 (05:23 +0000)]
(echo_area_display): Turn off code that returned
without doing anything when using a terminal frame.

24 years ago(wm_delete_window): Check all the shell's children,
Richard M. Stallman [Sat, 18 Sep 1999 03:02:03 +0000 (03:02 +0000)]
(wm_delete_window): Check all the shell's children,
not just the first, to find the dialog box.

24 years ago(after-find-file): When visiting a backup file, make it read-only.
Richard M. Stallman [Fri, 17 Sep 1999 20:57:37 +0000 (20:57 +0000)]
(after-find-file): When visiting a backup file, make it read-only.

24 years ago(apropos-symbol-face): Non-nil even for ttys.
Richard M. Stallman [Fri, 17 Sep 1999 19:43:09 +0000 (19:43 +0000)]
(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.

24 years ago*** empty log message ***
Richard M. Stallman [Fri, 17 Sep 1999 06:59:04 +0000 (06:59 +0000)]
*** empty log message ***

24 years ago(srcs): Add hash.texi.
Richard M. Stallman [Fri, 17 Sep 1999 06:53:20 +0000 (06:53 +0000)]
(srcs): Add hash.texi.
(VERSION): Update to 20.6.

24 years ago(get_fallback): Remove unused variable.
Gerd Moellmann [Thu, 16 Sep 1999 20:20:10 +0000 (20:20 +0000)]
(get_fallback): Remove unused variable.
(x_load_resources): Ditto.  Put local variable used for Motif only
in #ifdef USE_MOTIF.

24 years agoAdd prototype for uninterrupt_malloc, memory_warnings,
Gerd Moellmann [Thu, 16 Sep 1999 20:20:01 +0000 (20:20 +0000)]
Add prototype for uninterrupt_malloc, memory_warnings,
init_fileio_once, syms_of_sound, init_xfns, init_fns
init_sound, check_message_stack.

24 years ago(rotate_right, rotate_left): Add braces to avoid
Gerd Moellmann [Thu, 16 Sep 1999 20:19:57 +0000 (20:19 +0000)]
(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.

24 years ago(main): Remove unused variables.
Gerd Moellmann [Thu, 16 Sep 1999 20:19:54 +0000 (20:19 +0000)]
(main): Remove unused variables.
(sort_args, Fkill_emacs, Fkill_emacs): Ditto.
(toplevel) [HAVE_UNISTD_H]: Include unistd.h.

24 years ago[REL_ALLOC]: Add prototypes for r_alloc and r_alloc_free.
Gerd Moellmann [Thu, 16 Sep 1999 20:19:52 +0000 (20:19 +0000)]
[REL_ALLOC]: Add prototypes for r_alloc and r_alloc_free.

24 years ago(Fkill_buffer): Remove unused variables.
Gerd Moellmann [Thu, 16 Sep 1999 20:19:41 +0000 (20:19 +0000)]
(Fkill_buffer): Remove unused variables.
(Fkill_buffer, overlays_at, overlays_in, recenter_overlay_lists,
fix_overlays_in_range, Fmove_overlay, Fprevious_overlay_change,
init_buffer_once, (syms_of_buffer): Ditto.

24 years ago(Vtemporary_file_directory): New variable.
Richard M. Stallman [Thu, 16 Sep 1999 19:34:38 +0000 (19:34 +0000)]
(Vtemporary_file_directory): New variable.
(syms_of_filelock): Set up Lisp variable.

(get_boot_time): Make the temp name in the proper dir.

24 years ago(dired-recursive-copies): New custom variable.
Richard M. Stallman [Thu, 16 Sep 1999 19:29:30 +0000 (19:29 +0000)]
(dired-recursive-copies): New custom variable.
(dired-handle-overwrite): Broke a long line.
(dired-copy-file): Call `dired-copy-file-recursive' instead of `copy-file'.
(dired-copy-file-recursive): New function.  Copy directories recursively.
(dired-do-create-files): Added support for generalized directory
target.  How-to function may now return a function.  New fluid
variable `dired-one-file'.
(dired-copy-how-to-fn): New variable.
(dired-do-copy): Bind `dired-recursive-copies' to preserve it.
Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
(dired-do-copy-regexp): No recursive copies.

24 years ago(resize_mini_window): Temporarily set the selected
Gerd Moellmann [Thu, 16 Sep 1999 12:52:27 +0000 (12:52 +0000)]
(resize_mini_window): Temporarily set the selected
window's or Vminibuf_scroll_window's height to "fixed" around
the call the change_window_height.

24 years ago(struct window): New member height_fixed_p.
Gerd Moellmann [Thu, 16 Sep 1999 12:52:25 +0000 (12:52 +0000)]
(struct window): New member height_fixed_p.

24 years ago(Fset_window_buffer): Remove unused variables.
Gerd Moellmann [Thu, 16 Sep 1999 12:52:22 +0000 (12:52 +0000)]
(Fset_window_buffer): Remove unused variables.
(Fset_window_margins): Ditto.
(window_fixed_size_p): Check window's height_fixed_p
flag.

24 years ago(read_minibuf): Remove unused variables.
Gerd Moellmann [Thu, 16 Sep 1999 12:52:20 +0000 (12:52 +0000)]
(read_minibuf): Remove unused variables.
(read_minibuf, Fread_buffer, scmp, Fcompleting_read): Ditto.
(do_completion): Move assignment out of conditional context.
(Fdisplay_completion_list): Add parentheses to conditional expression.

24 years agoAdd prototype for no_switch_window.
Gerd Moellmann [Thu, 16 Sep 1999 12:52:18 +0000 (12:52 +0000)]
Add prototype for no_switch_window.

24 years ago(Fdelete_frame): Correct local variable pointing to
Gerd Moellmann [Thu, 16 Sep 1999 12:52:16 +0000 (12:52 +0000)]
(Fdelete_frame): Correct local variable pointing to
selected frame after selecting new frame.

24 years ago(direct_output_forward_char): Don't use this method
Gerd Moellmann [Thu, 16 Sep 1999 12:52:13 +0000 (12:52 +0000)]
(direct_output_forward_char): Don't use this method
if showing a message or a message was just cleared because we
might need to resize the mini-window.

24 years ago(toplevel) [HAVE_TERMCAP_H]: Include termcap.h.
Gerd Moellmann [Thu, 16 Sep 1999 12:52:12 +0000 (12:52 +0000)]
(toplevel) [HAVE_TERMCAP_H]: Include termcap.h.

24 years agoUse aref instead of sref.
Richard M. Stallman [Wed, 15 Sep 1999 23:47:44 +0000 (23:47 +0000)]
Use aref instead of sref.

24 years ago(whitespace-mode, whitespace-mode-line): Add defvars.
Richard M. Stallman [Wed, 15 Sep 1999 23:46:29 +0000 (23:46 +0000)]
(whitespace-mode, whitespace-mode-line): Add defvars.

24 years ago(dired-recursive-deletes): New custom variable.
Richard M. Stallman [Wed, 15 Sep 1999 23:29:16 +0000 (23:29 +0000)]
(dired-recursive-deletes): New custom variable.
(dired-re-no-dot): New variable.
(dired-delete-file): New function deletes files and directories recursively.
(dired-internal-do-deletions): Use `dired-delete-file' to delete files.

24 years ago(single_menu_item, Fx_popup_menu, Fx_popup_menu,
Gerd Moellmann [Wed, 15 Sep 1999 12:58:53 +0000 (12:58 +0000)]
(single_menu_item, Fx_popup_menu, Fx_popup_menu,
single_submenu, update_frame_menubar, set_frame_menubar,
free_frame_menubar, xmenu_show, xdialog_show): Remove unused
variables.

24 years ago(resize_mini_window): Don't report changed window
Gerd Moellmann [Wed, 15 Sep 1999 12:58:44 +0000 (12:58 +0000)]
(resize_mini_window): Don't report changed window
height if it actually hasn't changed.

24 years ago(set_frame_size, EmacsFrameSetCharSize): Remove
Gerd Moellmann [Wed, 15 Sep 1999 12:58:42 +0000 (12:58 +0000)]
(set_frame_size, EmacsFrameSetCharSize):  Remove
unused variables.
(mark_shell_size_user_specified): Put in #if 0 because not used.
(create_frame_gcs): Put in #if 0 because currently unused.
(first_frame_p): Ditto.

24 years ago(OUTPUT_IF, OUTPUT1_IF): Use do-while.
Gerd Moellmann [Wed, 15 Sep 1999 12:58:40 +0000 (12:58 +0000)]
(OUTPUT_IF, OUTPUT1_IF): Use do-while.
(encode_terminal_code): Remove unused variables.
(turn_off_face): Ditto.
(toplevel): Include termcap.h if HAVE_TERMCAP_H.

24 years ago(PRINTFULLP): Removed because it is no longer used and
Gerd Moellmann [Wed, 15 Sep 1999 12:58:37 +0000 (12:58 +0000)]
(PRINTFULLP): Removed because it is no longer used and
is misleading.
(Ferror_message_string): Remove unused variables.
(print_object): Cast argument of sprintf to long for `%ld'
specifier.  Remove unused variable.

24 years ago(update_frame_line): If writing whole desired line,
Gerd Moellmann [Wed, 15 Sep 1999 12:58:31 +0000 (12:58 +0000)]
(update_frame_line): If writing whole desired line,
don't clear to end of line if already at the end.

24 years ago(whitespace-version): Update version to 2.4
Richard M. Stallman [Tue, 14 Sep 1999 22:30:11 +0000 (22:30 +0000)]
(whitespace-version): Update version to 2.4

Add customization variables to conditionally test
any of the five whitespaces.

(whitespace-spacetab-regexp): Fix doc string.

(whitespace-modes): Add `change-log-mode' to the
list of modes to be checked for bogus whitespaces.

(whitespace-rescan-timer-time): Update documentation.

(whitespace-display-unchecked-whitespaces):
new function to update modeline with untested whitespaces.

(whitespace-buffer): Test only whitespaces whose
checking is turned on, and update modeline using the newly created
`whitespace-display-unchecked-whitespaces'.

(whitespace-cleanup): Cleanup only whitespaces
whose checking is turned on, and update modeline using the newly
created `whitespace-display-unchecked-whitespaces'.

(whitespace-describe): Update documentation.

(whitespace-tickle-timer): Test if `whitespace-rescan-timer-time' is
non-zero before tickling timer.

24 years ago(eval-last-sexp): Use prin1 instead of print.
Gerd Moellmann [Tue, 14 Sep 1999 20:12:00 +0000 (20:12 +0000)]
(eval-last-sexp): Use prin1 instead of print.

24 years ago(Fplay_sound): Remove usused variables.
Gerd Moellmann [Tue, 14 Sep 1999 20:11:59 +0000 (20:11 +0000)]
(Fplay_sound): Remove usused variables.
(be2hs): Put in #if 0 because it's currently not used.

24 years agoUpdate author address.
Dave Love [Tue, 14 Sep 1999 18:34:10 +0000 (18:34 +0000)]
Update author address.

24 years ago(lisp-font-lock-keywords-1): Recognize an autoload
Richard M. Stallman [Tue, 14 Sep 1999 17:32:51 +0000 (17:32 +0000)]
(lisp-font-lock-keywords-1): Recognize an autoload
cookie, even if followed by a letter.

24 years ago(inferior-octave-startup): Ensure -i and --no-line-editing are passed
Stephen Eglen [Tue, 14 Sep 1999 16:57:40 +0000 (16:57 +0000)]
(inferior-octave-startup): Ensure -i and --no-line-editing are passed
to Octave by including them here rather than storing them in
inferior-octave-startup-args.

24 years ago(lw_separator_p): Check for new-style separators
Gerd Moellmann [Tue, 14 Sep 1999 15:30:15 +0000 (15:30 +0000)]
(lw_separator_p): Check for new-style separators
differently.

24 years agoUse XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.
Ken Raeburn [Tue, 14 Sep 1999 15:12:57 +0000 (15:12 +0000)]
Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.

24 years ago(x_scroll_bar_handle_click): Compile only if
Gerd Moellmann [Tue, 14 Sep 1999 13:09:49 +0000 (13:09 +0000)]
(x_scroll_bar_handle_click): Compile only if
not USE_TOOLKIT_SCROLL_BARS.
(x_scroll_bar_set_handle, x_scroll_bar_note_movement): Ditto.
(x_produce_glyphs): Remove unused variable(s).
(x_alloc_nearest_color_for_widget, note_tool_bar_highlight,
x_set_toolkit_scroll_bar_thumb): Ditto.
(x_scroll_bar_create): Move local variable to the
conditionally compiled section of code where it is used.
(x_scroll_bar_create): Remove unused variable(s).
(x_scroll_bar_remove, XTread_socket): Ditto.
(XTread_socket) <ConfigureNotify>: Move variables used for
non-toolkit case into conditionally compiled section of code.

24 years ago(x_set_background_color): Remove unused variable(s).
Gerd Moellmann [Tue, 14 Sep 1999 13:09:43 +0000 (13:09 +0000)]
(x_set_background_color): Remove unused variable(s).
(x_set_border_pixel): Ditto.
(x_set_menu_bar_lines): Put local variable used only for
non-toolkit case in #ifdef/#endif.
(x_figure_window_size): Remove unused variable(s).
(x_figure_window_size, x_window, lookup_image,
xbm_read_bitmap_file_data, x_build_heuristic_mask, pbm_load,
png_load, jpeg_load, gif_load, x_create_tip_frame,
x_create_tip_frame, Fx_show_tip, x_set_border_pixel): Ditto.

24 years ago(display_echo_area_1, try_window_id): Remove unused
Gerd Moellmann [Tue, 14 Sep 1999 13:09:34 +0000 (13:09 +0000)]
(display_echo_area_1, try_window_id): Remove unused
variable(s).

24 years ago(freeze_window_starts): Fix typo in prototype.
Gerd Moellmann [Tue, 14 Sep 1999 13:09:33 +0000 (13:09 +0000)]
(freeze_window_starts): Fix typo in prototype.

24 years agoAdd prototype for debug_print.
Gerd Moellmann [Tue, 14 Sep 1999 13:09:31 +0000 (13:09 +0000)]
Add prototype for debug_print.
Add prototype for getloadavg.

24 years ago(CHECK_FRAME, CHECK_LIVE_FRAME): Put code in do-while.
Gerd Moellmann [Tue, 14 Sep 1999 13:09:30 +0000 (13:09 +0000)]
(CHECK_FRAME, CHECK_LIVE_FRAME): Put code in do-while.