summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (defined_color): New arg ALLOC--optionally don't allocate the color.Richard M. Stallman1994-08-311-11/+34
* (input_polling_used): New function.Richard M. Stallman1994-08-311-0/+12
* (insert_before_markers_and_inherit): New function.Richard M. Stallman1994-08-301-0/+13
* (Finsert_and_inherit_before_markers):Richard M. Stallman1994-08-301-2/+2
* (Fdelete_frame): Free the frame's glyphs arrays.Richard M. Stallman1994-08-301-0/+15
* (free_frame_glyphs): No longer static.Richard M. Stallman1994-08-301-1/+1
* (Ffile_accessible_directory_p): No need for gcpro.Richard M. Stallman1994-08-301-6/+1
* (HAVE_MACH_MACH_H): Defined.Richard M. Stallman1994-08-281-0/+3
* (Fx_color_defined_p): Return list of RGB values, not just t.Richard M. Stallman1994-08-281-2/+10
* (polling_for_input): Declared.Richard M. Stallman1994-08-281-0/+3
* (polling_for_input): Define var unconditionally.Richard M. Stallman1994-08-281-1/+3
* Include keyboard.h.Richard M. Stallman1994-08-281-6/+8
* (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
* (Finsert_char): New arg INHERIT.Richard M. Stallman1994-08-281-5/+10
* (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
* (display_scan_buffer): New function.Richard M. Stallman1994-08-251-1/+102
* (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
* (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
* (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
* (O_RDONLY): Defined.Richard M. Stallman1994-08-231-1/+5
* (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
* 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
* (wait_reading_process_input):Richard M. Stallman1994-08-191-1/+6
* (read_char): Don't show buffer-events to the user.Richard M. Stallman1994-08-191-4/+13