aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (last_menu_bar_item_end): New variable.Richard M. Stallman1994-04-141-21/+76
* (LIBS_SYSTEM): Defined.Richard M. Stallman1994-04-141-0/+1
* (frame_update_line_height): Don't call x_set_window_size.Richard M. Stallman1994-04-141-5/+6
* (Fuser_real_login_name): Doc syntax fix.Richard M. Stallman1994-04-141-1/+1
* (make_lispy_event): Put mouse event codeRichard M. Stallman1994-04-141-12/+16
* (update_menu_bar): Take frame as arg.Richard M. Stallman1994-04-141-59/+13
* (HAVE_X11R4): If we define HAVE_X11R5, define this too.Richard M. Stallman1994-04-141-0/+3
* [HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman1994-04-131-0/+3
* (inherited_pgroup): Conditionalize on BSD_PGRPS.Richard M. Stallman1994-04-131-1/+1
* [HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman1994-04-132-0/+8
* (TABDLY): Defined.Richard M. Stallman1994-04-131-0/+1
* (Ffile_attributes): Cast st_size to int.Richard M. Stallman1994-04-131-1/+1
* (describe_map_tree): Fix call to Flookup_key.Richard M. Stallman1994-04-131-1/+1
* (Vglyph_table): Doc fix.Karl Heuer1994-04-131-1/+1
* (Fmouse_position) [MULTI_FRAME]: Use pixel_to_glyph, not glyph_to_pixel. SkipKarl Heuer1994-04-131-34/+12
* (Fset_window_configuration): Only call X fns if HAVE_X_WINDOWS.Karl Heuer1994-04-131-0/+4
* (Fnext_window, Fprevious_window, Fdisplay_buffer): Test MULTI_FRAME whenKarl Heuer1994-04-131-0/+8
* (Fy_or_n_p, Fyes_or_no_p): Test HAVE_X_MENU.Karl Heuer1994-04-131-9/+10
* (compute_motion): Do not abort if window shows some other buffer.Richard M. Stallman1994-04-131-17/+16
* (BSD): Give it a number as definition.Richard M. Stallman1994-04-131-1/+1
* Fix #include file name.Richard M. Stallman1994-04-121-1/+1
* (Fkey_binding): Declare accept_default.Richard M. Stallman1994-04-121-1/+1
* (Fset_process_window_size): New function.Richard M. Stallman1994-04-121-0/+17
* (set_window_size): New function.Richard M. Stallman1994-04-121-3/+40
* (specbind): Use find_symbol_value.Richard M. Stallman1994-04-121-2/+1
* (Fsetq_default, Fmake_local_variable): Doc syntax fix.Richard M. Stallman1994-04-121-3/+3
* (send_process): Test pty_flag field for nil, not 0.Richard M. Stallman1994-04-121-1/+1
* (LD_SWITCH_SYSTEM): Alternate definition if __GNUC__.Richard M. Stallman1994-04-121-0/+4
* Check for INCLUDED_FCNTL already defined.Richard M. Stallman1994-04-121-8/+4
* If we include fcntl.h, define INCLUDED_FCNTL.Richard M. Stallman1994-04-121-0/+2
* entered into RCSRichard M. Stallman1994-04-121-1/+1
* (main): Fix typo in prev. change.Richard M. Stallman1994-04-121-1/+1
* (make_lispy_event): Initialize item.Karl Heuer1994-04-121-0/+1
* (vmotion): Use minibuf_prompt_width despite window-start.Karl Heuer1994-04-111-2/+5
* (temacs): Include ${ALL_LDFLAGS} within the call to YMF_PASS_LDFLAGS.Richard M. Stallman1994-04-111-1/+1
* (printchar, strout): Use FRAME_PTR, not struct frame *.Karl Heuer1994-04-111-2/+2
* (Fmouse_position) [!MULTI_FRAME]: Declare col and row.Karl Heuer1994-04-111-1/+1
* (make_lispy_movement): Conditionalize on MULTI_FRAME.Richard M. Stallman1994-04-111-2/+6
* (x_decline_selection_request): Call XFlushQueue.Richard M. Stallman1994-04-111-2/+3
* (Fsetq): Doc fix.Richard M. Stallman1994-04-111-3/+3
* (syms_of_print): Doc fix.Richard M. Stallman1994-04-111-1/+1
* Comment change.Richard M. Stallman1994-04-111-0/+14
* (dumpglyphs): Clear any extra pixel rows below the text.Richard M. Stallman1994-04-101-33/+217
* (x_figure_window_size): Don't call x_calc_absolute_position.Richard M. Stallman1994-04-101-20/+67
* (EmacsFrameSetCharSize): Do not attempt to preserve the window position.Richard M. Stallman1994-04-101-11/+1
* (internal_self_insert): Test Vafter_change_functions,Richard M. Stallman1994-04-101-1/+2
* (before_change_functions_restore):Richard M. Stallman1994-04-101-1/+85
* (Vafter_change_functions, Vbefore_change_functions): Declared.Richard M. Stallman1994-04-101-0/+2
* (Vafter_change_functions, Vbefore_change_functions): New variables.Richard M. Stallman1994-04-101-4/+31
* (frame_update_line_height): Check param_faces[i] not null.Richard M. Stallman1994-04-101-37/+31