Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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. | ||||
* | (x_set_frame_parameters): 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. | ||||
* | (sit_for): Call swallow_events. | Richard M. Stallman | 1996-04-09 | 1 | -0/+2 |
| | |||||
* | Include locale.h if HAVE_SETLOCALE. | Richard M. Stallman | 1996-04-08 | 1 | -1/+3 |
| | | | | (x_term_init): Restore LC_TIME as well as LC_NUMERIC. | ||||
* | (HAVE_PTYS): #undef removed. | Miles Bader | 1996-04-08 | 1 | -4/+1 |
| | |||||
* | (garbage_collection_messages): New variable. | Richard M. Stallman | 1996-04-08 | 1 | -5/+15 |
| | | | | | (syms_of_alloc): Set up Lisp variable. (Fgarbage_collect): Variable controls whether to display messages. | ||||
* | Test HAVE_LIBNCURSES, not HAVE_NCURSES | Richard M. Stallman | 1996-04-08 | 1 | -1/+1 |
| | |||||
* | (HAVE_LIBNCURSES): Renamed from HAVE_NCURSES. | Richard M. Stallman | 1996-04-08 | 1 | -1/+1 |
| | |||||
* | (r_alloc_check): Don't check alignment of h->start. | Richard M. Stallman | 1996-04-07 | 1 | -0/+4 |
| | |||||
* | (read_minibuf): Rearrange operations, mainly putting | Richard M. Stallman | 1996-04-07 | 1 | -28/+42 |
| | | | | | the read_minibuf_unwind setup and the associated variable changes together after saving the frame configuration. | ||||
* | Include locale.h. | Richard M. Stallman | 1996-04-05 | 1 | -0/+4 |
| | |||||
* | [HAVE_NCURSES] (LIBS_TERMCAP): New definition. | Richard M. Stallman | 1996-04-05 | 1 | -0/+1 |
| | |||||
* | (x_term_init): Respecify LC_NUMERIC locale. | Richard M. Stallman | 1996-04-05 | 1 | -0/+2 |
| | |||||
* | (init_lread): Specify LC_NUMERIC locale. | Richard M. Stallman | 1996-04-05 | 1 | -0/+5 |
| | |||||
* | (HAVE_SETLOCALE): Add #undef. | Richard M. Stallman | 1996-04-05 | 1 | -0/+1 |
| | |||||
* | (x_destroy_window): Do call XCloseIM if X11R6. | Richard M. Stallman | 1996-04-05 | 1 | -3/+4 |
| | |||||
* | (wait_reading_process_input): Don't call | Richard M. Stallman | 1996-04-03 | 1 | -1/+2 |
| | | | | wait_reading_process_input_1 if time_limit is -1. | ||||
* | (main): Initialize displayname. | Richard M. Stallman | 1996-04-02 | 1 | -1/+1 |
| | |||||
* | (x_destroy_window) [SOLARIS2]: Don't free the IC or IM. | Richard M. Stallman | 1996-04-02 | 1 | -0/+4 |
| | |||||
* | (TERMINFO): Do define (if HAVE_NCURSES). | Richard M. Stallman | 1996-03-30 | 1 | -4/+0 |
| | |||||
* | (rename): New function. | Geoff Voelker | 1996-03-29 | 1 | -0/+102 |
| | |||||
* | (EmacsFrameResize): We may be called from an interrupt, | Richard M. Stallman | 1996-03-28 | 1 | -1/+1 |
| | | | | so delay the resize operation. | ||||
* | (Frename_file) [WINDOWSNT]: Remove conditional code. | Richard M. Stallman | 1996-03-28 | 1 | -10/+0 |
| | |||||
* | (last_timer_event): New variable. | Richard M. Stallman | 1996-03-28 | 1 | -0/+5 |
| | | | | (timer_check): Set that variable. | ||||
* | (make_frame_glyphs): Zero the correct number of bytes. | Richard M. Stallman | 1996-03-28 | 1 | -1/+1 |
| | |||||
* | Change uses of del to $(DEL). | Geoff Voelker | 1996-03-28 | 1 | -3/+3 |
| | |||||
* | (x_connection_closed): Don't check _Xdebug. | Richard M. Stallman | 1996-03-27 | 1 | -6/+0 |
| | |||||
* | (XTread_socket, MapNotify case): | Richard M. Stallman | 1996-03-27 | 1 | -1/+2 |
| | | | | Call record_asynch_buffer_change only if >1 frames. | ||||
* | Renamed from s/linux.h. | Richard M. Stallman | 1996-03-27 | 1 | -2/+3 |
| | | | | (SYSTEM_TYPE): Changed to "lignux". | ||||
* | (wait_reading_process_input_1): New (empty) function. | Richard M. Stallman | 1996-03-27 | 1 | -2/+22 |
| | | | | | (wait_reading_process_input): Call wait_reading_process_input_1. If timer_check runs some timers, retry it. | ||||
* | (xfns.o, xmenu.o, widget.o): Depend on ../lwlib/lwlib.h. | Richard M. Stallman | 1996-03-25 | 1 | -3/+4 |
| | |||||
* | (Fcall_process, child_setup): If BSD_PGRPS, call | Richard M. Stallman | 1996-03-24 | 1 | -2/+2 |
| | | | | setpgrp the BSD way even on USG. | ||||
* | (setpgrp): New macro. | Richard M. Stallman | 1996-03-24 | 1 | -0/+5 |
| | | | | (BSD_PGRPS): Defined. |