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: Masatake YAMATO
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 12 Apr 2003 13:28:24 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5028 emacs/lisp/ChangeLog:1.5029
*** emacs/lisp/ChangeLog:1.5028 Sat Apr 12 11:51:57 2003
--- emacs/lisp/ChangeLog        Sat Apr 12 13:28:24 2003
***************
*** 1,3 ****
--- 1,27 ----
+ 2003-04-13  Masatake YAMATO  <address@hidden>
+ 
+       * help.el (describe-minor-mode): New function implementation.
+       Accept both minor mode string and minor mode indicator.
+       (describe-minor-mode-completion-table-for-indicator)
+       (describe-minor-mode-completion-table-for-symbol): New functions.
+       minor-mode-list is used here.
+       (describe-minor-mode-from-symbol): renamed
+       from (old) describe-minor-mode. Use 
+       describe-minor-mode-completion-table-for-symbol.
+       Don't use eval. Just use symbol-name.
+       (describe-minor-mode-from-indicator): Document is updated.
+       Use `format-mode-line'. Use
+       describe-minor-mode-from-symbol instead of
+       describe-minor-mode. 
+       Use describe-minor-mode-completion-table-for-indicator.
+       (expand-minor-mode-indicator-object): removed.
+       (lookup-minor-mode-from-indicator): remove the fist white
+       space from both indicator and anindicator before comparing them.
+ 
+       * bindings.el (mode-line-major-mode-keymap)
+       (mode-line-minor-mode-keymap): defined keys for the maps
+       here in `defvar'.
+ 
  2003-04-12  Glenn Morris  <address@hidden>
  
        * play/gomoku.el (gomoku-buffer-name): New constant.




reply via email to

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