* lisp.h (Ffield_end): Declare.
[bpt/emacs.git] / src / lisp.h
2001-10-07 Ken Raeburn* lisp.h (Ffield_end): Declare.
2001-10-07 Gerd MoellmannFix last change.
2001-10-06 Gerd Moellmann(MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM)
2001-10-05 Gerd Moellmann(LIST_END_P, FOREACH): New macros.
2001-09-26 Gerd Moellmann(echo_kboard): Declare extern.
2001-09-11 Gerd Moellmann(Qinhibit_modification_hooks): Declare.
2001-09-08 Eli ZaretskiiFix a typo in a comment. From Pavel Janik <Pavel@Janik...
2001-07-17 Ken Raeburn* lisp.h (XVECTOR): Verify correct object type before...
2001-07-05 Gerd MoellmannChange comment.
2001-07-03 Gerd MoellmannImprove comment.
2001-05-09 Gerd Moellmann(GLYPH_CHAR_VALID_P): Use CHAR_VALID_P.
2001-04-04 Gerd Moellmann(echoing, echo_message_buffer, cancel_echoing): Declare.
2001-03-28 Gerd Moellmann(Qinhibit_eval_during_redisplay): Declare extern.
2001-03-22 Gerd Moellmann(Vx_resource_name) [HAVE_X_WINDOWS]: Declare extern.
2001-03-15 Gerd Moellmann(store_symval_forwarding): Change prototype.
2001-03-14 Gerd Moellmann(do_switch_frame): Change prototype.
2001-03-06 Gerd Moellmann(Vwindow_list): Declare extern.
2001-03-06 Gerd Moellmann(mouse_face_overlay_overlaps): Add prototype.
2001-02-28 Ken Raeburn* lisp.h (Fframe_parameter): Declare.
2001-02-28 Gerd Moellmann(allocate_vectorlike): Remove prototype.
2001-01-31 Gerd Moellmann(interactive_p): Add prototype.
2001-01-16 Gerd Moellmann(redisplay_preserve_echo_area): Change prototype.
2001-01-09 Gerd Moellmann(STRING_BYTES) [GC_CHECK_STRING_BYTES]: Call
2001-01-09 Gerd Moellmann(push_message_unwind): Add prototype.
2000-12-28 Gerd Moellmann(push_key_description): Add prototype.
2000-12-21 Gerd Moellmann(Qinhibit_point_motion_hooks): Declare extern.
2000-12-13 Kenichi Handa(detect_coding_system): Prototype adjusted.
2000-12-04 Ken Raeburn(Fmake_variable_buffer_local, Fbuffer_file_name): Declare.
2000-11-15 Gerd Moellmann(BINDING_STACK_SIZE): New macro.
2000-11-14 Gerd Moellmann(pos_visible_p): Change prototype.
2000-11-09 Ken Raeburn* lisp.h (Flooking_at): Declare.
2000-10-27 Stefan Monnier* lisp.h (KEYMAPP): New macro.
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...
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...
2000-08-17 Dave LoveRemove 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 LoveAdd xfree missed from last change.
2000-06-20 Dave Love(x_set_tool_bar_lines, free_frame_xic, compose_text...
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__...
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...
2000-03-30 Gerd Moellmann(xstrdup): Add prototype.
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'.
next