Commit graph

166439 commits

Author SHA1 Message Date
he
c52980bb3a Update parrot from version 2.10.1 to 2.11.0.
Pkgsrc changes:
 o Adapt PLIST to changes in the set of installed files
 o Adjust one patch to match the changed source

Upstream changes:
- Core
 + Just In Time native call frame generation using LibFFI
 + PIR op find_codepoint is no longer experimental, it is now supported
 + Several public functions in libparrot have been brought up to standard
   naming conventions.
 + Improved linked-list implementation in GC
 + set_addr opcode is being replaced with the new set_label opcode
   in core libraries
 + Removed deprecated CodeString PMC
 + Added close, is_closed, read, readline methods to Socket
 + Added experimental MappedByteArray PMC type
 + Added Parrot_warn_experimental, to warn the user about experimental features
 + Code for frontend executables moved from src/ to frontend/
 + Support for chunked receive in LWP library.
 + Added a "quickcover" make target
- Languages
 + PIRC
   - left the nest and is currently at https://github.com/parrot/pirc/
 + Community
   - Our README was translated into the following languages
    by Google Code-In students and mentors:
        Polish      README.polski
        Spanish     README.espanol
        German      README.deutsch
- Documentation
- Tests
 + Test coverage increase on PMCs: String, Integer, NameSpace,
   Complex, EventHandler
 + 'make quickcover' target added to speed up most essential
   parts of coverage analysis
 + 'tools/dev/headerizer.pl' refactored to improve maintainability
   (no change in functionality)
2010-12-22 21:29:31 +00:00
abs
6842004891 Why should apps compiled for OS X 10.4 and earlier have to languish with
outdated X libraries? Default to modular x11 for a more modern set of
features, bugfixes (and bugs), and to simplify application support
Does *not* affect 10.5 (Leopard) or later
2010-12-22 20:43:45 +00:00
chuck
cf509e709a make it compile on i386 macox (missing case in configure, cast in dynlib.cpp) 2010-12-22 19:44:24 +00:00
gls
f80b023d6f libraw-0.12.1 has been updated 2010-12-22 16:04:41 +00:00
gls
179e14500d Updated graphics/libraw to version 0.12.1 2010-12-22 16:03:44 +00:00
gls
ebc80f36ef Update to 0.12.1
This version fixes crashes on files from Sigma DPx compact cameras.
2010-12-22 16:02:18 +00:00
taca
a095a073d9 Note update of these pear packages:
net/pear-Net_DIME		1.0.2
	net/pear-Net_IDNA2		0.1.1
	net/pear-Net_SMTP		1.4.4
	net/pear-Net_Socket		1.0.10
	textproc/pear-Console_Table	1.1.4
	textproc/pear-File_Find		1.3.1
	www/pear-HTML_TreeMenu		1.2.2
2010-12-22 15:52:25 +00:00
taca
bcf64cbdff Update pear-HTML_TreeMenu package to 1.2.2.
1.2.2		2010-10-25 10:15 UTC

Changelog:

QA release
Bug #17696 Patch in order to allow minimization of JS code
Bug #7324 Problem using together with XMLRPC
Bug #13665 phpcs errors
Request #14941 Improve PHPCS results (javascript, tabs vs spaces)
Bug #15292 Unit test failure -Fatal error: Call to undefined method Tree::setup()
Request #15957 images dont "work" on dark(er) backgrounds
Doc Bug #16718 sample simple example fails
2010-12-22 15:50:01 +00:00
taca
9221c9e092 Update pear-File_Find package to 1.3.1.
1.3.1		2010-10-05 15:13 UTC

Changelog:

QA release
package 2.0
Bug #2132 Doc state &search() can be called statically. It isn't true.
Bug #2773 Directories with other directories named 0
Bug #4669 Repeated calls to search or maptree return multiple copies of results
Bug #4983 Error in install
Bug #4994 Close TODO
Bug #7966 File_Find Stream Support
Bug #14816 Unit test failures
2010-12-22 15:48:47 +00:00
taca
7095d5ca8e Update pear-Console_Table package to 1.1.4.
1.1.4		2010-10-25 14:04 UTC

