| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (DEFVAR_DISPLAY): Use current_perdisplay, not get_perdisplay. | Karl Heuer | 1995-02-03 | 1 | -2/+2 |
* | (current_perdisplay): New var. | Karl Heuer | 1995-02-01 | 1 | -5/+10 |
* | [MULTI_PERDISPLAY]: Declare get_perdisplay as a function. | Karl Heuer | 1995-01-31 | 1 | -0/+4 |
* | (DEFVAR_DISPLAY): New macro. | Karl Heuer | 1995-01-31 | 1 | -0/+4 |
* | Declare store_symval_forwarding here. | Karl Heuer | 1995-01-31 | 1 | -0/+1 |
* | (enum Lisp_Misc_Type): New enumeration Lisp_Misc_Display_Local. | Karl Heuer | 1995-01-28 | 1 | -0/+14 |
* | (ECHOBUFSIZE): New constant, replaces sizeof (echobuf). | Karl Heuer | 1995-01-28 | 1 | -1/+39 |
* | (PERDISPLAY, the_only_perdisplay, get_perdisplay): | Karl Heuer | 1995-01-28 | 1 | -3/+3 |
* | Declare message_log_maybe_newline. | Karl Heuer | 1995-01-27 | 1 | -0/+1 |
* | Add comments and `volatile' keyword to previous change. | Karl Heuer | 1995-01-25 | 1 | -1/+22 |
* | (PERD): New struct containing per-display data. | Karl Heuer | 1995-01-25 | 1 | -0/+20 |
* | (union Lisp_Misc): Make the `type' field just 16 bits, to match the | Karl Heuer | 1995-01-20 | 1 | -1/+1 |
* | (SWITCH_ENUM_CAST): New macro. | Karl Heuer | 1995-01-18 | 1 | -0/+6 |
* | Declare Qrear_nonsticky. | Richard M. Stallman | 1995-01-13 | 1 | -0/+1 |
* | Declare message_dolog. | Karl Heuer | 1995-01-13 | 1 | -0/+1 |
* | Use large constants for Lisp_Misc_Type. | Karl Heuer | 1995-01-11 | 1 | -2/+32 |
* | (struct Lisp_Free, struct Lisp_Marker, etc.): | Richard M. Stallman | 1995-01-11 | 1 | -9/+22 |
* | [EXPLICIT_SIGN_EXTEND] (XINT): Use symbolic constants. | Karl Heuer | 1995-01-04 | 1 | -1/+1 |
* | Use consistent spelling in comments. | Karl Heuer | 1995-01-03 | 1 | -3/+3 |
* | (enum Lisp_Type): Don't use trailing comma. | Karl Heuer | 1995-01-03 | 1 | -22/+22 |
* | (enum Lisp_Type): Delete Lisp_Buffer. | Richard M. Stallman | 1995-01-02 | 1 | -51/+63 |
* | (VALBITS): Default now 28. | Richard M. Stallman | 1994-12-30 | 1 | -82/+96 |
* | (enum Lisp_Type): Rename Max_Lisp_Type to Lisp_Type_Limit. | Richard M. Stallman | 1994-12-25 | 1 | -1/+1 |
* | (enum Lisp_Type): Add Max_Lisp_Type. | Richard M. Stallman | 1994-12-25 | 1 | -0/+3 |
* | Added code for automatically saving and restoring the match data | Francesco Potortì | 1994-11-21 | 1 | -0/+3 |
* | (enum Lisp_Misc_Type): Rename Lisp_Vector to Lisp_Vectorlike. Mark | Karl Heuer | 1994-11-18 | 1 | -11/+37 |
* | (XSETCOMPILED): New macro. | Karl Heuer | 1994-11-18 | 1 | -0/+1 |
* | Declare allocate_vectorlike. | Karl Heuer | 1994-11-16 | 1 | -0/+7 |
* | Delete declaration of Farray_length. | Karl Heuer | 1994-11-16 | 1 | -1/+1 |
* | (GC_INTEGERP, etc): New type-test macros for use during GC. | Karl Heuer | 1994-11-15 | 1 | -0/+27 |
* | (NATNUMP): New macro. | 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 |
* | Comment change. | Richard M. Stallman | 1994-11-13 | 1 | -23/+2 |
* | (enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Buffer_Local_Value and | Karl Heuer | 1994-11-11 | 1 | -42/+51 |
* | Fix comment associated with previous change. | Karl Heuer | 1994-11-10 | 1 | -1/+1 |
* | (FRAMEP): Use the second definition whenever HAVE_MOUSE. | Richard M. Stallman | 1994-11-10 | 1 | -1/+1 |
* | Leave DEVICE_SEP undefined by default. | Karl Heuer | 1994-11-02 | 1 | -3/+0 |
* | (DEVICE_SEP, DIRECTORY_SEP, IS_DEVICE_SEP) | Richard M. Stallman | 1994-11-01 | 1 | -0/+24 |
* | *** empty log message *** | Morten Welinder | 1994-10-17 | 1 | -3/+11 |
* | (Funhandled_file_name_directory): Declared. | Richard M. Stallman | 1994-10-13 | 1 | -0/+1 |
* | (enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Intfwd, | Karl Heuer | 1994-10-12 | 1 | -42/+60 |
* | (Lisp_Misc): new type code, replacing Lisp_Marker (and soon to replace other | Karl Heuer | 1994-10-11 | 1 | -7/+26 |
* | (enum Lisp_Misc_Type): New type. | Karl Heuer | 1994-10-07 | 1 | -1/+8 |
* | (Lisp_Void, VOIDP): Deleted. | Karl Heuer | 1994-10-06 | 1 | -5/+0 |
* | (Lisp_Internal_Stream, XSETINTERNALSTREAM, INTERNALSTREAMP): Deleted. | Karl Heuer | 1994-10-06 | 1 | -8/+0 |
* | (Lisp_Internal, XSETINTERNAL, INTERNALP): Deleted. | Karl Heuer | 1994-10-06 | 1 | -7/+0 |
* | (XFASTINT): Changed to non-lvalue syntax, to ensure that callers will use | Karl Heuer | 1994-10-04 | 1 | -2/+2 |
* | (XSETFASTINT): New macro. | Karl Heuer | 1994-10-04 | 1 | -6/+10 |
* | (XSETINT, XSETCONS, XSETBUFFER, XSETVECTOR, XSETSUBR, XSETSTRING, XSETSYMBOL, | Karl Heuer | 1994-10-04 | 1 | -29/+18 |
* | (BOOLFWDP, INTERNALP, INTFWDP, OBJFWDP, INTERNAL_STREAMP, BUFFER_LOCAL_VALUEP, | Karl Heuer | 1994-09-27 | 1 | -22/+31 |