log src/lisp.h @ 41062:07a4ff5f0909

age author description
Mon, 05 Nov 2001 00:13:53 +0000 Richard M. Stallman (Qcursor_in_non_selected_windows): New declaration.
Sat, 03 Nov 2001 21:29:35 +0000 Ken Raeburn (CHECK_STRING_CAR): New macro.
Fri, 02 Nov 2001 20:12:06 +0000 Pavel Jank (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST, CHECK_STRING,
Wed, 31 Oct 2001 02:19:05 +0000 Stefan Monnier (keys_of_macros): Remove.
Sat, 27 Oct 2001 09:18:35 +0000 Pavel Jank (gdb_lisp_params): Remove code in #if 0 which is now in emacs.c.
Thu, 25 Oct 2001 05:13:57 +0000 Stefan Monnier (make_fixnum_or_float): Coerce double to int explicitly.
Mon, 22 Oct 2001 01:08:47 +0000 Miles Bader (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
Wed, 17 Oct 2001 03:11:30 +0000 Miles Bader (DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case.
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Sun, 14 Oct 2001 16:13:18 +0000 Pavel Jank (Ftop_level): Add prototype.
Sat, 13 Oct 2001 20:43:52 +0000 Gerd Moellmann (DEFUN, DEFVAR_LISP, ...) [DOC_STRINGS_IN_COMMENTS]:
Fri, 12 Oct 2001 22:25:01 +0000 Stefan Monnier (Ffeaturep): Remove.
Fri, 12 Oct 2001 22:21:59 +0000 Stefan Monnier (Ffeaturep, Fprovide): Update prototype.
Fri, 12 Oct 2001 03:22:15 +0000 Stefan Monnier (Vload_suffixes, Vexec_suffixes): Declare.
Fri, 12 Oct 2001 02:12:28 +0000 Stefan Monnier (empty_string): Declare.
Thu, 11 Oct 2001 19:13:20 +0000 Gerd Moellmann (FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons
Thu, 11 Oct 2001 15:37:13 +0000 Gerd Moellmann (make_fixnum_or_float): New macro.
Thu, 11 Oct 2001 08:46:50 +0000 Gerd Moellmann (circular_list_error): Add prototype.
Mon, 08 Oct 2001 22:39:06 +0000 Andrew Innes [max]: Undef min and max before redefining them.
Mon, 08 Oct 2001 11:42:10 +0000 Stefan Monnier Remove the entries for keymap.c (moved to keymap.h).
Mon, 08 Oct 2001 07:59:17 +0000 Gerd Moellmann (min, max): New macros.
Mon, 08 Oct 2001 06:45:26 +0000 Pavel Jank *** empty log message ***
Sun, 07 Oct 2001 11:02:52 +0000 Ken Raeburn * lisp.h (Ffield_end): Declare.
Sun, 07 Oct 2001 00:14:18 +0000 Gerd Moellmann Fix last change.
Sat, 06 Oct 2001 23:25:06 +0000 Gerd Moellmann (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM)
Fri, 05 Oct 2001 09:48:47 +0000 Gerd Moellmann (LIST_END_P, FOREACH): New macros.
Wed, 26 Sep 2001 12:00:56 +0000 Gerd Moellmann (echo_kboard): Declare extern.
Tue, 11 Sep 2001 12:32:17 +0000 Gerd Moellmann (Qinhibit_modification_hooks): Declare.
Sat, 08 Sep 2001 10:32:00 +0000 Eli Zaretskii Fix a typo in a comment. From Pavel Janik <Pavel@Janik.cz>.
Tue, 17 Jul 2001 16:44:16 +0000 Ken Raeburn * lisp.h (XVECTOR): Verify correct object type before returning a pointer.