summaryrefslogtreecommitdiffstats
path: root/usr.bin/ee
Commit message (Collapse)AuthorAgeFilesLines
* ree (aka ee) doesn't have a man pagewosch1996-07-291-0/+1
| | | | Submitted by: Philippe Charnier charnier@lirmm.fr
* Make it more explicit in the main help window that the magic to leavejoerg1996-05-277-22/+22
| | | | | | | `ee' is ``ESC-Enter''. This supposedly fixes the biggest complaint about it. ;) (I hope ``ESC-Enter'' ain't too anglicistic in the French text...)
* remove NLSDIR=${DESTDIR}/usr/share/nls, already defined in bsd.own.mkwosch1996-05-221-6/+8
| | | | | unlink gencat(?) target before install, so gencat don't fail if target is readonly and you are not root
* Correct some manual page cross reference errors. E.g. su is a sectionmpp1996-02-021-2/+2
| | | | | one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one.
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-170/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Fixed afterinstall rule:bde1995-11-181-3/+5
| | | | | | | | - apply chmod to the targets, not to the sources. - apply chown to the targets. It is still bogus to install by building in the target directory. See mklocale/data/Makefile for a better method.
* Author's cosmetic fixesache1995-11-081-1/+1
|
* Author's fixes of backspace problem, slightly different then mine wasache1995-11-081-8/+6
|
* Don't assume that $HOME is always set.jkh1995-10-221-2/+4
|
* Finally catch up with the Frenchmen, and create the German messagejoerg1995-10-213-1/+341
| | | | | catalog. :-)
* message catalog for fr_FR.ISO_8859-1jmz1995-09-092-0/+340
|
* Add fr_FR.ISO_8859-1 to LANGSjmz1995-09-091-1/+1
|
* Fix error: while getting file name, backspace not works, but produceache1995-08-301-2/+4
| | | | | ^G instead. Proper interaction with ncurses require turn keypad off/on there.
* Fix 8bit chars output, not highlight all of themache1995-08-301-3/+3
|
* While posting something to -current about this, I got an idea for makingjkh1995-08-303-11/+347
| | | | it a more ideal I18N candidate. Here it is.
* This is `ee' - the Easy Editor. I'm bringing it in to replace vi onjkh1995-08-309-0/+9696
the installation floppy (and in any references in new user docs for editing files) since tossing a novice into vi with no help or clue as to what the key bindings are is both cruel and in violation of the Hague Convention. It's also much SMALLER than vi and even supports emacs key bindings for those so inclined. Submitted by: "Hugh F. Mahon" <hugh@nsmdserv.cnd.hp.com>
OpenPOWER on IntegriCloud