home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / emacs-15.0.3 / etc / ChangeLog < prev    next >
Text File  |  1990-07-19  |  5KB  |  156 lines

  1. Sun Jul  8 18:18:00 1990  Richard Stallman  (rms at geech)
  2.  
  3.     * emacsclient.c [BSD]: Include errno.h.
  4.     Declare sys_nerr and sys_errlist.
  5.  
  6. Wed Jul  4 15:40:33 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  7.  
  8.     * wakeup.c: New file.
  9.     * Makefile (wakeup): New rule.
  10.  
  11. Wed May 30 15:40:59 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  12.  
  13.     * emacsclient.c: Print program name in error messages.
  14.     Handle failure of getwd.
  15.     Handle +LINE arguments in SYSVIPC case.
  16.     These are most of the changes already in the version 19 file.
  17.  
  18. Mon May 28 21:54:59 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  19.  
  20.     * loadst.c (main): Conditional to get load average on Apollo.
  21.  
  22. Sun Dec 24 23:54:28 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  23.  
  24.     * etags.c (readline): Separate out init of `pend'.
  25.  
  26. Thu Jun 15 12:53:43 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  27.  
  28.     * movemail.c [USG]: Define F_OK, etc., if not in header.
  29.  
  30. Fri May 12 22:08:09 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  31.  
  32.     * etags.c (readline): Split call to xrealloc for 3b1 cc bug.
  33.  
  34. Tue Apr 18 21:31:25 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  35.  
  36.     * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES.
  37.  
  38. Thu Mar 16 13:43:07 1989  Randall Smith  (randy at sugar-bombs.ai.mit.edu)
  39.  
  40.     * MACHINES: m-sequent.h works for symmetry also.
  41.  
  42. Mon Mar 13 17:03:06 1989  Randall Smith  (randy at sugar-bombs.ai.mit.edu)
  43.  
  44.     * MACHINES: Added note mentioning m-news3.0.h.
  45.  
  46. Tue Feb 21 12:58:55 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  47.  
  48.     * movemail.c: On sysv, include unistd.h.
  49.  
  50. Tue Jan  3 13:29:46 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  51.  
  52.     * movemail.c: Check access before doing real work.
  53.     Check that outfile is in a writable directory.
  54.     On fatal error, delete the lock file.
  55.  
  56. Fri Dec 30 16:37:27 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  57.  
  58.     * movemail.c: Use `access' to check input and output files.
  59.  
  60. Wed Dec 28 23:16:28 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  61.  
  62.     * emacsclient.c [USG]: Don't append cwd if abs pathname is spec'd.
  63.  
  64. Wed Nov 30 15:21:13 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  65.  
  66.     * movemail.c: Do fsync before closing output.
  67.  
  68. Tue Nov 29 09:59:54 1988  Richard Mlynarik  (mly at pickled-brain.ai.mit.edu)
  69.  
  70.         * movemail.c:  Better error message when can't create tempname.
  71.         This file needs a great deal of extra error-checking and lucid reporting...
  72.  
  73. Tue Nov 15 10:00:21 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  74.  
  75.     * movemail.c: Close output and check errors before deleting input.
  76.  
  77. Thu Aug  4 19:42:45 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  78.  
  79.     * emacsclient.c: Args like +DIGITS are passed through unchanged.
  80.  
  81. Tue Jul 12 22:08:00 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  82.  
  83.     * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
  84.     * emacsclient.c: Likewise.
  85.     In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
  86.  
  87. Thu Jun 23 08:40:53 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  88.  
  89.     * etags.c: Handle `typedef struct foo {' (price@mcc.com).
  90.     (istoken) New string-comparison macro.
  91.     (consider_token): New arg `level'.  New state `tag_ok' in `tydef'.
  92.  
  93. Tue Jun 14 04:25:58 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  94.  
  95.     * etags.c: Changes for VMS.
  96.     Always define ETAGS on VMS.
  97.     Define macros GOOD and BAD for success and failure exit codes.
  98.     (begtk, intk): Allow `$' in identifiers
  99.     (main): Don't support -B, -F or -u on VMS.
  100.     Alternate loop for scanning filename arguments.
  101.     (system): Delete definition of this function.
  102.  
  103.     * etags-vmslib.c (system): Undefine this; VMS now provides it.
  104.  
  105. Wed Jun  8 08:18:21 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  106.  
  107.     * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
  108.     around include of param.h.  (Like fns.c.)
  109.  
  110. Mon May 16 01:06:26 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  111.  
  112.     * loadst.c (load_average): Move load-average code to this new fn.
  113.     Add conditionals to compute load ave on UMAX.
  114.  
  115. Sat May 14 01:24:53 1988  Richard Stallman  (rms at lucky-charms.ai.mit.edu)
  116.  
  117.     * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
  118.     with opposite sense.
  119.  
  120. Fri May 13 18:09:39 1988  Chris Hanson  (cph at kleph)
  121.  
  122.     * emacsclient.c: Delete references to unused variable `out'.  This
  123.     caused a bus error when used under hp-ux.
  124.  
  125. Fri May  6 10:42:31 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  126.  
  127.     * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
  128.  
  129. Wed May  4 16:08:43 1988  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
  130.  
  131.     * etags.c (find_entries): `.t' or `.sch' means scheme code.
  132.  
  133. Fri Apr 29 00:22:26 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  134.  
  135.     * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
  136.  
  137. Thu Apr 28 08:55:46 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  138.  
  139.     * movemail.c: #undef close, since config can #define it on V.3.
  140.     * emacsclient.c, fakemail.c, loadst.c, server.c: likewise.
  141.  
  142. Tue Apr 26 07:33:01 1988  Richard Stallman  (rms at lucky-charms.ai.mit.edu)
  143.  
  144.     * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
  145.     invalid escape sequences such as `\{'.
  146.  
  147.     * loadst.c: Add `sequent' conditional for file dk.h.
  148.  
  149. Sun Mar 20 13:17:13 1988  Richard M. Stallman  (rms at wilson)
  150.  
  151.     * server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
  152.  
  153.     * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
  154.  
  155.  
  156.