aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * callint.c (Fcall_interactively): Pass the correct number ofJim Blandy1993-02-224-4/+4
* * process.c: Make sure we don't miss processes exiting, by havingJim Blandy1993-02-221-18/+65
* * keyboard.c (recursive_edit_1, command_loop_1): Pass the properJim Blandy1993-02-221-1/+1
* * data.c (Fstring_to_int): Rename this to Fstring_to_number, sinceJim Blandy1993-02-221-4/+8
* * keymap.c (Fdescribe_vector): Pass the proper number of argumentsJim Blandy1993-02-221-1/+1
* * keyboard.c (init_keyboard): Recognize HAVE_TERMIOS as well asJim Blandy1993-02-221-33/+31
* * frame.c (Fselect_frame): Set Vlast_event_frame to Qnil afterJim Blandy1993-02-221-1/+11
* * fns.c (Fequal): Call internal_equal to recurse on elements ofJim Blandy1993-02-221-2/+2
* * floatfns.c (Flogb): Always implement this by calling Flog, evenJim Blandy1993-02-221-16/+15
* * callproc.c (init_callproc): Move the initialization ofJim Blandy1993-02-221-0/+6
* * editfns.c (Fmessage): Don't forget to return a value whenJim Blandy1993-02-221-1/+4
* * dispnew.c (sit_for): Pass the correct number of arguments toJim Blandy1993-02-221-1/+1
* * data.c (Fstring_to_number): Skip initial spaces, to make EmacsJim Blandy1993-02-221-9/+24
* * config.h.in: #define USE_TEXT_PROPERTIES by default.Jim Blandy1993-02-221-1/+18
* * callproc.c (delete_temp_file): Declare this to returnJim Blandy1993-02-221-2/+6
* * bytecode.c (Fbyte_code): Pass the correct number of arguments toJim Blandy1993-02-221-1/+1
* * buffer.h: Remove code which #includes "undo.h" if lint isJim Blandy1993-02-221-5/+0
* * buffer.c (Fswitch_to_buffer): Pass the correct number ofJim Blandy1993-02-221-5/+6
* * alloc.c (make_pure_float): Align pureptr on a sizeof (double)Jim Blandy1993-02-221-15/+34
* * aix3-1.h: Changes from 18.58.Jim Blandy1993-02-221-14/+16
* * ibmrs6000.h (C_ALLOCA, STACK_DIRECTION): Only define if HAVE_ALLOCAJim Blandy1993-02-221-3/+7
* Initial revisionJim Blandy1993-02-221-0/+12
* (Fskip_syntax_backward): New function.Richard M. Stallman1993-02-211-24/+76
* (Fsuspend_emacs): Make tem not register.Richard M. Stallman1993-02-211-1/+1
* (Fmemory_limit): Doc fix.Richard M. Stallman1993-02-201-1/+1
* (Fsuspend_emacs): Rename suspend-hook to suspend-hooks and run it manually.Richard M. Stallman1993-02-191-12/+17
* (describe_map): Call Fkey_description before build_string.Richard M. Stallman1993-02-191-2/+6
* (Fopen_dribble_file): Doc fix.Richard M. Stallman1993-02-191-1/+2
* (syms_of_lread): Doc fix.Richard M. Stallman1993-02-181-1/+1
* * process.c (Fstart_process): Jimb's change of December 11Michael I. Bushnell1993-02-182-2/+2
* (search_command): #if 0 previous change.Richard M. Stallman1993-02-151-0/+5
* (search_command): When moving to LIM on failure, return LIM.Richard M. Stallman1993-02-151-2/+3
* (Frename_buffer): Make prefix arg set UNIQUE.Richard M. Stallman1993-02-141-7/+8
* * xterm.c (x_set_window_size): Call change_frame_size instead ofJim Blandy1993-02-141-6/+22
* * frame.c (Fframe_parameters): Report the `minibuffer' parameter ofJim Blandy1993-02-141-3/+6
* * xdisp.c (message): Set echo_frame to the frame whose message bufJim Blandy1993-02-141-23/+37
* * dispnew.c (remake_frame_glyphs): When re-allocating the frame'sJim Blandy1993-02-142-3/+20
* * keymap.c (Flookup_key, Fkey_binding, Flocal_key_binding,Jim Blandy1993-02-141-29/+54
* * frame.c (Fframe_parameters): Report the `minibuffer' parameter ofJim Blandy1993-02-141-4/+1
* * fileio.c (Fdo_auto_save): If NO_MESSAGE is non-nil, don't tellJim Blandy1993-02-141-46/+79
* * s/usg5-4.h: #include "usg5-3.h", not "s-usg5-3.h".Jim Blandy1993-02-141-1/+1
* (Fadd_text_properties): Put OBJECT arg last. Make it optional.Richard M. Stallman1993-02-131-57/+132
* (C_SWITCH_MACHINE): Don't define if GCC.Richard M. Stallman1993-02-131-0/+2
* (Finsert_buffer_substring): Proper error for non-ex buffer.Richard M. Stallman1993-02-111-5/+14
* (Fcompare_buffer_substrings): New function.Richard M. Stallman1993-02-111-0/+117
* (char_ins_del_cost): Use FRAME_WIDTH, not FRAME_HEIGHT.Richard M. Stallman1993-02-101-1/+1
* (extra_keyboard_modifiers): New Lisp var.Richard M. Stallman1993-02-071-0/+17
* (XTread_socket): Support extra_keyboard_modifiers.Richard M. Stallman1993-02-071-1/+7
* * window.c (Fscroll_left, Fscroll_right): Don't forget to applyJim Blandy1993-01-301-2/+2
* * xmenu.c (Fx_popup_menu): Don't forget to turn the frame-relativeJim Blandy1993-01-291-3/+25