comparison lispref/ChangeLog @ 52801:5bc2a255c70c

*** empty log message ***
author Lute Kamstra <lute@gnu.org>
date Tue, 07 Oct 2003 12:11:21 +0000
parents 7a0586a6cfad
children 8964ad5258a0
comparison
equal deleted inserted replaced
52800:d738115b4197 52801:5bc2a255c70c
1 2003-10-07 Lute Kamstra <lute@gnu.org>
2
3 * modes.texi (Faces for Font Lock): Fix typo.
4 (Hooks): Explain how buffer-local hook variables can refer to
5 global hook variables.
6 Various minor clarifications.
7
1 2003-10-06 Lute Kamstra <lute@gnu.org> 8 2003-10-06 Lute Kamstra <lute@gnu.org>
2 9
3 * tips.texi (Coding Conventions): Mention naming conventions for 10 * tips.texi (Coding Conventions): Mention naming conventions for
4 hooks. 11 hooks.
5 12
34 * display.texi (Overlay Properties): Clarify `evaporate' property. 41 * display.texi (Overlay Properties): Clarify `evaporate' property.
35 42
36 2003-09-29 Lute Kamstra <lute@gnu.org> 43 2003-09-29 Lute Kamstra <lute@gnu.org>
37 44
38 * modes.texi (Mode Line Data): Explain when symbols in mode-line 45 * modes.texi (Mode Line Data): Explain when symbols in mode-line
39 constructs should be marked as risky. 46 constructs should be marked as risky.
40 Change cons cell into proper list. 47 Change cons cell into proper list.
41 (Mode Line Variables): Change cons cell into proper list. 48 (Mode Line Variables): Change cons cell into proper list.
42 49
43 2003-09-26 Lute Kamstra <lute@gnu.org> 50 2003-09-26 Lute Kamstra <lute@gnu.org>
44 51
45 * modes.texi (Mode Line Data): Document the :propertize construct. 52 * modes.texi (Mode Line Data): Document the :propertize construct.
46 (Mode Line Variables): Reorder the descriptions of the variables 53 (Mode Line Variables): Reorder the descriptions of the variables
47 to match their order in the default mode-line-format. 54 to match their order in the default mode-line-format.
48 Describe the new variables mode-line-position and mode-line-modes. 55 Describe the new variables mode-line-position and mode-line-modes.
49 Update the default values of mode-line-frame-identification, 56 Update the default values of mode-line-frame-identification,
50 minor-mode-alist, and default-mode-line-format. 57 minor-mode-alist, and default-mode-line-format.
51 (Properties in Mode): Mention the :propertize construct. 58 (Properties in Mode): Mention the :propertize construct.
52 59
53 2003-09-26 Richard M. Stallman <rms@gnu.org> 60 2003-09-26 Richard M. Stallman <rms@gnu.org>
54 61
55 * buffers.texi, commands.texi, debugging.texi, eval.texi: 62 * buffers.texi, commands.texi, debugging.texi, eval.texi:
56 * loading.texi, minibuf.texi, text.texi, variables.texi: 63 * loading.texi, minibuf.texi, text.texi, variables.texi:
57 Avoid @strong{Note:}. 64 Avoid @strong{Note:}.
58 65
59 2003-09-26 Richard M. Stallman <rms@gnu.org> 66 2003-09-26 Richard M. Stallman <rms@gnu.org>
60 67
92 * positions.texi (Word Motion): forward-word, backward-word 99 * positions.texi (Word Motion): forward-word, backward-word
93 arg is optional. Reword. 100 arg is optional. Reword.
94 101
95 * abbrevs.texi (Defining Abbrevs): Index no-self-insert. 102 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
96 103
97 * variables.texi (Creating Buffer-Local): 104 * variables.texi (Creating Buffer-Local):
98 Delete duplicate definition of buffer-local-value. 105 Delete duplicate definition of buffer-local-value.
99 (File Local Variables): Explain about discarding text props. 106 (File Local Variables): Explain about discarding text props.
100 107
101 2003-09-11 Richard M. Stallman <rms@gnu.org> 108 2003-09-11 Richard M. Stallman <rms@gnu.org>
102 109