2015.07.05 - GNU nano 2.4.1 "Portorož" is released. This release
includes several fixes, including the ability to resize
when in modes other than the main editing window,
proper displaying of invalid UTF-8 bytes, new syntax
definitions for Elisp, Guile, and PostgreSQL, and
better display of shortcuts in the help menu and file
browser. Thanks for your patience and using nano!
The first patch fixes the lua option, so that vim-share can build with lua
support on platforms with lua in a non-default location.
The second patch adds support for building luajit into vim-share.
Thanks!
Changes:
7.4.561 Ex range handling is wrong for buffer-local user commands
7.4.562 segfault with wide screen and error in 'rulerformat'
7.4.563 no test for replacing on a tab in Virtual replace mode
7.4.564 FEAT_OSFILETYPE is used even though it's never defined
7.4.565 some ranges are not checked to be valid
7.4.566 :argdo, :bufdo, :windo and :tabdo don't take a range
7.4.567 non-ascii vertical separater characters are always redrawn
7.4.568 giving an error for ":0wincmd w" is a problem for some plugins
7.4.569 having CTRL-C interrupt does not check the mapping mode
7.4.570 building with dynamic library does not work for Ruby 2.2.0
7.4.571 can't build with tiny features
7.4.572 address type of :wincmd depends on the argument
7.4.573 mapping CTRL-C in Visual mode doesn't work
7.4.574 no error for eval('$')
7.4.575 Unicode character properties are outdated
7.4.576 redrawing problem with 'relativenumber' and 'linebreak'
7.4.577 matching with virtual column has overhead on very long lines
7.4.578 after "$" in an empty line getcurpos() returns negative number
7.4.579 wrong cursor positioning when 'linebreak' set and lines wrap
7.4.580 ":52wincmd v" still gives an invalid range error
7.4.581 compiler warnings for unitinialized variables
7.4.582 (after 7.4.577) can't match "%>80v" properly
7.4.583 with tiny features test 16 may fail
7.4.584 with tiny features test_command_count may fail
7.4.585 range for :bdelete does not work
7.4.586 parallel building of documentation html files is not reliable
7.4.587 conceal does not work properly with 'linebreak'
7.4.588 ":0argedit foo" puts the new argument in the second place
7.4.589 MS-Windows console: Vim can't handle greek utf-8 characters
7.4.590 using ctrl_x_mode as if it contains flags
7.4.591 test_listlbr_utf8 fails when conceal feature is not available
7.4.592 buffer with 'buftype' "nofile" is cleared on re-edit
7.4.593 crash when searching for "x\{0,90000}"
7.4.594 using block delete with 'breakindent' does not work properly
7.4.595 the test_command_count test fails when using Japanese
7.4.596 (after 7.4.592) tiny build doesn't compile
7.4.597 cannot change the result of systemlist()
7.4.598 ":tabdo windo echo 'hi'" causes "* register not to be changed
7.4.599 out-of-memory error for complicated search pattern
7.4.600 memory wasted in struct because of aligning
7.4.601 it is not possible to have feedkeys() insert characters
7.4.602 ":set" does not accept hex numbers as documented
7.4.603 'foldcolumn' may fill the whole window
7.4.604 running tests changes viminfo
7.4.605 the # register cannot be restored after jumping around
7.4.606 may crash when using a small window
7.4.607 (after 7.4.598) compiler warnings for unused variables
7.4.608 (after 7.4.598) test_eval fails without the clipboard feature
7.4.609 the garbage collector can run out of stack space
7.4.610 some function headers may be missing from generated .pro files
7.4.611 (after 7.4.609) syntax error
7.4.612 test_eval fails on Mac
7.4.613 the NFA engine does not implement the 'redrawtime' time limit
7.4.614 there is no test for what patch 7.4.601 fixes
7.4.615 Vim hangs when freeing a lot of objects
7.4.616 cannot insert a tab in front of a block
7.4.617 wrong ":argdo" range does not cause an error
7.4.618 (after 7.4.609) luaV_setref() is missing a return statement
7.4.619 (after 7.4.618) luaV_setref() not returning the correct value
7.4.620 compiler warning for unitinialized variable
7.4.621 (after 7.4.619) returning 1 in the wrong function
7.4.622 compiler warning for unused argument
7.4.623 crash with pattern: \(\)\{80000}
7.4.624 may leak memory or crash when vim_realloc() returns NULL
7.4.625 possible NULL pointer dereference
7.4.626 MSVC with W4 gives useless warnings
7.4.627 the last screen cell is not updated
7.4.628 compiler warning for variable might be clobbered by longjmp
7.4.629 Coverity warning for Out-of-bounds read
7.4.630 redo is wrong for insert mode completion with autocommands
7.4.631 the default conceal character is a dash instead of a space
7.4.632 (after 7.4.592) breaks the netrw plugin
7.4.633 after 7.4.630 the problem persists
7.4.634 marks are not restored after redo + undo
7.4.635 fileformat set to "mac" if a file starts with a very long line
7.4.636 a search with end offset gets stuck at end of file
7.4.637 buffer number for autocommand is wrong
7.4.638 can't build with Lua 5.3 on Windows
7.4.639 combination of linebreak and conceal doesn't work well
7.4.640 after joining lines in Insert mode undo does not work properly
7.4.641 the tabline menu was using ":999tabnew" which is now invalid
7.4.642 when using "gf" escaped spaces are not handled
7.4.643 using the default file format for Mac files (Issue 77)
7.4.644 Stratus VOS doesn't have sync()
7.4.645 window count wrong when splitting window in BufAdd autocommand
7.4.646 ":bufdo" may start at a deleted buffer
7.4.647 files differ after running the tests on MS-Windows
7.4.648 (after 7.4.647) tests broken on MS-Windows
7.4.649 compiler complains about ignoring return value of fwrite()
7.4.650 configure check may fail because the dl library is not used
7.4.651 (after 7.4.582) can't match "%>80v" for multi-byte character
7.4.652 xxd lacks a few features
7.4.653 Insert mode completion may have CTRL-L work like CTRL-P
7.4.654 glob()/ globpath() cannot include links to non-existing files
7.4.655 text deleted by "dit" depends on indent of closing tag
7.4.656 (after 7.4.654) missing changes for glob() in one file
7.4.657 (after 7.4.656) compiler warnings for pointer mismatch
7.4.658 'formatexpr' is evaluated too often
7.4.659 when 'ruler' is set the preferred column is reset (Issue 339)
7.4.660 using freed memory if g:colors_name is changed
7.4.661 using "0 CTRL-D" in Insert mode may have CursorHoldI interfere
7.4.662 selecting text object can be wrong when 'M' is in the 'cpo'
7.4.663 when using netbeans a buffer is not found in another tab
7.4.664 effect of 'numberwidth' being set not immediately visible
7.4.665 'linebreak' does not work properly with multi-byte characters
7.4.666 there is a chance that Vim may lock up
7.4.667 'colorcolumn' isn't drawn in closed fold like 'cursorcolumn'
7.4.668 can't use a glob pattern as a regexp pattern
7.4.669 when netbeans is active the sign column always shows up
7.4.670 using 'cindent' for Javascript is less than perfect
7.4.671 (after 7.4.665) warning for shadowing a variable
7.4.672 shell command completion does not see local directories
7.4.673 first syntax entry gets wrong sequence number zero
7.4.674 (after 7.4.672) missing changes in one file
7.4.675 when FileReadPost moves cursor inside line it gets moved back
7.4.676 on Mac, configure can't handle non-default Python framework
7.4.677 (after 7.4.676) configure fails when using python-config-dir
7.4.678 when using --remote the directory may end up being wrong
7.4.679 color values greater than 255 cause problems on MS-Windows
7.4.680 CTRL-W in Insert mode does not work well for multi-byte chars
7.4.681 MS-Windows: with minimized Vim window height is incorrect
7.4.682 search and match highlighting replace cursorline highlighting
7.4.683 typo in the vimtutor command
7.4.684 using non-unique temp file names when running Vim in diff mode
7.4.685 with illegal utf-8 chars old regexp engine may crash
7.4.686 "zr" and "zm" do not take a count
7.4.687 there is no way to use a different Replace cursor in terminal
7.4.688 when "$" is in 'cpo' the popup menu isn't undrawn correctly
7.4.689 MS-Windows: problem with diff mode when 'autochdir' is set
7.4.690 memory access errors when changing indent in Ex mode
7.4.691 (after 7.4.689) can't build with MzScheme
7.4.692 defining SOLARIS for no good reason
7.4.693 session file is not correct when there are multiple tab pages
7.4.694 running tests changes the .viminfo file
7.4.695 out-of-bounds read, dectected by Coverity
7.4.696 not freeing memory when encountering an error
7.4.697 the filename used for ":profile" must be given literally
7.4.698 various problems with locked and fixed lists and dictionaries
7.4.699 E315 when trying to delete a fold
7.4.700 fold can't be opened after ":move"
7.4.701 compiler warning for using uninitialized variable
7.4.702 joining an empty list does uneccessary work
7.4.703 compiler warning for start_dir unused when building unittests
7.4.704 invalid memory access if char search matches an illegal byte
7.4.705 can't build with Ruby 2.2
7.4.706 drawing error when 'laststatus' zero and a cmdline window
7.4.707 undo files can have their executable bit set
7.4.708 gettext() is called too often
7.4.709 ":tabmove" does not work as documented
7.4.710 it is not possible to make spaces visibible in list mode
7.4.711 (after 7.4.710) missing change in one file
7.4.712 missing change in another file
7.4.713 wrong condition for #ifdef
7.4.714 illegal memory access when there are illegal bytes
7.4.715 invalid memory access when there are illegal bytes
7.4.716 ":substitute" flags are not always remembered
7.4.717 ":let list += list" can change a locked list
7.4.718 quickfix autocommands cannot get the current title value
7.4.719 overflow when adding MAXCOL to a pointer
7.4.720 can't build with Visual Studio 2015
7.4.721 empty lines do not have Visual highligthing if 'list' set
7.4.722 0x202f is not recognized as a non-breaking space character
7.4.723 for indenting, finding the C++ baseclass can be slow
7.4.724 vim icon does not show in Windows context menu (issue 249)
7.4.725 ":call setreg('"', [])" reports an internal error
7.4.726 (after 7.4.724) cannot build GvimExt
7.4.727 (after 7.4.724) cannot build GvimExt with MingW
7.4.728 can't build with some version of Visual Studio 2015
7.4.729 (after 7.4.721) occasional crash with 'list' set
7.4.730 when setting the crypt key text in swap file may be corrupted
7.4.731 the tab menu shows "Close tab" even when it doesn't work
7.4.732 the cursor line is not always updated for the "O" command
7.4.733 test_listchars breaks on MS-Windows
7.4.734 ml_get error when using "p" in Visual selection in last line
7.4.735 wrong argument for sizeof()
7.4.736 invalid memory access
7.4.737 on MS-Windows vimgrep over arglist doesn't work (Issue 361)
7.4.738 (after 7.4.732) can't compile without the syntax HL feature
7.4.739 in a string "\U" only takes 4 digits, should be eight
7.4.740 ":1quit" works like ":.quit"
7.4.741 when using += with ":set" a trailing comma is not recognized
7.4.742 no vertical split when loading buffer for a quickfix command
7.4.743 "p" in Visual mode causes an unexpected line split
7.4.744 no tests for Ruby and Perl
7.4.745 entries returned by getmatches() dont work with setmatches()
7.4.746 ":[count]tag" is not always working
7.4.747 ":cnext" may jump to wrong column when 'virtualedit' is "all"
7.4.748 (after 7.4.745) buffer overflow
7.4.749 (after 7.4.741) two consecutive commas are OK for some options
7.4.750 cannot build with clang 3.5 on Cygwin with perl enabled
7.4.751 it is not obvious how to enable the address sanitizer
7.4.752 Unicode 8.0 not supported
7.4.753 appending in Visual mode with 'linebreak' set is wrong
7.4.754 using CTRL-A in Visual mode does not work well
7.4.755 it is not easy to count the number of characters
7.4.756 can't use strawberry Perl 5.22 x64 on MS-Windows
7.4.757 cannot detect the background color of a terminal
7.4.758 'conceallevel' in command-line window hides first character
7.4.759 building with Lua 5.3 doesn't work, symbols have changed
7.4.760 spelling mistakes are not displayed after ":syn spell"
7.4.761 (after 7.4.757) incomplete request-background implementation
7.4.762 (after 7.4.757) comment for may_req_bg_color() is wrong
7.4.763 (after 7.4.759) building with Lua 5.1 doesn't work
7.4.764 (after 7.4.754) test_increment fails on MS-Windows
7.4.765 (after 7.4.754) CTRL-A/CTRL-X in Visual mode do not work well
7.4.766 (after 7.4.757) bg color check does not work on Tera Term
7.4.767 --remote-tab-silent can fail on MS-Windows
7.4.768 :diffoff only works properly once
yEd is a powerful desktop application that can be used to quickly
and effectively generate high-quality diagrams. Create diagrams
manually, or import your external data for analysis. Its automatic
layout algorithms arrange even large data sets with just the press
of a button.
Highlights from the release notes:
- Fix gedit --wait when listing multiple files
- Improve error reporting when failing to load private lib
- Performance improvements for groups of text insertions/deletions
- Do not merge xml translation in gschema files
- Rework some of the printing code
- Improved documentation
- Improved open document selector
- Start to rework the replace dialog
- Use the new color scheme chooser
- External tools plugin: fix document saving
- Various bug fixes
- Many new and updated translations
For full details see:
https://git.gnome.org/browse/gedit/tree/NEWS?id=3.16.2
prev version: emacs24-24.3.50.20140101nb10
current version: emacs25-25.0.50.2015041522
(upstream)
Upstream changes are too many to list here. Year and
3 month between them. But it includes (at least)
- the changes from emacs24 to emacs25
(This may require adding emacs25 on
EMACS_VERSIONS_ACCEPTED in some packages)
(pkgsrc)
- (Makefile.common) sequence now resembles (wip)/emacs-current/Makefile
- (Makefile)
Add missing send-pr.el setup (at /usr/share/gnats) in site-init.el
- (files/site-init.el)
Copied from editors/emacs24
- Drop patch-ae: "if [ $# == 0 ]; then" ( == -> =)
patch-configure.ac: ksh bad substitution problem
patch-src_image.c: Fix build with giflib 5.1.
- (options.mk)
* configuration now resembles (wip)/emacs-current/options.mk
* Add options xaw3d and xml (also in PKG_SUGGESTED_OPTIONS)
* Correction typo on CONFIGURE_ARGS on --without-imagemagic(k)
2015.04.14 - GNU nano 2.4.1 "Glitch Gremlin" is released. This release
includes several fixes for issues with the file browser
menu, linter and formatter functions, spell checker,
undo/redo with some specific marked-cutting situations,
and some small improvements to the color syntax
highlighting definitions. There are also various
documentation and code comment updates included, and
finally, fixes for compilation on non-GNU/Linux systems
and certain configure combinations. Toasters!
2015.03.22 - GNU nano 2.4.0 "lizf" is released. This is the first
stable release in many years, and brings together many
new features from the 2.3 series, including:
a fully functional undo system (now enabled by default),
vim-compatible file locking, linter support, formatter
support, syntax highlighting flexibility, and many fixes
for issues reported since 2.2. Many sincere thanks
to all of the bug reports, patches, well wishes and
contributions from everyone who has continued to
support us. Thank you for using nano!
2015.02.27 - GNU nano 2.3.99pre3 "Ashley" is released. This is likely
to be the last release before the next major (2.4.0)
release. Please test it out and send us any feedback
via the Savannah bug page for nano
(https://savannah.gnu.org/bugs/?group=nano). This
release includes fixes for rebinding toggles via
nanorc, several memory alignment fixes, and documentation
and build updates. As always thank you for using
nano - Share and Enjoy!
2015.02.06 - GNU nano 2.3.99pre2 "Snowblind" is released. This release
contains only fixes, including: a long-standing problem
with cutting in nano-tiny, several memory alignment
improvements, and issues with leftover file locks. Please
keep reporting bugs so we can get a happy and healthy
2.4.0 soon. Thanks for using nano!
2015.01.06 - GNU nano 2.3.99pre1 "Junior" is released. As the first
2.4 release candidate there will be fewer new features
but many bugfixes going forward. This release contains
new support for language reformatters like Go's gofmt
command which takes the place of the spelling checker.
Fixes in this release include many syntax highlighting
fixes and improvements, and documentation formatting updates.
As always please report bugs via the Savannah bug page for
nano (https://savannah.gnu.org/bugs/?group=nano), so we can
release a super awesome and bug-free 2.4.0 soon!
2014.07.17 - GNU nano 2.3.6 "Columbo" is released. This release
contains a fix for installing internationalization
files. Also included are scattered documentation
(in particular man page) fixes, and a few touch ups
to syntax highlighting definitions. Oh, just one
more thing, thanks for using nano!
2014.07.11 - GNU nano 2.3.5 "lucky day" is released. This release
contains many visible and under-the-hood fixes for
components such as file locking, more fixes to the
undo system, and you no longer have to explicitly ask
nano to have undo/redo support as it now defaults to
being enabled. Other notable fixes include a better
handling of --tempfile mode, and better handling of
command line arguments when also attempting to specify
+<line number>. As always, please file any bugs you
find at the Savannah page for nano, at
https://savannah.gnu.org/bugs/index.php?42639 and
thanks for using nano.
2014.06.02 - GNU nano 2.3.4 won't leave you high, won't leave you dry. This
release contains only a small number of fixes, but in
particular allows nano to compile on non-UTF8 curses
implementations (i.e. libncursesw). Other small fixes to
the undo implementation and the default syntax config are
also included. As always, Share and Enjoy!
2014.05.28 - GNU nano 2.3.3 is in its right place. This release contains
many many improvements to the core system, including
substantial improvements to the undo/redo code, UTF-8
handling, the configure script, and display of shortcuts
on very wide terminals, New features include the
ability to write to named pipes (--noread), as well as
linter support (see the nanorc man page for details). Also
included are much improved syntax highlighting code, and
configurations for JSON, texinfo, Go, and a default syntax
for catch all highlighting. Finally, nano now has the
ability to set the color of the title bar, status bar, and
shortcut keys (e.g. "^X") and their descriptions. Again
see the nanorc page for details. There's much more, too
much to include here, but please keep those reports and
general feedback coming! Thank you for helping us help
you help us all.
2013.03.22 - GNU nano 2.3.2 "Annoy your coworkers for fun and profit" is
released. This release introduces vim-style file locking
(though not backup/restore), useful when using nano
in a multi-editor environment. Feedback is welcome if
you run into any issues with this new code. Other new
features include additional support for word boundary
checking when cross compiling, fixes for trying to go to
an invalid line number, and the usual documentation
tweaks.
2011.05.10 - GNU nano 2.3.1 "I'm in space" is released. This
release includes some fixes for the new libmagic code, as
well as a fix for improper character counts when using
auto-indent. Also included are new syntax highlighting
definitions for RPM spec and lua files. Thanks for
using nano and keep circulating the tapes.
2011.02.26 - GNU nano 2.3.0 "Septic surprise" is released. This first
release in the 2.3 unstable series brings several new
features. First, libmagic support for syntax highlighting
has been added on top of the existing file extension
and header support already available. Secondly, cursor
position can be saved between editing sessions with
the -P or --poslog command-line flag, or via "set poslog"
in your .nanorc. Also included are some fixes for
compilation with g++, and better handling of issues
writing the backup file, which should reduce the need
for the 'set allow_insecure_backup" nanorc option.
Don't stop, get it get it, don't stop, get it get it.
Changelog:
----------------------------------------------------------------------
OmegaT 3.4 (2015-04-20)
----------------------------------------------------------------------
11 Enhancements
4 Bug fixes
3 Localisation updates
----------------------------------------------------------------------
3.4 vs 3.1.9 update 1
Implemented requests:
- Improve OmegaT look and feel
https://sourceforge.net/p/omegat/feature-requests/1082/
- Better statistics layout for l10n UI
https://sourceforge.net/p/omegat/feature-requests/820/
- Increase the size or better layout of the statistics window
https://sourceforge.net/p/omegat/feature-requests/820/
- Add Close button to Statistics window
https://sourceforge.net/p/omegat/feature-requests/859/
- Automatically detect input file encoding when possible
https://sourceforge.net/p/omegat/feature-requests/1075/
- Improve fuzzy match difference granularity in Chinese
https://sourceforge.net/p/omegat/feature-requests/1077/
Other changes:
- New XML Spreadsheet 2003 filter. This allows translating Excel document
exported in XML 2003 format. As the extension is .xml, other filters may
"steal" the file. In that case, they have to be disabled. The XML
Spreadhsheet 2003 filter limit itself to documents where the first tag
is "Workbook".
- In Options > File Filters, the filters used by the current project
are displayed in bold
- New "Trafficlight" theme in the Switch Colour Theme script
- Options > Tag Validation was renamed to Tag Processing. In that dialog,
there's now an option to decide whether protected text (from the XLIFF filter)
and custom tags should be counted in statistics. The option is on by default.
In previous versions, protected text was not counted in the statistics, so
the option has to be disabled to get the same value as before.
- The font selected in Options > Fonts can be applied now also to statistics
Bug fixes:
- Editor title overflows with long filename
https://sourceforge.net/p/omegat/bugs/739/
- Valid XML characters outside the BMP are stripped from input
https://sourceforge.net/p/omegat/bugs/740/
- Scripting window: now ScriptsDir is displayed like "foo\scripts" instead
of "foo\.\scripts"
- OmegaT does not look nice on Mac retina display
https://sourceforge.net/p/omegat/bugs/712/
Localisation updates:
- Dutch localisation updated to 3.4 (UI, documentation, scripts, readme)
- Italian localisation updated to 3.4 (UI, documentation, scripts)
- Japanese localisation updated to 3.4 (UI, readme)
----------------------------------------------------------------------
OmegaT 3.1.9 update 1 (2015-04-15)
----------------------------------------------------------------------
1 Enhancement
3 Bug fixes
0 Localisation update
----------------------------------------------------------------------
3.1.9 update 1 vs. 3.1.9
Implemented requests:
- Change auto-completion mode access keys
https://sourceforge.net/p/omegat/feature-requests/1073/
Bug fixes:
- The OK and Cancel buttons of Options > Editing Behaviour were not
displayed correctly
- Newly assigned scripts execute several times
https://sourceforge.net/p/omegat/bugs/737/
- The project-specific file filter configuration was deleted when
quitting OmegaT
----------------------------------------------------------------------
OmegaT 3.1.9 (2015-03-09)
----------------------------------------------------------------------
21 Enhancements
13 Bug fixes
6 Localisation updates
----------------------------------------------------------------------
3.1.9 vs. 3.1.8
Implemented requests:
- Machine translation with Yandex
https://sourceforge.net/p/omegat/feature-requests/790/
- Use selection for text Search from "Fuzzy Match" or "Glossary" panes
https://sourceforge.net/p/omegat/feature-requests/877/
- Allow to insert selection into translation from the Fuzzy Matches pane
https://sourceforge.net/p/omegat/feature-requests/1057/
- Warn user if the Enter key is hit while "Use TAB to Advance" is checked
https://sourceforge.net/p/omegat/feature-requests/1061/
- Support XLIFF equiv-text in tooltips, simplify tooltip prefs
https://sourceforge.net/p/omegat/feature-requests/1064/
- Show the number of non-unique segment instances in the segment markers
https://sourceforge.net/p/omegat/feature-requests/1068/
- Contextual menu to jump to another instance of non-unique segments
https://sourceforge.net/p/omegat/feature-requests/1067/
- Make it easy to "brand" OmegaT for custom deployments
https://sourceforge.net/p/omegat/feature-requests/1069/
- Make it easy to find specific files by name or path
https://sourceforge.net/p/omegat/feature-requests/1070/
- Improve resizing behavior of Project Files dialog
https://sourceforge.net/p/omegat/feature-requests/1071/
- Make segment numbers visible for all segments
https://sourceforge.net/p/omegat/feature-requests/1038/
Other enhancements:
- ILIAS Language File filter. Those files can have the .lang or
.lang.local extensions. As .lang files are also loaded by the Lang
Mozilla filter, it has to be unabled to load them with the ILIAS filter.
- Machine translation requests are now cached. That means that a
source segment already translated will not be requested again during
the same session (i.e., until OmegaT is closed).
- The initial location and the layout when resized of various dialogs
were improved. The OK button was set as the default button for all dialogs.
- The Custom Colours dialog was improved. It can be closed with Escape,
changes are remembered immediately and all colours can be reset at once.
There's also a new tab for colour selection.
- The Project Files dialog can be hidden on project load via hidden preference
(project_files_show_on_load)
- It is possible to define the text and background colour of modification
information and the active segment's source and target
- Dialogs are now centered against the main window instead of the screen
- The Visio filter was updated to remove unneeded tags in Visio 2010 documents
- For versions including Java, the JRE is now 1.8.0_31 instead of 1.7
- The appearance of the Project Files dialog has been improved on OS X.
The new styling has been applied to all platforms.
Bug fixes:
- There's now a 3-second retry when OmegaT attempts to rename files
- java.io.IOException: Error rename new file to glossary in team projects
https://sourceforge.net/p/omegat/bugs/695/
- In some specific cases, the content of Mozilla DTD files was not
loaded
- License information was missing from the lib folder of binary
distributions
- Wrong Swedish segmentation exception corrected
- Newline characters are lost in Japanese target documents
https://sourceforge.net/p/omegat/bugs/721/
- Filtering after a search with no live segments freezes OmegaT
https://sourceforge.net/p/omegat/bugs/692/
- Ellipses missing in several menu items
https://sourceforge.net/p/omegat/bugs/728/
- Both menu items for alternative translation are enabled
https://sourceforge.net/p/omegat/bugs/731/
- Incorrect handling of typographic apostrophe (U+2019)
https://sourceforge.net/p/omegat/bugs/598/
- The project-specific filter configuration was not saved when creating a
new project
- Mac OS X: A workaround was added for the full-screen window sizing
bug on OS X + Java 1.8. See https://bugs.openjdk.java.net/browse/JDK-8065739
for the bug description.
- The font set in Options > Font was only used after the change when
Apply this font to the Project Files dialog was used
Localisation updates:
- Belarusian localisation updated to 3.1.9 (UI, tutorial, scripts, readme)
- Basque localisation updated to 3.1.9 (UI, tutorial, scripts, readme)
- Dutch localisation updated to 3.1.9 (UI, documentation, scripts, readme)
- Italian localisation updated to 3.1.9 (UI, documentation, scripts, readme)
- Japanese localisation updated to 3.1.9 (UI, documentation, readme)
- Russian localisation updated to 3.1.9 (UI, tutorial, scripts, readme)
----------------------------------------------------------------------
OmegaT 3.1.8 (2014-12-04)
----------------------------------------------------------------------
6 Enhancements
10 Bug fixes
5 Localisation updates
----------------------------------------------------------------------
3.1.8 vs. 3.1.7
Implemented requests:
- Allow custom background/foreground colors for different elements in the editor
https://sourceforge.net/p/omegat/feature-requests/1035/
- Show dialog for unsupported SVN errors
https://sourceforge.net/p/omegat/feature-requests/1041/
- Allow configurable diff-style colours in fuzzy matching
https://sourceforge.net/p/omegat/feature-requests/900/
Other enhancements:
- It is now possible to customise colours used in the Fuzzy Matches pane
- All OmegaT windows (Search and Scripting windows) now use the OmegaT icon
instead of the standard Java ones
- Revised user manual
Bug fixes:
- Project specific segmentation rules cannot be disabled
https://sourceforge.net/p/omegat/bugs/694/
- Colours were not working in the Fuzzy Matches pane
- The text colour was not applied in the Editor
- If there was a double click in the search result entries pane in the
Search window before the first searching execution, the cursor (i.e.,
mouse pointer) changed to the Wait icon and could not be restored
- Strange glossary behavior - removing of newly added terms
https://sourceforge.net/p/omegat/bugs/696/
- OmegaT keeps temporary files project_save.tmx-based_on_revision_number.new
https://sourceforge.net/p/omegat/bugs/683/
- Git team project saving failure with 3.1.6
https://sourceforge.net/p/omegat/bugs/714/
- Fuzzy match segment not shown entirely when Ctrl+Arrow/Num is typed
https://sourceforge.net/p/omegat/bugs/720/
- PO comments also included as source text
https://sourceforge.net/p/omegat/bugs/705/
- In team projects, OmegaT was sometimes failing to rename files (perhaps
blocked by antivirus or cache software). There's now a 3-second retry.
Localisation updates:
- Dutch localisation updated to 3.1.7 (UI)
- Interlingua localisation updated to 3.1.7 (UI, documentation)
- Italian localisation updated to 3.1.7 (UI)
- Japanese localisation updated to 3.1.8 (UI, documentation)
- French localisation updated to 3.1.8 (UI, readme, documentation)
Upstream changes:
JOE 4.0
JOE now has pop-up shell windows with full terminal emulation and shell commands
that can control the editor. Hit F1 - F4 to bring up a shell window.
See Pop-up shell feature for a full description.
The status command (^K SPACE) can now be customized using the same syntax
as the status bar. Look for smsg and zmsg in joerc to see how to do this.
parserr (the error parser) will parse only the highlighted block if it's set. Before it always parsed the entire buffer.
Now there is a per-buffer concept of current directory. This was added to
make the pop-up shell windows work better, but it's useful in general.
At file prompts you can begin a new anchored path without having to delete
the old one. It means that ~jhallen/foo//etc/passwd is translated to /etc/passwd.
Prompt windows are now highighted to indicate which parts of the path are
being dropped. There is a syntax file for this: filename.jsf
The error parser now ignores ANSI sequences (some versions of grep
color their results, now JOE can still parse it).
Temporary messages are now dismissed by keyboard input only. Before, they
could also be dismissed by shell input.
Tags search now supports multiple matches. ^K ; can be configured to
either provide a menu of the matches or to cycle through them.
Tags search will now match on the member name part of member functions
('fred' will match 'myclass::fred').
Tags search will prepend the path to the tags file file name in the tags
file. This is important when JOE finds the tags file via the TAGS
environment variable.
Remove ` as quote character from incremental search.
Clean up documentation, convert much of it to Markdown.
JOE 3.8
Search JOE image for :include files referenced by the joerc file.
Include ftyperc file in the JOE image.
Change default indent from 2 to 4. Add quick menu to change to common
indent values: ^T = (1, 2, 4, or 8). Switch to + and - for definitively
setting or clearing options so that 0 and 1 can be use for quick select.
Added option to suppress DEADJOE file
Jump to matching delimiter (Ctrl-G) has been improved. It can now use the
syntax files to parse the document in order to identify strings and
comments which should be skipped during the matching delimiter search.
(patch by Charles Tabony).
When 'notite' mode is enabled, JOE now emits linefeeds to preserve the
screen contents in the terminal emulator's scrollback buffer. This can be
suppressed with a new flag: nolinefeeds.
JOE now starts up quiet (prints no extra messages when starting).
Messages are collected in a startup log (view with ESC x showlog).
There is a new flag 'noexmsg' which, when set, makes JOE quiet when it shuts
down (suppresses "File not changed so no update needed" message).
Use 80th column if terminal has xn capability (patch by pts and Egmont
Koblinger).
Support italic text (on some terminal emulators) with "\l" (patch by
Egmont Koblinger)
Support bracketed paste (patch by Egmont Koblinger)
Fix line number in syntax highlighter error output
Prevent infinite loops caused by buggy syntax definitions.
New and improved syntax definitions for:
Ant: contributed by Christian Nicolai
Batch files: contributed by John Jordan
C#: contributed by John Jordan
Debian apt sources.list: contributed by Christian Nicolai
Elixir: contributed by Andrew Lisin
Erlang: contributed by Christian Nicolai, Jonas Rosling, Andrew Lisin
git-commit messages: contributed by Christian Nicolai
Go: contributed by Matthias S. Benkmann
HAML: contributed by Christian Nicolai
INI: contributed by Christian Nicolai
iptables: contributed by Christian Nicolai
Javascript: contributed by Rebecca Turner, Christian Nicolai
json: contributed by Rebecca Turner
Markdown: contributed by Christian Nicolai, Jonas Rosling
Powershell: contributed by Oskar Liljeblad
Prolog: contributed by Christian Nicolai
Puppet: contributed by Christian Nicolai, Eric Eisenhart
Sieve: contributed by Christian Nicolai
YAML: contributed by Christian Nicolai
(from github.com/cmur2/joe-syntax)
Syntax definition fixes for: C, Python, Java, Lua, sh, Ruby, PHP, TeX,
CSS, and XML
Save/restore utf-8 and crlf modes when changing in/out of hex edit for
better display
Fix autocomplete for paths containing spaces
Accept mouse events beyond column 208 (patch by Egmont Kobligner)
Adjust guess_indent behavior based on user feedback
Fix infinite loop in search and replace
Add a new command 'timer' which executes a macro every n seconds. I use
this for periodically injecting a command into a shell window for
overnight testing of some device.
Convert double to long long (if we have it) when printing hexadecimal.
Fix bug where undo was acting strangly in shell windows.
Fix crash when hitting -----------.. wordwrap bug.
Check for math functions
Use joerc if fancyjoerc not there.
fix segfault from -orphan
fix window size detection bug: can't take out types.h
from tty.c
update status line immediately on resize.
va_copy fix.
don't smartbackspace when smartbacks is off.
This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major
Xfce releases since 4.6.2, our previous pkgsrc release. For more information
about the thousands of changes in each major release since then, please see:
Xfce 4.12 announcement:
http://www.xfce.org/about/news
Xfce 4.12 tour:
http://www.xfce.org/about/tour
Xfce 4.10 announcement:
http://www.xfce.org/about/news/?post=1335571200
Xfce 4.10 tour:
http://www.xfce.org/about/tour410
Xfce 4.8 announcement:
http://www.xfce.org/about/news/?post=1295136000
Xfce 4.8 tour:
http://www.xfce.org/about/tour48
The pkgsrc changes since then are:
New packages:
archivers/xfce4-thunar-archive
graphics/elementary-xfce-icon-theme
mail/xfce4-mailwatch-plugin
misc/xfce4-time-out-plugin
multimedia/xfce4-thunar-media-tags
sysutils/xfce4-mount-plugin
sysutils/xfce4-taskmanager
sysutils/xfce4-thunar-vcs
sysutils/xfce4-verve-plugin
x11/xfce4-garcon
x11/xfce4-notifyd
x11/xfce4-tumbler
x11/xfce4-whiskermenu-plugin
Renamed packages:
devel/xfconf to devel/xfce4-conf
x11/libxfce4menu to x11/libxfce4ui
x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter
Updated packages:
audio/xfce4-mixer
audio/xfce4-xmms-plugin
devel/xfce4-dev-tools
editors/xfce4-mousepad
graphics/ristretto
meta-pkgs/xfce4-extras
meta-pkgs/xfce4
misc/xfce4-weather-plugin
multimedia/xfce4-mpc-plugin
net/xfce4-wavelan-plugin
sysutils/xfce4-appfinder
sysutils/xfce4-battery-plugin
sysutils/xfce4-cpugraph-plugin
sysutils/xfce4-diskperf-plugin
sysutils/xfce4-fsguard-plugin
sysutils/xfce4-genmon-plugin
sysutils/xfce4-netload-plugin
sysutils/xfce4-quicklauncher-plugin
sysutils/xfce4-systemload-plugin
sysutils/xfce4-thunar
sysutils/xfce4-xarchiver
sysutils/xfce4-xkb-plugin
textproc/xfce4-dict-plugin
time/xfce4-datetime-plugin
time/xfce4-orage
time/xfce4-timer-plugin
wm/xfce4-wm-themes
wm/xfce4-wm
x11/libxfce4gui
x11/libxfce4util
x11/xfce4-clipman-plugin
x11/xfce4-desktop
x11/xfce4-exo
x11/xfce4-eyes-plugin
x11/xfce4-gtk2-engine
x11/xfce4-notes-plugin
x11/xfce4-panel
x11/xfce4-places-plugin
x11/xfce4-session
x11/xfce4-settings
x11/xfce4-terminal
Removed packages:
sysutils/xfce4-volman
x11/xfce4-utils
This is based on a huge amount of work by the NetBSDfr team and Youri Mouton,
who takes over as MAINTAINER, and has been tested by Youri on a large number
of platforms prior to commit. A massive thanks to them. Any issues with the
import are mine alone as the committer-by-proxy.
Sigil 0.8.6 2015.04.12
- Fix for crash during merging xhtml files.
- Changed fix for "Create TOC crash in Sigil 0.8.5" to reduce the degree
of disconnecting to prevent lost signals on html resources.
- Fix for missing audio and video mime types in OPFResource and
FolderKeeper.
- Attempt to prevent Tidy from simply deleting all mathml during cleaning.
* Changes in Emacs 24.5
** This is mainly a bug-fix release, but there are some other changes.
** The default value of `history-length' has increased to 100.
** The variable `redisplay-dont-pause' is obsolete.
* Changes in Specialized Modes and Packages in Emacs 24.5
** `call-process-shell-command' and `process-file-shell-command' no longer
take "&rest args".
** The option `browse-url-firefox-startup-arguments' no longer has an effect.
** ERC
*** New option `erc-rename-buffers'.
*** New faces `erc-my-nick-prefix-face' and `erc-nick-prefix-face'.
*** `erc-format-@nick' displays all user modes instead of only op and voice.
*** The display of irc commands in the current buffer has been disabled.
*** `erc-version' now follows the Emacs version.
** Obsolete packages
*** cc-compat.el
*** crisp.el (moved to elpa.gnu.org)
*** tpu-edt.el, ws-mode.el
These emulations of old editors are believed to be no longer relevant
- contact emacs-devel@gnu.org if you disagree.
*** vi.el, vip.el (try M-x viper instead)
Sigil 0.8.5 2015.03.29
- Fix text resource not alwalys saving to disk.
- Fix bug in missing CSS.
- Fix create html toc crash bug.
- Update some links in the help menu.
Reinstate: Add adwaita-icon-theme dependency. Fixes PR pkg/49494.
============
gedit 3.14.3
============
New Features and Fixes
======================
- Various bug fixes
New and updated translations
============================
- de (Benjamin Steinwender)
- is (Sveinn i Felli)
memory and CPU time for certain input. Provide a variable
(CLANG_NO_VALUE_PROPAGATION_PASS) for selectively disabling it in those
places known to trigger it.
fixes spurious SIGSEV breakage during build on (at least) netbsd-6
amd64. Do a little GENERATE_PLIST dance to accomodate for the dynamic
filename of the (separate) dump file.
Add a handy option for a debug build.
Install the "Installation" protocol of build parameters, it is helpful
for reporting issues upstream.
With only one day after the 0.8.3 release 0.8.4 is being released.
My deepest apologies because this means there is a bad bug. Admittedly
it will only impact a very small amount of users but it was big
enough to warrant a new release.
Unfortunately during refactoring of "remove all plugins" code the
actual remove code was moved to the wrong place. With 0.8.3 if you
say no it will still remove all plugins. This has been corrected
and is the only change in 0.8.4.
Sigil 0.8.3 2015.01.31
- 10.9.5 is now the minimum OS X version required. Only 10.10.1 has been tested.
- -DCODE_SIGN_ID=XYZ option has been added to auto sign the app bundle on OS X.
- Validation result plugins will auto close the Plugin Runner
Dialog since the dialog has no real info and openes the
validation pane with the results anyway.
- New Plugin Preferences Support added
- Plugins Manager will now remember last folder used
- Support for building both Linux .deb and .rpm packages
- Lots of Linux build support, compilation, installation, and
documentation improvements
- Qt 5.4 is now a minimum requirement.
- Build changes to support update to latest Qt 5.4.0 and to
use latest C++11 compiler
- Numerous bugs fixed or worked around including:
- Make Invocation of CSS W3C Online Validator more reliable
- Fix to make Preview Window update after BookView to prevent
memory corruption and crashes
- Workaround Qt bug (font cache assertion) when using
clearMemoryCaches() - see https://bugreports.qt.io/browse/QTBUG-43504
- Properly handle loadFinsihed Signal in BookViewPreview to
prevent clashes between BookView and Preview
- Fix for Sigil memory use after it was freed bug
- Workaround to the extent possible Qt bug with memory use after
free using QWebInspectors - see https://bugreports.qt.io/browse/QTBUG-43725
- Workaround to the extent possible Qt bug with memory use
after free when closing MainWindows - see https://bugreports.qt.io/browse/QTBUG-43692
- Bug fix to prevent crashes in KeyboardsShortcuts when accessing
Preferences with multiple MainWindows