Changelog:

Automatically built QA release
Req #14835 Add Console_Color support - yunosh

Doc #15006 Console_table docs are totally worthless - cweiske
2010-12-22 15:47:38 +00:00
taca
310355dd8a Update pear-Net_Socket package to 1.0.10.
1.0.10		2010-10-15 14:52 UTC

Changelog:

QA release
- Configurable newline sequence (PEAR Bug #14181)
- Make $size parameter to gets() optional (PEAR Bug #14433)
- Don't overwrite $errstr set by fsockopen (PEAR Bug #14448)
- Avoid an infinite loop if fwrite() returns 0 (PEAR Bug #14619)
- CS cleanup (PEAR Bug #14803)
2010-12-22 15:46:35 +00:00
taca
28499e8137 Upadte pear-Net_SMTP package to 1.4.4.
1.4.4		2010-10-21 16:53 UTC

Changelog:

Corrected a problem with SMTP servers that don't support the SIZE
feature. (Bug 17942)


1.4.3		2010-10-11 01:14 UTC

Changelog:

- Reduce peak memory usage when sending large files. (Request 17887)
- Adding support for proxy authentication. (Request 17358)
2010-12-22 15:45:38 +00:00
taca
b06abac2f6 Update pear-Net_IDNA2 package to 0.1.1.
0.1.1		2010-12-09 17:35 UTC

* Added initial support for IDNA2008. This is needed for characters like the
  German "Eszett" which would otherwise be turned into "ss" during nameprep.
  Use $n->setParams('version', '2008') to use the "new" IDNA-encoding. Default
  is still IDNA2003 for backwards-compatibility.  Further aspects of
  IDNA2008-encoding (for example some checks) should be added later according
  to RFCs.
* #16466: Unit tests (testcaseses from draft-josefsson-idn-test-vectors;
   thanks to Daniel)
* Unit tests (coverage, refactoring/cleanup, more tests)
* #17542: URIs get mangled when decoding (UTF8-fix)
* Codingstyle fixes
* fixed handling of URLs with more than a domain-name (fixed opposite of
  parse_url())
* Added specialized and spl exceptions
* #17533: Releases and roles do not seem to work.
2010-12-22 15:44:40 +00:00
taca
f270a509df Update pear-Net_DIME package to 1.0.2.
1.0.2		2010-10-25 14:11 UTC

Changelog:

Automatically built QA release
2010-12-22 15:43:19 +00:00
taca
f7a42bcb04 Note update of mail/pear-Mail_mimeDecode package to 1.5.5. 2010-12-22 15:42:11 +00:00
taca
7708ec1b9e Update pear-Mail_mimeDecode package to 1.5.5.
1.5.5		2010-12-02 03:45 UTC

Changelog:

Minor Bug fix release.

#17959 - Boundaries ending with non-word characters - patch by Alex Adriaanese
------ - ignore whitespace and trailing cr/lf in last section of split
------ - correct spacing on multi-line headers. now only striped for encoded data. (on previous line)
2010-12-22 15:40:36 +00:00
taca
c0531345ce Note update of graphics/pear-Image_Graph package to 0.8.0. 2010-12-22 15:39:08 +00:00
taca
9ac6b108a7 Update pear-Image_Graph package to 0.8.0.
0.8.0		2010-10-05 15:39 UTC

Changelog:

QA release
* PLEASE NOTE: Package now needs PHP 5.x (needed for workaround for Bug #16529 and future cleanups)
Bug #16529 Doesn't work with PHP 5.3.0 neufeind
Bug #16834 Column width error, small PHP typo (fix incl.) neufeind
Bug #2685 Plots do not honor ID tags for fills. nosey
Bug #2791 wrong x-axis label position when using ttf font nosey
Bug #2831 using Image_Graph_Fill in Image_Graph_Fill_Array
Bug #2832 GD always outputs PNG nosey
Bug #3346 double as data nosey
Bug #3496 Image/Graph/value/marker.php - dir don't exist
Bug #3984 Cannot inherit image_color
Bug #4080 setSpaceFromBorder missing ??
Bug #4333 Legend division by zero error on PieChart nosey
Bug #4417 Cannot use point ID as marker value nosey
Bug #4430 Call-time pass-by-reference has been deprecated nosey
Bug #4484 SVG output problem with fill and alignment attributes of text nosey
Bug #4522 Image_Graph_Axis::_calcLabelInterval() dont work like it was working before
Bug #4586 Content type image/jpg does not recognized by IE nosey
Bug #4876 mis-type in code -> undefined property nosey
Bug #5066 Reference Notices nosey
Bug #5607 X Axis Labels align to right nosey
Bug #6941 Logarithmic axis values between 0 and 1 nosey
Bug #7364 Incorrect Include in Grid.php nosey
Bug #7367 Windows XP Marker for top Y-value cut nosey
Bug #7375 Windows XP "Only variables should be assigned by reference" notice
Bug #7572 addPoint function in Image_Graph_Dataset_Sequential doesn't use parameter nosey
Bug #7621 Linux Pie Chart Legend does not display nosey
Bug #7729 Wrong axis X label placement
Bug #8055 No Legend with Pie Charts nosey
Bug #11812 "forceMaximum" method uwesteinm
2010-12-22 15:38:32 +00:00
taca
923f694ed5 Note addition of databases/pear-MDB2_Driver_mysqli version 1.5.0b3. 2010-12-22 15:36:48 +00:00
taca
497b11cec1 Add and enable pear-MDB2_Driver_mysqli. 2010-12-22 15:36:07 +00:00
taca
15d2e941aa Importing pear-MDB2_Driver_mysqli version 1.5.0b3.
mysqli MDB2 driver.
2010-12-22 15:34:53 +00:00
taca
362f74f2bc Note update of these pear-MDP2 related packages:
databases/pear-MDB2			2.5.0b3
	databases/pear-MDB2_Driver_mysql	1.5.0b3
	databases/pear-MDB2_Driver_pgsql	1.5.0b3
	databases/pear-MDB2_Driver_sqlite	1.5.0b3
2010-12-22 15:33:16 +00:00
taca
fd4aae28d1 Oops, really update to MDB2_Driver_mysql-1.5.0b3.
1.5.0b3		2010-08-29 12:29 UTC

Changelog:

- fixed bug #15650: mysqli function used in setCharset()
- fixed bug #16003: incorrect check for error after mysql_store_result
- fixed bug #16147: first prepared statement is emulated when using factory
  with mysql
- fixed bug #16669: hostspec is ignored when protocol is unix
- fixed bug #17037: 'on update' not mentioned in tableInfo()
- fixed bug #17065: There is no NEW row in on DELETE trigger (fix error in FK
  constraint triggers)
- fixed bug #17650: lastInsertId can not handle bigint, forces cast to integer
  [alexpw]
- return ON UPDATE|DELETE action in getTableConstraintDefinition()

note:
- the multi_query test failes because this is not supported by ext/mysql

open todo items:
- use a trigger to emulate setting default now()
2010-12-22 15:29:34 +00:00
taca
9829a60d2b Update pear-MDB2_Driver_sqlite package to 1.5.0b3.
1.5.0b3		2010-08-29 12:31 UTC

Changelog:

- fixed bug #16275: split() is deprecated in PHP 5.3

note:
open todo items:
- fix pattern escaping using GLOB instead of LIKE or create and register own
  implementation of LIKE
2010-12-22 15:23:25 +00:00
taca
52ca97d080 Update pear-MDB2_Driver_pgsql package to 1.5.0b3.
1.5.0b3		2010-08-29 12:31 UTC

Changelog:

- fixed bug #16281: getTableFieldDefinition() does not recognize NULL defaults
  with datatype [Holger Schletz]
- fixed bug #16384: alterTable() does not remove NOT NULL constraints [Holger
  Schletz]
- fixed bug #16405: Compatibility issues with escaped strings [hschletz]

open todo items:
- enable pg_execute() once issues with bytea column are resolved
- use pg_result_error_field() to handle localized error messages (Request
  #7059)
- add option to use unnamed prepared statements (see
  http://www.postgresql.org/docs/current/static/protocol-flow.html "Extended
  Query")
2010-12-22 15:22:26 +00:00
taca
0cf5d67a21 Update pear-MDB2_Driver_mysql package to 1.5.0b2.
1.5.0b3		2010-08-29 12:29 UTC

Changelog:

- fixed bug #15650: mysqli function used in setCharset()
- fixed bug #16003: incorrect check for error after mysql_store_result
- fixed bug #16147: first prepared statement is emulated when using factory
  with mysql
- fixed bug #16669: hostspec is ignored when protocol is unix
- fixed bug #17037: 'on update' not mentioned in tableInfo()
- fixed bug #17065: There is no NEW row in on DELETE trigger (fix error in FK
  constraint triggers)
- fixed bug #17650: lastInsertId can not handle bigint, forces cast to integer
  [alexpw]
- return ON UPDATE|DELETE action in getTableConstraintDefinition()

note:
- the multi_query test failes because this is not supported by ext/mysql

open todo items:
- use a trigger to emulate setting default now()
2010-12-22 15:21:06 +00:00
taca
05d9c57431 Update pear-MDB2 package to 2.5.0b3.
2.5.0b3		2010-08-29 12:27 UTC

Changelog:

- fixed bug #15912: MDB2::loadClass can return MDB2_OK without loading class
- fixed bug #16020: unable to set params via dsn string in parseDSN()
- fixed bug #16508: reusing var name + return by ref [rix0r]
- fixed bug #16727: quote(url, 'clob')) fetches URL even if
  lob_allow_url_include option is false
- fixed unreported bug in parseDSN() and oracle's Easy Connect syntax
- fixed bug #16973 and #17039: Wrong _skipDelimitedStrings behavior with
  escaped quotes
- fixed bug #16994: incompatible declaration of setTransactionIsolation() in
  some drivers
- dropped PHP 4 support
- PHP 5.3 compatibility fixes
- performance tweaks (reduced number of internal function calls)
- added new sqlsrv driver (native SQL Server driver) [Chris Pucci, Mike Ketcham]
- added new ODBC experimental driver [pschellhaas]
- Switched test suite to PHPUnit 3.5

open todo items:
- handle autoincrement fields in alterTable()
- add length handling to LOB reverse engineering
- add EXPLAIN abstraction
- add cursor support along the lines of PDO (Request #3660 etc.)
- add PDO based drivers, especially a driver to support SQLite 3 (Request #6907)
- add support to export/import in CSV format
- add more functions to the Function module (MD5(), IFNULL(), etc.)
- add support for database/table/row LOCKs
- add support for CHECK (ENUM as possible mysql fallback) constraints
- generate STATUS file from test suite results and allow users to submit test
  results
- add support for full text index creation and querying
- add tests to check if the RDBMS specific handling with portability options
  disabled behaves as expected
- handle implicit commits (like for DDL) in any affected driver (mysql,
  sqlite..)
- add a getTableFieldsDefinitions() method to be used in tableInfo()
- drop ILIKE from matchPattern() and instead add a second parameter to handle
  case sensitivity with arbitrary operators
- handle LOBs in buffered result sets (Request #8793)
2010-12-22 15:19:39 +00:00
taca
46d1da7838 Note addtion of converters/pear-I18n_UnicodeNormalizer version 1.0.0. 2010-12-22 15:14:14 +00:00
taca
b2fa3c02de Add and enable pear-I18n_UnicodeNormalizer. 2010-12-22 15:13:39 +00:00
taca
b1ccb4e338 Importing pear-I18N_UnicodeNormalizer version 1.0.0.
PHP classes to provide Unicode Normalization.

Performs the 4 normalizations:

	NFD: Canonical Decomposition
	NFC: Canonical Decomposition, followed by Canonical Composition
	NFKD: Compatibility Decomposition
	NFKC: Compatibility Decomposition, followed by Canonical Composition

Complies with the official Unicode.org regression test.  Uses UTF8 binary
strings natively but can normalize a string in any UTF format.  Fully tested
with phpUnit. Code coverage test close to 100%.
2010-12-22 15:12:29 +00:00
wiz
160a937040 Updated graphics/kipi-plugins to 1.7.0 2010-12-22 12:59:48 +00:00
wiz
32409cdcfd Update to 1.7.0:
NEW FEATURES:

General : New plugin to export images to Debian Screenshoots web service (http://screenshots.debian.net).
General : New plugin to export images to an instant messaging contact.
BUGFIXES FROM KDE BUGZILLA:

001 ==> 225174 : Facebook : Support new permission API for applications.
002 ==> 254110 : Facebook : Unable to upload photos to a selected album.
003 ==> 254457 : Facebook : Album target fails.
004 ==> 247107 : Facebook : Export to notes, export to pinboard, export to profile.
005 ==> 219284 : Facebook : digiKam facebook export album.
006 ==> 241046 : Facebook : Export Facebook.
007 ==> 232015 : Facebook : KPhotoAlbum Facebook import plugin.
008 ==> 223601 : Facebook : digiKam can't upload image to facebook.
009 ==> 243381 : ImageViewer : Gwenview (gwenview), signal: Segmentation fault.
010 ==> 256714 : DebianScreenshoots : Add export to screenshots.debian.net.
011 ==> 258953 : DNGConverter : DngConverter changes luminosity of sony ARW files.
012 ==> 255069 : SendImage : Error with spaces in file names in send by email.
013 ==> 251235 : FlashExport : Flash export plugin does not install.
014 ==> 244702 : PicasaWebExport : Picasawebexport unable to select movie.
015 ==> 258824 : PicasaWebExport : After export images to Picasaweb cancel button should change to close.
016 ==> 256713 : Kopete : Send to Kopete contact plugin.
017 ==> 250449 : AdvancedSlideshow : Slideshow does not work with compositing on.
018 ==> 256284 : RemoveRedEyes : digiKam crash on start.
2010-12-22 12:59:36 +00:00
wiz
6a767df406 Updated graphics/digikam to 1.7.0 2010-12-22 12:50:14 +00:00
wiz
dafc2d4258 Update to 1.7.0:
BUGFIXES FROM KDE BUGZILLA:

001 ==> 180224 : Memory leakage in image editor?
002 ==> 257676 : Crash when I renane files.
003 ==> 239862 : digiKam crashes when trying to edit a picture.
004 ==> 224454 : Don't show raw files with metadata when searching or filtering.
005 ==> 214837 : Crash while saving picture in pic editor.
006 ==> 256951 : Showfoto crashes on color correction.
007 ==> 217069 : Undo/Redo are greyed out in image editor under MacOSX.
008 ==> 257769 : Crash on Enhance->Lens->Auto-Correction.
009 ==> 257784 : Lens auto correction does not specify unit for "distance to the object".
010 ==> 256050 : digiKam crashed after modifying tag name.
011 ==> 250134 : digiKam crashed during search for duplicates.
012 ==> 243988 : digiKam crashes trying to save plugin changes.
013 ==> 257744 : digiKam crash on importing large collection.
014 ==> 242439 : Crash when going to next picture in picture editor.
015 ==> 235678 : No startup dialog but error dialogs(s).
016 ==> 257898 : Allow displaying folders recursively.
017 ==> 257897 : Amount of duplicate images list is sorted the wrong way round.
018 ==> 234534 : digiKam not synchronizing legacy tags with new nepomuk database.
019 ==> 237642 : digiKam crashes while renaming several files.
020 ==> 258308 : Crash when starting Free Rotation in Image Editor.
021 ==> 248882 : digiKam crashes when renaming using date/time info.
022 ==> 217555 : "Cannot display preview" error when browsing.
023 ==> 258600 : "transupp.cpp" fails to compile on emerged KDE.
024 ==> 233572 : Showfoto crashed on change hue value.
025 ==> 258828 : Crash when I use auto-colors correction tool from image editor.
026 ==> 195561 : Implement a selective saturation filter [patch].
027 ==> 258931 : Linking broken when using -Wl, --no-copy-dt-needed-entries.
028 ==> 258300 : digiKam won't build.
029 ==> 256023 : Cannot work with Sigma-RAW-files (X3F).
030 ==> 257904 : digiKam not reading metadata from foreign images.
031 ==> 256897 : Crash upon unmounting of USB drive.
032 ==> 259257 : Too small font size.
033 ==> 210353 : digiKam duplicates icons for TIFF files.
034 ==> 260299 : X Axis Color Graduation in Curves Window mirrored.
035 ==> 242021 : digiKam crashes during file save.
2010-12-22 12:50:02 +00:00
wiz
e3d41511f0 Updated sysutils/cdrtools to 3.01alpha02 2010-12-22 10:34:25 +00:00
wiz
5edfd0c308 Update to 3.01a02:
This is the first step for integrating Native Language Support
into cdrtools. All tools have been enhanced to call gettext().
2010-12-22 10:34:14 +00:00
tron
3e22da2bcb Note update of the "rpm2pkg" package to version 3.1.7. 2010-12-22 09:36:52 +00:00
tron
6979e2eb0d Update "rpm2pkg" package to version 3.1.7. Changes since 3.1.6:
- Use "xzcat" instead of "lzcat". This package now doesn't depend on the
  "archivers/xz" package under NetBSD-current because "xzcat" is part of
  the base distribution.
2010-12-22 09:36:35 +00:00
tron
c2b518dacb Use "xzcat" instead of "lzcat" to handle ".lzma" files as the former is
bundled with NetBSD-current.
2010-12-22 09:33:30 +00:00
jnemeth
f25a35e098 fix pasto in a DragonFly BSD support patch 2010-12-22 08:25:58 +00:00
sekiya
aa3844a006 Updated net/net-snmp to 5.4.3nb2 2010-12-22 08:15:26 +00:00
sekiya
4303bea168 Fix divide-by-zero error in CPU performance statistics.
Inspired by Red Hat Bugzilla Bug #501210.
2010-12-22 08:13:30 +00:00
jnemeth
1499a825e8 PR/44257 - Francois Tigeot -- build fixes for DragonFly BSD
Don't bother bumping the version since it didn't build on DFBSD
before there is no binary package that could have changed, and this
doesn't change the binary packages on other systems.
2010-12-22 04:28:52 +00:00
seanb
6e8e92f4b7 No SA_RESTART on qnx. 2010-12-21 22:57:44 +00:00
shattered
6f229bf5d9 Note memconf update. 2010-12-21 22:46:03 +00:00
shattered
d006c88485 Update to 2.16. 10 years worth of changes from 1.23.2 omitted.
Take maintainership.
2010-12-21 22:43:17 +00:00
adam
c591467b56 Updated geography/qgis to 1.6.0 2010-12-21 17:49:57 +00:00
adam
cc137d3266 Changes 1.6.0:
This release includes many great new features to make your QGIS experience
even better than ever before. This release also contains many bug fixes that
should improve stability over previous releases. See below for a list of the
more noticable changes made in this release.
2010-12-21 17:48:13 +00:00
jmmv
353155dccb Note update of tmux to 1.3. 2010-12-21 12:56:18 +00:00
jmmv
4efe82d753 Update to 1.3. Tested on NetBSD-current/amd64 and Mac OS X 10.6.
CHANGES FROM 1.2 TO 1.3, 18 July 2010

* New input parser.
* Flags to move through panes -UDLR added to select-pane.
* Commands up-pane, and down-pane removed, since equivalent behaviour is now
  available through the target flag (-t:+ and -t:-).
* Jump-forward/backward in copy move (based on vi's F, and f commands).
* Make paste-buffer accept a pane as a target.
* Flag -a added to new-window to insert a window after an existing one, moving
  windows up if necessary.
* Merge more mode into copy mode.
* Run job commands explicitly in the global environment (which can be modified
  with setenv -g), rather than with the environment tmux started with.
* Use the machine's hostname as the default title, instead of an empty string.
* Prevent double free if the window option remain-on-exit is set.
* Key string conversions rewritten.
* Mark zombie windows as dead in the choose-window list.
* Tiled layout added.
* Signal handling reworked.
* Reset SIGCHLD after fork to fix problems with some shells.
* Select-prompt command removed. Therefore, bound ' to command-prompt -p index
  "select-window -t:%%" by default.
* Catch SIGHUP and terminate if running as a client, thus avoiding clients from
  being left hanging around when, for instance, a SSH session is disconnected.
* Solaris 9 fixes (such as adding compat {get,set}env(3) code).
* Accept none instead of default for attributes.
* Window options window-status-alert-{alert,bg,fg} added.
* Flag -s added to the paste-buffer command to specify a custom separator.
* Allow dragging to make a selection in copy mode if the mode-mouse option is
  set.
* Support the mouse scroll wheel.
* Make pipe-pane accept special character sequences (eg #I).
* Fix problems with window sizing when starting tmux from .xinitrc.
* Give tmux sockets (but not the containing folder) group permissions.
* Extend the target flags (ie -t) to accept an offset (for example -t:+2), and
  make it wrap windows, and panes.
* New command choose-buffer added.
* New server option detach-on-destroy to set what happens to a client when the
  session it is attached to is destroyed. If on (default), the client is
  detached. Otherwise, the client is switched to the most recently active of
  the remaining sessions.
* The commands load-buffer, and save-buffer now accept a dash (-) as the file
  to read from stdin, or write to stdout.
* Custom layouts added.
* Additional code reduction, bug fixes, and manpage enhancements.

CHANGES FROM 1.1 TO 1.2, 10 March 2010

* Switch to libevent.
* Emulate the ri (reverse index) capability, ergo allowing tmux to at least
  start on Sun consoles (TERM=sun, or sun-color).
* Assign each entry a number, or lowercase letter in choose mode, and accept
  that as a shortcut key.
* Permit top-bit-set characters to be entered in the status line.
* Mark no-prefix keys with (no prefix), rather than [] in list-keys.
* New command show-messages (alias showmsgs), and new session option
  message-limit, to show a per-client log of status lines messages up to the
  number defined by message-limit.
* Do not interpret #() for display-message to avoid leaking commands.
* New window options window-status-format, and window-status-current-format to
  control the format of each window in the status line.
* Add a -p flag to display-message to print the output, instead of displaying
  it in the status line.
* Emulate il1, dl1, ich1 to run with vt100 feature set.
* New command capture-pane (alias capturep) to copy the entire pane contents
  to a paste buffer.
* Avoid duplicating code by adding a -w flag to set-option, and show-options to
  set, and show window options. The commands set-window-option, and
  show-window-options are now aliases.
* Panes can now be referred to as top, bottom, top-left, etc.
* Add server-wide options, which can be set with set-option -s, and shown with
  show-options -s.
* New server option quiet (like -q from the command line).
* New server option escape-time to set the timeout used to detect if escapes
  are alone, part of a function key, or meta sequence.
* New session options pane-active-border-bg, pane-active-border-fg,
  pane-border-bg, and pane-border-fg to set pane colours.
* Make split-window accept a pane target, instead of a window.
* New command join-pane (alias joinp) to split, and move an existing pane into
  the space (the opposite of break-pane), thus simplifying calls to
  split-window, followed by move-window.
* Permit S- prefix on keys for shift when the terminal/terminfo supports them.
* Window targets (-t flag) can now refer to the last window (!), next (+), and
  previous (-) window by number.
* Mode keys to jump to the bottom/top of history, end of the next word, scroll
  up/down, and reverse search in copy mode.
* New session option display-panes-active-colour to display the active pane in
  a different colour with the display-panes command.
* Read the socket path from $TMUX if it's present, and -L, and -S are not
  given.
* Vi-style mode keys B, W, and E to navigate between words in copy mode.
* Start in more mode when configuration file errors are detected.
* Rectangle copy support added.
* If attach-session was specified with the -r flag, make the client read-only.
* Per-window alternate-screen option.
* Make load-buffer work with FIFOs.
* New window option word-separators to set the characters considered as word
  separators in copy mode.
* Permit keys in copy mode to be prefixed by a repeat count, entered with [1-9]
  in vi mode, or M-[1-9] in emacs mode.
* utf8 improvements.
* As usual, additional code reduction, bug fixes, and manpage enhancements.
2010-12-21 12:55:54 +00:00