File: NEWS

package info (click to toggle)
tuareg-mode 1%3A2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 692 kB
  • sloc: lisp: 5,997; ml: 2,118; makefile: 98; sh: 54
file content (32 lines) | stat: -rw-r--r-- 1,342 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
tuareg-mode (1:2.0.6-1) unstable; urgency=low

  This version of tuareg-mode contains a new SMIE indentation engine.
  Using this new feature is enabled by executing in emacs
  
    (setq tuareg-use-smie t)
  
  This is currently not done by default due to a bug in that
  indentation engine that in some cases may lead to an infinite loop.
  
 -- Ralf Treinen <treinen@debian.org>  Wed, 06 Jun 2012 21:47:22 +0200

tuareg-mode (1.45.2-1) unstable; urgency=low

  The emacs mode tuareg-mode is now automatically loaded on all files with
  filename extension .ml[iylp]?. If the debian package "ocaml-mode", which
  provides an alternative emacs mode for (O)Caml files, is installed
  together with the tuareg-mode package then tuareg takes precedence.
  Users who wish to overwrite this behaviour should consult the
  instuctions given in the file /usr/share/doc/ocaml-mode/README.Debian.

 -- Ralf Treinen <treinen@debian.org>  Thu, 22 Dec 2005 20:00:15 +0100

tuareg-mode (1.40.5.1-1) unstable; urgency=low

  New function called tuareg-narrow-to-phrase, bound to C-xnd (normally
  narrow-to-defun). It should work for all kinds of phrases, including
  within classes and modules (narrows to the whole module/class if
  called from the beginning of the module/class).

 -- Ralf Treinen <treinen@debian.org>  Wed, 29 Oct 2003 09:02:49 +0100