aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (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
* (x_get_window_property): Cast args of XGetWindowProperty.Karl Heuer1995-05-231-2/+2
* (long_to_cons): Don't assume 32-bit longs.Karl Heuer1995-05-231-2/+2
* (Fvisited_file_modtime): Cast arg to long_to_cons.Karl Heuer1995-05-231-1/+1
* (Fformat): Split double into two pointers, not two ints.Karl Heuer1995-05-221-3/+3
* (display_text_line): Enter a char in charstartsKarl Heuer1995-05-221-19/+59
* (gdb_lisp_params): New enum type.Karl Heuer1995-05-221-0/+14
* gdb_lisp_params to get storage layout info.Karl Heuer1995-05-221-43/+36
* Delete HAVE_FMOD; configure handles that correctly now.Karl Heuer1995-05-221-4/+0
* (oblookup): Delete argument hashp.Karl Heuer1995-05-221-2/+1
* [REGEX_FREE]: Use ((void)0) instead of just (0).Jim Meyering1995-05-211-1/+1
* Add `#ifdef _LIBC' in a few places, so this can be compiled in libc.Roland McGrath1995-05-201-0/+5389
* (Flogb): frexp needs a pointer to int, not EMACS_INT.Karl Heuer1995-05-201-2/+3
* (buffer_posn_from_coords): Don't let startp be before BEGV.Karl Heuer1995-05-191-0/+5
* (zv_strings_seen): New variable.Karl Heuer1995-05-181-102/+123