home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-19.28-src.tgz / tar.out / fsf / emacs / src / ChangeLog < prev    next >
Text File  |  1996-09-28  |  292KB  |  8,206 lines

  1. Sun Oct 23 16:25:48 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  2.  
  3.     * Version 19.28 released.
  4.  
  5.     * s/linux.h (LD_SWITCH_SYSTEM): Definition deleted.
  6.  
  7.     * s/freebsd.h (LD_SWITCH_SYSTEM): New definition.
  8.  
  9.     * s/freebsd.h (BSD): Have two definitions according to version number.
  10.  
  11.     * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Defined.
  12.     [NO_SHARED_LIBS and __FreeBSD__]:
  13.     (LD_SWITCH_SYSTEM, A_TEXT_OFFSET, A_TEXT_SEEK): Alternate definitions.
  14.  
  15.     * xfns.c (x_real_positions): Catch errors and retry if error happens.
  16.  
  17.     * textprop.c (Fset_text_properties): Special case for getting
  18.     rid of all properties of a string.
  19.  
  20.     * xterm.c (x_new_font): Don't use the FONT property
  21.     unless it has enough dashes to be an official font name.
  22.  
  23.     * keyboard.c (read_char): Add local variable key_already_recorded.
  24.     If an event comes from read_char_minibuf_menu_prompt,
  25.     return as early as we safely can.
  26.  
  27.     * textprop.c (Fset_text_properties): Don't let validate_interval_range
  28.     increment START and END twice.
  29.  
  30.     * xfaces.c (Fset_face_attribute_internal): Mark frame garbaged whenever
  31.     any face's font or color is changed.
  32.  
  33.     * m/hp9000s300.h [not BSD4_3] [__GNUC__] (HAVE_ALLOCA): Defined.
  34.  
  35.     * m/dpx2.h (POSIX_SIGNALS): Define it.
  36.     (sigsetmask): Add #undef.
  37.  
  38.     * s/linux.h: Don't include signal.h, values.h.
  39.     (signal): Definition deleted.
  40.  
  41.     * s/sco4.h (POSIX_SIGNALS): Defined.
  42.  
  43.     * config.h.in (HAVE_X11R6): Add #undef.
  44.     * s/sol2.h (REL_ALLOC): Test HAVE_X11 and HAVE_X11R6.
  45.     Don't test USE_X_TOOLKIT.
  46.  
  47.     * emacs.c (shut_down_emacs): Don't call Fx_close_current_connection.
  48.  
  49.     * s/hpux9.h (HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change.
  50.  
  51.     * unexsunos4.c [SUNOS4]: Include link.h.
  52.     (unexec) [SUNOS4]: Turn off relocations that ld.so did.
  53.  
  54.     * s/sunos4-0.h (SUNOS4): Defined.
  55.  
  56.     * unexec.c (make_hdr): Undo June 16 change.
  57.  
  58.     * s/bsd386.h (__bsdi__): Define, unless already defined.
  59.     (DECLARE_GETPWUID_WITH_UID_T): Define.
  60.  
  61.     * filelock.c (getpwuid): Test just DECLARE_GETPWUID_WITH_UID_T,
  62.     not __bsdi__.
  63.     * xrdb.c (getpwuid, getpwnam): Test just DECLARE_GETPWUID_WITH_UID_T,
  64.     not __bsdi__.
  65.  
  66. Sun Sep 11 14:56:01 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  67.  
  68.     * Version 19.27 released.
  69.  
  70. Sat Sep 10 01:10:04 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  71.  
  72.     * keymap.c (syms_of_keymap): Doc fix.
  73.  
  74.     * keyboard.c (gobble_input): Block SIGALRM if we are using it.
  75.  
  76.     * gmalloc.c: Bug fix affecting __ptrdiff_t in non-ANSI case.
  77.  
  78. Wed Sep  7 03:54:08 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  79.  
  80.     * Version 19.26 released.
  81.  
  82. Thu Sep  8 15:13:32 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  83.  
  84.     * keyboard.c (record_asynch_buffer_change): Don't test
  85.     Fwaiting_for_user_input_p if no subprocesses.
  86.  
  87. Mon Sep  5 21:33:48 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  88.  
  89.     * s/sol2.h [USE_X_TOOLKIT && HAVE_X11XTR6] (REL_ALLOC): Undefine it.
  90.  
  91. Sun Sep  4 23:20:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  92.  
  93.     * emacs.c (init_cmdargs): After chasing link, use only the
  94.     expanded name.
  95.  
  96. Sun Sep  4 20:12:07 1994  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
  97.  
  98.     * fileio.c (Ffile_accessible_directory_p): Put back the gcpro.
  99.  
  100.     * sysdep.c (srandom): Pass arg to srand48; no return value.
  101.  
  102. Sun Sep  4 00:35:24 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  103.  
  104.     * emacs.c (init_cmdargs): When setting dir, expand the dir name.
  105.  
  106.     * sysdep.c (random, srandom): Check HAVE_LRAND48, not HAVE_RAND48.
  107.     Call lrand48, nor rand48.
  108.  
  109.     * config.h.in (HAVE_LRAND48): Replaces HAVE_RAND48.
  110.  
  111. Sat Sep  3 14:44:42 1994  Kaveh R. Ghazi  (ghazi@noc.rutgers.edu)
  112.  
  113.     * m/delta88k.h [__GNUC__] (HAVE_ALLOCA): Defined.
  114.     [__GNUC__] (C_ALLOCA): Add #undef
  115.     (LIB_X11_LIB): Add #undef.
  116.     (HAVE_TERMIOS): Defined.
  117.     (HAVE_TERMIO): Add #undef.
  118.     (NO_TERMIO): Defined.
  119.     (sigsetmask): Add #undef.
  120.     (USE_GETOBAUD): Defined.
  121.  
  122. Sat Sep  3 00:33:58 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  123.  
  124.     * sysdep.c (init_baud_rate): Test that getobaud is actually defined.
  125.  
  126.     * sysdep.c (init_baud_rate) [USE_GETOBAUD]: Use getobaud.
  127.  
  128. Fri Sep  2 17:57:36 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  129.  
  130.     * insdel.c (prepare_to_modify_buffer): Don't call
  131.     verify_overlay_modification if no overlays or
  132.     verify_interval_modification no intervals.
  133.  
  134.     * textprop.c (Fset_text_properties):
  135.     Return early if buffer has no intervals and PROPS is nil.
  136.  
  137. Fri Sep  2 03:01:48 1994  Lennart Staflin  (lenst@rudolf)
  138.  
  139.     * xdisp.c (display_text_line): Don't overrun the charstart area.
  140.  
  141. Fri Sep  2 01:31:58 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  142.  
  143.     * insdel.c (insert_1): Don't call interval fns if buffer has none.
  144.  
  145.     * textprop.c (Fset_text_properties): Don't create or split an interval
  146.     if we trivially do not need to change anything.
  147.  
  148. Wed Aug 31 16:39:57 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  149.  
  150.     * xfns.c (defined_color): New arg ALLOC--optionally don't allocate
  151.     the color.
  152.     (x_decode_color, Fx_color_defined_p): Pass new arg.
  153.     (Fx_color_values): New function.
  154.  
  155. Tue Aug 30 04:24:59 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  156.  
  157.     * frame.c (Fdelete_frame): Fix previous change.
  158.  
  159. Tue Aug 30 11:11:59 1994  enami tsugutomo  <enami@sys.ptg.sony.co.jp>
  160.  
  161.     * fileio.c (Fwrite_region): unbind_to should take two args.
  162.  
  163. Tue Aug 30 00:21:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  164.  
  165.     * fileio.c (Ffile_accessible_directory_p): No need for gcpro.
  166.  
  167.     * keyboard.c (input_polling_used): New function.
  168.     * xterm.c (x_make_frame_visible): Call input_polling_used.
  169.  
  170. Sun Aug 28 01:53:01 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  171.  
  172.     * frame.c (Fdelete_frame): Free the frame's glyphs arrays.
  173.     Free the line insert/delete cost vectors.
  174.  
  175.     * dispnew.c (free_frame_glyphs): No longer static.
  176.  
  177.     * m/next.h (HAVE_MACH_MACH_H): Defined.
  178.  
  179.     * editfns.c (Finsert_and_inherit_before_markers):
  180.     Use insert_before_markers_and_inherit for character args.
  181.     (Finsert_and_inherit): Use insert_and_inherit for character args.
  182.  
  183.     * insdel.c (insert_before_markers_and_inherit): New function.
  184.  
  185.     * cmds.c (internal_self_insert): Use insert_and_inherit.
  186.  
  187. Sat Aug 27 18:45:24 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  188.  
  189.     * indent.c (Findent_to): Pass new arg to Finsert_char.
  190.  
  191.     * editfns.c (Finsert_char): New arg INHERIT.
  192.     Use insert_and_inherit if requested.
  193.  
  194.     * insdel.c (insert_1): New arg INHERIT.
  195.     (insert_and_inherit): New function.
  196.  
  197. Fri Aug 26 17:19:52 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  198.  
  199.     * keyboard.c (polling_for_input): Define var unconditionally.
  200.     * keyboard.h (polling_for_input): Declared.
  201.     * xterm.c: Include keyboard.h.
  202.     (x_make_frame_visible): Fix previous change: test polling_for_input
  203.     instead of whether SIGIO is defined.
  204.     * Makefile.in.in (xterm.o): Depend on keyboard.h.
  205.  
  206. Fri Aug 26 16:35:06 1994  Kevin Rodgers <kevinr@ihs.com>
  207.  
  208.     * xfns.c (Fx_color_defined_p): Return list of RGB values, not just t.
  209.  
  210. Fri Aug 26 01:17:17 1994  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
  211.  
  212.     * xterm.c (x_make_frame_visible): Call signal handler directly.
  213.  
  214. Thu Aug 25 18:18:50 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  215.  
  216.     * s/linux.h: Add LINUX_QMAGIC conditional.
  217.  
  218.     * m/alliant-2800.h (USE_NONANSI_DEFUN): Defined.
  219.  
  220.     * lisp.h (DEFUN): Check USE_NONANSI_DEFUN.
  221.  
  222.     * Makefile.in.in (obj): Put cm.o before term.o.
  223.     (Avoids mysterious lossage on Irix.)
  224.  
  225.     * xmenu.c (xmenu_show): Don't queue events that are in the menu bar.
  226.  
  227. Wed Aug 24 15:40:04 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  228.  
  229.     * xmenu.c (xmenu_show): Do nothing special for ButtonPress in the menu.
  230.     Call XtDispatchEvent for all ButtonRelease events.
  231.     xlwmenu.c now deals with posting the menu.
  232.     Check for events in subwidgets of the menu
  233.     when deciding whether to queue them for later handling.
  234.  
  235.     * unexelfsgi.c (unexec): Copy previous change in unexelf.c.
  236.  
  237.     * s/irix5-0.h [__GNUC__] (LD_SWITCH_SYSTEM): Defined.
  238.  
  239. Wed Aug 24 17:40:38 1994  Simon Leinen  <simon@lia.di.epfl.ch>
  240.  
  241.     * term.c (term_init): Added missing argument to tgetstr.
  242.     (tgetstr): Move declarations to top level.
  243.  
  244. Wed Aug 24 02:26:54 1994  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
  245.  
  246.     * xterm.c (x_make_frame_visible): Raise a signal to cause the
  247.     pending X I/O to be read.
  248.  
  249. Wed Aug 24 01:16:45 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  250.  
  251.     * xdisp.c (display_scan_buffer): New function.
  252.     (display_count_lines): Use that.
  253.  
  254.     * intervals.c (textget): Ignore category prop if not a symbol.
  255.  
  256. Tue Aug 23 22:04:05 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  257.  
  258.     * s/gnu.h: New file.
  259.  
  260. Tue Aug 23 18:56:19 1994  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
  261.  
  262.     * indent.c (pos_tab_offset): Don't trigger point-motion hooks.
  263.  
  264.     * buffer.c (Frename_buffer): Fix gcpro problems.
  265.     * fileio.c (Fmake_symbolic_link, Ffile_accessible_directory_p,
  266.     Finsert_file_contents, auto_save_error, Fwrite_region): Likewise.
  267.     (Fcopy_file, build_annotations, Fdo_auto_save): Delete unused
  268.      variables.
  269.  
  270. Tue Aug 23 03:04:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  271.  
  272.     * fileio.c (O_RDONLY): Defined.
  273.     (Finsert_file_contents, Fcopy_file): use it.
  274.     (barf_or_query_if_file_exists, Ffile_exists_p): Use stat, not access.
  275.     (Ffile_readable_p): Use open, not access.
  276.  
  277.     * lread.c (O_RDONLY): Defined.
  278.     (openp): Use it.
  279.  
  280.     * unexelf.c (unexec): Don't alter the info field
  281.     of SHT_SYMTAB and SHT_DYNSYM sections.
  282.  
  283.     * xdisp.c (redisplay_window): Don't access text before BEGV.
  284.  
  285.     * keyboard.c (read_char): After read_char_minibuf_menu_prompt,
  286.     don't just return; jump to non_reread.
  287.  
  288.     * fileio.c (Fmake_directory_internal): Pass just 2 args to handler.
  289.  
  290. Tue Aug 23 00:46:27 1994  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
  291.  
  292.     * frame.c (Fmake_frame_invisible, Ficonify_frame): Don't switch frames.
  293.  
  294. Mon Aug 22 19:17:08 1994  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
  295.  
  296.     * search.c (Fstring_match): Fix sign error.
  297.  
  298.     * m/ibmrs6000.h (LD_SWITCH_MACHINE): Use full path to ibmrs6000.inp.
  299.  
  300. Sun Aug 21 14:03:32 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  301.  
  302.     * m/ibmrs6000.h (LD_SWITCH_MACHINE): Supply m/ibmrs6000.inp as input.
  303.  
  304.     * m/ibmrs6000.inp: New file.
  305.  
  306. Fri Aug 19 20:47:38 1994  Hiroshi NAKANO  <nakano@whale.math.ryukoku.ac.jp>
  307.  
  308.     * unexelf.c: Eliminate local var bss_end.
  309.     Update the symbol values of _edata and _end.
  310.  
  311. Fri Aug 19 01:37:54 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  312.  
  313.     * process.c (wait_reading_process_input):
  314.     Clear waiting_for_user_input_p before returning.
  315.  
  316.     * xterm.c (x_make_frame_visible): Quit if requested, in loop at end.
  317.  
  318. Wed Aug 17 22:07:20 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  319.  
  320.     * keyboard.c (read_char): Don't show buffer-events to the user.
  321.     Handle chars over 255 in dribble files.
  322.  
  323. Wed Aug 17 17:43:22 1994  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
  324.  
  325.     * callproc.c (Fcall_process_region): gcpro filename_string.
  326.  
  327. Wed Aug 17 16:05:56 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  328.  
  329.     * doc.c (store_function_docstring): Do nothing for bytecode object
  330.     which has no slot for doc string.
  331.  
  332. Tue Aug 16 19:51:36 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  333.  
  334.     * buffer.c (list_buffers_1): Update header line layout.
  335.  
  336. Sat Aug 13 19:11:21 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  337.  
  338.     * s/sol2-4.h (pid_t): New definition.
  339.     (vfork): Definition deleted.
  340.  
  341.     * xmenu.c (xmenu_show): Unconditionally update x_mouse_grabbed
  342.     and Vmouse_depressed.
  343.  
  344.     * window.c (window_loop, case UNSHOW_BUFFER):
  345.     When we delete a frame, skip all the windows on that frame.
  346.  
  347. Fri Aug 12 19:11:43 1994  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
  348.  
  349.     * s/isc4-0.h (NEED_SIOCTL): moved to isc-3.0.h.
  350.     * s/isc3-0.h (NEED_SIOCTL): moved from isc-4.0.h, and disabled
  351.     BROKEN_TIOCGWINSZ since it works fine when you use <sioctl.h>.
  352.     (C_SWITCH_SYSTEM): Add -D_SYSV3 to ensure availability of
  353.     traditional non-standard functions.
  354.     (memmove): Delete this macro; it screws up <string.h> if you
  355.     use the native cc.  (Emacs already does the right thing anyway.)
  356.  
  357. Fri Aug 12 01:22:45 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  358.  
  359.     * indent.c (compute_motion): Use WIN's frame, not selected one.
  360.  
  361.     * xterm.c (x_new_font): Don't set filename = full_name if that's null.
  362.  
  363. Thu Aug 11 15:45:00 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  364.  
  365.     * Makefile.in.in (FRAME_SUPPORT): Add faces.elc.
  366.  
  367.     * search.c (Freplace_match): Treat caseless initial like a
  368.         lowercase initial.
  369.  
  370.     * keymap.c (Fdefine_key): Fix error message.
  371.     (Fsingle_key_description): Likewise.
  372.  
  373. Wed Aug 10 16:28:47 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  374.  
  375.     * s/sol2-3.h (POSIX_SIGNALS): Define it.
  376.     (PTY_TTY_NAME_SPRINTF): New overriding definition.
  377.     (sigsetmask): Add #undefs.
  378.  
  379.     * s/sol2-4.h (POSIX_SIGNALS, PTY_TTY_NAME_SPRINTF, sigsetmask):
  380.     Delete those things (moved to sol2-3.h).
  381.  
  382.     * s/sol2-4.h (HAVE_VFORK): Deleted.
  383.     (vfork): Define as emacs_vfork.
  384.  
  385.     * window.c (Fwindow_end): Undo previous change.
  386.  
  387. Tue Aug  9 13:39:31 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  388.  
  389.     * keyboard.c (record_asynch_buffer_change): Do nothing
  390.     except when waiting_for_user_input_p.
  391.  
  392.     * m/i860.h [USG5_4] (SVR4): Defined.
  393.  
  394.     * xdisp.c (display_text_line):
  395.     Make previous change #ifdef HAVE_X_WINDOWS.
  396.  
  397. Mon Aug  8 05:03:18 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  398.  
  399.     * puresize.h [MULTI_FRAME] (PURESIZE): Increased.
  400.  
  401.     * window.c (Fwindow_end): If window_end_valid is nil, return nil.
  402.  
  403.     * window.c (Fpos_visible_in_window_p): Do something reasonable
  404.     if w->start is outside the buffer bounds.
  405.  
  406. Sun Aug  7 02:40:34 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  407.  
  408.     * s/sol2-4.h (PTY_TTY_NAME_SPRINTF): New definition.
  409.     (sigsetmask): Add #undef.
  410.  
  411.     * keymap.c (Faccessible_keymaps): Fix previous change.
  412.  
  413. Sat Aug  6 20:58:03 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  414.  
  415.     * xdisp.c (display_text_line): Use the face properties
  416.     of the overlay arrow, if any.
  417.  
  418.     * xfaces.c (compute_glyph_face_1): New function.
  419.  
  420.     * m/intel386.h (LIBS_MACHINE): If SOLARIS2_4, don't define this. 
  421.     * s/sol2-4.h (SOLARIS2_4): Defined.
  422.  
  423. Fri Aug  5 23:06:16 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  424.  
  425.     * keymap.c (Fuse_global_map, Fuse_local_map):
  426.     Call record_asynch_buffer_change.
  427.  
  428.     * xterm.c (XTread_socket):
  429.     Don't test X_IO_BUG; make that code unconditional.
  430.     (x_noop_count, x_term_init): Likewise.
  431.  
  432. Thu Aug  4 17:00:11 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  433.  
  434.     * data.c (Fdefine_function, Fdefalias): Handle advice as in Ffset.
  435.     (Qad_advice_info): Lisp and C names renamed from Qadvice_info.
  436.     (Qad_activate): C name renamed from Qactivate_advice.
  437.  
  438.     * fileio.c (Fread_file_name_internal): Call double_dollars
  439.     when `changed' is set.
  440.  
  441. Wed Aug  3 21:53:58 PDT 1994  Caveh Jalali  (caveh@eng.sun.com)
  442.  
  443.     * m/intel386.h [SOLARIS2] (VALBITS, GCTYPEBITS): New definitions.
  444.  
  445.     * s/sol2-4.h: New file.
  446.  
  447. Wed Aug  3 00:38:43 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  448.  
  449.     * buffer.c (list_buffers_1): Add one column to size column.
  450.  
  451.     * xterm.c (x_make_frame_visible): Start one_in_four at 1.
  452.  
  453.     * window.c (Fwindow_end): Doc fix.
  454.  
  455.     * xterm.c (construct_mouse_click, construct_menu_click):
  456.     Don't update x_mouse_grabbed, Vmouse_depressed, last_mouse_frame here.
  457.     (XTread_socket): Update them here, so we do it without fail.
  458.     (XTmouse_position, XTread_socket case MotionNotify):
  459.     Check last_mouse_frame is nonzero before using it.
  460.  
  461.     * Makefile.in.in (alloca.o): Use -f in all rm's.
  462.  
  463. Tue Aug  2 18:08:18 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  464.  
  465.     * keymap.c (Faccessible_keymaps): Use PREFIX to set loop starting
  466.     point; don't even consider maps except those reached via prefix.
  467.  
  468.     * keyboard.c (make_lispy_event): If the position is not in a window,
  469.     at least pass along the frame it is in.
  470.  
  471. Mon Aug  1 18:28:32 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  472.  
  473.     * data.c (Ffset): Don't call Fget unless SYM's plist is consp.
  474.  
  475. Mon Aug  1 14:58:58 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  476.  
  477.     * eval.c (Fprog2): Doc fix.
  478.  
  479.     * window.c (Fmove_to_window_line): Doc fix.
  480.  
  481. Mon Aug  1 11:10:40 1994  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
  482.  
  483.     * xmenu.c (xmenu_show): Ignore any geometry resource from the user.
  484.  
  485. Sun Jul 31 02:37:25 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  486.  
  487.     * xfns.c (Fx_get_resource): Doc fix.
  488.  
  489.     * data.c (syms_of_data): Set up Qadvice_info, Qactivate_advice.
  490.     (Ffset): Activate advice if symbol has advice-info property.
  491.  
  492.     * xdisp.c (redisplay_window): Avoid using SET_PT to change point
  493.     temporarily.
  494.  
  495.     * dispnew.c (sit_for): Undo previous change.
  496.  
  497. Sat Jul 30 14:26:59 1994  enami tsugutomo  <enami@sys.ptg.sony.co.jp>
  498.  
  499.     * dispnew.c (direct_output_for_insert): Pass missing 8th
  500.     argument to compute_char_face.
  501.  
  502. Sat Jul 30 16:36:38 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  503.  
  504.     * keyboard.c (follow_key): Don't downcase letters here.
  505.     Delete arg `case_converted'.
  506.     (read_key_sequence): Do it here; but not if in middle of fcn key.
  507.  
  508.     * fns.c (Frandom): Handle LIMIT >= 40000000.
  509.  
  510.     * xdisp.c (decode_mode_spec): Handle %&.
  511.  
  512. Fri Jul 29 21:21:09 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  513.  
  514.     * process.c (create_process): Set default handling for SIGINT, etc.
  515.  
  516. Thu Jul 28 08:46:00 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  517.  
  518.     * process.c (wait_reading_process_input): Fix previous change.
  519.  
  520.     * s/hpux9.h (HAVE_TERMIOS, NO_TERMIO): Defined.
  521.     (HAVE_TERMIO): Add #undef.
  522.  
  523.     * sysdep.c (random): Use rand differently, and distinguish BSD/USG.
  524.  
  525.     * fns.c (Frandom): Fix previous change.
  526.  
  527. Wed Jul 27 13:29:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  528.  
  529.     * syssignal.h [POSIX_SIGNALS] (signal): New definition.
  530.  
  531.     * config.h.in (HAVE_RAND48): Add #undef.
  532.  
  533. Tue Jul 26 11:25:58 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  534.  
  535.     * xterm.c (x_queue_event, x_unqueue_events): New functions.
  536.     (x_start_queuing_selection_requests): New function.
  537.     (x_stop_queuing_selection_requests): New function.
  538.     (XTread_socket): Queue up SelectionRequest events sometimes.
  539.     * xselect.c (x_get_foreign_selection): Use the new feature
  540.     to queue up SelectionRequest events.
  541.  
  542.     * process.c (wait_reading_process_input): If wait_for_cell,
  543.     do check for keyboard input and handle it.
  544.  
  545.     * fns.c (Frandom): Use just the low 30 bits of random's value.
  546.  
  547.     * sysdep.c (random, srandom): Obey HAVE_RAND48 flag.
  548.     Test that random is not a macro.  Don't test USG or BSD4_1.
  549.  
  550.     * m/tek4300.h (tek4300): Don't define if already defined.
  551.  
  552. Mon Jul 25 14:39:34 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  553.  
  554.     * m/tek4300.h (BSD_PGRPS): Defined.
  555.  
  556.     * puresize.h (PURESIZE): Increase non-MULTI_FRAME value.
  557.  
  558.     * editfns.c (get_system_name): Add a cast.
  559.  
  560.     * config.h.in: Add #undef HAVE_H_ERRNO.
  561.     * process.c, sysdep.c [!HAVE_H_ERRNO]: Declare h_errno.
  562.     * sysdep.c (init_system_name): Set h_errno to 0 initially.
  563.     * process.c (Fopen_network_stream): Set h_errno to 0 initially.
  564.  
  565.     * window.c (Fdisplay_buffer): Add MULTI_FRAME cond in last change.
  566.  
  567.     * Makefile.in.in: Add #undef alloca.
  568.  
  569. Sat Jul 23 21:20:05 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  570.  
  571.     * minibuf.c (Fdisplay_completion_list): gcpro `completions'.
  572.  
  573.     * print.c (internal_with_output_to_temp_buffer): gcpro things.
  574.  
  575.     * puresize.h (PURESIZE): Incremented to 252000.
  576.  
  577. Sat Jul 23 12:26:36 1994  Jim Blandy  (jimb@totoro.bio.indiana.edu)
  578.  
  579.         * .gdbinit: Set the breakpoint in x_error_quitter instead of
  580.         _XPrintDefaultError.
  581.  
  582. Wed Jul 20 00:56:24 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  583.  
  584.     * window.c (Fnext_window, Fprevious_window): Don't get stuck in a loop
  585.     in the minibuffer frame.
  586.  
  587.     * dispnew.c (direct_output_for_insert): Dpn't call compute_char_face
  588.     for a non-X frame.
  589.  
  590.     * s/usg5-4.h: Move #undef static before the includes.
  591.  
  592.     * xrdb.c [USG5] (SYSV): Don't define if already defined.
  593.  
  594.     * fileio.c (Fwrite_region): Do unwind the new unwind protect.
  595.  
  596. Tue Jul 19 12:05:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  597.  
  598.     * xterm.c (struct font_info): New field full_name.
  599.     (x_new_font): Record, and return, the full name of the font.
  600.  
  601.     * widget.c (EmacsFrameSetCharSize): Delete the code to make rows at
  602.     least 3.
  603.  
  604.     * fileio.c (Vwrite_region_annotations_so_far): New variable.
  605.     (syms_of_fileio): Set up Lisp var.
  606.     (build_annotations): Handle annotate functions that switch buffers.
  607.     Set Vwrite_region_annotations_so_far.
  608.     (Fwrite_region): Handle change of buffer in build_annotations.
  609.     Add an unwind protect to restore original buffer and kill the temp.
  610.  
  611.     * sysdep.c (init_system_name): Retry gethostbyname after TRY_AGAIN
  612.         failure.
  613.  
  614.     * process.c (Fopen_network_stream):
  615.     Retry gethostbyname after TRY_AGAIN failure.
  616.  
  617.     * s/isc4-0.h [__GNUC__] (LIBX11_SYSTEM): Add -lcposix.
  618.  
  619.     * s/usg5-4.h (PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
  620.  
  621.     * sysdep.c (sys_subshell): Expand ~ in dir.
  622.     Do the processing of dir before calling fork.
  623.     Use vfork.
  624.  
  625. Mon Jul 18 02:09:30 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  626.  
  627.     * xterm.c (note_mouse_movement): Use proper data type for window
  628.     args to XQueryPointer.
  629.     (x_scroll_bar_note_movement): Likewise.
  630.  
  631.     * keyboard.c (Vdeferred_action_list, Vdeferred_action_function):
  632.     New variables.
  633.     (command_loop_1): Handle them.
  634.     (syms_of_keyboard): Set up Lisp variables.
  635.  
  636.     * s/linux.h [emacs]: Include stdio.h.
  637.  
  638.     * commands.h (unread_command_char): Declared.
  639.     * dispnew.c (sit_for): Return immediately if unread events exist.
  640.  
  641. Sun Jul 17 19:52:42 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  642.  
  643.     * textprop.c (Fget_text_property): Simplify using Ftext_properties_at.
  644.  
  645. Sun Jul 17 02:41:19 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  646.  
  647.     * xfns.c (Fx_create_frame): Use 140 as default font size.
  648.  
  649.     * xmenu.c [USE_X_TOOLKIT] (xmenu_show): Handle UnmapNotify events.
  650.  
  651. Sat Jul 16 14:31:34 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  652.  
  653.     * window.c (Fdisplay_buffer): Cope with unsplittable frames
  654.     and dedicated windows.
  655.  
  656.     * frame.c [!MULTI_FRAME] (Fframe_first_window): Defined.
  657.     (syms_of_frame): Defvar it.
  658.  
  659. Thu Jul 14 19:56:33 1994  Morten Welinder  (terra@diku.dk)
  660.  
  661.     * s/msdos.h (HAVE_VOLATILE): Define.
  662.  
  663. Thu Jul 14 00:59:50 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  664.  
  665.     * keyboard.c (safe_run_hooks): Use local var to restore hook's value.
  666.  
  667. Wed Jul 13 20:55:47 1994  Morten Welinder  (terra@diku.dk)
  668.  
  669.     * keyboard.c (kbd_buffer_get_event) [HAVE_MOUSE]: Include code
  670.     to check for mouse dragging.
  671.     (make_lispy_movement) [HAVE_MOUSE]: Define also in this case,
  672.     but only include the non-multiframe stuff.
  673.  
  674.     * msdos.c (mouse_init1): Use alternate mouse detection for old
  675.     mouse drivers.
  676.     (mouse_get_pos): Downscale coordinates by 8.
  677.  
  678. Wed Jul 13 00:11:17 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  679.  
  680.     * window.c (Fselect_window): Fix bug checking new_point is in range.
  681.  
  682.     * fileio.c (syms_of_fileio): Finish previous change.
  683.  
  684.     * keyboard.c (command_loop_1): Do direct output for cursor motion
  685.     over text chars when disp tab exists but says nothing for them.
  686.  
  687.     * frame.h (FRAME_EXTERNAL_MENU_BAR) [!USE_X_TOOLKIT]: Give zero.
  688.  
  689.     * xdisp.c [!HAVE_X_WINDOWS] (compute_char_face, compute_glyph_face):
  690.     Add simple alternate definitions for non-X case.
  691.  
  692. Tue Jul 12 15:09:25 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  693.  
  694.     * process.c (Qlast_nonmenu_event): New variable.
  695.     (syms_of_process): Set it up.
  696.     (read_process_output, exec_sentinel): Bind it to t around filter.
  697.  
  698.     * fileio.c (Fmake_directory_internal): Use Qmake_directory_internal.
  699.     (syms_of_fileio): Set up Qmake_directory_internal, not Qmake_directory.
  700.  
  701.     * frame.c [MULTI_FRAME] (Fframe_parameters): For non-X frames,
  702.     fill in menu-bar-lines value.
  703.  
  704. Mon Jul 11 20:46:53 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  705.  
  706.     * xmenu.c (xmenu_show): Don't call XtUngrabPointer here.
  707.  
  708.     * Makefile.in.in (ctagsfiles): Rewrite to avoid compiler bug.
  709.  
  710. Sun Jul 10 20:37:09 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  711.  
  712.     * window.c (Fdisplay_buffer): Add MULTI_FRAME conditional
  713.     in previous change.
  714.  
  715. Sun Jul 10 19:11:24 1994  Morten Welinder  (terra@diku.dk)
  716.  
  717.     * m/intel386.h [MSDOS] (NO_REMAP): Defined.
  718.     * s/msdos.h (HAVE_MOUSE, PURESIZE): Definitions moved here.
  719.     * m/dos386.h: File obsolete and deleted.
  720.  
  721.     * msdos.c (dos_rawgetc): Use bios, not kbhit ().
  722.  
  723. Sat Jul  9 14:20:11 1994  Morten Welinder  (terra@diku.dk)
  724.  
  725.     * fileio.c (Ffile_name_directory, Ffile_name_nondirectory,
  726.     file_name_as_directory, directory_file_name, Fexpand_file_name,
  727.     Ffile_name_absolute_p, Fsubstitute_in_file_name) [MSDOS]:
  728.     Allow backslashed file names.
  729.  
  730. Sat Jul  9 00:43:51 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  731.  
  732.     * puresize.h (PURESIZE) [MULTI_FRAME]: Increased to 250000.
  733.  
  734.     * lread.c (readevalloop): Correctly unbind the unwind protect.
  735.  
  736. Fri Jul  8 16:24:59 1994  Morten Welinder  (terra@diku.dk)
  737.  
  738.     * msdos.c (do_visible_bell): Clean-up using GNU assembly extension.
  739.  
  740. Thu Jul  7 00:52:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  741.  
  742.     * m/sparc.h (BIG_ENDIAN): Don't redefine if defined.
  743.  
  744.     * Makefile.in.in (alloca.o): Delete allocatem.c first thing.
  745.  
  746.     * xmenu.c (xmenu_show) {USE_X_TOOLKIT}: ButtonPress no longer pops
  747.     down; instead it forces the next ButtonRelease to exit.  Don't
  748.     dispatch on ButtonPress events.
  749.  
  750.     * xfns.c (syms_of_xfns): Provide x-toolkit in toolkit version.
  751.     Undo previous change.
  752.     (x_toolkit): Variable deleted.
  753.  
  754.     * xfns.c (x_toolkit): New variable.
  755.     (syms_of_xfns): Set up Lisp var x-toolkit.
  756.  
  757.     * window.c (Fnext_window, Fprevious_window): ALL_FRAMES = 0 means
  758.     try both visible frames and iconified frames.
  759.     (window_loop): Likewise, for FRAMES = 0.
  760.     (Fget_buffer_window): Likewise, for FRAME = 0.
  761.     (Fdisplay_buffer): Pass 0 to Fget_buffer_window;
  762.     if the frame is iconified, make it visible.
  763.  
  764.     * frame.c (next_frame, prev_frame):
  765.     MINIBUF = 0 means try visible frames and iconified frames.
  766.  
  767. Wed Jul  6 15:30:48 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  768.  
  769.     * xmenu.c (xmenu_show) [USE_X_TOOLKIT]: Keyboard input exits the menu.
  770.     ButtonRelease does so if within Vdouble_click_time.
  771.     Ignore mouse motion if button was already released.
  772.     (menu_item_selection): Declare volatile, if __STDC__.
  773.  
  774.     * keyboard.c (make_lispy_event): Ignore menu bar up events.
  775.  
  776. Tue Jul  5 02:18:22 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  777.  
  778.     * doprnt.c (doprnt): Handle padding on %c.
  779.  
  780.     * frame.c (next_frame, prev_frame): Change which frames to use
  781.     when MINIBUF is a window.
  782.     (Fnext_frame, Fprevious_frame): Doc fixes.
  783.  
  784.     * window.c: Doc fixes.
  785.  
  786. Mon Jul  4 23:54:05 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  787.  
  788.     * xterm.c (XTread_socket, construct_menu_click) [USE_X_TOOLKIT]:
  789.     Update x_mouse_grabbed and Vmouse_depressed.
  790.  
  791. Sat Jul  2 00:23:23 1994  Richard Stallman  (rms@gnu.ai.mit.edu)
  792.  
  793.     * xdisp.c (decode_mode_spec): %+ makes % for unmodified RO buffer.
  794.  
  795.     * buffer.c (syms_of_buffer): Doc fix.
  796.  
  797.     * xfaces.c (get_cached_face): Set the cached_index field.
  798.  
  799. Fri Jul  1 11:34:08 1994  Richard Stallman  (rms@gnu.ai.mit.edu)
  800.  
  801.     * sysdep.c (init_sys_modes): Turn off VSTART and VSTOP chars.
  802.     On DGUX, turn off INPCK.
  803.  
  804. Fri Jul  1 03:13:06 1994  Paul Reilly  (pmr@churchy.gnu.ai.mit.edu)
  805.  
  806.     * xfns.c (Fx_create_frame): Add GC protection for frame being made.
  807.  
  808. Thu Jun 30 00:27:11 1994  Richard Stallman  (rms@gnu.ai.mit.edu)
  809.  
  810.     * xterm.c (x_make_frame_visible): In x_sync loop at the end,
  811.     every fourth time, sleep for 1/4 second.
  812.  
  813.     * xselect.c (x_own_selection, x_get_foreign_selection):
  814.     Get rid of spurious X_TOOLKIT conditional.
  815.  
  816.     * frame.c (Fdelete_frame): Call x_clear_frame_selections.
  817.  
  818.     * xselect.c (x_own_selection): Put the frame in Vselection_alist.
  819.     (x_clear_frame_selections): New function.
  820.  
  821.     * xterm.c (x_draw_box): Use curs_x and curs_y, not f->cursor_[xy].
  822.  
  823.     * xfns.c (XLIB_ILLEGAL_ACCESS): Defined.
  824.  
  825. Wed Jun 29 14:57:27 1994  Richard Stallman  (rms@gnu.ai.mit.edu)
  826.  
  827.     * s/hpux.h (random, srandom): Defined.
  828.  
  829.     * cmds.c (internal_self_insert): Now can return 2.
  830.     * keyboard.c (command_loop_1): Don't clear nonundocount
  831.     when internal_self_insert returns 1.
  832.  
  833. Tue Jun 28 18:21:08 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  834.  
  835.     * xfns.c (x_set_frame_parameters): Call x_set_offset directly.
  836.     Handle `-' for position parameters.
  837.  
  838. Tue Jun 28 17:50:22 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  839.  
  840.     * lread.c (readchar): Restart interrupted I/O.
  841.  
  842. Tue Jun 28 15:00:45 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  843.  
  844.     * fileio.c (a_write): Loop while *ANNOT is listp, not consp.
  845.     Previous code omitted all data from output files when *ANNOT was
  846.     nil.
  847.  
  848. Tue Jun 28 05:25:06 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  849.  
  850.     * xfns.c (x_set_name): If no change needed, avoid consing.
  851.  
  852.     * xdisp.c (prepare_menu_bars): Call x_consider_frame_title
  853.     only if windows_or_buffers_changed.
  854.  
  855.     * keyboard.c (safe_run_hooks): Take symbol as arg.
  856.     Use Fsymbol_value and Fset.
  857.     (command_loop_1): Pass symbol to safe_run_hooks.
  858.     Look in the value cell to check for trivial case (no hooks).
  859.  
  860.     * xdisp.c (redisplay_region): For special treatment, BUF most be
  861.     both current and displayed in selected window.
  862.  
  863.     * buffer.c (Foverlay_put): Pass redisplay_region a struct buffer *.
  864.  
  865. Mon Jun 27 16:43:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  866.  
  867.     * fileio.c (a_write): Verify that *annot is a cons.
  868.  
  869. Sun Jun 26 12:28:23 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  870.  
  871.     * keyboard.c (echo_dash): Fix backwards conditional.
  872.     (read_key_sequence): Don't echo if echo_keystrokes is 0.
  873.  
  874.     * m/news-risc.h (C_DEBUG_SWITCH) [not NEWSOS5]:
  875.     Don't define if __GNUC__.
  876.     (KERNEL_FILE) [not NEWSOS5]: New override definition.
  877.  
  878. Sat Jun 25 12:28:24 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  879.  
  880.     * process.c (send_process): Major rewrite.
  881.     Don't put in a C-d unless a single line is too long.
  882.     Read process input whenever output gets stuck.
  883.     Relocate BUF if we read input.  New arg OBJECT.
  884.     (Fprocess_send_region, Fprocess_send_string, process_send_signal)
  885.     (Fprocess_send_eof): Pass new arg OBJECT.
  886.  
  887.     * buffer.h (BUF_PTR_CHAR_POS): New macro.
  888.  
  889.     * window.c (Fsave_window_excursion): Doc fix.
  890.  
  891.     * s/hpux9.h (C_SWITCH_SYSTEM): Add -D_BSD.
  892.  
  893.     * frame.c (Fframe_parameters): Don't handle menu-bar-lines explicitly.
  894.  
  895.     * window.c (Fother_window_for_scrolling): New function.
  896.     (Fscroll_other_window): Use that.
  897.     (syms_of_window): defsubr it.
  898.  
  899. Fri Jun 24 20:13:01 1994  Karl Heuer  (kwzh@nutrimat.gnu.ai.mit.edu)
  900.  
  901.     * fileio.c (Finsert_file_contents): Fix check for non-regular files.
  902.  
  903. Fri Jun 24 10:09:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  904.  
  905.     * syntax.c (scan_lists, Fforward_comment): When moving backward over
  906.     a comment, ignore a comment-starter that overlaps the comment-ender.
  907.  
  908.     * minibuf.c (Fcompleting_read): Doc fix.
  909.  
  910. Thu Jun 23 20:33:17 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  911.  
  912.     * keyboard.c (syms_of_keyboard): Don't staticpro the same var twice.
  913.  
  914. Thu Jun 23 15:15:09 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  915.  
  916.     * s/convexos.h: File deleted.
  917.  
  918.     * xterm.c: Don't include string.h or strings.h.
  919.  
  920.     * term.c (term_get_fkeys): Don't redeclare term_get_fkeys_1 here.
  921.  
  922.     * m/convex.h (LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
  923.     (NLIST_NAME_UNION, DECLARE_GETPWUID_WITH_UID_T): Defined.
  924.     (CRT0_DUMMIES): Conditionalize according to __GNUC__.
  925.     (convex): Define if necessary.
  926.     (C_SWITCH_MACHINE): Definition deleted.
  927.  
  928. Wed Jun 22 00:15:49 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  929.  
  930.     * buffer.c (Fmove_overlay): Fix typo in previous change.
  931.  
  932.     * s/sunos4shr.h (X_IO_BUG): Defined.
  933.  
  934. Tue Jun 21 13:51:44 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  935.  
  936.     * minibuf.c (read_minibuf_unwind): Run Qminibuffer_exit_hook here.
  937.     (read_minibuf): Not here.
  938.  
  939.     * buffer.c (Fkill_buffer): Don't delete auto save file
  940.     if it didn't come from this Emacs session.
  941.     (Fmove_overlay): Add missing XINT calls in previous change.
  942.  
  943. Mon Jun 20 20:40:37 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  944.  
  945.     * xfns.c (x_window): Delete duplicate computation.
  946.     Change type of reference argument from int to Dimension.
  947.  
  948. Mon Jun 20 10:50:29 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  949.  
  950.     * config.h.in: Move #undef HAVE_STRERROR before the #includes.
  951.  
  952.     * m/mips4.h (HAVE_STRERROR, HAVE_XRMSETDATABASE)
  953.     (HAVE_XSCREENRESOURCESTRING, HAVE_SETSID): Add #undefs.
  954.  
  955.     * buffer.c (Fmove_overlay): Call redisplay_region even when
  956.     changing to a different buffer.
  957.  
  958.     * syntax.c (Fmatching_paren): Fix typo.
  959.  
  960.     * xterm.c (show_mouse_face): Set endcolumn ok in side-by-side windows.
  961.  
  962. Sun Jun 19 01:01:42 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  963.  
  964.     * s/linux.h (SEGMENT_MASK): Defined.
  965.  
  966.     * xfns.c (x_window): Take account of pane widget internal border width.
  967.  
  968.     * s/linux.h (C_OPTIMIZE_SWITCH): Definition deleted.
  969.  
  970.     * lisp.h (RETURN_UNGCPRO): Swallow semicolon.
  971.     (GCPRO5): New macro.
  972.  
  973.     * xmenu.c (single_keymap_panes): Put menu_item_equiv_key in the gcpro.
  974.     (menu_item_equiv_key): GCPRO things.
  975.  
  976.     * keymap.c (Flookup_key): Add gcpro.
  977.     (Fkey_binding, Fminor_mode_key_binding): Likewise.
  978.     (Fwhere_is_internal): Likewise.
  979.  
  980.     * keyboard.c (apply_modifiers): Use assq_no_quit.
  981.  
  982. Sun Jun 19 03:54:02 1994  Erik Naggum  (erik@naggum.no)
  983.  
  984.     * syntax.h (SYNTAX_MATCH): Fix typo (syntax -> matcher).
  985.  
  986.     * syntax.c (Fmatching_paren): New function.
  987.     (Fchar_syntax): Pass arg directly to SYNTAX, no masking.
  988.  
  989. Sat Jun 18 15:20:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  990.  
  991.     * .gdbinit: Doc fixes.
  992.     (xsymbol): Cast $ to int.
  993.     (xvector, xstring): Don't use a string constant.
  994.     Reduce size limit for printing contents.
  995.  
  996.     * s/sol2.h (GETTIMEOFDAY_ONE_ARGUMENT): Undo previous change.
  997.  
  998. Sat Jun 18 19:52:15 1994  Francesco Potorti`  (pot@fly.cnuce.cnr.it)
  999.  
  1000.     * m/delta.h (memmove): switch the first two args.
  1001.  
  1002. Sat Jun 18 09:00:50 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1003.  
  1004.     * xterm.c (x_make_frame_visible): At end, wait till Emacs sees
  1005.     frame is visible.
  1006.  
  1007.     * keyboard.c (echo_after_prompt): New variable.
  1008.     (echo_prompt, cancel_echoing): Set it.
  1009.     (echo_dash): Test it.
  1010.  
  1011.     * s/linux.h (C_DEBUG_SWITCH): Define, if THIS_IS_CONFIGURE.
  1012.     (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR): 
  1013.     (HAVE_XSCREENNUMBEROFSCREEN, HAVE_XRMSETDATABASE):
  1014.     Comment out these definitions.
  1015.  
  1016.     * Makefile.in.in (doprnt.o): Depend on config_h.
  1017.  
  1018. Fri Jun 17 19:30:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1019.  
  1020.     * systime.h (EMACS_GET_TIME): Test GETTIMEOFDAY_ONE_ARGUMENT,
  1021.     not USG5_4.
  1022.     * s/usg5-4.h (GETTIMEOFDAY_ONE_ARGUMENT): Define it.
  1023.     * s/sol2.h (GETTIMEOFDAY_ONE_ARGUMENT): Undef it.
  1024.  
  1025.     * xfns.c (x_real_positions): Make sure we know the parent window.
  1026.  
  1027. Fri Jun 17 16:01:55 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1028.  
  1029.     * window.h (minibuf_prompt): Now a Lisp_Object.  All uses changed.
  1030.  
  1031.     * minibuf.c (minibuf_save_list): New variable, replaces
  1032.     minibuf_save_vector.
  1033.     (read_minibuf): Cons it up.
  1034.     (read_minibuf_unwind): Pop back the saved values.
  1035.     (syms_of_minibuf): staticpro it.
  1036.  
  1037.     * indent.c (compute_motion): Recenter overlays, for speed.
  1038.  
  1039. Fri Jun 17 09:33:21 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1040.  
  1041.     * xterm.c (scratch_cursor_gc): New variable.
  1042.     (dumpglyphs): Rework handling of GCs for cursor display
  1043.     to use scratch_cursor_gc, and reuse the GC more.
  1044.  
  1045. Thu Jun 16 14:50:43 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1046.  
  1047.     * unexec.c (make_hdr): Handle case of no "additional header".
  1048.  
  1049.     * xdisp.c (redisplay_region): Treat selected window's buffer
  1050.     specially, not current buffer.
  1051.  
  1052.     * syssignal.h [USG5_4] (sigblock): Use |, not &.
  1053.  
  1054. Thu Jun 16 11:36:35 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1055.  
  1056.     * xdisp.c (redisplay_window): Don't use shortcut if window_end_vpos
  1057.     is out of date.
  1058.  
  1059. Thu Jun 16 11:01:33 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1060.  
  1061.     * process.c (Fprocess_status): Return nil for process name
  1062.     that has no process.
  1063.  
  1064.     * dispnew.c (syms_of_display): Make baud-rate a user var.
  1065.  
  1066.     * syntax.c (scan_lists): Get error if eob within comment with depth!=0.
  1067.  
  1068. Thu Jun 16 02:55:51 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1069.  
  1070.     * unexec.c: Include <sys/file.h> and [USG5] <fcntl.h> to define
  1071.         O_* macros.
  1072.     (O_RDONLY, O_RDWR): Define if undefined.
  1073.     [emacs] (report_error): Use report_file_error so the user can tell
  1074.     what the errno code was.
  1075.     (unexec): Use O_RDONLY instead of explicit 0.
  1076.     (make_hdr): Don't undo A_TEXT_OFFSET adjustment #ifndef NO_REMAP,
  1077.     since it was never adjusted earlier #ifndef NO_REMAP.
  1078.     (adjust_lnnoptrs): Use O_RDWR instead of explicit 2.
  1079.  
  1080. Wed Jun 15 16:11:16 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1081.  
  1082.     * xterm.c (x_noop_count): New variable.
  1083.     (x_term_init) [X_IO_BUG]: Init it.
  1084.     (XTread_socket) [X_IO_BUG]: Don't do XNoOp every time, just 1 in 100.
  1085.  
  1086. Wed Jun 15 00:03:36 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1087.  
  1088.     * syssignal.h (sigblock) [USG5_4]: Define if not defined.
  1089.  
  1090. Tue Jun 14 23:40:29 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1091.  
  1092.     * lread.c: Put config.h first.
  1093.  
  1094.     * hftctl.c: Put sys/signal.h and errno.h first, then config.h.
  1095.  
  1096.     * dired.c: Put stdio.h, sys/types.h and sys/stat.h after config.h.
  1097.  
  1098.     * callproc.c, dispnew.c, frame.c, term.h: Put stdio.h after config.h.
  1099.     * widget.c, xmenu.c, xterm.c: Put stdio.h after config.h.
  1100.  
  1101. Tue Jun 14 20:17:16 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1102.  
  1103.     * sysdep.c (init_system_name): New function, replaces get_system_name.
  1104.     * lisp.h: declare it.
  1105.     * editfns.c (init_editfns): Call it.
  1106.     (get_system_name): New function, now just uses Vsystem_name.
  1107.     * xterm.c (x_term_init): Use Vsystem_name instead of calling
  1108.     get_system_name.
  1109.  
  1110.     * keymap.c (Fsingle_key_description): Allow strings as keys.
  1111.  
  1112.     * process.c (create_process): Set input_wait_mask before forking.
  1113.  
  1114. Tue Jun 14 15:45:44 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1115.  
  1116.     * indent.c (vmotion): Use find_next_newline_no_quit.
  1117.     (indented_beyond_p): Likewise.
  1118.  
  1119.     * search.c (find_next_newline_no_quit): New function.
  1120.  
  1121.     * sysdep.c (init_sys_modes): Don't set up sigio here if window system.
  1122.  
  1123.     * keyboard.c (read_key_sequence): Verify event has a POSN_BUFFER_POSN
  1124.     before trying to extract it.
  1125.  
  1126.     * eval.c (init_eval_once): Call xmalloc, not malloc.
  1127.  
  1128.     * process.c (Fprocess_send_eof): Doc fix.
  1129.  
  1130. Mon Jun 13 17:07:59 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1131.  
  1132.     * keyboard.c (interrupt_signal, init_keyboard): 
  1133.     Don't handle SIGINT and SIGQUIT if using window system directly.
  1134.  
  1135.     * sysdep.c (init_sys_modes): Don't call set_terminal_modes
  1136.     if using a window system.
  1137.  
  1138.     * xterm.c (XTread_socket): Use x_top_window_to_frame in prev change.
  1139.  
  1140.     * s/sol2.h (SOLARIS2): Defined.
  1141.  
  1142.     * m/intel386.h: Add conditional for SOLARIS2.
  1143.  
  1144. Mon Jun 13 16:55:30 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1145.  
  1146.     * xmenu.c (single_keymap_panes): gcpro some things.
  1147.  
  1148. Mon Jun 13 15:44:51 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1149.  
  1150.     * xterm.c (XTread_socket): Handle Xatom_wm_save_yourself
  1151.     by calling XSetCommand.
  1152.  
  1153.     * emacs.c (init_cmdargs): Set up initial_argv, initial_argc.
  1154.  
  1155.     * keyboard.c (syms_of_keyboard): Properly init Vsystem_key_alist.
  1156.  
  1157.     * unexaix.c (adjust_lnnoptrs): Handle multiple aux symbols.
  1158.  
  1159. Sun Jun 12 15:57:02 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1160.  
  1161.     * editfns.c (transpose_markers): Allow for gap at start of region.
  1162.     (Ftranspose_regions): Don't precompute pointers into buffer text.
  1163.  
  1164. Sun Jun 12 08:42:36 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1165.  
  1166.     * xfns.c (x_window): Request "save yourself" commands.
  1167.  
  1168.     * callint.c (Fcall_interactively): Ignore `-' in string.
  1169.     (Fcall_interactively): Don't call minibuffer-window-active-p;
  1170.     determine directly whether a minibuf window is active.
  1171.  
  1172.     * keyboard.c (read_char): When we loop and call redisplay,
  1173.     do prepare_menu_bars first.
  1174.  
  1175. Sat Jun 11 08:12:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1176.  
  1177.     * search.c (Freplace_match): Be sure not to treat non-digit like digit.
  1178.  
  1179.     * xmenu.c (xmenu_show): Don't call XMenuDestroy twice
  1180.     in XM_FAILURE case.
  1181.  
  1182.     * Makefile.in.in (xterm.o): Depend on dispextern.h.
  1183.  
  1184.     * s/sunos4-1-3.h (X_IO_BUG): Defined.
  1185.  
  1186. Fri Jun 10 16:31:19 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1187.  
  1188.     * s/linux.h (CLASH_DETECTION): Defined.
  1189.  
  1190.     * minibuf.c (Fdisplay_completion_list):
  1191.     Require at least two spaces between items.
  1192.  
  1193. Tue Jun  7 13:33:23 1994  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  1194.  
  1195.     * keyboard.c (command_loop_1):
  1196.     Treat nil in display tab like no display tab.
  1197.  
  1198. Tue Jun  7 11:50:49 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1199.  
  1200.     * mips-siemens.h:  Include pyramid.h, not mips.h.
  1201.     (LOAD_AVE_TYPE, LOAD_AVE_CVT): Definitions deleted.
  1202.     (NO_ARG_ARRAY, HAVE_ALLOCA): Defined.
  1203.     (BROKEN_FIONREAD): Add #undef.
  1204.  
  1205. Tue Jun  7 19:19:04 1994  Morten Welinder  (terra@diku.dk)
  1206.  
  1207.     * msdos.c (init_environment): Clean up code and make the default
  1208.     EMACSPATH equal to the directory from which Emacs was started.
  1209.     (emacsroot): New variable.
  1210.     (rootrelativepath): New function.
  1211.     * msdos.h: Add template for rootrelativepath.
  1212.     * lread.c [MSDOS]: #include "msdos.h".
  1213.     * callproc.c (init_callproc) [MSDOS]: Exclude less code, so ../etc
  1214.     is still tested for doc file.
  1215.  
  1216. Mon Jun  6 21:11:13 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1217.  
  1218.     * fns.c (Fy_or_n_p, Fyes_or_no_p) [HAVE_X_MENU]: Redisplay before
  1219.     popping up a menu.
  1220.  
  1221.     * dispnew.c (Fframe_or_buffer_changed_p): Reuse the state vector.
  1222.  
  1223. Mon Jun  6 08:37:39 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1224.  
  1225.     * frame.c (Ficonify_frame, Fmake_frame_invisible, Fmake_frame_visible):
  1226.     Increment windows_or_buffers_changed.
  1227.  
  1228.     * xdisp.c (redisplay): Don't call x_consider_frame_title.
  1229.     (display_mode_line): Likewise.
  1230.     (prepare_menu_bars): Call it here.
  1231.  
  1232. Mon Jun  6 01:02:32 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1233.  
  1234.     * dispnew.c (Fframe_or_buffer_changed_p): New function.
  1235.  
  1236. Sun Jun  5 07:13:01 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1237.  
  1238.     * xterm.c (x_wm_set_icon_position, x_wm_set_icon_pixmap):
  1239.     [USE_X_TOOLKIT]: Use top-level widget's window.
  1240.  
  1241.     * s/bsd386.h (BSD): Redefine.
  1242.     (WAITTYPE, WRETCODE, WCOREDUMP): New definitions.
  1243.     Include wait.h.
  1244.  
  1245.     * m/sun386.h (LIBS_MACHINE) [USG]: New #define.
  1246.  
  1247.     * xterm.c (x_term_init): New args xrm_option and resource_string.
  1248.     Pass an -xrm option to XtAppInitialize if appropriate.
  1249.  
  1250.     * xfns.c (Fx_open_connection): Set up Vx_resource_name and xrm_option
  1251.     before calling x_term_init.  Pass new args.
  1252.  
  1253.     * keyboard.c (modify_event_symbol): Return nil if out of range.
  1254.  
  1255.     * keymap.c (Fkey_description): Avoid using Fmapconcat--do it directly.
  1256.  
  1257.     * keyboard.c, dispnew.c: Include systime.h after xterm.h.
  1258.  
  1259.     * xfns.c (x_window): Take account of internal border of paned widget.
  1260.  
  1261.     * m/dos386.h (PURESIZE): Increased to 240000.
  1262.  
  1263.     * xfns.c (using_x_p): New function.
  1264.     * fns.c (Fy_or_n_p): Don't use dialog box if not an X frame.
  1265.     (Fyes_or_no_p): Likewise.
  1266.  
  1267. Sat Jun  4 14:35:09 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1268.  
  1269.     * s/hpux9shr.h (C_DEBUG_SWITCH): Define as empty.
  1270.  
  1271. Fri Jun  3 20:14:30 1994  Morten Welinder  (terra@diku.dk)
  1272.  
  1273.     * callproc.c [MSDOS]: #include "msdos.h" for rootrelativepath
  1274.     template.
  1275.  
  1276.     * msdos.c (run_msdos_command): Make local copy of argv[2] on stack,
  1277.     not on heap.
  1278.     (run_msdos_command): When changing argv[2] from using slashes to
  1279.     using backslashes, only do so on the first white-space delimited
  1280.     part.
  1281.  
  1282. Thu Jun  2 19:41:08 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1283.  
  1284.     * textprop.c (Fprevious_single_property_change): Check for null
  1285.     interval after correcting for edge effects.
  1286.  
  1287.     * xdisp.c (display_text_line): Make sure pointer is in range.
  1288.  
  1289.     * xmenu.c (xdialog_show): Fix problem with message in dialog box.
  1290.  
  1291. Thu Jun  2 15:11:57 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1292.  
  1293.     * emacs.c (main): Do the setpgrp after checking for -batch.
  1294.  
  1295.     * keyboard.c (command_loop_1): Properly handle nil in display table.
  1296.  
  1297.     * s/hpux9.h (C_SWITCH_SYSTEM): Put inside __GNUC__ conditional.
  1298.  
  1299. Wed Jun  1 14:55:45 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1300.  
  1301.     * process.c (kill_buffer_processes): For net conn, use Fdelete_process.
  1302.  
  1303. Mon May 30 06:16:48 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1304.  
  1305.     * Version 19.25 released.
  1306.  
  1307.     * xdisp.c (redisplay): Limit prev change to pause != 0.
  1308.  
  1309.     * keyboard.c (command_loop_1): Allow direct output for insert
  1310.     if have display table but it says nothing for this char code.
  1311.     Don't allow it if char code has a glyph with a face code.
  1312.  
  1313.     * process.c (create_process): Get a pty for any non-nil
  1314.     Vprocess_connection_type value.
  1315.  
  1316. Sat May 28 00:33:16 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1317.  
  1318.     * s/bsd386.h (TABDLY, TAB3): Defined.
  1319.     (SYSV_SYSTEM_DIR): Defined.
  1320.  
  1321.     * unexhp9k800.c (roundup): Undef before defining.
  1322.  
  1323.     * xdisp.c (redisplay): If have window change at end, redisplay again.
  1324.  
  1325.     * lread.c (defvar_bool, defvar_int, defvar_lisp, defvar_lisp_nopro): 
  1326.     Delete third arg DOC.
  1327.  
  1328.     * s/hpux8.h (LD_SWITCH_SYSTEM): Delete the -L options.
  1329.     (LD_SWITCH_X_DEFAULT): Put them here instead.
  1330.  
  1331.     * Makefile.in.in (LD_SWITCH_X_DEFAULT): Define if not defined.
  1332.     (LIBX): Use LD_SWITCH_X_DEFAULT.
  1333.  
  1334.     * xterm.c (x_iconify_frame): Call x_set_offset,
  1335.     if x_make_frame_visible would do so.
  1336.     (x_make_frame_visible): Don't call x_set_offset if frame is iconic.
  1337.     (XTread_socket): For ConfigureNotify, if wm decorations exist,
  1338.     set NorthWestGravity.
  1339.  
  1340.     * Makefile.in.in (mostlyclean): Don't mention xmakefile*.
  1341.  
  1342.     * emacs.c (main): In batch mode, don't set the pgrp.
  1343.  
  1344. Fri May 27 06:32:24 1994  Paul Eggert  (eggert@twinsun.com)
  1345.  
  1346.     * callproc.c (child_setup): If PWD is set, set it in the child so that
  1347.     it points at the child's working directory.
  1348.  
  1349. Fri May 27 03:59:59 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1350.  
  1351.     * m/mips4.h (C_DEBUG_SWITCH) [not __GNUC__]: Add -Wf option.
  1352.  
  1353.     * s/hpux9.h (C_SWITCH_SYSTEM): Defined.
  1354.  
  1355.     * keyboard.c [HAVE_X_WINDOWS]: Include xterm.h.
  1356.  
  1357.     * xterm.c (x_is_vendor_fkey): Function deleted.
  1358.     (XTread_socket, case KeyPressed): Don't clear the vendor-specific bit.
  1359.     Pass thru almost any vendor-specific keysym.
  1360.  
  1361.     * s/linux.h (HAVE_XRMSETDATABASE): Define if not defined.
  1362.  
  1363. Fri May 27 06:52:13 1994  Paul Eggert  (eggert@twinsun.com)
  1364.  
  1365.     * editfns.c (difftm): Don't store a long value into an int variable.
  1366.  
  1367. Thu May 26 18:29:17 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1368.  
  1369.     * fileio.c (Finsert_file_contents): Check for beginning of file.
  1370.  
  1371. Thu May 26 18:13:31 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1372.  
  1373.     * systime.h: Make previous change limited to HPUX.
  1374.  
  1375. Thu May 26 14:46:35 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1376.  
  1377.     * systime.h: If _STRUCT_TIMEVAL is defined, also define __TIMEVAL__.
  1378.  
  1379. Wed May 25 20:20:53 1994  Morten Welinder  (terra@diku.dk)
  1380.  
  1381.     * msdos.c (output_string): New function.
  1382.     (internal_flush): Use output_string for faster screen update.
  1383.     (internal_flush): Clear to end of line by writing a string of
  1384.     spaces.
  1385.  
  1386. Wed May 25 00:36:35 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1387.  
  1388.     * xfns.c (Vx_sensitive_text_pointer_shape):
  1389.     Renamed from Vx_cross_pointer_shape.
  1390.     (syms_of_xfns): Provide Lisp var x-sensitive-text-pointer-shape.
  1391.  
  1392.     * xmenu.c (menu_item_equiv_key): Look for equiv keys both before
  1393.     and after one stage of symbol function indirection.
  1394.  
  1395.     * xterm.c (note_mouse_movement): Use frame's window in XQueryPointer.
  1396.     Special case if mouse isn't on that window.
  1397.     (note_mouse_highlight): Handle negative args and too-large args.
  1398.  
  1399.     * lread.c (openp): Don't use O_RDONLY.
  1400.  
  1401. Tue May 24 22:20:01 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1402.  
  1403.     * search.c (Freplace_match): Improve capitalization heuristics.
  1404.  
  1405.     * minibuf.c (Fminibuffer_complete_word): GCPRO completion and tem.
  1406.  
  1407.     * undo.c (Fprimitive_undo): GCPRO next and list.
  1408.     Check argument type before calling XINT.
  1409.  
  1410. Tue May 24 17:14:49 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1411.  
  1412.     * buffer.c (verify_overlay_modification): GCPRO tail and overlay.
  1413.     Avoid copying tail twice.
  1414.  
  1415. Tue May 24 17:11:38 1994  Andreas Schwab  (schwab@informatik.uni-dortmund.de)
  1416.  
  1417.     * keymap.c (describe_map): Fix the call to Fequal.
  1418.  
  1419. Tue May 24 16:50:42 1994  Morten Welinder  (terra@diku.dk)
  1420.  
  1421.     * msdos.c (do_visible_bell): Renamed from visible_bell to avoid
  1422.     potential conflict with variable of the same name.  Caller changed.
  1423.     (internal_flush): Code for audio bell inserted.
  1424.     * s/msdos.h (INTERNAL_TERMINAL): Allow audio bell.
  1425.  
  1426.     * msdos.c (dos_rawgetc): Doc fix.  Make C-, S-, and M- modifiers
  1427.     independent.  Make modifiers work with mouse.  Improve C-S-<ascii>
  1428.     handling by using look-up tables.  Fix kp-decimal problem.
  1429.  
  1430. Mon May 23 00:38:44 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1431.  
  1432.     * Version 19.24 released.
  1433.  
  1434.     * s/hpux8.h (LD_SWITCH_SYSTEM): Put back -Xlinker for GCC.
  1435.  
  1436.     * Makefile.in.in (LIBXT): Move -lXmu before -lXt.
  1437.  
  1438.     * term.c (update_end): Undo previous change.
  1439.  
  1440.     * frame.c (other_visible_frames): No longer static.
  1441.  
  1442.     * window.c (window_loop): Fix test of dedicated flag in prev change.
  1443.  
  1444.     * window.c (window_loop, UNSHOW_BUFFER case):
  1445.     Put prev change in #ifdef MULTI_FRAME.
  1446.  
  1447.     * keyboard.c (menu_bar_one_keymap):
  1448.     When there's no item string, use Qnil.
  1449.     Don't ever put `undefined' into the list of definitions.
  1450.  
  1451. Sun May 22 16:16:32 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1452.  
  1453.     * window.c (window_loop, UNSHOW_BUFFER case): Kill a special frame.
  1454.  
  1455.     * xterm.c (x_set_window_size): If cursor outside new size, mark it off.
  1456.     * dispnew.c (change_frame_size): Keep cursor coords in range.
  1457.  
  1458.     * s/linux.h (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
  1459.     (HAVE_XSCREENNUMBEROFSCREEN): Define these if not already defined.
  1460.  
  1461. Sun May 22 16:36:34 1994  Morten Welinder  (terra@diku.dk)
  1462.  
  1463.     * unexec.c [MSDOS]: Don't include files from the dos extender
  1464.     and debugger.  Use the <coff.h> that was put in the right place
  1465.     a couple of djgpp versions ago.  Consequently, use `unsigned short'
  1466.     for `word16' and `unsigned long' for `word32'.
  1467.  
  1468. Sun May 22 04:22:16 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1469.  
  1470.     * xterm.c (note_mouse_highlight): Handle case of highlight extending
  1471.     past end of window.
  1472.     (fast_find_position): Fix bugs when no text on screen
  1473.     and when the mouse is on an empty line.
  1474.  
  1475.     * s/hpux9shr.h: New file.
  1476.  
  1477.     * s/hpux8.h (LD_SWITCH_SYSTEM): Add conditionals for HPUX_USE_SHLIBS.
  1478.     Delete explicit -Xlinker in GCC case.
  1479.  
  1480.     * unexhp9k800.c: Include config.h.
  1481.     [HPUX_USE_SHLIBS]: Include dl.h.
  1482.     (brk_on_dump): New variable.
  1483.     (unexec): Set brk_on_dump.
  1484.     (copy_file): Change buffer size to 8192.
  1485.  
  1486.     * window.c (change_window_height): Test for DELTA too small
  1487.     only after making it smaller based on maxdelta.
  1488.  
  1489. Sat May 21 19:16:03 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1490.  
  1491.     * fileio.c (Fdelete_directory): Allow dir names as well as file names.
  1492.  
  1493.     * Makefile.in.in (${etc}DOC): Ignore error from rm.
  1494.     (MSDOS_SUPPORT): New variable.
  1495.     (lisp): Use MSDOS_SUPPORT.
  1496.  
  1497.     * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Commented out.
  1498.  
  1499. Fri May 20 21:10:58 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1500.  
  1501.     * xfns.c (x_set_background_color): Set scroll bar backgrounds.
  1502.  
  1503. Fri May 20 18:57:09 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1504.  
  1505.     * xterm.c (x_wm_set_window_state) [USE_X_TOOLKIT]: Use XtSetValues.
  1506.     (x_iconify_frame) [USE_X_TOOLKIT]: New code for invisible window case.
  1507.     (XtNinitialState) [USE_X_TOOLKIT]: New #define.
  1508.     (x_make_frame_invisible): Mostly combine toolkit/non-toolkit cases,
  1509.     in the process fixing a dumb bug.
  1510.  
  1511. Fri May 20 12:16:00 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  1512.  
  1513.     * lread.c (openp): Only lusers assume that O_RDONLY == 0.
  1514.  
  1515. Fri May 20 01:28:59 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1516.  
  1517.     * Makefile.in.in (UNEXEC_ALIAS): New variable, used
  1518.     to make the unex...o target.
  1519.  
  1520.     * xfaces.c (Fset_face_attribute_internal): Always return valid data.
  1521.  
  1522.     * textprop.c (syms_of_textprop): Set up Lisp fn get-char-property.
  1523.  
  1524. Thu May 19 16:57:10 1994  Andreas Schwab  (schwab@issan.informatik.uni-dortmund.de)
  1525.  
  1526.     * fileio.c (Finsert_file_contents): Declare buffer as unsigned
  1527.     char.  When comparing with file size convert same_at_start to
  1528.     distance to buffer start.  If the file matches the buffer
  1529.     contents truncate the buffer to the size of the file.
  1530.  
  1531. Thu May 19 18:03:26 1994  Jim Blandy  (jimb@totoro.bio.indiana.edu)
  1532.  
  1533.         * keyboard.c (read_char_minibuf_menu_prompt): Don't forget to
  1534.         initialize nobindings.
  1535.  
  1536. Thu May 19 00:11:34 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1537.  
  1538.     * Makefile.in.in (ORDINARY_LINK): Define by default
  1539.     if __GNU_LIBRARY__ and not LINUX.
  1540.  
  1541.     * s/isc4-0.h (EXTRA_INITIALIZE): Definition deleted.
  1542.  
  1543.     * s/isc3-0.h (EXTRA_INITIALIZE): Define here.
  1544.  
  1545.     * keyboard.c (lispy_function_keys): Add `backtab'.
  1546.  
  1547.     * frame.c (syms_of_frame): Set up frame-first-window as Lisp fn.
  1548.  
  1549.     * indent.c: Add "args" to dummy definition of compute-motion.
  1550.  
  1551.     * sysdep.c [BROKEN_TIOCGWINSZ]: Undef TIOCSWINSZ too.
  1552.  
  1553.     * Makefile.in.in (FRAME_SUPPORT): Add menu-bar.el.
  1554.  
  1555.     * dispnew.c: Include errno.h.
  1556.  
  1557.     * widget.c (EmacsFrameSetCharSize): Once again preserve x and y pos,
  1558.     but not the same way as before.
  1559.  
  1560.     * xmenu.c (other_menu_bar_item_p): Return 0 if no menu bar.
  1561.  
  1562.     * fileio.c (Fwrite_region): Set update_mode_lines.
  1563.  
  1564.     * xmenu.c (xmenu_show): Don't look in menubar for core.height
  1565.     if no menu bar.
  1566.  
  1567.     * xterm.c (x_iconify_frame): Fix error messages.
  1568.  
  1569. Wed May 18 01:36:22 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1570.  
  1571.     * dispnew.c (PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,
  1572.     use GNU_LIBRARY_PENDING_OUTPUT_COUNT if defined.
  1573.  
  1574.     * keyboard.c (lispy_function_keys): Add various kp- keys for X11R6.
  1575.  
  1576.     * fileio.c (syms_of_fileio): Doc fix.
  1577.  
  1578.     * s/linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Both definitions
  1579.     renamed from PENDING_OUTPUT_COUNT.
  1580.  
  1581.     * process.c (create_process): Don't complain about error
  1582.     from TIOCSETD.
  1583.  
  1584.     * window.c (Fset_window_buffer): Fix dedicated window error call.
  1585.     (window_loop, case UNSHOW_BUFFER): Clear dedicated flag.
  1586.  
  1587.     * fileio.c (Finsert_file_contents): Declare `buffer' as unsigned char.
  1588.  
  1589.     * dispnew.c: Include systime.h after xterm.h.
  1590.  
  1591.     * m/tek4300.h (WORDS_BIG_ENDIAN): Define this, not BIG_ENDIAN.
  1592.  
  1593.     * emacs.c (syms_of_emacs), config.h.in:
  1594.     EMACS_CONFIGURATION renamed from CONFIGURATION.
  1595.  
  1596. Tue May 17 18:57:20 1994  Andreas Schwab  (schwab@issan.informatik.uni-dortmund.de)
  1597.  
  1598.     * eval.c (Fbacktrace): Properly nest parentheses.
  1599.     (Fbacktrace_frame): Don't bomb on invalid frame number.
  1600.  
  1601. Tue May 17 05:41:51 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1602.  
  1603.     * keyboard.c (command_loop_1): Fix test for valid display table entry,
  1604.     for backwards motion.
  1605.  
  1606.     * Makefile.in.in (ALL_LDFLAGS): Add LDFLAGS.
  1607.     (MAKE): Don't override a previous value of MAKE set by configure.
  1608.  
  1609.     * dispnew.c (update_frame): Fix test of outq and baud_rate.
  1610.  
  1611.     * emacs.c (shut_down_emacs): Don't call intern.
  1612.  
  1613. Tue May 17 03:23:39 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1614.  
  1615.     * Version 19.23 released.
  1616.  
  1617. Tue May 17 00:04:25 1994  Morten Welinder  (terra@diku.dk)
  1618.  
  1619.     * msdos.c (gettimeofday): New function substituting the library
  1620.     function of the same name.
  1621.     (init_gettimeofday): New function.
  1622.     (init_environment): Call init_gettimeofday after possibly
  1623.     setting TZ environment variable.
  1624.     * msdos.h: Add template for init_gettimeofday.
  1625.  
  1626. Mon May 16 23:25:12 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1627.  
  1628.     * buffer.c (fix_overlays_in_range): New function.
  1629.     * editfns.c (Ftranspose_regions): Call it.  Also update point as
  1630.     if it were a marker.
  1631.  
  1632. Mon May 16 03:25:22 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1633.  
  1634.     * xmenu.c (xmenu_show): Completely ignore nameless panes
  1635.     except for the first pane.  Ignore named panes too if KEYMAPS.
  1636.  
  1637.     * widget.c (setup_frame_gcs): Move cursor_bits variable out of
  1638.     setup_frame_gcs and rename to setup_frame_cursor_bits.
  1639.  
  1640.     * eval.c (syms_of_eval): Doc fixes.
  1641.  
  1642. Sun May 15 00:14:04 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1643.  
  1644.     * xterm.c (x_display_box_cursor): Preserve mouse highlight
  1645.     if the old cursor was in it.
  1646.  
  1647.     * editfns.c (Fcurrent_time_zone): Add cast.
  1648.  
  1649.     * s/bsd386.h (LOCALTIME_CACHE): Defined.
  1650.  
  1651.     * m/pmax.h (LOCALTIME_CACHE): Define, if not OSF1.
  1652.  
  1653.     * xfns.c (validate_x_resource_name): Don't let Vx_resource_name
  1654.     have invalid characters.
  1655.  
  1656. Sat May 14 20:07:44 1994  Morten Welinder  (terra@diku.dk)
  1657.  
  1658.     * msdos.c (crlf_to_lf): Fix off-by-one condition.
  1659.  
  1660. Sat May 14 02:33:12 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1661.  
  1662.     * keyboard.c (bind_polling_period): Never decrease polling_period.
  1663.  
  1664.     * fileio.c (Fdo_auto_save): Save listdesc as an integer, only if open.
  1665.     (do_auto_save_unwind): Corresponding changes.
  1666.  
  1667.     * keyboard.c (echo): Don't echo motion events.
  1668.  
  1669.     * fileio.c (Fcopy_file): Close output before setting its times.
  1670.     Close both before discarding the unwind protects.
  1671.  
  1672. Fri May 13 18:12:44 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1673.  
  1674.     * buffer.c (Foverlay_lists): Doc fix.
  1675.     (Fnext_overlay_change): Doc fix.
  1676.  
  1677. Fri May 13 03:16:47 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1678.  
  1679.     * xterm.c (XTread_socket): For button events, clear compose_status.
  1680.  
  1681.     * Makefile.in.in (LIBXTR6): New variable.  Test HAVE_X11XTR6.
  1682.     (LIBXT): Use it.
  1683.     * config.h.in (HAVE_X11XTR6): Add #undef.
  1684.  
  1685.     * editfns.c (save_excursion_restore): Don't run activate-mark-hook
  1686.     if mark position is unchanged.
  1687.  
  1688.     * emacs.c (main): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.
  1689.     * callproc.c (child_setup): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.
  1690.     Don't call nice if emacs_priority is positive.
  1691.     * sysdep.c (sys_subshell): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.
  1692.     Don't call nice if emacs_priority is positive.
  1693.  
  1694. Thu May 12 13:51:11 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1695.  
  1696.     * Makefile.in.in: Handle Motif and Open-look.
  1697.     (LIBW): New variable.
  1698.     (LIBXT): Use it.
  1699.  
  1700.     * process.c (POLL_FOR_INPUT): Define, if appropriate.
  1701.  
  1702. Thu May 12 12:17:16 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1703.  
  1704.     * xdisp.c (display_text_line): Fix check for end of buffer.
  1705.  
  1706. Thu May 12 02:17:20 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1707.  
  1708.     * xterm.c (dumpglyphs): For cursor foreground, try the
  1709.     face's background before the face's foreground.
  1710.     (XTread_socket): Call note_mouse_movement for EnterNotify.
  1711.  
  1712.     * process.c (Fopen_network_stream):
  1713.     Call bind_polling_period; later unbind the binding.
  1714.  
  1715.     * keyboard.c (syms_of_keyboard): Set up Qpolling_period.
  1716.     (bind_polling_period): New function.
  1717.  
  1718.     * callproc.c (init_callproc): Never set Vdata_directory based on
  1719.     the executable's location.  But maybe set it from source dir.
  1720.  
  1721. Wed May 11 18:15:27 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1722.  
  1723.     * systty.h [__GNU_LIBRARY__]: Include <termios.h>.
  1724.  
  1725. Wed May 11 05:17:56 1994  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
  1726.  
  1727.     * xmenu.c (xmenu_show): New var mb_item. Use it to determine the
  1728.     menubar item that led to the menu.
  1729.     (Fx_popup_menu): Suppress duplicate test case in the way to determine
  1730.     whether the menu is handling a menu bar click.
  1731.  
  1732. Wed May 11 00:15:22 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1733.  
  1734.     * buffer.c (Frename_buffer): Reject empty string as new name.
  1735.  
  1736. Tue May 10 23:54:11 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1737.  
  1738.     * process.c (exec_sentinel): Don't deactivate the mark.
  1739.     Check for asynch buffer switch.
  1740.  
  1741. Tue May 10 20:15:56 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1742.  
  1743.     * s/bsd4-2.h (BSD): Define as 42.
  1744.     (BSD4_2): Define as 1.  This makes it like bsd4-3.h.
  1745.  
  1746.     * floatfns.c: Don't declare logb if it is a macro.
  1747.  
  1748. Tue May 10 19:36:17 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1749.  
  1750.     * keyboard.c (read_char): Preserve echo area on asynch buffer switch.
  1751.  
  1752. Tue May 10 18:39:40 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1753.  
  1754.     * dispnew.c [__GNU_LIBRARY__]: Redefine PENDING_OUTPUT_COUNT even
  1755.     if already defined.
  1756.  
  1757. Tue May 10 03:24:16 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1758.  
  1759.     * fileio.c (Finsert_file_contents) [MSDOS]: Ignore the replace feature.
  1760.  
  1761.     * buffer.c (syms_of_buffer): Doc fix.
  1762.  
  1763.     * keyboard.c (syms_of_keyboard): Doc fix.
  1764.  
  1765. Tue May 10 01:36:31 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1766.  
  1767.     * keyboard.c (safe_run_hooks): New function, extracted from
  1768.     command_loop_1.  Bind inhibit_quit.
  1769.  
  1770. Mon May  9 00:51:27 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1771.  
  1772.     * xmenu.c (string_width): Deleted.
  1773.  
  1774.     * xterm.c (x_set_window_size) [USE_X_TOOLKIT]:
  1775.     Preserve the main widget's x and y position.
  1776.  
  1777. Sun May  8 17:52:48 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1778.  
  1779.     * process.c (process_send_signal): If PREFER_VSUSP,
  1780.     use VSUSP instead of VSWTCH.
  1781.     * s/sco4.h (PREFER_VSUSP): Defined.
  1782.     * s/irix5-0.h (PREFER_VSUSP): Defined.
  1783.  
  1784.     * fileio.c (Fdo_auto_save): Write a list of all auto save file names.
  1785.     (Vauto_save_list_file_name): Specify file name to put them in.
  1786.     (syms_of_fileio): Set up Lisp var.
  1787.  
  1788. Sat May  7 02:29:37 1994  Morten Welinder  (terra@diku.dk)
  1789.  
  1790.     * callproc.c [MSDOS]: Rename Vbinary_process to Vbinary_process_output.
  1791.     (syms_of_callproc) [MSDOS]: Rename lisp variable binary-process to
  1792.     binary-process-output.
  1793.     (Fcall_process, syms_of_callproc) [MSDOS]: Use new names.
  1794.     (Vbinary_process_input) [MSDOS]: New variable.
  1795.     (syms_of_callproc) [MSDOS]: Declare binary-process-input.
  1796.     (Fcall_process_region) [MSDOS]: Bind binary-process-input temporarily
  1797.     to buffer-file-type.
  1798.     (init_callproc) [MSDOS]: Don't add lib-src as the wrapped binaries
  1799.     are in bin.
  1800.  
  1801. Sat May  7 04:37:41 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1802.  
  1803.     * buffer.c (Qbuffer_file_type): Var deleted.
  1804.     * callproc.c (Qbuffer_file_type): Var added.
  1805.  
  1806.     * keyboard.c (read_char): Don't test do_mouse_tracking;
  1807.     instead, do prepare_menu_bars only if commandflag > 1.
  1808.     (read_char): Do call add_command_key for mouse-movement events.
  1809.     Test detect_input_pending, not EVENT_QUEUES_EMPTY, for kbd menus.
  1810.     But don't test either one for mouse menus.
  1811.  
  1812.     * undo.c (record_delete): Record the old point value
  1813.     only right after a boundary.
  1814.  
  1815. Fri May  6 22:22:24 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1816.  
  1817.     * s/dgux5-4r3.h: Use dgux5-4r2.h under new name.
  1818.  
  1819.     * puresize.h (PURESIZE): Increase to 235000 and 205000.
  1820.  
  1821. Fri May  6 00:22:18 1994  Morten Welinder  (terra@diku.dk)
  1822.  
  1823.     * s/msdos.h: Define NO_MATHERR.
  1824.     * floatfns.c: Don't guard DOMAIN && SING && OVERFLOW check by
  1825.     an #ifndef MSDOS.
  1826.  
  1827. Fri May  6 19:46:03 1994  Francesco Potorti` (pot@cnuce.cnr.it)
  1828.  
  1829.     * m/delta.h: (SYSTEM_MALLOC): deleted.  The problem isn't there.
  1830.  
  1831. Fri May  6 00:25:30 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1832.  
  1833.     * xterm.c (x_set_offset): Set gravity and size hint
  1834.     before moving the window.
  1835.  
  1836.     * keyboard.c (make_lispy_event): Ignore mouse events for deleted frame.
  1837.  
  1838.     * xterm.c (XTread_socket):
  1839.     For ReparentNotify, use x_top_window_to_frame.
  1840.     Also recompute frame position using x_real_positions.
  1841.     For ConfigureNotify, don't ignore send_events.
  1842.     Also recompute frame position using x_real_positions.
  1843.  
  1844. Thu May  5 20:59:39 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1845.  
  1846.     * window.c: Use PT, not point.
  1847.     (Fdelete_other_windows): Do nothing if w->start is outside region.
  1848.     Don't temporarily move point when recomputing window position.
  1849.  
  1850. Thu May  5 15:18:27 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1851.  
  1852.     * xfns.c (x_real_positions): New function.
  1853.  
  1854.     * keyboard.c (make_lispy_movement): Don't call pixel_to_glyph_coords
  1855.     if FRAME is 0.
  1856.  
  1857.     * xterm.c (x_set_offset): Update XNegative and YNegative for new pos.
  1858.     (x_calc_absolute_position): Clear XNegative and YNegative.
  1859.  
  1860.     * xrdb.c (x_load_resources) [USE_X_TOOLKIT]: Don't call XrmInitialize.
  1861.  
  1862.     * keymap.c (describe_map): Ignore bindings for all except
  1863.     symbols and integers.
  1864.  
  1865.     * unexelfsgi.c (unexec): Handle debugging info properly.
  1866.  
  1867.     * s/freebsd.h: Don't use netbsd.h.  Do all those things right here.
  1868.  
  1869. Thu May  5 01:33:46 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1870.  
  1871.     * xmenu.c (Fx_popup_menu): Restore accidentally-deleted call to
  1872.     mouse_position_hook.
  1873.     (xmenu_show): Disallow empty menus.
  1874.  
  1875. Thu May  5 00:03:36 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1876.  
  1877.     * keyboard.c (last_point_position_buffer): New variable.
  1878.     (command_loop_1): Set it.
  1879.     * undo.c (record_delete): Test it.
  1880.     * commands.h (last_point_position_buffer): Declared.
  1881.  
  1882.     * Makefile.in.in: Put in a separator for where to start cpp procssing.
  1883.     Above that, use Make-style comments.
  1884.     This goes with changes in ../configure.in.
  1885.  
  1886. Wed May  4 01:20:45 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1887.  
  1888.     * s/isc4-0.h (NEED_SIOCTL, ISC4_0): Declared.
  1889.  
  1890.     * sysdep.c: Test ISC4_0 along with TIOCGWINSZ.
  1891.  
  1892.     * process.c (wait_reading_process_input): Don't call prepare_menu_bars
  1893.     unless we are going to redisplay for a garbaged frame.
  1894.     (read_process_output): Call prepare_menu_bars if waiting for input.
  1895.     (exec_sentinel): Call prepare_menu_bars if waiting for input.
  1896.  
  1897.     * s/dgux5-4r3.h, s/dgux5-4r2.h: Renamed from ..4R..
  1898.  
  1899.     * eval.c (error): Fix logic in call to xmalloc/xrealloc.
  1900.  
  1901.     * xterm.c (x_make_frame_invisible): Use XWithdrawWindow again.
  1902.  
  1903.     * s/sol2.h, s/sol2-3.h (LD_SWITCH_SYSTEM):
  1904.     Use ./prefix-args, not -Xlinker directly.
  1905.  
  1906. Tue May  3 00:21:01 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1907.  
  1908.     * xfns.c (x_set_cursor_color): Fix typo.
  1909.  
  1910.     * xselect.c (x_own_selection): Catch errors around XSetSelectionOwner.
  1911.  
  1912.     * buffer.c (syms_of_buffer): Doc fix.
  1913.  
  1914.     * xdisp.c (display_text_line): Since HPOS is negative, avoid
  1915.     writing before the beginning of the charstarts line.
  1916.  
  1917.     * minibuf.c (read_minibuf): Clear previous_echo_glyphs.
  1918.  
  1919. Mon May  2 19:36:24 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1920.  
  1921.     * dired.c (file_name_completion_stat): Use both lstat and stat.
  1922.  
  1923. Mon May  2 17:07:56 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1924.  
  1925.     * xterm.c (show_mouse_face): Fix test for cursor in highlighted area.
  1926.     (note_mouse_highlight): Reorder test for simplicity.
  1927.     (note_mouse_highlight, show_mouse_face, clear_mouse_face,
  1928.     x_destroy_window): Use row/col instead of buffer position to keep
  1929.     track of highlighted area.
  1930.  
  1931. Mon May  2 19:46:03 1994  Francesco Potorti` (pot@cnuce.cnr.it)
  1932.  
  1933.     * m/delta.h: (SYSTEM_MALLOC): Defined, since GNU malloc does not work.
  1934.     (BCOPY_UPWARD_SAFE): Defined to 0 for the Green Hills compiler.
  1935.  
  1936. Mon May  2 00:06:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1937.  
  1938.     * process.c (create_process): Undo April 19 setsid change.
  1939.  
  1940. Sun May  1 03:32:22 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1941.  
  1942.     * xterm.h (struct x_display): New field size_hint_flags.
  1943.     * xfns.c (Fx_create_frame): Set the size_hint_flags field.
  1944.     Don't call x_calc_absolute_position.
  1945.     * xterm.c (x_calc_absolute_position): Use size_hint_flags.
  1946.     New FLAGS arg deleted.  Callers changed. 
  1947.  
  1948.     * xfns.c (x_figure_window_size): Handle `-' for top or left.
  1949.     (Fx_parse_geometry): Handle one element at a time.
  1950.     Give `-' when appropriate.
  1951.     (x_figure_window_size): Allow just height or just width.
  1952.  
  1953.     * xterm.c (x_wm_set_size_hint): Don't try to handle negative positions.
  1954.     (x_calc_absolute_position):
  1955.     New arg FLAGS.  Use XNegative and YNegative.
  1956.     (x_set_offset): Pass new arg.
  1957.  
  1958.     * xfns.c (x_figure_window_size): Set USPosition only if user-position
  1959.     is non-nil; otherwise, if pos is specified, set PPosition.
  1960.     Likewise for USSize and PSize.
  1961.     (Fx_create_frame): Use XNegative and YNegative to set win_gravity.
  1962.     [USE_X_TOOLKIT] (x_window): Use XNegative and YNegative
  1963.     to set win_gravity.  Pass new arg to x_calc_absolute_position.
  1964.  
  1965.     * editfns.c (Ftranspose_regions): Take addresses only after move gap.
  1966.     Cast result of alloca.  Use xmalloc instead, for large objects.
  1967.     Always copy the middle portion directly; never put it in temp.
  1968.     Always move the gap to START1 or END2, whichever is nearer.
  1969.  
  1970.     * keyboard.c (Ftrack_mouse): Call prepare_menu_bars at the start.
  1971.     (read_char): Don't call prepare_menu_bars if doing mouse tracking.
  1972.  
  1973. Sat Apr 30 22:08:09 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1974.  
  1975.     * puresize.h (PURESIZE) [MULTI_FRAME]: Increase to 232000.
  1976.  
  1977. Sat Apr 30 19:09:08 1994  Paul Reilly  (pmr@churchy.gnu.ai.mit.edu)
  1978.  
  1979.     * s/dgux5-4R3.h: new file.
  1980.  
  1981.     * s/dgux5-4R2.h: new file.
  1982.  
  1983.     * s/dgux.h (SVR4): Make conditional on ELF environment.
  1984.     (INTERRUPT_INPUT, ORDINARY_LINK): Set by default.
  1985.     (C_COMPILER, LINKER and MAKE_COMMAND): Remove.
  1986.  
  1987.     * process.c (IN_ADDR, NUMERIC_ADDR_ERROR): Made conditional on
  1988.     HAVE_BROKEN_INET_ADDR.
  1989.  
  1990. Sat Apr 30 01:58:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1991.  
  1992.     * keyboard.c (record_asynch_buffer_change): Block SIGIO.
  1993.     (force_auto_save_soon): Call record_asynch_buffer_change.
  1994.  
  1995.     * emacs.c (memory_warning_signal): Call force_auto_save_soon.
  1996.  
  1997.     * keyboard.c (force_auto_save_soon): New function.
  1998.  
  1999.     * process.c (Fopen_network_stream): Retry the connect if EADDRINUSE.
  2000.     Ignore EISCONN.
  2001.  
  2002. Fri Apr 29 22:15:44 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2003.  
  2004.     * eval.c (init_eval): Initialize when_entered_debugger to -1.
  2005.  
  2006. Fri Apr 29 19:21:02 1994  Jim Blandy  (jimb@totoro.bio.indiana.edu)
  2007.  
  2008.         * data.c (Ffset, Ffmakunbound): Signal an error if SYM is nil or t.
  2009.  
  2010. Fri Apr 29 19:12:35 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2011.  
  2012.     * data.c, floatfns.c, lread.c [MSDOS]: Re-enable some #undef's.
  2013.  
  2014. Fri Apr 29 20:07:33 1994  Karl Fogel  (kfogel@phylo)
  2015.  
  2016.     * editfns.c (Ftranspose_regions): New function.
  2017.         (transpose_markers): Helper func for above.
  2018.         (syms_of_frame): Call defsubr for Stranspose_regions.
  2019.  
  2020. Fri Apr 29 05:35:49 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2021.  
  2022.     * xterm.h (x_mouse_grabbed): Declared.
  2023.     * xmenu.c (xdialog_show): Clear x_mouse_grabbed.
  2024.  
  2025.     * frame.c (Fframe_live_p): Alternative defn for not MULTI_FRAME.
  2026.     (syms_of_frame): Call defsubr for it.
  2027.  
  2028.     * process.c: Doc fixes.
  2029.  
  2030.     * xterm.c (x_wm_set_size_hint): Always set PWinGravity.
  2031.     Rename the args.  Compute x and y fields from negative positions.
  2032.     Use XGetWMNormalHints if X11R4 or newer.
  2033.     (x_make_frame_visible): Call x_set_offset only if not USE_X_TOOLKIT.
  2034.     (x_make_frame_invisible): Call x_wm_set_size_hint.
  2035.     (x_set_offset): Pass 0 as 3rd arg to x_wm_set_size_hint.
  2036.     (x_set_window_size): Likewise.  Set win_gravity field here if nec.
  2037.  
  2038.     * xfns.c (Fx_create_frame): Pass 0 as 3rd arg to x_wm_set_size_hint.
  2039.     (x_figure_window_size): Fix typo setting XNegative.
  2040.  
  2041.     * minibuf.c (Fminibuffer_complete): Add third arg to Fset_window_start.
  2042.  
  2043.     * buffer.c (init_buffer_once): Initialize buffer_file_type field right.
  2044.  
  2045.     * m/dos386.h (HAVE_MOUSE): Defined.
  2046.     (PURESIZE): Increase value.
  2047.  
  2048.     * xdisp.c (decode_mode_spec): Fix handling of `%t'.
  2049.  
  2050.     * msdos.c, dosfns.c: Finish downcasing mouse_init1, mouse_off,
  2051.     mouse_check_moved, mouse_pressed, mouse_released, mouse_on, mouse_init.
  2052.  
  2053.     * dispnew.c (update_frame): Fix previous change:
  2054.     Unconditionally bzero at the end.
  2055.  
  2056. Fri Apr 29 00:38:09 1994  Morten Welinder  (terra@diku.dk)
  2057.  
  2058.     * msdos.c (visible_bell): Now static.  Make the asm volatile.
  2059.     Don't expect register %gs to survive calls to other functions
  2060.     (just to be safe, %gs will survive at present).
  2061.  
  2062.     * keyboard.c (make_lispy_movement): if HAVE_MOUSE then include
  2063.     the mouse handling code.
  2064.     * msdos.c (glyph_to_pixel_coords, pixel_to_glyph_coords) new
  2065.     functions imitating those in xterm.c.
  2066.  
  2067.     * s/msdos.h (getppid): Definition deleted.
  2068.  
  2069.     * msdos.c (dos_rawgetc): Key numbers are biased by 0xff00.
  2070.  
  2071.     * dosfns.c (Fmode25, Fmode4350): Clean up the coding and return
  2072.     a well-defined value.
  2073.     (syms_of_dosfns): Doc fix.
  2074.  
  2075. Fri Apr 29 01:16:04 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2076.  
  2077.     * keymap.c (Fsingle_key_description): Undo previous change.
  2078.     (describe_map): Skip string entries.
  2079.  
  2080.     * minibuf.c (do_completion): Initialize vars before gcpro.
  2081.  
  2082. Fri Apr 29 00:03:50 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2083.  
  2084.     * dispnew.c (update_frame): Move those assignments even farther down.
  2085.  
  2086.     * xterm.c (x_wm_set_size_hint): Don't set PMaxSize.
  2087.     Don't touch win_gravity field if no PWinGravity.
  2088.  
  2089. Thu Apr 28 22:51:04 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2090.  
  2091.     * print.c: Doc fixes.
  2092.  
  2093.     * keymap.c (describe_map_tree, describe_buffer_bindings): gcpro stuff.
  2094.     (describ_buffer_bindings): Delete unused code.
  2095.  
  2096. Thu Apr 28 21:05:23 1994  Per Abrahamsen  (abraham@research.att.com)
  2097.  
  2098.     * keymap.c (Fsingle_key_description): Accept strings as keys since
  2099.     the buffer menu uses them.
  2100.  
  2101. Thu Apr 28 14:12:32 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2102.  
  2103.     * dispnew.c (update_frame): Move assignments to current_frame
  2104.     and desired_frame.
  2105.  
  2106.     * floatfns.c (logb): Test HPUX, not hpux.
  2107.  
  2108.     * s/sunos4-1.h (LIBS_SYSTEM): #if 0'd.
  2109.  
  2110.     * xmenu.c (Fx_popup_menu): Doc fix.
  2111.  
  2112.     * xfns.c (x_window) [USE_X_TOOLKIT]: Call XSetWMHints.
  2113.  
  2114. Thu Apr 28 09:05:09 1994  Michael D. Ernst  (mernst@monozygote.research.microsoft.com)
  2115.  
  2116.     * fileio.c (inhibit-file-name-handers): Correct documentation.
  2117.  
  2118. Thu Apr 28 02:13:28 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2119.  
  2120.     * xterm.c (XTread_socket): Only top window cares about LeaveNotify.
  2121.  
  2122.     * frame.c (Fframe_parameters) [!MULTI_FRAME]: Unstub it again.
  2123.  
  2124. Thu Apr 28 00:35:25 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2125.  
  2126.     * emacs.c (syms_of_emacs): Doc fix.
  2127.  
  2128.     * callproc.c (child_setup): Test PRIO_PROCESS, as in sys_subshell.
  2129.  
  2130.     * m/hp800.h: Renamed from hp9000s800.h.
  2131.     (hp9000s800): Undo previous change.
  2132.  
  2133.     * process.c (create_process): If vfork fails, close forkin and forkout.
  2134.  
  2135. Wed Apr 27 22:33:41 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2136.  
  2137.     * xterm.c (x_make_frame_visible): Use XtMapWidget, not XtPopup.
  2138.  
  2139.     * m/hp9000s800.h (hp800): Define this instead of hp9000s800.
  2140.  
  2141.     * Makefile.in.in (mostlyclean): Remove liblw.a.
  2142.  
  2143.     * lread.c (read1): Allow `\C- ' and `\C-?'.
  2144.  
  2145. Wed Apr 27 15:15:51 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2146.  
  2147.     * unexmips.c (unexec): Cast pointers.
  2148.     Fix error message.
  2149.  
  2150.     * Makefile.in.in: Use C-style comments.
  2151.  
  2152.     * frame.c (Fframe_parameters) [!MULTI_FRAME]: Replace with stub.
  2153.     (Fframe_parameters, Fmodify_frame_parameters) [!MULTI_FRAME]:
  2154.     Remove extra docstring.
  2155.  
  2156. Wed Apr 27 00:46:36 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2157.  
  2158.     * s/sunos4-0.h (LD_SWITCH_SYSTEM): Undo previous change.
  2159.  
  2160.     * xterm.c (XTread_socket, case ClientMessage): Don't call
  2161.     XSetInputFocus if event is not for an existing frame.
  2162.  
  2163.     * xmenu.c (xmenu_show, xdialog_show):
  2164.     If we unread some events, set interrupt_input_pending.
  2165.  
  2166.     * xterm.c (XTread_socket) [USE_X_TOOLKIT]: Never pass motion
  2167.     events to the toolkit.
  2168.  
  2169.     * CONFIGURATION now comes via config.h.
  2170.     * Makefile.in.in (emacs.o): Use the default .c.o command.
  2171.     (configuration): Make variable deleted.
  2172.     * config.h.in (CONFIGURATION): Add #undef.
  2173.  
  2174.     * xterm.c (XTread_socket) [USE_X_TOOLKIT]: Undo previous change.
  2175.     (x_wm_set_size_hint): Do set max_height, max_width, and PMaxSize flag.
  2176.  
  2177. Tue Apr 26 17:15:45 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2178.  
  2179.     * process.c (create_process) [HAVE_TERMIOS && LDISC1]: Use tcsetattr.
  2180.  
  2181. Tue Apr 26 05:28:44 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2182.  
  2183.     * alloc.c (mark_object, case frame): Mark menu_bar_vector field.
  2184.  
  2185. Mon Apr 25 18:04:44 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2186.  
  2187.     * keyboard.c (Vunread_command_events):
  2188.     Renamed from unread_command_events.
  2189.     All uses changed.
  2190.     * command.h (Vunread_command_events): Renamed.
  2191.     * lread.c (read_filtered_event): Use Vunread_command_events.
  2192.     * minibuf.c (temp_echo_area_glyphs): Use Vunread_command_events.
  2193.  
  2194.     * keyboard.c (read_char): Don't use menus if we have events waiting.
  2195.  
  2196.     * xterm.c (XTread_socket) [USE_X_TOOLKIT]: Let toolkit handle
  2197.     menu bar click. 
  2198.  
  2199. Mon Apr 25 16:29:45 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2200.  
  2201.     * insdel.c: Use PT, not point.
  2202.     (gap_left, gap_right, adjust_markers): Make these functions static.
  2203.     (adjust_point): New function.
  2204.     (insert_1, insert_from_string_1, del_range_1): Use it.
  2205.  
  2206.     * xterm.c (x_term_init): Add explicit cast.
  2207.     (XTmouse_position): Don't use last_mouse_frame if it's dead.
  2208.     (XTread_socket): Ditto.
  2209.  
  2210.     * textprop.c (F*_property_change): Typecheck limit argument.
  2211.  
  2212. Mon Apr 25 00:11:16 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2213.  
  2214.     * xdisp.c (syms_of_xdisp): Set up Qmenu_bar_update_hook.
  2215.     (update_menu_bar): Run that hook.
  2216.     Fix failure to update menu bar when w->update_mode_line was nil.
  2217.  
  2218.     * frame.h (struct frame): New fields menu_bar_vector and
  2219.     menu_bar_items_used.
  2220.     * frame.c (make_frame): Initialize fields menu_bar_vector and
  2221.     menu_bar_items_used.
  2222.  
  2223.     * keyboard.c (menu_bar_item): Put a list of keymaps into the third
  2224.     slot of an item in menu_bar_items_vector.
  2225.  
  2226. Sun Apr 24 01:13:32 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2227.  
  2228.     * fileio.c (Finsert_file_contents): Fix accessing buffer_file_type
  2229.     since it is t or nil.  Change to handle t or nil as value
  2230.     of find-buffer-file-type.
  2231.  
  2232.     * buffer.c (Fkill_all_local_variables): Doc fix.
  2233.  
  2234. Sat Apr 23 12:32:25 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2235.  
  2236.     * process.c (create_process): Use SETUP_SLAVE_PTY only if pty_flag.
  2237.     Likewise for child_setup_tty.
  2238.  
  2239.     * window.c (Fselect_window): Use Fselect_frame.
  2240.  
  2241.     * frame.c (Fset_frame_selected_window): New function.
  2242.     (syms_of_frame): Set up Lisp function.
  2243.  
  2244.     * lisp.h (Vascii_canon_table, Vascii_eqv_table): Declared.
  2245.  
  2246.     * buffer.c (reset_buffer_local_variables): Use Vascii_eqv_table
  2247.     and Vascii_canon_table.
  2248.  
  2249.     * window.c: Implement special frames for specified buffers.
  2250.     (Vspecial_display_buffer_names, Vspecial_display_regexps)
  2251.     (Vspecial_display_function): New variables.
  2252.     (syms_of_window): Set up Lisp variables.
  2253.     (Fdisplay_buffer): Handle them.
  2254.  
  2255. Fri Apr 22 20:04:41 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2256.  
  2257.     * Makefile.in.in (alloca.o): Use config_h.
  2258.     (config_h): Use M_FILE and S_FILE.
  2259.     (S_FILE, M_FILE): New variables hold names of config files.
  2260.  
  2261.     * fileio.c (syms_of_fileio): New Lisp var inhibit-file-name-operation.
  2262.     (Ffind_file_name_handler): Obey that variable.  Use new meaning
  2263.     for inhibit-file-name-handlers.
  2264.  
  2265.     * config.h.in (HAVE_LIBRESOLV): Add #undef.
  2266.     * s/sunos4-1.h (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
  2267.     Do not test HAVE_GETHOSTNAME.
  2268.  
  2269.     * s/sunos4-1.h (LIBS_SYSTEM): Invert the HAVE_RES_INIT condition.
  2270.  
  2271. Fri Apr 22 19:55:22 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2272.  
  2273.     * fileio.c (Ffind_file_name_handler): New argument OPERATION.
  2274.     All callers changed.
  2275.  
  2276. Fri Apr 22 16:00:24 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2277.  
  2278.     * process.c (max_process_desc): New variable.
  2279.     (wait_reading_process_output): Don't look for process output
  2280.     beyond that many bits.
  2281.     (create_process, Fopen_network_stream, deactivate_process): Update it.
  2282.     (init_process): Initialize it.
  2283.  
  2284.     * frame.c (Fmouse_pixel_position, Fset_mouse_pixel_position):
  2285.     New functions.
  2286.     (syms_of_frame): Set up Lisp functions.
  2287.  
  2288.     * xterm.c (x_set_mouse_pixel_position): New function.
  2289.  
  2290. Thu Apr 21 18:56:10 1994  Simon Leinen  (simon@lia.di.epfl.ch)
  2291.  
  2292.     * process.c (send_process): If fpathconf fails, use 250.
  2293.  
  2294. Thu Apr 21 00:34:56 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2295.  
  2296.     * emacs.c (init_cmdargs): Check only for etc and lib-src subdirs
  2297.     when setting Vinstallation_directory.
  2298.     (syms_of_emacs): Make Lisp vars invocation-name, invocation-directory
  2299.     and installation-directory.
  2300.  
  2301.     * lread.c (init_lread): Maybe put build-time Lisp dirs on load-path.
  2302.  
  2303.     * callproc.c (init_callproc): Set Vdoc_directory like Vdata_directory.
  2304.  
  2305.     * lread.c (init_lread): Improve warning message.
  2306.  
  2307.     * xterm.c (x_make_frame_visible): Args to x_set_offset were swapped.
  2308.  
  2309. Wed Apr 20 16:38:41 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2310.  
  2311.     * xterm.h (x_top_window_to_frame): Declare this function.
  2312.  
  2313. Wed Apr 20 10:20:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2314.  
  2315.     * fns.c: Doc fixes.
  2316.  
  2317.     * Makefile.in.in (TAGS): Split off included tags file lisp/TAGS.
  2318.     (../lisp/TAGS): New target uses recursive make.
  2319.     (ctagsfiles, lisptagsfiles): New variables.
  2320.  
  2321.     * xfns.c (x_window): Test FRAME_EXTERNAL_MENU_BAR
  2322.     to decide on calling initialize_frame_menubar.
  2323.  
  2324. Wed Apr 20 12:52:15 1994  Francesco Potorti`  (pot@fly.cnuce.cnr.it)
  2325.  
  2326.     * m/delta.h (HAVE_SOCKETS): defined if HAVE_INET_SOCKETS is defined.
  2327.  
  2328. Wed Apr 20 04:32:47 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2329.  
  2330.     * frame.c (Fmodify_frame_parameters, Fframe_parameters): 
  2331.     Define even if not MULTI_FRAME.
  2332.  
  2333.     * config.h.in (HAVE_INET_SOCKETS): Add #undef.
  2334.  
  2335.     * xterm.c (XTread_socket): Delete the non-NEW_SELECTIONS code
  2336.     and simplify the toolkit conditional for those cases.
  2337.  
  2338.     * xterm.c (XTread_socket, case ClientMessage):
  2339.     Always use x_window_to_frame.
  2340.  
  2341.     * xfns.c (x_top_window_to_frame): New function.
  2342.  
  2343. Tue Apr 19 23:23:07 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2344.  
  2345.     * process.c (create_process): Call setsid only if pty_flag.
  2346.  
  2347.     * xterm.c (x_make_frame_invisible): Explicitly clear visible and
  2348.     iconified flags, as well as the async flags.
  2349.  
  2350. Tue Apr 19 20:23:52 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2351.  
  2352.     * keymap.c (describe_map): Merge with describe_map_2.
  2353.     (describe_map_tree, describe_map): Skip keymaps we've seen before.
  2354.  
  2355.     * keyboard.c (read_avail_input): Don't retry read.
  2356.  
  2357. Tue Apr 19 17:45:16 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2358.  
  2359.     * keyboard.c (Vlast_event_frame): Define unconditionally.
  2360.     (syms_of_keyboard): Always make the Lisp var.
  2361.  
  2362.     * Makefile.in.in (${etc}DOC): Delete redundant version.el from cmd.
  2363.  
  2364. Tue Apr 19 00:16:34 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2365.  
  2366.     * keyboard.c (read_avail_input): Test EINTR, not EAGAIN.
  2367.     Write loop as a do-while.
  2368.  
  2369.     * puresize.h (PURESIZE) [!MULTI_FRAME]: Increase to 200000.
  2370.  
  2371. Mon Apr 18 19:27:05 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2372.  
  2373.     * xterm.c (XTread_socket): Call XSetInputFocus.
  2374.  
  2375. Mon Apr 18 18:38:51 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2376.  
  2377.     * config.h.in: (EMACS_INT, EMACS_UINT): Omit if NOT_C_CODE.
  2378.  
  2379. Mon Apr 18 13:40:14 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2380.  
  2381.     * mem-limits.h (get_lim_data): Handle NO_LIM_DATA.
  2382.  
  2383.     * xterm.c (x_make_frame_invisible) [USE_X_TOOLKIT]: Use XtPopdown.
  2384.     (XTread_socket): Call _XEditResCheckMessages only if HAVE_X11R5.
  2385.  
  2386.     * m/convex.h (CRT0_DUMMIES): Ignore one arg.
  2387.     (LIBS_TERMCAP): Use the system's termcap.
  2388.  
  2389.     * process.c (create_process): Fix previous change.
  2390.  
  2391. Sun Apr 17 03:33:18 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2392.  
  2393.     * xfns.c (Xatom_editres_name): Declared.
  2394.     (Fx_open_connection): Initialize it.
  2395.     * xterm.c (Xatom_editres_name): Variable defined.
  2396.     (XTread_socket): Handle that kind of message.
  2397.     (x_term_init): Specify -name option in XtAppInitialize.
  2398.  
  2399.     * xterm.c (Qface, Qmouse_face): Supply missing Lisp_Object.
  2400.  
  2401.     * config.h.in (EMACS_INT, EMACS_UINT): New typedefs.
  2402.  
  2403.     * casetab.c (set_case_table): Handle nil for EQV with non-nil CANON.
  2404.     (Fcase_table_p): Accept nil for EQV with non-nil CANON.
  2405.  
  2406.     * keyboard.c (read_avail_input): Test both aix386 and _BSD.
  2407.  
  2408.     * window.c (set_window_width):
  2409.     Don't delete root window for being too narrow.
  2410.  
  2411.     * xterm.c (dumpglyphs): When HL=2, check explicitly for using
  2412.     the frame's default font or not.
  2413.  
  2414.     * keyboard.c (read_char_x_menu_prompt): Don't check for value = nil
  2415.     if value was originally a cons.
  2416.  
  2417.     * xmenu.c (xmenu_show): Fix typo in last change.
  2418.  
  2419. Sat Apr 16 02:50:27 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2420.  
  2421.     * frame.c (Fmouse_position): Don't clip.
  2422.     * keyboard.c (make_lispy_movement): Don't clip.
  2423.  
  2424. Sat Apr 16 00:50:41 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2425.  
  2426.     * s/netbsd.h: Add NO_SHARED_LIBS conditional.
  2427.     * s/freebsd.h: Rewrite to use netbsd.h and define NO_SHARED_LIBS.
  2428.  
  2429.     * keyboard.c (read_avail_input): Fix previous change--test _BSD.
  2430.  
  2431.     * data.c (Fsetq_default): Doc fix.
  2432.  
  2433.     * eval.c (Fsetq): Doc fix.
  2434.  
  2435.     * Makefile.in.in (configuration): Use SET_MAKE to get
  2436.     the value of $(MAKE).
  2437.  
  2438. Fri Apr 15 17:38:30 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2439.  
  2440.     * keyboard.h (map_prompt): Declared.
  2441.  
  2442.     * xmenu.c (xmenu_show): Don't cons on subprefix_stack[j] if nil.
  2443.  
  2444.     * keyboard.c (read_avail_input): Don't generate SIGHUP of aix386;
  2445.     only on other AIX systems.
  2446.  
  2447.     * xterm.c (XTread_socket):
  2448.     For UnmapNotify, use x_any_window_to_frame.
  2449.  
  2450.     * process.c (create_process): Test TIOCSETD along with NTTYDISC.
  2451.  
  2452.     * frame.c (Fset_frame_position): Pass new arg to x_set_offset.
  2453.  
  2454.     * xterm.c (x_set_offset): New arg CHANGE_GRAVITY.
  2455.     (x_make_frame_visible): Pass new arg.
  2456.  
  2457.     * xfns.c (Fx_create_frame): Delete excess args to x_wm_set_size_hint.
  2458.  
  2459.     * xterm.c (x_wm_set_size_hint): Args spec_x and spec_y deleted.
  2460.     (x_set_offset, x_set_window_size): Don't pass those args.
  2461.  
  2462.     * fileio.c (Finsert_file_contents): Fix test for unchanged file.
  2463.  
  2464.     * xterm.c (x_destroy_window): Just clear out mouse_face... vars.
  2465.  
  2466.     * keyboard.c (syms_of_keyboard): Init and staticpro system_key_syms.
  2467.     (modify_event_symbol): Use the cdr of the alist entry.
  2468.     Whenever value is nil, intern a new symbol.
  2469.  
  2470.     * Makefile.in.in (LIBX): Put LIBXT after LD_SWITCH_X_SITE.
  2471.  
  2472. Fri Apr 15 15:11:10 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2473.  
  2474.     * xdisp.c (fix_glyph) [HAVE_X_WINDOWS]: When glyph face is 0, use
  2475.     the computed face as given.
  2476.  
  2477.     * keyboard.c (read_avail_input): Fix comment delimiter.
  2478.  
  2479.     * m/pmax.h (C_SWITCH_X_MACHINE): add -DNeedVarargsProrotypes=0.
  2480.  
  2481. Thu Apr 14 21:03:23 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2482.  
  2483.     * scroll.c (calculate_scrolling): Add explicit casts.
  2484.  
  2485. Thu Apr 14 00:45:53 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2486.  
  2487.     * xterm.c (x_wm_set_size_hint): Use win_gravity from frame.
  2488.  
  2489.     * xterm.h (x_display): New field win_gravity.
  2490.     * xfns.c (Fx_create_frame): Set win_gravity field.
  2491.  
  2492.     * xfns.c (x_window, both versions):
  2493.     Don't call x_calc_absolute_position.
  2494.     * xterm.c (x_make_frame_visible): Call x_set_offset.
  2495.  
  2496.     * xterm.c (x_make_frame_visible): Don't call XMapSubwindows.
  2497.     (x_iconify_frame): Likewise.
  2498.  
  2499.     * s/isc4-0.h (LIBS_SYSTEM): Defined.
  2500.  
  2501.     * keyboard.c (make_lispy_event): Put mouse event code
  2502.     into MULTI_FRAME conditional.
  2503.  
  2504.     * xfns.c (Fx_list_fonts): Error if non-X frame used.
  2505.  
  2506.     * xdisp.c (update_menu_bar): Take frame as arg.
  2507.     (update_menu_bars): Function deleted.
  2508.     (prepare_menu_bars): Call update_menu_bar; do it for all frames.
  2509.     Simplify computation of all_windows; ignore irrelevant criteria.
  2510.  
  2511.     * xterm.h (HAVE_X11R4): If we define HAVE_X11R5, define this too.
  2512.  
  2513.     * xterm.c (pending_autoraise_frame): New variable.
  2514.     (x_new_focus_frame): Don't autoraise here; just set that var.
  2515.     (XTread_socket): Raise that frame here.
  2516.  
  2517. Wed Apr 13 17:19:30 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2518.  
  2519.     * emacs.c (inherited_pgroup): Conditionalize on BSD_PGRPS.
  2520.  
  2521.     * s/netbsd.h (TABDLY): Defined.
  2522.  
  2523.     * doc.c, fileio.c, unexsunos4.c [HAVE_UNISTD_H]: Include unistd.h.
  2524.  
  2525.     * dired.c (Ffile_attributes): Cast st_size to int.
  2526.  
  2527.     * xmenu.c (last_menu_bar_item_end): New variable.
  2528.     (xmenu_show): Set that var.
  2529.     (other_menu_bar_item_p): Return 0 if mouse is not in any menu bar item.
  2530.  
  2531.     * keymap.c (describe_map_tree): Fix call to Flookup_key.
  2532.  
  2533.     * xfns.c (x_window): Don't call initialize_frame_menubar
  2534.     if no menu bar.
  2535.     (Fx_create_frame): Default menu-bar-lines parm before calling x_window.
  2536.  
  2537. Wed Apr 13 13:59:32 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2538.  
  2539.     * dispnew.c (Vglyph_table): Doc fix.
  2540.  
  2541.     * frame.c (Fmouse_position) [MULTI_FRAME]: Use pixel_to_glyph, not
  2542.     glyph_to_pixel.  Skip the conversion if args are nil.
  2543.     [!MULTI_FRAME]: All results are nil.  Remove extra docstring.
  2544.  
  2545.     * window.c (Fnext_window, Fprevious_window, Fdisplay_buffer): Test
  2546.     MULTI_FRAME when frame-walking.
  2547.     (Fset_window_configuration): Only call X fns if HAVE_X_WINDOWS.
  2548.  
  2549.     * fns.c (Fy_or_n_p, Fyes_or_no_p): Test HAVE_X_MENU in popup code.
  2550.  
  2551. Wed Apr 13 02:20:44 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2552.  
  2553.     * indent.c (compute_motion): Do not abort if window shows some
  2554.     other buffer.
  2555.     (Fcompute_motion): Use whatever buffer is current.
  2556.  
  2557. Tue Apr 12 12:02:07 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2558.  
  2559.     * s/bsd4-2.h (BSD): Give it a number as definition.
  2560.  
  2561.     * s/sol2-3.h: Fix #include file name.
  2562.  
  2563.     * xterm.c (x_destroy_window): Call clear_mouse_face if necessary.
  2564.  
  2565.     * xmenu.c (xmenu_show, xdialog_show): Add casts in assignments
  2566.     to widget_value fields from string contents.
  2567.     (dispatch_dummy_expose): Cast arg to XtDispatchEvent.
  2568.     [!USE_X_TOOLKIT] (xmenu_show): Right-justify char equivalents.
  2569.     Use alloca for concatenated strings, if alloca is fast.
  2570.  
  2571.     * lisp.h (Fprocess_send_eof, Foverlay_get): Declared.
  2572.  
  2573.     * keymap.c (Fkey_binding): Declare accept_default.
  2574.  
  2575.     * sysdep.c (sys_siglist) [sun]: Check SIGFREEZE and SIGTHAW defined.
  2576.  
  2577. Tue Apr 12 00:53:28 1994  Per Bothner  (bothner@cygnus.com)
  2578.  
  2579.     Provide a hook for elisp to signal a changed window size
  2580.     to a process inferior.
  2581.     * sysdep.c (set_window_size):  New function.
  2582.     * process.c (Fset_process_window_size):  New function.
  2583.  
  2584. Tue Apr 12 00:39:12 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2585.  
  2586.     * eval.c (specbind): Use find_symbol_value.
  2587.  
  2588.     * xfaces.c (frame_update_line_height): Don't call x_set_window_size.
  2589.     Return 1 if line_height changed.
  2590.     (Fset_face_attribute_internal): Call x_set_window_size here if nec.
  2591.     * xterm.c (x_new_font): Always call x_set_window_size.
  2592.  
  2593.     * xmenu.c (xmenu_show) [USE_X_TOOLKIT]: Use XtTranslateCoords.
  2594.  
  2595.     * process.c (send_process): Test pty_flag field for nil, not 0.
  2596.  
  2597. Mon Apr 11 18:40:25 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2598.  
  2599.     * s/sunos4-0.h (LD_SWITCH_SYSTEM): Alternate definition if __GNUC__.
  2600.  
  2601.     * callproc.c: If we include fcntl.h, define INCLUDED_FCNTL.
  2602.     * systty.h: Check for INCLUDED_FCNTL already defined.
  2603.  
  2604.     * xterm.c (x_wm_set_size_hint): If PROMPTING is 0,
  2605.     copy the old win_gravity field.
  2606.     If USPosition is set, don't set PWinGravity.
  2607.  
  2608.     * keyboard.c (read_avail_input): Separate local var n_to_read
  2609.     so that reading doesn't clobber that info when it sets nread.
  2610.  
  2611.     * s/isc4-0.h (LIBS_SYSTEM): Defined.
  2612.  
  2613.     * emacs.c (main): Fix typo in prev. change.
  2614.  
  2615.     * Makefile.in.in (temacs): Include ${ALL_LDFLAGS} within
  2616.     the call to YMF_PASS_LDFLAGS.
  2617.  
  2618. Mon Apr 11 17:41:56 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2619.  
  2620.     * keyboard.c (make_lispy_event): Initialize item.
  2621.  
  2622.     * indent.c (vmotion): Use minibuf_prompt_width despite window-start.
  2623.  
  2624.     * print.c (printchar, strout): Use FRAME_PTR, not struct frame *.
  2625.  
  2626.     * frame.c (Fmouse_position) [!MULTI_FRAME]: Declare col and row.
  2627.  
  2628. Mon Apr 11 17:09:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2629.  
  2630.     * keyboard.c (make_lispy_movement): Conditionalize on MULTI_FRAME.
  2631.     (kbd_buffer_get_event): Call make_lispy_movement only if MULTI_FRAME.
  2632.  
  2633.     * xselect.c (x_decline_selection_request): Call XFlushQueue.
  2634.  
  2635.     * eval.c (Fsetq): Doc syntax fix.
  2636.     * print.c (syms_of_print): Doc syntax fix.
  2637.     * editfns.c (Fuser_real_login_name): Doc syntax fix.
  2638.     * data.c (Fsetq_default, Fmake_local_variable): Doc syntax fix.
  2639.  
  2640. Sun Apr 10 15:15:08 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2641.  
  2642.     * xterm.c (x_wm_set_size_hint): If change_gravity is 0,
  2643.     just don't set the gravity.
  2644.  
  2645. Sat Apr  9 01:02:22 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2646.  
  2647.     * xterm.c (dumpglyphs): Clear any extra pixel rows below the text.
  2648.  
  2649.     * xfns.c (x_figure_window_size): Don't call x_calc_absolute_position.
  2650.     (x_window): Separate into two alternative definitions.
  2651.     Call x_calc_absolute_position here.
  2652.  
  2653.     * widget.c (EmacsFrameSetCharSize): Do not attempt to preserve
  2654.     the window position.
  2655.  
  2656.     * xfns.c (Fx_list_fonts): Doc fix.
  2657.  
  2658.     * buffer.c (Vafter_change_functions, Vbefore_change_functions):
  2659.     New variables.
  2660.     (syms_of_buffer): Set up Lisp vars.
  2661.     * buffer.h (Vafter_change_functions, Vbefore_change_functions):
  2662.     Declared.
  2663.  
  2664.     * insdel.c (before_change_functions_restore): 
  2665.     (after_change_functions_restore): New functions.
  2666.     (signal_before_change): Handle Vbefore_change_functions.
  2667.     (signal_after_change): Handle Vafter_change_functions.
  2668.  
  2669.     * cmds.c (internal_self_insert): Test Vafter_change_functions,
  2670.     Vbefore_change_functions.
  2671.  
  2672.     * xfaces.c (frame_update_line_height): Check param_faces[i] not null.
  2673.  
  2674.     * emacs.c (main): Handle EXTRA_INITIALIZE.
  2675.  
  2676.     * s/isc4-0.h: New file.
  2677.  
  2678.     * keymap.c (get_keymap): Pass 1 as ERROR to get_keymap_1.
  2679.     (get_keyelt): New arg AUTOLOAD means load keymaps indirected thru.
  2680.     All callers changed; most pass 0.
  2681.     (Fdefine_key, Flookup_key): Load all the keymaps we look in.
  2682.  
  2683.     * editfns.c (make_buffer_string): Copy properties whenever we
  2684.     have some, even if they don't change.
  2685.  
  2686.     * xterm.c (x_display_box_cursor): Explicitly clear full height of line.
  2687.     (dumpglyphs): New arg just_foreground.  Callers changed.
  2688.     (x_set_window_size): Call XSync.
  2689.  
  2690.     * xterm.c (note_mouse_highlight): Do nothing if buffer has changed.
  2691.  
  2692.     * xterm.c (x_new_font): Fix setting line_height.
  2693.  
  2694.     * Support fonts of different heights, using tallest as line height:
  2695.  
  2696.     * xfaces.c (frame_update_line_height): New function.
  2697.     (Fset_face_attribute_internal): Call that.
  2698.  
  2699.     * xterm.c (x_new_font): If frame is new, set line_height field.
  2700.     Otherwise call frame_update_line_height.
  2701.  
  2702.     * xterm.h (struct x_display): New field line_height.
  2703.     (VERTICAL_SCROLL_BAR_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW)
  2704.     (CHAR_TO_PIXEL_ROW): Use line_height field.
  2705.  
  2706.     * xterm.c (stufflines, scraplines, dumprectangle, x_do_pending_expose)
  2707.     (pixel_to_glyph_coords, x_draw_box, clear_cursor, x_display_bar_cursor)
  2708.     (x_set_resize_hint, x_set_mouse_position, x_wm_set_size_hint)
  2709.     (XTclear_end_of_line, redraw_previous_char): Use line_height field.
  2710.     * xfns.c (x_char_height): Use line_height field.
  2711.     * widget.c (get_default_char_pixel_size): Use line_height field.
  2712.     * dispnew.c (update_line): Use line_height field.
  2713.     * xmenu.c (Fx_popup_menu): Use line_height field.
  2714.  
  2715. Sat Apr  9 00:14:18 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2716.  
  2717.     * indent.c (Fvertical_motion): Use window arg, not selected_window.
  2718.  
  2719. Fri Apr  8 11:47:03 1994  Frederic Pierresteguy  (fp@hal.gnu.ai.mit.edu)
  2720.  
  2721.     * xterm.c (show_mouse_face): Change the mouse cursor accordingly.
  2722.  
  2723.     * xterm.h (cross_cursor): New field for struct x_display.
  2724.  
  2725.     * xfns.c (syms_of_xfns): Define Vx_cross_pointer_shape.
  2726.     (Vx_cross_pointer_shape): New variable.
  2727.     (Vx_cross_pointer_shape): Create a mouse face cursor for the mouse-face
  2728.     properties.
  2729.  
  2730. Fri Apr  8 00:37:05 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2731.  
  2732.     * xmenu.c (Fx_popup_dialog): Doc fix.
  2733.     (list_of_items): Handle nil in item list as left/right boundary.
  2734.     (push_left_right_boundary): Record the boundary.
  2735.     (xmenu_show): Disregard a boundary if any.
  2736.     (xdialog_show): Really obey a boundary.
  2737.  
  2738. Thu Apr  7 20:40:41 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2739.  
  2740.     * intervals.h (Qintangible): New symbol, replacing Qhidden.
  2741.     * textprop.c (syms_of_textprop): Initialize it.
  2742.     * intervals.c (set_point): Skip past intangible regions.
  2743.  
  2744.     * term.c (system_uses_terminfo): New variable.
  2745.     (syms_of_term): New function, to initialize it.
  2746.     * emacs.c (main): Call syms_of_term.
  2747.  
  2748.     * termhooks.h (enum event_kind): Add buffer_switch_event.
  2749.     * keyboard.c (kbd_buffer_get_event): Make it lispy.
  2750.     (record_asynch_buffer_change): New.  Store it in the event queue.
  2751.     * process.c (read_process_output): If buffer changes, record that fact.
  2752.  
  2753.     * minibuf.c (Vminibuffer_exit_hook): New variable.
  2754.     (read_minibuf): Run hook when exiting minibuffer.
  2755.  
  2756.     * xdisp.c (copy_part_of_rope): Replace non-glyph with 0.
  2757.  
  2758.     * insdel.c (insert_1): New function, extracted from insert.
  2759.     (insert_from_string_1): Likewise, taken from insert_from_string.
  2760.     (insert, insert_from_string): Call the new functions.
  2761.     (insert_before_markers, insert_from_string_before_markers): Adjust
  2762.     the markers before calling the after-change function.
  2763.  
  2764. Thu Apr  7 02:25:51 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2765.  
  2766.     * scroll.c (struct matrix_elt): Use int, not short.
  2767.     Use unsigned char for insertcount and deletecount.
  2768.     (INFINITY): Increase to 1000000.
  2769.  
  2770. Wed Apr  6 22:01:50 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2771.  
  2772.     * minibuf.c (Fminibuffer_prompt_width): Undo previous change.
  2773.     * xdisp.c (display_text_line): minibuffer_prompt_width is a
  2774.     distance, not an absolute position.
  2775.  
  2776.     * editfns.c (Fformat): Reword confusing error message.
  2777.     * doprnt.c (doprnt): Likewise.
  2778.  
  2779.     * eval.c (Fsetq): Doc fix.
  2780.  
  2781. Tue Apr  5 18:52:30 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2782.  
  2783.     * xdisp.c (display_string): Allow for hpos < 0 when clearing array.
  2784.  
  2785.     * indent.c (vmotion): Don't use minibuf_prompt_width if
  2786.     window-start has suppressed the prompt.
  2787.  
  2788.     * minibuf.c (Fminibuffer_prompt_width): Allow for negative value.
  2789.  
  2790.     * buffer.c (Fget_buffer_create): Disallow empty string.
  2791.  
  2792.     * keymap.c (describe_buffer_bindings): Move XSYMBOL to after SYMBOLP.
  2793.     Exclude trailing null in string copies.
  2794.  
  2795.     * indent.c (compute_motion): Add window argument.  All callers changed.
  2796.  
  2797.     * minibuf.c (do_completion): gcpro some things.
  2798.  
  2799.     * minibuf.c, xdisp.c: Use PT, not point.
  2800.  
  2801. Mon Apr  4 22:45:58 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2802.  
  2803.     * textprop.c (Fget_char_property): Doc fix.
  2804.  
  2805.     * dired.c (file_name_completion): Honor completion-regexp-list.
  2806.  
  2807.     * search.c (Freplace_match): Don't capitalize unless all matched
  2808.     words are capitalized.
  2809.  
  2810.     * buffer.c (verify_overlay_modification): Run modification-hooks
  2811.     for any deletion that intersects the overlay.
  2812.  
  2813. Mon Apr  4 01:28:18 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2814.  
  2815.     * fileio.c (Fdo_auto_save): Don't turn off auto save mode.
  2816.     Instead, store -1 in b->save_length.  And don't auto save
  2817.     if there is -1 there.
  2818.  
  2819.     * xterm.c (note_mouse_highlight): Temporarily widen the buffer.
  2820.  
  2821.     * xdisp.c (display_text_line): Rename startp to leftmargin.
  2822.     Use that, not p1start, when checking for char off left edge.
  2823.  
  2824.     * dispnew.c (verify_charstarts): Handle truncation of lines.
  2825.  
  2826.     * xdisp.c (mark_window_display_accurate, redisplay):
  2827.     Set window_end_valid to the buffer displayed, not Qt.
  2828.     * xterm.c (note_mouse_highlight): Check window still shows that buffer.
  2829.  
  2830. Sun Apr  3 15:02:56 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2831.  
  2832.     * xterm.c (show_mouse_face): Turn off cursor only if it's
  2833.     in the area being manipulated.
  2834.     (XTupdate_begin): Don't turn off highlight if we aren't updating
  2835.     the window that it is in.
  2836.  
  2837.     * buffer.c (overlays_at): Fix previous change.
  2838.  
  2839.     * lisp.h (gc_in_progress): Declared.
  2840.  
  2841.     * xterm.c (note_mouse_highlight): Do nothing if gc_in_progress.
  2842.     Set mouse_face_deferred_gc when that case arise.
  2843.     (XTframe_up_to_date): If mouse_face_deferred_gc, redo highlighting.
  2844.  
  2845.     * xdisp.c (display_text_line): Properly handle charstarts for hscroll,
  2846.     and for continuation in mid character.
  2847.     (message2): Call frame_up_to_date_hook.
  2848.  
  2849.     * xterm.c (undefer_mouse_highlight, defer_mouse_highlight): New fns.
  2850.     * alloc.c (Fgarbage_collect): Call ..._mouse_highlight.
  2851.  
  2852.     * buffer.c (overlays_at): Use XGCTYPE.
  2853.  
  2854.     * buffer.h (OVERLAY_POSITION): Use XGCTYPE.
  2855.  
  2856.     * xmenu.c (Fx_popup_dialog): If POSITION is t, use selected frame.
  2857.  
  2858. Sat Apr  2 03:40:12 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2859.  
  2860.     * xdisp.c (redisplay): do_verify_charstarts controls whether to
  2861.     call verify_charstarts.
  2862.     Fix one-off when checking for the last line.
  2863.  
  2864.     * xterm.c (note_mouse_highlight): Reject out-of-range pos value
  2865.     before it causes an error.
  2866.  
  2867.     * dispnew.c (verify_charstarts): Count right for continued lines.
  2868.     (direct_output_for_insert): Add charstarts entry after the new char.
  2869.     Use the right point value for the inserted character.
  2870.  
  2871.     * xdisp.c (display_text_line): Always store in charstart
  2872.     even if at endp.  When clearing charstart, do the whole width.
  2873.  
  2874.     * dispnew.c (scroll_frame_lines): When updating charstarts,
  2875.     treat all columns alike--don't zero out any.
  2876.     Fix end tests of loops over i.
  2877.     (adjust_window_charstarts): Fix typo.
  2878.  
  2879.     * xterm.c (fast_find_position): Always return coords within the window.
  2880.  
  2881.     * xdisp.c (redisplay): Call verify_charstarts.
  2882.  
  2883.     * dispnew.c (verify_charstarts): New function.
  2884.  
  2885.     * xdisp.c (redisplay): Don't call adjust_window_charstarts
  2886.     if on last text line of window.
  2887.  
  2888.     * xterm.c (note_mouse_highlight): Handle disable_mouse_highlight.
  2889.  
  2890. Fri Apr  1 22:54:01 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2891.  
  2892.     * buffer.c (list_buffers_1): Set buffer contents, then mode.
  2893.  
  2894. Fri Apr  1 14:15:57 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2895.  
  2896.     * dispnew.c (scroll_frame_lines): Fix previous changes.
  2897.  
  2898. Fri Apr  1 08:06:29 1994  Frederic Pierresteguy  (fp@hal.gnu.ai.mit.edu)
  2899.  
  2900.     * xterm.c (x_wm_set_size_hint): Add USE_X_TOOLKIT conditional and call
  2901.     XtGetValues to get the width and the height of the Emacs frame.
  2902.  
  2903.     * xdisp.c (update_menu_bar): Pass 0 to set_frame_menubar.
  2904.  
  2905.     * widget.c (EmacsFrameSetCharSize): Clean up code.
  2906.     Replace XtVaSetValues by XtSetValues.
  2907.  
  2908. Fri Apr  1 03:08:23 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2909.  
  2910.     * xterm.c (construct_menu_click, construct_mouse_click): 
  2911.     Use XSET when setting result->x and result->y.
  2912.  
  2913.     * xmenu.c (xmenu_show): Undo part of March 11 change:
  2914.     Do call lw_destroy_all_widgets at the end.
  2915.  
  2916.     * dispnew.c (scroll_frame_lines): Typo in previous change.
  2917.     Arg POS_ADJUST replaced with arg NEWPOS.
  2918.     * xdisp.c (try_window_id): Pass new arg to scroll_frame_lines.
  2919.  
  2920.     * xdisp.c (redisplay): In previous change, handle case where
  2921.     no newline follows.
  2922.  
  2923.     * xterm.c (note_mouse_highlight): Use the value from sort_overlays.
  2924.     Make the window's buffer current temporarily.
  2925.     window_end_pos is relative to Z, not ZV.
  2926.  
  2927. Thu Mar 31 19:07:52 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2928.  
  2929.     * dispnew.c (adjust_window_charstarts): New function.
  2930.     (direct_output_for_insert): Call it.
  2931.     (make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
  2932.  
  2933.     * xdisp.c (redisplay): Call adjust_window_charstarts
  2934.     to update the charstarts of following lines.
  2935.  
  2936. Thu Mar 31 17:18:42 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2937.  
  2938.     * callproc.c (child_setup): Check out==err when relocating fds.
  2939.  
  2940. Thu Mar 31 11:45:48 1994  Frederic Pierresteguy  (fp@hal.gnu.ai.mit.edu)
  2941.  
  2942.     * xfns.c (x_window) [USE_X_TOOLKIT]: When doing geometry management,
  2943.     don't compute the size of the menubar if there is no menubar.
  2944.  
  2945. Thu Mar 31 11:33:04 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2946.  
  2947.     * xterm.c (XTread_socket, MotionNotify and LeaveNotify cases):
  2948.     If not in any frame, call clear_mouse_face.
  2949.  
  2950. Thu Mar 31 08:08:56 1994  Frederic Pierresteguy  (fp@geech.gnu.ai.mit.edu)
  2951.  
  2952.     * xterm.h: Define HAVE_X11R4 if AIX3_2 is defined.
  2953.  
  2954.     * xfns.c (x_window) [USE_X_TOOLKIT]: New args window_prompting and 
  2955.     minibuffer_only.
  2956.     Don't pass top_pos and left_pos to XtCreatePopupShell.
  2957.     Call initialize_frame_menubar before creating the Emacs frame if it is
  2958.     not the minibuffer. Call XtManageChild for the menubar widget if any.
  2959.     Compute some geometry management.
  2960.     (Fx_create_frame): Pass window_prompting and minibuffer_only to 
  2961.     x_window.
  2962.     Don't call x_wm_set_size_hint.
  2963.     Don't call initialize_frame_menubar.
  2964.  
  2965.     * xmenu.c (set_frame_menubar): New arg, first_time.
  2966.     Don't update the menubar the first time it is created via x_window.
  2967.     (initialize_frame_menubar): Pass 1 to set_frame_menubar.
  2968.  
  2969.     * widget.c (set_frame_size): Dont compute any geometry management.
  2970.  
  2971. Thu Mar 31 03:33:18 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2972.  
  2973.     * xterm.c (x_term_init): Set frame_up_to_date_hook.
  2974.     (XTframe_up_to_date): New function.
  2975.     * termhooks.h (frame_up_to_date_hook): Declared.
  2976.     * term.c (frame_up_to_date_hook): Defined.
  2977.     * xdisp.c (redisplay): Call frame_up_to_date_hook.
  2978.  
  2979. Wed Mar 30 13:51:05 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2980.  
  2981.     * scroll.c (do_scrolling): Handle charstarts like glyphs.
  2982.  
  2983.     * dispnew.c (scroll_frame_lines): Handle charstarts like glyphs.
  2984.     (direct_output_for_insert): Likewise.
  2985.     (preserve_other_columns): Likewise.
  2986.  
  2987.     * systty.h (INCLUDED_FCNTL): Define, if include fcntl.h.
  2988.     * xterm.c [INCLUDED_FCNTL]: Don't include fcntl.h again.
  2989.  
  2990. Wed Mar 30 00:21:30 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2991.  
  2992.     * minibuf.c (Fminibuffer_prompt, Fminibuffer_prompt_width): New funcs.
  2993.  
  2994. Tue Mar 29 21:29:07 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2995.  
  2996.     * indent.c (Fcompute_motion): Doc fix.
  2997.     (Fcompute_motion): Don't use XFASTINT on possibly-negative coords.
  2998.  
  2999. Tue Mar 29 21:08:59 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3000.  
  3001.     * dispnew.c (update_line): Update charstarts like glyphs.
  3002.  
  3003. Tue Mar 29 19:48:57 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3004.  
  3005.     * systime.h (EMACS_TIME_NEG_P): Cast to signed.
  3006.  
  3007. Tue Mar 29 03:16:38 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3008.  
  3009.     * xterm.c (XTupdate_begin): Turn off mouse face display, and defer it.
  3010.     (XTupdate_end): Undefer.
  3011.     (mouse_face_defer): New variable.
  3012.     (mouse_face_mouse_frame, mouse_face_mouse_x, mouse_face_mouse_y):
  3013.     New variables.
  3014.  
  3015.     * xfaces.c (compute_char_face): New arg MOUSE.
  3016.     (Qmouse_face): New variable.
  3017.     (syms_of_xfaces): Initialize Qmouse_face.
  3018.     * xterm.c (dumpglyphs): Handle HL = 3 by using mouse_face_face_id.
  3019.     (note_mouse_movement): Check for mouse face.
  3020.     (show_mouse_face, fast_find_position): New functions.
  3021.     (clear_mouse_face): New functions.
  3022.     (mouse_face_beg, mouse_face_end, mouse_face_face_id): New variables.
  3023.     (mouse_face_window): New variable.
  3024.     (syms_of_xterm): Init and staticpro it.
  3025.  
  3026.     * xdisp.c (display_text_line): Pass new arg to compute_char_face.
  3027.     Fill in charstarts array.
  3028.     (display_string): Clear part of charstarts array.
  3029.  
  3030. Tue Mar 29 00:57:49 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3031.  
  3032.     * window.c (Fwindow_width): Delete unnecessary variable declarations.
  3033.  
  3034.     * indent.c (Fcompute_motion): Typecheck all arguments.
  3035.  
  3036. Tue Mar 29 00:19:24 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3037.  
  3038.     * xdisp.c (display_text_line): Fill in charstart values.
  3039.  
  3040.     * dispextern.h (struct frame_glyphs): New fields charstarts
  3041.     and total_charstarts.
  3042.     * dispnew.c (make_frame_glyphs):
  3043.     Initialize charstarts, total_charstarts.
  3044.     (free_frame_glyphs): Free those fields.
  3045.  
  3046. Mon Mar 28 18:01:48 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3047.  
  3048.     * xdisp.c (display_text_line): Handle selective display at window edge.
  3049.  
  3050.     * dired.c (file_name_completion): Don't step on dirname.
  3051.  
  3052.     * xterm.c (x_find_modifier_meanings): Skip zero entries.
  3053.  
  3054. Mon Mar 28 02:12:55 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3055.  
  3056.     * dired.c (file_name_completion): Protect things from GC.
  3057.  
  3058.     * buffer.c (verify_overlay_modification):
  3059.     Copy TAIL before a hook, in case the hook recenters the overlay lists.
  3060.  
  3061.     * s/dgux.h (LIBS_SYSTEM): Commented out.
  3062.  
  3063. Sun Mar 27 02:51:32 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3064.  
  3065.     * fileio.c (Vinhibit_file_name_handlers): New var.
  3066.     (syms_of_fileio): Set up Lisp var.
  3067.     (Ffind_file_name_handler): Obey the variable.
  3068.  
  3069.     * minibuf.c (Vcompletion_regexp_list): New var.
  3070.     (syms_of_minibuf): Set up Lisp var.
  3071.     (Ftry_completion, Fall_completions):
  3072.     Limit possible completions to strings matching those regexps.
  3073.  
  3074.     * search.c (Freplace_match): Doc fix.
  3075.  
  3076. Sat Mar 26 02:20:06 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3077.  
  3078.     * minibuf.c (read_minibuf): Return val via unbind_to.
  3079.  
  3080. Fri Mar 25 14:17:19 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3081.  
  3082.     * commands.h (this_command, last_command): Declared.
  3083.  
  3084.     * minibuf.c (Fminibuffer_complete): Scroll the completion window
  3085.     in some cases.
  3086.  
  3087.     * print.c (debug_print): New function.
  3088.     * .gdbinit (pr): Use debug_print.
  3089.  
  3090. Fri Mar 25 01:06:02 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3091.  
  3092.     * frame.c (Fframe_first_window): New function.
  3093.  
  3094. Thu Mar 24 19:29:49 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3095.  
  3096.     * editfns.c (Fformat): Validate number and type of arguments.
  3097.  
  3098.     * xmenu.c (xmenu_show): Enable asynchronous events.
  3099.  
  3100.     * keymap.c (Fwhere_is_internal): Skip duplicate keybindings.
  3101.  
  3102.     * xfns.c (x_report_frame_params): Sample visibility.
  3103.     (x_get_arg): Use downcased string in compare.
  3104.  
  3105.     * process.c (status_notify): Use assignment, not initialization.
  3106.     * textprop.c (add_properties, remove_properties): Ditto.
  3107.     * window.c (unshow_buffer, window_loop, Fdisplay_buffer): Ditto.
  3108.     * xdisp.c (x_consider_frame_title, decode_mode_spec): Ditto.
  3109.     * xfns.c (x_set_frame_parameters, x_get_arg, x_window,
  3110.     Fx_create_frame, Fx_create_frame): Ditto.
  3111.     * xselect.c (x_get_local_selection, x_handle_selection_request): Ditto.
  3112.     * xterm.c (x_window_to_scroll_bar, x_new_font): Ditto.
  3113.  
  3114. Thu Mar 24 02:34:37 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  3115.  
  3116.     * xfns.c (Fx_create_frame): Add USE_X_TOOLKIT conditional around the 
  3117.     call to initialize_frame_menubar.
  3118.  
  3119. Wed Mar 23 23:09:15 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3120.  
  3121.     * intervals.c (verify_interval_modification): For insertion in
  3122.     middle of an interval, use the same criterion as between intervals
  3123.     for whether read-only forbids it.
  3124.  
  3125. Wed Mar 23 15:08:42 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3126.  
  3127.     * alloc.c (make_event_array): Use assignment, not initialization.
  3128.     * buffer.c (sort_overlays, Fmake_overlay): Ditto.
  3129.     * callint.c (check_mark, Fcall_interactively): Ditto.
  3130.     * callproc.c (call_process_cleanup, getenv_internal): Ditto.
  3131.     * cmds.c (internal_self_insert): Ditto.
  3132.     * data.c (store_symval_forwarding, Fsymbol_value): Ditto.
  3133.     * fileio.c (Finsert_file_contents): Ditto.
  3134.     * filelock.c (lock_file): Ditto.
  3135.     * frame.c (next_frame, prev_frame, other_visible_frames,
  3136.     Fdelete_frame): Ditto.
  3137.     * intervals.c (adjust_intervals_for_insertion,
  3138.     merge_properties_sticky, delete_interval): Ditto.
  3139.     * keymap.c (access_keymap, store_in_keymap, Fcopy_keymap,
  3140.     Fdefine_key, Faccessible_keymaps, Fwhere_is_internal): Ditto.
  3141.     * lread.c (read_filtered_event, intern): Ditto.
  3142.     * minibuf.c (read_minibuf): Ditto.
  3143.     * msdos.c (run_msdos_command): Ditto.
  3144.  
  3145.     * sysdep.c (reset_sys_modes): Turn off O_NDELAY.
  3146.  
  3147.     * window.c (Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fix.
  3148.  
  3149.     * frame.c (do_switch_frame): Common code for Fselect_frame and
  3150.     handle_switch_frame.
  3151.  
  3152.     * xfns.c (x_get_focus_frame): New function.
  3153.  
  3154. Wed Mar 23 13:06:24 1994  Frederic Pierresteguy  (fp@geech.gnu.ai.mit.edu)
  3155.  
  3156.     * xmenu.c (update_frame_menubar): Function renamed from 
  3157.     update_one_frame_psheets.
  3158.     (initialize_frame_menubar): New function.
  3159.     (set_frame_menubar): Call menu_bar_items when items is NIL.
  3160.  
  3161.     * xfns.c (Fx_create_frame): Call initialize_frame_menubar.
  3162.  
  3163. Wed Mar 23 00:06:59 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3164.  
  3165.     * buffer.c (reset_buffer): Init auto_save_failure_time slot.
  3166.  
  3167. Tue Mar 22 23:51:23 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3168.  
  3169.     * keymap.c: (where_is_string, Fwhere_is): Deleted.
  3170.     (syms_of_keymap): Corresponding changes.
  3171.  
  3172. Tue Mar 22 16:58:12 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3173.  
  3174.     * keymap.c (Fdefine_key): Check for non-events in keyvector.
  3175.  
  3176.     * minibuf.c (read_minibuf): Don't redirect focus unless minibuf is
  3177.     on another frame.
  3178.  
  3179.     * lread.c (read1): Check for invalid modifier bits in a string.
  3180.     (unreadchar): Don't back up the pointer when unreading EOF.
  3181.  
  3182. Tue Mar 22 13:30:49 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3183.  
  3184.     * callproc.c (Fcall_process): Make sure to close descriptors.
  3185.     (call_process_cleanup): Always close descriptor.
  3186.  
  3187. Tue Mar 22 09:35:36 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  3188.  
  3189.     * widget.c (set_frame_size): Put #if 0 around a lot of useless code.
  3190.     Compute explicitely the geometry of the toplevel widget.
  3191.     Call XtSetValues not XtVaSetValues.
  3192.  
  3193. Tue Mar 22 00:18:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3194.  
  3195.     * emacs.c (__do_global_ctors, __do_global_ctors_aux)
  3196.     (__do_global_dtors): Don't define if GCC_CTORS_IN_LIBC.
  3197.     (__CTOR_LIST__, __DTOR_LIST__): Likewise.
  3198.  
  3199. Mon Mar 21 23:23:09 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3200.  
  3201.     * keyboard.c (init_keyboard): Don't handle SIGINT if using X.
  3202.  
  3203. Mon Mar 21 20:20:21 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3204.  
  3205.     * keyboard.c (add_command_key): Use assignment, not initialization.
  3206.     (command_loop_1, read_char, kbd_buffer_store_event,
  3207.     kbd_buffer_get_event, make_lispy_event, make_lispy_movement,
  3208.     apply_modifiers_uncached, parse_modifiers, apply_modifiers,
  3209.     reorder_modifiers, read_key_sequence): Ditto.
  3210.  
  3211. Mon Mar 21 19:11:33 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3212.  
  3213.     * data.c (Qwholenump): New variable.
  3214.     (syms_of_data): Set and gcpro Qwholenump.
  3215.     * lisp.h (Qwholenump): Declared.
  3216.     (CHECK_NATNUM): Use Qwholenump.
  3217.  
  3218. Mon Mar 21 17:43:49 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3219.  
  3220.     * keymap.c (Fcopy_keymap): Account for menus and equiv-key cache.
  3221.     (Fkeymapp): Doc fix.
  3222.  
  3223. Mon Mar 21 01:56:39 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3224.  
  3225.     * data.c (Fstring_to_number): Doc fix.
  3226.  
  3227. Sun Mar 20 20:38:15 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3228.  
  3229.     * data.c (Fmake_local_variable): Void variables stay void.
  3230.  
  3231. Sun Mar 20 00:27:55 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3232.  
  3233.     * alloca.c, alloca.s, gmalloc.c: Make them symlinks again.
  3234.  
  3235.     * fns.c (Fy_or_n_p, Fyes_or_no_p): Call Fx_popup_dialog the new way.
  3236.     (Fyes_or_no_p): Always display just one dialog box
  3237.     whether or not USE_X_TOOLKIT.
  3238.  
  3239. Sat Mar 19 00:34:21 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3240.  
  3241.     * xmenu.c (xdialog_show): Delete args x, y.
  3242.     (Fx_popup_dialog): Don't pass those args; don't compute them.
  3243.     Second arg is now just one pane.  Lots of simplification.
  3244.     Always start by decoding POSITION arg to get a frame.
  3245.     [! USE_X_TOOLKIT]: Put the menu in middle of that frame.
  3246.  
  3247.     * s/freebsd.h (HAVE_TERMIOS, NO_TERMIO): Defined.
  3248.  
  3249.     * Makefile.in.in (emacs): rm emacs before the ln.
  3250.     (tagsfiles): Accept capital letters.
  3251.  
  3252.     * process.c (wait_reading_process_input, both versions): Don't call
  3253.     redisplay_preserve_echo_area unless do_display.
  3254.  
  3255.     * emacs.c (syms_of_emacs): Don't initialize Vinstallation_name
  3256.     and Vinstallation_directory.
  3257.  
  3258.     * fns.c (Fyes_or_no_p) [USE_X_TOOLKIT]: Display just one menu.
  3259.  
  3260.     * xmenu.c (Fx_popup_dialog, Fx_popup_menu): Require 2 args.
  3261.     (Fx_popup_dialog): Don't fail to set X, Y from POSITION.
  3262.     (xdialog_show): Call lw_modify_all_widgets properly.
  3263.     Generate dialog's name at run time to specify number of buttons.
  3264.     Report error if too many buttons to handle or if multiple panes.
  3265.  
  3266. Fri Mar 18 21:35:32 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3267.  
  3268.     * lisp.h (MAKE_GLYPH, GLYPH_CHAR, GLYPH_FACE): Handle termcap
  3269.     frames as well as X.
  3270.     (FAST_MAKE_GLYPH, FAST_GLYPH_CHAR, FAST_GLYPH_FACE): New macros.
  3271.     * xdisp.c (fix_glyph): Handle termcap frames as well as X.
  3272.     (display_text_line, copy_part_of_rope, display_mode_line): Ditto.
  3273.     * dispnew.c (direct_output_for_insert): Ditto.
  3274.     * xterm.c (dumpglyphs): Use the fast macros.
  3275.  
  3276. Fri Mar 18 01:57:20 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3277.  
  3278.     * xmenu.c (list_of_items): Arg to push_menu_item was missing.
  3279.  
  3280. Fri Mar 18 01:27:10 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3281.  
  3282.     * Makefile.in.in (LIBXT): Add -lXext.
  3283.  
  3284. Fri Mar 18 00:19:14 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3285.  
  3286.     * s/netbsd.h (LD_SWITCH_SYSTEM): Undo previous change.
  3287.  
  3288. Thu Mar 17 23:18:01 1994  Jim Blandy  (jimb@totoro.bio.indiana.edu)
  3289.  
  3290.         * indent.c (compute_motion): Doc fixes.
  3291.  
  3292. Thu Mar 17 22:21:51 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3293.  
  3294.     * Makefile.in.in (X_WINDOWS_SUPPORT): New macro.
  3295.     (lisp): Include X_WINDOWS_SUPPORT.  Also add version.el; it is no
  3296.     longer changed by building.
  3297.  
  3298. Thu Mar 17 17:37:52 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3299.  
  3300.     * process.c (create_process): Skip the ioctl if fd is -1.
  3301.  
  3302.     * lread.c (openp, Fload): GCPRO some things.
  3303.     * callproc.c (Fcall_process): Ditto.
  3304.     * process.c (Fstart_process): Ditto.
  3305.  
  3306.     * s/netbsd.h (LD_SWITCH_SYSTEM, HAVE_WAIT_HEADER): Define these.
  3307.  
  3308. Wed Mar 16 17:42:50 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3309.  
  3310.     * data.c (Fchar_or_string_p, Fintegerp, Fnatnump): Doc fix.
  3311.  
  3312.     * minibuf.c (read_minibuf): Disallow trailing junk.
  3313.  
  3314. Wed Mar 16 17:13:08 1994  Morten Welinder (terra@diku.dk)
  3315.  
  3316.     * fileio.c (Ffile_modes) [MSDOS]: set exec-bit based on file suffix.
  3317.     * s/msdos.h: use bcopy when moving gap.
  3318.  
  3319. Wed Mar 16 01:11:48 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3320.  
  3321.     * fns.c (Frandom): Eliminate bias in random number generator.
  3322.  
  3323.     * floatfns.c (FLOAT_TO_INT, FLOAT_TO_INT2, range_error2): New macros.
  3324.     (ceiling, floor, round, truncate): Use them.
  3325.  
  3326. Tue Mar 15 18:00:26 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3327.  
  3328.     * xdisp.c (redisplay): Don't consider minibuffer name for frame title.
  3329.     (update_menu_bar): Delete unused second argument.  Callers changed.
  3330.  
  3331.     * fileio.c (Frename_file, Fcopy_file, Fadd_name_to_file,
  3332.     Fmake_symbolic_link): Fix typo in previous change.
  3333.  
  3334.     * s/netbsd.h (LOCALTIME_CACHE): Define this symbol.
  3335.  
  3336. Tue Mar 15 13:45:51 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3337.  
  3338.     * fileio.c (Frename_file): Use RETURN_UNGCPRO when run handler.
  3339.     (Fcopy_file, Fadd_name_to_file, Fmake_symbolic_link): Likewise.
  3340.  
  3341. Tue Mar 15 01:34:08 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3342.  
  3343.     * xdisp.c (message1): Call message2 instead of duplicating code.
  3344.  
  3345. Mon Mar 14 16:34:24 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3346.  
  3347.     * floatfns.c (Flogb): Check for 0.0.  Emulate logb if needed.
  3348.  
  3349.     * xterm.c (x_scroll_bar_expose): Don't make the right border thicker.
  3350.     * xterm.h (VERTICAL_SCROLL_BAR_RIGHT_BORDER): Change from 3 to 2.
  3351.  
  3352.     * frame.c (terminal-frame) [! MULTI_FRAME]: Create this variable.
  3353.  
  3354.     * minibuf.c (read_minibuf): Make minibuffer frame visible when
  3355.     minibuffer activated.
  3356.  
  3357.     * frame.c (Fhandle_switch_frame): Ignore switch to dead frame.
  3358.  
  3359.     * fileio.c (Fread_file_name): Delete docstring of second version.
  3360.     * frame.c (framep, selected-frame, frame-char-height, frame-char-width,
  3361.     frame-pixel-height, frame-pixel-width, set-frame-height,
  3362.     set-frame-width, set-frame-size): Ditto.
  3363.  
  3364.     * buffer.c (buffer-display-table, buffer-undo-list): Ditto.
  3365.  
  3366.     * xdisp.c (redisplay_window): Avoid dividing negative numbers.
  3367.     * window.c (window_scroll, Fmove_to_window_line): Ditto.
  3368.     * search.c (search_buffer): Avoid boolean/integer confusion.
  3369.  
  3370.     * dispnew.c (Fredraw_frame) [! MULTI_FRAME]: Make noninteractive.
  3371.  
  3372. Mon Mar 14 15:00:59 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3373.  
  3374.     * xmenu.c (Fx_popup_dialog, Fx_popup_menu): Handle case where
  3375.     mouse_position_hook doesn't store anything.
  3376.  
  3377. Mon Mar 14 11:39:49 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  3378.  
  3379.     * widget.c (EmacsFrameSetCharSize): Set the values of left_pos and
  3380.     top_pos to the values of the toplevel widget coordinates.
  3381.  
  3382. Sun Mar 13 17:58:04 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3383.  
  3384.     * xmenu.c (Fx_popup_dialog) [! USE_X_TOOLKIT]: Call Fx_popup_menu.
  3385.  
  3386.     * indent.c (Fvertical_motion): New optional arg WINDOW.
  3387.     * window.c (Fdelete_other_windows): Pass new arg to Fvertical_motion.
  3388.     (window_scroll, Frecenter, Fmove_to_window_line): Likewise.
  3389.  
  3390.     * fileio.c (Finsert_file_contents): Don't let same_at_end be less
  3391.     than same_at_start.
  3392.  
  3393. Sat Mar 12 19:35:08 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3394.  
  3395.     * puresize.h (PURESIZE): Reduce to 230000.
  3396.  
  3397. Fri Mar 11 18:13:13 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3398.  
  3399.     * floatfns.c (Fexpt): Delete extraneous `for' statement.
  3400.  
  3401.     * process.c (get_process): Allow arg to be a buffer object.
  3402.  
  3403.     * xdisp.c (x_consider_frame_title): New function, extracted from
  3404.     display_mode_line.
  3405.     (redisplay): Update frame title on iconified frames.
  3406.  
  3407. Fri Mar 11 05:13:25 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  3408.  
  3409.     * xmenu.c (xdialog_show): New function to handle the display of dialog
  3410.     boxes.
  3411.     (Fx_popup_dialog): New function.
  3412.     (dialog_selection_callback): New function.
  3413.     (xmenu_show) [USE_X_TOOLKIT]: Don't call lw_destroy_all_widgets at the
  3414.     end.
  3415.     Do the work of construct_mouse_click in the ButtonRelease case.
  3416.  
  3417.     * Makefile.in (LIBXT): Add -lXext to the list.
  3418.  
  3419.     * widget.c (EmacsFrameSetCharSize): Call XawPanedSetRefigureMode.
  3420.     Call XtSetValues not XtVaSetValues.
  3421.  
  3422.     * fns.c (Fyes_or_no_p): Call Fx_popup_dialog instead of Fx_popup_menu.
  3423.     (Fy_or_n_p): Likewise.
  3424.  
  3425. Thu Mar 10 17:54:00 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3426.  
  3427.     * filelock.c (lock_superlock): Synchronize NFS cache.
  3428.  
  3429.     * search.c (Fre_search_forward, Fre_search_backward): Doc fix.
  3430.  
  3431. Thu Mar 10 00:00:02 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3432.  
  3433.     * indent.c (compute_motion): Initialize prev_hpos.
  3434.  
  3435.     * keyboard.c (command_loop_1): On entry, set this_command
  3436.     after running Vpost_command_hook.
  3437.  
  3438.     * puresize.h (PURESIZE): Increment to 240000.
  3439.  
  3440.     * xmenu.c (Fx_popup_menu): If POSITION is nil,
  3441.     don't require an open X connection.
  3442.     (single_keymap_panes, keymap_panes, menu_item_enabled_p):
  3443.     New arg NOTREAL.
  3444.     (Fx_popup_menu): Pass new arg (1 if POSITION is nil).
  3445.     (menu_item_enabled_p): If NOTREAL, always return t.
  3446.  
  3447.     * xmenu.c (single_keymap_panes) [!USE_X_TOOLKIT]:
  3448.     Append > to item_string if submenu.
  3449.  
  3450. Wed Mar  9 17:05:04 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3451.  
  3452.     * xmenu.c [USE_X_TOOLKIT]: Display submenus in Xt style.
  3453.     (menu_items): Record where submenus start and end.
  3454.     (menu_items_submenu_depth): New variable.
  3455.     (init_menu_items): Init it.
  3456.     (push_submenu_start, push_submenu_end): New functions.
  3457.     (grow_menu_items): New function.
  3458.     (push_menu_pane, push_menu_item): Use it.
  3459.     (push_menu_pane): Increment menu_items_n_panes only if depth is 0.
  3460.     (single_keymap_panes) [USE_X_TOOLKIT]: Record submenus in menu_items.
  3461.     (xmenu_show) [USE_X_TOOLKIT]: Give submenus to toolkit.
  3462.  
  3463.     * xdisp.c (display_mode_line): Highlight partial-width mode lines
  3464.     for a non-termcal frame.
  3465.  
  3466.     * lisp.h (GLYPH_MODE_LINE_FACE): New macro.
  3467.  
  3468.     * callproc.c: Don't kill remaining processes if child exits.
  3469.     (call_process_exited): New variable.
  3470.     (Fcall_process): Set it.
  3471.     (call_process_cleanup): Test it.
  3472.  
  3473. Wed Mar  9 01:02:07 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3474.  
  3475.     * window.c (Fselect_window): Undo previous minibuffer patch.
  3476.     * callint.c (Fcall_interactively): Don't select an active minibuffer.
  3477.  
  3478. Wed Mar  9 00:56:31 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3479.  
  3480.     * window.c (window_loop): Delete MULTI_FRAME
  3481.     conditional within the loop, spuriously added in prev change.
  3482.     Don't ignore invisible or iconified frames for GET_BUFFER_WINDOW;
  3483.     instead, let Fnext_window skip them if appropriate.
  3484.  
  3485. Tue Mar  8 23:16:53 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3486.  
  3487.     * window.c (Fselect_window): Don't select an inactive minibuffer.
  3488.  
  3489. Tue Mar  8 11:32:28 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3490.  
  3491.     * window.c (Fdisplay_buffer): If pop_up_frames != 0,
  3492.     consider just visible frames when looking for existing window.
  3493.  
  3494.     * undo.c (syms_of_undo): staticpro pending_boundary.
  3495.  
  3496. Tue Mar  8 01:20:31 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3497.  
  3498.     * process.c (send_process) [_PC_MAX_CANON]: Also test #ifdef
  3499.     HAVE_FPATHCONF before trying to use fpathconf.
  3500.     * config.h.in: Add #undef HAVE_FPATHCONF.
  3501.  
  3502.     * term.c (term_get_fkeys_data): Variable removed.
  3503.     (term_get_fkeys_define_1, term_get_fkeys_define): Functions removed.
  3504.     (term_get_fkeys_address): New variable, to pass arg through
  3505.     condition-case.
  3506.     (term_get_fkeys): Set that to ADDRESS; just do condition-case
  3507.     around call to term_get_fkeys_1, ignoring all errors.
  3508.     (term_get_fkeys_1): New function, containing body of term_get_fkeys.
  3509.     Don't use term_get_fkeys_define_1; call Fdefine_key directly.
  3510.  
  3511. Tue Mar  8 00:02:18 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3512.  
  3513.     * window.c (Fprevious_window, Fnext_window): ALL_FRAMES = visible
  3514.     means consider only visible frames.
  3515.     (window_loop): Likewise for FRAMES.
  3516.     (Fget_buffer_window, Fget_largest_window, Fget_lru_window): Doc fix.
  3517.     (Fdelete_windows_on): Doc fix.
  3518.  
  3519.     * frame.c (next_frame, prev_frame): If MINIBUF is `visible',
  3520.     consider only visible frames.
  3521.     (Fnext_frame, Fprevious_frame): Doc fix.
  3522.     (syms_of_frame): Staticpro Qvisible.
  3523.     * lisp.h (Qvisible): Declared.
  3524.  
  3525. Mon Mar  7 19:03:50 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3526.  
  3527.     * indent.c (Fcompute_motion): New function.
  3528.  
  3529.     * window.c (Fwindow_width): Doc fix.
  3530.  
  3531. Mon Mar  7 13:38:51 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3532.  
  3533.     * doprnt.c (doprnt): Do the right thing for negative size spec.
  3534.  
  3535.     * minibuf.c (temp_echo_area_glyphs): Use quit_char, not C-g.
  3536.     (Fminibuffer_complete, Fminibuffer_complete_word): Doc fix.
  3537.     (get_minibuffer): Make name buffer large enough.
  3538.  
  3539.     * window.c (Fscroll_other_window): Doc fix.
  3540.  
  3541. Sun Mar  6 00:59:52 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3542.  
  3543.     * alloc.c (mark_object): Add no-op cast.
  3544.  
  3545.     * eval.c (error): Use doprnt.  Make buffer larger as necessary.
  3546.  
  3547.     * casefiddle.c (operate_on_word): Don't move point; store in *NEWPOINT.
  3548.     (Fupcase_word, Fdowncase_word, Fcapitalize_word):
  3549.     Set point after changing case.  Rename opoint to beg.
  3550.  
  3551.     * undo.c (pending_boundary): New variable.
  3552.     (syms_of_undo): Initialize it.
  3553.     (Fundo_boundary): Use pending_boundary.
  3554.     (record_insert, record_delete, record_property_change):
  3555.     Set pending_boundary.
  3556.  
  3557. Sat Mar  5 15:17:47 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3558.  
  3559.     * vmsproc.c: Include config.h, lisp.h, buffer.h, process.h, commands.h,
  3560.     errno.h and file.h.
  3561.     (write_to_vms_process): Change =- to -=.
  3562.     (create_process): Set status field instead of obsolete flags field.
  3563.     (child_sig): Likewise.
  3564.  
  3565.     * emacs.c (shut_down_emacs): Set Vrun_hooks to nil.
  3566.     * minibuf.c (read_minibuf):  Don't call Vrun_hooks if it is nil.
  3567.     * keyboard.c (command_loop_1, read_key_sequence, Fcommand_execute):
  3568.     Don't call Vrun_hooks if it is nil.
  3569.     * editfns.c (save_excursion_restore): Don't call Vrun_hooks if nil.
  3570.     * buffer.c (Fkill_buffer, Fkill_all_local_variables):
  3571.     Don't call Vrun_hooks if it is nil.
  3572.  
  3573.     * fileio.c (Fdo_auto_save): Doc fix.
  3574.  
  3575.     * lisp.h (ARRAY_MARK_FLAG): Define here.
  3576.     * alloc.c (ARRAY_MARK_FLAG): Not here.
  3577.  
  3578. Fri Mar  4 22:56:25 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3579.  
  3580.     * keyboard.c (command_loop_1): Fix misplaced assignment of
  3581.     last_point_position.
  3582.  
  3583. Fri Mar  4 16:20:16 1994  Paul Eggert  (eggert@twinsun.com)
  3584.  
  3585.     * data.c (isnan): New macro.
  3586.     (float_arith_driver): min and max yield NaN if any argument is a NaN.
  3587.  
  3588. Fri Mar  4 04:07:43 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  3589.  
  3590.     * xmenu.c (update_one_frame_psheets): Call EmacsFrameSetCharSize to 
  3591.     force the paned widget to resize to the right value.
  3592.     (xmenu_show): No need to check a second time whether the mouse has
  3593.     moved to another menu bar item. This slows down execution.
  3594.  
  3595.     * widget.c (EmacsFrameSetCharSize): Don't call XtMakeResizeRequest. Use
  3596.     XtVaSetValues for geometry management.
  3597.  
  3598. Fri Mar  4 02:52:41 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3599.  
  3600.     * xmenu.c [USE_X_TOOLKIT] (xmenu_show): Pass display to 
  3601.     XtWindowToWidget.
  3602.  
  3603. Thu Mar  3 23:18:35 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3604.  
  3605.     * search.c (skip_chars): Treat `-' as alias for space, if syntaxp.
  3606.  
  3607.     * fileio.c (Finsert_file_contents): Pass del_range_1 two ends,
  3608.     not a length.
  3609.  
  3610. Thu Mar  3 20:07:16 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3611.  
  3612.     * process.h (chan_process): Don't specify size.
  3613.  
  3614. Thu Mar  3 12:35:19 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  3615.  
  3616.     * fileio.c (Fread_file_name):  Do the right thing when
  3617.     insert-default-directory is nil.
  3618.     Allow for doubled dollar signs in dir when computing pos.
  3619.  
  3620.     * commands.h: New variable last_point_position.
  3621.     * keyboard.c (command_loop_1): Set it to the value of point.
  3622.     * undo.c (record_delete): Save this value in the undo record,
  3623.     rather than the current value of point.)
  3624.  
  3625.     * buffer.c (Fget_file_buffer): Doc fix.
  3626.  
  3627.     * s/aix3-2.h (C_SWITCH_SYSTEM): Increase maxmem when using IBM's
  3628.     compiler.
  3629.  
  3630. Wed Mar  2 11:49:28 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3631.  
  3632.     * process.c (chan_process, Vprocess_alist): No longer static.
  3633.     * process.h (chan_process, Vprocess_alist): Declared.
  3634.  
  3635.     * puresize.h (PURESIZE) [MULTI_FRAME]: Incremented to 230000.
  3636.  
  3637.     * minibuf.c (Fdisplay_completion_list): Restore original buffer
  3638.     before running completion-setup-hook.
  3639.  
  3640.     * frame.c (Fdelete_frame): Don't initialize a Lisp_Object.
  3641.     Clean up line breaks.
  3642.  
  3643.     * process.c: Include unistd.h.
  3644.     (pty_max_bytes): New variable.
  3645.     (send_process): Send an eof after each pty_max_bytes bytes.
  3646.  
  3647.     * keyboard.c (menu_bar_items): When moving an item to the end,
  3648.     shift all the following ones forward one slot.
  3649.  
  3650. Wed Mar  2 00:00:24 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3651.  
  3652.     * xfns.c (Fx_list_fonts): Avoid confused increment of info.
  3653.  
  3654.     * syntax.c (Fforward_comment): Do the right thing at eob.
  3655.  
  3656. Tue Mar  1 22:22:39 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3657.  
  3658.     * keyboard.c (menu_bar_items): Accept old vector as arg.
  3659.     Return a vector.
  3660.     (menu_bar_one_keymap, menu_bar_item): Associated changes.
  3661.     (make_lispy_event): Use FRAME_MENU_BAR_LINES as vector.
  3662.     * frame.c (make_frame): Init menu_bar_items field to 0.
  3663.     * xdisp.c (update_menu_bar): Change call to menu_bar_items.
  3664.     (display_menu_bar): Use FRAME_MENU_BAR_LINES as vector.
  3665.     * xmenu.c (map_event_to_object, set_frame_menubar): 
  3666.     Use FRAME_MENU_BAR_LINES as vector.
  3667.  
  3668. Tue Mar  1 22:17:37 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3669.  
  3670.     * s/aix3-2.h: Use -g with the native compiler.
  3671.     * s/aix3-2-5.h: New file.  Use -O with the native compiler.
  3672.  
  3673. Tue Mar  1 19:14:25 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3674.  
  3675.     * lisp.h (struct handler): New field chosen_clause.
  3676.     * eval.c (Fsignal): Record the clause in chosen_clause.
  3677.     (Fcondition_case, internal_condition_case): Look there.
  3678.     (internal_condition_case_1): Look there.
  3679.  
  3680.     * fileio.c (Finsert_file_contents): If undo_list was t, leave it t.
  3681.  
  3682.     * alloc.c (memory_signal_data): No longer static. 
  3683.     (syms_of_alloc): Stick Qerror onto memory_signal_data.
  3684.     * lisp.h (memory_signal_data): Declare it.
  3685.     * eval.c (Fsignal): If DATA is memory_signal_data, don't add to it.
  3686.  
  3687. Mon Feb 28 15:16:57 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3688.  
  3689.     * alloc.c (memory_full): Use new variable memory_signal_data with
  3690.     precomputed value instead of trying to build it after memory is
  3691.     already exhausted.
  3692.  
  3693. Mon Feb 28 07:53:35 1994  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
  3694.  
  3695.     * xmenu.c (xmenu_show): Test XtWindowToWidget before inserting into
  3696.     the event_queue.
  3697.  
  3698.     * xterm.c (XTread_socket): For case ClientMessage and
  3699.     Xatom_wm_delete_window, use x_any_window_to_frame.
  3700.  
  3701. Sat Feb 26 04:26:38 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3702.  
  3703.     * s/sol2-3.h (LD_SWITCH_SYSTEM): New definitions, with #undef.
  3704.  
  3705.     * insdel.c (del_range_1): New function.
  3706.     (del_range): Use it.
  3707.     * fileio.c (Finsert_file_contents): Use del_range_1.
  3708.  
  3709. Sat Feb 26 00:51:41 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3710.  
  3711.     * keyboard.c (Fsuspend_emacs): New variable cannot-suspend forces
  3712.     a subshell even if the system seems to support job control.
  3713.     * sysdep.c (sys_subshell): New function, split from sys_suspend.
  3714.  
  3715. Fri Feb 25 22:50:34 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3716.  
  3717.     * window.c (Fset_window_configuration): Allow for menu-bar-lines
  3718.     to have changed since the configuration was created.
  3719.  
  3720. Fri Feb 25 22:41:47 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3721.  
  3722.     * keyboard.c (Vsystem_key_alist): Renamed from Vvendor_key_alist.
  3723.     (syms_of_keyboard): Rename Lisp var to system-key-alist.
  3724.  
  3725. Fri Feb 25 16:20:33 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3726.  
  3727.     * buffer.h (OVERLAY_POSITION): Don't check which buffer it points to.
  3728.  
  3729.     * lisp.h: Delete extra backslash on last line of macro.
  3730.  
  3731.     * xdisp.c (display_text_line): Allow for invisible overlays in
  3732.     next_invisible lookahead.
  3733.     * indent.c (compute_motion): Likewise.
  3734.  
  3735. Fri Feb 25 04:07:27 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  3736.  
  3737.     * widget.c (EmacsFrameSetCharSize): Set coordinates values to the
  3738.     toplevel widget.
  3739.  
  3740.     * xterm.c (XTread_socket): For case ConfigureNotify, call
  3741.     x_any_window_to_frame.
  3742.     [USE_X_TOOLKIT]: Call XTranslateCoordinates for case ConfigureNotify
  3743.     when send_event is 0 and when the event is relative to toplevel widget.
  3744.  
  3745.     * widget.c (EmacsFrameSetCharSize): Call check_frame_size and update
  3746.     vertical_scroll_bar_extra.
  3747.     Call SET_FRAME_GARBAGED.
  3748.  
  3749. Thu Feb 24 16:49:42 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3750.  
  3751.     * lread.c (Fload): Cast the args to stat.
  3752.  
  3753. Thu Feb 24 14:06:33 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3754.  
  3755.     * xdisp.c (try_window): Add #ifdef USE_TEXT_PROPERTIES around call
  3756.     to Fget_text_property.
  3757.  
  3758.     * textprop.c (Fget_char_property): New function.
  3759.     * buffer.c (sort_overlays): Allow for null window.
  3760.     * xdisp.c (try_window, display_text_line): Use Fget_char_property
  3761.     to test for invisibility.
  3762.     * indent.c (compute_motion, vmotion): Likewise.
  3763.     * dispnew.c (direct_output_forward_char): Likewise.
  3764.  
  3765. Thu Feb 24 07:51:48 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  3766.  
  3767.     * xfns.c (x_window): Call XChangeWindowAttributes with the standard
  3768.     event set to make all these events reach the Emacs frame.
  3769.  
  3770. Thu Feb 24 00:40:01 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3771.  
  3772.     * xmenu.c (Fx_popup_menu): Allow t as position, meaning use mouse pos.
  3773.  
  3774.     * fns.c (Fy_or_n_p): Use a popup menu if reached via mouse command.
  3775.     (Fyes_or_no_p): Likewise.
  3776.  
  3777.     * unexelf.c (ELF_BSS_SECTION_NAME): New macro (config.h may override).
  3778.     (unexec): Use it.
  3779.  
  3780. Wed Feb 23 22:46:50 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3781.  
  3782.     * buffer.c (Fkill_buffer): Call the Vkill_buffer_query_functions.
  3783.     (syms_of_buffer): Make Lisp var for kill-buffer-query-functions.
  3784.  
  3785. Tue Feb 22 19:02:48 1994  Karl Heuer  (kwzh@geech.gnu.ai.mit.edu)
  3786.  
  3787.     * lisp.h: New variable Vdoc_directory.
  3788.     * doc.c (get_doc_string, Snarf_documentation): Use it.
  3789.     * callproc.c (syms_of_callproc, init_callproc_1): Initialize it.
  3790.     * paths.h.in: Define PATH_DOC for default doc-directory.
  3791.  
  3792. Tue Feb 22 17:25:30 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3793.  
  3794.     * keyboard.c (make_lispy_movement, make_lispy_event):
  3795.     In non-scrollbar mouse case, return coords in pixel units.
  3796.  
  3797.     * frame.c (Fmouse_position): Convert to glyph units.
  3798.  
  3799.     * xterm.c (construct_mouse_click): Don't convert to glyph units.
  3800.     (XTmouse_position): Don't convert to glyph units.
  3801.     * msdos.c (mouse_get_pos): Don't convert to glyph units.
  3802.  
  3803.     * fileio.c (Finsert_file_contents): If REPLACE, always do lseek.
  3804.     Exit main loop if INSERTED reaches TOTAL.
  3805.  
  3806. Tue Feb 22 16:50:43 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3807.  
  3808.     * xterm.c (XTmouse_position): Use x_any_window_to_frame.
  3809.  
  3810. Tue Feb 22 14:41:31 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  3811.  
  3812.     * emacs.c: Move extern declarations to top of file.
  3813.  
  3814. Mon Feb 21 03:33:08 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3815.  
  3816.     * keyboard.c (make_lispy_event): For menu bar event in USE_X_TOOLKIT
  3817.     case, convert x position to glyphs after map_event_to_object.
  3818.     Call window_from_coordinates later on.
  3819.  
  3820.     * xmenu.c (menu_item_equiv_key): Cached equiv-key data is a sublist.
  3821.     * keymap.c (get_keyelt): Cached equiv-key data is now a sublist.
  3822.  
  3823.     * xterm.c (x_had_errors_p): New function.
  3824.     (construct_menu_click):    Move function after pixel_to_glyph_coords.
  3825.  
  3826.     * xmenu.c: Most of file rewritten.
  3827.     (menu_items, menu_items_*): New variables.
  3828.     (MENU_ITEMS_*): New macros.
  3829.     (init_menu_items, discard_menu_items, push_menu_pane, push_menu_item)
  3830.     (finish_menu_items): New functions.
  3831.     (menu_item_enabled_p): New function.
  3832.     (keymap_panes, single_keymap_panes): Major rewrite; most args changed.
  3833.     (list_of_panes, list_of_items): Major rewrite; most args changed.
  3834.     (Fx_popup_menu): Major rewrite.  Now independent of display mechanism.
  3835.     No more conditionals here.
  3836.     (set_menu_items, free_menu_items): Functions deleted.
  3837.     (xmenu_show): Both versions rewritten to work from menu_items
  3838.     and to do all the conditionalized things that were in Fx_popup_menu.
  3839.     (unread_menu_bar_button, other_menu_bar_item_p): New functions.
  3840.     (check_mouse_other_menu_bar): New function.
  3841.  
  3842.     * xterm.c [!USE_X_TOOLKIT] (x_any_window_to_frame):
  3843.     Define as x_window_to_frame.
  3844.  
  3845. Sun Feb 20 14:34:19 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3846.  
  3847.     * unexsunos4.c: Move config.h after system includes.
  3848.  
  3849.     * syswait.h [BSD]: #undef WCOREDUMP before defining it.
  3850.  
  3851. Sat Feb 19 00:43:59 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3852.  
  3853.     * frame.c (Fframe_visible_p): Do FRAME_SAMPLE_VISIBILITY first.
  3854.  
  3855.     * xterm.c (XTread_socket--cases KeyPress, EnterNotify, LeaveNotify)
  3856.     (cases FocusIn, FocusOut): Use x_any_window_to_frame.
  3857.  
  3858.     * xfns.c (x_window_to_frame): Add parens for clarity.
  3859.  
  3860.     * xmenu.c: Find and display keyboard equivalents of menu items.
  3861.     (menu_item_equiv_key): New function.
  3862.     (single_keymap_panes): Call it.  Properly skip help-string if any.
  3863.     Rename item2 to item_string.
  3864.     GCPRO some things.
  3865.     (menu_item_equiv_key): Use either VECTORP or STRINGP, not both.
  3866.  
  3867.     * keymap.c (get_keyelt): Discard keyboard equivalents stored in a
  3868.     menu keymap element.
  3869.  
  3870. Fri Feb 18 05:58:51 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  3871.  
  3872.     * widget.c (get_default_char_pixel_size): Clean up code.
  3873.     Remove code inside #if 0 directive.
  3874.  
  3875.     * xmenu.c (popup_selection_callback): Clean up code. Remove code inside
  3876.     #if 0 directive.
  3877.     (popup_down_callback): Likewise.
  3878.  
  3879. Fri Feb 18 01:09:26 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3880.  
  3881.     * fileio.c (restore_point_unwind): New function.
  3882.     (Finsert_file_contents): In REPLACE case, set point and restore it.
  3883.  
  3884.     * gnu.h (gnu_bits): Use unsigned char.
  3885.  
  3886.     * bitmaps/*.xbm: Use unsigned char, not char.
  3887.  
  3888.     * window.c (unshow_buffer): Unconditionally set last_window_start.
  3889.  
  3890. Thu Feb 17 00:29:23 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3891.  
  3892.     * window.c (Fdelete_other_windows): Don't call Frecenter;
  3893.     do it by hand and avoid setting w->force_start.
  3894.  
  3895.     * xterm.c (dumpglyphs): Try various alternatives for foreground color
  3896.     of a glyph with the cursor on it.
  3897.  
  3898.     * dosfns.c, msdos.c, widget.c: Use <...> for config.h.
  3899.  
  3900.     * fileio.c (Finsert_file_contents): New arg REPLACE.
  3901.     New feature to replace buffer contents with file contents.
  3902.  
  3903. Wed Feb 16 18:43:33 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3904.  
  3905.     * systty.h (EMACS_TTY_TABS_OK): Alternate definition if no TABDLY.
  3906.  
  3907.     * s/bsd4-2.h, s/dgux.h, s/rtu.h, s/umax.h (BSD_PGRPS): Defined.
  3908.     * s/netbsd.h, s/bsd386.h (BSD_PGRPS): Add #undef.
  3909.     * sysdep.c (init_sys_modes, reset_sys_modes): Test BSD_PGRPS.
  3910.     (narrow_foreground_group, widen_foreground_group): Define if BSD_PGRPS.
  3911.  
  3912.     * sysdep.c (child_setup_tty): Use IUCLC, OLCUC, NLDLY only if defined.
  3913.  
  3914.     * emacs.c (main): Test BSD_PGRPS, not BSD.
  3915.  
  3916.     * s/netbsd.h (TAB3): Defined.
  3917.     (NEED_ERRNO, NO_TERMIO, HAVE_TERMIOS, HAVE_UNION_WAIT): Defined.
  3918.  
  3919.     * sysdep.c (init_sys_modes): IEXTEN is in c_lflag, not c_iflag.
  3920.  
  3921.     * unexmips.c (unexec): Add cast to result of `sbrk'.
  3922.  
  3923. Tue Feb 15 16:18:55 1994  Chris Hanson  (cph@klia.ai.mit.edu)
  3924.  
  3925.     * s/newsos5.h: Include usg5-4.h.
  3926.     (LIBS_SYSTEM, LINKER, START_FILES, LIB_STANDARD):
  3927.     Definitions moved here.
  3928.  
  3929.     * m/news-risc.h [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
  3930.     (LD_SWITCH_MACHINE): Definitions moved here.
  3931.  
  3932.     * m/mips.h: NEWSOS5 conditional deleted.
  3933.     [NEWSOS5] (START_FILES, LIB_STANDARD, C_DEBUG_SWITCH)
  3934.     (C_OPTIMIZE_SWITCH, LD_SWITCH_MACHINE): Definitions moved away.
  3935.  
  3936. Tue Feb 15 11:16:37 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3937.  
  3938.     * xfns.c (Fx_parse_geometry): Don't call check_x.
  3939.  
  3940.     * sysdep.c (sys_write): If any bytes were written, return how many.
  3941.  
  3942.     * xterm.c (XTread_socket): Do not assume that select returning
  3943.     immediately with no events implies a hangup.
  3944.  
  3945. Mon Feb 14 14:41:27 1994  Karl Heuer  (kwzh@geech.gnu.ai.mit.edu)
  3946.  
  3947.     * xterm.h (check_x): Declare it.
  3948.     * xfns.c (check_x): Make it global.
  3949.     (Fx_parse_geometry, Fx_list_fonts, Fx_close_current_connection):
  3950.     call check_x.
  3951.  
  3952.     * xmenu.c (Fx_popup_menu): Likewise.
  3953.     * xselect.c (Fx_own_selection_internal, Fx_get_selection_internal,
  3954.     Fx_disown_selection_internal, Fx_rotate_cut_buffers_internal,
  3955.     Fx_selection_exists_p, Fx_get_cut_buffer_internal,
  3956.     Fx_store_cut_buffer_internal, Fx_selection_owner_p): Likewise.
  3957.  
  3958.     * indent.c (indented_beyond_p): New function.
  3959.     (compute_motion, vmotion): Use it to treat blank lines specially
  3960.     in selective display.
  3961.     * xdisp.c (try_window_id, display_text_line): Likewise.
  3962.  
  3963. Sun Feb 13 17:19:44 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3964.  
  3965.     * s/netbsd.h (BROKEN_START, TEXT_START): Don't define.
  3966.     (HAVE_TEXT_START): Define this instead.
  3967.     * sysdep.c (start_of_text): Don't define #ifdef HAVE_TEXT_START.
  3968.  
  3969. Sat Feb 12 17:32:02 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3970.  
  3971.     * xdisp.c (decode_mode_spec): Support %+.
  3972.  
  3973.     * keyboard.c (command_loop_1):
  3974.     On entry, set last_command to this_command.
  3975.  
  3976.     * term.c (term_init): If no `se', use `me';
  3977.     if no `me' either, don't use standout mode at all.
  3978.  
  3979. Fri Feb 11 20:56:24 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3980.  
  3981.     * Makefile.in.in (${libsrc}make-docfile): Don't pass ../arch-lib
  3982.     as target to submake.
  3983.  
  3984. Fri Feb 11 17:32:15 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  3985.  
  3986.     * sysdep.c [USG]: Fix conditional includes.
  3987.  
  3988.     * m/convex.h, m/ibmps2-aix.h, m/ibmrs6000.h, m/tekxd88.h,
  3989.     s/386bsd.h, s/bsd386.h, s/dgux.h, s/irix3-3.h, s/linux.h,
  3990.     s/netbsd.h, s/usg5-4.h: Delete HAVE_SETSID; configure checks for
  3991.     that.
  3992.  
  3993.     * xrdb.c (gethomedir): Look at LOGNAME before USER.
  3994.  
  3995.     * editfns.c (Fuser_real_login_name): Doc fix.
  3996.  
  3997. Fri Feb 11 17:06:30 1994  Paul Eggert  (eggert@twinsun.com)
  3998.  
  3999.     * editfns.c (init_editfns): Look at LOGNAME before USER.
  4000.     * fileio.c (Fsubstitute_in_file_name): Remove long-dead code
  4001.     that looked at USER before LOGNAME.
  4002.  
  4003. Fri Feb 11 13:54:19 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4004.  
  4005.     * buffer.c (syms_of_buffer): Doc fix.
  4006.  
  4007.     * xdisp.c (decode_mode_spec): Implement `P'.
  4008.  
  4009. Fri Feb 11 12:52:15 1994  Charles Hannum  (mycroft@duality.gnu.ai.mit.edu)
  4010.  
  4011.     * s/netbsd.h (KERNEL_FILE, LDAV_SYMBOL): Undefine and leave them
  4012.     that way.
  4013.     (LIBS_TERMCAP): Define.  Native libtermcap is better than the Emacs
  4014.     version, and knows the correct path.
  4015.     (N_PAGSIZ, N_BSSADDR, N_TRELOFF): Don't redefine if they already
  4016.     exist (i.e. under NetBSD >0.9).
  4017.  
  4018. Fri Feb 11 12:33:02 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4019.  
  4020.     * s/netbsd.h (SYSV_SYSTEM_DIR): Define.
  4021.     (BROKEN_START, TEXT_START, START_FILES, UNEXEC, RUN_TIME_REMAP):
  4022.     Define to use unexsunos4.
  4023.     (N_PAGSIZ, N_BSSSADDR, N_TRELOFF): Define so unexsunos4.c compiles.
  4024.  
  4025. Fri Feb 11 03:53:05 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  4026.  
  4027.     * xfns.c (x_set_menu_bar_lines) [USE_X_TOOLKIT]: Dont Call
  4028.     XtDestroyWidget but free_frame_menubar.
  4029.     Undo previous changes.
  4030.     * xterm.c (x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar.
  4031.     * xmenu.c (free_frame_menubar) [USE_X_TOOLKIT]: New function to destroy
  4032.     the X Widget instance of the menubar.
  4033.  
  4034.     * widget.c (EmacsFrameResize): Don't call XTranslateCoordinates. Code 
  4035.     removed.
  4036.  
  4037.     * xmenu.c (xmenu_show) [USE_X_TOOLKIT]: Return Qnil when val is null.
  4038.  
  4039. Fri Feb 11 03:03:43 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  4040.  
  4041.     * keyboard.c (Fexecute_extended_command): Copy this_command_keys
  4042.     as a vector, not a string.
  4043.  
  4044. Thu Feb 10 23:42:45 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  4045.  
  4046.     * keyboard.c (syms_of_keyboard): Add a DEFVAR for command-hook-internal.
  4047.     (command_loop_1): Use it for post-command-hook.
  4048.  
  4049. Thu Feb 10 21:50:09 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4050.  
  4051.     * process.c (sys_siglist): Protect decl with #ifndef
  4052.     SYS_SIGLIST_DECLARED.
  4053.     * config.h.in: Add #undef SYS_SIGLIST_DECLARED.
  4054.  
  4055. Thu Feb 10 15:27:41 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  4056.  
  4057.     * lread.c (read_filtered_event): Retry read_char after a buffer change.
  4058.     * keyboard.c (read_char, read_char_minibuf_menu_prompt,
  4059.     read_key_sequence): Likewise.
  4060.  
  4061.     * dispnew.c (buffer_posn_from_coords): Take hscroll into account.
  4062.     * window.c (Fpos_visible_in_window_p): Likewise.
  4063.  
  4064.     * editfns.c (Fmessage): Copy the text to be displayed into a
  4065.     malloc'd buffer.
  4066.  
  4067. Thu Feb 10 04:34:49 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  4068.  
  4069.     * xmenu.c (xmenu_show): Test again event.xmotion.x_root in the 
  4070.     MotionNotify case.
  4071.  
  4072. Wed Feb  9 23:37:07 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4073.  
  4074.     * vmsdir.h: File renamed from dir.h.
  4075.     * ndir.h, fileio.c: Use new name vmsdir.h.
  4076.  
  4077. Wed Feb  9 17:05:02 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  4078.  
  4079.     * alloc.c (Fgarbage_collect): Save and restore echo_area_glyphs_length.
  4080.     * fileio.c (Fdo_auto_save): Likewise.
  4081.  
  4082.     * buffer.c (Fkill_all_local_variables): Run change-major-mode-hook.
  4083.  
  4084.     * xterm.c (x_display_cursor, process_expose_from_menu): Block input.
  4085.  
  4086.     * editfns.c (difftm): Simplify return expression.
  4087.  
  4088.     * m/news.h (CRT0_DUMMIES): Definition deleted.
  4089.  
  4090.     * alloc.c (mark_object): Fetch obj from *objptr at loop, not at
  4091.     the gotos.
  4092.  
  4093. Wed Feb  9 08:51:51 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  4094.  
  4095.     * Implement a Motif behavior for the menubar. Now, if you move the 
  4096.     pointer on another menubar item while displaying the contents of a
  4097.     selected menubar item, the current pulldown menu is closed and the new
  4098.     one corresponding to the new pointed item is displayed.
  4099.     * xmenu.c (xmenu_show) [USE_X_TOOLKIT]: Clean up code.
  4100.     Handle the MotionNotify events in the XEvent loop.
  4101.  
  4102. Tue Feb  8 22:23:56 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  4103.  
  4104.     * xfaces.c (compute_char_face): Extract overlay-sorting code as a
  4105.     separate function, which is now in buffer.c.
  4106.     * buffer.c (sort_overlays): New function, extracted from xfaces.c.
  4107.  
  4108. Tue Feb  8 17:42:42 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4109.  
  4110.     * print.c (print): If print_escapes_newlines, print '\f' as "\\f".
  4111.     (syms_of_print): Update docstring.
  4112.  
  4113. Tue Feb  8 02:26:20 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4114.  
  4115.     * process.c (Fprocess_kill_without_query): Doc fix.
  4116.  
  4117. Mon Feb  7 13:26:04 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  4118.  
  4119.     * xterm.c (x_make_frame_invisible): Add USE_X_TOOLKIT conditional.
  4120.  
  4121. Sun Feb  6 01:15:05 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4122.  
  4123.     * xterm.c (x_set_window_size): New arg CHANGE_GRAVITY.
  4124.     (x_new_font): Pass CHANGE_GRAVITY arg to x_set_window_size.
  4125.     (x_wm_set_size_hint): New arg CHANGE_GRAVITY.
  4126.     (x_set_offset, x_set_window_size): 
  4127.     Pass CHANGE_GRAVITY arg to x_set_window_size.
  4128.     * xfns.c (x_set_internal_border_width, x_set_vertical_scroll_bars): 
  4129.     Pass CHANGE_GRAVITY arg to x_set_window_size.
  4130.     (Fx_create_frame): Pass CHANGE_GRAVITY arg to x_wm_set_size_hint.
  4131.     * frame.c (Fset_frame_height, Fset_frame_width, Fset_frame_size): 
  4132.     Pass CHANGE_GRAVITY arg to x_set_window_size.
  4133.  
  4134.     * frame.c (other_visible_frames):
  4135.     New function; code taken from Fdelete_frame.
  4136.     (Fdelete_frame): Use it.
  4137.     (Fmake_frame_invisible): Use it.  New arg FORCE.
  4138.     * xfns.c (x_set_visibility): Pass new arg to Fmake_frame_invisible.
  4139.  
  4140.     * xdisp.c (fix_glyph): New function.
  4141.     (display_text_line, display_string): Use fix_glyph.
  4142.  
  4143.     * xfaces.c (init_frame_faces): Clear FRAME_N_COMPUTED_FACES
  4144.     and FRAME_SIZE_COMPUTED_FACES.
  4145.  
  4146. Sat Feb  5 02:15:11 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4147.  
  4148.     * xdisp.c (copy_rope): Function deleted.
  4149.     (copy_part_of_rope): Merge the glyph's face using compute_glyph_face.
  4150.     Take frame as additional arg.
  4151.     (display_text_line): Use copy_part_of_rope always, not copy_rope.
  4152.     Pass the frame as arg.
  4153.     (display_string): Likewise.
  4154.  
  4155.     * xfaces.c (compute_glyph_face): New arg CURRENT_FACE
  4156.     specifies face to merge with.
  4157.  
  4158.     * emacs.c (main) [AIX]: Don't handle signal 20, 21 or 22.
  4159.     Call signal 24 by name (SIGXCPU).
  4160.  
  4161.     * eval.c (internal_condition_case_1): New function.
  4162.     * lisp.h (internal_condition_case_1): Declared.
  4163.     * keyboard.c (menu_bar_item): Use internal_condition_case_1.
  4164.     (menu_bar_item_1): New function.
  4165.     * xmenu.c (single_keymap_panes): Use internal_condition_case_1.
  4166.     (single_keymap_panes_1): New function.
  4167.  
  4168. Fri Feb  4 15:19:07 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  4169.  
  4170.     * intervals.c (verify_interval_modification): When checking
  4171.     read-only, allow for the case that stickiness might be t instead
  4172.     of a list.
  4173.  
  4174.     * data.c (fmod): Implement it on systems where it's missing, using
  4175.     drem if available.
  4176.  
  4177. Fri Feb  4 12:17:07 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  4178.  
  4179.     * xmenu.c (xmenu_show) [USE_X_TOOLKIT]: Remove the #if 0 directives 
  4180.     and reverse one to avoid the flickering of the menubar.
  4181.  
  4182. Fri Feb  4 01:22:20 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4183.  
  4184.     * keymap.c (Fwhere_is_internal): Take just one keymap arg.
  4185.     (where_is_string): Pass Voverriding_local_map for that arg.
  4186.     * doc.c (Fsubstitute_command_keys): Pass keymap as that arg
  4187.     to Fwhere_is_internal.  Init keymap from Voverriding_local_map.
  4188.  
  4189. Thu Feb  3 13:54:11 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  4190.  
  4191.     * intervals.c (merge_properties_sticky): Preserve original order
  4192.     of properties.
  4193.  
  4194. Thu Feb  3 00:02:03 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4195.  
  4196.     * s/hpux8.h (X_IO_BUG): Defined.
  4197.  
  4198.     * fileio.c (Fwrite_region):
  4199.     If FILENAME has no handler, see if VISIT has one.
  4200.  
  4201.     * search.c (scan_buffer): New arg ALLOW_QUIT.
  4202.     (find_next_newline): Pass new arg.
  4203.     * xdisp.c (display_count_lines): Pass new arg to scan_buffer.
  4204.     * syntax.c (find_defun_start): Pass new arg to scan_buffer.
  4205.     * cmds.c (Fforward_line): Pass new arg to scan_buffer.
  4206.  
  4207. Wed Feb  2 12:13:01 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4208.  
  4209.     * xterm.c (XTread_socket): Add X_IO_BUG conditional.
  4210.  
  4211.     * xdisp.c (display_menu_bar): Pass explicit max arg to display_string.
  4212.     (display_string): New arg OBEY_WINDOW_WIDTH.  All callers changed.
  4213.  
  4214. Wed Feb  2 01:21:07 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  4215.  
  4216.     * xterm.c (x_iconify_frame): Fix misbalanced
  4217.     BLOCK_INPUT/UNBLOCK_INPUT.
  4218.  
  4219.     * xdisp.c (try_window_id): Don't pass value beyond ZV to
  4220.     compute_motion.
  4221.     * window.c (Fpos_visible_in_window_p): Return nil if POS > ZV.
  4222.  
  4223.     * sysdep.c (get_system_name): Remove restriction on hostname size.
  4224.     * lisp.h (get_system_name): Declared.
  4225.     * xterm.c (x_term_init): Use get_system_name instead of gethostname.
  4226.     * xrdb.c (x_get_customization_string): Use get_system_name instead
  4227.     of gethostname.
  4228.  
  4229. Wed Feb  2 00:04:35 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4230.  
  4231.     * keyboard.c (kbd_buffer_get_event): Pass 1 to read_avail_input.
  4232.  
  4233. Tue Feb  1 18:18:39 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  4234.  
  4235.     * config.h.in (HAVE_FMOD): Add another #undef.
  4236.     * data.c (Fmod): Use HAVE_FMOD.
  4237.  
  4238. Tue Feb  1 17:33:14 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  4239.  
  4240.     * xfns.c (x_set_menu_bar_lines): Test also menubar_widget before
  4241.     calling    XtDestroyWidget.
  4242.  
  4243. Tue Feb  1 01:48:32 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4244.  
  4245.     * xterm.c (dumpglyphs): Don't crash for invalid face code.
  4246.  
  4247. Mon Jan 31 23:13:17 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4248.  
  4249.     * undo.c (record_first_change): Check for buffer-undo-list = t.
  4250.     Make an undo boundary if appropriate.  Set last_undo_buffer.
  4251.     (record_property_change): Use BUFFER, not current_buffer,
  4252.     when testing undo_list.
  4253.  
  4254. Sat Jan 29 19:50:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4255.  
  4256.     * widget.c: Don't declare arg types in decls or fn definitions.
  4257.  
  4258.     * syntax.h (SYNTAX_MATCH, SYNTAX): Fix non-GNUC definitions.
  4259.  
  4260.     * widget.h (EmacsFrameSetCharSize): Don't declare arg types.
  4261.  
  4262.     * Makefile.in.in (configuration): Change # comment to C comment.
  4263.  
  4264. Sat Jan 29 02:09:41 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  4265.  
  4266.     * keymap.c (currrent_minor_maps): Scale by sizeof when allocating
  4267.     objects.
  4268.  
  4269.     * buffer.c (Fkill_all_local_variables): Follow symbol forwarding.
  4270.  
  4271. Sat Jan 29 01:16:17 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4272.  
  4273.     * callproc.c: Include stdio.h.
  4274.     (init_callproc): Put non-ex-dir warnings on stderr.
  4275.  
  4276.     * lread.c (init_lread): Put non-ex-dir warnings on stderr.
  4277.  
  4278. Fri Jan 28 20:14:07 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4279.  
  4280.     * lread.c (init_lread): Put non-ex-dir warnings on stderr.
  4281.     * callproc.c: Include stdio.h.
  4282.     (init_callproc): Put non-ex-dir warnings on stderr.
  4283.  
  4284. Fri Jan 28 17:34:46 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  4285.  
  4286.     * xterm.c (x_set_window_size): Add USE_X_TOOLKIT conditional. Call 
  4287.     EmacsFrameSetCharSize and return.
  4288.  
  4289.     * xterm.c (x_term_init): Cast to (char **) before assignment to argv.
  4290.  
  4291. Thu Jan 27 05:50:49 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  4292.  
  4293.     * keyboard.c (make_lispy_event): Add USE_X_TOOLKIT conditional and
  4294.     test FRAME_EXTERNAL_MENU_BAR.
  4295.     (map_event_to_object) [USE_X_TOOLKIT]: Declare and use it.
  4296.  
  4297. Wed Jan 26 15:51:33 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4298.  
  4299.     * xterm.c (x_set_mouse_position): Don't raise the frame.
  4300.  
  4301.     * s/sunos4-0.h [__GNUC__] (MKDIR_PROTOTYPE): Defined.
  4302.  
  4303.     * sysdep.c (mkdir): Use MKDIR_PROTOTYPE if defined.
  4304.  
  4305. Wed Jan 26 12:23:12 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
  4306.  
  4307.     * xterm.h [USE_X_TOOLKIT]: Don't include Xaw/Box.h.
  4308.  
  4309.     * xdisp.c (update_menu_bar): Add USE_X_TOOLKIT conditional and test
  4310.     FRAME_EXTERNAL_MENU_BAR.
  4311.  
  4312. Wed Jan 26 00:09:18 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4313.  
  4314.     * Makefile.in.in (widgetobj): New variable.
  4315.     (otherobj): Use widgetobj.
  4316.     (XOBJ): Undo previous change.
  4317.  
  4318. Tue Jan 25 16:01:12 1994  Francesco Potorti`  (pot@cnuce.cnr.it)
  4319.  
  4320.         * m/delta.h (HAVE_BCOPY): undef'd for efficiency.
  4321.         (bcopy, bzero, bcmp): define'd for efficiency.
  4322.         (GAP_USE_BCOPY, BCOPY_DOWNWARD_SAFE): define'd for GHc compiler.
  4323.  
  4324. Mon Jan 24 13:17:12 1994  Francesco Potorti`  (pot@cnuce.cnr.it)
  4325.  
  4326.      * m/delta.h (HAVE_RANDOM, BROKEN_FIONREAD): Defined if X is used.
  4327.     (HAVE_XSCREENNUMBEROFSCREEN): Defined if X is used.
  4328.     (LIB_X11_LIB, LIBX11_SYSTEM): Override only if X is used.
  4329.     (USG_SHARED_LIBRARIES): Undefine only if X is used.
  4330.  
  4331. Sun Jan 23 18:23:35 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4332.  
  4333.     * fns.c (Fconcat): Doc fix.
  4334.  
  4335. Sat Jan 22 11:13:08 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4336.  
  4337.     * keyboard.c (read_key_sequence): Properly gcpro fkey_map while
  4338.     using keytran_map.
  4339.  
  4340.     * fns.c (Fassq, Fassoc): Doc fixes.
  4341.  
  4342.     * data.c (Faset): Doc fix.
  4343.  
  4344. Fri Jan 21 01:33:11 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4345.  
  4346.     * xdisp.c (display_menu_bar): Add USE_X_TOOLKIT conditional.
  4347.     (redisplay_window) [USE_X_TOOLKIT]: Test FRAME_EXTERNAL_MENU_BAR.
  4348.     (update_menu_bar) [USE_X_TOOLKIT]: Call set_frame_menubar.
  4349.  
  4350.     * widget.c: Include X11/ObjectP.h.
  4351.  
  4352.     * keyboard.c (syms_of_keyboard): New Lisp var command-hook-internal.
  4353.     (command_loop_1): Use it when running the command hooks.
  4354.  
  4355.     * Makefile.in.in (LWLIB_OPTIONS): Define if not defined.
  4356.     (LIBXT): New variable.
  4357.     (LIBX): Use LIBXT.
  4358.     (widget.o): New target.
  4359.     (XOBJ) [USE_X_TOOLKIT]: Add widget.o.
  4360.  
  4361.     * xmenu.c: Find lwlib.h and xlwmenuP.h in ../lwlib.
  4362.     * xfns.c: Find lwlib.h in ../lwlib.
  4363.  
  4364.     * widgetprv.h: Renamed from widgetP.h.
  4365.  
  4366.     * Makefile.in.in (lwlibdir): New variable.
  4367.     ($(OLDXMENU)) [USE_X_TOOLKIT]: Alternate rule.
  4368.     (OLDXMENU) [USE_X_TOOLKIT]: Alternate value.
  4369.     (really-lwlib): New rule.
  4370.  
  4371.     * xterm.h [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
  4372.     CoreP.h, StringDefs.h, Xaw/Box.h.
  4373.     * xterm.c: Don't include them.
  4374.  
  4375.     * xrdb.c (search_magic_path): Fix logic testing for empty path element.
  4376.  
  4377. Thu Jan 20 08:11:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4378.  
  4379.     * xterm.c (x_wm_set_size_hint): Swap southeast and northwest.
  4380.  
  4381.     * xrdb.c (S_ISDIR): Define if not defined.
  4382.     (file_p): Use S_ISDIR.
  4383.  
  4384.     * xterm.c (XTupdate_end): No need to test updating_frame.
  4385.     * term.c (update_end): Clear updating_frame before calling hook.
  4386.  
  4387.     * fileio.c (double_dollars): New function.
  4388.     (Fread_file_name_internal): Use double_dollars.
  4389.     (Fread_file_name): Likewise.
  4390.  
  4391.     * textprop.c (Fprevious_property_change): Move back at least 1 char.
  4392.     (Fprevious_single_property_change): Likewise.
  4393.     * textprop.c: Doc fixes.
  4394.  
  4395.     * xfns.c (store_class_hints): Function deleted.
  4396.  
  4397.     * intervals.c (graft_intervals_into_buffer): Fix one-off
  4398.     comparing lengths of over and under.
  4399.  
  4400.     * keyboard.c (read_key_sequence): Don't call echo_truncate
  4401.     the first time through.
  4402.  
  4403. Wed Jan 19 09:57:57 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4404.  
  4405.     * s/sunos4-1-3.h: Add #undef SYSTEM_MALLOC.
  4406.  
  4407.     * xfns.c (Fx_create_frame): Bind x-resource-name to explicit title.
  4408.     (Qx_resource_name): Declared.
  4409.     (syms_of_xfns): Set up Qx_resource_name.
  4410.  
  4411.     * xmenu.c: Reshuffle functions; put new ones in #ifdef USE_X_TOOLKIT.
  4412.     (Fx_popup_menu): Add USE_X_TOOLKIT conditional around new decls.
  4413.  
  4414.     * xterm.c: Put new functions in #ifdef USE_X_TOOLKIT.
  4415.  
  4416.     * xdisp.c (truncate_echo_area): New function.
  4417.     * keyboard.c (echo_truncate): Call truncate_echo_area.
  4418.  
  4419. Tue Jan 18 17:56:02 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4420.  
  4421.     * config.h.in: Add #undef for USE_X_TOOLKIT.
  4422.  
  4423.     * xfns.c (x_window): Fix error message.
  4424.  
  4425. Tue Jan 18 14:36:35 1993  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
  4426.  
  4427.     * Support use of X toolkit.
  4428.     (USE_X_TOOLKIT): New macro to conditionalize the use of Xt.
  4429.     * widget.c, widgetP.h, widget.h: New files.
  4430.     * frame.h (struct frame): New field external_menu_bar.
  4431.     (FRAME_EXTERNAL_MENU_BAR): New macro.
  4432.     * xterm.h (struct x_display): New fields widget, column_widget,
  4433.     edit_widget, menubar_widget.
  4434.     (x_any_window_to_frame): Declared.
  4435.     * lisp.h (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID):
  4436.     New macros.
  4437.     * xfns.c (x_any_window_to_frame): New function.
  4438.     (x_window_to_frame, x_window): Handle USE_X_TOOLKIT.
  4439.     (x_set_icon_type, x_set_menu_bar_lines, x_set_name): Likewise.
  4440.     (store_class_hints, hack_wm_protocols): New function.
  4441.     * xmenu.c (string_width): New function.
  4442.     (event_is_in_menu_item, map_event_to_object): Likewise.
  4443.     (set_menu_items, free_menu_items, popup_selection_callback): Likewise.
  4444.     (popup_down_callback, free_menubar_widget_value_tree): Likewise.
  4445.     (update_one_frame_psheets, set_frame_menubar): Likewise.
  4446.     (Fx_popup_menu, xmenu_show): Handle USE_X_TOOLKIT.
  4447.     * xterm.c (construct_mouse_click): New function.
  4448.     (process_expose_from_menu): Likewise.
  4449.     (XTread_socket, x_set_offset, x_set_window_size): Handle USE_X_TOOLKIT.
  4450.     (x_raise_frame, x_lower_frame, x_make_frame_visible): Likewise.
  4451.     (x_iconify_frame, x_destroy_window, x_wm_set_window_state): Likewise.
  4452.     (x_term_init): Likewise.
  4453.  
  4454.     * xmenu.c (dispatch_dummy_expose): New function.
  4455.     (XMenu_xpos, XMenu_ypos): Change the values of the constant assignment.
  4456.     (xmenu_show): Change the way to make the menubar to redraw itself by
  4457.     generating a dummy expose event.
  4458.  
  4459.     * xterm.c (x_term_init): Pass argv, argc to XtAppInitialize with the
  4460.     display_name value.
  4461.  
  4462. Sun Jan 16 17:42:11 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4463.  
  4464.     * s/linux.h: Don't include stdio.h.
  4465.  
  4466.     * dispnew.c: Include stdio.h before config.h.
  4467.  
  4468.     * emacs.c (init_cmdargs): Set Vinstallation_directory.
  4469.     (syms_of_emacs): staticpro it.
  4470.     * lisp.h (Vinstallation_directory): Declared.
  4471.     * lread.c (init_lread): Use Vinstallation_directory.
  4472.     * callproc.c (init_callproc): Use Vinstallation_directory.
  4473.  
  4474.     * fileio.c (Ffile_symlink_p): Doc fix.
  4475.  
  4476.     * keyboard.c (Voverriding_local_map): New variable.
  4477.     (syms_of_keyboard): Set up Lisp variable.
  4478.     (read_key_sequence, menu_bar_items): Handle Voverriding_local_map.
  4479.  
  4480.     * keymap.c (Fkey_binding): Handle Voverriding_local_map.
  4481.     (describe_buffer_bindings): Likewise.
  4482.  
  4483. Sat Jan 15 08:27:01 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4484.  
  4485.     * config.h.in (LD_SWITCH_X_SITE_AUX): Add #undef.
  4486.     * s/sol2.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX.
  4487.  
  4488.     * floatfns.c (Fffloor, Ffceil, Ffround, Fftruncate): New functions.
  4489.     (syms_of_floatfns): Turn them on.
  4490.  
  4491. Fri Jan 14 13:46:47 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4492.  
  4493.     * keyboard.c (command_loop_1): If there's an error in the
  4494.     post-command-hook or pre-command-hook, leave that hook nil.
  4495.  
  4496.     * s/sco4.h (BSTRING): Don't define it here.
  4497.  
  4498. Thu Jan 13 00:01:12 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4499.  
  4500.     * Makefile.in.in (xterm.o): Depends on syssignal.h.
  4501.  
  4502. Wed Jan 12 11:17:37 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4503.  
  4504.     * sysdep.c (sys_siglist) [sun]: Additional Sun-specific signal names.
  4505.  
  4506. Wed Jan 12 08:45:35 1993  Thomas Horsley  (tahorsley@csd.harris.com)
  4507.  
  4508.     * cxux-crt0.s: New file.
  4509.  
  4510.     * emacs.c (main) [USG5 and INTERRUPT_INPUT]: Call setpgrp.
  4511.  
  4512.     * m/nh3000.h: New file for the Night Hawk 3000 series hardware defs.
  4513.  
  4514.     * m/nh4000.h: New file for the Night Hawk 4000 & 5000 series hardware.
  4515.  
  4516.     * s/cxux.h: New file for the CX/UX operating system used by Night
  4517.     Hawks.
  4518.  
  4519.     * s/cxux7.h: New file.
  4520.  
  4521.     * sysdep.c (request_sigio, unrequest_sigio): Add new versions of
  4522.     these routines for the CX/UX operating system.
  4523.     (sys_signal) [SA_RESTART]: Set this flag.
  4524.  
  4525.     * xterm.c: Include syssignal.h.
  4526.  
  4527. Tue Jan 11 20:59:19 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4528.  
  4529.     * process.c (sigchld_handler, status_message):
  4530.     Handle a NULL in sys_siglist.
  4531.  
  4532. Tue Jan 11 19:49:46 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4533.  
  4534.     * buffer.c (syms_of_buffer): Don't do (put 'erase-buffer 'disabled t).
  4535.     (keys_of_buffer): Do it here instead.
  4536.  
  4537. Tue Jan 11 00:49:14 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4538.  
  4539.     * lread.c (Fload): Record descriptor numbers on load_descriptor_list.
  4540.     (load_descriptor_unwind, close_load_descs): New function.
  4541.     (syms_of_lread): Init and staticpro load_descriptor_list.
  4542.     (init_lread): Clear load_descriptor_list.
  4543.  
  4544.     * callproc.c (child_setup): Call close_load_descs.
  4545.  
  4546.     * eval.c (Fcondition_case): Allow a list of condition names
  4547.     in a handler.
  4548.     (find_handler_clause): Likewise.
  4549.     (Fsignal): Rename 1st arg to error_symbol.
  4550.     (Fcondition_case): Doc fix.
  4551.  
  4552.     * process.c (read_process_output): Supply second arg to unbind_to.
  4553.     (exec_sentinel): Likewise.
  4554.  
  4555. Tue Jan 11 16:45:47 GMT 1994 (afs@hplb.hpl.hp.com)
  4556.  
  4557.     * keyboard.c (read_char_x_menu_prompt, read_char_minibuf_menu_prompt):
  4558.     New functions made by dividing up read_char_menu_prompt.
  4559.     (read_char): Call read_char_minibuffer_menu_prompt before the sit_for
  4560.     if X menus are not going to be used.
  4561.     (read_char_minibuf_menu_prompt): Correct access to keymaps for
  4562.     menus when not using X menus.  Only store character read in a keyboard
  4563.     macro if it is not the menu help character.
  4564.  
  4565. Mon Jan 10 12:08:18 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4566.  
  4567.     * process.c (create_process): Set line discipline only if pty_flag.
  4568.  
  4569.     * search.c (set_search_regs): New subroutine.
  4570.     (search_buffer): Use set_search_regs.
  4571.     Record beginning and end after matching null string.
  4572.  
  4573. Sun Jan  9 18:07:25 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4574.  
  4575.     * mem-limits.h: Include <sys/types.h> before <sys/resource.h>.
  4576.  
  4577.     * process.c: Don't declare sys_nerr.  Don't declare sys_errlist
  4578.     unless #ifdef VMS.  Declare strerror instead.
  4579.     (wait_reading_process_input): Call strerror instead of using
  4580.     sys_errlist.
  4581.  
  4582. Sun Jan  9 10:20:07 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4583.  
  4584.     * xfns.c (x_sync): Block input.
  4585.  
  4586.     * buffer.h (struct buffer): New field auto_save_failure_time.
  4587.  
  4588.     * fileio.c (Fdo_auto_save): If auto save times out,
  4589.     don't try again for 20 minutes.
  4590.     (Fclear_buffer_auto_save_failure): New function.
  4591.     (Fset_buffer_auto_saved): Clear auto_save_failure_time.
  4592.  
  4593.     * xfns.c (x_sync): New function.
  4594.     * frame.c (Fdelete_frame): Call x_sync.
  4595.  
  4596. Sun Jan  9 01:16:24 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4597.  
  4598.     * sysdep.c: Restore big block of #ifdef and #include lines for
  4599.     fcntl.h and friends, apparently accidentally removed in revision
  4600.     1.70 (Jan 5 changes).
  4601.  
  4602. Sat Jan  8 16:24:41 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4603.  
  4604.     * callproc.c (child_setup): Don't declare PID `register'; we later
  4605.     take its address.
  4606.  
  4607.     * config.h.in: Add #undef HAVE_STRERROR.
  4608.     * sysdep.c [! VMS]: Don't declare sys_errlist here.
  4609.     [! HAVE_STRERROR] (strerror): New function.
  4610.     (dup2): Use strerror instead of sys_errlist.
  4611.     * fileio.c: Don't declare sys_errlist; declare strerror instead.
  4612.     (err_str): Macro removed.
  4613.     (Finsert_file_contents, Fwrite_region): Call strerror instead of
  4614.     err_str.
  4615.     (report_file_error): Call strerror instead of using sys_errlist.
  4616.     * emacs.c (main): Call strerror instead of using sys_errlist.
  4617.     * callproc.c: Don't declare sys_errlist; declare strerror instead.
  4618.     (relocate_fd): Call strerror instead of using sys_errlist.
  4619.     * unexenix.c: Don't declare sys_errlist; declare strerror instead.
  4620.     (fatal_unexec): Call strerror instead of using sys_errlist.
  4621.     * unexmips.c: Likewise.
  4622.  
  4623. Sat Jan  8 06:59:15 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4624.  
  4625.     * frame.c (Fdelete_frame): Do FRAME_SAMPLE_VISIBILITY before
  4626.     testing visibility of a frame.
  4627.  
  4628.     * emacs.c (main): Don't call setpgrp if !initialized.
  4629.  
  4630.     * Makefile.in.in (${etc}DOC): Put back ${lisp} accidentally deleted.
  4631.  
  4632.     * keymap.c (describe_map_tree): New arg NOMENU.
  4633.     (describe_buffer_bindings): Pass new arg.
  4634.     * doc.c (Fsubstitute_command_keys): Pass new arg to describe_map_tree.
  4635.  
  4636. Sat Jan  8 00:37:30 1994  Morten Welinder  (terra@diku.dk)
  4637.  
  4638.     * keyboard.c (interrupt_signal) [MSDOS]: write explicit CRs since
  4639.     stdout has been made binary.  Start at the top of the screen since
  4640.     the internal terminal otherwise will write "below the screen."
  4641.  
  4642. Fri Jan  7 00:57:49 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4643.  
  4644.     * Makefile.in.in (emacs): Don't run inc-vers.el.
  4645.  
  4646.     * config.h.in: Handle HAVE_BCMP.
  4647.     (BSTRING): Don't define unless HAVE_BCMP.
  4648.  
  4649. Wed Jan  5 16:12:38 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4650.  
  4651.     * s/msdos.h (getppid): Define as macro.
  4652.  
  4653.     * dired.c (DIRENTRY_NONEMPTY): New macro; two definitions.
  4654.     (Fdirectory_files, file_name_completion): Use it.
  4655.  
  4656. Wed Jan  5 22:20:15 1993  Morten Welinder  (terra@diku.dk)
  4657.  
  4658.     * buffer.c, buffer.h [MSDOS]: New buffer-local variable:
  4659.     buffer-file-type to handle DOS newlines.
  4660.  
  4661.     * callproc.c (syms_of_callproc) [MSDOS]: New lisp variable: 
  4662.     binary-process.
  4663.     (init_callproc) [MSDOS]: Initialize binary-process.
  4664.     [MSDOS]: Declare binary-process.
  4665.     [MSDOS]: Include <fcntl.h>, <sys/stat.h>, <sys/param.h>,
  4666.     and <errno.h> needed for the next changes.
  4667.     (Fcall_process) [MSDOS]: Create temporary file for process output.
  4668.     Run the subprocess using `run_msdos_command' instead of forking.
  4669.     Arrange for cleanup to erase temporary file.
  4670.     (Fcall_process) [not subprocesses]: Barf if zero buffer argument.
  4671.     (call_process_cleanup) [MSDOS]: Close and erase temporary file
  4672.     instead of the pid-stuff.
  4673.     (Fcall_process_region) [MSDOS]: Create temporary file in $TMP or 
  4674.     $TEMP.
  4675.     (Fchild_setup) [MSDOS]: #if 0, as it is not used.
  4676.  
  4677.     * cmds.c (keys_of_cmds) [MSDOS]: Chars 0200 to 0237 self-insert.
  4678.  
  4679.     * data.c (Frem) [MSDOS]: use `fmod', not `drem'.  Put in config.h?
  4680.  
  4681.     * dired.c [MSDOS]: #include <dirent.h> instead of <sys/dir.h>.  Avoid
  4682.     some external definitions.
  4683.     (Ffile_attributes) [MSDOS]: Set execute bits from file name.
  4684.     (Ffile_name_all_completions) [FILE_SYSTEM_CASE]: Convert
  4685.     case of file name as as indicated by conditional.
  4686.  
  4687.     * emacs.c (main) [MSDOS]: Call init_environment.  Set file types to
  4688.     binary for all files.  Call init_dosfns.
  4689.     (fatal_error_signal) [MSDOS]: Uncomment sigblock.
  4690.  
  4691.     * fileio.c [MSDOS]: #include "msdos.h" and <sys/param.h> needed for
  4692.     the following changes.
  4693.     (Ffile_name_directory, Fexpand_file_name) [FILE_SYSTEM_CASE]: Apply
  4694.     case conversion if defined.
  4695.     (Ffile_name_directory, Ffile_name_nondirectory, file_name_as_directory,
  4696.     directory_file_name, Fexpand_file_name, Fsubstitute_in_file_name,
  4697.     expand_and_dir_to_file) [MSDOS]: Drive letter support.
  4698.     (Fexpand_file_name) [MSDOS]: Support for multiple default directories.
  4699.     (Ffile_writeable_p) [MSDOS]: Don't call access with file name ending
  4700.     in a slash.
  4701.     (Finsert_file_contents) [MSDOS]: Determine file type by name (call
  4702.     find-buffer-file-type) and change CR+LF to LF if it is a text file.
  4703.     (Fwrite_region) [MSDOS]: Use text/binary mode as specified by 
  4704.     buffer_file_type.
  4705.     (syms_of_fileio) [MSDOS]: Set Qfind_buffer_file_type.
  4706.     (Fsubstitute_in_file_name) [MSDOS]: Ignore case in environtment
  4707.     variable.
  4708.  
  4709.     * floatfns.c [MSDOS]: Don't define HAVE_MATHERR.
  4710.  
  4711.     * keyboard.c [MSDOS]: #include <dos.h> and <time.h>, but not 
  4712.     <sys/ioctl.h>.
  4713.     (read_avail_input) [MSDOS]: Work around `ioctl'.  Also read through
  4714.     dos_keyread for better keyboard support.
  4715.     (interrupt_signal) [MSDOS]: Don't claim we can core dump.
  4716.     (kbd_buffer_store_event): Cast a pointer to avoid a compiler warning.
  4717.  
  4718.     * lread.c [MSDOS]: Use text mode for all files but ".elc" files.
  4719.     (complete_file_name) [MSDOS]: Drive letter support.
  4720.  
  4721.     * mem-limits.h [MSDOS] (get_lim_data): Use go32 call.
  4722.  
  4723.     * sysdep.c [MSDOS]: #include <dos.h>, "dosfns.h", "msdos.h", and
  4724.     <sys/param.h> needed for the following changes, but not <sys/ioctl.h>
  4725.     (discard_tty_input) [MSDOS]: Do it by reading till no more keys
  4726.     available.
  4727.     (init_baud_rate) [MSDOS]: Assume highest possible speed.
  4728.     (sys_suspend) [MSDOS]: Save default directory.  Call via system, not
  4729.     via fork.
  4730.     (emacs_get_tty, emacs_set_tty) [MSDOS]: Don't do anything.
  4731.     (init_sys_modes) [MSDOS]: Use raw mode.
  4732.     (get_frame_size) [MSDOS]: Get from bios.
  4733.     (reset_sys_modes) [MSDOS]: Back to cooked mode.
  4734.     (start_of_text) [MSDOS]: Reference _tstart.
  4735.     (select) [MSDOS]: Don't use signals, use sleeping.
  4736.     (init_sys_modes) [MSDOS]: Initialize internal terminal.
  4737.  
  4738.     * systty.h [MSDOS]: don't #include <sgtty.h>.  We haven't got it.
  4739.     Declare dummy main field.  Don't ever use TABs.
  4740.  
  4741.     * termcap.c (tgetent) [INTERNAL_TERMINAL]: Fake internal terminal 
  4742.     without reading any files.
  4743.     (valid_file_name, tgetent) [MSDOS]: Drive letter support.
  4744.     (tgetent) [MSDOS]: Use text mode for database.
  4745.  
  4746.     * unexec.c [MSDOS]: Don't #include <a.out.h>, but use other headers.
  4747.     (make_hdr) [MSDOS]: Cast a pointer for bzero.
  4748.     (write_segment) [EFAULT]: Check for before using.
  4749.     (adjust_lnnoptrs) [MSDOS]: Use provided descriptor.
  4750.     (adjust_lnnoptrs): Return 0 if ok.
  4751.  
  4752.     * xdisp.c (decode_mode_spec) [MSDOS]: Let 't' expand to 'T' for
  4753.     text mode or 'B' for binary mode.
  4754.     (decode_mode_spec) [not subprocesses]: Don't access Fprocess_status.
  4755.  
  4756.     * s/msdos.h, m/dos386.h: New files (for MSDOS).
  4757.     * dosfns.c, dosfns.h: New files (for MSDOS).
  4758.     * msdos.c, msdos.h: New files (for MSDOS).
  4759.  
  4760. Tue Jan  4 03:41:35 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4761.  
  4762.     * s/sunos4-1.h (SUNOS_LOCALTIME_BUG): #if 0'd.
  4763.  
  4764.     * print.c (strout, printchar): Use proper frame for minibuffer.
  4765.  
  4766.     * keyboard.c (read_avail_input): Args to `kill' were backwards.
  4767.     (kbd_buffer_get_event): If deleting last frame, call Fkill_emacs.
  4768.  
  4769.     * fns.c (Fmapconcat): Doc fix.
  4770.  
  4771.     * s/sco4.h (bcopy, bzero, bcmp): Defined.
  4772.  
  4773. Mon Jan  3 20:22:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4774.  
  4775.     * xfns.c (Fx_list_fonts): Don't fail to init `tail'.
  4776.  
  4777. Sun Jan  2 13:16:53 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4778.  
  4779.     * buffer.c: Don't include syntax.h.
  4780.     * Makefile.in.in (buffer.o): Don't depend on syntax.h.
  4781.  
  4782.     * syntax.h (enum syntaxcode): Add Sinherit.
  4783.     (RAW_SYNTAX, RAW_SYNTAX_MATCH, SYNTAX_CHOOSE_TABLE): New macros.
  4784.     (SYNTAX, SYNTAX_MATCH, SYNTAX_COMSTART_FIRST, SYNTAX_COMSTART_SECOND)
  4785.     (SYNTAX_COMEND_FIRST, SYNTAX_COMEND_SECOND, SYNTAX_PREFIX)
  4786.     (SYNTAX_COMMENT_STYLE): Handle Sinherit.
  4787.     Alternative definitions if __GNUC__.
  4788.  
  4789.     * syntax.c (describe_syntax): Handle Sinherit.
  4790.     (syntax_code_spec, syntax_spec_code): Add entry for @ and Sinherit.
  4791.  
  4792.     * Makefile.in.in (temacs): Delete redundant use of LDFLAGS.
  4793.  
  4794. Sun Jan  2 19:19:37 1994  Ulrich Mueller  (ulm@vsnhd1.cern.ch)
  4795.  
  4796.     * sysdep.c (get_system_name): If the official name of the host is
  4797.     not a fully qualified domain name, then try to find one in the
  4798.     list of alternate names.
  4799.  
  4800. Sun Jan  2 00:20:24 1994  Rick Sladkey  (jrs@world.std.com)
  4801.  
  4802.     * intervals.h (NULL_RIGHT_CHILD, NULL_LEFT_CHILD):
  4803.     Assume children must be intervals, never strings or buffers.
  4804.  
  4805.     * intervals.c (rotate_right, rotate_left): Simplify
  4806.     total_length calculation.  Minimize pointer dereferencing.
  4807.     (balance_an_interval): Remove recursive rebalancing.
  4808.     Rebalance precisely when imbalanced.  If a rotation is done,
  4809.     rebalance only the node which may have become unbalanced.
  4810.     Iterate    until the current node is balanced.
  4811.     (balance_possible_root_interval): New function.
  4812.     (balance_intervals): Move the interation into rebalance_an_interval.
  4813.     (balance_intervals_internal): New subroutine of balance_intervals.
  4814.     (split_interval_right, split_interval_left): Speed up by
  4815.     not checking LEAF_INTERVAL_P.
  4816.     (split_interval_right, split_interval_left, find_interval,
  4817.     adjust_intervals_for_insertion, graft_intervals_into_buffer):
  4818.     Add dynamic rebalancing anywhere a node may become unbalanced.
  4819.     (graft_intervals_into_buffer, copy_intervals): No longer
  4820.     any need to do a full rebalance as the tree stays balanced.
  4821.  
  4822. Sat Jan  1 02:00:32 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4823.  
  4824.     * fileio.c (Fwrite_region): Don't change START and END from nil
  4825.     until after checking for a magic handler.
  4826.  
  4827.     * .gdbinit: Delete `show env TERMCAP'.
  4828.  
  4829.     * process.c (read_process_output): Use clip_to_bounds when moving
  4830.     to the process marker.
  4831.  
  4832.     * keyboard.c (modify_event_symbol): New arg NAME_ALIST.
  4833.     Allow SYMBOL_TABLE to be an alist.
  4834.     (Vvendor_key_alist): New variable.
  4835.     (syms_of_keyboard): Initialize it.
  4836.     (make_lispy_event): Handle vendor-specific keysyms.
  4837.     (lispy_function_keys): Delete `remove' and th HP keysyms.
  4838.  
  4839.     * xterm.c (XTread_socket): temp_buffer and temp_index deleted.
  4840.     Put all vendor-specific keys into the buffer.
  4841.     (x_is_vendor_fkey): Function deleted.
  4842.     (XTread_socket): Don't call it.
  4843.  
  4844.     * Makefile.in.in (SOME_MACHINE_OBJECTS): New var.
  4845.     (${etc}DOC): Use SOME_MACHINE_OBJECTS,
  4846.     not OBJECTS_MACHINE or OBJECTS_SYSTEM.
  4847.     Don't depend on SOME_MACHINE_OBJECTS.
  4848.  
  4849.     * dired.c (file_name_completion_stat): If have symlinks, use lstat.
  4850.  
  4851. Fri Dec 31 05:42:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4852.  
  4853.     * buffer.c (Qget_file_buffer): New variable.
  4854.     (syms_of_buffer): Set up Qget_file_buffer.
  4855.     (Fget_file_buffer): For magic file names, run the handler.
  4856.  
  4857.     * fileio.c (Finsert_file_contents): Don't run after change hook
  4858.     if inserted is 0.
  4859.     Avoid setting modtime or buffer-file-name field if ran a handler.
  4860.  
  4861.     jrs:
  4862.     * s/linux.h (PENDING_OUTPUT_COUNT): Two alternate definitions
  4863.     for different versions of stdio.h.
  4864.  
  4865. Thu Dec 30 02:09:55 1993  Morten Welinder  (terra@diku.dk)
  4866.  
  4867.     * frame.c: Always include termhooks.h.
  4868.     [! MULTI_FRAME] (Fmouse_position): New definition.
  4869.     [! MULTI_FRAME] (syms_of_frame): Add mouse-position.
  4870.  
  4871. Thu Dec 30 22:05:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4872.  
  4873.     * doc.c (Fsubstitute_command_keys): Fix previous change.
  4874.  
  4875. Thu Dec 30 10:41:39 1993  Lawrence R. Dodd  (dodd@roebling.poly.edu)
  4876.  
  4877.         * minibuf.c (read_from_minibuffer): Rename arg initial_input
  4878.         to initial_contents.
  4879.  
  4880. Thu Dec 30 01:55:54 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4881.  
  4882.     * editfns.c (Femacs_pid): New function.
  4883.     (syms_of_editfns): Define it for Lisp.
  4884.  
  4885.     * keyboard.c (read_avail_input): Turn O_NDELAY off on DGUX as on USG.
  4886.  
  4887.     * minibuf.c (Fall_completions): Allow completions that start with space
  4888.     if the input starts with space.
  4889.  
  4890.     * Makefile.in.in (LDFLAGS): Define as empty.
  4891.     (ALL_LDFLAGS): Define as LDFLAGS used to be defined.
  4892.     (temacs): Use ALL_LDFLAGS.
  4893.  
  4894.     * xfns.c (Fx_create_frame): Add to Vframe_list before making visible.
  4895.  
  4896. Wed Dec 29 02:43:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4897.  
  4898.     * keymap.c (describe_command): If binding is a kbd macro, say so.
  4899.  
  4900. Sun Dec 26 00:59:18 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4901.  
  4902.     * emacs.c (main) [AIX]: Call putenv.
  4903.  
  4904.     * s/linux.h (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Defined.
  4905.  
  4906.     * keyboard.c (lispy_accent_codes): Cope if an XK symbol is undefined.
  4907.     (make_lispy_event): Define i.
  4908.  
  4909.     * termhooks.h (struct input_event): FIx typo in previous change.
  4910.  
  4911.     * xterm.c (XTflash): Use EMACS_GET_TIME.
  4912.     (XTread_socket): Make proper junk values to pass to select.
  4913.  
  4914. Sat Dec 25 12:20:15 1993  Jerry Frain  (jerry.frain@tivoli.com)
  4915.  
  4916.     * s/usg5-4.h (bcopy): Use memmove instead of memcpy.
  4917.  
  4918.     * systime.h (EMACS_GET_TIME) [USG5_4]: Give gettimeofday just one arg.
  4919.  
  4920. Sat Dec 25 03:11:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4921.  
  4922.     * alloc.c (Fmemory_limit): No longer interactive.
  4923.  
  4924. Fri Dec 24 18:11:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4925.  
  4926.     * keyboard.c (command_loop_1): Test of whether disp tab elt
  4927.     was a vector was backwards.
  4928.  
  4929.     * fileio.c (Fwrite_region): If handler, don't mess with modtime.
  4930.     (Finsert_file_contents): Likewise.
  4931.  
  4932.     * config.h.in: Add #undef HAVE_SETSID.
  4933.  
  4934.     * process.c (create_process) [NTTYDISC]: Set the tty line discipline.
  4935.  
  4936.     * callproc.c: Include systty.h.
  4937.     (child_setup): Use EMACS_SET_TTY_PGRP.
  4938.     * Makefile.in.in (callproc.o): Depend on systty.h and syssignal.h.
  4939.  
  4940.     * xdisp.c (redisplay_window): Before altering lpoint,
  4941.     make sure the buffer it pertains to is the one being displayed.
  4942.  
  4943.     * syntax.c (Fmodify_syntax_entry): Doc fix.
  4944.  
  4945. Thu Dec 23 22:45:06 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4946.  
  4947.     * process.c (Fopen_network_stream): Turn off SIGIO while connecting.
  4948.  
  4949. Wed Dec 22 19:36:24 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4950.  
  4951.     * keyboard.c (lispy_accent_codes): New variable.
  4952.     (make_lispy_event): Use that to handle lots of dead accent keys.
  4953.  
  4954.     * xterm.c (XTread_socket): Handle a bunch more dead keys.
  4955.  
  4956. Wed Dec 22 18:09:45 MET 1993  Francesco Potorti`  (pot@cnuce.cnr.it)
  4957.  
  4958.     * m/delta.h (BROKEN_CLOSEDIR): added because closedir is interruptible.
  4959.     (HAVE_UNISTD_H): deleted because configure takes care of it.
  4960.     (C_SWITCH_MACHINE): added optimisation options for gnu cc.
  4961.  
  4962. Fri Dec 17 00:22:43 1993  Mike Long  (mike.long@analog.com)
  4963.  
  4964.     * s/vms.h (TERMCAP_NAME): Defined.
  4965.     * s/netbsd.h (TERMCAP_NAME): Defined.
  4966.     These correspond with changes in termcap.c.
  4967.  
  4968. Fri Dec 17 13:09:53 1993  Richard Stallman  (rms@gnu.ai.mit.edu)
  4969.  
  4970.     * xterm.c (XTread_socket): Don't offset keysym here.
  4971.     Special handling for "dead accent" keysyms.
  4972.     * keyboard.c (make_lispy_event): Offset the event code here.
  4973.     Special handling for "dead accent" keysyms.
  4974.  
  4975.     * keyboard.c (quit_throw_to_read_char): Don't switch frames if
  4976.     internal_last_event_frame is not a frame.
  4977.  
  4978.     * termhooks.h (struct input_event): `code' is now an int.
  4979.     * xterm.c (construct_mouse_click, x_scroll_bar_handle_click)
  4980.     (XTread_socket): `code' of an event is now an int.
  4981.     * keyboard.c (kbd_buffer_store_event, make_lispy_event)
  4982.     (stuff_buffered_input): `code' of an event is now an int.
  4983.  
  4984.     * s/sol2-3.h: New file.
  4985.     * xfns.c (Fx_list_fonts): Handle BROKEN_XLISTFONTSWITHINFO.
  4986.  
  4987. Thu Dec 16 11:16:22 1993  Richard Stallman  (rms@gnu.ai.mit.edu)
  4988.  
  4989.     * xterm.c (pixel_to_glyph_coords): New arg NOCLIP.  Callers changed.
  4990.  
  4991.     * keyboard.c (make_lispy_movement): If we have a frame but pos is not
  4992.     in a window, return an event with the frame.
  4993.  
  4994.     * xterm.c (XTread_socket): For MotionNotify, if x_mouse_grabbed,
  4995.     use last_mouse_frame.
  4996.     (construct_mouse_click): Set last_mouse_frame.
  4997.     (XTmouse_position): If x_mouse_grabbed, use last_mouse_frame.
  4998.  
  4999.     * xdisp.c (message): Use message2, not message1.
  5000.  
  5001. Wed Dec 15 11:20:54 1993  Richard Stallman  (rms@gnu.ai.mit.edu)
  5002.  
  5003.     * xfns.c (Fx_create_frame): Add frame to Vframe_list.
  5004.     * frame.c (make_terminal_frame): Add frame to Vframe_list.
  5005.     (make_frame): Don't add to frame list here.
  5006.  
  5007.     * window.c (Fdisplay_buffer): If pop_up_frames, pass t to
  5008.     Fget_buffer_window.
  5009.  
  5010.     * Makefile.in.in (configuration): New variable.
  5011.     (emacs.o): Define macro CONFIGURATION.
  5012.     * emacs.c (syms_of_emacs): Define Lisp var system-configuration.
  5013.  
  5014.     * xdisp.c (display_string): Fix truncation-criterion after main loop
  5015.     for termination due to LENGTH.
  5016.     * window.h (echo_area_glyphs_length): Declared.
  5017.     * print.c (printchar, strout): Set echo_area_glyphs_length.
  5018.  
  5019.     * keyboard.c (read_key_sequence): Don't return if in middle
  5020.     of possible function-key-map sequence, if the bindings were all
  5021.     found by case conversion.
  5022.  
  5023.     * lisp.h: Use WORDS_BIG_ENDIAN, not BIG_ENDIAN.
  5024.     (Qmenu_bar): Declared.
  5025.  
  5026.     * process.c (Fprocess_status): Use get_process, not Fget_process.
  5027.  
  5028.     * s/dgux.h (SYSTEM_TYPE): Make it dgux.
  5029.  
  5030.     * m/sun2.h (OTHER_FILES): Use ${libsrc} as dir.
  5031.  
  5032. Wed Dec 15 18:30:00 1993 Michal Jankowski (michalj@fuw.edu.pl)
  5033.  
  5034.         * insdel.c (del_range): Second argument in call to
  5035.         offset_intervals is 'from', not 'point'.
  5036.  
  5037. Tue Dec 14 21:42:46 1993  Richard Stallman  (rms@gnu.ai.mit.edu)
  5038.  
  5039.     * emacs.c (memory_warning_signal): New function.
  5040.     (main): Handle SIGDANGER, if defined.
  5041.  
  5042.     * minibuf.c (minibuffer_auto_raise): Really define it.
  5043.  
  5044.     * process.c [BROKEN_O_NONBLOCK]: Undefine O_NONBLOCK.
  5045.  
  5046. Tue Dec 14 20:59:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5047.  
  5048.     * dispnew.c (update_frame): Only call sleep (outq / baud_rate) if
  5049.     baud_rate >= OUTQ.  Calling sleep (0) causes a gratuitous delay on
  5050.     some systems.
  5051.  
  5052. Mon Dec 13 00:30:12 1993  Andreas Luik  (luik@kepler.isa.de)
  5053.  
  5054.     * xterm.c (x_calc_absolute_position): Borderwidth must be doubled
  5055.     before subtracting from width to get correct value.
  5056.  
  5057.     * xfns.c (Fx_create_frame): Fix order of arguments of
  5058.     x_wm_set_size_hint call.  This corrects handling of +x-y and -x+y
  5059.     geometry specifications.
  5060.  
  5061. Sun Dec 12 19:08:01 1993  Richard Stallman  (rms@gnu.ai.mit.edu)
  5062.  
  5063.     * xdisp.c (echo_area_glyphs_length): New variable.
  5064.     (message1): Set it.
  5065.     (message2): New function.
  5066.     (display_string): New arg LENGTH.
  5067.     (echo_area_display): Pass new arg to display_string.
  5068.     (redisplay_window): Likewise.
  5069.     (display_text_line): Likewise.
  5070.     (display_menu_bar): Likewise.
  5071.     (display_mode_element): 
  5072.  
  5073.     * editfns.c (Fmessage): Use message2.
  5074.  
  5075.     * keyboard.c (set_waiting_for_input): Code testing echo_flag deleted.
  5076.     (echo_flag, echo_now): Vars deleted.
  5077.  
  5078.     * keyboard.c (read_key_sequence): Bind case_converted at top level.
  5079.     Clear it at replay_sequence.
  5080.     (follow_key): Never clear *CASE_CONVERTED.
  5081.  
  5082. Sat Dec 11 20:05:35 1993  Richard Stallman  (rms@gnu.ai.mit.edu)
  5083.  
  5084.     * xselect.c (x_get_foreign_selection): Use x_catch_errors.
  5085.  
  5086.     * fileio.c (Fmake_symbolic_link): Do expand FILENAME if starts with ~.
  5087.  
  5088.     * keymap.c (Fwhere_is_internal): Doc fix.
  5089.  
  5090.     * buffer.c (Fbuffer_disable_undo): Make arg optional.
  5091.  
  5092. Sat Dec 11 17:26:28 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5093.  
  5094.     * unexsunos4.c [! MAP_FILE] (MAP_FILE): Define to zero.
  5095.     (unexec): Remove unused variable BUF.
  5096.     Use MAP_FILE bit in mmap call.
  5097.     (run_time_remap): Use MAP_FILE bit in mmap call.
  5098.  
  5099. Thu Dec  9 21:52:16 1993  Richard Stallman  (rms@gnu.ai.mit.edu)
  5100.  
  5101.     * insdel.c (modify_region): Call record_first_change if necessary.
  5102.  
  5103.     * emacs.c (main): Don't handle SIGDANGER.
  5104.  
  5105.     * minibuf.c (minibuffer_auto_raise): New variable.
  5106.     (syms_of_minibuf): Set up Lisp var.
  5107.     (read_minibuf): Maybe raise the minibuffer's frame.
  5108.  
  5109. Wed Dec  8 18:49:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5110.  
  5111.     * dispnew.c (PENDING_OUTPUT_COUNT) [__GNU_LIBRARY__]: Alternate
  5112.     definition for the GNU C library.  I changed this in version 18 in
  5113.     1991, but the change never got propagated.
  5114.  
  5115. Tue Dec  7 11:49:34 1993    (pmr@legacy.pajato.com)
  5116.  
  5117.     * s/dgux.h (SYSV4_PTYS): Remove.
  5118.     (SIGNALS_VIA_CHARACTERS): Defined.
  5119.  
  5120.     * process.c (create_process): Delete SYSV4_PTYS code.
  5121.     (deactivate_process): Likewise.
  5122.     
  5123. Mon Dec  6 21:54:13 1993  Richard Stallman  (rms@gnu.ai.mit.edu)
  5124.  
  5125.     * doc.c (Fsubstitute_command_keys): Ignore menu bar bindings.
  5126.  
  5127.     * s/sunos4-1.h (LIBS_SYSTEM): Use -lresolv if HAVE_RES_INIT
  5128.     is not defined and HAVE_GETHOSTNAME is defined.
  5129.  
  5130.     * keyboard.c (syms_of_keyboard): Define Lisp var track-mouse.
  5131.  
  5132.     * keyboard.c (follow_key): New arg case_converted.
  5133.     (read_key_sequence): Pass the new arg.
  5134.     If key has a binding via case-conversion, that does not prevent
  5135.     use of function_key_map.
  5136.  
  5137. Sun Dec  5 13:33:47 1993  Richard Stallman  (rms@gnu.ai.mit.edu)
  5138.  
  5139.     * m/pmax.h (SET_CHILD_PTY_PGRP): Defined.
  5140.  
  5141.     * process.c (create_process) [SET_CHILD_PTY_PGRP]: Do ioctls
  5142.     to set the pgrp of the pty.
  5143.  
  5144. Sat Dec  4 15:00:10 1993  Richard Stallman  (rms@gnu.ai.mit.edu)
  5145.  
  5146.     * xfns.c (XSetWMProtocols): New function, defined conditionally.
  5147.  
  5148.     * config.h.in (HAVE_XSETWMPROTOCOLS): Add #undef.
  5149.  
  5150.     * intervals.c (graft_intervals_into_buffer): If SOURCE is null
  5151.     and TREE is null, no need to call Fset_text_properties.
  5152.  
  5153.     * dispnew.c (Fsit_for): Call prepare_menu_bars.
  5154.     * keyboard.c (read_char): Call prepare_menu_bars.
  5155.     * xselect.c (x_handle_selection_clear): Call prepare_menu_bars.
  5156.     * vmsproc.c (Fcall_process): Call prepare_menu_bars.
  5157.     * sysdep.c [VMS] (wait_for_kbd_input): Call prepare_menu_bars.
  5158.     * process.c (wait_reading_process_input): Call prepare_menu_bars.
  5159.     * callproc.c (Fcall_process): Call prepare_menu_bars.
  5160.     * keyboard.c (tracking_off): Call prepare_menu_bars.
  5161.     * xdisp.c (update_menu_bar, update_menu_bars): New functions.
  5162.     (prepare_menu_bars): New function.
  5163.     (redisplay_window): Don't update menu bar here.
  5164.     (display_menu_bar): Assume item list already updated.
  5165.  
  5166. Thu Dec  2 23:45:17 1993  Richard Stallman  (rms@gnu.ai.mit.edu)
  5167.  
  5168.     * editfns.c (Fsubst_char_in_region): Move the NOUNDO hacking code
  5169.     after the modify_region call.
  5170.  
  5171. Wed Dec  1 21:01:53 1993  Richard Stallman  (rms@gnu.ai.mit.edu)
  5172.  
  5173.     * eval.c (Fmacroexpand): For an autoload definition,
  5174.     check the 4th elt, not the car of the 4th elt.
  5175.  
  5176.     * m/mips4.h (C_DEBUG_SWITCH): Delete  -systype bsd43; not needed.
  5177.  
  5178.     * regex.c (regex_compile) [!MATCH_MAY_ALLOCATE]: If fail_stack.stack
  5179.     is nonzero, leave it alone.
  5180.  
  5181.     * fileio.c (Fread_file_name): If defalt is nil and user tries to use
  5182.     it, signal an error.
  5183.  
  5184.     * lisp.h (DEFUN_ARGS_MANY, DEFUN_ARGS_UNEVALLED, DEFUN_ARGS_0,...): 
  5185.     New macros.
  5186.     (DEFUN) [__STDC__]: Use those macros.
  5187.  
  5188.     * doc.c (Fdocumentation_property): 3 args is maximum.
  5189.  
  5190.     * callproc.c (Fgetenv): One arg is maximum.
  5191.  
  5192. Tue Nov 30 17:17:33 1993  Richard Stallman  (rms@gnu.ai.mit.edu)
  5193.  
  5194.     * dispnew.c (direct_output_forward_char):
  5195.     Give up if in truncated text at end of line.
  5196.  
  5197.     * process.c (create_process): The test to avoid closing forkin
  5198.     is now conditional on #ifndef SIGNALS_VIA_CHARACTERS.
  5199.  
  5200.     * xdisp.c (redisplay_window): Don't alter lpoint when w is
  5201.     selected window in a non-selected frame.
  5202.  
  5203. Tue Nov 30 14:46:38 1993  Richard Stallman  (rms@gnu.ai.mit.edu)
  5204.  
  5205.     * Makefile.in.in [__GNUC__ > 1]: Maybe define LINKER_WAS_SPECIFIED.
  5206.     [LINKER_WAS_SPECIFIED] (YMF_PASS_LDFLAGS): Define as identity.
  5207.  
  5208.     * m/mips4.h (NO_MODE_T): Defined.
  5209.  
  5210. Sat Nov 27 04:41:22 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5211.  
  5212.     * Version 19.22 released.
  5213.  
  5214.     * m/tek4300.h (NO_MODE_T): Defined.
  5215.  
  5216. Fri Nov 26 05:38:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5217.  
  5218.     * process.c (deactivate_process) [SVR4_PTYS]:
  5219.     If subtty is not nil, close it.
  5220.  
  5221.     * keyboard.c (kbd_buffer_get_event): For delete-window-event,
  5222.     do count iconified frames.
  5223.  
  5224.     * xfns.c (x_window): Call XSetWMProtocols.
  5225.  
  5226.     * keyboard.c (kbd_buffer_get_event): If user destroys the last frame,
  5227.     exit before calling Fdelete_frame.
  5228.  
  5229.     * s/irix5-0.h (SYSTEM_TYPE): Make it "irix".
  5230.  
  5231.     * sysdep.c (closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE.
  5232.  
  5233. Thu Nov 25 00:39:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5234.  
  5235.     * keyboard.c (read_avail_input): Undo Nov 18 change.
  5236.  
  5237.     * lread.c (readevalloop): Get error if buffer being eval'd is killed.
  5238.  
  5239.     * s/irix3-3.h (SETPGRP_RELEASES_CTTY): Defined.
  5240.     * s/irix5-0.h (IRIX5, SETPGRP_RELEASES_CTTY): Defined.
  5241.     * process.c (create_process): Do setpgrp for USG regardless of IRIX.
  5242.     (process_send_signal) [IRIX5]: For SIGTSTP, use VSUSP, not VSWTCH.
  5243.     * callproc.c (child_setup): Test SETPGRP_RELEASES_CTTY, not IRIX.
  5244.     (init_callproc): Fix previous change.
  5245.  
  5246.     * s/sunos4-1-3.h [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
  5247.  
  5248.     * keyboard.c (quit_throw_to_read_char):
  5249.     Look at internal_last_event_frame only if MULTI_FRAME.
  5250.  
  5251.     * m/ibmrt.h (HAVE_FTIME): Deleted (autoconf does it).
  5252.  
  5253.     * m/hp9000s800.h (bcopy, bzero, bcmp): If HAVE_BCOPY, don't #define.
  5254.  
  5255.     * s/sco4.h (LIBS_SYSTEM): Always define this one way or another.
  5256.     Include -lPW in it.
  5257.  
  5258.     * intervals.c (merge_properties_sticky): Declared.
  5259.  
  5260.     * regex.c (MAX, MIN): Undef before defining.
  5261.  
  5262.     * frame.c (Fhandle_switch_frame, Fredirect_frame_focus): Declared.
  5263.  
  5264.     * m/delta.h (HAVE_RANDOM, HAVE_XSCREENNUMBEROFSCREEN, BROKEN_FIONREAD):
  5265.     Add definitions.
  5266.     (LIB_X11_LIB, LIBX11_SYSTEM): Add override definitions.
  5267.     (USG_SHARED_LIBRARIES): Add #undef.
  5268.  
  5269.     * sysdep.c (init_baud_rate): Avoid referring to sg uninitialized.
  5270.  
  5271. Wed Nov 24 03:01:23 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5272.  
  5273.     * emacs.c (main) [AIX]: Don't handle signals 23, SIGAIO, SIGPTY.
  5274.  
  5275.     * indent.c (Fmove_to_column): Increments for control characters
  5276.     were too low by 1.
  5277.  
  5278.     * process.c (Fdelete_process): Fix paren error.
  5279.  
  5280.     * sysdep.c (closedir): Pass on the value from sys_closedir.
  5281.     Do use this definition, if INTERRUPTIBLE_CLOSE.
  5282.  
  5283. Tue Nov 23 00:09:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5284.  
  5285.     * s/sco4.h (LIBX11_SYSTEM): Override the definition.
  5286.  
  5287.     * xterm.c (XTread_socket): Really handle Xatom_wm_window_moved events.
  5288.  
  5289.     * s/irix5-0.h (SIGNALS_VIA_CHARACTERS): Defined.
  5290.  
  5291.     * fileio.c (Finsert_file_contents): Don't call signal_after_change
  5292.     if we did not call prepare_to_modify_buffer.
  5293.  
  5294.     * editfns.c (make_buffer_string): Don't copy intervals
  5295.     if we don't really have any properties.
  5296.  
  5297.     * lisp.h: Declare Fnext_single_property_change
  5298.     and Fnext_property_change.
  5299.  
  5300.     * s/sco4.h (HAVE_GETTIMEOFDAY): Define only if HAVE_SOCKETS.
  5301.     Fix up conditionals changed recently.
  5302.  
  5303.     * editfns.c (Finsert_buffer_substring):
  5304.     Pass graft_intervals_into_buffer the current buffer.
  5305.  
  5306.     * intervals.c (graft_intervals_into_buffer): New arg LENGTH.
  5307.     If source has no intervals, set dest properties to nil.
  5308.     * editfns.c (Finsert_buffer_substring): Pass new arg.
  5309.     * insdel.c (insert_from_string): Likewise.
  5310.  
  5311.     * callproc.c (init_callproc): Maybe add ../lib-src to exec-path
  5312.     and maybe store it in exec-directory.
  5313.     Mabe put ../etc into data-directory.
  5314.     (init_callproc_1): Part of init_callproc is split out.
  5315.     * emacs.c (main): Call init_callproc and init_callproc_1.
  5316.  
  5317. Mon Nov 22 10:01:51 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5318.  
  5319.     * editfns.c (Fsubst_char_in_region): Call modify_region only if
  5320.     a change has to be made.  Call signal_after_change just once, at end.
  5321.  
  5322.     * lread.c (OBARRAY_SIZE): Increase from 509.
  5323.  
  5324.     * xrdb.c (search_magic_path): Fix colon-colon case.
  5325.  
  5326.     * textprop.c (Ftext_property_not_all):
  5327.     For trivial yes, return start, not Qt.
  5328.  
  5329.     * xselect.c (Fx_disown_selection_internal): When making the fake
  5330.     event for x_handle_selection_clear, use SELECTION_EVENT_... macros.
  5331.  
  5332. Sun Nov 21 14:06:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5333.  
  5334.     * s/sunos4-1-3.h (HAVE_TERMIOS, BSD_TERMIOS): Deleted.
  5335.  
  5336.     * systty.h (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP):
  5337.     If HAVE_TERMIOS and BSD_TERMIOS, don't use tc[sg]etpgrp.
  5338.  
  5339.     * xfns.c (x_set_frame_parameters): Call check_frame_size
  5340.     before Fset_frame_size and Fset_frame_position.
  5341.  
  5342.     * termhooks.h (delete_window_event): New event kind.
  5343.     * xterm.c (XTread_socket): Generate delete_window_event's.
  5344.     * keyboard.c (kbd_buffer_get_event): Handle delete_window_event's.
  5345.  
  5346.     * s/sco4.h [HAVE_SOCKETS] (HAVE_XSCREENNUMBEROFSCREEN): Defined.
  5347.  
  5348.     * keymap.c: Doc fix.
  5349.  
  5350.     * window.c (window_loop, case DELETE_BUFFER_WINDOWS):
  5351.     Select a new buffer only if w is selected window.
  5352.  
  5353.     * hftctl.c: Include config.h.  Include sys/signal.h before config.h.
  5354.     (sav_alrm): Use SIGTYPE.
  5355.     (FUNC): Typedef deleted.
  5356.  
  5357.     * Makefile.in.in (hftctl.o): New rule.
  5358.  
  5359.     * process.c (wait_reading_process_input):
  5360.     Use -1 to mean wait_channel is empty.
  5361.     Start process loop with descriptor 0 if keyboard_descriptor is not 0.
  5362.     (make_process): Initialize descriptors to -1.
  5363.     (Fdelete_process): -1 means empty, in infd.
  5364.     (deactivate_process): Likewise.
  5365.     (process_send_signal): Likewise.
  5366.     (kill_buffer_processes): Likewise.
  5367.     (sigchld_handler): Likewise.
  5368.     (status_notify): Likewise.
  5369.     (close_process_descs): Likewise.
  5370.     (create_process): Likewise.
  5371.     (Fopen_network_stream): Likewise.
  5372.     (send_process): Likewise.
  5373.     (Fprocess_send_eof): Likewise.  Use XINT when closing outfd.
  5374.     (Fset_process_filter): Use XINT to get infd value.
  5375.     (wait_reading_process_input): Likewise.
  5376.  
  5377.     * process.c (wait_reading_process_input): When bypassing select,
  5378.     clear Available.
  5379.  
  5380.     * sysdep.c (getwd): If getcwd returns 0, we return 0.
  5381.     (getwd for VMS): Likewise.
  5382.  
  5383. Sat Nov 20 00:52:53 1993  Paul Reilly  (pmr@legacy.pajato.com)
  5384.  
  5385.     *  s/dgux.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): 
  5386.     Defined (copied from usg5-4.h).
  5387.     (FIRST_PTY_LETTER): Deleted.
  5388.  
  5389. Sat Nov 20 00:16:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5390.  
  5391.     * frame.c (Fmake_frame_visible): Doc fix.
  5392.  
  5393.     * textprop.c (Ftext_property_not_all): Swap t and nil values in
  5394.     the case where there are no intervals.
  5395.     (Fprevious_single_property_change, Fprevious_property_change)
  5396.     Extra arg LIMIT.  Return value was off by 1.
  5397.     (Fnext_single_property_change, Fnext_property_change): 
  5398.     Extra arg LIMIT.
  5399.     (Fnext_single_property_change): Require at least 2 args.
  5400.     * indent.c (compute_motion):
  5401.     Pass new arg to Fnext_single_property_change.
  5402.     * xfaces.c (compute_char_face): Accept new arg LIMIT.
  5403.     Pass Fnext_single_property_change its new arg LIMIT.
  5404.     * xdisp.c (display_text_line): Pass new arg to compute_char_face
  5405.     and to Fnext_single_property_change.
  5406.     * dispnew.c (direct_output_for_insert):
  5407.     Pass new arg to compute_char_face.
  5408.  
  5409.     * keyboard.c (follow_key): When downcasing, downcase just the
  5410.     basic part of the character, and preserve the modifier bits.
  5411.  
  5412. Fri Nov 19 22:49:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5413.  
  5414.     * keyboard.c (read_key_sequence): If we get a quit, and current buffer
  5415.     has changed, replay it to get proper keymap.
  5416.     (quit_throw_to_read_char): Switch frames to the frame the quit was in.
  5417.  
  5418. Fri Nov 19 20:42:06 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5419.  
  5420.     * buffer.c (Frename_buffer): When the current buffer is already
  5421.     named NAME, don't short-circuit and just return unless UNIQUE is
  5422.     nil.  This makes passing UNIQUE=t equivalent to (rename-buffer
  5423.     (generate-new-buffer-name NAME)).  This is useful way to rename
  5424.     the buffer automatically so you can create another with the
  5425.     original name.
  5426.  
  5427. Fri Nov 19 12:43:47 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5428.  
  5429.     * keyboard.c (quit_throw_to_read_char): Select the frame
  5430.     which the quit char was typed in.
  5431.  
  5432.     * s/linux.h (HAVE_UNISTD_H): No need to define here.
  5433.  
  5434.     * buffer.c (Flist_buffers): Always return a value.
  5435.  
  5436.     * minibuf.c (read_minibuf): History list always gets strings,
  5437.     not Lisp objects made by read.
  5438.  
  5439. Thu Nov 18 01:04:39 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5440.  
  5441.     * keyboard.c (read_avail_input): Don't set nread to -1
  5442.     if we loop around in the loop that calls read.
  5443.  
  5444.     * sysdep.c (read_input_waiting): read_socket_hook
  5445.     delivers events, not characters.  Make buf smaller
  5446.     in the case where we actually call read itself.
  5447.  
  5448.     * ralloc.c (r_alloc_init): Explicitly use real_morecore
  5449.     to allocate the entire incomplete page.
  5450.  
  5451.     * frame.c (Fmake_frame_visible): Use FRAME_SAMPLE_VISIBILITY.
  5452.  
  5453.     * s/dgux.h (FIRST_PTY_LETTER): Defined.
  5454.  
  5455. Wed Nov 17 06:01:02 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5456.  
  5457.     * keymap.c (Fkey_binding): Doc fix.
  5458.  
  5459.     * cmds.c (keys_of_cmds): Make 0377 self-inserting.
  5460.  
  5461. Tue Nov 16 00:34:22 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5462.  
  5463.     * Version 19.21 released.
  5464.  
  5465.     * doprnt.c (doprnt): Cast the value alloca returns.
  5466.  
  5467.     * gmalloc.c [HPUX8]: Include unistd.h earlier on.
  5468.  
  5469.     * s/sunos4shr.h (GNU_MALLOC, REL_ALLOC): Don't define if
  5470.     already defined.
  5471.  
  5472.     * s/hpux8.h (LD_SWITCH_SYSTEM) [hp9000s700]: Add -L/lib/pa1.1.
  5473.  
  5474.     * Makefile.in.in (extraclean): Prevent wildcard from starting comment.
  5475.     (distclean): Do delete Makefile and Makefile.in.
  5476.  
  5477. Sun Nov 14 18:00:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5478.  
  5479.     * systty.h [BSD_TERMIOS]: Under NL0, NL1..., ECHO, NOFLSH, TOSTOP,
  5480.     FLUSHO and PENDIN.
  5481.     * s/sunos4-1-3.h (BSD_TERMIOS): Defined.
  5482.  
  5483.     * regex.c (re_set_registers): Use `regoff_t *' when casting 0.
  5484.  
  5485.     * Makefile.in.in: Delete spurious CFLAGS=-g.
  5486.  
  5487.     * s/sco4.h (HAVE_GETTIMEOFDAY): Don't define if already defined.
  5488.  
  5489.     * keyboard.c (read_avail_input): Make cbuf 1 char shorter.
  5490.  
  5491. Sun Nov 14 00:14:37 1993  Paul Reilly  (pmr@legacy.pajato.com)
  5492.  
  5493.     * s/dgux.h (INTERRUPT_INPUT): Undefined.
  5494.     (BROKEN_FIONREAD): Defined to work around a problem in DGUX
  5495.     whereby emacs will stop on a background write when invoked from a
  5496.     job control shell for the first time in a session.
  5497.     (FIRST_PTY_LETTER): Undefined.
  5498.     (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Defined
  5499.     to use all the available PTYs in a COFF environment.
  5500.     (LINKER): Removed "-nostdlib" from to be compatible with a prior
  5501.     mod removing "/lib/crt0.o" from the LIBS_SYSTEM define.
  5502.     (LIBS_SYSTEM): Delete /lib/crt0.o.
  5503.  
  5504. Sun Nov 14 01:29:44 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5505.  
  5506.     * xterm.c (XTread_socket): Increase length of copy_buffer to 81.
  5507.  
  5508.     * lread.c (read1): If token has a \, don't treat it as a number.
  5509.  
  5510. Sat Nov 13 01:18:56 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5511.  
  5512.     * process.c (IN_ADDR, NUMERIC_ADDR_ERROR): New macros (two versions).
  5513.     (Fopen_network_stream): Use them.
  5514.  
  5515.     * doprnt.c: Include config.h.
  5516.  
  5517.     * keyboard.c (read_avail_input) [no FIONREAD]: On DGUX, as on USG,
  5518.     read input with O_NDELAY.
  5519.  
  5520.     * s/dgux.h (SYSTEM_MALLOC): Turned off.
  5521.     (NO_TERMIO): Defined.
  5522.     (BROKEN_FASYNC): Turned off.
  5523.  
  5524.     * buffer.c (Foverlay_put): Don't call redisplay_region
  5525.     if overlay has no buffer.
  5526.  
  5527. Fri Nov 12 15:38:15 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5528.  
  5529.     * process.c (get_process): Add `static' to definition.
  5530.  
  5531.     * xterm.c (XTmouse_position): Delete test inserted Nov 10.
  5532.  
  5533.     * fileio.c (syms_of_fileio): Fix missing \n\'s.
  5534.  
  5535.     * keyboard.c (Fread_key_sequence): Split the doc string with "".
  5536.  
  5537.     * textprop.c (Fprevious_single_property_change): Fix missing \n\.
  5538.     (Fnext_single_property_change): Likewise.
  5539.  
  5540. Wed Nov 10 21:32:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5541.  
  5542.     * Version 19.20 released.
  5543.  
  5544.     * callproc.c (Fcall_process): Clear synch_process_death and
  5545.     synch_process_retcode before the vfork.
  5546.  
  5547.     * xterm.c (XTmouse_position): Undo roland's change.
  5548.     Fix bug in bfox change.
  5549.  
  5550. Wed Nov 10 17:58:16 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5551.  
  5552.     * unexec.c [! HPUX]: Don't declare sbrk at all, so as not to
  5553.     conflict with system headers.
  5554.  
  5555.     * xterm.c (XTmouse_position): First arg is FRAME_PTR, not
  5556.     FRAME_PTR *.
  5557.  
  5558. Wed Nov 10 15:12:22 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5559.  
  5560.     * s/convexos.h: New file.
  5561.  
  5562. Wed Nov 10 15:12:22 1993  Brian Fox  (bfox@mole.gnu.ai.mit.edu)
  5563.  
  5564.     * Makefile.in.in (intervals.o): Depend on puresize.h.
  5565.  
  5566.     * intervals.c (create_root_interval): Check to see if PARENT is in
  5567.     pure memory.  If so, we cannot write it.
  5568.     (includes): Add "puresize.h" so we get the definition of CHECK_IMPURE.
  5569.  
  5570.     * xterm.c (XTmouse_position): If the passed in frame is not an
  5571.     Xwindow frame, don't do anything.
  5572.  
  5573.     * frame.c (Fraise_frame): Do like the documentation says, and make
  5574.     the frame visible first.
  5575.  
  5576.     * systty.h (EMACS_GETPGRP): New macro hides argument passing to
  5577.     system getpgrp.  Reinstate some semblance of control over this
  5578.     macros behaviour by paying attention to GETPGRP_NO_ARG.
  5579.     * sysdep.c (sys_suspend): Use EMACS_GETPGRP macro.
  5580.     * emacs.c (main): Use EMACS_GETPGRP macro.
  5581.     (shut_down_emacs): Use EMACS_GETPGRP macro.
  5582.  
  5583.     * alloc.c (make_pure_string): If we USE_TEXT_PROPERTIES, set the
  5584.     interval of the pure string to NULL_INTERVAL.
  5585.  
  5586.     * syswait.h: Treat convex like hpux.
  5587.  
  5588.     * search.c (Fskip_chars_backward, Fskip_chars_forward): Doc fix.
  5589.  
  5590. Wed Nov 10 01:09:22 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5591.  
  5592.     * syntax.c (Fforward_comment): On backward scan, exit inner loop
  5593.     after we reach beginning of a comment.
  5594.     Check the SYNTAX_COMMENT_STYLE of a one-character comment ender.
  5595.     (scan_lists): Check the SYNTAX_COMMENT_STYLE
  5596.     of a one-character comment ender.
  5597.  
  5598.     * sysdep.c (read_input_waiting): Don't mess with meta bit
  5599.     if read_socket_hook is nonzero.
  5600.  
  5601.     * sysdep.c (LPASS8, LNOFLSH): Move definitions earlier.
  5602.     (child_setup_tty): Turn on LPASS8.
  5603.  
  5604.     * search.c (skip_chars): Finish reenabling checks for buffer bounds.
  5605.     Use XINT, not XFASTINT, when testing.
  5606.  
  5607.     * fileio.c (Fwrite_region): Fix minor bugs in POS arg to awrite.
  5608.  
  5609.     * xterm.c (syms_of_xterm): Initialize last_mouse_scroll_bar.
  5610.  
  5611. Tue Nov  9 16:33:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5612.  
  5613.     * buffer.c, editfns.c: Doc fix.
  5614.  
  5615. Sat Nov  6 00:13:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5616.  
  5617.     * sysdep.c (child_setup_tty): Make the pty handle 8-bit characters.
  5618.  
  5619. Thu Nov  4 17:09:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5620.  
  5621.     * s/linux.h [TERM]: Alternate definitions of LIBS_MACHINE
  5622.     and C_SWITCH_MACHINE.
  5623.  
  5624.     * process.c [TERM]: Include client.h.
  5625.     (Fopen_network_stream): Handle TERM.
  5626.  
  5627. Wed Nov  3 15:31:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5628.  
  5629.     * xterm.c (x_new_font): xmalloc arg was 1 too small.
  5630.  
  5631. Mon Nov  1 23:59:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5632.  
  5633.     * s/sunos4-1-3.h (HAVE_TERMIOS): Defined.
  5634.  
  5635. Mon Oct 25 00:41:31 1993  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
  5636.  
  5637.     * process.c (Fopen_network_stream): Cast arg to inet_addr to (char *).
  5638.  
  5639.     * search.c (Freplace_match): Fix argument names to match doc string.
  5640.     (Fmatch_beginning): Fix doc string to match argument name.
  5641.  
  5642.     * floatfns.c: Declare `logb' only if HAVE_LOGB is defined.
  5643.  
  5644.     * fileio.c (Fcopy_file): Don't allow the copying of anything other
  5645.     than regular files or symlink files.
  5646.  
  5647. Sun Oct 24 17:25:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5648.  
  5649.     * keyboard.c (read_key_sequence): Arg prompt is now a Lisp object.
  5650.     Pass it to functions found in function-key-map and key-translation-map.
  5651.     (Fread_key_sequence, command_loop_1): Calls changed.
  5652.  
  5653. Fri Oct 22 07:22:12 1993  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
  5654.  
  5655.     * config.h.in: Add #undef HAVE_UNISTD_H so configure can edit it
  5656.     correctly.
  5657.  
  5658. Thu Oct 21 21:15:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5659.  
  5660.     * process.c (status_notify): Don't read from process if filter is t.
  5661.     (Fset_process_filter): Set or clear bit in input_wait_mask when nec.
  5662.  
  5663. Tue Oct 19 22:46:54 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5664.  
  5665.     * data.c [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.
  5666.  
  5667. Tue Oct 12 18:14:58 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5668.  
  5669.     * keyboard.c (read_key_sequence): Allow function in key-translation-map
  5670.     just as in function-key-map.
  5671.  
  5672. Mon Oct 11 00:13:12 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5673.  
  5674.     * buffer.c (Fdelete_overlay, Foverlay_put): Use marker_position,
  5675.     not OVERLAY_POSITION, to get args for redisplay_region.
  5676.  
  5677.     * fileio.c (Fcar_less_than_car): Fix typo in previous change.
  5678.  
  5679. Sat Oct  9 16:43:23 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5680.  
  5681.     * floatfns.c [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.
  5682.  
  5683.     * fileio.c (Vafter_insert_file_functions): New variable.
  5684.     (Vwrite_region_annotate_functions): New variable.
  5685.     (Qcar_less_than_car): New variable.
  5686.     (Fcar_less_than_car): New function.
  5687.     (syms_of_fileio): Make Lisp variables and function available.
  5688.     staticpro Qcar_less_than_car.
  5689.     (a_write, build_annotations): New functions.
  5690.     (Fwrite_region): Call them.
  5691.     (Finsert_file_contents): Run the Vafter_insert_file_functions.
  5692.  
  5693. Fri Oct  8 11:05:23 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5694.  
  5695.     * s/sco4.h (SYSTEM_TYPE): Put into #if 0.
  5696.     (BSTRING): Define only if HAVE_BCOPY.
  5697.  
  5698. Fri Oct  8 03:36:20 1993  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
  5699.  
  5700.     * search.c (skip_chars): Re-instate the check against the end of
  5701.     the buffer, ignoring cryptic comment.
  5702.  
  5703. Thu Oct  7 21:29:38 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5704.  
  5705.     * keyboard.c (read_key_sequence): Allow function-key-map to have a
  5706.     function as the binding; call the function and use its value.
  5707.  
  5708. Mon Oct  4 03:48:51 1993  Brian J. Fox  (bfox@ai.mit.edu)
  5709.  
  5710.     * minibuf.c (Fminibuffer_complete_word): GCPRO1 `completion'
  5711.     during calls to Ftry_completion.
  5712.  
  5713.     * keyboard.c (read_key_sequence): Don't declare first_event; it is
  5714.     no longer used.  Change "#if 0" for first_event reading to
  5715.      "#if defined (GOBBLE_FIRST_EVENT)".
  5716.  
  5717. Sun Oct  3 12:21:23 1993  Brian J. Fox  (bfox@ai.mit.edu)
  5718.  
  5719.     * lisp.h: Doc fix.
  5720.  
  5721.     * minibuf.c (read_minibuf): Rewrite change of Sep 14.  Save the
  5722.     return value on the history list provided in the form that the
  5723.     value is returned, iff the value is not equal to the front of the
  5724.     history list.
  5725.  
  5726. Sun Oct  3 19:03:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5727.  
  5728.     * Makefile.in: File removed.  It is now generated by ../configure.
  5729.  
  5730.     * Makefile.in.in (LIBES): Add $(GNULIB_VAR) again at end.  This
  5731.     change to ymakefile was mysteriously lost.  Were any others lost
  5732.     too?
  5733.  
  5734. Sat Oct  2 15:07:50 1993  Brian J. Fox  (bfox@ai.mit.edu)
  5735.  
  5736.     * minibuf.c (Fread_no_blanks_input): Change DEFUN to allow 2nd arg
  5737.     to be optional.  The code was already written correctly.
  5738.  
  5739. Thu Sep 30 01:22:06 1993  Brian J. Fox  (bfox@ai.mit.edu)
  5740.  
  5741.     * systty.h: If POSIX and HAVE_UNISTD_H are defined, and unistd.h
  5742.     hasn't already been included, include it.
  5743.  
  5744.     * s/linux.h (POSIX_SIGNALS): Comment fix.
  5745.  
  5746. Thu Sep 30 19:37:15 1993  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
  5747.  
  5748.     * Makefile.in.in (ALL_CFLAGS): Make sure that `.' is searched
  5749.     before `${srcdir}' when looking for include files.
  5750.  
  5751. Tue Sep 28 05:56:12 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  5752.  
  5753.     * termhooks.h (enum event_kind): Doc fix.
  5754.  
  5755. Mon Sep 27 08:59:44 1993  Brian Fox  (bfox@ai.mit.edu)
  5756.  
  5757.     * ymakefile: Merged into Makefile.in.in.
  5758.  
  5759.     * Makefile.in.in: New file.  Now ../configure creates Makefile.in
  5760.     from Makefile.in.in, and creates Makefile from Makefile.in.
  5761.     ymakefile no longer exists, and xmakefile is never created.
  5762.  
  5763. Fri Sep 24 18:22:32 1993  Brian Fox  (bfox@ai.mit.edu)
  5764.  
  5765.     * textprop.c (validate_plist): Add declaration for `list'
  5766.     argument.
  5767.  
  5768.     * frame.c (Fhandle_switch_frame): Doc fix.
  5769.  
  5770. Sat Sep 25 18:46:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5771.  
  5772.     * puresize.h: [MULTI_FRAME]: Increase PURESIZE to 220000.
  5773.  
  5774. Thu Sep 16 16:09:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5775.  
  5776.     * s/sunos4-1.h (LIBS_SYSTEM): Use -lresolv if it seems appropriate.
  5777.  
  5778.     * config.h.in: Add #undef HAVE_RES_INIT.
  5779.  
  5780. Tue Sep 14 15:06:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5781.  
  5782.     * m/mips4.h (LIB_STANDARD): Add a second -lc after crtn.o.
  5783.  
  5784. Mon Sep 13 00:07:33 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5785.  
  5786.     * pwd.h: File deleted.
  5787.  
  5788.     * intervals.c (graft_intervals_into_buffer): New arg INHERIT.
  5789.  
  5790.     * editfns.c (Finsert_buffer_substring): Pass extra arg to
  5791.     graft_intervals_into_buffer.
  5792.     * insdel.c (insert_from_string): Likewise.  New arg INHERIT.
  5793.     (insert_from_string_before_markers): New arg INHERIT.
  5794.  
  5795.     * search.c (Freplace_match): Call Finsert_and_inherit.
  5796.  
  5797.     * editfns.c (Finsert_and_inherit): New function.
  5798.     (Finsert_and_inherit_before_markers): New function.
  5799.     (Finsert, Finsert_before_markers): Pass new arg to insert_from_string*.
  5800.     * minibuf.c (Fminibuffer_complete_word):
  5801.     Pass new arg to insert_from_string*.
  5802.     * doc.c (Fsubstitute_command_keys): Pass new arg.
  5803.     * abbrev.c (Funexpand_abbrev, Fexpand_abbrev): Pass new arg.
  5804.  
  5805.     * s/aix3-2.h (AIX3_2): Defined.
  5806.     * m/ibmrs6000.h (LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2.
  5807.  
  5808.     * xterm.h (HAVE_X11R4): If AIX, do not define HAVE_X11R4.
  5809.  
  5810. Sun Sep 12 08:36:02 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5811.  
  5812.     * sysdep.c (bzero, bcopy, bcmp): Don't define as functions
  5813.     if they are defined as macros.
  5814.  
  5815. Sat Sep 11 21:28:18 1993  Roland McGrath  (roland@baalperazim.gnu.ai.mit.edu)
  5816.  
  5817.     * lread.c, callproc.c, filelock.c: Include <paths.h>, not "paths.h".
  5818.  
  5819. Sat Sep 11 17:34:38 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5820.  
  5821.     * s/linux.h (LIBS_MACHINE): Make definition empty.
  5822.  
  5823. Fri Sep 10 01:03:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5824.  
  5825.     * Support configuring in a different directory when ${srcdir} has
  5826.     already been configured.
  5827.     * frame.c, xfns.c, xdisp.c, casetab.c, cm.c, casefiddle.c, xterm.c,
  5828.     xrdb.c, eval.c, doc.c, lread.c, callint.c, cmds.c, term.c, fns.c,
  5829.     data.c, alloc.c, unexconvex.c, fileio.c, indent.c, bytecode.c,
  5830.     sunfns.c, xmenu.c, buffer.c, textprop.c, marker.c, print.c,
  5831.     emacs.c, dispnew.c, syntax.c, undo.c, mocklisp.c, scroll.c,
  5832.     search.c, ralloc.c, unexaix.c, unexec.c, unexenix.c, unexmips.c,
  5833.     unexsunos4.c, vmsfns.c, vmsmap.c, dired.c, xselect.c, floatfns.c,
  5834.     filelock.c, sysdep.c, abbrev.c, minibuf.c, xfaces.c, callproc.c,
  5835.     insdel.c, intervals.c, process.c, vm-limit.c, window.c,
  5836.     vmsgmalloc.c, keymap.c, editfns.c, keyboard.c, macros.c, vmstime.c:
  5837.     Include <config.h> instead of "config.h".
  5838.     * ymakefile (ALL_CFLAGS): Put -I. before -I${srcdir}.
  5839.     * Makefile.in (xmakefile): Use -I. in cpp run.
  5840.  
  5841.     * Makefile.in (clean): Use rm -f.
  5842.  
  5843.     * s/netbsd.h: New file.
  5844.     * ymakefile (LIBES): Add $(GNULIB_VAR) again at end.
  5845.  
  5846. Wed Sep  8 12:16:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5847.  
  5848.     * sysdep.c (stuff_char): Use input_fd.
  5849.     (narrow_foreground_group, widen_foreground_group, init_sys_modes)
  5850.     (init_baud_rate, init_sigio, request_sigio, unrequest_sigio): Likewise.
  5851.     (change_input_fd): New function.
  5852.  
  5853.     * process.c (keyboard_descriptor): New variable.
  5854.     (wait_reading_process_input, init_keyboard): Use it.
  5855.     Also call change_input_fd.
  5856.     (change_keyboard_wait_descriptor): New function.
  5857.     * xterm.c (x_term_init): Call change_keyboard_wait_descriptor,
  5858.     instead of dup2.  Use the existing X desc number in fcntl calls.
  5859.     * xterm.c (XTread_socket): Don't forget to clear out `mask'.
  5860.  
  5861. Wed Sep  8 17:25:40 MET 1993  Francesco Potorti`  (pot@cnuce.cnr.it)
  5862.  
  5863.     * filelock.c (fill_in_lock_short_file_name): Fix the crc
  5864.     generation algorithm.
  5865.  
  5866. Thu Aug 19 16:19:30 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5867.  
  5868.     * textprop.c (F{next,previous}_single_property_change): Doc fix.
  5869.  
  5870. Wed Sep 15 13:09:20 1993  Brian Fox  (bfox@ai.mit.edu)
  5871.  
  5872.     * data.c: Add declaration for atof if not predefined.
  5873.  
  5874.     * xfns.c (XScreenNumberOfScreen): Move assignments out of
  5875.     declarations for (dpy, dpyscr).
  5876.  
  5877.     * sysdep.c (sys_write): Keep trying to write out the data until
  5878.     all of the data is written, or until we receive an error which is
  5879.     not an interrupted write.
  5880.  
  5881. Tue Sep 14 01:53:37 1993  Brian Fox  (bfox@ai.mit.edu)
  5882.  
  5883.     * keyboard.c (Qextended_command_history): New variable prevents
  5884.     sharing of M-x command history with other commands that read
  5885.     values in the minibuffer.
  5886.  
  5887.     * doprnt.c (doprnt): Use a fixed buffer to store the format
  5888.     specification, but only if we are sure it will fit.  Otherwise,
  5889.     use alloca () to get enough space.  Don't allow negative size
  5890.     specifications to core dump; instead, treat them as positive
  5891.     ("%-20d" == "%20d").
  5892.  
  5893.     * minibuf.c (read_minibuf): Don't add history item if it is
  5894.     string-equal to the most recent history item.
  5895.  
  5896. Fri Jul  9 17:19:35 1993  Karl Berry  (karl@cs.umb.edu)
  5897.  
  5898.     * dired.c (file_name_completion): Install case-preserving 
  5899.     changes from Emacs 18 for completion_ignore_case.
  5900.     (completion_ignore_case): Declare.
  5901.  
  5902. Wed Sep  1 09:47:36 1993  Brian Fox  (bfox@ai.mit.edu)
  5903.  
  5904.     * window.c (Fdelete_windows_on): Fix DEFUN to allow optional
  5905.     second argument to appear.
  5906.  
  5907. Mon Aug 30 08:03:49 1993  Brian Fox  (bfox@ai.mit.edu)
  5908.  
  5909.     * ymakefile (alloc.o): Remove explicit compilation rule, since it
  5910.     is identical to the default rule, and `$<' doesn't work in
  5911.     explicit rules in all "make"s.
  5912.  
  5913. Fri Aug 27 00:43:06 1993  Brian Fox  (bfox@ai.mit.edu)
  5914.  
  5915.     * gmalloc.c (safe_bcopy): Compile if MEMMOVE_MISSING is defined,
  5916.     but only if we aren't compiling for emacs.
  5917.  
  5918.     * sysdep.c (read_input_waiting): If the user specifies
  5919.     `meta-flag', then notice characters with high-bit set.
  5920.  
  5921.     * Added fixes from Karl Berry for ISC-2.2.
  5922.         * s/isc2-2.h (MEMMOVE_MISSING): Define.
  5923.         (SIGNALS_VIA_CHARACTERS): Define.
  5924.         (LIB_STANDARD): Do not include -lcposix.
  5925.         (C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional.
  5926.  
  5927. Tue Aug 17 12:20:43 1993  Brian Fox  (bfox@ai.mit.edu)
  5928.  
  5929.     * alloca.c: Invert sense of conditional for entire file (GNUC >=
  5930.     2).  Added `#else'.
  5931.  
  5932.     * xterm.c (x_wn_set_size_hint): Make recent window gravity
  5933.     addition depend on "PWinGravity" being `#defined'.
  5934.  
  5935. Sat Aug 14 00:23:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5936.  
  5937.     * Version 19.19 released.
  5938.  
  5939.     * Makefile.in (mostlyclean): Don't delete emacs here.
  5940.     (clean): Delete emacs and emacs-* here.
  5941.     (distclean): Don't delete emacs-* here.
  5942.  
  5943.     * xselect.c (struct property_change): New field `arrived'.
  5944.     (expect_property_change): Return struct property_change *.
  5945.     Clear `arrived'.
  5946.     (unexpect_property_change): Take one as argument.
  5947.     (wait_for_property_change): Take one as argument.
  5948.     If `arrived' is set, don't wait.
  5949.     (wait_for_property_change_unwind): Corresponding changes.
  5950.     (receive_incremental_selection): Corresponding changes.
  5951.     (x_reply_selection_request): Corresponding changes.
  5952.     (property_deleted_p): Function deleted.
  5953.  
  5954.     * xselect.c (x_handle_selection_clear): Redisplay.
  5955.  
  5956.     * search.c (compile_pattern): Cast result of re_compile_pattern.
  5957.  
  5958.     * emacs.c (init_cmdargs): Check openp result for 1, not != 0.
  5959.  
  5960.     * xterm.c (x_wm_set_size_hint): New args spec_x and spec_y.
  5961.     Set the window gravity.  All callers changed.
  5962.     * xfns.c (Fx_create_frame): Pass the new args to x_wm_set_size_hint.
  5963.  
  5964.     * xmenu.c (Fx_popup_menu): Adjust coords so they are relative
  5965.     to the inner window.
  5966.  
  5967.     * syswait.h: New file.
  5968.     * sysdep.c, process.c: Include it.
  5969.     * ymakefile (sysdep.o, process.o): Depend on syswait.h.
  5970.  
  5971.     * process.c (wait_reading_process_input): Exit without waiting
  5972.     if wait_for_cell is already non-nil.
  5973.  
  5974.     * sysdep.c (mkdir, rmdir): Use wait_for_termination to wait.
  5975.     Redirect descriptors 0...2 to /dev/null.
  5976.  
  5977.     * emacs.c (__CTOR_LIST__): Don't declare it on Linux.
  5978.  
  5979.     * filelock.c (getpwuid): Declare it as in xrdb.c.
  5980.     (init_filelock): Don't use return value of strcpy.
  5981.  
  5982.     * fns.c (internal_equal): Typo in previous change.
  5983.  
  5984.     * xfns.c (x_set_frame_parameters): Don't die if just one of
  5985.     height and width was set.  Likewise left and top.
  5986.  
  5987.     * textprop.c (property_change_between_p): Test NULL_INTERVAL_P
  5988.     in loop, before looking at next->position.
  5989.  
  5990.     * intervals.c (adjust_intervals_for_insertion): If inserting in middle
  5991.     of interval that is sticky in neither direction, don't copy props.
  5992.     (merge_properties_sticky): Handle non-list as front-sticky or
  5993.     rear-nonsticky property.
  5994.  
  5995. Fri Aug 13 23:49:07 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5996.  
  5997.     * fns.c (internal_equal): All markers in no buffer are equal.
  5998.  
  5999. Fri Aug 13 19:35:52 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6000.  
  6001.     * config.h.in: Added #undef HAVE_XSCREENNUMBEROFSCREEN.
  6002.  
  6003. Fri Aug 13 17:38:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6004.  
  6005.     * xfns.c (XScreenNumberOfScreen): New function.
  6006.  
  6007.     * m/tek4300.h (C_DEBUG_SWITCH, SYSTEM_MALLOC): Defined.
  6008.  
  6009.     * m/iris4d.h (START_FILES, LIB_STANDARD): Don't define if USG5_4.
  6010.     (DEFAULT_ENTRY_ADDRESS): Likewise.
  6011.     (UNEXEC): Use unexelfsgi.o if USG5_4.
  6012.  
  6013.     * s/irix5-0.h (C_SWITCH_MACHINE): Deleted.
  6014.  
  6015. Fri Aug 13 07:42:39 1993  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
  6016.  
  6017.     * m/dpx2.h: Delete conditionals for HAVE_X_WINDOWS and HAVE_SOCKETS.
  6018.  
  6019. Fri Aug 13 00:33:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6020.  
  6021.     * m/iris4d.h (C_ALLOCA): Don't define it.
  6022.  
  6023.     * keyboard.c (kbd_buffer_store_event): Use bcopy to copy
  6024.     a selection request event.
  6025.  
  6026.     * unexnext.c (get_data_region): Add cast to avoid warning.
  6027.  
  6028. Thu Aug 12 01:38:36 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6029.  
  6030.     * ymakefile (prefix-args, filemode.o, lastfile.o): Dep on $(config_h).
  6031.  
  6032.     * floatfns.c (Flogb): Error at run time if not supported.
  6033.  
  6034.     * ymakefile (emacs.o): Depend on process.h and syssignal.h.
  6035.     * emacs.c: Include process.h.
  6036.     (init_cmdargs): Use EXEC_SUFFIXES.
  6037.  
  6038.     * s/irix5-0.h: Include alloca.h if appropriate.
  6039.     Fix the #include file name.
  6040.     (ULIMIT_BREAK_VALUE, GETPGRP_NO_ARG, NO_MATHERR): New macros.
  6041.     (LIB_STANDARD): #undef it.
  6042.  
  6043.     * frame.c (Fdelete_frame): Add parens for clarity.
  6044.  
  6045.     * keyboard.c (read_char): Never start echoing if -batch.
  6046.  
  6047.     * minibuf.c (Qread_file_name_internal): New var.
  6048.     (syms_of_minibuf): Set it up and protect it.
  6049.     (Fminibuffer_complete_word): When completing a file name,
  6050.     expand envvar references.
  6051.  
  6052.     * xterm.c (XTread_socket): Make copy_buffer unsigned.
  6053.  
  6054.     * s/usg5-4-2.h (HAVE_GETHOSTNAME): #if 0'd.
  6055.  
  6056. Wed Aug 11 00:25:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6057.  
  6058.     * s/hpux8.h (LD_SWITCH_SYSTEM): Delete the -L options.
  6059.  
  6060.     * termhooks.h (enum event_kind): Delete final comma.
  6061.     (meta_modifier): Delete final comma.
  6062.     * window.c (enum window_loop): Delete final comma.
  6063.     * xfns.c (enum resource_types): Delete final comma.
  6064.  
  6065.     * m/ibmrs6000.h (BIG_ENDIAN): Don't actually define it.
  6066.  
  6067.     * window.c (Frecenter): Preserve point in the buffer we change it in.
  6068.  
  6069.     * cmds.c (Fnewline): If we don't do the first SET_PT,
  6070.     clear flag, so we don't do the second SET_PT.
  6071.  
  6072.     * keyboard.c (make_lispy_event): Clear all but 0377 in event->code.
  6073.  
  6074.     * xselect.c (receive_incremental_selection): Use bcopy, not memcpy.
  6075.  
  6076.     * m/tek4300.h (BIG_ENDIAN): Provide a value that matches the system.
  6077.  
  6078.     * config.h.in: Add #undef HAVE_FTIME.
  6079.  
  6080.     * ymakefile (ALL_CFLAGS): Use C_SWITCH_X_SITE before
  6081.     C_SWITCH_X_SYSTEM and C_SWITCH_X_MACHINE.
  6082.  
  6083.     * s/hpux8.h (C_SWITCH_X_SYSTEM): Define instead of C_SWITCH_SYSTEM.
  6084.  
  6085. Wed Aug 11 02:21:15 1993  Shane Hartman  (shane@nugget.spr.com)
  6086.  
  6087.     * buffer.c (verify_overlay_modification): Initialize endpos.
  6088.  
  6089.     * keymap.c (describe_buffer_bindings): Declare shadow just once. 
  6090.  
  6091. Tue Aug 10 01:46:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6092.  
  6093.     * xterm.c (x_calc_absolute_position): For negative coords, take
  6094.     account of added width from window manager's outer window.
  6095.  
  6096.     * term.c (term_get_fkeys_define_1, term_get_fkeys_define):
  6097.     New functions.
  6098.     (term_get_fkeys): Use them.
  6099.  
  6100.     * m/tekxd88.h: Renamed from tekXD88.h.
  6101.     (LIB_X11_LIB, LIBX11_SYSTEM): Make #undefs unconditional.
  6102.  
  6103.     * systty.h: Handle NO_TERMIO in principal HAVE_TERMIOS case.
  6104.  
  6105.     * xrdb.c (x_get_customization_string): Don't use value of strcpy.
  6106.  
  6107.     * floatfns.c (Fexpt): Use IN_FLOAT2.
  6108.  
  6109. Tue Aug 10 15:12:13 1993  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
  6110.  
  6111.     * m/dpx2.h (HAVE_TCATTR): Macro #defined.
  6112.     (HAVE_CLOSEDIR): #undef to allow use of closedir in sysdep.c.
  6113.     (SIGTSTP): Commented #undef to allow use of ^Z in shell-mode.
  6114.     (SIGNALS_VIA_CHARACTERS): #defined.
  6115.  
  6116. Mon Aug  9 21:40:23 1993  Paul Eggert  (eggert@twinsun.com)
  6117.  
  6118.     * data.c (Fmod): New function; result is always same sign as divisor.
  6119.     (syms_of_data): Add Smod.
  6120.     * emacs.c (main): Invoke syms_of_floatfns even if LISP_FLOAT_TYPE
  6121.     isn't defined, since `(floor A B)' is now needed for integers.
  6122.     * floatfns.c (syms_of_floatfns): Likewise.
  6123.     (Ffloor): Optional second operand specifies divisor, as in Common Lisp.
  6124.  
  6125. Mon Aug  9 21:32:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6126.  
  6127.     * unexelf.c (unexec): Add casts for some comparisons.
  6128.     (PATCH_INDEX): Likewise.
  6129.  
  6130. Sun Aug  8 01:15:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6131.  
  6132.     * Version 19.18 released.
  6133.  
  6134.     * term.c (term_init): Improve error messages (give sh commands).
  6135.  
  6136.     * xterm.c (struct font_info): New structure.
  6137.     (x_font_table): Use struct font_info as elements.
  6138.     (x_new_font): Corresponding changes.
  6139.     Use XListFonts, not XListFontsWithInfo.
  6140.     Use XFreeFontNames, not XFreeFontInfo.
  6141.     Compare fonts by name, not by fid.
  6142.     If already_loaded is 0, that counts as "yes".
  6143.  
  6144.     * minibuf.c (Qminibuffer_setup_hook, Vminibuffer_setup_hook): New vars.
  6145.     (syms_of_minibuf): Set them up.
  6146.     (read_minibuffer): Run the hook, if not empty.
  6147.  
  6148.     * dispnew.c (direct_output_forward_char): Fix previous change:
  6149.     verify position is in range before calling Fget_text_property,
  6150.     and calculate position properly.
  6151.  
  6152.     * s/bsd4-2.h, s/bsd4-3.h, s/umax.h, s/rtu.h, s/dgux.h (HAVE_VFORK):
  6153.     Defined.
  6154.  
  6155.     * ymakefile (alloc.o): Don't use DEBUG_MOLE.
  6156.     (DEBUG_MOLE): Deleted.
  6157.     * gnu-hp300: File deleted.
  6158.  
  6159.     * .gdbinit: Don't put -q in args.
  6160.     Don't unset TERM and TERMCAP--show them instead.
  6161.  
  6162.     * alloc.c (mark_object): Declare ptr volatile, or don't use it
  6163.     after a recursive call.  Delete the aborts if ptr is clobbered.
  6164.  
  6165.     * fileio.c (expand_and_dir_to_file): Use Fdirectory_file_name.
  6166.  
  6167. Sun Aug  8 01:56:15 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  6168.  
  6169.     * config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs for the
  6170.     configuration script to edit.
  6171.     * floatfns.c (Flogb): Use HAVE_LOGB and HAVE_FREXP, instead of
  6172.     assuming that all USG systems have FREXP.
  6173.  
  6174. Sat Aug  7 14:56:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6175.  
  6176.     * emacs.c (Vinvocation_directory): New var.
  6177.     (init_cmdargs): Set up its value.
  6178.     (Finvocation_directory): New function.
  6179.     (main): Call init_buffer, init_callproc and init_cmdargs
  6180.     before init_lread.
  6181.     (syms_of_emacs): Install the function, and protect the variable.
  6182.     * lisp.h (Vinvocation_directory): Declared.
  6183.     * lread.c (init_lread): Normally put Vinvocation_directory
  6184.     at end of Vload_path, if not present already.
  6185.  
  6186. Fri Aug  6 13:28:24 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6187.  
  6188.     * keyboard.c (set_poll_suppress_count): New function.
  6189.     * eval.c (unwind_to_catch): Call set_poll_suppress_count.
  6190.  
  6191.     * xterm.c (x_term_init): Set the hooks before we call Fset_input_mode.
  6192.     * keyboard.c (Fset_input_mode): Start polling, if appropriate.
  6193.     At the beginning, stop polling.
  6194.     Remove period from error message.
  6195.     (stop_polling, start_polling): Check for interrupt_input.
  6196.     (POLL_FOR_INPUT): Define whether or not target supports SIGIO.
  6197.  
  6198.     * m/ibm370aix.h (HAVE_VFORK, INTEL386, aix386): Add #undef.
  6199.  
  6200. Thu Aug  5 13:38:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6201.  
  6202.     * eval.c (do_autoload): Don't report autoload failure
  6203.     if the autoload definition now is a different one.
  6204.  
  6205.     * m/ibm370aix.h: Total rewrite; includes ibmps2-aix.h.
  6206.  
  6207.     * m/ibmps2-aix.h (SYSTEM_TYPE): Don't redefine it here. 
  6208.  
  6209.     * syntax.c: Doc fix.
  6210.  
  6211. Wed Aug  4 00:14:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6212.  
  6213.     * fns.c (Fyes_or_no_p): Use Qyes_or_no_p_history.
  6214.     (syms_of_fns): Set up Qyes_or_no_p_history.
  6215.  
  6216.     * fileio.c (expand_and_dir_to_file): Remove final / by copying abspath.
  6217.  
  6218.     * data.c (Frem): Don't accept floats, just ints and markers.
  6219.  
  6220.     * m/vax.h [BSD4_2] (HAVE_FTIME): Defined.
  6221.  
  6222. Tue Aug  3 14:21:15 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6223.  
  6224.     * m/7300.h (CRT0_COMPILE): Add -O and -Demacs.
  6225.     * ymakefile (CRT0_COMPILE): Add missing #endif.
  6226.  
  6227. Tue Aug  3 02:58:23 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  6228.  
  6229.     Changes for 3b1 suggested by Andy Fyfe <andy@scp.caltech.edu>
  6230.     * 7300.h [__GNUC__]: #define HAVE_ALLOCA.
  6231.     [not __GNUC__]: #define SWITCH_ENUM_BUG, C_ALLOCA, and STACK_DIRECTION.
  6232.     (HAVE_SYSVIPC, USE_UTIME): #define these.
  6233.     (memmove): We don't have this; call safe_bcopy.
  6234.     (CRT0_COMPILE): #define this, so we always use the system's cc.
  6235.     * config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for
  6236.     configure to edit.
  6237.     * sysdep.c [not HAVE_MKDIR] (mkdir): New function, taken from tar,
  6238.     for use on systems lacking the mkdir function.
  6239.     [not HAVE_RMDIR] (rmdir): New function, taken from tar, for use on
  6240.     systems lacking the rmdir function.
  6241.     * ymakefile (crt0.o): Replace the compiler and switches with the
  6242.     symbol CRT0_COMPILE.
  6243.     (CRT0_COMPILE): If the system and machine description files have
  6244.     left this undefined, then define it to do the same as the old
  6245.     crt0.o rule used to.
  6246.  
  6247. Mon Aug  2 22:40:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6248.  
  6249.     * sysdep.c (vfork): Move this outside the USG conditional.
  6250.  
  6251. Mon Aug  2 18:16:39 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6252.  
  6253.     * frame.c (Fprevious_frame): New function, for parity with
  6254.     Fnext_frame.
  6255.     (syms_of_frame): Add defsubr for Sprevious_frame.
  6256.  
  6257. Mon Aug  2 17:18:46 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6258.  
  6259.     * xdisp.c (display_menu_bar): Redisplay all lines occupied by the
  6260.     menu bar, not just the first.
  6261.  
  6262. Mon Aug  2 01:54:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6263.  
  6264.     * keyboard.c (read_key_sequence): Use XFASTINT to convert value
  6265.     of Flength to an int.
  6266.  
  6267.     * buffer.c (Fmove_overlay): Avoid initializer for Lisp_Object vars.
  6268.     (verify_overlay_modification): Declare ostart, oend as Lisp_Object.
  6269.  
  6270.     * frame.c (Fset_frame_position): Doc fix.
  6271.  
  6272. Sun Aug  1 04:42:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6273.  
  6274.     * From daveg@synaptics.com:
  6275.     * keyboard.c (last_mouse_button): Renamed from button_up_button.
  6276.     (last_mouse_x, last_mouse_y): Likewise.
  6277.     (button_down_time): Replaces button_up_time.
  6278.     (make_lispy_event): Set button_down_time.
  6279.     Detect and report double-down and double-drag events.
  6280.     (apply_modifiers_uncached): Put `double' or `triple' first.
  6281.     (read_key_sequence): Convert unbound double-drag/down to drag/down.
  6282.  
  6283.     * fileio.c (Finsert_file_contents): Don't call prepare_to_modify_buffer
  6284.     if inserting zero characters.
  6285.  
  6286.     * syntax.c: Doc fix.
  6287.  
  6288. Sat Jul 31 01:36:33 1993  Gregor Schmid  (schmid@fb3-s7.math.tu-berlin.de)
  6289.  
  6290.     Handle `sticky' text properties.
  6291.     * intervals.c (adjust_intervals_for_insertion): Handle insertion
  6292.     between two unlike intervals via merge_properties_sticky.
  6293.     (merge_properties_sticky): New function.
  6294.     (graft_intervals_into_buffer): Leave handling of `sticky'-ness to
  6295.     adjust_intervals_for_insertion, then merge properties of the
  6296.     inserted text onto the old ones.
  6297.     (textget_direct): New function.
  6298.     (set_point): Fix calculating of fromprev.
  6299.     (verify_interval_modification): Check for `read-only' property
  6300.     and take its `sticky'-ness into account.
  6301.     * intervals.h (MERGE_INSERTIONS): Define as 1.
  6302.     (FRONT_STICKY): Add real definition.
  6303.     (END_NONSTICKY): New macro.
  6304.     (END_STICKY): Deleted.
  6305.     (textget_direct, Qfront_sticky, Qrear_nonsticky): Declared.
  6306.     * textprop.c (Qfront_sticky, Qrear_nonsticky): New variables.
  6307.     (syms_of_textprop): Set them up.
  6308.         
  6309.     Change display code to handle the `invisible' text property.
  6310.     * dispnew.c (direct_output_for_insert): Fail if character 
  6311.     just inserted has text properties.
  6312.     (direct_ouput_forward_char): Fail if moving near invisible chars.
  6313.     * indent.c (compute_motion): Compute correctly for invisible text.
  6314.     (vmotion): Take care of invisible newlines.
  6315.     * intervals.c (set_point): Ignore `invisible' property
  6316.     unless property value is `hidden'.
  6317.     * intervals.h (Qhidden): Declared.
  6318.     * textprop.c (Qhidden): New variable.
  6319.     (syms_of_textprop): Set up Qhidden.
  6320.     * xdisp.c (try_window): Handle invisible newline at end of buffer.
  6321.     (display_text_line): Don't display invisible text.
  6322.  
  6323. Sat Jul 31 01:36:33 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6324.  
  6325.     * indent.c (Fmove_to_column): After we split a tab, make sure
  6326.     to set last_known... consistently.
  6327.  
  6328.     * editfns.c (save_excursion_restore): Never make the buffer visible.
  6329.  
  6330.     * s/isc3-0.h: Don't mention dir `s/' in #include.
  6331.  
  6332. Fri Jul 30 19:11:58 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  6333.  
  6334.         * config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit.
  6335.     * m/ibmrs6000.h (LD_SWITCH_MACHINE): Don't mention
  6336.     /usr/lpp/X11/bin/smt.exp unless HAVE_AIX_SMT_EXP is #defined.
  6337.  
  6338.     * config.h.in (HAVE_BCOPY): Add an #undef for this.
  6339.     (BSTRING): #define this iff HAVE_BCOPY is #defined here.  Ignore what
  6340.     the system-description files say.  They don't always make fine
  6341.     enough distinctions between systems, and sometimes the bcopy
  6342.     routines are available only with X windows.
  6343.  
  6344.     * config.h.in (HAVE_XSCREENRESOURCESTRING): New #undef for
  6345.     configure to edit.
  6346.     * xrdb.c (get_user_db): Test it to decide whether or not to try to
  6347.     retrieve the screen-dependent resources.
  6348.  
  6349.     * xfns.c (Fx_open_connection): Test the CPP symbol
  6350.     HAVE_XRMSETDATABASE to decide whether or not to call
  6351.     XrmSetDatabase.
  6352.  
  6353.     * xfns.c (x_set_background_color): Change the foreground color of
  6354.     the cursor, too.
  6355.  
  6356. Fri Jul 30 03:45:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6357.  
  6358.     * editfns.c (syms_of_editfns): Just staticpro Vuser...name
  6359.     and Vsystem_name; don't make them Lisp variables.
  6360.  
  6361.     * xselect.c (prop_location_identifier): Was named prop_location_tick.
  6362.     (property_change_reply_identifier): Renamed from ...-tick.
  6363.     (struct prop_location): Field `identifier' renamed from `tick'.
  6364.     Various functions changed accordingly.
  6365.     (x_handle_selection_request): Delete local struct var `reply'.
  6366.  
  6367.     * xselect.c (wait_for_property_change_unwind): New function.
  6368.     (wait_for_property_change): Add unwind protect.
  6369.  
  6370. Thu Jul 29 00:56:12 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  6371.  
  6372.     * xfns.c (syms_of_xfns): Don't staticpro Vx_resource_name;
  6373.     DEFVAR_LISP takes care of that, and it's deadly to staticpro a
  6374.     variable containing a string twice.
  6375.  
  6376.     * window.c (check_frame_size): Include the menu bar height in the
  6377.     minimum frame height.
  6378.  
  6379.     * ymakefile (DEBUG_MOLE): Don't put parens around the command we
  6380.     run to detect the GNU hp300 machines.  If the make is still
  6381.     somehow using csh, it complains about the parens.
  6382.  
  6383. Thu Jul 29 00:07:47 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6384.  
  6385.     * frame.c (Fdelete_frame): New arg FORCE allows deletion
  6386.     of last non-invisible frame.
  6387.  
  6388.     * s/usg5-4.h (bzero, bcmp, bcopy): New macros.
  6389.     (LIB_STANDARD): Don't include libucb.a.
  6390.  
  6391. Wed Jul 28 20:25:49 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6392.  
  6393.     * xfns.c (syms_of_xfns): Use DEFVAR_LISP, not DEFVAR_INT, for
  6394.     Vx_pointer_shape.
  6395.  
  6396. Wed Jul 28 04:57:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6397.  
  6398.     * cmds.c (Fnewline): Disable the "insert one position before"
  6399.     optimization if it would screw up text property behavior.
  6400.     * textprop.c (property_change_between_p): New function.
  6401.  
  6402. Tue Jul 27 03:25:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6403.  
  6404.     * keyboard.c (command_loop_1):
  6405.     Call Qrecompute_lucid_menubar only if defined.
  6406.  
  6407.     * emacs.c (decode_env_path): Strip trailing slashes if there are any.
  6408.  
  6409.     * unexec.c (make_hdr): Use & in call to bzero.
  6410.  
  6411.     * xfns.c (Fx_rebind_key, Fx_rebind_keys): Functions deleted.
  6412.  
  6413.     * syntax.c (scan_sexps_forward): Delete extra Fcdr when analyzing
  6414.     OLDSTATE.
  6415.  
  6416.     * xterm.c (x_iconify_frame): Handle case where frame was invisible.
  6417.  
  6418.     * s/hpux8.h (OLDXMENU_OPTIONS): Definition deleted.
  6419.  
  6420.     * ymakefile (really-oldXMenu): Pass down C_SWITCH_X_SYSTEM.
  6421.  
  6422.     * m/delta88k.h [USG5_4] (LIBX11_SYSTEM): Don't redefine in this case.
  6423.  
  6424.     * search.c (search_buffer): If n is 0, just return POS.
  6425.  
  6426. Mon Jul 26 14:37:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6427.  
  6428.     * s/usg5-4.h (BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
  6429.  
  6430.     * window.c (Fset_window_buffer): Clear window_end_{pos,valid}.
  6431.  
  6432.     * dispnew.c (Fsleep_for): If arg is 0, return right away.
  6433.  
  6434. Mon Jul 26 12:26:09 1993  Francesco Potorti`  (pot@spiff.gnu.ai.mit.edu)
  6435.  
  6436.     * m/delta.h (SWITCH_ENUM_BUG): Defined only for AT&T's pcc.
  6437.     (BSTRING): Deleted because they are stubs to the memory funcs.
  6438.     (memmove): Defined as safe_bcopy since memcpy is not safe.
  6439.     (HAVE_X_WINDOWS): Does not conditionally define anything any more.
  6440.     Added support fo the GNU C compiler bundled with R3V7.
  6441.  
  6442. Mon Jul 26 05:12:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6443.  
  6444.     * puresize.h [MULTI_FRAME] (PURESIZE): Increased to 210000.
  6445.  
  6446. Sun Jul 25 22:24:46 1993   Sam Dooley  (dooley@watson.ibm.com)
  6447.  
  6448.     * keyboard.c (kbd_buffer_store_event): Apply all the modifiers bits
  6449.     before testing for quit_char and stop_character.  Don't alter
  6450.     event->code, though.
  6451.  
  6452. Sun Jul 25 01:38:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6453.  
  6454.     * xselect.c (wait_for_property_change): Eventually time out with error.
  6455.     (x_reply_selection_request): XFlushQueue and UNBLOCK_INPUT
  6456.     before calling wait_for_property_change.
  6457.     (x_get_window_property): Simplify input blocking/unblocking.
  6458.     Don't delete the property here.
  6459.     (receive_incremental_selection): Delete property here.
  6460.     Call XSelectInput to enable and disable PropertyChangeMask.
  6461.     (x_get_window_property_as_lisp_data): And here.
  6462.  
  6463.     * process.c (wait_reading_process_input): Undo last two changes:
  6464.     when wait_for_cell, do not check the keyboard.
  6465.  
  6466.     * filelock.c: Fix typo in previous change.
  6467.  
  6468.     * xselect.c (lisp_data_to_selection_data): New arg NOFREE_RET.
  6469.     For a string, just return its data's address.
  6470.     (x_handle_selection_request): Pass new arg.
  6471.     If value comes back 1, don't call xfree.
  6472.  
  6473.     * xfns.c (MAXREQUEST): Defined.
  6474.     (Fx_server_max_request_size): New function.
  6475.     (syms_of_xfns): Set it up.
  6476.  
  6477.     * window.c (Fwindow_end): Don't assume WINDOW shows the current buffer.
  6478.  
  6479.     * s/386bsd.h (LOCALTIME_CACHE): Defined.
  6480.     (HAVE_SETSID): Defined.
  6481.     (LIB_STANDARD): Override, adding $(GNULIB_VAR).
  6482.  
  6483.     * emacs.c (main): Test LOCALTIME_CACHE.
  6484.  
  6485.     * filelock.c (getpwuid): Declare at top level, and not if __386bsd__.
  6486.  
  6487.     * keyboard.c (interrupt_signal): Tell Fdo_auto_save not to print msg.
  6488.     Print "Auto-save done" here.
  6489.  
  6490.     * fileio.c (Fdo_auto_save): Temporarily clear Vquit_flag.
  6491.  
  6492.     * xfns.c (Fx_create_frame): Typo in previous change.
  6493.  
  6494. Sat Jul 24 01:42:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6495.  
  6496.     * .gdbinit (xscrollbar): Fix typo specifying doc string.
  6497.  
  6498.     * process.c (Fprocess_status): Use Fget_process, to avoid error
  6499.     if unknown process name.
  6500.  
  6501.     * xfaces.c (face_name_id_number): Use assq_no_quit, not Fassq.
  6502.  
  6503. Fri Jul 23 17:05:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6504.  
  6505.     * keyboard.c (command_loop_1): Run post-command-hook first thing.
  6506.  
  6507.     * xterm.c (redraw_previous_char): New function.
  6508.  
  6509.     * xfns.c (Fx_create_frame): Don't look for default font
  6510.     if the caller has specified a valid font.  Try several
  6511.     alternative font patterns.
  6512.  
  6513. Fri Jul 23 16:38:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6514.  
  6515.     * mem-limits.h: [_LIBC]: Define BSD4_2.
  6516.  
  6517. Fri Jul 23 03:47:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6518.  
  6519.     * s/sco4.h (HAVE_SOCKETS): Define, if HAVE_INET_SOCKETS.
  6520.  
  6521.     * sunfns.c: Fix comment syntax.  Put back the comment 
  6522.     saying that we don't maintain this file.
  6523.  
  6524.     * xterm.c (XTread_socket) [! HAVE_X11R5]:
  6525.     Check for XK_Mode_switch and XK_Num_Lock, if defined.
  6526.  
  6527.     * m/hp9000s300.h (TEXT_START) [__GNUC__]: Define as 0.
  6528.  
  6529.     * intervals.h (Vinhibit_point_motion_hooks): Declared.
  6530.     * textprop.c (syms_of_textprop): Set up Lisp var.
  6531.     * intervals.c (set_point): Test it.
  6532.  
  6533. Thu Jul 22 15:38:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6534.  
  6535.     * s/irix5-0.h (PTY_OPEN): Use sigaction, not sigsetmask.
  6536.  
  6537.     * s/386bsd.h (DECLARE_GETPWUID_WITH_UID_T): Declared.
  6538.     * xrdb.c (getpwuid): Test DECLARE_GETPWUID_WITH_UID_T.
  6539.  
  6540.     * process.c (Fget_buffer_process): Delete doc string from
  6541.     second alternative definition.
  6542.  
  6543. Thu Jul 22 14:59:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6544.  
  6545.     * ralloc.c (ALIGNED, ROUNDUP):
  6546.     Use `unsigned long int' instead of `unsigned int' for
  6547.     casting addresses and sizes.  It matters on the 64-bit Alpha.
  6548.  
  6549.     * mem-limits.h [_LIBC]: Just include <sys/resource.h>, and skip
  6550.     hairy #ifdef mess.
  6551.  
  6552. Thu Jul 22 04:06:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6553.  
  6554.     * keyboard.c (Fread_key_sequence): Doc fix.
  6555.     (read_key_sequence): Handle Vkey_translation_map.
  6556.     (kbd_buffer_get_event): Discard an event whose kind is no_event.
  6557.  
  6558.     * buffer.c (syms_of_buffer): Lisp var doc fixes.
  6559.  
  6560.     * m/att3b.h (NO_MODE_T): Defined.
  6561.  
  6562.     * intervals.c (graft_intervals_into_buffer): When TREE is null,
  6563.     pass buffer as 2nd arg to reproduce_tree.
  6564.  
  6565. Wed Jul 21 18:09:12 1993  Paul Eggert  (eggert@twinsun.com)
  6566.  
  6567.     * print.c (float_to_string): Don't use uninitialized pointer `cp'.
  6568.     Set width to -1 at lose: and other places.
  6569.     Default to .17g, not .20g.
  6570.  
  6571. Wed Jul 21 00:37:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6572.  
  6573.     * buffer.c (Qmodification_hooks, Qinsert_in_front_hooks)
  6574.     (Qinsert_behind_hooks): Moved here.
  6575.     (syms_of_buffer): Lisp vars set up here.
  6576.     * textprop.c: No longer here.
  6577.  
  6578.     * alloc.c (compact_strings): Add USE_TEXT_PROPERTIES conditional.
  6579.  
  6580.     * intervals.h (Ftext_property_not_all): Fix typo in decl.
  6581.  
  6582.     * s/sunos4-1.h (SUNOS_LOCALTIME_BUG): Defined.
  6583.  
  6584.     * frame.c (Fdelete_frame): Allow deletion if there is some other
  6585.     visible (perhaps iconified) frame.  Also allow deleting terminal frame
  6586.     if there are X frames.
  6587.  
  6588.     * s/sunos4shr.h (memmove): Defined.
  6589.  
  6590.     * m/att3b.h (memmove): Defined as macro.
  6591.  
  6592. Tue Jul 20 01:08:47 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6593.  
  6594.     * Makefile.in (xmakefile): Use CFLAGS after C_SWITCH_SYSTEM.
  6595.  
  6596.     * xfns.c (validate_x_resource_name): Call make_string properly.
  6597.  
  6598.     * m/next.h (X_NOT_POSIX): Defined.
  6599.  
  6600.     * s/sol2.h (BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
  6601.  
  6602.     * s/isc3-0.h (memmove): Delete extra parens in the safe_bcopy call.
  6603.  
  6604.     * m/ibmrs6000.h (LD_SWITCH_MACHINE): Add -bI:/usr/lpp/X11/bin/smt.exp.
  6605.  
  6606. Mon Jul 19 17:15:20 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6607.  
  6608.     * eval.c (Fwhile): If mocklisp, test for nonzeroness.
  6609.  
  6610.     * s/sunos4shr.h (SYSTEM_MALLOC): Add #undef.
  6611.     (GNU_MALLOC, REL_ALLOC): Defined.
  6612.  
  6613. Mon Jul 19 17:07:22 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
  6614.  
  6615.     * ymakefile: config.h is in current directory, not ${srcdir}.
  6616.  
  6617. Sun Jul 18 00:17:28 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  6618.  
  6619.     * Version 19.17 released.
  6620.  
  6621.     * xfns.c (Fx_create_frame): Block input around call to
  6622.     x_new_font.  Test if the return value is a string, not if it's
  6623.     nil; x_new_font can return things besides nil and strings, to
  6624.     indicate error conditions.
  6625.  
  6626.     * window.c [not MULTI_FRAME] (Fdelete_windows_on): Set FRAME
  6627.     argument to Qt, instead of trying to typecheck it.
  6628.  
  6629.     * ymakefile (config_h): Set this to ${srcdir}/config.h; all the
  6630.     source dependencies mention $(config_h), but until now it never
  6631.     had a value.
  6632.  
  6633.     * xfns.c (Fx_open_connection): Don't trust HAVE_XRMSETDATABASE;
  6634.     use XrmSetDatabase only when HAVE_X11R5 is defined.
  6635.  
  6636.     * dispnew.c (direct_output_for_insert): By the time this function
  6637.     is called, we have already inserted the character into the buffer;
  6638.     the proper buffer position to pass to compute_char_face is point
  6639.     - 1, not point.
  6640.  
  6641. Sat Jul 17 02:45:04 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  6642.  
  6643.     * Makefile.in (C_SWITCH_SYSTEM): New variable, set by top-level
  6644.     Makefile.
  6645.     (xmakefile): Pass it to the C preprocessor.
  6646.  
  6647.     * window.c (Fdelete_windows_on): New optional argument FRAME; if
  6648.     nil, delete windows on all frames.  If t, delete windows on the
  6649.     selected frame only.  If a frame, delete windows on that frame
  6650.     only.
  6651.  
  6652.     * intervals.c (split_interval_left, split_interval_right): Change
  6653.     OFFSET argument of these functions to be origin 0, not origin 1.
  6654.     This is what all the callers currently want.
  6655.     * intervals.c, textprop.c: All callers changed.
  6656.  
  6657.     * textprop.c (Ftext_property_not_all): Renamed from
  6658.     Ftext_property_all, and changed sense of return value, so that it
  6659.     returns useful information if not all characters have properties
  6660.     EQ to value.  Now all the existential and universal questions can
  6661.     be asked.
  6662.  
  6663.     * textprop.c (syms_of_textprop): Don't forget defsubr for
  6664.     Stext_property_all. 
  6665.  
  6666.     * textprop.c (Ftext_property_any, Ftext_property_all): Use EQ to
  6667.     compare property values, not Fequal.
  6668.  
  6669.     * xterm.c (x_term_init): Adjust message printed when we can't
  6670.     connect to the X server.
  6671.  
  6672.     * xfns.c (Vx_resource_name): Renamed from Vxrdb_name, and made a
  6673.     lisp-visible variable, so lisp/term/x-win.el can set it.  Doc it
  6674.     for "internal use only"; no need for NEWS entry.
  6675.     (validate_x_resource_name): New function.
  6676.     (Fx_get_resource): Doc fix.  References to Vxrdb_name renamed.  Call
  6677.     validate_x_resource_name.
  6678.     (x_window): References to Vxrdb_name renamed.  Call
  6679.     validate_x_resource_name.
  6680.     (Fx_open_connection): References to Vxrdb_name renamed.  Instead
  6681.     of setting and validating its value here, just call
  6682.     validate_x_resource_name.
  6683.     (syms_of_xfns): Add DEFVAR_LISP for Vx_resource_name.
  6684.  
  6685. Fri Jul 16 21:43:32 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6686.  
  6687.     * keyboard.c (Vhelp_menu_bar_map): Deleted.
  6688.     (menu_bar_items): Move elts for events in Vmenu_bar_final_items to end.
  6689.     (syms_of_keyboard): Corresponding changes.
  6690.  
  6691. Thu Jul 15 20:52:15 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  6692.  
  6693.         Consistently use the mark bit of the root interval's parent field
  6694.     to say whether or not the interval tree has been visited (and skip
  6695.     it when revisited), and the mark bit of the plist field to say
  6696.     whether or not that interval has been visited (and abort if
  6697.     revisited); don't try to use the plist mark bit for both
  6698.     meanings.
  6699.     * alloc.c (mark_interval_tree): Don't test if the interval tree
  6700.     has already been visited here; let the MARK_INTERVAL_TREE macro do
  6701.     that; avoid function call overhead.  Mark the interval tree as
  6702.     having been visited by setting TREE->parent's mark bit.
  6703.     (MARK_INTERVAL_TREE): If the tree has been visited (according to
  6704.     I->parent's mark bit), don't call mark_interval_tree.
  6705.     (gc_sweep): Rebalance the interval trees of those large strings
  6706.     which are still alive.  This also clears the mark bits of those
  6707.     trees' root intervals' parent fields.
  6708.     (compact_strings): Rebalance the interval tree of each small
  6709.     strings which is still alive.  This also clears the mark bits of
  6710.     that tree's root interval's parent field.  Since the string has
  6711.     moved, update the root interval's parent pointer to contain the
  6712.     new address.
  6713.     * lisp.h (struct interval): Doc fix; explain the roles of the mark
  6714.     bits of the parent and plist members.
  6715.  
  6716.     * termhooks.h: In order to avoid declaring struct input_event
  6717.     (which contains Lisp_Objects) in those .c files which need access
  6718.     to the terminal hooks but don't #include lisp.h (like cm.c), test
  6719.     to see if the macro CONSP is #defined.  We used to test XINT, but
  6720.     config.h will #define that everywhere on systems that use tailored
  6721.     tagging schemes.
  6722.  
  6723.     * window.c (Fnext_window, Fprevious_window): Put these docstrings
  6724.     in comments; the strings are too long for some C compilers.
  6725.  
  6726.     * s/hpux9.h: Doc fix.
  6727.  
  6728. Thu Jul 15 19:05:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6729.  
  6730.     * ymakefile (DEBUG_MOLE): New variable; a shell expression which
  6731.     expands to -DDEBUG_MOLE on HP 9000/300's in the domain
  6732.     gnu.ai.mit.edu, and the empty string on all other machines.
  6733.     (alloc.o): Cite ${DEBUG_MOLE}, so DEBUG_MOLE is #defined when
  6734.     compiling on mole.
  6735.  
  6736. Thu Jul 15 02:01:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6737.  
  6738.     * keyboard.c (read_char_menu_prompt): If the user rejects a menu,
  6739.     return t.  This makes read_char also return t.
  6740.     (read_key_sequence): If read_char returned t, return -1.
  6741.     (Fread_key_sequence): If read_key_sequence returned -1, quit.
  6742.     (command_loop_1): If read_key_sequence returned -1, loop around.
  6743.  
  6744. Thu Jul 15 00:56:31 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6745.  
  6746.     * keyboard.c (menu_bar_one_keymap): If the key's binding is the
  6747.     symbol `undefined', don't try to take that symbol's cdr before
  6748.     passing it to menu_bar_item; pass the `undefined' binding itself,
  6749.     so menu_bar_item can remove bindings for the same key from result.
  6750.  
  6751. Wed Jul 14 12:02:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6752.  
  6753.     * buffer.c (Fbuffer_local_variables): For local var that is unbound,
  6754.     put just the symbol in the result, not a cons of (symbol . value).
  6755.  
  6756.     * keyboard.c (Qdisabled_command_hook): New variable.
  6757.     (Vdisabled_command_hook): Deleted.
  6758.     (syms_of_keyboard): Corresponding changes.
  6759.     (Fcommand_execute): Use Qdisabled_command_hook.
  6760.  
  6761.     * alloc.c (mark_object) [DEBUG_MOLE]: Add abort at beginning.
  6762.  
  6763.     * keyboard.c (Vhelp_menu_bar_map): New var.
  6764.     (syms_of_keyboard): Set up Lisp var for it.
  6765.     (menu_bar_items): Use Vhelp_menu_bar_map.
  6766.  
  6767. Wed Jul 14 00:14:31 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  6768.  
  6769.     * textprop.c (Ftext_property_any, Ftext_property_all): New
  6770.     functions, from David Gillespie.
  6771.     * intervals.h (Ftext_property_any, Ftext_property_all): Declare them.
  6772.  
  6773.     * keyboard.c (read_key_sequence): Accept both strings and vectors
  6774.     as bindings in function-key-map.
  6775.         * keymap.c (Vfunction_key_map in syms_of_keymap): Doc fix.
  6776.  
  6777.     * keyboard.c (Fsuspend_emacs): Pass selected_frame as the first
  6778.     argument to change_frame_size, not 0.  This function may be called
  6779.     in an Emacs compiled with multi-frame support.
  6780.  
  6781. Tue Jul 13 17:25:32 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  6782.  
  6783.     * xterm.c (XTread_socket, UnmapNotify case): Add missing comment
  6784.     terminator.
  6785.  
  6786.     * intervals.c (graft_intervals_into_buffer): Properly compute
  6787.     length of buffer.
  6788.  
  6789. Tue Jul 13 17:03:09 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6790.  
  6791.     * minibuf.c (Fdisplay_completion_list): Run completion-setup-hook.
  6792.  
  6793. Mon Jul 12 18:46:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6794.  
  6795.     * textprop.c (Qinsert_in_front_hooks, Qinsert_behind_hooks): New vars.
  6796.     (syms_of_textprop): Set them up.
  6797.     * lisp.h (Qinsert_in_front_hooks, Qinsert_behind_hooks): Declared.
  6798.     (Qmodification_hooks): Declared.
  6799.  
  6800.     * intervals.c (verify_interval_modification):
  6801.     For insertion, run the insert-in-front-hooks and insert-behind-hooks,
  6802.     not the modification-hooks.
  6803.     * buffer.c (verify_overlay_modification): New function.
  6804.     (call_overlay_mod_hooks): New function.
  6805.     * insdel.c (prepare_to_modify_buffer): Call that.
  6806.  
  6807.     * keyboard.c (Qundefined): New variable.
  6808.     (syms_of_keyboard): Set up Qundefined.
  6809.     (menu_bar_items): Don't reverse the items.
  6810.     Process the maps in reverse order.
  6811.     (menu_bar_item): If definition is `undefined',
  6812.     delete any menu bar item already made, and don't make one.
  6813.  
  6814. Mon Jul 12 16:41:12 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  6815.  
  6816.     * print.c (float_to_string): Distinguish between a precision of
  6817.     zero and an omitted precision.  Do allow %.0f to produce strings
  6818.     containing no decimal point or exponent.
  6819.     (syms_of_print): Doc fix for float-output-format.
  6820.  
  6821.     * xfns.c (x_set_frame_parameters): Don't set the frame's size and
  6822.     position unless those parameters are actually specified in ALIST.
  6823.  
  6824.     * syntax.c (Fmodify_syntax_entry): Doc fix.
  6825.  
  6826. Mon Jul 12 14:43:38 1993  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
  6827.  
  6828.     * xterm.c, sysdep.c (F_SETOWN_BUG): Defined.
  6829.     * m/dpx2.h: New file.
  6830.  
  6831. Sat Jul 10 19:23:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6832.  
  6833.     * textprop.c (set_properties): Call modify_region.
  6834.     (remove_properties): Call modify_region before record_property_change.
  6835.     (add_properties): Likewise.
  6836.  
  6837. Sat Jul 10 18:49:26 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  6838.  
  6839.     * xrdb.c: Implement search for app-defaults directory and
  6840.     localized default databases, along with some other functionality
  6841.     provided by Xt.
  6842.     #include <stdio.h>, since we call sprintf.
  6843.     [emacs] (malloc, realloc, free): #define these to xmalloc,
  6844.     xrealloc, and xfree.
  6845.     (x_get_string_resource, file_p): Add forward declarations for
  6846.     these.
  6847.     (x_customization_string): New variable.
  6848.     (x_get_customization_string): New function.
  6849.     (gethomedir): Return malloc'ed space of the right size, instead of
  6850.     writing into a fixed-size buffer; this means that our callers do
  6851.     not impose an arbitrary limit on file name length.
  6852.     (magic_file_p): Rewrite of decode_magic; actually do the
  6853.     substitutions, instead of expanding all %-escapes to "".  Support
  6854.     the customization string.  Return 0 or the expanded file name,
  6855.     instead of just zero or one.  Allocate the space for the expanded
  6856.     file name ourselves, instead of writing into a fixed-size buffer
  6857.     passed to us; this removes an arbitrary limit.
  6858.     (search_magic_path): Rewrite of magic_searchpath_decoder.  Return
  6859.     0 or the expanded file name, instead of just zero or one.
  6860.     Allocate the space for the expanded file name ourselves, instead
  6861.     of writing into a fixed-size buffer passed to us; this means that
  6862.     our callers do not impose an arbitrary limit on file name length.
  6863.     (get_system_app): Changed to work with search_magic_path.
  6864.     (get_user_app): Rewritten to work with search_magic_path, and not
  6865.     to assume that the values of XAPPLRESDIR is a single directory.
  6866.     (get_user_db): Properly use the new version of gethomedir.
  6867.     (get_environ_db): Remove arbitrary limit on length of host name.
  6868.     (x_load_resources): Take a new argument, myname.  Call get_user_db
  6869.     early to obtain the customization string.
  6870.     Changes to stand-alone testing code.
  6871.     * xfns.c (Fx_open_connection): Set Vxrdb_name early, and pass it
  6872.     to x_load_resources.
  6873.  
  6874.     * keymap.c (syms_of_keymap): Doc fix.
  6875.  
  6876. Fri Jul  9 17:41:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6877.  
  6878.     * process.c (wait_reading_process_input): If wait_for_cell, do call
  6879.     swallow_events and do_pending_window_change when appropriate.
  6880.  
  6881. Thu Jul  8 19:45:22 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6882.  
  6883.     * editfns.c (region_limit): Declare Vmark_even_if_inactive.
  6884.  
  6885.     * callint.c (syms_of_callint):
  6886.     Fix DEFVAR_LISP for Vmark_even_if_inactive to use right
  6887.     Lisp symbol name (without V prepended).
  6888.  
  6889. Thu Jul  8 17:43:11 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6890.  
  6891.     * callint.c (check_mark): Don't check mark-active unless in
  6892.     transient-mark-mode.  
  6893.     For inactive mark, signal mark-inactive instead of error with a
  6894.     message.
  6895.     * editfns.c (region_limit): Don't error if Vmark_even_if_inactive
  6896.     is set.
  6897.     When the mark is inactive and that is a no-no, signal
  6898.     mark-inactive instead of using error with a message.
  6899.     * data.c (syms_of_data): Staticpro Qmark_inactive.
  6900.     * data.c: Define Qmark_inactive.
  6901.     (syms_of_data): Initialize it.
  6902.     * lisp.h: Declare Qmark_inactive.
  6903.  
  6904. Wed Jul  7 03:58:15 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  6905.  
  6906.     * editfns.c (Fformat): Since floats occupy two elements in the
  6907.     argument list passed to doprnt, we must use separate indices for
  6908.     the array of arguments passed to Fformat, and the array of
  6909.     arguments to be passed to doprnt.
  6910.  
  6911.     * .gdbinit: Add size to geometry spec.
  6912.     Specify sevenbit-strings in set print.
  6913.     (xfloat): New command.
  6914.  
  6915. Tue Jul  6 11:05:14 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  6916.  
  6917.     * Version 19.16 released.
  6918.  
  6919.     * ymakefile [not ORDINARY_LINK && __GNUC__ && __GNUC__ > 1 && not
  6920.     LIB_GCC] (LIB_GCC): Use "$(CC)" instead of "gcc".
  6921.  
  6922. Tue Jul  6 01:58:20 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  6923.  
  6924.         * textprop.c (copy_text_properties): Pass a copy of POS to
  6925.     validate_interval_range; that function increments its arguments,
  6926.     which isn't what we want.
  6927.  
  6928.     * fns.c (Fsubstring, concat): Pass all six arguments to
  6929.     copy_text_properties.
  6930.  
  6931.     * intervals.c (find_interval): Doc fixes, computation of
  6932.     tree->position rearranged for clarity.
  6933.  
  6934.     * intervals.c (find_interval): Consistently treat POSITION as an
  6935.     actual buffer position, i.e. origin 1.  The old code seemed
  6936.     undecided on this point.  Treat the end of the buffer as being
  6937.     part of the rightmost interval.
  6938.     (adjust_intervals_for_insertion): Consistently treat POSITION as
  6939.     origin 1.
  6940.     (interval_deletion_adjustment): The exception: FROM should be
  6941.     origin zero here.  Consistently treat it as such.  Simplify code
  6942.     which shrinks and possibly deletes intervals.
  6943.     (adjust_intervals_for_deletion): Treat start as origin 1; our
  6944.     caller does.
  6945.     (set_point): Use buffer positions throughout, not a mix of buffer
  6946.     posns and origin zero posns.
  6947.     (get_local_map): Remove special case for POSITION at end of buffer;
  6948.     find_interval handles that case correctly.
  6949.     (verify_interval_modification): Remove special case for START at
  6950.     end of buffer.
  6951.     * textprop.c (validate_interval_range): End-of-buffer/string
  6952.     positions no longer need special handling.
  6953.  
  6954.     * intervals.c (make_new_interval): #if 0 this out.  Nobody calls it.
  6955.  
  6956.     * textprop.c (copy_text_properties): New function, from David
  6957.     Gillespie.
  6958.     * intervals.h: Declare copy_text_properties.
  6959.     * fns.c: #include "intervals.h".
  6960.     (Fsubstring): Copy text properties to result string.
  6961.     (concat): Copy text properties to result string.
  6962.     * ymakefile (fns.o): Note that this depends on INTERVAL_SRC.
  6963.  
  6964.     * print.c: Get rid of extra space at the end of print syntax for
  6965.     strings with intervals.
  6966.     [USE_TEXT_PROPERTIES] (print): Don't print a space before the
  6967.     interval property lists.
  6968.     [USE_TEXT_PROPERTIES] (print_interval): Print a space before this
  6969.     internal's properties, not after.
  6970.  
  6971.     * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
  6972.     "-DNeedFunctionPrototypes=0", to avoid lossage in DEC X11 header
  6973.     files.
  6974.     * ymakefile (really-oldXMenu): Pass C_SWITCH_X_MACHINE to the
  6975.     oldXMenu make.
  6976.  
  6977.     * doc.c (Fsubstitute_command_keys): Pass all five arguments to
  6978.     describe_map_tree.
  6979.  
  6980. Mon Jul  5 03:15:17 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  6981.  
  6982.     Compare the values of text properties using EQ, not Fequal.
  6983.     * intervals.c (intervals_equal): Call EQ, not Fequal.
  6984.     * textprop.c (interval_has_all_properties, add_properties): Same.
  6985.  
  6986.     * textprop.c (validate_interval_range): Don't increment both
  6987.     *begin and *end if they point to the same thing.
  6988.     (validate_plist): Call QUIT while scanning LIST.
  6989.  
  6990.     * intervals.c (intervals_equal): Test the return value of Fequal
  6991.     against Qnil, not 0.
  6992.  
  6993.     * keyboard.c (Vdouble_click_time): Renamed from double_click_time,
  6994.     and made a Lisp_Object instead of an int.  
  6995.     (make_lispy_event): If Vdouble_click_time is t, impose no time
  6996.     limit on double-clicks.
  6997.     (syms_of_keyboard): DEFVAR_LISP (not DEFVAR_INT)
  6998.     Vdouble_click_time (not double_click_time), and adjust doc string
  6999.     to say that `nil' means no double clicks, and `t' means no time
  7000.     limit.
  7001.  
  7002. Sun Jul  4 16:00:40 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  7003.  
  7004.     * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): New
  7005.     accessors.
  7006.  
  7007.     * s/sunos4-1.h (LIBS_SYSTEM): Don't link against -lresolv; that's
  7008.     only needed for misconfigured systems.
  7009.  
  7010. Sun Jul  4 00:51:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7011.  
  7012.     * keymap.c (describe_map_tree): When inserting TITLE, mention PREFIX.
  7013.     Insert newline at end, if inserted anything else.
  7014.     (describe_buffer_bindings): Corresponding changes.
  7015.     For minor mode maps, build up a title string,
  7016.     then let describe_map_tree insert it.
  7017.  
  7018.     * eval.c (Fsignal): Clarify error message.
  7019.  
  7020. Sat Jul  3 22:19:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7021.  
  7022.     * keyboard.c (read_char): After Fgarbage_collect, call redisplay.
  7023.  
  7024. Sat Jul  3 17:11:19 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  7025.  
  7026.     * frame.c (Fredirect_frame_focus): Allow redirection of focus of
  7027.     dead frames.
  7028.  
  7029.     * s/sunos4-1.h (LIBS_SYSTEM): Make this be -lresolv, so we get the
  7030.     versions of gethostbyname and such that use the DNS.
  7031.  
  7032. Sat Jul  3 02:58:05 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7033.  
  7034.     * fileio.c (Frename_file):
  7035.     After prompting for ok-if-already-exists, pass only nil or
  7036.     t to copy-file, never an integer.
  7037.  
  7038. Fri Jul  2 23:57:42 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7039.  
  7040.     * keymap.c (Faccessible_keymaps): Doc fix.
  7041.  
  7042. Fri Jul  2 18:48:58 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  7043.  
  7044.     * textprop.c (set_properties): Don't try to make undo records if
  7045.     OBJECT is a string.
  7046.  
  7047. Fri Jul  2 01:42:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7048.  
  7049.     * keyboard.c (read_key_sequence): When inserting `menu-bar' prefix,
  7050.     modify the position field to prevent doing so twice.
  7051.     Do all these forms of event expansion after replayed events also.
  7052.     Set last_real_key_start before each key.
  7053.     Use last_real_key_start in criterion for being the first event.
  7054.  
  7055.     * process.c (wait_reading_process_input): Do include the keyboard
  7056.     in the select, if read_kbd was a cons cell.
  7057.  
  7058. Thu Jul  1 22:25:05 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  7059.  
  7060.     * xterm.c (XTread_socket): When handing non-synthetic
  7061.     ConfigureNotify events, don't refer to the parent window
  7062.     descriptor.
  7063.  
  7064.     * textprop.c (set_properties): Add undo records to remove entirely
  7065.     new properties.  Only record old property values for those
  7066.     properties whose values have changed.
  7067.  
  7068. Thu Jul  1 19:56:28 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7069.  
  7070.     * callint.c (Vmark_even_if_inactive): New var, with Lisp variable.
  7071.     (check_mark): Use it.
  7072.  
  7073. Thu Jul  1 00:03:50 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7074.  
  7075.     * xfaces.c [XOS_NEEDS_TIME_H]: #undef USG while #including
  7076.     <X11/Xos.h>, so that file doesn't try to define struct timeval and
  7077.     struct timezone.
  7078.  
  7079.     * xterm.c (frame_highlight, frame_unhighlight): Don't test
  7080.     Vx_no_window_manager.  BLOCK_INPUT around the border manipulation
  7081.     calls.
  7082.  
  7083. Wed Jun 30 16:12:09 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7084.  
  7085.     * xterm.c (XTread_socket): Initialize event_found to zero, and
  7086.     pass a zeroed timeout to select, not a null pointer; the latter
  7087.     means "wait forever".
  7088.  
  7089.     * s/hpux8.h (random, srandom): No need to define these to be
  7090.     foo_random and foo_srandom; autoconf should autodetect when the
  7091.     real random functions are available.
  7092.  
  7093.     * xdisp.c (redisplay): If we're not already showing the region,
  7094.     then don't disable the single-line optimizations just because the
  7095.     mark isn't where we last displayed it.
  7096.  
  7097. Wed Jun 30 13:50:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7098.  
  7099.     * keyboard.c (syms_of_keyboard): Doc fix.
  7100.     (Vhelp_char): Renamed from help_char.
  7101.     (Vprefix_help_command): New Lisp variable.
  7102.     (read_key_sequence): Use that, for help char after prefix key.
  7103.  
  7104.     * keyboard.c (kbd_buffer_get_event):
  7105.     Clear f before calling mouse_position_hook.
  7106.  
  7107.     * emacs.c, callproc.c (PRIO_PROCESS): Definition deleted.
  7108.  
  7109.     * vm-limit.c (check_memory_limits): Make data_size and five_percent
  7110.     unsigned long.
  7111.  
  7112. Wed Jun 30 00:55:41 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7113.  
  7114.     * keyboard.c (kbd_buffer_get_event): Correctly generate
  7115.     switch-frame events when reading mouse motion events.
  7116.  
  7117. Tue Jun 29 19:05:54 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7118.  
  7119.     * xterm.c: Add CPP tangle from process.c to get definitions for
  7120.     FD_SET, etcetera.
  7121.     (XTread_socket): Use those macros when testing for dropped connection.
  7122.  
  7123. Tue Jun 29 01:27:22 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7124.  
  7125.     * alloc.c (mark_object): Add aborts in Lisp_Symbol case.
  7126.  
  7127.     * keymap.c (describe_map_tree): Insert key_heading here.
  7128.     New arg TITLE.
  7129.     (describe_buffer_bindings): Corresponding changes.
  7130.  
  7131.     * process.c (wait_reading_process_input): Use SIGIO only if defined.
  7132.  
  7133.     * keymap.c (shadow_lookup): New function.
  7134.     (describe_map_2): Call it.  SHADOW is now a list of maps.
  7135.     (describe_vector): Likewise.
  7136.     (describe_map): SHADOW is now a list of maps.
  7137.     (describe_map_tree): Likewise.
  7138.     (describe_buffer_bindings): Build suitable list to pass as SHADOW.
  7139.     (Faccessible_keymaps): New arg PREFIX.  Callers changed.
  7140.     (describe_map_tree): New arg PREFIX.
  7141.     (Fdescribe_bindings): New arg PREFIX.
  7142.     Pass to describe_buffer_bindings along with buffer.
  7143.     (describe_buffer_bindings): Extract PREFIX and pass along.
  7144.  
  7145. Mon Jun 28 15:18:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7146.  
  7147.     * keymap.c (describe_map_2): Cleanups.
  7148.     Check there's no previous definition in same keymap. 
  7149.  
  7150. Thu Jun 24 00:15:54 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7151.  
  7152.     * keyboard.c (read_char): Don't do idle autosaves if we're not
  7153.     interactive.
  7154.  
  7155. Wed Jun 23 21:32:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7156.  
  7157.     * xfns.c (Fx_create_frame): Check for internalBorder resource, as
  7158.     well as internalBorderWidth.
  7159.  
  7160.     * xterm.c (XTread_socket): Remove #if 0''s around code which tests
  7161.     for dropped connection (i.e. sigio but no events).
  7162.  
  7163. Tue Jun 22 02:58:40 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7164.  
  7165.     * keyboard.c (menu_bar_items, read_key_sequence): Use
  7166.     current_global_map, not global_map; the latter is only meant to be
  7167.     used for initial_define_key.
  7168.     * commands.h: Doc fix.
  7169.  
  7170.     * commands.h (Vglobal_mouse_map): Removed; unused.
  7171.     * xfns.c (Vglobal_mouse_map): Same.
  7172.  
  7173.     * buffer.c (list_buffers_1): Make desired_point a lisp object; set
  7174.     it to nil, unless we find the current buffer.
  7175.     (Flist_buffers): Don't try to set point in the buffer list unless
  7176.     list_buffers_1 actually returns an integer.  Don't use a full
  7177.     save_excursion; just save and restore the buffer.
  7178.  
  7179.     Separate parameter faces (those created and modified by the user)
  7180.     from the computed faces (the combinations created by
  7181.     compute_char_face), so that we don't waste global face id's.
  7182.     * xterm.h (struct x_display): Replace the fields faces and n_faces
  7183.     with fields param_faces, n_param_faces, computed_faces,
  7184.     n_computed_faces, and size_computed_faces.
  7185.     (FRAME_FACES, FRAME_N_FACES): Replaced by...
  7186.     (FRAME_COMPUTED_FACES, FRAME_N_COMPUTED_FACES, FRAME_PARAM_FACES,
  7187.     FRAME_N_PARAM_FACES): New macros.
  7188.     * xfaces.c: Doc fixes.
  7189.     (init_frame_faces): Call new_computed_face to create entries for
  7190.     the default and mode line faces.  Use the FRAME...PARAM_FACES
  7191.     macros.
  7192.     (free_frame_faces): Use the FRAME...PARAM_FACES and
  7193.     FRAME...COMPUTED_FACES macros.  Don't use the copy flag; all
  7194.     parameter faces have real X resources, and all computed faces just
  7195.     have copies.  Free both the parameter and computed face arrays.
  7196.     (new_computed_face): New function.
  7197.     (intern_computed_face): Renamed from intern_frame_face; callers
  7198.     changed.  Call new_computed_face.
  7199.     (ensure_face_ready, compute_char_face, compute_glyph_face): Use the
  7200.     FRAME...PARAM_FACES macros.
  7201.     (recompute_basic_faces): Use the FRAME...PARAM_FACES and
  7202.     FRAME...COMPUTED_FACES macros.  Produce the computed faces by
  7203.     starting with the base faces and merging in the parameter faces.
  7204.     (Fset_face_attribute_internal): Use the FRAME...PARAM_FACES
  7205.     macros.  Just call recompute_basic_faces if the default or mode
  7206.     line faces have changed.
  7207.     * xfns.c (Fx_list_fonts): Use the FRAME...PARAM_FACES macros.
  7208.     * xterm.c (dumpglyphs): Use the FRAME...COMPUTED_FACES macros.
  7209.     * dispextern.h (struct face): Remove the copy member.  This is no
  7210.     longer necessary; all computed faces are copies, and no parameter
  7211.     faces are.
  7212.  
  7213.     * xfaces.c (face_vector, nfaces, nfaces_allocated): Make these
  7214.     static.
  7215.  
  7216.     * xdisp.c (redisplay_window): Remember to compute end relative to
  7217.     the start of the visible region, too.
  7218.  
  7219. Mon Jun 21 22:02:48 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7220.  
  7221.     * xrdb.c (get_user_db): Remember to free the screen-local resource
  7222.     string after we've merged its data into db.
  7223.  
  7224.     * keyboard.c (make_lispy_event): Added detection of double-click
  7225.     and triple-click events.
  7226.     (parse_modifiers_uncached, apply_modifiers_uncached): Same.
  7227.     (read_key_sequence): Coerce double-clicks to clicks, and triple-clicks
  7228.     to double-clicks or clicks, by analogy with drag events.
  7229.     (double_click_time): Added variable.
  7230.     * termhooks.h: Added multi-click event modifier bits.
  7231.  
  7232. Mon Jun 21 15:37:06 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7233.  
  7234.     * textprop.c (Fremove_text_properties, Fadd_text_properties):
  7235.     Really do next_interval when skipping the first interval.
  7236.  
  7237. Sun Jun 20 16:01:51 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7238.  
  7239.     * xfns.c (Fx_open_connection): Remember to block input while
  7240.     calling x_load_resources.
  7241.     * xrdb.c: Undo change of June 19th; it was a BLOCK_INPUT problem,
  7242.     not a server-specific bug.
  7243.  
  7244.     * alloc.c (Fgarbage_collect): If the minibuffer is active, don't
  7245.     display the "...done" message; allow the minibuffer to show again.
  7246.  
  7247.     * config.h.in (HAVE_LONG_FILE_NAMES): Add an #undef, for autoconf
  7248.     to chew on.  Re-arrange macros to reflect the ordering of the
  7249.     corresponding macros in configure.in, to facilitate this kind of
  7250.     checking.
  7251.  
  7252. Sat Jun 19 17:14:27 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7253.  
  7254.     * version 19.15 released.
  7255.  
  7256. Sat Jun 19 16:24:58 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7257.  
  7258.     * puresize.h (PURESIZE): Up this to 205000 for MULTI_FRAME Emaces,
  7259.     and 190000 for non-MULTI_FRAME Emaces.
  7260.  
  7261.     * xfaces.c (recompute_basic_faces): This shouldn't be declared static.
  7262.  
  7263.     * xrdb.c (get_user_db): Some NCD xterms seem to hang in
  7264.     XScreenResourceString.  Consult the ServerVendor and VendorRelease
  7265.     variables to see if we're talking to such a server.
  7266.  
  7267.     * xterm.c (XTread_socket): Never treat a modifier key as a
  7268.     non_ascii_keystroke.
  7269.  
  7270.         * emacs.c (Fkill_emacs): Pass third argument to shut_down_emacs.
  7271.     * lisp.h (shut_down_emacs): Doc fix.
  7272.  
  7273. Fri Jun 18 11:05:46 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  7274.  
  7275.     * frame.c (Fmake_frame_visible): Make this interactively callable;
  7276.     frames can accept input while iconified, so it makes sense to put
  7277.     this on a key.
  7278.  
  7279.     * xfaces.c: Add forward declaration for recompute_basic_faces.
  7280.  
  7281.     * fileio.c (Fset_visited_file_modtime): We're only passing two
  7282.     arguments to the file name handler; use call2, not call3.
  7283.  
  7284.         Changes for Irix 4.0, tested this time:
  7285.     * s/irix4-0.h: Get rid of our fake definitions for setpgrp and
  7286.     getpgrp.
  7287.     * callproc.c (Fcall_process): Go ahead and use the USG calling
  7288.     convention for setpgrp.
  7289.     * ymakefile (pre-crt0.o): Add rule for this.  Perhaps it will help
  7290.     separate-source-directory compilation.
  7291.     * emacs.c (shut_down_emacs): Some USG systems #define
  7292.     EMACS_HAVE_TTY_PGRP; call getpgrp as appropriate for such systems.
  7293.     * sysdep.c (sys_suspend): Call getpgrp as appropriate for USG and
  7294.     non-USG.
  7295.  
  7296.     * sysdep.c (rename): Make arguments const.  autoconf #defines
  7297.     const away on systems which don't have it; any system with
  7298.     prototypes will declare the arguments const (the ones to which I
  7299.     have access do); and systems without prototypes won't notice.
  7300.  
  7301.     * process.c [IRIX] (create_process): Don't put child in process
  7302.     group zero before opening the tty; Irix is like USG in this
  7303.     regard.
  7304.  
  7305.     * s/isc2-2.h, s/linux.h, s/usg5-4.h, m/alliant-2800.h, m/convex.h,
  7306.     m/pfa50.h: Remove #definition of HAVE_CLOSEDIR; autoconf figures
  7307.     this out.
  7308.  
  7309.     * xfns.c: Always #include "bitmaps/gray.xbm"; the bitmaps seem to
  7310.     be missing on some systems, and there's no point in having
  7311.     configure check; it should work fine to always use our copy.
  7312.  
  7313.     * minibuf.c (Fread_minibuffer): Add missing semicolon after
  7314.     CHECK_STRING macro.
  7315.  
  7316. Thu Jun 17 19:29:56 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7317.  
  7318.     * Version 19.14 released.
  7319.  
  7320. Thu Jun 17 15:05:29 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7321.  
  7322.     * m/iris4d.h (LIB_STANDARD): Do *not* include -lbsd.  We are
  7323.     now calling the BSD[sg]etpgrp functions directly, so this library
  7324.     is not needed; it just provides the BSD[sg]etpgrp functions under
  7325.     the [sg]etpgrp names.
  7326.  
  7327.     * callproc.c [IRIX] (child_setup): Don't call setpgrp this time.
  7328.     It's already been called up in Fcall_process, and create_process.
  7329.  
  7330.     * callproc.c (Fcall_process, child_setup): If IRIX is #defined,
  7331.     call setpgrp with arguments, even if USG is #defined.
  7332.     * process.c [IRIX] (create_process): Don't call setpgrp before
  7333.     opening the pty.  Call it after doing the TIOCNOTTY ioctl.
  7334.  
  7335.     * xfaces.c (compute_base_face): Initialize the face's stipple.
  7336.     Although we don't use this feature now, face_eql notices it.
  7337.  
  7338.     * xfaces.c (compute_base_face): Set cached_index to an invalid
  7339.     index, to avoid an unnecessary comparison.
  7340.  
  7341.     * keyboard.c (read_key_sequence): Don't confuse mock input with
  7342.     function-key-map expansion, and continue reading mock events when
  7343.     the current sequence is unbound.
  7344.  
  7345.     * keyboard.c (read_key_sequence): After providing a prefix symbol
  7346.     for a mouse event, modify the mouse event to indicate that that
  7347.     won't need to be done again, by putting the event's position
  7348.     symbol in a list.
  7349.  
  7350.     * keyboard.c (read_key_sequence): When returning mock input which
  7351.     has run off the end of the current maps, make sure the events get
  7352.     echoed, and make it into this-command-keys.
  7353.  
  7354.     * keyboard.c (read_key_sequence): When re-reading a previously
  7355.     read mouse click which requires a prefix symbol, make sure to set
  7356.     last_real_key_start appropriately, so we can properly drop
  7357.     button-down events.
  7358.  
  7359. Thu Jun 17 00:07:22 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7360.  
  7361.     * ymakefile (really-oldXMenu): Pass C_SWITCH_MACHINE down.
  7362.  
  7363.     * intervals.c (verify_interval_modification): Don't just test
  7364.     Qread_only prop; use INTERVAL_WRITABLE_P.
  7365.  
  7366.     * syntax.c (scan_lists, Fforward_comment): #if 0 the code
  7367.     to treat two-character comment enders with a special shortcut.
  7368.  
  7369. Wed Jun 16 22:16:40 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7370.  
  7371.     * config.h.in (HAVE_CLOSEDIR): Add an #undef for autoconf to
  7372.     change.
  7373.     * sysdep.c (closedir): Only define this if autoconf can't find
  7374.     HAVE_CLOSEDIR.  If we're running under solaris (defined (sun) &&
  7375.     defined (USG5_4)), then don't free the buffer separately.
  7376.  
  7377.     * keyboard.c (read_key_sequence): If we add events to a key
  7378.     sequence that didn't come from the input stream (e.g. `mode-line'
  7379.     prefixing a mouse click, or an expansion from function-key-map),
  7380.     and end up with a sequence that runs off the end of the current
  7381.     maps, return the entire key sequence, not just the initial portion
  7382.     which was bound or unbound.
  7383.  
  7384.     * xdisp.c (redisplay_window): Do not subtract one from start
  7385.     before passing it to the set_vertical_scroll_bar_hook.
  7386.  
  7387.     * lisp.h (CHECK_LIST, CHECK_STRING, CHECK_CONS, CHECK_SYMBOL,
  7388.     CHECK_VECTOR, CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW,
  7389.     CHECK_PROCESS, CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER,
  7390.     CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT,
  7391.     CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY): Wrap a do
  7392.     ... while (0) around these compound statements to make them
  7393.     syntactically equivalent to a single statement.
  7394.  
  7395. Wed Jun 16 18:37:24 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7396.  
  7397.     * editfns.c (Finsert_buffer_substring): Doc fix.
  7398.  
  7399. Wed Jun 16 10:12:49 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7400.  
  7401.     Don't let the 'B' interactive spec default to buffers viewed in
  7402.     any visible frame.
  7403.     * buffer.c (Fother_buffer): Pass Qt as the second argument
  7404.     to Fget_buffer_window.
  7405.     * window.c (window_loop): In GET_BUFFER_WINDOW case, ignore
  7406.     non-visible frames.
  7407.     (Fget_buffer_window): Change doc string to mention that passing Qt
  7408.     for the FRAME argument returns windows on visible frames only.
  7409.  
  7410.         Changes for correct pgrp behavior; approach suggested by Bob
  7411.     Glickstein <bobg@zindigo.z-code.com>:
  7412.     * m/iris4d.h (LIB_STANDARD): Do list -lbsd here.
  7413.     * s/irix4-0.h (getpgrp, setpgrp): #define these to call BSDgetpgrp
  7414.     and BSDsetpgrp.
  7415.     (GETPGRP_NO_ARG): Don't #define this.
  7416.     * emacs.c (main): Don't test GETPGRP_NO_ARG.
  7417.     * sysdep.c (sys_suspend): Don't test GETPGRP_NO_ARG.
  7418.  
  7419.     * Makefile.in (CPP): New variable, set by the top-level Makefile.
  7420.  
  7421.     * m/delta88k.h (HAVE_GETTIMEOFDAY): Don't #define this; autoconf
  7422.     takes care of that.
  7423.     (LIBS_SYSTEM): Don't attempt to #define this if we already have a
  7424.     definition of LIB_SYSTEM from s/usg5-4.h.
  7425.  
  7426.     * unexec.c [HPUX] (sbrk): This returns a void *.
  7427.  
  7428.     * window.c (check_frame_size): Allow minibuffer-only frames to be
  7429.     one line high.
  7430.  
  7431.     * frame.c (store_frame_param): Fix error message punctuation.
  7432.  
  7433.     * callproc.c [IRIX] (child_setup): Don't set the pgroup.
  7434.  
  7435.     * s/isc3-0.h (memmove): #define this to call safe_bcopy.
  7436.  
  7437.     * buffer.c (list_buffers_1): Return the desired point.
  7438.     (Flist_buffers): Put point there in the buffer summary.
  7439.  
  7440.         Bring mumbleclean targets into conformance with GNU coding standards.
  7441.     * Makefile.in (mostlyclean): New target.
  7442.     (clean): Just call mostlyclean.  Get rid of ../etc/DOC too.
  7443.     (distclean): Use clean to do most of the work.
  7444.     Get rid of ../etc/DOC-* too.
  7445.     (realclean): New target.
  7446.  
  7447.     * xdisp.c (redisplay_window): Do not subtract BEGV to compute
  7448.     the scroll bar handle's end.
  7449.  
  7450. Tue Jun 15 03:47:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7451.  
  7452.     * xmenu.c (xmenu_show): Store 0 in *ERROR at the beginning.
  7453.  
  7454.     * fileio.c (Finsert_file_contents): Two new args, BEG and END.
  7455.  
  7456.     * intervals.c (adjust_intervals_for_insertion): By default, copy
  7457.     properties from before the insertion.
  7458.  
  7459. Mon Jun 14 13:29:51 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7460.  
  7461.     * syntax.c (scan_sexps_forward): Set state.comstart to before the
  7462.     comment starter, not after.
  7463.  
  7464.     * xmenu.c (Fx_popup_menu): Call keymap_panes right in one-keymap case.
  7465.  
  7466. Mon Jun 14 11:06:35 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7467.  
  7468.     * s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc,
  7469.     and #define the latter.
  7470.  
  7471.     * xdisp.c (display_text_line): Use temporary variable.
  7472.  
  7473. Mon Jun 14 03:05:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7474.  
  7475.     * window.c (Fdelete_window): Handle deleting a parent of the
  7476.     selected window.
  7477.  
  7478. Sun Jun 13 04:10:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7479.  
  7480.     * fileio.c (Fset_visited_file_modtime): Don't give the handler
  7481.     the filename as an argument.
  7482.  
  7483.     * syntax.c (scan_lists, Fforward_comment): Pass 0 as commentstop arg
  7484.     to scan_sexps_forward.
  7485.     (scan_sexps_forward, char_quoted): Now static.
  7486.     (describe_syntax, describe_syntax_1): Now static.
  7487.  
  7488.     * undo.c (Fprimitive_undo): Rename arg to N to avoid conflict.
  7489.  
  7490.     * window.c (Fdelete_window): Mostly undo last change.
  7491.     Don't initialize `frame' in the declaration.
  7492.  
  7493.     * Make prefix keys work with keymap inheritance
  7494.     by creating an inheritance structure for each subkeymap
  7495.     that we create in the inheriting keymap.
  7496.     * keymap.c (access_keymap): New arg NOINHERIT.  All calls changed.
  7497.     (define_as_prefix): New function.
  7498.     (Fdefine_key): Use them.
  7499.  
  7500. Sat Jun 12 19:52:07 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7501.  
  7502.     * emacs.c (shut_down_emacs): New arg STUFF.  Stuff input here.
  7503.     (Fkill_emacs, fatal_error_signal): Pass new arg.
  7504.     * xterm.c (x_connection_closed): Pass new arg.
  7505.  
  7506.     * dired.c (Ffile_attributes): Give -1 as size if size won't fit.
  7507.  
  7508.     * intervals.c (set_point): When moving over invis chars,
  7509.     don't screw up at end of buffer.
  7510.  
  7511.     * eval.c (call5, call6): New functions.
  7512.     (call1, call2, call3, call4): Renumber the args.
  7513.     * lread.c (Fload): Use call5.
  7514.     * fileio.c (Fcopy_file): Pass all the args to the handler.
  7515.     (Fwrite_region): Use call6.
  7516.     (Frename_file): Look for handler for newname.
  7517.     (Fadd_name_to_file): Pass arg ok_if_already_exists to handler.
  7518.     (Fmake_symbolic_link): Likewise.
  7519.     (Ffile_newer_than_file_p): Check both file names for handler.
  7520.  
  7521. Sat Jun 12 13:35:37 1993  John Hughes  (john@moonlite.CalvaCom.fr)
  7522.  
  7523.     * term.c (term_get_fkeys): Use `prior', not `previous', for %8/kP.
  7524.  
  7525. Sat Jun 12 13:00:03 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7526.  
  7527.     * sysdep.c (child_setup_tty): Remove duplicate settings for VQUIT
  7528.     and VINTR.
  7529.  
  7530.     * sysdep.c [ultrix] (init_sys_modes): Don't set LLITOUT; it
  7531.     disables the meta key.
  7532.  
  7533.     * frame.c (Fmouse_position, Fset_mouse_position): Doc fix.
  7534.  
  7535.     * xfns.c [! HAVE_X11R5] (Fx_rebind_key): Recognize that
  7536.     XK_Mode_switch and XK_Num_Lock are modifier keysyms too.
  7537.  
  7538.     * xterm.c (XTset_vertical_scroll_bar): Use double type for
  7539.     intermediate results in scaling.
  7540.  
  7541. Sat Jun 12 12:56:36 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7542.  
  7543.     * undo.c (syms_of_undo): Set up Qinhibit_read_only.
  7544.     (Fprimitive_undo): Sometimes bind inhibit-read-only to t.
  7545.  
  7546.     * minibuf.c (read_minibuf): Set and use mini_frame only if MULTI_FRAME.
  7547.  
  7548.     * xdisp.c (echo_area_display): Use XFASTINT on ->height.
  7549.     (copy_rope, copy_part_of_rope): Access *f as Lisp_Object.
  7550.  
  7551.     * window.c (Fdelete_window): Make `frame' a FRAME_PTR and use as such.
  7552.  
  7553.     * undo.c (record_delete): Always use XFASTINT on sbeg.
  7554.     (Fprimitive_undo): Add missing `else'.  Add USE_TEXT_PROPERTIES
  7555.     conditional for calling Fput_text_property.  Use XINT on high, low.
  7556.  
  7557.     * process.c (start_process_unwind): Use XINT.
  7558.  
  7559.     * syntax.c (Fset_syntax_table): Add XFASTINT.
  7560.  
  7561. Sat Jun 12 05:30:40 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7562.  
  7563.     * xterm.c (x_error_quitter, x_io_error_quitter): Remove calls to
  7564.     abort.  We can always run Emacs with _Xdebug set to 1.
  7565.  
  7566.     * ymakefile (really-oldXMenu): Remember backslash to extend command.
  7567.  
  7568.     * keyboard.c (read_key_sequence): When we generate a prefix symbol
  7569.     for a mouse event, store the actual mouse event in
  7570.     unread_command_events, so we don't lose it if the symbol isn't
  7571.     bound to a prefix.
  7572.  
  7573.     * config.h.in (HAVE_XRMSETDATABASE, HAVE_RANDOM, HAVE_LIBXBSD):
  7574.     Add #undefs for these.
  7575.     Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386.
  7576.     * xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of
  7577.     NO_XRM_SET_DATABASE; the latter isn't used any more.
  7578.     * m/delta88k, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM):
  7579.     Dyke out these #definitions; to avoid conflict with autoconf.
  7580.  
  7581.     * ymakefile (really-oldXMenu): Explicitly pass CC, CFLAGS, and
  7582.     MAKE to the oldXMenu make.
  7583.  
  7584.     * window.c (Fprevious_window): Use FRAME_HAS_MINIBUF_P to decide
  7585.     if the frame has a minibuffer; FRAME_MINIBUF_WINDOW points to the
  7586.     surrogate on minibufferless frames, not nil.
  7587.  
  7588. Sat Jun 12 00:43:07 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7589.  
  7590.     * keyboard.c (read_char): Set c properly as a Lisp int.
  7591.     (command_loop_1): Delete spurious use of XINT on c, a char.
  7592.  
  7593.     * frame.c: Doc fixes.
  7594.  
  7595.     * data.c (cons_to_long): Declare top, bot as Lisp_Object.
  7596.  
  7597.     * floatfns.c (Fexpt): New local `val' for making integer to return.
  7598.  
  7599.     * keymap.c (Fcopy_keymap): Check Fkeymapp value with NILP.
  7600.     (get_keymap_1): Add missing semicolon.
  7601.     (describe_vector_princ): Align to column 16.
  7602.  
  7603.     * emacs.c (main) [GETPGRP_NO_ARG]: Really pass no arg to getpgrp.
  7604.  
  7605. Fri Jun 11 16:49:38 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7606.  
  7607.     * xterm.c (XTmouse_position): Don't set *f at all unless we win.
  7608.  
  7609.     * process.c (read_process_output): Don't deactivate the mark.
  7610.     Do restore Vdeactivate_mark, so that no one else deactivates it.
  7611.  
  7612.     * buffer.c (Fgenerate_new_buffer_name): GENTEMP is the value to
  7613.     compare against IGNORE.
  7614.  
  7615. Fri Jun 11 12:15:29 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7616.  
  7617.         Interact properly with shells lacking job control (sh, rc, es...)
  7618.     * sysdep.c [BSD] (inherited_pgroup): New variable.
  7619.     (narrow_foreground_group, widen_foreground_group): New functions.
  7620.     (init_sys_modes): Call narrow_foreground_group.
  7621.     (reset_sys_modes): Call widen_foreground_group.
  7622.     * emacs.c [BSD] (inherited_pgroup): Add extern declaration.
  7623.     [BSD] (main): Set inherited_pgroup, and put ourselves in our own
  7624.     pgroup.
  7625.  
  7626. Fri Jun 11 11:41:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7627.  
  7628.     * xfns.c (syms_of_xfns): Don't set up Qicon.
  7629.     (Qicon): Declaration deleted.
  7630.     * frame.h (Qicon): Declared.
  7631.  
  7632.     * frame.c (Fmouse_position): Set up defaults before calling the hook.
  7633.  
  7634. Fri Jun 11 07:17:59 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7635.  
  7636.     * xdisp.c (redisplay_window): Don't call try_window_id if the
  7637.     window isn't starting at the beginning of the line.
  7638.  
  7639.     * window.c (Fprevious_window): Typo.
  7640.  
  7641. Fri Jun 11 03:13:54 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7642.  
  7643.     * ymakefile (alloca.o): Delete allocatem.c, not allocax.c.
  7644.  
  7645.     * textprop.c (Fset_text_properties): No special case for props = nil.
  7646.  
  7647.     * xfns.c (Fx_list_fonts): If names is 0, just return nil.
  7648.  
  7649. Fri Jun 11 02:43:09 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7650.  
  7651.     * xterm.c (x_new_font): If font_names is zero, that's all the
  7652.     indication we get that no matches were found.
  7653.  
  7654.     * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
  7655.     inherited from usg5-3.h; ISC doesn't have libX11_s.
  7656.     (LIBX11_SYSTEM): Link against the static -lc, not -lc_s.
  7657.  
  7658. Thu Jun 10 17:14:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7659.  
  7660.     * lread.c (Fload): Forward all 4 args to magic-name handler.
  7661.  
  7662. Thu Jun 10 03:25:20 1993  Shane Hartman  (shane@nugget.spr.com)
  7663.  
  7664.         * window.c (Fscroll_left): Make argument optional.
  7665.         (Fscroll_right): Ditto.
  7666.  
  7667. Thu Jun 10 01:18:09 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7668.  
  7669.     * search.c (Flooking_at, Fstring_match, fast_string_match,
  7670.     search_buffer): Don't block input while calling searching and
  7671.     matching functions.  These functions may not call malloc under
  7672.     Emacs anyway, and we need to be able to check for C-g.
  7673.  
  7674.     * xrdb.c (get_user_db): Get the screen-specific database too.
  7675.  
  7676.     * syntax.c (scan_lists, Fforward_comment): Call scan_sexps_forward
  7677.     with the proper number of arguments.
  7678.  
  7679.     * sysdep.c: Remove clause for DGUX support of FASYNC; add clause
  7680.     to #undef FASYNC if BROKEN_FASYNC is #defined.
  7681.  
  7682.     * filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to
  7683.     interface nicely with autoconf.
  7684.     * m/delta.h: Don't #define SHORT_FILE_NAMES; autoconf does this
  7685.     for us.
  7686.  
  7687.     * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
  7688.     (BSD4_4, SVR4, HAVE_SETSID, HAVE_UNIX_DOMAIN): #define these.
  7689.     (FIRST_PTY_LETTER): This is 'r', not 'p'.
  7690.     (HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Don't #define these.
  7691.     (HAVE_TERMIOS): #define these instead.
  7692.     (XREBINDKEYSYM):  Don't #define.
  7693.     Test THIS_IS_YMAKEFILE instead of MAKING_MAKEFILE.
  7694.     (sigmask, sigpause): #undef these after #including <signal.h>.
  7695.     (LD_SWITCH_SYSTEM, START_FILES, LIBS_SYSTEM, LIB_GCC): #define
  7696.     these to avoid problems with /lib/crt0.o.
  7697.     (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): #define these.
  7698.  
  7699.     * s/dgux.h (BROKEN_FASYNC): #define this.
  7700.  
  7701.     * fileio.c (Frename_file): Pass all arguments to the file name handler.
  7702.     * eval.c (call4): New function.
  7703.  
  7704. Wed Jun  9 00:36:00 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7705.  
  7706.     * s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this.
  7707.  
  7708.     * process.c (sigchld_handler): Add cast, to avoid warnings on Linux.
  7709.     (Fopen_network_stream): Cast the second argument to connect, to
  7710.     avoid warnings on any system that provides prototypes for connect.
  7711.  
  7712.     * xdisp.c (display_text_line): Handle case where line ends in a
  7713.     continuation character but we never actually displayed any buffer
  7714.     text (due to minibuffer prompt).
  7715.  
  7716.     * xterm.c (x_is_vendor_fkey): New function.
  7717.     (XTread_socket): Call it to recognize vendor-specific function keys.
  7718.  
  7719.     * s/dgux.h: Move #definition of SYSTEM_MALLOC outside of
  7720.     MAKING_MAKEFILE conditional.  No harm.
  7721.  
  7722.     * xfaces.c (init_frame_faces): Remove assumption that the selected
  7723.     frame must be an X frame whenever there is already an X frame.
  7724.  
  7725. Tue Jun  8 23:54:04 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7726.  
  7727.     * alloc.c (emacs_blocked_malloc, emacs_blocked_realloc): Cast the
  7728.     return values of malloc and realloc, to placate compilers.
  7729.  
  7730. Tue Jun  8 12:24:22 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7731.  
  7732.     * window.c (Fprevious_window): When changing frames,
  7733.     use the new frame's minibuffer if any.
  7734.  
  7735.     * intervals.h (INTERVAL_WRITABLE_P): Fix backwards tests.
  7736.  
  7737.     * m/tekXD88.h: Rewrite by author.
  7738.  
  7739. Tue Jun  8 00:38:15 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  7740.  
  7741.     * Version 19.13 released.
  7742.  
  7743.     * ymakefile (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): Remove these;
  7744.     people shouldn't edit this file to choose optimization and
  7745.     debugging switches anyway.  ../configure will set CFLAGS to an
  7746.     appropriate default, which they will be able to override.
  7747.     * Makefile.in (xmakefile): Don't try to turn -g and -O in
  7748.     CFLAGS into C_DEBUG_SWITCH and C_OPTIMIZE_SWITCH.  CFLAGS should
  7749.     be the sole source of such switches, so that setting CFLAGS
  7750.     controls them completely.
  7751.  
  7752. Mon Jun  7 23:54:46 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  7753.  
  7754.     * config.h.in (HAVE_LIBDNET): New macro, to be defined by
  7755.     ../configure.
  7756.     * m/pmax.h (LIBS_MACHINE): Only put "-ldnet" here if HAVE_LIBDNET
  7757.     is #defined.
  7758.  
  7759. Mon Jun  7 00:10:09 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7760.  
  7761.     * fileio.c (syms_of_fileio): Set up Qset_visited_file_modtime.
  7762.     (Fset_visited_file_modtime): Use the proper operation.
  7763.  
  7764.     * sysdep.c (init_baud_rate) [HAVE_TERMIOS]: Use cfgetospeed.
  7765.  
  7766.     * systty.h: Add NO_TERMIO conditional.
  7767.  
  7768.     * textprop.c (Fadd_text_properties): Don't treat the initial
  7769.     interval specially, aside from splitting off the part starting
  7770.     where we want to start changing things.
  7771.     (Fremove_text_properties): Likewise.
  7772.     For ending interval, split it left as in Fadd_text_properties.
  7773.     (Fset_text_properties): Don't set starting interval if it goes
  7774.     past END.  Instead, split it left and set the left part.
  7775.  
  7776.     * keymap.c (Fdescribe_vector): Use current buf, not standard-output.
  7777.     (describe_vector_princ): Add newline at end.
  7778.  
  7779.     * keymap.c (store_in_keymap, access_keymap): Use CHAR_META
  7780.     when clearing excess high bits.
  7781.  
  7782.     * s/dgux.h (INTERRUPTIBLE_*): Fix spelling of macros.
  7783.  
  7784.     * s/hpux9.h (SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and
  7785.     #undefs deleted.
  7786.  
  7787.     * keymap.c: Doc fix.
  7788.  
  7789.     * buffer.c (Fdelete_overlay): Do nothing if overlay already deleted.
  7790.     Bind inhibit-quit to t.
  7791.     (Fmove_overlay): Properly handle changing buffers, or no prev buffer.
  7792.     Bind inhibit-quit to t.
  7793.  
  7794.     * lread.c (syms_of_lread): Set up Qload.
  7795.     (Fload): Handle magic file names.
  7796.  
  7797. Mon Jun  7 17:07:28 1993  Shane Hartman  (shane@nugget.spr.com)
  7798.  
  7799.         * xterm.c (x_caught_error_message): Change type to char* from char*[].
  7800.         (X_CAUGHT_ERROR_MESSAGE_SIZE): New macro.
  7801.         (x_error_catcher): Corresponding changes.
  7802.         (x_catch_errors): Corresponding changes.
  7803.         (x_check_errors): Do not free x_caught_error_message.
  7804.         (x_uncatch_errors): Set x_caught_error_message to 0 after freeing it.
  7805.  
  7806. Sun Jun  6 18:38:55 1993  Paul Eggert  (eggert@twinsun.com)
  7807.  
  7808.     * uaf.h (uaf$v_thursday): Fix misspelling of "thursday".
  7809.  
  7810.     * floatfns.c (Fceiling): Fix spelling of "ceiling".
  7811.  
  7812. Sun Jun  6 13:41:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7813.  
  7814.     * ymakefile [__GNUC__ >= 2] (LIB_GCC): Delete spurious -L.
  7815.  
  7816.     * m/tekXD88.h (HAVE_RENAME): Deleted.
  7817.  
  7818.     * data.c (Ffset): Delete special check for t and nil.
  7819.  
  7820.     * xfaces.c (same_size_fonts): Compare only the width.
  7821.  
  7822.     * dispnew.c: Include lisp.h earlier (before termhooks.h).
  7823.  
  7824.     * editfns.c (Fcurrent_time_zone): Add alternative for !HAVE_TM_ZONE.
  7825.     * systime.h [HAVE_TZNAME]: Declare tzname if not macro.
  7826.     * config.h.in (HAVE_TZNAME): Add #undef.
  7827.  
  7828. Sun Jun  6 13:42:35 1993  Nobuyuki Hikichi  (hikichi@sra.co.jp)
  7829.  
  7830.     * m/news-risc.h (NO_MODE_T): Defined.
  7831.     (LINKER): Add #undef.
  7832.  
  7833. Sun Jun  6 02:44:47 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7834.  
  7835.     * keymap.c (access_keymap, store_in_keymap): Discard meaningless
  7836.     high bits of a character event.
  7837.  
  7838. Sat Jun  5 04:04:33 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7839.  
  7840.     * lisp.h: Don't declare malloc or realloc.
  7841.  
  7842.     * xfns.c [EMACS_BIT_MAPS]: Include gray.xbm from ./bitmaps.
  7843.  
  7844.     * xterm.c (x_new_font): Don't give up right away if XListFontsWithInfo
  7845.     finds no fonts--try XLoadQueryFont anyway.
  7846.  
  7847.     * xfns.c (Fx_open_connection): Make `data' unsigned char.
  7848.  
  7849.     * window.c (Fset_window_configuration): If a window is supposed
  7850.     to have a buffer, always give it one.
  7851.  
  7852.     * xmenu.c (Fx_popup_menu): Error if we don't get a window
  7853.     or a frame somehow.
  7854.  
  7855.     * puresize.h: Test MULTI_FRAME, not HAVE_X_WINDOWS.
  7856.  
  7857.     * frame.c (Frubber_band_rectangle): Deleted.
  7858.     (syms_of_frame): Don't defsubr it.
  7859.  
  7860.     * xselect.c (x_get_foreign_selection): Handle x_selection_timeout
  7861.     as milliseconds, not as seconds.
  7862.     (syms_of_xselect): Doc fix to match.
  7863.  
  7864.     * m/mips4.h (MIPS2): Comment out define.
  7865.     (LIB_STANDARD): Delete -lisode.
  7866.  
  7867. Fri Jun  4 03:06:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7868.  
  7869.     * syssignal.h [POSIX] [!__GNUC__] (sys_sigmask): Add declaration.
  7870.  
  7871.     * alloc.c (make_event_array): Ignore bits above CHAR_META.
  7872.  
  7873.     * frame.c [!MULTI_FRAME] (Fframep): New dummy definition.
  7874.     (syms_of_frame): Defsubr that.
  7875.  
  7876.     * buffer.c (syms_of_buffer): Set up Lisp var inhibit-read-only.
  7877.     * lisp.h (Vinhibit_read_only): Declared.
  7878.     * buffer.c (Fbarf_if_buffer_read_only): Check Vinhibit_read_only.
  7879.     * cmds.c (Fnewline): Use Fbarf_if_buffer_read_only.
  7880.  
  7881.     * intervals.h (INTERVAL_VISIBLE_P): Use textget.
  7882.     (INTERVAL_WRITABLE_P): Use textget.
  7883.     Check Vinhibit_read_only.
  7884.  
  7885.     * window.c (syms_of_window): Always defvar pop-up-frames
  7886.     and pop-up-frame-function.
  7887.  
  7888.     * process.c (read_process_output): Deactivate the mark.
  7889.     Save and restore Vdeactivate_mark.
  7890.  
  7891.     * xfns.c (x_set_menu_bar_lines_1): Adjust just the uppermost child
  7892.     in a vertical split.  Adjust the hight counter to the top.
  7893.     (x_set_menu_bar_lines): Don't change overall frame height.
  7894.  
  7895. Fri Jun  4 12:41:07 1993  Francesco Potorti`  (pot@cnuce.cnr.it)
  7896.  
  7897.     * filelock.c (MAKE_LOCK_PATH): If SHORT_FILE_NAMES allocates
  7898.     different space and calls fill_in_lock_short_file_name.
  7899.     (fill_in_lock_short_file_name): New function for 14-chars hashed
  7900.     file names. Replaces fill_in_lock_file_name if SHORT_FILE_NAMES.
  7901.  
  7902. Thu Jun  3 00:07:07 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7903.  
  7904.     * sysdep.c (wait_for_termination): Fix sigpause in POSIX_SIGNALS case.
  7905.  
  7906.     * xterm.c (x_catch_errors): Fill in missing array size in cast.
  7907.  
  7908.     * Makefile.in (xmakefile): Depend on ../config.status.
  7909.  
  7910.     * buffer.c (init_buffer): Init default-directory of minibuffer.
  7911.  
  7912.     * m/iris4d.h (LIB_STANDARD): Delete -lbsd.
  7913.  
  7914.     * keyboard.c (read_key_sequence): Reset fkey_map when we find
  7915.     something at the end of Vfunction_key_map.
  7916.  
  7917.     * m/ibmrt-aix.h (HAVE_FTIME): Defined.
  7918.  
  7919.     * emacs.c (syms_of_emacs): Doc fix.
  7920.  
  7921.     * keyboard.c (read_char_menu_prompt): Now static.  Add declaration.
  7922.  
  7923.     * dispnew.c (Fredraw_display): Redraw all visible frames.
  7924.     (redraw_garbaged_frames): New function.
  7925.     * xdisp.c (redisplay, echo_area_display): Use redraw_garbaged_frames.
  7926.  
  7927.     * dispnew.c (do_pending_window_change): No need to clear
  7928.     FRAME_NEW_HEIGHT/WIDTH.  Do test width != 0.
  7929.  
  7930.     * xterm.c (x_wm_set_size_hint): Handle XGetNormalHints returning 0.
  7931.  
  7932.     * xfns.c (x_set_frame_parameters): Process all parms in reverse order.
  7933.  
  7934.     * frame.h (FRAME_MINIBUF_WINDOW): Use minibuffer_window.
  7935.  
  7936. Wed Jun  2 16:12:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7937.  
  7938.     * sysdep.c (init_sys_modes): Disable VLNEXT char.
  7939.     Also VWERASE, VREPRINT, VDISCARD.
  7940.  
  7941.     * xfaces.c: Test XOS_NEEDS_TIME_H, not HPUX, for including time.h.
  7942.     * s/sol2.h, s/hpux.h (XOS_NEEDS_TIME_H): Defined.
  7943.  
  7944. Wed Jun 2 20:11:29 1993  Francesco Potorti`  (pot@cnuce.cnr.it)
  7945.  
  7946.     * ymakefile (alloca.o): Use temp names allocax.o, allocax.s
  7947.  
  7948.     * m/delta.h (MOTOROLA_DELTA): Defined.
  7949.     (HAVE_SYSVIPC, BAT68K, BAT_ALLOCA): Deleted--obsolete.
  7950.     (STACK_DIRECTION, HAVE_X_WINDOWS): Deleted--configure knows.
  7951.     (C_SWITCH_MACHINE): Set to -ga if using the Green Hills compiler.
  7952.     (LIB_STANDARD, LIB_MATH): Defined to the 68881 versions.
  7953.     (LIBS_SYSTEM): -lbsd brings sigblock and sigsetmask.
  7954.     (sigsetmask): Undefined--it is in -lbsd.
  7955.     (LDAV_SYMBOL): Undefined--we have no such thing.
  7956.     (KERNEL_FILE): Defined to "/sysV68".
  7957.     (BSTRING, HAVE_SELECT, HAVE_UNISTD_H, HAVE_TIMEVAL): Defined.
  7958.     (SIGNALS_VIA_CHARACTERS): Defined.
  7959.     (memmove): Defined as memcpy--we have no memmove.
  7960.     (SIGIO, INTERRUPT_INPUT): Undefined--not yet tested.
  7961.     (SHORT_FILE_NAMES, CLASH_DETECTION): Defined.
  7962.  
  7963. Wed Jun  2 02:06:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7964.  
  7965.     * Version 19.12 released.
  7966.  
  7967.     * term.c (term_get_fkeys): Use correct names for F10 and up.
  7968.     Use the key sequence, not the termcap cap name, in Fdefine_key.
  7969.  
  7970.     * intervals.c (copy_intervals): Don't adjust total_length at the end.
  7971.     Set lengths of subintervals properly.
  7972.     (balance_intervals): Balance left as well as right.
  7973.  
  7974. Tue Jun  1 22:07:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7975.  
  7976.     * keymap.c (syms_of_keymap): Add missing 2nd arg to Fcons.
  7977.  
  7978. Tue Jun  1 00:27:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7979.  
  7980.     * x/esix5-4.h: Redone by Joe Kelsey.
  7981.  
  7982.     * xterm.c (x_new_font): Take out last change.
  7983.  
  7984.     * s/386bsd.h (BSD4_2): Defined.
  7985.  
  7986.     * fileio.c (Fwrite_region): Don't fsync if autosaving.
  7987.  
  7988.     * s/irix4-0.h (GETPGRP_NO_ARG): Defined.
  7989.     * emacs.c (shut_down_emacs): Handle GETPGRP_NO_ARG.
  7990.     * sysdep.c (sys_suspend): Handle GETPGRP_NO_ARG.
  7991.  
  7992.     * fileio.c [HPUX9]: Don't include errnet.h.
  7993.  
  7994.     * hftctl.c (hft_alrm): Don't return a value.
  7995.     Always declare to return void.
  7996.  
  7997.     * floatfns.c [!FLOAT_CHECK_ERRNO] (IN_FLOAT): New definition.
  7998.     (Flog): Fix argument of `log'.
  7999.  
  8000.     * m/pmax.h (KERNEL_FILE): New override definition.
  8001.  
  8002.     * keyboard.c (read_key_sequence) [!USE_TEXT_PROPERTIES]: Fix typo.
  8003.     (menu_bar_items) [!USE_TEXT_PROPERTIES]: Likewise.
  8004.  
  8005.     * s/isc3-0.h: #undef C_SWITCH_SYSTEM.
  8006.  
  8007.     * xselect.c (Fx_store_cut_buffer_internal): Handle empty string right.
  8008.  
  8009.     * xfaces.c (init_frame_faces): Don't look at selected_frame
  8010.     unless it is an X frame.
  8011.  
  8012.     * xfns.c (x_window): Use Vxrdb_name for res_name field.
  8013.     Delete the shortname stuff.
  8014.  
  8015.     * m/pmax.h (LIBS_MACHINE): Defined.
  8016.  
  8017.     * Version 19.11 released.
  8018.  
  8019. Tue Jun  1 00:07:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8020.  
  8021.     * xfns.c (x_set_menu_bar_lines): Use FRAME_NEW_HEIGHT and ..._WIDTH.
  8022.  
  8023.     * m/sparc.h [__GNUC__ >= 2]: Don't include alloca.h.
  8024.  
  8025.     * xterm.c (x_new_font): If XListFontsWithInfo finds nothing,
  8026.     try to load the font anyway.
  8027.  
  8028.     * ymakefile (emacs): Don't run inc-vers if ../lisp is read-only.
  8029.     (C_SWITCH_SITE_1): New make variable.
  8030.     (really-oldXMenu): Pass C_SWITCH_X_SITE_1 as C_SWITCH_X_SITE.
  8031.     Use C_SWITCH_SITE_1 to pass C_SWITCH_SITE.
  8032.  
  8033.     * s/386bsd.h: New file.
  8034.  
  8035. Mon May 31 14:04:22 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8036.  
  8037.     * fns.c (internal_equal): Don't let ints be equal to floats.
  8038.  
  8039.     * print.c (float_to_string): Skip `-' like digits when ensuring
  8040.     result looks like a float.
  8041.  
  8042.     * data.c (Frem): Fix result sign properly.
  8043.  
  8044.     * xrdb.c [__bsdi__]: ALternate decls of getpwuid and getpwnam.
  8045.  
  8046.     * emacs.c (main) [BSD]: Delete the setpgrp (both times).
  8047.  
  8048.     * m/ibmrs6000.h (NLIST_STRUCT): Defined.
  8049.  
  8050.     * ymakefile (GETLOADAVG_OBJ): New macro.
  8051.     (obj): Use that.
  8052.  
  8053.     * s/bsd386.h: New file.
  8054.  
  8055.     * term.c (term_get_fkeys): If not initialized, init Vfunction_key_map.
  8056.  
  8057.     * m/ibmrs6000.h: Delete ! __GNUC__ conditional.
  8058.     (LD_SWITCH_MACHINE): Defined.
  8059.     (ORDINARY_LINK): Defined unconditionally.
  8060.  
  8061.     * dispnew.c (update_frame): Make preempt_count positive.
  8062.     Defend against negative baud_rate.
  8063.     * scroll.c (calculate_scrolling): Defend against negative baud_rate.
  8064.  
  8065.     * mem-limits.h [__bsdi__]: Define BSD4_2.
  8066.  
  8067.     * xfns.c (x_window): In XSetClassHint, use a shortened version
  8068.     of the frame name.
  8069.  
  8070.     * s/hpux8.h (C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
  8071.  
  8072.     * xterm.c (XTread_socket, case KeyPress) [HPUX]: Test IsModifiedKey.
  8073.  
  8074.     * keyboard.c (kbd_buffer_get_event):
  8075.     Shorten the first MULTI_FRAME conditional.
  8076.  
  8077.     * s/usg5-4-2.h (HAVE_VFORK): Deleted.
  8078.  
  8079. Mon May 31 10:07:48 1993  James Clark  (jjc@jclark.com)
  8080.  
  8081.     * xselect.c (x_reply_selection_request): Call XFlushQueue.
  8082.  
  8083.     * window.c (Fset_window_buffer): Set window's force_start to Qnil.
  8084.  
  8085. Mon May 31 01:33:06 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8086.  
  8087.     * syntax.c (Fforward_comment): Set point to where scan stops,
  8088.     thus moving acros whitespace.  When moving fwd, treat Sendcomment
  8089.     as whitespace; likewise for Scomment when moving back.
  8090.     (scan_sexps_forward): New arg COMMENTSTOP.
  8091.     (Fparse_partial_sexp): Likewise.
  8092.  
  8093.     * xfns.c (Fx_create_frame): Use bitmapIcon, not iconType.
  8094.  
  8095. Sun May 30 20:04:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8096.  
  8097.     * data.c (float_arith_driver): Detect division by zero in advance.
  8098.     (arith_driver, Frem): Likewise.
  8099.  
  8100.     * xfns.c (Fx_list_fonts): Handle 0 for FRAME_FACES (f) [face_id]->font.
  8101.  
  8102.     * print.c (Fwith_output_to_temp_buffer): Doc fix.
  8103.  
  8104.     * sysdep.c (wait_for_termination): Delete LINUX conditionals.
  8105.  
  8106.     * s/linux.h (HAVE_TCATTR): Deleted.
  8107.     (BSD): Don't define.
  8108.     (read, write, open, close): Defined.
  8109.     (INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Defined.
  8110.     (C_SWITCH_SYSTEM): Defined.
  8111.  
  8112.     * xterm.c: Include systty.h; don't mess with FIONREAD.
  8113.     Don't include termio.h dorectly.
  8114.  
  8115.     * intervals.c (interval_deletion_adjustment): Delete unreachable abort.
  8116.  
  8117.     * fns.c (Fyes_or_no_p): Delete unreachable UNGCPRO.
  8118.  
  8119.     * keyboard.c (lispy_function_keys): Add `remove' key.
  8120.  
  8121. Sun May 30 19:24:09 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8122.  
  8123.     * buffer.c (Fgenerate_new_buffer_name): Doc fix.
  8124.  
  8125. Sun May 30 19:10:09 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8126.  
  8127.     * Makefile.in (clean): Delete libXMenu11.a.
  8128.  
  8129. Sun May 30 17:48:11 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  8130.  
  8131.     * m/mips.h (KERNEL_FILE): Set this to "/unix".
  8132.     * m/mips4.h (MIPS2): Go ahead and define this.
  8133.     (C_DEBUG_SWITCH): Add -DMips and -g3, and up Olimit to 2000.
  8134.  
  8135. Sun May 30 16:51:56 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8136.  
  8137.     * emacs.c (main) [AIX _I386]: Don't handle SIGIOINT.
  8138.  
  8139.     * lisp.h (UCHAR): Don't define if _UCHAR_T.
  8140.  
  8141.     * m/ibmps2-aix.h (HAVE_GETTIMEOFDAY): Deleted.
  8142.     (HAVE_SETSID, HAVE_TERMIOS): Defined.
  8143.     (HAVE_TERMIO): Add #undef.
  8144.     (SIGNALS_VIA_CHARACTERS): Defined.
  8145.     (C_DEBUG_SWITCH): Make definition empty.
  8146.     (LIBS_DEBUG): Defined.
  8147.     (BROKEN_TIOCGWINSZ, LIB_X11_LIB): Add #undef.
  8148.  
  8149.     * sysdep.c (child_setup_tty) [AIX SIGNALS_VIA_CHARACTERS]: Install
  8150.     something usefull in the VQUIT and VINTR.
  8151.     (emacs_set_tty): Try only 10 times to call tcsetattr.
  8152.     Don't use memcmp to test what it did.
  8153.  
  8154.     * systty.h [HAVE_TERMIOS _AIX _I386]: Include termios before termio.
  8155.  
  8156.     * dispnew.c (buffer_posn_from_coords): Since COL is already
  8157.     window-relative, don't subtract window_left.
  8158.  
  8159. Sun May 30 15:49:17 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  8160.  
  8161.     * xfaces.c (unload_color): Don't #include <X11/Intrinsic.h>,
  8162.     <X11/StringDefs.h>, or <X11/Xmu/Drawing.h>.  Just write out
  8163.     "unsigned long" instead of using the "Pixel" typedef; it's in the
  8164.     protocol, so it's not likely to change.
  8165.  
  8166.     * hftctl.c (hft_alrm): Declare and define this to return void, not
  8167.     int; the AIX #include files have prototypes for it.
  8168.  
  8169.     * s/aix3-2.h (LIBS_SYSTEM): Remove -lIM and -liconv from here...
  8170.     * m/ibmrs6000.h (LIBS_MACHINE): They're already here.  Doc fix.
  8171.  
  8172.     * Makefile.in (SUBMAKEFLAGS): Remember to propagate MAKE.
  8173.  
  8174. Sun May 30 14:18:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8175.  
  8176.     * s/sunos4-1-3.h: Delete the #undef of SYSTEM_MALLOC.
  8177.  
  8178.     * systty.h [IRIX4]: Include unistd.h.
  8179.  
  8180.     * s/irix4-0.h (IRIX4): Defined.
  8181.     (IRIS_UTIME): #undef this.
  8182.  
  8183.     * xfns.c (Fx_open_connection) [NO_XRM_SET_DATABASE]:
  8184.     Don't call XrmsSetDatabase.
  8185.  
  8186.     * xfaces.c: Fix HPUX conditional syntax.
  8187.  
  8188.     * s/hpux8.h (random, srandom): Defined.
  8189.  
  8190.     * s/usg5-4-2.h: Don't specify s/ dir in #include.
  8191.     * s/usg5-4-2.h (PTY_TTY_NAME_SPRINTF): Defined.
  8192.     (HAVE_SYSV_SIGPAUSE): #undef this.
  8193.  
  8194.     * sysdep.c (wait_for_termination): Add POSIX_SIGNALS alternative.
  8195.  
  8196. Sun May 30 13:01:54 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  8197.  
  8198.     * xfaces.c (init_frame_faces): We have to make sure that face ID's
  8199.     are valid on all frames or no frames; make sure F has allocated
  8200.     faces for any face valid on the selected frame.
  8201.  
  8202.     * s/hpux9.h: New file; don't use the GNU allocator.  Hope we fix
  8203.     this soon.
  8204.  
  8205. See ChangeLog.3 for earlier changes.
  8206.