diff options
| author | Kenichi Handa | 2010-09-27 14:42:43 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-09-27 14:42:43 +0900 |
| commit | b3253cd4b4bcbe1ab4ad1fdc98b30c33af70332c (patch) | |
| tree | 4d55005558f96dfb44bfcd746098ed0882aff2d0 /etc | |
| parent | 4be9765d4bad14d68cdfee2a2c6afe1001d9516a (diff) | |
| parent | e5fa38990bca723fc3ef1d0ede792e8ff84b84f7 (diff) | |
| download | emacs-b3253cd4b4bcbe1ab4ad1fdc98b30c33af70332c.tar.gz emacs-b3253cd4b4bcbe1ab4ad1fdc98b30c33af70332c.zip | |
merge trunk
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 11 | ||||
| -rw-r--r-- | etc/NEWS.23 | 2 | ||||
| -rw-r--r-- | etc/srecode/java.srt | 2 |
4 files changed, 14 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 84754efb148..5b78767cfda 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-09-21 Eric Ludlam <zappo@gnu.org> | ||
| 2 | |||
| 3 | * srecode/java.srt: Make NAME be a prompt. | ||
| 4 | |||
| 1 | 2010-09-13 Michael Albinus <michael.albinus@gmx.de> | 5 | 2010-09-13 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * NEWS: Some Tramp methods are discontinued. | 7 | * NEWS: Some Tramp methods are discontinued. |
| @@ -561,10 +561,13 @@ by the Graphic Control Extension of the image. | |||
| 561 | ** XML and HTML parsing | 561 | ** XML and HTML parsing |
| 562 | 562 | ||
| 563 | *** If Emacs is compiled with libxml2 support (which is the default), | 563 | *** If Emacs is compiled with libxml2 support (which is the default), |
| 564 | two new Emacs Lisp-level functions are defined: `html-parse-string' | 564 | two new Emacs Lisp-level functions are defined: |
| 565 | (which will parse "real world" HTML) and `xml-parse-string' (which | 565 | `xml-parse-html-string-internal' (which will parse "real world" HTML) |
| 566 | parses XML). Both return an Emacs Lisp parse tree. See the Emacs | 566 | and `xml-parse-string-internal' (which parses XML). Both return an |
| 567 | Lisp Reference Manual for details. | 567 | Emacs Lisp parse tree. |
| 568 | |||
| 569 | FIXME: These should be front-ended by xml.el. | ||
| 570 | |||
| 568 | 571 | ||
| 569 | ** Isearch | 572 | ** Isearch |
| 570 | 573 | ||
diff --git a/etc/NEWS.23 b/etc/NEWS.23 index e63767d891c..bee89d368b5 100644 --- a/etc/NEWS.23 +++ b/etc/NEWS.23 | |||
| @@ -40,6 +40,8 @@ This can be used in place of the default appt-message-warning-time. | |||
| 40 | 40 | ||
| 41 | * Lisp changes in Emacs 23.3 | 41 | * Lisp changes in Emacs 23.3 |
| 42 | 42 | ||
| 43 | ** `e' and `pi' are now called `float-e' and `float-pi'. | ||
| 44 | The old names are obsolete. | ||
| 43 | ** The use of unintern without an obarray arg is declared obsolete. | 45 | ** The use of unintern without an obarray arg is declared obsolete. |
| 44 | 46 | ||
| 45 | ** New function byte-to-string, like char-to-string but for bytes. | 47 | ** New function byte-to-string, like char-to-string but for bytes. |
diff --git a/etc/srecode/java.srt b/etc/srecode/java.srt index c449f0d77c9..d4cc986a323 100644 --- a/etc/srecode/java.srt +++ b/etc/srecode/java.srt | |||
| @@ -83,7 +83,7 @@ public Class {{?NAME}} {{#PARENTS}}{{#FIRST}}extends {{/FIRST}}{{#NOTFIRST}}impl | |||
| 83 | template include :blank | 83 | template include :blank |
| 84 | "An include statement." | 84 | "An include statement." |
| 85 | ---- | 85 | ---- |
| 86 | import {{NAME}}; | 86 | import {{?NAME}}; |
| 87 | ---- | 87 | ---- |
| 88 | 88 | ||
| 89 | context misc | 89 | context misc |