# HG changeset patch # User Micha¸«³l Cadilhac # Date 1187391084 0 # Node ID e74e429ab8396983dfa990bc914f1b76b5af70a0 # Parent be32023b5c7b5b9f31061dd0ffc8cabad4d8ba00 *** empty log message *** diff -r be32023b5c7b -r e74e429ab839 lisp/ChangeLog --- a/lisp/ChangeLog Fri Aug 17 22:51:12 2007 +0000 +++ b/lisp/ChangeLog Fri Aug 17 22:51:24 2007 +0000 @@ -1,3 +1,21 @@ +2007-08-09 Micha,Ak(Bl Cadilhac + + * 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 * emacs-lisp/copyright.el (copyright-limit): New defsubst.