Mercurial > emacs
comparison lisp/ChangeLog @ 67379:f25add4d68aa
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 08 Dec 2005 07:51:32 +0000 |
parents | 23a36d22afe4 |
children | cc3d6b6a1f25 |
comparison
equal
deleted
inserted
replaced
67378:3fe860e6e6eb | 67379:f25add4d68aa |
---|---|
1 2005-12-08 Juri Linkov <juri@jurta.org> | |
2 | |
3 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'. | |
4 | |
5 * button.el (button-buffer-map): Bind M-TAB to `backward-button'. | |
6 | |
7 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'. | |
8 | |
9 * pcvs.el (defun-cvs-mode): Put `definition-name' property on | |
10 the constructed function name fun-1. | |
11 | |
12 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link, | |
13 because such links don't lead to parent documentation. | |
14 | |
1 2005-12-08 Kenichi Handa <handa@m17n.org> | 15 2005-12-08 Kenichi Handa <handa@m17n.org> |
2 | 16 |
3 * descr-text.el (describe-char): Use *Help-2* buffer if the | 17 * descr-text.el (describe-char): Use *Help-2* buffer if the |
4 current buffer is *Help*. Call describe-text-properties while | 18 current buffer is *Help*. Call describe-text-properties while |
5 setting the original buffer. | 19 setting the original buffer. |
185 | 199 |
186 2005-12-04 Juri Linkov <juri@jurta.org> | 200 2005-12-04 Juri Linkov <juri@jurta.org> |
187 | 201 |
188 * font-core.el (global-font-lock-mode): Use define-global-minor-mode | 202 * font-core.el (global-font-lock-mode): Use define-global-minor-mode |
189 instead of easy-mmode-define-global-mode. Add `:group font-lock'. | 203 instead of easy-mmode-define-global-mode. Add `:group font-lock'. |
190 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'. | 204 (font-lock-mode): Replace `:group font-lock' with `nil nil nil' |
205 because there is no customization option for it. | |
191 | 206 |
192 * font-lock.el (lisp-font-lock-keywords-1): | 207 * font-lock.el (lisp-font-lock-keywords-1): |
193 Add define-global-minor-mode. | 208 Add define-global-minor-mode. |
194 | 209 |
195 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode. | 210 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode. |
221 Filter out autoloaded options from the group completion list by | 236 Filter out autoloaded options from the group completion list by |
222 using heuristics that autoloaded groups don't have `custom-autoload' | 237 using heuristics that autoloaded groups don't have `custom-autoload' |
223 property on their symbols (they have only `custom-loads'). | 238 property on their symbols (they have only `custom-loads'). |
224 | 239 |
225 * simple.el (completion-setup-function): Put completions-common-part | 240 * simple.el (completion-setup-function): Put completions-common-part |
226 face on full completion string too (i.e. completion string without | 241 face on complete completion string too (i.e. completion string |
227 completions-first-difference face). | 242 without completions-first-difference face). |
228 | 243 |
229 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections. | 244 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections. |
230 | 245 |
231 2005-12-03 Eli Zaretskii <eliz@gnu.org> | 246 2005-12-03 Eli Zaretskii <eliz@gnu.org> |
232 | 247 |