bpt/emacs.git
24 years ago(FRAME_TOOLBAR_LINES): New.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(FRAME_TOOLBAR_LINES): New.
(FRAME_TOP_MARGIN): New.
(struct frame): Add toolbar-related members.
(FRAME_WINDOW_WIDTH_ARG): Add bitmap area widths.
(CHECK_FRAME): Give this macro a C-statement form!
(CHECK_LIVE_FRAME): Ditto.
(FRAME_FACE_CACHE): New.
(struct frame): Add member face_cache.
(FRAME_FLAGS_AREA_COLS): New.
(FRAME_FLAGS_AREA_WIDTH): New.
(struct frame): New member menu_bar_window.
(struct frame): Add trunc_area_pixel_width, and _cols.
(struct frame): Cursor-related stuff removed.
(FRAME_SCROLL_BAR_WIDTH): Removed.
(FRAME_WINDOW_WIDTH_ARG): Don't add scroll bar width.
(FRAME_CURSOR_X): Removed.
(FRAME_CURSOR_Y): Ditto.
(struct frame): Remove old glyphs, add new.

24 years ago(Fvertical_motion): Rewritten.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(Fvertical_motion): Rewritten.

24 years ago(ctagsfiles): Split so that files starting
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(ctagsfiles): Split so that files starting
with an `x' are found before files starting with `w32'.
(ctagsfiles1): New.
(ctagsfiles2): New.
(TAGS): Use ctagsfiles[12] instead of ctagsfiles.
Add PNG library.
(obj): Add sound.o.
(LIBW): Use Xaw3d if present.
(LIBTIFF): Added.
(LIBJPEG): Added.
(LIBXPM): If not already defined, define to -lXpm.
(LIBX)[HAVE_X11]: Add LIBXPM.
(term.o): Add dependency on dispextern.h.
(alloc.o): Add dependency to dispextern.h.
(window.o): Depends on dispextern.h.
(alloc.o): Add dependency dispextern.h.
(window.o): Add dependency window.c -> dispextern.h
(term.o): term.c depends on dispextern.h

24 years ago(toplevel): Add function prototypes.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(toplevel): Add function prototypes.

24 years ago(prepare_to_modify_buffer): Set windows_or_buffers_changed,
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(prepare_to_modify_buffer): Set windows_or_buffers_changed,
(del_range_1) [PROMPT_IN_BUFFER]: If start position
is less than mini-buffer prompt width, use prompt width as start.

24 years ago(gc_sweep): Call sweep_weak_hash_tables.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(gc_sweep): Call sweep_weak_hash_tables.
(survives_gc_p): New.
(mark_object): Mark objects referenced from glyphs, hash tables,
toolbar date, toolbar window, face caches, menu bar window.
Mark windows specially.
(Fgarbage_collect): Use message3_nolog.
(mark_face_cache): New.
(NSTATICS): Increased to 1024.
(mark_glyph_matrix): New.

24 years agoAdd function prototypes.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
Add function prototypes.

24 years ago(read_char): Use message3_nolog to show help-echo.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(read_char): Use message3_nolog to show help-echo.
(make_lispy_event) <TOOLBAR_EVENT>: Apply modifiers.
(kbd_store_ptr): Declare it as a volatile pointer
instead of a pointer to a volatile input_event.
(kbd_buffer_store_event): Remove volatile modifier from
declaration of local variable `sp'.
(Fdiscard_input): Don't cast when assigning kbd_store_ptr
to kbd_fetch_ptr.
(make_lispy_event): Handle mouse on top lines.
(make_lispy_movement): Ditto.
(read_char): Rename local variable echo_area_message
because it shadows the global one.
(cmd_error_internal): Set echo_areA_message.
(command_loop_1): Test echo_areA_message.
(read_char): Ditto.
(record_menu_key): Set echo_area_message to nil.
(Fexecute_extended_command): Test echo_area_message.
(Fexecute_extended_command): Handle echo_area_message.
(toolbar_items): Call access_keymap with third
parameter 1, so that we don't get inherited toolbar item
definitions.
 Ditto.
(kbd_buffer_get_event): Set flag to prevent recording
TOOLBAR_EVENT events in last_nonmenu_event.
(timer_check): Inhibit busy cursor around calls to
timer-event-handler.  This busy cursor tends to be anoying if
fontifying stealthily.
(command_loop_1): Display busy cursor.
(Vshow_help_function): New.
(read_char): Use it.
(make_lispy_event): Add string and string position
info to mouse-click events.
(read_key_sequence): Handle `local-map' property of mode line
strings.
(Qend_scroll): New.
(scroll_bar_parts): Add it.
(scroll_bar_parts): Add Qtop and Qbottom.
(syms_of_keyboard): Add Qbottom.
(make_lispy_event): Handle scroll_bar_click
differently when using toolkit scroll bars.
(cmd_error_internal): Bug fix.
(syms_of_keyboard): Staticpro toolbar_item_properties
and toolbar_items_vectors.
(Qhelp_echo): New symbol.
(read_char): Handle `toolbar' and `help_echo' events.
(kbd_buffer_get_event): Handle HELP_ECHO input event.
(make_lispy_event): Handle TOOLBAR_EVENT.
(toolbar_items): New.
(process_toolbar_item): New.
(PROP): New.
(init_toolbar_items): New.
(append_toolbar_item): New.
(read_char_x_menu_prompt): Handle `toolbar' event.
(read_key_sequence): Ditto.
(syms_of_keyboard): Intern `:help'.
(toolbar_items): New.
(process_toolbar_item): New.
(parse_toolbar_item): New.
(init_toolbar_items): New.
(append_toolbar_item): New.
(detect_input_pending_run_timers): Likewise.
(detect_input_pending_run_timers): Call gobble_input
after redisplaying.
(clear_waiting_for_input): Return void.
(record_asynch_buffer_change): Return void.
(stop_polling): Return void.
(start_polling): Ditto.
(cmd_error_internal): Write to stderr if selected
frame is Vterminal_frame under X.  This is the case when a font
cannot be loaded when Emacs starts.  Replace test for
FRAME_MESSAGE_BUF with test for glyphs_initialized_p.
(quit_throw_to_read_char): Ditto.
(make_lispy_event): mouse clicks; don't do frame
glyph position calculations.
(make_lispy_movement): Use buffer_posn_from_coords and window
relative coordinates.
(make_lispy_event): For mouse clicks, use
x_y_to_hpos_vpos.
(make_lispy_event): Use BUFFER_POSN_FROM_COORDS
with window relative pixel coordinates.  Use GLYPH_TO_PIXEL_-
COORDS mit new arguments.
(make_lispy_event): WINDOW_FROM_COORDINATES with
pixel coords.
(make_lispy_movement): Same.
(interrupt_signal): Cursor_to with 4 params.
(command_loop_1): Call DIRECT_OUTPUT_FOR_INSERT
for any character.

