Commit graph

198650 commits

Author SHA1 Message Date
obache
2dd1a43417 Updated inputmethod/ibus-qt to 1.3.2 2013-03-16 11:11:07 +00:00
obache
7740731fbb Update ibus-qt to 1.3.2.
bug fixes.
2013-03-16 11:10:56 +00:00
obache
ca1bac9f60 Updated multimedia/gecko-mediaplayer to 1.0.8 2013-03-16 10:50:23 +00:00
obache
4f995894ff Update gecko-mediaplayer to 1.0.8.
Development
1.0.8
    Updated Spanish translation
    Updated Japanese translation
1.0.8b
    Allow compiling on older libxuls where certain constants are not defined
2013-03-16 10:50:12 +00:00
obache
b422f81e78 Updated multimedia/gnome-mplayer to 1.0.8 2013-03-16 10:46:16 +00:00
obache
39223deb1f Update gnome-mplayer to 1.0.8.
Development
1.0.8
	Updated Spanish translation
	Apply patch from Issue 673
    	Updated German translation
    	Updated Japanese translation
	Updated Portuguese translation
	Set the subtitle visibility in set_media_player_attributes
	Fix fullscreen activation using defined accelerator key
1.0.8b
	Updated Polish translation
	Run make update-po
	Add volume control type display to preference screen
	Update spec.in file for libgda
	Switch back to using CURL instead of GIO for cover art retrieval
	Change "Save" in context menu to "Save As"
	Fix problem with localized positions in mark_uri_in_db_as_resumable
	Fix libgda compile issue
	Rework database code to use GValues instead of sql commands, should avoid localization issues
	Apply patch from Issue #669 to fix network stream regression
	Hide some items on the context menu, when not under plugin control
	Additional changes to Japanese translation
	Updated Japanese translation
	Updated Polish translation
	Fix Issue #667 - Subtitles not hidden by default when specified
	Updated Korean and Portuguese translations
	Add "Play Single Track from Playlist" under Edit menu
	Mark streams and CDs as playable when adding to playlist
	Present a warning message when about to overwrite a file on save
	Resize player when on video present event
	Fix some layout issues when playing audio only files
	Ensure the Gvalue contains a double before trying to use it
	Ellipsize items on the playlist, so they don't add extra spacing to the list
	Add gl3 to list of available VOs. make sure mplayer2 supports this on your setup before setting
	Save media state in file->open and file->recent selections
	Rework UBUNTU_MENUPROXY reading
	Add some extra debug information for enable_global_menu
	Fix cut and paste error with vbox padding
	Prevent assertion warning in database retrieval code
	Fix fullscreen icon used in place of play icon, problem caused by symbolic icon fix (Issue #656)
	Only update the database when we really want to change something, speeds things up on load
	Keep code from infinitly looping if audio device is not found
	Apply patch to compile with libgda4 or libgda5
    Fix some problems on initial volume setup, when pulseaudio device query is slow
    Don't monitor system volume, when running in softvol mode
	Update metadata in database as needed
	Don't reset unchanged values in the database
	Implement media play resume, from last viewed location
	Cleanup some minor compiler warnings
    Track resumable media in database
    Force a resize if we know the size from the database when opening a file
    Apply recommended fix from Issue #658
    Prevent crash when loading large playlist the first time
    Handle ' character in metadata
    Allow code to compile without libgda
    Update metadata in playlist as it becomes more precise
    Read metadata from database and use it
    Insert metadata into sqlite database, please delete $HOME/.config/gnome-mplayer/gnome-mplayer.db if you get insert errors
        as database schema has changed
    More database foundation code
    Clean up some more depreciated GTK2 calls in GTK3 mode
    Clean up unused variable messages is GTK2 mode
    Clean up some depreciated GTK2 calls in GTK3 mode
    Wrap some more symbolic icons to fix Issue 656
    Add create and delete tables code to database.c
    Add disable cover art fetch as a interface preference rather than only a command line preference
    Add initial support for playlist database which should result in faster loading of playlists
        This can be disabled with --with-libgda=no passed to configure
    Fix issue #656, fallback to non-symbolic icons if they don't exist in GTK3 mode
2013-03-16 10:46:05 +00:00
obache
909a8cb9ae Updated devel/gmtk to 1.0.8 2013-03-16 10:43:57 +00:00
obache
e85942e208 Update gmtk to 1.0.8.
1.0.8
    Updated Spanish translation
    Updated Japanese translation
	Rework initial subtitle visibility setting
1.0.8b
    Updated Korean translation
    Run make update-po
    Add message when screenshot capture fails
    Switch to GLIB for GMLIB header files, since GTK is not included
    Switch to GTK VERSION tags when possible
    Updated Japanese translation
    Fix compliation of gmtk_media_tracker in generic application
    Run make update-po
    Remove audio export filter when codec cannot use it
    Remove cairo variable from gmtk_media_player
    Version bump to 1.0.8a
    Use cairo and the draw event to draw the background in GTK3
    Set background color in gmtk_media_player widget using specific realize events
    Address parallel build problem from Issue #11
2013-03-16 10:43:43 +00:00
agc
773114aa2f Note security/netpgpverify update to version 20130316 2013-03-16 07:34:30 +00:00
agc
1b7d800cdf Update netpgpverify, the standalone PGP signature verification utility, to
latest 20130316 sources.

Changes since previous version:

+ this version is completely standalone, and relies on no external
libraries (other than libc)

+ updated man page to reflect reality

+ minor configure script added
2013-03-16 07:32:34 +00:00
obache
e4dd4cf082 Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
obache
c5b50f16c2 recursive bump from ffmpeg shlib major changes 2013-03-16 06:20:45 +00:00
taca
ab8d93f7b2 Note update of www/php-apc package to 3.1.14. 2013-03-16 04:17:48 +00:00
taca
3f8c31d4f5 Update php-apc to 3.1.14.
3.1.14

- When include_once_override is on, use the cached realpath. See rev. 328172
  for a full explanation (Rasmus)
- Fixed bug #63852 (apc 3.1.13 fails to build if __APC_SMA_DEBUG__ is set)
  (Laruence)
- Fixed bug #63434 (Segfault if apc.shm_strings_buffer excceed apc.shm_size)
  (Laruence)
- Fixed bug #63070 (apc.include_once_override bug) (Laruence)
- Fixed bug #62151 (Stat files only require read access only, windows). (Pierre)
- fix num. segfaults by revert rev. 326820 and issue reported in bug #62972
- Fixed bug #63491 file_md5 value was wrong when use apc_bin_load function
  (Anatoliy)
- Fixed PHP 5.5 compatibility (related to VM variables access fix) (Anatoliy)
- Added tests for bugs #63224, #63545, #63669 (Anatoliy)
2013-03-16 04:16:48 +00:00
taca
fe5edaabfa Note addition of math/pear-Math_BigInteger version 1.0.0 package. 2013-03-16 04:06:07 +00:00
taca
f238d9bdc6 Add and enable pear-Math_BigInteger. 2013-03-16 04:05:40 +00:00
taca
54d5150e0f Add pear-Math_BigInteger version 1.0.0.
Math_BigInteger provices support of base-2, base-10, base-16, and base-256
numbers.  Uses the GMP or BCMath extensions, if available, and an internal
implementation, otherwise.
2013-03-16 04:04:30 +00:00
taca
ab6211d7a1 Note update of textproc/pear-Console_Table package to 1.1.5. 2013-03-16 03:50:06 +00:00
taca
69efc63bd3 Update pear-Console_Table to 1.1.5 and add LICENSE.
* Use mb_strwidth() instead of mb_strlen() to determine lengths of multi-byte
  strings (Bug #19423).
2013-03-16 03:49:35 +00:00
taca
bcdfa8515b Note update of mail/pear-Mail_Mime package to 1.8.7. 2013-03-16 03:46:58 +00:00
taca
a99cdee369 Update pear-Mail_Mime to 1.8.7 and add LICENSE.
1.8.7: Release date: 2012-12-25 17:28 UTC

* Bug #5333: Fix more return by reference errors [alec]
* Bug #19754: Fix compatibility with PHP4 [alec]


1.8.6: Release date: 2012-10-23 09:52 UTC

* Bug #19473: PEAR::isError() compatibility problem with PHP 5.4 [alec]
* Bug #19497: Attachment filename is cut on slash character [alec]
* Bug #19665: Add Mail-Reply-To and Mail-Followup-To to structured recipient
  headers list [alec]
2013-03-16 03:46:18 +00:00
taca
f0a7b8c4b2 Note update of pear-MDB2 related packages:
databases/pear-MDB2			2.5.0b5
	databases/pear-MDB2_Driver_mysql	1.5.0b4
	databases/pear-MDB2_Driver_mysqli	1.5.0b4
	databases/pear-MDB2_Driver_pgsql	1.5.0b4
	databases/pear-MDB2_Driver_sqlite	1.5.0b4
2013-03-16 03:41:39 +00:00
taca
4f5916dd3a Update pear-MDB2_Driver_sqlite to 1.5.0b4 and add LICENSE.
- PEAR::isError() -> MDB2::isError(), Bug #19491.
- PEAR::loadExtension() -> extension_loaded(), Bug #19583.
- Fix Bug #19262. Updates conditional stagements to use logical operators to
  include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.
- Fixed createIndex not using quoteIdentifier in SQLite driver
- Have dropTable() return MDB2_OK on success, as documented (bug 19199)
- Have dropIndex() return MDB2_OK on success, as documented (bug 19198)
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)
- Have createIndex() return MDB2_OK on success, as documented (bug 19195)
- Have dropConstraint() return MDB2_OK on success, as documented (bug 19194)
- Have createConstraint() return MDB2_OK on success, as documented (bug 19193)
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).
- FETCHMODE constants are NOT bitwise.
- fixed bug #18203: Type introspection breaks with associative arrays if names
  are identical (patch by Peter Bex)
