emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Michael Cadilhac
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 17 Aug 2007 22:51:25 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Cadilhac <cadilhac>     07/08/17 22:51:25

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11568
retrieving revision 1.11569
diff -u -b -r1.11568 -r1.11569
--- ChangeLog   17 Aug 2007 22:06:50 -0000      1.11568
+++ ChangeLog   17 Aug 2007 22:51:24 -0000      1.11569
@@ -1,3 +1,21 @@
+2007-08-09  Micha,Ak(Bl Cadilhac  <address@hidden>
+
+       * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
+       (meta-indent-current-nesting): Use a computation of the nesting
+       instead.
+       (meta-indent-current-indentation): Indentation is given according
+       to nesting and if the previous line was finished or not.
+       (meta-indent-unfinished-line): Tell if the current line ends with
+       a finished expression.
+       (meta-indent-looking-at-code): Like `looking-at', but checks if
+       the point is a string before.
+       (meta-indent-level-count): Use it.  Don't count parenthesis as it's
+       done in the nesting function.
+       (meta-indent-in-string-p): Tell if the current point is in a
+       string.
+       (meta-indent-calculate): Treat b-o-b as a special case.  Use the
+       previous functions.
+
 2007-08-17  Thien-Thi Nguyen  <address@hidden>
 
        * emacs-lisp/copyright.el (copyright-limit): New defsubst.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]