| Commit message (Expand) | Author | Age | Files | Lines |
| * | * dispnew.c (sit_for): Pass the correct number of arguments to | Jim Blandy | 1993-02-22 | 1 | -1/+1 |
| * | * data.c (Fstring_to_number): Skip initial spaces, to make Emacs | Jim Blandy | 1993-02-22 | 1 | -9/+24 |
| * | * config.h.in: #define USE_TEXT_PROPERTIES by default. | Jim Blandy | 1993-02-22 | 1 | -1/+18 |
| * | * callproc.c (delete_temp_file): Declare this to return | Jim Blandy | 1993-02-22 | 1 | -2/+6 |
| * | * bytecode.c (Fbyte_code): Pass the correct number of arguments to | Jim Blandy | 1993-02-22 | 1 | -1/+1 |
| * | * buffer.h: Remove code which #includes "undo.h" if lint is | Jim Blandy | 1993-02-22 | 1 | -5/+0 |
| * | * buffer.c (Fswitch_to_buffer): Pass the correct number of | Jim Blandy | 1993-02-22 | 1 | -5/+6 |
| * | * alloc.c (make_pure_float): Align pureptr on a sizeof (double) | Jim Blandy | 1993-02-22 | 1 | -15/+34 |
| * | * aix3-1.h: Changes from 18.58. | Jim Blandy | 1993-02-22 | 1 | -14/+16 |
| * | * ibmrs6000.h (C_ALLOCA, STACK_DIRECTION): Only define if HAVE_ALLOCA | Jim Blandy | 1993-02-22 | 1 | -3/+7 |
| * | Initial revision | Jim Blandy | 1993-02-22 | 1 | -0/+12 |
| * | (Fskip_syntax_backward): New function. | Richard M. Stallman | 1993-02-21 | 1 | -24/+76 |
| * | (Fsuspend_emacs): Make tem not register. | Richard M. Stallman | 1993-02-21 | 1 | -1/+1 |
| * | (Fmemory_limit): Doc fix. | Richard M. Stallman | 1993-02-20 | 1 | -1/+1 |
| * | (Fsuspend_emacs): Rename suspend-hook to suspend-hooks and run it manually. | Richard M. Stallman | 1993-02-19 | 1 | -12/+17 |
| * | (describe_map): Call Fkey_description before build_string. | Richard M. Stallman | 1993-02-19 | 1 | -2/+6 |
| * | (Fopen_dribble_file): Doc fix. | Richard M. Stallman | 1993-02-19 | 1 | -1/+2 |
| * | (syms_of_lread): Doc fix. | Richard M. Stallman | 1993-02-18 | 1 | -1/+1 |
| * | * process.c (Fstart_process): Jimb's change of December 11 | Michael I. Bushnell | 1993-02-18 | 2 | -2/+2 |
| * | (search_command): #if 0 previous change. | Richard M. Stallman | 1993-02-15 | 1 | -0/+5 |
| * | (search_command): When moving to LIM on failure, return LIM. | Richard M. Stallman | 1993-02-15 | 1 | -2/+3 |
| * | (Frename_buffer): Make prefix arg set UNIQUE. | Richard M. Stallman | 1993-02-14 | 1 | -7/+8 |
| * | * xterm.c (x_set_window_size): Call change_frame_size instead of | Jim Blandy | 1993-02-14 | 1 | -6/+22 |
| * | * frame.c (Fframe_parameters): Report the `minibuffer' parameter of | Jim Blandy | 1993-02-14 | 1 | -3/+6 |
| * | * xdisp.c (message): Set echo_frame to the frame whose message buf | Jim Blandy | 1993-02-14 | 1 | -23/+37 |
| * | * dispnew.c (remake_frame_glyphs): When re-allocating the frame's | Jim Blandy | 1993-02-14 | 2 | -3/+20 |
| * | * keymap.c (Flookup_key, Fkey_binding, Flocal_key_binding, | Jim Blandy | 1993-02-14 | 1 | -29/+54 |
| * | * frame.c (Fframe_parameters): Report the `minibuffer' parameter of | Jim Blandy | 1993-02-14 | 1 | -4/+1 |
| * | * fileio.c (Fdo_auto_save): If NO_MESSAGE is non-nil, don't tell | Jim Blandy | 1993-02-14 | 1 | -46/+79 |
| * | * s/usg5-4.h: #include "usg5-3.h", not "s-usg5-3.h". | Jim Blandy | 1993-02-14 | 1 | -1/+1 |
| * | (Fadd_text_properties): Put OBJECT arg last. Make it optional. | Richard M. Stallman | 1993-02-13 | 1 | -57/+132 |
| * | (C_SWITCH_MACHINE): Don't define if GCC. | Richard M. Stallman | 1993-02-13 | 1 | -0/+2 |
| * | (Finsert_buffer_substring): Proper error for non-ex buffer. | Richard M. Stallman | 1993-02-11 | 1 | -5/+14 |
| * | (Fcompare_buffer_substrings): New function. | Richard M. Stallman | 1993-02-11 | 1 | -0/+117 |
| * | (char_ins_del_cost): Use FRAME_WIDTH, not FRAME_HEIGHT. | Richard M. Stallman | 1993-02-10 | 1 | -1/+1 |
| * | (extra_keyboard_modifiers): New Lisp var. | Richard M. Stallman | 1993-02-07 | 1 | -0/+17 |
| * | (XTread_socket): Support extra_keyboard_modifiers. | Richard M. Stallman | 1993-02-07 | 1 | -1/+7 |
| * | * window.c (Fscroll_left, Fscroll_right): Don't forget to apply | Jim Blandy | 1993-01-30 | 1 | -2/+2 |
| * | * xmenu.c (Fx_popup_menu): Don't forget to turn the frame-relative | Jim Blandy | 1993-01-29 | 1 | -3/+25 |
| * | * lread.c (read1): Although digits followed by a '.' are an | Jim Blandy | 1993-01-29 | 1 | -1/+1 |
| * | * fns.c (internal_equal): Protect the clause for comparing numbers | Jim Blandy | 1993-01-26 | 1 | -0/+2 |
| * | JimB's changes since January 18th | Jim Blandy | 1993-01-26 | 25 | -457/+671 |
| * | [TERMINFO]: Don't define LIBS_TERMCAP. | Richard M. Stallman | 1993-01-25 | 1 | -1/+4 |
| * | [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a. | Richard M. Stallman | 1993-01-25 | 1 | -2/+11 |
| * | * xterm.c (x_scrollbar_create): Set the scrollbars to use | Jim Blandy | 1993-01-22 | 1 | -13/+12 |
| * | * frame.c (Fdelete_frame): Clear the frame's display after calling | Jim Blandy | 1993-01-22 | 1 | -4/+8 |
| * | (Fdisplay_buffer): Doc fix. | Roland McGrath | 1993-01-19 | 1 | -1/+1 |
| * | * xterm.c (x_window_to_scrollbar): Search frames' | Jim Blandy | 1993-01-16 | 1 | -8/+18 |
| * | (Frecent_keys): Doc fix. | Richard M. Stallman | 1993-01-15 | 1 | -1/+1 |
| * | (Fwindow_at): Doc fix. | Richard M. Stallman | 1993-01-14 | 1 | -6/+6 |