log src/lisp.h @ 32940:80681aca0859

age author description
2000-10-25 Gerd Moellmann (pos_visible_p): Add prototype.
2000-10-21 Miles Bader (Fpos_visible_in_window_p): Update prototype
2000-10-15 Stefan Monnier * keymap.c (access_keymap): Add AUTOLOAD parameter.
2000-10-05 Gerd Moellmann (safe_call): Renamed from call_function.
2000-10-02 Gerd Moellmann (wrong_type_argument): Remove NO_RETURN, the function can
2000-09-29 Gerd Moellmann (fatal): Declare NO_RETURN.
2000-09-26 Gerd Moellmann (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT
2000-09-26 Gerd Moellmann (union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and
2000-09-21 Gerd Moellmann (wrong_type_argument, Fthrow, Fsignal, error): Declare
2000-09-07 Gerd Moellmann (Qdisplay): Declare extern.
2000-08-27 Stefan Monnier (store_in_keymap, fix_submap_inheritance): Remove.
2000-08-22 Andrew Innes [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
2000-08-21 Gerd Moellmann (set_time_zone_rule): Add prototype.
2000-08-18 Gerd Moellmann (CHECK) [ENABLE_CHECKING]: Make both side of the
2000-08-18 Miles Bader (Lisp_String): Replace DECLARE_INTERVALS with real decl.
2000-08-17 Dave Love Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't
2000-08-09 Gerd Moellmann (input_pending): External declaration.
2000-08-02 Gerd Moellmann (Fsingle_key_description, xmalloc, xrealloc): Change
2000-07-27 Kenichi Handa (char_table_ref_and_index): Add prototype.
2000-07-25 Gerd Moellmann (GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bits
2000-07-24 Miles Bader (Fconstrain_to_field): Update external declaration.
2000-07-19 Gerd Moellmann (Fnext_single_char_property_change): Add prototype.
2000-07-14 Gerd Moellmann (FUNCTIONP): New macro.
2000-07-13 Gerd Moellmann (eval_form): Add prototype.
2000-07-13 Gerd Moellmann (AREF, ASET, ASIZE): New macros.
2000-07-05 Gerd Moellmann (handling_signal): External declaration.
2000-07-05 Gerd Moellmann (Vsignaling_function): External declaration.
2000-06-28 Gerd Moellmann (next_almost_prime): Add prototype.
2000-06-26 Gerd Moellmann (QCfilter): External declaration.
2000-06-25 Dave Love (swap_in_global_binding): Declare.
2000-06-20 Dave Love Add xfree missed from last change.
2000-06-20 Dave Love (x_set_tool_bar_lines, free_frame_xic, compose_text, getenv, ctime)
2000-06-13 Gerd Moellmann (Qmessage_truncate_lines): External declaration.
2000-06-05 Dave Love (DEFUN, EXFUN): Test PROTOTYPES.
2000-05-31 Gerd Moellmann (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'.
2000-05-29 Dave Love (get_local_map: Don't declare here.
2000-04-21 Gerd Moellmann (struct Lisp_Buffer_Cons): Remove.
2000-04-05 Ken Raeburn * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
2000-04-03 Gerd Moellmann (larger_vector): Add prototype.
2000-03-30 Ken Raeburn * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
2000-03-30 Ken Raeburn * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
2000-03-30 Gerd Moellmann (xstrdup): Add prototype.
2000-03-29 Ken Raeburn Stop assuming interval pointers and lisp objects can be distinguished by
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 Love Add a bunch of prototypes.
2000-02-25 Gerd Moellmann (Fx_hide_busy_cursor): Remove prototype.
2000-02-20 Richard M. Stallman Comment changes.
2000-02-17 Gerd Moellmann (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)
2000-02-17 Gerd Moellmann Remove `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 Moellmann Add prototype for allocate_string_data.
2000-01-01 Gerd Moellmann Add 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 Moellmann Add prototype for set_text_properties.
1999-11-24 Gerd Moellmann Fix typo in previous change.
1999-11-24 Gerd Moellmann (enum pvec_type): Put PVEC_FLAG in #if 0.