| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (overlays_at): Use the new type-test macros. | Karl Heuer | 1994-11-15 | 1 | -2/+2 |
| * | (unlock_all_files): Use the new type-test macros. | Karl Heuer | 1994-11-15 | 1 | -2/+1 |
| * | (x_window_to_frame, x_any_window_to_frame, x_top_window_to_frame): Use the new | Karl Heuer | 1994-11-15 | 1 | -10/+7 |
| * | (GC_INTEGERP, etc): New type-test macros for use during GC. | Karl Heuer | 1994-11-15 | 1 | -0/+27 |
| * | (current_minor_maps): Avoid assignments in arguments to a type-test macro. | Karl Heuer | 1994-11-15 | 1 | -3/+3 |
| * | (PLIST_ELT_P): Avoid assignments in arguments to a type-test macro. | Karl Heuer | 1994-11-15 | 1 | -1/+1 |
| * | (Fpixmap_spec_p): Avoid function calls and assignments as arguments to a | Karl Heuer | 1994-11-15 | 1 | -9/+9 |
| * | (NATNUMP): New macro. | Karl Heuer | 1994-11-15 | 1 | -2/+2 |
| * | (free_float): Don't assume XFASTINT accesses the raw bits. | Karl Heuer | 1994-11-15 | 1 | -9/+8 |
| * | (Frename_buffer): Rename arg NAME to NEWNAME. | Richard M. Stallman | 1994-11-15 | 1 | -3/+3 |
| * | (read_escape): For \S-a, return A. | Richard M. Stallman | 1994-11-15 | 1 | -0/+2 |
| * | (init_sys_modes): Maybe call tcflow. | Richard M. Stallman | 1994-11-15 | 1 | -0/+4 |
| * | (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 |