js2-mode 0~20140114-1 source package in Ubuntu

Changelog

js2-mode (0~20140114-1) unstable; urgency=medium


  * New upstream release.
     + Use fork from mooz.
     + Update homepage in debian/control.
     + Remove patch for local variables, not needed anymore.
  * Depends on emacs-common >= 2.0.7. This should fix any post
    installation problem.
  * Only works with Emacs 24 since it needs prog-mode. Closes: #744905.
  * Bump Standards-Version to 3.9.5.

 -- Vincent Bernat <email address hidden>  Thu, 08 May 2014 14:02:17 +0200

Upload details

Uploaded by:
Vincent Bernat
Uploaded to:
Sid
Original maintainer:
Vincent Bernat
Architectures:
all
Section:
editors
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
js2-mode_0~20140114-1.dsc 1.8 KiB cc4b24fd47c68d53b4d7a98776a5052895481755768b8609c32c061f3ef6e031
js2-mode_0~20140114.orig.tar.gz 109.2 KiB 08f2b5cc0764208054f1d99182c7816ef0f27489653dd73bca7117c9e94ff070
js2-mode_0~20140114-1.debian.tar.xz 3.3 KiB c29ff53da413cd17fa09fcaef1bd3bf6edb59d804c8164597bc6162e21366dc3

Available diffs

No changes file available.

Binary packages built by this source

js2-mode: Emacs mode for editing Javascript programs (dummy package)

 This JavaScript editing mode supports:
 .
  - the full JavaScript language through version 1.7
  - support for most Rhino and SpiderMonkey extensions from 1.5 to 1.7
  - accurate syntax highlighting using a recursive-descent parser
  - syntax-error and strict-mode warning reporting
  - "bouncing" line indentation to choose among alternate indentation points
  - smart line-wrapping within comments and strings
  - code folding:
    - show some or all function bodies as {...}
    - show some or all block comments as /*...*/
  - context-sensitive menu bar and popup menus
  - code browsing using the imenu' package
  - typing helpers (e.g. inserting matching braces/parens)
  - many customization options
 .
 This transitional package can be safely removed.