aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include keyboard.h.Richard M. Stallman1994-08-281-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. Stallman1994-08-281-3/+8
|
* (internal_self_insert): Use insert_and_inherit.Richard M. Stallman1994-08-281-3/+3
|
* (Findent_to): Pass new arg to Finsert_char.Richard M. Stallman1994-08-281-2/+2
|
* (insert_1): New arg INHERIT.Richard M. Stallman1994-08-281-3/+19
| | | | (insert_and_inherit): New function.
* (Finsert_char): New arg INHERIT.Richard M. Stallman1994-08-281-5/+10
| | | | Use insert_and_inherit if requested.
* (xterm.o): Depend on keyboard.h.Richard M. Stallman1994-08-261-1/+1
|
* (x_make_frame_visible): Call signal handler directly.Karl Heuer1994-08-261-3/+8
|
* Add LINUX_QMAGIC conditional.Richard M. Stallman1994-08-261-0/+10
|
* (USE_NONANSI_DEFUN): Defined.Richard M. Stallman1994-08-261-0/+3
|
* (DEFUN): Check USE_NONANSI_DEFUN.Richard M. Stallman1994-08-261-1/+1
|
* (obj): Put cm.o before term.o. (Avoids mysterious lossage on Irix.)Richard M. Stallman1994-08-251-1/+1
|
* (xmenu_show): Do nothing special for ButtonPress in the menu.Richard M. Stallman1994-08-251-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. Stallman1994-08-251-1/+102
| | | | (display_count_lines): Use that.
* (unexec): Copy previous change in unexelf.c.Richard M. Stallman1994-08-241-1/+5
|
* (term_init): Added missing argument to tgetstr.Richard M. Stallman1994-08-241-4/+3
| | | | (tgetstr): Move declarations to top level.
* (textget): Ignore category prop if not a symbol.Richard M. Stallman1994-08-241-1/+5
|
* [__GNUC__] (LD_SWITCH_SYSTEM): Defined.Richard M. Stallman1994-08-241-0/+7
|
* (x_make_frame_visible): Raise a signal to cause the pending X I/O to be read.Karl Heuer1994-08-241-11/+5
|
* Initial revisionRoland McGrath1994-08-241-0/+77
|
* (Fcopy_file, build_annotations, Fdo_auto_save): Delete unused variables.Karl Heuer1994-08-241-1/+0
|
* (Fmake_symbolic_link, Ffile_accessible_directory_p, Finsert_file_contents,Karl Heuer1994-08-241-15/+22
| | | | auto_save_error, Fwrite_region): Fix gcpro problems.
* (pos_tab_offset): Don't trigger point-motion hooks.Karl Heuer1994-08-231-3/+3
|
* (Frename_buffer): Fix gcpro problems.Karl Heuer1994-08-231-2/+4
|
* (O_RDONLY): Defined.Richard M. Stallman1994-08-231-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. Stallman1994-08-231-1/+5
| | | | (openp): Use it.
* (unexec): Don't alter the info field of SHT_SYMTAB and SHT_DYNSYM sections.Richard M. Stallman1994-08-231-10/+13
|
* (redisplay_window): Don't access text before BEGV.Richard M. Stallman1994-08-231-3/+3
|
* (read_char): After read_char_minibuf_menu_prompt,Richard M. Stallman1994-08-231-1/+1
| | | | don't just return; jump to non_reread.
* Comment change.Richard M. Stallman1994-08-231-1/+1
|
* (Fmake_directory_internal): Pass just 2 args to handler.Richard M. Stallman1994-08-231-1/+1
|
* (Fmake_frame_invisible, Ficonify_frame): Don't switch frames.Karl Heuer1994-08-231-0/+4
|
* (Fstring_match): Fix sign error.Karl Heuer1994-08-231-1/+1
|
* Fix comment.Karl Heuer1994-08-221-1/+1
|
* (LD_SWITCH_MACHINE): Use full path to ibmrs6000.inp.Karl Heuer1994-08-221-3/+3
|
* (LD_SWITCH_MACHINE): Supply m/ibmrs6000.inp as input.Richard M. Stallman1994-08-211-2/+7
|
* Eliminate local var bss_end.Richard M. Stallman1994-08-201-3/+21
| | | | Update the symbol values of _edata and _end.
* (wait_reading_process_input):Richard M. Stallman1994-08-191-1/+6
| | | | Clear waiting_for_user_input_p before returning.
* (read_char): Don't show buffer-events to the user.Richard M. Stallman1994-08-191-4/+13
| | | | Handle chars over 255 in dribble files.
* (x_make_frame_visible): Quit if requested, in loop at end.Richard M. Stallman1994-08-191-0/+1
|
* (regex_compile): Split an if to avoid compiler bug.Richard M. Stallman1994-08-171-7/+17
| | | | (re_match_2_internal): Use separate if to compute bestmatch_p.
* Comment fix.Richard M. Stallman1994-08-171-4/+1
|
* (Fcall_process_region): gcpro filename_string.Karl Heuer1994-08-171-2/+5
|
* (store_function_docstring): Do nothing for bytecode objectRichard M. Stallman1994-08-171-4/+2
| | | | which has no slot for doc string.
* (list_buffers_1): Update header line layout.Richard M. Stallman1994-08-161-2/+2
|
* (compute_motion): Use WIN's frame, not selected one.Richard M. Stallman1994-08-141-1/+1
|
* (pid_t): New definition.Richard M. Stallman1994-08-141-3/+5
| | | | (vfork): Definition deleted.
* (xmenu_show): Unconditionally update x_mouse_grabbed and Vmouse_depressed.Richard M. Stallman1994-08-141-10/+12
|
* (window_loop, case UNSHOW_BUFFER):Richard M. Stallman1994-08-131-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 itKarl Heuer1994-08-121-7/+8
| | | | | | works fine when you use <sioctl.h>. (C_SWITCH_SYSTEM): Add -D_SYSV3 to ensure availability of traditional non-standard functions.