poEdit is a cross-platform gettext catalogs (.po files) editor. It is built
with wxWindows toolkit and can run on any platform supported by it (although
it was tested only on Unix with GTK+ and Windows). It aims to provide more
convenient approach to editing catalogs than launching vi and editing the
file by hand.
Here is a brief features list:
- User friendly way of editing entries. You can easily navigate in large
catalogs, easily enter or modify entries (fuzzy flag is automatically
removed if you change translation, you can copy original string to
translation by pressing Alt-I)
- Whitespaces highlighting
- Fuzzy and untranslated records highlighting. Furthermore, untranslated
and fuzzy translations are displayed at the top of the list
- Automatic compilation of .mo files (optional)
- Automatic headers update
- References browser lets you see where in what context the string is used
- You can use poEdit to scan source code for translatable strings
- Integration with KDE and GNOME desktops
changes:
# Experimental support for recursive sections and structured
sections/lists (1.0.3.5).
# Thorough reorganization of style files: counters, lists, environments,
sections (1.0.3.5).
# Support for local layout changes when formatting source code (1.0.3.5).
# Added a plug-in for Python by Ero Carrera (1.0.3.5).
# New TeXmacs icon by Johann Dréo (1.0.3.5).
# The editing of style files has been completely reorganized and
improved (1.0.3.4).
This was my PR pkg/23368. And fredb fixed for me on 04/Nov/2003.
Old patch was put in place accidently on 26/Dec/2003.
This fixes the problem with ut_iconv.cpp and invalid conversion
under gcc 3.3.x.
Changes:
Added continue to keyword list.
Added use contributed matlab-generate-latex command.
Doc comment update (New file exchange link, matlab shell switches)
Font lock of pragmas
Whitespace mode support.
Exclude block verify from save hooks.
Fixed if statement regexp for unreachable code.
Add persistent as a keyword.
Fill paragraph: Fix to handle comment at end of buffer.
matlab-shell: Fix where kill-local-variables is called.
User patch for finding the symbol at point.
Yoni Wexler contributed patch for indented tic/toc.
Block highlighting tic/toc.
font lock for tic toc.
Changes:
Highlights since 9.3:
+ Bug fixes, lots. See the CHANGES file for details.
General changes
===============
+ regular expressions and searches allow null characters.
+ minibuffer editing commands are more complete, implementing all of the
inline cursor search- and motion-commands.
+ implement new editing commands in the minibuffer: r, ~, x, X.
+ use insert-mode bindings when mini-edit mode is active. Use insert-key
to toggle, rather than set mini-edit mode.
+ modify buffer- and filename-completion on Unix to escape backslashes
which are stored in the [Completions] buffer. Doing this allows one
to complete a buffer or filename containing a backslash.
+ improve history-editing by quoting tokens which contain embedded blanks
or other special characters, using that to retrieve tokens from the
history buffer unambiguously.
+ save/restore window modes such as linewrap when rereading a file,
or when executing a shell command.
+ use realpath() if it is available, and "$VILE_PWD" environment variable
rather than "." as parameter to getcwd() if it is valid, to speed up
operation on quasi-filesystems such as ClearCase.
+ add configure option --with-screen=XawPlus for XawPlus library.
+ add configure option --with-screen=ncursesw to allow building the
curses driver using the wide-character version of ncurses.
+ add check in tcap.c for terminfo kmous capability like xterm, in case
we are running in screen, which also supports xterm mouse protocol.
+ modify support for "^X-e" to make it use the whole line if the current
buffer is a directory.
Locale Improvements
===================
+ change default for --with-locale option to yes. Note that this
option is only tested if locale support is found, and it is becoming
less common to encounter systems with broken locale support.
+ add "locale" to the "$cfgopts" variable if vile is compiled with
locale support.
+ modify vile-manfilt to decode UTF-8 emitted by groff 1.18
+ in UTF-8 locale, adjust termcap driver to use UTF-8 to display codes
in the 160-255 range, setting vile's locale to non-UTF-8 locale.
(yes, this is a short-term fix).
+ add configure check for wctype functions, to work around defect in
glibc's ctype functions: in UTF-8 locale, the latter return useless
information on character classes. This works on Solaris.
+ move upper/lower case-conversion into tables so that locale support can
augment the built-in translation.
New Commands
============
+ "which-keywords" macro shows the location of files containing keywords
for the given majormode.
+ "edit-buffer" simplifies "which-keywords" and similar macros.
+ "encode-attributes-til" and "write-encoded-til" convert the syntax
highlighting in a region back to control/A sequences, or write the
corresponding data to a file. There is a corresponding alias
"decode-attributes-til" for "attribute-cntl_a-sequences-til".
+ "substitute-all-til" implements the "^X-s" binding.
New Modes
=========
+ add "overlap-matches" mode, to control whether highlighting for the
visual-matches mode should skip to the next character, or past the
current match when checking.
+ add "percent-crlf" mode, which controls the threshold at which the
whole file will be considered DOS-format (CRLF record separators)
if the given percentage already ends with CR/LF.
+ "yankmotion" mode controls whether the cursor should be moved as in vi
after yanking text.
+ add "xterm-title" mode.
+ add logmode majormode, to distinguish some makefiles from logfiles.
+ add "texmode" majormode, as a variation of latexmode.
New Variables and Functions
===========================
+ add several short-named relational operators "&geq", ">", "&leq",
"<", "&neq", "&sgeq", "&sgt", "&sleq", "&slt", "&sneq" to reduce
the need for "¬".
+ add "$pathname-separator" variable.
Syntax Filters
==============
+ add Ruby syntax filter.
+ add syntax filter for rpm ".spec" files.
+ add syntax filter for PostScript ".ps" files.
+ add syntax filter for enscript ".st" files.
+ add xml-filter based on html-filter.
+ add pot-filt.l, to highlight ".po" files. Using sh-filt.l was
not satisfactory since the quoting rules were not close enough.
+ add syntax filters and corresponding modes for assembler (GNU and M$),
info and texinfo.
+ add -j option to c-filt.c, to implement some java-specific features
such as "$" as part of an identifier, and \u escapes.
+ add un-filters (atr2ansi, atr2html, atr2text) which convert encoded
control/A text to different forms.
+ modify spell.rc, spellflt.l and select.c to allow spell filter to
work as a built-in filter.
+ modify built-in spell filter to work with encrypted files.
+ add a -t option to filters, to pass tabstop value. Use this in
makefilt.l to provide better highlighting of problems with leading
whitespace.
+ modify manpage.rc to check if the current buffer is perl, and if so,
to render contents using pod2man or pod2text.
+ set "vilemode" for [History] buffer.
+ reorder lex-based filters to allow building with flex 2.5.31, which
introduces several incompatibilities with respect to flex 2.5.4
and lex.
+ add configure check/warning for flex 2.5.31, which has broken support
for the "-P" option used for built-in filters.
* It adds support for old files from LyX 0.10.x or 0.12.x;
* Lyx documents can now be opened and edited even if
they use text classes not present in your latex installation;
* New Qt features have been added (improved selection,
drag-and-drop);
* Mac OS X support is much improved;
* The interface and documentation localization have
been polished.
The changes from version 2.0.3 to 2.0.4 include, amongst others:
# Fix the caret positioning on Windows.
# Fix style export with when using non ASCII characters, corrupting the
document.
# Fix Input Methods handling for the Thai input handler.
# Speedup the very slow setting of a language on a large selection.
Changes include:
* bug and portability fixes
* -c option in bmore (clear before displaying)
* -n num option in bmore (display the indicated number of lines in each
screenful
* -w num option in bmore (display the indicated number of bytes in each
line)
* autoconf 2.52
* bmore: nicer last line
- Billions of translations
- X server portability fixes
- Behaves intelligently when it comes to deleting characters
- Fix various nasty things that broke switching between accessible applications
pkgsrc-wip (which was updated from 0.6.0 and with multiple corrections):
MlView is an XML editor for the GNOME environment. Some of its features are:
* Cut/copy/paste as child/paste as prev/paste as next/ of XML elements.
* XML element/attributes search.
* Multi docs edition.
* Several editing views can be opened on the same document.
* Drag and drop based copy/cut/past of XML elements.
* Edition of XML elements and attributes can be made directly on the tree.
* Namespace support.
* On-demand validation.
* Graphical error reporting. Parse/validation time errors reported.
graphically. This feature is new so it may be buggy or not well polished...
* When validation is switched on, MlView proposes an elements/attributes.
completion feature. When an element is added to the tree, MlView also
adds the children elements required by the DTD for the document to be valid.
* Validation can be switched off. The XML document editon can then be done
without any constraint.
* A clean code.
Dasher is an information-efficient text-entry interface, driven by natural
continuous pointing gestures. Dasher is a competitive text-entry system
wherever a full-size keyboard cannot be used - for example:
- on a palmtop computer
- on a wearable computer
- when operating a computer one-handed, by joystick, touchscreen, trackball,
or mouse
- when operating a computer with zero hands (i.e., by head-mouse or by
eyetracker)
Enhancements
* New translations: Croatian (hr) (Robert Sedak), Japanese (ja) (Mitsuru Oka)
* Updated translations: Albanian (sq) (Laurent Dhima), Serbian (sr.po,
sr@Latn.po) (Danilo ?egan), nl (Daniel van Eeden), Czech (cs) (Miloslav
Trmac), Greek (el) (Kostas Papadimas), German (de) (Christian Neumair),
Croatian (hr) (Robert Sedak)
* Added preliminary support for the TEI Lite format (Roberto Rosselli Del
Turco)
* Big fix of XML namespace handling. Dispspecs now refer to elements using a
namespace URI (if any) and the local name within that namespace.
Element-matching code now uses namespaces rather than prefixes in various
places, including the XSL-FO and RELAX NG plugins, which should lead to
more robust handling of arbitrary documents. (me)
* When determining which dispspec to use, calculate coverage of the document
elements and pick the best (above a certain threshold percentage) (me)
* New dialog for selecting which child element to insert when a DTD requires
such a choice. The new dialog lists both the XML names and the translated
names with icons where available (me)
* Added a workaround for bug #124507 which pops up a dialog explaining what
the problem is and tells you which elements are causing it. The problem
elements will not appear in the editor widget. The dialog repeats every
time the document is editor, but this is better behaviour than a silent
crash :-) (me)
Fixes
* Reorganised source tree so that the xds files live in their own "dispspecs"
subdirectory, rather than sharing the "examples" folder with the sample
instance documents (Geert Stappers)
* Tidying up of plugin management code to use Service IDs to identify
instances and GType to identify classes (me)
* Big warning fix, should now compile cleanly on "-Wall -Werror" (me)
* Big cleanup of the insides of the popup context menu, replacing lots of
obcure hackery with a more maintainable system. (me)
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.