aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (xmalloc, xrealloc): Declare them here.Richard M. Stallman1995-04-091-1/+3
* (Fmove_to_column): Fix minor bug in prev change.Richard M. Stallman1995-04-081-1/+1
* (read_escape): Undo Nov 15 change.Richard M. Stallman1995-04-081-2/+10
* (Fnext_window, Fprevious_window): If all_frames is a frame and windowRichard M. Stallman1995-04-081-0/+10
* (string_width): New function.Richard M. Stallman1995-04-081-1/+87
* (HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted.Richard M. Stallman1995-04-081-13/+0
* (redisplay): Don't call update_frame for non-selected termcap frame.Richard M. Stallman1995-04-081-92/+98
* Update copyright.Karl Heuer1995-04-081-1/+1
* (kbd_buffer_get_event): Check for frame buried in a cons.Karl Heuer1995-04-081-9/+11
* (prepare_menu_bars): Do the frame titles last.Richard M. Stallman1995-04-081-12/+16
* Use "..." in #include.Richard M. Stallman1995-04-081-1/+1
* (Fcall_interactively): Fix previous change.Karl Heuer1995-04-071-1/+1
* (Fcall_interactively): `+' is reserved for user changes.Richard M. Stallman1995-04-071-2/+8
* (read_process_output_error_handler)Richard M. Stallman1995-04-071-2/+2
* (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