emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/htmlize created (now 4920510)


From: ELPA Syncer
Subject: [nongnu] branch elpa/htmlize created (now 4920510)
Date: Sat, 7 Aug 2021 09:16:30 -0400 (EDT)

elpasync pushed a change to branch elpa/htmlize.

        at  4920510   Fix more cl symbols.

This branch includes the following new commits:

       new  3f70004   Initialize the repository.
       new  f14e369   Version 0.7.
       new  6ca4f29   Version 0.33.
       new  2118e9e   Version 0.34.
       new  fb85e84   Version 0.45.
       new  b9e708c   Version 0.50.
       new  fd1999a   Version 0.55.
       new  24cf2f0   Version 0.57.
       new  3a7415f   Version 0.62.
       new  9ccd74f   Version 0.64.
       new  0cc4dd3   Version 0.65.
       new  c19d29c   Version 0.67.
       new  ce12545   Version 1.0.
       new  9349d4b   Version 1.4.
       new  28aeeb3   Version 1.12.
       new  57e99e0   Version 1.16.
       new  f9075a4   Version 1.27.
       new  8b35e1a   Version 1.28.
       new  f0cd7a7   Version 1.34.
       new  2a42b1a   Version 1.36.
       new  2e7cb2c   Version 1.37.
       new  1a14031   New file: .gitignore
       new  33aa3cb   Bump version.
       new  665abf9   Use `put' instead of `plist-put'.
       new  bcf1d44   Update copyright and compress individual years to ranges.
       new  814e537   Update instructions for git.
       new  3477a7d   Bump version.
       new  70529dd   Abandon compatibility with ancient Emacsen.
       new  a763320   Tweak comments.
       new  bb3bda0   Trim comment.
       new  d562fb4   Extract the code that massages buffer substring into HTML 
in a separate function.
       new  999eef2   Support searching for any property change.
       new  296b18e   Extract a bit of code outside 
buffer-substring-no-invisible.
       new  9f0ffec   Don't treat an overlay that specifies `face' as a block.
       new  83f2745   Simplify loop, noticing that overlay-faces is invariant 
throughout the loop.
       new  179f267   Bump version.
       new  06e9a88   Make the header package.el compatible
       new  aa7969b   Bump version.
       new  7f94aa2   Conditionalize on color-instance-rgb-components.
       new  c0bea5b   Don't use the old name x-color-values.
       new  11e675b   Get rid of a silly warning.
       new  34845c5   Update comment.
       new  0a73b2b   Change `insert-text' method to `text-markup', so that the 
text can be separately inserted.
       new  3dfd7c9   Insert multiple runs having the same fstruct-list with 
the same HTML markup.
       new  cbbbc47   Kill htmlbuf in case of error.
       new  98c2c97   Update the copyright year.
       new  b95dd46   Fix docstring and indent.
       new  143baca   Fix the `font' method.
       new  ec862a1   Get rid of byte-compiler warnings.
       new  11fec7b   Recognize the `display' property and render it into the 
HTML, including images.
       new  f7cc2af   Display a buffer portion with a single `display' property 
as a single region despite the face changes in the region.
       new  3308bf9   Preserve the `display' property during untabification.
       new  c34b364   Create an image with a data: URI for image data 
descriptors.
       new  62020d5   Fix erroneous comment.
       new  ef8b865   Add some docs.
       new  94faffa   Just use `locate-file'.
       new  c847998   The future has come: switch to lexical scope.
       new  c13175c   Don't use CL's lexical-let if lexical binding is in use.
       new  e3d020e   Remove explicit references to MULE.
       new  845329e   Don't attempt to use lexical binding in emacsen that 
don't support it.
       new  148ac7d   Consistently eliminate unnecessary string creation in 
(apply #'concat ...).
       new  af69752   Consistently handle the multitude of ways to specify the 
`face' property.
       new  3551c6b   Respect `before-string' and `after-string' overlay 
properties.
       new  58775c8   Improve introductory text.
       new  3ed76d8   Use find-image to find the actual location of the image 
file in image-load-path.
       new  a6f9f07   Decide at each macroexpansion whether to use 
