87dbccdb1bVersion bump.
Jim Derry
2017-11-22 12:34:33 -0500
2cc140355dChanged iterator internal logic to use a one-based index instead of 0; an index of 0 can be considered NULL.
Jim Derry
2017-11-22 12:33:12 -0500
19e8796a5bIssue #403 PR #641 - Bump to version 5.5.85 for hot fix
Geoff McLane
2017-11-22 15:01:44 +0100
d23e22589eIssue #403 PR #641 - Hot fix for column tabs count
Geoff McLane
2017-11-22 15:00:14 +0100
3b0c3779fcRegenerated strings to match new string updates.
Jim Derry
2017-11-20 09:55:24 -0500
1f1d0a525aFixed missing closing tag preventing man build. No version bump.
Jim Derry
2017-11-20 09:53:27 -0500
c2c7b1dab2Bump version.
Jim Derry
2017-11-20 09:32:08 -0500
6d6eb3797bMerge remote-tracking branch 'origin/keep-tabs' into complete_callbacks
Jim Derry
2017-11-20 09:31:44 -0500
9e09f1a722Version bump.
Jim Derry
2017-11-20 09:29:51 -0500
9eadf3078eMerge remote-tracking branch 'origin/issue-643' into complete_callbacks
Jim Derry
2017-11-20 09:29:16 -0500
302660e3cbVersion bump.
Jim Derry
2017-11-20 09:28:48 -0500
314690ad7fOption changed callback now implemented.
Jim Derry
2017-11-19 16:58:01 -0500
b91c728c81Bump version to 5.5.81 for API additions.
Jim Derry
2017-11-19 15:46:40 -0500
fcd4e90ea7Fix issue where console app and API can't set an FPI for a doctype without providing a quoted string. This is especially painful in a terminal, which requires escaping quotes. Since all FPI's must start with + or -, this fixes the issue.
Jim Derry
2017-11-19 12:54:08 -0500
ae20af4181Added a new tidyOptionIsList() API service.
Jim Derry
2017-11-19 12:02:24 -0500
b342232378Fixed logical issue with new iterators.
Jim Derry
2017-11-19 11:02:13 -0500
8ddc0105f9Add missing iterators for recently added options mute and priority attributes.
Jim Derry
2017-11-19 10:21:46 -0500
7105dbe0eeCosmetic update for doxygen.
Jim Derry
2017-11-17 22:00:29 -0500
b2d3bab9d1Doxygen fixes for previous.
Jim Derry
2017-11-17 21:55:46 -0500
ac27e0c16eVersion bump, for doxygen purposes.
Jim Derry
2017-11-17 21:52:26 -0500
7598d9d0a1Added internal documentation to parser.h.
Jim Derry
2017-11-17 21:51:35 -0500
79f0d5752fUpdated documentation for tidyOptIsReadOnly(). As this is documentation only, no version bump.
Jim Derry
2017-11-17 21:47:26 -0500
2957cb135bMoved orphans from attrapi.c to tidy.c; eliminate attrapi.c. This only affects internal binary representation, but there's not API change, so no version bump.
Jim Derry
2017-11-17 21:39:30 -0500
f5dfd31a76Bump version.
Jim Derry
2017-11-17 21:30:40 -0500
e7bacf2245Allow all parsers to accept NULLSTR input for API consistency.
Jim Derry
2017-11-17 21:30:19 -0500
18874e0b10Version bump.
Jim Derry
2017-11-17 20:38:45 -0500
fec21eebbaMerge branch 'next' into fix_doctype_option
Jim Derry
2017-11-17 19:17:14 -0500
1dd85ad1c6Restore alphabetical order to the options enums and structure. No version bump.
Jim Derry
2017-11-17 19:16:58 -0500
cea9a465f3Issue #643 - Fix HTMLVersion function back to what it was!
Geoff McLane
2017-11-17 14:47:24 +0100
e6c891ea00Doctype made no sense! It was a write-only property in some cases, and uses itself and DoctypeMode to make up for Tidy's ability to store only a single value for an option. It's a little bit special relative to every single other option, in that it's declared as a string, but also has a picklist. This change makes Doctype behave in the way every other Tidy option behaves, and treats Doctype as a string, but also supports selection via the picklist.
Jim Derry
2017-11-16 15:07:52 -0500
Merge pull request #640 from htacg/locale_fix
Jim Derry
2017-11-01 15:06:19 -0400
57f623eb7cUpdated PR to make LIBRARY default to the environment language, rather than just console tidy.
Jim Derry
2017-10-31 17:41:32 -0400
cc023c26b7Address #639.
Jim Derry
2017-10-30 07:53:35 -0400
9c4b040771Bumped version due to internal refactoring and documentation updates.
Jim Derry
2017-10-29 15:05:53 -0400
5fb1138840Fixed indentation.
Jim Derry
2017-10-29 15:04:51 -0400
f5bdedecafCleanup - Added doxygen documentation to tags.h - Consistency to tags.c header. - Moved TY_(DeclareUserTag) to tags.c/.h for consistency with the other list parsing declaratory functions. - Merged user tags parsing into the general list, eliminating a lot of redundant code.
Jim Derry
2017-10-27 16:13:08 -0400
7beb591cf7Issue #636 PR #637 - Bump to version 5.5.74
Geoff McLane
2017-10-29 18:32:41 +0100
b243e0f30aVersion bump.
Jim Derry
2017-10-26 19:19:56 -0400
86e62dbb70Remove unnecessary AdjustConfig logic.
Jim Derry
2017-10-26 18:25:55 -0400
350f7b4af7Replaced AdjustConfig() with TY_(AdjustConfig)()
Jim Derry
2017-10-26 18:08:17 -0400
cc08bae5a9Documentation updates.
Jim Derry
2017-10-26 15:46:26 -0400
6ffb71c2bcBump version for documentation changes.
Jim Derry
2017-10-26 14:26:53 -0400
b663c3965fRegenerate PO and POT for language changes.
Jim Derry
2017-10-26 14:26:23 -0400
056bd85d3dTouch up option descriptions, particularly the encoding options in order to better describe their interaction.
Jim Derry
2017-10-26 14:25:02 -0400
aec686b1a9Add a true "default" to TidyCSSPrefix so that it will be shown in documentation.
Jim Derry
2017-10-26 14:24:35 -0400
a1a58ec1bdMerge branch 'next' into snapshot_fixes
Jim Derry
2017-10-25 20:03:17 -0400
504d2b3466Version bump.
Jim Derry
2017-10-25 19:59:14 -0400
fc3cba86a8I guess no one tried to use this before... it's been broken since the initial commit. We've been comparing the config value from a different option the whole time.
Jim Derry
2017-10-25 15:04:49 -0400