]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 11 Mar 2000 06:49:17 +0000 (06:49 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 11 Mar 2000 06:49:17 +0000 (06:49 +0000)
lisp/ChangeLog

index db0cc19d533835b1476bb6c66396a03e563dafec..ce121f3a0cb37be1917b24156f825e38a0b592d9 100644 (file)
@@ -1,10 +1,17 @@
 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * font-lock.el (font-lock-keywords): Fix the doc now that
+       regexp-opt-depth is unnecessary.
+       (save-buffer-state): Set an edebug spec.
+       (font-lock-fontify-anchored-keywords): Properly handle the case when
+       the matcher goes past the limit.
+
        * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
        pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
 
-       * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el, dll.el
-       and cookie.el (from Elib) with heavy renaming and other massaging.
+       * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
+       dll.el and cookie.el (from Elib) with heavy renaming and other
+       massaging.
 
        * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
        Autoload the functions used.
@@ -20,9 +27,8 @@
 
        * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to allow
        more flexibility.
-       (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New functions.
-       (easy-mmode-defmap, easy-mmode-defsyntax, easy-mmode-define-derived-mode):
-       New macros.
+       (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New funs.
+       (easy-mmode-def(map|syntax|ine-derived-mode)): New macros.
 
 2000-03-09  Didier Verna  <didier@xemacs.org>