[120] in SIPB_Linux_Development
[ckclark@ATHENA.MIT.EDU : Emacs 19.19 installed in emacs19 locker]
daemon@ATHENA.MIT.EDU (Calvin Clark)
Thu Aug 19 19:44:12 1993
Date: Thu, 19 Aug 93 19:43:32 -0400
From: Calvin Clark <ckclark@mit.edu>
To: emacsdev@athena.mit.edu
Cc: linux-dev@athena.mit.edu
------- Forwarded transaction
[0437] ckclark@ATHENA.MIT.EDU Emacs_Hackers 08/19/93 19:42 (66 lines)
Subject: Emacs 19.19 installed in emacs19 locker
This version may be flakey in terminal mode. Please make sure to report
any problems to emacsdev@athena.mit.edu. I took the linux version out
of the locker because I couldn't compile the new version due to the fact
that quiche is broken; /sbin and /usr/sbin are no longer there (I think
someone mounted msdos or some crap and messed it up), and I'm not going
to bother doing linux stuff until someone fixes the one linux machine I
have access to.
Here is the announcement of 19.19:
From rms@gnu.ai.mit.edu Thu Aug 19 19:32:23 1993
Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!spool.mu.edu!howland.reston.ans.net!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!gnu.ai.mit.edu!rms
From: rms@gnu.ai.mit.edu (Richard Stallman)
Newsgroups: gnu.emacs.announce,comp.emacs
Subject: Please try Emacs 19.19
Date: 15 Aug 1993 23:59:53 -0400
Organization: Gatewayed from the GNU Project mailing list info-gnu-emacs@prep.ai.mit.edu
Lines: 40
Sender: daemon@cis.ohio-state.edu
Approved: info-gnu-emacs@prep.ai.mit.edu
Distribution: world
Message-ID: <9308150704.AA09431@mole.gnu.ai.mit.edu>
Xref: senator-bedfellow.mit.edu gnu.emacs.announce:85 comp.emacs:18339
Emacs 19.19 is now available for ftp in /pub/gnu/emacs-19.19.tar.gz.
Compressed diffs from 19.18, in emacs-19.18-19.19.diff.gz, are about
90k.
The main purpose of 19.19 is to fix most of the bugs reported
for 19.18. But there are some new features:
Changes in version 19.19.
* The new package bookmark.el records named bookmarks: positions that
you can jump to. Bookmarks are saved automatically between Emacs
sessions.
* Another simpler package saveplace.el records your position in each
file when you kill its buffer (or kill Emacs), and jumps to the same
position when you visit the file again (even in another Emacs
session). Use `toggle-save-place' to turn on place-saving in a given file;
use (setq-default save-place t) to turn it on for all files.
* In Outline mode, you can now customize how to compute the level of a
heading line. Set `outline-level' to a function of no arguments which
returns the level, assuming point is at the beginning of a heading
line.
* You can now specify the prefix key to use for Outline minor mode.
(The default is C-c.) Set the variable outline-minor-mode-prefix to
the key sequence you want to use (as a string or vector).
* In Bibtex mode, C-c e has been changed to C-c C-b. This is because
C-c followed by a letter is reserved for users.
* The `mod' function is no longer an alias for `%', but is a separate function
that yields a result with the same sign as the divisor. `floor' now takes an
optional second argument, which divides the first argument before the floor is
taken.
* `%' no longer allows floating point arguments, since the results were often
inconsistent with integer `%'.
--[0437]--
------- End forwarded transaction