log src/lisp.h @ 17911:058196d8908e

age author description
1997-05-19 Richard M. Stallman (Vtty_erase_char): Declared.
1997-05-10 Richard M. Stallman (read_minibuf): Declaration deleted.
1997-04-11 Karl Heuer (DOWNCASE): Return int, not Lisp_Object.
1997-04-07 Kenichi Handa (CHAR_TABLE_STANDARD_SLOTS): Now 4 more slots than
1997-04-03 Karl Heuer (CHAR_TABLE_REF): Fix syntax error.
1997-03-18 Kenichi Handa (CHAR_TABLE_ORDINARY_SLOTS): Change to 384 (== 256 + 128).
1997-03-10 Karl Heuer (FAST_MAKE_GLYPH): Don't cast CHAR arg; character codes
1997-02-20 Karl Heuer (CHARACTERBITS, GLYPH_MASK_REV_DIR): New macros.
1997-01-21 Richard M. Stallman (FAST_MAKE_GLYPH): Rename args to CHAR and FACE.
1996-12-09 Richard M. Stallman (Fend_of_line, Fbeginning_of_line): Declared.
1996-09-17 Erik Naggum Declare make_symbol ().
1996-09-13 Richard M. Stallman (struct Lisp_Symbol): New field `obarray'.
1996-09-04 Richard M. Stallman Add many declarations.
1996-09-01 Karl Heuer Removed support for !MULTI_FRAME.
1996-07-16 Karl Heuer (Qfont): Declare here.
1996-07-16 Karl Heuer (Qmouse_leave_buffer_hook): Declare it here.
1996-04-26 Richard M. Stallman [WINDOWS_NT]: Declare Vdirectory_sep_char.
1996-02-25 Richard M. Stallman (Qinhibit_read_only): Declared.
1996-02-03 Richard M. Stallman (VECSIZE): Round up when dividing.
1996-01-24 Karl Heuer (XCAR, XCDR, CAR, CDR): New macros.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1995-10-31 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
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 int.
1995-07-31 Simon Marshall Declare 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 these.
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 Heuer Declare some functions.
1995-04-15 Richard M. Stallman Delete 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 Heuer Declare Ffetch_bytecode.
1995-04-03 Karl Heuer (message_nolog): Declare this function.
1995-04-03 Karl Heuer Declare Vmessage_log_max.
1995-03-31 Karl Heuer Declare function delete_kboard.
1995-03-22 Karl Heuer Declare 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 Heuer Declare 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, kbd_macro_buffer,
1995-03-01 Karl Heuer (struct PERDISPLAY): Add prefix_factor, prefix_value, prefix_sign,
1995-02-24 Karl Heuer (display_locked): Declare this var.