diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 39 |
1 files changed, 30 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12770cefadb..e715452871b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 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. |
| @@ -14,15 +28,21 @@ | |||
| 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 | ||
| @@ -58,14 +78,15 @@ | |||
| 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 | ||