Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes from 3.3.12 to 3.3.13 (Released 2006-01-10)
C13 - Fixed Danish translation so Danish users can log in again.
S - Put fan/buddy/censor boxes in user info window of applets.
W - Got the locale of the web graph images working correctly.
*******************************************************************************
Changes from 3.3.11 to 3.3.12 (Released 2006-01-07)
C13 - Made it possible to allow only fast games in automatch.
C13 - Fixed bug that would crash client if a Linux user tried to start
automatch when sound was enabled but their sound device was in use.
C13,S,W - Added Danish translation. Updated Czech, Polish, Viet
Namese, and Basque translations.
C13 - Added missing Viet Namese configuration option.
CGTP - Robots don't leave tournament games any more just because their
opponent is missing.
W - Fixed typo in download page.
S - Fixed a bug that would make robot players moves be ignored in
automatch games where the robot moved first.
S - Automatch games now must be played if they are started. If you
leave an automatch game, even if it is before anybody has made a
single move, it counts as an escape against you.
S - I think that I fixed the bug that made some games ignore the
"done" button at the end. At least, I can't reproduce the bug any
more, although I'm not sure why the changes that I made affect it.
C13 - No longer shows word "Unfnished" when looking at a review of a
rengo game.
*******************************************************************************
Changes from 3.3.10 to 3.3.11 (Released 2006-12-12)
C13 - Fixed tool tips for automatch options.
S - Fixed bug that would crash server when you had only fast & blitz
allowed in automatch.
*******************************************************************************
Changes from 3.3.9 to 3.3.10 (Released 2006-12-12)
C13,S - Added "fast" automatch option.
S - Fixed a bug that would crash the server when an admin deleted a
not-yet-fully-registered account.
S - Fixed a bug that would sometimes omit moves when recording a
lecture. Old lectures can usually be fixed, but it will be an
extremely time consuming process, so I'm not sure when/if this will
happen. I currently know of two lectures that have missing moves.
All - Added Viet Namese translation. Updated Chinese (mainland).
C13,S - Added automatch countdown window and warning sound.
W - Added CVV2 code to credit card processing.
*******************************************************************************
Changes from 3.3.8 to 3.3.9 (Released 2006-11-30)
C13 - Fixed bug that would crash client when closing game or playback
window if the right things were going on in the meantime.
C13,S - Fixed bug in Japanese rules where difference in capture count
was not being used to check for repeats.
S - Fixed bug that would let a user log back in (or stay on) from the same IP
address after being booted if he logged out before the boot.
C13 - Fixed bug that crashes client with a call stack beginning in "at R.d".
C13 - Fixed bug that would crash if your audio system didn't support
8000Hz, 16 bit, little endian PCM data.
S - Fixed bug that broke the tournament when a sponsor logo was in the
games.
W - Fixed bug that made it impossible to delete tournaments with
apostrophes in their names.
S - Fixed bug that made it possible to score the game without opponent
pressing done.
S - Fixed bug that crashed server on Nov. 4.
C13,S - Added automatch system.
C13 - Added ranks to moderate panel.
C13 - Fixed bug in moderate, was taking the wrong text.
C13 - Rooms in any room-based submenu are now sorted by name.
C13,W - Updated French, Japanese, Czech, Turkish, Chinese, Polish,
Russian, and German translations.
CGTP - Fixed bug that would crash clients that were used as libraries.
CGTP - Added automatch option, reworked properties a little bit.
|
|
file.
|
|
|
|
|
|
|
|
|
|
Changes since 1.1.18:
1.1.19: Nov 29 2006:
- Bug fixes: entities within attributes (William Brack), Python detection
problem (Joseph Sacco), in-scope namespace bug (Mike Hommey), Result
value tree caching bug (William Brack)
|
|
The former seems to work as well or better
|
|
|
|
AC_PROG_CXX to find a c++ compiler. This fixes building with sunpro.
The result seems to run ok. Patches submitted upstream.
|
|
|
|
|
|
Changes since version 1.7.1
* Fixed some bugs
Changes since version 1.6.1
* Now re-connects automatically
* New input capture method which handles odd screen sizes better
* Added -tunnel and -via for automatic SSH tunneling
* Further fixes for cut'n'paste. (Should now work with java
and on 64 bit platforms.)
* Randr support allow x2vnc to detect when the screen is rotated
Changes since version 1.6
* Added Martin Dorey's patch which fixes cut'n'paste for Java
(and other) applications.
* Fixed a bug in -navhack
Changes since version 1.5.1
* Added some patches from Grant McDorman to allow proper
cut'n'paste between x2vnc and Konsole/gnome-terminal.
* Honor $DESTDIR to make packaging easier.
* Added a workaround to make cut'n'paste work better with old
VNC servers.
* Since all new VNC servers already support wheel emulation
themseleves, x2vnc doesn't translate wheel events to arrow
up/down anymore unless -wheelhack is specified.
* Added -navhack which is similar to -wheelhack, except it
translates button 6 & 7 to Alt+Left/Right.
* Added -debug to debug key events
* Allow -edgewidth 0 to turn off edge-flipping
|
|
|
|
a minor release of legacy filmGimp version 0.21 of CinePaint, not designed for
distribution. Distributors, please wait for v0.22 as it will handle i18n much
better.
|
|
|
|
* DirectoryHandle::close(): Set gobj() to null, to prevent
us from trying to close again later in the destructor.
* Build: Fix build when glibmm was built with --enable-api-exceptions=no.
|
|
|
|
|
|
|
|
|
|
Changes that could break older environments:
-------------------------------------------
* Initial support for JDK 6 (JSR 223) scripting.
<*script*> tasks will now use javax.scripting if BSF is
not available, or if explicitly requested by using
a "manager" attribute.
* The -noproxy option which was in the previous 1.7 alpha and beta
releases has been removed. It is the default behavior and not needed.
* Removed launcher classes from nodeps jar.
* <classconstants> filter reader uses ISO-8859-1 encoding to read
the java class file. Bugzilla report 33604.
* Defer reference process. Bugzilla 36955, 34458, 37688.
This may break build files in which a reference was set in a target which was
never executed. Historically, Ant would set the reference early on, during parse
time, so the datatype would be defined. Now it requires the reference to have
been in a bit of the build file which was actually executed. If you get
an error about an undefined reference, locate the reference and move it somewhere
where it is used, or fix the depends attribute of the target in question to
depend on the target which defines the reference/datatype.
* <script> and <scriptdef> now set the current thread context.
* Unrestrict the dbvendor names in the websphere element of the ejbjar task.
* <env> nested element in <java>, <exec> and others is now case-insensitive
for windows OS. Bugzilla Report 28874.
* Removed support for xalan1 completely. Users of Xalan1 for Ant builds will
have to stay at ant 1.6.5 or upgrade to xalan2.
* Use org.apache.log4j.Logger instead of org.apache.log4j.Category.
Category has been deprecated for ~2 years and has been removed from
the log4j code. Logger was introduced in log4j 1.2 so users of
log4j 1.1 and log4j 1.0 need to upgrade to a newer version of log4j.
* build.sysclasspath now also affects the bootclasspath handling of
spawned Java VMs. If you set build.sysclasspath to anything other
than "ignore" (or leave it unset, since "ignore" is the default when
it comes to bootclasspath handling), then the bootclasspath of the
VM running Ant will be added to the bootclasspath you've specified.
* The <java fork="false"> now as per default installs a security manager
using the default permissions. This is now independent of the
failonerror attribute.
* <signjar> now notices when the jar and signedjar are equal, and switches
to the same dependency logic as when signedjar is omitted. This may break
something that depended upon signing in this situation. However, since
invoking the JDK jarsigner program with -signedjar set to the source jar
actually crashes the JVM on our (Java1.5) systems, we don't think any
build files which actually worked will be affected by the change.
* <signjar> used to ignore a nested fileset when a jar was also provided as an
attribute, printing a warning message; now it signs files in the fileset.
* An improved method of handling timestamp granularity differences between
client and server was added to the <ftp> task. FTP servers typically
have HH:mm timestamps whereas local filesystems have HH:mm:ss timestamps.
Previously, this required tweaking with the timediffmillis attribute
which also was used to handle timezone differences. Now, there is a new
timestampgranularity attribute. The default value for get operations is 0
since the user has the more powerful preservelastmodified attribute to work
with. Since this is not available on put operations the default value
adds a minute to the server timestamp in order to account for this,
Scripts which previously used timediffmillis to do this compensation may
need to be rewritten. timediffmillis has now been deprecated.
* On Java1.5+, Ant automatically sets the system property
java.net.useSystemProxies to true, which gives it automatic use of the local
IE (Windows) or Gnome2 (Unix/Linux) proxy settings. This may break any build
file that somehow relied on content outside the firewall being unreachable:
use the -noproxy command-line option to disable this new feature.
Note that the Java1.5 proxy configuration system still does not
appear to work reliably on Windows or Linux.
* Support for the XSL:P XML parser has been removed.
* Visual Age for Java optional tasks removed.
* Testlet (test) optional task removed.
* Icontract optional task removed.
* Metamata (maudit, mmetrics, and mparse tasks) removed.
* Sitraka (jpcoverage, jpcovmerge, jpcovreport) tasks suppressed.
* <fixcrlf> used \r (Mac) line endings on OS X, whose proper line separator
is \n (Unix).
* <scp> now optionally supports the sftp protocol, you may need a
newer jsch.jar.
* Ant launcher program prints errors to stderr, and exits with a 2 exit code
value if, for any reason, it cannot actually start Ant proper. This will only
affect programs/scripts that called the launcher and which did not want to
receive an error if Ant itself would not start
* All .NET tasks are now deprecated in favor of the new .NET Antlib:
http://ant.apache.org/antlibs/dotnet/index.html
|
|
|
|
|
|
|
|
Devil's Pie "Wearing That Dress" 0.20.1
=======================================
* Fix parsing (Lars Damerow)
* Fix test suite
Devil's Pie "Wearing That Dress" 0.20
=====================================
* Handle multiple expressions in a file (Lars Damerow)
* Add spawn_sync and spawn_async actions to start processes (David Decotigny)
* Add println, str, hex, and expand print (DD)
* Add window_xid matcher (DD)
|
|
|
|
Release 1.7m, Wed Aug 23 11:37:05 CEST 2006 (Manuel Serrano):
*** Instead of using the hard-wire "-l" ispell option, Flyspell.el
now checks is Ispell.el defines the variable ISPELL-LISP-COMMAND.
If it does, the value of this variable is used instead of the string
"-l".
Release 1.7l, Mon Jul 24 16:50:06 CEST 2006 (Manuel Serrano):
*** Fix a simple Xemacs bug. The function
FLYSPELL-AFTER-CHANGE-FUNCTION was missing a guard. It has to
check on Xemacs if this-command is a symbol or not!?
|
|
|
|
* Mon Dec 25 2006 Eric S. Raymond - 2.3-1
- Work around a bug in db2man.xsl. Implement Markus Hoenicka's
requested behavior for multiple-file conversions. Implement
translation of groff extended .cc and .c2 requests. Ignore
the .TA macro that occurs duplicatively with .ta in X.org
manual pages. Cope with unresolved .Sx refererences in mdoc.
Handle .Ex and .Ee. Cope with X consortium macro preamble better.
.RS/.RE is now fully handled, no more spurious warnings.
* Sat Jan 15 2005 Eric S. Raymond - 2.2-1
- Have manlifter create subdirectories and the xslfragment
only in batch mode. Use current list indent on block start/end.
|
|
|
|
|
|
|
|
2007-01-07 David Hampton
* CVSTAG: finance_quote_1_13
* lib/Finance/Quote.pm: Update version to 1.13.
* lib/Finance/Quote.pm: Update the store_date() function for the
case when the year isn't explicitly stated. If the specified
month would put the quote in the future, then consider this a
quite from last year. manly intended to handle the rollover from
December to January on web sites that don't specify the year.
Suggestion from Christian Lupien.
* lib/Finance/Quote/BMONesbittBurns.pm: Enhance module to support
mutual fund quotes (which have less data than stock quotes).
Correct date format parsing. Fix from Christian Lupien
* lib/Finance/Quote/StockHouseCanada.pm: The fund name seems to be
a moving target. Search all tables of depth one looking for it.
2007-01-01 David Hampton
* lib/Finance/Quote/FTPortfolios.pm: Rewrite this module for the
new web site design.
* lib/Finance/Quote/TSP.pm: Strip spaces around the dollar values.
* lib/Finance/Quote/FinanceCanada.pm: Rewrite this module for the
new web site design.
* test/*.t: Some restructuring of tests. Add a couple more tests
on dates. Replace a couple of test stocks that are no longer
valid.
* test/*.t: Accept last year as a valid date. Comes in hand when
testing modules at the start of the new year.
* lib/Finance/Quote/ZA.pm: Update for changes in the display of
the web site.
2006-12-31 David Hampton
* lib/Finance/Quote/StockHouseCanada.pm:
* test/stockhousecanada.t: New module for getting Canadian Mutual
fund quotes from Chris Carton
* lib/Finance/Quote/Deka.pm: Update for changes in the display
of the web site. Now uses an https url.
* lib/Finance/Quote/LeRevenu.pm: Updates from Dominique Corbex for
changes in the display of the web site.
* lib/Finance/Quote/Trustnet.pm: Update for changes in the display
of the web site.
2006-09-11 David Hampton
* Move AIA.pm to AIAHK.pm since AIA has sites in multiple
countries.
2006-09-10 David Hampton
* lib/Finance/Quote/AIA.pm:
* test/aia.pm: New module to access American International
Assurance fund information. Based on perl script from Wouter van
Marle
* lib/Finance/Quote/Bourso.pm: Update the URL to track changes on
the web site.
|
|
|
|
but no ChangeLog exists, so who knows...
|
|
|
|
What's New in Wesnoth 1.2
The single player mode has a new tutorial, and 3 new campaigns: Two
Brothers, The South Guard, and Under the Burning Suns. The first one was
intentionally designed to be easy for beginning players. The last one is
set in an environment quite different from that of the typical Wesnoth
campaign, and includes a few changes to game rules. The existing campaigns
include new scenarios, dialogue, items, and optional bonus victory
objectives. Replay of saved games has been improved considerably, allowing
one to show single turns at a time, navigate through the replay, and
toggle fog-of-war at will.
Battle for Wesnoth
Multiplayer has new features, making the internet or LAN mode a more
pleasant experience. It allows setting a per-turn time limit, sending
private messages to allies, and banning unwelcome users by IP address. The
multiplayer lobby interface now displays detailed information about
existing games. A few new multiplayer maps were also added.
Other changes in game content include new units, new terrain types, and
further balancing of unit stats and abilities. We have added progress bars
to major loading points in the game. We have also added some great new
music, and a host of new sound effects. There have also been some
rearrangements and improvements to the in-game help.
One major change is that we have undertaken a heavy revision of our sprite
imagery; affecting almost all units except the drakes, mermen, and naga,
intended to bring most of the units into consistent style and correct
size. A result of this is that units (which we've revised) that belong to
different teams, now show their team color on clothes and banners. We have
also completely replaced the icons representing the attacks of units.
There are a few new portraits and story pictures, some major improvements
to terrain graphics (especially the new mountains, cave,
castles/encampments, swamp, canyons, and tropical forests, not to mention
a few others).
Battle for Wesnoth
Developers and Modders can enjoy new WML (Wesnoth markup language)
features, including custom abilities, unit stat modification, more
detailed events, and the ability to script a custom AI in Python.
Additionally, we have added basic code support for the animation of
walking, swimming, dying, and other special actions; in doing so we've
done a major cleanup of the WML that describes said animations, making it
much more consistent.
Battle for Wesnoth now supports right-to-left languages. There are new
Polish and Norwegian translations, and many other incomplete ones. In
total, there are 35 translations being worked on; please join us to help
finish the incomplete translations for future releases.
Version 1.2 includes a gameplay feedback mechanism. Players can allow the
program to send anonymous statistics of their performance in single-player
campaigns to our server - this gives campaign authors the information they
need to balance the difficulty of their campaigns.
|
|
courier-mta-0.54.2, devilspie-0.20.1, lmms-0.2.1, mkvtoolnix-2.0.0,
mpg123-0.63, p5-File-Flat-1.00, p5-Finance-Quote-1.13,
p5-HTML-Parser-3.56, p5-Test-Inline-2.200, unrar-3.7.2, wesnoth-1.2.1.
|
|
|
|
|
|
Changelog:
* caff:
+ Fix a bug with checking if we have exactly one or more keys that failed
downloading.
+ Mention in manpage that keyserver-options is a useful setting in
.caff/gnupghome/gpg.conf (Closes: #392811).
+ q-p-encode From: header (Closes: #366745).
|
|
|
|
|
|
|
|
version 1.09
- primitives \push@styles,\pop@styles to save,restore styles
accross blocks (mathpartir)
- Esponja removes unreferenced style classes.
- Notice : horiz bars in table -> <TD CLASS="hbar" STYLE="height=..">
is the most simple and works for both moz and IE.
- added winfonts.hva, to replace a few entities by ascii art
- initial value of 'true' for extendedchars (listings)
- adopt most recent mac encoding 0xDB -> euro sign
- added three window codepages and applemac in inputenc, useful ?
- suppress -symbols option !
- include imagen options as comment in image file -> force
production of images when options change. Then, Misc also
has a checkpointed state, so as to avoid double inclusion
of options with -fix.
- added xspace.hva
- added bibhva executable, so as to call bibtex on .haux files
yielding .hbbl files
- styled theorem-like envs
- added ifpdf package
- option -dv
- chngcntr package.
- latin encoding support, through the inputenc package and
checked numerical entities (\@print@u)
Defaut charset is now US-ASCII.
- Added eurosym package
- Added textcomp package
- supertable completed.
- longtable package, a nightmare
- a few changes in graphics/graphicx to allow loading both
(and \@imagecommand in html/hevea.hva uses \def)
- show/noshow option for package figcut.
- figcut and deepcut packages.
- Basic chapterbib (works for included files only, no top level
bibliography).
- new option -pdf for imagen.
- new -t option for imagen (doc pending) -> dvips
- added delim, moredelim, deletedelim, should now implement
new interface for comments and strinsg, and normalize style
command names... Semantics of 'delete' key is somehow radical...
- -w Z warning -> quite a lot of corrections.
- Huge bug (all ' -> - in text mode).
- <<-o - >> redirects html output to stdout.
- \title, \author and \date now work after \begin{document}
|
|
|
|
|
|
Version 0.2.3 (2007-01-10):
* fixed display bugs with nicklist at top/bottom when look_nicklist_separator
is OFF (bug #18737)
* fixed iconv problem, causing truncated words when using iso locale
* fixed topic scroll when topic has multi-bytes chars
* fixed compilation problem with iconv under FreeBSD
* fixed bugs with charset: now decodes/encodes nicks and channels in IRC
messages (bug #18716)
Version 0.2.2 (2007-01-06):
* fixed bug with status bar (missing refresh) when closing a buffer
* fixed bug with use of first buffer for a channel if not connected
to server (now allowed only for a server buffer)
* fixed refresh bug with private buffer title
* fixed bug with nick completion in command args (now uses option
look_nick_completion_ignore)
* fixed display bug with color for first line on screen (bug #17719)
* added anti-flood option (irc_anti_flood) (task #5442)
* fixed bug with "set_config" function in plugins API (bug #18448)
* plugins: "add_message_handler" now accepts "*" for all IRC messages
* added keys (F9/F10) to scroll topic (task #6030)
* added auto completion with channels and filenames (task #5423)
* fixed memleak in keyboard input
* fixed refresh bug when changing config options if window is splited
* added space between chat and nicklist when position is "right" (bug #17852)
* added option "look_nicklist_separator" (task #5437)
* fixed bug with DCC SEND when filename begins with '~'
* added "irc_send_unknown_commands" option to send unknown commands to
IRC server (OFF by default) (task #5947)
* /charset command and charset conversions now made by "charset" plugin
* fixed display bug in status bar, wrong length when using UTF-8
* fixed bug with ignore: now any IRC command is allowed
* fixed crash with Ctrl-T (transpose) and one char on line (bug #18153)
* added filename completion (task #5425)
* added "modifier" in plugins API
* improved /plugin command
* fixed bug on ignore with "mode" IRC command (bug #18058)
* fixed crash when loading ruby script if file does not exist, with
Ruby >= 1.9 only (bug #18064)
* added date in plugin function get_buffer_data()
* fixed some portability bugs (patch #5271)
* fixed iconv detection for BSD (patch #5456)
* fixed typo in configure.in (bash specific test) (patch #5450)
* mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are
now sent in one mode command to server (task #5968)
* added more values for config boolean values: y/true/t/1 and n/false/f/0
* fixed bug with /alias and arguments (like $1), now text after
argument(s) is used (bug #17944)
* fixed minor display bug with special chars on some arch like PPC
|
|
|