summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2003-05-09Updated lyx to 1.3.2martti5-22/+8
* the spellchecker code has been overhauled and many bugs have been squashed * many small bugs in the Qt frontend have been fixed * several languages now benefit from an improved translation of the user interface
2003-05-09Adapt to buildlink2.agc1-3/+3
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv25-64/+64
2003-05-06No need for texinfo.mk here.seb1-2/+1
2003-05-05be noisier in post-installgrant1-4/+4
2003-05-05be noisier in do-install, whitespace fix.grant1-6/+6
2003-05-05be noisier in post-install, whitespace fix.grant1-4/+4
2003-05-05do-install:grant1-3/+3
- be noisy. - create directories first, then install files into them.
2003-05-05be noisy in post-installgrant1-4/+4
2003-05-05be noisy in do-install.grant1-7/+7
2003-05-05do-install:grant1-7/+8
- don't call install with multiple directory args. - remove some unnecessary trailing slashes.
2003-05-05Line up PKGREVISION whitespace.jmmv3-6/+6
2003-05-02Remove superfluous empty line.wiz1-2/+1
2003-05-02Update xemacs-current to 21.5.12.magick3-16/+15
This is a bugfix release. Details can be found at www.xemacs.org.
2003-05-02Move PKGREVISION from Makefile.common to Makefile.wiz2-3/+3
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz16-22/+32
dependency bumps.
2003-04-27RCS Idcjep1-0/+1
2003-04-27Use time_t rather than guess int or long. Fixes build on NetBSD/sharkcjep9-140/+159
et al.
2003-04-27Lint: make description concisecjep1-5/+2
2003-04-27Lint.cjep1-6/+6
2003-04-24If EMACS_USE_X isn't set then explicitly pass --with-x=no to configure asjmc1-1/+3
otherwise it assumes X is there and random configure tests will fail that shouldn't (like strerror because it couldn't include -lX11...)
2003-04-24Bring up to date for 21.3jmc1-3/+9
2003-04-23Make it compile with XEMACS_WIDGETS=gtk.martin3-1/+85
2003-04-22Add dependency to leim. I heard from tamago's developper "tamago workstaca1-1/+2
under control of leim. It works better, coexisting with and switching to other input methods."
2003-04-19Add beaver.salo1-1/+2
2003-04-19Import of beaver-0.2.6: Lightweight GTK+ text editor with syntax highlighting:salo5-0/+127
Beaver is an Early AdVanced EditoR, for Linux and other Unices (and even Windows); in other words, it's a text editor that is intended to be light-weight, but full of useful features for programming, from editing of web sites to C coding. It is based upon the GTK+ toolkit, supports many languages through config files and offers functions such as automatic indentation and completion or syntax highlighting. In fact, it is 100% compatible with Ultraedit's wordfile.txt files, and has its own mini macro language. Package submitted by Vincent Derrien via PR pkg/21180 with modifications by me (with short stop in pkgsrc-wip).
2003-04-17Updated abiword-personal to 1.0.5martti3-13/+13
* bug fixes
2003-04-17Fix a bogus installation mistake. From Kai Puolamaki <Kai dotuebayasi1-4/+4
Puolamaki at iki at fi>. Bump revision.
2003-04-16Accept emacs' version equals to of leim itself, or later as well. Fixeskei1-2/+2
installation problem.
2003-04-16Pull in the diff against Mule-UCS-current and apply a part of it tokei3-3/+22
lisp/mucs-ccl.el to fix the bug which causes an error "Symbol's value as variable is void: progn" when evaluating "(require 'un-define)" or "(require 'jisx0213)". bump PKGREVISION to 3.
2003-04-16replace hard coded version with PKGVERSIONjmc1-1734/+1734
2003-04-15Update emacs-nox11 to 21.3nb1 too. 21.3 + the new ld problem fix. Shareuebayasi8-180/+8
files/directories common to editors/emacs{,.-nox11}.
2003-04-15Redo the last more elaborately.uebayasi1-2/+7
2003-04-14Improve a NetBSD version matching pattern in the ld fix conditionaluebayasi1-2/+3
considering future version numbers. Pointed out by tron.
2003-04-14If using GNU ld 2.13.2.1 or later, avoid creating combined reloc sectionsuebayasi1-1/+11
and .data reloc sections, both of which Emacs can't handle properly. Analyzed by Stephen Ma <stephenm at employees dot org>.
2003-04-12Update to 21.3. ChangeLog says:wiz3-10/+11
* quail/thai.el (thai-kesmanee): Fix the mapping of `"' and `}'. * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3 characters and ~o -> ESC$,1 AESC(B, ~O -> ESC$,1 @ESC(B. * Makefile.in (install): Use "tar -chf", to follow symlinks.
2003-04-12Sort lines so @unexec rmdir has a chance to succeed, andwiz1-2/+3
try removing share/emacs too.
2003-04-12Update to Emacs 21.3.uebayasi9-1755/+1763
Changes from etc/NEWS: ** The obsolete C mode (c-mode.el) has been removed to avoid problems with Custom. ** UTF-16 coding systems are available, encoding the same characters as mule-utf-8. Coding system `utf-16-le-dos' is useful as the value of `selection-coding-system' in MS Windows, allowing you to paste multilingual text from the clipboard. Set it interactively with C-x RET x or in .emacs with `(set-selection-coding-system 'utf-16-le-dos)'. ** There is a new language environment for UTF-8 (set up automatically in UTF-8 locales). ** Translation tables are available between equivalent characters in different Emacs charsets -- for instance `e with acute' coming from the Latin-1 and Latin-2 charsets. User options `unify-8859-on-encoding-mode' and `unify-8859-on-decoding-mode' respectively turn on translation between ISO 8859 character sets (`unification') on encoding (e.g. writing a file) and decoding (e.g. reading a file). Note that `unify-8859-on-encoding-mode' is useful and safe, but `unify-8859-on-decoding-mode' can cause text to change when you read it and write it out again without edits, so it is not generally advisable. By default `unify-8859-on-encoding-mode' is turned on. ** In Emacs running on the X window system, the default value of `selection-coding-system' is now `compound-text-with-extensions'. If you want the old behavior, set selection-coding-system to compound-text, which may be significantly more efficient. Using compound-text-with-extensions seems to be necessary only for decoding text from applications under XFree86 4.2, whose behaviour is actually contrary to the compound text specification.
2003-04-11* Put back the 'EMACS_USE_X' option, which is needed since we don't haveuebayasi3-25/+19
-nox11 for Emacs 20. * Buildlink2 clean up. Include xaw.buildlink2.mk when either Lucid or Athena is used. (Lucid uses Athena.) Included motif.buildlink2.mk when Motif is used. XXX While this, we need to link temacs against X libs, which may break Unexec stuffs on NetBSD/pmax, which was fixed around 1999/01 - 1999/02. I suppose this doesn't change the resulting binary packages.
2003-04-11Bye bye old place.uebayasi5-154/+0
2003-04-11Reflect the Leim 20/21 move.uebayasi1-2/+2
2003-04-11Re-import Leim for Emacs 21, which has settled down in editors/leim21.uebayasi3-13/+12
2003-04-11Re-import Leim for Emacs 21, which has settled down in editors/leim21.uebayasi3-15/+10
2003-04-11Re-import Leim for Emacs 20, which has settled down in editors/leim.uebayasi5-0/+160
2003-04-11Bye bye old places.uebayasi20-4223/+0
2003-04-11Reflect the Emacs 20/21 move.uebayasi1-3/+3
2003-04-11Re-import Emacs 21 (no X11), which has settled down in editors/emacs-nox11.uebayasi10-0/+2104
2003-04-11Make sure the new ones are there...uebayasi5-0/+160
2003-04-11Remove old patchesuebayasi31-2663/+0
2003-04-11Re-import of Emacs 21, which has settled down in editors/emacs21.uebayasi7-1409/+1832