Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Send the right mime-type for svg files [2e088c5815] |
|---|---|
| Timelines: | family | ancestors | descendants | both | venks-emacs |
| Files: | files | file ages | folders |
| SHA1: |
151a2104ae6d0eac785a4b2f89b0953a |
| User & Date: | venkat 2010-11-07 18:42:46.000 |
References
|
2010-11-07
| ||
| 18:45 | • Ticket [2e088c5815] Allow svg for in-line diagrams in embedded documentation status still Open with 2 other changes artifact: 9bcb585df4 user: venks | |
Context
|
2010-11-07
| ||
| 18:48 | Fix alphabetical missort. check-in: d156b68672 user: venkat tags: venks-emacs | |
| 18:42 | Send the right mime-type for svg files [2e088c5815] check-in: 151a2104ae user: venkat tags: venks-emacs | |
| 08:16 | Create new branch named "venks-emacs" check-in: e8d231aaf3 user: venkat tags: venks-emacs | |
Changes
Changes to src/doc.c.
| ︙ | ︙ | |||
239 240 241 242 243 244 245 246 247 248 249 250 251 252 |
{ "src", 3, "application/x-wais-source" },
{ "step", 4, "application/STEP" },
{ "stl", 3, "application/SLA" },
{ "stp", 3, "application/STEP" },
{ "sv4cpio", 7, "application/x-sv4cpio" },
{ "sv4crc", 6, "application/x-sv4crc" },
{ "swf", 3, "application/x-shockwave-flash" },
{ "t", 1, "application/x-troff" },
{ "tar", 3, "application/x-tar" },
{ "tcl", 3, "application/x-tcl" },
{ "tex", 3, "application/x-tex" },
{ "texi", 4, "application/x-texinfo" },
{ "texinfo", 7, "application/x-texinfo" },
{ "tgz", 3, "application/x-tar-gz" },
| > | 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 |
{ "src", 3, "application/x-wais-source" },
{ "step", 4, "application/STEP" },
{ "stl", 3, "application/SLA" },
{ "stp", 3, "application/STEP" },
{ "sv4cpio", 7, "application/x-sv4cpio" },
{ "sv4crc", 6, "application/x-sv4crc" },
{ "swf", 3, "application/x-shockwave-flash" },
{ "svg", 3, "image/svg+xml" },
{ "t", 1, "application/x-troff" },
{ "tar", 3, "application/x-tar" },
{ "tcl", 3, "application/x-tcl" },
{ "tex", 3, "application/x-tex" },
{ "texi", 4, "application/x-texinfo" },
{ "texinfo", 7, "application/x-texinfo" },
{ "tgz", 3, "application/x-tar-gz" },
|
| ︙ | ︙ |