Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes:
* Respect environment setting for $LESS
* Add ability to hide trace flags and globally enable tracing
|
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|
|
|
|
searching in the vcard chooser when merging addresses (press '/')
nice speedup in pc_query, thanks to Leandro Lucarella
better support for broken vcards
auto creating missing db directories
more bugfixes
|
|
|
|
|
|
Fix a regression in the type-answer feature where multiple clozes
were not presented in order.
Some tweaks to the SuperMemo importer, thanks to jmaatta.
|
|
2014/01/12
+ improve calculation for amount to scroll in programbox when an "Ok"
button might obscure part of the data (report by Florent Rougon).
+ modify program to permit --separate-output to be used with buildlist
and treeview widgets (report by Florent Rougon).
+ add list-height parameter to manpage description of --buildlist
(report by Florent Rougon).
+ minor fixes to dialog.1 manpage; the reported problem was actually
fixed in 20120703 (Debian #726233, patch by Bjarni Ingi Gislason).
+ add a "Hello World" example to dialog.3 manpage (prompted by
discussions with Dustin Oprea, Kevin Ingwersen).
+ correct comparison in dlg_lookup_key() so that using "bindkey" with
a "*" wildcard parameter works as documented (report by Stewart
Benedict).
+ updated configure macros, fixes for clang and mingw.
+ update config.guess, config.sub
|
|
|
|
Changelog:
* Many bugfixes
* Many new features
See https://wiki.documentfoundation.org/ReleaseNotes/4.2
and https://www.libreoffice.org/download/4-2-new-features-and-fixes/
|
|
|
|
The stock_lot module of the Tryton application platform.
|
|
|
|
The stock module of the Tryton application platform.
|
|
|
|
The product module of the Tryton application platform.
|
|
|
|
The company module of the Tryton application platform.
|
|
|
|
|
|
The party module of the Tryton application platform.
|
|
bug fixes
|
|
|
|
|
|
Changes in 2.0.21
Now that AnkiDroid has been updated, buried cards will now only
be automatically unburied when a new day rolls over, and not
when you sync or restart Anki. If you sync from this version
to AnkiWeb and then to the mobile clients, they should also
switch over to this new behaviour.
New users will now need to confirm their choice of interface
language before proceeding.
Increase filtered deck max size to 99999
Fix drag&drop of Google images from Safari
Ignore filtered cards when determining min/max in reposition
dialog
When a corrupt collection is found, rename it so the profile
can be loaded again and restored from backup.
Fix a regression in displaying startup errors and quitting from
the profile manager
Display a better error message when a sync times out
Fix an error caused by an add-on that changes browser columns
Fix a bug where the forward & optional reverse note type was
invalid when added in languages other than English.
If the same word has been cloze-deleted multiple times in a
cloze, only require it to be typed once in the type in the
answer feature.
|
|
|
|
Changelog:
* Many bugfixes
In detail see:
https://wiki.documentfoundation.org/Releases/4.1.4/RC1
https://wiki.documentfoundation.org/Releases/4.1.4/RC2
|
|
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
|
|
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
|
|
|
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
Changelog (per Changelog.md)
## 1.99.0 (2013-12-26)
* preparation for dropping String monkey patching
* `require "rainbow/string"` if you want to use monkey patched String
* introduction of Rainbow() wrapper
* support for MRI 1.8.7, 1.9.2, 1.9.3, 2.0 and 2.1, JRuby and Rubinius
* deprecation of Sickill::Rainbow namespace (use Rainbow.enabled = true instead)
## 1.99.1 (2013-12-28)
* drop support for ruby 1.8
* `require "rainbow/string"` -> `require "rainbow/ext/string"`
* custom rainbow wrapper instances (with separate enabled/disabled state)
* shortcut methods for changing text color (`Rainbow("foo").red`)
|
|
No changelog is available in https://github.com/grosser/parallel
but looks misc bug fixes and improvements.
|
|
pkgsrc change:
Update HOMEPAGE per http://rubygems.org/gems/launchy (the old page is 403)
Changes from HISTORY.md:
## Version 2.4.2 - 2013-11-28
* Fix kde issue - <https://github.com/copiousfreetime/launchy/issues/72> - colbell
## Version 2.4.1 - 2013-11-26
* Abstract out the argv of the commandline - <https://github.com/copiousfreetime/launchy/issues/71>
## Version 2.4.0 - 2013-11-12
* Support `Launchy.open( url, :debug => true )` - <http://github.com/copiousfreetime/launchy/issues/63> - schmich
* Fix inconsistencies in `debug?` and `dry_run?` methods - <http://github.com/copiousfreetime/launchy/issues/63> - schmich
* Fix detection of missing *nix desktops - <http://github.com/copiousfreetime/launchy/issues/70>
* Fix running tests in bare Linux environment - <http://github.com/copiousfreetime/launchy/issues/67> - gioele
* Fix mistaking windows drive as uri schema - <http://github.com/copiousfreetime/launchy/issues/65>
* Attempt fixing windows `start` command oddities, again - <http://github.com/copiousfreetime/launchy/issues/62>
|
|
+ruby-equalizer
+ruby-memoizable
+ruby-thread_safe
|
|
part of PR pkg/48447
Memoization is an optimization that saves the return value of a method
so it doesn't need to be re-computed every time that method is called.
|
|
part of PR pkg/48447
Threadsafe is a collection of thread-safe versions of common core
Ruby classes.
|
|
part of PR pkg/48447
Module to define equality, equivalence and inspection methods.
|
|
part of PR pkg/48447
Small module to track descendants in an unobtrusive way.
|
|
|
|
|