| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Frename_buffer): Rename arg NAME to NEWNAME. | Richard M. Stallman | 1994-11-15 | 1 | -12/+12 |
| * | (LD_SWITCH_SYSTEM): Add -dc and -dp. | Richard M. Stallman | 1994-11-15 | 1 | -2/+3 |
| * | (internal_equal): Use new overlay substructure. | Karl Heuer | 1994-11-15 | 1 | -27/+34 |
| * | (mark_object, gc_sweep): Use new overlay substructure. | Karl Heuer | 1994-11-15 | 1 | -1/+18 |
| * | (OVERLAY_START, OVERLAY_END): Use new overlay substructure. | Karl Heuer | 1994-11-15 | 1 | -2/+2 |
| * | (enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay. | Karl Heuer | 1994-11-15 | 1 | -10/+16 |
| * | (print): Use new overlay substructure. | Karl Heuer | 1994-11-15 | 1 | -16/+16 |
| * | (Fmake_overlay, Foverlay_properties, Foverlay_get, Foverlay_put): Use new | Karl Heuer | 1994-11-15 | 1 | -16/+12 |
| * | (Finsert_file_contents): Init not_regular at the beginning. | Richard M. Stallman | 1994-11-15 | 1 | -2/+1 |
| * | (Fkill_all_local_variables): Use XBUFFER_LOCAL_VALUE, not XCONS. | Karl Heuer | 1994-11-15 | 1 | -5/+6 |
| * | Initial revision | Richard M. Stallman | 1994-11-15 | 1 | -0/+5 |
| * | (MAIL_USE_FLOCK): Defined. | Richard M. Stallman | 1994-11-15 | 4 | -3/+11 |
| * | (Finsert_file_contents): If VISIT, set the buffer components | Richard M. Stallman | 1994-11-14 | 1 | -3/+16 |
| * | (A_TEXT_OFFSET): Macro removed. | Roland McGrath | 1994-11-14 | 1 | -3/+1 |
| * | (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_per_buffer): Use accessor | Karl Heuer | 1994-11-14 | 1 | -4/+4 |
| * | Fix typos in comment. | Karl Heuer | 1994-11-14 | 1 | -1/+1 |
| * | Initial revision | Richard M. Stallman | 1994-11-14 | 3 | -0/+1844 |
| * | (C_SWITCH_SYSTEM) [__GNUC__]: Set -D_BSD to get the | Richard M. Stallman | 1994-11-13 | 1 | -0/+2 |
| * | Comment change. | Richard M. Stallman | 1994-11-13 | 1 | -23/+2 |
| * | (Fdisplay_completion_list): Update COLUMN unconditionally. | Richard M. Stallman | 1994-11-13 | 1 | -27/+55 |
| * | (load_pixmap): Handle bitmap_id < 0. F is a FRAME_PTR. | Richard M. Stallman | 1994-11-13 | 1 | -3/+3 |
| * | (syms_of_frame): Fix typo. | Richard M. Stallman | 1994-11-13 | 1 | -1/+1 |
| * | (syms_of_frame): Doc fix for default-frame-alist. | Richard M. Stallman | 1994-11-12 | 1 | -4/+6 |
| * | (store_symval_forwarding, swap_in_symval_forwarding, Fset, default_value, | Karl Heuer | 1994-11-11 | 1 | -42/+58 |
| * | (Fbyte_code): Special case for buffer-local objects is now handled by the more | Karl Heuer | 1994-11-11 | 1 | -14/+2 |
| * | (mark_object): New code to handle buffer-local substructure. | Karl Heuer | 1994-11-11 | 1 | -25/+59 |
| * | (set_buffer_internal): Use XBUFFER_LOCAL_VALUE, not XCONS. | Karl Heuer | 1994-11-11 | 1 | -2/+2 |
| * | (enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Buffer_Local_Value and | Karl Heuer | 1994-11-11 | 1 | -42/+51 |
| * | Fix typo in previous change. | Karl Heuer | 1994-11-11 | 1 | -4/+4 |
| * | Fix comment associated with previous change. | Karl Heuer | 1994-11-10 | 1 | -1/+1 |
| * | (Fnewline): Always use insert_and_inherit. | Richard M. Stallman | 1994-11-10 | 1 | -1/+1 |
| * | (create_process) [OSF1]: Use setpgid, not setpgrp. | Richard M. Stallman | 1994-11-10 | 1 | -0/+4 |
| * | (tracking_off): Test old value with NILP. | Richard M. Stallman | 1994-11-10 | 1 | -4/+3 |
| * | (FRAMEP): Use the second definition whenever HAVE_MOUSE. | Richard M. Stallman | 1994-11-10 | 1 | -1/+1 |
| * | (Fboundp, find_symbol_value): Use type test macros instead of checking XTYPE | Karl Heuer | 1994-11-09 | 1 | -22/+8 |
| * | (Fsubstitute_in_file_name): Add missing #endif. | Richard M. Stallman | 1994-11-09 | 1 | -0/+1 |
| * | Don't include ctype.h. | Richard M. Stallman | 1994-11-09 | 1 | -9/+8 |
| * | (print_help): Set help-mode in *Help* buffer. | Karl Heuer | 1994-11-09 | 1 | -0/+4 |
| * | (describe_syntax_1): Set help-mode in *Help* buffer. | Karl Heuer | 1994-11-09 | 1 | -0/+1 |
| * | (describe_buffer_bindings): Set help-mode in *Help* buffer. | Karl Heuer | 1994-11-09 | 1 | -0/+1 |
| * | (EVENT_QUEUES_EMPTY): Only test do_mouse_tracking and mouse_moved #ifdef | Roland McGrath | 1994-11-09 | 1 | -2/+16 |
| * | (Fset_frame_height): Compare against height, not width. | Karl Heuer | 1994-11-08 | 1 | -1/+1 |
| * | Move decl of input_fd outside of #ifdef HAVE_X_WINDOWS. | Roland McGrath | 1994-11-08 | 1 | -1/+1 |
| * | (XTread_socket): Generate iconify and deiconify events. | Karl Heuer | 1994-11-04 | 1 | -0/+12 |
| * | Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h | Karl Heuer | 1994-11-03 | 1 | -126/+126 |
| * | (sbrk): Allow request sizes to be different than the page size. | Karl Heuer | 1994-11-03 | 1 | -2/+0 |
| * | [WINDOWSNT]: (VIRT_ADDR_VARIES, DATA_END, DATA_START, HAVE_ALLOCA): Defined. | Karl Heuer | 1994-11-03 | 1 | -0/+7 |
| * | #include <malloc.h>. | Karl Heuer | 1994-11-03 | 1 | -0/+6 |
| * | (Fx_list_fonts): Don't bother to retrieve font info when there's no size_ref | Karl Heuer | 1994-11-02 | 1 | -22/+35 |
| * | (Fdecode_time): Fix Lisp_Object vs. integer problems. | Karl Heuer | 1994-11-02 | 1 | -8/+17 |