- request #18316: Add TINYINT to list of coltypes in
  MDB2_Driver_Reverse_sqlite [brotherli]
- fixed bug #16275: split() is deprecated in PHP 5.3
- request #18316: Add TINYINT to list of coltypes in
  MDB2_Driver_Reverse_sqlite [brotherli]
2013-03-16 03:40:46 +00:00
taca
ba88bce2a0 Update pear-MDB2_Driver_pgsql to 1.5.0b4 and add LICENSE.
Changelog:

- Remove assignment by reference, Bug #19585.
- PEAR::isError() -> MDB2::isError(), Bug #19491.
- PEAR::loadExtension() -> extension_loaded(), Bug #19583.
- Fixed boolean type conversion for non-boolean types
- Fix Bug #19262. Updates conditional stagements to use logical operators to
  include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.
- Request #12931 Add cascading to dropTable?
- Have truncateTable() return MDB2_OK on success, as documented (bug 19201)
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)
- Have dropConstraint() return MDB2_OK on success, as documented (bug 19194)
- Have createSequence() return MDB2_OK on success, as documented (bug 19192)
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).
- Make setOption('result_wrap_class') actually useful by changing the default
  value of $result_wrap_class parameters from false to true.
- Have pgsql only read LOB from file if lob_allow_url_include (bringing it in
  line with other drivers).
