Kalle Olavi Niemitalo
3251644dcf
Locale::PO now preserves unrecognized flags, although there is still
...
no documented way to access them. It also preserves the order of
flags, if no flags are modified.
Replaced the fuzzy, c_format, and php_format fields with _flaghash,
and renamed the _flag field to _flagstr.
Flag-setting functions silently map unsupported values (e.g. 42) to
supported ones (e.g. 1), which they also return.
The c_format and php_format methods treat empty strings as undef,
rather than as 0.
Names of flags are case-sensitive, like in GNU Gettext.
POD changes:
Unlisted the bugs that have now been fixed.
2006-02-18 20:30:40 +02:00
Kalle Olavi Niemitalo
2431fe4711
Made it possible to scan msgid strings for accelerator conflicts, too.
...
But disabled that for now.
2006-02-18 12:21:18 +02:00
Kalle Olavi Niemitalo
de564b7b4b
Updated the Almost Bugs section to match recent changes.
2006-02-12 21:48:43 +02:00
Kalle Olavi Niemitalo
21643e8a51
v1.3 proposes accelerators that are still available.
2006-02-12 21:08:23 +02:00
Kalle Olavi Niemitalo
272fbb9785
v1.2 tries not to report the same conflict multiple times.
...
It also recognizes conflicts that involve more than two msgstrs.
And it no longer outputs the msgids.
These changes make the output much shorter than before,
while still listing all the relevant information.
2006-02-12 20:28:07 +02:00
Kalle Olavi Niemitalo
90f06379da
check-accelerator-conflicts.pl displays line numbers saved by Locale::PO.
2006-02-12 19:25:27 +02:00
Kalle Olavi Niemitalo
aed3c674af
save_file returns undef and remembers $! if print fails.
...
POD changes:
Revised the synopses of the methods, paying attention to levels of quoting.
Repeat the synopsis above the description of each method.
Never write C<Locale::PO>; it looks bad in pod2text.
2006-02-12 17:16:35 +02:00
Kalle Olavi Niemitalo
f4015a985c
New parser in Locale::PO supports obsolete entries and fixes other bugs.
...
Removed the corresponding workaround from check-accelerator-conflicts.pl.
2006-02-12 00:33:11 +02:00
Kalle Olavi Niemitalo
0066214b47
Merge with http://elinks.cz/elinks.git
2006-02-10 09:15:12 +02:00
Laurent MONIN
e7eaa56315
French translation was updated.
2006-02-07 08:28:53 +01:00
Kalle Olavi Niemitalo
970c7f5483
Documented the load_file and save_file methods of Locale::PO.
2006-02-05 19:16:06 +02:00
Kalle Olavi Niemitalo
15d4531f14
Renamed normalize_str to _normalize_str, and dump_multi_comment to _dump_multi_comment.
2006-02-05 18:21:25 +02:00
Kalle Olavi Niemitalo
b1f8756c59
Merge with http://elinks.cz/elinks.git
2006-02-05 17:48:43 +02:00
Kalle Olavi Niemitalo
608727861d
Minor fix and comments in Locale::PO:
...
The load_file function binds $/ and $_ dynamically.
Added comments about the fields of Locale::PO objects.
2006-02-05 17:47:36 +02:00
Laurent MONIN
1a394f7f28
French translation was updated.
2006-01-30 23:29:11 +01:00
ef11f9750e
Translation update
2006-01-30 09:09:26 +01:00
207922b371
Translation update
2006-01-30 08:33:59 +01:00
cb6a63f09e
Translation fixes
2006-01-28 22:06:10 +01:00
Laurent MONIN
3cb9af2f41
French translation was updated.
2006-01-17 00:04:10 +01:00
Jonas Fonseca
2748d043f9
Autogenerate .vimrc files and put the master in config/vimrc
...
This changes the init target to be idempotent: most importantly it will now
never overwrite a Makefile if it exists. Additionally 'make init' will
generate the .vimrc files. Yay, no more stupid 'added fairies' commits! ;)
2006-01-15 18:38:58 +01:00
Kalle Olavi Niemitalo
89fe822f70
Merge with 6a9ea02f3a
...
(via http://elinks.cz/elinks.git )
2006-01-14 21:30:12 +02:00
Kalle Olavi Niemitalo
f5131c1132
Accelerator checker framework version 1.1.
...
Both gather-accelerator-contexts.pl and check-accelerator-conflicts.pl
now sport an --accelerator-tag option, fixing a BUGS item.
2006-01-14 19:36:58 +02:00
Kalle Olavi Niemitalo
6f44394dfa
Renamed check-accelerator-contexts.pl to check-accelerator-conflicts.pl.
2006-01-14 16:50:45 +02:00
Kalle Olavi Niemitalo
71bf9716c8
gather-accelerator-contexts.pl parses options, and the top_srcdir must
...
now be specified as --srcdir=top_srcdir (or --source-directory=top_srcdir
or -S top_srcdir). Changed po/Makefile to match.
This option can even be repeated; that resolves a BUGS item.
Changed po/Makefile to ignore exit codes from check-accelerator-contexts.pl.
Enabled bundling of options in Getopt::Long so that -Stop_srcdir works too.
2006-01-14 12:24:32 +02:00
Kalle Olavi Niemitalo
78ea4c8425
Pass a hash to pod2usage. That's the recommended way.
2006-01-13 23:36:18 +02:00
Kalle Olavi Niemitalo
c8c4d087bf
check-accelerator-contexts.pl has --help, --version, and exit codes.
...
It can also check multiple files listed on the command line.
2006-01-13 23:33:52 +02:00
Adam Golebiowski
8c182b4ca3
Polish translation was updated (work mostly done by Jakub Bogusz)
2006-01-11 00:41:37 +01:00
Adam Golebiowski
f15c0a2677
Merge with git+ssh://pasky.or.cz/srv/git/elinks.git
2006-01-11 00:29:10 +01:00
Laurent MONIN
6966d15d67
French translation was updated.
2006-01-10 23:03:38 +01:00
Kalle Olavi Niemitalo
e4c8367186
Documented po/perl/*.pl and rewrote po/perl/README.
...
The detailed documentation is now as POD in the scripts, and the README
just gives an overview and describes how the scripts relate to ELinks.
The intention here is to make the scripts more readily usable for programs
other than ELinks. The scripts now describe their licensing, too.
2006-01-09 02:17:16 +02:00
Kalle Olavi Niemitalo
c29ec0d691
Documented the lack of charset handling in Locale::PO.
2006-01-08 14:39:18 +02:00
Kalle Olavi Niemitalo
2232e80db3
Greatly expanded the BUGS section of Locale::PO.
2006-01-08 14:25:04 +02:00
Kalle Olavi Niemitalo
da7d4cfa25
Documented Locale::PO::php_format.
2006-01-07 19:45:54 +02:00
Kalle Olavi Niemitalo
4e653e8c84
Use fields, and "my Locale::PO" where applicable.
2006-01-06 17:56:08 +02:00
Kalle Olavi Niemitalo
35d9107406
Documented some quirks of Locale::PO.
...
- Documented quoting in the msgid, msgid_plural, msgstr, and msgstr_n methods.
- Documented newlines in the comment, automatic, and reference methods.
2006-01-06 03:26:26 +02:00
Kalle Olavi Niemitalo
d3b0178d88
Forked Locale/PO.pm. No real code changes yet.
2006-01-06 03:02:06 +02:00
Kalle Olavi Niemitalo
93714a3e35
Merge with http://elinks.cz/elinks.git
2006-01-06 02:13:11 +02:00
Laurent MONIN
08928b3606
Fix update-po target which failed to notice a change in source tree.
2006-01-03 14:04:25 +01:00
Laurent MONIN
0cdc748331
French translation was updated.
2006-01-03 13:44:15 +01:00
Jonas Fonseca
5a031a7c74
Fix test of $(srcdir) to have sane exit code when it is empty
2006-01-02 00:28:23 +01:00
Kalle Olavi Niemitalo
eb99af7a33
Merge with http://elinks.cz/elinks.git
2006-01-02 01:27:11 +02:00
9a24f86a99
Merge with git+ssh://pasky.or.cz/srv/git/elinks.git
2006-01-02 00:07:44 +01:00
Kalle Olavi Niemitalo
a035b22426
Added the missing semicolon for the check-po rule.
...
It is needed there even in the last command, because it's in a foreach loop.
2006-01-02 00:00:40 +02:00
Jonas Fonseca
322e28ff0c
Merge with git+ssh://pasky/srv/git/elinks.git
2006-01-01 22:55:13 +01:00
Kalle Olavi Niemitalo
08efa818aa
Merge with http://elinks.cz/elinks.git
2006-01-01 23:55:02 +02:00
Jonas Fonseca
9c50072c97
Fix more problems when $(srcdir) is empty
...
Thanks to Kalle Olavi Niemitalo and Adam Golebiowski.
2006-01-01 22:54:44 +01:00
69e2ceb1d0
Polish translation was updated.
2006-01-01 22:54:20 +01:00
Kalle Olavi Niemitalo
dd9b321d15
Moved Perl scripts to a "perl" directory and imported Locale::PO.
2006-01-01 23:32:42 +02:00
Kalle Olavi Niemitalo
451f23d272
Doh, make the Perl scripts executable.
2006-01-01 19:30:29 +02:00
Kalle Olavi Niemitalo
345ba7afcd
Merge with http://elinks.cz/elinks.git
2006-01-01 19:05:44 +02:00