aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (unfollow)
Commit message (Expand)AuthorFilesLines
2000-01-01Add extern declaration for Vinhibit_field_text_motion.Gerd Moellmann1-0/+1
1999-12-27(GLYPH): Defined as `int', not `unsigned int'. Now theKenichi Handa1-20/+17
1999-12-15(QCtest, QCweakness, Qequal): Extern them.Kenichi Handa1-2/+5
1999-12-07* editfns.c (Fdelete_and_extract_region): New function.Stefan Monnier1-2/+2
1999-11-26Add prototype for set_text_properties.Gerd Moellmann1-0/+3
1999-11-24Fix typo in previous change.Gerd Moellmann1-6/+6
1999-11-24(enum pvec_type): Put PVEC_FLAG in #if 0.Gerd Moellmann1-0/+5
1999-11-22(enum gdb_lisp_params): Put in #if 0, since it doesn'tGerd Moellmann1-0/+6
1999-11-22* callproc.c (strerror): Remove decl.Paul Eggert1-4/+4
1999-11-18(KEY_DESCRIPTION_SIZE): New macro.Kenichi Handa1-0/+10
1999-11-11Remove USE_TEXT_PROPERTIES.Gerd Moellmann1-12/+0
1999-11-07Add prototype for unmark_byte_stack.Gerd Moellmann1-1/+1
1999-11-05Add prototypes for new functions in bytecode.c.Gerd Moellmann1-0/+3
1999-11-02(QUIT): Give it statement form.Gerd Moellmann1-3/+8
1999-11-01(struct gcpro) [DEBUG_GCPRO]: New field `level'.Richard M. Stallman1-4/+70
1999-11-01Add extern declaration for Qtext_read_only.Gerd Moellmann1-1/+1
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-5/+30
1999-09-26(toplevel): Add prototype forGerd Moellmann1-0/+4
1999-09-20Add prototype for safe_bcopy, fatal.Gerd Moellmann1-0/+2
1999-09-20(RETURN_UNGCPRO): Use do-while (0) idiom.Gerd Moellmann1-2/+5
1999-09-19Add prototype for shrink_regexp_cache,Gerd Moellmann1-0/+2
1999-09-19Declare Fcurrent_message, Fmake_temp_name, read_bytecode_char,Dave Love1-0/+7
1999-09-16Add prototype for uninterrupt_malloc, memory_warnings,Gerd Moellmann1-0/+17
1999-09-16Add prototype for no_switch_window.Gerd Moellmann1-0/+1
1999-09-14Add prototype for debug_print.Gerd Moellmann1-0/+4
1999-09-14Declare close_file_unwind.Andreas Schwab1-0/+1
1999-09-13(selected_frame): Add external declaration.Gerd Moellmann1-0/+1
1999-09-06Remove comment on DEFVAR_BOOL.Dave Love1-2/+0
1999-09-05Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1-2/+2
1999-09-03Remove extern declarations for variables deleted fromGerd Moellmann1-3/+0
1999-08-31Comment on DEFVAR_BOOL.Dave Love1-0/+2
1999-08-30Add declarations for some functions.Andreas Schwab1-0/+7
1999-08-28(struct Lisp_Cons, XCAR, XCDR, struct Lisp_Float): Change names of structureKen Raeburn1-0/+21
1999-08-25(PVEC_TYPE_MASK): Add the bit for hash tables.Gerd Moellmann1-1/+1
1999-08-24(Vresize_mini_config, resize_mini_frame,Gerd Moellmann1-0/+3
1999-08-22Add prototype for copy_hash_table and Fcopy_hash_table.Gerd Moellmann1-0/+2
1999-08-21Add function prototypes.Gerd Moellmann1-0/+10
1999-08-13(CHAR_MODIFIER_MASK): New macro.Kenichi Handa1-0/+4
1999-07-21(P_): Moved to top of file.Gerd Moellmann1-21/+150
1999-01-03Delete #if 0 old definitions.Richard M. Stallman1-16/+0
1998-11-26(Frequire): Update declaration.Kenichi Handa1-1/+1
1998-11-16(CHAR_TABLE_REF): Check if IDX is negative or not.Kenichi Handa1-1/+1
1998-10-12(clear_string_char_byte_cache): Extern it.Kenichi Handa1-0/+1
1998-08-18(Fread_event, Fread_char, Fread_char_exclusive):Richard M. Stallman1-2/+3
1998-08-07(multibyte_char_to_unibyte): Extern it.Kenichi Handa1-0/+1
1998-08-07(Fread_key_sequence): Update declaration.Kenichi Handa1-1/+1
1998-07-21(init_coding): Extern it.Kenichi Handa1-0/+1
1998-06-24(get_doc_string): Adjust declaration.Richard M. Stallman1-1/+1
1998-06-22(Qinhibit_redisplay): Declared.Karl Heuer1-0/+1
1998-06-10(Feval_region): Accept 4 args.Richard M. Stallman1-1/+1