diff options
| author | Glenn Morris | 2012-01-28 19:16:54 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-01-28 19:16:54 -0800 |
| commit | 043efd5637df45a99ff5a610f99b2b6d5d2ceda0 (patch) | |
| tree | 32b60c6e57371ca7794023600fb0a69974616a51 | |
| parent | 641cac09925abffa5e6ea82e7120c7998defdf5f (diff) | |
| download | emacs-043efd5637df45a99ff5a610f99b2b6d5d2ceda0.tar.gz emacs-043efd5637df45a99ff5a610f99b2b6d5d2ceda0.zip | |
* etc/NEWS: Minor libxml changes.
| -rw-r--r-- | etc/NEWS | 16 |
1 files changed, 10 insertions, 6 deletions
| @@ -49,6 +49,12 @@ found at build time. To prevent this, use the configure option | |||
| 49 | `--without-imagemagick'. See below for ImageMagick features. | 49 | `--without-imagemagick'. See below for ImageMagick features. |
| 50 | 50 | ||
| 51 | --- | 51 | --- |
| 52 | ** Emacs can be compiled with libxml2 support. | ||
| 53 | This happens by default if a suitably recent version of the library is | ||
| 54 | found at build time. To prevent this, use the configure option | ||
| 55 | `--without-xml2'. See below for libxml2 features. | ||
| 56 | |||
| 57 | --- | ||
| 52 | ** There is a new configure option --with-wide-int. | 58 | ** There is a new configure option --with-wide-int. |
| 53 | With it, Emacs integers typically have 62 bits, even on 32-bit machines. | 59 | With it, Emacs integers typically have 62 bits, even on 32-bit machines. |
| 54 | On 32-bit hosts, this raises the limit on buffer sizes from about 512 MiB | 60 | On 32-bit hosts, this raises the limit on buffer sizes from about 512 MiB |
| @@ -1324,12 +1330,10 @@ these image types, minus those listed in `imagemagick-types-inhibit'. | |||
| 1324 | See the Emacs Lisp Reference Manual for more information. | 1330 | See the Emacs Lisp Reference Manual for more information. |
| 1325 | 1331 | ||
| 1326 | ** XML and HTML parsing | 1332 | ** XML and HTML parsing |
| 1327 | 1333 | If Emacs is compiled with libxml2 support, there are two new functions: | |
| 1328 | *** If Emacs is compiled with libxml2 support (which is the default), | 1334 | `libxml-parse-html-region' (which parses "real world" HTML) and |
| 1329 | two new Emacs Lisp-level functions are defined: | 1335 | `libxml-parse-xml-region' (which parses XML). Both return an Emacs |
| 1330 | `libxml-parse-html-region' (which will parse "real world" HTML) | 1336 | Lisp parse tree. |
| 1331 | and `libxml-parse-xml-region' (which parses XML). Both return an | ||
| 1332 | Emacs Lisp parse tree. | ||
| 1333 | 1337 | ||
| 1334 | FIXME: These should be front-ended by xml.el. | 1338 | FIXME: These should be front-ended by xml.el. |
| 1335 | 1339 | ||