Age | Commit message (Collapse) | Author | Files | Lines |
|
2008-08-30 Jody Goldberg
* Release 0.6.5
2008-08-08 Jean Brefort
* docs/reference/Makefile.am: add API version to DOC_MODULE. [#522096]
2008-07-27 Morten Welinder
* goffice/utils/go-format.c (go_format_get_family): If a number
format has both a date and a time part, it's a date format. Fixes
#545016.
2008-07-21 Jean Brefort
* goffice/graph/gog-style.c: (gog_style_font_sax_save): use
gsf_xml_out_add_cstr instead of gsf_xml_out_add_cstr_unchecked.
[#543986]
2008-07-13 Jean Brefort
* goffice/graph/gog-plot-engine.c:
(gog_plot_type_service_finalize),
(gog_trend_line_service_finalize),
(gog_trend_line_service_class_init): fix memory leaks. [#542506]
2008-07-08 Jody Goldberg
* autogen.sh : back port updated gtk-doc check.
2008-07-07 Emmanuel Pacaud
Fix keyboard activation of the add menu in the graph guru.
* goffice/graph/gog-child-button.c (gog_child_button_init): connect to
toggled signal.
(ensure_menu): new, to be shared by toggled in button-press signal
handlers.
(gog_child_button_toggled_cb): new.
(gog_child_button_press_event_cb): new.
2008-06-30 Morten Welinder
* goffice/math/go-math.c (go_math_init): Check for buggy
valgrind (finitel problem) and limp on.
2008-06-20 Jean Brefort
* goffice/graph/gog-style.c: (gog_style_create_cairo_pattern): fixed
gradients coordinates.
* goffice/gtk/go-gradient-selector.c:
(go_gradient_swatch_render_func): ditto.
2008-06-13 Rob Staudinger
* goffice/gtk/go-color-palette.c (make_colored_menu_item): Use plain
menu items for toolbar overflow image menu item proxies, so they are
displayed correctly with gtk-menu-images=0, fixes #537541.
* goffice/gtk/go-combo-pixmaps.c (go_menu_pixmaps_add_element): ditto.
2008-06-03 Jean Brefort
* goffice/utils/go-marker.c: (go_marker_render): set dashes to NULL,
fixes #536276.
2008-05-30 Jean Brefort
* goffice/graph/gog-renderer.c: (_draw_circle),
(gog_renderer_draw_circle), (gog_renderer_stroke_circle),
(gog_renderer_fill_circle): new utilities.
* goffice/graph/gog-renderer.h: ditto.
* pixmaps/Makefile.am: add new pixmaps for box-plots
excluding outliers.
* pixmaps/chart_boxplot_2_1.png: ditto.
* pixmaps/chart_boxplot_2_1.svg: ditto.
* pixmaps/chart_boxplot_2_2.png: ditto.
* pixmaps/chart_boxplot_2_2.svg: ditto.
* plugins/plot_boxes/gog-boxplot-prefs.glade: add new properties.
* plugins/plot_boxes/gog-boxplot.c: (cb_outliers_changed),
(cb_ratio_changed), (gog_box_plot_pref),
(gog_box_plot_set_property), (gog_box_plot_get_property),
(gog_box_plot_class_init), (gog_box_plot_init),
(gog_box_plot_view_render), (gog_box_plot_series_update),
(gog_box_plot_series_finalize), (gog_box_plot_series_class_init):
ditto, fixes #534642.
* plugins/plot_boxes/plot-types.xml.in: new boxplots sub-types.
* plugins/plot_xy/gog-xy.c: (gog_xy_view_render): use
gog_renderer_draw_circle for bubbles.
2008-05-24 Jean Brefort
* goffice/graph/gog-plot-engine.c: fixed services (de)activation.
* goffice/graph/gog-plot-engine.h: ditto.
|
|
2008/08/19
+ amend changes to quoting; by default, the checklist widget quotes its
output except when --separate-output is used (Debian #495600).
+ add eo.po from
http://translationproject.org/latest/dialog/
|
|
2008-08-24 Heikki Orsila <heikki.orsila@iki.fi>
* Version 1.3.13
- Bug fixes
- Documentation improvements
|
|
|
|
|
|
This project is the successor to memaid.
The Mnemosyne Project has two aspects:
* It's a sophisticated free flash-card tool which optimizes
your learning process.
* It's a research project into the nature of long-term memory.
The Mnemosyne software resembles a traditional flash-card program
to help you memorise question/answer pairs, but with an important
twist: it uses a sophisticated algorithm to schedule the best time
for a card to come up for review. Difficult cards that you tend to
forget quickly will be scheduled more often, while Mnemosyne won't
waste your time on things you remember well.
While you use the software, detailed statistics can be kept on your
learning process. If you want, these logs can be uploaded in a
transparent and anonymous way to a central server for analysis.
This data will be valuable to study the behaviour of our memory
over a very long time period. As an additional benefit, the results
will be used to improve the scheduling algorithms behind the software
even further.
|
|
|
|
Vulnerability).
Bump PKGREVISION.
|
|
|
|
GNU Teseq is a tool for translating files that contain control
characters and terminal control sequences, into human-understandable
text. It is intended to aid in debugging problems in terminal
emulators, software that makes use of special terminal features, and
interactions between the two.
Teseq is primarily targeted at individuals who possess a basic
understanding of terminal control sequences, especially CSI sequences;
however, by default Teseq will try to identify and describe the
sequences that it encounters, and the behavior they might produce in a
terminal.
Teseq describes control functions as they are interpreted by
VT100-compatible terminals, and/or terminals compliant with the ECMA-48 /
ISO/IEC 6429 standard. Teseq does _not_ support describing control
functions according to terminal-specific definitions in a database such
as termcap or terminfo, though future versions may include limited
support for that (*note Future Enhancements::). Therefore, the
descriptions Teseq uses for control functions may not necessarily match
their actual interpretation by whatever terminal device the characters
were actually intended for.
|
|
minor bugfixes
|
|
(CVE-2008-3533), bump PKGREVISION
|
|
Noticed by Zafer Aydogan via private mail.
|
|
|
|
2008/07/27
+ add pointer-check when closing piped input (cf: 2007/03/25)
+ use here-documents rather than echo, when passing backslashes in
strings, to accommodate the Debian shell "dash" (Debian #489563).
+ recode several ".po" files to UTF-8 for consistency.
+ change --separator to be an alias for --output-separator, for
compatibility with Xdialog.
+ add --output-separator option to allow scripts to change the output
separator from a newline (for --separate-output) or a space. This
applies to other widgets such as forms and editboxes which normally
use a newline.
+ add --column-separator option, to tell where column-aligned data for
radio/checkboxes or menus should be split into columns (request by
Ben Dibbens).
+ add id.po, ku.po, lt.po, nb.po and update ca.po, fr.po, gl.po, ja.po,
th.po from
http://translationproject.org/latest/dialog/
+ add "--quoted" option, to quote values returned by formbox, etc.
+ change names of EX/ES macros in dialog.1 to work around name-
pollution caused by changes in Debian #470729.
|
|
Myriad feature enhancements (such as UTF-8 and enhanced regexp
support via libslang2) as well as bug fixes (notably proper shell
in some formerly problematic cases). Also, mmap is enabled by
default now.
|
|
Implemented byteswapping option to allow udfclient to read and write PVR
harddiscs who appear to be byteswapped for some reason (copy protection?).
Also improved udfdump dumping making it handle big free space maps and
allocation extensions and making cd_disect ATAPI happy again.
|
|
privilege escalation vulnerability (CVE-2008-0162). Also verify the
return values of setuid()/setgid().
|
|
ChangeLog:
Revision history for Perl suite Locale::Maketext
2008-05-28 Adriano Ferreira
* Release 1.13
New maintainer. No noteworthy changes.
When debugging is turned on, "DEBUG and warn" is now
used instead of "DEBUG and print". It makes web applications
happier. CPAN RT #36238
2007-11-17
* Release 1.12
Many doc changes from RT.
Silenced some "used only once" warnings under Perl 5.10.
$@ is now localized in case it gets interpolated. This was added
a while ago, but now there's a test for it, too.
Added warnings and strict to tests.
Cleaning up some Perl::Critic gripes.
2007-05-07 Andy Lester
* Release 1.11_01
Fixed perlbug #33938
http://rt.perl.org/rt3//Public/Bug/Display.html?id=3393
Started cleaning up source per Perl::Critic.
|
|
What's new in GOK 1.4.0?
* GOK now uses the core pointer (regular system mouse) by default
* Loads of improvements thanks to growing GOK community.
* Updated translations, and numerous bug fixes.
|
|
* Released Tellico 1.3.3.
* Fixed EntryView to honor copy() command properly, for clipboard.
* Updated Porbase URL in z39.50 server list.
* Updated drag-and-drop to allow HTTP urls.
* Changed Arxiv fetcher to remove ID version number for results.
* Fixed bug with merging file catalogs, to properly match on URL.
|
|
0.30 Mon Dec 18 23:24:25 PST 2006
- back after two and a half years; happy hanukkah!
- added note about B:CC:Object
- added new Discover 65 prefix
- check for Switch before Visa as Switch has some BINs in ^4
- accept masked numbers in cardtype()
- add handling of card network peering arrangements, controllable via
$Business::CreditCard::Country
- identify Diner's club ^36 cards as MasterCard in US and Canada
- identify China Union Pay cards as Discover cards outside China
- identify China Union Pay cards
No recorded changes for 0.29 upstream.
|
|
- took maintainership
Changelog:
2.03 - Tue Oct 2 03:17:34 2007
* Fixed minor distro problems and bumped to release version 2.03
2.02_05 - Wed Sep 12 13:27:09 2007
* Explore RT #29292. I don't seem to have the problem with
hyphens for ISBN-13, but let's see what CPAN Testers has to
say
2.02_04 - Sat Sep 1 14:55:00 2007
[BUGFIX] ISBN13 was returing "Bookland" for all groups, but
it shouldn't do that. Now it returns the same thing you'd
get from ISBN10 (e.g. "English", "German", ... ).
2.02_03 - Sat Sep 1 04:12:49 2007
[BUGFIX] RT 29089 - I had the wrong _max_length for ISBN13. That 13
is the hint that it should be 13. :)
2.02_02 - Sat Aug 25 05:57:22 2007
[FEATURE] added exportable function valid_isbn_checksum that
takes care of all of the object stuff for you and just gives
you the answer. In previous docs, this was called is_valid_checksum
even though that conflicted with an object method. It was
documented but never implemented. Now it's there. :)
[BUGFIX] now should pass tests under 5.6.2, after a bit of
backporting. Upgrade already people! :)
2.02_01 - Fri Aug 17 14:00:51 2007
* Don't import import() from Exporter. There are a lot of people
(apparently) using very old perls, not just CPAN Testers.
2.02 - Wed Aug 15 03:11:25 2007
* fixes RT #28843: an ISBN-13 with a bad prefix shouldn't croak,
but return an object that explains the error.
2.01 - Sun Aug 12 22:28:01 2007
* Official release of Business::ISBN to handle ISBN-13
* Does not handle 979- numbers yet (need publisher data for that)
* Does handle 978-numbere, which is the 10 digit ISBN with a
different "country code", so it uses the same publisher data
* There are significant API changes to handle the new stuff. It's
not so bad, but test it before you rip out the old Business::ISBN
stuff.
2.00_01 - Wed Mar 14 00:38:18 2007
* DEVELOPER RELEASE
* Completely redone internals to handle ISBN-10 and ISBN-13
* Some interface changes to Business::ISBN 1.x
* Removed exportable functions.
|
|
- took maintainership
ChangeLog:
1.17 - Sat Oct 27 13:47:07 2007
* Update to docs to point to latest URL for ISBN International
1.16 - Thu Oct 25 21:38:20 2007
* distro cleanups. No need to upgrade.
|
|
This is the last release of the 2.22 series.
It just includes some additional bug fixes.
|
|
|
|
0.07 Wed Dec 05 16:18:22 2007
- Addition of new ellipsoids
- Refinement of MGRS calculations
- Addition of latlon_to_utm_force_zone
Changes for 0.08 not in Changes file in package.
|
|
|
|
|
|
|
|
build on Mac OS X Leper.
|
|
== Changes
=== Version 0.3.2 - 2008-05-21
* detect aix and mingw as known operating systems.
|
|
|
|
satisfies doc/TODO. ;) Seems to need gmake now.
|
|
Bump PKGREVISION.
|
|
|
|
|
|
This version fixes various bugs including the security vulnerability
reported in CVE-2008-2152.
|
|
|
|
Release Notes:
http://development.openoffice.org/releases/2.4.1.html
|
|
|
|
|
|
|
|
|
|
Use the included one.
Patch from drochner@
|
|
|
|
This should fix PR pkg/38799.
|
|
* Released Tellico 1.3.2.1.
* Fixed en_GB translation to remove context strings.
* Released Tellico 1.3.2.
* Include Canadian LCC values, patch from Peter Stevenson.
* Updated entry creation to always add default values. Fixes Debian bug 481639.
* Improved IMDb search results.
* When adding a book to a bibliography, set the type to 'book'.
* Updated LCCN search to validate format.
* Updated entry match to compare validated LCCN.
* Updated z39.50 search to allow multiple LCCN values.
* Changed loader to eliminate possible duplicates for fields allowing multiple values (like keywords).
* Updated PubMed search to add all keywords.
* Fixed PubMed search to use utf8 encoding.
* Changed XML loader to strip whitespace from non-paragraph values.
* Added languages and editors to Amazon book import.
* Updated mods2tellico.xsl to try to capture more of mods info converted from refbase.
* Updated mods2tellico.xsl to try to capture more of bibtex info converted from wikindx.
|
|
changes:
-documentation fixes
-translation updates
|
|
changes: bugfixes
|