aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2010-03-25 16:36:41 -0400
committerChong Yidong2010-03-25 16:36:41 -0400
commit71785b7a63bf1cec45856e1ea15d2397b65e4f13 (patch)
tree024718da02ce7ad367f00ebb0abd7329669d787e
parentf67c5dd0dd1560f1272d692818aebf82ab6c26b1 (diff)
downloademacs-71785b7a63bf1cec45856e1ea15d2397b65e4f13.tar.gz
emacs-71785b7a63bf1cec45856e1ea15d2397b65e4f13.zip
* programs.texi (Program Modes): Mention Javascript mode.
-rw-r--r--doc/emacs/ChangeLog2
-rw-r--r--doc/emacs/programs.texi5
-rw-r--r--etc/NEWS1
3 files changed, 6 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index a15efcea1a2..4ed2ac129e7 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,7 @@
12010-03-25 Chong Yidong <cyd@stupidchicken.com> 12010-03-25 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * programs.texi (Program Modes): Mention Javascript mode.
4
3 * text.texi (HTML Mode): Note that nXML is now the default XML mode. 5 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
4 * emacs.texi: Update node description. 6 * emacs.texi: Update node description.
5 7
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index 8ebbcf58ed4..dce6c38692e 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -88,11 +88,12 @@ and you can select it by typing @kbd{M-x @var{l}-mode @key{RET}}.
88@cindex PostScript mode 88@cindex PostScript mode
89@cindex Conf mode 89@cindex Conf mode
90@cindex DNS mode 90@cindex DNS mode
91@cindex Javascript mode
91 The existing programming language major modes include Lisp, Scheme 92 The existing programming language major modes include Lisp, Scheme
92(a variant of Lisp) and the Scheme-based DSSSL expression language, 93(a variant of Lisp) and the Scheme-based DSSSL expression language,
93Ada, ASM, AWK, C, C++, Delphi (Object Pascal), Fortran, Icon, IDL 94Ada, ASM, AWK, C, C++, Delphi (Object Pascal), Fortran, Icon, IDL
94(CORBA), IDLWAVE, Java, Metafont (@TeX{}'s companion for font 95(CORBA), IDLWAVE, Java, Javascript, Metafont (@TeX{}'s companion for
95creation), Modula2, Objective-C, Octave, Pascal, Perl, Pike, 96font creation), Modula2, Objective-C, Octave, Pascal, Perl, Pike,
96PostScript, Prolog, Python, Ruby, Simula, Tcl, and VHDL. An 97PostScript, Prolog, Python, Ruby, Simula, Tcl, and VHDL. An
97alternative mode for Perl is called CPerl mode. Modes are available 98alternative mode for Perl is called CPerl mode. Modes are available
98for the scripting languages of the common GNU and Unix shells, VMS 99for the scripting languages of the common GNU and Unix shells, VMS
diff --git a/etc/NEWS b/etc/NEWS
index c3fc368b314..332cc49e331 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -415,6 +415,7 @@ System (CLOS). It is used by the other CEDET packages.
415 415
416** htmlfontify.el turns a fontified Emacs buffer into an HTML page. 416** htmlfontify.el turns a fontified Emacs buffer into an HTML page.
417 417
418+++
418** js.el is a new major mode for JavaScript files. 419** js.el is a new major mode for JavaScript files.
419 420
420** imap-hash.el is a new library to address IMAP mailboxes as hashtables. 421** imap-hash.el is a new library to address IMAP mailboxes as hashtables.