| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fassq, Fassoc): Doc fixes. | Richard M. Stallman | 1994-01-22 | 1 | -4/+4 |
| * | (Faset): Doc fix. | Richard M. Stallman | 1994-01-22 | 1 | -2/+2 |
| * | (display_menu_bar): Add USE_X_TOOLKIT conditional. | Richard M. Stallman | 1994-01-21 | 1 | -1/+40 |
| * | (struct frame): New field external_menu_bar. | Richard M. Stallman | 1994-01-21 | 1 | -0/+6 |
| * | [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h, | Richard M. Stallman | 1994-01-21 | 1 | -0/+26 |
| * | *** empty log message *** | Richard M. Stallman | 1994-01-21 | 1 | -0/+1 |
| * | (S_ISDIR): Define if not defined. | Richard M. Stallman | 1994-01-21 | 1 | -13/+12 |
| * | (update_end): Clear updating_frame before calling hook. | Richard M. Stallman | 1994-01-21 | 1 | -1/+1 |
| * | (double_dollars): New function. | Richard M. Stallman | 1994-01-20 | 1 | -27/+38 |
| * | Doc fix. | Richard M. Stallman | 1994-01-20 | 1 | -1/+1 |
| * | Doc fixes. | Richard M. Stallman | 1994-01-20 | 1 | -3/+3 |
| * | (Fprevious_property_change): Move back at least 1 char. | Richard M. Stallman | 1994-01-20 | 1 | -0/+8 |
| * | (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): New macros. | Richard M. Stallman | 1994-01-20 | 1 | -0/+29 |
| * | Add #undef SYSTEM_MALLOC. | Richard M. Stallman | 1994-01-19 | 1 | -3/+1 |
| * | Add #undef for USE_X_TOOLKIT. | Richard M. Stallman | 1994-01-19 | 1 | -0/+3 |
| * | entered into RCS | Richard M. Stallman | 1994-01-18 | 1 | -0/+78 |
| * | Initial revision | Richard M. Stallman | 1994-01-18 | 2 | -0/+990 |
| * | Don't include stdio.h. | Richard M. Stallman | 1994-01-17 | 1 | -1/+0 |
| * | Include stdio.h before config.h. | Richard M. Stallman | 1994-01-17 | 1 | -1/+1 |
| * | (init_callproc): Use Vinstallation_directory. | Richard M. Stallman | 1994-01-17 | 1 | -15/+9 |
| * | (init_lread): Use Vinstallation_directory. | Richard M. Stallman | 1994-01-17 | 1 | -8/+7 |
| * | (Ffile_symlink_p): Doc fix. | Richard M. Stallman | 1994-01-16 | 1 | -3/+3 |
| * | (Voverriding_local_map): New variable. | Richard M. Stallman | 1994-01-16 | 1 | -13/+45 |
| * | (Fkey_binding): Handle Voverriding_local_map. | Richard M. Stallman | 1994-01-16 | 1 | -13/+31 |
| * | Comment change. | Paul Reilly | 1994-01-15 | 1 | -1/+1 |
| * | (LD_SWITCH_X_SITE_AUX): Add #undef. | Richard M. Stallman | 1994-01-15 | 1 | -0/+4 |
| * | (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX. | Richard M. Stallman | 1994-01-15 | 1 | -2/+2 |
| * | (Fffloor, Ffceil, Ffround, Fftruncate): New functions. | Richard M. Stallman | 1994-01-15 | 1 | -4/+2 |
| * | (request_sigio, unrequest_sigio): Add new versions of | Richard M. Stallman | 1994-01-15 | 1 | -0/+34 |
| * | (command_loop_1): If there's an error in the | Richard M. Stallman | 1994-01-14 | 1 | -2/+22 |
| * | (BSTRING): Don't define it here. | Richard M. Stallman | 1994-01-14 | 1 | -5/+0 |
| * | (main) [USG5 and INTERRUPT_INPUT]: Call setpgrp. | Richard M. Stallman | 1994-01-14 | 1 | -0/+4 |
| * | (sigchld_handler, status_message): Handle a NULL in sys_siglist. | Richard M. Stallman | 1994-01-14 | 1 | -4/+23 |
| * | (xterm.o): Depends on syssignal.h. | Richard M. Stallman | 1994-01-13 | 1 | -1/+1 |
| * | Initial revision | Richard M. Stallman | 1994-01-13 | 2 | -0/+257 |
| * | (sys_siglist) [sun]: Additional Sun-specific signal names. | Richard M. Stallman | 1994-01-12 | 1 | -0/+18 |
| * | (syms_of_buffer): Don't do (put 'erase-buffer 'disabled t) here. | Roland McGrath | 1994-01-12 | 1 | -3/+5 |
| * | (child_setup): Call close_load_descs. | Richard M. Stallman | 1994-01-11 | 1 | -0/+1 |
| * | (Fload): Record descriptor numbers on load_descriptor_list. | Richard M. Stallman | 1994-01-11 | 1 | -0/+29 |
| * | (Fcondition_case): Doc fix. | Richard M. Stallman | 1994-01-11 | 1 | -0/+3 |
| * | (Fsignal): Rename 1st arg to error_symbol. | Richard M. Stallman | 1994-01-11 | 1 | -9/+9 |
| * | (read_char_x_menu_prompt, read_char_minibuf_menu_prompt): | Richard M. Stallman | 1994-01-11 | 1 | -23/+88 |
| * | (Fcondition_case): Allow a list of condition names in a handler. | Richard M. Stallman | 1994-01-11 | 1 | -8/+27 |
| * | (read_process_output): Supply second arg to unbind_to. | Richard M. Stallman | 1994-01-11 | 1 | -2/+2 |
| * | (x_sync): Block input. | Richard M. Stallman | 1994-01-10 | 1 | -0/+2 |
| * | (struct buffer): New field auto_save_failure_time. | Richard M. Stallman | 1994-01-10 | 1 | -0/+3 |
| * | (set_search_regs): New subroutine. | Richard M. Stallman | 1994-01-10 | 1 | -45/+41 |
| * | (Fdo_auto_save): If auto save times out, don't try again for 20 minutes. | Richard M. Stallman | 1994-01-10 | 1 | -0/+27 |
| * | (Fdelete_frame): Call x_sync. | Richard M. Stallman | 1994-01-10 | 1 | -1/+8 |
| * | (describe_map_tree): New arg NOMENU. | Richard M. Stallman | 1994-01-10 | 1 | -6/+28 |