- FETCHMODE constants are NOT bitwise.
- fixed bug #18203: Type introspection breaks with associative arrays if names
  are identical (patch by Peter Bex)
- fixed bug #17890: Improper use of array_search in prepare function
  [fletcherj]
- fixed bug #17890: Improper use of array_search in prepare function
  [fletcherj]

open todo items:
- enable pg_execute() once issues with bytea column are resolved
- use pg_result_error_field() to handle localized error messages (Request
  #7059)
- add option to use unnamed prepared statements (see
  http://www.postgresql.org/docs/current/static/protocol-flow.html
  "Extended Query")
2013-03-16 03:38:39 +00:00
taca
380aa63f9d Update pear-MDB2_Driver_mysqli to 1.5.0b4 and add LICENSE.
Changelog:

- Make varchar_max_length property public, Bug #19582.
- Revert 327099 by afz, caused "Notice: Undefined index: charset on line 1003"
- PEAR::isError() -> MDB2::isError(), Bug #19491.
- PEAR::loadExtension() -> extension_loaded(), Bug #19583.
- max value for VARCHAR is 65535 but if used multi-bytes (UTF8) so it is 21844, because UTF8 string takes 3bytes
- Fix Bug #19262. Updates conditional stagements to use logical operators to
  include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.
- Have truncateTable() return MDB2_OK on success, as documented (bug 19201)
- Have alterTable() return MDB2_OK on success, as documented (bug 19200)
- Have dropIndex() return MDB2_OK on success, as documented (bug 19198)
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)
- Have createIndex() return MDB2_OK on success, as documented (bug 19195)
- Have dropConstraint() return MDB2_OK on success, as documented (bug 19194)
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).
- Make setOption('result_wrap_class') actually useful by changing the default
  value of $result_wrap_class parameters from false to true.
