Stop assuming interval pointers and lisp objects can be distinguished by
[bpt/emacs.git] / src / lisp.h
2000-03-29 Ken RaeburnStop assuming interval pointers and lisp objects can...
2000-03-14 Gerd Moellmann(free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
2000-03-08 Dave Love(P_): Define based on PROTOTYPES, not __STDC__.
2000-02-27 Dave LoveAdd a bunch of prototypes.
2000-02-25 Gerd Moellmann(Fx_hide_busy_cursor): Remove prototype.
2000-02-20 Richard M. StallmanComment changes.
2000-02-17 Gerd Moellmann(GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)
2000-02-17 Gerd MoellmannRemove `LISP_FLOAT_TYPE' and `standalone'.
2000-01-25 Gerd Moellmann(popup_activated_flag): Add extern declaration.
2000-01-11 Richard M. Stallman(set_internal): Enter the new arg.
2000-01-04 Gerd MoellmannAdd prototype for allocate_string_data.
2000-01-01 Gerd MoellmannAdd extern declaration for Vinhibit_field_text_motion.
1999-12-27 Kenichi Handa(GLYPH): Defined as `int', not `unsigned int'. Now the
1999-12-15 Kenichi Handa(QCtest, QCweakness, Qequal): Extern them.
1999-12-07 Stefan Monnier* editfns.c (Fdelete_and_extract_region): New function.
1999-11-26 Gerd MoellmannAdd prototype for set_text_properties.
1999-11-24 Gerd MoellmannFix typo in previous change.
1999-11-24 Gerd Moellmann(enum pvec_type): Put PVEC_FLAG in #if 0.
1999-11-22 Gerd Moellmann(enum gdb_lisp_params): Put in #if 0, since it doesn't
1999-11-22 Paul Eggert* callproc.c (strerror): Remove decl.
1999-11-18 Kenichi Handa(KEY_DESCRIPTION_SIZE): New macro.
1999-11-11 Gerd MoellmannRemove USE_TEXT_PROPERTIES.
1999-11-07 Gerd MoellmannAdd prototype for unmark_byte_stack.
1999-11-05 Gerd MoellmannAdd prototypes for new functions in bytecode.c.
1999-11-02 Gerd Moellmann(QUIT): Give it statement form.
1999-11-01 Richard M. Stallman(struct gcpro) [DEBUG_GCPRO]: New field `level'.
1999-11-01 Gerd MoellmannAdd extern declaration for Qtext_read_only.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-09-26 Gerd Moellmann(toplevel): Add prototype for
1999-09-20 Gerd MoellmannAdd prototype for safe_bcopy, fatal.
1999-09-20 Gerd Moellmann(RETURN_UNGCPRO): Use do-while (0) idiom.
1999-09-19 Gerd MoellmannAdd prototype for shrink_regexp_cache,
1999-09-19 Dave LoveDeclare Fcurrent_message, Fmake_temp_name, read_bytecod...
1999-09-16 Gerd MoellmannAdd prototype for uninterrupt_malloc, memory_warnings,
1999-09-16 Gerd MoellmannAdd prototype for no_switch_window.
1999-09-14 Gerd MoellmannAdd prototype for debug_print.
1999-09-14 Andreas SchwabDeclare close_file_unwind.
1999-09-13 Gerd Moellmann(selected_frame): Add external declaration.
1999-09-06 Dave LoveRemove comment on DEFVAR_BOOL.
1999-09-05 Gerd MoellmannChange spelling of `toolbar' to `tool_bar' or `tool...
1999-09-03 Gerd MoellmannRemove extern declarations for variables deleted from
1999-08-31 Dave LoveComment on DEFVAR_BOOL.
1999-08-30 Andreas SchwabAdd declarations for some functions.
1999-08-28 Ken Raeburn(struct Lisp_Cons, XCAR, XCDR, struct Lisp_Float):...
1999-08-25 Gerd Moellmann(PVEC_TYPE_MASK): Add the bit for hash tables.
1999-08-24 Gerd Moellmann(Vresize_mini_config, resize_mini_frame,
1999-08-22 Gerd MoellmannAdd prototype for copy_hash_table and Fcopy_hash_table.
1999-08-21 Gerd MoellmannAdd function prototypes.
1999-08-13 Kenichi Handa(CHAR_MODIFIER_MASK): New macro.
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.
next