summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2006-05-31update to 2.14.3drochner5-38/+8
changes: -do not display password when it's part of the uri -bugfixes -translation updates
2006-05-31The databases/openldap package has been split in -client and -server componentghen2-4/+4
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-05-31update to 1.0.6.2drochner3-15/+17
changes: -Simplified and improved table editing -First version of TeXmacs server -Further fixes in CJK support
2006-05-30Update to conglomerate 0.9.1:joerg3-8/+9
Enhancements * Added recent files support to File menu based on libegg ( bug #108524)(Nickolay V. Shmyrev) * Implemented triple-click selection of text ( bug #144667)(Yuriy Syrota) * Implementation of word-count feature ( bug #135093) (Thierry Moisan) (David Malcolm) * Implemented --unit-test command line option and unit-testing of example files (Geert Stappers) (David Malcolm) * Added context-menu option to convert an entity reference to a copy (David Malcolm) * Added new debug plugin (must be enabled with --enable-debug-plugin=yes), which adds a debug item to the Tools menu to dump the CongEditorArea tree as XML (and open the resulting file) (David Malcolm) * Initial (disabled) implementation of property pages (David Malcolm) Fixes * Huge cleanup of character handling; should compile cleanly on GCC4 with -Wall * Fixes to makefile and to packaging (Nickolay V. Shmyrev) (Geert Stappers) * Fixes to display specifications(Michèle Garoche) * Remove lots of excess debug logging (David Malcolm) * Various code cleanups (David Malcolm) (Nickolay V. Shmyrev) (Marcus Meissner) * Fixes for cursor handling during source-code cleanup (Nickolay V. Shmyrev)
2006-05-29Changes 4.0.2:adam3-10/+12
* Fixed speech on Windows * Updated alphabets/colours Changes 4.0.1: * Fixed segfault in control mode
2006-05-24USE_LANGUAGES=c c++; add missing qt3-tools build dependency.wiz1-1/+3
2006-05-21Updated vim to 7.0.17martti5-12/+114
SIZE NAME FIXES 1627 7.0.001 'spellsuggest' could not be added to 2007 7.0.002 C omni complete has problem with % and # in tags file path 1876 7.0.003 GUI: click in tab pages label may warp mouse pointer 1596 7.0.004 Compiler warning for debug_saved used before set 1579 7.0.005 (extra) Win32: uninstall didn't delete spell and autoload dirs 1347 7.0.006 Mac: "make shadow" didn't link infplist.xml 1919 7.0.007 AIX: compiling failed for message.c 2081 7.0.008 Can't call a function that uses both <SID> and {expr} 1625 7.0.009 ml_get errors when 'spell' is set 3705 7.0.010 spellfile plugin required typing login name and password 1989 7.0.011 can't compile with eval feature without folding feature 2532 7.0.012 matchparen plugin changed cursor column in Insert mode 4614 7.0.013 Insert mode completion: CTRL-L jumped back to original text 5712 7.0.014 Motif: doesn't compile with Motif 1.2 and earlier 4485 7.0.015 Athena: type casts for lvalues 1810 7.0.016 recognize encodings "mac-roman", "dec-mcs" and "hp-roman8" 2302 7.0.017 (after 7.0.014) Motif: doesn't link with Motif 1.2 and earlier
2006-05-21USE_LANGUAGES=c c++wiz1-1/+2
2006-05-19Fix dynamic export option.joerg2-10/+19
2006-05-19Uses C++.joerg1-1/+2
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-17update to 1.0.6drochner3-40/+18
changes: -Improved LaTeX and Html converters and support for MathML -An &alpha;-version of a graphical mode for drawing technical pictures -Default use of Type 1 fonts -New plug-ins for Maple and Mathematica -Simple animations -Faster booting -Started documentation of the Scheme API
2006-05-15Install man pages into man1, not manl and no formated version.joerg6-48/+21
Bump revisions of elvis and elvis-x11. Should fix PR 33468.
2006-05-15Fix sort-columns function.markd5-6/+24
NetBSD sort objects to setting the field separator to the same value as the record separator. Since in this case the surrounding code guarantees there will be no tabs in the input set the field separator to tab. Bump PKGREVISION.
2006-05-15Update to kile 1.9.markd3-49/+395
Release 1.9 offers many improvements and bug fixes (over 50 bug fixes and wishes are implemented).
2006-05-14Uses C++.joerg1-1/+3
2006-05-13Fixed the RCS Id comment in line 1.rillig1-1/+1
2006-05-13Remove references to teTeX1.minskim2-4/+4
2006-05-12Add USE_LANGUAGES+=c++. Fromn Ryu HAYASAKA in PR 33471.wiz1-1/+2
2006-05-11List some installed man pages. PKGREVISION++martti2-3/+36
2006-05-10Make sure vim-share do not link with Xtonio3-9/+38
Also avoid installing language manpages for xxd, to fix PLIST
2006-05-09Remove USE_LANGUAGES line -- it is already defined in abiword/Makefile.common.wiz1-3/+1
2006-05-09Include sys/time.h for timeval. Uses C++.joerg3-2/+17
2006-05-09Update vim to 7.0.0martti12-84/+321
Since Vim 6.4 many new features have been added. To mention a few: - Spell checking support for about 50 languages - Intelligent completion for C, HTML, Ruby, Python, PHP, etc. - Tab pages, each containing multiple windows - Undo branches: never accidentally lose text again - Vim script supports Lists and Dictionaries (similar to Python) - Vim script profiling - Improved Unicode support - Highlighting of cursor line, cursor column and matching braces - Translated manual pages support. - Internal grep; works on all platforms, searches compressed files - Browsing remote directories, zip and tar archives - Printing multi-byte text Once you have installed Vim 7.0 you can find details about the changes since Vim 6.4 with ":help version7".
2006-05-09Add missing USE_LANGUAGES.hira1-1/+2
2006-05-08Fix use of g_list_remove_link. Bump revision.joerg5-3/+45
2006-05-06Add entries to PLIST for lyxclient and tex2lyx manual pagesreed3-3/+7
(as noticed in Martijn's bulk build). Bump PKGREVISION.
2006-05-06Reorder includes: sys/types.h before sys/mman.h for DragonFly.joerg3-1/+31
2006-05-04Abiword requires libiconv as a run-time dependancy.sketch2-3/+4
2006-04-28-lcompat is needed on DragonFly as well.joerg1-2/+2
2006-04-19Remove the reLyX manpage entry.reed1-2/+1
(It must have snuck back in when I merged in the local directory changes :) I will just ride on same package version since it was just earlier today.
2006-04-18This is an update to lyx 1.4.1. The jump from 1.3.x to 1.4 isreed13-262/+176
huge. Please see the announcements at http://www.lyx.org/announce/1_4_0.txt and http://www.lyx.org/announce/1_4_1.txt This adds a different interface, change tracking, character styles new tex2lyx (instead of reLyX) and a lot more. Pkgsrc changes include: DESCR -- remove the word "New" since it is not new. Improve COMMENT. makepsres tool not used anymore. New python scripts. Remove post-install target for texmf files as now done via normal install. patch-ah removed -- already integrated. patch-ai removed -- reLyX was removed. patch-aj removed -- Makefile changed (maybe this is needed to stop rebuild between build and install steps -- need to check this.) patch-ac added for sys./time.h needed; already in lyx development version. (I did this update last week and tested on Linux, NetBSD and DragonFly and havce been using on NetBSD.)
2006-04-17More PKGREVISION bumps for png-1.2.9nb2 update.wiz1-1/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz21-36/+42
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam15-499/+499
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-15Changes 2.4.4:adam8-126/+18
See http://www.abisource.com/changelogs/2.4.4.phtml for details
2006-04-14Remove trailing whitespace from various info/* entries that was causingjlam1-4/+4
the files to not be found during PLIST creation.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam10-36/+20
USE_TOOLS+=msgfmt.
2006-04-12update to 2.14.1drochner3-7/+10
changes: -bugfixes -translation updates
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig2-4/+4
that they look nicer.
2006-04-08Set qt_cv_libname=-lqt-mt in the configure environmentreed1-1/+5
because didn't link with pthread during the configure check.
2006-04-07Use texmf-dirs to install into texmf-local. Bump PKGREVISION.minskim3-5/+6
2006-04-07Do not create a directory for tex files, because they are installed inminskim2-6/+15
PKG_LOCALTEXMFPREFIX.
2006-04-07Use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX, to match with PLIST.minskim1-3/+3
2006-04-06Over 1200 files touched but no revisions bumped :)reed8-20/+20
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-05Pass the correct sized argument to sbrk() when trying to reduce the breakmarkd4-5/+19
so that on 64bit systems it is actually a negative number, not a very large positive one. Should fix PR pkg/29351. Thanks to Martijn van Buul for giving me access to an amd64 box so I could track this down. Bump PKGREVISION.
2006-04-04INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Makejlam1-2/+2
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
2006-03-31Move info file entries to PLIST.jlam4-6/+8
2006-03-31* Remove *.orig files prior to installation so that they aren't installedjlam2-23/+34
during the install phase. * Remove *.orig entries from the PLIST. * Move info file entries to the PLIST. Bump PKGREVISION to 4 for PLIST changes.
2006-03-30Update to 2.14.0:jmmv3-67/+94
============ gedit 2.14.0 ============ New and updated translations ============================ - Petr Tomeš (cs) - Ivar Smolin (et) - Laurent Dhima (sq) - Guilherme de S. Pastore (pt_BR) - Alexander Shopov (bg) - Duarte Loreto (pt) - Daniel Nylander (sv) - Rajesh Ranjan (hi) - Gabor Kelemen (hu) - Tino Meinen (nl) ============= gedit 2.13.93 ============= New features and fixes ====================== - Fix launching on multihead systems (Paolo Maggi) - Snippets plugin improvements (Jesse Van Den Kieboom) - Fix the python console history (Steve Frécinaux) - Fix vim and kate modelines parsing (Steve Frécinaux) - misc bugfixes New and updated translations ============================ - Frank Arnold (de) - Alexander Shopov (bg) - Funda Wang (zh_CN) - Francisco Javier F. Serrador (es) - Theppitak Karoonboonyanan (th) - Simos Xenitellis (el) - Leonid Kanter (ru) - Maxim Dziumanenko (uk) - Ivar Smolin (et) - Žygimantas Beručka (lt) - Rhys Jones (cy) - Danilo Šegan (sr, sr@Latn) - Hendrik Richter (de) - Ignacio Casal Quinteiro (gl) - Josep Puigdemont i Casamajó (ca) - Ilkka Tuohela (fi) - Francisco Javier F. Serrador (es) - Ankit Patel (gu) - Clytie Siddall (vi) - Øivind Hoel (no) - Gabor Kelemen (hu) - Satoru SATOH (ja) - Vincent van Adrighem (nl) ============= gedit 2.13.92 ============= New features and fixes ====================== - Snippets plugin improvements (Jesse Van Den Kieboom) - External Tools plugin improvements (Steve Frécinaux) - Fix the spell checking plugin (Paolo Borelli) - Make the tags plugin load files lazily to improve startup time (Paolo Maggi) - misc UI improvements and bugfixes New and updated translations ============================ - Raphael Higino (pt_BR) - by Ivar Smolin (et) - Inaki Larranaga (eu) - Leonid Kanter (ru) - Kostas Papadimas (el) - Slobodan D. Sredojevic (sr) - Ignacio Casal Quinteiro (gl) - Ankit Patel (gu) - Rhys Jones (cy) - Gabor Kelemen (hu) - Satoru SATOH (ja) - Theppitak Karoonboonyanan (th) - Josep Puigdemont i Casamajó (ca) - Francisco Javier F. Serrador (es) - Kjartan Maraas (nb, no) - Frank Arnold (de) - Žygimantas Beručka (lt) - Duarte Loreto (pt) - Clytie Siddall (vi) - Funda Wang (zh_CN) - Ilkka Tuohela (fi) ============= gedit 2.13.91 ============= New features and fixes ====================== - Snippets plugin improvements (Jesse Van Den Kieboom) - External Tools plugin improvements (Steve Frécinaux) - Replace All optimizations (James Livingston) - Use GOption for command line option parsing (Michael Terry) - misc UI improvements and bugfixes New and updated translations ============================ - Theppitak Karoonboonyanan (th) - Ivar Smolin (et) - Raphael Higino (pt_BR) - Žygimantas Beručka (lt) - Reinout van Schouwen (nl) - Lukas Novotny (cs) - Slobodan D. Sredojevic (sr, sr@Latn) ============= gedit 2.13.90 ============= New features and fixes ====================== - Hide cursor during incremental search (Steve Frécinaux) - External Tools plugin improvements (Steve Frécinaux) - misc UI improvements and bugfixes New and updated translations ============================ - Maxim Popov (ru) - Kostas Papadimas (el) - Ivar Smolin (et) - Kjartan Maraas (nb, no) - Vladimir Petkov (bg) - Clytie Siddall (vi) - Francisco Javier F. Serrador (es) - Ilkka Tuohela (fi) - Josep Puigdemont i Casamajó (ca) - Theppitak Karoonboonyanan (th) ============ gedit 2.13.4 ============ New features and fixes ====================== - Depend on gnome-python-desktop instead of gnome-python-extras - Reimplement autosave feature (Sergio Villar Senin, Paolo Maggi) - Fix a crash on start related to bacon-message-connection (Marco Barisione) - Fix bottom pane sizing on start (Paolo Borelli) - Misc improvements to the External Tools plugin (Steve Frécinaux) - misc UI improvements and bugfixes New and updated translations ============================ - Satoru SATOH (ja) - Ignacio Casal Quinteiro (gl) - Ankit Patel (gu) - Ilkka Tuohela (fi) - Slobodan D. Sredojevic (sr, sr@Latn) - Adam Weinberger (en_CA) - Clytie Siddall (vi) - Francisco Javier F. Serrador (es) ============ gedit 2.13.3 ============ New features and fixes ====================== - New External Tools plugin, to execute shell scripts (Steve Frécinaux) - New 'Snippets' plugin to insert repetitive text fragments (Jesse Van Den Kieboom) - Bump gnome-vfs requirement to 2.13.4 and use new APIs to get the mime type - misc UI improvements and bugfixes New and updated translations ============================ - Adam Weinberger (en_CA) - Hendrik Richter (de) - Kostas Papadimas (el) - Slobodan D. Sredojevic (sr, sr@Latn) - Takeshi AIHANA (ja) - Clytie Siddall (vi) - Francisco Javier F. Serrador (es) - Priit Laes (et) - Theppitak Karoonboonyanan (th) ============ gedit 2.13.2 ============ New features and fixes ====================== - Restore cursor position on load (can be disabled through GConf) (Paolo Maggi) - fix crash on startup (Paolo Borelli) - fix drag'n'drop from File Roller (Paolo Maggi) - Implemented search highligthing (Paolo Maggi) - Improve incremental search UI (Steve Frécinaux) - Run Python garbage collector when needed (Paolo Borelli) - Implement configure_dialog support for python plugins (Jesse Van Den Kieboom, Raphael Slinckx) - Handle problems with SIGINT due to python embedding (Paolo Maggi) - Backport metadata-manager fixes from Evince (Nickolay V. Shmyrev) - misc UI improvements and bugfixes New and updated translations ============================ - Ignacio Casal Quinteiro (gl) - Rostislav Raykov (bg) - Clytie Siddall (vi) - Theppitak Karoonboonyanan (th) - Francisco Javier F. Serrador (es) - Ilkka Tuohela (fi) - Kjartan Maraas (nb, no) - Josep Puigdemont i Casamajó (ca) - Ankit Patel (gu) - Åsmund Skjæveland (nn) - Adam Weinberger (en_CA) - Takeshi AIHANA (ja) ============ gedit 2.13.1 ============ New features and fixes ====================== - modelines plugin (Steve Frécinaux) - fix string escaping when creating menus (Paolo Borelli) - Convert help system to gnome-doc-utils (Micahel Terry) - misc UI improvements and bugfixes New and updated translations ============================ - Clytie Siddall (vi) - Ilkka Tuohela (fi) - Adam Weinberger (en_CA) - Vincent van Adrighem (nl) - Takeshi AIHANA (ja) - Ankit Patel (gu) - Žygimantas Beručka (lt) - Marcel Telka (sk) - Ignacio Casal Quinteiro (gl) - Inaki Larranaga (eu) - Funda Wang (zn_CH) - Josep Puigdemont i Casamajó (ca) - Theppitak Karoonboonyanan (th) - Francisco Javier F. Serrador (es) ============ gedit 2.13.0 ============ New features and fixes ====================== Reworked codebase based on the new_mdi cvs branch, among other things, it features: - improved tabbed widget, for instance tabs are reorderable - GtkUIManager is now used for menus and toolbar instead of libbonoboui - A side panel and a bottom panel have been added - A new gobject-based plugin system has been implemented - Plugins can now be written in Python - Reading and writing of files are now handled in an asynchronous way (so the user interface never blocks) - Local files are read using mmap (when possible) - Incremental search is supported (use Ctrl+K) - A lot of usability improvements with some new UI experiment are featured - Startup time and performaces have been improved - Remote file saving is supported (for a limited configurable set of VFS methods)