- Obtain error information in _doQuery() because standaloneQuery() throws off
  $this->connection.
- FETCHMODE constants are NOT bitwise.
- Make $sql_comments public (was before, used in tests, no real harm).
- Property visibility
- boolean data type
- fixed bug #17984: Error is not reported when mysqli_stmt_bind_param() fails
  [dennylin93]
- fixed bug #18057: Result of getDeclaration() can have invalid syntax
  [hschletz]
- request #18068: mapNativeDatatype() returns decimal places also for 'float'
  mdb2type
- fixed bug #18203: Type introspection breaks with associative arrays if names
  are identical (patch by Peter Bex)
- fixed bug #17892: removed debug message [pdt256]
- fixed bug #17892: removed debug message [pdt256]
- fixed bug #17984: Error is not reported when mysqli_stmt_bind_param() fails
  [dennylin93]
- fixed bug #18057: Result of getDeclaration() can have invalid syntax
  [hschletz]
- request #18068: mapNativeDatatype() returns decimal places also for 'float'
  mdb2type

open todo items:
- use a trigger to emulate setting default now()
2013-03-16 03:36:01 +00:00
taca
c5ccb0bba6 Update pear-MDB2_Driver_mysql to 1.5.0b4 and add LICENSE.
Changelog:

- Make varchar_max_length property public, Bug #19582.
- Revert 327099 by afz, caused "Notice: Undefined index: charset on line 1003"
- PEAR::isError() -> MDB2::isError(), Bug #19491.
- PEAR::loadExtension() -> extension_loaded(), Bug #19583.
- max value for VARCHAR is 65535 but if used multi-bytes (UTF8) so it is 21844,
  because UTF8 string takes 3bytes
- Fix Bug #19262. Updates conditional stagements to use logical operators to
  include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.
- Have truncateTable() return MDB2_OK on success, as documented (bug 19201)
- Have alterTable() return MDB2_OK on success, as documented (bug 19200)
- Have dropIndex() return MDB2_OK on success, as documented (bug 19198)
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)
- Have createIndex() return MDB2_OK on success, as documented (bug 19195)
- Have dropConstraint() return MDB2_OK on success, as documented (bug 19194)
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).
- Make setOption('result_wrap_class') actually useful by changing the default
  value of $result_wrap_class parameters from false to true.
- Obtain error information in _doQuery() because standaloneQuery() throws off
  $this->connection.
- FETCHMODE constants are NOT bitwise.
- Make $sql_comments public (was before, used in tests, no real harm).
- Property visibility
- boolean data type
- fixed bug #17984: Error is not reported when mysqli_stmt_bind_param() fails
  [dennylin93]
- fixed bug #18057: Result of getDeclaration() can have invalid syntax
  [hschletz]
- request #18068: mapNativeDatatype() returns decimal places also for 'float'
  mdb2type
- fixed bug #18203: Type introspection breaks with associative arrays if names
  are identical (patch by Peter Bex)
- fixed bug #17892: removed debug message [pdt256]
- fixed bug #18057: Result of getDeclaration() can have invalid syntax
  [hschletz]
- request #18068: mapNativeDatatype() returns decimal places also for 'float'
  mdb2type

open todo items:
- use a trigger to emulate setting default now()
2013-03-16 03:33:45 +00:00
taca
d1e249b51b Update pear-MDB2 to 2.5.0b5.
- fixed bug #18494: _compareIntegerDefinition() ignores length change.
- fixed bug #16280: compareDefinition() turns NULL defaults into empty strings
  for NOT NULL columns.
