| Commit message (Expand) | Author | Age | Files | Lines |
| * | (union Lisp_Misc): Make the `type' field just 16 bits, to match the | Karl Heuer | 1995-01-20 | 1 | -1/+1 |
| * | (xbufobjfwd, xbuflocal, xwinconfig): | Karl Heuer | 1995-01-20 | 1 | -6/+6 |
| * | (Ftext_property_any): Handle the trivial case specially. | Karl Heuer | 1995-01-20 | 1 | -1/+3 |
| * | (seed_random): Renamed from srandom. | Karl Heuer | 1995-01-19 | 1 | -26/+66 |
| * | (Frandom): Call seed_random and get_random. | Karl Heuer | 1995-01-19 | 1 | -7/+8 |
| * | (xboolfwd, xbuffer_local_value, xbuffer_objfwd, xcompiled, xintfwd, xmiscfree, | Karl Heuer | 1995-01-19 | 1 | -0/+64 |
| * | (print): Print internal types too, for debugging. | Karl Heuer | 1995-01-19 | 1 | -6/+68 |
| * | (term_get_fkeys_1): Bug fix for function key above f19. | Richard M. Stallman | 1995-01-19 | 1 | -2/+2 |
| * | (subst_char_in_region_unwind): New function. | Richard M. Stallman | 1995-01-19 | 1 | -0/+19 |
| * | (internal_self_insert): Don't test current_column | Richard M. Stallman | 1995-01-19 | 1 | -2/+1 |
| * | Don't include sys/param.h. | Richard M. Stallman | 1995-01-18 | 1 | -8/+0 |
| * | (Qtemp_buffer_show_hook): New hook. | Richard M. Stallman | 1995-01-18 | 1 | -0/+9 |
| * | Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead. | Karl Heuer | 1995-01-18 | 5 | -78/+18 |
| * | [!emacs] (SWITCH_ENUM_CAST): New macro, from emacs/lisp.h | Karl Heuer | 1995-01-18 | 1 | -10/+8 |
| * | (SWITCH_ENUM_CAST): New macro. | Karl Heuer | 1995-01-18 | 1 | -0/+6 |
| * | (list_buffers_1, Flist_buffers): Functions deleted. | Richard M. Stallman | 1995-01-17 | 1 | -131/+0 |
| * | (message_dolog): Ignore narrowing. | Karl Heuer | 1995-01-17 | 1 | -8/+11 |
| * | (redisplay, redisplay_window, display_mode_line, decode_mode_spec): Use window | Karl Heuer | 1995-01-17 | 1 | -9/+13 |
| * | (struct window): New member column_number_displayed. | Karl Heuer | 1995-01-17 | 1 | -1/+4 |
| * | (write_glyphs, insert_glyphs): Call checkmagic. | Karl Heuer | 1995-01-17 | 1 | -2/+4 |
| * | Declare checkmagic. | Karl Heuer | 1995-01-17 | 1 | -0/+1 |
| * | (cmcheckmagic): New function. | Karl Heuer | 1995-01-17 | 1 | -0/+29 |
| * | (kbd_buffer_store_event): Cast arg of bcopy. | Richard M. Stallman | 1995-01-16 | 1 | -1/+1 |
| * | (r_alloc_init): Remove unused variable END. | Roland McGrath | 1995-01-15 | 1 | -4/+2 |
| * | (Fpurecopy): Mask size field when copying pseudovector. | Karl Heuer | 1995-01-14 | 1 | -0/+2 |
| * | Declare Qrear_nonsticky. | Richard M. Stallman | 1995-01-13 | 1 | -0/+1 |
| * | (Vuse_hard_newlines): New variable. | Richard M. Stallman | 1995-01-13 | 1 | -6/+41 |
| * | (printchar, strout): Call message_dolog. | Karl Heuer | 1995-01-13 | 1 | -1/+17 |
| * | Declare message_dolog. | Karl Heuer | 1995-01-13 | 1 | -0/+1 |
| * | (message_log_need_newline): New var. | Karl Heuer | 1995-01-13 | 1 | -12/+34 |
| * | Don't allow MARKBIT and DONT_COPY_FLAG to be the same bit. | Karl Heuer | 1995-01-13 | 1 | -0/+4 |
| * | (DONT_COPY_FLAG): Default this to 1. | Karl Heuer | 1995-01-13 | 1 | -9/+13 |
| * | (internal_equal): Delete redundant tests. | Karl Heuer | 1995-01-12 | 1 | -59/+57 |
| * | (unexec): Cast value of sbrk. | Richard M. Stallman | 1995-01-12 | 1 | -13/+12 |
| * | (internal_equal): Once again use a switch. | Richard M. Stallman | 1995-01-12 | 1 | -52/+74 |
| * | (DONT_COPY_FLAG): Fix typo. | Karl Heuer | 1995-01-11 | 1 | -1/+1 |
| * | Use large constants for Lisp_Misc_Type. | Karl Heuer | 1995-01-11 | 1 | -2/+32 |
| * | (Fgarbage_collect): Don't log the GC message. | Karl Heuer | 1995-01-11 | 1 | -3/+3 |
| * | (message1_nolog): New function. | Karl Heuer | 1995-01-11 | 1 | -0/+7 |
| * | (Vmessage_log_max): New var. | Karl Heuer | 1995-01-11 | 1 | -1/+54 |
| * | (echo): Don't log the key echoes. | Karl Heuer | 1995-01-11 | 1 | -1/+1 |
| * | Declare all non-returning functions `void'. | Karl Heuer | 1995-01-11 | 1 | -11/+25 |
| * | (DONT_COPY_FLAG): New bit flag. | Richard M. Stallman | 1995-01-11 | 1 | -8/+18 |
| * | (main): Handle SIGABRT, SIGHWE, SIGPRE, SIGORE, SIGDLK, | Richard M. Stallman | 1995-01-11 | 1 | -0/+21 |
| * | (struct Lisp_Free, struct Lisp_Marker, etc.): | Richard M. Stallman | 1995-01-11 | 1 | -9/+22 |
| * | (Fnarrow_to_region): Swap using temp Lisp_Object, not int. | Karl Heuer | 1995-01-10 | 1 | -5/+2 |
| * | (Finsert_char): Check inherit flag for long strings too. | Karl Heuer | 1995-01-10 | 1 | -1/+6 |
| * | (syms_of_keyboard): Doc fix. | Richard M. Stallman | 1995-01-10 | 1 | -6/+42 |
| * | (Fscroll_other_window): On small windows, scroll by 1 line. | Karl Heuer | 1995-01-10 | 1 | -4/+5 |
| * | (store_in_keymap): Copy a cons only if car is a string. | Richard M. Stallman | 1995-01-08 | 1 | -3/+4 |