aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (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
* Fix typo.Karl Heuer1995-05-251-1/+1
* (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
* Clarify use of site-init.el.Karl Heuer1995-05-241-2/+2
* (x_connection_closed): Unblock input, first thing.Karl Heuer1995-05-241-1/+11
* Delete reference to ALT. Change <Rubout> to <Delete>.Karl Heuer1995-05-241-15/+17
* (vendor-specific-keysyms): Add second spelling for HP.Karl Heuer1995-05-241-1/+2
* (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
* (delete-frame-enabled-p): New subroutine.Karl Heuer1995-05-241-7/+12
* (describe-prefix-bindings): If key is a string,Karl Heuer1995-05-241-8/+10
* (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
* Remove version number.Karl Heuer1995-05-241-1/+0
* * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because theFrancesco Potortì1995-05-231-4/+4
* (XlwMenuInitialize): Cast XCreatePixmapFromBitmapData args.Karl Heuer1995-05-231-3/+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
* Initial revisionKarl Heuer1995-05-231-0/+1466
* (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
* pass arg to sqrt.Karl Heuer1995-05-221-1/+1