# HG changeset patch # User Stefan Monnier # Date 960185190 0 # Node ID bf26ee36792e7fa76ac8d4a898505d1f1a283c07 # Parent b18a17d5d9c649b82796441ab6e137b16118eab9 *** empty log message *** diff -r b18a17d5d9c6 -r bf26ee36792e lisp/ChangeLog --- a/lisp/ChangeLog Mon Jun 05 06:02:50 2000 +0000 +++ b/lisp/ChangeLog Mon Jun 05 06:06:30 2000 +0000 @@ -1,23 +1,44 @@ +2000-06-05 Stefan Monnier + + * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload. + Use find-file-hooks in the minor-mode function. + Be careful not to loop indefinitely in the post-command-hook function. + 2000-06-05 Michael Kifer * ediff-init.el (ediff-has-face-support-p): make it paint faces on tty's. * ediff-diff.el (ediff-exec-process): use --binary for fine - differences whenever apropriate. + differences whenever appropriate. * viper-cmd.el (viper-smart-suffix-list): rearranged list members. - * viper.el (find-file,find-file-other-window): get viper to do + * viper.el (find-file, find-file-other-window): get viper to do wildcards. 2000-06-04 Stefan Monnier - * emacs-lisp/easy-mmode.el (easy-mmode-define-toggle): - Remove (inline into define-minor-mode). + * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var. + (jit-lock-fontify-buffer): New function for JIT refontification. + (jit-lock-mode): Fix docstring. + Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function. + Remove jit-lock-after-change from the _local_ hook. + (jit-lock-function-1): Fix docstring. + + * info.el (Info-on-current-buffer): Initialize info. + + * newcomment.el (comment-indent): Ignore comment-indent-hook. + + * progmodes/tcl.el (tcl-indent-for-comment): + Ignore comment-indent-hook. + + * emacs-lisp/easy-mmode.el: Require CL during compilation. + (easy-mmode-define-toggle): Remove (inline into define-minor-mode). (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name and improve to use the lighter to guess the capitalization. (define-minor-mode): Inline code from easy-mmode-define-toggle. Add keyword arguments to specify global-ness or the custom group. Add local-map and help-echo properties to the lighter. (easy-mmode-define-navigation): Add the errors to debug-ignored-errors. + (easy-mmode-define-global-mode): New macro. 2000-06-02 Dave Love