(P_): Moved to top of file.
[bpt/emacs.git] / src / lisp.h
1999-07-21 Gerd Moellmann(P_): Moved to top of file.
1999-01-03 Richard M. StallmanDelete #if 0 old definitions.
1998-11-26 Kenichi Handa(Frequire): Update declaration.
1998-11-16 Kenichi Handa(CHAR_TABLE_REF): Check if IDX is negative or not.
1998-10-12 Kenichi Handa(clear_string_char_byte_cache): Extern it.
1998-08-18 Richard M. Stallman(Fread_event, Fread_char, Fread_char_exclusive):
1998-08-07 Kenichi Handa(multibyte_char_to_unibyte): Extern it.
1998-08-07 Kenichi Handa(Fread_key_sequence): Update declaration.
1998-07-21 Kenichi Handa(init_coding): Extern it.
1998-06-24 Richard M. Stallman(get_doc_string): Adjust declaration.
1998-06-22 Karl Heuer(Qinhibit_redisplay): Declared.
1998-06-10 Richard M. Stallman(Feval_region): Accept 4 args.
1998-05-28 Richard M. StallmanAdd prototype for get_doc_string.
1998-05-25 Richard M. Stallman(CHAR_TABLE_TRANSLATE): New macro.
1998-05-22 Richard M. Stallman(frame_buffer_predicate, frame_buffer_list)
1998-05-18 Kenichi Handa(Vnonascii_translation_table): Name changed from
1998-05-04 Andreas SchwabDeclare init functions.
1998-04-29 Andreas SchwabDeclare Fcompare_strings.
1998-04-29 Geoff Voelker[WINDOWSNT]: Use function prototypes.
1998-04-26 Richard M. StallmanInclude initial_obarray from lread.c
1998-04-22 Erik NaggumRemove extraneous semicolon.
1998-04-14 Andreas SchwabAdd more prototypes.
1998-03-30 Kenichi Handa(adjust_after_replace, adjust_after_insert): Extern...
1998-03-25 Kenichi Handa(make_buffer_string, make_buffer_string_both): Extern...
1998-03-24 Kenichi Handa(record_delete): The second arg is Lisp_Object.
1998-03-24 Kenichi HandaDeclarations changed.
1998-03-17 Richard M. StallmanFstore_match_data => Fset_match_data.
1998-03-12 Richard M. Stallman(struct Lisp_Buffer_Local_Value):
1998-03-03 Richard M. Stallman(Vnonascii_translate_table, Qcharset): New variable...
1998-01-22 Kenichi Handa(detect_coding_system): Extern it.
1998-01-21 Richard M. StallmanUpdate copyright year.
1998-01-09 Richard M. Stallman(STRING_MULTIBYTE): New macro.
1998-01-02 Richard M. Stallman(struct Lisp_Marker): Rename `bufpos' to `bytepos'.
1998-01-01 Richard M. Stallman(struct Lisp_Marker): New field `charpos'.
1997-12-21 Richard M. Stallman(message2_nolog): Fix arg types.
1997-11-28 Andreas Schwab(internal_with_output_to_temp_buffer):
1997-11-21 Andreas SchwabAdd more prototypes and declarations. Forward declare
1997-10-23 Paul Eggert(DBL_DIG): Remove; the default value is now set in...
1997-09-05 Richard M. Stallman(Fread_coding_system): Update decl.
1997-09-03 Geoff VoelkerDeclare discard_mouse_events.
1997-08-27 Richard M. StallmanDeclare Fchar_bytes.
1997-08-26 Kenichi Handa(DEFUN_ARGS_8): New macro.
1997-08-08 Richard M. Stallman(Flocal_variable_p, Ffind_operation_coding_system)...
1997-08-04 Richard M. Stallman(Fload): Update declaration.
1997-07-12 Richard M. Stallman(EXFUN, P_): New definitions. Use them to declare
1997-07-04 Richard M. StallmanFix bugs with inappropriate mixing of Lisp_Object with...
1997-06-02 Richard M. Stallman(VALMASK, GCTYPEMASK, MARKBIT, ARRAY_MARK_FLAG)
1997-06-02 Richard M. Stallman(concat3, get_truename_buffer): Declare them.
1997-05-28 Kenichi Handa(CHAR_TABLE_REF): Do not check validity of CT.
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...
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 NaggumDeclare make_symbol ().
1996-09-13 Richard M. Stallman(struct Lisp_Symbol): New field `obarray'.
1996-09-04 Richard M. StallmanAdd many declarations.
1996-09-01 Karl HeuerRemoved 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 NaggumUpdate 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...
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.
next