aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (do_switch_frame): Don't try to refocus termcap frames.Karl Heuer1995-04-241-1/+1
* (message_dolog): The message log doesn't need an undo list.Karl Heuer1995-04-241-0/+1
* (term_init): MagicWrap implies AutoWrap.Karl Heuer1995-04-241-2/+4
* (do_switch_frame): x_get_focus_frame needs an arg.Karl Heuer1995-04-241-2/+2
* (xmenu_show): x_mouse_leave needs an arg.Karl Heuer1995-04-241-1/+1
* (create_process): Don't abort if can't reopenRichard M. Stallman1995-04-241-3/+8
* (child_setup): Reword "can't exec" message.Richard M. Stallman1995-04-241-2/+4
* (Fexpand_abbrev): Add some error checking.Karl Heuer1995-04-201-3/+7
* (Fx_popup_dialog): Don't pass menubarp arg to xdialog_show.Karl Heuer1995-04-201-1/+1
* Comment change.Richard M. Stallman1995-04-201-1/+1
* (x_window): Use (or reuse) frame's namebuf instead of aKarl Heuer1995-04-191-13/+7
* (Fdelete_frame): Free f->namebuf.Karl Heuer1995-04-191-0/+2
* (make_frame): Initialize f->namebuf.Karl Heuer1995-04-191-0/+1
* (struct frame): New member namebuf.Karl Heuer1995-04-191-1/+6
* (xmenu_show, xdialog_show): Delete menubarp arg.Richard M. Stallman1995-04-191-14/+4
* (map_event_to_object): Declaration deleted.Richard M. Stallman1995-04-181-4/+0
* (x_report_frame_params): Report value of `display' parm.Richard M. Stallman1995-04-181-0/+2
* (Ffetch_bytecode): Check the type of the object being read from the file.Richard M. Stallman1995-04-181-0/+2
* Comment change.Richard M. Stallman1995-04-181-1/+3
* (Fencode_time): Don't treat years < 100 as special.Richard M. Stallman1995-04-181-9/+2
* (insert_1): Adjust overlay center after inserting.Karl Heuer1995-04-171-0/+7
* (adjust_overlays_for_insert): New function.Karl Heuer1995-04-171-0/+34
* Declare some functions.Karl Heuer1995-04-171-0/+3
* (Fencode_time): Rewrite by Naggum.Richard M. Stallman1995-04-171-52/+69
* (really-lwlib, really-oldXMenu): Mark as .PHONY.Richard M. Stallman1995-04-151-0/+2
* Delete the #if that compares MARKBIT.Richard M. Stallman1995-04-151-4/+0
* (Fencode_time): Fix missing \n\'s.Karl Heuer1995-04-141-6/+6
* (popup_get_selection): Queue up events that aren'tRichard M. Stallman1995-04-141-84/+65
* (init_editfns): Add casts.Richard M. Stallman1995-04-141-3/+3
* (get_doc_string): Add cast.Richard M. Stallman1995-04-141-1/+1
* (kbd_buffer_get_event): Don't use prototype.Richard M. Stallman1995-04-141-74/+79
* (redisplay): Call init_desired_glyphs for each frame.Richard M. Stallman1995-04-141-26/+12
* (x_term_init): Call XtSetLanguageProc only if HAVE_X11XTR6.Richard M. Stallman1995-04-141-51/+46
* (Fbuffer_string): Doc clarification.Karl Heuer1995-04-131-1/+3
* Delete the #if that compares MARKBIT.Karl Heuer1995-04-131-4/+0
* (Fdisplay_buffer): Search the proper frame when theKarl Heuer1995-04-131-4/+7
* (Fexpand_file_name): Use IS_DIRECTORY_SEP instead ofKarl Heuer1995-04-131-34/+13
* (compute_char_face): Don't use NULL.Richard M. Stallman1995-04-131-2/+3
* Fix previous change.Karl Heuer1995-04-131-1/+1
* (Foverlays_at, Fnext_overlay_change): Don't use NULL.Richard M. Stallman1995-04-131-3/+6
* (Fx_color_defined_p): Doc fix.Richard M. Stallman1995-04-131-1/+1
* [! HAVE_X_WINDOWS] (build_face): Deleted.Richard M. Stallman1995-04-131-8/+0
* (Fcall_interactively): Fix paren nesting.Richard M. Stallman1995-04-131-1/+1
* (evaporate_overlays): Fix type error.Richard M. Stallman1995-04-131-2/+2
* (Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.Richard M. Stallman1995-04-131-2/+22
* Comment change.Richard M. Stallman1995-04-131-2/+4
* (MARKBIT): Do the shifting as unsigned int.Richard M. Stallman1995-04-131-1/+1
* (temp_output_buffer_show): Select the chosen windowRichard M. Stallman1995-04-131-2/+22
* (gc_sweep): If a misc has type Lisp_Misc_Free,Richard M. Stallman1995-04-121-2/+13
* (Fencode_time): Use XINT to examine `zone'.Richard M. Stallman1995-04-121-0/+85