| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (prepare_menu_bars): Clear size-change flag before running | Richard M. Stallman | 1995-05-06 | 1 | -5/+7 |
| * | (days_per_month): Move variable to top level. | Richard M. Stallman | 1995-05-05 | 1 | -1/+3 |
| * | (Fencode_time): Rename arg from min to minute. | Richard M. Stallman | 1995-05-05 | 1 | -7/+7 |
| * | [USE_X_TOOLKIT] (x_window): Always pass position in geometry. | Richard M. Stallman | 1995-05-05 | 1 | -21/+23 |
| * | (HAVE_VFORK): Add #undef. | Richard M. Stallman | 1995-05-05 | 1 | -0/+3 |
| * | (GETPGRP_NO_ARG): Defined. | Richard M. Stallman | 1995-05-05 | 1 | -0/+2 |
| * | (string_display_width): Renamed from string_width. | Richard M. Stallman | 1995-05-05 | 1 | -2/+3 |
| * | (make_gap): Make this new error check also check exceeding VALBITS. | Richard M. Stallman | 1995-05-05 | 1 | -8/+5 |
| * | (Vx_sent_selection_hooks, Vx_lost_selection_hooks, Vselection_alist) | Richard M. Stallman | 1995-05-05 | 1 | -13/+9 |
| * | (Fnumber_to_string, Fstring_to_number): | Richard M. Stallman | 1995-05-05 | 1 | -2/+17 |
| * | (doprnt): Handle long EMACS_INT in sprintf. | Richard M. Stallman | 1995-05-05 | 1 | -0/+10 |
| * | (read1): Handle long EMACS_INT in atol. | Richard M. Stallman | 1995-05-05 | 1 | -1/+6 |
| * | (Fexecute_extended_command): Handle long EMACS_INT in sprintf. | Richard M. Stallman | 1995-05-05 | 1 | -2/+16 |
| * | (print): Make the printing understand EMACS_INTs | Richard M. Stallman | 1995-05-05 | 1 | -1/+6 |
| * | (bcopy, bzero, bcmp): Don't let string.h prototype these. | Richard M. Stallman | 1995-05-05 | 1 | -0/+13 |
| * | (list_processes_1): Cast XFASTINT for passing to sprintf. | Richard M. Stallman | 1995-05-05 | 1 | -1/+1 |
| * | (Qbefore_string, Qafter_string): New vars. | Karl Heuer | 1995-05-05 | 1 | -4/+234 |
| * | [!__GNUC__] (LINKER): Defined. | Richard M. Stallman | 1995-05-04 | 1 | -0/+5 |
| * | (make_gap): Don't allow buffer size that won't fit in int. | Richard M. Stallman | 1995-05-04 | 1 | -0/+8 |
| * | (${etc}DOC): Put SOME_MACHINE_OBJECTS before obj. | Richard M. Stallman | 1995-05-04 | 1 | -1/+6 |
| * | (arith_driver): Make accum and next EMACS_INTs. | Richard M. Stallman | 1995-05-04 | 1 | -3/+3 |
| * | (read1): New arg FIRST_IN_LIST; all callers changed. | Richard M. Stallman | 1995-05-04 | 1 | -9/+78 |
| * | (parse_modifiers, apply_modifiers): Don't assume 32-bit EMACS_INT. | Richard M. Stallman | 1995-05-04 | 1 | -4/+4 |
| * | (Fdelete_overlay): Was mistakenly called Fdelete_overlays. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (gc_cons_threshold): Make this an EMACS_INT. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (gc_cons_threshold): Make this an EMACS_INT. | Richard M. Stallman | 1995-05-04 | 1 | -3/+6 |
| * | (search_buffer): Cast p_limit to EMACS_INT not int. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (GETPGRP_NO_ARG): Define. | Richard M. Stallman | 1995-05-04 | 1 | -0/+2 |
| * | (HAVE_FMOD): Defined. | Richard M. Stallman | 1995-05-04 | 1 | -0/+4 |
| * | (reorder_modifiers): Cast apply_modifiers arg to int. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (reorder_modifiers): Use XINT. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (CANNOT_DUMP, VIRT_ADDR_VARIES, LIBS_TERMCAP) | Richard M. Stallman | 1995-05-03 | 1 | -20/+25 |
| * | (directory_file_name): Add APOLLO conditional. | Richard M. Stallman | 1995-05-03 | 1 | -31/+7 |
| * | (get_local_map): Use Fget_char_property, so that | Karl Heuer | 1995-05-02 | 1 | -11/+21 |
| * | (Fset_buffer_modified_p): Use the truename for locking. | Richard M. Stallman | 1995-05-02 | 1 | -1/+1 |
| * | (Finsert_file_contents): Use file_truename for unlocking. | Richard M. Stallman | 1995-05-02 | 1 | -2/+2 |
| * | (prepare_to_modify_buffer): Use file_truename for locking. | Richard M. Stallman | 1995-05-02 | 1 | -2/+2 |
| * | (union fail_stack_elt): New union. | Richard M. Stallman | 1995-05-02 | 1 | -26/+29 |
| * | (xmenu_show, menubar_selection_callback): Move declaration | Karl Heuer | 1995-05-02 | 1 | -6/+2 |
| * | (kbd_buffer_get_event): New arg USED_MOUSE_MENU. | Karl Heuer | 1995-05-02 | 1 | -6/+18 |
| * | (update_frame): Don't put cursor in echo area unless | Karl Heuer | 1995-05-02 | 1 | -1/+2 |
| * | (display_text_line): Don't move the cursor if it's supposed to | Karl Heuer | 1995-05-02 | 1 | -2/+8 |
| * | (redisplay): Don't move the cursor if it's supposed to | Karl Heuer | 1995-05-01 | 1 | -2/+4 |
| * | (main): Delete duplicate code for -version. | Richard M. Stallman | 1995-04-30 | 1 | -10/+2 |
| * | (Fdo_auto_save): Record visited file name | Richard M. Stallman | 1995-04-30 | 1 | -3/+12 |
| * | (standard_args): Add #ifdef VMS for -map. | Richard M. Stallman | 1995-04-30 | 1 | -0/+2 |
| * | [HAVE_UNISTD_H]: Include unistd.h. | Richard M. Stallman | 1995-04-29 | 1 | -0/+5 |
| * | (standard_args): Add -L/--directory/-directory. | Richard M. Stallman | 1995-04-29 | 1 | -0/+2 |
| * | (PUSH_FAILURE_INT, POP_FAILURE_INT): Use WIDE_INT. | Richard M. Stallman | 1995-04-29 | 1 | -53/+138 |
| * | (Fcall_process): Extend BUFFER arg so it can specify | Richard M. Stallman | 1995-04-29 | 1 | -3/+17 |