aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (multiple_frames, Vframe_title_format, Vicon_title_format): New variables.Karl Heuer1994-09-161-61/+140
* (syms_of_editfns): Make Vsystem_name and Vuser...name lisp variables again.Karl Heuer1994-09-161-4/+11
* (syms_of_textprop): Delete Lisp var interval-balance-threshold.Richard M. Stallman1994-09-151-5/+0
* (interval_balance_threshold): Var deleted.Richard M. Stallman1994-09-152-5/+0
* (Fx_create_frame): Make 1 the default for menu-bar-lines.Richard M. Stallman1994-09-151-1/+1
* (SUNOS4): Defined.Richard M. Stallman1994-09-151-0/+4
* Include window.h.Richard M. Stallman1994-09-151-0/+6
* (Fcompleting_read): Doc fix.Richard M. Stallman1994-09-151-0/+4
* Include puresize.h.Richard M. Stallman1994-09-141-1/+5
* (Fset_default_file_modes): Doc fix.Richard M. Stallman1994-09-141-2/+2
* (delete_temp_file): Use Fdelete_file.Richard M. Stallman1994-09-141-1/+3
* (syms_of_keymap): Doc fix.Richard M. Stallman1994-09-131-6/+9
* (gobble_input): Block SIGALRM if we are using it.Richard M. Stallman1994-09-131-1/+11
* Comment fix.Richard M. Stallman1994-09-101-1/+1
* (record_asynch_buffer_change): Don't testRichard M. Stallman1994-09-081-0/+5
* [USE_X_TOOLKIT && HAVE_X11XTR6] (REL_ALLOC): Undefine it.Richard M. Stallman1994-09-061-0/+6
* [__GNUC__] (HAVE_ALLOCA): Defined.Richard M. Stallman1994-09-051-6/+15
* (init_cmdargs): After chasing link, use only the expanded name.Richard M. Stallman1994-09-051-1/+1
* (Ffile_accessible_directory_p): Put back the gcpro.Karl Heuer1994-09-051-2/+9
* (srandom): Pass arg to srand48; no return value.Karl Heuer1994-09-051-1/+1
* (random, srandom): Check HAVE_LRAND48, not HAVE_RAND48.Richard M. Stallman1994-09-041-3/+3
* (HAVE_LRAND48): Replaces HAVE_RAND48.Richard M. Stallman1994-09-041-1/+1
* (init_baud_rate): Test that getobaud is actually defined.Richard M. Stallman1994-09-041-1/+1
* (init_baud_rate) [USE_GETOBAUD]: Use getobaud.Richard M. Stallman1994-09-031-0/+5
* (prepare_to_modify_buffer): Don't call verify_overlay_modification ifRichard M. Stallman1994-09-021-5/+13
* (Fset_text_properties):Richard M. Stallman1994-09-021-2/+11
* (Fdelete_frame): Fix previous change.Richard M. Stallman1994-09-021-3/+3
* (display_text_line): Don't overrun the charstart area.Richard M. Stallman1994-09-021-1/+1
* (x_make_frame_visible): Call input_polling_used.Richard M. Stallman1994-09-011-1/+1
* (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