Changes noted in doc/en/ReleaseNote:
ver 3.7.1
* Add "vt_color_mode" to OSC 5380 and 5381.
* Support SKK (--im skk) as an input method plugin.
* Support input method plugins (canna, wnn and skk) on MacOSX/Cocoa.
* Show the number of each conversion candidate on an input method window of wnn.
* Bug fixes:
Fix compiling error of registobmp. (Enbugged at 3.7.0) (Thanks to Amadeusz)
Fix https://sourceforge.net/p/mlterm/mailman/message/34992704/
Fix https://github.com/saitoha/homebrew-sixel/pull/2 (Thanks to @kefir_)
Fix a bug which dropped almost all glyph complementary fonts.
Changes from 3.7.6 to 3.7.7
Released August 9, 2015
Bugs fixed:
Improved earth satellite range rate
Fixed some typos in help file
Updated magnetic declination model for 2015-2020
Update Makefile for OS X.10 Yosemite to look for X11 in /opt/X11
Magnetic declination tooltip was reversed
Update Minor Planet Center donwloading script, mpcorb2edb.pl
INDI was not sending all Switches as required by specification.
Change astorb2edbl.pl to use curl and try both with and without EPSV.
New features:
Include new simpleINDI demo program.
Add support for UCAC4
Changes from 3.7.5 to 3.7.6
Released January 20, 2013
New features:
Show transit azimuth
Plots now show coordinates under cursor.
Improved Earth night lights file, nearth.gif.
Update Jupiter Great Red Spot default longitude.
Show satellite element age in Index.
Add Curiosity landing coordinates to mars_db
Separate Sky View horizon clipping option
SOHO is back
New daytime earth image with improved geography shading
SkyView -> Favorites offers same controls as map right-click
Telescope GoTo honors horizon map
Bugs fixed:
Improve Earth sunline in cyl graphic projection near equinox.
Improve error handling downloading asteroid data.
Improve accuracy of Earth satellite transits.
Significantly improve speed of Earth satellite rise and set predictions.
Significantly improve accuracy of Earth satellite transit predictions.
Eliminate Earth satellite Objects table values flashing.
Improve accuracy of Earth satellite ground footprint.
Saving Favorites after downloading new elements now saves new values.
Improved earth satellite height and solver stability.
Improve INDI menu interactions for type ISwitchVectorProperty
Sky view horizon clipping incorrectly in rare cases.
Better isolation of applicable Sky View options in individual planet rendering.
In Moon view: subearth, subsolar and anti-subsolar options moved from Grid to {Pen}Umbra.
Show sun in moonview during solar eclipse
Better handling of proxies and large files in web downloads
Favorites menu updates when db that is also a favorite changes.
Fixed crash if Earth view showing Favorite that is updated from file or download
Pyperclip is a cross-platform Python module for copy and paste clipboard
functions.
This program detects underlaying OS and installed software:
- gtk,
- PyQt4,
- xclip,
- xsel,
- klipper (&qdbus).
It works with Python 2 and 3.
MASTER_SITES= ${MASTER_SITE_GITHUB:=DaveDavenport/${PKGBASE}/releases/download/${PKGVERSION_NOREV}/}
is equivalent to:
MASTER_SITES= ${MASTER_SITE_GITHUB:=DaveDavenport/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Thanks <leot> for pointing it out.
No functional change in the package.
A popup window switcher roughly based on superswitcher. This version started
off as a clone of simpleswitcher, the version from Sean Pringle. All credit for
this great tool should go to him. Rofi developed extra features, like a
run-dialog, ssh-launcher and can act as a drop-in dmenu replacement, making it
a very versatile tool.
Using Rofi is a lot like dmenu, but extended for an improved work flow.
Originally packaged in pkgsrc-wip by myself.
Upstream changes:
* Remove DPMS support in favor of a wrapper script and xset(1).
* Indicate that the --inactivity-timeout option takes an argument. (Thanks
Kenneth Lyons)
* fix pam_securetty: set PAM_TTY to getenv("DISPLAY")
* Eat XKB_KEY_Delete and XKB_KEY_KP_Delete (Thanks bebehei)
* Show unlock indicator if password was entered during PAM verification
* Allow CTRL+J as enter and CTRL+H as backspace (Thanks Karl Tarbe)
* Flush xcb connection after opening fullscreen window (Thanks martin)
* Add support for `xss-lock --transfer-sleep-lock'
Patch #325 - 2016/06/05
improve manual page discussion of function keys (discussion with Ross Combs).
further improve fix for Debian #545220 in patch #248, to avoid conflict with combining characters (Debian #738794).
improve -hold option to avoid 100% CPU usage with NetBSD after closing the shell, which makes subsequent checks for X input events fail (prompted by patch by Pierre Pronchery).
review #ifdef statements, listed those which do not have a configure option in xtermcfg.hin.
fixed one case where the menu sensistivity for Print-All Immediately and Print-All on Error was not properly ifdef'd.
modify terminfo entries for 16-, 88- and 256-color to reset palette with rs1 capability.
accept legacy value of -kt as synonym for the oldXtermFKeys resource, and extend the full-reset logic to use the keyboard type set via -kt.
modify ioctl calls for I_PUSH to first check if the module has been added, using I_FIND. This is needed for newer Solaris libraries with c11 support (adapted from patch by Alan Coopersmith).
add check in getXtermCombining to ensure that combining characters were allocated (report by Tor Andersson).
add configure option --without-xinerama to allow suppressing the extension (Gentoo #580936).
update keysym2ucs.c based on Unicode 9.0
fixed most cppcheck --enable=all warnings, including for style (prompted by report by David Binderman). There was one bug-fix:
RGB least-squares computation in allocateClosestRGB used only one ordinate
add cppcheck to lint-like programs in configure script and makefile.
updates for SIXEL and ReGIS (Ross Combs):
Fixes some const correctness issues and points out an array lifetime issue
Sixel drawing should still happen after an error if some commands have been processed
Tiny steps toward reporting ReGIS input
i3lock improves slock by making it fork() and therefore combinable with
commands to suspend your computer. Additionally, instead of turning off
your screen via DPMS and/or displaying a black screen, i3lock displays
a white screen so you can see if your computer failed to resume from
suspend or if your screen is just locked. Also, when entering a wrong
password, i3lock does not call XBell(). This is important because
i3lock/slock think you've entered a password when resuming from suspend,
at least sometimes.
Originally packaged in pkgsrc-wip by:
- myself,
- Mateusz Poszwa,
- Niclas Rosenvik,
- Pierre Allegraud.
Dunst is a lightweight replacement for the notification-daemons
provided by most desktop environments. It's very customizable,
doesn't depend on any toolkits and therefore fits in those window
manager centric setups we all love to customize to perfection.
Dunst is a part of the j4tools tools set.
Originally packages in pkgsrc-wip by Mateusz Poszwa.