Commit graph

1834 commits

Author SHA1 Message Date
reed
e60eb54445 Use different descriptions for the QT and XForms versions of LyX. 2005-09-07 17:38:41 +00:00
uebayasi
aa8e85bcfd Rework emacs.mk:
1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.
2005-08-28 04:25:28 +00:00
drochner
07a5158511 update to 1.0.5.7
changes:
-Several minor bugfixes from buglist
-Further improvements in configure
-Finished implementation of document parts and preambles
-Improved cursor accessability handling

also change TeX dependency to teTeX-bin, so that this can be used
with teTeX3 as well
2005-08-26 17:21:04 +00:00
drochner
364925692e build-depend on scons>=0.96.1nb1 which includes a dependency on py-xml,
should fix build problem seen in bulk-builds
2005-08-19 11:18:32 +00:00
hiramatsu
f4e3c71871 Add .include "../../lang/perl5/buildlink3.mk" to fix build problem. 2005-08-17 14:57:19 +00:00
tv
97a6176c40 Update to 4.10, part of Pine 4.63. Near zero changes; just one
international charset tweak.

(libpico is ABI compatible with 4.9, so no BUILDLINK_DEPENDS bump required)
2005-08-12 20:21:29 +00:00
adam
8c6ab686ba Changes 2.7.8:
o Several new keymaps has been added
  o New handwriting recognition files has been added.
  o FAQ and GUI translations has been added.
  o AMD 64 bit fixes has been added.
  o Filename and application icon is now shown.
2005-08-12 13:47:31 +00:00
adam
01e6419499 Changes Zile 2.2.4:
* Fix macro creation.
* Add --funcall back.
* termcap terminal replaced with ncurses again.
* More code cleanup.
* .zilerc replaced by .zile, which is a pseudo-Lisp file.
* Various other bug, design and documentation fixes.
* Add case-replace and kill-whole-line.
* Change command-line options to be more like Emacs.
2005-08-11 15:33:08 +00:00
uebayasi
413a9b5ca1 Whitespace. 2005-08-11 14:34:38 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
drochner
51efee0329 +kdissert 2005-08-09 18:38:53 +00:00
drochner
78b224bcb2 import kdissert-1.0.3, a Mindmapping-like tool to generate text templates 2005-08-09 18:37:41 +00:00
taca
aa41827984 Update nvi-m17n to 1.79.20040401 applying patch from PR pkg/30216
by ISIHARA Takanori.

Brief changes:

2004/4/1
	publish a new diff as "cvs diff" (with old cvs) generated malformed
	diff.
2002/5/22
	support iso-2022-15 character encoding.
2001/10/24
	plug a printf string vulnerability.
2000/4/7
	support automatically recognize iso-2022-jp-3 character encoding.
		common/multibyte.c
2005-08-08 14:44:07 +00:00
wiz
193f82a45f Depend on wxGTK24, bump PKGREVISION. 2005-08-07 11:28:07 +00:00
taca
080ca9891e It seems that "sleepy.vwh.net" isn't exist anymore. 2005-08-04 01:39:08 +00:00
rillig
74b0171535 Added -DMISSING_EXTERN_ENVIRON for NetBSD. Still does not build because
of missing Perl include files.
2005-07-30 21:04:36 +00:00
adam
49333985b9 Changes 2.2.9:
* Bugfixes
2005-07-28 15:21:42 +00:00
drochner
4c5b3bc5c4 update to 1.0.5.6
changes:
-Improvements in the double-buffering system
-Implementation of a triple-buffering system for the graphical object
-Improvements in the partial redraw system
-Start the implementation of document parts and preambles
-Simplifications in configure.in and the main makefile
-Global folding and unfolding according to type of contents
2005-07-27 17:32:13 +00:00
martti
3876758362 Updated vim to 6.3.085
1729  6.3.081  glob() may execute shell command unexpectedly
  2102  6.3.082  (after 6.3.081) more generic solution to avoid shell commands
  5053  6.3.083  VMS: add function keys to vt320 termcap entry
  3408  6.3.085  crash in syntax highlighting
2005-07-27 06:29:55 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
drochner
e4e73da702 update to 1.3.6
changes: bugfixes, in particular:
* It is now possible to typeset files which reside in a directory with
  spaces in its name; this requires a modern TeX implementation (such
  as teTeX 3.0).
* It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab and
  <opt><shift>-tab with LyX/Mac) to switch between the open documents.
* LaTeX-type accents, ligature breaks and hyphenation marks are now
  considered as part of words
2005-07-19 17:49:33 +00:00
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
adam
c869fe9ade Changes 3.3:
- The default background color can now be set.
- JOE now supports 256 color xterm.
- The mouse can now resize windows and select menu entries.
- During selection with the mouse, the window will autoscroll when you go
  past the edge.
- An xterm-patch is included which makes "-mouse" mode work better.  (With
  the patch, also set "-joexterm").
- Syntax files are provided: ADA, AWK, COBOL, SED, Postscript, and SQL
- Improved jpico: search now looks more like real pico
- Grep find: use ESC g to grep.  Then use ESC space to jump to
  to indicated file/line.
2005-07-19 08:29:52 +00:00
kristerw
110a24a3f9 Do not include <malloc.h>. 2005-07-18 00:46:18 +00:00
kristerw
11b94d504c Regenerate so that the Mac OS X patch program undestands how
to apply it.
2005-07-17 23:02:05 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
kristerw
77a1bc0d6e Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-07-12 20:19:35 +00:00
martti
50b4f8f843 Updated vim to 6.3.079
1745  6.3.075  syntax highlighting wrong after unloading another buffer
  3546  6.3.076  crash when using Cscope interface with very long result
  1853  6.3.079  crash after executing a command in the command-line window
2005-07-07 08:21:36 +00:00
martti
fd24189385 Added vim-lang 2005-07-07 08:08:18 +00:00
martti
dc3e6a31c8 Added vim language files. 2005-07-07 08:07:39 +00:00
martti
80d56f8cd3 Added vim-6.3-lang.tar.gz to the list of downloadable files (will only be
used by the new vim-lang package).
2005-07-07 07:59:11 +00:00
drochner
10ee80ba11 update to 1.0.5.5
changes:
More and improved folding and switching functionality for
	presentation mode (1.0.5.5).
Simple animations (1.0.5.5).
On-the-fly evaluation of computer algebra scripts (1.0.5.5).
Improved rendering speed of images based on plug-in for Imlib2 (1.0.5.5).
A simple thumbnail facility (1.0.5.5).
Documentation of tree API (partial) and structured editing (1.0.5.4).
Fixed some long standing bugs concerning cursor movement (1.0.5.4).
Implementation of structured cursor movement (1.0.5.4).
Enrichment of the Scheme API with routines for tree traversal (1.0.5.4).
Improved arrows and dashes for upcoming graphical mode(1.0.5.4).
Reorganized and consolidated tree API (1.0.5.3).
Started documentation of Scheme API (1.0.5.3).
2005-07-06 18:09:49 +00:00
adam
609953cf72 Changes 2.2.8:
(see abiword :))
2005-06-30 13:17:17 +00:00
adam
1a4551718c Changes 2.2.8:
* Make Text Folding actually work
* Fix text justification on MacOSX
* Initial support for the OpenDocument (.odt) file format
2005-06-30 13:16:51 +00:00
markd
e8fbf2c45a Quieten CHECK_WRKREF. The build PATH in the dumped mule is not a problem. 2005-06-30 10:20:49 +00:00
markd
63d42f99ce Quieten CHECK_WRKREF. The build PATH in the dumped emacs is not a problem. 2005-06-30 10:12:35 +00:00
markd
5e13b5318f comment out dirrm of shared icon directory. 2005-06-26 23:50:47 +00:00
kristerw
f7777ef46a Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-23 17:49:40 +00:00
kristerw
9e00cb70c2 Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-19 17:40:22 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
jmmv
64a22632a5 Update to 2.10.3: it contains a security fix for a format string
vulnerability in error dialogs when loading a file fails.
2005-06-10 09:21:42 +00:00
markd
e32c042c5e Share a Makefile.common between emacs and emacs-nox11.
Should fix PR pkg/30462.

Also convert emacs to options framework.
2005-06-08 14:39:40 +00:00
jmmv
25b7894e13 Recognize the softdep, devmtime and nodevmtime options. Bump PKGREVISION to 1.
Patch from Geert Hendrickx in tech-pkg@.
2005-06-05 09:33:33 +00:00
markd
307c2fbf52 Update to version 1.8.1
ChangeLog:
* Fixes a build issue on older (KDE 3.2) installations.
* Translated documents are installed correctly now.
2005-06-04 23:51:39 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
drochner
e5712803e9 update to 1.0.5.2
changes:
User preference for popup instead of footer dialogues (1.0.5.2).
Default values and types for interactive arguments (1.0.5.2).
Better dialogue system based on scheme continuations (1.0.5.2).
Arrows for the upcoming graphical mode (1.0.5.2).
Support for plug-in provided icons and dictionaries (1.0.5.2).
Included Proclus plug-in into the main distribution (1.0.5.2).
2005-05-31 16:37:09 +00:00
martti
3e49f01626 Updated editors/vim to 6.3.074 and fixed pkg/29979
2083  6.3.072  crash for substitute message when using UTF-8 and Chinese
  2017  6.3.073  Win32 GUI: display errors when scrolling up/down
  2365  6.3.074  with 'insertmode' CTRL-V after Select mode doesn't work
2005-05-30 14:18:14 +00:00
jmmv
aa127a6bbf Fix build by removing patches obsoleted during the last update. 2005-05-29 13:34:48 +00:00
jlam
21f60837bd Don't use buildlink framework just to do a conditional dependency for a
binary tool.  We can now use the tools framework for this.  Remove the
various nroff/groff buildlink3.mk/builtin.mk files as editors/jove was
their only user in pkgsrc.
2005-05-26 21:49:39 +00:00
jmmv
7e570f495a Apply patch to recognize NetBSD specific filesystems in fstab. Provided
by Geert Hendrickx in tech-pkg@.

Bump PKGREVISION to 1 (and adjust DEPENDS lines in vim* to allow revisions).
2005-05-26 20:09:35 +00:00
markd
6dd6749b46 Update kile to version 1.8.
Kile now offers QuickPreview, UserHelp, new and improved wizards and
several bug fixes.
2005-05-26 14:31:42 +00:00
markd
b83702aa2a Treat DragonFly as FreeBSD. From Peter Schuller in PR pkg/30225. 2005-05-26 02:10:49 +00:00
wiz
71f6685cd9 Add RMD160 checksum. 2005-05-25 11:55:27 +00:00
agc
28112d77e9 Add and enable fe 2005-05-23 12:01:30 +00:00
agc
85187262f3 Initial import of fe-1.6, a folding editor with an EMACS-like command set,
into the Packages Collection.

	Fe is a small and easy to use folding editor.

	Fe allows to fold arbitrary text regions; it is not bound to syntactic
	units.  Unlike Origami, folds are not attributed with a trailing
	comment, instead you can put folds before or after any text in the
	line, as you like.

	Fe has no configuration or extension language and requires no setup.
	Its user interface is emacs-like and it has menues for the very most
	important functions to help beginners.  Further there is a reference
	card.  It offers:

	    * Regions and Emacs-like kill ring
	    * Incremental search
	    * Keyboard macros
	    * Editing binary files
	    * Multiple windows and views
	    * Compose function for Latin 1 characters

	In case you can't stand the emacs interface and want ultimate
	flexibility, fe can easily be modified, because it is structured as an
	editor library with a user interface frontend, all written in C.
2005-05-23 12:00:42 +00:00
rillig
b06b682a49 Removed empty line. 2005-05-23 09:17:45 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jmmv
2682a123fa Update to 2.10.2:
Fixes
=====
- Fix focus when launching another instance (Paolo Borelli)
- Fix compilation with gcc 2.95 (Jens Granseuer)
- Fix a memory leak, some unsafe use of write() and other
  minor bugs (Benoît Dejean)

New and updated translations
============================
- Steve Murphy (rw)
- Adi Attar (xh)
- Gabor Kelemen (hu.po)
2005-05-19 21:08:57 +00:00
wiz
cdb6489776 Remove gnome1 packages except as needed for gnucash.
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18 22:02:17 +00:00
drochner
daf0a53c7f update to 1.0.5.1
changes:
-Contextual overloading
-speed improvements
-groundwork for graphical mode
2005-05-18 15:37:46 +00:00
minskim
91703bfef3 This version of emacs does not support Darwin. Set NOT_FOR_PLATFORM. 2005-05-16 21:05:27 +00:00
martti
5efbead8f4 Updated vim to 6.3.071
1710  6.3.069  when converting text with illegal characters Vim may crash
  1928  6.3.070  crash when 'number' set and with a vertical split
  1722  6.3.071  CTRL-X message sticks after error for completion
2005-05-16 13:39:04 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
minskim
a2ba4907e2 Teach configure about NetBSD/amd64 and Darwin. Closes PR pkg/28623. 2005-05-09 05:52:59 +00:00
minskim
75ff042c08 Correct PLIST on Darwin. Based on patches provided by Tom Yu in PR pkg/26943. 2005-05-09 05:23:40 +00:00
agc
ae5246faff Update MASTER_SITES and HOMEPAGE. 2005-04-30 08:54:59 +00:00
drochner
7ae14f13e7 update to 1.0.5
changes:
Several minor bug corrections (1.0.5).
Further improvements for grids in the upcoming graphical mode (1.0.5).
Added and improved still imperfect svmono , svjour , elsart and ifac
 styles (1.0.4.7).
