summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
...
* (gdb_lisp_params): New enum type.Karl Heuer1995-05-221-0/+14
* (Fmatch_data, Fstore_match_data): Declared.Richard M. Stallman1995-05-071-0/+1
* (gc_cons_threshold): Change back to int.Richard M. Stallman1995-05-061-1/+1
* (gc_cons_threshold): Make this an EMACS_INT.Richard M. Stallman1995-05-041-1/+1
* Declare some functions.Karl Heuer1995-04-171-0/+3
* Delete the #if that compares MARKBIT.Richard M. Stallman1995-04-151-4/+0
* (MARKBIT): Do the shifting as unsigned int.Richard M. Stallman1995-04-131-1/+1
* (KBOARD, etc): Moved to keyboard.h.Richard M. Stallman1995-04-101-86/+0
* (XMISCTYPE): New macro.Richard M. Stallman1995-04-101-20/+23
* Declare Ffetch_bytecode.Karl Heuer1995-04-051-0/+1
* (message_nolog): Declare this function.Karl Heuer1995-04-031-0/+1
* Declare Vmessage_log_max.Karl Heuer1995-04-031-0/+1
* Declare function delete_kboard.Karl Heuer1995-03-311-1/+4
* Declare overlay_touches_p.Karl Heuer1995-03-221-0/+1
* (struct KBOARD, MULTI_KBOARD, current_kboard, all_kboards,Karl Heuer1995-03-151-33/+37
* (struct PERDISPLAY): New member kbd_queue_has_data.Karl Heuer1995-03-081-1/+7
* Declare new var and functions.Karl Heuer1995-03-081-1/+6
* (struct PERDISPLAY): New member Vlast_kbd_macro.Karl Heuer1995-03-081-2/+5
* (struct PERDISPLAY): New members defining_kbd_macro, kbd_macro_buffer,Karl Heuer1995-03-031-4/+19
* (struct PERDISPLAY): Add prefix_factor, prefix_value, prefix_sign,Karl Heuer1995-03-011-16/+6
* (display_locked): Declare this var.Karl Heuer1995-02-241-1/+7
* (struct PERDISPLAY): New member kbd_queue.Karl Heuer1995-02-221-52/+3
* (Qprocessp): Declared.Richard M. Stallman1995-02-131-0/+1
* (struct PERDISPLAY): Add Vlast_event_frame.Karl Heuer1995-02-071-1/+18
* (all_perdisplays): New var.Karl Heuer1995-02-031-3/+10
* (defvar_display): Declare this function.Karl Heuer1995-02-031-0/+1
* (DEFVAR_DISPLAY): Use current_perdisplay, not get_perdisplay.Karl Heuer1995-02-031-2/+2
* (current_perdisplay): New var.Karl Heuer1995-02-011-5/+10
* [MULTI_PERDISPLAY]: Declare get_perdisplay as a function.Karl Heuer1995-01-311-0/+4
* (DEFVAR_DISPLAY): New macro.Karl Heuer1995-01-311-0/+4
* Declare store_symval_forwarding here.Karl Heuer1995-01-311-0/+1
* (enum Lisp_Misc_Type): New enumeration Lisp_Misc_Display_Local.Karl Heuer1995-01-281-0/+14
* (ECHOBUFSIZE): New constant, replaces sizeof (echobuf).Karl Heuer1995-01-281-1/+39
* (PERDISPLAY, the_only_perdisplay, get_perdisplay):Karl Heuer1995-01-281-3/+3
* Declare message_log_maybe_newline.Karl Heuer1995-01-271-0/+1
* Add comments and `volatile' keyword to previous change.Karl Heuer1995-01-251-1/+22
* (PERD): New struct containing per-display data.Karl Heuer1995-01-251-0/+20
* (union Lisp_Misc): Make the `type' field just 16 bits, to match theKarl Heuer1995-01-201-1/+1
* (SWITCH_ENUM_CAST): New macro.Karl Heuer1995-01-181-0/+6
* Declare Qrear_nonsticky.Richard M. Stallman1995-01-131-0/+1
* Declare message_dolog.Karl Heuer1995-01-131-0/+1
* Use large constants for Lisp_Misc_Type.Karl Heuer1995-01-111-2/+32
* (struct Lisp_Free, struct Lisp_Marker, etc.):Richard M. Stallman1995-01-111-9/+22
* [EXPLICIT_SIGN_EXTEND] (XINT): Use symbolic constants.Karl Heuer1995-01-041-1/+1
* Use consistent spelling in comments.Karl Heuer1995-01-031-3/+3
* (enum Lisp_Type): Don't use trailing comma.Karl Heuer1995-01-031-22/+22
* (enum Lisp_Type): Delete Lisp_Buffer.Richard M. Stallman1995-01-021-51/+63
* (VALBITS): Default now 28.Richard M. Stallman1994-12-301-82/+96
* (enum Lisp_Type): Rename Max_Lisp_Type to Lisp_Type_Limit.Richard M. Stallman1994-12-251-1/+1
* (enum Lisp_Type): Add Max_Lisp_Type.Richard M. Stallman1994-12-251-0/+3