Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (unexec): Add conditional for SOLARIS_POWERPC. | Richard M. Stallman | 1996-04-25 | 1 | -0/+37 |
| | |||||
* | (syms_of_fileio): Doc fix. | Richard M. Stallman | 1996-04-25 | 1 | -2/+4 |
| | |||||
* | (Fx_list_fonts) [BROKEN_XLISTFONTSWITHINFO]: | Richard M. Stallman | 1996-04-25 | 1 | -0/+6 |
| | | | | Free the font, and the fontinfo too if we don't want it. | ||||
* | (x_connection_signal): Call sigunblock properly. | Richard M. Stallman | 1996-04-24 | 1 | -1/+1 |
| | |||||
* | (dispnew.o): Depend on blockinput.h. | Richard M. Stallman | 1996-04-23 | 1 | -1/+1 |
| | |||||
* | Include blockinput.h. | Richard M. Stallman | 1996-04-23 | 1 | -0/+5 |
| | | | | (change_frame_size_1): Block input around the real work. | ||||
* | (wait_reading_process_input, both definitions): | Richard M. Stallman | 1996-04-23 | 1 | -8/+36 |
| | | | | | If wait_for_cell, don't call timer_check, and use detect_input_pending instead of detect_input_pending_run_timers. | ||||
* | (Fframe_parameters, both definitions): | Richard M. Stallman | 1996-04-23 | 1 | -4/+10 |
| | | | | Get sizes from FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH if they are nonzero. | ||||
* | (compute_motion): Pass window to Fget_char_property. | Richard M. Stallman | 1996-04-21 | 1 | -2/+3 |
| | |||||
* | (read_key_sequence): Fix confusion between key and new_key. | Richard M. Stallman | 1996-04-19 | 1 | -1/+1 |
| | |||||
* | (syms_of_keyboard): Doc fix. | Richard M. Stallman | 1996-04-18 | 1 | -1/+2 |
| | |||||
* | (EmacsFrameRealize): Use STANDARD_EVENT_SET. | Richard M. Stallman | 1996-04-18 | 1 | -7/+2 |
| | |||||
* | (STANDARD_EVENT_SET): Remove PointerNotifyHintMask. | Richard M. Stallman | 1996-04-18 | 1 | -19/+2 |
| | | | | (CHECK_X_FRAME): Macro deleted. | ||||
* | (note_mouse_movement): Don't call XQueryPointer. | Richard M. Stallman | 1996-04-18 | 1 | -62/+12 |
| | | | | | | (x_scroll_bar_note_movement): Don't call XQueryPointer. (x_new_font): Intern FONT just once for finding full name. | ||||
* | (decode_mode_spec): Use frame F, not selected frame. | Richard M. Stallman | 1996-04-16 | 1 | -4/+4 |
| | | | | On termcap frames, implicit names are ok. | ||||
* | (decode_mode_spec): For %F, use explicit name or `Emacs'. | Richard M. Stallman | 1996-04-16 | 1 | -3/+3 |
| | |||||
* | (w32_read_socket): Initialize frame_or_window field. | Richard M. Stallman | 1996-04-16 | 1 | -2/+2 |
| | | | | | (x_make_frame_visible): Don't call SetForegroundWindow after x_set_offset. (win32_initialize): Call AttachThreadInput at the end. | ||||
* | (defined_color): Map color to nearest in default palette. | Richard M. Stallman | 1996-04-16 | 1 | -2/+8 |
| | | | | (win32_wnd_proc): Special handling for WM_CLOSE. | ||||
* | (check_timer): Removed; use gettime instead. | Richard M. Stallman | 1996-04-16 | 1 | -29/+12 |
| | | | | | | (sys_select): Call __dpmi_yield while waiting for input to improve multitasking behaviour. Do not check timer when no timeout. | ||||
* | (syms_of_buffer): Doc fix. | Richard M. Stallman | 1996-04-16 | 1 | -0/+1 |
| | |||||
* | (wait_reading_process_input) [!subprocesses]: | Richard M. Stallman | 1996-04-15 | 1 | -13/+8 |
| | | | | Get rid of the loop around the detect_input_pending call. | ||||
* | (x_set_frame_parameters): Get height and width from | Richard M. Stallman | 1996-04-15 | 1 | -2/+12 |
| | | | | FRAME_NEW_WIDTH and FRAME_NEW_HEIGHT if nonzero. | ||||
* | (wait_reading_process_input) [!subprocesses]: Handle | Richard M. Stallman | 1996-04-14 | 1 | -25/+57 |
| | | | | | | | | | the case of READ_KBD being a cons cell. Retry the timer check after a timer fired. (All of these make this definition consistent with the one that supports async subprocesses.) (wait_reading_process_input, both definitions): Use plain detect_input_pending just before the select call. | ||||
* | (Fcompare_buffer_substrings): Fix dumb bug handling buffer name as second arg. | Richard M. Stallman | 1996-04-13 | 1 | -1/+1 |
| | |||||
* | (main) [MSDOS]: Always call tzset, not init__gettimeofday. | Richard M. Stallman | 1996-04-12 | 1 | -7/+1 |
| | |||||
* | (MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs. | Richard M. Stallman | 1996-04-12 | 1 | -2/+5 |
| | |||||
* | (Fformat_time_string): Doc fix. | Richard M. Stallman | 1996-04-12 | 1 | -2/+2 |
| | |||||
* | Comment change. | Richard M. Stallman | 1996-04-12 | 1 | -1/+1 |
| | |||||
* | (make_frame_without_minibuffer): Don't change the | Richard M. Stallman | 1996-04-12 | 1 | -5/+9 |
| | | | | mini_window's buffer if it already displays a minibuffer. | ||||
* | Remove `|| defined (LINUX)' from #if condition. | Richard M. Stallman | 1996-04-12 | 1 | -1/+1 |
| | |||||
* | Include signal.h. | Richard M. Stallman | 1996-04-12 | 1 | -0/+84 |
| | | | | | | | (__write) [DJGPP == 2.0]: New function, avoids calling `malloc' while writing to a text file, so that buffer text being written won't be relocated. (abort) [DJGPP > 1]: Generate traceback, to identify the abort cause. | ||||
* | (wait_reading_process_input, both definitions): | Richard M. Stallman | 1996-04-12 | 1 | -29/+25 |
| | | | | Don't call detect_input_pending; use detect_input_pending_run_timers. | ||||
* | (read_char): Use detect_input_pending_run_timers | Richard M. Stallman | 1996-04-12 | 1 | -10/+25 |
| | | | | | | | before redisplay, not detect_input_pending. (readable_events): Don't touch timers at all if DO_TIMERS_NOW is 0. (timer_check): Always run timers directly. Bind inhibit-quit to t here. | ||||
* | (standard_args): Synchronize with startup.el. | Richard M. Stallman | 1996-04-11 | 1 | -0/+3 |
| | |||||
* | (sys_subshell): Add conditionals for DJGPP v2. | Richard M. Stallman | 1996-04-11 | 1 | -0/+9 |
| | |||||
* | Define HAVE_WAIT_HEADER. | Richard M. Stallman | 1996-04-11 | 1 | -0/+1 |
| | |||||
* | (redisplay_window): Move w->start marker before | Richard M. Stallman | 1996-04-11 | 1 | -0/+1 |
| | | | | running window-scroll-functions (in scroll_step case). | ||||
* | (BLACK_PIX_DEFAULT, WHITE_PIX_DEFAULT): Use PALETTERGB instead of RGB. | Geoff Voelker | 1996-04-11 | 1 | -2/+2 |
| | |||||
* | (win32_color_map): Use PALETTERGB instead of RGB. | Geoff Voelker | 1996-04-11 | 1 | -240/+240 |
| | |||||
* | (calculate_ins_del_char_costs): Use proper frame's width. | Richard M. Stallman | 1996-04-10 | 1 | -1/+1 |
| | |||||
* | (Fx_list_fonts): Handle X protocol errors. | Richard M. Stallman | 1996-04-10 | 1 | -2/+18 |
| | |||||
* | [DJGPP v2]: Include fcntl.h. | Richard M. Stallman | 1996-04-10 | 1 | -0/+18 |
| | | | | (copy_text_and_data) [DJGPP v2]: Call __djgpp_exception_toggle. | ||||
* | [MSDOS]: If DJGPP version 2, include fcntl.h. | Richard M. Stallman | 1996-04-10 | 1 | -5/+72 |
| | | | | | | | | | | | | | (_crt0_startup_flags): Initialize it. (internal_terminal_init): Change handling of EMACSCOLORS. (init_environment): Call tzset, not init_gettimeofday. (ctrl_break_vector, ctrl_break_regs): Don't define if DJGPP v2. (ctrl_break_func, install_ctrl_break_check): Don't define if DJGPP v2. (dos_ttraw) [DJGPP v2]: Don't call install_ctrl_break_check. Call setmode at the end and exit. (dos_ttcooked): Call setmode at the end and exit. (gethostname, gettimeofday): Don't define if DJGPP v2. (alarm, fork, kill, nicr, pause, sigsetask): Don't define if DJGPP v2. | ||||
* | [MSDOS]: If DJGPP version 2, include fcntl.h and string.h. | Richard M. Stallman | 1996-04-10 | 1 | -0/+4 |
| | |||||
* | [MSDOS]: If DJGPP version 2, include unistd.h. | Richard M. Stallman | 1996-04-10 | 1 | -4/+7 |
| | | | | Include msdos.h somewhat earlier. | ||||
* | [DJGPP v2] (etext, start): Declared. | Richard M. Stallman | 1996-04-10 | 1 | -0/+10 |
| | | | | (wait_for_termination) [DJGPP v2]: Just exit. | ||||
* | (DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS) | Richard M. Stallman | 1996-04-10 | 1 | -5/+30 |
| | | | | | | (POSIX_SIGNALS): Define if DJGPP v2. (LIBS_SYSTEM, chdir, NO_MODE_T, TEXT_START, NO_MATHERR) (LOCALTIME_CACHE, tzset): Don't define if DJGPP v2. | ||||
* | (read_minibuf): GCPRO ambient_dir. | Richard M. Stallman | 1996-04-10 | 1 | -4/+4 |
| | |||||
* | (main) [MSDOS]: Handle DJGPP version 2. | Richard M. Stallman | 1996-04-10 | 1 | -2/+21 |
| | |||||
* | (Fset_frame_size): Do call Fset_frame_size | Richard M. Stallman | 1996-04-09 | 1 | -1/+2 |
| | | | | if size is specified and there is a pending size change already. |