elpasync pushed a change to branch elpa/htmlize. from 8e3841c837 Fixed "Invalid face reference: quote" error. new 1d2078e712 Use gensym instead of obsolete cl-gensym new 490eede6ce Update license from GPL-2.0-or-later to GPL-3.0-or-later new 3b0e17078e Update homepage to point the repository on the Emacsorphanage new 2260b61236 Remove obsolete maintainer information new e773db643f Remove promise to keep supporting ancient Emacs releases new cb6fdce1cb Correct value of htmlize-version new 6264403243 Capitalize htmlize when it is the first word in a sentence new ab479ae94b Fix indentation new e363b341d2 Shorten long line new 84dbfeaebb Use ?\s as syntax for the space character new 1ff91e89b0 Move a few lonely closing parentheses to the previous line new c6f52a5219 Increase consistency of outline headings and page breaks new 2894b7be13 Do not end the summary with a period new 09d8a4fd76 Remove htmlize-lexlet new 68fe994aa1 Add Makefile new 14161626b3 Help Github detect the language new c33da34905 Re-generate htmlize.el.html new 393cf5a387 Add more ELPA badges to readme new 3bd98f29e8 Remove old commented version of htmlize-make-file-name new bf759aa3b2 Fix ensuring that the buffer is fontified new 5e77833c7a Add make target to update htmlize.el.html new bb9690081e Re-generate htmlize.el.html
Summary of changes: .gitattributes | 1 + LICENSE | 674 +++++++++++++++++++++++++++++++++ Makefile | 67 ++++ README.md | 18 +- htmlize.el | 175 +++------ htmlize.el.html | 1119 ++++++++++++++++++++++++------------------------------- 6 files changed, 1299 insertions(+), 755 deletions(-) create mode 100644 .gitattributes create mode 100644 LICENSE create mode 100644 Makefile