summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2004-03-09Fix build under 1.6.2 caused by a C99-ism.jmmv2-1/+17
Noted by last kristerw's bulk build.
2004-03-08Remove treetext package; HOMEPAGE disappeared and broken for months.wiz6-46/+1
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv10-23/+31
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentationjmmv3-4/+6
database.
2004-03-07Some cleanups.jmmv1-9/+5
2004-03-07Enable gucharmap support unconditionally, to get a full featured abiwordjmmv1-13/+4
package. Bump PKGREVISION to 1.
2004-03-06Update abiword to 2.0.4xtraeme2-6/+5
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.
2004-03-03Update bvi from 1.3.0 to 1.3.2. Remove from TODO and make note in CHANGES.ben3-11/+12
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
2004-02-29Copy a missing .h file from ${FILESDIR} to make this compile on amd64.kristerw1-1/+2
2004-02-28Make this compile on amd64, based on Richard Rauch's patches (PR pkg/23701)kristerw4-140/+267
as applied to the editors/emacs package.
2004-02-26Update to 3.2.4:jmmv3-7/+52
- 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
2004-02-25USE_LANGUAGES= c c++.markd1-1/+2
2004-02-25Add and enable mlview.jmmv1-1/+2
2004-02-25Initial import of mlview, version 0.6.2, based on the package found injmmv5-0/+116
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.
2004-02-25make yhis compile on amd64,drochner4-7/+147
based on Richard Rauch's patches (PR pkg/23701)
2004-02-23Add gnome to CATEGORIES.jmmv1-2/+2
2004-02-23Add and enable dasher.jmmv1-1/+2
2004-02-23Initial import of dasher, version 3.2.3:jmmv4-0/+81
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)
2004-02-20bl3ify and add some more dependancies on packages used directly by this one.jmmv1-15/+17
2004-02-20bl3ifyjmmv1-15/+15
2004-02-18Change the INSTALL value to make this package actually install.kristerw2-4/+4
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-2/+2
testing it.
2004-02-17Update to 0.7.12:jmmv3-7/+9
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)
2004-02-17Remove info files entries from PLIST.seb1-2/+1
2004-02-17Remove info files entries from PLIST.seb1-2/+1
2004-02-16Fix build with gcc3.seb2-1/+25
2004-02-16Depend on xdg-dirs to handle the share/applications shared directory.jmmv2-3/+5
Bump PKGREVISION.
2004-02-16Explicitly include glib2's and pkgconfig's bl3 files (the later fixes build).jmmv1-2/+5
Also sort includes and use pkgsrc intltool.
2004-02-16Explicitly depend on glib2 and sort bl3 includes.jmmv1-4/+5
2004-02-16Explicitly include pkgconfig's buildlink to fix build, and use pkgsrcjmmv1-1/+3
intltool.
2004-02-16Add missing entries in INFO_FILES.seb2-69/+4
Remove info files entries from PLIST.
2004-02-16Remove info files entries from PLIST.seb1-92/+1
2004-02-16Remove info files entries from PLIST.seb1-116/+1
2004-02-16Remove info files entries from PLIST.seb1-116/+1
2004-02-15upgrade to 040103. various portability fixesitojun3-16/+32
2004-02-15update to 1.0.3.3recht3-13/+33
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
2004-02-15Update xemacs-packages to 1.14, a complete set of XEmacs packages as ofminskim3-104/+312
2003/02/14. Added package: erc-0.05 Updated packages: auctex-1.36 c-support-1.19 calendar-1.23 cc-mode-1.42 ecb-1.14 ecrypto-0.16 edit-utils-2.11 ess-1.07 fsf-compat-1.14 gnus-1.79 hyperbole-1.15 ispell-1.29 liece-1.13 mail-lib-1.64 mail-crypt-2.14 mh-e-1.28 mule-base-1.46 net-utils-1.38 os-utils-1.35 prog-modes-1.94 psgml-1.42 riece-1.14 sgml-1.11 sieve-1.15 sml-mode-0.11 text-modes-1.73 tramp-1.17 x-symbol-1.09 xemacs-base-1.84 xemacs-devel-1.61
2004-02-15Do not override version.minskim1-2/+2
2004-02-15Let xemacs and xemacs-nox11 share xemacs/Makefile.common. Thisminskim3-234/+141
synchornizes xemacs and xemace-nox11 again.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam5-13/+6
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and willjlam1-3/+1
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
2004-02-13s/dependant/dependent/snj2-5/+5
2004-02-12Remove .info from PLIST.minskim1-2/+1
2004-02-12bl3ifyminskim1-4/+4
2004-02-11Teach these package Makefiles about ICONV_TYPE.jlam1-2/+2
2004-02-11bl3ifyxtraeme2-14/+14
2004-02-10Use MESSAGE_SRC instead of MESSAGE, because PREFIX was notreed1-2/+2
replaced in for +DISPLAY. (Maybe PKGREVISION should be bumped too?)
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv3-5/+6
2004-02-09Update to 0.7.11:jmmv3-38/+95
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)