comparison lisp/ChangeLog @ 67872:a03cb96b7c8e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 28 Dec 2005 03:44:37 +0000
parents 118a244408d9
children c1ab9f9a59a7
comparison
equal deleted inserted replaced
67871:998f4ca6948d 67872:a03cb96b7c8e
1 2005-12-28 Juri Linkov <juri@jurta.org> 1 2005-12-27 Richard M. Stallman <rms@gnu.org>
2
3 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4 mouse-2, go back to previously selected window, so it's selected
5 when mouse-2 command runs.
6
7 2005-12-27 Juri Linkov <juri@jurta.org>
2 8
3 * descr-text.el (describe-text-sexp): Use square brackets for 9 * descr-text.el (describe-text-sexp): Use square brackets for
4 button [Show] to distinguish it from the property value `show'. 10 button [Show] to distinguish it from the property value `show'.
5 (describe-property-list): Use `insert-text-button' with 11 (describe-property-list): Use `insert-text-button' with
6 `help-face' type instead of putting face in quotes, because button 12 `help-face' type instead of putting face in quotes, because button
25 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es> 31 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
26 32
27 * textmodes/flyspell.el (flyspell-external-point-words): 33 * textmodes/flyspell.el (flyspell-external-point-words):
28 New criteria for finding the misspelling in the buffer. 34 New criteria for finding the misspelling in the buffer.
29 35
30 2005-12-28 Nick Roberts <nickrob@snap.net.nz> 36 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
31 37
32 * help-mode.el (help-insert-string): Set help-xref-stack-item 38 * help-mode.el (help-insert-string): Set help-xref-stack-item
33 rather than call help-setup-xref. 39 rather than call help-setup-xref.
34 40
35 * descr-text.el (describe-char): Revert previous changes for 41 * descr-text.el (describe-char): Revert previous changes for
36 optional buffer argument. 42 optional buffer argument.
37 43
38 2005-12-28 Juri Linkov <juri@jurta.org> 44 2005-12-27 Juri Linkov <juri@jurta.org>
39 45
40 * help-mode.el (help-insert-string): New function. Save buffer 46 * help-mode.el (help-insert-string): New function. Save buffer
41 contents in cases where it is impossible to recompute the old 47 contents in cases where it is impossible to recompute the old
42 contents. 48 contents.
43 49
68 * subr.el (lazy-completion-table): Remove argument `args'. 74 * subr.el (lazy-completion-table): Remove argument `args'.
69 75
70 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys): 76 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
71 Don't use the `args' argument of lazy-completion-table. 77 Don't use the `args' argument of lazy-completion-table.
72 78
73 2005-12-27 Nick Roberts <nickrob@snap.net.nz> 79 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
74 80
75 * descr-text.el (describe-char): Add optional argument for buffer. 81 * descr-text.el (describe-char): Add optional argument for buffer.
76 Set buffer appropriately. Call help-setup-xref. 82 Set buffer appropriately. Call help-setup-xref.
77 Suggested by Stefan Monnier. 83 Suggested by Stefan Monnier.
78 84
79 2005-12-27 Juri Linkov <juri@jurta.org> 85 2005-12-26 Juri Linkov <juri@jurta.org>
80 86
81 * descr-text.el: Require `help-fns' at runtime. Don't require 87 * descr-text.el: Require `help-fns' at runtime. Don't require
82 `button' for byte compilation. 88 `button' for byte compilation.
83 (describe-text-widget): Add `help-echo' for first button. 89 (describe-text-widget): Add `help-echo' for first button.
84 Use `help-info' for second. 90 Use `help-info' for second.