comparison etc/NEWS @ 108632:d38b0dd2bdbe

Provide a simple generic indentation engine and use it for Prolog. * emacs-lisp/smie.el: New file. * progmodes/prolog.el (prolog-smie-op-levels) (prolog-smie-indent-rules): New var. (prolog-mode-variables): Use them to configure SMIE. (prolog-indent-line, prolog-indent-level): Remove.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 17 May 2010 15:27:26 -0400
parents cd5442b2826b
children 131cc6db31f4
comparison
equal deleted inserted replaced
108631:a53949523193 108632:d38b0dd2bdbe
208 threads simultaneously. 208 threads simultaneously.
209 209
210 210
211 * New Modes and Packages in Emacs 24.1 211 * New Modes and Packages in Emacs 24.1
212 212
213 ** smie.el is a package providing a simple generic indentation engine.
214
213 ** secrets.el is an implementation of the Secret Service API, an 215 ** secrets.el is an implementation of the Secret Service API, an
214 interface to password managers like GNOME Keyring or KDE Wallet. The 216 interface to password managers like GNOME Keyring or KDE Wallet. The
215 Secret Service API requires D-Bus for communication. 217 Secret Service API requires D-Bus for communication.
216 218
217 219