]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 Oct 2000 15:56:23 +0000 (15:56 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 Oct 2000 15:56:23 +0000 (15:56 +0000)
lisp/ChangeLog

index e0abd3b6ec8167e2e0c3050d0f32c0c9b5ae551c..7575bd24f62096d047e9b63272a7c1f0c71d310c 100644 (file)
        * diff-mode.el (diff-goto-source): Update call to
        `diff-hunk-status-msg' to reflect new REV variable.
 
+2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * progmodes/icon.el (icon-mode):
+       Don't gratuitously override the default for comment-column.
+
+       * vc-hooks.el (vc-mode-line): Fix interactive spec.
+
+       * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
+       (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
+       (jit-lock-functions): New var.
+       (jit-lock-function-1): Use it if non-nil.
+       Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
+       Set the `fontified' property before doing the fontification to avoid
+       repeatedly going through the same error.
+       Don't turn errors into messages.
+       (jit-lock-register, jit-lock-unregister): New functions.
+
+       * dired.el (dired-mark-pop-up): Turn comment into docstring.
+       Use with-current-buffer.
+
+       * dired-aux.el (dired-do-create-files, dired-kill-tree):
+       Turn comment into docstring.
+
+       * apropos.el (apropos-mode): Use define-derived-mode.
+
 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
 
        * startup.el (fancy-splash-pending-command): New variable.