`lexical-let' or `let'.
       new  0ba773b   Specify some `rgb.txt' locations that actually exist!
       new  73333fc   Add an option `htmlize-use-images' to turn off image 
generation.
       new  3faeac8   Explicitly mark sort as stable.
       new  6baf891   Implement customizable image transformation, 
htmlize-force-inline-images, and image alt text.
       new  1ea27b3   Escape double quote in attribute values.
       new  5e04b38   Improve docs.
       new  ba5ddf3   Enable edebug stepping into htmlize-lexlet.
       new  7947b8b   Don't generate ALT text larger than 100 chars or 
containing control chars.
       new  61760b4   Implement the `htmlize-link' property to embed links in 
the HTML.
       new  db4b76e   New file: NEWS
       new  6b3b3b6   Purge asterisks from variable docstrings.
       new  97b6b8d   Escape link text.
       new  5dbea0b   Convert the auto-link-creation machinery to use the 
`htmlize-link' property.
       new  87d4a43   Recognize tmp overlays with an overlay property.
       new  18693fd   Bumped version.
       new  bad6391   Look for PROP.
       new  5ce4c6e   Support XEmacs again.
       new  380ba4b   Bumped version.
       new  4f0e317   Show `display' strings with the `htmlize-literal' 
property as raw HTML.
       new  67b8bf3   Implement form feed replacement with <hr/> as a temporary 
overlay with the `display' property.
       new  0a17c7c   It's `htmlize-running-xemacs', not `running-xemacs'.
       new  4538849   Bumped version.
       new  9e4c0bc   Faces that come first take precedence over those that 
come later.
       new  5b29cde   Update NEWS.
       new  93294ff   Bumped version.
       new  a4569e3   Correctly handle :inherit specifying a list of faces.
       new  5d9be53   Bumped version.
       new  31bc1a8   Remove stray debugging print.
       new  ece5b5f   Bumped version.
       new  aa6e2f6   Removed support for GNU Emacs 21.
       new  8c09264   Bump version and copyright.
       new  974c169   Set `lexical-binding' to `t' in the first line of the 
file.
       new  7eb326a   Fix package header format
       new  6f9bb1f   Bump version.
       new  2c41d79   Update mail address.
       new  9d4ad62   Set type and group attribute for custom variable
       new  4570d0a   Add README.
       new  29f3960   Nicer readme.
       new  8f46e10   Use htmlpreview.
       new  f74ea31   Bump version.
       new  a95e591   Bump version.
       new  32c69e9   Add htmlize-face-overrides.
       new  88e2cb6   Update copyright info.
       new  1f7bd72   Update supported version from 21 -> 22 in README
       new  8593a5e   Put style information in <pre> tags.
       new  a0b55cb   Introduced option for styling <pre>, "screenshot" 
function.
       new  5ea2cc3   Let `overlays-at' sort the overlays. (#9)
       new  78318a2   Support face-remapping-alist. (#13)
       new  133ac35   Remove XEmacs support.
       new  75c21c7   Use `font-lock-ensure' where available. (#14)
       new  06772e6   Don't use `alist-get', it is not available in Emacs 24. 
(#17)
       new  1bc2f1b   Bump version.
       new  a872d6b   Bump version.
       new  726c77b   Correctly sort overlays in Emacs 24.
       new  315a8f2   htmlize-sorted-overlays-at: correctly initialize 
OVERLAYS. (#18)
       new  a8b73f1   New option htmlize-untabify. (#21)
       new  e01bb6f   Bump version.
       new  567d55c   Don't convert ^L to <hr/> in invisible text.
       new  d6dc274   Remove unused function.
       new  b9789ba   Don't warn on the use of font-lock-fontify-buffer in 
older Emacsen.
       new  a040bdd   Don't try to call color-instance-rgb-components.
       new  9145b68   Simplify ensuring of font-lock.
       new  8db0aa6   Remove unnecessary byte-compile warning suppressions.
       new  682edbf   Mention the orgmode mirror.
       new  7b63aa0   Bump version.
       new  86f22f2   Add Homepage to the package header
       new  9b49540   Replace cl with cl-lib
       new  4920510   Fix more cl symbols.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]