(Farray_length): Delete this obsolete function.
[bpt/emacs.git] / src /
1994-11-16 Karl Heuer(Farray_length): Delete this obsolete function.
1994-11-16 Karl Heuer(Flength): Don't call Farray_length, just use size...
1994-11-16 Karl HeuerFix indentation.
1994-11-16 Karl HeuerFix typo in comment.
1994-11-16 Karl Heuer(Fdo_auto_save): Use the new type-test macros.
1994-11-16 Karl Heuer(XSCROLL_BAR): Extract from Lisp_Vector, not generic...
1994-11-16 Karl Heuer(wait_for_property_change): Encode location as a cons...
1994-11-16 Karl Heuer(Finteractive_p): Use XSUBR instead of its expansion.
1994-11-16 Karl Heuer(Fdocumentation): Use NATNUMP instead of its expansion.
1994-11-16 Karl Heuer(access_keymap, store_in_keymap): Use NATNUMP instead...
1994-11-16 Karl Heuer(CHECK_NATNUM): Use NATNUMP instead of its expansion.
1994-11-16 Richard M. Stallman(Fread_file_name_internal): Protect orig_string.
1994-11-16 Karl Heuer(syms_of_data): Set Qwholenump as function, not variable.
1994-11-16 Karl Heuer(Fmake_list, Fmake_vector, Fmake_string): Use CHECK_NAT...
1994-11-15 Karl Heuer(NETCONN_P, kill_buffer_processes): Use the new type...
1994-11-15 Karl Heuer(OVERLAY_POSITION): Use the new type-test macros.
1994-11-15 Karl Heuer(overlays_at): Use the new type-test macros.
1994-11-15 Karl Heuer(unlock_all_files): Use the new type-test macros.
1994-11-15 Karl Heuer(x_window_to_frame, x_any_window_to_frame, x_top_window...
1994-11-15 Karl Heuer(GC_INTEGERP, etc): New type-test macros for use during GC.
1994-11-15 Karl Heuer(current_minor_maps): Avoid assignments in arguments...
1994-11-15 Karl Heuer(PLIST_ELT_P): Avoid assignments in arguments to a...
1994-11-15 Karl Heuer(Fpixmap_spec_p): Avoid function calls and assignments...
1994-11-15 Karl Heuer(NATNUMP): New macro.
1994-11-15 Karl Heuer(free_float): Don't assume XFASTINT accesses the raw...
1994-11-15 Richard M. Stallman(Frename_buffer): Rename arg NAME to NEWNAME.
1994-11-15 Richard M. Stallman(read_escape): For \S-a, return A.
1994-11-15 Richard M. Stallman(init_sys_modes): Maybe call tcflow.
1994-11-15 Richard M. Stallman(Frename_buffer): Rename arg NAME to NEWNAME.
1994-11-15 Richard M. Stallman(LD_SWITCH_SYSTEM): Add -dc and -dp.
1994-11-15 Karl Heuer(internal_equal): Use new overlay substructure.
1994-11-15 Karl Heuer(mark_object, gc_sweep): Use new overlay substructure.
1994-11-15 Karl Heuer(OVERLAY_START, OVERLAY_END): Use new overlay substructure.
1994-11-15 Karl Heuer(enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Ov...
1994-11-15 Karl Heuer(print): Use new overlay substructure.
1994-11-15 Karl Heuer(Fmake_overlay, Foverlay_properties, Foverlay_get,...
1994-11-15 Richard M. Stallman(Finsert_file_contents): Init not_regular at the beginning.
1994-11-15 Karl Heuer(Fkill_all_local_variables): Use XBUFFER_LOCAL_VALUE...
1994-11-15 Richard M. StallmanInitial revision
1994-11-15 Richard M. Stallman(MAIL_USE_FLOCK): Defined.
1994-11-14 Richard M. Stallman(Finsert_file_contents): If VISIT, set the buffer compo...
1994-11-14 Roland McGrath(A_TEXT_OFFSET): Macro removed.
1994-11-14 Karl Heuer(defvar_int, defvar_bool, defvar_lisp_nopro, defvar_per...
1994-11-14 Karl HeuerFix typos in comment.
1994-11-14 Richard M. StallmanInitial revision
1994-11-13 Richard M. Stallman(C_SWITCH_SYSTEM) [__GNUC__]: Set -D_BSD to get the
1994-11-13 Richard M. StallmanComment change.
1994-11-13 Richard M. Stallman(Fdisplay_completion_list): Update COLUMN unconditionally.
1994-11-13 Richard M. Stallman(load_pixmap): Handle bitmap_id < 0. F is a FRAME_PTR.
1994-11-13 Richard M. Stallman(syms_of_frame): Fix typo.
1994-11-12 Richard M. Stallman(syms_of_frame): Doc fix for default-frame-alist.
1994-11-11 Karl Heuer(store_symval_forwarding, swap_in_symval_forwarding...
1994-11-11 Karl Heuer(Fbyte_code): Special case for buffer-local objects...
1994-11-11 Karl Heuer(mark_object): New code to handle buffer-local substruc...
1994-11-11 Karl Heuer(set_buffer_internal): Use XBUFFER_LOCAL_VALUE, not...
1994-11-11 Karl Heuer(enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_B...
1994-11-11 Karl HeuerFix typo in previous change.
1994-11-10 Karl HeuerFix comment associated with previous change.
1994-11-10 Richard M. Stallman(Fnewline): Always use insert_and_inherit.
1994-11-10 Richard M. Stallman(create_process) [OSF1]: Use setpgid, not setpgrp.
1994-11-10 Richard M. Stallman(tracking_off): Test old value with NILP.
1994-11-10 Richard M. Stallman(FRAMEP): Use the second definition whenever HAVE_MOUSE.
1994-11-09 Karl Heuer(Fboundp, find_symbol_value): Use type test macros...
1994-11-09 Richard M. Stallman(Fsubstitute_in_file_name): Add missing #endif.
1994-11-09 Richard M. StallmanDon't include ctype.h.
1994-11-09 Karl Heuer(print_help): Set help-mode in *Help* buffer.
1994-11-09 Karl Heuer(describe_syntax_1): Set help-mode in *Help* buffer.
1994-11-09 Karl Heuer(describe_buffer_bindings): Set help-mode in *Help...
1994-11-09 Roland McGrath(EVENT_QUEUES_EMPTY): Only test do_mouse_tracking and...
1994-11-08 Karl Heuer(Fset_frame_height): Compare against height, not width.
1994-11-08 Roland McGrathMove decl of input_fd outside of #ifdef HAVE_X_WINDOWS.
1994-11-04 Karl Heuer(XTread_socket): Generate iconify and deiconify events.
1994-11-03 Karl HeuerChanged references of m\m-windowsnt.h to m\intel386...
1994-11-03 Karl Heuer(sbrk): Allow request sizes to be different than the...
1994-11-03 Karl Heuer[WINDOWSNT]: (VIRT_ADDR_VARIES, DATA_END, DATA_START...
1994-11-03 Karl Heuer#include <malloc.h>.
1994-11-02 Karl Heuer(Fx_list_fonts): Don't bother to retrieve font info...
1994-11-02 Karl Heuer(Fdecode_time): Fix Lisp_Object vs. integer problems.
1994-11-02 Karl HeuerLeave DEVICE_SEP undefined by default.
1994-11-02 Richard M. Stallman(init_buffer): Fix error message syntax.
1994-11-01 Richard M. Stallman(Fdecode_time): Change one XFASTINT to XINT.
1994-11-01 Richard M. Stallman(x_window): Make ibw 0 by default.
1994-11-01 Richard M. Stallman(SYSTEM_PURESIZE_EXTRA): Defined.
1994-11-01 Richard M. StallmanInitial revision
1994-11-01 Richard M. Stallman(init_editfns): Get the username from the environment
1994-11-01 Richard M. Stallman(read_key_sequence): Use flags instead of gotos to
1994-11-01 Richard M. Stallman(DEVICE_SEP, DIRECTORY_SEP, IS_DEVICE_SEP)
1994-11-01 Richard M. Stallman(DOS_NT): Defined.
1994-11-01 Richard M. Stallman(term_init) [WINDOWSNT]: Do some Windows-specific
1994-11-01 Richard M. Stallman[WINDOWSNT] (EMACS_KILLPG): Use win32_kill_process.
1994-11-01 Richard M. StallmanTest DOS_NT, not MSDOS.
1994-11-01 Richard M. Stallman[WINDOWSNT]: Add includes for NT.
1994-11-01 Richard M. StallmanUse macros IS_ANY_SEP, IS_DIRECTORY_SEP,
1994-11-01 Richard M. Stallman(MAXNAMLEN) [WINDOWSNT]: Define as 255.
1994-11-01 Richard M. Stallman[WINDOWSNT]: Don't include vlimit.h.
1994-11-01 Richard M. StallmanChange explicit uses of the Unix directory separator
1994-11-01 Richard M. StallmanChange explicit uses of the Unix directory separator
1994-11-01 Richard M. Stallman(Fdump_emacs): Don't reset the data start address by
1994-11-01 Richard M. StallmanUse macros IS_ANY_SEP, IS_DIRECTORY_SEP, and DIRECTORY_SEP.
1994-11-01 Richard M. Stallman(getenv_internal) [WINDOWSNT]: Use strnicmp, not bcmp.
next