John Schember
69debe8c61
Sync to ldolse heuristics branch.
2011-01-15 08:30:04 -05:00
ldolse
1301fe69d1
started multi-pass chapter analysis
2011-01-15 20:53:16 +08:00
ldolse
a44d29e840
only run cleanup_markup when required, begin markup_chapters rewrite
2011-01-15 20:13:51 +08:00
GRiker
b16394fcfe
KG updates 0.7.40
2011-01-15 04:20:12 -07:00
Charles Haley
d7ac11d137
Change formatter_functions to put the program text explicitly into a string. If source is available, test that the string == the real program text
2011-01-15 09:43:10 +00:00
Charles Haley
1e7c9fb2c3
Fix regression where the '|' character was not converted to comma in get_metadata
2011-01-15 08:37:48 +00:00
Charles Haley
584b8bfa29
Merge from trunk
2011-01-15 08:18:11 +00:00
ldolse
e581c8c5de
created sub-functions for text processing, added soft hyphens to punctuation unwrap
2011-01-15 15:40:59 +08:00
ldolse
6f252bb105
tied all the new heuristics options to preprocess.utils
2011-01-15 13:34:35 +08:00
Translators
3e58d2b989
Launchpad automatic translations update.
2011-01-15 05:00:04 +00:00
ldolse
01b12c5e8a
merge search and replace
2011-01-15 11:24:38 +08:00
John Schember
88da864483
Sync to ldolse heuristics branch.
2011-01-14 22:23:38 -05:00
ldolse
c57adb0af9
merge from trunk
2011-01-15 11:18:15 +08:00
ldolse
3379337275
tied rtf input to heuristics, removed option to not include softbreaks, users can combine delete_blank_paragraphs and remove_paragraph_spacing to achieve desired results
2011-01-15 10:50:01 +08:00
ldolse
e99ab61dd0
sync heuristics GUI
2011-01-15 10:48:36 +08:00
John Schember
f85ba4e326
Fix sr key. Change footer and header removal to generic search and replace options.
2011-01-14 21:15:34 -05:00
Kovid Goyal
2911dd1037
When uploading to googlecode retry once on failure
2011-01-14 18:31:08 -07:00
ldolse
e8133432fd
...
2011-01-15 09:06:05 +08:00
John Schember
d017c878fa
Sync to trunk.
2011-01-14 19:49:06 -05:00
John Schember
9d29e46a2c
...
2011-01-14 19:28:36 -05:00
John Schember
8f4d60073f
Finish new GUI option widgets.
2011-01-14 19:24:31 -05:00
John Schember
7d75b06512
Change heuristic options to default False to maintain consistency.
2011-01-14 18:53:02 -05:00
John Schember
aed47e4b3a
sync to ldolse heuristics branch.
2011-01-14 18:51:42 -05:00
John Schember
680de55365
Beginnings of Heuristics GUI options widget.
2011-01-14 18:50:27 -05:00
Kovid Goyal
b4c9b07f68
Fix #8352 (Alt-V gives error on book with no formats)
2011-01-14 16:49:26 -07:00
Kovid Goyal
d9952e034b
IGN:Tag release
2011-01-14 16:05:57 -07:00
Kovid Goyal
bc9149fb19
version 0.7.40
2011-01-14 15:09:03 -07:00
GRiker
42f6f0881c
0.7.39
2011-01-14 14:01:53 -07:00
Kovid Goyal
01fbd5f532
IGN:Tag release
2011-01-14 13:19:50 -07:00
Kovid Goyal
355b269b7f
version 0.7.39
2011-01-14 12:01:50 -07:00
Kovid Goyal
3385e64dfd
...
2011-01-14 11:08:36 -07:00
Kovid Goyal
20d692d662
...
2011-01-14 11:05:48 -07:00
Kovid Goyal
052766f055
...
2011-01-14 09:59:51 -07:00
Kovid Goyal
c6f4f1d863
Redo some strings to avoid common translation errors
2011-01-14 09:58:35 -07:00
Kovid Goyal
e5dbe7cc5e
Updated translations
2011-01-14 09:47:54 -07:00
GRiker
71abc0faa6
ignore generate_authors switch
2011-01-14 09:44:57 -07:00
GRiker
7a5c6bb52f
reformat metadata error msg
2011-01-14 09:24:08 -07:00
GRiker
9a4070d564
add generate_authors switch in GUI, cli
2011-01-14 09:13:41 -07:00
ldolse
f467498638
preserve soft breaks when deleting blank paragraphs
2011-01-15 00:11:21 +08:00
Kovid Goyal
0df278521a
...
2011-01-14 09:01:54 -07:00
ldolse
65f9eff665
remove heuristics from pdb input
2011-01-14 23:43:38 +08:00
Kovid Goyal
2f4261e02c
Fix #8316 (Updated recipe for the Financial Times UK edition)
2011-01-14 08:42:19 -07:00
ldolse
80ed2e7d4e
...
2011-01-14 22:32:03 +08:00
ldolse
4893fa5d3a
fixed the other plugins using preprocess
2011-01-14 22:18:44 +08:00
ldolse
90c978bb10
tied enable heuristics to preprocess, moved various pieces to functions
2011-01-14 21:33:47 +08:00
John Schember
88a0f77671
Sync to trunk.
2011-01-14 08:25:50 -05:00
Charles Haley
44e2e66c2c
Fix regression in argument counting in the formatter
2011-01-14 12:27:23 +00:00
Charles Haley
86e44c25f8
Merge from trunk
2011-01-14 10:51:06 +00:00
Charles Haley
eb0ebd4df0
Many small changes to the new formatter function stuff:
...
1) put isempty back.
2) use 'inspect' to get the source code for builtins so it can be displayed in the managemnet dialog box
3) change 'eval' to 'eval_'
4) do a better job of formatting exceptions
5) many changes to the help text
6) added a 'replace' box to the management dialog, so it is visually clear how to modify a function
7) got rid of a print statement
2011-01-14 10:50:13 +00:00
GRiker
66afdc6812
KG updates
2011-01-14 03:20:51 -07:00