24 years ago(init_buffer_once): Init top_line_format.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(init_buffer_once): Init top_line_format.
(default-top-line-format): New.
(top-line-format): New buffer-local variable.
(init_buffer_once): Set buffer_local_flags for
scroll_*_aggressively.
(syms_of_buffer): Add DEFVAR_PER_BUFFER for scroll-*-aggressively.
(init_buffer_once): Set defaults for these variables.
(syms_of_buffer): Add default-scroll-*-aggressively.
(indicate-empty-lines): New.
(default-indicate-zv-lines): Likewise.
(init_buffer_once): Add default for `indicate-zv-lines'.
(init_buffer_once): New variable `default-indicate-zv-lines'.
(syms_of_buffer): New buffer-local varianle `indicate-zv-lines'.
(init_buffer_once): Add left_margin_width and
right_margin_width to buffer_local_flags.
(syms_of_buffer): Add buffer-local variables
left-margin-width and right-margin-width.  Add defaults
default-left-margin-width and default-right-margin-width.
(record_buffer): Return void.
(record_asynch_buffer_change): Return void.
(Fget_buffer_create): Initialize minibuffer_prompt_length.
(Fmake_indirect_buffer): Ditto.
(Fkill_buffer): Ditto.

24 years ago(POSN_STRING): New.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(POSN_STRING): New.

24 years agoAdd top_line_format.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
Add top_line_format.
(scroll_up_aggressively): New.
(scroll_down_aggressively):  New.
(struct buffer): indicate_empty_lines renamed from
indicate_zv_lines.
(struct buffer): New member indicate_zv_lines.
(struct buffer): New members left_margin_width
and right_margin_width.
(struct buffer): Add member minibuffer_prompt_length
if PROMPT_IN_BUFFER.

24 years ago(Fmessage): Use message3.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(Fmessage): Use message3.
(Fcurrent_message): If echo_area_message is set,
return a substring of that string.
(Fformat): Add text properties to the result string
from properties of the format string and properties of string
arguments.
(make_buffer_string_both) [PROMPT_IN_BUFFER]: Prevent start > end.
(make_buffer_string) [PROMPT_IN_BUFFER]: If start
position is less than mini-buffer prompt width, use the prompt
width as start.
(make_buffer_string) [PROMPT_IN_BUFFER): Add prompt
length to start position.

24 years ago(P_): Moved to top of file.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(P_): Moved to top of file.
(struct Lisp_Hash_Table): New.
(GC_HASH_TABLE_P): New.
(PVEC_HASH_TABLE): New.
(struct Lisp_Hash_Table): New.
(XHASH_TABLE): New.
(XSET_HASH_TABLE): New.
(HASH_TABLE_P): New.
(CHECK_HASH_TABLE): New.
(DEFAULT_HASH_SIZE): New.
(DEFAULT_REHASH_THRESHOLD): New.
(DEFAULT_REHASH_SIZE): New.
(HAVE_FACES): Removed.
(MAKE_GLYPH): Remove test for frame type.
(GLYPH_CHAR): Ditto.
(GLYPH_FACE): Ditto.

24 years ago(CHAR_LEN): Moved here from dispextern.h.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(CHAR_LEN): Moved here from dispextern.h.

24 years ago(Fbeginning_of_line) [PROMPT_IN_BUFFER]: Set point to
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(Fbeginning_of_line) [PROMPT_IN_BUFFER]: Set point to
end of prompt if applied to a mini-buffer and BEG reached.

24 years ago(read_minibuf): Reset echo message strings to nil.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(read_minibuf): Reset echo message strings to nil.
(Fminibuffer_completion_help): Ditto.
(Fminibuffer_complete_word): Fix computation of
i_byte when prompts are inserted into minibuffers.
(read_minibuf): Use minibuf_prompt instead of prompt.
(read_minibuf): Add front-sticky text property for prompt.
(read_minibuf_unwind): Return Lisp_Object.
(read_minibuf): Put access to minibuffer_prompt_length
in #if PROMPT_IN_BUFFER.
(minibuffer-prompt-in-buffer): Bound if
PROMPT_IN_BUFFER.
(read_minibuf): Save the value of
minibuffer_prompt_length in minibuf_save_list.
(read_minibuf_unwind): Restore minibuffer_prompt_length.
(Fminibuffer_prompt_width): Return value from
current_buffer if PROMPT_IN_BUFFER.
(read_minibuf): If PROMPT_IN_BUFFER, insert prompt into
mini-buffer and make it read-only.
(Fminibuffer_complete_and_exit): If PROMPT_IN_BUFFER, use
minibuffer_prompt_length instead of BEGV.
(Fminibuffer_complete_word): Ditto.
(Fminibuffer_complete_word): Ditto.
(read_minibuf): Conditionally insert prompt into
buffer instead of handling prompts specially.  Change other
functions accordingly.  All such code is in #if PROMPT_IN_BUFFER.
(read_minibuf): Set MUST_BE_UPDATED_P instead of
building frame matrix.
(read_minibuf): FRAME_LEFT_SCROLL_BAR_WIDTH removed.
(read_minibuf): Build frame matrix.

24 years ago(HAVE_PNG): New.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(HAVE_PNG): New.
(HAVE_SOUND): New.
(HAVE_MACHINE_SOUNDCARD_H): New.
(HAVE_SYS_SOUNDCARD_H): New.
(USE_TOOLKIT_SCROLL_BARS): New.
(HAVE_XAW3D): New.
(HAVE_FACES): Removed.
(HAVE_TIFF): Added.
(HAVE_JPEG): Added.
(HAVE_XPM): New.

24 years agoComplete rewrite.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
Complete rewrite.

24 years ago(print): Add hash table handling.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(print): Add hash table handling.
(printchar): Set echo_area_message to nil.
(strout): Ditto.

24 years ago(main): Call init_fns.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(main): Call init_fns.
(main): Call syms_of_sound and init_sound.
(main): Call syms_of_xfaces before init_window_once.
(main): Call init_xfns.
(shut_down_emacs): check glyph memory.

24 years ago(wait_reading_process_input): Show and hide busy
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(wait_reading_process_input): Show and hide busy
cursor.

24 years ago(Fsignal): Reset redisplaying_p to zero.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(Fsignal): Reset redisplaying_p to zero.
(Fsignal): Hide busy cursor.
(Feval): Check interrupt_input_block == 0.
(Fsignal): Call to quit_error_check removed.

24 years ago(BASE_PURESIZE): Increased.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(BASE_PURESIZE): Increased.

24 years ago(Fdo_auto_save): Handle the case that echo_area_message
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(Fdo_auto_save): Handle the case that echo_area_message
is set.
(Finsert_file_contents): Prevent redisplay optimizations.
(Fread_file_name): Call it.
(report_file_error): Return void.

24 years ago(toplevel): Add hash tables.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(toplevel): Add hash tables.
(init_fns): New.
(Fmessage): Use message3.
(Fcurrent_message): If echo_area_message is set,
return a substring of that string.
(Fformat): Add text properties to the result string
from properties of the format string and properties of string
arguments.

24 years agoRewritten.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
Rewritten.

24 years agoNew file.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
New file.

24 years agoRewritten.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
Rewritten.
(append_glyph): New.
(update_end): Turn cursor on only if selected window's
cursor_off_p flag is not set.
(TS_cursor_visible): Renamed from TS_visual_mode.
(TS_cursor_normal): Renamed from TS_end_visual_mode.
(TS_cursor_invisible):  New.
(term_init): Initialize TS_cursor_invisible.
(tty_hide_cursor): New.
(tty_show_cursor): New.
(update_end): Show tty cursor.
(update_begin): Hide tty cursor to prevent cursor flickering
during redisplays triggered by timers (stealth fontification).
(estimate_mode_line_height): New.
(estimate_mode_line_height_hook): New.
(OUTPUT_IF): Make replacement text have statement form.
(OUTPUT1_IF): Ditto.
(TS_italic_mode, TS_end_italic_mode): Removed.
(TS_bold_mode): Removed.
(TS_underscore_mode, TS_end_underscore_mode): Removed.
(TS_enter_bold_mode, TS_enter_dim_mode, TS_enter_blink_mode): New.
(TS_enter_reverse_mode): New.
(TS_enter_underline_mode, TS_exit_underline_mode): New.
(TN_magic_cookie_glitch_ul): New.
(TS_enter_alt_charset_mode, TS_exit_alt_charset_mode): New.
(TS_exit_attribute_mode): New.
(TN_max_colors, TN_max_pairs, TS_orig_pairs): New.
(TS_set_foreground, TS_set_background): New.
(reset_terminal_modes): Switch colors back to default.
(write_glyphs): Turn face on before writing text, turn it off
afterwards.
(insert_glyphs): Ditto.
(term_init): Initialize new terminal capability variables.
(turn_on_face): Turn a face on.
(turn_off_face): Turn a face off.
(global): Rewrite for new glyphs.

24 years ago(scroll_bar_end_scroll): New.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(scroll_bar_end_scroll): New.
(scroll_bar_to_top): New.
(scroll_bar_to_bottom): New.
(event_kind): Add HELP_EVENT, TOOLBAR_EVENT.
 Some hooks with prototypes.
Add function prototypes.

24 years ago(text_property_list): New.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(text_property_list): New.
(add_text_properties_from_list): New.
(extend_property_ranges): New.
(validate_interval_range): Make it externally
visible.

24 years ago(EmacsFrameSetCharSize): Take widget's border width
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(EmacsFrameSetCharSize): Take widget's border width
into account.
(set_frame_size): Use FRAME_SCROLL_BAR_COLS
to determine vertical_scroll_bar_extra.
(EmacsFrameSetCharSize): Ditto.
(EmacsFrameDestroy): Remove call to free_frame_faces;
it's also called from x_destroy_window.  Since this function is
called from X, freeing stuff allocated with xmalloc is dangerous
here, anyway.
(widget_store_internal_border): Return void.
(create_frame_gcs): Don't allocate relief GCs.
(setup_frame_gcs): Don't change relief GCs.
(setup_frame_gcs): Initialize relief GC's to line
width 1; remove references to relief_gc_line_width.
(create_frame_gcs): Create GC's for relief drawing.
(setup_frame_gcs): Initialize them.
(EmacsFrameDestroy): Free them.
(set_frame_size): Double trunc_area_extra.
(EmacsFrameSetCharSize): Ditto.
(set_frame_size): Set it.
(EmacsFrameSetCharSize): Ditto.

24 years ago(x_set_font): Don't call face-set-after-frame-default
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(x_set_font): Don't call face-set-after-frame-default
if faces haven't been initialized.
(Fx_create_frame): Call face-set-after-frame-default after
faces have been initialized, and widget has been created.
(scroll_bar): Add x_widget_low and x_widget_high.

24 years ago(Fcoordinates_in_window_p): Rewritten.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(Fcoordinates_in_window_p): Rewritten.
(scroll_command): If not acting on current_buffer,
make redisplay consider all windows.
(coordinates_in_window): Rewritten.
(Fdelete_other_windows): Use FRAME_TOP_MARGIN
instead of FRAME_MENU_BAR_LINES.
(check_frame_size): Ditto.
(struct save_window_data): Add frame_toolbar_lines.
(Fcurrent_window_configuration): Save toolbar lines.
(window_from_coordinates): Rewritten.
(Vscroll_preserve_screen_position): Replacement for
scroll_preserve_screen_position.
(window_scroll_pixel_based): New.
(Fsplit_window): Rewritten.
(window_internal_width): Rewritten.
(set_window_buffer): Extracted from Fset_window_buffer,
with an additional argument specifying whether or not hooks may
be called.
(Fset_window_buffer): Call it.
(Fset_window_vscroll): New.
(Fwindow_vscroll): New.
(Fpos_visible_in_window_p): Rewrite.
(change_window_height): Return void.
(make_dummy_parent): Return void.
(init_window_once): Return void.
(syms_of_window): Ditto.
(keys_of_window): Ditto.
(delete_window): Correct return with and without value.
(unshow_buffer): Return void.
(delete_window): Ditto.
(set_window_height): Return void.
(set_window_width): Ditto.
(get_phys_cursor_glyph): New.
(change_window_height): Ditto.
(Fset_window_margins): Ditto.
(window_scroll_line_based): Formerly window_scroll.
(window_scroll): Call both.
(window_topmost_p, window_rightmost_p): Removed because not used.
(Fset_window_margins): New.
(Fwindow_margins): New.
(make_window): Rewritten.
(replace_window): Rewritten.
(Fset_window_configuration): Rewritten.
(get_leaf_windows): New.
(Fdelete_window): Free window matrices.
(Fdelete_window): Adjust glyphs.
(change_window_height): Ditto.

24 years ago(struct window): Add vscroll.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(struct window): Add vscroll.
(struct window): New member cursor_off_p.
(struct window): Remove phys_cursor_glyph.
(struct window): New members phys_cursor_ascent and
phys_cursor_descent.
(struct window): New flag pseudo_window_p.
(struct window): Add left_margin_width, right_margin_width.
New member last_cursor.
(WINDOW_LEFT_MARGIN): Remove FRAME_LEFT_SCROLL_BAR.
(WINDOW_TO_FRAME_VPOS): Convert window vpos
to frame vpos.
(WINDOW_TO_FRAME_HPOS): Convert window hpos to frame hpos.
(FRAME_TO_WINDOW_VPOS): Convert frame vpos to window vpos.
(FRAME_TO_WINDOW_HPOS): Convert frame hpos to window hpos.
(WINDOW_TOPMOST_P): Added.
(struct window): Rewrittenf for new glyphs.

24 years agoImplemented from scratch.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
Implemented from scratch.

24 years ago(x_real_positions): Don't subtract window borders
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(x_real_positions): Don't subtract window borders
from positions returned.
(top-level): Added image support, busy cursor, tooltips, file
selection box.
(x_report_frame_params): Don't report `outer-window-id'
if widget not present.
(x_set_font): Don't call face-set-after-frame-default
if faces haven't been initialized.
(Fx_create_frame): Call face-set-after-frame-default after
faces have been initialized, and widget has been created.
(x_set_scroll_bar_foreground): New.
(x_set_scroll_bar_background): New.
(x_default_scroll_bar_color_parameter): New.
(Fx_create_frame): Call it.
(Fx_create_frame): Initialize scroll bar pixel color
values in x_output structure.
(Qscroll_bar_foreground, Qscroll_bar_background): New.
(syms_of_xfns): Initialize these symbols.
(x_frame_parms): Add entries for scroll bar colors.
(Fx_create_frame): Try 12pt Courier font first.
(Fx_create_frame): Add toolbar height to frame height.
(x_frame_parms): Add `toolbar-lines'.
(x_set_toolbar_lines): New.
(x_set_internal_border_width): Correct call to
widget_store_internal_border_width.
(x_destroy_bitmap): Use xfree instead of free.  Return
void.
(init_x_parm_symbols): Return void.
(x_report_frame_params): Ditto.
(x_set_border_pixel): Ditto.
(syms_of_xfns): Ditto.
(x_destroy_all_bitmaps): Use xfree instead of free.
(Fx_close_connection): Use xfree instead of free.
Only free fonts from filled font table entries.
(display_x_get_resource): Make it externally visible.
(x_set_font): First store real font name in frame
parameters, then call recompute_basic_faces.
(Fx_face_fixed_p): Removed.
(Fx_list_fonts): Moved to xfaces.c.

24 years agoDitto.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
Ditto.
(xmenu_show) [LESSTIF_VERSION]: Add workaround for remaining
button grab under LessTif
(HAVE_BOXES): Define if USE_X_TOOLKIT.
(HAVE_BOXES): Define if using Lucid menus.
(single_submenu): Set button_type of menu to
BUTTON_TYPE_NONE.
(single_submenu): Likewise for panes and menu items.
(set_frame_menubar): Set button_type of menu bar to none.
(xmenu_show): Likewise.
(single_submenu): Set widget values selected slot.
(xmenu_show): Likewise.
(push_menu_item): Add parameters `type' and
`selected'. Store it in menu_items.
(MENU_ITEMS_ITEM_TYPE): New.
(MENU_ITEMS_ITEM_SELECTED): New.
(MENU_ITEMS_ITEM_LENGTH): Increase by two.
(popup_get_selection): Use xmalloc/xfree instead of
malloc/free.

24 years ago(x_load_resources): Set double-click time defaults
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(x_load_resources): Set double-click time defaults
for Motif list boxes from double-click-time.
(x_load_resources): Add default resoures for file
selection dialog.
(x_load_resources): Add grey background colors as
defaults for menus, scroll bars, and dialogs.
(x_load_resources): Add font defaults for menus and
dialogs.

24 years agoDisplay-related functions implemented from scratch. Add toolkit
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
Display-related functions implemented from scratch.  Add toolkit
scroll bars, mouse-sensitive mode line, help-echo, busy-cursor.
(x_calc_absolute_position): Subtract menu bar height
for YNegative, if using X toolkit.
(XTread_socket) [USE_MOTIF] <KeyPress>: Catch events
in scroll bars.
(SET_SAVED_MENU_EVENT): Give it statement form.
(XTflash): Don't flash the toolbar window.
(XTread_socket): Workaround for LessTif popup menus
in case of ButtonPress events.
(XTread_socket): Set inhibit_busy_cursor.

24 years ago(struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann [Wed, 21 Jul 1999 21:43:52 +0000 (21:43 +0000)]
(struct x_output): Add scroll bar pixel colors, busy_cursor,
busy_window.  Remove cursor, computed_faces etc.  Add
white_relief_pixel, black_relief_pixel, white_allocated_p,
black_allocated_p, relief_background.
(struct x_display_info): Add gray pixmap, scroll_bar_pixel,
Xatom_Scrollbar, DONE, PAGE, image cache, resx, rey, smallest_char_width,
smallest_font_height.
(scroll_bar): Add x_widget_low and x_widget_high.
(FRAME_X_IMAGE_CACHE): New.
(FRAME_SMALLEST_CHAR_WIDTH): New.
(FRAME_SMALLEST_FONT_HEIGHT): New.
(struct relief): New.
(VERTICAL_SCROLL_BAR_PIXEL_HEIGHT): Removed.
(text_cursor_kinds): New.
(FRAME_FLAGS_BITMAP_HEIGHT): New.
(FRAME_FLAGS_BITMAP_WIDTH): New.
(FRAME_X_FLAGS_AREA_COLS): New.
(FRAME_MODE_LINE_BORDER_WIDTH): Removed.
(FRAME_MODE_LINE_HEIGHT): Removed.
(CHAR_TO_PIXEL_WIDTH): Rrwritten.
(PIXEL_TO_CHAR_WIDTH): Ditto.
(WINDOW_COL_PIXEL_X etc.) Removed.

24 years ago(enriched-translations): Add `display' and "x-display".
Gerd Moellmann [Wed, 21 Jul 1999 21:43:03 +0000 (21:43 +0000)]
(enriched-translations): Add `display' and "x-display".
(enriched-handle-display-prop): New.
(enriched-decode-display-prop): New.

24 years ago(cl-make-hash-table): Renamed from make-hash-table.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:03 +0000 (21:43 +0000)]
(cl-make-hash-table): Renamed from make-hash-table.
(cl-hash-table-p): Renamed from hash-table-p.
(cl-hash-table-count): Renamed from hash-table-count.
(maphash): Alias to cl-maphash removed.
(gethash): Likewise.
(puthash): Likewise.
(remhash): Likewise.
(clrhash): Likewise.

24 years ago(easy-menu-do-add-item): Support for new seperator types.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:03 +0000 (21:43 +0000)]
(easy-menu-do-add-item): Support for new seperator types.

24 years ago(defface): Extend documentation to include new
Gerd Moellmann [Wed, 21 Jul 1999 21:43:03 +0000 (21:43 +0000)]
(defface): Extend documentation to include new
face attributes.
(defface): Add new face attributes to function comment.

24 years ago(make-mode-line-mouse-sensitive): Add key
Gerd Moellmann [Wed, 21 Jul 1999 21:43:03 +0000 (21:43 +0000)]
(make-mode-line-mouse-sensitive): Add key
definitions for `top-line'.
(mode-line-format): Replace `mode-name' with
`(:eval mode-line-mode-name)'.
(mode-line-mode-name): New.
(make-mode-line-mouse-sensitive): Don't change default value
of `mode-name'.
(make-mode-line-mouse-sensitive): Use down-mouse-3
instead of mouse-3 to pop up menus.
(make-mode-line-mouse-sensitive): Pop mouse buffer menu over
buffer name.
(mode-line-buffer-menu-1): Removed.
(mode-line-buffer-identification-keymap): New.
(mode-line-buffer-menu-keymap): New.
(mode-line-mode-menu-keymap): New.
(mode-line-unbury-buffer): New.
(mode-line-other-buffer): New.
(mode-line-buffer-menu-1): New.
(mode-line-mode-menu-1): New.
(make-mode-line-mouse-sensitive): New.

24 years agoDitto.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:03 +0000 (21:43 +0000)]
Ditto.
(custom-face-attributes): Add overline, strike-through, box.
(custom-face-attributes): Use `choice' everywhere so that "*"
can be entered.
(custom-face-attributes): Don't use `#''.
(custom-face-attributes): Accept color name.
(custom-facep): Always define as alias for facep.
(custom-face-attributes): Use choice widgets. Remove
:bold and :italic.
(custom-face-attributes): Add :bold and :italic
for compatibility with old code.
(custom-face-attributes): Use new face attributes.
(custom-declare-face): Don't make frame-local faces.
(global): Face relief added.

