summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* (Qmouse_leave_buffer_hook): Declare it here.Karl Heuer1996-07-161-1/+1
* [WINDOWS_NT]: Declare Vdirectory_sep_char.Richard M. Stallman1996-04-261-0/+4
* (Qinhibit_read_only): Declared.Richard M. Stallman1996-02-251-0/+1
* (VECSIZE): Round up when dividing.Richard M. Stallman1996-02-031-3/+4
* (XCAR, XCDR, CAR, CDR): New macros.Karl Heuer1996-01-241-1/+20
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-311-4/+4
* (CHECK_CHAR_TABLE): Don't accept nil.Richard M. Stallman1995-10-311-1/+1
* (PVEC_TYPE_MASK): Remove the 0x100 bit.Richard M. Stallman1995-10-291-1/+1
* (UPCASE_TABLE): Definition deleted.Richard M. Stallman1995-10-191-13/+10
* (struct Lisp_Char_Table): New slot `purpose'.Richard M. Stallman1995-10-121-2/+12
* (struct Lisp_Boolvector): New data type.Richard M. Stallman1995-10-071-3/+67
* (struct Lisp_Marker): Make insertion_type an unsigned int.Richard M. Stallman1995-08-191-10/+10
* Declare hook running functions.Simon Marshall1995-07-311-3/+9
* (Frun_hook_with_args): Declare this function.Karl Heuer1995-07-251-0/+1
* (get_keymap_1): Declared.Richard M. Stallman1995-07-071-1/+1
* (Fsafe_length): Declared.Richard M. Stallman1995-07-011-1/+1
* (do_switch_frame): Declared.Richard M. Stallman1995-06-161-3/+1
* (enum pvec_type): Don't use trailing comma.Karl Heuer1995-06-151-1/+1
* (current_prefix_partial): Deleted.Karl Heuer1995-06-071-7/+1
* (Fwaiting_for_user_input_p): Function declared.Karl Heuer1995-06-061-0/+10
* (Foverlay_start, Foverlay_end): Declare these functions.Karl Heuer1995-05-261-1/+17
* (do_symval_forwarding, frame_buffer_predicate): Declare these.Karl Heuer1995-05-251-0/+2
* (menu_bar_items): Declare this function.Karl Heuer1995-05-241-0/+1
* (gdb_lisp_params): New enum type.Karl Heuer1995-05-221-0/+14
* (Fmatch_data, Fstore_match_data): Declared.Richard M. Stallman1995-05-071-0/+1
* (gc_cons_threshold): Change back to int.Richard M. Stallman1995-05-061-1/+1
* (gc_cons_threshold): Make this an EMACS_INT.Richard M. Stallman1995-05-041-1/+1
* Declare some functions.Karl Heuer1995-04-171-0/+3
* Delete the #if that compares MARKBIT.Richard M. Stallman1995-04-151-4/+0
* (MARKBIT): Do the shifting as unsigned int.Richard M. Stallman1995-04-131-1/+1
* (KBOARD, etc): Moved to keyboard.h.Richard M. Stallman1995-04-101-86/+0
* (XMISCTYPE): New macro.Richard M. Stallman1995-04-101-20/+23
* Declare Ffetch_bytecode.Karl Heuer1995-04-051-0/+1
* (message_nolog): Declare this function.Karl Heuer1995-04-031-0/+1
* Declare Vmessage_log_max.Karl Heuer1995-04-031-0/+1
* Declare function delete_kboard.Karl Heuer1995-03-311-1/+4
* Declare overlay_touches_p.Karl Heuer1995-03-221-0/+1
* (struct KBOARD, MULTI_KBOARD, current_kboard, all_kboards,Karl Heuer1995-03-151-33/+37
* (struct PERDISPLAY): New member kbd_queue_has_data.Karl Heuer1995-03-081-1/+7
* Declare new var and functions.Karl Heuer1995-03-081-1/+6
* (struct PERDISPLAY): New member Vlast_kbd_macro.Karl Heuer1995-03-081-2/+5
* (struct PERDISPLAY): New members defining_kbd_macro, kbd_macro_buffer,Karl Heuer1995-03-031-4/+19
* (struct PERDISPLAY): Add prefix_factor, prefix_value, prefix_sign,Karl Heuer1995-03-011-16/+6
* (display_locked): Declare this var.Karl Heuer1995-02-241-1/+7
* (struct PERDISPLAY): New member kbd_queue.Karl Heuer1995-02-221-52/+3
* (Qprocessp): Declared.Richard M. Stallman1995-02-131-0/+1
* (struct PERDISPLAY): Add Vlast_event_frame.Karl Heuer1995-02-071-1/+18
* (all_perdisplays): New var.Karl Heuer1995-02-031-3/+10
* (defvar_display): Declare this function.Karl Heuer1995-02-031-0/+1