Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
markdown-mode is a major mode for editing Markdown-formatted text
files in GNU Emacs.
|
|
Changes in 0.16.1:
------------------
* Use new hashlib module instead of md5, bug #576161 (Claude Paroz)
* Updated translations:
ar (Khaled Hosny)
ja (Takeshi AIHANA)
pa (Amanpreet Singh Alam)
|
|
iso-codes 3.9
-------------
Tobias Quathamer <toddy@debian.org>
Fri, 1 May 2009
[ General ]
* Use the GNU Lesser General Public License for all files included
in this package.
* Do no longer provide the file /usr/share/iso-codes/iso_639.tab
which has been deprecated for a long time now.
* Do no longer include the notes directory in the tarball, because
all files were outdated and deprecated. Moreover, none of those
files have ever been installed.
[ ISO 3166 ]
* Fix wrong capitalization for "Moldova, Republic of"
[ ISO 15924 ]
* Changes made by the Maintenance Agency on 2009-02-23
[ ISO 15924 translations ]
* French updated by Christian Perrier
* Norwegian Bokmaal by Kjartan Maraas (TP)
* Danish by Joe Hansen (TP)
* Russian by Yuri Kozlov
* Latvian by Rihards Prieditis (TP)
[ ISO 3166 translations ]
* Simplified Chinese by LI Daobing (TP)
* Lithuanian updated by Kęstutis Biliūnas
* Italian by Milo Casagrande (TP)
* Basque updated by Piarres Beobide Egaña. Closes: #522687
* Slovak updated by Ivan Masár. Closes: #522761
* Indonesian by Andhika Padmawan (TP)
* Irish by Kevin Scannell (TP)
* Finnish by Tommi Vainikainen (TP)
* Latvian by Rihards Prieditis (TP)
* Polish updated by Łukasz Paździora. Closes: #523464
* Asturian updated by Marcos Alvarez Costales. Closes: #523651, #525630
* Norwegian Bokmaal by Hans F. Nordhaug (TP)
* Russian by Yuri Kozlov
* Korean by Changwoo Ryu (TP)
* Bengali by Rezwan Shahid
* Kazakh updated by Baurzhan Muftakhidinov and Dauren Sarsenov.
Closes: #524815
* Slovak by Ivan Masár
[ ISO 3166-2 translations ]
* Italian by Milo Casagrande (TP)
* Indonesian by Andhika Padmawan (TP)
[ ISO 639 translations ]
* Irish by Kevin Scannell (TP)
* Lithuanian updated by Kęstutis Biliūnas
* Norwegian Bokmaal by Kjartan Maraas (TP)
[ ISO 639-3 translations ]
* Italian by Milo Casagrande (TP)
* Lithuanian updated by Kęstutis Biliūnas
[ ISO 4217 translations ]
* Norwegian Bokmaal by Kjartan Maraas (TP)
* Danish by Joe Hansen (TP)
|
|
While here, set LICENSE.
Version 1.0
-----------
(codename Dreiundzwanzig, released Nov 23, 2008)
- Don't use join(splitlines()) when converting newlines to ``\n``,
because that doesn't keep all newlines at the end when the
``stripnl`` lexer option is False.
- Add ``-N`` option to command-line interface to get a lexer name
for a given filename.
- Add Tango style, written by Andre Roberge for the Crunchy project.
- Add Python3TracebackLexer and ``python3`` option to
PythonConsoleLexer.
- Fix a few bugs in the Haskell lexer.
- Fix PythonTracebackLexer to be able to recognize SyntaxError and
KeyboardInterrupt (#360).
- Provide one formatter class per image format, so that surprises like::
pygmentize -f gif -o foo.gif foo.py
creating a PNG file are avoided.
- Actually use the `font_size` option of the image formatter.
- Fixed numpy lexer that it doesn't listen for `*.py` any longer.
- Fixed HTML formatter so that text options can be Unicode
strings (#371).
- Unified Diff lexer supports the "udiff" alias now.
- Fix a few issues in Scala lexer (#367).
- RubyConsoleLexer now supports simple prompt mode (#363).
- JavascriptLexer is smarter about what constitutes a regex (#356).
- Add Applescript lexer, thanks to Andreas Amann (#330).
- Make the codetags more strict about matching words (#368).
- NginxConfLexer is a little more accurate on mimetypes and
variables (#370).
|
|
contains a large number of bug fixes as well as improvements to the build
system. For the compete list of upstream changes see:
http://xerces.apache.org/xerces-c/releases_archive.html#Release280
|
|
|
|
|
|
Packages Collection.
The Perl 5 module XML::Generator is a class for generating XML
elements: you simply call methods named for each XML tag you wish
to generate on instance objects of this class.
|
|
|
|
Changes:
2009-04-01 Mikio Hirabayashi <mikio@users.sourceforge.net>
* dystmgr.c (runsearch): interpretation of search options was modified.
* lapumgr.c (runsearch): interpretation of search options was modified.
- Release: 0.9.11
2009-01-05 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tcqmgr.c (tccmpocrs): a bug related to overflow was fixed.
- Release: 0.9.10
|
|
|
|
New in 1.2
- Fix the bug that an assertion in code can fail if an invalid UTF-8 or
UTF-16 sequence is encountered near the end of input
- Remove the specialization of right single quotation mark as closing
punctuation mark in English, French, and Spanish, because it can be
used as apostrophe
- Make Doxygen documentation better
|
|
were moved or renamed.
This was for some from 2008 and 2009 and one from 2001.
Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
|
|
0.35 2009.05.01
* reworked Module::Install stuff to remove junks
|
|
|
|
- Updating package for p5 module Text::Diff:HTML from 0.05 to 0.06
- Setting license to gnu-gpl-v2
Upstream changes:
0.06 2009-04-07T16:13:05
- Fixed a pasto in the "Support" section of the documentation.
- Changed the documention from recommending that the diff output be
wrapped in <pre> tags to suggesting instead that it be wrapped in an
element that uses the CSS "white-space: pre". Reported by Pete Gillin
(RT #24301).
|
|
- Updating package for p5 modules of Text::Wrap and Text::Tabs from
2006.1117 to 2009.0305
Upstream changes:
* 2009/03/05
Test improvements from Dave Mitchel sent back in 2005...
Added code to increase $columns if it's not big enough to accommodate
the subsequent tab.
Minor documentation fixes from David Landgren <david at landgren.net>.
Use warnings::warnif instead of just warn for columns < 2. Appled per
request of Rafael Garcia-Suarez <rgarciasuarez at gmail.com>.
|
|
- Updating package for p5 module of String::BufferStack from 1.12 to 1.14
- Setting license to gnu-gpl-v2
Upstream changes:
1.14 Mon Mar 2 20:21:17 2009
* No code changes; make tests pass on 5.6
1.13 Fri Feb 27 19:19:17 2009
* No code changes; add LICENSE and AUTHOR to POD
|
|
- Updating package for p5 module of Text::Autoformat from 1.13 to 1.666.0
- Setting license to gnu-gpl-v2
Upstream changes:
1.14.0 Sun Sep 30 04:29:29 2007
- Fixed bug in handling empty mail messages
- Fixed bug in handling sig delimiters
- Fixed bug in paragraph ignoring code (thanks Rob)
- Fixed bug in handling whitespace-only input (thanks Ed)
- Fixed bug in Roman numerals (thanks Suresh)
- Fixed overeager autocentering (thanks Suresh)
- Enhanced 'lists' option to allow only specific types of lists
to be recognized (thanks Rob)
- Fixed bug in numbered hangs (thanks Rob)
- Fixed bug in Roman numeraled hangs (thanks Rob)
- Fixed misidentification of 8:20-style times as leading numbers (thanks
Rob)
- Fixed sentence mode (thanks Eric)
- Changed licence to "same terms as Perl itself" to improve Fedora
compatibility
1.666.0 Fri Apr 17 08:00:36 2009
No changes logged
|
|
|
|
|
|
|
|
- Updating package for p5 module YAML::Syck and JSON::Syck to 1.07
Upstream changes since 1.05
Changes for 1.07 (JSON::Syck 0.30) - 2009-04-25
* Added the missing Loadfile function to JSON::Syck.
Reported by: Dan McCormick
|
|
- Updating package for p5 module of XML::Atom from 0.33 to 0.34
- Setting license to gnu-gpl-v2
Upstream changes:
0.34 2009.04.29
* Fixed $entry->source support (Martin Atkins)
|
|
|
|
This is documentation for tex-xmltex.
|
|
|
|
from a line-oriented format for easier processing with sed, awk, etc.
|
|
- Updating package for p5 module XML::RSS to 0.44
Upstream changes:
1.44 - April 1, 2009
- Applied a patch from Simon Wistow (after some modifications) to
add support for multiple enclosures.
- Added the t/xml-base.t test file from Simon Wistow to test for
xml:base. Corrected for style.
|
|
- Updating package for p5 module XML::Feed to 0.42 from 0.41
Upstream changes:
0.42
- Fix conversion of multi value fields
http://rt.cpan.org/Ticket/Display.html?id=41794
(Mario Domgoergen)
- Fixed a bug where $e->category fails when XML::RSS::LibXML is preferred.
(Tatsuhiko Miyagawa)
- Added support for enclosures
|
|
mainly Scalar::Util and List::Util
|
|
- Updating package for p5 module Pod::Tree to 1.16 from 1.15
- Removing patches (applied upstream)
Upstream changes:
1.16 2009 Apr 10
Pod::Tree::HTML
- fix to work with IO::File 1.13 (RT 34755, 38307)
mod2html
- added to distribution
Makefile.PL
- added all required modules to PREREQ_PM
|
|
- Updating package for p5 module Pod::POM to 0.25 from 0.18
Upstream changes:
Version 0.25 2009-03-27
* updated Makefile.PL to use Module::Include properly - i.e. flag modules
as test_requires as appropriate
* output test failure reason with diag()
* added t/YAML/Tiny.pm (self-contained YAML library) to remove test-only
module dependency
* test library uses Test::Differences if available but package does not
list it as a dependency
Version 0.24 2009-03-21
* fixed broken YAML files in testcases that were causing tests to fail on
some platforms
* added text and HTML verbatim paragraph view tests
* fixed typo in synopsis in Pod::POM
Version 0.23 2009-03-20
* Applied JJ's patch for coalescing verbatim paragraphs separated by blank lines
and refined verbatim paragraph test cases and expected output
* Tweaked pom dump format to quote individual text lines
* Tweaked PodPOMTestLib to remove dependency on Class::Accessor
* Added test cases for =headN hierarchy and =begin blocks
* Added format name to =end in Pod::POM::View::Pod
* Switch Makefile.PL to Module::Include
Version 0.22 2009-03-19
* Added missing dependencies to Makefile.PL
* Added pomdump program to list of executables
Version 0.21 2009-03-18
* Added missing dependencies to Makefile.PL
Version 0.20 2009-03-17
* Added basic pod documentation to the view modules
* expanded the test cases (especially expanded sequences and blockquote
paragraphs)
* add support for blockquote paragraphs to Text and HTML views
Version 0.19 2009-03-17
* Added dump method to Pod::POM::Node
* Reorganized tests with new testcases directory
|
|
Upstream changes:
0.18 2009, Mar 2 (20:56)
- Added parenthesis around regexp so it supports ors nicely.
|
|
- Add handling of exceptions from Database::get_metadata() and methods
of Enquire which might throw DatabaseModifiedError to address
situation reported in ticket#284.
- Skip thread.t testcase if Perl is new enough, but wasn't built with
thread support (reported by Felix Antonius Wilhelm Ostmann).
- Fix "fake VPATH" mode to work better.
- Add test coverage for more WritableDatabase methods.
- Wrap the new FLAG_DEFAULT constant which gives the QueryParser
default flag settings, allowing you to easily add flags to the
default ones.
- Makefile.PL now supports a "fake VPATH" mode, to better support for
building from SVN. If you run "perl /path/to/Makefile.PL" then
Makefile.PL will run Makefile.PL as nomal in /path/to, and then
create a stub Makefile in the current directory which forwards any
make invocations.
- Wrap Search::Xapian::get_major_version(), get_minor_version(),
get_revision(), sortable_serialise(), and sortable_unserialise().
- Reject xapian-core < 1.0 with an error rather than just a warning.
|
|
|
|
* $log now retries a partial write, or one interrupted by a system call.
* cgiparams.html: Note the technique of using a stub database file to allow a
default of searching over multiple databases.
* omindex:
+ Add support for indexing Microsoft Office 2007 formats and XPS files
(bug#290).
+ Fix the extraction of metadata from OpenDocument formats.
+ Fix "-l" which would previously always cause a segmentation fault if used
("--depth-limit" wasn't affected).
* Fix to compile when RLIMIT_AS isn't available (as on NetBSD and OpenBSD).
Instead use RLIMIT_VMEM or RLIMIT_DATA if either is available, else don't try
to limit the memory the filter process can use.
|
|
* WritableDatabase::remove_spelling() now works properly.
* The QueryParser now treats NON_SPACING_MARK Unicode characters as phrase
generators, which improves handling of Arabic. This is a stop-gap solution
for 1.0.x which will work with existing databases without requiring
reindexing - in 1.1.0, NON_SPACING_MARK will be regarded as part of a word.
(ticket#355)
* Fix undefined behaviour in distribution of OP_NEAR and OP_PHRASE over a
non-leaf subquery (indentified by valgrind on testcase nearsubqueries1).
(ticket#349)
* Enhance distribution of OP_NEAR/OP_PHRASE over non-leaf subqueries to work
when there are multiple non-leaf subqueries (ticket#201).
* Enquire::get_mset() no longer needlessly checks if the documents exist.
* PostingIterator::get_description() output improved visually in some cases.
* Enquire::get_mset():
+ Now throws UnimplementedError if there's a percentage cutoff and sorting is
primarily by value - this has never been correctly supported and it's
better to warn people than give incorrect results.
+ No longer needlessly copies the results internally.
+ When searching multiple databases, now recalculates the maximum attainable
weight after each database which may allow it to terminate earlier.
(ticket#336).
+ Fix inconsistent percentage scores when sorting primarily by value, except
when a MatchDecider is also being used; document this remaining problem
case. (ticket#216)
* Enquire::set_sort_by_value() (and similar methods): Rename the wrongly named
"ascending" parameter to "reverse", and note that its value should always be
explicitly given since defaulting to "reverse=true" is confusing and the
default will be deprecated in 1.1.0. (ticket#311)
* Database::allterms_begin(): Fix memory leak when iterating all terms from
more than one database.
* Query::get_terms_begin(): Don't return "" from the TermIterator (happened
when the query contained or was Query::MatchAll).
* Add QueryParser::FLAG_DEFAULT to make it easier to add flags to those set by
default.
|
|
iso-codes 3.8
-------------
Tobias Quathamer <toddy@debian.org>
Thu, 2 April 2009
[ ISO-3166 ]
* Changes from ISO-3166 MA Newsletter VI-6. Closes: #520483
- VE "short" name to "Venezuela, Bolivarian republic of"
- introduce a "common_name" for Venezuela
* Changes from ISO-3166 MA Newsletter VI-5.
- MD "short" name to "Moldova, republic of"
- introduce a "common_name" for Moldova
[ ISO 639 translations ]
* Simplified Chinese by LI Daobing (TP)
* Indonesian by Andhika Padmawan (TP)
* Russian by Yuri Kozlov
* Finnish by Tommi Vainikainen (TP)
* Italian by Milo Casagrande (TP)
[ ISO 3166 translations ]
* Telugu added by Y Giridhar Appaji Nag. Closes: #519665
* French updated by Christian Perrier
* Kazakh updated by Baurzhan Muftakhidinov and Dauren Sarsenov.
Closes: #521015
* Asturian updated by Marcos. Closes: #521088
[ ISO 3166-2 translations ]
* Indonesian by Andhika Padmawan (TP)
[ ISO 15924 translations ]
* Danish by Joe Hansen (TP)
|
|
|
|
|
|
The program makeindex is a general purpose hierarchical index
generator; it accepts one or more input files (often produced by a
text formatter such as TeX or troff, sorts the entries, and produces
an output file which can be formatted. The index can have up to three
levels (0, 1, and 2) of subitem nesting. The way in which words are
flagged for indexing within the main document is specific to the
formatter used; makeindex does not automate the process of selecting
these words. As the output index is hierarchical, makeindex can be
considered complimentary to the awk-based make.index system of Bentley
and Kernighan, which is specific to troff, generates non-hierarchical
indices, and employs a much simpler syntax for indicating index
entries.
|
|
|
|
help from kefren.
The goal for this project is to provide translators to allow for
interoperability between applications based on ODF (OpenDocument)
1.0 standards and Microsoft OpenXML based Office applications. As
a part of this interoperability initiative, add-ins are being
developed that can be installed on top of Microsoft Office Word
(document processing), Excel (spreadsheet) and PowerPoint (presentation)
applications (Office 2007 / 2003 / XP version) to allow for opening
and saving OpenDocument format / ODF files (.odt, .ods and .odp)
that adheres to ODF 1.0 specifications. We also provide command
line translator utilities that allow doing batch conversions.
The converter is based on XSL transformations between two XML
formats, along with some pre- and post-processing to manage the
packaging (zip / unzip), schema incompatibility processings and
the integration into Microsoft Office applications like Word, Excel
and PowerPoint. We chose to use an Open Source development model
that allows developers from all around the world to participate &
contribute to the project.
|
|
- Updating package for p5 module for Text::Diff::Parser to 0.0900
- Setting license to artistic-2.0
- Split version after first 2 numbers to keep 2-digit style like before
Upstream changes:
0.0900 Apr 12 2009
- Kwalitee tweaks
|
|
Fix -F; add -w to show section in warnings, default off (was new in
1.1 with default on).
Functional diff provided by Marc Espie, man page by Jason McIntyre.
|
|
Bump PKGREVISION.
|
|
been included in the previous commit.
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|