Tue, 03 Oct 2006 13:38:18 +0000 |
Stefan Monnier |
(clear_regexp_cache): Declare.
|
Tue, 05 Sep 2006 22:49:36 +0000 |
Kim F. Storm |
(pos_visible_p): Update prototype.
|
Fri, 01 Sep 2006 13:28:13 +0000 |
Chong Yidong |
* buffer.h (struct buffer_text): New field chars_modiff.
|
Wed, 26 Jul 2006 18:14:05 +0000 |
Chong Yidong |
* lisp.h: Update read-char, read-event, and read_filtered_event
|
Tue, 18 Jul 2006 16:33:45 +0000 |
Dan Nicolaescu |
* ebrowse.c (usage, version): Mark as NO_RETURN.
|
Tue, 18 Jul 2006 13:28:28 +0000 |
Kim F. Storm |
(list1): Add EXFUN.
|
Wed, 12 Jul 2006 13:13:44 +0000 |
Kim F. Storm |
(CHECK_TYPE): New macro for generic type checking.
|
Tue, 11 Jul 2006 20:09:59 +0000 |
Kim F. Storm |
(sit_for): Update prototype.
|
Mon, 29 May 2006 08:06:15 +0000 |
Dan Nicolaescu |
* search.c (matcher_overflow): Mark as NO_RETURN.
|
Thu, 25 May 2006 21:12:52 +0000 |
Juri Linkov |
(Fread_from_minibuffer): Decrement number of args.
|
Wed, 12 Apr 2006 08:06:25 +0000 |
YAMAMOTO Mitsuharu |
(syms_of_fontset, Fset_fontset_font): Put extern and
|
Tue, 11 Apr 2006 07:13:33 +0000 |
Dan Nicolaescu |
* lisp.h (wrong_type_argument): Mark as NO_RETURN.
|
Sun, 09 Apr 2006 19:55:23 +0000 |
Richard M. Stallman |
Undo previous change.
|
Sun, 09 Apr 2006 09:18:47 +0000 |
Dan Nicolaescu |
(args_out_of_range, args_out_of_range_3)
|
Sun, 09 Apr 2006 09:03:44 +0000 |
Dan Nicolaescu |
* puresize.h (pure_write_error): Mark as NO_RETURN.
|
Sat, 08 Apr 2006 19:35:48 +0000 |
Dan Nicolaescu |
(report_file_error): Mark as NO_RETURN.
|
Sat, 08 Apr 2006 16:37:11 +0000 |
Eli Zaretskii |
(PSEUDOVECSIZE): Fix last change.
|
Sat, 08 Apr 2006 14:34:31 +0000 |
Stefan Monnier |
(PSEUDOVECTOR_SIZE_MASK): Expand docstring.
|
Sat, 08 Apr 2006 14:15:04 +0000 |
Stefan Monnier |
(OFFSETOF, PSEUDOVECSIZE): New macros.
|
Sat, 11 Mar 2006 12:33:03 +0000 |
Eli Zaretskii |
Remove duplicate prototypes. Make the prototype of getloadavg be conditioned
|
Mon, 27 Feb 2006 02:06:01 +0000 |
Luc Teirlinck |
EXFUN Fget_load_suffixes. Extern Vload_file_rep_suffixes.
|
Sun, 26 Feb 2006 16:14:20 +0000 |
Stefan Monnier |
(struct specbinding, specpdl_ptr): Remove the volatile qualifier which was
|
Fri, 10 Feb 2006 00:00:31 +0000 |
Kim F. Storm |
* data.c (Findirect_function): Add NOERROR arg. All callers changed
|
Mon, 06 Feb 2006 15:23:23 +0000 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
Sun, 05 Feb 2006 12:21:09 +0000 |
Ken Raeburn |
(XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: Cast bitfield
|
Sun, 11 Dec 2005 15:35:51 +0000 |
Richard M. Stallman |
(EQ): Use == so args are computed just once.
|
Sun, 20 Nov 2005 02:15:26 +0000 |
Nick Roberts |
Use typedef when Lisp_Object is EMACS_INT so that
|
Tue, 15 Nov 2005 13:53:09 +0000 |
Andreas Schwab |
(struct Lisp_Cons): Make cdr a union.
|
Wed, 09 Nov 2005 23:14:19 +0000 |
Kim F. Storm |
(valid_lisp_object_p): Add prototype.
|
Sat, 29 Oct 2005 19:40:49 +0000 |
Richard M. Stallman |
(memory_full_cons_threshold): Declared.
|
Sun, 02 Oct 2005 18:35:05 +0000 |
Dan Nicolaescu |
* lisp.h (fatal): Undo previous change.
|
Fri, 30 Sep 2005 22:38:16 +0000 |
Dan Nicolaescu |
* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
|
Sat, 10 Sep 2005 14:12:35 +0000 |
Eli Zaretskii |
Fix last change.
|
Sat, 10 Sep 2005 14:03:01 +0000 |
Eli Zaretskii |
(get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add prototype.
|
Mon, 15 Aug 2005 12:22:43 +0000 |
Kim F. Storm |
(QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
|
Mon, 15 Aug 2005 08:45:04 +0000 |
Kim F. Storm |
(deactivate_process, status_notify, read_process_output):
|
Tue, 09 Aug 2005 12:10:29 +0000 |
Richard M. Stallman |
(QUIT): Throw t to Vthrow_on_input.
|
Sun, 07 Aug 2005 12:33:19 +0000 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
Sat, 23 Jul 2005 19:08:32 +0000 |
Richard M. Stallman |
(gc_cons_threshold, gc_relative_threshold): Declared.
|
Wed, 13 Jul 2005 05:32:52 +0000 |
Stefan Monnier |
(gc_cons_threshold): Remove declaration.
|
Wed, 13 Jul 2005 05:30:04 +0000 |
Stefan Monnier |
(gc_cons_combined_threshold): Declare.
|
Mon, 04 Jul 2005 16:49:24 +0000 |
Lute Kamstra |
Update FSF's address.
|
Fri, 10 Jun 2005 02:29:12 +0000 |
Luc Teirlinck |
Update EXFUN of Fselect_frame.
|
Wed, 08 Jun 2005 22:32:33 +0000 |
Kim F. Storm |
(Fmatch_data, Fset_match_data): Fix EXFUN.
|
Tue, 24 May 2005 03:44:09 +0000 |
Nick Roberts |
Fx_popup_dialog can have three arguments.
|
Thu, 21 Apr 2005 23:45:10 +0000 |
Kim F. Storm |
(Fsafe_plist_get, Fsafe_get): Remove EXFUN.
|
Wed, 20 Apr 2005 07:49:35 +0000 |
Kenichi Handa |
(CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
|
Tue, 19 Apr 2005 08:34:33 +0000 |
Kim F. Storm |
(Fsafe_get): EXFUN it.
|
Fri, 01 Apr 2005 01:05:05 +0000 |
Kenichi Handa |
(Vascii_upcase_table, Vascii_canon_table,
|
Thu, 24 Mar 2005 19:53:53 +0000 |
Stefan Monnier |
(make_number): Make prototype more precise.
|
Sun, 06 Mar 2005 16:01:37 +0000 |
Richard M. Stallman |
(CHECK_CONS_LIST): New macro (two definitions).
|
Sat, 22 Jan 2005 01:41:59 +0000 |
Kim F. Storm |
(pos_visible_p): Fix prototype.
|
Sun, 16 Jan 2005 09:17:02 +0000 |
Jan Dj«£rv |
* keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
|
Mon, 27 Dec 2004 16:04:22 +0000 |
Richard M. Stallman |
Comment changes.
|
Thu, 23 Dec 2004 00:15:49 +0000 |
Richard M. Stallman |
(Vundo_outer_limit): Fix decl.
|
Tue, 21 Dec 2004 11:32:07 +0000 |
Richard M. Stallman |
(truncate_undo_list): Update decl.
|
Mon, 13 Dec 2004 18:56:52 +0000 |
Richard M. Stallman |
(QUIT): Check for Vthrow_on_input.
|
Tue, 07 Dec 2004 08:25:43 +0000 |
Jan Dj«£rv |
* gtkutil.c: Include signal.h and syssignal.h.
|
Wed, 01 Dec 2004 14:02:32 +0000 |
Andreas Schwab |
Declare string_to_multibyte.
|
Tue, 30 Nov 2004 00:31:38 +0000 |
Kim F. Storm |
New defines to enable buffer overrun checking.
|
Sat, 27 Nov 2004 12:24:40 +0000 |
Eli Zaretskii |
(DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN is not defined.
|
Sun, 21 Nov 2004 00:28:02 +0000 |
Richard M. Stallman |
(Fread_from_minibuffer): Add arg in decl.
|
Tue, 16 Nov 2004 15:32:33 +0000 |
Stefan Monnier |
(NILP): Use EQ rather than XFASTINT.
|
Mon, 15 Nov 2004 15:20:57 +0000 |
Kim F. Storm |
(Fsafe_plist_get): Add EXFUN.
|
Tue, 09 Nov 2004 13:24:07 +0000 |
Kim F. Storm |
(Fdelete): Add EXFUN.
|
Sun, 07 Nov 2004 11:06:32 +0000 |
Andreas Schwab |
Declare Fmsdos_downcase_filename.
|
Tue, 02 Nov 2004 08:21:16 +0000 |
Jan Dj«£rv |
* fileio.c (Fread_file_name): Pass Qt as fifth parameter to
|
Tue, 26 Oct 2004 22:37:02 +0000 |
Kim F. Storm |
(USE_SAFE_ALLOCA): Add and init sa_must_free integer.
|
Mon, 18 Oct 2004 12:26:02 +0000 |
Kenichi Handa |
(fast_string_match_ignore_case): Extern it.
|
Fri, 20 Aug 2004 10:34:12 +0000 |
Kim F. Storm |
Rename wait_reading_process_input to wait_reading_process_output.
|
Thu, 19 Aug 2004 13:59:28 +0000 |
Kim F. Storm |
Adapt to new wait_reading_process_input args.
|
Wed, 30 Jun 2004 13:09:05 +0000 |
Andreas Schwab |
Declare Finit_image_library.
|
Thu, 24 Jun 2004 22:03:52 +0000 |
Kim F. Storm |
(free_misc): Add prototype.
|
Tue, 22 Jun 2004 13:57:18 +0000 |
Kim F. Storm |
(struct Lisp_Save_Value): New member dogc.
|
Mon, 21 Jun 2004 22:35:29 +0000 |
Kim F. Storm |
(SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
|
Mon, 21 Jun 2004 21:51:18 +0000 |
Kim F. Storm |
(MAX_ALLOCA): Define here.
|
Sat, 29 May 2004 16:18:41 +0000 |
Richard M. Stallman |
(truncate_undo_list): Update decl.
|
Tue, 18 May 2004 13:51:48 +0000 |
Eli Zaretskii |
(DECL_ALIGN): Remove restriction on MS-DOS systems.
|
Mon, 17 May 2004 20:59:46 +0000 |
Jason Rumney |
(egetenv) [USE_CRT_DLL]: Remove condition.
|
Sat, 15 May 2004 11:50:50 +0000 |
Eli Zaretskii |
(DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
|
Fri, 14 May 2004 03:07:12 +0000 |
Steven Tamm |
Various fixes to support USE_LSB_TAG with carbon emacs. Mostly fixing
|
Thu, 13 May 2004 17:12:21 +0000 |
Stefan Monnier |
(USE_LSB_TAG): Make it the default when it is known to work.
|
Mon, 10 May 2004 11:54:54 +0000 |
Andreas Schwab |
Declare Fmake_symbolic_link.
|
Mon, 26 Apr 2004 21:26:17 +0000 |
Andreas Schwab |
(BOOL_VECTOR_BITS_PER_CHAR): Define.
|
Mon, 26 Apr 2004 00:21:41 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-248
|
Wed, 21 Apr 2004 22:41:53 +0000 |
Stefan Monnier |
(XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
|
Tue, 20 Apr 2004 22:17:08 +0000 |
Kim F. Storm |
(pos_visible_p): Fix prototype.
|
Mon, 29 Mar 2004 00:48:39 +0000 |
Stefan Monnier |
(Finteractive_form): Declare.
|
Thu, 25 Mar 2004 18:05:29 +0000 |
Masatake YAMATO |
* insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
|
Thu, 11 Mar 2004 00:27:33 +0000 |
Kim F. Storm |
Image consolidation:
|
Sat, 28 Feb 2004 01:02:35 +0000 |
Kim F. Storm |
(mark_window_display_accurate): Remove prototype.
|
Thu, 19 Feb 2004 20:24:54 +0000 |
Stefan Monnier |
(union Lisp_Object): Give a more precise type for `type'.
|
Sun, 08 Feb 2004 23:19:48 +0000 |
Kim F. Storm |
(syms_of_fringe, init_fringe, init_fringe_once):
|
Wed, 21 Jan 2004 19:32:49 +0000 |
Stefan Monnier |
[USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
|
Wed, 21 Jan 2004 15:30:28 +0000 |
Jan Dj«£rv |
lisp.h: Add undef DECL_ALIGN
|
Wed, 21 Jan 2004 05:24:01 +0000 |
Stefan Monnier |
(QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
|
Wed, 21 Jan 2004 04:31:21 +0000 |
Stefan Monnier |
[USE_LSB_TAG]: Add definitions for Lisp_Object value
|
Wed, 21 Jan 2004 04:19:21 +0000 |
Stefan Monnier |
[ENABLE_CHECKING]: Don't force union type.
|
Mon, 29 Dec 2003 07:16:26 +0000 |
Karoly Lorentey |
Bugfix festival.
|
Sun, 28 Dec 2003 16:05:28 +0000 |
Karoly Lorentey |
Merged in changes from CVS HEAD
|
Sun, 28 Dec 2003 00:11:03 +0000 |
Kim F. Storm |
(IMAGEP): New macro to test for image object type.
|
Sat, 27 Dec 2003 01:12:57 +0000 |
Karoly Lorentey |
Full support for multiple terminal I/O (with some rough edges).
|
Fri, 26 Dec 2003 04:24:54 +0000 |
Karoly Lorentey |
lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
|
Thu, 25 Dec 2003 06:59:31 +0000 |
Karoly Lorentey |
Implemented multiple tty support.
|
Fri, 21 Nov 2003 18:27:05 +0000 |
Lars Hansen |
(Qinteger): Added.
|
Mon, 17 Nov 2003 23:29:30 +0000 |
Stefan Monnier |
(VALMASK): Only define for non-union type.
|
Wed, 05 Nov 2003 16:00:38 +0000 |
Stefan Monnier |
(XSETTYPE): Remove.
|
Wed, 05 Nov 2003 15:51:38 +0000 |
Stefan Monnier |
(GCTYPEMASK): Remove.
|
Wed, 05 Nov 2003 15:24:08 +0000 |
Stefan Monnier |
(XINT): Move the cast to clarify what is going on.
|
Thu, 11 Sep 2003 23:52:17 +0000 |
Stefan Monnier |
(VALBITS): Don't remove 1 for the markbit.
|
Mon, 01 Sep 2003 15:45:59 +0000 |
Miles Bader |
Add arch taglines
|
Wed, 20 Aug 2003 16:43:21 +0000 |
Dave Love |
(EMACS_LISP_H): New.
|
Fri, 11 Jul 2003 09:05:47 +0000 |
Andreas Schwab |
(adjust_overlays_for_insert, adjust_overlays_for_delete): Update prototype.
|
Wed, 09 Jul 2003 20:30:15 +0000 |
Stefan Monnier |
(VALBITS): Define in terms of GCTYPEBITS.
|
Wed, 09 Jul 2003 14:46:06 +0000 |
Stefan Monnier |
(struct Lisp_Overlay): New field `next'.
|
Sun, 06 Jul 2003 21:06:45 +0000 |
Stefan Monnier |
(XSETMARKBIT): Remove unused macro.
|
Sun, 06 Jul 2003 19:29:04 +0000 |
Stefan Monnier |
(mark_object): Change prototype to only pass Lisp_Object.
|
Fri, 04 Jul 2003 20:19:55 +0000 |
Stefan Monnier |
(struct Lisp_Float): Remove unused field `type'.
|
Fri, 27 Jun 2003 22:53:35 +0000 |
Stefan Monnier |
(MARKBIT): Update comment.
|
Thu, 26 Jun 2003 23:15:08 +0000 |
Stefan Monnier |
(unchain_marker): Lisp_Object arg => Lisp_Marker.
|
Wed, 25 Jun 2003 23:16:30 +0000 |
Stefan Monnier |
(struct interval, struct Lisp_Symbol, struct Lisp_Free)
|
Fri, 23 May 2003 18:14:36 +0000 |
Stefan Monnier |
(Vfundamental_mode_abbrev_table): Don't declare.
|
Sat, 17 May 2003 12:49:12 +0000 |
Richard M. Stallman |
(specbinding_func): New typedef.
|
Wed, 14 May 2003 18:50:47 +0000 |
Stefan Monnier |
(Qwindowp, Qwindow_live_p, Vwindow_list)
|
Fri, 09 May 2003 13:58:38 +0000 |
Richard M. Stallman |
(struct specbinding): Declare elements volatile.
|
Thu, 01 May 2003 00:36:21 +0000 |
Stefan Monnier |
(CHECK): Wrap args in parenthesis.
|
Wed, 30 Apr 2003 12:06:39 +0000 |
Richard M. Stallman |
(abort_on_gc): Add decl.
|
Fri, 11 Apr 2003 02:06:34 +0000 |
Kenichi Handa |
(temp_echo_area_glyphs): Adjust prototype.
|
Sun, 23 Mar 2003 02:08:04 +0000 |
Kenichi Handa |
(make_string_from_bytes, make_specified_string):
|
Wed, 19 Feb 2003 13:07:17 +0000 |
Andreas Schwab |
(Fcancel_kbd_macro_events, Fstring_to_multibyte): Add
|
Mon, 10 Feb 2003 07:44:18 +0000 |
Kenichi Handa |
(setup_process_coding_systems): Add prototype.
|
Sat, 25 Jan 2003 19:49:27 +0000 |
Richard M. Stallman |
Declare format2 instead of format1.
|
Sun, 19 Jan 2003 21:50:03 +0000 |
Jan Dj«£rv |
GTK version
|
Mon, 06 Jan 2003 00:47:38 +0000 |
Richard M. Stallman |
New misc type Lisp_Save_Value.
|
Mon, 25 Nov 2002 19:06:07 +0000 |
Dave Love |
Comment.
|
Thu, 14 Nov 2002 14:15:55 +0000 |
Dave Love |
(get_specified_cursor_type, get_window_cursor_type):
|
Thu, 24 Oct 2002 19:57:52 +0000 |
Kim F. Storm |
(get_window_cursor_type): Update prototype.
|
Wed, 11 Sep 2002 01:59:33 +0000 |
Richard M. Stallman |
(pop_message_unwind): Renamed from push_message_unwind.
|
Fri, 30 Aug 2002 12:01:01 +0000 |
Kim F. Storm |
(Qcursor_in_non_selected_windows): Extern removed.
|
Wed, 14 Aug 2002 10:35:03 +0000 |
Kim F. Storm |
(Fexecute_kbd_macro): Update prototype.
|
Mon, 12 Aug 2002 17:28:36 +0000 |
Richard M. Stallman |
Comment change.
|
Wed, 24 Jul 2002 02:07:11 +0000 |
Ken Raeburn |
(XPNTR): Use NO_UNION_TYPE version for union as well,
|
Sat, 20 Jul 2002 21:47:26 +0000 |
Richard M. Stallman |
(print_error_message): Declare new args.
|
Fri, 19 Jul 2002 14:27:13 +0000 |
Ken Raeburn |
(STRING_COPYIN): New macro.
|
Tue, 16 Jul 2002 19:48:42 +0000 |
Ken Raeburn |
(chars_in_text, multibyte_chars_in_text, copy_text):
|
Tue, 16 Jul 2002 15:49:34 +0000 |
Ken Raeburn |
* lisp.h (SREF): Produce rvalue.
|
Tue, 16 Jul 2002 15:09:30 +0000 |
Ken Raeburn |
(SDATA): Produce rvalue.
|
Mon, 15 Jul 2002 06:54:23 +0000 |
Ken Raeburn |
* lisp.h (STRING_INTERVALS): Produce rvalue.
|
Mon, 15 Jul 2002 02:13:38 +0000 |
Ken Raeburn |
* lisp.h (STRING_SET_CHARS): New macro.
|
Sun, 14 Jul 2002 23:54:05 +0000 |
Ken Raeburn |
(SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
|
Thu, 11 Jul 2002 17:40:48 +0000 |
Richard M. Stallman |
(Vmemory_full): Add declaration.
|
Wed, 10 Jul 2002 08:41:28 +0000 |
Juanma Barranquero |
(SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated.
|
Sun, 07 Jul 2002 20:52:08 +0000 |
Stefan Monnier |
(HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
|
Fri, 28 Jun 2002 12:39:32 +0000 |
Andreas Schwab |
Remove duplicate declaration of code_convert_string_norecord.
|
Mon, 03 Jun 2002 01:53:27 +0000 |
Thien-Thi Nguyen |
(current_column): Now returns float.
|
Mon, 27 May 2002 22:05:51 +0000 |
Kim F. Storm |
(Fread_file_name): Now has 6 args.
|
Mon, 20 May 2002 08:38:28 +0000 |
Ken Raeburn |
update LISP_MAKE_RVALUE comment for union, non-gcc case
|
Mon, 20 May 2002 08:06:06 +0000 |
Ken Raeburn |
* lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
|
Sun, 19 May 2002 23:14:07 +0000 |
Ken Raeburn |
* lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR and XCDR real
|
Tue, 30 Apr 2002 00:59:42 +0000 |
Stefan Monnier |
(openp): Update prototype.
|
Sun, 28 Apr 2002 22:06:17 +0000 |
Richard M. Stallman |
(Fcommandp): Declare new arg.
|
Fri, 12 Apr 2002 05:49:18 +0000 |
Pavel Jan«¿k |
(Fpropertize): Add prototype.
|
Thu, 21 Mar 2002 12:17:51 +0000 |
Kim F. Storm |
(DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
|
Mon, 18 Mar 2002 18:15:51 +0000 |
Pavel Jan«¿k |
(Fplist_member): Add prototype.
|
Sun, 10 Mar 2002 16:17:38 +0000 |
Jan Dj«£rv |
Extern declare syms_of_xsmfns ().
|
Fri, 08 Mar 2002 10:56:48 +0000 |
Gerd Moellmann |
Fix last change.
|
Fri, 08 Mar 2002 10:26:32 +0000 |
Gerd Moellmann |
(SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
|
Mon, 04 Mar 2002 23:41:00 +0000 |
Stefan Monnier |
Change defvar_int def and vars to use EMACS_INT instead of just int.
|
Mon, 04 Mar 2002 09:26:18 +0000 |
Pavel Jan«¿k |
Align comments.
|
Fri, 01 Mar 2002 20:59:55 +0000 |
Kim F. Storm |
(GCPRO6): New macro.
|
Thu, 07 Feb 2002 20:22:19 +0000 |
Stefan Monnier |
(Fx_file_dialog): Export (for Motif code in fileio.c).
|
Mon, 14 Jan 2002 14:40:54 +0000 |
Pavel Jan«¿k |
(adjust_after_replace_noundo)
|
Tue, 01 Jan 2002 16:59:44 +0000 |
Andreas Schwab |
(max_specpdl_size): Adjust declaration.
|
Sun, 30 Dec 2001 00:13:56 +0000 |
Richard M. Stallman |
(max_specpdl_size): Add declaration.
|
Sat, 22 Dec 2001 14:01:52 +0000 |
Pavel Jan«¿k |
Remove declarations of variables `Vmocklisp_arguments', `Qmocklisp' and
|
Wed, 19 Dec 2001 16:07:25 +0000 |
Eli Zaretskii |
(scmp): Remove prototype, since it's now a static
|
Sat, 01 Dec 2001 18:13:46 +0000 |
Stefan Monnier |
(run_hook_list_with_args): Undo last change.
|
Thu, 29 Nov 2001 02:31:59 +0000 |
Stefan Monnier |
(GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
|
Tue, 27 Nov 2001 19:28:52 +0000 |
Stefan Monnier |
(run_hook_list_with_args): Remove.
|
Mon, 19 Nov 2001 06:46:01 +0000 |
Stefan Monnier |
(keys_of_frame): Remove declaration.
|
Thu, 15 Nov 2001 15:20:10 +0000 |
Pavel Jan«¿k |
Comment fix.
|
Thu, 15 Nov 2001 08:07:31 +0000 |
Miles Bader |
(Ffield_beginning, Ffield_end): Update EXFUN decl.
|
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 Jan«¿k |
(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 Jan«¿k |
(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 Jan«¿k |
(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 Jan«¿k |
*** 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.
|
Thu, 05 Jul 2001 09:24:35 +0000 |
Gerd Moellmann |
Change comment.
|
Tue, 03 Jul 2001 15:28:40 +0000 |
Gerd Moellmann |
Improve comment.
|
Mon, 21 May 2001 12:21:58 +0000 |
Gerd Moellmann |
(enum symbol_interned): New enumeration.
|
Wed, 09 May 2001 17:01:27 +0000 |
Gerd Moellmann |
(GLYPH_CHAR_VALID_P): Use CHAR_VALID_P.
|
Wed, 04 Apr 2001 14:04:01 +0000 |
Gerd Moellmann |
(echoing, echo_message_buffer, cancel_echoing): Declare.
|
Wed, 28 Mar 2001 15:32:52 +0000 |
Gerd Moellmann |
(Qinhibit_eval_during_redisplay): Declare extern.
|
Thu, 22 Mar 2001 19:51:14 +0000 |
Gerd Moellmann |
(Vx_resource_name) [HAVE_X_WINDOWS]: Declare extern.
|
Thu, 15 Mar 2001 09:42:53 +0000 |
Gerd Moellmann |
(store_symval_forwarding): Change prototype.
|
Wed, 14 Mar 2001 16:34:51 +0000 |
Gerd Moellmann |
(do_switch_frame): Change prototype.
|
Tue, 06 Mar 2001 19:34:19 +0000 |
Gerd Moellmann |
(Vwindow_list): Declare extern.
|
Tue, 06 Mar 2001 15:29:14 +0000 |
Gerd Moellmann |
(mouse_face_overlay_overlaps): Add prototype.
|
Wed, 28 Feb 2001 17:43:49 +0000 |
Ken Raeburn |
* lisp.h (Fframe_parameter): Declare.
|
Wed, 28 Feb 2001 13:27:04 +0000 |
Gerd Moellmann |
(allocate_vectorlike): Remove prototype.
|
Wed, 31 Jan 2001 14:48:07 +0000 |
Gerd Moellmann |
(interactive_p): Add prototype.
|
Tue, 16 Jan 2001 12:38:28 +0000 |
Gerd Moellmann |
(redisplay_preserve_echo_area): Change prototype.
|
Tue, 09 Jan 2001 20:11:16 +0000 |
Gerd Moellmann |
(STRING_BYTES) [GC_CHECK_STRING_BYTES]: Call
|
Tue, 09 Jan 2001 13:45:04 +0000 |
Gerd Moellmann |
(push_message_unwind): Add prototype.
|
Thu, 28 Dec 2000 13:39:35 +0000 |
Gerd Moellmann |
(push_key_description): Add prototype.
|
Thu, 21 Dec 2000 16:57:00 +0000 |
Gerd Moellmann |
(Qinhibit_point_motion_hooks): Declare extern.
|
Wed, 13 Dec 2000 23:29:44 +0000 |
Kenichi Handa |
(detect_coding_system): Prototype adjusted.
|
Mon, 04 Dec 2000 00:28:30 +0000 |
Ken Raeburn |
(Fmake_variable_buffer_local, Fbuffer_file_name): Declare.
|
Wed, 15 Nov 2000 19:24:35 +0000 |
Gerd Moellmann |
(BINDING_STACK_SIZE): New macro.
|
Tue, 14 Nov 2000 05:41:41 +0000 |
Gerd Moellmann |
(pos_visible_p): Change prototype.
|
Thu, 09 Nov 2000 22:30:39 +0000 |
Ken Raeburn |
* lisp.h (Flooking_at): Declare.
|
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.
|
Wed, 24 Nov 1999 13:53:39 +0000 |
Gerd Moellmann |
(enum pvec_type): Put PVEC_FLAG in #if 0.
|
Mon, 22 Nov 1999 13:17:23 +0000 |
Gerd Moellmann |
(enum gdb_lisp_params): Put in #if 0, since it doesn't
|
Mon, 22 Nov 1999 08:19:51 +0000 |
Paul Eggert |
* callproc.c (strerror): Remove decl.
|
Thu, 18 Nov 1999 05:08:25 +0000 |
Kenichi Handa |
(KEY_DESCRIPTION_SIZE): New macro.
|
Thu, 11 Nov 1999 11:45:06 +0000 |
Gerd Moellmann |
Remove USE_TEXT_PROPERTIES.
|
Sun, 07 Nov 1999 22:44:23 +0000 |
Gerd Moellmann |
Add prototype for unmark_byte_stack.
|
Fri, 05 Nov 1999 21:30:57 +0000 |
Gerd Moellmann |
Add prototypes for new functions in bytecode.c.
|
Tue, 02 Nov 1999 13:24:17 +0000 |
Gerd Moellmann |
(QUIT): Give it statement form.
|
Mon, 01 Nov 1999 23:16:22 +0000 |
Richard M. Stallman |
(struct gcpro) [DEBUG_GCPRO]: New field `level'.
|
Mon, 01 Nov 1999 14:14:31 +0000 |
Gerd Moellmann |
Add extern declaration for Qtext_read_only.
|
Tue, 19 Oct 1999 07:25:11 +0000 |
Paul Eggert |
Add support for large files, 64-bit Solaris, system locale codings.
|
Sun, 26 Sep 1999 10:53:19 +0000 |
Gerd Moellmann |
(toplevel): Add prototype for
|
Mon, 20 Sep 1999 23:18:46 +0000 |
Gerd Moellmann |
Add prototype for safe_bcopy, fatal.
|
Mon, 20 Sep 1999 00:34:41 +0000 |
Gerd Moellmann |
(RETURN_UNGCPRO): Use do-while (0) idiom.
|
Sun, 19 Sep 1999 21:46:47 +0000 |
Gerd Moellmann |
Add prototype for shrink_regexp_cache,
|
Sun, 19 Sep 1999 15:21:45 +0000 |
Dave Love |
Declare Fcurrent_message, Fmake_temp_name, read_bytecode_char,
|
Thu, 16 Sep 1999 20:20:01 +0000 |
Gerd Moellmann |
Add prototype for uninterrupt_malloc, memory_warnings,
|
Thu, 16 Sep 1999 12:52:18 +0000 |
Gerd Moellmann |
Add prototype for no_switch_window.
|
Tue, 14 Sep 1999 13:09:31 +0000 |
Gerd Moellmann |
Add prototype for debug_print.
|
Tue, 14 Sep 1999 08:29:51 +0000 |
Andreas Schwab |
Declare close_file_unwind.
|
Mon, 13 Sep 1999 11:13:45 +0000 |
Gerd Moellmann |
(selected_frame): Add external declaration.
|
Mon, 06 Sep 1999 11:03:51 +0000 |
Dave Love |
Remove comment on DEFVAR_BOOL.
|
Sun, 05 Sep 1999 15:49:07 +0000 |
Gerd Moellmann |
Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
|
Fri, 03 Sep 1999 15:52:08 +0000 |
Gerd Moellmann |
Remove extern declarations for variables deleted from
|
Tue, 31 Aug 1999 16:41:06 +0000 |
Dave Love |
Comment on DEFVAR_BOOL.
|
Mon, 30 Aug 1999 16:06:22 +0000 |
Andreas Schwab |
Add declarations for some functions.
|
Sat, 28 Aug 1999 22:15:12 +0000 |
Ken Raeburn |
(struct Lisp_Cons, XCAR, XCDR, struct Lisp_Float): Change names of structure
|
Wed, 25 Aug 1999 01:04:57 +0000 |
Gerd Moellmann |
(PVEC_TYPE_MASK): Add the bit for hash tables.
|
Tue, 24 Aug 1999 19:24:50 +0000 |
Gerd Moellmann |
(Vresize_mini_config, resize_mini_frame,
|
Sun, 22 Aug 1999 20:47:17 +0000 |
Gerd Moellmann |
Add prototype for copy_hash_table and Fcopy_hash_table.
|
Sat, 21 Aug 1999 19:30:11 +0000 |
Gerd Moellmann |
Add function prototypes.
|
Fri, 13 Aug 1999 12:55:11 +0000 |
Kenichi Handa |
(CHAR_MODIFIER_MASK): New macro.
|
Wed, 21 Jul 1999 21:43:52 +0000 |
Gerd Moellmann |
(P_): Moved to top of file.
|
Sun, 03 Jan 1999 16:36:41 +0000 |
Richard M. Stallman |
Delete #if 0 old definitions.
|
Thu, 26 Nov 1998 08:37:32 +0000 |
Kenichi Handa |
(Frequire): Update declaration.
|
Mon, 16 Nov 1998 06:26:27 +0000 |
Kenichi Handa |
(CHAR_TABLE_REF): Check if IDX is negative or not.
|
Mon, 12 Oct 1998 12:00:44 +0000 |
Kenichi Handa |
(clear_string_char_byte_cache): Extern it.
|
Tue, 18 Aug 1998 11:04:16 +0000 |
Richard M. Stallman |
(Fread_event, Fread_char, Fread_char_exclusive):
|
Fri, 07 Aug 1998 05:04:36 +0000 |
Kenichi Handa |
(multibyte_char_to_unibyte): Extern it.
|
Fri, 07 Aug 1998 04:36:17 +0000 |
Kenichi Handa |
(Fread_key_sequence): Update declaration.
|
Tue, 21 Jul 1998 01:42:40 +0000 |
Kenichi Handa |
(init_coding): Extern it.
|
Wed, 24 Jun 1998 18:27:02 +0000 |
Richard M. Stallman |
(get_doc_string): Adjust declaration.
|
Mon, 22 Jun 1998 17:33:13 +0000 |
Karl Heuer |
(Qinhibit_redisplay): Declared.
|
Wed, 10 Jun 1998 03:58:47 +0000 |
Richard M. Stallman |
(Feval_region): Accept 4 args.
|
Thu, 28 May 1998 00:46:54 +0000 |
Richard M. Stallman |
Add prototype for get_doc_string.
|
Mon, 25 May 1998 20:28:28 +0000 |
Richard M. Stallman |
(CHAR_TABLE_TRANSLATE): New macro.
|
Fri, 22 May 1998 20:06:49 +0000 |
Richard M. Stallman |
(frame_buffer_predicate, frame_buffer_list)
|
Mon, 18 May 1998 00:59:38 +0000 |
Kenichi Handa |
(Vnonascii_translation_table): Name changed from
|
Mon, 04 May 1998 09:22:29 +0000 |
Andreas Schwab |
Declare init functions.
|
Wed, 29 Apr 1998 09:41:10 +0000 |
Andreas Schwab |
Declare Fcompare_strings.
|
Wed, 29 Apr 1998 04:34:29 +0000 |
Geoff Voelker |
[WINDOWSNT]: Use function prototypes.
|
Sun, 26 Apr 1998 19:14:58 +0000 |
Richard M. Stallman |
Include initial_obarray from lread.c
|
Wed, 22 Apr 1998 17:44:41 +0000 |
Erik Naggum |
Remove extraneous semicolon.
|
Tue, 14 Apr 1998 12:33:47 +0000 |
Andreas Schwab |
Add more prototypes.
|
Mon, 30 Mar 1998 06:00:54 +0000 |
Kenichi Handa |
(adjust_after_replace, adjust_after_insert): Extern them.
|
Wed, 25 Mar 1998 10:45:59 +0000 |
Kenichi Handa |
(make_buffer_string, make_buffer_string_both): Extern them.
|
Tue, 24 Mar 1998 12:17:32 +0000 |
Kenichi Handa |
(record_delete): The second arg is Lisp_Object.
|
Tue, 24 Mar 1998 12:16:10 +0000 |
Kenichi Handa |
Declarations changed.
|
Tue, 17 Mar 1998 06:49:26 +0000 |
Richard M. Stallman |
Fstore_match_data => Fset_match_data.
|
Thu, 12 Mar 1998 22:49:02 +0000 |
Richard M. Stallman |
(struct Lisp_Buffer_Local_Value):
|
Tue, 03 Mar 1998 01:31:11 +0000 |
Richard M. Stallman |
(Vnonascii_translate_table, Qcharset): New variable decls.
|
Thu, 22 Jan 1998 01:26:45 +0000 |
Kenichi Handa |
(detect_coding_system): Extern it.
|
Wed, 21 Jan 1998 23:32:12 +0000 |
Richard M. Stallman |
Update copyright year.
|
Fri, 09 Jan 1998 23:17:00 +0000 |
Richard M. Stallman |
(STRING_MULTIBYTE): New macro.
|
Fri, 02 Jan 1998 21:30:28 +0000 |
Richard M. Stallman |
(struct Lisp_Marker): Rename `bufpos' to `bytepos'.
|
Thu, 01 Jan 1998 07:14:33 +0000 |
Richard M. Stallman |
(struct Lisp_Marker): New field `charpos'.
|
Sun, 21 Dec 1997 02:32:45 +0000 |
Richard M. Stallman |
(message2_nolog): Fix arg types.
|
Fri, 28 Nov 1997 14:37:15 +0000 |
Andreas Schwab |
(internal_with_output_to_temp_buffer):
|
Fri, 21 Nov 1997 12:49:52 +0000 |
Andreas Schwab |
Add more prototypes and declarations. Forward declare
|
Thu, 23 Oct 1997 04:29:36 +0000 |
Paul Eggert |
(DBL_DIG): Remove; the default value is now set in print.c.
|
Fri, 05 Sep 1997 05:37:59 +0000 |
Richard M. Stallman |
(Fread_coding_system): Update decl.
|
Wed, 03 Sep 1997 00:36:38 +0000 |
Geoff Voelker |
Declare discard_mouse_events.
|
Wed, 27 Aug 1997 17:22:22 +0000 |
Richard M. Stallman |
Declare Fchar_bytes.
|
Tue, 26 Aug 1997 11:42:33 +0000 |
Kenichi Handa |
(DEFUN_ARGS_8): New macro.
|
Fri, 08 Aug 1997 20:07:59 +0000 |
Richard M. Stallman |
(Flocal_variable_p, Ffind_operation_coding_system): Declared.
|
Mon, 04 Aug 1997 03:02:19 +0000 |
Richard M. Stallman |
(Fload): Update declaration.
|
Sat, 12 Jul 1997 06:34:16 +0000 |
Richard M. Stallman |
(EXFUN, P_): New definitions. Use them to declare
|
Fri, 04 Jul 1997 20:44:52 +0000 |
Richard M. Stallman |
Fix bugs with inappropriate mixing of Lisp_Object with int.
|
Mon, 02 Jun 1997 02:34:00 +0000 |
Richard M. Stallman |
(VALMASK, GCTYPEMASK, MARKBIT, ARRAY_MARK_FLAG)
|
Mon, 02 Jun 1997 00:56:23 +0000 |
Richard M. Stallman |
(concat3, get_truename_buffer): Declare them.
|
Wed, 28 May 1997 04:36:36 +0000 |
Kenichi Handa |
(CHAR_TABLE_REF): Do not check validity of CT.
|
Mon, 19 May 1997 02:36:18 +0000 |
Richard M. Stallman |
(Vtty_erase_char): Declared.
|
Sat, 10 May 1997 01:24:59 +0000 |
Richard M. Stallman |
(read_minibuf): Declaration deleted.
|
Fri, 11 Apr 1997 21:58:13 +0000 |
Karl Heuer |
(DOWNCASE): Return int, not Lisp_Object.
|
Mon, 07 Apr 1997 07:12:13 +0000 |
Kenichi Handa |
(CHAR_TABLE_STANDARD_SLOTS): Now 4 more slots than
|
Thu, 03 Apr 1997 21:34:11 +0000 |
Karl Heuer |
(CHAR_TABLE_REF): Fix syntax error.
|
Tue, 18 Mar 1997 23:31:34 +0000 |
Kenichi Handa |
(CHAR_TABLE_ORDINARY_SLOTS): Change to 384 (== 256 + 128).
|
Mon, 10 Mar 1997 21:14:32 +0000 |
Karl Heuer |
(FAST_MAKE_GLYPH): Don't cast CHAR arg; character codes
|
Thu, 20 Feb 1997 06:51:43 +0000 |
Karl Heuer |
(CHARACTERBITS, GLYPH_MASK_REV_DIR): New macros.
|
Tue, 21 Jan 1997 05:38:46 +0000 |
Richard M. Stallman |
(FAST_MAKE_GLYPH): Rename args to CHAR and FACE.
|
Mon, 09 Dec 1996 00:51:15 +0000 |
Richard M. Stallman |
(Fend_of_line, Fbeginning_of_line): Declared.
|
Tue, 17 Sep 1996 17:43:56 +0000 |
Erik Naggum |
Declare make_symbol ().
|
Fri, 13 Sep 1996 16:51:51 +0000 |
Richard M. Stallman |
(struct Lisp_Symbol): New field `obarray'.
|
Wed, 04 Sep 1996 18:54:36 +0000 |
Richard M. Stallman |
Add many declarations.
|
Sun, 01 Sep 1996 21:04:32 +0000 |
Karl Heuer |
Removed support for !MULTI_FRAME.
|
Tue, 16 Jul 1996 05:07:01 +0000 |
Karl Heuer |
(Qfont): Declare here.
|
Tue, 16 Jul 1996 00:04:15 +0000 |
Karl Heuer |
(Qmouse_leave_buffer_hook): Declare it here.
|
Fri, 26 Apr 1996 19:53:20 +0000 |
Richard M. Stallman |
[WINDOWS_NT]: Declare Vdirectory_sep_char.
|
Sun, 25 Feb 1996 19:13:40 +0000 |
Richard M. Stallman |
(Qinhibit_read_only): Declared.
|
Sat, 03 Feb 1996 02:33:12 +0000 |
Richard M. Stallman |
(VECSIZE): Round up when dividing.
|
Wed, 24 Jan 1996 23:44:22 +0000 |
Karl Heuer |
(XCAR, XCDR, CAR, CDR): New macros.
|
Mon, 15 Jan 1996 09:18:04 +0000 |
Erik Naggum |
Update FSF's address in the preamble.
|
Tue, 31 Oct 1995 02:34:16 +0000 |
Karl Heuer |
(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
|
Tue, 31 Oct 1995 00:01:29 +0000 |
Richard M. Stallman |
(CHECK_CHAR_TABLE): Don't accept nil.
|
Sun, 29 Oct 1995 23:26:41 +0000 |
Richard M. Stallman |
(PVEC_TYPE_MASK): Remove the 0x100 bit.
|
Thu, 19 Oct 1995 00:13:45 +0000 |
Richard M. Stallman |
(UPCASE_TABLE): Definition deleted.
|
Thu, 12 Oct 1995 21:19:49 +0000 |
Richard M. Stallman |
(struct Lisp_Char_Table): New slot `purpose'.
|
Sat, 07 Oct 1995 22:07:01 +0000 |
Richard M. Stallman |
(struct Lisp_Boolvector): New data type.
|
Sat, 19 Aug 1995 05:38:46 +0000 |
Richard M. Stallman |
(struct Lisp_Marker): Make insertion_type an unsigned int.
|
Mon, 31 Jul 1995 12:02:51 +0000 |
Simon Marshall |
Declare hook running functions.
|
Tue, 25 Jul 1995 19:36:20 +0000 |
Karl Heuer |
(Frun_hook_with_args): Declare this function.
|
Fri, 07 Jul 1995 13:33:29 +0000 |
Richard M. Stallman |
(get_keymap_1): Declared.
|
Sat, 01 Jul 1995 22:28:16 +0000 |
Richard M. Stallman |
(Fsafe_length): Declared.
|
Fri, 16 Jun 1995 23:28:13 +0000 |
Richard M. Stallman |
(do_switch_frame): Declared.
|
Thu, 15 Jun 1995 20:49:02 +0000 |
Karl Heuer |
(enum pvec_type): Don't use trailing comma.
|
Wed, 07 Jun 1995 21:39:33 +0000 |
Karl Heuer |
(current_prefix_partial): Deleted.
|
Tue, 06 Jun 1995 01:52:32 +0000 |
Karl Heuer |
(Fwaiting_for_user_input_p): Function declared.
|
Fri, 26 May 1995 04:29:09 +0000 |
Karl Heuer |
(Foverlay_start, Foverlay_end): Declare these functions.
|
Thu, 25 May 1995 15:05:41 +0000 |
Karl Heuer |
(do_symval_forwarding, frame_buffer_predicate): Declare these.
|
Wed, 24 May 1995 22:46:18 +0000 |
Karl Heuer |
(menu_bar_items): Declare this function.
|
Mon, 22 May 1995 22:16:07 +0000 |
Karl Heuer |
(gdb_lisp_params): New enum type.
|
Sun, 07 May 1995 22:29:15 +0000 |
Richard M. Stallman |
(Fmatch_data, Fstore_match_data): Declared.
|
Sat, 06 May 1995 23:03:00 +0000 |
Richard M. Stallman |
(gc_cons_threshold): Change back to int.
|
Thu, 04 May 1995 16:19:40 +0000 |
Richard M. Stallman |
(gc_cons_threshold): Make this an EMACS_INT.
|
Mon, 17 Apr 1995 23:12:34 +0000 |
Karl Heuer |
Declare some functions.
|
Sat, 15 Apr 1995 18:27:51 +0000 |
Richard M. Stallman |
Delete the #if that compares MARKBIT.
|
Thu, 13 Apr 1995 05:12:24 +0000 |
Richard M. Stallman |
(MARKBIT): Do the shifting as unsigned int.
|
Mon, 10 Apr 1995 05:39:55 +0000 |
Richard M. Stallman |
(KBOARD, etc): Moved to keyboard.h.
|
Mon, 10 Apr 1995 00:31:47 +0000 |
Richard M. Stallman |
(XMISCTYPE): New macro.
|
Wed, 05 Apr 1995 03:04:48 +0000 |
Karl Heuer |
Declare Ffetch_bytecode.
|
Mon, 03 Apr 1995 22:08:29 +0000 |
Karl Heuer |
(message_nolog): Declare this function.
|
Mon, 03 Apr 1995 21:48:34 +0000 |
Karl Heuer |
Declare Vmessage_log_max.
|
Fri, 31 Mar 1995 03:53:28 +0000 |
Karl Heuer |
Declare function delete_kboard.
|
Wed, 22 Mar 1995 21:20:41 +0000 |
Karl Heuer |
Declare overlay_touches_p.
|
Wed, 15 Mar 1995 01:51:46 +0000 |
Karl Heuer |
(struct KBOARD, MULTI_KBOARD, current_kboard, all_kboards,
|
Wed, 08 Mar 1995 05:50:24 +0000 |
Karl Heuer |
(struct PERDISPLAY): New member kbd_queue_has_data.
|
Wed, 08 Mar 1995 03:33:23 +0000 |
Karl Heuer |
Declare new var and functions.
|
Wed, 08 Mar 1995 01:24:14 +0000 |
Karl Heuer |
(struct PERDISPLAY): New member Vlast_kbd_macro.
|
Fri, 03 Mar 1995 05:02:06 +0000 |
Karl Heuer |
(struct PERDISPLAY): New members defining_kbd_macro, kbd_macro_buffer,
|
Wed, 01 Mar 1995 03:45:45 +0000 |
Karl Heuer |
(struct PERDISPLAY): Add prefix_factor, prefix_value, prefix_sign,
|
Fri, 24 Feb 1995 02:26:46 +0000 |
Karl Heuer |
(display_locked): Declare this var.
|
Wed, 22 Feb 1995 03:06:08 +0000 |
Karl Heuer |
(struct PERDISPLAY): New member kbd_queue.
|
Mon, 13 Feb 1995 06:53:07 +0000 |
Richard M. Stallman |
(Qprocessp): Declared.
|
Tue, 07 Feb 1995 01:04:46 +0000 |
Karl Heuer |
(struct PERDISPLAY): Add Vlast_event_frame.
|
Fri, 03 Feb 1995 22:21:07 +0000 |
Karl Heuer |
(all_perdisplays): New var.
|
Fri, 03 Feb 1995 21:13:01 +0000 |
Karl Heuer |
(defvar_display): Declare this function.
|
Fri, 03 Feb 1995 21:10:39 +0000 |
Karl Heuer |
(DEFVAR_DISPLAY): Use current_perdisplay, not get_perdisplay.
|
Wed, 01 Feb 1995 02:27:46 +0000 |
Karl Heuer |
(current_perdisplay): New var.
|
Tue, 31 Jan 1995 01:52:22 +0000 |
Karl Heuer |
[MULTI_PERDISPLAY]: Declare get_perdisplay as a function.
|
Tue, 31 Jan 1995 01:26:37 +0000 |
Karl Heuer |
(DEFVAR_DISPLAY): New macro.
|
Tue, 31 Jan 1995 00:35:14 +0000 |
Karl Heuer |
Declare store_symval_forwarding here.
|
Sat, 28 Jan 1995 03:39:17 +0000 |
Karl Heuer |
(enum Lisp_Misc_Type): New enumeration Lisp_Misc_Display_Local.
|
Sat, 28 Jan 1995 02:51:29 +0000 |
Karl Heuer |
(ECHOBUFSIZE): New constant, replaces sizeof (echobuf).
|
Sat, 28 Jan 1995 01:43:53 +0000 |
Karl Heuer |
(PERDISPLAY, the_only_perdisplay, get_perdisplay):
|
Fri, 27 Jan 1995 19:16:50 +0000 |
Karl Heuer |
Declare message_log_maybe_newline.
|
Wed, 25 Jan 1995 08:55:43 +0000 |
Karl Heuer |
Add comments and `volatile' keyword to previous change.
|
Wed, 25 Jan 1995 07:18:37 +0000 |
Karl Heuer |
(PERD): New struct containing per-display data.
|
Fri, 20 Jan 1995 22:02:53 +0000 |
Karl Heuer |
(union Lisp_Misc): Make the `type' field just 16 bits, to match the
|
Wed, 18 Jan 1995 20:13:17 +0000 |
Karl Heuer |
(SWITCH_ENUM_CAST): New macro.
|
Fri, 13 Jan 1995 08:45:30 +0000 |
Richard M. Stallman |
Declare Qrear_nonsticky.
|
Fri, 13 Jan 1995 02:22:37 +0000 |
Karl Heuer |
Declare message_dolog.
|
Wed, 11 Jan 1995 02:13:20 +0000 |
Karl Heuer |
Use large constants for Lisp_Misc_Type.
|
Wed, 11 Jan 1995 01:17:49 +0000 |
Richard M. Stallman |
(struct Lisp_Free, struct Lisp_Marker, etc.):
|
Wed, 04 Jan 1995 22:41:16 +0000 |
Karl Heuer |
[EXPLICIT_SIGN_EXTEND] (XINT): Use symbolic constants.
|
Tue, 03 Jan 1995 01:45:36 +0000 |
Karl Heuer |
Use consistent spelling in comments.
|
Tue, 03 Jan 1995 01:35:49 +0000 |
Karl Heuer |
(enum Lisp_Type): Don't use trailing comma.
|
Mon, 02 Jan 1995 21:58:40 +0000 |
Richard M. Stallman |
(enum Lisp_Type): Delete Lisp_Buffer.
|
Fri, 30 Dec 1994 01:54:16 +0000 |
Richard M. Stallman |
(VALBITS): Default now 28.
|
Sun, 25 Dec 1994 17:49:06 +0000 |
Richard M. Stallman |
(enum Lisp_Type): Rename Max_Lisp_Type to Lisp_Type_Limit.
|
Sun, 25 Dec 1994 17:47:27 +0000 |
Richard M. Stallman |
(enum Lisp_Type): Add Max_Lisp_Type.
|
Mon, 21 Nov 1994 12:50:27 +0000 |
Francesco Potort«À |
Added code for automatically saving and restoring the match data
|
Fri, 18 Nov 1994 06:50:02 +0000 |
Karl Heuer |
(enum Lisp_Misc_Type): Rename Lisp_Vector to Lisp_Vectorlike. Mark
|
Fri, 18 Nov 1994 02:30:32 +0000 |
Karl Heuer |
(XSETCOMPILED): New macro.
|
Wed, 16 Nov 1994 05:17:32 +0000 |
Karl Heuer |
Declare allocate_vectorlike.
|
Wed, 16 Nov 1994 03:42:44 +0000 |
Karl Heuer |
Delete declaration of Farray_length.
|
Tue, 15 Nov 1994 23:38:26 +0000 |
Karl Heuer |
(GC_INTEGERP, etc): New type-test macros for use during GC.
|
Tue, 15 Nov 1994 22:45:31 +0000 |
Karl Heuer |
(NATNUMP): New macro.
|
Tue, 15 Nov 1994 02:04:03 +0000 |
Karl Heuer |
(enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay.
|
Sun, 13 Nov 1994 20:54:28 +0000 |
Richard M. Stallman |
Comment change.
|
Fri, 11 Nov 1994 07:32:54 +0000 |
Karl Heuer |
(enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Buffer_Local_Value and
|
Thu, 10 Nov 1994 19:51:28 +0000 |
Karl Heuer |
Fix comment associated with previous change.
|
Thu, 10 Nov 1994 03:44:29 +0000 |
Richard M. Stallman |
(FRAMEP): Use the second definition whenever HAVE_MOUSE.
|
Wed, 02 Nov 1994 02:35:56 +0000 |
Karl Heuer |
Leave DEVICE_SEP undefined by default.
|
Tue, 01 Nov 1994 08:47:47 +0000 |
Richard M. Stallman |
(DEVICE_SEP, DIRECTORY_SEP, IS_DEVICE_SEP)
|