* window.c (Fprevious_window): Typo.
[bpt/emacs.git] / src /
1993-06-11 Jim Blandy* window.c (Fprevious_window): Typo.
1993-06-11 Richard M. Stallman(Fset_text_properties): No special case for props ...
1993-06-11 Richard M. Stallman(Fx_list_fonts): If names is 0, just return nil.
1993-06-11 Jim Blandy* xterm.c (x_new_font): If font_names is zero, that...
1993-06-11 Jim Blandy* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove...
1993-06-11 Jim Blandy* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove...
1993-06-11 Richard M. Stallman(Fdescribe_vector): Use current buf, not standard-output.
1993-06-10 Richard M. Stallman(Fload): Forward all 4 args to magic-name handler.
1993-06-10 Richard M. Stallman(Fscroll_left): Make argument optional.
1993-06-10 Jim Blandy* search.c (Flooking_at, Fstring_match, fast_string_match,
1993-06-10 Jim Blandy*** empty log message ***
1993-06-10 Jim Blandy* syntax.c (scan_lists, Fforward_comment): Call scan_se...
1993-06-10 Jim BlandyTypo.
1993-06-10 Jim Blandy* filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE...
1993-06-10 Jim Blandy* sysdep.c: Remove clause for DGUX support of FASYNC...
1993-06-10 Jim Blandy* filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE...
1993-06-10 Jim Blandy* s/dgux.h (BROKEN_FASYNC): #define this.
1993-06-10 Jim Blandy* s/dgux.h: Changes from Paul M Reilly <pmr@rock.concer...
1993-06-10 Jim Blandy* fileio.c (Frename_file): Pass all arguments to the...
1993-06-09 Roland McGrath*** empty log message ***
1993-06-09 Jim Blandy* s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define...
1993-06-09 Jim Blandy* process.c (sigchld_handler): Add cast, to avoid warni...
1993-06-09 Jim Blandy* process.c (sigchld_handler): Add cast, to avoid warni...
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-06-09 Jim Blandyentered into RCS
1993-06-09 Jim Blandy*** empty log message ***
1993-06-09 Jim Blandy* xdisp.c (display_text_line): Handle case where line...
1993-06-09 Jim Blandy* xterm.c (x_is_vendor_fkey): New function.
1993-06-09 Jim Blandy* s/dgux.h: Move #definition of SYSTEM_MALLOC outside of
1993-06-09 Jim Blandy* xfaces.c (init_frame_faces): Remove assumption that...
1993-06-09 Jim Blandy* alloc.c (emacs_blocked_malloc, emacs_blocked_realloc...
1993-06-08 Richard M. Stallman(INTERVAL_WRITABLE_P): Fix backwards tests.
1993-06-08 Richard M. StallmanRewrite by author; mostly rearrangements.
1993-06-08 Jim Blandy* config.h.in (HAVE_LIBDNET): New macro, to be defined by
1993-06-08 Jim Blandy* ymakefile (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): Remove...
1993-06-08 Richard M. Stallman(Fforward_comment): Set point to where scan stops,
1993-06-08 Richard M. Stallman(syms_of_fileio): Set up Qset_visited_file_modtime.
1993-06-07 Richard M. Stallman(init_baud_rate) [HAVE_TERMIOS]: Use cfgetospeed.
1993-06-07 Richard M. Stallman(x_caught_error_message): Change type to char* from...
1993-06-07 Richard M. StallmanAdd NO_TERMIO conditional.
1993-06-07 Richard M. Stallman(Fadd_text_properties): Don't treat the initial
1993-06-07 Richard M. Stallman(Fceiling): Fix spelling of "ceiling".
1993-06-07 Richard M. Stallman(uaf$v_thursday): Fix misspelling of "thursday".
1993-06-07 Richard M. Stallman(INTERRUPTIBLE_*): Fix spelling of macros.
1993-06-07 Richard M. Stallman(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition...
1993-06-07 Richard M. StallmanDoc fix.
1993-06-07 Richard M. Stallman*** empty log message ***
1993-06-07 Richard M. StallmanDon't declare malloc or realloc.
1993-06-07 Richard M. Stallman(read_key_sequence): Reset fkey_map when we find
1993-06-07 Richard M. Stallman(MAKE_LOCK_PATH): If SHORT_FILE_NAMES allocates
1993-06-07 Richard M. Stallman(make_event_array): Ignore bits above CHAR_META.
1993-06-07 Richard M. Stallman(Fset_window_configuration): If a window is supposed
1993-06-07 Richard M. Stallman(INTERVAL_VISIBLE_P): Use textget.
1993-06-07 Richard M. Stallman(Fdelete_overlay): Do nothing if overlay already deleted.
1993-06-07 Richard M. Stallmanentered into RCS
1993-06-06 Richard M. Stallman(Ffset): Delete special check for t and nil.
1993-06-06 Richard M. Stallman(same_size_fonts): Compare only the width.
1993-06-06 Richard M. StallmanInclude lisp.h earlier (before termhooks.h).
1993-06-06 Richard M. Stallman[HAVE_TZNAME]: Declare tzname if not macro.
1993-06-06 Richard M. Stallman(Fcurrent_time_zone): Add alternative for !HAVE_TM_ZONE.
1993-06-06 Richard M. Stallman(HAVE_TZNAME): Add #undef.
1993-06-06 Richard M. Stallman(NO_MODE_T): Defined.
1993-06-06 Richard M. Stallman(FRAME_MINIBUF_WINDOW): Use minibuffer_window.
1993-06-06 Richard M. Stallman(Fredraw_display): Redraw all visible frames.
1993-06-06 Richard M. Stallman(redisplay, echo_area_display): Use redraw_garbaged_frames.
1993-06-06 Richard M. Stallman(access_keymap, store_in_keymap): Discard meaningless
1993-06-06 Richard M. Stallman[EMACS_BIT_MAPS]: Include gray.xbm from ./bitmaps.
1993-06-06 Richard M. Stallman(x_new_font): Don't give up right away if XListFontsWit...
1993-06-06 Richard M. Stallman(read_process_output): Deactivate the mark.
1993-06-05 Richard M. Stallman(Fx_open_connection): Make `data' unsigned char.
1993-06-05 Richard M. Stallman(Fx_popup_menu): Error if we don't get a window or...
1993-06-05 Richard M. StallmanTest MULTI_FRAME, not HAVE_X_WINDOWS.
1993-06-05 Richard M. Stallman(Frubber_band_rectangle): Deleted.
1993-06-05 Richard M. Stallman(x_get_foreign_selection): Handle x_selection_timeout
1993-06-05 Richard M. Stallman(MIPS2): Comment out define.
1993-06-05 Richard M. Stallman(copy_intervals): Don't adjust total_length at the...
1993-06-05 Richard M. Stallman(term_get_fkeys): Use correct names for F10 and up.
1993-06-05 Richard M. Stallman[POSIX] [!__GNUC__] (sys_sigmask): Add declaration.
1993-06-04 Richard M. Stallman[!MULTI_FRAME] (Fframep): New dummy definition.
1993-06-04 Richard M. Stallman(syms_of_buffer): Set up Lisp var inhibit-read-only.
1993-06-04 Richard M. Stallman(Fnewline): Use Fbarf_if_buffer_read_only.
1993-06-04 Richard M. Stallman(x_set_menu_bar_lines_1): Adjust just the uppermost...
1993-06-04 Richard M. StallmanRedone by Joe Kelsey.
1993-06-04 Richard M. Stallman(Fx_store_cut_buffer_internal): Handle empty string...
1993-06-04 Richard M. Stallman(wait_for_termination): Fix sigpause in POSIX_SIGNALS...
1993-06-04 Richard M. Stallman[__GNUC__ >= 2]: Don't include alloca.h.
1993-06-04 Richard M. Stallman(hft_alrm): Don't return a value.
1993-06-04 Richard M. Stallman(x_catch_errors): Fill in missing array size in cast.
1993-06-03 Richard M. Stallman(xmakefile): Depend on ../config.status.
1993-06-03 Richard M. Stallman(init_buffer): Init default-directory of minibuffer.
1993-06-03 Richard M. Stallman(HAVE_FTIME): Defined.
1993-06-03 Richard M. Stallman(syms_of_emacs): Doc fix.
1993-06-03 Richard M. Stallman(read_char_menu_prompt): Now static. Add declaration.
1993-06-03 Richard M. Stallman(read_key_sequence) [!USE_TEXT_PROPERTIES]: Fix typo.
1993-06-03 Richard M. Stallman(do_pending_window_change): No need to clear
1993-06-03 Richard M. Stallman(x_set_frame_parameters): Process all parms in reverse...
1993-06-03 Richard M. Stallman(x_window): Use Vxrdb_name for res_name field.
1993-06-03 Richard M. Stallman(x_wm_set_size_hint): Handle XGetNormalHints returning 0.
1993-06-03 Richard M. Stallman(C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
1993-06-02 Richard M. StallmanTest XOS_NEEDS_TIME_H, not HPUX, for including time.hj.
next