changes:
- Application of many minor bug fixing patches.
- Some <TeXmacs> primitives have been documented in greater detail.
- Further fixes for using <name|True Type> fonts.
in the pkg:
- USE_LANGUAGES= c c++
- no need for gettext-lib, libiconv is enough for TeXmacs
Conglomerate 0.7.11
===================
Enhancements
* New translations: no (Kjaartan Marass), fr (Alban Browaeys),
sq (Laurent Dhima)
* Updated translations: cs (Miloslav Trmac), es (Francisco Javier
F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt
(Duarte Loreto), sr/sr@Latn (Danilo ?egan),
* The File->New assistant now has a "Random Document" plugin, which
is both great fun, and good for testing. If you select this, you
reach a page where you can select a document type from those
available (based on the dispspec files loaded). You can also specify
a "depth" which is used to give an idea of how deep the document's
tree should be. If a DTD is available, Conglomerate will try to
ensure that the document is valid against that DTD. It also
generates random text, to really push the unicode support (it
generates random strings using most of the full range of Unicode).
(me)
* If a DTD if found, the DTD tab of the Properties dialog for a node
now has a "content model" view, showing the valid child elements
that are allowed by the DTD in a tree form. (me)
* First attempt at a "Find" dialog; improving this and the "Replace"
dialog would make great jobs for programmers wanting to get
involved. (me)
* Big rewrite of the plugin code with the aim of eventually moving
over to libgnomeoffice's framework. Plugins contain services of
various kinds; everything is now a GObject subclass. (me)
* The "--enable-printing" configuration option no longer requires
libfo; this is now enabled separately with a new "--enable-libfo"
option (me)
* Change template code to use a <cong:template> element (Jeff Martin)
* Toolbar now has a "New Document" button (Daniel van Eeden)
* Internal improvements to GUI button sensitivity logic (Paul Smith)
Fixes
* Fix bug #130820 (me)
* Fixed crash when loading file without a dispspec with no extension
in its filename (me)
* Fixed a bug in the template code (Daniel Larson)
* Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers)
* Fixed whitespace issues in the README files (David Hoover)
* Various build fixes, including disabling gtk-doc for now (Geert)
* Added a couple of DocBook tags to the display specification (Daniel
Larsson)
* Added a template file for display specifications to the examples
subfolder (Boris Goldowsky)
Conglomerate 0.7.10
===================
Enhancements
* The Home and End keys now take you to the start/end of text
within the current structural element; with Ctrl pressed they
take you to the start/end of text within the document. Shift can
be used to drag out selections as usual. This fixes bug #109698
(me)
Fixes
* Big rewrite of File->Properties dialog - it now uses Glade, it
updates in response to changes of DTD, file URL and modification
status (bugs #122029, 130728) (me)
* Overview tree's root element now changes when the file's URL
changes (bug #130728) (me)
* Fix for bug #130724 (crash on loading examples/test-docbook.c)
(me)
* Added a wrapper function to generate generic property dialog
descriptions to reduce translator workload (fixes bug #124780)
(me)
* Various documentation and Debian packaging fixes, including bug
#123131 (Geert Stappers)
* Disabled plugin support for Norman Walsh's website format as
it's currently too broken to be worth supporting (see Bugzilla
#113001 for some of the problems) (me)
Conglomerate 0.7.9
==================
Enhancements
* Support for middle mouse button paste of PRIMARY (me)
* Update PRIMARY whenever selection changes, fixing bugs #130248
and #126039 (me)
* Rewrite of clipboard and selection code. Selections are now
offered and received as both XML and as text, in a sane format,
fixing bug #129731 (me)
* Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo
??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador)
* Installs GConf schema file (Geert Stappers)
Fixes
* Fixed various compilation warnings (me)
* Fix for bug #125918 (Elements appearing in incorrect order) (me)
* Fixed various bugs in the calculation of selection highlighting
(including bug #124130); added an early reject to throw away
unnecessary updates when dragging out a selection with the mouse
(me)
* Added ordering function for comparing nodes; fixed long-standing
bug in CongRange reordering function which was causing glitches
in the selection code (me)
* Fixed bug when moving cursor to next word near end of a node's
content which would generate an invalid cursor location
off-by-one beyond the valid range (me)
* Fix for bug #124508 (crash on inserting sibling) (me)
* Fix for bug #125720 (crash on deleting nothing) (me)
* Fixed crash when testing text nodes as being irrelevant
whitespace in the case where they haven't yet been added to the
tree (me)
* Implemented various missing node types in
cong_document_get_node_name, fixing a problem in the test data
for bug #120976 (me)
* Fix for bug #124208 (entity modification is not saved) (me)
* Fix for bug #129752 (nested entity edit) (me)
* Fix for bug #129907 (Elements appear in reverse order under
certain circumstances) (me)
* Fix for bug #130227 (Pasting simple text using the middle mouse
button often causes assertion failures) (me)
* Fix for bug #123490 (Carriage return should add a carriage
return if whitespace is being preserved) (me)
* Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and
Geert Stappers)
* Improvements to dispspec debugging (Geert)
* Fixed intltool problems (me)
Conglomerate 0.7.8
==================
Enhancements
* Big reorganisation of the implementation of the editor widget,
simplifying the code (me)
* New GObject class representing an XPath expression, which will
help towards some future bugfixes (me)
Fixes
* Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik)
* Fixed missing files in POTFILES.in (Marcel Telka, Geert
Stappers)
* Fixed lots of warnings (me)
* Increased self-tests on cursor validity (me)
Conglomerate 0.7.7
==================
Enhancements
* Experimental GUI code to use the new GTK File Choser dialog
(currently needs manually enabling) (Me)
* Big rewrite of display specifications for document types.
Support for localising XML element names and descriptions, using
the xml:lang attribute and intltool; numerous other improvements
(Me)
* Ignore unnecessary whitespace text nodes in main editor view -
Fix for bug #123367 by Anders Petersson giving a big visual
enhancement ; fixed cursor movement to skip over them (me)
* Updated translations - ca (Jordi Mallach), de (Christian
Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der
Vegt), pt (Duarte Loreto)
Fixes
* Fix for bug 123065 (open using empty window instead of whole new
window) (Robert Varga)
* Portability improvements (Duraid Madina, Pav Lucistnik)
* Get strings from immodule as UTF8, notify immodule of focus
in/out (bug 125993) (Yukihiro Nakai)
* Fixed unref of NULL uri (bug #126231) (Paul Smith)
* Various GUI sensitivity fixes (Paul Smith)
* Rewrie of intenals of text normalisation to supoprt Pango
attributes in preparation for proper support of "pre-edit"
strings from GTK input methods (me)
* Fixed loading from GnomeVFS with a relative path (Robert Varga)
* Fix for bug #127026 (crash when using cut from popup menu) (me)
* Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael
Terry)
* Force span tag to be wide enough to accommodate its title.
Center contents. (Boris Goldowsky)
Changes in this version:
* etc/OXYMORONS: Inserted "Corporate Culture" for 21.4.15.
* etc/package-index.LATEST.gpg: New, replaces
`package-index.LATEST.pgp'.
* etc/package-index.LATEST.pgp: Removed, replaced with
`package-index.LATEST.gpg'.
* configure.in: The icc compiler pretends to be gcc. It isn't.
* etc/PACKAGES (ERC): new.
* configure.usage (--with-widgets): widgets now defaults to
--with-widgets=no. Patch inspired by Jim Schumacher.
* etc/PACKAGES (riece): New package.
* etc/PACKAGES (liece): Mark as deprecated.
* configure.in: Add Intel C++ compiler detection to compiler
version reporting.
* configure.in: record additional info about compiler and libc
versions, to assist in debugging.
* configure.in (line 3573):
(Mule input methods):
Deprecate Motif for Linux.
(Installation): Report when LessTif is used.
* configure.in: installexe.sh is under srcdir, not blddir.
* aclocal.m4: Add icc (Intel compiler) support.
* configure.in: Ditto.
* configure.in (OS_RELEASE): Add support for SunOS 5.10.
On current OSes produced by Sun, `uname -r' prints "5.9".
It seems likely that on future OSes, `uname -r' will print "5.10".
We need to accept multi-digit release numbers.
* PROBLEMS: Propose bash as an alternative to buggy Solaris
/bin/sh.
* configure.in: XEmacs failed to build on Solaris9.
changes:
Reorganization of font-system so that it can work with True Type fonts
instead of the usual pk fonts. This makes it possible to make TeXmacs
distributions which do not longer rely on Metafont for the font-handling.
Implementation of compound fonts. This is used in order to similate EC fonts
by combining several other CM-like fonts. It also provides a first step
towards native Unicode support.
Improved Octave plug-in and added plug-ins for Clisp, Cmucl and Matlab.
Changes:
o Several crasher bugs have been fixed related to Foot and
Endnotes.
o Fix a nagging bug causing Copy&Paste not to function properly.
o Lots of Windows frontend fixes and cleanups.
o Improved WordPerfect importer, adding initial support for WP4.2
and 5.x type documents.
o Improved SDW importer.
o Translation updates for the Arabic, Finish, Spanish, Albanian,
Malay and Catalan languages.
new features in 5.4:
- Calltips (SF patch #495286)
- Rangesets (SF patch #529298, #628933)
- Backlighting (SF patch #529298)
- Highlighting information macros (SF patch #529298)
- Full mouse wheel support for XFree86 (SF patch #715941)
- Look-behind matching for regular expressions (SF patch #530308)
- Regular expression and syntax highlighting speed-ups
- Flexible resource file location (SF patch #484674) See the section
"Upgrading from 5.3 to 5.4" of the README file for more information.
- Color dialog (SF patch #595330)
- Option to auto-hide mouse pointer while typing
- Option to keep cursor away from top and bottom of the screen
- Check for real changes of externally modified files (SF patch #602426)
- Synchronized interaction between nc and nedit (SF patch #403647)
- Several smaller improvements on usability and speed
- Several smaller improvements to the macro language (SF patch #552760, ...)
For a complete list of features see the release notes at:
http://nedit.sourceforge.net/relnotes.shtml
Also (temporarly) change the HOMEPAGE/MASTER_SITE since nedit.org's ISP
has problems. See the (current) homepage at http://nedit.sourceforge.net/
for details.
by Peter Bex via pkgsrc-wip
This is the X11 GUI version of Elvis. It includes the console version, as well.
Elvis - written by Steve Kirkendall is a very powerful vi/ex clone providing
a remarkable number of bells and whistles like:
* Syntax Highlighting.
* Multiple files in multiple windows.
* Browse modes for LaTeX (rather experimental), HTML and MAN pages.
* Networking support (http and ftp).
* GUI frontends for some of its platforms.
by Peter Bex via pkgsrc-wip
Elvis - written by Steve Kirkendall is a very powerful vi/ex clone providing
a remarkable number of bells and whistles like:
* Syntax Highlighting.
* Multiple files in multiple windows.
* Browse modes for LaTeX (rather experimental), HTML and MAN pages.
* Networking support (http and ftp).
* GUI frontends for some of its platforms.
The main improvements with respect to TeXmacs-1.0.2 are:
* An export filter for Postscript and Pdf which supports scalable fonts.
* An interface with FreeType 2 for the support of several new fonts.
* TeXmacs has become ?DRD aware?, which means that properties can be
associated to primitive and user defined tags.
* The TeXmacs website has been redesigned and generated using TeXmacs.
* A better Html output filter and several minor improvements in the LaTeX
import converter.
* Several improvements in the plug-ins and support for the free Axiom system.
* Scheme support for plugging in new data types and converters.
* Support for the Slovene language.
Lots of fixes/changes.
The main improvements with respect to TeXmacs-1.0.1 are:
* Improved user & developer support for plugins + documentation.
* Plugins for Graphviz, GNUplot, Eukeides.
* Improved converters for Html.
* Possibility to save and load as XML.
* Manual available in French, Italian, Portuguese and Spanish.
* Informative flags for otherwise invisible tags.
* Cleaner interface with Guile and module system.
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
name has been changed to teTeX (instead of teTeX2).
Changes from the release note.
-- Fix: Make sure local variables get processed -- Andy Piper
-- Fix: Make Windows scrollwheel work even if no scrollbars -- Ren Kyllingstad
-- Fix: Fix bytecompiler infinite recursion -- Michael Toomim
-- Fix: Handle embedded carriage returns in make-docfile -- Andrew Begel
-- Fix: Regexp matching of degenerate word boundaries -- Stephen Turnbull
-- Fix: Don't use DB_AUTO_COMMIT in database.c -- Stephen Turnbull
-- Fix: FAQ, docstring and PROBLEMS corrections -- Stephen Turnbull
-- Fix: Discard docstrings in compiler only if appropriate -- Stephen Turnbull
-- Fix: Reverse bogus regexp tests -- Stephen Turnbull
-- Fix: Modify configure to add -fno-strict-aliasing to gcc -- Stephen Turnbull
-- Fix: Disable event compression under Motif -- Stephen Turnbull
-- Fix: Enable -DREGEX_MALLOC by default -- Stephen Turnbull
-- Fix: Turn off widgets by default -- Stephen Turnbull
-- Fix: Add docstrings for lisp-mode hooks -- Vasily Korytov
-- Fix: Support MacOSX shared library loading -- Andrew Begel
-- Fix: Font-lock fix for defuns -- Adrian Aichner
-- Fix: cl-macs generated incorrect docstrings -- Nickolay Pakoulin
-- Fix: Remove bogus key definitions -- Jerry James
-- Update: Latest package index -- Norbert Koch
-- Update: about.el information -- Vin Shelton
-- Update: Use X Font Sets in sample.Xdefaults -- Stephen Turnbull
-- Update: etc/PACKAGES -- Stephen Turnbull
Changes:
o Translation updates.
o Set the default values in the Insert Table dialog (GTK) properly.
o Add checks for setenv/putenv and for strings.h
o Fix bad deletion of resources.
o Fix various resource leaks.
And more... please review http://www.abisource.com/release-notes/2.0.2.html
to see a complete list of changes.
While here, remove Makefile.common, abiword2-gnome install the same files
with or without --disable-gnome :/ (pointed out by Martti Kuparinen).
Changes:
o Fixed the --help messages translation problem (Paolo Maggi)
o Used the new docs build system (John Fleck)
o Managed unknown current locale encodings (Paolo)
o Other minor bugs (Paolo and Eric Ritezel)
And more... review Changelog to see a full list of changes.
Changes:
* new editor (katepart)
* project management
* auto-complete environments
* statistics dialog for document (word count)
* can open multiple files in one go (using the open file dialog or the sidebar)
* launch you favorite BibTeX editor using the bilbiographies found in your document
* interaction with gBib and pyBliographer
* restore files and projects on start up (optional)
* checking whether or not the document is a LaTeX root before compile is optional now
* structure view: jump to line AND column, allow multiple labels on one line, allow
space between \struct and { }, don't parse structure elements that are out-commented
* configurable shortcuts to focus log/messages, output, konsole, editor views (resp.
ctrl+alt+m,o,k,e)
* more advanced \includegraphics dialog
* check if file is modified on disk
* highligthing inside math environments
* allow user to set PS-PDF, DVI-PS, PDF-PS, BibTeX, makeindex commands
AbiWord is an open-source, cross-platform WYSIWYG word processor.
This version uses GTK+2.
Features include:
- Basic character formatting (bold, underline, italics, etc.)
- Paragraph alignment
- Spell-check
- Import of Word97 and RTF documents
- Export to RTF, Text, HTML, and LaTeX formats
- Interactive rulers and tabs
- Styles
- Unlimited undo/redo
- Multiple column control
- Widow/orphan control
- Find/Replace
- Anti-aliased fonts
- Images
This doesn't use GNOME 2. If you want GNOME 2 support, use
abiword2-gnome.
Changes:
* Undo/Redo now works, with an unlimited history. Large amounts of
the program was rewritten to allow this.
* Allow clicking beyond the end of the fragment of text, to make
it easy to select past the end of a line.
* Improvements to the "Required Child" dialog to use Glade and be
more HIG-compliant (David Hoover).
And more bugfixes, etc.
and as I see it, it will never be fixed. The program seems abandoned:
there hasn't been any update since it was imported several years ago,
the homepage does not work and it can't be fetched from its master site.
Suggested by agc@.
but rather, make it work. The "const" wasn't be-ing put in for either
NetBSD-current's or pkgsrc's libiconv, but both need it. This should close
PR pkg/23368.
2.7.6:
More Open Type tables are supported. The rendering of complex
scripts (Indic) was improved. Punjabi menu translations were added.
Bugfixes were made.
2.7.5:
This version is updated for Unicode 4.0, includes better entry
level (not full) Tibetan support, and adds new x-input styles, new
key maps, new menu translations, and bugfixes.
[remaining changes to 2.7.2, if any, not found.]
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
Remove dependency on ispell since it can be installed at any time later.
Adapted changes to CXXFLAGS from LyX's configure script and downgrade
optimizations only for archs where gcc is known to produce broken code
for >= -02.
What's new
==========
** Updates
- add basic support for the memoir class
- add Proof layout to elsart class and get sections to be numbered
- make LyX compile almost out-of-the-box with Qt/Mac (see README.MacOSX)
- add a bit of documentation of the AGU journals support in the
Extended manual; small tweaks to the english documentation; german
documentation overhaul; french documentation and examples update
- completely new italian localization; french, german, russian and
slovenian localization updates
** Bug fixes
- fix possible crash when changing text class [bug #1050]
- fix language setting when switching textclass
- fix math bug where formulas containing for example a \prettyref
would not be parsed correctly [bug #1126]
- speed up conversion of large old files on some systems
- fix bad conversion of tables from LyX 1.0 [bug #1045]
- convert old files (0.11 series) correctly, suppressing space
between number and units [bug #763]
- fix docbook export with nested environments [bug #821]
- output newline and hfill correctly in docbook [bug #1148]
- when pressing delete or backspace over a selection, do not modify
the clipboard [bug #1049]
- when inserting a float or a note over a selection, make sure that
the insets and font changes in the selection are correctly kept
(note however that doing this now modifies the clipboard)
- clean-up properly after completed graphics conversion processes.
- enable graphics conversion using the default convertDefault.sh converter
when exporting, even if convertDefault.sh is not executable.
- work around a Qt 3.1.2 bug with the environment combo box [bug #1136]
- fix bug where browsing for files in graphics inset would always
return an absolute path [bug #1028, Qt only]
- do not write in preference file the colors which are still at their
default value [bug #1069, Qt only]
- fix loading of symbol fonts [Qt 3.2.0 only]
- fix loading of symbol fonts on solaris
- fix the math panel symbols [Qt 3.2.0 only]
- do not reset natbib style when adding a new entry to a citation [Qt
only]
- allow insertion of width strings like "2.5in" into tabular dialog
[Qt only]
- fix some cases where the View>TeX information dialog would get
confused because the same file gets listed several times
- remove annoying message on console when LyX tries to make TeX fonts
available to the X server
- it was not possible to view the french versions of the Extended and
Customization manual.
- the lib/configure script now works correctly with zsh [bug #977]
- add missing c_str.sed file in the distribution
- hopefully really fix problems with patch requiring aclocal-1.6
- fix compilation on HP-UX 11.x
- do not report failed inlining when compiling with gcc
- fix compilation with new development versions of xforms
- fix compilation with AikSaurus 1.0
Changes:
Enhancements
Beginnings of RELAX NG support
* An importer that reads DTD files and generate RELAX NG schema.
(me)
* A Conglomerate display specification for editing RELAX NG schema
files. (me)
Beginnings of XHTML support:
* A Conglomerate display specification for editing XHTML (strict)
web pages. (me)
* A simple template for creating new web pages. (me)
Attribute editing:
* The Property dialog now has a tab page listing any attributes
found in the DTD for the selected node (me)
* Utility functions to make it easy to create attribute editors by
binding GTK and Glade widgets to XML attributes (me)
* A custom property dialog for DocBook <orderedlist> tags as an
example of the above. (me)
Improvements to document type infrastructure:
* Support for template files that can be used in the File->New
assistant (Jeff Martin)
* A template for creating new Conglomerate display specification
files (Jeff Martin)
* XML doc types can specify a file extension. For example, RELAX
NG schema files have a ".rng" extension, and HTML files have
".html" extension. (me)
* The display spec file can specify a formal Public ID for the
DTD, and the code will try to use this, even if the XML file
doesn't explicitly specify the DTD. (me)
* The File->Properties dialog allows you to remove DTD
associations, and can guess at a DTD if one is not present. It
has a button to add the association to the document header. (me)
* The display specification file format now supports XML
namespaces (me)
Improvements to the "Cleanup the XML Source" tool
* The tool now understands the difference between structural and
span tags and doesn't force line breaks for span tags. (me)
* Fixed some bugs and improved look of the resulting source, IMHO.
(me)
Other Enhancements
* Stability enhancements (me)
* Improvements to the DTD for our display specification files (me,
Jeff Martin)
* Various test files should now be in the examples subdirectory of
the tarball (Geert Stappers)
* You can now merge adjacent paragraphs (as requested by Linux
Weekly News) - move the cursor to the end of a <para> tag and
press Delete, or to the start of a tag and press Backspace. (me)
* Probably some other things I missed :-)
Fixes
* Fixed lots of cleanup bugs when documents were closed; this
makes the app much more stable. (me)
* Fix for bux #118769 - a new dialog to select importers if more
than one is applicable (me)
* Empty context submenus are now insensitive (me)
* Removed an unnecessary dependency on GDK 2.2 which broke the
build on Red Hat 8