- fixed bug #19677: Call to undefined function: MDB2_Driver_mysql::isError()
2013-03-16 03:30:13 +00:00
taca
f5227351e2 Remove description for old versions of php pakcages. 2013-03-16 02:06:20 +00:00
taca
c71696e549 Note update of php53 and php54.
lang/php53	5.3.23
	lang/php54	5.4.13
2013-03-16 02:03:27 +00:00
taca
a9645b7d0d * Make default version of PHP to 5.4: PHP_VERSION_DEFAULT's default is 54.
* Update PHP53_VERSION and PHP54_VERSION.
2013-03-16 02:02:13 +00:00
taca
d9e57d5cb9 Reset PKGREVISION by update of both php53 and php54. 2013-03-16 02:00:33 +00:00
taca
d50a5e14a1 Update php54 to 5.4.13.
14 Mar 2012, PHP 5.4.13

- Core:
  . Fixed bug #64235 (Insteadof not work for class method in 5.4.11).
    (Laruence)
  . Implemented FR #64175 (Added HTTP codes as of RFC 6585). (Jonh Wendell)
  . Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi)
  . Fixed bug #64070 (Inheritance with Traits failed with error). (Dmitry)

- CLI server:
  . Fixed bug #64128 (buit-in web server is broken on ppc64). (Remi)

- Mbstring:
  . mb_split() can now handle empty matches like preg_split() does. (Moriyoshi)

- OpenSSL:
  . Fixed bug #61930 (openssl corrupts ssl key resource when using
    openssl_get_publickey()). (Stas)

- PDO_mysql:
  . Fixed bug #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs).
    (Johannes)

- Phar:
  . Fixed timestamp update on Phar contents modification. (Dmitry)

- SOAP
  . Added check that soap.wsdl_cache_dir conforms to open_basedir
    (CVE-2013-1635). (Dmitry)
  . Disabled external entities loading (CVE-2013-1643). (Dmitry)

- SPL:
  . Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence)
  . Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).
    (patch by kriss@krizalys.com, Laruence)
  . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended).
    (Nikita Popov)
  . Fixed bug #52861 (unset fails with ArrayObject and deep arrays).
    (Mike Willbanks)

- SNMP:
  . Fixed bug #64124 (IPv6 malformed). (Boris Lytochkin)
2013-03-16 01:58:53 +00:00
taca
81a7cd622c Update php53 to 5.3.23.
14 Mar 2013, PHP 5.3.23

- SOAP
  . Improved check that soap.wsdl_cache_dir conforms to open_basedir (Dmitry)
  . Disabled external entities loading. (Dmitry)

- SPL:
  . Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence)
  . Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).
    (patch by kriss@krizalys.com, Laruence)
  . Fixed bug #52861 (unset fails with ArrayObject and deep arrays).
    (Mike Willbanks)
2013-03-16 01:58:17 +00:00
pettai
3d533b9c4c Updated mail/opendkim to 2.7.4 2013-03-16 00:07:30 +00:00
pettai
915c24468f 2.7.4 2013/01/06
Fix bug #SF3596147: Allow arbitrarily long configuration file lines.
        Fix bug #SF3596229: Fix logging of signature errors, which logged
                the domain name twice instead of the domain name and the
                selector.
        Safely handle incoming Authentication-Results fields with large number
                of tokens.
        Avoid mixing up status codes when processing conf_logresults, leading
                to confusing log entries.
        Fix ADSP logging.
2013-03-16 00:07:02 +00:00
pettai
8fbbae048a Updated to 0.23
- Fixed problems in low level read_data() function triggered when an
     incorrect key is used with some Tacacs+ servers, resulting in a 0-length
     read(), causing a seg
     fault on some platforms, and a very slow exit on others. This problem
     appears to have been in tac_client ever since I inherited this library.
