aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (menubar_selection_callback, dialog_selection_callback)Richard M. Stallman1995-04-071-3/+9
* (Flogb): Use EMACS_INT for `value'.Richard M. Stallman1995-04-071-1/+1
* (tgetent): Don't try to return the allocated address.Richard M. Stallman1995-04-071-2/+0
* (Fformat): Cast int to pointer by way of EMACS_INT.Richard M. Stallman1995-04-071-5/+5
* (search_buffer): Avoid casting trt to int.Richard M. Stallman1995-04-071-9/+9
* (Fdelete_overlays): Add declaration.Richard M. Stallman1995-04-071-0/+1
* (parse_modifiers): Use type EMACS_INT for `modifiers'.Richard M. Stallman1995-04-071-1/+1
* (dumpglyphs): Cast FACE_DEFAULT to (XFontStruct *)Richard M. Stallman1995-04-071-2/+2
* (bcopy): If NEED_BCOPY, do compile this.Richard M. Stallman1995-04-071-78/+83
* (get_doc_string): In (STRING . INTEGER), if INTEGERRichard M. Stallman1995-04-071-1/+6
* (Fuser_variable_p): For (STRING . INTEGER), test sign.Richard M. Stallman1995-04-071-3/+9
* (C_SWITCH_X_SYSTEM): Defined.Richard M. Stallman1995-04-071-0/+5
* (LIBS_SYSTEM): New override definition.Richard M. Stallman1995-04-071-0/+4
* (Fmake_overlay): Use XMISCTYPE.Richard M. Stallman1995-04-071-1/+1
* (Fmake_marker, mark_object): Use XMISCTYPE.Richard M. Stallman1995-04-071-6/+6
* (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard)Richard M. Stallman1995-04-071-5/+5
* (print): Use XMISCTYPE.Richard M. Stallman1995-04-071-2/+2
* (internal_equal): Use XMISCTYPE.Richard M. Stallman1995-04-071-1/+1
* (Ftype_of, do_symval_forwarding, store_symval_forwarding)Richard M. Stallman1995-04-071-7/+7
* (intern_face): Cast FONT_DEFAULT to (XFontStruct *)Richard M. Stallman1995-04-071-1/+1
* (frame_vector): New static variable.Richard M. Stallman1995-04-071-4/+51
* (CHECK_IMPURE): Remove & from before my_edata.Richard M. Stallman1995-04-071-2/+2
* Update copyright.Karl Heuer1995-04-0725-25/+25
* (main): Cast arg to `brk'.Richard M. Stallman1995-04-071-1/+1
* Treat __NetBSD__ like __FreeBSD__.Richard M. Stallman1995-04-061-2/+2
* (Fplist_put): Fix missing \n\.Karl Heuer1995-04-061-1/+1
* (x_window_to_frame): Skip non-X frames before testing dpyinfo.Karl Heuer1995-04-061-9/+3
* Doc fixes to match declared args.Simon Marshall1995-04-061-4/+4
* (BASE_PURESIZE): Increment to 310000.Richard M. Stallman1995-04-061-1/+1
* (Fkill_buffer): Call reset_buffer_local_variablesRichard M. Stallman1995-04-061-30/+53
* (Flooking_at, Fposix_looking_at): Change arg name.Richard M. Stallman1995-04-061-8/+8
* (Fraise_frame, Flower_frame): Now interactive.Richard M. Stallman1995-04-061-2/+10
* (Ffetch_bytecode): New function.Karl Heuer1995-04-051-5/+20
* Declare Ffetch_bytecode.Karl Heuer1995-04-051-0/+1
* New arg DPYINFO to all callers of x_window_to_frame, x_any_window_to_frame,Karl Heuer1995-04-032-30/+39
* (x_window_to_frame): New arg DPYINFO. All callers changed.Karl Heuer1995-04-031-3/+12
* (main): Start with an empty message log.Karl Heuer1995-04-031-0/+10
* (Fy_or_n_p): Don't log prompt.Karl Heuer1995-04-031-3/+4
* (message_nolog): New function.Karl Heuer1995-04-031-0/+13
* (message_nolog): Declare this function.Karl Heuer1995-04-031-0/+1
* Declare Vmessage_log_max.Karl Heuer1995-04-031-0/+1
* (oblookup): Save bucket num in oblookup_last_bucket_number.Richard M. Stallman1995-04-031-8/+82
* (Fdirectory_files): Fix bug in IS_ANY_SEP usage introduced in Oct 30 change.Richard M. Stallman1995-04-011-15/+16
* (command_loop_1): If we ignore force_start, then alsoKarl Heuer1995-03-311-2/+8
* (isfloat_string): Permit trailing space.Richard M. Stallman1995-03-311-1/+1
* Fix comment.Karl Heuer1995-03-311-2/+2
* [MULTI_FRAME] (Factive_minibuffer_window): New function.Richard M. Stallman1995-03-311-1/+10
* (event_to_kboard): Ignore dead frames.Karl Heuer1995-03-311-3/+4
* (x_delete_display): Extract kboard deletion, for modularity.Karl Heuer1995-03-311-10/+1
* (wipe_kboard): Make this function static.Karl Heuer1995-03-311-1/+16