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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 04 Jun 2005 18:33:54 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7671 emacs/lisp/ChangeLog:1.7672
*** emacs/lisp/ChangeLog:1.7671 Sat Jun  4 19:10:52 2005
--- emacs/lisp/ChangeLog        Sat Jun  4 22:33:53 2005
***************
*** 1,3 ****
--- 1,24 ----
+ 2005-06-04  Luc Teirlinck  <address@hidden>
+ 
+       * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
+       (font-lock-remove-keywords): Doc fix.
+       (font-lock-mode-major-mode): Compiler defvar.
+       (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
+ 
+       * font-core.el (font-lock-mode-major-mode): Compiler defvar.
+       (font-lock-mode): Update `font-lock-mode-major-mode'.
+       (font-lock-set-defaults): Compiler defvar.
+       (font-lock-default-function): Take `font-lock-mode-major-mode'
+       into account.
+ 
+       * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
+       keep track of which major mode it enabled the minor mode for.
+       Use find-file-hook again.  Update docstring.
+ 
+       * simple.el (eval-expression-print-level)
+       (eval-expression-print-length, eval-expression-debug-on-error):
+       Doc fixes.
+ 
  2005-06-04  Matt Hodges  <address@hidden>
  
        * iswitchb.el (iswitchb-single-match-face)
***************
*** 15,21 ****
        (iswitchb-completions): Add check for complete match when entering
        a regexp.
        (iswitchb-completions): Remove require-match argument.
!       (iswitchb-exhibit): Fix caller. 
        (iswitchb-common-match-inserted): New variable.
        (iswitchb-complete, iswitchb-completion-help): Use it.
  
--- 36,42 ----
        (iswitchb-completions): Add check for complete match when entering
        a regexp.
        (iswitchb-completions): Remove require-match argument.
!       (iswitchb-exhibit): Fix caller.
        (iswitchb-common-match-inserted): New variable.
        (iswitchb-complete, iswitchb-completion-help): Use it.
  




reply via email to

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