2008-01-08 |
Glenn Morris |
Add 2008 to copyright years.
|
2007-08-22 |
Stefan Monnier |
(Fclear_face_cache, Fx_send_client_event): Declare.
|
2007-08-08 |
Glenn Morris |
Replace `iff' in comments.
|
2007-07-25 |
Glenn Morris |
Switch license to GPLv3 or later.
|
2007-03-17 |
Chong Yidong |
Declare check_obarray.
|
2007-01-21 |
Glenn Morris |
Add 2007 to copyright years.
|
2006-10-03 |
Stefan Monnier |
(clear_regexp_cache): Declare.
|
2006-09-05 |
Kim F. Storm |
(pos_visible_p): Update prototype.
|
2006-09-01 |
Chong Yidong |
* buffer.h (struct buffer_text): New field chars_modiff.
|
2006-07-26 |
Chong Yidong |
* lisp.h: Update read-char, read-event, and read_filtered_event
|
2006-07-18 |
Dan Nicolaescu |
* ebrowse.c (usage, version): Mark as NO_RETURN.
|
2006-07-18 |
Kim F. Storm |
(list1): Add EXFUN.
|
2006-07-12 |
Kim F. Storm |
(CHECK_TYPE): New macro for generic type checking.
|
2006-07-11 |
Kim F. Storm |
(sit_for): Update prototype.
|
2006-05-29 |
Dan Nicolaescu |
* search.c (matcher_overflow): Mark as NO_RETURN.
|
2006-05-25 |
Juri Linkov |
(Fread_from_minibuffer): Decrement number of args.
|
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. Stallman |
Undo 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 Zaretskii |
Remove duplicate prototypes. Make the prototype of getloadavg be conditioned
|
2006-02-27 |
Luc Teirlinck |
EXFUN Fget_load_suffixes. Extern Vload_file_rep_suffixes.
|
2006-02-26 |
Stefan Monnier |
(struct specbinding, specpdl_ptr): Remove the volatile qualifier which was
|
2006-02-10 |
Kim F. Storm |
* data.c (Findirect_function): Add NOERROR arg. All callers changed
|
2006-02-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2006-02-05 |
Ken Raeburn |
(XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: Cast bitfield
|
2005-12-11 |
Richard M. Stallman |
(EQ): Use == so args are computed just once.
|
2005-11-20 |
Nick Roberts |
Use 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 to the correct
|
2005-09-10 |
Eli Zaretskii |
Fix last change.
|
2005-09-10 |
Eli Zaretskii |
(get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add prototype.
|
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 Nguyen |
Update 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 Kamstra |
Update FSF's address.
|
2005-06-10 |
Luc Teirlinck |
Update EXFUN of Fselect_frame.
|
2005-06-08 |
Kim F. Storm |
(Fmatch_data, Fset_match_data): Fix EXFUN.
|
2005-05-24 |
Nick Roberts |
Fx_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. Stallman |
Comment 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 Schwab |
Declare string_to_multibyte.
|
2004-11-30 |
Kim F. Storm |
New defines to enable buffer overrun checking.
|
2004-11-27 |
Eli Zaretskii |
(DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN is not defined.
|
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 Schwab |
Declare 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. Storm |
Rename wait_reading_process_input to wait_reading_process_output.
|
2004-08-19 |
Kim F. Storm |
Adapt to new wait_reading_process_input args.
|
2004-06-30 |
Andreas Schwab |
Declare 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 Tamm |
Various fixes to support USE_LSB_TAG with carbon emacs. Mostly fixing
|
2004-05-13 |
Stefan Monnier |
(USE_LSB_TAG): Make it the default when it is known to work.
|
2004-05-10 |
Andreas Schwab |
Declare Fmake_symbolic_link.
|
2004-04-26 |
Andreas Schwab |
(BOOL_VECTOR_BITS_PER_CHAR): Define.
|
2004-04-26 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-248
|
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_end_in_overlays.
|
2004-03-11 |
Kim F. Storm |
Image 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 `type'.
|
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ärv |
lisp.h: Add undef DECL_ALIGN
|
2004-01-21 |
Stefan Monnier |
(QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
|
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-29 |
Karoly Lorentey |
Bugfix festival.
|
2003-12-28 |
Karoly Lorentey |
Merged in changes from CVS HEAD
|
2003-12-28 |
Kim F. Storm |
(IMAGEP): New macro to test for image object type.
|
2003-12-27 |
Karoly Lorentey |
Full support for multiple terminal I/O (with some rough edges).
|
2003-12-26 |
Karoly Lorentey |
lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
|
2003-12-25 |
Karoly Lorentey |
Implemented multiple tty support.
|
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 Bader |
Add arch taglines
|
2003-08-20 |
Dave Love |
(EMACS_LISP_H): New.
|
2003-07-11 |
Andreas Schwab |
(adjust_overlays_for_insert, adjust_overlays_for_delete): Update prototype.
|
2003-07-09 |
Stefan Monnier |
(VALBITS): Define in terms of GCTYPEBITS.
|