summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2013-03-31missing recursive bump from poppler-0.22.2 shlib major change.obache3-6/+6
2013-03-30Add termcap bl3 file. Is now MAKE_JOBS_SAFE. Part of previous commit.dholland1-3/+2
2013-03-30General cleanup, via a distfile patch.dholland4-54/+10
- NULL is a pointer. Don't use it for '\0', which is a character. - Silence warnings about unused variables. - Silence clang warnings about format strings. - Fix up the makefile and configure logic, rolling in patch-aa and patch-ab. Make the configure script report what it's doing instead of making wrong decisions silently. - Fix broken build when using system curses instead of the builtin curses subset. (This is not the default, nor apparently recommended, but can happen if the configure script doesn't like you.) - Bump PKGREVISION.
2013-03-28Forward declaration must not be qualified with a namespace. Adjust.joerg2-1/+14
2013-03-28Fix return types.joerg3-1/+40
2013-03-26Forward class definitions must not use namespace :: syntax.joerg4-1/+46
2013-03-25Updated during the freeze to fix security issue noted at:tcort2-6/+6
http://se-editor.org/security/SE-SA-2013-001.txt OK by obache.
2013-03-25remove ncursesw termcap sub I accidentally committedmspo1-3/+2
2013-03-24Remove another wrong CONFLICTS. sighdholland1-3/+1
2013-03-23Snapshot version is 24.3.50.xxx, so check for < 24.3.50.joerg2-4/+4
2013-03-22editors/emacs24: Fix DragonFly regressionmarino3-5/+214
2013-03-21remove sandy editor because it is the freezemspo6-39/+4
2013-03-21add sandy editormspo1-1/+2
2013-03-21sandy is the editor from suckless.orgmspo4-0/+35
sandy is a simple ncurses text editor. it has emacs-esque keybindings
2013-03-15Remove outdated patch.wiz1-29/+0
2013-03-15Update to 24.3:wiz9-290/+226
Highlights of this release include: Generalized variables are now in core Emacs Lisp. An update for the Common Lisp emulation library. A new major mode for Python. (The operating system support framework was changed -- Dragonfly support might need fixes.)
2013-03-13Update to 2.6.3ryoon3-72/+152
Changelog: ---------------------------------------------------------------------- OmegaT 2.6.3 ---------------------------------------------------------------------- 3 Enhancements 1 Bug fix 0 Localisation update ---------------------------------------------------------------------- 2.6.3 vs. 2.6.2 Implemented requests: - Import from exported script files http://sourceforge.net/support/tracker.php?aid=2957819 - More flexible parsing for external commands arguments - Updated documentation Bug fixes: - Git team projects: an issue was fixed with line ending on non-Windows machines ---------------------------------------------------------------------- OmegaT 2.6.2 ---------------------------------------------------------------------- 10 Enhancements 4 Bug fixes 4 Localisation updates ---------------------------------------------------------------------- 2.6.2 vs. 2.6.1 update 2 Implemented requests: - External post-processing command http://sourceforge.net/support/tracker.php?aid=3600209 - Tag partial verification http://sourceforge.net/support/tracker.php?aid=1545637 - In OpenXML filtter, add xml:space="preserve" to w:t elts http://sourceforge.net/support/tracker.php?aid=3556996 - Showing cursor in Search window and other panes http://sourceforge.net/support/tracker.php?aid=3586905 Other enhancements: - Git team git server fingerprint will be stored in plain text file if credentials are also stored. Acceptance of fingerprint will be remembered. - Markers for whitespace (space, tab, newline) and Bidi-characters in the View menu - Tag colouring for RTL languages/orientation - The right-click popup menu has been reorganised - When translating a Word (.docx) document and the target language is RTL, a number of changes are done to the target document: - Paragraphs, sections and tables are set to bidi - Runs (text elements) are set to RTL - In the Search window, it is now possible to search for segments where the author is unknown Bug fixes: - PO filter: there was an error when loading PO files with a target language with 1 plural form - Team projects: changes in the writable glossary were not calculated correctly, which resulted in duplicate entries - Team projects: when the writeable glossary was not inside the working copy, it was not possible to synchronise the project. Now, if the writeable glossary is outside the working copy, no attempt is done to synchronise it. - In the Fuzzy Matches pane, depending on the order of the options, the display could be corrupted when ${diff} was used Localisation updates: - Slovenian localisation updated to 2.6.1 update 2 (UI) - Dutch localization updated to 2.6.1 update 2 (UI, documentation, readme) - Russian localization updated to 2.6.1 update 2 (UI, documentation, readme) - Italian localisation updated to 2.6.1 update 2 (UI) ---------------------------------------------------------------------- OmegaT 2.6.1 update 2 ---------------------------------------------------------------------- 11 Enhancements 7 Bug fixes 7 Localisation updates ---------------------------------------------------------------------- 2.6.1 update 2 vs. 2.6.1 update 1 Implemented requests: - Show where text has been added in match window http://sourceforge.net/support/tracker.php?aid=1483716 - Save authentication information for team projects http://sourceforge.net/support/tracker.php?aid=3574419 Other enhancements: - Git authorized access - Support for gzipped (.tmx.gz) external TMXs - Alignment (for filters that support it) now segments into sentences if segmentation is enabled in the project - Git submodule support added - Right-click on Glossary pane pops-up menu to add glossary item. - The writable glossary file can now be used in team project. Updates are shared. - PO-filter takes number of plurals from header if it is defined in the header. If not defined, the default for the language is used just like before. - New "--no-team" command line option, to be able to use a team project without OmegaT attempting to synchronise it - Microsoft Translator added. Requires -Dmicrosoft.api.client_id=xxxxxx and -Dmicrosoft.api.client_secret=xxxx to be set. Identifiers can be obtained from the Windows Azure Marketplace. Bug fixes: - Missing part from matches not highlighted http://sourceforge.net/support/tracker.php?aid=1606024 - It was not possible to use team projects offline. Now, when the connection is off, a message mentions the project is in offline mode. The connection continues to be tested on each save. When the connection comes back, a message informs the user that the project is back in online mode. - Git end of lines were not handled correctly under Windows - If writable glossary file does not exist, it is created when an entry is added. - Small memory consumption optimizations on team projects during save. - Create/download project dialog accepts empty folder besides new folder as project location, and doesn't show files any more. - Multiple save commands could interfere, causing you to lose all translations in team project. Localisation updates: - Japanese localisation updated to 2.6.1 update 2 (UI) - Italian localisation updated to 2.6.1 (UI) - Czech localization updated to 2.6.0 update 2 (UI, documentation, readme) - Russian localization updated to 2.6.1 (UI, documentation, readme) - Dutch localization updated to 2.6.0 (UI, documentation, readme) - Spanish localization updated to 2.6.0 (UI, documentation, readme) - Indonesian localization updated to 2.6.0 (UI) ---------------------------------------------------------------------- OmegaT 2.6.1 update 1 ---------------------------------------------------------------------- 0 Enhancement 1 Bug fix 0 Localisation update ---------------------------------------------------------------------- 2.6.1 update 1 vs. 2.6.1 Bug fixes: - The Okapi plugin was not working: an exception was produced when trying to load a file ---------------------------------------------------------------------- OmegaT 2.6.1 ---------------------------------------------------------------------- 8 Enhancements 1 Bug fix 0 Localisation update ---------------------------------------------------------------------- 2.6.1 vs. 2.6.0 update 4 Implemented requests: - Allow to load TMX as 'alternative source' http://sourceforge.net/support/tracker.php?aid=3563248 - Display encoding and filter used in list of project files http://sourceforge.net/support/tracker.php?aid=3440267 - Ignore 'Fragments that should be removed' on fuzzy matches http://sourceforge.net/support/tracker.php?aid=3567014 - Option to not translate headers in PO filter http://sourceforge.net/support/tracker.php?aid=3568947 - PO filter Plural Forms http://sourceforge.net/support/tracker.php?aid=2979054 Other enhancements: - The Project Properties dialog can now be resized - Remove tags is now a project property feature, instead of being a global option - HTML filter: new options to compress whitespace and remove comments Bug fixes: - The PO filter option "Allow blank translations in the target files" was not showing the saved setting ---------------------------------------------------------------------- OmegaT 2.6.0 update 4 ---------------------------------------------------------------------- 2.6.0 update 4 vs. 2.6.0 update 3 Includes bug fix from 2.5.5 update 2 ---------------------------------------------------------------------- OmegaT 2.6.0 update 3 ---------------------------------------------------------------------- 2.6.0 update 3 vs. 2.6.0 update 2 Includes bug fixes from 2.5.5 update 1 ---------------------------------------------------------------------- OmegaT 2.6.0 update 2 ---------------------------------------------------------------------- 0 Enhancement 1 Bug fix 2 Localisation updates ---------------------------------------------------------------------- 2.6.0 update 2 vs. 2.6.0 update 1 Bug fixes: - Automatic loading of translations from the /tm/auto folder had stopped working except under Windows Localisation updates: - Japanese localization updated to 2.6.0 update 1 (UI) - Italian localization updated to 2.6.0 update 1 (UI) ---------------------------------------------------------------------- OmegaT 2.6.0 update 1 ---------------------------------------------------------------------- 2 Enhancements 0 Bug fix 0 Localisation update ---------------------------------------------------------------------- 2.6.0 update 1 vs. 2.6.0 Other enhancements: - SVN for team projects is now compatible with Subversion 1.7 - If a user has only read-only permission for a repository for team projects, it is possible to check the read-only check box in the authentication dialog. Once this box is checked, OmegaT will not attempt to write in the repository anymore ---------------------------------------------------------------------- OmegaT 2.6.0 ---------------------------------------------------------------------- 3 Enhancements 0 Bug fix 0 Localisation update ---------------------------------------------------------------------- 2.6.0 vs. 2.5.3 Implemented requests: - Online team projects http://sourceforge.net/support/tracker.php?aid=1604911 - Apply penalties to external TMXs http://sourceforge.net/support/tracker.php?aid=3528575 - Configurable display in match pane http://sourceforge.net/support/tracker.php?aid=2960656 ---------------------------------------------------------------------- ---------------------------------------------------------------------- OmegaT 2.5.5 update 5 ---------------------------------------------------------------------- 1 Enhancement 1 Bug fix 0 Localisation update ---------------------------------------------------------------------- 2.5.5 update 5 vs. 2.5.5 update 4 Other enhancements: - .dotx has been added as a default extension in the Open XML filter Bug fixes: - Launcher issue on linux with space in folder name http://sourceforge.net/support/tracker.php?aid=3605953
2013-03-10Add `FOR_emacs_no_byte_compile' PLIST var,obache1-1/+8
For .elc file of .el file marked as "no-byte-compile: t"
2013-03-07Do not pick up emacs-snapshot.joerg1-2/+2
2013-03-07Add patch-subs.c here as well (hi joerg)wiz1-1/+2
2013-03-07editors/Makefile: add se. OK by agc.tcort1-1/+2
2013-03-07editors/se: initial revision. OK by agc.tcort4-0/+108
2013-03-05Fix a path for the emacs -> emacs23 move.dholland1-2/+2
2013-03-04Add forgotten patch file to fix one more missing return value.joerg1-0/+13
2013-03-02Return a value from non-void functions.joerg4-1/+101
2013-02-26Define default_context_to before using it in templates.joerg2-1/+42
2013-02-24Remove some more wrong CONFLICTS.dholland3-7/+9
2013-02-23argh this has apparently been wrong all weekdholland1-2/+1
(it is creating an "emacs" package instead of an "emacs22" package)
2013-02-23Remove wrong CONFLICTS (in Makefile.common, just committed) and bumpdholland1-2/+2
PKGREVISION.
2013-02-23Remove wrong CONFLICTS, bump PKGREVISION.dholland2-5/+3
2013-02-23Forget previous, try again.dholland1-3/+7
2013-02-23Fix fatal problem with the emacs-nox11 meta-package, which I guess Idholland1-2/+2
didn't notice because I didn't build enough combinations, or something.
2013-02-19Doesn't really need gtar.joerg1-3/+3
2013-02-17Revbump all elisp packages after emacs changes.dholland9-16/+18
2013-02-17Update DEPENDS and bump PKGREVISION. While here, fix installation withdholland1-4/+5
umask 077 and tidy a bit of pkglint.
2013-02-17Oops, forgot these.dholland2-0/+41
2013-02-17Set emacs22 up with a proper Makefile.common instead of includingdholland3-86/+94
the whole makefile from emacs22-nox11.
2013-02-17Oops, setting PKGNAME once is enough.dholland1-2/+1
2013-02-17Put the Emacs version in all the DESCR files. Ride the bumps I just did.dholland7-0/+14
2013-02-17Move COMMENT into Makefile.common so emacs21-nox11 gets it.dholland2-3/+3
2013-02-17+emacs23, emacs23-nox11dholland1-1/+3
2013-02-17nox11 version of the meta-package in editors/emacs. This will alwaysdholland1-0/+18
build the nox11 version of the emacs type in EMACS_TYPE.
2013-02-17Add an emacs meta-package. This will install your preferred emacs baseddholland2-0/+142
on EMACS_TYPE. It does some moderately unclean things with versions and PKGREVISION so that updating should work seamlessly -- this package should end up with the same PKGNAME (emacs) and the same version (24.2, 23.4, etc.) and one PKGREVISION higher than the previously existing emacs packages.
2013-02-17Oops, nearly forgot to update the paths here for the emacs23 move.dholland1-3/+3
2013-02-17This was wrong again; didn't get incremented after the last update.dholland1-2/+2
(Not my doing.)
2013-02-17Insert ${_EMACS_VERSION_MAJOR} in PKGNAME.dholland3-6/+8
While here, fix wrong (emacs23-era) pattern in version.mk. Caution: The distfile appears to have vanished, so I can't build this package and it may not work.
2013-02-17Change PKGNAME from emacs-nox11-24.2 to emacs24-nox11-24.2.dholland2-5/+5
2013-02-17Change PKGNAME from emacs-24.2 to emacs24-24.2.dholland3-6/+7
2013-02-17Move editors/emacs-nox11 to editors/emacs23-nox11.dholland3-42/+0
2013-02-17Move editors/emacs to editors/emacs23.dholland22-4323/+0