summaryrefslogtreecommitdiff
path: root/editors/ng/patches
AgeCommit message (Collapse)AuthorFilesLines
2013-07-18Add termios.h formerly included by unistd.h.joerg1-0/+12
2013-03-28Fix return types.joerg2-0/+37
2012-12-12Update to 1.4.4+official patch, from ISIHARA Takanori in PR 47134.wiz2-2/+6
While here, do some pkglint cleanup. from Changelog: a) "mark" was changed like GNU Emacs from Ng 1.5alpha3. b) fix canna bug for UNIX. c) fix compile problem when libc was used for Human68K. from Officail Web page: patch) fix query-replace bug.
2012-03-101) Add missing mk/termcap buildlink3.sbd2-5/+32
2) Always respect CPPFLAGS/LDFLAGS. 3) Enable "USE_CANNA" on Linux and SunOS. Bump PKGREVISION.
2002-06-10use inputmethod/canna-lib/buildlink.mk and fix CANNAINC, CANNALIB.sakamoto1-3/+3
2002-04-14Find the canna-lib headers and libraries in ${X11PREFIX} instead ofjlam1-3/+3
${PREFIX}, as canna-lib is USE_X11BASE.
2001-03-18Updatejun1-18/+17
ng-1.4 to ng-1.4.3 PR update patch made by Hiroyuki Yanai <fk200329@fsinet.or.jp> >Number: 12211 >Category: pkg >Synopsis: editors/ng is upgraded to v1.4.3. >Originator: Hiroyuki Yanai Changes: - Code clean up for ANSI-C - dired can treat symbolic link - Undo bug fix - fill-paragraph loop bug fix
2000-12-15Fix program on ELF.wiz1-2/+2
2000-10-19Ng is a very light weight Emacs clone editor, written in C.hubertf1-0/+24
It doesn't have Lisp(that means very limited customization is available). Since you can invoke it very quickly (compared with real GNU Emacs), it is useful in dealing with changing small file a bit. Ng(Nihongo Micro Gnu Emacs) is a Mg(Micro Gnu Emacs)'s japanese port. Ng supports EUC, JIS and SJIS code. Ng also have (rather simple) C-mode. It is also very useful even if you don't need Japanese support. Submitted in PR 11240 by Jun Ebihara <jun@soum.co.jp>