log src/lisp.h @ 32988:c3435dc00ed7

age author description
Fri, 27 Oct 2000 22:20:19 +0000 Stefan Monnier * lisp.h (KEYMAPP): New macro.
Wed, 25 Oct 2000 11:54:27 +0000 Gerd Moellmann (pos_visible_p): Add prototype.
Sat, 21 Oct 2000 08:00:30 +0000 Miles Bader (Fpos_visible_in_window_p): Update prototype
Sun, 15 Oct 2000 03:31:21 +0000 Stefan Monnier * keymap.c (access_keymap): Add AUTOLOAD parameter.
Thu, 05 Oct 2000 19:26:09 +0000 Gerd Moellmann (safe_call): Renamed from call_function.
Mon, 02 Oct 2000 11:11:12 +0000 Gerd Moellmann (wrong_type_argument): Remove NO_RETURN, the function can
Fri, 29 Sep 2000 09:01:16 +0000 Gerd Moellmann (fatal): Declare NO_RETURN.
Tue, 26 Sep 2000 13:02:50 +0000 Gerd Moellmann (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT
Tue, 26 Sep 2000 12:35:33 +0000 Gerd Moellmann (union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and
Thu, 21 Sep 2000 21:49:53 +0000 Gerd Moellmann (wrong_type_argument, Fthrow, Fsignal, error): Declare
Thu, 07 Sep 2000 11:36:52 +0000 Gerd Moellmann (Qdisplay): Declare extern.
Sun, 27 Aug 2000 15:50:49 +0000 Stefan Monnier (store_in_keymap, fix_submap_inheritance): Remove.
Tue, 22 Aug 2000 22:26:04 +0000 Andrew Innes [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
Mon, 21 Aug 2000 19:47:02 +0000 Gerd Moellmann (set_time_zone_rule): Add prototype.
Fri, 18 Aug 2000 05:17:21 +0000 Gerd Moellmann (CHECK) [ENABLE_CHECKING]: Make both side of the
Fri, 18 Aug 2000 03:06:17 +0000 Miles Bader (Lisp_String): Replace DECLARE_INTERVALS with real decl.
Thu, 17 Aug 2000 14:15:15 +0000 Dave Love Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't
Wed, 09 Aug 2000 18:41:19 +0000 Gerd Moellmann (input_pending): External declaration.
Wed, 02 Aug 2000 20:15:09 +0000 Gerd Moellmann (Fsingle_key_description, xmalloc, xrealloc): Change
Thu, 27 Jul 2000 06:03:21 +0000 Kenichi Handa (char_table_ref_and_index): Add prototype.
Tue, 25 Jul 2000 12:06:09 +0000 Gerd Moellmann (GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bits
Mon, 24 Jul 2000 23:47:09 +0000 Miles Bader (Fconstrain_to_field): Update external declaration.
Wed, 19 Jul 2000 15:47:31 +0000 Gerd Moellmann (Fnext_single_char_property_change): Add prototype.
Fri, 14 Jul 2000 13:57:22 +0000 Gerd Moellmann (FUNCTIONP): New macro.
Thu, 13 Jul 2000 23:44:57 +0000 Gerd Moellmann (eval_form): Add prototype.
Thu, 13 Jul 2000 14:06:39 +0000 Gerd Moellmann (AREF, ASET, ASIZE): New macros.
Wed, 05 Jul 2000 19:57:41 +0000 Gerd Moellmann (handling_signal): External declaration.
Wed, 05 Jul 2000 17:23:15 +0000 Gerd Moellmann (Vsignaling_function): External declaration.
Wed, 28 Jun 2000 20:28:02 +0000 Gerd Moellmann (next_almost_prime): Add prototype.
Mon, 26 Jun 2000 15:03:42 +0000 Gerd Moellmann (QCfilter): External declaration.
Sun, 25 Jun 2000 15:57:54 +0000 Dave Love (swap_in_global_binding): Declare.
Tue, 20 Jun 2000 13:29:04 +0000 Dave Love Add xfree missed from last change.
Tue, 20 Jun 2000 13:08:48 +0000 Dave Love (x_set_tool_bar_lines, free_frame_xic, compose_text, getenv, ctime)
Tue, 13 Jun 2000 23:51:16 +0000 Gerd Moellmann (Qmessage_truncate_lines): External declaration.
Mon, 05 Jun 2000 14:41:27 +0000 Dave Love (DEFUN, EXFUN): Test PROTOTYPES.
Wed, 31 May 2000 19:16:53 +0000 Gerd Moellmann (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'.
Mon, 29 May 2000 11:33:35 +0000 Dave Love (get_local_map: Don't declare here.
Fri, 21 Apr 2000 13:00:58 +0000 Gerd Moellmann (struct Lisp_Buffer_Cons): Remove.
Wed, 05 Apr 2000 18:47:29 +0000 Ken Raeburn * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Mon, 03 Apr 2000 12:12:35 +0000 Gerd Moellmann (larger_vector): Add prototype.
Thu, 30 Mar 2000 22:27:55 +0000 Ken Raeburn * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
Thu, 30 Mar 2000 09:56:31 +0000 Ken Raeburn * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Thu, 30 Mar 2000 09:33:32 +0000 Gerd Moellmann (xstrdup): Add prototype.
Wed, 29 Mar 2000 22:14:34 +0000 Ken Raeburn Stop assuming interval pointers and lisp objects can be distinguished by
Tue, 14 Mar 2000 21:15:03 +0000 Gerd Moellmann (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
Wed, 08 Mar 2000 18:46:21 +0000 Dave Love (P_): Define based on PROTOTYPES, not __STDC__.
Sun, 27 Feb 2000 20:40:26 +0000 Dave Love Add a bunch of prototypes.
Fri, 25 Feb 2000 13:28:41 +0000 Gerd Moellmann (Fx_hide_busy_cursor): Remove prototype.
Sun, 20 Feb 2000 14:30:15 +0000 Richard M. Stallman Comment changes.
Thu, 17 Feb 2000 15:23:06 +0000 Gerd Moellmann (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)
Thu, 17 Feb 2000 09:45:46 +0000 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
Tue, 25 Jan 2000 15:54:07 +0000 Gerd Moellmann (popup_activated_flag): Add extern declaration.
Tue, 11 Jan 2000 22:16:55 +0000 Richard M. Stallman (set_internal): Enter the new arg.
Tue, 04 Jan 2000 12:21:48 +0000 Gerd Moellmann Add prototype for allocate_string_data.
Sat, 01 Jan 2000 17:06:26 +0000 Gerd Moellmann Add extern declaration for Vinhibit_field_text_motion.
Mon, 27 Dec 1999 05:03:46 +0000 Kenichi Handa (GLYPH): Defined as `int', not `unsigned int'. Now the
Wed, 15 Dec 1999 00:16:30 +0000 Kenichi Handa (QCtest, QCweakness, Qequal): Extern them.
Tue, 07 Dec 1999 04:42:40 +0000 Stefan Monnier * editfns.c (Fdelete_and_extract_region): New function.
Fri, 26 Nov 1999 12:06:29 +0000 Gerd Moellmann Add prototype for set_text_properties.
Wed, 24 Nov 1999 14:01:54 +0000 Gerd Moellmann Fix typo in previous change.