libxkbcommon 0.8.0 - 2017-12-15
==================
- Added xkb_keysym_to_{upper,lower} to perform case-conversion directly on
keysyms. This is useful in some odd cases, but working with the Unicode
representations should be preferred when possible.
- Added Unicode conversion rules for the signifblank and permille keysyms.
- Fixed a bug in the parsing of XKB key type definitions where the number
of levels were determined by the number of level *names*. Keymaps which
omit level names were hence miscompiled.
This regressed in version 0.4.3. Keymaps from xkeyboard-config were not
affected since they don't omit level names.
- New API:
xkb_keysym_to_upper()
xkb_keysym_to_lower()
News in 3.24.6
--------------
* New syntax highlighting definition file for: logcat.
* Improvements to the syntax highlighting of: Python and reStructuredText.
* Improvements to the Visual Studio builds.
* Translation updates.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
This reduces the number of pkglint errors for this package, since all
remaining patches are properly commented now.
No functional change, except for a smaller binary package.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
Yet another collection of fixes from master. There will likely be at
least one more 1.19.x release in 2018 as there are still a number of
unreviewed patches pending. Until then, happy new year.
prototypes. Since NetBSD headers have moved to #including what they
reference, <string.h> is everywhere, which turns the externs from
annoying into harmful.
Changes noted in doc/en/RelaseNote:
ver 3.8.4
* Support DECSLPP, DECSCPP, DECBBSM, DECRQTSR, DECCTR, DECRQPSR, DECSNLS, DECSTGLT, DECRSPS,
DECSR, CSI 7 t, CSI 9;1 t, CSI ? Pm s, CSI ? Pm r, CSI 34 [hl], CSI 53 m and CSI 55 m.
* Support DECSASD, DECSSDT unless vertical mode is enabled.
* Support 90-degree rotation of alphabet glyphs in vertical mode (cjk alone) on framebuffer,
wayland and android if freetype is enabled.
* Support sticky shift key of skk im module, and change the format of skk option from
"skk:[dictionary]" to "skk:dict=[dictionary],sskey=[sticky shift key]".
* Add "use_vertical_cursor" and "click_interval" to OSC 5379, 5380 and 5381.
* Add "ot_features" and "ot_script" to OSC 5380 and 5381.
* Add "Features" and "Script" buttons to "Encoding" tab of mlconfig.
* Add "Underline pos (pixels)" and "Baseline pos (pixel)" to "Font" tab of mlconfig.
* Add "Double click interval (msec)", "Send keys to all windows" and
"Trim trailing CR/LF in pasting" to "Others" tab of mlconfig.
* Add doc/en/ControlSequences which lists escape/control sequences which mlterm supports.
* Change the default value of "use_vertical_cursor" option from false to true.
* Drop "CSI ? 9500 [hl]".
* Improve processing sixel graphics on pseudo color framebuffer.
* Merge patches:
https://sf.net/p/mlterm/patches/_discuss/thread/f5dc445d/0fc3/attachment/fix_spelling.diff
* Bug fixes:
Fix impossibility of keyborad and pointer input after switching virtual consoles on wayland.
Fix unexpectedly having privilege in opening a shell on startup of mlterm built with brlapi.
Fix Pl, Pc and Pp of XCPR and CPR.
Fix corruption of TBC (CSI g), CTC (CSI W) and DECATC(CSI ,}).
note: script detailed in `man revbump` insisted on bumping pkgrevision of
print/poppler, it's probably wrong, but not committing this change is wronger.
util-linux v2.31:
blkid: improve man page wording
blkid: more info about ambivalent results to the man page
blkid: cleanup man page info about lsblk
pkgsrc:
unified libuuid, libblkid, and mcookie
libuuid: also installs uuidgen
Alan Coopersmith (4):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Use strdup() instead of malloc(strlen())+strcpy()
Fix some clang integer sign/size mismatch warnings
Emil Velikov (1):
autogen.sh: use quoted string variables
Matthieu Herrb (1):
libXcursor 1.1.15
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Tobias Stoeckmann (1):
Fix heap overflows when parsing malicious files. (CVE-2017-16612)
shubham shrivastav (1):
Insufficient memory for terminating null of string in _XcursorThemeInherits
3.22.2 (stable):
Gtk:
* Editable, RecentChooser, Scale: Fix memory leaks.
(Kjell Ahlstedt) Bug #783360
* PrintJob: Fix a call to Glib::throw_exception().
(Kjell Ahlstedt)
Documentation:
* Gdk::RGBA: Update ctor(ustring) docs from GTK+
(Daniel Boles) Bug #784483
3.22.1 (stable):
Unusually for a stable micro release, this release has some deprecations
compared to 3.22.0, to match similar deprecations in GTK+ 3.22.x.
Gtk:
* Container: Deprecate the child property.
The underlying C property was deprecated in GTK+ 3.22.2.
(Kjell Ahlstedt) Bug #773642.
* FileChooserDialog: Deprecate the constructors that take a backend
parameter.
(Kjell Ahlstedt)
* Menu: Deprecate popup().
The underlying C functions were deprecated in GTK+ 3.22.2.
(Kjell Ahlstedt) Bug #773642
* Widget:
- Deprecate is_composited() and signal_composited_changed().
The underlying C functions were deprecated in GTK+ 3.22.3.
- Deprecate drag_dest_set_proxy().
The underlying C functions was deprecated in GTK+ 3.22.3.
(Kjell Ahlstedt) Bug #773642.
* Window: Deprecate set_wmclass().
The underlying C functions was deprecated in GTK+ 3.22.2.
(Kjell Ahlstedt) Bug #773642.
Gdk:
* Screen: Deprecate get_number(), get_width(), get_height(), get_width_mm(),
get_height_mm(), make_display_name(), get_n_monitors(), get_primary_monitor(),
get_monitor_geometry(), get_monitor_workarea(), get_monitor_at_point(),
get_monitor_at_window(), get_monitor_width_mm(), get_monitor_height_mm(),
get_monitor_plug_name(), get_monitor_scale_factor(), get_active_window().
The underlying C functions were deprecated in GTK+ 3.22.2.
(Kjell Ahlstedt) Bug #773642
* Visual: Deprecate get_system(), get_best(), get_best_depth(), get_best_type().
The underlying C functions were deprecated in GTK+ 3.22.3.
(Kjell Ahlstedt) Bug #773642
* Window:
- Deprecate process[_all]_updates().
The underlying C functions were deprecated in GTK+ 3.22.7.
- Deprecate set_background(), get_background_pattern(), set_debug_updates().
The underlying C functions were deprecated in GTK+ 3.22.2.
(Kjell Ahlstedt)
Documentation:
* Box: Correct the constructor documentation.
(Daniel Boles)
* CellLayout: Improve docs of get_first_cell() funcs
(Daniel Boles)
* Frame: Fix the documentation of set_label_align().
(Daniel Boles) Bug #774249
* Label: Improve h/valign constructor documentation and
the improve the parameter names.
(Daniel Boles) Bug #774652
* TreeModel: Improve docs of foreach*() functions
(Daniel Boles)
* Minor cleanup of examples and demos.
(Daniel Boles)
* demo: Don't call Notebook::remove_page() with invalid index.
(Daniel Boles)
Build:
* Update the Visual Studio builds.
(Chun-wei Fan)
* GtkMainConnectionNode: Remove unused method.
(Kjell Ahlstedt)
News in 3.24.5
--------------
* Bug fix in gtk_source_view_indent_lines().
* Improvements to the Visual Studio builds.
* Improvements to the syntax highlighting of: Vala.
* Translation updates.
News in 3.24.4
--------------
* Fix bug when GtkSourceView:indent-width and :tab-width are equal.
* New syntax highlighting definition files for: Swift, Maxima and Kotlin.
* Improvements to the syntax highlighting of: CSS.
* Various other small improvements.
* Translation updates.
Upstream changes (from NEWS):
== Ruby-GNOME2 3.2.1: 2017-11-19
This is a memory related bug fix release.
=== Changes
==== Ruby/GLib2
* Improvements
* (({GLib::Bytes#initialize})): Stopped to copy data for frozen
(({String})).
==== Ruby/GObjectIntrospection
* Fixes
* Fixed memory leaks for output parameters.
[GitHub#1113][Reported by Will Bryant]
==== Ruby/GIO2
* Improvements
* (({Gio::InputStream#read_all})): Made workable.
[GitHub#1110][Reported by Paul van Tilburg]
* (({Gio::InputStream#read})): If the given size is (({nil})),
read until EOF or error. It's compatible with Ruby's IO objects.
==== Ruby/GTK3
* Improvements
* Marked top-level windows automatically.
[GitHub#1103][Reported by cedlemo]
=== Thanks
* Paul van Tilburg
* cedlemo
* Will Bryant
This should be the last part of the renaming operation for print/cups to
print/cups-base.
Rationale: packages depending on CUPS but not relying on a functional
printing setup only need to depend on print/cups-base (equivalent to the
former print/cups). The new print/cups now depends on print/cups-base
and on print/cups-filters, thus directly providing a functional printing
setup. This bump reflects this change of dependency.
As discussed on tech-pkg@
This is with the notable exception of meta-pkgs/desktop-gnome, which I
believe implies a fully functional cups.
This is still missing revision bumps - I'll be right there (first time I
am doing this on so many packages at a time).
As discussed on tech-pkg@