(mail-abbrev-syntax-table): Fix initialization.
[bpt/emacs.git] / src / lisp.h
1995-10-31 Richard M. Stallman(CHECK_CHAR_TABLE): Don't accept nil.
1995-10-29 Richard M. Stallman(PVEC_TYPE_MASK): Remove the 0x100 bit.
1995-10-19 Richard M. Stallman(UPCASE_TABLE): Definition deleted.
1995-10-12 Richard M. Stallman(struct Lisp_Char_Table): New slot `purpose'.
1995-10-07 Richard M. Stallman(struct Lisp_Boolvector): New data type.
1995-08-19 Richard M. Stallman(struct Lisp_Marker): Make insertion_type an unsigned...
1995-07-31 Simon MarshallDeclare hook running functions.
1995-07-25 Karl Heuer(Frun_hook_with_args): Declare this function.
1995-07-07 Richard M. Stallman(get_keymap_1): Declared.
1995-07-01 Richard M. Stallman(Fsafe_length): Declared.
1995-06-16 Richard M. Stallman(do_switch_frame): Declared.
1995-06-15 Karl Heuer(enum pvec_type): Don't use trailing comma.
1995-06-07 Karl Heuer(current_prefix_partial): Deleted.
1995-06-06 Karl Heuer(Fwaiting_for_user_input_p): Function declared.
1995-05-26 Karl Heuer(Foverlay_start, Foverlay_end): Declare these functions.
1995-05-25 Karl Heuer(do_symval_forwarding, frame_buffer_predicate): Declare...
1995-05-24 Karl Heuer(menu_bar_items): Declare this function.
1995-05-22 Karl Heuer(gdb_lisp_params): New enum type.
1995-05-07 Richard M. Stallman(Fmatch_data, Fstore_match_data): Declared.
1995-05-06 Richard M. Stallman(gc_cons_threshold): Change back to int.
1995-05-04 Richard M. Stallman(gc_cons_threshold): Make this an EMACS_INT.
1995-04-17 Karl HeuerDeclare some functions.
1995-04-15 Richard M. StallmanDelete the #if that compares MARKBIT.
1995-04-13 Richard M. Stallman(MARKBIT): Do the shifting as unsigned int.
1995-04-10 Richard M. Stallman(KBOARD, etc): Moved to keyboard.h.
1995-04-10 Richard M. Stallman(XMISCTYPE): New macro.
1995-04-05 Karl HeuerDeclare Ffetch_bytecode.
1995-04-03 Karl Heuer(message_nolog): Declare this function.
1995-04-03 Karl HeuerDeclare Vmessage_log_max.
1995-03-31 Karl HeuerDeclare function delete_kboard.
1995-03-22 Karl HeuerDeclare overlay_touches_p.
1995-03-15 Karl Heuer(struct KBOARD, MULTI_KBOARD, current_kboard, all_kboards,
1995-03-08 Karl Heuer(struct PERDISPLAY): New member kbd_queue_has_data.
1995-03-08 Karl HeuerDeclare new var and functions.
1995-03-08 Karl Heuer(struct PERDISPLAY): New member Vlast_kbd_macro.
1995-03-03 Karl Heuer(struct PERDISPLAY): New members defining_kbd_macro...
1995-03-01 Karl Heuer(struct PERDISPLAY): Add prefix_factor, prefix_value...
1995-02-24 Karl Heuer(display_locked): Declare this var.
1995-02-22 Karl Heuer(struct PERDISPLAY): New member kbd_queue.
1995-02-13 Richard M. Stallman(Qprocessp): Declared.
1995-02-07 Karl Heuer(struct PERDISPLAY): Add Vlast_event_frame.
1995-02-03 Karl Heuer(all_perdisplays): New var.
1995-02-03 Karl Heuer(defvar_display): Declare this function.
1995-02-03 Karl Heuer(DEFVAR_DISPLAY): Use current_perdisplay, not get_perdi...
1995-02-01 Karl Heuer(current_perdisplay): New var.
1995-01-31 Karl Heuer[MULTI_PERDISPLAY]: Declare get_perdisplay as a function.
1995-01-31 Karl Heuer(DEFVAR_DISPLAY): New macro.
1995-01-31 Karl HeuerDeclare store_symval_forwarding here.
1995-01-28 Karl Heuer(enum Lisp_Misc_Type): New enumeration Lisp_Misc_Displa...
1995-01-28 Karl Heuer(ECHOBUFSIZE): New constant, replaces sizeof (echobuf).
1995-01-28 Karl Heuer(PERDISPLAY, the_only_perdisplay, get_perdisplay):
1995-01-27 Karl HeuerDeclare message_log_maybe_newline.
1995-01-25 Karl HeuerAdd comments and `volatile' keyword to previous change.
1995-01-25 Karl Heuer(PERD): New struct containing per-display data.
1995-01-20 Karl Heuer(union Lisp_Misc): Make the `type' field just 16 bits...
1995-01-18 Karl Heuer(SWITCH_ENUM_CAST): New macro.
1995-01-13 Richard M. StallmanDeclare Qrear_nonsticky.
1995-01-13 Karl HeuerDeclare message_dolog.
1995-01-11 Karl HeuerUse large constants for Lisp_Misc_Type.
1995-01-11 Richard M. Stallman(struct Lisp_Free, struct Lisp_Marker, etc.):
1995-01-04 Karl Heuer[EXPLICIT_SIGN_EXTEND] (XINT): Use symbolic constants.
1995-01-03 Karl HeuerUse consistent spelling in comments.
1995-01-03 Karl Heuer(enum Lisp_Type): Don't use trailing comma.
1995-01-02 Richard M. Stallman(enum Lisp_Type): Delete Lisp_Buffer.
1994-12-30 Richard M. Stallman(VALBITS): Default now 28.
1994-12-25 Richard M. Stallman(enum Lisp_Type): Rename Max_Lisp_Type to Lisp_Type_Limit.
1994-12-25 Richard M. Stallman(enum Lisp_Type): Add Max_Lisp_Type.
1994-11-21 Francesco PotortìAdded code for automatically saving and restoring the...
1994-11-18 Karl Heuer(enum Lisp_Misc_Type): Rename Lisp_Vector to Lisp_Vecto...
1994-11-18 Karl Heuer(XSETCOMPILED): New macro.
1994-11-16 Karl HeuerDeclare allocate_vectorlike.
1994-11-16 Karl HeuerDelete declaration of Farray_length.
1994-11-15 Karl Heuer(GC_INTEGERP, etc): New type-test macros for use during GC.
1994-11-15 Karl Heuer(NATNUMP): New macro.
1994-11-15 Karl Heuer(enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Ov...
1994-11-13 Richard M. StallmanComment change.
1994-11-11 Karl Heuer(enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_B...
1994-11-10 Karl HeuerFix comment associated with previous change.
1994-11-10 Richard M. Stallman(FRAMEP): Use the second definition whenever HAVE_MOUSE.
1994-11-02 Karl HeuerLeave DEVICE_SEP undefined by default.
1994-11-01 Richard M. Stallman(DEVICE_SEP, DIRECTORY_SEP, IS_DEVICE_SEP)
1994-10-17 Morten Welinder*** empty log message ***
1994-10-13 Richard M. Stallman(Funhandled_file_name_directory): Declared.
1994-10-12 Karl Heuer(enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_I...
1994-10-11 Karl Heuer(Lisp_Misc): new type code, replacing Lisp_Marker ...
1994-10-07 Karl Heuer(enum Lisp_Misc_Type): New type.
1994-10-06 Karl Heuer(Lisp_Void, VOIDP): Deleted.
1994-10-06 Karl Heuer(Lisp_Internal_Stream, XSETINTERNALSTREAM, INTERNALSTRE...
1994-10-06 Karl Heuer(Lisp_Internal, XSETINTERNAL, INTERNALP): Deleted.
1994-10-04 Karl Heuer(XFASTINT): Changed to non-lvalue syntax, to ensure...
1994-10-04 Karl Heuer(XSETFASTINT): New macro.
1994-10-04 Karl Heuer(XSETINT, XSETCONS, XSETBUFFER, XSETVECTOR, XSETSUBR...
1994-09-27 Karl Heuer(BOOLFWDP, INTERNALP, INTFWDP, OBJFWDP, INTERNAL_STREAM...
1994-09-26 Richard M. Stallman(Qplus): Declared.
1994-09-22 Richard M. Stallman(Vdebug_on_error): Declared.
1994-09-19 Richard M. Stallman(RETURN_UNGCPRO): Use if (1) .. else, not do ... while...
1994-09-18 Karl Heuer(Fmember): Declare this function.
1994-09-17 Karl HeuerDeclare some functions.
1994-09-17 Richard M. Stallman(EMACS_INT, EMACS_UINT): Define, if not already defined.
1994-09-17 Richard M. Stallman(Lisp_Object): Use EMACS_INT.
next