summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2014-01-16Convert to use versioned_dependencies.mk.wiz1-3/+4
2014-01-14Update to texworks 0.4.5markd3-12/+13
Release 0.4.5 (TL'13) [April 2013] * Fix "Restore defaults" in preferences dialog * Fix removal and selection of text moved via drag'n'drop * Fix default saving location * Keep UTF-8 BOMs in files that have them * Make "Goto Source" lead to the last active source window * Implement close button for the console output panel * Implement "Open PDF with TeX" option * Improve compatibility with OS color schemes * New encoding support for "Mac Central European Roman" * Code cleanup * Updated log parser (improve handling of long messages and file paths) * New script properties/functions: cursorPosition, getEngineList()
2014-01-11Update to patchlevel 7.4.141.morr4-24/+10
Upstream changes: 7.4.053 test75 has a wrong header 7.4.054 reading past end of the 'stl' string 7.4.055 Mac: Where macros are defined depends on the system 7.4.056 Mac: Compilation problem with OS X 10.9 Mavericks 7.4.057 byteidx() does not work for composing characters 7.4.058 warnings on 64 bit Windows 7.4.059 set_last_cursor() may encounter w_buffer being NULL 7.4.060 declaration has wrong return type for PyObject_SetAttrString() 7.4.061 (after 7.4.056) configure check in the wrong place 7.4.062 (after 7.4.061) wrong configure check for AvailabilityMacros.h 7.4.063 crash when using invalid key in Python dictionary 7.4.064 in Visual block mode replacing with CR does not break lines 7.4.065 the character typed at the hit-enter prompt is recorded twice 7.4.066 MS-Windows: swap file name wrong if colon in file name 7.4.067 CTRL-\ CTRL-O moves the cursor after inserting comment leader 7.4.068 cannot build Vim on Mac with non-Apple compilers 7.4.069 cannot right shift comment lines starting with # 7.4.070 (after 7.4.069) can't compile with tiny features 7.4.071 (after 7.4.069) passing limits around too often 7.4.072 crash when using Insert mode completion 7.4.073 setting undolevels for one buffer changes undo in another 7.4.074 when undo'ing all and making a change, undo structure is wrong 7.4.075 locally setting 'undolevels' is not tested 7.4.076 "cgn" does not wrap around the end of the file 7.4.077 DOS installer creates shortcut without a path 7.4.078 MSVC 2013 is not supported 7.4.079 a script cannot detect whether 'hlsearch' highlighting is on 7.4.080 (after 7.4.079) missing documentation for v:hlsearch 7.4.081 (after 7.4.078) wrong logic when ANALYZE is "yes" 7.4.082 using "gf" in a changed buffer suggests adding "!" 7.4.083 hard to avoid adding a used pattern to the search history 7.4.084 Python: interrupt not being properly discarded 7.4.085 can't move cursor when inserting text in Visual block mode 7.4.086 can't skip over expression when not evaluating for dict member 7.4.087 compiler warning on 64 bit Windows systems 7.4.088 Asian characters are always marked as spell errors 7.4.089 Vim doesn't set the security context on a renamed file 7.4.090 Win32: no completion if dir name contains an exclamation mark 7.4.091 (after 7.4.089) missing semicolon 7.4.092 (after 7.4.088) can't build small version 7.4.093 configure can't use LuaJIT on ubuntu 12.04 7.4.094 configure may not find that -lint is needed for gettext() 7.4.095 (after 7.4.093) regexp for LuaJIT version doesn't work on BSD 7.4.096 can't change directory to an UNC path 7.4.097 unexpected behavior change related to 'virtualedit' 7.4.098 error for line numbers out of range when using ":'<,'>del" 7.4.099 append in blockwise Visual mode with "$" is wrong 7.4.100 NFA regexp doesn't handle backreference correctly 7.4.101 using \1 in pattern goes one line too far 7.4.102 crash when interrupting "z=" 7.4.103 dos installer escapes spaces in the diff command wrong 7.4.104 ":help s/\_" reports an internal error 7.4.105 completing a tag pattern may give an error for invalid pattern 7.4.106 can't build with Ruby using Cygwin 7.4.107 Python try/catch doesn't catch Vim error in vim.eval() 7.4.108 "zG" and "zW" leave temp files around on MS-Windows 7.4.109 ColorScheme autocommand matches with the current buffer name 7.4.110 "gUgn" cannot be repeeated 7.4.111 memory leak in Python OptionsAssItem 7.4.112 MS-Windows: defaults for 'dir' and 'bdir' do not include $TEMP 7.4.113 MSVC static analysis gives warnings 7.4.114 new GNU make directory change messages are different 7.4.115 Zsh: expanding ~abc fails when the result contains a space 7.4.116 'showcmd' does not show a typed space 7.4.117 can't build with Cygwin/MingW and Perl 5.18 7.4.118 redrawing status lines may causes recursive call 7.4.119 Vim doesn't work well on OpenVMS 7.4.120 (after 7.4.117) can't build with Perl 5.18 on Linux 7.4.121 completion doesn't work for ":py3d" and ":py3f" 7.4.122 Win32: :grep doesn't work when 'encoding' and ACP differ 7.4.123 Win32: Getting user name does not use wide function 7.4.124 Win32: Getting host name does not use wide function 7.4.125 Win32: Dealing with messages may not work for multi-byte chars 7.4.126 compiler warnings for "const" and incompatible types 7.4.127 Perl 5.18 on Unix doesn't work 7.4.128 Perl 5.18 for MSVC doesn't work 7.4.129 getline(-1) returns zero 7.4.130 relative line numbers mix up windows when using folds 7.4.131 syncbind causes E315 errors in some situations 7.4.132 (after 7.4.122) Win32: flags/inherit_handles args mixed up 7.4.133 Clang warns for using NUL 7.4.134 spurious space in MingW Makefile 7.4.135 missing dot in MingW test Makefile 7.4.136 (after 7.4.096) Windows: readonly when saving UNC path file 7.4.137 cannot use IME with Windows 8 console 7.4.138 (after 7.4.114) directory change messages are not recognized 7.4.139 crash when using :cd in autocommand 7.4.140 crash when autocommand wipes out only other buffer 7.4.141 problems when building with Borland pkgsrc changes: remove patches/patch-os__mac.h, it is included upstream.
2014-01-11Revbump after updating tcl/tk.adam1-2/+2
2014-01-10Update emacs-snapshot to 24.3.50.20140101minskim3-130/+133
Moved files in share/emacs/24.3.50/leim to share/emacs/24.3.50/lisp/leim.
2014-01-01Avoid conflicting sigaltstack types on OS X 10.9.schmonz2-1/+18
2014-01-01Update to 3.0.8.01ryoon3-9/+98
Changelog: ---------------------------------------------------------------------- OmegaT 3.0.8 update 1 ---------------------------------------------------------------------- 0 Enhancement 1 Bug fix 11 Localisation updates ---------------------------------------------------------------------- 3.0.8 update 1 vs. 3.0.8 Bug fixes: - Enabling Remove Tags results in almost empty translated Word files https://sourceforge.net/p/omegat/bugs/635/ Localisation updates: - Italian localisation updated to 3.0.8 (UI, Documentation) - Hungarian localisation updated to 3.0.8 (Instant Start) - Czech localisation updated to 3.0.2 (UI, Documentation) - German localisation updated to 3.0 (UI) - Russian localisation updated to 3.0.3 (UI, Documentation) - Greek localisation updated to 3.0 (Documentation) - Belarus localisation updated to 3.0 (UI, Instant Start, Readme) - Korean localisation added at 3.0.7 (UI, Instant Start, Readme) - Dutch localisation updated to 3.0.8 (UI, Documentation) - Simplified Chinese localisation updated to 3.0.8 (UI) - Japanese localisation updated to 3.0.8 (UI, Documentation)
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz13-25/+26
2013-12-31Remove obsolete legacy option, scheduled to be removed after 2013Q4.wiz1-4/+1
2013-12-27Not MAKE_JOBS_SAFE; with 6 jobs it tries to use libmlview.la beforedholland1-1/+2
creating it.
2013-12-26Update to 3.0.8ryoon3-8/+9
Changelog: ---------------------------------------------------------------------- OmegaT 3.0.8 ---------------------------------------------------------------------- 10 Enhancements 4 Bug fixes 1 Localisation update ---------------------------------------------------------------------- 3.0.8 vs. 3.0.7 Implemented requests: - Show XLIFF trans-unit note as a comment https://sourceforge.net/p/omegat/feature-requests/803/ - Feedback on console for number of glossary entries fetched https://sourceforge.net/p/omegat/feature-requests/750/ Other enhancements: - New debugging information about team projects available in the logs (if org.omegat.level=FINEST is set in logger.properties) - A graphical version of the script check_same_segments.groovy was added: show_same_segments.groovy - The ${diff} display is now "optimized" by concatenating consecutive inserts or deletes separated only by whitespace. This makes the diff more readable. - In addition to ${diff}, there is also now ${diffReversed} in the Fuzzy Matches pane display options For the two points above, see - Missing part from matches not highlighted https://sourceforge.net/p/omegat/bugs/264/ and - Show where text has been added in match window https://sourceforge.net/p/omegat/feature-requests/183/ - New option in the XLIFF filter: force shortcut to "f" for <it pos="end"> tags - A new QA rule was added to check_rules.groovy. It will be triggered if the target segment ends with a different punctuation sign (.!?;:) from the one used in the source segment - In the XLIFF filter, segments containing only protected text (e.g., <m0>Protected text only</m0>) now appear in the Editor - The background colour used (red) when a match is inserted from an "mt" folder was hard to read. It was changed to "salmon red". Bug fixes: - Missing orion jar in lib folder https://sourceforge.net/p/omegat/bugs/639/ - Not going to right note in projects containing several files https://sourceforge.net/p/omegat/bugs/644/ - Hyperlinks in PowerPoint cannot be translated https://sourceforge.net/p/omegat/bugs/600/ - Error: java.lang.IndexOutOfBoundsException on tag validation with custom tags https://sourceforge.net/p/omegat/bugs/638/ Localisation updates: - Italian localisation updated to 3.0.7 (UI, documentation) ---------------------------------------------------------------------- OmegaT 3.0.7 ---------------------------------------------------------------------- 7 Enhancements 2 Bug fixes 1 Localisation update ---------------------------------------------------------------------- 3.0.7 vs. 3.0.6 Implemented requests: - Keep relative addressing in *.project when possible https://sourceforge.net/p/omegat/feature-requests/734/ - Validate tags: constrain to file https://sourceforge.net/p/omegat/feature-requests/669/ - List number of files in project https://sourceforge.net/p/omegat/feature-requests/912/ Other enhancements: - The auto-text file type is displayed in the file selector. - In the Editor, the tooltip is now the same as the title - There's a new report in Tools: Match Statistics per Files It gives the same information as the match statistics for every file, plus the total at the end, with the repetitions being split in two lines: "Repetitions within this file" lists repetitions for which the first occurence is in this file. "Repetitions from other files" list repetitions for which the first occurence is in a previous file in the list. - When Ctrl+F (Cmd+F) is used in the search window, the focus goes back to the search field Bug fixes: - After creating a new project, the message "Loading TMX files..." remained displayed at the bottom of the window - In external TMXs, beginning <it> tags had a trailing '/' if if the option "Use XML for standalone tags" was set. This was wrong as beginning <it> tags are not standalone tags, but opening tags. Localisation updates: - Japanese localisation updated to 3.0.7 (UI, documentation) ---------------------------------------------------------------------- OmegaT 3.0.6 ---------------------------------------------------------------------- 9 Enhancements 3 Bug fixes 2 Localisation updates ---------------------------------------------------------------------- 3.0.6 vs. 3.0.5 Implemented requests: - Add Hunspell-based tokenizer https://sourceforge.net/p/omegat/feature-requests/901/ - Reduce automatically size of Project Properties and File Filter dialogs when they don't fit on screen https://sourceforge.net/p/omegat/feature-requests/899/ - Add "Totals" row to match statistics https://sourceforge.net/p/omegat/feature-requests/592/ - Creating Current Translated Document https://sourceforge.net/p/omegat/feature-requests/880/ - Standardize on type of numbering in list for fuzzy matches https://sourceforge.net/p/omegat/feature-requests/897/ Other enhancements: - More information is logged when plugins are loaded - Protected text (from the XLIFF filter currently) remains protected even when Remove Tags is used - The speed of parsing source documents was improved - Better detection of untranslated entries for Android filter Bug fixes: - Ignore content of header in OmegaT's XLIFF filter https://sourceforge.net/p/omegat/bugs/625/ - OmT saves XML with LF even if source file is CRLF https://sourceforge.net/p/omegat/bugs/326/ - Filelist not sorted during creating translated files https://sourceforge.net/p/omegat/bugs/619/ Localisation updates: - Italian localisation updated to 3.0.5 (UI, Documentation) - Japanese localisation updated to 3.0.6 (UI, Documentation)
2013-12-15Revbump from qt5* updatesryoon1-1/+2
2013-12-13Update to 0.7.4ryoon4-42/+30
* Use Qt5 instead of Qt4 * Use internal hunspell to avoid runtime error Changelog: Sigil 0.7.4 2013.10.27 - Use numeric entity for non-breaking spaces (nbsp) instead of named entity. Fixes issues where files without a doctype won't open properly. Sigil 0.7.3 2013.08.03 - Fix issue 2309: Compile failure due to case issue on m_lastFolderOpen. - Fix issue 2269: "Conflicts with:" always in English. - Fix issue 2186: Sigil 0.7.2 crashes on "Add existing files". - Fix issue 2232: The nbsp characters in UTF-8 files are converted to normal spaces. - Fix issue 2201: Save does not prompt for filename if filename not set after cancelling save operation. - Fix issue 2193: Incorrect country code used for Serbia. - Implement issue 2199: Mac, Don't open empty book by default. Sigil 0.7.2 2013.04.14 - Implement issue 2129: Enhance archive filename encoding handling. - Implement issue 2128: Warnings for non-ASCII characters in filenames. - Implement issue 2113: Preview should zoom separately from other views. - Implement issue 1997: Tool to Add Cover image and file automatically. - Implement issue 1993: Find & Replace should have a Marked Text option. - Implement issue 2083: Enhance invalid OPF recovery. - Implement issue 2082: Improve performance of Book Browser refresh. - Fix issue 2170: Spellcheck should remember position after changing word. - Fix issue 2148: Don't delete cover image in "Delete unused media files". - Fix issue 2147: Doubleclick in Delete Files dialog can cause crash. - Fix issue 2143: Bulk rename with just a number for filename does not use correct number of 0s. - Fix issue 2121: Wait cursor shows when dialog is open while saving or opening. - Fix issue 2107: Heading not accepted due to split at end of file. - Fix issue 2110: Insert Special Character inserts wrong code for nnbsp. - Fix issue 2021: Importing UTF-16 encoded files results in empty file. - Fix issue 2088: Ctrl-click on text files does not work in Code View. - Fix Issue 2071: Anchor dialog has disabled text field. - Fix Issue 2077: Rename dialog incorrectly sized. - Fix issue 2081: Book Browser tooltips are not updated when semantics change or for cover images. - Fix issue 2080: OPF meta title not updated correctly for Add Semantic. - Fix issue 2079: UI Language dropdown does not show language names for entries containing _. Sigil 0.7.1 2013.03.03 - Implement issue 2058: Code View should be able to show resizable image. - Implement issue 2038: Spellcheck "change selected word to" should remember sorting order. - Implement issue 2043: Spellcheck should allow case-insensitive sorting. - Implement issue 2029: Save and open should warn if HTML files are not well formed. - Implement issue 2009: Add semantic tags to filenames in reports. - Implement issue 2028: Special characters should work in non-html files. - Implement issue 2027: Upgrade Boost to Boost 1.53.0. - Fix issue 2069: Work around for archives where filenames are not utf-8 encoded. - Fix issue 2068: ZIP general purpose bit 11 (utf-8) filename not set. - Fix issue 2061: Language code using wrong character to separate country code. - Fix issue 2057: Text selected across lines using Ctrl-F cannot be found with Find. - Fix issue 2036: Mark for Index can insert HTML tags into code making it invalid. - Fix issue 2041: Preview does not sync cursor after using Sigil for a while. - Fix issue 2030: The &#160; character is incorrectly converted to space on open. - Fix issue 2035: Index Editor entries with nbsp character don't match text. - Fix issue 2016: Find with wrap off and All HTML Files still wraps on last file. - Fix issue 2001: Spellcheck does not always highlight a word the first time. - Fix issue 2017: Clips pasted into some windows does not work correctly. - Fix issue 2008: Index adds extra comma in some cases. Sigil 0.7.0 2013.02.17 - Implement issue 1983: Set the tooltips of files in Book Browser to the filename. - Implement issue 1965: Allow opening files that are missing container.xml. - Implement issue 1975: HTML TOC and Index should use CSS files instead of inline stylesheet. - Implement issue 1968: Bookmark location in editing window. - Implement issue 1963: Table Of Contents window should default to expanded when opened or refreshed. - Implement issue 1953: Allow entering a list of new words into dictionary preferences. - Implement issue 1952: Add shortcut for Copy HTML file. - Implement issue 1951: Doubleclick on Image Report file should find next use of image. - Implement issue 1949: Add support for multiple active user dictionaries. - Implement issue 1947: Spellcheck dialog to manage all misspelled words at once. - Implement issue 62: Add document's css styles to menu. - Implement issue 1945: Allow editing of CSS while displaying page. - Implement issue 1661: Report list of all different characters in the book. - Implement issue 1746: Add Report for Links and Footnotes. - Implement issue 1941: Add Find & Replace option to wrap or not wrap searches. - Implement issue 1940: Update Insert Image to Insert File to support insert of audio/video. - Implement issue 1938: Update Delete Image files to Delete Media files to include audio/video. - Implement issue 1937: Add Report for All Files. - Implement issue 1936: Add Clip Bar toolbar with buttons for Clips and shortcuts for Clips. - Implement issue 1931: Change to QRegularExpression for most regexes. - Implement issue 1185: Edit Table of Contents without needing Generate TOC. - Implement issue 1929: Add support for playing audio and video files. - Implement issue 917: Sigil should support audio and video tags. - Implement issue 1928: Add well-formed check to HTML File Report. - Implement issue 1864: Allow Metadata Editor dialog to stay open while editing. - Implement issue 1871: Code View context menu should show clips even if word is misspelled. - Implement issue 1870: Saved Searches should use mode settings from Find & Replace. - Implement issue 1927: Add support for basic replacement Clips (e.g. span) in Book View. - Implement issue 20: Embedded fonts support. - Implement issue 1926: Upgrade to Qt5. - Implement issue 1924: Add dockable Clips window to select clips. - Implement issue 1925: Don't force well formed checks unless absolutely necessary. - Implement issue 1843: Preview should be real-time display of Code View. - Fix issue 1989: Problem with nested index entries. - Fix issue 1964: Correcting a word using spellcheck does not make file go to "not saved" state. - Fix issue 1961: Generate TOC should not create IDs for headings when it only points to filenames. - Fix issue 1857: CSS Highlighting inline styles inconsistent. - Fix issue 1946: Highlight misspelled words checkbox should be available in Preferences. - Fix issue 1943: Reports can crash if file has non well-formed xml. - Fix issue 1883: TOC window does not jump to right location for some entries. - Fix issue 1906: "Delete unused image files" deleting background images. - Fix issue 1874: Using Delete Unused Stylesheet Classes deletes pseudo-elements. - Fix issue 1939: CSS parser does not match wildcard selectors consistently. - Fix issue 1935: Improve speed of Index Editor autofill by removing progress dialog. - Fix issue 1891: Opening the Saved Searches expands all groups. - Fix issue 1934: Go To Style does not work with CSS filenames that have spaces in them. - Fix issue 1933: No message is displayed if Go To Style can't find a style. - Fix issue 1932: Replace All needs to be run twice in some cases. - Fix issue 1930: Fix Metadata language dropdown selection incorrect matching. - Fix issue 1775: Sigil-0.6.0 edit very slow with Thai e-Pub. - Fix issue 1764: Sigil crashes on KDE after rearranging text sections. - Fix issue 1720: Book View highlights text apparently randomly. - Fix issue 1923: CSS validation should use EPUB 2 profile. - Fix issue 1922: Invalid EPUB warning dialog is not long enough. - Fix issue 1918: Support import of tab separated entries for Index Editor. - Fix issue 1917: Keep selection when deleting unused images if an HTML file was selected. - Fix issue 1916: Allow Go To Style to work for link type text/x-oeb1-css. - Fix issue 1869: Backspace in Preferences - Shortcuts causes crash. - Fix issue 1818: Hyperlink of URL with & causes invalid code. - Fix issue 1824: Cursor position changes when saving the book.
2013-12-12Build fix for deprecated functionsprlw11-1/+3
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache1-3/+3
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-06Recursive PKGREVISION bump for poppler-0.24.4.wiz4-7/+8
2013-12-04WCONTINUED doesn't universally exist.dholland2-1/+19
2013-12-02Update emacs-snapshot to 20131126minskim3-56/+44
Notable changes: * org-mode supports SVG files. * unicode routines regenrated for Unicode 6.3.0. * Many improvements in ruby-mode.
2013-12-02(Upstream) Bump version 4.0.4 to 4.1mef2-6/+6
Version 4.1 of Texmaker 30 Oct 2013 21:38 ----------------------- A wizard, with theme preview, to quickly edit a beamer presentation has been added. Texmaker now supports LuaLaTeX, and new "Quick build" modes for standards operations with bib(la)tex have been added. UTF-8 encoding without bom is now detected, and a link to the English wikibook about LaTeX has been added to the "Help" menu
2013-11-24Comment out p5-Storable dependency; included in perl since 5.7.3.wiz1-4/+3
2013-11-24Add missing patchryoon1-0/+15
2013-11-24Use Java when buildryoon1-2/+2
2013-11-20Revbump after updating devel/boost-libsadam1-2/+2
2013-11-20recursive bump from boost-lib shlib major bump.obache1-2/+2
2013-11-12Update emacs-snapshot to 20131101.minskim5-36/+17
Notable changes: - Ensure unmarking in buffer menu clears 'S' marks. - Remove PDF refcards. - battery.el (battery-pmset): Handle OS X Mavericks. - Sync with upstream verilog-mode revision 1a6ecec7. - Support menus on text-mode terminals. - Add support for package signature checking. - Sync with Tramp 2.2.8.
2013-11-07Update to KDE SC 4.11.3markd3-16/+79
bugfixes, many new features, improved stability and performance.
2013-11-04Don't strip on older OSX, avoids 'malformed object' errors.jperkin2-2/+10
2013-10-27NetBSD with native clang won't have libgcc, so fake a static library.joerg5-5/+50
Avoids going to the great hacks in the build system to avoid it.
2013-10-27Use tradcpp for clang build, fallback to cpp -traditional otherwise.joerg6-37/+52
2013-10-24Fix build on SunOS. Patch from Sebastian Wiedenroth.jperkin2-1/+17
2013-10-24Add socket libraries on SunOS. Fix from Sebastian Wiedenroth.jperkin1-1/+3
2013-10-20Fix build on NetBSD-6.99.24/amd64 with latest binutils per analysiswiz2-1/+31
from Frank Kardel: FlightCrew pulls in pthread_cancel via /usr/include/c++/bits/gthr-default.h /usr/include/g++/bits/gthr.h /usr/include/g++/ext/atomicity.h /usr/include/g++/bits/basic_string.h /usr/include/g++/string /usr/include/g++/random /usr/include/g++/bits/stl_algo.h /usr/include/g++/algorithm /usr/pkgsrc/editors/Sigil/work/.buildlink/include/boost/utility/swap.hpp /usr/pkgsrc/editors/Sigil/work/.buildlink/include/boost/tuple/detail/tuple_basic.hpp /usr/pkgsrc/editors/Sigil/work/.buildlink/include/boost/tuple/tuple.hpp /usr/pkgsrc/editors/Sigil/work/src/FlightCrew/stdafx.h /usr/pkgsrc/editors/Sigil/work/src/FlightCrew/Result.cpp so link against libpthread.
2013-10-20Fix rpath options.joerg2-3/+21
2013-10-20One patch per file.joerg5-8235/+8245
2013-10-19Revbump after updating textproc/icuadam4-8/+8
2013-10-16Work with system cursesroy3-6/+16
2013-10-16Mined really uses termcap.roy1-2/+3
2013-10-16Works fine with system cursesroy3-3/+113
2013-10-15Missing USE_TOOLS+= pkg-config added. Thanks joerg@.mef1-1/+2
2013-10-14Bump 1.8 to 4.0.4, based on PR pkg/48297mef4-35/+107
(by Niclas Rosenvik: nicro465 at student.liu.se, also with PR pkg/45521 to 3.1 by kamelderouiche at yahoo.com) Release Note since 4.0 from: http://freecode.com/projects/qtexmaker/releases/357375 -------------------- 4.0.4 30 Aug 2013 16:55 Support for the 0.24 poppler version has been added, and a compilation problem on ARM architecture has been fixed. Dragging and dropping image files in the editor is now supported. 4.0.3 30 Jul 2013 12:46 The Windows and Mac OS X Lion versions are now compiled with Qt 5.1 and poppler 0.22. Find-and-replace actions can now be applied to a selection only. A tool that converts source files to Unicode has been added. Users can now check if a new version is available via a new option in the "Help" menu (less) 4.0.2 09 May 2013 11:33 Mac OS X high DPI support has been added to the PDF viewer, the symbols, and almost all of the icons. The part/chapter/section tags are now bold in the editor. On Linux, the session file is now stored in the standard ./cache directory instead of the /tmp folder. New translations have been added (less) 4.0.1 16 Mar 2013 13:47 A potential crash when synctex sent a bad page number has been fixed. The -Pdownload35 option has been added to the default dvips command for MiKTeX users on Windows. 4.0 08 Mar 2013 22:07 The code has been ported to Qt5 (but this version can also be compiled with Qt4). From this version, Texmaker will be principally developed under Qt5. A keyboard shortcut has been added to toggle between the master and the current document. A specific "quick build" command has been padded for the .asy files: the asymptote figures can now be compiled and displayed with the F1 shortcut.
2013-10-10Recursive revbump from pango-1.36.0ryoon35-70/+70
2013-10-10Bump for curses removalroy1-2/+2
2013-10-10Fix revision locationroy2-3/+3
2013-10-10Bump for curses removalroy2-3/+4
2013-10-10Sync version with main emacs24 package. Fixes dependencies with EMACS_TYPEjperkin1-2/+2
set to emacs24nox.
2013-10-10bvi calls tgetstr(), so it needs to link against libtermcap.apb1-2/+4
Don't assume that linking against libcurses will be sufficient.
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz12-24/+24
2013-10-09Update to 3.0.5ryoon3-32/+154
Changelog: ---------------------------------------------------------------------- OmegaT 3.0.5 ---------------------------------------------------------------------- 10 Enhancements 4 Bug fixes 1 Localisation update ---------------------------------------------------------------------- 3.0.5 vs. 3.0.4 update 2 - "Insert symbol" auto-completion view https://sourceforge.net/p/omegat/feature-requests/862/ - Add auto-text view to auto-completer https://sourceforge.net/p/omegat/feature-requests/861/ - Optional source term in auto-completer https://sourceforge.net/p/omegat/feature-requests/887/ - Priority Glossary https://sourceforge.net/p/omegat/feature-requests/853/ Fill TMX on segmentation from sentence to paragraph - https://sourceforge.net/p/omegat/feature-requests/825/ - Do not scroll the glossary pane to the bottom https://sourceforge.net/p/omegat/feature-requests/729/ Other enhancements: - The MyMemory machine translator has been separated into two different options: MyMemory (machine) and MyMemory (human) - XLIFF filter: the <trans-unit> resname attribute is shown in the comment pane - The QA script (check_rules.groovy) now checks for double blanks, which can contain either normal spaces or non-breaking spaces - If there is no preference file (omegat.prefs) in the configuration folder, i.e., OmegaT has never been launched and quit, and there is one in the installation folder, OmegaT will read preferences from that file. That allow distributing a version with customised pre-defined options. Bug fixes: - bad_extension.grvy is not so bad https://sourceforge.net/p/omegat/bugs/596/ - The search window search field did not always had focus on window opening on a Mac - In some cases, a null pointer exception could happen when quitting OmegaT - The match statistics were based purely on the leftmost percentage, without taking into account which matches are really selected to go into the fuzzy match pane. This could lead to situation where the statistics and what is seen in the fuzzy match pane was significantly different. The statistics are now using an algorithm giving consistent result with the match pane. The percentage kept is, however, still the rightmost one. As the computation method is different, all statistics will give different results compared with the previous version. Localisation updates: - Interlingua localisation updated to 3.0.4 (UI, Documentation, Readme) ---------------------------------------------------------------------- OmegaT 3.0.4 update 2 ---------------------------------------------------------------------- 0 Enhancement 1 Bug fix 1 Localisation update ---------------------------------------------------------------------- 3.0.4 update 2 vs. 3.0.4 update 1 Bug fixes: - java.lang.IndexOutOfBoundsException during strict tag validation http://sourceforge.net/p/omegat/bugs/608/ Localisation updates: - Italian localisation updated to 3.0.4 (UI) ---------------------------------------------------------------------- OmegaT 3.0.4 update 1 ---------------------------------------------------------------------- 3 Enhancements 4 Bug fixes 0 Localisation update ---------------------------------------------------------------------- 3.0.4 update 1 vs. 3.0.4 Implemented requests: - Translate HTML5 attribute 'placeholder' https://sourceforge.net/p/omegat/feature-requests/881/ Other enhancements: - Plugin loading is now logged, to help troubleshoot issues - The autocompleter popup has a new page, to insert grouped missing tags Bug fixes: - Virtual config folder path listed instead of real one under Windows Vista/7 https://sourceforge.net/p/omegat/bugs/601/ - Typo in linux-install.sh that hinders proper execution https://sourceforge.net/p/omegat/bugs/605/ - PO filter: real empty source segments were not working - Project name resolving for execution with "java -jar /omegat/OmegaT.jar ./" was fixed ---------------------------------------------------------------------- OmegaT 3.0.4 ---------------------------------------------------------------------- 10 Enhancements 6 Bug fixes 1 Localisation update ---------------------------------------------------------------------- 3.0.4 vs. 3.0.3 Implemented requests: - Add support for monolingual .po files https://sourceforge.net/p/omegat/feature-requests/865/ - Allow 12 scripts in the Tools menu https://sourceforge.net/p/omegat/feature-requests/843/ - Add support for for creationid and creationdate in TMX https://sourceforge.net/p/omegat/feature-requests/744/ - Exactly equal suggestions from diferents tmx show only as one https://sourceforge.net/p/omegat/feature-requests/874/ - Print non-string data types with console.print() and println() https://sourceforge.net/p/omegat/feature-requests/875/ - Sorted list of scripts https://sourceforge.net/p/omegat/feature-requests/878/ - Default shortcut for "Insert next Missing Tag" https://sourceforge.net/p/omegat/feature-requests/856/ Other enhancements: - Linux: Zenity is not needed anymore in omegat.kaptn to display OmegaT's version, and several typos were corrected - The "check-rules" script now has a GUI - There is a new global spell checking script Bug fixes: - Scripts folder is not created in Windows packages https://sourceforge.net/p/omegat/bugs/595/ - Stop word discarded from glossary when using tokenizer https://sourceforge.net/p/omegat/bugs/484/ - Language checker does not work in Japanese https://sourceforge.net/p/omegat/bugs/593/ - The log contained an exception related to the LanguageTool module. This exception was related to a multithreading issue, which has been fixed. - There was a whitespace handling error in the external command parser - There was an exception when LanguageTool was enabled with no project loaded Localisation updates: - French localisation updated to 3.0.2 (Documentation)
2013-10-09ex uses termcap, not cursesroy3-6/+8
2013-10-09The default EMACS_TYPE is now emacs24.jperkin1-2/+2