]> git.eshelyaron.com Git - emacs.git/commitdiff
* programs.texi (Program Modes): Mention Javascript mode.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 25 Mar 2010 20:36:41 +0000 (16:36 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 25 Mar 2010 20:36:41 +0000 (16:36 -0400)
doc/emacs/ChangeLog
doc/emacs/programs.texi
etc/NEWS

index a15efcea1a282d9cb254ffc64af66ed9a539623b..4ed2ac129e784bc049cab31f77d33fc6ba0fc63d 100644 (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.
 
index 8ebbcf58ed444a6e380002725c3b97d1cb426384..dce6c38692e3675c74a3889cb10355c2688c780c 100644 (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
index c3fc368b3143921d6d2372d4b1430e36fa38ab5a..332cc49e331d3f8133050b608d2eeda8a3a88b86 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.