aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2010-09-27 14:42:43 +0900
committerKenichi Handa2010-09-27 14:42:43 +0900
commitb3253cd4b4bcbe1ab4ad1fdc98b30c33af70332c (patch)
tree4d55005558f96dfb44bfcd746098ed0882aff2d0 /etc
parent4be9765d4bad14d68cdfee2a2c6afe1001d9516a (diff)
parente5fa38990bca723fc3ef1d0ede792e8ff84b84f7 (diff)
downloademacs-b3253cd4b4bcbe1ab4ad1fdc98b30c33af70332c.tar.gz
emacs-b3253cd4b4bcbe1ab4ad1fdc98b30c33af70332c.zip
merge trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS11
-rw-r--r--etc/NEWS.232
-rw-r--r--etc/srecode/java.srt2
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 @@
12010-09-21 Eric Ludlam <zappo@gnu.org>
2
3 * srecode/java.srt: Make NAME be a prompt.
4
12010-09-13 Michael Albinus <michael.albinus@gmx.de> 52010-09-13 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * NEWS: Some Tramp methods are discontinued. 7 * NEWS: Some Tramp methods are discontinued.
diff --git a/etc/NEWS b/etc/NEWS
index 8f61d9d3467..0647603a3f3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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),
564two new Emacs Lisp-level functions are defined: `html-parse-string' 564two 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)
566parses XML). Both return an Emacs Lisp parse tree. See the Emacs 566and `xml-parse-string-internal' (which parses XML). Both return an
567Lisp Reference Manual for details. 567Emacs Lisp parse tree.
568
569FIXME: 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
83template include :blank 83template include :blank
84"An include statement." 84"An include statement."
85---- 85----
86import {{NAME}}; 86import {{?NAME}};
87---- 87----
88 88
89context misc 89context misc