kgeography
* Make all the triangles of the Union Jack flag of Manitoba should be blue.
* Make all Canada islands in Hudson belong to Nunavut.
Kig
* Euclidean grid: draw it for all the visible area; use the same scale for
X and Y lines.
* When exporting text labels to XFig, pass the correct reference point.
KAlarm
* New option to specify reminder times in minutes.
* Prevent multiple identical error messages accumulating for the same
alarm.
* Remember main window show/hide options when KAlarm last closed, instead
of setting them in the Preferences dialog.
* Replace simple repetitions with recurrence sub-repetitions, to reduce
confusion.
* Simplifications and improvements to the alarm edit dialog layout and
controls.
* Fix crash when saving Preferences, if 'xterm' is not installed in the
system.
* Fix failure to trigger some recurring date-only alarms
* Fix date-only alarms repeating every minute from midnight until the
start-of-day time.
* Fix KAlarm hanging especially on startup, and potentially freezing the
system for a while.
* Fix deferral of non-recurring alarms not working.
* Fix inability to reactivate deleted alarms which still have repetitions
to go.
* Fix sendmail error "Sender verify failed (in reply to RCPT TO command)"
on some systems.
* Prevent error messages while typing a date value, until the user has
finished entering it.
Pkgsrc changes:
Change pkg revision to include iso patch revision.
iso255 8/30/05
Joined with less-378.
iso256 8/30/05
Joined with less-381.
iso257 9/4/05
Fixed problems caused by merge.
Changed buffering mechanism to track exact POSITION through code set
conversion. This helped hiliting routine and improved less running
speed.
Changed to parse text from the beginning of physical line when less
jumps into the middle of text. This fixed major problems on stateful
text like ISO-2022.
Fixed JIS X 0213:2000 related problems. Thanks to Takeshi WATANABE.
Also, fixed a problem reported by him. Less will not split one wrong
multi-byte character into different lines even if it is not fit in first
line. Less moves entire text to second line.
iso258 9/4/05
Joined with less-382.
iso259 9/6/05
Changed an algorithm to detect the gap of parsing input stream. This
fixed a problem on long JIS/English text.
Fixed '\r' problem.
iso260 9/19/05
Changed the algorithm handling input and output character sets. Now
jless use two variables, one represents supporting character sets for
input stream, and the other represents encoding scheme for output
stream.
Changed to support JISX0213:2004.
iso261 2/24/06
Changed put_wrongmark function to make it work with new iso260 buffering
semantics. And applied a patch provied by Takuji. Thanks to Takuji.
iso262 2/24/06
Removed POSITION variable from member variables of M_BUFDATA. It was
added to make multi-byte character buffering function work better with
less. However, it degraded abstraction level of data structure
(multi.h). This time, add POSITION* as an additional argument of few
functions and keep data structure as simple as possible.
This modification make regex_cs-lwp9k be able to compile.
Major New Features Include:
* RubyGems warns about various problems with gemspecs during gem building
* More-consistent versioning for the RubyGems software
Other Changes Include:
* Fixed various bugs and problems with installing gems on Windows
* Fixed using `gem server` for installing gems
* Various operations are even more verbose with --verbose
* Built gems are now backwards compatible with 0.9.4
* Improved detection of RUBYOPT loading rubygems
* `ruby setup.rb` now has a --help option
* Gem::Specification#bindir is now respected on installation
* Executable stubs can now be installed to match ruby's name, so if ruby is
installed as 'ruby18', foo_exec will be installed as 'foo_exec18'
* `gem unpack` can now unpack into a specific directory with --target
* OpenSSL is no longer required by default
20051107: Bumped up version number to 1.1.4
20051107: Makefile: package target
20051107: Changed email and website to current ones
20051107: Fixed a few typos in the manpage (sync with util-linux (2.12r)
Removed four patches -- three are integrated and antiword is removed.
No longer conflict with antiword.
Add patch (from OpenBSD) in attempt to fix egon.
Improve DESCR.
Add http download to MASTER_SITES.
Don't depend on gv or gnuplot. gnuplot is optional. And I don't
know why it depended on gv. This package provides its own postscript
viewer.
ChangeLog has:
061110 Buildability fixes for Egon.
Unbundled Antiword.
Corrected formatting errors in dictionary.it.
Bundled o3read.
030916 Siag, PW: Ctrl-T adds sheet, Ctrl-W removes sheet.
030820 Got newest source from CVS. xsiag/window.c had to be
reformatted using indent.
030309 Replaced applicationShellWidgetClass with
mwApplicationShellWidgetClass. Instant drag and drop
support, just like that. This means that Mowitz >= 0.3.0
is now required.
Siag, PW, Egon: remove drop.[ch] and use drop functionality
in Mowitz instead. Added cb_drag and cb_drop callbacks.
030304 Replaced XtAppInitialize with XtOpenApplication everywhere.
030303 Changed .cvs to .csv in common/siag.dfmext.
which(1) in a Makefile part provided by gtk-doc by a newer version
(which is still not portable, but since that gtk-doc stuff is used
at many places there is no point in introducing something better here)
Pkgsrc changes:
- Added option "debug" (off by default).
- Explicitly listed licence information.
Changes since version 0.28:
===========================
0.30 rlwrap can now use putenv() on machines that don't have
setenv() (like some Solaris systems)
EOF on stdin (e.g. by pressing CTRL-D) would end prompt colouring.
added -q option
0.29 added -A option to handle (ANSI-)coloured prompts
added -p option to colourise uncoloured prompts
added -t option to set terminal type for client command
rlwrap now copies its terminal settings from the client
even when this has put its terminal in single-keypress
(uncooked) mode. A rlwrapped emacs will now respond to CTRL-C
and CTRL-G as it should.
fixed a long-standing bug where long output lines with the -r option
would put mutilated words into the completion list. Drawback:
prompts are not put into the completion list anymore (bug or feature?).
rlwrap now handles output to the client before input from the
client, and only handles keyboard input when all client I/O has
been handled. This will make rlwrap a little better behaved when
handling large chunks of (pasted) input, especially with colourised
prompts
error messages and warnings now include the rlwrap version number
rlwrap now prints a warning when started in vi mode when the
terminal is too dumb to support upwards cursor movement
added a very simple custom malloc/free debugger for use with the
--debug option. Rather fragile and not well tested, use with care.
Whenever TERM is not set, rlwrap assumes vt100. Set TERM=dumb if
you really have a dumb terminal.
rlwrap now leaves the handling of multi-line prompts and edit
buffers to readline (except when in horizontal-scroll mode or when
configured with --enable-homegrown-redisplay).
whenever --always-readline is set, SIGWINCH not passed to
client command immediately, but only *after* accepting a line.
multi-byte prompts and input no longer confuse rlwrap (provided
your readline lib supports multi-byte characters)
--spy-on-readline now enabled by default
the configure script will now find term.h on cygwin
dropped the assumption that tgetent() and friends are only ever
declared in term.h; rlwrap now has proper terminal handling also
under SunOS.
the rlwrap source should again be fit for consumption by older
(C91 compliant) compilers
bullet below.
4.6.0 Release Notes
-------------------
o MAJOR: Rework pj_transform() to avoid applying ellipsoid to ellipsoid
transformations as a datum shift when no datum info is available.
o Avoid applying "change of ellipsoid" during datum shifting based on
ellipsoids getting changed to spheres for spherical projections.
o Upgrade to EPSG 6.13
o Added "900913" "Google Mercator" code in nad/esri.extra.
o Avoid some static variable based multi-threading problems.
o Improve error recovery if ctable style datum shift grid fails to load.
o Support drive letters properly in PROJ_LIB paths for win32.
o Fix occasional problem with DMS parsing.
o Removed non-functional mpoly projection.
o add lonlat, and latlon as aliases for longlat.
Pointing out by veego@ in private e-mail.
- Make this build with gcc4 on NetBSD/amd64 (don't link libsupc++.a
with gcc>=4). Suggested by joerg@. Tested by Paul Goyatte
<paul at whooppee dot com> and smb@.
This update provides a fix for the security vulnerability reported in
CVE-2007-4575 and a lot of other bug-fixes.
The complete release notes are available here:
http://development.openoffice.org/releases/2.3.1.html
This release fixes CVE-2007-4575 (Potential arbitrary code execution
vulnerability in 3rd party module (HSQLDB)).
Changes since 2.3.0:
canvas23101 cairo canvas fixes
os105 Fixe of issue 82625
dndthreading Fix for DND threading apartment problems on Windows
extpatchfix
impress135 single fix cws for impress presentation
localisation26 l10n fixes for arabic
native119 New Java GUI Installer
c03v10
c17v001
ext002 Release CWS to provide DirectX Canvas as Extension
fwk75 Framework fixes for OOo2.3.1
native115 OOo 2.3.1 installation tasks
sw8u9bf01 Writer bug fixes for OOo2.3.1/SO8PU9
atkbridge8 Fix crash when leaving presentation mode with
accessibility enabled.
dr59 Calc issues for target OOo 2.3.1
fwk76 Framework OOo2.3.1 fixes.
hsql1808 upgrading hsqldb to latest release 1.8.0.9
jl80 Bundle new JRE with StarOffice/OpenOffice
pdffix01 Fix regressions in PDF export of OOo 2.3.0
proxru
pythonhcheck fix Python.h check
sw8u9bf02 Writer bugfixes for 2.3.1
thbpp9 Misc fixes for 2.3.1
tl48 Various fixes for OOo 2.3.1
updatedutchspellcheck Update Dutch spell checker for 2.3.1.
dba231a DBA related bug fixing towards 2.3.1
impress131 impress fixes for OOo 2.3.1
javastuffor231 fix two Java issues for 2.3.1
jl81
localizationcws20071022 L10N cws for OOo 2.3.1, do not integrate into SRC680.
mav25 Showstopper cws.
pmladek07 Do not crash when loading too big pictures.
updateptbrspellchecker Update pt-BR spellchecker.
vcl23102 Fixes for 2.3.1
i18n38_OOG680 i18n bug fix
chart16 chart bugfixes for OOo 2.3.1
swlayout01 fix for issue i79774 respectively internal issue
b6596954
ause086 small build fixes to avoid bigger trouble - 2.3.1 only!
c05v005
c07v015
c13v001
chart18 chart regressions in 2.3
jl78 new cli assemblies
sb78 ScriptFramework.jar not available to extensions
vcl23101 Issues for 2.3.1
allowcurloldies fix ucb build with system curl 7.17.0
New features:
* Automatic installation of platform gems
* New bandwidth and memory friendlier index file format
* "Offline" mode (--no-update-sources)
* Bulk update threshold can be specified (-B, --bulk-threshold)
* New `gem fetch` command
* `gem` now has "really verbose" output when you specify -v
* Ruby 1.9 compatible
See http://rubyforge.org/frs/shownotes.php?release_id=16500 for the
complete list.
Lots of upstream changes since 1.10.28 (three years ago).
pkgsrc changes:
- the database location has changed to ${VARBASE}/db/dpkg
- man pages are installed
goffice 0.5.3:
Jean:
* Fix crash in gog_barcol_view_render. [#497777]
Morten:
* Improve classification of date formats.
Emmanuel:
* Draw a frame around the graph area in graph editor.
* Improve legend swatch appearance.
* Populate the add button of the graph editor with more items.
broken on some environment (sorry, I don't know why).
Reported and tested by wiz@.
- Use external expat and jpeg. Requested by wiz@.
- Add `ooo-external-libwpd' option. It's disabled by default
bacause the converters/libwpd depends on some GNOME libraries.
Bump PKGREVISION.
formatted media that has a perculiar partition numbering scheme dat
confused UDFclient. Also minor cosmetic changes to make it less dependent
on gcc's C extensions.
goffice 0.5.2:
Jean:
* Fix xy color scale when some data are missing. [#475394]
* Fix NULL pointer crash in gog_line_view_render(). [#492485]
Jody:
* Add the ability to make a GogObject invisible.
Morten:
* Fix moving-average problem. [#491328]
Sum1:
* Fix ABR in spline code. [#492158]
2007/10/28
+ improve layout of checklist.c, menubox.c, ensuring that the list fits
within the available space (report by Gordon Schumacher).
+ undo removal of redundant chunk from checklist.c in 2007/02/27,
since some scripts depend on this (Debian #443077).
+ update nl.po from
http://translationproject.org/latest/dialog/
goffice 0.5.1:
Jean:
* Fix crash in gog_renderer_update. [#477052]
* Copied FFT and complex numbers code from gnumeric.
Jody:
* Some extensions for OOX charts.
Jon Kåre:
* Fix format selector crash [#475136].
* Don't close image save as dialog after wrong extension. [#420451]
Morten:
* Add function to test if a format has an hour field.
* Re-enable GTK_DISABLE_DEPRECATED
* Fix format dialog crash. [#480971]
then automatically generate a PLIST that says "${PKGNAME} has no files".
* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
and no PLIST files exist, then fail during the package build with
PKG_FAIL_REASON.
* Remove "intentionally empty" PLISTs again.
Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:
PLIST_SRC= # empty
that directly manipulate empty PLISTs.
Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
core libs
* Do not drop frecuently used address that are not in the addresbook
from recent address list.
* Fix Free/Busy information not regenerated for recurring events with
end date after fb-period.
Birthdays resource
* Fix Reminders for imported birthdays from KAdressbook don't work as
expected.
Groupwise resource
* Don't crash if hostname or port are wrong.
IMAP ioslave
* Fix SASL Authentication fails if another client of sasl is loaded.
Sieve ioslave
* Fix SASL Authentication fails if another client of sasl is loaded.
* Fix cannot login When using TLS.
* Fix retrieving scripts from the server always failed with a protocol
error report.
libkholidays
* Add Argentina holidays file.
KAddressBook
* Fix using X-KADDRESSBOOK-X-Department where ORG:organization;department
should be used.
* Fix import bug for vCards when running as Kontact part.
KAlarm
* Allow delay times up to 999 hours to be entered.
* Fix not being able to stop sound file playing.
* Fix template time value is lost between reboots.
* Fix recurring alarms sometimes don't fire when they're supposed to.
KArm
* Allow negative times for budgeting time for a task.
* Right click on "task complete" box should not tick/untick box.
* Fix marking task done does not stop the time.
Kitchensync
* Added configuration dialogs for Evo2, SynCE, Moto and Jescs.
* Added configuration dialog for Sunbird plugin.
KMail
* Do not show the dragging menu when dragging to ourselves or to our
parent.
* Do not ask the user to go online each time a job finished if he
decided to be offline.
* Fix rebuilding index files breaks subject threading for existing messages.
* Fix copying of messages on the same online IMAP server.
* Fix crash when moving folders.
* Fix crashes during drag&drop of imap folders.
* Fix crash after reply to a revoked mail.
* Fix event loop handling.
* Fix crash when cancelling GnuPG singing a new empty message.
* Fix crash on retrieving pop mail.
* Fix crashing after startup.
* Fix templates for forwarding do not work with inline mails.
* Fix draft messages forget the default GPG action.
* Fix encrypt to self function beign always on.
* Fix mails started from a template have wrong date.
Kontact
* Fix crash when editing toolbars while a plugin without part is active.
* Fix crash if no plugin is active when editing toolbars.
KOrganizer
* Fix loading the freebusy list for people with a preferred email address.
* Fix unability to get freebusy information from an eGroupware server.
* Fix publish free/busy list automatically not working.
* Fix a crash when moving recurring multidays events.
* Fix audio notification open file dialog.
korn
* Fix the Subject and Sender parsing.
* Fix fetching the password of a kmail account from kmailrc.
* Fix using pop3-mailboxes from the kmail configuration.
Akregator
* Fix storage backend waking up CPU every 3 seconds.
KTurtle
* Fix UTF8 bug when user language was UTF8.
* Make "else" work.
Kig
* If the loading of the document fails, completely cleanup ourselves to
be able to open a new document in the same (untouched) window.
KVocTrain
* Enable word wrap for the labels in multiple choice query.
* Fix handling of hints.
* Fix handling of remote files.
* Fix search not searching in all columns.
KStars
* Galactic/Equatorial coordinates conversion does not work.
2007/09/30
+ correct cursor position in editbox after deleting past left margin
(report by Joe McDonagh).
+ add "--no-ok" option (patch by Klaus Knopper).
+ modify "--file" option to allow it to read from sources other than
a regular file (patch by Pieter van Beek).
+ improved hi.po (Hindi) (from Klaus Knopper).
+ fix masking of attributes in dlg_draw_shadow() which lost
line-drawing bit (report by David Everly).
+ fix editbox widget to handle zero-length files (report by Joe
McDonagh).
+ update "po" files eu.po ga.po it.po ms.po sv.po vi.po wa.po zh_CN.po
from
http://translationproject.org/latest/dialog/
Changes:
* new Pid.running? function. Checking whether a process exists by sending
signal '0'
* Patch to fix wrong ARGV when using :exec (in def start_exec:
Kernel.exec(script(), *(@app_argv || [])))
CD-R/DVD*R allowing more discs to be read. Also better dumping of TOC's in
cd_discect and sequential dumping of files using a different sectorsize
than the media allowing disc images of CD's to be dumped.
changes:
-Larger star catalogue, New sky cultures, New projections, Some new
nebula textureS
-Better accuracy of planetary positions, more precise positioning of
nebula textures
-New orbital calculation class making it possible to add comet objects
-Fly to planets by pressing control-G when one is selected
-Landscape locations - can set the location according to the landscape
-Places of interest improved
-New landscape: Garching, (near Munich, Germany)
-Data file layout change
-minor bug fixes, and significant changes to the code base
pkgsrc visible change: uses cmake
Security fix:
- Fix CVE-2007-2834 (it has already fixed in 2.2.1nb3).
New features:
- separated UI/configuration for database forms and database reports.
- keyboard shortcuts for database record navigation.
- Show filter options dialog before file dialog in case of pdf-export.
- Selection of stylist filter now persistent.
- The title for the broken signature dialog has been changed.
- Extension Identifiers, unopkg, pkgchk.
- Export COT, ACOT, COTH, and ACOTH to MS Excel files.
- Centered document view.
- separated UI/configuration for XML Form Documents.
- New locale data:
Hausa_Ghana (ha_GH)
Ewe_Ghana (ee_GH)
Frisian_Netherlands (fy_NL)
Uzbek_Uzbekistan (uz_UZ)
Occitan_France (oc_FR)
Lingala_Congo (ln_CD)
Sango _ Central African Republic (sg_CF)
English_Ghana (en_GH),
Ganda_Uganda (lg_UG)
Armenian_Armenia (hy_AM)
- Tagalog_Philippines (tl_PH) added to language list box.
- Jewish calendar dates for en_US locale.
- Uzbek (Cyrillic) removed from language list box.
- Currency Bolivar Fuerte, VEF, for Spanish_Venezuela (es_VE) locale.
- Default currency Ghana Cedi, GHS, for *_Ghana (ak_GH, ee_GH, en_GH, ha_GH)
locales.
- com.sun.star.io.SequenceInputStream service.
- Insert/Title Dialog Layout Changed.
- offer to switch to a Simple 3d look in charts.
- exploded 3D pies and donuts.
- more easy creation of charts / new wizard.
- Strings for Undo in Charts.
- enhanced logarithmic scales.
- Automatic axis scaling.
- Flexible Source-Range Selection.
- enhanced selection handling.
- Export donut charts according to spec.
- Export manual scales for percent charts correctly.
- Menu for Charts.
- Chart Data Editor improved.
- Right-angled axes for 3D Charts.
- New Default Colors for Charts
- Chart-Specific Toolbars.
- Terms for Chart Elements.
- simplified 3D dialog for charts.
- Right-angled axes for 3D Charts.
- Show formula and R^2 for regression curves in Status Bar and Extended Tip
Help.
- keyboard shortcuts for task pane entries.
- / in database object names not allowed anymore.
- New Report Designer.
- HTML export for draw and presentation documents now supports png.
- Alternative text for non-text image map.
- Alternative text for layers in drawings.
- Alternative text for layers in drawings (now with issue number).
- Preview Document in Web Browser.
- Extension can integrate options pages in the options dialog.
- New option: Load printer settings with the document.
- Single dialog export in dialog editor.
- Link to extensions.services.openoffice.org in Extension Manager.
- Editing of path animations is possible again.
- testtool: new commands to request webpages.
- testtool: new implementation for typekeys and mouse*.
- testtool: new methods to access EditBrowseBox.
- testtool: config tabpage for Crashreport configuration.
- testtool: New option in options dialog to set OOo program path.
- testtool: method to get state of menu entry if expandable.
- testtool: add new methods for ORoadmap e.g. in wizards.
- testtool: new method to get slot execution status.
- Default print options in Calc.
- Support of inline matrix/array constants in formulas.
- Keyboard shortcut "Ctrl-1" is now "Format Cells".
- Keyboard shortcuts Ctrl-Plus and Ctrl-Minus for Insert/Delete Cells.
- GETPIVOTDATA formula function.
- Division by zero #DIV/0! error displayed for certain functions, #NUM!
displayed for illegal floating-point operation errors.
- Cell context menu entry changed.
- Renamed checkbox in Paste Special dialog.
- Checkbox in Delete Contents dialog renamed.
- Extend AutoSum Capabilities in Calc.
- Renamed "Set Input Mode" to "Toggle Edit Mode".
- Shortcut for Format->Cells menu entry changed.
- Ctrl + ~ (Ctrl + `) toggles formula view.
- Dynamic ranges as formula results in validation lists.
- Drawing objects support Basic macro calls.
- JIS and ASC Spreadsheet Functions.
- "Form Objects" toolbar removed.
- Toolbars "Insert" and "Insert Object" merged.
- Changed menu entry Data->Outline.
- Default print options in Calc.
- Intro and about bitmap location changed, configure script extended.
- Selectable FixedTexts.Changed shortcut for "Object" in the Edit menu.
- Standard Color Palette Extended by new Chart Default Colors.
- Automatic update for charts in Writer.
- Language Guessing.
- Ctrl-click to execute hyperlinks.
- New Smart Tag API and UI.
- 'Old' mail merge dialog now supports output to single file.
- Soft page break.
- Shortcut for "Repeat".
- New writer compatibility option.
- Password of a document is asked untill the correct one is entered or the
dialog is cancelled.
- Menu and toolbar merging support for extensions.
- Default Macro Security Level changed.
- First word in a Calc cell will no longer be capitalized by auto-correction.
- Customize Keyboard tabpage.
- Compatibility option "Expand word space..." added.
- New export filter: MediaWiki.
- Spell checking one letter words.
Please see the following URL for more detail of changes.
http://development.openoffice.org/releases/2.3.0.html
Fixes "CVE-2007-2834: Manipulated TIFF files can lead to heap overflows and
arbitrary code execution".
Besides that lots of bug fixes, improvements and better MS Office compatibility.
See the release notes at http://development.openoffice.org/releases/2.3.0.html
Pkgsrc changes:
- Package needs a C compiler.
Changes since version 2.16.1:
=============================
* Changed to work with eBay's new bid history page (bug 1782953)
* Use configurable hosts in all URLs (bug 1782954)
* Add calls to bugReport() for many error in parsing the bid
history. Hopefully this will allow quicker response to new
bid history page changes.
* Modified configure's libcurl check (patch 1718317)
* Fixed bug 1733869, recognize error message when seller ends
auction early.
* Fix segmentation fault caused by auctions with no bids and a
starting bid of $200 or more.
* Fix for bug 1710376. Bid history parsing error on auction with
no bids.
epgui/piremind.c:1355: error: 'EPGTCL_RPI_IDX_COUNT'
undeclared (first use in this function)
There is a '-include $(BUILD_DIR)/*/*.dep' line in the package
main Makefile, but it looks like this won't work and so
build-netbsd/epgtcl/dlg_remind.h wasn't created early enough which
contains this and other defines.
Ian Zagorskih, updated to latest version by me.
KchmViewer is a CHM (MS HTML help file format) viewer, written in
C++. Unlike most existing CHM viewers for Unix, it uses Trolltech
Qt widget library with optional KDE libraries. It does not require
KDE, but may be compiled with full KDE support, including KDE
widgets and KIO/KHTML.
The main advantage of KchmViewer is extra support for non-English
languages. Unlike other viewers, KchmViewer in most cases is able
to detect help file encoding, correctly shows tables of context of
Russian, Korean, Chinese and Japanese help files, and does correct
search in non-English help files (search for MBCS languages -
ja/ko/ch is still in progress).
Office suite from Softmaker. Contains PlanMaker and TextMaker, a
spreadsheet program and a document editor. Supports Excel and Word
files as well as OpenDocument and OpenOffice.org files.
This package contains the demo version.
2007-08-10 Jody Goldberg
* Release 0.4.3 (Branch point for 0.5.0)
2007-08-07 Morten Welinder
* goffice/utils/go-undo.c (go_undo_combine): New function.
2007-08-07 Emmanuel Pacaud
Add gog_graph_render_to_cairo_vector for better gnumeric printing.
Fix for #381682.
* goffice/graph/gog-graph.[ch]: here.
2007-08-05 Emmanuel Pacaud
Drop use-splines as soon as one of the series has interpolation
different from GO_LINE_INTERPOLATION_SPLINE.
* plugins/plot_xy/gog-xy.c (gog_xy_get_property): here.
2007-08-05 Emmanuel Pacaud
Put back goffice 0.2.x GogXYPlot::use-spline property.
* plugins/plot_xy/gog-xy.c: here.
2007-08-03 Emmanuel Pacaud
Move interpolation property from GogStyle to GogSeries.
* goffice/graph/gog-plot.c (role_series_post_add): sets line
interpolation of child series.
(gog_plot_set_property), (gog_plot_get_property),
(gog_plot_class_init), (gog_plot_init): handle interpolation property.
* goffice/graph/gog-series.c (gog_series_set_property),
(gog_series_get_property), (gog_series_class_init), (gog_series_init):
handle line interpolation property.
(gog_series_populate_editor): add a line property selector if
GogSeriesClass::has_interpolation == TRUE. The selector is added to
the GogStyle::line editor.
* goffice/graph/gog-style-prefs.glade: move line intertpolation
selector...
* goffice/graph/gog-series-prefs.glade: ...here.
* goffice/graph/gog-style.c (line_init): register line_box
widget for later extension.
(cb_line_interpolation_changed): removed.
(interp_init): removed.
(gog_style_interpolation_load): removed.
(gog_style_interpolation_sax_save): removed.
(gog_style_sax_load_interpolation): removed.
* plugins/plot_xy/gog-xy.c: remove use_splines and interpolation
properties.
(gog_xy_view_render): line interpolation is a GogSeries property now.
2007-07-29 J.H.M. Dassen (Ray)
* configure.in: Resync ALL_LINGUAS with po files.
2007-07-24 Jody Goldberg
* goffice/gtk/goffice-gtk.c (go_gtk_window_set_transient) : minor
coverity report caused by some #ifndef WITH_GNOME.
2007-07-24 Morten Welinder
* goffice/utils/go-line.c (go_line_interpolation_as_str): Don't
overrun line_interpolations array.
2007-08-12 Heikki Orsila <heikki.orsila@iki.fi>
* Version 1.3.12
- Code cleanups
- Documentation improvements
- Added -g option that replaces -f in most cases. Instead of running
cksfv -C foo -f foo/bar.sfv
one can just run:
cksfv -g foo/bar.sfv
rlwrap is a 'readline wrapper' that uses the GNU readline library to
allow the editing of keyboard input for other commands. Input history
is remembered across invocations, separately for each command; history
completion and search work as in bash and completion word lists can be
specified on the command line.
of an emulated operating system. Instead of proliferating things like
SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a
package can say:
EMUL_REQD= suse>=9.1 netbsd>=2.0 solaris>=10
all in one, succinct line.
Changes:
1.1.1:
* changed threading/signal handling code to accommodate changes in
python 2.0 (thanks to joseph grossberg for the bug report).
1.1.0:
* added support for tailing multiple files.
* added -v and -q options (and long versions) related to filename banner
printing.
* very minor bugfixes.
* added --config option to explicitly specify config file.
binary-only packages that require binary "emulation" on the native
operating system. Please see pkgsrc/mk/emulator/README for more
details.
* Teach the plist framework to automatically use any existing
PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.
* Convert all of the binary-only packages in pkgsrc to use the
emulator framework. Most of them have been tested to install and
deinstall correctly. This involves the following cleanup actions:
* Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
more consistently.
* Simplify packages by using default INSTALL and DEINSTALL scripts
instead of custom INSTALL/DEINSTALL code.
* Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
Packages only need to state exactly which emulations they support,
and the framework handles any i386-on-x86_64 or sparc-on-sparc64
uses.
* Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will
automatically detect when the package is installing on Linux.
Specific changes to packages include:
* Bump the PKGREVISIONs for all of the suse100* and suse91* packages
due to changes in the +INSTALL/+DEINSTALL scripts used in all
of the packages.
* Remove pkgsrc/emulators/suse_linux, which is unused by any
packages.
* cad/lc -- remove custom code to create the distinfo file for
all supported platforms; just use "emul-fetch" and "emul-distinfo"
instead.
* lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
instead of ${PREFIX}/lib so that compiled programs will find
the shared libraries.
* mail/thunderbird-bin-nightly -- update to latest binary
distributions for supported platforms.
* multimedia/ns-flash -- update Linux version to 9.0.48 as the
older version is no longer available for interactive fetch.
* security/uvscan -- set LD_LIBRARY_PATH explicitly so that
it's not necessary to install library symlinks into
${EMULDIR}/usr/local/lib.
* www/firefox-bin-flash -- update Linux version to 9.0.48 as the
older version is no longer available for interactive fetch.
goffice 0.4.2:
Jody:
* Foocanvas bug that scaled images by 1 extra pixel. [#314864]
* Fix compilation for Gtk+ trunk.
* Fix chart guru help button. [#394181]
* Minor memory leak.
2007/07/04
+ revise the resizable shadows so textbox's search dialog has text
visible in the shadow again.
+ improve the prefixing of autoconf-related symbols in the installed
header files, taking into account symbols which are not mentioned in
dlg_config.h
+ add a check when ERR returned from wgetch() to ensure that the
input/output streams are still valid. If that happens, force
ESC to be returned, quitting dialog (report by Reiner Huober).
+ add extern "C" declarations to dlg_keys.h so the corresponding
function declarations are exported to C++ as C symbols.
+ updated config.guess, config.sub
2007-07-11 Heikki Orsila <heikki.orsila@iki.fi>
* Version 1.3.11
- Nautilus 2 CheckSFV script
- 64 bit file offset support for some platforms
2007-07-11 Heikki Orsila <heikki.orsila@iki.fi>
- Added a bash script (scripts/CheckSFV) for checking SFV files with
Nautilus 2. You can install the script manually by:
cp scripts/CheckSFV ~/.gnome2/nautilus-scripts/
Contributed by Mike Appelman <chokuchou@gmail.com>.
2007-05-24 Heikki Orsila <heikki.orsila@iki.fi>
- Added -D_FILE_OFFSET_BITS=64 for some 32 bit platforms to
support files large files properly (Catalin Boie) [PERFECTIVE]
[ADAPTIVE]
- Change log and version control log will from now use 1-4 tags,
which are: [PREVENTIVE], [PERFECTIVE], [ADAPTIVE] and
[CORRECTIVE]. [PREVENTIVE] means preventive maintenance actions,
such as assertions and self-tests. [PERFECTIVE] means actions
improving program quality or adding features.
[ADAPTIVE] means changes to adapt to certain run-time
environment. [CORRECTIVE] means bug fixes.
(noticed by wiz and joerg)
update to 0.4.1
changes:
-Make 64bit clean
-Fault tolerance for unknown types on load
-Let file savers specify a mime type
-Fix reversed-literal problem with formats
VYM (View Your Mind) is a tool to generate and manipulate maps which
show your thoughts. Such maps can help you to improve your creativity
and effectivity. You can use them for time management, to organize
tasks, to get an overview over complex contexts.
XXX - Please note that this package exposes an "interesting" feature
of the print-PLIST target - the ${PKGNAME} is vym-1.8.1, and
print-PLIST modifies vym-128x128.png into ${PKGNAME}28.png.
the owner of all installed files is a non-root user. This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.
(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
unprivileged.mk. These two variables are lists of other bmake
variables that define package-specific users and groups. Packages
that have user-settable variables for users and groups, e.g. apache
and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
and ${UNPRIVILEGED_GROUP}.
(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.