1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

* programs.texi (Program Modes): Mention Javascript mode.

This commit is contained in:
Chong Yidong 2010-03-25 16:36:41 -04:00
parent f67c5dd0dd
commit 71785b7a63
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2010-03-25 Chong Yidong <cyd@stupidchicken.com>
* programs.texi (Program Modes): Mention Javascript mode.
* text.texi (HTML Mode): Note that nXML is now the default XML mode.
* emacs.texi: Update node description.

View File

@ -88,11 +88,12 @@ and you can select it by typing @kbd{M-x @var{l}-mode @key{RET}}.
@cindex PostScript mode
@cindex Conf mode
@cindex DNS mode
@cindex Javascript mode
The existing programming language major modes include Lisp, Scheme
(a variant of Lisp) and the Scheme-based DSSSL expression language,
Ada, ASM, AWK, C, C++, Delphi (Object Pascal), Fortran, Icon, IDL
(CORBA), IDLWAVE, Java, Metafont (@TeX{}'s companion for font
creation), Modula2, Objective-C, Octave, Pascal, Perl, Pike,
(CORBA), IDLWAVE, Java, Javascript, Metafont (@TeX{}'s companion for
font creation), Modula2, Objective-C, Octave, Pascal, Perl, Pike,
PostScript, Prolog, Python, Ruby, Simula, Tcl, and VHDL. An
alternative mode for Perl is called CPerl mode. Modes are available
for the scripting languages of the common GNU and Unix shells, VMS

View File

@ -415,6 +415,7 @@ System (CLOS). It is used by the other CEDET packages.
** htmlfontify.el turns a fontified Emacs buffer into an HTML page.
+++
** js.el is a new major mode for JavaScript files.
** imap-hash.el is a new library to address IMAP mailboxes as hashtables.