2013-03-15 23:58:44 +00:00
pettai
19824e8420 Updated devel/userspace-rcu to 0.7.6 2013-03-15 23:50:42 +00:00
pettai
16b185671b Userspace RCU 0.7.6
* Discourage use of pthread_atfork() for call_rcu handlers
* Fix call_rcu fork handling
* test: fork handling
* Fix TLS detection: test with linker, add --disable-compiler-tls
* Cleanup: cast pthread_self() return value to unsigned long
* Fallback mechanism not working on platform where TLS is unsupported
2013-03-15 23:49:57 +00:00
taca
cc983ddd75 Note addition of www/ruby-pygments.rb package version 0.3.7. 2013-03-15 23:49:48 +00:00
taca
3fe741e133 Add and enable ruby-pygments.rb. 2013-03-15 23:49:06 +00:00
taca
337a76ac7c Add ruby-pygments.rb package version 0.3.7.
A Ruby wrapper for the Python [pygments syntax
highlighter](http://pygments.org/).

pygments.rb works by talking over a simple pipe to a long-lived Python child
process. This library replaces
[github/albino](https://github.com/github/albino), as well as a version of
pygments.rb that used an embedded Python interpreter.

Each Ruby process that runs has its own 'personal Python'; for example, 4
Unicorn workers will have one Python process each.  If a Python process dies,
a new one will be spawned on the next pygments.rb request.
2013-03-15 23:47:51 +00:00
pettai
79e64e3968 Updated security/zkt to 1.1.2 2013-03-15 23:36:13 +00:00
pettai
091486d742 zkt 1.1.2
* bug   Fixed bug introduced by changes on inc_soa_serial()

zkt 1.1.1

* bug   Error fixed in zkt-conf in parsing the version number
* misc  inc_soa_serial() now returns 0 on success
* bug   Fixed bug in inc_serial()
        The zone file wasn't closed on succesful change of the soa record.
        Many thanks to Frederik Soderblom for fixing this.
2013-03-15 23:34:44 +00:00
wiz
10477d63c9 Update HOMEPAGE to point to best maintained version. 2013-03-15 23:25:20 +00:00
wiz
e6909b3199 Updated graphics/potrace to 1.11 2013-03-15 23:21:47 +00:00
wiz
46ac4a1097 Update to 1.11:
February 19, 2013: Release 1.11

 A GeoJSON backend was added; thanks to Christoph Hormann for
 contributing this. Support for bitfields in the BMP format was
 added. A minor change was made to the behavior of the alphamax
 parameter; a value of 0 now gives a true polygon.
2013-03-15 23:21:39 +00:00
wiz
4bcfa3729c Updated fonts/harfbuzz to 0.9.13 2013-03-15 22:56:54 +00:00
wiz
d3aab14851 Update to 0.9.13.:
Overview of changes leading to 0.9.13
Thursday, February 25, 2013
=====================================

- Build fixes.
- Ngapi HarfBuzz Hackfest in London (February 2013):
  * Fixed all known Indic bugs,
  * New Win8-style Myanmar shaper,
  * New South-East Asian shaper for Tai Tham, Cham, and New Tai Lue,
  * Smartly ignore Default_Ignorable characters (joiners, etc) wheb
    matching GSUB/GPOS lookups,
  * Fix 'Phags-Pa U+A872 shaping,
  * Fix partial disabling of default-on features,
  * Allow disabling of TrueType kerning.
- Fix possible crasher with broken fonts with overlapping tables.
- Removed generated files from git again.  So, one needs ragel to
  bootstrap from the git tree.

API changes:
- hb_shape() and related APIs now abort if buffer direction is
  HB_DIRECTION_INVALID.  Previously, hb_shape() was calling
  hb_buffer_guess_segment_properties() on the buffer before
  shaping.  The heuristics in that function are fragile.  If the
  user really wants the old behvaior, they can call that function
  right before calling hb_shape() to get the old behavior.
- hb_blob_create_sub_blob() always creates sub-blob with
  HB_MEMORY_MODE_READONLY.  See comments for the reason.
2013-03-15 22:56:46 +00:00
wiz
2c7ac1cd5d Updated editors/emacs24 to 24.3 2013-03-15 22:47:06 +00:00
wiz
8cb6cd6343 Remove outdated patch. 2013-03-15 22:46:53 +00:00