Mercurial > emacs
comparison lispref/ChangeLog @ 52770:7a0586a6cfad
*** empty log message ***
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Mon, 06 Oct 2003 08:26:59 +0000 |
parents | 80ffc8b54a5c |
children | 5bc2a255c70c |
comparison
equal
deleted
inserted
replaced
52769:00608f913b6f | 52770:7a0586a6cfad |
---|---|
1 2003-10-06 Lute Kamstra <lute@gnu.org> | |
2 | |
3 * tips.texi (Coding Conventions): Mention naming conventions for | |
4 hooks. | |
5 | |
1 2003-10-05 Luc Teirlinck <teirllm@auburn.edu> | 6 2003-10-05 Luc Teirlinck <teirllm@auburn.edu> |
2 | 7 |
3 * loading.texi (Library Search): Correct default value of | 8 * loading.texi (Library Search): Correct default value of |
4 load-suffixes. | 9 load-suffixes. |
5 (Named Features): Fix typo. | 10 (Named Features): Fix typo. |
9 * loading.texi (Named Features): In `provide', | 14 * loading.texi (Named Features): In `provide', |
10 say how to test for subfeatures. | 15 say how to test for subfeatures. |
11 (Unloading): In unload-feature, use new var name | 16 (Unloading): In unload-feature, use new var name |
12 unload-feature-special-hooks. | 17 unload-feature-special-hooks. |
13 | 18 |
14 2003-10-03 Lute Kamstra <Lute.Kamstra@cwi.nl> | 19 2003-10-03 Lute Kamstra <lute@gnu.org> |
15 | 20 |
16 * modes.texi (Major Mode Conventions): Mention third way to set up | 21 * modes.texi (Major Mode Conventions): Mention third way to set up |
17 Imenu. | 22 Imenu. |
18 (Imenu): A number of small fixes. | 23 (Imenu): A number of small fixes. |
19 Delete documentation of internal variable imenu--index-alist. | 24 Delete documentation of internal variable imenu--index-alist. |
26 | 31 |
27 * lists.texi (Association Lists): Clarify `assq-delete-all'. | 32 * lists.texi (Association Lists): Clarify `assq-delete-all'. |
28 | 33 |
29 * display.texi (Overlay Properties): Clarify `evaporate' property. | 34 * display.texi (Overlay Properties): Clarify `evaporate' property. |
30 | 35 |
31 2003-09-29 Lute Kamstra <Lute.Kamstra@cwi.nl> | 36 2003-09-29 Lute Kamstra <lute@gnu.org> |
32 | 37 |
33 * modes.texi (Mode Line Data): Explain when symbols in mode-line | 38 * modes.texi (Mode Line Data): Explain when symbols in mode-line |
34 constructs should be marked as risky. | 39 constructs should be marked as risky. |
35 Change cons cell into proper list. | 40 Change cons cell into proper list. |
36 (Mode Line Variables): Change cons cell into proper list. | 41 (Mode Line Variables): Change cons cell into proper list. |
37 | 42 |
38 2003-09-26 Lute Kamstra <Lute.Kamstra@cwi.nl> | 43 2003-09-26 Lute Kamstra <lute@gnu.org> |
39 | 44 |
40 * modes.texi (Mode Line Data): Document the :propertize construct. | 45 * modes.texi (Mode Line Data): Document the :propertize construct. |
41 (Mode Line Variables): Reorder the descriptions of the variables | 46 (Mode Line Variables): Reorder the descriptions of the variables |
42 to match their order in the default mode-line-format. | 47 to match their order in the default mode-line-format. |
43 Describe the new variables mode-line-position and mode-line-modes. | 48 Describe the new variables mode-line-position and mode-line-modes. |
102 * lists.texi (Building Lists): Add copy-tree. | 107 * lists.texi (Building Lists): Add copy-tree. |
103 | 108 |
104 * display.texi (Fontsets): Add char-displayable-p. | 109 * display.texi (Fontsets): Add char-displayable-p. |
105 (Scroll Bars): New node. | 110 (Scroll Bars): New node. |
106 | 111 |
107 2003-09-08 Lute Kamstra <Lute.Kamstra@cwi.nl> | 112 2003-09-08 Lute Kamstra <lute@gnu.org> |
108 | 113 |
109 * modes.texi (%-Constructs): Document new `%i' and `%I' | 114 * modes.texi (%-Constructs): Document new `%i' and `%I' |
110 constructs. | 115 constructs. |
111 | 116 |
112 2003-09-03 Peter Runestig <peter@runestig.com> | 117 2003-09-03 Peter Runestig <peter@runestig.com> |