]> code.delx.au - gnu-emacs/history - src/lisp.h
(Version, mh-version): Update for release 8.0.
[gnu-emacs] / src / lisp.h
2006-04-12 YAMAMOTO Mitsuharu(syms_of_fontset, Fset_fontset_font): Put extern and
2006-04-11 Dan Nicolaescu* lisp.h (wrong_type_argument): Mark as NO_RETURN.
2006-04-09 Richard M. StallmanUndo previous change.
2006-04-09 Dan Nicolaescu(args_out_of_range, args_out_of_range_3)
2006-04-09 Dan Nicolaescu* puresize.h (pure_write_error): Mark as NO_RETURN.
2006-04-08 Dan Nicolaescu(report_file_error): Mark as NO_RETURN.
2006-04-08 Eli Zaretskii(PSEUDOVECSIZE): Fix last change.
2006-04-08 Stefan Monnier(PSEUDOVECTOR_SIZE_MASK): Expand docstring.
2006-04-08 Stefan Monnier(OFFSETOF, PSEUDOVECSIZE): New macros.
2006-03-11 Eli ZaretskiiRemove duplicate prototypes. Make the prototype of...
2006-02-27 Luc TeirlinckEXFUN Fget_load_suffixes. Extern Vload_file_rep_suffixes.
2006-02-26 Stefan Monnier(struct specbinding, specpdl_ptr): Remove the volatile...
2006-02-10 Kim F. Storm* data.c (Findirect_function): Add NOERROR arg. All...
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2006-02-05 Ken Raeburn(XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS...
2005-12-11 Richard M. Stallman(EQ): Use == so args are computed just once.
2005-11-20 Nick RobertsUse typedef when Lisp_Object is EMACS_INT so that
2005-11-15 Andreas Schwab(struct Lisp_Cons): Make cdr a union.
2005-11-09 Kim F. Storm(valid_lisp_object_p): Add prototype.
2005-10-29 Richard M. Stallman(memory_full_cons_threshold): Declared.
2005-10-02 Dan Nicolaescu* lisp.h (fatal): Undo previous change.
2005-09-30 Dan Nicolaescu* image.c (slurp_file, xbm_read_bitmap_data): Cast...
2005-09-10 Eli ZaretskiiFix last change.
2005-09-10 Eli Zaretskii(get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME...
2005-08-15 Kim F. Storm(QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
2005-08-15 Kim F. Storm(deactivate_process, status_notify, read_process_output):
2005-08-09 Richard M. Stallman(QUIT): Throw t to Vthrow_on_input.
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-23 Richard M. Stallman(gc_cons_threshold, gc_relative_threshold): Declared.
2005-07-13 Stefan Monnier(gc_cons_threshold): Remove declaration.
2005-07-13 Stefan Monnier(gc_cons_combined_threshold): Declare.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-10 Luc TeirlinckUpdate EXFUN of Fselect_frame.
2005-06-08 Kim F. Storm(Fmatch_data, Fset_match_data): Fix EXFUN.
2005-05-24 Nick RobertsFx_popup_dialog can have three arguments.
2005-04-21 Kim F. Storm(Fsafe_plist_get, Fsafe_get): Remove EXFUN.
2005-04-20 Kenichi Handa(CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
2005-04-19 Kim F. Storm(Fsafe_get): EXFUN it.
2005-04-01 Kenichi Handa(Vascii_upcase_table, Vascii_canon_table,
2005-03-24 Stefan Monnier(make_number): Make prototype more precise.
2005-03-06 Richard M. Stallman(CHECK_CONS_LIST): New macro (two definitions).
2005-01-22 Kim F. Storm(pos_visible_p): Fix prototype.
2005-01-16 Jan Djärv* keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
2004-12-27 Richard M. StallmanComment changes.
2004-12-23 Richard M. Stallman(Vundo_outer_limit): Fix decl.
2004-12-21 Richard M. Stallman(truncate_undo_list): Update decl.
2004-12-13 Richard M. Stallman(QUIT): Check for Vthrow_on_input.
2004-12-07 Jan Djärv* gtkutil.c: Include signal.h and syssignal.h.
2004-12-01 Andreas SchwabDeclare string_to_multibyte.
2004-11-30 Kim F. StormNew defines to enable buffer overrun checking.
2004-11-27 Eli Zaretskii(DECL_ALIGN): Define non-trivially only if NO_DECL_ALIG...
2004-11-21 Richard M. Stallman(Fread_from_minibuffer): Add arg in decl.
2004-11-16 Stefan Monnier(NILP): Use EQ rather than XFASTINT.
2004-11-15 Kim F. Storm(Fsafe_plist_get): Add EXFUN.
2004-11-09 Kim F. Storm(Fdelete): Add EXFUN.
2004-11-07 Andreas SchwabDeclare Fmsdos_downcase_filename.
2004-11-02 Jan Djärv* fileio.c (Fread_file_name): Pass Qt as fifth parameter to
2004-10-26 Kim F. Storm(USE_SAFE_ALLOCA): Add and init sa_must_free integer.
2004-10-18 Kenichi Handa(fast_string_match_ignore_case): Extern it.
2004-08-20 Kim F. StormRename wait_reading_process_input to wait_reading_proce...
2004-08-19 Kim F. StormAdapt to new wait_reading_process_input args.
2004-06-30 Andreas SchwabDeclare Finit_image_library.
2004-06-24 Kim F. Storm(free_misc): Add prototype.
2004-06-22 Kim F. Storm(struct Lisp_Save_Value): New member dogc.
2004-06-21 Kim F. Storm(SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
2004-06-21 Kim F. Storm(MAX_ALLOCA): Define here.
2004-05-29 Richard M. Stallman(truncate_undo_list): Update decl.
2004-05-18 Eli Zaretskii(DECL_ALIGN): Remove restriction on MS-DOS systems.
2004-05-17 Jason Rumney(egetenv) [USE_CRT_DLL]: Remove condition.
2004-05-15 Eli Zaretskii(DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
2004-05-14 Steven TammVarious fixes to support USE_LSB_TAG with carbon emacs...
2004-05-13 Stefan Monnier(USE_LSB_TAG): Make it the default when it is known...
2004-05-10 Andreas SchwabDeclare Fmake_symbolic_link.
2004-04-26 Andreas Schwab(BOOL_VECTOR_BITS_PER_CHAR): Define.
2004-04-26 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
2004-04-21 Stefan Monnier(XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
2004-04-20 Kim F. Storm(pos_visible_p): Fix prototype.
2004-03-29 Stefan Monnier(Finteractive_form): Declare.
2004-03-25 Masatake YAMATO* insdel.c (adjust_markers_for_insert): Call fix_start_...
2004-03-11 Kim F. StormImage consolidation:
2004-02-28 Kim F. Storm(mark_window_display_accurate): Remove prototype.
2004-02-19 Stefan Monnier(union Lisp_Object): Give a more precise type for ...
2004-02-08 Kim F. Storm(syms_of_fringe, init_fringe, init_fringe_once):
2004-01-21 Stefan Monnier[USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
2004-01-21 Jan Djärvlisp.h: Add undef DECL_ALIGN
2004-01-21 Stefan Monnier(QUIT) [SYNC_INPUT]: Check interrupt_input_pending...
2004-01-21 Stefan Monnier[USE_LSB_TAG]: Add definitions for Lisp_Object value
2004-01-21 Stefan Monnier[ENABLE_CHECKING]: Don't force union type.
2003-12-28 Kim F. Storm(IMAGEP): New macro to test for image object type.
2003-11-21 Lars Hansen(Qinteger): Added.
2003-11-17 Stefan Monnier(VALMASK): Only define for non-union type.
2003-11-05 Stefan Monnier(XSETTYPE): Remove.
2003-11-05 Stefan Monnier(GCTYPEMASK): Remove.
2003-11-05 Stefan Monnier(XINT): Move the cast to clarify what is going on.
2003-09-11 Stefan Monnier(VALBITS): Don't remove 1 for the markbit.
2003-09-01 Miles BaderAdd arch taglines
2003-08-20 Dave Love(EMACS_LISP_H): New.
2003-07-11 Andreas Schwab(adjust_overlays_for_insert, adjust_overlays_for_delete...
2003-07-09 Stefan Monnier(VALBITS): Define in terms of GCTYPEBITS.
2003-07-09 Stefan Monnier(struct Lisp_Overlay): New field `next'.
next