aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Terminate comment.Dave Love2000-03-021-0/+1
* Don't set C_OPTIMIZE_SWITCH for gcc.Dave Love2000-03-024-5/+0
* Don't set C_OPTIMIZE_SWITCH.Dave Love2000-03-022-14/+0
* (coding_save_composition): Be sure to allocateKenichi Handa2000-03-021-2/+4
* *** empty log message ***Kenichi Handa2000-03-021-0/+6
* Bring up to date with xterm.c changes of 2000-02-24 and 2000-02-25.Jason Rumney2000-03-012-10/+22
* Bring up to date with xfns.c changes from 2000-02-25 and 2000-02-21.Jason Rumney2000-03-011-75/+125
* [WINDOWSNT]: Use sys_read and sys_write to ensure correct line-endingJason Rumney2000-03-011-2/+2
* [HAVE_BOXES]: Remove #undef.Jason Rumney2000-03-011-134/+39
* *** empty log message ***Gerd Moellmann2000-03-011-1/+13
* [__NetBSD__]: Define `unix'.Gerd Moellmann2000-03-011-1/+5
* (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define.Gerd Moellmann2000-03-011-1/+3
* (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]: Don't define.Gerd Moellmann2000-03-011-2/+3
* (start_of_text): Don't define this function for NetBSDGerd Moellmann2000-03-011-0/+2
* *** 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
* *** empty log message ***Gerd Moellmann2000-02-291-0/+11
* (cancel_atimer): Handle canceling an atimer whenGerd Moellmann2000-02-291-18/+27
* (cancel_busy_cursor): Set busy_cursor_atimer to nullGerd Moellmann2000-02-291-1/+5
* (maybe_resize_hash_table): Handle case of new sizeGerd Moellmann2000-02-291-0/+1
* *** empty log message ***Jason Rumney2000-02-271-0/+26
* (handle_single_display_prop): Use FONT_HEIGHT macro.Jason Rumney2000-02-271-3/+3
* (single_submenu): Set up help string.Jason Rumney2000-02-271-3/+15
* (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
* (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
* 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
* 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
* *** 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
* (select_window_1): If selected_window is nil,Gerd Moellmann2000-02-251-9/+28
* *** 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
* (read_minibuf): Cancel busy-cursor.Gerd Moellmann2000-02-251-0/+4
* (command_loop_1): Call start_busy_cursor beforeGerd Moellmann2000-02-251-17/+26
* (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_show_busy_cursor, Fx_hide_busy_cursor):Gerd Moellmann2000-02-251-3/+2