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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 08 Dec 2005 02:51:34 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8752 emacs/lisp/ChangeLog:1.8753
*** emacs/lisp/ChangeLog:1.8752 Thu Dec  8 01:39:37 2005
--- emacs/lisp/ChangeLog        Thu Dec  8 07:51:32 2005
***************
*** 1,3 ****
--- 1,17 ----
+ 2005-12-08  Juri Linkov  <address@hidden>
+ 
+       * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
+ 
+       * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
+ 
+       * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
+ 
+       * pcvs.el (defun-cvs-mode): Put `definition-name' property on
+       the constructed function name fun-1.
+ 
+       * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
+       because such links don't lead to parent documentation.
+ 
  2005-12-08  Kenichi Handa  <address@hidden>
  
        * descr-text.el (describe-char): Use *Help-2* buffer if the
***************
*** 187,193 ****
  
        * font-core.el (global-font-lock-mode): Use define-global-minor-mode
        instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
!       (font-lock-mode): Replace `:group font-lock' with `nil nil nil'.
  
        * font-lock.el (lisp-font-lock-keywords-1):
        Add define-global-minor-mode.
--- 201,208 ----
  
        * font-core.el (global-font-lock-mode): Use define-global-minor-mode
        instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
!       (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
!       because there is no customization option for it.
  
        * font-lock.el (lisp-font-lock-keywords-1):
        Add define-global-minor-mode.
***************
*** 223,230 ****
        property on their symbols (they have only `custom-loads').
  
        * simple.el (completion-setup-function): Put completions-common-part
!       face on full completion string too (i.e. completion string without
!       completions-first-difference face).
  
        * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
  
--- 238,245 ----
        property on their symbols (they have only `custom-loads').
  
        * simple.el (completion-setup-function): Put completions-common-part
!       face on complete completion string too (i.e. completion string
!       without completions-first-difference face).
  
        * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
  




reply via email to

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