aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (free_float): Don't assume XFASTINT accesses the raw bits.Karl Heuer1994-11-151-9/+8
* (Frename_buffer): Rename arg NAME to NEWNAME.Richard M. Stallman1994-11-151-3/+3
* (read_escape): For \S-a, return A.Richard M. Stallman1994-11-151-0/+2
* (init_sys_modes): Maybe call tcflow.Richard M. Stallman1994-11-151-0/+4
* (Frename_buffer): Rename arg NAME to NEWNAME.Richard M. Stallman1994-11-151-12/+12
* (LD_SWITCH_SYSTEM): Add -dc and -dp.Richard M. Stallman1994-11-151-2/+3
* (internal_equal): Use new overlay substructure.Karl Heuer1994-11-151-27/+34
* (mark_object, gc_sweep): Use new overlay substructure.Karl Heuer1994-11-151-1/+18
* (OVERLAY_START, OVERLAY_END): Use new overlay substructure.Karl Heuer1994-11-151-2/+2
* (enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay.Karl Heuer1994-11-151-10/+16
* (print): Use new overlay substructure.Karl Heuer1994-11-151-16/+16
* (Fmake_overlay, Foverlay_properties, Foverlay_get, Foverlay_put): Use newKarl Heuer1994-11-151-16/+12
* (Finsert_file_contents): Init not_regular at the beginning.Richard M. Stallman1994-11-151-2/+1
* (Fkill_all_local_variables): Use XBUFFER_LOCAL_VALUE, not XCONS.Karl Heuer1994-11-151-5/+6
* Initial revisionRichard M. Stallman1994-11-151-0/+5
* (MAIL_USE_FLOCK): Defined.Richard M. Stallman1994-11-154-3/+11
* (Finsert_file_contents): If VISIT, set the buffer componentsRichard M. Stallman1994-11-141-3/+16
* (A_TEXT_OFFSET): Macro removed.Roland McGrath1994-11-141-3/+1
* (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_per_buffer): Use accessorKarl Heuer1994-11-141-4/+4
* Fix typos in comment.Karl Heuer1994-11-141-1/+1
* Initial revisionRichard M. Stallman1994-11-143-0/+1844
* (C_SWITCH_SYSTEM) [__GNUC__]: Set -D_BSD to get theRichard M. Stallman1994-11-131-0/+2
* Comment change.Richard M. Stallman1994-11-131-23/+2
* (Fdisplay_completion_list): Update COLUMN unconditionally.Richard M. Stallman1994-11-131-27/+55
* (load_pixmap): Handle bitmap_id < 0. F is a FRAME_PTR.Richard M. Stallman1994-11-131-3/+3
* (syms_of_frame): Fix typo.Richard M. Stallman1994-11-131-1/+1
* (syms_of_frame): Doc fix for default-frame-alist.Richard M. Stallman1994-11-121-4/+6
* (store_symval_forwarding, swap_in_symval_forwarding, Fset, default_value,Karl Heuer1994-11-111-42/+58
* (Fbyte_code): Special case for buffer-local objects is now handled by the moreKarl Heuer1994-11-111-14/+2
* (mark_object): New code to handle buffer-local substructure.Karl Heuer1994-11-111-25/+59
* (set_buffer_internal): Use XBUFFER_LOCAL_VALUE, not XCONS.Karl Heuer1994-11-111-2/+2
* (enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Buffer_Local_Value andKarl Heuer1994-11-111-42/+51
* Fix typo in previous change.Karl Heuer1994-11-111-4/+4
* Fix comment associated with previous change.Karl Heuer1994-11-101-1/+1
* (Fnewline): Always use insert_and_inherit.Richard M. Stallman1994-11-101-1/+1
* (create_process) [OSF1]: Use setpgid, not setpgrp.Richard M. Stallman1994-11-101-0/+4
* (tracking_off): Test old value with NILP.Richard M. Stallman1994-11-101-4/+3
* (FRAMEP): Use the second definition whenever HAVE_MOUSE.Richard M. Stallman1994-11-101-1/+1
* (Fboundp, find_symbol_value): Use type test macros instead of checking XTYPEKarl Heuer1994-11-091-22/+8
* (Fsubstitute_in_file_name): Add missing #endif.Richard M. Stallman1994-11-091-0/+1
* Don't include ctype.h.Richard M. Stallman1994-11-091-9/+8
* (print_help): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+4
* (describe_syntax_1): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+1
* (describe_buffer_bindings): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+1
* (EVENT_QUEUES_EMPTY): Only test do_mouse_tracking and mouse_moved #ifdefRoland McGrath1994-11-091-2/+16
* (Fset_frame_height): Compare against height, not width.Karl Heuer1994-11-081-1/+1
* Move decl of input_fd outside of #ifdef HAVE_X_WINDOWS.Roland McGrath1994-11-081-1/+1
* (XTread_socket): Generate iconify and deiconify events.Karl Heuer1994-11-041-0/+12
* Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.hKarl Heuer1994-11-031-126/+126
* (sbrk): Allow request sizes to be different than the page size.Karl Heuer1994-11-031-2/+0