Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | issue [cd201d69bb]: For completeness, let's add .dot and .dotx too. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
c5ed222748d861aa0d76a7c0b2caa049 |
| User & Date: | jan.nijtmans 2013-01-27 21:06:22.814 |
Context
|
2013-01-29
| ||
| 09:15 | Rename "unicode-glob" setting to "encoding-glob". Mention the existance of the *-glob settings in the "fossil commit" warnings. Alphabetize the settings list. ... (check-in: 7d237c49f3 user: jan.nijtmans tags: trunk) | |
| 09:06 | Patch from Edward Berner for Windows NT 4.0 ... (check-in: e19ee02d39 user: jan.nijtmans tags: berner-nt) | |
|
2013-01-27
| ||
| 21:31 | merge trunk ... (check-in: 8df9d37834 user: jan.nijtmans tags: ticket-d17d6e5b17) | |
| 21:06 | issue [cd201d69bb]: For completeness, let's add .dot and .dotx too. ... (check-in: c5ed222748 user: jan.nijtmans tags: trunk) | |
| 20:51 | Fix issue [cd201d69bb] ... (check-in: 2a74733cbc user: jan.nijtmans tags: trunk) | |
Changes
Changes to src/doc.c.
| ︙ | ︙ | |||
121 122 123 124 125 126 127 128 129 130 131 132 133 134 |
{ "dcr", 3, "application/x-director" },
{ "deb", 3, "application/x-debian-package" },
{ "dir", 3, "application/x-director" },
{ "dl", 2, "video/dl" },
{ "dms", 3, "application/octet-stream" },
{ "doc", 3, "application/msword" },
{ "docx", 4, "application/vnd.openxmlformats-officedocument.wordprocessingml.document"},
{ "drw", 3, "application/drafting" },
{ "dvi", 3, "application/x-dvi" },
{ "dwg", 3, "application/acad" },
{ "dxf", 3, "application/dxf" },
{ "dxr", 3, "application/x-director" },
{ "eps", 3, "application/postscript" },
{ "etx", 3, "text/x-setext" },
| > > | 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
{ "dcr", 3, "application/x-director" },
{ "deb", 3, "application/x-debian-package" },
{ "dir", 3, "application/x-director" },
{ "dl", 2, "video/dl" },
{ "dms", 3, "application/octet-stream" },
{ "doc", 3, "application/msword" },
{ "docx", 4, "application/vnd.openxmlformats-officedocument.wordprocessingml.document"},
{ "dot", 3, "application/msword" },
{ "dotx", 4, "application/vnd.openxmlformats-officedocument.wordprocessingml.template"},
{ "drw", 3, "application/drafting" },
{ "dvi", 3, "application/x-dvi" },
{ "dwg", 3, "application/acad" },
{ "dxf", 3, "application/dxf" },
{ "dxr", 3, "application/x-director" },
{ "eps", 3, "application/postscript" },
{ "etx", 3, "text/x-setext" },
|
| ︙ | ︙ |