diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -39,6 +39,14 @@ text. | |||
| 39 | +++ | 39 | +++ |
| 40 | ** New function 'logcount' calculates an integer's Hamming weight. | 40 | ** New function 'logcount' calculates an integer's Hamming weight. |
| 41 | 41 | ||
| 42 | +++ | ||
| 43 | ** New function 'libxml-available-p'. | ||
| 44 | This function returns non-nil if libxml support is both compiled in | ||
| 45 | and available at run time. Lisp programs should use this function to | ||
| 46 | detect built-in libxml support, instead of testing for that | ||
| 47 | indirectly, e.g., by checking that functions like | ||
| 48 | 'libxml-parse-html-region' return nil. | ||
| 49 | |||
| 42 | 50 | ||
| 43 | * Editing Changes in Emacs 27.1 | 51 | * Editing Changes in Emacs 27.1 |
| 44 | 52 | ||