summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2013-06-07Update to 3.0.3ryoon3-40/+139
Changelog: ---------------------------------------------------------------------- OmegaT 3.0.3 ---------------------------------------------------------------------- 4 Enhancements 4 Bug fixes 8 Localisation updates ---------------------------------------------------------------------- 3.0.3 vs. 3.0.2 update 1 Implemented requests: - Change script keyboard shortcuts to Ctrl+Shift+Fn https://sourceforge.net/p/omegat/feature-requests/839/ - Make groovy scripts that ship with Scripting Plugin cross-platform https://sourceforge.net/p/omegat/feature-requests/864/ Other enhancements: - The Scripting plugin was integrated in OmegaT. When using this version, remove the scripting plugin from the plugin folder. - Linux: linux-install.sh and omegat.kaptn were improved, notably with the inclusion of Microsoft Translate Bug fixes: - LanguageTool wasn't working in some languages - When one source term was corresponding to several ones (e.g., source term = target term1, target term2) in the glossary pane, only the first target term was shown in the TransTip popup menu - The autocompleter was sometimes capitalising the first letter of terms when it shouldn't - When Remove leading and trailing tag was not checked in File Filter Options, some trailing conditionnal paragraph end tags could remain at the end of the segment. It mainly affected segmented XLIFF generated by Rainbow. Localisation updates: - Catalan localisation updated to 3.0.1 (UI, Instant Start, Readme) - Czech localisation updated to 3.0 (UI, Instant Start, Readme) - Dutch localisation updated to 3.0.2 (UI, Documentation, Readme) - Greek localisation updated to 3.0 (UI, Partial documentation, Instant Start) - Japanese localisation updated to 3.0.2 (UI) - Slovenian localisation updated to 3.0 (UI) - Ukrainian localisation updated to 3.0 (UI, Instant Start, Readme) - Welsh localisation updated to 3.0 (UI) ---------------------------------------------------------------------- OmegaT 3.0.2 update 1 ---------------------------------------------------------------------- 1 Enhancement 1 Bug fix 0 Localisation update ---------------------------------------------------------------------- 3.0.2 update 1 vs. 3.0.2 Other enhancements: - LanguageTool and tokenizer plugin annexes updated in the documentation Bug fixes: - Creating a new project failed in 3.0.2 ---------------------------------------------------------------------- OmegaT 3.0.2 ---------------------------------------------------------------------- 2 Enhancements 0 Bug fix 0 Localisation update ---------------------------------------------------------------------- 3.0.2 vs. 3.0.1 Implemented requests: - View log from within OmegaT https://sourceforge.net/p/omegat/feature-requests/243/ - Allow user to adjust tokenizer behavior https://sourceforge.net/p/omegat/feature-requests/866/ ---------------------------------------------------------------------- OmegaT 3.0.1 ---------------------------------------------------------------------- 5 Enhancements 6 Bug fixes 8 Localisation updates ---------------------------------------------------------------------- 3.0.1 vs. 3.0.0 Implemented requests: - Add facility to auto-complete input https://sourceforge.net/p/omegat/feature-requests/854/ - PDF input filter https://sourceforge.net/p/omegat/feature-requests/539/ - Keyboard access to contextual menu items https://sourceforge.net/p/omegat/feature-requests/537/ Other enhancements: - LanguageTool was updated to 2.1, and now has specific rules for 29 languages: http://www.languagetool.org/languages/ - Versionning support was added for plugins. How to use it is documented in docs_devel/OmegaT developer's guide.odt Bug fixes: - Tag validation window does not keep enough space for Japanese errors https://sourceforge.net/p/omegat/bugs/583/ - Remove leading and trailing tags option not working https://sourceforge.net/p/omegat/bugs/582/ - New tag handling changes XML formatting for empty tags https://sourceforge.net/p/omegat/bugs/581/ - Team projects: during save, OmegaT could not update omegat.project and some time was lost (e.g., 13 seconds) while it tries to delete it - Under Linux, when trying to open a project with a second instance of OmegaT, the second instance would freeze - In some cases, MyMemory wasn't returning any results Localisation updates: - Belarusian localization updated to 3.0.0 (UI, Readme) - Galician localisation updated to 3.0.0 (UI, Readme, Documentation) - German localisation updated to 3.0.0 (UI, Readme, Instant Start) - Greek localisation updated to 3.0.0 (UI, Instant Start) - Hungarian localisation updated to 3.0.0 (UI) - Japanese localisation updated to 3.0.1 (UI, Readme, Documentation) - Simplified Chinese localisation updated to 3.0.0 (UI) - Welsh localisation updated to 3.0.0 (UI, Readme, Instant Start)
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz49-98/+98
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron50-100/+100
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz50-96/+100
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Update emacs-snapshot to 24.3.50.20130527.minskim4-18/+18
Notable changes: - Obsolete lisp packages: sup-mouse and xesam.
2013-05-31Bump all packages for perl-5.18, thatwiz38-74/+76
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-29Recursive revbump because poppler updated its shlib major for awiz3-6/+6
x.y.z+1 change, again... Noted by tron.
2013-05-25Sync prototype with modernish flex.joerg2-1/+15
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz1-2/+2
2013-05-23Add missing includes.joerg3-1/+27
2013-05-21Explicitly use custom copy_if, it also exists in C++11 implementations.joerg2-2/+24
2013-05-21Update to KDE SC 4.10.3markd3-7/+7
bugfixes.
2013-05-13Update emacs-snapshot to 24.3.50.20130510.minskim2-6/+6
Notable changes: - Use Gnulib ACL implementation, for benefit of Solaris etc. - Eliminate variable c-standard-font-lock-fontify-region-function. - Handle arbitrarily long C++ member initialisation lists.
2013-05-11Explicitly resolve the conversion from QString to ifstream argument byjoerg3-1/+38
using ascii().
2013-05-11Allow this package to be cross-built by specifying the BUILD_TARGET andagc1-2/+3
TEST_TARGET properly
2013-05-09Update to 3.0.0ryoon3-73/+216
Changelog: ---------------------------------------------------------------------- OmegaT 3.0.0 ---------------------------------------------------------------------- 27 Enhancements 5 Bug fixes 7 Localisation updates ---------------------------------------------------------------------- 3.0.0 vs. 2.6.3 Implemented requests: - Have glossary search in Find dialog http://sourceforge.net/support/tracker.php?aid=3385415 - Grey out more options with Search Files http://sourceforge.net/support/tracker.php?aid=3385348 - Put "Search files" option at top of Search window http://sourceforge.net/support/tracker.php?aid=2610166 - Adding content (e.g., glossaries) search options http://sourceforge.net/support/tracker.php?aid=1587706 - Go to Next **Translated** Segment http://sourceforge.net/support/tracker.php?aid=3181098 - Do not remove leading and trailing spaces http://sourceforge.net/support/tracker.php?aid=3608611 - Preserve spaces for all tags http://sourceforge.net/support/tracker.php?aid=3608615 - Moving between tags with a single keystroke http://sourceforge.net/support/tracker.php?aid=3579784 - Show the content of tags in tooltips http://sourceforge.net/support/tracker.php?aid=3573166 - Validate tags when creating target files http://sourceforge.net/support/tracker.php?aid=1398289 - Validate tags after each segment http://sourceforge.net/support/tracker.php?aid=3608715 - Tag protection http://sourceforge.net/support/tracker.php?aid=3608720 - Protected text in XLIFF http://sourceforge.net/support/tracker.php?aid=3608725 - Move active match selection up/down http://sourceforge.net/support/tracker.php?aid=3608814 - Gnome Shell integration http://sourceforge.net/support/tracker.php?aid=3609146 - Do not remove leading and trailing tags http://sourceforge.net/support/tracker.php?aid=3574760 - Not adding extra space on Insert Missing Source Tags http://sourceforge.net/support/tracker.php?aid=3370310 - Better OmegaT icon resolution http://sourceforge.net/support/tracker.php?aid=3603928 - Integrate tokenizers in OmegaT https://sourceforge.net/p/omegat/feature-requests/844/ - Enable LanguageTool Plugin in Java Webstart version https://sourceforge.net/p/omegat/feature-requests/851/ Other enhancements: - Insert Source Tags become Insert Missing Source Tags. It only adds the tags missing in the segment. - Edit > Insert Next Missing Tag inserts the next tag missing in the target segment - In the right-click menu of the current segment, missing tags appear in the contextual menu, and can be inserted individually - When a match is inserted from a TMX contained in a folder named "mt", the background of the active segment is changed to red. The background is restored to normal when the segment is left. - OmegaT has now a machine translation connector for MyMemory. To use it, check Options > Machine Translation > MyMemory - Import Source Files was renamed to Copy Files to Source Folder and Import From MediaWiki was renamed to Download MediaWiki Page to clarify the fact that no import process occurs, and that files are just copied - Last changes can be displayed in the Help menu (Help > Last Changes) Bug fixes: - XLIFF Filter: <ept> not recognized in relation with <bpt> http://sourceforge.net/support/tracker.php?aid=1988732 - Problem with Undo after entering Japanese with IME http://sourceforge.net/support/tracker.php?aid=3586912 - Infinite loop of exceptions when using Undo function http://sourceforge.net/support/tracker.php?aid=3540091 - When the custom shortcut file was containing non-existent shortcuts, OmegaT failed to load the valid ones - OmegaT team projects were not working behind some firewalls Localisation updates: - Basque localisation updated to 3.0.0 (UI, readme, Instant Start) - Brazilian Portuguese localisation updated to 3.0.0 (UI, Instant Start) - Dutch localisation updated to 3.0.0 (UI, readme, Instant Start) - Italian localisation updated to 3.0.0 (UI, readme, Instant Start) - Japanese localisation updated to 3.0.0 (UI) - Russian localisation updated to 3.0.0 (UI, readme, Instant Start) - Turkish localisation updated to 3.0.0 (UI)
2013-05-09Sync PLIST with reality.joerg1-1/+9
2013-05-09Allow building with libc++, where std::shared_ptr overlaps withjoerg8-6/+281
boost::shared_ptr.
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam6-10/+12
2013-05-04Add a bunch of missing includes hidden by libstdc++ namespace pollution.joerg3-3/+24
2013-05-04missing recursive bump from poppler-0.22.3 shlib major change.obache3-6/+6
2013-05-04Update emacs-snapshot to 24.3.50.20130427.minskim5-94/+16
Based on patches provided by Makoto Fujiwara in PR 47657. Notable changes: - Merge in all changes up to version 24.3 release. - Switch encodings of tutorials to UTF-8. - Release MH-E version 8.5. - Optimize the code for reading UTF-8 files. - File synchronization fixes. - Merge octave-mod.el and octave-inf.el into octave.el with some cleanups. - New faster Imenu implementation.
2013-05-02Add and enable em.agc1-1/+2
2013-05-02Import editors/em-1.0.0 into the Packages Collectionagc4-0/+46
em - the editor for mortals - is a variant of the standard Unix text editor - ed. It includes all of ed, so the documentation for ed is fully applicable to em. Em also has a number of new commands and facilities designed to improve its interaction and increase its usefulness. Em differs from ed in that it normally prefixes command lines with a '>'. For those who prefer silence, if the editor is invoked by any name not having 'm' as its second character, no prompts will appear. Other ways of controlling prompts are described below. The em editor was designed for display terminals and was a single-line-at-a-time visual editor. It was one of the first programs on Unix to make heavy use of "raw terminal input mode", in which the running program, rather than the terminal device driver, handled all keystrokes. Inspired by em, and by their own tweaks to ed, Bill Joy and Chuck Haley, both graduate students at UC Berkeley, took code from em to make en, and then "extended" en to create ex version 0.1. This version was translated from V6 Unix C (mid-70s era) to the present day by Pierre Gaston.
2013-04-30Add some const poison for stricter STL implementations.joerg2-1/+15
2013-04-28LP64 fixes & pass -Wall. Sort PLIST. PKGREVISION -> 5.dholland22-5/+725
May help with PR 47777.
2013-04-28Requires termcap.dholland1-1/+2
2013-04-28Honor pkgsrc CFLAGS and LDFLAGS; should fix the Linux build.dholland2-3/+20
2013-04-28Honor PKGMANDIR.dholland2-6/+11
2013-04-26suckless downloads seem to change the file around so moved to ftp.netbsd.orgmspo2-5/+5
2013-04-22Update to patchlevel 905.morr3-7/+17
New patches: 7.3.763 jumping to a mark does not open fold if it is in the same line 7.3.764 not all message translation files are installed 7.3.765 segfault when doing "cclose" on BufUnload in a python function 7.3.766 ":help cpo-*" jumps to the wrong place 7.3.767 (Win32) The _errno used for iconv may be the wrong one 7.3.768 settabvar() and setwinvar() may move the cursor 7.3.769 'matchpairs' does not work with multi-byte characters 7.3.770 vim.h indentation is inconsistent 7.3.771 (after 7.3.769) uninitialized variable 7.3.772 cursor at wrong location after doing %s/x/y/c 7.3.773 (after 7.3.767) crash when OriginalFirstThunk is zero 7.3.774 tiny GUI version misses console dialog feature 7.3.775 Cygwin and Mingw builds miss dependency on gui_w48.c 7.3.776 ml_get error when searching, caused by curwin/curbuf mismatch 7.3.777 when building with Gnome locale gets reset 7.3.778 compiler error for adding up two pointers 7.3.779 backwards search lands in wrong place when on a multibyte char 7.3.780 char2nr() and nr2char() always use 'encoding' 7.3.781 drawing with 'guifontwide' can be slow 7.3.782 Windows: IME composition may use a wrong font 7.3.783 crash when mark is not set 7.3.784 (after 7.3.781) error when 'guifontwide' has a comma 7.3.785 (after 7.3.776) crash with specific use of search pattern 7.3.786 Python threads don't run in the background (issue 103) 7.3.787 with 'relativenumber' can't see the absolute line number 7.3.788 when only using patches build fails on missing nl.po 7.3.789 (after 7.3.776) "\k" in regexp does not work in other window 7.3.790 after reloading a buffer the modelines are not processed 7.3.791 MzScheme interface doesn't work propely 7.3.792 ":substitute" works differently without confirmation 7.3.793 (after 7.3.792) new :substutite behavior is not tested 7.3.794 tiny build fails 7.3.795 MzScheme does not build with tiny features 7.3.796 "/[^\n]" does match at a line break 7.3.797 (after 7.3.792) compiler warning for size_t to int conversion 7.3.798 (after 7.3.791) MzScheme: circular list works wrong 7.3.799 the color column is not correct when entering a buffer 7.3.800 the " mark is not adjusted when inserting lines 7.3.801 ":window set nu?" displays the cursor line 7.3.802 no error when setting 'isk' to a value ending in a comma 7.3.803 (after 7.3.792) ":s/a/b/gc" is a no-op when typing 'q' 7.3.804 (after 7.3.799) compiler warning for tiny build 7.3.805 Lua version 5.2 is not detected properly on Arch Linux 7.3.806 compiler warnings in Perl code when using Visual studio 2012 7.3.807 popup menu does not work properly in some situations 7.3.808 Python threads still do not work properly 7.3.809 the dosinst.c program has a buffer overflow 7.3.810 'relativenumber is reset unexpectedly 7.3.811 useless termresponse parsing for SGR mouse 7.3.812 when 'indentexpr' moves the cursor "curswant" not restored 7.3.813 the CompleteDone event is not always triggered 7.3.814 Win32 console: problem if 'enc' differs from current codepage 7.3.815 building with Cygwin and Ruby doesn't work 7.3.816 can't compute a hash 7.3.817 test 89 fails with tiny and small features 7.3.818 when test 40 fails it may leave files behind 7.3.819 (CORRECTED) compiling without +eval and Python isn't working 7.3.820 errors when building with small features and Lua, Perl or Ruby 7.3.821 build with OLE and Cygwin is broken 7.3.822 (after 7.3.799) crash when accessing freed buffer 7.3.823 (after 7.3.821) building with Cygwin: '-lsupc++' is not needed 7.3.824 can redefine builtin functions 7.3.825 with Python errors are not always clear 7.3.826 list of features in :version output is hard to read 7.3.827 (after 7.3.825) Python tests fail 7.3.828 mappings are not aware of wildmenu mode 7.3.829 'showmatch' shows wrong match and may scroll the screen 7.3.830 :mksession confuses bytes and characters when placing cursor 7.3.831 clumsy to handle the situation that a variable does not exist 7.3.832 compiler warning 7.3.833 In the terminal scroll wheel always scrolls the active window 7.3.834 Ruby 2.0 has a few API changes 7.3.835 "xxd -i" fails on an empty file 7.3.836 clipboard does not work on Win32 when compiled with Cygwin 7.3.837 empty lines in :version output when 'columns' is 320 7.3.838 (after 7.3.830) insufficient testing for mksession 7.3.839 some files missing in the list of distributed files 7.3.840 "\@&lt;!" in regexp does not work correctly with cp932 7.3.841 parse error in "cond ? one : two" expression with a subscript 7.3.842 compiler warning 7.3.843 (after 7.3.841) missing test file changes 7.3.844 enum is not indented correctly with "public" etc 7.3.845 (after 7.3.844) enum indenting is not tested 7.3.846 missing proto file, listing a non-existing proto file 7.3.847 test 55 fails when messages are translated 7.3.848 can't build with Ruby 2.0 when using MinGW x64 or MSVC10 7.3.849 ":g//" gives "Pattern not found error" with E486 7.3.850 ":vimgrep //" matches everywhere 7.3.851 empty pattern with :sort incorrect without previous pattern 7.3.852 system() breaks clipboard text 7.3.853 "ra" does not replace all chars on multi-byte chars &gt; 1 line 7.3.854 after BS in insert mode completion current entry is wrong 7.3.855 compiler warnings 7.3.856 system() garbles multi-byte clipboard contents 7.3.857 QuitPre autocommand event does not trigger for :qa and :wq 7.3.858 "gv" selects the wrong area after some operators 7.3.859 'ambiwidth' must be set by the user 7.3.860 in --remote-expr try/catch does not work 7.3.861 ":setlocal number" clears global value of 'relativenumber' 7.3.862 dragging the status line can be slow 7.3.863 (after 7.3.859) 'ambiwidth' detection for ANSI terminal 7.3.864 (after 7.3.862) can't build without the mouse feature 7.3.865 (after 7.3.862) mouse position can be wrong 7.3.866 not serving the X selection during system() isn't nice 7.3.867 matchparen does not update match when using auto-indenting 7.3.868 empty line at hit-return prompt with few lines of text 7.3.869 bufwinnr() matches buffers in other tabs 7.3.870 compiler warnings when using MingW 4.5.3 7.3.871 search('^$', 'c') does not use empty match under the cursor 7.3.872 on some systems file name case is always ignored 7.3.873 cannot easily use :s to make title case 7.3.874 comparing file names does not handle multi-byte chars properly 7.3.875 (after 7.3.866) build problem with a combination of features 7.3.876 #if indents are off 7.3.877 (after 7.3.871) forward searching with search() is broken 7.3.878 'fileignorecase' is missing in options window and quickref 7.3.879 aborting an ex command does not abort a pending operator 7.3.880 new viminfo history lines may be replacd with old lines 7.3.881 Python list does not work correctly 7.3.882 CursorHold may trigger after receiving the termresponse 7.3.883 (after 7.3.880) can't build with some combination of features 7.3.884 compiler warning for variable shadowing another 7.3.885 double free for list and dict in Lua 7.3.886 can't build with multi-byte on Solaris 10 7.3.887 no tests for Visual mode operators, what 7.3.879 fixes 7.3.888 filename completion with 'fic' does not work for multi-byte 7.3.889 can't build with Ruby 2.0 on a 64 bit system 7.3.890 test 79 fails on Windows 7.3.891 merging viminfo history doesn't work well 7.3.892 (after 7.3.891) still merging problems for viminfo history 7.3.893 crash when using b:, w: or t: after closing the buffer etc. 7.3.894 using wrong RUBY_VER causing Ruby build to break 7.3.895 valgrind error in test 91 7.3.896 memory leaks in Lua interface 7.3.897 configure doesn't always find the shared library 7.3.898 memory leak reported by valgrind in test 91 7.3.899 #if indents are off 7.3.900 not obvious that some mouse features are mutual-exclusive 7.3.901 outdated comment, ugly condition 7.3.902 tabline not updated when deleting last buffer in other tab 7.3.903 (after 7.3.892) crash on exit writing viminfo 7.3.904 (after 7.3.893) using memory freed by the garbage collector 7.3.905 (after 7.3.903) crash when writing viminfo
2013-04-21Fix various prototype issues.joerg30-67/+798
2013-04-13Hand in maintainership.ghen1-2/+2
2013-04-10update distinfo. Not sure how I had the wrong checksums beforemspo1-3/+3
2013-04-10update to 1.0.7.19drochner5-224/+547
changes: Profound reorganization of the font system with experimental option for testing (1.0.7.19). LaTeX import and export of metadata for various standard styles (1.0.7.19). Running plug-ins over remote SSH connections; experimental (1.0.7.19). Started implementation of remote TeXmacs file system (1.0.7.19). Improved portability of plug-in detection (1.0.7.19). Implementation of arbitrary zoom factors and "fit to paragraph width" (1.0.7.18). New widget for user preferences (1.0.7.18). More implicit user preferences (1.0.7.18). Add developer tools, still experimental (1.0.7.18). Start implementation of basic infrastructure for support of system fonts (1.0.7.18). Started reorganization of titles and other meta-data for documents (1.0.7.18). Automated generation of documentation about the Scheme files (1.0.7.17). Various improvements for LaTeX conversion and character encodings (1.0.7.17).
2013-04-10update to 3.2.5drochner4-24/+41
changes: misc fixes and improvements
2013-04-08Revert pkglint-induced nonsense.asau1-3/+5
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent2-4/+4
2013-04-07Edited DESCR in the case of:rodent1-5/+3
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
2013-04-06Resolves:rodent6-12/+12
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2013-04-06'You can use "foo" instead of "${WRKSRC}/foo".'rodent2-4/+4
2013-04-06"Packages that install libtool libraries should define USE_LIBTOOL."rodent1-10/+11
2013-04-06".for variable names should not contain uppercase letters"rodent2-11/+11
2013-04-06"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variablerodent2-4/+4
$$extract_file instead."
2013-04-06'"# $NetBSD$" expected.'rodent2-0/+4
2013-04-06Update to 2.1.3markd3-10/+17
version 2.1.2 -> 2.1.3 Fixes: - Allow letters as shortcuts - Avoid executing unwanted commands in the console when changing tabs - Ensure that the ViewBib tool opens the correct bibliography file - Correctly display output produced by ConTeXt - Correctly handle text with foreground colour in the tabular wizard - Correctly save and restore the encodings of previously opened files - Fix a problem which causes that projects sometimes cannot be opened correctly - Force termination of Kile when the main window is closed Features: - Add a completion file for the 'ifplatform' package - Add 'Save', 'Save As' and 'Save Copy As' entries to the tab context menus - Add tool tips to structure view entries - Provide Unicode characters for the symbols in the symbol view version 2.1.1 -> 2.1.2 Fixes: - Correctly convert special characters that were typed with caps lock enabled into LaTeX. This fix works from KDE 4.3 upwards. - Use 'utf8' instead of 'utf8x' as default encoding (in document templates). It should be sufficient in most cases and it is installed by default in LaTeX distributions. - Correctly insert '\c{c}' for the cedilla character - Use the correct name for some icons. In this way, they can be used even if the current icon theme is not Oxygen. - Correctly restore VI input mode key settings Features: - Update 'biblatex.cwl'.
2013-04-06Fixes:rodent4-8/+8
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2013-04-04Rev distfile patch: improve probing of terminfo. Should fix Joerg's build.dholland2-7/+7
PKGREVISION -> 2.
2013-04-03Update to KDE SC 4.10.2markd3-66/+109
bugfixes, other quality improvements, new and improved KDE Applications
2013-04-02+ sandy.wiz1-1/+2