Added a plug-in for DraTeX (1.0.4.7).
Updated and improved Maxima plug-in for upcoming version 5.9.2 of
 Maxima (1.0.4.7).
Further improvements for grids in the upcoming graphical mode (1.0.4.7).

being here, fix maxima detection
2005-04-28 19:05:25 +00:00
magick
3801d08ec2 Xemacs and Xemacs-nox11 share the same PLIST but netbsd-x11 doesn't
install mule-x-init.elc which breaks "make package"
Fix this by uncommenting the entry for mule-x-init.elc in the
nox11 package as suggested by the submitter of pr 30020.
This fixes pr 30020
2005-04-25 17:23:50 +00:00
wiz
195a70b587 Remove gbib -- package version does not build with gcc3, current
version does not build with gcc3, and authors don't seem interested
in making a version that does.
2005-04-22 19:08:52 +00:00
wiz
40bfe62f01 Bump PKGREVISION for libiconv related dependency change. 2005-04-18 16:59:40 +00:00
drochner
7338a51a6c Always use pkgsrc (GNU) libiconv/gettext; the NetBSD builtin just
doesn't do it. From adam per tech-pkg.
2005-04-18 16:58:06 +00:00
wiz
51ed3e0d17 adam volunteered to maintain this package. 2005-04-18 13:20:14 +00:00
drochner
9c0be0d35a update to 2.2.7
windows importer improvements, and bugfixes
2005-04-13 20:15:55 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
rillig
0ee7177d0c Added two patches that are needed for gcc-2.95. Approved by jlam. 2005-04-08 05:39:04 +00:00
markd
05ca5e8b04 Take maintainership. 2005-04-07 12:38:02 +00:00
adam
e23f360c62 patch-ab rewritten as it should be :] 2005-04-07 07:52:21 +00:00
fredb
a118a9f747 "configure" now checks for gucharmap by default, picks it up, but then
fails to build with it (without the buildlink glue).  Adapt by reversing
the sense of the check, and s/enable/disable/.
2005-04-04 23:38:57 +00:00
adam
c71fc2de4a Changes 2.2.6:
* Bugfixes, mostly for MacOSX
See http://www.abisource.com/changelogs/2.2.6.phtml
2005-04-04 15:33:30 +00:00
martti
093ac0f942 Updated vim to 6.3.068
4436  6.3.065  there was no digraph for euro in Unicode
  4728  6.3.066  permissions of backup file may be wrong
  2200  6.3.067  (after 6.3.066) newly created file gets execute permission
  2247  6.3.068  can't write when editing symbolic link to compressed file
2005-04-04 04:32:11 +00:00
drochner
c8a451f492 We already depend on libwmf --- it just needs a configure switch to
actually build the WMF plugin.
(It doesn't work at all for me, unfortunately. Always get a message
box saying "error importing...". Perhaps it is of use for someone else.)
2005-03-31 18:52:44 +00:00
jmmv
cee7779878 Update to 2.10.1:
Fixes:
- Open a new document when launching another instance (Paolo Borelli)
- Do not open a document in another workspace (Paolo Borelli)

New and updated translations:
- Ahmad Riza H Nst (id)
- Adi Attar (xh)
- Nikos Charonitakis (el)
- Leonid Kanter (ru)
- Ivar Smolin (et)
- Adam Weinberger (en_CA)
- David Lodge (en_GB)
- Ilkka Tuohela (fi)
- Ercin Eker (tr)
2005-03-27 12:29:24 +00:00
wiz
7a7586f50e Update jmcneill's email address. 2005-03-24 23:43:44 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
adam
46c579ee15 Changes 3.2:
- A Perforce SCM "p4 edit" macro has been supplied (along with the hooks
  within JOE which support it) so that when you make the first change to a
  read-only file, JOE runs "p4 edit".  (look in joerc file to enable the
  macro).
- Hex edit mode has been added.  For example: joe -hex /dev/hda,0,1024
- New '-break_links' option causes JOE to delete before writing files, to
  break hard links.  Useful for 'arch' SCM.
- JOE now has GNU-Emacs compatible file locks.  A symbolic link called
  .#name is created, "pointing" to "user@machine.pid" whenever the buffer
  goes from unmodified to modified.  If the lock can't be created, the user
  is allowed to steal or ignore the lock, or cancel the edit.  The lock is
  deleted when buffer goes from modified to unmodified (or you close the
  file).
- JOE now periodically checks the file on the disk and gives a warning if
  it changed when you try to modify the buffer.  (JOE already performed this
  test on file save).
