aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (NULL): Use explicit cast.Karl Heuer1995-05-261-1/+1
* (VFORK_RETURN_TYPE): Use int if not already defined.Karl Heuer1995-05-261-0/+5
* Move #undef HAVE_VFORK to s/sol2-3.h.Karl Heuer1995-05-261-7/+4
* Add #undef HAVE_VFORK.Karl Heuer1995-05-261-0/+4
* (x_consider_frame_title): Use FRAME_KBOARD.Karl Heuer1995-05-261-1/+2
* Initial revisionGeoff Voelker1995-05-261-0/+6
* (get_data_region_base): Undefined.Geoff Voelker1995-05-261-2/+2
* (reserved_heap_size,allocate_heap): Defined.Geoff Voelker1995-05-261-4/+52
* (set_terminal_modes): Set cursor size appropriate for Win95.Geoff Voelker1995-05-261-3/+4
* (configuration_buffer): Increase size.Geoff Voelker1995-05-261-6/+29
* (LIBS): Use BASE_LIBS and ADVAPI32.Geoff Voelker1995-05-261-16/+18
* (Foverlay_start, Foverlay_end): Declare these functions.Karl Heuer1995-05-261-1/+17
* (x_set_frame_parameters) Fix typo.Karl Heuer1995-05-261-1/+1
* (standard_args): -i, -itype, --icon-type take 0, not 1, argsKarl Heuer1995-05-261-2/+2
* (create_process, send_process): Add volatile qualifiers.Karl Heuer1995-05-261-8/+14
* (Fsubstitute_command_keys): Cast arg of describe_map_tree.Karl Heuer1995-05-261-1/+1
* (describe_map_tree): Move declaration to lisp.h.Karl Heuer1995-05-261-1/+0
* (adjust_point): Declare arg AMOUNT.Karl Heuer1995-05-251-0/+1
* (scan_lists): Make stringterm an unsigned char.Karl Heuer1995-05-251-1/+1
* (XTread_socket): For MapNotify, call record_asynch_buffer_change.Karl Heuer1995-05-251-0/+5
* (prepare_menu_bars): Update frame titles before menu bars.Karl Heuer1995-05-251-16/+22
* (Fframe_or_buffer_changed_p): Record frame namesKarl Heuer1995-05-251-3/+11
* (xmenu_show, xdialog_show): Increment widget_id_tickKarl Heuer1995-05-251-9/+14
* (Fx_get_resource): Major rewrite to make it clearer.Karl Heuer1995-05-251-46/+60
* (XTflash): Use pointers as args to select.Karl Heuer1995-05-251-8/+9
* (change_frame_size_1): Declare arg DELAY.Karl Heuer1995-05-251-1/+1
* (do_symval_forwarding, frame_buffer_predicate): Declare these.Karl Heuer1995-05-251-0/+2
* (format1): Cast arg of doprnt.Karl Heuer1995-05-251-2/+2
* (Fcall_interactively): Cast arg of doprnt.Karl Heuer1995-05-251-1/+2
* (message): Cast arg of doprnt.Karl Heuer1995-05-251-8/+2
* (menu_bar_items): Declare this function.Karl Heuer1995-05-241-0/+1
* (queue_selection_requests_unwind): Add return value.Karl Heuer1995-05-241-0/+2
* (Fx_popup_dialog): Treat (menu-bar) like t, for POSITION.Karl Heuer1995-05-241-4/+3
* (Fdelete_frame): When updating Vdefault_minibuffer_frame,Karl Heuer1995-05-241-6/+10
* (x_connection_closed): Unblock input, first thing.Karl Heuer1995-05-241-1/+11
* (x_set_offset): Add border_width when calling XMoveWindow.Karl Heuer1995-05-241-2/+14
* (x_set_frame_parameters): Pass 1 as change_gravityKarl Heuer1995-05-241-1/+3
* (struct x_display): New field menubar_height.Karl Heuer1995-05-241-0/+6
* (set_frame_menubar): Set menubar_height field.Karl Heuer1995-05-241-0/+19
* (x_window) [both versions]: Set menubar_height.Karl Heuer1995-05-241-8/+7
* (x_calc_absolute_position): Use menubar_height field.Karl Heuer1995-05-241-3/+10
* (create_frame_gcs, setup_frame_gcs): Reformat long statements.Karl Heuer1995-05-241-22/+23
* (hack_wm_protocols): Use cast instead of suffix.Karl Heuer1995-05-241-1/+1
* [USE_X_TOOLKIT] (x_window): Pass position to toolkitKarl Heuer1995-05-241-4/+15
* (Fgarbage_collect): Clear consing_since_gc first thing.Karl Heuer1995-05-241-0/+4
* (set_buffer_internal_1): New subroutine.Karl Heuer1995-05-241-4/+19
* (redisplay_window): Use set_buffer_internal_1.Karl Heuer1995-05-241-4/+4
* (create_frame_gcs): Cast args of XCreateGC.Karl Heuer1995-05-231-5/+9
* (unload_color): Cast args of XFreeColors.Karl Heuer1995-05-231-1/+1
* (hack_wm_protocols): Cast args of XGetWindowProperty.Karl Heuer1995-05-231-6/+7