Mercurial > emacs
changeset 107673:7e643666286d
* programs.texi (Program Modes): Mention Javascript mode.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 25 Mar 2010 16:36:41 -0400 |
parents | abfd9eb36f84 |
children | 429ef7abe3df |
files | doc/emacs/ChangeLog doc/emacs/programs.texi etc/NEWS |
diffstat | 3 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/emacs/ChangeLog Thu Mar 25 16:32:39 2010 -0400 +++ b/doc/emacs/ChangeLog Thu Mar 25 16:36:41 2010 -0400 @@ -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.
--- a/doc/emacs/programs.texi Thu Mar 25 16:32:39 2010 -0400 +++ b/doc/emacs/programs.texi Thu Mar 25 16:36:41 2010 -0400 @@ -88,11 +88,12 @@ @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
--- a/etc/NEWS Thu Mar 25 16:32:39 2010 -0400 +++ b/etc/NEWS Thu Mar 25 16:36:41 2010 -0400 @@ -415,6 +415,7 @@ ** 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.