| Commit message (Expand) | Author | Age | Files | Lines |
| * | (read1--strings with properties case): | Richard M. Stallman | 1993-03-01 | 1 | -3/+43 |
| * | (Fadd_text_properties, Fremove_text_properties): | Richard M. Stallman | 1993-03-01 | 1 | -41/+172 |
| * | (intervals_equal): Handle one arg null and other not. | Richard M. Stallman | 1993-03-01 | 1 | -162/+141 |
| * | (del_range): Update point before offset_intervals. | Richard M. Stallman | 1993-03-01 | 1 | -3/+3 |
| * | (emacs, temacs): Add @true to prevent Make confusion. | Richard M. Stallman | 1993-02-28 | 1 | -0/+2 |
| * | (syms_of_keyboard): Doc fix. | Richard M. Stallman | 1993-02-26 | 1 | -1/+1 |
| * | (traverse_intervals): New arg ARG. | Richard M. Stallman | 1993-02-25 | 1 | -6/+6 |
| * | (mark_interval): Add ignored arg. | Richard M. Stallman | 1993-02-25 | 1 | -2/+3 |
| * | (Ferase_buffer): Added interactive spec. | Roland McGrath | 1993-02-24 | 1 | -3/+4 |
| * | (syms_of_buffer): Doc fix. | Richard M. Stallman | 1993-02-24 | 1 | -0/+4 |
| * | (syms_of_cmds): New var `overwrite-binary-mode'. | Richard M. Stallman | 1993-02-24 | 1 | -2/+10 |
| * | (read_avail_input): Args to `kill' were backwards. | Richard M. Stallman | 1993-02-23 | 1 | -0/+3 |
| * | * emacs.c (fatal_error_signal): Unblock the signal before we try | Jim Blandy | 1993-02-23 | 1 | -6/+11 |
| * | * abbrev.c (Fexpand_abbrev): Only copy the text we're going to | Jim Blandy | 1993-02-23 | 1 | -1/+1 |
| * | * .gdbinit (xprocess): New command. | Jim Blandy | 1993-02-23 | 1 | -0/+9 |
| * | * alloc.c (make_pure_float): Assure that PUREBEG + pureptr is | Jim Blandy | 1993-02-23 | 1 | -9/+14 |
| * | (Fforward_comment): New function. | Richard M. Stallman | 1993-02-23 | 1 | -6/+7 |
| * | * alloc.c (make_pure_float): Align pureptr according to __alignof, | Jim Blandy | 1993-02-22 | 1 | -1/+11 |
| * | * xterm.c (XTread_socket): Pass the proper number of arguments to | Jim Blandy | 1993-02-22 | 1 | -1/+1 |
| * | * xrdb.c (getuid): Remove declaration. | Jim Blandy | 1993-02-22 | 1 | -0/+6 |
| * | * minibuf.c (Fdisplay_completion_list): Pass the proper number of | Jim Blandy | 1993-02-22 | 2 | -2/+2 |
| * | * xfns.c (x_set_icon_type): Pass the proper number of arguments to | Jim Blandy | 1993-02-22 | 1 | -1/+1 |
| * | * keyboard.c (recursive_edit_1, command_loop_1): Pass the proper | Jim Blandy | 1993-02-22 | 1 | -2/+2 |
| * | * textprop.c (Fget_text_property): Fix typo in function's declaration. | Jim Blandy | 1993-02-22 | 1 | -2/+2 |
| * | * systty.h [HAVE_TERMIOS]: Include fcntl.h. | Jim Blandy | 1993-02-22 | 1 | -0/+1 |
| * | * systime.h [_AIX]: Move test outside of previous #if. | Jim Blandy | 1993-02-22 | 1 | -12/+12 |
| * | * sysdep.c (child_setup_tty): Recognize HAVE_TERMIOS as well as | Jim Blandy | 1993-02-22 | 1 | -2/+2 |
| * | * callint.c (Fcall_interactively): Pass the correct number of | Jim Blandy | 1993-02-22 | 4 | -4/+4 |
| * | * process.c: Make sure we don't miss processes exiting, by having | Jim Blandy | 1993-02-22 | 1 | -18/+65 |
| * | * keyboard.c (recursive_edit_1, command_loop_1): Pass the proper | Jim Blandy | 1993-02-22 | 1 | -1/+1 |
| * | * data.c (Fstring_to_int): Rename this to Fstring_to_number, since | Jim Blandy | 1993-02-22 | 1 | -4/+8 |
| * | * keymap.c (Fdescribe_vector): Pass the proper number of arguments | Jim Blandy | 1993-02-22 | 1 | -1/+1 |
| * | * keyboard.c (init_keyboard): Recognize HAVE_TERMIOS as well as | Jim Blandy | 1993-02-22 | 1 | -33/+31 |
| * | * frame.c (Fselect_frame): Set Vlast_event_frame to Qnil after | Jim Blandy | 1993-02-22 | 1 | -1/+11 |
| * | * fns.c (Fequal): Call internal_equal to recurse on elements of | Jim Blandy | 1993-02-22 | 1 | -2/+2 |
| * | * floatfns.c (Flogb): Always implement this by calling Flog, even | Jim Blandy | 1993-02-22 | 1 | -16/+15 |
| * | * callproc.c (init_callproc): Move the initialization of | Jim Blandy | 1993-02-22 | 1 | -0/+6 |
| * | * editfns.c (Fmessage): Don't forget to return a value when | Jim Blandy | 1993-02-22 | 1 | -1/+4 |
| * | * 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 |