(I have added 'LICENSE= gnu-gpl-v2a' after that)
List of Changes:
-elscreen-1.4.5
+elscreen-1.4.6
+elscreen-color-theme-0.0.0.tar.gz
-elscreen-gf-1.5.2.tar.gz
+elscreen-gf-1.5.3.tar.gz
-elscreen-howm-0.1.0.tar.gz
+elscreen-howm-0.1.3.tar.gz
-elscreen-server-0.0.1.tar.gz
+elscreen-server-0.2.0.tar.gz
-elscreen-wl-0.7.0.tar.gz
+elscreen-wl-0.8.0.tar.gz
elscreen-1.4.6/ChangeLog
-------------------------
2007-12-30 Naoto Morishima <naoto@morishima.net>
ElScreen 1.4.6 released.
2007-12-29 Naoto Morishima <naoto@morishima.net>
* elscreen.el (elscreen-delete-frame-confs): Don't call
elscreen-notify-screen-modification which potentially causes an
error when frame has been created via make-frame-on-display.
2007-11-22 Naoto Morishima <naoto@morishima.net>
* elscreen.el (elscreen-display-tab): Change type from boolean to
choice of boolean and integer. t means display with automatic
width calculation, and integer means display with fixed width.
(elscreen-tab-width): Removed.
(elscreen-e21-tab-width,elscreen-xmas-tab-width): New functions.
(elscreen-e21-tab-update,elscreen-xmas-tab-update): Use them.
(elscreen-default-window-configuration): Set dedicated-p of
selected-window to nil instead of splitting it.
2007-11-21 Naoto Morishima <naoto@morishima.net>
* elscreen.el (elscreen-default-window-configuration): Split
window first to avoid error in case that the selected window is
dedicated.
(elscreen-copy-tree-1, elscreen-copy-tree): Split
elscreen-copy-tree to two functions, backported from trunk.
(elscreen-save-screen-excursion)
(elscreen-notify-screen-modification-suppress)
(elscreen-screen-modified-hook-setup)
(elscreen-get-alist-to-nickname): Eliminate old-style backquotes,
backported from trunk.
(elscreen-get-alist-to-nickname): Define as subst instead of
macro, backported from trunk.
(elscreen-get-screen-to-name-alist): Rewritten to improve
performance, backported from trunk.
(elscreen-kill-internal): Returns killed screen, backported from
trunk.
(elscreen-tab-display-kill-screen): Now it's used to set the
location of the icon to kill a screen. Possible values are:
'left, 'right and nil (to hide icons). Backported from trunk.
(elscreen-e21-tab-create-keymap): Take arguments forming a
sequence of KEY FUNCTION pairs, backported from trunk.
(elscreen-e21-tab-update): Follow above changes, and M-mouse-1 on
the icon [X] now calls elscreen-kill-screen-and-buffers.
Gaupol 0.19.1
=============
* Fix gettext initialization in aeidon package to not make global
changes (Olivier Aubert, Osmo Salomaa, Debian bug #639668)
* Fix speech recognition advance length handling so that subtitles
don't start too early
* Update Russian translation (Alexandre Prokoudine)
Support qemu 0.15, where the output of the "info block" monitor
command has backwards-incompatibly changed to no longer include a
"type" field.
New command line option "--memory-size".
=== 1.8.10 / 2011-08-25
RubyGems 1.8.10 contains a security fix that prevents malicious gems from
executing code when their specification is loaded. See
https://github.com/rubygems/rubygems/pull/165 for details.
* 5 bug fixes:
* RubyGems escapes strings in ruby-format specs using #dump instead of #to_s
and %q to prevent code injection. Issue #165 by Postmodern
* RubyGems attempt to activate the psych gem now to obtain bugfixes from
psych.
* Gem.dir has been restored to the front of Gem.path. Fixes remaining
problem with Issue #115
* Fixed Syck DefaultKey infecting ruby-format specifications.
* `gem uninstall a b` no longer stops if gem "a" is not installed.
PR#45315 by Bug Hunting.
Changes include:
- window content buffering upon resize, this actually improves
usability quite a bit. Thanks to Niki Yoshiuchi for the initial
patch
- multiplexing mode, press MOD+a and your keystrokes will be sent
to all non minimized windows. Could be handy if you have to do
something interactive simultaneously on multiple servers.
- a bug fix which should prevent leaking open file descriptors
Add a LICENSE definition to the package makefile.
- 1.21 released -
Disk images no longer contain holes, making them easier to use with
vnd(4). Partially based on patch from Vladimir Kirillov.
Increase the default disk size from 512M to 768M, as 512M is no longer
sufficient for amd64.
- 1.20 released -
Run df before and after the ATF tests so that disk usage data
can be gathered from the test logs.
Increase the default timeout for the ATF test from 1 hour to 2 hours
as the number of tests has now increased to a point where 1 hour is
not always enough even on a fast machine.
Increase the timeout for the set extraction phase from 1200 to 2400
seconds; the extra time is needed when installing a system built
without optimization.
- 1.19 released -
Rename the --qemu-args option to --vmm-args in preparation for adding
support for other virtual machine monitors in addition to qemu.
Fix typos found by Antti Kantee and Jean-Yves Migeon.
Deprecate the --qemu-args -no-kvm-irqchip workaround, as it doesn't
quite work.
Add support for MacOS X hosts, from Jeff Rizzo.
New command line option "--test-timeout".
Deal with yet another seemingly nondeterministic "Press enter to
continue" prompt.
The official list of changes is shown below. However, this release also
switches to use GNU Autoconf and Automake, yet this is not shown in the
list of changes. This fact obsoletes our previous local changes, although
new portability problems might arise.
CHANGES FROM 1.4 TO 1.5, 09 July 2011
* Support xterm mouse modes 1002 and 1003.
* Change from a per-session stack of buffers to one global stack. This renders
copy-buffer useless and makes buffer-limit now a server option.
* Fix most-recently-used choice by avoiding reset the activity timer for
unattached sessions every second.
* Add a -P option to new-window and split-window to print the new window or
pane index in target form (useful to pass it into other commands).
* Handle a # at the end of a replacement string (such as status-left)
correctly.
* Support for UTF-8 mouse input (\033[1005h) which was added in xterm 262.
If the new mouse-utf8 option is on, UTF-8 mouse input is enabled for all
UTF-8 terminals. The option defaults to on if LANG etc are set in the same
manner as the utf8 option.
* Support for HP-UX.
* Accept colours of the hex form #ffffff and translate to the nearest from the
xterm(1) 256-colour set.
* Clear the non-blocking IO flag (O_NONBLOCK) on the stdio file descriptors
before closing them (fixes things like "tmux ls && cat").
* Use TMPDIR if set.
* Fix next and previous session functions to actually work.
* Support -x and -y for new-session to specify the initial size of the window
if created detached with -d.
* Make bind-key accept characters with the top-bit-set and print them as octal.
* Set $TMUX without the session when background jobs are run.
* Simplify the way jobs work and drop the persist type, so all jobs are
fire-and-forget.
* Accept tcgetattr/tcsetattr(3) failure, fixes problems with fatal() if the
terminal disappears while locked.
* Add a -P option to detach to HUP the client's parent process (usually causing
it to exit as well).
* Support passing through escape sequences to the underlying terminal by using
DCS with a "tmux;" prefix.
* Prevent tiled producing a corrupt layout when only one column is needed.
* Give each pane created in a tmux server a unique id (starting from 0), put it
in the TMUX_PANE environment variable and accept it as a target.
* Allow a start and end line to be specified for capture-pane which may be
negative to capture part of the history.
* Add -a and -s options to lsp to list all panes in the server or session
respectively. Likewise add -s to lsw.
* Change -t on display-message to be target-pane for the #[A-Z] replacements
and add -c as target-client.
* The attach-session command now prefers the most recently used unattached
session.
* Add -s option to detach-client to detach all clients attached to a session.
* Add -t to list-clients.
* Change window with mouse wheel over status line if mouse-select-window is on.
* When mode-mouse is on, automatically enter copy mode when the mouse is
dragged or the mouse wheel is used. Also exit copy mode when the mouse wheel
is scrolled off the bottom.
* Provide #h character pair for short hostname (no domain).
* Don't use strnvis(3) for the title as it breaks UTF-8.
* Use the tsl and fsl terminfo(5) capabilities to update terminal title and
automatically fill them in on terminals with the XT capability (which means
their title setting is xterm-compatible).
* Add a new option, mouse-resize-pane. When on, panes may be resized by
dragging their borders.
* Fix crash by resetting last pane on {break,swap}-pane across windows.
* Add three new copy-mode commands - select-line, copy-line, copy-end-of-line.
* Support setting the xterm clipboard when copying from copy mode using the
xterm escape sequence for the purpose (if xterm is configured to allow it).
* Support xterm(1) cursor colour change sequences through terminfo(5) Cc
(set) and Cr (reset) extensions.
* Support DECSCUSR sequence to set the cursor style with two new terminfo(5)
extensions, Cs and Csr.
* Make the command-prompt custom prompts recognize the status-left option
character pairs.
* Add a respawn-pane command.
* Add a couple of extra xterm-style keys that gnome terminal provides.
* Allow the initial context on prompts to be set with the new -I option to
command-prompt. Include the current window and session name in the prompt
when renaming and add a new key binding ($) for rename session.
* Option bell-on-alert added to trigger the terminal bell when there is an
alert.
* Change the list-keys format so that it shows the keys using actual tmux
commands which should be able to be directly copied into the config file.
* Show full targets for lsp/lsw -a.
* Make confirm-before prompt customizable with -p option like command-prompt
and add the character pairs #W and #P to the default kill-{pane,window}
prompts.
* Avoid sending data to suspended/locked clients.
* Small memory leaks in error paths plugged.
* Vi mode improvements.
<stdlib.h>, remove local declarations of things that are declared
standard headers, and explicilty declare a function to return int.
Bump PKGREVISION to 1.
Both the old and new patch-aa do the same thing, despite looking
so different. The new one was produced by mkpatches.
== Version 2.0.5 - 2011-07-24
* Fix the case where $BROWSER is set and no *nix desktop was found
(copiousfreetime/launchy#33)
== Version 2.0.4 - 2011-07-23
* Fix windows 'start' commandline (copiousfreetime/launchy#5)
* Add capability to open local files with no file: scheme present
(copiousfreetime/launchy#29)
* Added 'rake how_to_contribute' task (copiousfreetime/launchy#30)
* Make better decisions on when to do shell escaping
(copiousfreetime/launchy#31)
* Switch to Addressable::URI so UTF-8 urls may be
parsed. (copiousfreetime/launchy#32)
== Version 2.0.3 - 2011-07-17
* Add in Deprecated API wrappers that warn the user
== Version 2.0.2 - 2011-07-17
* Typo fixes from @mtorrent
* Documentation updates explicitly stating the Public API
* Increase test coverage
== Version 2.0.1 - 2011-07-16
* Almost a complete rewrite
* JRuby Support
* Organization is such that it will be easier to add additional applications
* Windows behavior possibly fixed, again
== Version 1.0.0 - 2011-03-17
* Add JRuby support (Stephen Judkins)
* Remove unused Paths module
* Switch to using bones
* Switch to use minitest
* NOTE, this version was never released.
4.0.5 / 2011-08-09
==================
* Updated documentation to fix inaccuracies and unclear information.
* Improved rake tasks for gem development.
* Added say_ok, say_warning and say_error methods to print messages in green, yellow or red. (thanks to Simon Courtois)
* Fixed; Allow global options to be passed in any order, even mixed with command options. (thanks to Rich Grundy)
* Fixed; Global options can be passed before or after the command, they can even be mixed with command options. Closes#8. (thanks to Rich Grundy)
* Fixed; Platform test should now correctly identify JRuby. (thanks to Justin Lynn)
* Fixed; Add to_s to exceptions as option parser no longer does implicit conversion. (thanks to Justin Lynn)
0.3.4 July 4, 2011
- Change to Ruby License
- Add option 'term_adjust' to ignore terminal sequences in text
- Add :ljust => :auto to decide whether or not to automatically
left or right justify. When passing a hash parameter, the default
is :auto.
(speech recognition support not yet packaged -- needs
gst plugins vader + pocketsphinx; the latter depends on
cmusphinx)
Gaupol 0.19
===========
* Add speech recognition to allow generating subtitles from video
http://live.gnome.org/Gaupol/SpeechRecognition
* Fix installation of custom-framerates extension
* Add optional dependency on gst-python (this also implies a
dependency on one or more of gst-plugins-base, gst-plugins-good,
gst-plugins-ugly, gst-plugins-bad, gst-ffmpeg depending on what
video and audio formats are being used)
http://gstreamer.freedesktop.org/
* Add optional dependency on pocketsphinx
http://cmusphinx.sourceforge.net/
* Add gaupol-i18n mailing list for translators
* Update Spanish translation (Carlos Mella)
* Update Hungarian translation (Andrássy László)
2011-07-15 : zyGrib Version 5.0.2
Reading of grib files from the Norwegian Meteorological Institute,
available here: yr.no
Limitations:
displays weather data (wind, pressure, temperature, precipitation)
and waves but not other oceanographic data available in these files
(salinity, currents, etc.).
files curr4km-skagerak.grb et ggeo-Oslofjord00.grb do not contain
data viewable by zygrib.
Some minor bugs fixed (there is still much).
2011-07-14 : zyGrib Version 5.0.1
Translations updated: czech (Pavel Kalian), dutch (Reinout de Groen),
spanish (Luis Mederos) et frenglish (Jacques).
Bug fixed: data waves were forgotten when exporting a météotable in
spreadsheet format.
Bug fixed : update headers when meteotable list of data is changed
(had to close the meteotable).
Some minor bugs fixed (don't worry, much remains).
2011-06-29 : zyGrib Version 5.0
The Waves !!!
Changelog:
2011-07-16 Zachary Dovel <pizzach@gmail.com>
* Fixed warning coming from a tooltip window not being empting when adding
an hbox to it.
* Tweaks to the mutexes that were causing the program to freeze and
choppy query input.
* Switch gtk2 to gtk3.
Changelog:
2010-01-10: gWaei 3.0.0
New version of gwaei made to compile against gtk+-3.0 and match other Gnome 3
apps. Most of the code has been rewritten and the advantages won't all appear u
ntil futuer versions of the program.
-Spellcheck is now don't directly with enchant instead of relying on libsexy
-The backend is now separated into a libtool library for cleaner code.
-The dictionary folder is now in ~/.config/gwaei instead of ~/.waei.
-Manual installation of dictionaries is now easier and more straight forward.
-Translations are now handled by intltool instead of gettext
-Much of the code now uses GError for proper error handling and message passin
g
-The code now uses GRegex instead of the C regex library included with the OS,
making the program more cross platform friendly
2011/07/07
+ modify util.c to work better with old versions of ncurses:
+ suppress use of wchgat() before fix in 20060715 which is needed
for simple shadow manipulation used here in 2011/06/30 (report
by xDog Walker).
+ add a null-pointer check in dlg_print_scrolled()
+ fix a regression in dlg_getc() introduced by changes to intercept
F1 for help-popup (report by xDog Walker).
2011/06/30
+ correct license statement for prgbox.c (Debian #632198).
+ correct layout when "--colors" is used, by discounting characters in
the escape sequences from the column counts (report by xDog Walker).
+ modify dlg_checklist() so that only one item in the list can
initially be selected (report by xDog Walker).
+ add/use macro dlg_enter_buttoncode() to improve implementation of
"--nook" option (report by xDog Walker).
+ add option "--no-nl-expand" to suppress the conversion of "\n"
strings into newlines (request by xDog Walker).
+ modify LIB_CREATE symbol in makefile.in to include the library
dependencies such as ncurses. This is needed when dynamically
loading the library (report/analysis by xDog Walker).
+ modify dlg_exit_label() to suppress the Cancel button, for
consistency.
+ modify dlg_exit_label() to honor the --nook option, except when there
is no other button, e.g., the help-button.
+ modify dlg_exit_buttoncode() so that it returns the proper code for
help-button (report by xDog Walker).
+ correct loop limit when processing "--column-separator" (report by
xDog Walker).
+ modify handling of "--version" and "--help" to ensure that they are
processed, and exit before widgets. Separate "--print-version"
from "--version", allowing its output to be interspersed with
widget output (report by xDog Walker).
+ correct a few places where "--version" or "--help" options went
always to stdout rather than allowing redirection with the "--stderr"
option (report by xDog Walker).
+ improve repainting after erasing a widget and its shadow.
+ add "--hline" and "--hfile" options for compatibility with FreeBSD
dialog (request by Devin Teske).
+ add dialog version message when opening a trace file (request by
xDog Walker).
+ show filename of rc-file in traces.
+ add piped-in data for gauge widget to traces.
+ add entrypoints to gauge widget, for allocating, updating and freeing
the widget (adapted from patch by Stephen Hurd).
+ fix a reference to freed memory in the gauge widget.
+ fix --no-mouse option by actually closing the mouse (report by
xDog Walker).
+ add sk.po from
http://translationproject.org/latest/dialog/
+ limit Solaris xpg4 portability fix for redefinition of ERR to cover
the specific value found in <sys/regset.h>, in case an application
includes dialog.h after curses.h (FreeBSD #156601, report by Jaakko
Heinonen, Stephen Hurd).
+ updated configure macros:
+ CF_CURSES_CPPFLAGS,
+ CF_CURSES_LIBS, make checks for special libraries on hpux10 and
sunos4 optional
+ CF_CURSES_FUNCS, workaround for bug in gcc 4.2.1 (FreeBSD 8.1)
which caused part of test program to be omitted, i.e., when it saw
two return-statements in a row it omitted the _first_ one. Also
add expression to pointer check to help FreeBSD's linker decide it
should be validated. Just an assignment was not enough. Also, add
check for unctrl.h
+ CF_CURSES_HEADER, change order for curses.h / ncurses.h pairs to
put ncurses.h first, which will tend to provide the same #define's
as in CF_NCURSES_HEADER (report by Dennis Preiser).
+ CF_CURSES_TERM_H, modify to avoid spurious check for
<curses.hterm.h> if there is no ncurses version. Look for
ncurses's term.h anyway, to work around breakage by packagers who
separate ncurses' header files.
+ CF_DISABLE_RPATH_HACK, fix garbled message
+ CF_LD_RPATH_OPT, add mirbsd
+ CF_MAKEFLAGS, filter out GNU make's entering/leaving messages.
This only appeared when using the macro in a dpkg script, though it
should have in other cases.
+ CF_RPATH_HACK, add a check for libraries not found, e.g., from
suppressed functionality of gcc in linking from /usr/local/lib, and
add a -L option to help work around this.
+ CF_XOPEN_SOURCE, workaround for cygwin to get ncurses' configure
script to define _XOPEN_SOURCE_EXTENDED (cygwin's features.h
doesn't do anything, so it needs a crutch).
+ updated config.guess, config.sub