log src/lisp.h @ 48981:fc384425a67f

age author description
2002-11-25 Dave Love Comment.
2002-11-14 Dave Love (get_specified_cursor_type, get_window_cursor_type):
2002-10-24 Kim F. Storm (get_window_cursor_type): Update prototype.
2002-09-11 Richard M. Stallman (pop_message_unwind): Renamed from push_message_unwind.
2002-08-30 Kim F. Storm (Qcursor_in_non_selected_windows): Extern removed.
2002-08-14 Kim F. Storm (Fexecute_kbd_macro): Update prototype.
2002-08-12 Richard M. Stallman Comment change.
2002-07-24 Ken Raeburn (XPNTR): Use NO_UNION_TYPE version for union as well,
2002-07-20 Richard M. Stallman (print_error_message): Declare new args.
2002-07-19 Ken Raeburn (STRING_COPYIN): New macro.
2002-07-16 Ken Raeburn (chars_in_text, multibyte_chars_in_text, copy_text):
2002-07-16 Ken Raeburn * lisp.h (SREF): Produce rvalue.
2002-07-16 Ken Raeburn (SDATA): Produce rvalue.
2002-07-15 Ken Raeburn * lisp.h (STRING_INTERVALS): Produce rvalue.
2002-07-15 Ken Raeburn * lisp.h (STRING_SET_CHARS): New macro.
2002-07-14 Ken Raeburn (SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
2002-07-11 Richard M. Stallman (Vmemory_full): Add declaration.
2002-07-10 Juanma Barranquero (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated.
2002-07-07 Stefan Monnier (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
2002-06-28 Andreas Schwab Remove duplicate declaration of code_convert_string_norecord.
2002-06-03 Thien-Thi Nguyen (current_column): Now returns float.
2002-05-27 Kim F. Storm (Fread_file_name): Now has 6 args.
2002-05-20 Ken Raeburn update LISP_MAKE_RVALUE comment for union, non-gcc case
2002-05-20 Ken Raeburn * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
2002-05-19 Ken Raeburn * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR and XCDR real
2002-04-30 Stefan Monnier (openp): Update prototype.
2002-04-28 Richard M. Stallman (Fcommandp): Declare new arg.
2002-04-12 Pavel Janík (Fpropertize): Add prototype.
2002-03-21 Kim F. Storm (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
2002-03-18 Pavel Janík (Fplist_member): Add prototype.
2002-03-10 Jan Djärv Extern declare syms_of_xsmfns ().
2002-03-08 Gerd Moellmann Fix last change.
2002-03-08 Gerd Moellmann (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
2002-03-04 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
2002-03-04 Pavel Janík Align 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ík Remove declarations of variables `Vmocklisp_arguments', `Qmocklisp' and
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ík Comment 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, CHECK_STRING,
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 in emacs.c.
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 Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
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.