comparison lisp/ChangeLog @ 67866:118a244408d9

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Wed, 28 Dec 2005 02:02:23 +0000
parents 5a5004010886
children a03cb96b7c8e
comparison
equal deleted inserted replaced
67865:f94acc1b8bc2 67866:118a244408d9
1 2005-12-28 Juri Linkov <juri@jurta.org>
2
3 * descr-text.el (describe-text-sexp): Use square brackets for
4 button [Show] to distinguish it from the property value `show'.
5 (describe-property-list): Use `insert-text-button' with
6 `help-face' type instead of putting face in quotes, because button
7 is not created automatically for a list of faces.
8 (describe-text-properties-1): Put button-type value in quotes to
9 distinguish from plain text "button".
10 (describe-char): Display code point values in hex. Don't use
11 `symbol-name' for `current-input-method' because it is a string.
12 Use `insert-text-button' with `help-face' type instead of putting
13 hardcoded face in quotes, because button is not created automatically.
14
1 2005-12-27 Richard M. Stallman <rms@gnu.org> 15 2005-12-27 Richard M. Stallman <rms@gnu.org>
2 16
3 * progmodes/glasses.el (glasses-face): More specific custom type. 17 * progmodes/glasses.el (glasses-face): More specific custom type.
4 18
5 * files.el (set-visited-file-name): Doc fix. 19 * files.el (set-visited-file-name): Doc fix.
12 26
13 * textmodes/flyspell.el (flyspell-external-point-words): 27 * textmodes/flyspell.el (flyspell-external-point-words):
14 New criteria for finding the misspelling in the buffer. 28 New criteria for finding the misspelling in the buffer.
15 29
16 2005-12-28 Nick Roberts <nickrob@snap.net.nz> 30 2005-12-28 Nick Roberts <nickrob@snap.net.nz>
17 Juri Linkov <juri@jurta.org> 31
32 * help-mode.el (help-insert-string): Set help-xref-stack-item
33 rather than call help-setup-xref.
34
35 * descr-text.el (describe-char): Revert previous changes for
36 optional buffer argument.
37
38 2005-12-28 Juri Linkov <juri@jurta.org>
18 39
19 * help-mode.el (help-insert-string): New function. Save buffer 40 * help-mode.el (help-insert-string): New function. Save buffer
20 contents in cases where it is impossible to recompute the old 41 contents in cases where it is impossible to recompute the old
21 contents. 42 contents.
22 43
23 * descr-text.el (describe-char): Set help-xref-stack-item 44 * descr-text.el (describe-char): Set help-xref-stack-item
24 explicitly after buffer has been generated. Revert previous 45 explicitly after buffer has been generated.
25 changes for optional buffer argument.
26 46
27 2005-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 47 2005-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
28 48
29 * cus-start.el (all): Add x-gtk-show-hidden-files. 49 * cus-start.el (all): Add x-gtk-show-hidden-files.
30 50
56 Set buffer appropriately. Call help-setup-xref. 76 Set buffer appropriately. Call help-setup-xref.
57 Suggested by Stefan Monnier. 77 Suggested by Stefan Monnier.
58 78
59 2005-12-27 Juri Linkov <juri@jurta.org> 79 2005-12-27 Juri Linkov <juri@jurta.org>
60 80
61 * descr-text.el (help-fns): Require. Don't require button for 81 * descr-text.el: Require `help-fns' at runtime. Don't require
62 byte compilation. 82 `button' for byte compilation.
63 (describe-text-widget): Add help echo for first button. 83 (describe-text-widget): Add `help-echo' for first button.
64 Use `help-info' for second. 84 Use `help-info' for second.
65 (describe-property-list): Use `help-argument-name' instead of `italic'. 85 (describe-property-list): Use `help-argument-name' instead of `italic'.
66 (describe-text-category): Prompt in minibuffer. Call help-setup-xref. 86 (describe-text-category): Add prompt to interactive spec.
67 (describe-char): Use `help-character-set'. Add help echo. 87 Call `help-setup-xref'.
68 Use `help-input-method'. Remove superfluous insert. 88 (describe-char): Use `help-character-set'. Add `help-echo' for
89 code point. Use `help-input-method'. Remove superfluous insert.
69 90
70 2005-12-25 Richard M. Stallman <rms@gnu.org> 91 2005-12-25 Richard M. Stallman <rms@gnu.org>
71 92
72 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp 93 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
73 at point, in case of narrowing. 94 at point, in case of narrowing.