PR pkg/34399.
Revision history for XML-Atom-SimpleFeed:
0.8 2006 Jun 3
- Multiple consecutive internal refactors; code structure is now
actually satisfactory
- Handles multiple authors and contributors
- Support for icon and logo elements
- Big POD cleanup
- Use Carp::Clean to get rid of silly $Carp::CarpLevel juggling
- ***BACKWARDS INCOMPATIBLE API CHANGE***:
Elements such as C<link> which may appear multiple times are no
longer specified in an anonymous array, but simply given
repeatedly.
- ***BACKWARDS INCOMPATIBLE API CHANGE***:
Atom 0.3 element and attribute names are no longer supported. (No
point keeping a lot of deprecation code around in the face of a
change like the above.)
- ***BACKWARDS INCOMPATIBLE API CHANGE***:
Suppress the default C<generator> element requires calling the
C<no_generator> method instead of passing a C<generator> key to
C<new> with an undefined value.
- ***BACKWARDS INCOMPATIBLE API CHANGE***:
Well, since I'm at it, the C<save_file> method is no longer
supported. C<print> now takes a handle, though.
- Cleaned up errors and warning messages and got rid of DIAGNOSTICS
section in POD
0.8_004 2006 May 10
- Brownbag upload: forgot to update ./Changes in 0.8_003
0.8_003 2006 May 10
- Minor incremental progress; various bugfixes, some refactor.
0.8_002 2006 Apr 9
- Use builtin XML writer instead of SAX for output. This
eliminates huge amounts of redundancy.
- Big improvements in the distribution of responsibilities for
deprecation and validation checks.
- Array-based implementation rather than inside-out objects.
- Internal structure is now more logical and consistent.
0.8_001 2005 Sep 28
- Emit Atom 1.0. Documentation updated to reflect Atom 1.0.
Usage according to Atom 0.3 will transparently generate 1.0
elements but emit deprectation warnings.
- Remove _generate_entry_id and use HTTP URLs as IDs by default.
Using tag: URIs is useful for generating the ID once, up
front, so that it won't change even if the permalink does --
if the ID is generated from the permalink, we might as well
use the permalink directly.
- Use XML::SAX::Writer instead of XML::Simple for output.
3.3:
* Add a showDelay option for the dock.
* Fixed onscreen-keeping code which broke a bit in -rc2.
* Fix incorrect handling of window properties on 64 bit arches.
* Fix pixelsize being the same as size for pango, now it is correct.
* Fix drawing of icons taller than wide, eg gimp.
* Add a 'mirrorhorizontal' gradient, like horizontal but mirrored in the
center and 'splitvertical' which is like vertical but nonlinear in a fancy
way.
* Translations for de, hr and zh_TW added.
* Add initial per-app settings support.
* Fix some outstanding issues with 64-bit support.
* Add an optional delay for displaying submenus so you can move the mouse
over some entries without flashing each submenu.
* Plug some minor memleaks and fix minor bugs.
* Changed algorithm for downscaling window icons.
* New themes!
* Disable support for libstartup-notification by default, it doesn't seem
to work well.
* Allow disabling of duplicate window numbering by option titleNumber in
theme section.
* Add moverelative and resizerelative actions.
* Option middle for menus that make submenus be centered instead of aligned
by the top edge to the parent entry.
* Fix transient (ie dialog) windows being placed offscreen if the parent
is close to the edge of the screen.
3.3-rc2:
* Fixed some typos and errors in rc.xsd
* Add the noStrut option to the dock (to allow maximizing windows over it),
useful when it is not in the above layer.
* Fix transparent terminals not updating when using ToggleDecor.
* Yet more poking at the onscreen-keeping code, should now do the right
thing always.
* Add an option to hide disabled buttons instead of showing them as disabled.
* Hopefully fixed all the remaining pango issues. The new 1.10 release also
fixes shadows again.
* I think the lib linking in Makefile.am is right now, please tell me if it
isn't.
* Added a finnish translation and some minor updates to others.
* Fixed configure.ac so --enable-pango doesn't disable pango support or the
other way around, make enabled be default to get some extra testing.
3.3-rc1:
* Poked around a bit in the code that keeps windows onscreen, if you
are using xinerama, please let me know if things are better/worse/same.
* Add support for pango, disabled by default due to a bug in pango 1.8 that
breaks shadows, it works fine with 1.6.x though. Poke the pango developers
here http://bugzilla.gnome.org/show_bug.cgi?id=169622 if you want this
to be fixed.
* Made edge resist and Send/MoveToEdge not hit windows at layers below
the current one, add option to disable this behaviour.
* Fixed directional focus not getting trapped in omnipresent windows
* Fixed focus actions when bound to the mouse, normal focus cycle is always
linear and directional focus is totally disabled, it makes no sense
anyway, just move the mouse.
* Added an option for the raise/lower/raiselower/unshaderaise/shadelower
options called group that lets you bind stuff to raise/lower the whole
window group. <action name="raise"><group>yes</group></action>
* Add various new actions. I haven't updated the web docs yet, but I think
I managed to get all of them listed in rc.xsd.
* Bugs 1783, 1812, 1863, 1905, 2005, 1957 fixed.
* Some translations added. (ca, no, pl, ru, fr)
LibOFX 0.8.2:
- bug fixes for GCC4.x and 64-bit compatibility
- fix to enable OFXDirectConnect in Aqbanking
- improvements to ofxpartner functionality
- minor build system modifications
- new fields for fees, commissions and stock split data
- fix a memory leak and a potential crashing bug
Remove curl/buildlink3.mk from buildlink3.mk, since the library
provided by this package is not linked against curl.
by libofx).
This library provides a C++ interface to XML files. It uses libxml2
to access the XML files, and in order to configure libxml++ you
must have both libxml and pkg-config installed.
A newer version of this library is in textproc/libxml++2.
2006-08-31 Mikio Hirabayashi
* estraier.c (est_cond_set_options): "ESTCONDROUGH" and other options were added.
* estraier.c (est_phrase_from_rough): new function.
* estraier.c (est_phrase_from_union, est_phrase_from_isect): new functions.
* estmaster.c (startup): "uiphraseform" attribute was added.
* estcmd.c (runsearch, procsearch): "-sfr" options and so on were added.
* estcmd.c (rungather, procgather): "-aa" option was added.
* estseek.c (main, showpage): "genrecheck" and "phraseform" attributes were added.
* estseek.c (showpage): accuracy of sequencial scan was improved.
- Release: 1.4.1
New in this release
=====================
** Support for interix
** Ignoring of synchronous signals
The procedures IGNORE-SIGNAL and HANDLE-SIGNAL-DEFAULT have been
added.
** Support for gcc 4.0
** 0.6 for module path
The standard module path now contains
${prefix}/lib/scsh/modules/0.6 in addition to
$prefix/lib/scsh/modules for compatibility with install-lib
** New implementation of open-pty
Instead of search for /dev/pty??, scsh now tries a wide variety of
ways to aquire a new pty and the corresponding tty.
** Bug fixes
argv[0] is now the first element of command-line
Fixes found by new test suite
Regexp for empty string
Argument checking for COPY-BYTES!
GC_PROTECTs for send_substring
format_date support for #f timezone
Added predicates for user-info and group-info
Reaping of stopped processes: Do not mark stopped processes as dead
md5-digest-for-port
| regexps return char-sets
standard-let in srfi-5
(%)read-delimited! checks for mutable buffer
leap second for srfi-19
The default image for the scshvm is now the installed scsh.image.
Comix 3.5.1
- Fixed a bug that caused the mode of all images to be reported as
"unknown" instead of RGB/CMYK etc.
- Fixed a bug that could cause an error when trying to quit Comix under
certain circumstances (i.e. when there is no ~/.comix/menu_thumbnails/
directory present).
Noteworthy changes in version 1.2.3 (2006-08-28)
------------------------------------------------
* Rewrote gcry_mpi_rshift to allow arbitrary shift counts.
* Minor bug fixes.
* Version 0.6.6 (released 2006-08-23)
** Instead of AX_CREATE_STDINT_H, use the stdint gnulib module, for idn-int.h.
This solves building on some HPPA systems. Note that the generated
idn-int.h is specific to the build environment that libidn was built
under, and is not generally usable by any other compiler (if any) on
the host. This was true before too.
** Update gnulib files.
** API and ABI is backwards compatible with the previous version.
Version 1.4.6 - 25 August 2006, by Eric Blake (CVS version 1.4.5a)
* Fix buffer overruns in regexp and patsubst macros when handed a trailing
backslash in the replacement text, or when handling \n substitutions
beyond the number of \(\) groups.
* Fix memory leak in regexp, patsubst, and changeword macros.
* The format macro now understands %F, %g, and %G.
* When loading frozen files, m4 now exits with status 63 if version
mismatch is detected.
* Fix bugs that occurred when invoked with stdout or stderr closed,
and detect write failures to stdout or to the target of the
debugfile macro. In particular, the syscmd and esyscmd macros can
no longer interfere with the debug stream or diversions.
* The m4exit macro now converts values outside the range 0-255 to 1.
* It is now an error if a command-line input file ends in the middle of a
comment, matching the behavior of mid-string and mid-argument
collection.
* The dnl macro now warns if end of file is encountered instead of a
newline.
* The error message when end of file is encountered now uses the file and
line where the dangling construct started, rather than `NONE:0:'.
* The debugmode and __file__ macros, and the -s/--synclines option, now
show what directory a file was found in when the -I/--include option or
M4PATH variable had an effect.
* The changequote and changecom macros now work with 8-bit characters, and
quotes and comments that begin with `(' are properly recognized
following a word.
* The new macro __program__ is added, which allows the input file to issue
an error message that resembles messages from m4. Warning and error
messages have been reformatted to comply with GNU Coding Standards.
* The errprint, m4wrap, and shift macros are now recognized only with
arguments.
* The index, substr, translit, regexp, and patsubst macros now produce
output when given only one argument, but still warn about a missing
second argument.
* The patsubst macro now reliably finds zero-length matches at the end
of a string.
Overview of Changes from GLib 2.12.2 to GLib 2.12.3
===================================================
* Use Posix monotonic clocks instead of gettimeofday()
for GTimer when available.
* Make the construction of singleton objects work
witout warnings.
* Bugs fixed
351583 API documentation issues with 2.15 release
336114 desktop locks immediately after changing
the system clock
351853 GKeyFile creates non-UTF-8 error messages
* Translation updates (fr,hu,ja,ku,lt,lv,ml,or,
pt,ru,sv,vi,zh_CN)
2006-08-27 Mikio Hirabayashi
* estraier.c (est_strstr_sparse): new function.
* estraier.c (est_db_add_pseudo_index): new functions.
* estraier.c (est_pidx_uri_to_id, est_db_score_doc): new functions.
* estraier.c (est_db_get_doc, est_db_get_doc_attr): pseudo index was to be supported.
* estraier.c (est_make_cattr_list, est_free_cattr_list): new functions.
- Bugs of doc.keywords methods of language bindings was fixed.
- Release: 1.4.0
2006-08-18 Mikio Hirabayashi
* estbutler.c (procsearch): a bug about handling "max" and "skip" parameters was fixed.
- Release: 1.3.9
2006-08-15 Mikio Hirabayashi
* estraier.c (est_search_aidx_attr): speed of the "NUMBT" operator was improved.
* estraier.c (est_aidx_attr_narrow): speed of the "NUMBT" operator was improved.
* estmaster.c (searchlocal): a bug of attribute search was fixed.
- Release: 1.3.8
2006-08-08 Mikio Hirabayashi
* estraier.c (est_search_union): a bug of bus error on SPARC environment was fixed.
* estmaster.c (startup): "helpershift" attribute was added.
* estmaster.c (sendnodecmdinformhelper): new function.
* estbutler.c (runinform, procinform): new functions.
* estbutler.c (rungetdoc, procgetdoc): new functions.
* estbutler.c (rungetdocattr, procgetdocattr): new functions.
* estbutler.c (runetchdoc, procetchdoc): new functions.
* estbutler.c (runuriid, procuriid): new functions.
- Release: 1.3.7
2006-08-01 Mikio Hirabayashi
* estraier.c (est_normalize_text): some symbol marks were to be normalized.
* estmaster.c (sendnodecmdsearchhelper): blocking because of mutex was cleared.
* estseek.c (realmain): a bug about attribute search was fixed.
- building option to use Vista database instead of Villa was added.
- Release: 1.3.6
2006-07-28 Mikio Hirabayashi
* estraier.c (est_normalize_text): symbol marks were to be normalized.
* estmaster.c (sendnodecmdsearchhelper): new function.
* estmastersearch.c: new file.
* estseek.c (realmain): type of "scancheck" attribute was changed to integer.
- Release: 1.3.5
2006-07-18 Mikio Hirabayashi
* estraier.c (est_db_open): a parameter of B+ tree was modified for space efficiency.
* estraier.c (est_db_open): "ESTDBSMALL" option was added.
* mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved.
- Release: 1.3.4
2006-08-18 Mikio Hirabayashi
- A bug of segmentation fault on BSD was fixed.
- A test command for checking multi thread safety was added.
- Release: 1.8.70
2006-08-15 Mikio Hirabayashi
- Mutex controll in C++ API became refined.
- Release: 1.8.69
2006-08-08 Mikio Hirabayashi
- A bug about memory alignment was fixed.
- A bug of handling meta data on big endian platforms was fixed.
- Release: 1.8.68
2006-08-05 Mikio Hirabayashi
- A bug about memory alignment was fixed.
- A bug about parsing MIME was fixed.
- Release: 1.8.67
2006-08-05 Mikio Hirabayashi
- The utility API was enhanced.
- Release: 1.8.66
2006-08-03 Mikio Hirabayashi
- The extended API was enhanced.
- The extended advanced API was enhanced.
- Release: 1.8.65
2006-07-28 Mikio Hirabayashi
- A bug of Makefile ralated to optimization was fixed.
- Release: 1.8.64
2006-07-24 Mikio Hirabayashi
- A lot of functions were replaced by macros.
- The utility API was enhanced.
- Release: 1.8.63
2006-07-20 Mikio Hirabayashi
- A lot of functions were replaced by macros.
- The URL resolver was to allow unescaped meta characters.
- The advanced API was enhanced.
- Release: 1.8.62
2006-07-14 Mikio Hirabayashi
- A bug of the size checking function of the extended API was fixed.
- The advanced API was enhanced.
- Release: 1.8.61