aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2000-03-011-0/+4
|
* (start_busy_cursor): Allow floats for busy-cursor-delay.Gerd Moellmann2000-03-011-3/+11
|
* (start_atimer): Don't abort when timers are stopped.Gerd Moellmann2000-02-292-28/+49
| | | | | | (append_atimer_lists): New function. (cancel_atimer, stop_other_atimers, run_all_atimers): Handle arbitrary lists of stopped and running atimers.
* *** empty log message ***Gerd Moellmann2000-02-291-0/+11
|
* (cancel_atimer): Handle canceling an atimer whenGerd Moellmann2000-02-291-18/+27
| | | | some timers are stopped.
* (cancel_busy_cursor): Set busy_cursor_atimer to nullGerd Moellmann2000-02-291-1/+5
| | | | after canceling it.
* (maybe_resize_hash_table): Handle case of new sizeGerd Moellmann2000-02-291-0/+1
| | | | coming out as being the same as old size.
* *** empty log message ***Jason Rumney2000-02-271-0/+26
|
* (handle_single_display_prop): Use FONT_HEIGHT macro.Jason Rumney2000-02-271-3/+3
| | | | (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM.
* (single_submenu): Set up help string.Jason Rumney2000-02-271-3/+15
| | | | | [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip. (w32_dialog_show): Set up help string.
* (struct W32FontStruct): Revert last change after change to xdisp.c.Jason Rumney2000-02-271-2/+0
|
* (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN, WM_LBUTTON_UP,Jason Rumney2000-02-271-3/+3
| | | | WM_RBUTTON_UP]: Do not treat 4 or more button mice as 2 button mice.
* (tty_defined_color): Apply xfaces.c change from 02-17.Jason Rumney2000-02-271-2/+6
|
* Only disable window system features for dispextern.hJason Rumney2000-02-271-4/+8
| | | | (initialize_w32_display): Build a display info for the console.
* Add atimer.h to dependencies.Jason Rumney2000-02-271-3/+6
|
* (init_environment): Set Vw32_num_mouse_buttons here.Jason Rumney2000-02-271-0/+6
|
* (w32_display_info_for_display): Remove unused function.Jason Rumney2000-02-271-70/+77
| | | | | | | | | | (w32_draw_bitmap): Use pre-built bitmaps. (w32_initialize_display_info): New function to initialize parts of display info that are common to both GUI and console frames. (w32_term_init): Use w32_initialize_display_info. Do not set Vw32_num_mouse_buttons here, as it is not called for console frames. Build bitmaps for indicating truncated lines etc. (x_delete_display): Destroy pre-built bitmaps.
* Add a bunch of prototypes.Dave Love2000-02-272-3/+21
|
* Remove definition of CONST.Dave Love2000-02-271-6/+0
|
* (read_char): Set `usec' correctly.Kenichi Handa2000-02-261-1/+1
|
* *** empty log message ***Kenichi Handa2000-02-261-0/+4
|
* (ccl_driver) [CCL_MapMultiple]: When the mapped value isKenichi Handa2000-02-261-2/+3
| | | | | | `lambda', set reg[RRR] to the map index. (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set reg[RRR] to 0. Otherwise, set it to -1.
* *** empty log message ***Kenichi Handa2000-02-261-0/+7
|
* (main): Remove code snipped commented out with `//'.Gerd Moellmann2000-02-252-1/+4
|
* *** empty log message ***Gerd Moellmann2000-02-251-0/+12
|
* (Ffile_symlink_p): If result starts with a `/'Gerd Moellmann2000-02-251-0/+2
| | | | and contains a `:', prepend `/:'.
* (select_window_1): If selected_window is nil,Gerd Moellmann2000-02-251-9/+28
| | | | | | | | don't "swap out" the buffer's point. (Fset_window_configuration): Set selected_window to nil before calling Fselect_window. (unshow_buffer): Don't set point in buffer from window's point if another more recently selected window also shows the buffer.
* *** empty log message ***Gerd Moellmann2000-02-251-0/+2
|
* (recursive_edit_1): Cancel busy-cursor.Gerd Moellmann2000-02-251-0/+8
|
* *** empty log message ***Gerd Moellmann2000-02-251-0/+30
|
* (inhibit_busy_cursor, busy_count): Removed.Gerd Moellmann2000-02-251-69/+114
| | | | | | | | | | (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed. (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay): New variables. (DEFAULT_BUSY_CURSOR_DELAY): New define. (start_busy_cursor, cancel_busy_cursor, show_busy_cursor) (hide_busy_cursor): New functions. (syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay.
* (read_minibuf): Cancel busy-cursor.Gerd Moellmann2000-02-251-0/+4
|
* (command_loop_1): Call start_busy_cursor beforeGerd Moellmann2000-02-251-17/+26
| | | | | | | Fcommand_execute and cancel_busy_cursor after it. (timer_check): Remove busy-cursor code. (Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy cursor timer.
* (wait_reading_process_input): Remove busy-cursor code.Gerd Moellmann2000-02-251-11/+0
|
* (Fsignal): Call cancel_busy_cursor instead ofGerd Moellmann2000-02-251-1/+1
| | | | Fx_hide_busy_cursor.
* (Fx_show_busy_cursor, Fx_hide_busy_cursor):Gerd Moellmann2000-02-251-3/+2
| | | | | Remove prototyoes. (start_busy_cursor, cancel_busy_cursor): Add prototypes.
* (Fx_hide_busy_cursor): Remove prototype.Gerd Moellmann2000-02-251-1/+0
|
* (XTread_socket): Remove busy-cursor code.Gerd Moellmann2000-02-251-23/+0
|
* *** empty log message ***Gerd Moellmann2000-02-251-0/+7
|
* (flush_stdout) [GLYPH_DEBUG]: New function.Gerd Moellmann2000-02-251-17/+114
| | | | | | | | (build_frame_matrix_from_leaf_window): Put code handling glyph row's not being a slice of a frame row in #if 0. (sync_window_with_frame_matrix_rows): New function. (frame_row_to_window): New function. (mirror_line_dance): Handle copies between windows.
* (Fload): Use `xfree' instead of `free'.Gerd Moellmann2000-02-252-3/+6
| | | | (init_obarray): Use `xmalloc' instead of `malloc'.
* (coordinates_in_window): Take frame's internal border widthGerd Moellmann2000-02-252-2/+6
| | | | into account.
* (Fset_window_buffer): Set WINDOW to the windowGerd Moellmann2000-02-252-0/+6
| | | | after decoding.
* *** empty log message ***Gerd Moellmann2000-02-241-1/+10
|
* (x_display_and_set_cursor): Display cursor ofGerd Moellmann2000-02-241-1/+3
| | | | | non-selected windows depending on the setting of cursor_in_non_selected_windows.
* (cursor_in_non_selected_windows): New variable.Gerd Moellmann2000-02-241-0/+11
| | | | (syms_of_xdisp): DEFVAR_BOOL it.
* *** empty log message ***Gerd Moellmann2000-02-231-0/+3
|
* (Fstring_to_number): If number is greater than whatGerd Moellmann2000-02-231-14/+23
| | | | fits into an integer, return a float.
* *** empty log message ***Gerd Moellmann2000-02-231-0/+11
|
* (specbind): Remove references toGerd Moellmann2000-02-231-2/+0
| | | | keyword_symbols_constant_flag.