| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include keyboard.h. | Richard M. Stallman | 1994-08-28 | 1 | -6/+8 |
| | | | | | | (x_make_frame_visible): Fix previous change: test polling_for_input instead of whether SIGIO is defined. | ||||
| * | (xmenu_show): Don't queue events that are in the menu bar. | Richard M. Stallman | 1994-08-28 | 1 | -3/+8 |
| | | |||||
| * | (internal_self_insert): Use insert_and_inherit. | Richard M. Stallman | 1994-08-28 | 1 | -3/+3 |
| | | |||||
| * | (Findent_to): Pass new arg to Finsert_char. | Richard M. Stallman | 1994-08-28 | 1 | -2/+2 |
| | | |||||
| * | (insert_1): New arg INHERIT. | Richard M. Stallman | 1994-08-28 | 1 | -3/+19 |
| | | | | | (insert_and_inherit): New function. | ||||
| * | (Finsert_char): New arg INHERIT. | Richard M. Stallman | 1994-08-28 | 1 | -5/+10 |
| | | | | | Use insert_and_inherit if requested. | ||||
| * | (xterm.o): Depend on keyboard.h. | Richard M. Stallman | 1994-08-26 | 1 | -1/+1 |
| | | |||||
| * | (x_make_frame_visible): Call signal handler directly. | Karl Heuer | 1994-08-26 | 1 | -3/+8 |
| | | |||||
| * | Add LINUX_QMAGIC conditional. | Richard M. Stallman | 1994-08-26 | 1 | -0/+10 |
| | | |||||
| * | (USE_NONANSI_DEFUN): Defined. | Richard M. Stallman | 1994-08-26 | 1 | -0/+3 |
| | | |||||
| * | (DEFUN): Check USE_NONANSI_DEFUN. | Richard M. Stallman | 1994-08-26 | 1 | -1/+1 |
| | | |||||
| * | (obj): Put cm.o before term.o. (Avoids mysterious lossage on Irix.) | Richard M. Stallman | 1994-08-25 | 1 | -1/+1 |
| | | |||||
| * | (xmenu_show): Do nothing special for ButtonPress in the menu. | Richard M. Stallman | 1994-08-25 | 1 | -24/+27 |
| | | | | | | | | Call XtDispatchEvent for all ButtonRelease events. xlwmenu.c now deals with posting the menu. Check for events in subwidgets of the menu when deciding whether to queue them for later handling. | ||||
| * | (display_scan_buffer): New function. | Richard M. Stallman | 1994-08-25 | 1 | -1/+102 |
| | | | | | (display_count_lines): Use that. | ||||
| * | (unexec): Copy previous change in unexelf.c. | Richard M. Stallman | 1994-08-24 | 1 | -1/+5 |
| | | |||||
| * | (term_init): Added missing argument to tgetstr. | Richard M. Stallman | 1994-08-24 | 1 | -4/+3 |
| | | | | | (tgetstr): Move declarations to top level. | ||||
| * | (textget): Ignore category prop if not a symbol. | Richard M. Stallman | 1994-08-24 | 1 | -1/+5 |
| | | |||||
| * | [__GNUC__] (LD_SWITCH_SYSTEM): Defined. | Richard M. Stallman | 1994-08-24 | 1 | -0/+7 |
| | | |||||
| * | (x_make_frame_visible): Raise a signal to cause the pending X I/O to be read. | Karl Heuer | 1994-08-24 | 1 | -11/+5 |
| | | |||||
| * | Initial revision | Roland McGrath | 1994-08-24 | 1 | -0/+77 |
| | | |||||
| * | (Fcopy_file, build_annotations, Fdo_auto_save): Delete unused variables. | Karl Heuer | 1994-08-24 | 1 | -1/+0 |
| | | |||||
| * | (Fmake_symbolic_link, Ffile_accessible_directory_p, Finsert_file_contents, | Karl Heuer | 1994-08-24 | 1 | -15/+22 |
| | | | | | auto_save_error, Fwrite_region): Fix gcpro problems. | ||||
| * | (pos_tab_offset): Don't trigger point-motion hooks. | Karl Heuer | 1994-08-23 | 1 | -3/+3 |
| | | |||||
| * | (Frename_buffer): Fix gcpro problems. | Karl Heuer | 1994-08-23 | 1 | -2/+4 |
| | | |||||
| * | (O_RDONLY): Defined. | Richard M. Stallman | 1994-08-23 | 1 | -6/+19 |
| | | | | | | | (Finsert_file_contents, Fcopy_file): use it. (barf_or_query_if_file_exists, Ffile_exists_p): Use stat, not access. (Ffile_readable_p): Use open, not access. | ||||
| * | (O_RDONLY): Defined. | Richard M. Stallman | 1994-08-23 | 1 | -1/+5 |
| | | | | | (openp): Use it. | ||||
| * | (unexec): Don't alter the info field of SHT_SYMTAB and SHT_DYNSYM sections. | Richard M. Stallman | 1994-08-23 | 1 | -10/+13 |
| | | |||||
| * | (redisplay_window): Don't access text before BEGV. | Richard M. Stallman | 1994-08-23 | 1 | -3/+3 |
| | | |||||
| * | (read_char): After read_char_minibuf_menu_prompt, | Richard M. Stallman | 1994-08-23 | 1 | -1/+1 |
| | | | | | don't just return; jump to non_reread. | ||||
| * | Comment change. | Richard M. Stallman | 1994-08-23 | 1 | -1/+1 |
| | | |||||
| * | (Fmake_directory_internal): Pass just 2 args to handler. | Richard M. Stallman | 1994-08-23 | 1 | -1/+1 |
| | | |||||
| * | (Fmake_frame_invisible, Ficonify_frame): Don't switch frames. | Karl Heuer | 1994-08-23 | 1 | -0/+4 |
| | | |||||
| * | (Fstring_match): Fix sign error. | Karl Heuer | 1994-08-23 | 1 | -1/+1 |
| | | |||||
| * | Fix comment. | Karl Heuer | 1994-08-22 | 1 | -1/+1 |
| | | |||||
| * | (LD_SWITCH_MACHINE): Use full path to ibmrs6000.inp. | Karl Heuer | 1994-08-22 | 1 | -3/+3 |
| | | |||||
| * | (LD_SWITCH_MACHINE): Supply m/ibmrs6000.inp as input. | Richard M. Stallman | 1994-08-21 | 1 | -2/+7 |
| | | |||||
| * | Eliminate local var bss_end. | Richard M. Stallman | 1994-08-20 | 1 | -3/+21 |
| | | | | | Update the symbol values of _edata and _end. | ||||
| * | (wait_reading_process_input): | Richard M. Stallman | 1994-08-19 | 1 | -1/+6 |
| | | | | | Clear waiting_for_user_input_p before returning. | ||||
| * | (read_char): Don't show buffer-events to the user. | Richard M. Stallman | 1994-08-19 | 1 | -4/+13 |
| | | | | | Handle chars over 255 in dribble files. | ||||
| * | (x_make_frame_visible): Quit if requested, in loop at end. | Richard M. Stallman | 1994-08-19 | 1 | -0/+1 |
| | | |||||
| * | (regex_compile): Split an if to avoid compiler bug. | Richard M. Stallman | 1994-08-17 | 1 | -7/+17 |
| | | | | | (re_match_2_internal): Use separate if to compute bestmatch_p. | ||||
| * | Comment fix. | Richard M. Stallman | 1994-08-17 | 1 | -4/+1 |
| | | |||||
| * | (Fcall_process_region): gcpro filename_string. | Karl Heuer | 1994-08-17 | 1 | -2/+5 |
| | | |||||
| * | (store_function_docstring): Do nothing for bytecode object | Richard M. Stallman | 1994-08-17 | 1 | -4/+2 |
| | | | | | which has no slot for doc string. | ||||
| * | (list_buffers_1): Update header line layout. | Richard M. Stallman | 1994-08-16 | 1 | -2/+2 |
| | | |||||
| * | (compute_motion): Use WIN's frame, not selected one. | Richard M. Stallman | 1994-08-14 | 1 | -1/+1 |
| | | |||||
| * | (pid_t): New definition. | Richard M. Stallman | 1994-08-14 | 1 | -3/+5 |
| | | | | | (vfork): Definition deleted. | ||||
| * | (xmenu_show): Unconditionally update x_mouse_grabbed and Vmouse_depressed. | Richard M. Stallman | 1994-08-14 | 1 | -10/+12 |
| | | |||||
| * | (window_loop, case UNSHOW_BUFFER): | Richard M. Stallman | 1994-08-13 | 1 | -1/+20 |
| | | | | | When we delete a frame, skip all the windows on that frame. | ||||
| * | (NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it | Karl Heuer | 1994-08-12 | 1 | -7/+8 |
| | | | | | | | works fine when you use <sioctl.h>. (C_SWITCH_SYSTEM): Add -D_SYSV3 to ensure availability of traditional non-standard functions. | ||||