SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for vte-lang-0.55.90-345.3.noarch.rpm :

* Fri Feb 08 2019 bjorn.lieAATTgmail.com- Update to version 0.55.90: + build: - Add -Wvla. - Use input file as parameter in box drawing script. + devanagari.txt: New test file. + parser: - charset: Mention some more charsets. - Document some known deviations from VT100. - Assert that the parser is not in an unknown state. - Code style fixes. - cat: Fix clang build error. + perf: Add files to EXTRA_DIST. + regex: Add vte_regex_substitute. + Replace Bugzilla by Gitlab URL in DOAP file. + spawn: Fix g_spawn deadlock in a multi-threaded program on linux. + vala: Fix build with vala 0.43+ git master due to empty struct definition. + vteunistr: Add method to concatenate two unistrs. + widget: - Handle spacing combining marks. - Don\'t show the cursor occasionally over the scrollback data. - Disconnect GtkSettings signals in destructor. - Fix mouse selection to skip trailing unused cells. - Strip off trailing unused cells in get_text(). - Fix URL recognition after dragging the scrollbar.- Drop vte-Fix-build-vala-043.patch: Fixed upstream.
* Sat Jan 05 2019 bjorn.lieAATTgmail.com- Update to version 0.55.0: + all: Fix implicit-fallthrough warnings + app: Add new terminal to main menu + build: Require C++17 + cell: Silence an incorrect warning + chunk: Remove erroneous std::move calls + conv: Fix crash after multiple encoding changes + emulation: - Treat rapid blink like blink - Make OSC replies with same terminator as request - Document two more DECSGR values - Document two DEC private ACS value - Make dispatch of SCORC symmetrical to SCOSC - Implement SCOSC/SCORC - Fix upper coordinate limit for legacy mouse events + hyperlink-demo.txt: Prefer ST to BEL + lib: - Fix clang build error - Make debug assertion conditional on VTE_DEBUG + mev: Add noreturn attribute + modes: Use parentheses in macro + parser: - glue: Use std::clamp - charset: Add a DEC private OCS - Complete SCI infrastructure - Define SGR enum from include files - Fix licence template sed job mistake - Add another sequence - Improve documentation of XTERM_CHECKSUM_MODE - Recognise new xterm sequence - Remove extraneous sequence - Fix incorrect sequence - cat: . Add linter for SGR sequences . Use the parser glue . Restructure options parsing . Code style fixes . Refactor and implement lint mode + regex: - Check whether PCRE2 was compiled with JIT support - Only silence warning on GCC - Silence compiler warning + ring: Fix thawing combining accents over a double-wide character + spawn: Add noreturn attribute + stream: test: Silence warning + tabstops: Cleanup includes + tests: Silence unused variable warning + utf8: - Make decoder conform to recommendation on replacement characters - Use a symbol for REJECT in the data table - Reformat data table + vte.sh: Revert to C0 controls in OSC sequences + widget: - Rewrite the tracking of selection endpoints - Convert vte::grid::span to end-exclusive - Always invalidate entire rows - Always draw entire rows - Simplify draw_rows() - Deprecate vte_terminal_get_text_include_trailing_spaces() - Disable \"bold is bright\" by default - Avoid unnecessary invalidations at hyperlinks - Clean up overly complex vte_cell_is_between() - Add missing exception specification + Updated translations.- Add vte-Fix-build-vala-043.patch: Fix build with new vala
* Tue Dec 11 2018 bjorn.lieAATTgmail.com- Update to version 0.54.3: + widget: - Disconnect GtkSettings signals in destructor. - Don\'t show the cursor occasionally over the scrollback data. - Fix URL recognition after dragging the scrollbar.- Drop patches fixed upstream: + vte-widget-Dont-show-cursor-occasionally.patch. + vte-widget-Fix-URL-recognition.patch.
* Fri Dec 07 2018 bjorn.lieAATTgmail.com- Add upstream bug fix patches: + vte-widget-Fix-URL-recognition.patch: widget: Fix URL recognition after dragging the scrollbar. + vte-widget-Dont-show-cursor-occasionally.patch: widget: Don\'t show the cursor occasionally over the scrollback data.
* Wed Oct 24 2018 bjorn.lieAATTgmail.com- Update to version 0.54.2: + ring: Fix thawing combining accents over a double-wide character. + emulation: - Implement SCOSC/SCORC. - Make dispatch of SCORC symmetrical to SCOSC. + modes: Use parentheses in macro. + widget: Add missing exception specification.
* Wed Sep 26 2018 bjorn.lieAATTgmail.com- Update to version 0.54.1: + conv: Fix crash after multiple encoding changes. + widget: Avoid unnecessary invalidations at hyperlinks. + parser: - Remove extraneous sequence. - Fix incorrect sequence. + vte.sh: Revert to C0 controls in OSC sequences. + utf8: - Make decoder conform to recommendation on replacement characters. - Use a symbol for REJECT in the data table. + utf8: Reformat data table + lib: Make debug assertion conditional on VTE_DEBUG. + emulation: Fix upper coordinate limit for legacy mouse events. + Updated translations.
* Fri Sep 07 2018 bjorn.lieAATTgmail.com- Update to version 0.54.0: + utf8: Don\'t swallow start bytes in the middle of a sequence. + widget: Avoid invalidation from unrealize. + emulation: - Fix off-by-one in TSR. - Be more strict in DECRQSS. + Updated translations.
* Tue Aug 28 2018 bjorn.lieAATTgmail.com- Update to version 0.53.92: + emulation: - Be more strict in DECRQSS - Clarify a comment - Add sequence and no-op handler for new xterm SGR functions - Add sequence and no-op handler for synchronous update + parser: Fix sort order + doap: Fix email address + widget: - Add nullable annotations - Always return non-null from vte_terminal_get_encoding - Always emit the child-exited signal.- Switch to gitlab in _service.
* Wed Jun 06 2018 bjorn.lieAATTgmail.com- Update to version 0.53.0: + all: - Fix spelling - Cleanup some cruft + app: Fix option output in help + build: - Update requirements - Update macros from autoconf-archive + cxx: - ring: Move to C++ - Move some headers to .hh + docs: Update list of ignored files + emulation: - Implement DECRQSS - Limit window title length - Implement OSC 5 - Implement SUB - Implement DECSR - Update DA1 response - Implement DECRQCRA - Fix DECSTBM parameters - Refactor tabstop handling - Implement the window title stack - Remove icon title support - Implement DECRQM - Use an enum for the XTERM_WM param values - Unify mode handling - Remove LNM mode support - Move sequence handler code directly into the handler - Port DECSTBM to new parameter glue - Port DL, IL to new parameter glue - Port HTS, TBC to new parameter glue - Port CBT, CHT to new parameter glue - Port REP to new parameter glue - Port ICH to new parameter glue - Port DCH, ECH to new parameter glue - Port CPL, CUU to new parameter glue - Port SD, SU to new parameter glue - Port CUB, CUF to new parameter glue - Port CNL, CUD to new parameter glue - Port VPA to new parameter glue - Port CHA, HPA, CUP to new parameter glue - Port XTERM_WM to new parameter glue - Port DECSCUSR to new parameter glue - Port DSR to new parameter glue + lib: - Add RefPtr type for holding a GObject - Store preedit string in a string - Store word char exceptions in a string - Filter out BS and DEL from paste - Use an enum for the SGR codes + parser: - Update copyright notice - glue: StringTokeniser must not be used with a temporary - Fix warning with GCC < 7 - Ignore -Wimplicit-fallthrough - Remove excessive clearing of sequence fields - Only clear the intermediates and params when necessary - No need to clear the charset - No need to clear for GRAPHIC sequence - No need to clear for IGNORE sequence - Increase maximum number of parameters - Clear only used parameters - Remove redundant assignment - Ignore sequence with too many parameters - Ignore sequence with too many parameters - test: Check parameter clearing - Annotate unlikely conditionals - Add more functions - Reject mixed-control OSC and DCS sequences - test: Use SequenceBuilder - test: Test DCS sequences without intermediates - Ignore overflowing OSC and DCS sequences - glue: Add wrapper class for struct vte_parser - Remove leftover from initial import - Distinguish between state changes and actions - Simplify parameter parsing - Record intermediates in order - Don\'t collect invalid characters in escape sequences - Fix typo - Ignore most C0 controls in OSC string - Speed up no-op strings - Ignore DEL in all states - Accept C0 ST to terminate OSC, DCS - Implement SCI parsing - glue: Add sequence builder - Implement DCS parsing - Remove leftovers from old parser - Implement OSC parsing - glue: Add some convenience function to collect parameters - Improve glue for subparameters - cat: Add benchmark mode - Improve test programme - Parse subparameters in CSI sequences - Use 0 as the default arg value - Fix charset detection - Define a type for CSI parameters - Don\'t clear state when executing a control character - Import new parser + Revert \"emulation: Implement DECRQCRA\" + ring: Proper boundary checking for hyperlink position - Replace some assertions with static_assert - Split cell and rowdata headers - Add some static assertions - Move some types to ring.cc - Silence -Wunsafe-loop-optimizations + vte.sh: Use C1 controls in OSC sequences + widget: - Remove GdkVisibilityState handling - Use RefPtr for the cursors - Remove extraneous refresh-window emissions - Deprecate vte_terminal_match_set_cursor_type - Remove faux bold support - Do not extend the background under faux bold characters- Update License tag following upstream changes.
* Mon May 21 2018 bjorn.lieAATTgmail.com- Update to version 0.52.2: + all: Fix spelling. + ring: Proper boundary checking for hyperlink position.
* Mon Apr 09 2018 bjorn.lieAATTgmail.com- Update to version 0.52.1: + lib: Filter out BS and DEL from paste. + widget: Remove GdkVisibilityState handling. + emulation: Add support for OSC 5;0 (bold color).
* Tue Mar 20 2018 dimstarAATTopensuse.org- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).
* Mon Mar 12 2018 dimstarAATTopensuse.org- Update to version 0.52.0: + build: Post release version bump
* Tue Mar 06 2018 dimstarAATTopensuse.org- Update to version 0.51.92: + app: Add option to disable bold. + app: Unset env var when not in test mode. + draw: Do not cache ligatured glyphs. + emulation: Implement DECRQCRA. + introspection: Fix annotation for vte_terminal_feed_child. + widget: - Cleanup integer vs. boolean around faux bold. - Do not scroll to the bottom on soft reset. - Fix bell timestamp update. - Fix disabling bold effect. - Fix the initial belief whether the mouse is over the widget. - Improve regex and hyperlink highlight tracking. - Initialize the last mouse coordinates to the padding. - Limit bell rate. - No longer generate bold color automatically. - Preserve the selection on reset. - Protect fudge_pango_colors() against all-inclusive PangoAttributes. - Unset hyperlink URI when moving the mouse to a non-hyperlink cell. - Update adjustment page size and increments asynchronously. - Update the last mouse coordinates on enter and leave events. + Updated translations.
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Tue Feb 06 2018 dimstarAATTopensuse.org- Update to version 0.51.90: + all: Rearrange VteCellAttr to store all colours together in one uint64_t. + app: Uppercase initial for menu entry. + emulation: Use deco colour also for default colour and fill attributes. + pty: spawn: Set PWD to the working directory to preserve symlinks. + ring: Store cell attributes together in an uint32_t. + widget: Add API to not clear the background. + widget: Allow regexes to match spaces. + widget: Fix mem leak in search_rows(). + widget: Fix scrollbar drawing not to be delayed. + widget: Respect \"bold color\" even when \"bold is bright\" is disabled. + widget: Return correct underline value in VteCharAttributes. + widget: Translate more pango attributes in the IM string.
* Tue Jan 09 2018 dimstarAATTopensuse.org- Update to version 0.51.3: + build: Fix distcheck. + doc: Fix vte_terminal_get_allow_bold\'s description. + emulation: Revise the extended color escape sequences. + widget,emulation: Add support for overline. + widget: - Add support for blinking text. - Fix display glitches around hidden underline. - Speed up the drawing of curly underline by caching its look.
* Sat Dec 16 2017 zaitorAATTopensuse.org- Update to version 0.51.2: + sgr-test.sh: New script for testing SGR escape sequences. + widget, emulation: - Add support for colored underlines. - Add support for double and curly underlines. + widget: - Add support for not automatically brightening bold colors. - Remove margin bell support- - Add support for increased line and character spacing. - Reset might need to start blinking the cursor. + interpret: - Add statistics output. - Fix for non-ASCII characters decoding. - Also print value arrays. + build: - Rename header file. - Manually generate the C source from the vala source. + interpret: Bring back the matcher test. + emulation: - Simplify sequence matching. - Simplify sequence handlers and parameter handling. + table: - Remove unnecessary null checks. - Move header to table.hh. + app: Fix a mem leak. + pty: Fix mem leak. + matcher: Fix memory leak.- Drop upstream fixed patches: + vte-fix-memory-leaks.patch. + vte-widget-reset-might-need-to-start-blinking-the-cursor.patch.
* Sat Dec 16 2017 dimstarAATTopensuse.org- Exclude doc/vttest
* while generating the git tarball: the vttest program is not being used and the version tracked in git contains a non-commercial clause.
* Sat Dec 09 2017 zaitorAATTopensuse.org- Add vte-fix-memory-leaks.patch: Fix memory leaks (bgo#790539).- Add vte-widget-reset-might-need-to-start-blinking-the-cursor.patch: widget: Reset might need to start blinking the cursor (bgo#790536).- Drop gnome-pty-helper Obsoletes: Not present in any currently supported opensuse release.- Modernize spec, run spec-cleaner, switch to to autosetup, make_build and make_install macros.- No longer export fPIE/pie SUID_CFLAGS/SUID_LDFLAGS, not needed anymore.
* Thu Nov 16 2017 dimstarAATTopensuse.org- Update to version 0.51.1: + App: - Add new test application. - Add opacity test mode. - Default to the right operator when showing a background image. - Try to make geometry work also for no-geometry-hints case. + Debug: - Fix printing the sequence string. - debug: Pass the known string length. + emulation: Add support for REP (repeat preceding graphic character). + table: Improve debug message. + vala: add metadata to make Terminal.spawn_async () appear in the VAPI. + widget: - Add API to set the operator used to draw the terminal background. - widget: Add accessor function to get scrollback lines number. - Add accessor functions for properties. - Deprecate geometry helpers. - Emit title-changed and uri-changed only if the value really changed. - Factor out underline and strikethrough position and thickness. - Fix a crash with hyperlinks if the mouse is over the padding. - Fix initial size in presence of non-default padding. - Queue a redraw if the background operator changes. - Rename char_width and char_height to cell_width and cell_height. - Show padding in size request debug output. - Show the mouse pointer when a popover is presented from outside VTE. + Updated documentations. + Updated translations.
* Wed Nov 01 2017 badshah400AATTopensuse.org- Update to version 0.50.2: + widget: - Show the mouse pointer when a popover is presented from outside VTE (bgo#789390). - Emit title-changed and uri-changed only if the value really changed (bgo#782863). + Updated translations.
* Tue Oct 03 2017 zaitorAATTopensuse.org- Update to version 0.50.1: + emulation: Add support for REP (repeat preceding graphic character). + widget: - Fix initial size in presence of non-default padding. - Fix a crash with hyperlinks if the mouse is over the padding.
* Mon Oct 02 2017 jengelhAATTinai.de- Update package summaries. Replace old RPM shell vars by new constructs. Avoid running fdupes across partition boundaries. Drop --with-pic which is useless for --disable-static builds.
* Mon Sep 11 2017 zaitorAATTopensuse.org- Update to version 0.50.0: + widget: Fix a crash with hyperlinks if the mouse hasn\'t entered the widget. + Updated translations.
* Tue Sep 05 2017 zaitorAATTopensuse.org- Update to version 0.49.92: + pty: - spawn: Always fill in the GError on failure. - Removed unused variable. + docs: Fix hyperlink signal name. + build: - vala: . Bump vapigen required version to 0.24. . Fix check for valac >= 0.31.1. + img.sh: Fix for newer ImageMagick. + docs: Remove an obsolete comment. + widget: - Fix allow-hyperlink\'s default. - Provide a way to copy the selection to clipboard as HTML. - Don\'t hide the mouse pointer when a popover is presented. - Use lighter dashed underline for hyperlinks. + Don\'t set variables to values that are never used. + emulation: Swallow iterm2 OSC 133. + Fix the generation of the signal marshallers. + Emit beep on the window instead of the display. + Updated translations.- Drop vte-fix-signal-marshallers-generation.patch: Fixed upstream.
* Thu Jul 20 2017 zaitorAATTopensuse.org- Add vte-fix-signal-marshallers-generation.patch: Fix build with new glib, patch from upstream git.
* Thu May 18 2017 zaitorAATTopensuse.org- Update to version 0.49.1: + emulation: - Character deletion switches to hard line ending. - Disregard bce only when autowrapping to the new line. + build: - Revert \"build: Fix building the vala test app with builddir != srcdir\". - Disable vala for distcheck. + vteapp: Remove an unused variable. + spawn: async: - Release reference to VteTerminal. - Check for nullptr before unreffing. + emulation: Swallow OSC 8. + widget: - Support italic in HTML copy-paste target. - Remove the VteIntCell and VteIntCellAttr unions. - Add more xkb layout switching codes to the list of modifiers. - Clean up the mouse pointer displaying logic. + Remove custom definition of howmany(). + ring: - Tiny code cleanup: maintain GString integrity. - Invert colors for the stream\'s cells if debugging the ring. + widget,emulation: Add support for OSC 8 hyperlinks (HTML-like anchors). + Updated translations.
* Wed May 10 2017 zaitorAATTopensuse.org- Update to version 0.48.3: + widget: Add more xkb layout switching codes to the list of modifiers. + pty: spawn: Always fill in the GError on failure. + build: - vala: Bump vapigen required version to 0.24. - vala: Fix check for valac >= 0.31.1. + emulation: Disregard bce only when autowrapping to the new line. + Updated translations.
* Sat Apr 15 2017 opensuse-packagingAATTopensuse.org- Update to version 0.48.2: + spawn: async: - Release reference to VteTerminal. - Check for nullptr before unreffing. + emulation: Swallow OSC 8.
* Wed Mar 22 2017 zaitorAATTopensuse.org- Update to version 0.48.1: + build: Revert \"build: Fix building the vala test app with builddir != srcdir\". + build: Disable vala for distcheck.- Drop vte-revert-29fb71d3.patch: Fixed upstream.
* Mon Mar 20 2017 dimstarAATTopensuse.org- Update to version 0.48.0: + stream: Use explicit_bzero() on encryption keys if available. + gir: Look in the right path for vtetypebuiltins.cc. + bindings/vala/Makefile.am: Fix vala vapi generation. + build: - Check for explicit_bzero(). - Fix compilation of unittests. - Make sure builddir comes before srcdir. - Don\'t dist generated sources. - Fix building the vala test app with builddir != srcdir. - Fix builddir != srcdir build of check programmes. - Silence a compiler warning. + Updated translations.- Add vte-revert-29fb71d3.patch (reverse applied): Fix building of VTE 0.48 (bgo#780162).
* Mon Feb 20 2017 zaitorAATTopensuse.org- Update to version 0.47.90: + app: - Add MULTILINE flag for regex. - Fix search button sensitivity. - Fix button icon name. + widget: Fix backward search. + build: - Require vala 0.24. - Add --with-gtk configure switch. - Fix option name. - Try to fix configure without vala installed. - Hint at --disable-{introspection,vala} on error. + debug: Fix a typo. + lib: - Add async spawning. - Check out params before setting them. - Ressurrect the reaper. - Deprecate vte_terminal_spawn_sync. + pty: - Do not pass G_SPAWN_CHILD_INHERITS_STDIN. - Fix some leaks. - spawn: . Work around g_spawn_async non-cancellability. . Remove some unused code. + emulation: - Try to work with newer gperf. - Reset should not switch encoding. + docs: boxes: Add some more tests. + bindings: Remove gir and vala bindings to their own directory. + m4: Update macros from upstream. + Update POTFILES.skip. + Updated translations.- Drop vte-emulation-Try-to-work-with-newer-gperf.patch: Fixed upstream.
* Mon Feb 20 2017 zaitorAATTopensuse.org- Add vte-emulation-Try-to-work-with-newer-gperf.patch: Use language=C++ in gperf (bgo#777904).
* Mon Nov 07 2016 dimstarAATTopensuse.org- Update to version 0.46.1: + app: Add MULTILINE flag for regex + app: Fix search button sensitivity + app: Fix button icon name + widget: Fix backward search + build: Require vala 0.24 + Updated translations.
* Mon Sep 19 2016 zaitorAATTopensuse.org- Update to version 0.46.0: + Updated translations.
* Mon Sep 12 2016 zaitorAATTopensuse.org- Update to version 0.45.92: + widget: - Fix refcount leak in child_watch_done. - Fix memory leak in _vte_file_stream_init(). - Fix OSC 112 (reset cursor color). + docs: - Fix minor typo. - Fix missing descriptions. + regex: - Always add MULTILINE flag when translating from GRegex. - Warn if MULTILINE flag it not used. + Updated translations.- Drop vte-widget_Fix_refcount_leak_in_child_watch_done.patch: Fixed upstream.- Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only.
* Tue Aug 23 2016 zaitorAATTopensuse.org- Add vte-widget_Fix_refcount_leak_in_child_watch_done.patch: Fix a memory leak, patch from upstream git (bgo#770036).
* Tue Aug 16 2016 zaitorAATTopensuse.org- Update to version 0.45.90: + widget: Fix a memory leak in set_colors + Add Language headers to po files + regex: Translate GRegex to PCRE2 + regex: Require PCRE2 + widget: gtk: Pass NULL for geometry widget + Updated translations.- Enable pkgconfig(libpcre2-8) BuildRequires: Upstream now require this dependency.- Add gperf BuildRequires: New dependency, that configure does not check for...- Drop vte-Validate-colour-and-fix-memleak.patch and vte-widget_get_preferred_height.patch: Fixed upstream.- Switch to sourceservice, following this, no longer use url for source, and add gnome-common BuildRequires and boostrap tarball.- Add gtk-doc BuildRequires and pass --enable-gtk-doc to configure, since we no longer use a upstream tarball we have to build the documentation ourselves.
* Sun Jul 31 2016 zaitorAATTopensuse.org- Add vte-Validate-colour-and-fix-memleak.patch: Validate colour values and fix a memory-leak (bgo#768994).
* Sat May 28 2016 zaitorAATTopensuse.org- Add vte-widget_get_preferred_height.patch: widget_get_preferred_height: use vertical padding, not horizontal. Corresponding patches in gnome-terminal. Patch from upstream git (bgo#760944).
* Tue May 24 2016 mgorseAATTsuse.com- Update to GNOME 3.20.2 Fate#318572
* Thu May 12 2016 zaitorAATTopensuse.org- Update to version 0.44.2: + emulation: - Swallow urxvt OSC 777. - Don\'t use smart tabs if the cells are already in use. - Fix Tab not to alter the background color. + terminal: - Fix search return value. - Fix ::get_text start column not to be negative. + test: Typo fix. + build: Fix the build when an older vte VAPI is present on the system.
* Fri Apr 15 2016 hpjAATTsuse.com- Update to GNOME 3.20 -- Fate#318572.
* Tue Apr 12 2016 dimstarAATTopensuse.org- Update to version 0.44.1: + widget: Properly remove the cursor from its old position (bgo#764299). + Updated translations.
* Tue Mar 22 2016 dimstarAATTopensuse.org- Update to version 0.44.0: + No changes, version bump only.
* Tue Mar 15 2016 dimstarAATTopensuse.org- Update to version 0.43.92: + Bugs fixed: bgo#756141, bgo#762963, bgo#763538.
* Tue Mar 01 2016 dimstarAATTopensuse.org- Update to version 0.43.91: + widget: Don\'t deselect when updating the clipboard (bgo#762446).
* Thu Feb 18 2016 zaitorAATTopensuse.org- Update to version 0.43.90: + docs: Fix the build. + regex: Disable PCRE2 for 0.44. + pty: - Set COLORTERM variable. - Comment cleanup. + vtegtk: use CSS name for widget style. + lib: - Add some missing includes. - Move all colour defines to the same place. - Remove private header. - Remove VteTerminalPrivate from public headers. - Build fix. - Remove unused prototypes. - Remove accidentally committed debug spew. + build: - Update C++ version check macros from autoconf archive. - print version of libpcre2-8 when not found. + widget: - Change function name. - Rename instance members. - Move some methods to VteTerminalPrivate. - Correct comment. - Fix check for changed screen in process_incoming. + a11y: Move code into the only caller. + app: Fix return value. + emulation: Track the cursor separately for the two screens.- Disable pkgconfig(libpcre2-8) BuildRequires: Upstream removed it again for this release, leaving it in place since it is said to be back next release round.
* Fri Feb 12 2016 fcrozatAATTsuse.com- Bump BuildRequires to gtk+ 3.16, which is required to build vte test application.
* Fri Feb 12 2016 dimstarAATTopensuse.org- Update to version 0.43.2: + emulation: Fix stupid typo.
* Fri Feb 12 2016 dimstarAATTopensuse.org- Upadte to version 0.43.1: + widget: - Add debug output when setting geometry hints. - Document how to scroll a VteTerminal (bgo#760718). - Don\'t make the VteTerminal app paintable. - Fix missing braces. - Fix crash when destroyed while waiting for clipboard text. + a11y: Use VteTerminal private data directly. + Bugs fixed: bgo#760635, bgo#734920, bgo#759346, bgo#759314, bgo#759196, bgo#759197, bgo#759054, bgo#726191, bgo#747046, bgo#741402, bgo#688456, bgo#695011, bgo#758501. + Updated translations.
* Fri Feb 12 2016 zaitorAATTopensuse.org- Update to version 0.43.0: + doc: Fix vte-regex\'s section. + widget: - Implement smooth scrolling. - Filter out most of the control characters when pasting. + vteapp: Fix option. + regex: - Fix crash on match_check. - Don\'t expose PCRE2 in the API. - Forbid \\C in regexes. - Fix row number in the new vte_terminal_event_
* methods. - Fix parameter name in documentation.- Add pkgconfig(libpcre2-8) BuildRequires: New optional dependency.
* Thu Feb 11 2016 zaitorAATTopensuse.org- Update to version 0.42.4: + emulation: Track the cursor separately for the two screens (bgo#761097).
* Fri Jan 29 2016 zaitorAATTopensuse.org- Update to version 0.42.3: + widget: - Fix missing braces. - Fix the adjustment\'s upper boundary. + app: Disable menubar accel.- Changes from version 0.42.2: + Updated translations.
* Wed Oct 14 2015 zaitorAATTopensuse.org- Update to version 0.42.1: + emulation: - Implement DECSET 1004. - Fix comment. + widget: - Fix regex matches not always being recognized. - Fix painting the preedit text near the right margin. + a11y: Emit missing space character insertion. + Updated translations.
* Tue Sep 22 2015 zaitorAATTopensuse.org- Update to version 0.42.0: + widget: Fix regex matches not always being recognized. + emulation: - Fix comment. - Implement DECSET 1004. + tests: mev: Add focus tracking mode. + Updated translations.
* Tue Aug 18 2015 zaitorAATTopensuse.org- Update to version 0.41.90: + build: - Fix make dist - Fix the required gnutls version - Add libc++ check to check-libstdc++.sh - Fix build when using C++11 mode - Add C++ infrastructure - Fix srcdir != builddir issue - m4: . Respect language . Fix m4 warning about missing AC_LANG_SOURCE . Update from upstream - Remove obsolete gtk check + ring: Make assertion more informative (bgo#753025). + widget: Ensure cursor is shown when blinking gets turned off + emulation: - Fix escape sequence of Ctrl+Backspace - Fix vertical positioning after resize in some rare cases + docs: - Fix typo in function name - Add missing symbols to sections.txt + Remove check for unused fwrite_unlocked function + stream: - Fix a crash on truncate followed by reset - Don\'t nest VteIv\'s definition + pty: - Reset SIGQUIT handler to its default - Remove PTY helper - More correct assertion + all: - Fix includes - Move to C++ - Reorganise source tree - Fix compilation with CC=g++ - Update version check to stable version + lib: - Make VteTerminalPrivate a C++ class - Move define to the few places where it is used - Move defines to vtedefines.hh - Add missing G_BEGIN/END_DECLS + emacs: Adjust settings for C++ mode too + git.mk: Update from upstream + Updated translations.- Add gcc-c++ BuildRequires following upstream port to gcc-c++- Drop gnome-pty-helper supackage and obsolete it and drop gnome-pty-helper Requires in the main package, following upstream changes.
* Tue May 12 2015 zaitorAATTopensuse.org- Update to version 0.40.2: + stream: Fix a crash on truncate followed by reset (bgo#748484). + pty: Reset SIGQUIT handler to its default (bgo#748520). + lib: Add missing G_BEGIN/END_DECLS.- Changes from version 0.40.1: + emulation: Fix vertical positioning after resize in some rare cases (bgo#747059). + pty: More correct assertion (bgo#746667).
* Tue Mar 24 2015 dimstarAATTopensuse.org- Update to version 0.40.0: + updated translations.
* Thu Mar 19 2015 dimstarAATTopensuse.org- Update to version 0.39.92: + Bugs fixed: bgo#372777, bgo#744837, bgo#745074, bgo#745131, bgo#745471, bgo#730632, bgo#730632. + Updated translations.
* Wed Feb 18 2015 dimstarAATTopensuse.org- Update to version 0.39.90: + Bugs fixed: bgo#166637, bgo#446533, bgo#664611, bgo#678042, bgo#704960, bgo#725909, bgo#725909, bgo#730632, bgo#738601, bgo#742320, bgo#742501, bgo#742606, bgo#743073, bgo#743231, bgo#743258.- Update BuildRequires to match current configure checks: + Removed gtk3-devel, ncurses-devel. + Add pkgconfig()-style: gio-2.0, gio-unix-2.0, glib-2.0, gnutls, gobject-2.0, gtk+-3.0, pango, zlib.
* Thu Dec 18 2014 zaitorAATTopensuse.org- Update to version 0.39.1: + ring: - Add _vte_ring_reset(). - Don\'t create streams for the alternate screen. + emulation: - Modify erase-in-line when cursor is beyond the last column. - Fix crash in restore-cursor without a preceding save-cursor. - Change soft reset not to switch back to normal screen. - Change window manipulation sequences only perform one action. + widget: - Do not leave behind a zombie child when closing a terminal. - Reap only when a child is present. + pty: Default to TERM=xterm-256color. + build: Drop unitables. + doc: Update iso2022.txt: keep only the supported ones and fix British. + stream: - Implement with one file descriptor. - Compress data with zlib. + Rebuild box_drawing.h if generator script changes. + Updated translations.
* Tue Dec 16 2014 zaitorAATTopensuse.org- Update to version 0.39.0: + emulation: - Save/restore alternate charset. - Drop support for default/UTF-8 character set escape sequences. - Drop ISO-2022 support. - Add support for C1 control codes. - Add support for DECSCUSR (set cursor style). + widget: - Fix installing the CJK ambiguous width property. - Draw attributes on box drawing characters. - Remove colon from word chars. - Add functions to get the version at runtime. - Fix advance_tail if tail is not in the stream. + build: Add a missing return value. + Updated translations.
* Tue Dec 16 2014 zaitorAATTopensuse.org- Update to version 0.38.3: + widget: - Fix installing the CJK ambiguous width property. - Do not leave behind a zombie child when closing a terminal. - Reap only when a child is present.
* Thu Nov 13 2014 zaitorAATTopensuse.org- Update to version 0.38.2: + widget: Check cursor\'s display before using it. + docs: Remove version markers.
* Mon Oct 13 2014 dimstarAATTopensuse.org- Update to version 0.38.1: + Prevent redefinition of VteCharAttributes as that breaks GCC 4.2. + Updated translations.
 
ICM