Change defvar_int def and vars to use EMACS_INT instead of just int.
[bpt/emacs.git] / src / lisp.h
2002-03-04 Stefan MonnierChange defvar_int def and vars to use EMACS_INT instead...
2002-03-04 Pavel JaníkAlign comments.
2002-03-01 Kim F. Storm(GCPRO6): New macro.
2002-02-07 Stefan Monnier(Fx_file_dialog): Export (for Motif code in fileio.c).
2002-01-14 Pavel Janík(adjust_after_replace_noundo)
2002-01-01 Andreas Schwab(max_specpdl_size): Adjust declaration.
2001-12-30 Richard M. Stallman(max_specpdl_size): Add declaration.
2001-12-22 Pavel JaníkRemove declarations of variables `Vmocklisp_arguments...
2001-12-19 Eli Zaretskii(scmp): Remove prototype, since it's now a static
2001-12-01 Stefan Monnier(run_hook_list_with_args): Undo last change.
2001-11-29 Stefan Monnier(GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
2001-11-27 Stefan Monnier(run_hook_list_with_args): Remove.
2001-11-19 Stefan Monnier(keys_of_frame): Remove declaration.
2001-11-15 Pavel JaníkComment fix.
2001-11-15 Miles Bader(Ffield_beginning, Ffield_end): Update EXFUN decl.
2001-11-05 Richard M. Stallman(Qcursor_in_non_selected_windows): New declaration.
2001-11-03 Ken Raeburn(CHECK_STRING_CAR): New macro.
2001-11-02 Pavel Janík(CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST...
2001-10-31 Stefan Monnier(keys_of_macros): Remove.
2001-10-27 Pavel Janík(gdb_lisp_params): Remove code in #if 0 which is now...
2001-10-25 Stefan Monnier(make_fixnum_or_float): Coerce double to int explicitly.
2001-10-22 Miles Bader(DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
2001-10-17 Miles Bader(DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case.
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-14 Pavel Janík(Ftop_level): Add prototype.
2001-10-13 Gerd Moellmann(DEFUN, DEFVAR_LISP, ...) [DOC_STRINGS_IN_COMMENTS]:
2001-10-12 Stefan Monnier(Ffeaturep): Remove.
2001-10-12 Stefan Monnier(Ffeaturep, Fprovide): Update prototype.
2001-10-12 Stefan Monnier(Vload_suffixes, Vexec_suffixes): Declare.
2001-10-12 Stefan Monnier(empty_string): Declare.
2001-10-11 Gerd Moellmann(FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons
2001-10-11 Gerd Moellmann(make_fixnum_or_float): New macro.
2001-10-11 Gerd Moellmann(circular_list_error): Add prototype.
2001-10-08 Andrew Innes[max]: Undef min and max before redefining them.
2001-10-08 Stefan MonnierRemove the entries for keymap.c (moved to keymap.h).
2001-10-08 Gerd Moellmann(min, max): New macros.
2001-10-08 Pavel Janík*** empty log message ***
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.
next