Update DEPENDS
Upstream changes:
1.924 2013-08-10 23:23:55 America/New_York
update use of Email::MIME::ContentType to match new, fixed hash keys:
type/subtype
1.923 2013-08-08 21:59:02 America/New_York
do not consider the part-ending CRLF part of the body
avoid undefined warnings in debug_structure [rt.cpan.org #82388]
(Thanks, Kurt Anderson)
better error message when the given body is a ref but not a scalar
ref [rt.cpan.org #59205]
1.922 2013-07-10 08:45:02 America/New_York
repackage, fixing version number
1.921 2013-07-01 22:51:01 America/New_York
repackage, remove PEP links, update bugtracker
1.920 2013-06-17
do not call parts_set during walk_parts unless the parts have
actually changed
When trying to decode a body, fall back to 7bit if the encoding is
unknown. Trying to create a new body in an unknown encoding is still
forbidden. This should make it easier to handle broken messages
from "the internet." ("Content-Transfer-Encoding: n"!?)
1.912_01 2013-04-08
try to encode headers based on the header structure, if it has one,
rather than treating the header as a big string in all cases; thanks
for this work go to Jesse Luehrs
Update LICENSE
Upstream changes:
1.315 2013-08-12 21:11:46 America/New_York
repackage to update repository and bug tracker
1.314 2013-06-17
add a third argument to encode/decode/codec to allow a fallback
codec
Add LICENSE
Upstream changes:
1.017 2013-08-10 23:19:14 America/New_York
make $STRICT_PARAMS actually work! (thanks, Matthew Green!)
[rt.cpan.org #87460]
1.016 2013-08-10 23:14:42 America/New_York
correct the longstanding and embarrassing misuse of "discrete" and
"composite" to mean "type" and "subtype"; the returned data still
contains the wrong old names so your code shouldn't break
repackage to update bugtracker, repo, etc.
Add LICENSE
Upstream changes:
1.200 2013-08-08 21:24:39 America/New_York
crank the version number *way* up to bring all the module versions in
sync without rolling any of them back
0.218 2013-08-08 20:36:42 America/New_York
point to new repo, bugtracker; also reference Email::Sender
Upstream changes:
0.857 2013-08-05 18:16:44 America/New_York
eliminate extra Pod tests
0.856 2013-08-05 18:12:09 America/New_York
avoid duplicating headers when data is malformed (#31132)
make MH folder reader work on VMS
Upstream changes:
1.004 2013-08-05 08:09:14 America/New_York
fix repo and bugtracker link (stupid case sensitivity!)
(thanks, Slaven Rezic!)
1.003 2013-08-02 18:05:49 America/New_York
new repo, new bugtracker
Add LICENSE
Update DEPENDS
Upstream changes:
1.104 2013-08-02 18:00:42 America/New_York
point to new repo, new bug tracker, suggest users just use other
libraries when possible
=============
Version 3.4.7
=============
Features
* Add wnck_set_default_icon_size and wnck_set_default_mini_icon_size functions
to allow clients to define the size of the icons to be used for windows
and applications.
=============
Version 3.4.6
=============
Features
* Add option to close windows with mouse middle click on button in tasklist
(Stefano Karapetsas)
* Add API to define task list orientation (Jean-Luc Porquet and Josselin Mouette)
Fixes
* ClassGroup: fix class signal signature (Marco Trevisan)
* Get rid of the deprecated code in TaskList, Selector and Pager (Marco Trevisan)
Translators
* Andika Triwidada (id)
* Ani Peter (ml)
* Aurimas Černius (lt)
* Balázs Úr (hu)
* Daniel Mustieles (es)
* Enrico Nicoletto (pt_BR)
* Joe Hansen (da)
* Krishnababu Krothapalli (te)
* ManojKumar Giri (or)
* Marek Černocký (cs)
* Matej Urbančič (sl)
* Nilamdyuti Goswami (as)
* Rajesh Ranjan (hi)
* Sandeep Sheshrao Shedmake (mr)
* Shankar Prasad (kn)
* Shantha kumar (ta)
* Sweta Kothari (gu)
* Theppitak Karoonboonyanan (th)
* Yuri Myasoedov (ru)
* Мирослав Николић (sr) (sr@latin
=============
Version 3.4.5
=============
Features
* Add getter and notifier for the Window role
* Emit signals when a window instance or group name (WM_CLASS) changes (Marco Trevisan)
Fixes
* Remove deprecated APIs for device grabbing (Marco Trevisan)
* Fix wnckprop hang, that made the system unusable (Marco Trevisan)
* Fix build with recent automake (Nuno Araujo)
* Use a little less power using g_timeout_add_seconds (B.Prathibha)
Translators
* ManojKumar Giri (or)
* Piotr Drąg (pl)
* Shankar Prasad (kn)
=============
Version 3.4.4
=============
Translators
* Runa Bhattacharjee (bn_IN)
* chandankumar (hi)
* Khoem Sokhem (km)
* Rūdolfs Mazurs (lv)
* Anish A (ml)
* Piotr Drąg (pl)
This minor maintenance release provides accumulated build configuration
improvements and janitorial cleanups.
Alan Coopersmith (8):
xfindproxy only depends on xproto, not x11
Convert STRING_BYTES & STORE_STRING from macros to inline functions
Fix some clang warnings about implicit integer size/sign conversions
Stop casting malloc return values
Move global appContext into main() to avoid shadow warnings
Mark input string to cvthexkey() as const
Fix some clang integer conversion warnings in cvthexkey()
xfindproxy 1.0.3
This release includes code & man page cleanups.
Alan Coopersmith (4):
Store sine & cosine tables as doubles instead of floats
Add noreturn attributes suggested by -Wmissing-noreturn
Combine usage message strings & print them to stderr, not stdout
xclock 1.0.7
Eric S. Raymond (1):
Don't rely on being able to set tab stops.
This minor maintenance release includes build configuration improvements
and janitorial cleanups.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (6):
Remove unused TLI ("STREAMSCONN") code from libSM
unifdef -U__UNIXOS2__
Constify previous_id argument to SmcOpenConnection
unifdef WORD64 (leftover bits of Cray support)
Fix some clang warnings about integer size/sign conversions
libSM 1.2.2
Colin Walters (1):
autogen.sh: Implement GNOME Build API
This release contains cleanup & refactoring intended to make the code
more robust and easier to maintain. It does increase to libX11 1.6.0
the required version of libX11 needed to build and run libXv.
Alan Coopersmith (10):
Adopt X.Org standard code style, with consistent indentation
Remove unnecessary casts from Xmalloc calls
Fix sign conversion & comparison warnings from clang
Use pad_to_int32 macro instead of repeated (x + 3) & ~3 pattern
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequest
Add missing calls to _XEatDataWords when we are skipping _XRead
Refactor error handling
Remove fallback for _XEatDataWords, require libX11 1.6 for it
libXv 1.0.10
This release fixes two small bugs in the library, and fixes an omission
in the list of copyright notices in the COPYING file.
Alan Coopersmith (3):
XRRGetProviderInfo returned bad associated_capability list in 64-bit
Add copyright notice from src/XrrProvider.c to COPYING
libXrandr 1.4.2
Pauli Nieminen (1):
XRRUpdateConfiguration: Check if getting screen for root fails
This minor maintenance release provides various build configuration
improvements and other janitorial cleanups, including declaring the
filename parameters in the API as "const char *" to reduce unnecessary
const-strings warnings in callers.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (4):
Close fd if fdopen() or xpmPipeThrough() fails in OpenWriteFile()
Add noreturn attributes suggested by gcc
Fix typo in COPYING (matches src/amigax.h)
libXpm 3.5.11
Christophe CURIS (2):
Added 'const' qualifier to the filename argument to internal functions
Added 'const' attribute to all filename arguments in the API
Claudio Bley (1):
Fix libXpm build with NO_ZPIPE
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Eric S. Raymond (1):
doclifter can't handle more than one dash in a name line.
Jon TURNEY (1):
Define NO_ZPIPE when building for MinGW
This minor maintenance release includes build configuration improvements
and janitorial cleanups.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (5):
Remove unused DECnet ("DNETCONN") code from XmuConvertStandardSelection
unifdef -U__UNIXOS2__
Preserve constness when casting const pointers in various functions
Add missing copyright notices to COPYING file
libXmu 1.1.2
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Thomas Klausner (1):
Fix a const issue.
This release plugs a couple fd leaks in error handling paths, fixes
WIN32 builds, and cleans up some old code for previously supported OS'es.
Alan Coopersmith (6):
unifdef -U__UNIXOS2__
Fix fd leak when fdopen() fails in InitStringOrFile()
Fix fd leak when write() fails in WriteToFile()
Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
Replace TXT16 with XChar2b inline
libXaw 1.0.12
Ryan Pavlik (1):
Include winsock header on WIN32 to provide fd_set etc.
Upstream changes:
1.900 2013-08-08 14:44:43 America/New_York
avoid trying to stringify undef, and so avoid a warning (thanks, Alex
Vandiver)
1.899 2013-08-02 10:53:19 America/New_York
repackaged, pointed at new bugtracker
fallback overloads are enabled, so "cmp" will now compare with string
overloads... which still might not be what you expect
code has been futzed with to rely on some 5.6-isms, rather than
trying to be 5.005 compatible
a warning has been added: calling ->parse in scalar context gets
undefined behavior
1.898 2013-02-07
remove dead link