24 years ago(top-level): Give `display' property `format-list-atomic-p.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:03 +0000 (21:43 +0000)]
(top-level): Give `display' property `format-list-atomic-p.
(format-annotate-single-property-change): Test that property.
If present, treat list property values like atoms.

24 years ago(after-setting-font-hooks): New; from Eric Banchrow
Gerd Moellmann [Wed, 21 Jul 1999 21:43:03 +0000 (21:43 +0000)]
(after-setting-font-hooks): New; from Eric Banchrow
<offby1@blarg.net>.
(set-frame-font): Run the hooks.
(frame-initialize): Use tty-create-frame-with-faces.
(show-trailing-whitespace): New.
(blink-cursor-mode): Function to toggle blinking cursor
mode.  The cursor of selected_window blinks if the mode is enabled.

24 years ago(scroll-bar-timer): New.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:03 +0000 (21:43 +0000)]
(scroll-bar-timer): New.
(scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
(scroll-bar-toolkit-scroll): Handle `top' and `bottom'.
(scroll-bar-toolkit-scroll): New.
(global): Use different key bindings if using toolkit scroll bars.

24 years ago(command-line-1): Activate tooltip mode if interactive.
Gerd Moellmann [Wed, 21 Jul 1999 21:43:03 +0000 (21:43 +0000)]
(command-line-1): Activate tooltip mode if interactive.
(command-line-1): Call make-mode-line-mouse-sensitive.
(command-line): Register default tty colors.

24 years ago* Add configure option to enable dmalloc library.
Paul D. Smith [Wed, 21 Jul 1999 05:53:29 +0000 (05:53 +0000)]
* Add configure option to enable dmalloc library.
* Various code cleanups.

24 years ago(widget-use-overlay-change): Uncustomize and make it unconditionally t.
Dave Love [Tue, 20 Jul 1999 22:53:17 +0000 (22:53 +0000)]
(widget-use-overlay-change): Uncustomize and make it unconditionally t.

24 years ago* Fix memory leaks, fd leaks, and some long-standing bugs recognizing when
Paul D. Smith [Tue, 20 Jul 1999 22:34:43 +0000 (22:34 +0000)]
* Fix memory leaks, fd leaks, and some long-standing bugs recognizing when
  targets need to have their modtimes rechecked (-n, etc.)

24 years ago(c++-font-lock-extra-types): Add "type_info".
Karl Heuer [Tue, 20 Jul 1999 22:14:00 +0000 (22:14 +0000)]
(c++-font-lock-extra-types): Add "type_info".

24 years ago(syms_of_buffer): Make default-enable-multibyte-characters a user variable.
Dave Love [Tue, 20 Jul 1999 16:42:19 +0000 (16:42 +0000)]
(syms_of_buffer): Make default-enable-multibyte-characters a user variable.

24 years ago(describe-variable): Fix test for customizability.
Dave Love [Tue, 20 Jul 1999 16:38:23 +0000 (16:38 +0000)]
(describe-variable): Fix test for customizability.

24 years ago(append-to-buffer, prepend-to-buffer, copy-to-buffer): Check for
Dave Love [Tue, 20 Jul 1999 16:09:54 +0000 (16:09 +0000)]
(append-to-buffer, prepend-to-buffer, copy-to-buffer): Check for
readonly buffer in interactive spec.
(zap-to-char, kill-line, kill-region, comment-region, kill-word)
(backward-kill-word): Add * to interactive spec.

24 years ago(canonically-space-region, justify-current-line): Add * to interactive
Dave Love [Tue, 20 Jul 1999 16:02:27 +0000 (16:02 +0000)]
(canonically-space-region, justify-current-line): Add * to interactive
spec.
(fill-region-as-paragraph, fill-paragraph, fill-region)
(fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
readonly buffer in interactive spec.

24 years ago(kill-paragraph, backward-kill-paragraph, kill-sentence)
Dave Love [Tue, 20 Jul 1999 15:56:11 +0000 (15:56 +0000)]
(kill-paragraph, backward-kill-paragraph, kill-sentence)
(backward-kill-sentence): Add * to interactive spec.

24 years ago(underline-region, ununderline-region): Add * to interactive spec.
Dave Love [Tue, 20 Jul 1999 15:53:45 +0000 (15:53 +0000)]
(underline-region, ununderline-region): Add * to interactive spec.

24 years ago(c++-keywords): Add "typeid".
Karl Heuer [Tue, 20 Jul 1999 04:39:17 +0000 (04:39 +0000)]
(c++-keywords): Add "typeid".

24 years ago(comint-arguments): Handle \ followed by space or tab.
Karl Heuer [Tue, 20 Jul 1999 04:17:05 +0000 (04:17 +0000)]
(comint-arguments): Handle \ followed by space or tab.

24 years ago(shell-unquote-argument): New function.
Karl Heuer [Tue, 20 Jul 1999 04:16:51 +0000 (04:16 +0000)]
(shell-unquote-argument): New function.
(shell-directory-tracker): Use shell-unquote-argument.

24 years ago(ansi-term-fg-faces-vector): Added support for ANSI
Karl Heuer [Tue, 20 Jul 1999 01:46:01 +0000 (01:46 +0000)]
(ansi-term-fg-faces-vector): Added support for ANSI
color codes 39 and 49, which by the way lynx uses them seem to
mean "foreground reset" and "background reset".

24 years ago(dired-do-shell-command): Doc fix.
Karl Heuer [Tue, 20 Jul 1999 01:24:47 +0000 (01:24 +0000)]
(dired-do-shell-command): Doc fix.

24 years ago(mouse-set-font): If user uses w32 dialog but
Karl Heuer [Tue, 20 Jul 1999 00:49:54 +0000 (00:49 +0000)]
(mouse-set-font): If user uses w32 dialog but
selects no font, treat that as zero selections, not one.

24 years ago(Info-search): Don't lose with empty regexp.
Dave Love [Mon, 19 Jul 1999 22:21:44 +0000 (22:21 +0000)]
(Info-search): Don't lose with empty regexp.

24 years agoCopyright update.
Dave Love [Mon, 19 Jul 1999 22:17:17 +0000 (22:17 +0000)]
Copyright update.

24 years agoInitial revision
Dave Love [Mon, 19 Jul 1999 22:03:26 +0000 (22:03 +0000)]
Initial revision

24 years ago(mouse-major-mode-menu): Default to menu-bar-edit-menu
Dave Love [Mon, 19 Jul 1999 21:49:13 +0000 (21:49 +0000)]
(mouse-major-mode-menu): Default to menu-bar-edit-menu
for modes which don't define menus.

24 years agoUpdate for Autorevert, Follow.
Dave Love [Mon, 19 Jul 1999 21:46:22 +0000 (21:46 +0000)]
Update for Autorevert, Follow.

24 years agoGrok sparc64-*-linux-gnu*.
Dave Love [Mon, 19 Jul 1999 15:30:06 +0000 (15:30 +0000)]
Grok sparc64-*-linux-gnu*.

24 years ago(tcl-typeword-list): Added `variable'.
Tom Tromey [Mon, 19 Jul 1999 00:36:55 +0000 (00:36 +0000)]
(tcl-typeword-list): Added `variable'.

24 years ago(tcl-keyword-list): Added method, body, configbody, class
Tom Tromey [Mon, 19 Jul 1999 00:35:36 +0000 (00:35 +0000)]
(tcl-keyword-list): Added method, body, configbody, class

24 years ago(tcl-mode): Set font-lock-defaults, not font-lock-keywords.
Tom Tromey [Sun, 18 Jul 1999 18:40:27 +0000 (18:40 +0000)]
(tcl-mode): Set font-lock-defaults, not font-lock-keywords.

24 years ago(tcl-proc-list): Reverted; already had `body'.
Tom Tromey [Sun, 18 Jul 1999 05:21:33 +0000 (05:21 +0000)]
(tcl-proc-list): Reverted; already had `body'.

24 years ago(tcl-proc-list): Added `body'.
Tom Tromey [Sun, 18 Jul 1999 05:19:57 +0000 (05:19 +0000)]
(tcl-proc-list): Added `body'.

24 years ago*** empty log message ***
Karl Heuer [Sat, 17 Jul 1999 02:23:12 +0000 (02:23 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Richard M. Stallman [Sat, 17 Jul 1999 02:15:13 +0000 (02:15 +0000)]
*** empty log message ***

24 years ago(webjump-sample-sites): Update some URLs.
Karl Heuer [Sat, 17 Jul 1999 00:49:00 +0000 (00:49 +0000)]
(webjump-sample-sites): Update some URLs.

24 years ago(lock_file): Do nothing if purifying.
Richard M. Stallman [Wed, 14 Jul 1999 16:00:57 +0000 (16:00 +0000)]
(lock_file): Do nothing if purifying.

24 years ago(compare-windows): Try to find the next window in
Andreas Schwab [Wed, 14 Jul 1999 08:16:49 +0000 (08:16 +0000)]
(compare-windows): Try to find the next window in
the current frame before looking at the other frames.

24 years ago(cyrillic-jcuken): Use X11 keyboard layout.
Richard M. Stallman [Tue, 13 Jul 1999 19:08:57 +0000 (19:08 +0000)]
(cyrillic-jcuken): Use X11 keyboard layout.

24 years ago("Cyrillic-KOI8", "Cyrillic-ALT"): Use cyrillic-jcuken as default input method.
Richard M. Stallman [Tue, 13 Jul 1999 19:03:04 +0000 (19:03 +0000)]
("Cyrillic-KOI8", "Cyrillic-ALT"): Use cyrillic-jcuken as default input method.

24 years agoComment fix.
Karl Heuer [Tue, 13 Jul 1999 03:39:33 +0000 (03:39 +0000)]
Comment fix.

24 years ago(pascal-beg-of-defun): More intuitive behavior when having nested functons.
Richard M. Stallman [Mon, 12 Jul 1999 16:14:13 +0000 (16:14 +0000)]
(pascal-beg-of-defun): More intuitive behavior when having nested functons.
(pascal-indent-nested-functions) (pascal-indent-line)
(pascal-calculate-indent) (pascal-get-lineup-indent): Support for
indenting nested functions.

24 years ago(flyspell-get-word): Add special handling for when ispell-otherchars is empty.
Richard M. Stallman [Mon, 12 Jul 1999 16:01:16 +0000 (16:01 +0000)]
(flyspell-get-word): Add special handling for when ispell-otherchars is empty.

24 years ago(ispell-dictionary-alist-6): Change charset for Russian.
Richard M. Stallman [Mon, 12 Jul 1999 16:00:42 +0000 (16:00 +0000)]
(ispell-dictionary-alist-6): Change charset for Russian.
(ispell-local-dictionary-alist): Add koi8-r for character set.

24 years ago(x_display_bar_cursor): Use the cursor-color
Richard M. Stallman [Sat, 10 Jul 1999 20:45:46 +0000 (20:45 +0000)]
(x_display_bar_cursor): Use the cursor-color
to display the bar, not the cursor foreground pixel.

24 years ago(add-log-current-defun): Remove trailing -=' in C modes.
Richard M. Stallman [Fri, 9 Jul 1999 18:37:55 +0000 (18:37 +0000)]
(add-log-current-defun): Remove trailing -=' in C modes.

24 years ago(hscroll-minibuffer-hook): New function.
Richard M. Stallman [Fri, 9 Jul 1999 18:00:24 +0000 (18:00 +0000)]
(hscroll-minibuffer-hook): New function.
(hscroll-global-mode): Add and remove that hook.
Set hscroll-old-truncate-was-global's default value.

24 years ago(w32_use_full_screen_buffer): New variable.
Andrew Innes [Fri, 9 Jul 1999 13:38:11 +0000 (13:38 +0000)]
(w32_use_full_screen_buffer): New variable.
(syms_of_ntterm): Register it.
(initialize_w32_display): Set initial frame size accordingly,
respecting the LINES and COLUMNS environment variables if set.

24 years ago(w32_console_read_socket): Use new variable w32_use_full_screen_buffer.
Andrew Innes [Fri, 9 Jul 1999 13:36:55 +0000 (13:36 +0000)]
(w32_console_read_socket): Use new variable w32_use_full_screen_buffer.

24 years ago(term-emulate-terminal): Avoid infinite loop
Richard M. Stallman [Fri, 9 Jul 1999 02:32:02 +0000 (02:32 +0000)]
(term-emulate-terminal): Avoid infinite loop
in strange case where minibuffer window is selected but not active.

24 years ago(easy-mmode-define-keymap): Doc fix.
Richard M. Stallman [Fri, 9 Jul 1999 01:59:03 +0000 (01:59 +0000)]
(easy-mmode-define-keymap): Doc fix.

24 years ago*** empty log message ***
Karl Heuer [Wed, 7 Jul 1999 23:14:06 +0000 (23:14 +0000)]
*** empty log message ***

24 years ago(create_process): If the output goes to a unibyte
Richard M. Stallman [Wed, 7 Jul 1999 22:50:13 +0000 (22:50 +0000)]
(create_process): If the output goes to a unibyte
buffer, suppress character code conversion.p

24 years ago(Finsert_file_contents): If reading into a unibyte
Richard M. Stallman [Wed, 7 Jul 1999 22:49:31 +0000 (22:49 +0000)]
(Finsert_file_contents): If reading into a unibyte
buffer, suppress character code conversion.

24 years ago(Fcall_process): Decide coding system for decoding
Richard M. Stallman [Wed, 7 Jul 1999 22:48:37 +0000 (22:48 +0000)]
(Fcall_process): Decide coding system for decoding
after we set to the target buffer.  If the output goes to a
unibyte buffer, suppress character code conversion.

(Fcall_process): Don't use initializer on coding_systems.
(Fcall_process_region): Likewise.

24 years agoinferior-octave-directory-tracker: Change regexp so that it doesn't
Stephen Eglen [Wed, 7 Jul 1999 20:49:12 +0000 (20:49 +0000)]
inferior-octave-directory-tracker: Change regexp so that it doesn't
think functions beginning with `cd' are directory-changing commands.