(readline): Fix updating of p when buffer grows.
[bpt/emacs.git] / src /
1994-04-20 Richard M. StallmanDoc fixes.
1994-04-20 Richard M. Stallman(TAGS): Split off included tags file lisp/TAGS.
1994-04-20 Francesco Potortì* m/delta.h (HAVE_SOCKETS): defined if HAVE_INET_SOCKET...
1994-04-20 Richard M. Stallman(Fmodify_frame_parameters, Fframe_parameters):
1994-04-20 Richard M. Stallman(HAVE_INET_SOCKETS): Add #undef.
1994-04-20 Richard M. Stallman(XTread_socket): Delete the non-NEW_SELECTIONS code
1994-04-20 Richard M. Stallman(XTread_socket, case ClientMessage): Use x_window_to_fr...
1994-04-20 Richard M. Stallman(set_window_width): Don't delete root window for being...
1994-04-20 Karl Heuer(describe_map_tree, describe_map): Skip keymaps we...
1994-04-20 Richard M. Stallman(create_process): Call setsid only if pty_flag.
1994-04-20 Karl Heuer(describe_map): Merge with describe_map_2.
1994-04-20 Karl Heuer(read_avail_input): Don't retry read.
1994-04-19 Richard M. Stallman(CRT0_DUMMIES): Ignore one arg.
1994-04-19 Richard M. Stallman(Vlast_event_frame): Define unconditionally.
1994-04-19 Richard M. Stallman(${etc}DOC): Delete redundant version.el from cmd.
1994-04-19 Karl Heuer(read_avail_input): Test EINTR, not EAGAIN.
1994-04-19 Karl Heuer(read_avail_input): Write loop as a do-while.
1994-04-19 Karl Heuer(PURESIZE) [!MULTI_FRAME]: Increase to 200000.
1994-04-18 Karl Heuer(EMACS_INT, EMACS_UINT): Omit if NOT_C_CODE.
1994-04-18 Richard M. Stallman(create_process): Fix previous change.
1994-04-17 Richard M. Stallman(Xatom_editres_name): Variable defined.
1994-04-17 Richard M. Stallman(Xatom_editres_name): Declared.
1994-04-17 Richard M. Stallman(EMACS_INT, EMACS_UINT): New typedefs.
1994-04-17 Richard M. Stallman(set_case_table): Handle nil for EQV with non-nil CANON.
1994-04-17 Richard M. Stallman(read_avail_input): Test both aix386 and _BSD.
1994-04-17 Richard M. Stallman(Fx_create_frame): Delete excess args to x_wm_set_size_...
1994-04-17 Richard M. Stallman(dumpglyphs): When HL=2, check explicitly for using
1994-04-17 Richard M. Stallman(x_display): New field win_gravity.
1994-04-17 Richard M. Stallman(read_char_x_menu_prompt): Don't check for value = nil
1994-04-17 Richard M. Stallman(xmenu_show): Fix typo in last change.
1994-04-17 Richard M. StallmanRewrite to use netbsd.h and define NO_SHARED_LIBS.
1994-04-16 Richard M. Stallman(create_process): Test TIOCSETD along with NTTYDISC.
1994-04-16 Richard M. Stallman(configuration): Use SET_MAKE to get the value of ...
1994-04-16 Karl Heuer(make_lispy_movement): Don't clip.
1994-04-16 Karl Heuer(Fmouse_position): Don't clip.
1994-04-16 Richard M. StallmanAdd NO_SHARED_LIBS conditional.
1994-04-16 Richard M. Stallman(Fset_frame_position): Pass new arg to x_set_offset.
1994-04-16 Richard M. Stallman(read_avail_input): Fix previous change--test _BSD.
1994-04-16 Richard M. Stallman(Fsetq_default): Doc fix.
1994-04-16 Richard M. Stallman(Fsetq): Doc fix.
1994-04-16 Richard M. Stallman(xmenu_show): Don't cons on subprefix_stck[j] if nil.
1994-04-16 Richard M. Stallman(map_prompt): Declared.
1994-04-16 Richard M. Stallman(read_avail_input): Don't generate SIGHUP of aix386;
1994-04-15 Richard M. Stallman(Finsert_file_contents): Fix test for unchanged file.
1994-04-15 Richard M. Stallman(Fprocess_send_eof, Foverlay_get): Declared.
1994-04-15 Karl Heuer(fix_glyph) [HAVE_X_WINDOWS]: When glyph face is 0...
1994-04-15 Richard M. Stallman(sys_siglist) [sun]: Check SIGFREEZE and SIGTHAW defined.
1994-04-15 Richard M. Stallman(modify_event_symbol): Use the cdr of the alist entry.
1994-04-15 Richard M. Stallman(syms_of_keyboard): Init and staticpro system_key_syms.
1994-04-15 Richard M. Stallman(LIBX): Put LIBXT after LD_SWITCH_X_SITE.
1994-04-15 Karl Heuer(read_avail_input): Fix comment delimiter.
1994-04-15 Karl Heuer(C_SWITCH_X_MACHINE): add -DNeedVarargsProrotypes=0.
1994-04-15 Karl Heuer(calculate_scrolling): Add explicit casts, to avoid...
1994-04-14 Richard M. Stallman(x_make_frame_visible): Don't call XMapSubwindows.
1994-04-14 Richard M. Stallman(Fx_list_fonts): Error if non-X frame used.
1994-04-14 Richard M. Stallman(last_menu_bar_item_end): New variable.
1994-04-14 Richard M. Stallman(LIBS_SYSTEM): Defined.
1994-04-14 Richard M. Stallman(frame_update_line_height): Don't call x_set_window_size.
1994-04-14 Richard M. Stallman(Fuser_real_login_name): Doc syntax fix.
1994-04-14 Richard M. Stallman(make_lispy_event): Put mouse event code
1994-04-14 Richard M. Stallman(update_menu_bar): Take frame as arg.
1994-04-14 Richard M. Stallman(HAVE_X11R4): If we define HAVE_X11R5, define this...
1994-04-13 Richard M. Stallman[HAVE_UNISTD_H]: Include unistd.h.
1994-04-13 Richard M. Stallman(inherited_pgroup): Conditionalize on BSD_PGRPS.
1994-04-13 Richard M. Stallman[HAVE_UNISTD_H]: Include unistd.h.
1994-04-13 Richard M. Stallman(TABDLY): Defined.
1994-04-13 Richard M. Stallman(Ffile_attributes): Cast st_size to int.
1994-04-13 Richard M. Stallman(describe_map_tree): Fix call to Flookup_key.
1994-04-13 Karl Heuer(Vglyph_table): Doc fix.
1994-04-13 Karl Heuer(Fmouse_position) [MULTI_FRAME]: Use pixel_to_glyph...
1994-04-13 Karl Heuer(Fset_window_configuration): Only call X fns if HAVE_X_...
1994-04-13 Karl Heuer(Fnext_window, Fprevious_window, Fdisplay_buffer):...
1994-04-13 Karl Heuer(Fy_or_n_p, Fyes_or_no_p): Test HAVE_X_MENU.
1994-04-13 Richard M. Stallman(compute_motion): Do not abort if window shows some...
1994-04-13 Richard M. Stallman(BSD): Give it a number as definition.
1994-04-12 Richard M. StallmanFix #include file name.
1994-04-12 Richard M. Stallman(Fkey_binding): Declare accept_default.
1994-04-12 Richard M. Stallman(Fset_process_window_size): New function.
1994-04-12 Richard M. Stallman(set_window_size): New function.
1994-04-12 Richard M. Stallman(specbind): Use find_symbol_value.
1994-04-12 Richard M. Stallman(Fsetq_default, Fmake_local_variable): Doc syntax fix.
1994-04-12 Richard M. Stallman(send_process): Test pty_flag field for nil, not 0.
1994-04-12 Richard M. Stallman(LD_SWITCH_SYSTEM): Alternate definition if __GNUC__.
1994-04-12 Richard M. StallmanCheck for INCLUDED_FCNTL already defined.
1994-04-12 Richard M. StallmanIf we include fcntl.h, define INCLUDED_FCNTL.
1994-04-12 Richard M. Stallmanentered into RCS
1994-04-12 Richard M. Stallman(main): Fix typo in prev. change.
1994-04-12 Karl Heuer(make_lispy_event): Initialize item.
1994-04-11 Karl Heuer(vmotion): Use minibuf_prompt_width despite window...
1994-04-11 Richard M. Stallman(temacs): Include ${ALL_LDFLAGS} within the call to...
1994-04-11 Karl Heuer(printchar, strout): Use FRAME_PTR, not struct frame *.
1994-04-11 Karl Heuer(Fmouse_position) [!MULTI_FRAME]: Declare col and row.
1994-04-11 Richard M. Stallman(make_lispy_movement): Conditionalize on MULTI_FRAME.
1994-04-11 Richard M. Stallman(x_decline_selection_request): Call XFlushQueue.
1994-04-11 Richard M. Stallman(Fsetq): Doc fix.
1994-04-11 Richard M. Stallman(syms_of_print): Doc fix.
1994-04-11 Richard M. StallmanComment change.
1994-04-10 Richard M. Stallman(dumpglyphs): Clear any extra pixel rows below the...
1994-04-10 Richard M. Stallman(x_figure_window_size): Don't call x_calc_absolute_posi...
1994-04-10 Richard M. Stallman(EmacsFrameSetCharSize): Do not attempt to preserve...
next