- The built-in calculator (ESC m) is now a full featured scientific
  calculator (I'm shooting for Casio Fx-4000 level here :-), including
  hexadecimal and ability to sum (and perform statistics on) a highlighted
  (possibly rectangular) block of numbers.  Hit ^K H at the math prompt for
  documentation.
- You can now change the current directory in JOE (well, it prompts with
  the latest used directory).
- Colors can now be specified in the joerc file
- Macro language now has conditionals and modifiers for dealing with
  repeat arguments.  Jmacs now works better due to this.
- Tab completion works at tags search prompt ^K ;
- ^G now jumps between word delimiters (begin..end in Verilog, #if #else
  #endif in C, /* .. */ and XML tags).  If it doesn't know the word, it
  starts a search with the word seeding the prompt.  It is also much smarter
  about skipping over comments and quoted matter.
- TAB completion is now much more like bash (again :-).  The cursor stays
  at the file name prompt instead of jumping into the menu system.  Also
  ^D brings up the menu, as in tcsh.  Also, tab completion now works on user
  names for ~ expansion.
- Now there is a ~/.joe_state file which stores:
	all history buffers
	current keyboard macros
	yank records
- Joe now has xterm mouse support: when enabled, the mouse can position
  the cursor and select blocks.  The mouse wheel will scroll the screen.
  When enabled, shift-click emulates old xterm mouse behavior (cut &
  paste between applications).
- More syntax files: TeX, CSS, OCaml, Delphi, SML and 4GL.  Thanks to
  all of the contributers.
- Vastly improved highlighting of Perl and Shell due to the highlighter now
  understanding word and balanced delimiters.
- Many bugs have been fixed (every bug which has been entered into the
  sourceforge project page has been addressed).  Hopefully I didn't add
  too many new ones :-)
2005-03-23 12:27:48 +00:00
jmmv
b1a210337f Update to 2.10.0:
============
gedit 2.10.0
============

New and updated translations
============================

- Ivar Smolin (et)
- Tino Meinen (nl)
- Danilo Šegan (sr, sr@Latn)
- Raphael Higino (pt_BR)
- Roberto Rosselli Del Turco (it)
- Abel Cheung (zh_TW)
- Dan Damian (ro)
- Laurent Dhima (sq)
- Meelad Zakaria (fa)
- Takeshi AIHANA (ja)
- Josep Puigdemont (ca)
- Ilkka Tuohela (fi)


===========
gedit 2.9.7
===========

Fixes
=====
- Fix autosave for a file that was not saved manually (Paolo Maggi)
- Specifing the line number from the command line now works (Paolo Maggi)
- Speed up search and replace (Paolo Borelli)
- Fix crash in the insert time plugin (Paolo Borelli)
- Fix small memory leak (Paolo Borelli)
- Use icon from the icon theme (Paolo Borelli)

New and updated translations
============================
- Rostislav Raykov (bg)
- Jordi Mallach (ca)
- Miloslav Trmac (cs)
- Ole Laursen (da)
- Frank Arnold (de)
- Kostas Papadimas (el)
- Adam Weinberger (en_CA)
- David Lodge (en_GB)
- Francisco Javier F. Serrador (es)
- Priit Laes (et)
- Sami Pesonen (fi)
- Ankit Patel (gu)
- Roberto Rosselli Del Turco (it)
- Takeshi AIHANA (ja)
- Young-Ho Cha (ko)
- Žygimantas Beručka (lt)
- Kjartan Maraas (nb)
- Reinout van Schouwen (nl)
- Kjartan Maraas (no)
- GNOME PL Team (pl)
- Duarte Loreto (pt)
- Leonid Kanter (ru)
- Marcel Telka (sk)
- Laurent Dhima (sq)
- Christian Rose (sv)
- Maxim V. Dziumanenko (uk)


===========
gedit 2.9.6
===========

Fixes
=====
- Fix Alt+N accelerator to switch documents (Paolo Maggi)
- Spell checker bugfixes (Paolo Maggi)
- Update the list of languages in the spell checker (Yaacov Zamir)
- Fix per display registration (Paolo Maggi)
- Fix potential crash for menus containing "/" (Paolo Borelli)
- Fix small memory leak (Paolo Borelli)

New and updated translations
============================
- Leonid Kanter (ru)
- Duarte Loreto (pt)
- Francisco Javier F. Serrador (es)
- Rhys Jones (cy)
- Frank Arnold (de)
- Kostas Papadimas (el)
- David Lodge (en_GB)
- Žygimantas Beručka (lt)
- Raphael Higino (pt_BR)
- Marcel Telka (sk)
- Rostislav Raykov (bg)
- Miloslav Trmac (cs)
- Vincent van Adrighem (nl)
- Theppitak Karoonboonyanan (th)
- Adam Weinberger (en_CA)
- Takeshi AIHANA (ja)


==============================
gedit 2.9.5 - "Paleozoic Bugs"
==============================

Fixes
=====
- Undoing to an unmodified state resets the modified flag (Paolo Maggi)
- Fix saving in UTF-16 and others encondings (Paolo Maggi)
- ESC closes the find dialog (Paolo Maggi)
- Fix crash in Recent-files (Paolo Borelli)
- Change the cursor color when changing the text color (Paolo Maggi)
- Smarter HOME/END cursor movement (Paolo Maggi)

New and updated translations
============================
- Rostislav Raykov (bg)
- Funda Wang (zh_CN)
- Francisco Javier F. Serrador (es)
- Frank Arnold (de)
- Marcel Telka (sk)
- Leonid Kanter (ru)
- Priit Laes (et)
- Rhys Jones (cy)
- Nikos Charonitakis (el)
- Adam Weinberger (en_CA)
- Kjartan Maraas (nb, no)
- Žygimantas Beručka (lt)
- Takeshi AIHANA (ja)


===========
gedit 2.9.4
===========

New Features
============
- optional current line highlighting (Paolo Maggi)
- optional bracket matching (Jurg Billeter)
- "Save a Copy" plugin, with gnome-vfs support (Paolo Borelli)

Fixes
=====
- HIG fix in the close confirmation dialog (Naveen Chandranv)
- sync to latest recent-files library (Paolo Maggi)

New and updated translations
============================
- Laurent Dhima (sq)
- Kostas Papadimas (el)
- Kjartan Maraas (nb)
- Miloslav Trmac (cs)
- Vincent van Adrighem (nl)
- Francisco Javier F. Serrador (es)
- Žygimantas Beručka (lt)
- Adam Weinberger (en_CA)
- Takeshi AIHANA (ja)


===========
gedit 2.9.3
===========

Fixes
=====
- Minor UI tweaks (Paolo Maggi)
- Listen to autosave settings changes (Paolo Maggi)
- accessibility fixes (Srirama Sharma)
- Do not create backups in autosave mode (Paolo Borelli)
- do not retrieve the mime type multiple times for each document (Paolo Borelli)
- split I/O error dialogs to a separete file (Paolo Borelli)
- delay recent view initialization (Paolo Borelli)


New and updated translations
============================
- Laurent Dhima (sq)
- Tommi Vainikainen (fi)
- Takeshi AIHANA (ja)
- Žygimantas Beručka (lt)
- Miloslav Trmac (cs)
- Adam Weinberger (en_CA)
- Francisco Javier F. Serrador (es)


===========
gedit 2.9.2
===========

Fixes
=====
- bump gtksourceview requirement to 1.1
- improve default language detection for the spell plugin (Paolo Maggi)
- plug some memory leaks (Paolo Borelli)
- fix a bug and a critical warning when adding an encoding (Loïc Minier)
- listen to max-recents changes in gconf (Paolo Borelli)
- open new files specified on the command line in the proper order. (Paolo Borelli)
- Move to the new gtk api (about dialog, alerts etc) (Paolo Borelli)
- Fix a crash loading remote files (Paolo Maggi)
- Improve file naming in the window title (Paolo Maggi)
  * modified documents are prefixed with a "*"
  * the title of the window now has the format "filename (directory) - gedit"
- Use Pango fonts when printing	(Owen Taylor)
- Check if the metadata file exists before trying to parse it (Marco Pesenti Gritti)
- Misc code cleanups (Paolo Borelli)


New and updated translations
============================
- Kjartan Maraas (nb)
- Martin Willemoes Hansen (da)
- David Lodge (en_GB)
- Meelad Zakaria (fa)
- Vladimir Petkov (bg)
- Laurent Dhima (sq)
- Takeshi AIHANA (ja)


===========
gedit 2.9.1
===========

Fixes
=====
- Remove obsolete nautilus view (Paolo Borelli)
- Fix compile with picky compilers (Marco Pesenti Gritti)
- avoid duplicate key accel in the file chooser (Paolo Borelli)
- s/Untitled/Unsaved Document to be HIG v.2 compliant (Paolo Maggi)
- enable some of plugins by default. The way active plugins are stored in
  gconf changed, you may have to re-select some of the plugins (Paolo Maggi)
- new methods and signals for the output window (Paolo Maggi)
- remove some obsolete gedit_document_* functions, external plugins may
  need to be updated to use GtkTextView api (Paolo Borelli);
- misc cleanups (Paolo Borelli)
- fix linking issues (Chris Kelso)


New and updated translations
============================
- Adam Weinberger (en_CA)
- Miloslav Trmac (cs)
- Jordi Mallach (ca)
- Mohammad DAMT (id
- Christophe Merlet (fr)
2005-03-22 16:30:57 +00:00
jmmv
1b916756ee Update to 2.10.0:
2.10.0: "Maria Stuarda"
* Translations:
	- Updated Updated Romanian translation by Mugurel Tudor.
        - Updated Hungarian translation updated by Gabor Kelemen.
        - Updated Lithuanian translation by Gintautas Miliauskas.

2.9.92: "Drexler singing"
* Fixed:
	- Readd a missing icon
	- Fix some deprecated includes

2.9.91: "Spectacular Spectacular"
* Fixes:
	- Fix a crash when closing an old window and changing externay gconf
	  keys that were monitorized by that window. (John Ellis)

2.9.3: "Bang Bang"
* Fixes:
	- Tons of leaks fixed (Paolo Borelli)
	- Continue search after finding a pattern (Madhan Raj)

2.9.2: "Con la frente marchita"
* Impovements:
	- Add bugzilla verstion to .desktop file (Christoffer Olsen)
	- Show in the window title the current configuration database
	- Use a new icon for boormarks
	- Added German documentation (Keywan Najafi Tonekaboni)
* Fixes:
	- Install icon in the right place, use for the window title
	  correctly
	- Lot of HIGifycation work (Dennis Cranston)
	- Disable popups entries for defaults/mandatoy if user cannot
	  change them
	- Lot of strings fixes (Dave Ahlswede, Dennis Cranston, David Lodge)
	- Update auto* magic (James Henstridge)
	- Handle menu tearoffs correctly, using the ui_manager (James Bowes)
2005-03-22 16:30:36 +00:00
jmmv
71f5857458 Update to 3.2.15: unknown changes, but this is just another stable version
matching GNOME 2.10.
2005-03-22 16:28:11 +00:00
jmmv
bc301ce848 Bump revision due to update of eel2 to 2.10.0. 2005-03-22 16:13:34 +00:00
wiz
baaf74d21c Bump PKGREVISION for POSIX_SIGNALS change in patch-xx. 2005-03-22 15:40:49 +00:00
wiz
665263518e Use .CURDIR instead of PKGDIR. 2005-03-22 15:40:17 +00:00
wiz
61dcbe8c34 Sort. 2005-03-22 15:39:55 +00:00
wiz
c3d984d08b Define POSIX_SIGNALS on NetBSD, similar to FreeBSD. From Greg
Woods in PR 28977.  Bump PKGREVISION.
2005-03-22 15:39:05 +00:00
wiz
1603cca51a Does not really use libtool, so don't set USE_LIBTOOL. Solves part of
PR 28977 by Greg A. Woods.
2005-03-17 13:36:29 +00:00
martti
8f5042480d Updated vim to 6.3.064
Changes (should fix the security issues found in 6.3.045)

  2231  6.3.046  ":registers" doesn't show multi-byte characters correctly
  2196  6.3.047  (extra) Win XP with Borland: new file is created read-only
 18175  6.3.048  (extra) VMS: doesn't build on IA64
  1776  6.3.049  (after 6.3.045) compiler warning for pointer type
  2225  6.3.050  a SIGHUP while already exiting may cause a crash
  1661  6.3.051  crash when 'wildmenu' set and completing multi-byte file name
  3175  6.3.052  (extra) Win 98: can't enter non-ASCII characters if 'enc' set
  1576  6.3.053  Win32: ":loadview" doesn't work for files with non-latin chars
  1981  6.3.054  when 'im' is set redraw remains off when repeating an insert
  8844  6.3.055  wrong text and crash using <C-R>= or <C-\>e in command line
  2091  6.3.056  window title wrong for specific multi-byte character
  1748  6.3.057  folds are not updated after a filter command
  4440  6.3.058  crash when zero columns room; can't compile without :vsplit
  2286  6.3.059  crash when editing a file with spaces and shell expansion
  1609  6.3.060  register name isn't checked for CTRL-R CTRL-O in Insert mode
  1984  6.3.061  display mess when multi-byte char at right edge of screen
  2337  6.3.062  ":normal! gQ" hangs
  1434  6.3.063  after the CursorHold event 'mousefocus' may stop working
  1586  6.3.064  line2byte(line("$") + 1) sometimes returns the wrong number
2005-03-15 09:07:29 +00:00
tv
51e2087cde USE_BUILDLINK3. (Sometimes I wonder whether this should become the default,
using NO_BUILDLINK only as absolutely needed.)
2005-03-15 04:51:19 +00:00
tv
abcd91db7a Use nroff.buildlink3.mk to get ${NROFF}. 2005-03-15 04:46:36 +00:00
dmcmahill
a27ec28562 avoid letting the emacs flavour affect DIST_SUBDIR. Ensures both emacs
and xemacs users can use this package and we don't have to maintain two
identical checksums and 2 copies of the distfile.
2005-03-14 22:03:55 +00:00
dmcmahill
98c839bbb6 revert previous change. The flavour of emacs used should not affect
the DIST_SUBDIR.  That change broke this package for all emacs (not xemacs)
users.
2005-03-14 22:03:01 +00:00
rillig
0a3dc72632 Added two patches that are necessary for NetBSD-1.6.2. Approved by wiz.
In NetBSD-1.6.2, the <stdlib.h> header uses the word bufsize as a
parameter name in a function prototype. The "file.h" header #defines
bufsize to 4096, which leads to a parser error.
2005-03-11 21:22:24 +00:00
jwise
1e5551c60f Rebuild now that a problem in emacs.mk which was causing PKG_NAME to be corrupted
is fixed.
2005-03-07 17:50:32 +00:00
adam
b5e02f775d Changes 2.2.5:
Francis Franklin
* Add a light gray border to the toolbars and adjust buttons (MacOSX)
* RTF importer fix for Unicode above 32K which are wrapped as negative (variation on a patch by Roland Kay, bug 8468)
* New document icons for RTF/DOC/WPD (MacOSX)
* Don't open files at launch time until after plugins have loaded (MacOSX)
* Improved toolbar combobox behaviour (bug 8417 & 8491)
* Don't convert Helvetica to Helvetic during RTF import (MacOSX)
* Use the correct names for units (points="pt" and pica="pi") in the Options dialog
* Use the correct scale for mm ruler units in the rulers
* Allow plugin-loading from Finder selection (MacOSX)
* If no other windows open, revert to default window position for new frame (MacOSX)
* Adjust zoom for new documents (bug 8415)
* CocoaPlugin API support for adding items to the context menu (MacOSX)
* Fix Stylist (MacOSX, bugs 8522 & 8523)
* Fix the spinners in the Insert Table dialog (MacOSX, bug 8524)

Roland Kay
* Add UTF-8 locales to supported language table (bug 8500)
* Bugfixes: 8499 (Modified by Dom Lachowicz)

Birch Knutson
* Fix bug where normal headers become even-page-only headers when exporting to RTF (bug 6217)
* Language of styles was not imported from RTF (bug 8445)
* Bugfixes: 5627 (partially), 7300 (partially)

Dom Lachowicz
*  Bugfixes: some work towards fixing bug 8359
2005-03-07 10:16:43 +00:00
jwise
2963023acb Also accept xemacs-nox11 in DEPENDS. Someone should eventually work the
magic of buildlink here, but in the meantime, there's not much point in
having an xemacs-nox11 without allowing it to install the packages.

(Actually, should xemacs-nox11 become xemacs with PKG_OPTIONS.xemacs without
`x11'?

Which way are we going with these things?)
2005-03-04 14:54:56 +00:00
uebayasi
94e9002d02 * Correct PLIST when !defined(PKG_OPTIONS.xemacs:Mcanna).
* Move library/header path configurations from xemacs/Makefile.common
  to xemacs/Makefile and xemacs-nox11/Makefile.  Don't add X-related
  paths for -nox11.  Fix build failure reported by bulk builds.
2005-03-03 16:16:03 +00:00
magick
2a0c9d7deb Update xemacs-current from 21.5.18 to 21.5.19
From the ChangeLog:

*          XEmacs 21.5.19 "chives" is released.
      "chives" is the twentieth in the VEGETABLE series.


Relative to XEmacs 21.5.18 "chestnut", "chives" includes a large
number of minor enhancements and work-in-progress.  Some important or
annoying bugs have been fixed:

  - The lstream data truncation bug (often observed as truncated emails
    or truncated process input in buffers) has been identified and
    fixed, we believe (hard to test).

  - The bug where process output insertion replaced the whole buffer,
    rather than just the region, has been fixed.

  - The "Metacity maximize" bug (which was XEmacs's fault, not the
    window manager's) has been fixed.

Known remaining bugs include:

  - Aborts due to recursive entry to the allocation code from error
    handlers.  Workaround: avoid getting the memory full warnings (at
    75% and 95% of memory space).

  - A regression test failure in no-Mule builds.  Workaround: don't
    run the c-tests.el series when running tests.  (Simply move
    tests/automated/c-tests.el out of the way.)

Currently fairly stable, this seems to be a good point to release a
beta as a checkpoint.  At the user level the most visible changes are
extension of the "behavior" mechanism for enabling and disabling
features, and a major reorganization of the documentation in the
source tree.  For behaviors, see the Options->Behaviors submenu.

The source documentation changes include

   At top level,
      README has been gutted, with most content moved to the FAQ.
      BUGS and README.packages were removed, with much of their content
      moved to the FAQ.
      GETTING.GNU.SOFTWARE was removed.

   In etc,
      BETA, CHARSETS, CODING-STANDARDS, CODINGS, DEBUG, DISTRIB, MACHINES,
      and PACKAGES were removed, with most content moved to various Texinfo
      documents.
      FTP, GNU, LPF, MAILINGLISTS MORE.STUFF, MOTIVATION, ORDERS,
      ORDERS.EUROPE, ORDERS.JAPAN, README.HYPERBOLE, README.OO-BROWSER,
      SERVICE, and TERMS were removed.

   PROBLEMS and etc/README were revised.

For developers, the following important internal API changes occurred.

  - Initialization code (called from emacs.c:main_1()) has been
    refactored.  See the ChangeLog (2004-10-27, Ben Wing) for details.

  - The GCPRO API has been refactored.  See the ChangeLog (2004-10-27,
    Ben Wing) for details.  (Yes, it was a megapatch: same log entry.)

For more detailed information, there is a list of credits, and then
the full ChangeLogs, following the availability information.

For general information about XEmacs, the developers, and the user
community, see our home page,

		       http://www.xemacs.org/
2005-03-02 22:05:19 +00:00
wiz
363616adb9 Add checksum for TeXmacs-1.0.4.6. 2005-03-02 12:57:11 +00:00
uebayasi
8c89663d00 Update xemacs to 21.4.17.
Fix the movemail.c format string vulnerability.  Other changes are
mostly build & documentation fixes.

In pkgsrc, pass ${LOCALBASE} and ${X11BASE} as the --site-includes
/ --sith-libraries / --site-runtime-libraries to configure more
correctly.  No visible change.
2005-02-28 16:20:09 +00:00
wiz
577bddde3d Update for 21.4a. Noted by Dave Huang on tech-pkg. 2005-02-27 01:05:33 +00:00
jmmv
4aeed3455b Update to 3.2.13:
2005-01-30  Matthew Garrett  <mjg59@srcf.ucam.org>

	* Make autogen.sh do the right thing
	* Add Bengali support (from sayamindu@gnome.org)
	* Add a couple of colons to remove gcc warnings (from sobhi@us.ibm.com)
	* Make sure non-void functions return something (from
	  clahey@ximian.com)
	* Check in /usr/X11R6/lib64 for libXtst (from clahey@ximian.com)
	* Fix up string length checking - avoid crashes when "Speak on stop"
	  switched on
	* Version 3.2.13

2005-01-25  Matthew Garrett  <mjg59@srcf.ucam.org>

	* Fix a couple of crash bugs in the window-focus handling
	* Make window choice available on non-accessible builds

2005-01-12  Matthew Garrett  <mjg59@srcf.ucam.org>

	* Make the build system work after autotools make my life miserable
	  again.
	* Add support for focusing windows from within Dasher
	* Bump version to 3.2.12
2005-02-26 17:25:47 +00:00
wiz
a64407a6f0 Update to 21.4: no change in the files in the leim distribution. 2005-02-26 16:26:30 +00:00
wiz
9936a8c10c Use 21.4a tarball: only change is an entry in the README to disable
exec-shield on linux if you have problems compiling emacs.
2005-02-26 16:01:32 +00:00
drochner
6489462a6d update to 1.0.4.6
changes:
German translation of the manual by Dietmar Jung (1.0.4.6).
Selection of visual grid and editing grid in upcoming graphical mode (1.0.4.6).
Several minor bug corrections (1.0.4.6).
User profile for Windows, Gnome and KDE (1.0.4.5).
Several bug fixes: keyboard modifiers, Guile GC, Windows/Cygwin, etc. (1.0.4.5).
Arcs, circles and enhanced undo/redo for graphical mode (1.0.4.5).
Several patches by Josef Weidendorfer for improving the performance (1.0.4.4).
Drag and drop and more intuitive buttons in graphical mode (1.0.4.4).
Synchronization with &beta;-version of the Windows port (1.0.4.4).
    &beta;-version of the Windows port (1.0.4.3).
Faster string and pk font loading (1.0.4.3).
Better graphical selections (1.0.4.3).
Added svjour base style for Springer-Verlag articles (1.0.4.2).
Implementation of double page breaks (1.0.4.2).
Correction of bug in presentation mode and several other minor bug corrections (1.0.4.2).
New implementation of header and title tags (1.0.4.1).
Documentation on new headers and titles (1.0.4.1).
Completed documentation on how to write style files (1.0.4.1).
Reorganization of style files so as to port existing LaTeX style files to TeXmacs (1.0.4.1).
Add routines for pattern matching on document paths (1.0.4.1).
Start to use inverse paths associated to trees in typesetting process (1.0.4.1).
2005-02-25 19:49:44 +00:00
drochner
1a28eb1bc2 remove obsolete patch, thanks wiz 2005-02-24 15:35:16 +00:00
drochner
e53575ee96 update to 21.4
This release fixes CAN-2005-0100, which we had a patch for before.
2005-02-24 15:31:48 +00:00
adam
a9f413865f Changes 2.2.4:
* A new detection method has been added to repair importer mistakes.
  This should prevent crashes on importing documents.
* Lots of improvements again to the Mac OS X port
* Handle all platform supported graphics formats by default in the GTK port
* Improved HTML export, including the handling of Tables of Contents
* Improved WordPerfect import, including support for WordPerfect 3.0-3.5(e)
  for Mac documents
* and much more
2005-02-24 09:55:34 +00:00
agc
01907502f3 Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
minskim
8c1170628f Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2005-02-23 04:09:50 +00:00
adam
24638cb271 abiword1 removed; does not build anymore; not supported; use abiword instead;) 2005-02-22 12:39:04 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
wiz
5778f1ffd4 Let leim-20.7nb5 depend on emacs-20.7nb5. 2005-02-17 00:42:10 +00:00
tv
b8c39103be * Apply libtoolize hack of libpico to Interix too.
* Only the major of NetBSD's patch was bumped before.  Bump the major in
  the rest of the patches (ick, this should be reworked), and PKGREVISION.
2005-02-15 18:13:41 +00:00
tv
17d3ac45de Make build on Interix, which is very close to Solaris and SVR4, but has
-lcurses instead of -ltermlib, and can't use poll(2).
2005-02-15 18:04:02 +00:00
jmmv
1848ead77f Update to 0.9.0:
This is the first 0.9 release - the main editing widget has been rewritten
since the last release (0.7.16). Please download it and try to break things
(and fix them - patches gratefully acepted!).

The new code fixes a long-standing problem where Conglomerate would crash when
loading certain documents. This has now been fixed (we believe), so that
Conglomerate should now be able to load and display any well-formed XML
document. The design is simpler and should enable us to implement more
sophisticated effects in the future (e.g. table editing).

Unfortunately, whilst it's better than it was at loading files, it's now less
stable when it comes to editing them. There are quite a few bugs still present
in the new implementation - for example, "span tags" are invisible if present
in a document loaded off disk (freshly created span tags appear as expected).
This and other bugs can be seen below a tracker bug ( bug # 143769 ); please
file bugs with editing and attach them to this tracker bug.

New Translations:
      * Simplified Chinese (zh_CN) (Funda Wang)

Updated Translations:
      * Czech (cs) (Miloslav Trmac)
      * German (de) (Frank Arnold)
      * Greek (el) (Kostas Papadimas)
      * Canadian English (en_CA) (Adam Weinberger)
      * British English (en_GB) (David Lodge)
      * Spanish (es) (Francisco Javier F. Serrador)
      * French (fr) (Michèle Garoche)
      * Dutch (nl) (Daniel van Eeden)

Enhancements
      * Major rewrite of the main editing widget (David Malcolm)
        (Nickolay V. Shmyrev)
      * Improvements to menu icons and keyboard shortcuts (Alan Horkan)
      * Beginnings of work on a table-editing plugin for DocBook
        (David Malcolm)

Fixes
      * Fixes to i18n framework (Michèle Garoche) (Geert Stappers)
        (Marcel Telka)
        Fixes to improve stability of basic editing (Nickolay V. Shmyrev)
      * Fixed the random document generator to use the correct text
        "Lorem ipsum" text from Cicero's "de Finibus Bonorum et Malorum",
	based on http://lipsum.com/ (David Malcolm)
      * Cleaned up to fix bug # 145096 (David Malcolm)
      * Fixed simple word-wrapping in new editor widget (I hope) bug # 143994
        (David Malcolm)
2005-02-14 21:32:10 +00:00
uebayasi
11c8e72b70 Fix quoting. 2005-02-14 09:07:51 +00:00
jmmv
255109032f Update to 2.8.3:
Fixes
=====
- Bug #149988 (Is gedit potfile versioning needed?) [Paolo Maggi]
- Bug #144894 (Ortographic corrector doesn't work in commented
  lines) [Paolo Maggi]
- Fixed a crash that happens if you remove automatic spell checker and the
  press Shift+F10 [Paolo Maggi]
- Fixed a crash in the time plugin when the format in gconf is not valid
  [Paolo Borelli]
- Fixed some mem leaks [Paolo Borelli]
- Backported some speedups from 2.9 [Paolo Borelli]
- Sync to latest libegg [Paolo Borelli]

New and updated translations
============================
- Rhys Jones (cy)
- Artur Flinta (pl)
2005-02-13 22:55:04 +00:00
wiz
5e9a1c14bf Do not set PKGREVISION in Makefile.common.
Set DIST_SUBDIR, since there were two versions of the abiword-2.2.3
distfile (difference is a "const").
Hi adam!
2005-02-10 19:27:32 +00:00
drochner
bcfe186365 fix format string vulnerability (CAN-2005-0100), bump PKGREVISION 2005-02-09 16:09:43 +00:00
adam
81ab1670f2 abiword-plugins updated to match abiword-2.2.3 2005-02-07 14:15:13 +00:00
adam
c9fed5c74b Updated distinfo, since the archive size has changed 2005-02-07 12:54:27 +00:00
jklos
31b1bff351 Bumped PKGREVISION due to change in libwmf. 2005-02-05 18:03:33 +00:00
tv
38f5525ee7 Fix botched update: The shlib major of libpico was supposed to be bumped.
Bump BUILDLINK_DEPENDS of pico, and the PKGREVISION of both pico and pine.

To help avoid this problem in the future, add a comment to pico/Makefile,
indicating where the shlib version is maintained and when it should be bumped.
2005-01-31 19:09:16 +00:00
minskim
7239360b44 xemacs and gnuserv have many common files in PLIST. Make them
conflict.

Bump PKGREVISIONs.
2005-01-31 00:10:12 +00:00
kim
0cb2b5ac10 If BUILDLINK_DEPENDS and BUILDLINK_RECOMMENDED are the same, then the latter
can be removed.  (Thanks to reed@ for pointing this out.)
2005-01-30 17:15:11 +00:00
kim
68b9852957 Bump required version to 4.9:
- need "extern int panicking" from edef.h
2005-01-29 21:43:23 +00:00
reed
9da81f41f4 Improve my previous comment: also the PLIST for abiword-plugins
may need to be updated.
2005-01-27 17:47:47 +00:00
reed
62368894f0 Add a comment to remind to run "make makesum" in editors/abiword-plugins
also when updating.
2005-01-27 17:38:45 +00:00
jmmv
e002442790 Use paths relative to pkgsrc, not pkgsrc/editors. 2005-01-27 10:37:01 +00:00
jmmv
c75010e99f Make nvi and vim* use the alternatives system to install wrappers for
bin/vi, bin/ex and bin/view.  Bump their PKGREVISIONs.

vim-kde is an exception because it currently installs programs with these
names.  So, as it's currently marked as vulnerable and as I don't have KDE
installed ATM, I'm marking it as conflicting.
2005-01-25 13:48:54 +00:00
adam
bc6cedf3cd Changes pine 4.62, pico 4.9:
Additions include:

     * Enable-Newmail-in-Xterm-Icon now also sets the title bar text to
       indicate new mail
     * New feature Enable-Newmail-Short-Text-in-Icon
     * New UNIX Pine feature NewMail-FIFO-Path
     * New feature NewMail-Window-Width
     * Select command may use the pattern from an existing Rule (for
       example, an Indexcolor Rule) for its selection criteria
     * Beginning of Month and Beginning of Year options in Rules
     * Some additional tokens having to do with the current date may be
       used in the folder name that is used as a target in a Filter Rule.
       For example, you may filter messages to a folder named for the
       current month by using the _CURYEAR_ and _CURMONTH_ tokens in the
       folder name. The (long) list of all such tokens is here.
     * Three additional tokens for use with Keywords may be used in the
       Index-Format. They are SUBJKEYINIT, KEY, and KEYINIT (in addition
       to the old SUBJKEY).
     * Keywords may be displayed in color using Keyword Colors, available
       from the Setup/Kolor screen
     * The Keyword-Surrounding-Chars option may be used to slightly
       modify the display of SUBJKEYINIT and SUBJKEY tokens.
     * The Enable-Flag-Screen-Keyword-Shortcut option adds a shortcut
       method of setting keywords
     * When performing an aggregate reply (or forward), if the Role that
       would be selected when replying (or forwarding) to each individual
       message in the set is the same for all the messages, then that
       role is used just like it would be when replying (or forwarding)
       to any one of those messages.
     * Delete/No Delete prompt added to Save command so that the source
       message may be deleted or not on a Save-by-Save basis
     * Status-Message-Delay option now allows reducing the status message
       delays Pine sometimes adds
     * New feature Save-Partial-Msg-Without-Confirm
     * New feature Disable-Take-Fullname-in-Addresses
     * New feature Sort-Default-FCC-Alpha
     * New feature Sort-Default-Save-Alpha
     * For selecting messages by Status, add the possibility of selecting
       based on Recent or Unseen status
     * Allow Take command to take addresses from html and enriched text
       subtypes, as well as from plain text

   Bugs that have been addressed in this release include:

     * Crash when sending a message with a Role that sets the To header
       if the Empty-Header-Message is set to
     * Pine hangs in composer after alternate editor or speller is run
       and new mail arrives that causes an External Categorizer command
       to be executed
     * Crash in MESSAGE INDEX when using a threaded sort. The crash is
       most common when the sort is Reversed.
     * Pine could crash or hang when the window was resized down to 3
       lines or fewer while in the composer
     * In the Role editor the "To Folders" command for the "Set Fcc"
       action did not work
     * After running Pine for a long time, it would slow down until
       restarted
     * Export command in FOLDER LIST did not work with dual-use folders
     * When the Send-Without-Confirm option was turned on, flowed text
       was not produced and the Fcc-Without-Attachments feature did not
       work
     * Display bug, folder was not un-highlighted
     * When viewing a message from the separate thread index, new mail
       arrival could cause Pine to leave the MESSAGE TEXT screen and drop
       back to the MESSAGE INDEX screen on its own
     * When the UnDelete command was typed in the composer with the
       cursor in the middle of a header line, the text was inserted at
       the beginning of the line instead of at the location of the cursor
     * When some messages from a thread were selected (not including the
       top of the thread), the view was Zoomed, and the feature
       Slash-Collapses-Entire-Thread was turned on; the collapse command
       caused messages to disappear from the view entirely
     * Incorrect character conversions were possible when going from
       ISO-8859-X to ISO-8859-1
     * Quell-Charset-Warning will now also quell the short comment
       included in header lines about the charset being different from
       yours in addition to quelling the editorial comment at the top of
       a message. This is the stuff that looks like "[ISO-8859-2]" in a
       header line.
     * If the Down Arrow key was held down it caused Pine to do a new
       mail check for each repeated character, which caused a delay when
       the key was held down by mistake. Changed that so that it does at
       most one check per second.
     * An unnecessary sort of the folder (causing a delay) was happening
       when closing if a filter rule depended on message state
     * Mouse in xterm failed when clicking in the folder screen
     * Enable-Dot-Folders feature did not allow adding folders with names
       beginning with dot
     * When replying to a TEXT/ENRICHED message Pine was failing to
       filter out the ENRICHED markup
     * Crash caused by malformed ISO-2022-JP in header
     * Crash when changing Inbox-Path if INBOX was not the current folder
     * Adding a collection on a Cyrus server did not work if the folder
       already existed (Pine tried to create it and failed)
     * Pine gave incorrect messages when deleting dual-use
       folders/directories
     * Saving an attached message to INBOX from another collection did
       not work correctly (it tried to create INBOX in the collection
       instead)
     * In some circumstances, Pine could announce "No messages expunged
       from folder " after an expunge command that actually worked
       correctly
     * Allow alternate editor to use quoted arguments
     * News drop folders weren't using the correct newsrc with
       Enable-Multiple-Newsrcs enabled
     * Error decoding some 8-bit headers, typically showing up as a
       garbage character at the end of a name
2005-01-25 10:07:56 +00:00
magick
355b847d04 Make this package build again:
Remove esound-support from options.mk until i find the reason why
libossaudio is not used.
Fix canna-support with a patch from Thomas Klausner. Thanks.
2005-01-22 13:03:06 +00:00
minskim
797ee95394 Switch to Tcl/Tk-8.4.
Bump PKGREVISION due to dependency changes.
2005-01-22 02:35:44 +00:00
markd
2ff908ddb5 Don't install a file that kdelibs now installs. Bump PKGREVISION. 2005-01-19 11:35:48 +00:00
jschauma
1923b5a9ae Apply patches from Georg Schwarz in PR pkg/28628 to make this work
(better) on IRIX
2005-01-18 03:15:07 +00:00
adam
be531ee4ae Changes 1.0.2:
* keyboard accelerator in menus
* translations updated
* minor changes and bug fixes
2005-01-14 09:50:57 +00:00
adam
851b6a34ff Changes 2.2.3:
* Bug fixes
2005-01-13 09:29:18 +00:00
adam
6273a28f1c Changes 2.2.2:
* A MacOSX port
* Table of contents
* Document history/revisions
* Text frames
* Better support for international scripts and locales
* List folding
* Text wrapping around images
* Faster rendering
* Dashboard integration
* Visual drag and drop
2005-01-11 11:09:26 +00:00
schmonz
079789dfbf The HTTP site is apparently no longer available. Use the FTP site instead. 2005-01-10 15:02:59 +00:00
schmonz
f6a540cad4 ce doesn't need ncurses in particular. Include curses.buildlink3.mk instead. 2005-01-08 07:51:22 +00:00
schmonz
697342268c Update to 4.5. No changelog available, and diffs are extensive.
Many (most?) are to take more care with types and declarations.
2005-01-08 07:46:15 +00:00
adrianp
589bad3eab Bump to 6.3.045 for recent security issue.
2672  6.3.001  ":browse split" gives file selection dialog twice
  3913  6.3.002  utf-8 detection in translated help files is wrong
  1891  6.3.003  crash when using console dialog without default choice
  2438  6.3.004  too many hit-enter prompts when searching for long string
  2809  6.3.005  crash when searching with character offset in closed fold
  1566  6.3.006  the current directory is prepended to the ":breakadd" argument
  1755  6.3.007  swap file is not deleted for a "nofile" buffer after ":cd"
  1865  6.3.008  OS/2: can't compile, missing error message
  3670  6.3.009  (after 6.3.006) ":breakadd file" does not match for a symlink
  2450  6.3.010  writing to a named pipe causes an error message for fsync()
  1896  6.3.011  crash when user command completion uses "normal :cmd"
  2882  6.3.012  lalloc(0) error for substitute command with multi-line pattern
 11947  6.3.013  crash when using CTRL-R = in command line uses "normal :cmd"
  1566  6.3.014  default value of 'helplang' is wrong for Chinese and Taiwanese
  1207  6.3.015  the string returned by winrestcmd() may end in garbage
  1735  6.3.016  'define' default had "\s" before #, breaks "[d"
  1364  6.3.017  "9zz" could place the cursor beyond the end of a line
  1844  6.3.018  ":0argadd zero" added the argument after the first one
  1992  6.3.019  crash during startup when compiled for debugging
  1915  6.3.020  "dw" doesn't work right for UTF-8 when 'delcombine' is set
  2822  6.3.021  can't edit file with path separator in trail byte of last char
  6419  6.3.023  when <Space> is remapped abbreviations are not expanded
  2456  6.3.024  missing NUL for strings created with ga_concat()
  3070  6.3.026  setting 'bg' in syncolor.vim may cause endless loop or crash
  7500  6.3.027  VMS: Writing a file may insert extra CR characters
  2128  6.3.028  the BOM marker is written when appending to a file
  2173  6.3.029  crash in syntax highlighting code when inserting a line break
  4579  6.3.030  GTK 2: crash when 'enc' is set to "utf-8" and menus redefined
  1483  6.3.031  pressing Tab when entering a mapping may cause a display error
  2094  6.3.032  with Python 2.3 using threads doesn't work
  1552  6.3.033  mapping ending in two-char command doesn't restart Insert mode
  1618  6.3.034  VMS: crash in RTL when using :help, caused by ? wildcard
  1770  6.3.036  ml_get errors when fold was deleted
  2889  6.3.037  (after 6.3.032) warning for unused variable
  2749  6.3.039  line numbers not updated when inserting a line above window
 18020  6.3.040  window count for a buffer was wrong after error handling
  1760  6.3.042  CTRL-X CTRL-E in Insert mode does not scroll fold correctly
  8053  6.3.043  'hlsearch' highlighting sometimes disappears
 12283  6.3.045  some option values may cause trouble in a modeline
2005-01-06 20:39:28 +00:00
adrianp
a71a93f1fa Bump to 6.3.045 for recent security issue
2672  6.3.001  ":browse split" gives file selection dialog twice
  3913  6.3.002  utf-8 detection in translated help files is wrong
  1891  6.3.003  crash when using console dialog without default choice
  2438  6.3.004  too many hit-enter prompts when searching for long string
  2809  6.3.005  crash when searching with character offset in closed fold
  1566  6.3.006  the current directory is prepended to the ":breakadd" argument
  1755  6.3.007  swap file is not deleted for a "nofile" buffer after ":cd"
  1865  6.3.008  OS/2: can't compile, missing error message
  3670  6.3.009  (after 6.3.006) ":breakadd file" does not match for a symlink
  2450  6.3.010  writing to a named pipe causes an error message for fsync()
  1896  6.3.011  crash when user command completion uses "normal :cmd"
  2882  6.3.012  lalloc(0) error for substitute command with multi-line pattern
 11947  6.3.013  crash when using CTRL-R = in command line uses "normal :cmd"
  1566  6.3.014  default value of 'helplang' is wrong for Chinese and Taiwanese
  1207  6.3.015  the string returned by winrestcmd() may end in garbage
  1735  6.3.016  'define' default had "\s" before #, breaks "[d"
  1364  6.3.017  "9zz" could place the cursor beyond the end of a line
  1844  6.3.018  ":0argadd zero" added the argument after the first one
  1992  6.3.019  crash during startup when compiled for debugging
  1915  6.3.020  "dw" doesn't work right for UTF-8 when 'delcombine' is set
  2822  6.3.021  can't edit file with path separator in trail byte of last char
  6419  6.3.023  when <Space> is remapped abbreviations are not expanded
  2456  6.3.024  missing NUL for strings created with ga_concat()
  3070  6.3.026  setting 'bg' in syncolor.vim may cause endless loop or crash
  7500  6.3.027  VMS: Writing a file may insert extra CR characters
  2128  6.3.028  the BOM marker is written when appending to a file
  2173  6.3.029  crash in syntax highlighting code when inserting a line break
  4579  6.3.030  GTK 2: crash when 'enc' is set to "utf-8" and menus redefined
  1483  6.3.031  pressing Tab when entering a mapping may cause a display error
  2094  6.3.032  with Python 2.3 using threads doesn't work
  1552  6.3.033  mapping ending in two-char command doesn't restart Insert mode
  1618  6.3.034  VMS: crash in RTL when using :help, caused by ? wildcard
  1770  6.3.036  ml_get errors when fold was deleted
  2889  6.3.037  (after 6.3.032) warning for unused variable
  2749  6.3.039  line numbers not updated when inserting a line above window
 18020  6.3.040  window count for a buffer was wrong after error handling
  1760  6.3.042  CTRL-X CTRL-E in Insert mode does not scroll fold correctly
  8053  6.3.043  'hlsearch' highlighting sometimes disappears
 12283  6.3.045  some option values may cause trouble in a modeline
2005-01-06 20:38:06 +00:00
tron
5d1e0fdf09 Add conflict with "vim-motif" package. 2005-01-06 14:11:03 +00:00
adam
4b2ab9676e Changes 3.17.14:
* Bug fixes
2005-01-05 15:27:40 +00:00
cjs
9daf6b2e42 Move --enable-multibyte from vim/Makefile to vim-share/Makefile.common,
since it should be not just the command line version of vim but all
versions (e.g., gtk) that use this.
2005-01-05 11:03:44 +00:00
markd
4ffc12549a When configuring reLyX use the value of PERL that is passed in rather
than trying to work it out again (badly).  Fixes the build problems
seen in the bulk builds.
OK'ed by maintainer.
2005-01-04 19:51:11 +00:00
minskim
1b77f3fb00 This package doesn't need perl at run time. Set USE_PERL5 to "build".
Bump PKGREVISION due to dependency change.
2005-01-01 03:44:51 +00:00
minskim
1802a619e6 abiword-plugins doesn't need perl at run time. Move "USE_PERL5=run"
from abiword/Makefile.common to abiword/Makefile.

Bump PKGREVISION of abiword-plugins due to dependency change.
2005-01-01 03:31:38 +00:00
recht
d83d44a3c4 bump PKGREVISION for the aiksaurus shared library version number change 2004-12-29 09:19:58 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
jmmv
c58149e364 Update to 2.8.2:
Fixes
=====
- remove UTF-16, UCS-2 and UCS-4 from the supported encoding list since
  they are (and always have been) broken (Paolo Maggi)
- do not leak some tooltips (Paolo Borelli)
- fix crash loading some remote files (Paolo Maggi)
- check if metadata file exists before reading it (Marco Pesenti Gritti)

New and updated translations
============================
Nikos Charonitakis (el)
Martin Willemoes Hansen (da)
Jordi Mallach (ca)
Mohammad DAMT (id)
Christophe Merlet (fr)
2004-12-28 21:52:40 +00:00
wiz
d502237fcc Fix typo in PKG_SUPPORTED_OPTIONS. 2004-12-28 15:45:12 +00:00
reed
4252af9953 Patch added for gcc 3.3.x issue:
xap_UnixEncodingManager.cpp:551: error: invalid conversion from `const char*'
   to `char*'

Include ../../devel/popt/buildlink3.mk (and not using abiword's popt).

Add support for building on Darwin/Mac OS X. (Note: using X11 instead of Cocoa.)

Bump PKGREVISION.
2004-12-28 01:56:41 +00:00
wiz
3bcb3ecb96 Bump PKGREVISION for aspell dependency update. 2004-12-24 04:32:54 +00:00
jlam
650b62997d Remove support for some variables that are supposed to go away after
pkgsrc-2004Q4 is branched.
2004-12-22 21:46:24 +00:00
martti
2935e5aea1 Updated lyx-qt and lyx-xforms to 1.3.5
This is mainly a bugfix release, with few notable user-visible
improvements. However, we would like to highlight two fixes in particular:

* Nested documents (with Insert>Include File...), which have been
  broken since LyX 1.2.0, should now work properly, including the
  case where the files are in different directories.

* It is now possible to compile LyX with gcc 3.4.
2004-12-21 07:00:52 +00:00
minskim
b55d046764 Add build dependency on pkgconfig.
While here, rearrange paragraphs so that buildlink3.mk files are
included before overriding targets.
2004-12-14 20:00:22 +00:00
minskim
27fbf431ce Include scrollkeeper/omf.mk, instead of scrollkeeper/buildlink3.mk, to
register .omf files.  Noted by jmmv@.

Bump PKGREIVISION.
2004-12-12 15:35:50 +00:00
minskim
42fb5585bf Explicitly depend on gnome2-dirs because this package needs
share/gnome/help, which is installed by gnome2-dirs.
Noted by jmmv@.

Also correct the corresponding comment in PLIST.
2004-12-12 15:33:27 +00:00
minskim
b4979705a9 Do not delete share/gnome/help and share/omf when deinstalled; they
should be handled by gnome-dirs and scrollkeeper, respectively.

Bump PKGREVISION.
2004-12-11 06:53:21 +00:00
jmmv
696979c066 Update to 0.7.8:
* Implemented widget sesnsitivity.
* Changed scrollbar_spacing to zero.
* Changed about dialog caption.
* Fixed undo sequency for Ctrl+V overwrite.
* Added Hungarian translation (thanks Reviczky Adam Janos).
* Added Catalan translation (thanks David Rosal).
* Added Tamil translation (thanks Vijay Durairaj).
* Added Italian translation (thanks Alessio D'Ascanio).
2004-12-05 11:42:55 +00:00
jmmv
fe3e338573 version 0.7.7:
* Improved undo behavior by word.
* Fixed multi-line unindent properly.
* Updated German translation (thanks Ruediger Arp).

version 0.7.6:
* Improved command line recognition of filename (uri & space-separated).
* Added MimeType entry to leafpad.desktop (suggested by Carlos).
* Assigned Ctrl+G & Shift+Ctrl+G to Find Next/Previous.
* Added statements of copying permission to all source codes.
* Added French translation (thanks Luc Pionchon).
* Added Spanish translation (thanks Lucas Vieites).
2004-12-05 08:32:29 +00:00
jmmv
d9e0a998a2 Update to 1.9.17 and drop maintainership (never used it, really).
1.9.17
	bug fix, when saving hnb DTD, I also saved the text attribute
	removed the format names from prefs.c,.. now the string specified is
	used instead, (makes extending easier)
	improved the tokenizer for libcli, it now acts almost exactly as bash,
	even the hooks for understanding $variable_expansion is included in the
	code, uses a single malloc
	various bug fixes
	cleanups and merging of commands, e.g. go_root, go_recurse, and
	go_backrecurse are now go <root|backrecurse|recurse|up|down|left|right>
	search now is a single command taking direction and query as arguments.
	changed escape to be the key used to bring up the menu,.. and remapped
	^Q to be quit (again)
1.9.16
	attempts to fix the compile on OSX
		renaming mergesort to node_mergesort due to nameclash
		only compiling the static lib
	made indent and outdent only work when there is no data typed already,
	(thus making > and < allowed typed in navigation mode as long as
	they're not the first character typed.
	removed errors appearing with -pedantic (at least here)
	removing all macros with variable arguments replacing them with va_list
		removing inline statements from libcli
	created an utility function for string replacements, that I inserted
	into all the various import/export filters.
	added a function "insert_cal <month> <year>" which inserts the
	specified month/year in a fashion that makes hnb useable as a simple
	timeplanner as well. (when I get around to adding support for clones,
	this might be interesting)
	allowing the user to use <,>,+ and - when typing in new data without
	erratic behavior, and not the need to enter edit mode. (except if it is
	the first char of the data)
	fixed an issue with creating the first child, and pressing insert, and
	various other commands,..
	added rpm spec file from Asgeir Nilsen
	made file_opml and file_hnb interpret all attributes
	implemented buffered reading for the xml tokenizer
	changed the function prototype for functions that register with libcli,
	they must now register with an int (int argc, char **argv, void *data)
	function
		overhauled hnb to use this API, some more refinement might be
		needed in someplaces, but it seems to work OK for now.
	added a menu that is accesed from F9
1.9.15
	outdent fixed to be more efficient and work as intended
	added export context
	changed all import/export functions to use the query variable if
	filename passed is *
1.9.14
	bugfix: The new sort and shuffle functions could result in dataloss
	when saved.
	new feature: expand/collapse and expand_all/collapse_all are new
	bindable functions, expand/collapse is bound to +/- in the default
	config file, they force portions of the tree to stay open even when you
	leave it.
1.9.13
	Apparently I broke the nasty quick-sort I had implemented, when I
	changed the way the tree was stored. Implemented a Merge-sort which is
	faster anyways.
	Improved the behavior of non fixed navigation when the whole tree is
	displayed.
	Added a shuffle function (not currently bound), I used it while
	developing the new mergesort, but someone might find it useful.
1.9.12
	Changed the datastructure to use a "assosciation list" for storing the
	actual data. Will move all tags, like checkbox to this structure.
		Should actually make it possible to do the addition of start
		end date and other "columns" a breeze, perhaps even automatic
		for some export/import formats
	modified tree_duplicate to use the new node_duplicate function, and a
	modified version of the import_node which takes a single node with data
	set as input.
	added import_node_text which disregards all other data items
1.9.11
	changed node_swap to only swap relational pointers, thus making it
	easier to extend the data stored in Node later
		thus also changing and move node, indent/out-dent and sort to
		accommodate for a truer swap
	fixed a bug with editing of newly introduced child
		note: should perhaps move ui_action_edit into a built-in
		command that is handled specially since it now needs special
		attention by being a subcommand to ui_action_command
1.9.4-1.9.10 feb 2003
	re-implementation of positioning of selection bar in non fixed mode
	massive code cleanup and separation
	separation of variables from prefs.* to static variables in the code
	modules where they belonged
	integration with spell checker (Ispell, but through prefs it could
	easily be made Aspell instead)
	new preferences format
	ability to execute commands and running mail-client / web-browser if a
	node or it's children contain url's / mail addresses
	OPML import and export
	postscript export
	htmlcss export
	save_state and restore_state for single level undo where needed
	new XML tokenizer
	cut/paste functionality
1.9.3 jan 2003
	stabilising of the code
	ability to use default terminal colours, (patch from NN)
1.9.1 oct 2002
	option to remember current position in hnb file when saving/loading
	cleaned up most of the help-system code
	further code separation
1.9.0 oct 2002
	fixed the movement behaviour when going to the parent node,.. the
	screen jumped too much
	separated the various export and load filters into own files
	used my new libcli for the cli code, and as "glue" in some code spots
	reverted to a manual makefile instead of autoconf/automake
	improvements to dynamic key-bindings, multiple key-bindings for each
	action, all key-bindings in various context got their own choice in the
	preferences.
	The first of the actual key-bindings shown as help
	added some more bindings for the node editor, (skip word and bskip
	word, hooks for even more)
2004-12-05 08:28:45 +00:00
jmmv
2a2abbba77 Update to 0.6.2: list of changes unknown. Drop maintainership. 2004-12-05 08:13:02 +00:00
wiz
1bd1247a49 Add casts to unsigned char to make this build on -current. 2004-12-04 12:01:09 +00:00
wiz
27a85fabde Update HOMEPAGE and MASTER_SITES. 2004-12-04 11:54:25 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
wiz
4ce264687e Bump PKGREVISION for removal of db3 buildlink3.mk file from
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30 18:26:39 +00:00
wiz
93c032c163 Depend on riece instead of liece. Bump version to 0.6. 2004-11-30 15:42:02 +00:00
adam
95da6c1c60 Changes 3.17.12:
* valgrind audits, small memleak fixes.
* fixed process die problem which causes Print to block forever.
2004-11-30 15:00:34 +00:00
jmmv
a7271acd96 This needs a curses. 2004-11-28 13:46:50 +00:00
epg
d7e9fc5b38 Update to 3.12.7.
2004-10-20  Martin Schwenke  <martin@meltin.net>

	* README:
	Updated to say tested under GNU Emacs 21.3, updated gnuserv sources
	from XEmacs 21.5.17, commented that SYSV_IPC works again under Linux,
	explained weirdness resulting from missing X development files at
	compile time.

	* configure.in:
	Added error message for when HAVE_X_WINDOWS doesn't get defined.
	Lifted check for HAVE_SOCKADDR_SUN_LEN from XEmacs 21.5.17.

	* Makefile.in: Added ChangeLog generation.

	* Makefile.in: Bumped version to 3.12.7.

2004-10-19  Martin Schwenke  <martin@meltin.net>

	* acconfig.h: Added HAVE_SOCKADDR_SUN_LEN.

	* sysfile.h, gnuserv.el: Updated to version from XEmacs 21.5.17.
2004-11-27 00:01:42 +00:00
xtraeme
a912ea5470 Convert to use bsd.options.mk, the following options are available:
esound ldap xface canna

# XXX Support for the following variables will be removed after the
# XXX pkgsrc-2004Q4 branch is released:
# XXX
# XXX USE_OPENLDAP
# XXX USE_XFACE
# XXX XEMACS_ESD
# XXX XEMACS_USE_CANNA
2004-11-25 21:42:59 +00:00
xtraeme
b0758c553d Convert to use bsd.options.mk, the following options are available:
ldap xface canna

# XXX Support for the following variables will be removed after the
# XXX pkgsrc-2004Q4 branch is released:
# XXX
# XXX USE_OPENLDAP
# XXX USE_XFACE
# XXX XEMACS_USE_CANNA
2004-11-25 21:34:59 +00:00
snj
2fd234ed7c Update to 1.4.6.
Changes:
* modified new_curse.c to handle different subdirectory naming in terminfo
  directory
2004-11-25 19:45:52 +00:00
magick
6c8bc33728 Update xemacs-current to 21.5.18
From the Releasenotes:
Relative to XEmacs 21.5.17 "chayote", "chestnut" has Jerry James's new
bignum support.  You can now keep track of the U.S. national debt to
the penny, or count to Avogadro's number by ones!  Speaking of really
big numbers, Malcolm Purvis has one in mind: "two".  To GTK+ fans,
that's an awfully big number.  It's not here yet, but Malcolm has put
in a lot of patches, and a port to GTK+ v2 could start soon.  Jerry
James has started using the Uno code checker to clean up unused
variables and other ugliness.  Completion of the portable dumper
project is in sight, as Olivier Galibert has contributed code to
attach the dumpfile to the executable.

A large number of contributors have provided the usual assortment of
bug fixes and feature additions, small and large.
2004-11-25 18:09:06 +00:00
adam
bc97f1a653 Do not force -O optimisation 2004-11-25 15:12:56 +00:00
adam
f3d9a74430 Changes 1.31:
* Unknown
2004-11-25 15:12:14 +00:00
adam
5f9d64488c Changes 2.0.14:
* Filed bugs fixed
  Bug 2633 - MS-Word document falsely password-protected
  Bug 6959 - .doc crashes on import
  Bug 5562 - Bad transcription of accent in XSL-FO documents
  Bug 7341 - at least one letter template should come with Abiword (Ryan Pavlik)
  Bug 7735 - Spelling error inn ispell_dictionary_list.xml (sum1)
  Bug 2726 - copy and paste cause additional style information in the document
  Bug 4788 - [valgrind] crash in msword doc
  Bug 6354 - --merge=FILE command line option does not work in abiword... (Jordi Mas)
  Bug 6537 - Export to XHTML ads 'lang' style, should be 'lang' attribute
  Bug 6606 - Localised status bar displayed as incorrect UTF-8
  Bug 6700 - auto-save on crash must use .abw
  Bug 6731 - caps lock sensitive menu shortcuts (Jordi Mas)
  Bug 6959 - .doc crashes on import
  Bug 7338 - Rulers unrefreshed after deleting table
  Bug 7373 - Disable Insert > Endnote/Footnote when editing endnote
  Bug 7454 - Crash when opening a file after closing lists dialog (Jordi Mas)
  Bug 7456 - Cut and paste removes line break (<ENTER>)
  Bug 7680 - Segfault when saving copy of unnamed document
  Bug 7692 - Crash with breaks, tables, and endnotes
  Bug 7694 - Crash when deleting table with column selected
  Bug 7697 - Crash when inserting hyperlink with bullet and TOC selected
  Bug 7713 - "Select All" + Font Size change = Fatal Error (sum1)
  Bug 7725 - Export to RTF causing crash
* Documentation
  AbiWord is not a System Administration utility [refiled man page]
* Other changes
  Don't allow movement of cursor to illegal positions for text insertion (Martin Sevior)
  Fix uninitialized variable reported by Mike Nordell (Martin Sevior)
  Fix various .doc import problems (Sudar)
  Robustify fp_TextRun::_drawSquiggle (Robert Wilhelm)
  Prepare for and release 2.0.14 (Mark Gilbert)
2004-11-22 13:31:46 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
adam
deaf7ccded Changes 3.17.11:
* Improvements and bug-fixes
* coolicon has been removed
2004-11-08 15:48:20 +00:00
jmmv
f928c74c29 Add and enable leafpad. 2004-11-04 14:29:38 +00:00
jmmv
4f6338e14b Initial import of leafpad, version 0.7.5:
Leafpad is a GTK+ based simple text editor and is ideal as a file viewer.
The user interface is similar to "notepad", aims to be lighter than GEdit
and KWrite, and to be as useful as them.

Its features are:

* Minimum requirements: for portability.
* Minimal menu items: to make full use of features and to learn easily.
* No toolbar: to maximize the text area.
* Single document interface (SDI): to set out windows to view at a time.
* Character coding auto detection: to open file quickly without multi-codeset
  problems.
2004-11-04 14:27:51 +00:00
xtraeme
c8b4611fc4 Apply tshiozak@'s fix for NetBSD >= 2.0, more information:
"Questions about iconv.h" on tech-userlevel@ mailing list.

Bump PKGREVISION.
2004-10-29 07:42:38 +00:00
jmmv
d88efd877e Update to 2.8.2:
2.8.2: "Huerto del loro"
* Fixes:
	- Fix for spewing warnings on startup (Fix bug #144833, Mark
	  McLoughlin)

* Improvements:
	- Updated German documentation (Keywan Najafi Tonekaboni)

2.8.1: "Puerto Rico"
* Fixes:
	- Parse correctly gtk/gnome command line arguments (based on patch
	  from Julio M. Merino Vidal. Fix bug #151829)
	- Fix a crash when have_icons key is not present. Fix bug #151720.
2004-10-28 19:10:12 +00:00
wiz
bd1a5f760e Fix depends, bump PKGREVISION. 2004-10-28 11:49:07 +00:00
reed
47ed57aae4 Only force USE_BUILTIN.iconv=no for non-Linux.
Linux systems have glibc which provides a good GNU iconv.

What GNU iconv feature/function is specifically needed
for abiword?

This should be fixed to not define USE_BUILTIN.iconv=no but
to use some other option, because it overrides PREFER_NATIVE
use for iconv.

Also at this time, converters/libiconv doesn't get built nor installed
under Linux. So abiword's build failed.
2004-10-27 02:50:19 +00:00
xtraeme
a2b808dc7b Cannot use a common PATCHDIR/DISTINFO_FILE for abiword and abiword-plugins,
they are using a different WRKSRC, reported by Jeremy C. Reed on
tech-pkg@.
2004-10-27 01:05:53 +00:00
markd
c8b3cdf519 Update kile to 1.7.1.
Changes in 1.7.1:
Due to reported problems with compiling Kile 1.7, version 1.7.1 is
released. This releases fixes the "KSpell2" compilation problem.

Changes in 1.7:
Among the new features are: autocompletion of (La)TeX commands, completely
configurable build system, advanced LaTeX editing functions, autocompletion
of references and labels (only within projects).
2004-10-25 11:54:59 +00:00
xtraeme
857e1227a7 Added abiword-plugins-2.0.11. 2004-10-21 06:36:39 +00:00
xtraeme
498e2a6b6c Initial import of abiword-plugins-2.0.11, based on patch sent
by Ove Soerensen in PR pkg/26893.

These plugins will enhance your AbiWord-experience. Included are additional
import/export filters for DocBook, HTML, KWord, Latex and MS-Write as well
as plugins adding support for further graphic-formats (JPEG, GIF, BMP, WMF,
etc.)
2004-10-21 06:32:05 +00:00
xtraeme
147f05d018 Update editors/abiword to 2.0.11, and split Makefile into Makefile.common,
which will be used for the upcoming abiword-plugins package, based on patch
sent by Ove Soerensen in PR pkg/26893, this closes PR pkg/26695 by Joel
Carnat too, thanks.

Use bsd.options.mk for the gucharmap dependency/option, which now is
disabled by default, because it adds a lot of GNOME dependencies
(this is bad if you don't use GNOME).

There are too many changes to list here, but notably bugfixes and some
new features were added, as usual, please take a look at the ChangeLog
file.
2004-10-21 06:30:39 +00:00
xtraeme
78429d1f62 Change CATEGORY to editors. 2004-10-21 04:23:28 +00:00
xtraeme
851677739f Move gtranslator to the editors category, Closes PR pkg/26494 by
Douglas Brebner.
2004-10-21 04:20:55 +00:00
xtraeme
05ea87ef5d Update editors/nano to 1.2.4.
Too many changes to list here, because our pkgsrc version was really old!
please take a look at the NEWS/ChangeLog file.

Another change:

Georg Schwarz reported in PR pkg/26671 that nano requires glib to build
in his system (IRIX 5.3) and I know what's happening there...
nano.h checks for the functions snprintf()/vsnprint(), if they aren't
available, the glib functions are used instead, so put the glib dependency
if MACHINE_PLATFORM = IRIX 5.3 and closing PR.

No idea about IRIX 6.x, sorry.
2004-10-21 03:39:04 +00:00
tv
dc99bb80f2 Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
2004-10-15 14:50:05 +00:00
adam
21b2f99dc3 Changes 5.5:
* Tabbed windows
* Find and Clear buttons
* Improvements in macro language
* Better efficiency
* Bug fixes
2004-10-15 13:29:00 +00:00
ben
3110049625 Update biew to version 5.6.2 to address PR#27252.
This release mainly fixes AMD64-related bugs.
2004-10-13 22:16:37 +00:00
jmmv
cfc75fe174 Update to 2.8.1:
Fixes
=====
- do not try to open non regular files (#153204) (Paolo Borelli)
- allow opening file by drag and drop on read only documents (#89881)
  (James Bowes)
- open dropped files in the right target gedit window (#150485) (Paolo Maggi)
- do not change active document when closing an unmodified tab (#149811)
  (Paolo M.)
- fix crash when trying to open an invalid sftp uri (Paolo B.)
- update to the latest egg-recent (Paolo B.)

New and updated translations
============================
- Changwoo Ryu (ko)
- Adam Weinberger (en_CA)
- Žygimantas Beručka (lt)
- Meelad Zakaria (fa)
- Jordi Mallach (ca)
- Gora Mohanty (or)
2004-10-11 08:08:56 +00:00
kristerw
5ff1448687 This pkg fails to build with make from NetBSD-1.6.2. Use the GNU make
instead.
2004-10-08 23:50:37 +00:00
adam
5a3806537c Change man1/nc.1 to man1/nedit-nc.1 to avoid conflict with netcat 2004-10-08 09:18:07 +00:00
jmmv
18803f94a5 Update to 0.7.0:
Enhancements since 0.6.3
========================
* keyboard shortcuts a.k.a fast editing keybindings [Dodji Seketeli]
* new validation and error reporting system. Early support of XSD/RNG
  [Nicolas Centa]
* "comment out node" feature [Dodji Seketeli]
* support new GtkFileChooser [Benjamin Dauvergne, Dodji Seketeli]
* infinite Undo/Redo [Dodji Seketeli]
* menu/toolbar management rework - now based on GtkUIManager [Dodji Seketeli]
* better node clipboard management [Dodji Seketeli]
* support of remote document loading [Philippe Mechaï]
* docs drag & drop from the desktop to the editor [Philippe Mechaï]
* view tabs & naming HIG-fication [Philippe Mechaï]
* lots of HIG-ficcation [Philippe Mechaï, Dodji Seketeli]
* Website redesign [Scott White]

Bugfixes since 0.6.3
====================
* #142163 autoscroll tree editing widget [Dodji Seketeli]
* #142596 fix gcc 2.95 compilation errors [Adrian Bunk]
* #142861 wrong behaviour when closing a view [Nicolas Centa]
* #142980 segfault when multiple views on one doc [Nicolas Centa]
* #144989 relative to absolute uri conversion [Nicolas Centa]
* #144983 wrong behaviour when opening a doc twice [Dodji Seketeli]
* #145381 no scroll during node search [Dodji Seketeli]
* #145383 search dialog blocks the view [Dodji Seketeli]
* #147690 nodes added twice from compl table [Dodji Seketeli]
* #147820 phrasing error [Raphael Higino]
* #148015 phrasing error [David Lodge]
* #148335 phrasing error [David Lodge]
* #150175 update completion table when DTD is associated [Dodji Seketeli]
* #150184 wrong node names/attributes parsing [Dodji Seketeli]
* #150206 node editor bad sync behaviour [Dodji Seketeli]
* #150290 can't open file name with spaces [Bart Vanherck]
* #150384 underscore escaping in filenames [Dodji Seketeli]
* #150487 crash when re-associating a new DTD [Nicolas Centa]
* #150872 wrap tree editing widget text to 80 chars [Dodji Seketeli]
* #151442 crash during editing [Dodji Seketeli]
* #152232 crash when validating empty doc [Dodji Seketeli]
* #152629 badly formed node names [Dodji Seketeli]
* #152858 use GtkFileChooser by default [John Spray]
* #153735 crash when closing doc [Dodji Seketeli]
* #153856 schema selector must use GtkFileChooser [Dodji Seketeli]
* #153874 wrong compl list in contextual menu [Dodji Seketeli]
* many crashers fixes here and there [Dodji Seketeli]

Documentation
=============
* Updated the "MlView internals" document
* Wrote "MlView Keybindings" document

Updated translations
====================
* ja [Ryoichi INAGAKI]
* nl [Tino Meinen, Vincent Van Adrighem]
* cs [Miloslav Trmac]
* en_CA [Alexander Winston]
* en_BG [David Lodge, Garret Owen]
* pt_BR [Gustavo Maciel Dias Vieira]
* es [Francisco Javier F Serrador]
* it [Guido Spadotto]
* zn_CN [Funda Wang]
* de [Daniel Holbach]

Enhancements since 0.6.2
========================
* Updated translations:
  no [Kjartan Maraas]
  hr [Robert Sedak]
  en_GB [Gareth Owen]
  en_CA [Adam Weinberger]
  de [Daniel Holbach]
* Added read/write support for DOCTYPE and entities declaration nodes [Dodji
  Seketeli]
* new entity refs icon [Baptiste Mille-Mathias]
* use glade/libglade instead of GnomeApp & co [Dodji Seketeli]
* Put the "multi-type-of-editing-views" architecture in place
  [Dodji Seketeli, Stephane Bonhomme]
* right click based editing [Dodji Seketeli]
* delete attributes by hiting the 'del' key in the node editing widget
  [Sebastien Bacher]
* added the --dtd|-d command line option [Luuk de Waard]
* Set a default icon for all windows [Dodji Seketeli]
* Deactivate some menuitems depending on the context [Dodji Seketeli]
* Port our SAX plumbing over the new libxml2 2.6.x SAX2 without breaking it
  on previous versions [Dodji Seketeli]
* Force the use of libxml2 2.6.6 or higher [Dodji Seketeli]
* Allow element node name completion in the contextual menu [Nicolas Centa]

Fixes since 0.6.2
=================
* #130036: better utf8 based interaction with gtk+ [Dodji Seketeli]
* #130027: better node type picker behaviour [Dodji Seketeli]
* #130089: xslt dialog crash [Paolo Borelli]
* #132034: better add node dialog usability [Nicolas Centa]
* #130184: cancel on exit dialog [Sebastien Bacher]
* #135780,#139162,#141533,#141578: fix a bad random crash that
  becomes systematic on gnome 2.6 [Dodji Seketeli]
* #135429: proper install of gconf schema file [Julio M. Merino Vidal]
* Replace AM_PROG_LIBTOOL with AC_PROG_LIBTOOL [Dodji Seketeli]
* #141664: validation fix [Dodji Seketeli]
* #130251: avoid having two root element nodes in the same document [Dodji
  Seketeli]
* #132756: avoid having two attributes with the same name on the same element
  node [Dodji Seketeli]
* #141894: better synchronization between node editing widget and tree editing
  widget [Dodji Seketeli]
* #141992: better memory management in the document object model [Dodji
  Seketeli]
* #142152: fix crash in 'find node' [Dodji Seketeli]
2004-10-03 09:43:57 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
e35efc4059 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
===========
gedit 2.8.0
===========

New and updated translations
============================
- Hasbullah Bin Pit (ms)
- Dafydd Harries (cy)
- Christophe Merlet (fr)
- Ridvan Can (tr)
- Vladimir Petkov (bg)
- Theppitak Karoonboonyanan (th)
- David Lodge (en_GB)
- Misu Moldovan (ro)
- Nikos Charonitakis (el)
- Kjartan Maraas (nb)
- Kjartan Maraas (no)
- Raphael Higino (pt_BR)
- Mətin Əmirov (az)
- Miloslav Trmac (cs)
- Hendrik Richter (de)
- Arafat Medini (ar)
- Åsmund Skjæveland (nn)
- Kostas Papadimas (el)


============
gedit 2.7.92
============

Fixes
=====
- fix misc spell plugin issues (#149400, #149761, #149475) (Paolo Borelli)

Docs
====
- Updated for GNOME 2.8 (Breda McColgan)

New and updated translations
============================
- Akagic Amila (bs)
- Iñaki Larrañaga (eu)
- Jarkko Ranta (fi)
- Reinout van Schouwen (nl)
- Changwoo Ryu (ko)
- Jordi Mallach (ca)
- Danilo Šegan (sr.po)
- Danilo Šegan (sr@Latn.po)
- Leonid Kanter (ru)
- Maxim Dziumanenko (uk)
- Francisco Javier F. Serrador (es)
- Adam Weinberger (en_CA)
- Christian Rose (sv)
- Takeshi AIHANA (ja)
- Laszlo Dvornik (hu)
- Funda Wang (zh_CN)
- Miloslav Trmac (cs)
- Martin Willemoes Hansen (da)
- Laurent Dhima (sq)
- Ankit Patel (gu)
- Duarte Loreto (pt)
- Artur Flinta (pl)
- Metin Amiroff (az)
- Kjartan Maraas (nb)


============
gedit 2.7.91
============

Fixes
=====
- Bump Intltool requirement to 0.31 (Owen Taylor)
- Make the print dialog resizable (Jody Golberg)
- Fix a leak on Revert (Paolo Borelli)
- Update to the latest egg-recent (Paolo B.)
- Add new languages to the spell plugin (J.H.M. Dassen)

New and updated translations
============================
- Francisco Javier F. Serrador (es)
- Duarte Loreto (pt)
- Changwoo Ryu (ko)
- Gurban Tewekgeli (tk)
- Laurent Dhima (sq)
- Kjartan Maraas (no)
- Artur Flinta (pl)
- Miloslav Trmac (cs)
- Adam Weinberger (en_CA)
- Christian Neumair (de)
- Funda Wang (zh_CN)
- Miloslav Trmac (cs)
- Åsmund Skjæveland (nn)
- Maxim Dziumanenko (uk)
- Changwoo Ryu (ko)
- Takeshi AIHANA (ja)
- Meelad Zakaria (fa)


============
gedit 2.7.90
============

New Features
============
- Add a command line option to specify the encoding (Paolo Borelli)

Fixes
=====
- Adapt to the new Mime system (Ray Strode)
- Always update the sensitivity of "Move to new window" (Madhan Raj M/Paolo Maggi)
- Remove annoying alert when creating a non-existent file (Vinay)
- Hopefully fix for good the recent files locking (Paolo M.)
- fix accessibility issue in Open Location dialog (Padraig O'Briain)
- avoid multiple about dialogs for the plugins (Paolo B.)

New and updated translations
============================
- Kjartan Maraas (no)
- Nikos Charonitakis (el)
- Christophe Merlet (fr)
- Laurent Dhima (sq)
- Laszlo Dvornik (hu)
- Duarte Loreto (pt)
- Guntupalli Karunakar (hi)
- Gareth Owen (en_GB)
- Miloslav Trmac (cs)
- Francisco Javier F. Serrador (es)
- Christian Rose (sv)
- Vincent van Adrighem (nl)
- Gil Osher (he)
- Takeshi AIHANA (ja)
- Alexander Shopov (bg)


=============================================
gedit 2.7.1 - "FUTURE PROGRAMMING TECHNOLOGY"
=============================================

New Features
============
- Add a change case plugin (Paolo Borelli)
- debugging output is now enabled with env vars (Paolo B.)

Fixes
=====
- link help button in preferences and page setup dialogs (Muktha)
- Syntax Highlighting prefs don't get confused (Travis Snoozy)
- merge misc bugfixes from the stable branch

New and updated translations
============================
- Christian Neumair (de)
- Nikos Charonitakis (el)
- Laurent Dhima (sq)
2004-09-21 17:11:10 +00:00
jmmv
ca602c5993 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
2.8,0: "Josha Bell"
* Fixes:
	- Fixes to docs (Shaun McCance)

2.7.92: "Morte della Madonna"
* Improvements:
	- Updated documentation (Shaun McCance)

2.7.91: "Que fuerte me parece"
* Fixes:
	- Fix a crash when selection unset keys (bug #149805)
        - Fix search cancelation (bugs #150728, #146790)

2.7.90: "Old maintainer clip show"
* Improvements:
	- Lots of HIG fixes (Dennis Cranston)

2.7.4: "Siempre estoy soñando"
* Improvements:
	- Search asyncronously
	- Add recent keys
* Fixes:
	- Put the output window in a vpaned so it can be resized
	  (bug #146776)
	- Go to the key in the tree and in the list.
	- Use header capitalization for menu items. Fix bug #147753
	  (Dennis Cranston)

2.7.3: "This one is really released!"
* Fixes:
	- Fix some UI stuff of the search window (Anders Carlsson)

2.7.2: "long queue"
* Improvements:
	- Search!!!!
	- Removed warning dialog (Christian Neumair)

* Fixes:
	- Enable menu internationalization (Christian Neumair)

2.7.1: "Beer at Norway"
* Improvements:
	- Implement list elements editing
	- Added schema
	- Set defaults in gconf.xml.defaults
	- Set a key/value as mandatory from
	- Support for browsing/editing defaults and mandatory

* Fixes:
	- Fix some leaks
	- Fix long standing bug converting some text entries into booleans (bug #136148)

2.7.0: "Favola di Venezia"
* Improvements:
	- Use GNOME libraries (Shakti Sen)
	- Add Help support (Shakti Sen)
	- Use GNOME standard about dialog (Bug #88279)
	- Make menu icons follow menus_have_icons preference key (Mariano
	  Suárez-Alvarez)
	- Show an alert when the key has no schema (Bug #110745)
	- Replace use of item factory with ui manager (James Bowes from the
	  GNOME love fame!)
	- When removing an item in the list edito, select the next or the previous
	  one (Alberto Ruíz, Bug #142994, also a new contributor from the
	  GNOME love and live hacking at guadec-es!)

* Fixes:
	- Fix crash when nothing is selected (Richard Hult)
	- Don't show hidden widgets on new windows.
	- Fix compilers warning and build stuff on AIX.

* Merged fixes from 2-6 branch:
        - Don't escape keys (Bugs #135807 and #136400)
        - Fix a crashing bug in the unref code (Bugs #124662 and #136631)
        - Fix the cell editor for float values (Bug  #137468)
        - Fix a crash when launching gconf-editor with a invalid key path (Bug
          #136381)
        - Allow the notebook in the key editor to fill and expand. (Fix
          #138557)

* Translations:
        - Added Basque translation (Iñaki Larrañaga)
        - Added Gujarati translation (Guntupalli Karunakar)
2004-09-21 17:10:43 +00:00
wiz
73901ee2fb Update to 5.6.1:
Changes in 5.6.1:
This release fixes a bug which blocked dialog's item selection.

Changes in 5.6.0:
+ Java disassembler
+ New feature: "Tabbed" browsing.
   (Now you may access F1-F10 actions through TAB key)
+ Textmode syntax highlighing
+ New submodes of binmode
+ AVR disassembler by Stephan Linz
+ Enable SSE3 for Athlon64
   (due Intel Extended Memory 64 Technology)
+ New feature: input viewer
* Fixed Bug 234729(debian.org):
  Hexadecimal dump is not hex, but binary
  (if hexmode was forced by -h key in command line)
* Fixed Bug 235005(debian.org): Missing values in hex listing
  (was detected when width of terminal window was 106 chars)
* Fixes by Alex:
   * Fixed bug of block-device opening
   * Fixed case sensitive search in hexmode
* Fixed old and evil bug of not repainting of low part of window
   under some terminals.
+ Add russian locales support in linux/unix systems
* Fixing multiple QNX related bugs
+ Added support for QNX 6 Neutrino
* QNX6 related fixes and improvements
+ Added mouse wheel support for Win2k+
* Some MSWin related fixes
   by Oblomov Sergey
* Fixed correct elf32 reading after applying 64-bit support
* Other minor/major fixes.
2004-09-20 23:57:30 +00:00
agc
92afa9f3fd For just now, disable autoconf checks for grantpt(3) - fixes a bulk build
problem.
2004-09-16 11:14:53 +00:00
agc
eaf120951f Use the same mechanism as used in nvi to switch off checks for grantpt(3)
and other System V options for now. Fixes a problem in the bulk build, and
addresses PR 26967.
2004-09-16 10:51:17 +00:00
agc
a559dd7bc7 NetBSD 2.0F and later has grantpt(3) - just ignore it for now, so that we
don't try to use other System V options. Fixes bulk build problem.
2004-09-16 10:40:24 +00:00
jmmv
81c2334925 Update to 3.2.11; couldn't find a decent list of changes. 2004-09-04 16:54:23 +00:00
jmmv
35ea5a5415 Set the path to GConf2's configuration database manually, to fix multiple
crashes.  The problem is that the configure script is picking the gconftool-2
binary from the buildlink directory, which does nothing, so it gets an
incorrect configuration.  Bump PKGREVISION to 1.
2004-09-04 16:10:12 +00:00
reed
f2f825d222 Added a MESSAGE file that is shared with both lyx-qt and lyx-xforms.
And bumped PKGREVISIONs.

This MESSAGE suggests that the user run's LyX's reconfigure option
when upgrading or adding other packages.

The MESSAGE also lists several packages that can extend LyX.
(Later, when wip/sgmltools-lite and wip/html2latex are added to
pkgsrc these should be added to the list.)
2004-08-26 18:04:10 +00:00
recht
cf17a3984b Add missing patch. 2004-08-22 19:47:05 +00:00
recht
f05af955b8 update to TeXmacs-1.0.4-R2
Changes:
This is a bug-fix only release.

Changes to the pkg:
Correctly pass LDFLAGS, so the rpath won't get lost.
2004-08-17 11:18:57 +00:00
minskim
abed02cb37 Honor CPPFLAGS to make this package build on Interix. 2004-08-15 00:08:58 +00:00
adam
6bc77fb62f Changes 4.8:
* Bug-fix release
2004-08-12 12:12:33 +00:00
markd
eb06afd012 Remove patch-ab. Fixes build on Solaris 9. Assume all platforms we
support have strerror(). If there is a platform that doesn't have
strerror() then this should be changed to make OLDWAY properly choose
between the two alternatives and then define OLDWAY in make flags.
2004-08-11 14:10:18 +00:00
adam
dde50871c6 Changes 1.2.10:
- handle getnstr() not defined (needed for SGI IRIX 6.5.22)

Changes 1.2.9:
	- fix searching larger than 3 characters long strings

Changes 1.2.8:
	- replace the unsafe getstr() with getnstr()

Changes 1.2.7:
	- check the presence of <sys/mount.h> before including it
	- fix build on Digital UNIX 4.0f (remove -Wall)
	- use the full width of the terminal (the trick is to stop relying on
	printing "\n", but using move() instead)
	- fix displaying the offsets at beginning of each line on big endian
	boxes (thanks to Martin Schaffner)

Changes 1.2.6:
	- fix core dump when searching backward (thanks to Jean Delvare)
          (the culprit is memrmem, but also fixing provided memrchr)

Changes 1.2.5:
	- fix build on Solaris
	  (which doesn't have BLKGETSIZE and all compilers don't have -W)

Changes 1.2.4:
	- use BLKGETSIZE to try to get the size of a device
	- do not die horribly when accessing after the end
	- fix provided memrchr() (thanks to Yue Luo)
	- fix displaying after searching >32bit files (thanks to Paul Mattal)

Changes 1.2.3:
	- add some KEY_HOME KEY_END (^[[7~ and ^[[8~)
	- fix for HAVE_MEMMEM
	- fix my memrchr not behaving the same as libc's
	- fix the use of memrchr to behave as libc's
	- use "(void)" in prototype of functions having no parameters
	- call "raw()" when help() is over
2004-08-03 12:12:54 +00:00
kristerw
10a31bbed9 Make this build on OS X. The new files are taken from the emacs cvs
repository.
2004-07-31 21:01:54 +00:00
schmonz
e94ce402be Enable pkgviews installation, and use subst.mk. 2004-07-28 17:24:59 +00:00
schmonz
93db98a325 "teach-ce" should find ce(1) in ${LOCALBASE}, not ${PREFIX}. 2004-07-28 17:24:28 +00:00
schmonz
eae816f86c Enable pkgviews installation. 2004-07-28 16:37:00 +00:00
markd
69356e8ad6 USE_LANGUAGES=c c++ ; USE_LIBTOOL=yes 2004-07-28 13:18:11 +00:00
recht
b211e173ab update to TeXmacs-1.0.4
changes:
- Finished documentation of built-in environment variables.
- Bug fixes in the HTML converters and in the accelerator for long
  documents.
- Better quasi-quoting and added unquote-splicing primitive.
2004-07-28 10:44:56 +00:00
recht
a47fc37750 update to TeXmacs-1.0.3.11
changes:
- Finished documentation of TeXmacs primitives.
- Started documentation built-in environment variables.
- Editing of text-at boxes in graphics mode1.
2004-07-28 09:31:16 +00:00
tron
e32233bb87 Because the version number of this package is freely chosen there is no
to use (ugly looking) package revision. We can simply increase the
version number.
2004-07-12 08:40:23 +00:00
cube
7c036cdafe Update distinfo after distfile change (grr). Fixes PR 26231.
PKGREVISION++
2004-07-11 17:56:56 +00:00
recht
df9f6259c7 bump PKGREVISIONs since libxslt needs libgcrypt now 2004-07-06 16:28:52 +00:00
xtraeme
3a73785363 Initial import of xwpe-1.5.29a from pkgsrc-wip.
xwpe is a programming environment for UNIX systems writen by Fred Kruse.
The user interface mimics the Borland C and Pascal family of products for
MS-DOS. From within xwpe you can edit, compile, and debug programs.
2004-07-06 07:58:48 +00:00
xtraeme
330f3f2cd7 Added xwpe-1.5.29a. 2004-07-06 07:58:20 +00:00
recht
6f8608ff71 update to 1.0.3.10
changes
- Higher reactivity for editing large documents.
- Speed-up for starting TeXmacs.
- Tab-completion and hyperlinks for intra-project labels and
  references.
- Patches by Henri Lesourd for better editing of graphics.
- Several bug corrections.
2004-07-03 21:25:53 +00:00
jmmv
450a1140b0 Update to 2.6.2:
- Don't show all widgets in new window, because we have hidden ones.
- Fix crash when nothing is selected. (Richard Hult)
2004-06-28 13:34:47 +00:00
dmcmahill
24215ae737 Fix several 64 bit issues to get this going on alpha and hopefully
amd64 and sparc64.  Patches provided by Olaf Seibert in PR pkg/26055.
2004-06-27 20:06:24 +00:00
recht
9011f3c83d update to 1.3.0.9
- Tree call-backs at modifications in documents
- Path-aware trees
- Bug fixes w.r.t. previous version
- Better handling of parameters for page size and margins
- Implementation of ``mutators'', tags which may modify themselves
- Let computer algebra sessions make use of mutators
- All TeXmacs documents become part of one global super-document
2004-06-27 01:08:44 +00:00
jmmv
d839db410d Update to 2.6.2:
Fixes
- Bug #143410 (problem with GOK and Find dialog) (padraig.obriain@sun.com)
- Bug #144525 (include config.h) (Takao Fujiwara)
- Update recent-files stuff (Frederic Crozat)

New and updated translations
- Evgeni Boevski (bg)
- Jordi Mallach (ca)
- Gurban Mühemmet Tewekgeli (tk)
- Ahmad Riza H Nst (id)
- Raphael Higino (pt_BR)
2004-06-26 10:39:25 +00:00
christos
c36b2c10f9 Fix compilation by detecting presense of <sys/stropts.h> and I_PUSH. Version
not bumped, since no actual source changes.
2004-06-21 17:51:41 +00:00
martti
a02a37ca13 Updated vim to 6.3
This is a bugfix release of Vim. Since Vim 6.2 hundreds of reported
problems have been fixed. Also included are new and updated syntax
files, translated menus and messages.
2004-06-21 08:23:48 +00:00