Mercurial > emacs
annotate doc/lispref/ChangeLog @ 100818:03f922072d04
* display.texi (Face Attributes): Clarify :height attribute.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 01 Jan 2009 08:28:56 +0000 |
parents | 007ec92e4924 |
children | c270105126b0 |
rev | line source |
---|---|
100818
03f922072d04
* display.texi (Face Attributes): Clarify :height attribute.
Chong Yidong <cyd@stupidchicken.com>
parents:
100804
diff
changeset
|
1 2009-01-01 Chong Yidong <cyd@stupidchicken.com> |
03f922072d04
* display.texi (Face Attributes): Clarify :height attribute.
Chong Yidong <cyd@stupidchicken.com>
parents:
100804
diff
changeset
|
2 |
03f922072d04
* display.texi (Face Attributes): Clarify :height attribute.
Chong Yidong <cyd@stupidchicken.com>
parents:
100804
diff
changeset
|
3 * display.texi (Face Attributes): Clarify :height attribute. |
03f922072d04
* display.texi (Face Attributes): Clarify :height attribute.
Chong Yidong <cyd@stupidchicken.com>
parents:
100804
diff
changeset
|
4 |
100804
007ec92e4924
(The Buffer List): Clarify what moves a buffer to
Martin Rudalics <rudalics@gmx.at>
parents:
100722
diff
changeset
|
5 2008-12-31 Martin Rudalics <rudalics@gmx.at> |
007ec92e4924
(The Buffer List): Clarify what moves a buffer to
Martin Rudalics <rudalics@gmx.at>
parents:
100722
diff
changeset
|
6 |
007ec92e4924
(The Buffer List): Clarify what moves a buffer to
Martin Rudalics <rudalics@gmx.at>
parents:
100722
diff
changeset
|
7 * buffers.texi (The Buffer List): Clarify what moves a buffer to |
007ec92e4924
(The Buffer List): Clarify what moves a buffer to
Martin Rudalics <rudalics@gmx.at>
parents:
100722
diff
changeset
|
8 the front of the buffer list. Add entries for `last-buffer' and |
007ec92e4924
(The Buffer List): Clarify what moves a buffer to
Martin Rudalics <rudalics@gmx.at>
parents:
100722
diff
changeset
|
9 `unbury-buffer'. |
007ec92e4924
(The Buffer List): Clarify what moves a buffer to
Martin Rudalics <rudalics@gmx.at>
parents:
100722
diff
changeset
|
10 |
100708 | 11 2008-12-27 Eli Zaretskii <eliz@gnu.org> |
12 | |
100722 | 13 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals" |
14 and its subsections. | |
15 | |
16 * frames.texi (Multiple Terminals, Low-level Terminal) | |
17 (Terminal Parameters, Frames on Other TTY devices): New sections. | |
18 (Frames): Add an xref to "Multiple Terminals". | |
19 | |
100716 | 20 * elisp.texi (Top): Add @detailmenu item for "Terminal Type". |
21 | |
22 * objects.texi (Terminal Type): New node. | |
23 (Editing Types): Add it to the menu. | |
24 | |
100713 | 25 * elisp.texi (Top): Add a @detailmenu item for "Directory Local |
26 Variables". | |
27 | |
100711 | 28 * variables.texi (Directory Local Variables): New node. |
100713 | 29 (Variables): Add a menu item for it. |
100711 | 30 |
100708 | 31 * loading.texi (Autoload): Document `generate-autoload-cookie' and |
32 `generated-autoload-file'. | |
33 | |
100598 | 34 2008-12-20 Eli Zaretskii <eliz@gnu.org> |
35 | |
100601 | 36 * os.texi (Startup Summary): Add xref to documentation of |
37 `initial-window-system'. | |
38 | |
100598 | 39 * display.texi (Window Systems): Document `window-system' the |
40 function. The variable `window-system' is now frame-local. | |
100601 | 41 Document `initial-window-system'. |
100598 | 42 |
100555
66984afb4693
(Windows): Rewrite description of
Martin Rudalics <rudalics@gmx.at>
parents:
100527
diff
changeset
|
43 2008-12-19 Martin Rudalics <rudalics@gmx.at> |
66984afb4693
(Windows): Rewrite description of
Martin Rudalics <rudalics@gmx.at>
parents:
100527
diff
changeset
|
44 |
66984afb4693
(Windows): Rewrite description of
Martin Rudalics <rudalics@gmx.at>
parents:
100527
diff
changeset
|
45 * windows.texi (Windows): Rewrite description of |
66984afb4693
(Windows): Rewrite description of
Martin Rudalics <rudalics@gmx.at>
parents:
100527
diff
changeset
|
46 fit-window-to-buffer. |
66984afb4693
(Windows): Rewrite description of
Martin Rudalics <rudalics@gmx.at>
parents:
100527
diff
changeset
|
47 |
100386
fae812e295b4
(Font Lock Basics): Fix level description. (Bug#1534)
Glenn Morris <rgm@gnu.org>
parents:
100373
diff
changeset
|
48 2008-12-13 Glenn Morris <rgm@gnu.org> |
fae812e295b4
(Font Lock Basics): Fix level description. (Bug#1534)
Glenn Morris <rgm@gnu.org>
parents:
100373
diff
changeset
|
49 |
fae812e295b4
(Font Lock Basics): Fix level description. (Bug#1534)
Glenn Morris <rgm@gnu.org>
parents:
100373
diff
changeset
|
50 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534) |
fae812e295b4
(Font Lock Basics): Fix level description. (Bug#1534)
Glenn Morris <rgm@gnu.org>
parents:
100373
diff
changeset
|
51 (Levels of Font Lock): Refer to font-lock-maximum-decoration. |
fae812e295b4
(Font Lock Basics): Fix level description. (Bug#1534)
Glenn Morris <rgm@gnu.org>
parents:
100373
diff
changeset
|
52 |
100373
42c2c343946f
(Error Debugging): Refer forwards to eval-expression-debug-on-error.
Glenn Morris <rgm@gnu.org>
parents:
100253
diff
changeset
|
53 2008-12-12 Glenn Morris <rgm@gnu.org> |
42c2c343946f
(Error Debugging): Refer forwards to eval-expression-debug-on-error.
Glenn Morris <rgm@gnu.org>
parents:
100253
diff
changeset
|
54 |
42c2c343946f
(Error Debugging): Refer forwards to eval-expression-debug-on-error.
Glenn Morris <rgm@gnu.org>
parents:
100253
diff
changeset
|
55 * debugging.texi (Error Debugging): Refer forwards to |
42c2c343946f
(Error Debugging): Refer forwards to eval-expression-debug-on-error.
Glenn Morris <rgm@gnu.org>
parents:
100253
diff
changeset
|
56 eval-expression-debug-on-error. |
42c2c343946f
(Error Debugging): Refer forwards to eval-expression-debug-on-error.
Glenn Morris <rgm@gnu.org>
parents:
100253
diff
changeset
|
57 |
100247 | 58 2008-12-05 Eli Zaretskii <eliz@gnu.org> |
59 | |
100253 | 60 * strings.texi (String Basics): Only unibyte strings that |
61 represent key sequences hold 8-bit raw bytes. | |
62 | |
100247 | 63 * nonascii.texi (Coding System Basics): Rewrite @ignore'd |
64 paragraph to speak about `undecided'. | |
65 (Character Properties): Don't explain the meaning of each | |
66 property; instead, identify their Unicode Standard names. | |
100249 | 67 (Character Sets): Document `map-charset-chars'. |
100247 | 68 |
100115
3a36c6c70cad
(Format Conversion Round-Trip): Rewrite format-write-file section yet again.
Glenn Morris <rgm@gnu.org>
parents:
100042
diff
changeset
|
69 2008-12-02 Glenn Morris <rgm@gnu.org> |
3a36c6c70cad
(Format Conversion Round-Trip): Rewrite format-write-file section yet again.
Glenn Morris <rgm@gnu.org>
parents:
100042
diff
changeset
|
70 |
3a36c6c70cad
(Format Conversion Round-Trip): Rewrite format-write-file section yet again.
Glenn Morris <rgm@gnu.org>
parents:
100042
diff
changeset
|
71 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file |
3a36c6c70cad
(Format Conversion Round-Trip): Rewrite format-write-file section yet again.
Glenn Morris <rgm@gnu.org>
parents:
100042
diff
changeset
|
72 section yet again. |
3a36c6c70cad
(Format Conversion Round-Trip): Rewrite format-write-file section yet again.
Glenn Morris <rgm@gnu.org>
parents:
100042
diff
changeset
|
73 |
100029 | 74 2008-11-29 Eli Zaretskii <eliz@gnu.org> |
75 | |
100042 | 76 * nonascii.texi (Character Properties): New Section. |
77 (Specifying Coding Systems): Document | |
78 `coding-system-priority-list', `set-coding-system-priority', and | |
79 `with-coding-priority'. | |
80 (Lisp and Coding Systems): Document `check-coding-systems-region' | |
81 and `coding-system-charset-list'. | |
82 (Coding System Basics): Document `coding-system-aliases'. | |
83 | |
84 * elisp.texi (Top): Add a @detailmenu entry for "Character | |
85 Properties". | |
86 | |
100029 | 87 * objects.texi (Character Type): Correct the range of Emacs |
88 characters. Add an @xref to "Character Codes". | |
89 | |
90 * strings.texi (String Basics): Add an @xref to "Character Codes". | |
91 | |
92 * numbers.texi (Integer Basics): Add an @xref to `max-char'. | |
93 | |
94 * nonascii.texi (Explicit Encoding): Update for Emacs 23. | |
95 (Character Codes): Document `max-char'. | |
96 | |
100007 | 97 2008-11-28 Eli Zaretskii <eliz@gnu.org> |
98 | |
99 * nonascii.texi (Text Representations, Converting Representations) | |
100 (Character Sets, Scanning Charsets, Translation of Characters): | |
101 Make text more accurate. | |
102 | |
100000 | 103 2008-11-28 Glenn Morris <rgm@gnu.org> |
104 | |
105 * files.texi (Format Conversion Round-Trip): Improve previous change. | |
106 | |
99964
bacf5a7d455b
* modes.texi (Auto Major Mode): Fix example.
Chong Yidong <cyd@stupidchicken.com>
parents:
99924
diff
changeset
|
107 2008-11-26 Chong Yidong <cyd@stupidchicken.com> |
bacf5a7d455b
* modes.texi (Auto Major Mode): Fix example.
Chong Yidong <cyd@stupidchicken.com>
parents:
99924
diff
changeset
|
108 |
bacf5a7d455b
* modes.texi (Auto Major Mode): Fix example.
Chong Yidong <cyd@stupidchicken.com>
parents:
99924
diff
changeset
|
109 * modes.texi (Auto Major Mode): Fix example. |
bacf5a7d455b
* modes.texi (Auto Major Mode): Fix example.
Chong Yidong <cyd@stupidchicken.com>
parents:
99924
diff
changeset
|
110 |
99924 | 111 2008-11-25 Glenn Morris <rgm@gnu.org> |
112 | |
113 * control.texi (Signaling Errors): Fix `wrong-type-argument' name. | |
114 | |
115 * files.texi (Format Conversion Round-Trip): | |
116 Use active voice for previous change. | |
117 | |
99907
659005a2ba74
* os.texi (Processor Run Time):
Chong Yidong <cyd@stupidchicken.com>
parents:
99896
diff
changeset
|
118 2008-11-25 Chong Yidong <cyd@stupidchicken.com> |
659005a2ba74
* os.texi (Processor Run Time):
Chong Yidong <cyd@stupidchicken.com>
parents:
99896
diff
changeset
|
119 |
659005a2ba74
* os.texi (Processor Run Time):
Chong Yidong <cyd@stupidchicken.com>
parents:
99896
diff
changeset
|
120 * os.texi (Processor Run Time): |
659005a2ba74
* os.texi (Processor Run Time):
Chong Yidong <cyd@stupidchicken.com>
parents:
99896
diff
changeset
|
121 * processes.texi (Transaction Queues): |
659005a2ba74
* os.texi (Processor Run Time):
Chong Yidong <cyd@stupidchicken.com>
parents:
99896
diff
changeset
|
122 * markers.texi (The Mark): |
659005a2ba74
* os.texi (Processor Run Time):
Chong Yidong <cyd@stupidchicken.com>
parents:
99896
diff
changeset
|
123 * windows.texi (Choosing Window, Selecting Windows): |
659005a2ba74
* os.texi (Processor Run Time):
Chong Yidong <cyd@stupidchicken.com>
parents:
99896
diff
changeset
|
124 * files.texi (Changing Files, Magic File Names): |
659005a2ba74
* os.texi (Processor Run Time):
Chong Yidong <cyd@stupidchicken.com>
parents:
99896
diff
changeset
|
125 * commands.texi (Key Sequence Input): |
659005a2ba74
* os.texi (Processor Run Time):
Chong Yidong <cyd@stupidchicken.com>
parents:
99896
diff
changeset
|
126 * functions.texi (Declaring Functions): |
659005a2ba74
* os.texi (Processor Run Time):
Chong Yidong <cyd@stupidchicken.com>
parents:
99896
diff
changeset
|
127 * strings.texi (Predicates for Strings): |
659005a2ba74
* os.texi (Processor Run Time):
Chong Yidong <cyd@stupidchicken.com>
parents:
99896
diff
changeset
|
128 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams). |
659005a2ba74
* os.texi (Processor Run Time):
Chong Yidong <cyd@stupidchicken.com>
parents:
99896
diff
changeset
|
129 |
99896
5f142ac30138
* help.texi (Accessing Documentation): Update example.
Chong Yidong <cyd@stupidchicken.com>
parents:
99804
diff
changeset
|
130 2008-11-24 Chong Yidong <cyd@stupidchicken.com> |
5f142ac30138
* help.texi (Accessing Documentation): Update example.
Chong Yidong <cyd@stupidchicken.com>
parents:
99804
diff
changeset
|
131 |
5f142ac30138
* help.texi (Accessing Documentation): Update example.
Chong Yidong <cyd@stupidchicken.com>
parents:
99804
diff
changeset
|
132 * help.texi (Accessing Documentation): Update example. |
5f142ac30138
* help.texi (Accessing Documentation): Update example.
Chong Yidong <cyd@stupidchicken.com>
parents:
99804
diff
changeset
|
133 |
5f142ac30138
* help.texi (Accessing Documentation): Update example.
Chong Yidong <cyd@stupidchicken.com>
parents:
99804
diff
changeset
|
134 * variables.texi (Defining Variables): Note that `*' is not |
5f142ac30138
* help.texi (Accessing Documentation): Update example.
Chong Yidong <cyd@stupidchicken.com>
parents:
99804
diff
changeset
|
135 necessary if defcustom is used. |
5f142ac30138
* help.texi (Accessing Documentation): Update example.
Chong Yidong <cyd@stupidchicken.com>
parents:
99804
diff
changeset
|
136 |
99804 | 137 2008-11-22 Eli Zaretskii <eliz@gnu.org> |
138 | |
139 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting | |
140 Characters" from @detailmenu. | |
141 | |
142 * nonascii.texi (Character Codes, Character Sets) | |
143 (Scanning Charsets, Translation of Characters): Update for Emacs 23. | |
144 (Chars and Bytes, Splitting Characters): Sections removed. | |
145 | |
99801
36cf62302f9d
(Text Lines): Update goto-line documentation.
Lute Kamstra <lute@gnu.org>
parents:
99764
diff
changeset
|
146 2008-11-22 Lute Kamstra <lute@gnu.org> |
36cf62302f9d
(Text Lines): Update goto-line documentation.
Lute Kamstra <lute@gnu.org>
parents:
99764
diff
changeset
|
147 |
36cf62302f9d
(Text Lines): Update goto-line documentation.
Lute Kamstra <lute@gnu.org>
parents:
99764
diff
changeset
|
148 * positions.texi (Text Lines): Update goto-line documentation. |
36cf62302f9d
(Text Lines): Update goto-line documentation.
Lute Kamstra <lute@gnu.org>
parents:
99764
diff
changeset
|
149 |
99761
bfdd912c4534
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99734
diff
changeset
|
150 2008-11-21 Martin Rudalics <rudalics@gmx.at> |
bfdd912c4534
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99734
diff
changeset
|
151 |
99764
e20b348de98a
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99761
diff
changeset
|
152 * frames.texi (Frames): Fix typo, add cross references, reword. |
e20b348de98a
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99761
diff
changeset
|
153 (Initial Parameters): Reword special-display-frame-alist text. |
e20b348de98a
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99761
diff
changeset
|
154 (Frames and Windows): Reword. Describe argument norecord for |
e20b348de98a
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99761
diff
changeset
|
155 set-frame-selected-window. |
e20b348de98a
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99761
diff
changeset
|
156 (Input Focus): Describe argument norecord for select-frame. |
e20b348de98a
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99761
diff
changeset
|
157 Remove comment on MS-Windows behavior for focus-follows-mouse. |
e20b348de98a
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99761
diff
changeset
|
158 (Raising and Lowering): Mention windows-frames dichotomy in |
e20b348de98a
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99761
diff
changeset
|
159 metaphor. |
e20b348de98a
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99761
diff
changeset
|
160 |
99761
bfdd912c4534
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99734
diff
changeset
|
161 * windows.texi (Displaying Buffers, Vertical Scrolling) |
bfdd912c4534
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99734
diff
changeset
|
162 (Horizontal Scrolling): Fix indenting and rewording issues |
bfdd912c4534
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99734
diff
changeset
|
163 introduced with 2008-11-07 change. |
bfdd912c4534
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99734
diff
changeset
|
164 |
99734 | 165 2008-11-20 Glenn Morris <rgm@gnu.org> |
166 | |
167 * files.texi (Format Conversion Round-Trip): Mention `preserve' | |
168 element of `format-alist'. | |
169 | |
99707 | 170 2008-11-19 Glenn Morris <rgm@gnu.org> |
171 | |
172 * doclicense.texi: Update to FDL 1.3. | |
173 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later. | |
174 | |
99684
f749d8b61704
* frames.texi (Color Parameters): Document alpha parameter.
Chong Yidong <cyd@stupidchicken.com>
parents:
99614
diff
changeset
|
175 2008-11-18 Chong Yidong <cyd@stupidchicken.com> |
f749d8b61704
* frames.texi (Color Parameters): Document alpha parameter.
Chong Yidong <cyd@stupidchicken.com>
parents:
99614
diff
changeset
|
176 |
99692
8b12949a4a19
* windows.texi (Window Hooks): Remove *-end-trigger-functions
Chong Yidong <cyd@stupidchicken.com>
parents:
99684
diff
changeset
|
177 * windows.texi (Window Hooks): Remove *-end-trigger-functions |
8b12949a4a19
* windows.texi (Window Hooks): Remove *-end-trigger-functions
Chong Yidong <cyd@stupidchicken.com>
parents:
99684
diff
changeset
|
178 vars, which are obsolete. Mention jit-lock-register. |
8b12949a4a19
* windows.texi (Window Hooks): Remove *-end-trigger-functions
Chong Yidong <cyd@stupidchicken.com>
parents:
99684
diff
changeset
|
179 |
8b12949a4a19
* windows.texi (Window Hooks): Remove *-end-trigger-functions
Chong Yidong <cyd@stupidchicken.com>
parents:
99684
diff
changeset
|
180 * modes.texi (Other Font Lock Variables): Document |
8b12949a4a19
* windows.texi (Window Hooks): Remove *-end-trigger-functions
Chong Yidong <cyd@stupidchicken.com>
parents:
99684
diff
changeset
|
181 jit-lock-register and jit-lock-unregister. |
8b12949a4a19
* windows.texi (Window Hooks): Remove *-end-trigger-functions
Chong Yidong <cyd@stupidchicken.com>
parents:
99684
diff
changeset
|
182 |
99684
f749d8b61704
* frames.texi (Color Parameters): Document alpha parameter.
Chong Yidong <cyd@stupidchicken.com>
parents:
99614
diff
changeset
|
183 * frames.texi (Color Parameters): Document alpha parameter. |
f749d8b61704
* frames.texi (Color Parameters): Document alpha parameter.
Chong Yidong <cyd@stupidchicken.com>
parents:
99614
diff
changeset
|
184 |
99614
60b50e06588b
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99527
diff
changeset
|
185 2008-11-16 Martin Rudalics <rudalics@gmx.at> |
60b50e06588b
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99527
diff
changeset
|
186 |
60b50e06588b
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99527
diff
changeset
|
187 * windows.texi (Splitting Windows, Deleting Windows) |
60b50e06588b
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99527
diff
changeset
|
188 (Selecting Windows, Cyclic Window Ordering) |
60b50e06588b
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99527
diff
changeset
|
189 (Buffers and Windows, Displaying Buffers, Choosing Window) |
60b50e06588b
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99527
diff
changeset
|
190 (Dedicated Windows, Window Point, Window Start and End) |
60b50e06588b
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99527
diff
changeset
|
191 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling) |
60b50e06588b
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99527
diff
changeset
|
192 (Size of Window, Resizing Windows, Window Configurations) |
60b50e06588b
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99527
diff
changeset
|
193 (Window Parameters): Avoid @var at beginning of sentences and |
60b50e06588b
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99527
diff
changeset
|
194 reword accordingly. |
60b50e06588b
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99527
diff
changeset
|
195 |
99527 | 196 2008-11-11 Lute Kamstra <lute@gnu.org> |
197 | |
198 * files.texi (File Name Components): Fix file-name-extension | |
199 documentation. | |
200 | |
99490
3153b9e9ea3f
* frames.texi (Basic Parameters): Remove display-environment-variable
Juanma Barranquero <lekktu@gmail.com>
parents:
99466
diff
changeset
|
201 2008-11-11 Juanma Barranquero <lekktu@gmail.com> |
3153b9e9ea3f
* frames.texi (Basic Parameters): Remove display-environment-variable
Juanma Barranquero <lekktu@gmail.com>
parents:
99466
diff
changeset
|
202 |
3153b9e9ea3f
* frames.texi (Basic Parameters): Remove display-environment-variable
Juanma Barranquero <lekktu@gmail.com>
parents:
99466
diff
changeset
|
203 * frames.texi (Basic Parameters): Remove display-environment-variable |
3153b9e9ea3f
* frames.texi (Basic Parameters): Remove display-environment-variable
Juanma Barranquero <lekktu@gmail.com>
parents:
99466
diff
changeset
|
204 and term-environment-variable. |
3153b9e9ea3f
* frames.texi (Basic Parameters): Remove display-environment-variable
Juanma Barranquero <lekktu@gmail.com>
parents:
99466
diff
changeset
|
205 |
99466 | 206 2008-11-08 Eli Zaretskii <eliz@gnu.org> |
207 | |
208 * windows.texi (Basic Windows, Splitting Windows) | |
209 (Deleting Windows, Selecting Windows, Cyclic Window Ordering) | |
210 (Buffers and Windows, Displaying Buffers, Dedicated Windows) | |
99490
3153b9e9ea3f
* frames.texi (Basic Parameters): Remove display-environment-variable
Juanma Barranquero <lekktu@gmail.com>
parents:
99466
diff
changeset
|
211 (Resizing Windows, Window Configurations, Window Parameters): |
3153b9e9ea3f
* frames.texi (Basic Parameters): Remove display-environment-variable
Juanma Barranquero <lekktu@gmail.com>
parents:
99466
diff
changeset
|
212 Fix wording and markup. |
99466 | 213 |
99440
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
214 2008-11-07 Martin Rudalics <rudalics@gmx.at> |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
215 |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
216 * windows.texi (Windows): Update entries. |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
217 (Basic Windows): Remove listing of attributes. Reword. |
99442
31562beedae9
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99440
diff
changeset
|
218 (Splitting Windows, Deleting Windows): Reword. |
99440
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
219 (Selecting Windows, Cyclic Window Ordering): Reword with special |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
220 emphasis on order of recently selected windows and buffer list. |
99442
31562beedae9
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99440
diff
changeset
|
221 (Buffers and Windows, Choosing Window): Reword with special |
31562beedae9
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99440
diff
changeset
|
222 emphasis on dedicated windows. |
31562beedae9
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99440
diff
changeset
|
223 (Displaying Buffers): Reword. For switch-to-buffer mention that |
31562beedae9
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99440
diff
changeset
|
224 it may fall back on pop-to-buffer. For other-window try to |
31562beedae9
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99440
diff
changeset
|
225 explain how it treats the cyclic ordering of windows. |
99440
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
226 (Dedicated Windows): New node and section discussing dedicated |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
227 windows and associated functions. |
99442
31562beedae9
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99440
diff
changeset
|
228 (Window Point): Add entry for window-point-insertion-type. Reword. |
99440
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
229 (Window Start and End): Rename node and section title. Reword. |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
230 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling): |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
231 Minor rewording. |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
232 (Size of Window): Reword, in particular text on window-width. |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
233 (Resizing Windows): Reword. Add text on balancing windows. |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
234 (Window Configurations): Reword. Mention window parameters. |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
235 (Window Parameters): New node and section on window parameters. |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
236 (Window Hooks): Reword. Mention that |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
237 window-configuration-change-hook is run "buffer-locally". |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
238 * elisp.texi (Top): Update Windows entries in @detailmenu |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
239 section. |
41f1c826b6d5
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99374
diff
changeset
|
240 |
99374
91cf0734f257
* searching.texi (Regexp Search): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents:
99353
diff
changeset
|
241 2008-11-04 Juanma Barranquero <lekktu@gmail.com> |
91cf0734f257
* searching.texi (Regexp Search): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents:
99353
diff
changeset
|
242 |
91cf0734f257
* searching.texi (Regexp Search): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents:
99353
diff
changeset
|
243 * searching.texi (Regexp Search): Fix typo. |
91cf0734f257
* searching.texi (Regexp Search): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents:
99353
diff
changeset
|
244 |
99353
899c3edf276d
* searching.texi (Regexp Search): Document GREEDY arg.
Chong Yidong <cyd@stupidchicken.com>
parents:
99314
diff
changeset
|
245 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change) |
899c3edf276d
* searching.texi (Regexp Search): Document GREEDY arg.
Chong Yidong <cyd@stupidchicken.com>
parents:
99314
diff
changeset
|
246 |
899c3edf276d
* searching.texi (Regexp Search): Document GREEDY arg.
Chong Yidong <cyd@stupidchicken.com>
parents:
99314
diff
changeset
|
247 * searching.texi (Regexp Search): Document GREEDY arg. |
899c3edf276d
* searching.texi (Regexp Search): Document GREEDY arg.
Chong Yidong <cyd@stupidchicken.com>
parents:
99314
diff
changeset
|
248 (Simple Match Data): Fix return value. |
899c3edf276d
* searching.texi (Regexp Search): Document GREEDY arg.
Chong Yidong <cyd@stupidchicken.com>
parents:
99314
diff
changeset
|
249 |
99314 | 250 2008-11-01 Eli Zaretskii <eliz@gnu.org> |
251 | |
252 * nonascii.texi (Text Representations): Rewrite to make consistent | |
253 with Emacs 23 internal representation of characters. Document | |
254 `unibyte-string'. | |
255 | |
99194
0b187bd43544
* processes.texi (Process Information): Note that process-status
Chong Yidong <cyd@stupidchicken.com>
parents:
99166
diff
changeset
|
256 2008-10-28 Chong Yidong <cyd@stupidchicken.com> |
0b187bd43544
* processes.texi (Process Information): Note that process-status
Chong Yidong <cyd@stupidchicken.com>
parents:
99166
diff
changeset
|
257 |
0b187bd43544
* processes.texi (Process Information): Note that process-status
Chong Yidong <cyd@stupidchicken.com>
parents:
99166
diff
changeset
|
258 * processes.texi (Process Information): Note that process-status |
0b187bd43544
* processes.texi (Process Information): Note that process-status
Chong Yidong <cyd@stupidchicken.com>
parents:
99166
diff
changeset
|
259 does not accept buffer names. |
0b187bd43544
* processes.texi (Process Information): Note that process-status
Chong Yidong <cyd@stupidchicken.com>
parents:
99166
diff
changeset
|
260 |
99166
2533e2baa8a0
* positions.texi (Skipping Characters): Correct return value of
Chong Yidong <cyd@stupidchicken.com>
parents:
99129
diff
changeset
|
261 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change) |
2533e2baa8a0
* positions.texi (Skipping Characters): Correct return value of
Chong Yidong <cyd@stupidchicken.com>
parents:
99129
diff
changeset
|
262 |
2533e2baa8a0
* positions.texi (Skipping Characters): Correct return value of
Chong Yidong <cyd@stupidchicken.com>
parents:
99129
diff
changeset
|
263 * positions.texi (Skipping Characters): Correct return value of |
2533e2baa8a0
* positions.texi (Skipping Characters): Correct return value of
Chong Yidong <cyd@stupidchicken.com>
parents:
99129
diff
changeset
|
264 skip-chars-forward. |
2533e2baa8a0
* positions.texi (Skipping Characters): Correct return value of
Chong Yidong <cyd@stupidchicken.com>
parents:
99129
diff
changeset
|
265 |
99127
0b100a3b6044
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99084
diff
changeset
|
266 2008-10-25 Martin Rudalics <rudalics@gmx.at> |
0b100a3b6044
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99084
diff
changeset
|
267 |
99129
477b24ba46d7
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99127
diff
changeset
|
268 * windows.texi (Deleting Windows): Update documentation of |
477b24ba46d7
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99127
diff
changeset
|
269 delete-windows-on. |
477b24ba46d7
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99127
diff
changeset
|
270 (Buffers and Windows): Update documentations of |
477b24ba46d7
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99127
diff
changeset
|
271 get-buffer-window and get-buffer-window-list. |
477b24ba46d7
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99127
diff
changeset
|
272 (Displaying Buffers): Update documentation of |
477b24ba46d7
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99127
diff
changeset
|
273 replace-buffer-in-windows. |
477b24ba46d7
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99127
diff
changeset
|
274 |
99127
0b100a3b6044
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99084
diff
changeset
|
275 * buffers.texi (Current Buffer): Reword set-buffer and |
0b100a3b6044
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99084
diff
changeset
|
276 with-current-buffer documentations. |
0b100a3b6044
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99084
diff
changeset
|
277 (Creating Buffers): Reword documentation of get-buffer-create. |
0b100a3b6044
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99084
diff
changeset
|
278 |
99083
ccb40f05bf23
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99045
diff
changeset
|
279 2008-10-23 Martin Rudalics <rudalics@gmx.at> |
ccb40f05bf23
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99045
diff
changeset
|
280 |
ccb40f05bf23
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99045
diff
changeset
|
281 * buffers.texi (Current Buffer): Reword documentation of |
ccb40f05bf23
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99045
diff
changeset
|
282 set-buffer. |
ccb40f05bf23
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99045
diff
changeset
|
283 (Buffer Names): Reword documentation of buffer-name. |
ccb40f05bf23
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99045
diff
changeset
|
284 (The Buffer List): For bury-buffer explain what happens with the |
ccb40f05bf23
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99045
diff
changeset
|
285 buffer's window. |
99084
211453ff9123
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99083
diff
changeset
|
286 (Creating Buffers): Say that get-buffer-create's arg is called |
99083
ccb40f05bf23
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99045
diff
changeset
|
287 buffer-or-name. |
ccb40f05bf23
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99045
diff
changeset
|
288 |
99043
ef3e520abfd6
* nonascii.texi (Character Codes): Remove obsolete function
Chong Yidong <cyd@stupidchicken.com>
parents:
99037
diff
changeset
|
289 2008-10-22 Chong Yidong <cyd@stupidchicken.com> |
ef3e520abfd6
* nonascii.texi (Character Codes): Remove obsolete function
Chong Yidong <cyd@stupidchicken.com>
parents:
99037
diff
changeset
|
290 |
99045
5abca568a07b
* advice.texi (Computed Advice): Explain what DEFINITION is.
Chong Yidong <cyd@stupidchicken.com>
parents:
99043
diff
changeset
|
291 * advice.texi (Computed Advice): Explain what DEFINITION is. |
5abca568a07b
* advice.texi (Computed Advice): Explain what DEFINITION is.
Chong Yidong <cyd@stupidchicken.com>
parents:
99043
diff
changeset
|
292 |
99043
ef3e520abfd6
* nonascii.texi (Character Codes): Remove obsolete function
Chong Yidong <cyd@stupidchicken.com>
parents:
99037
diff
changeset
|
293 * nonascii.texi (Character Codes): Remove obsolete function |
ef3e520abfd6
* nonascii.texi (Character Codes): Remove obsolete function
Chong Yidong <cyd@stupidchicken.com>
parents:
99037
diff
changeset
|
294 char-valid-p, and document characterp instead. |
ef3e520abfd6
* nonascii.texi (Character Codes): Remove obsolete function
Chong Yidong <cyd@stupidchicken.com>
parents:
99037
diff
changeset
|
295 |
99030
e948893870c3
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98986
diff
changeset
|
296 2008-10-22 Martin Rudalics <rudalics@gmx.at> |
e948893870c3
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98986
diff
changeset
|
297 |
e948893870c3
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98986
diff
changeset
|
298 * windows.texi (Displaying Buffers): Reword documentation of |
e948893870c3
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98986
diff
changeset
|
299 pop-to-buffer. |
e948893870c3
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98986
diff
changeset
|
300 (Choosing Window): Rewrite documentation of display-buffer and |
e948893870c3
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98986
diff
changeset
|
301 its options. |
e948893870c3
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98986
diff
changeset
|
302 |
99037
fcf50f75628d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99030
diff
changeset
|
303 * buffers.texi (Killing Buffers): Update documentation of |
fcf50f75628d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99030
diff
changeset
|
304 kill-buffer. |
fcf50f75628d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
99030
diff
changeset
|
305 |
98966 | 306 2008-10-21 Eli Zaretskii <eliz@gnu.org> |
307 | |
98986 | 308 * processes.texi (Serial Ports): Fix wording and improve markup. |
309 | |
98980 | 310 * searching.texi (Regexp Search): Document `string-match-p' and |
311 `looking-at-p'. | |
312 (POSIX Regexps): Add an xref for "non-greedy". | |
313 (Regexp Special): Add @cindex entry for "non-greedy". | |
314 | |
98973 | 315 * display.texi (Attribute Functions): Document `face-all-attributes'. |
98977 | 316 (Image Cache) <image-refresh>: Minor wording fixes. |
98973 | 317 |
98970 | 318 * frames.texi (Color Names): Add an xref to `read-color'. |
319 | |
320 * minibuf.texi (High-Level Completion): Document `read-color'. | |
321 | |
98966 | 322 * elisp.texi (Top): Add "Swapping Text" to @detailmenu. |
323 | |
324 * positions.texi (Narrowing): Add an xref to "Swapping Text". | |
325 | |
326 * buffers.texi (Swapping Text): New section, documents | |
327 `buffer-swap-text'. | |
328 | |
98961
85eb1353b004
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98947
diff
changeset
|
329 2008-10-21 Martin Rudalics <rudalics@gmx.at> |
85eb1353b004
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98947
diff
changeset
|
330 |
85eb1353b004
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98947
diff
changeset
|
331 * windows.texi (Resizing Windows): Minor wording fix. |
85eb1353b004
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98947
diff
changeset
|
332 |
98947 | 333 2008-10-20 Eli Zaretskii <eliz@gnu.org> |
334 | |
335 * processes.texi (Shell Arguments): Document `split-string-and-unquote' | |
336 and `combine-and-quote-strings'. | |
337 | |
338 * strings.texi (Creating Strings): Add xrefs for them. | |
339 | |
98898 | 340 2008-10-19 Eli Zaretskii <eliz@gnu.org> |
341 | |
98906 | 342 * elisp.texi (Top): Make descriptive text for "Reading File Names" |
343 match the corresponding menu in minibuf.texi. | |
344 | |
98898 | 345 * minibuf.texi (Reading File Names): Document `read-shell-command' |
346 and `minibuffer-local-shell-command-map'. | |
347 | |
98895
dd86168504c6
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98890
diff
changeset
|
348 2008-10-19 Martin Rudalics <rudalics@gmx.at> |
dd86168504c6
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98890
diff
changeset
|
349 |
dd86168504c6
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98890
diff
changeset
|
350 * windows.texi (Resizing Windows): Remove var{} around "window" in |
dd86168504c6
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98890
diff
changeset
|
351 documentation of enlarge-window. |
dd86168504c6
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98890
diff
changeset
|
352 Rewrite documentation of window-min-height and window-min-width. |
dd86168504c6
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98890
diff
changeset
|
353 |
98876 | 354 2008-10-19 Eli Zaretskii <eliz@gnu.org> |
355 | |
98890 | 356 * functions.texi (Calling Functions): Document `apply-partially'. |
357 | |
98882 | 358 * hooks.texi (Standard Hooks): Mention |
359 `before-hack-local-variables-hook' and `hack-local-variables-hook'. | |
360 | |
361 * variables.texi (File Local Variables): Document | |
362 `file-local-variables-alist', `before-hack-local-variables-hook' | |
363 and `hack-local-variables-hook'. | |
364 | |
98878 | 365 * processes.texi (Synchronous Processes): Document `process-lines'. |
366 | |
98876 | 367 * customize.texi (Variable Definitions): Document |
98878 | 368 `custom-reevaluate-setting'. |
98876 | 369 |
98837
19841b2ddd50
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98832
diff
changeset
|
370 2008-10-18 Martin Rudalics <rudalics@gmx.at> |
19841b2ddd50
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98832
diff
changeset
|
371 |
19841b2ddd50
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98832
diff
changeset
|
372 * windows.texi (Choosing Window, Deleting Windows) |
19841b2ddd50
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98832
diff
changeset
|
373 (Displaying Buffers): Expand documentation of dedicated windows. |
19841b2ddd50
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98832
diff
changeset
|
374 |
98813 | 375 2008-10-18 Eli Zaretskii <eliz@gnu.org> |
376 | |
98832 | 377 * files.texi (Changing Files): Document symbolic input of file |
378 modes to `set-file-modes'. Document `read-file-modes' and | |
379 `file-modes-symbolic-to-number'. | |
380 | |
98823 | 381 * maps.texi (Standard Keymaps): Document `multi-query-replace-map' |
382 and `search-map'. | |
383 | |
98819 | 384 * searching.texi (Search and Replace): Document |
385 `replace-search-function' and `replace-re-search-function'. | |
98823 | 386 Document `multi-query-replace-map'. |
98819 | 387 |
98816 | 388 * minibuf.texi (Text from Minibuffer): Document `read-regexp'. |
389 (Completion Commands, Reading File Names): Rename | |
390 `minibuffer-local-must-match-filename-map' to | |
391 `minibuffer-local-filename-must-match-map'. | |
392 (Minibuffer Completion): The `require-match' argument to | |
393 `completing-read' can now have the value `confirm-only'. | |
394 | |
98813 | 395 * windows.texi (Displaying Buffers): Minor wording fix. |
396 (Choosing Window): `split-height-threshold' can now be nil. | |
397 Document `split-width-threshold'. `pop-up-frames' can have the | |
398 value `graphic-only'. | |
399 | |
98797 | 400 2008-10-17 Eli Zaretskii <eliz@gnu.org> |
401 | |
402 * os.texi (Startup Summary): Document `before-init-time' and | |
403 `after-init-time'. Document `initial-window-system' and | |
404 `window-system-initialization-alist'. Document reading the | |
405 abbrevs file. Document the call to `server-start' under --daemon. | |
406 Rearrange a bit to be consistent with the code flow. | |
98803 | 407 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'. |
408 (Time Parsing): Document `format-seconds'. | |
98797 | 409 |
98795
79058aa99a5d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98785
diff
changeset
|
410 2008-10-17 Martin Rudalics <rudalics@gmx.at> |
79058aa99a5d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98785
diff
changeset
|
411 |
79058aa99a5d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98785
diff
changeset
|
412 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace |
79058aa99a5d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98785
diff
changeset
|
413 and reword. |
79058aa99a5d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98785
diff
changeset
|
414 |
98785 | 415 2008-10-16 Eli Zaretskii <eliz@gnu.org> |
416 | |
417 * markers.texi (The Mark): Document use-region-p. | |
418 | |
98730 | 419 2008-10-15 Eli Zaretskii <eliz@gnu.org> |
420 | |
98765 | 421 * internals.texi (Writing Emacs Primitives): The interactive spec |
422 of a primitive can be a Lisp form. | |
423 | |
98761 | 424 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)' |
425 values of transient-mark-mode. Document handle-shift-selection. | |
426 | |
427 * commands.texi (Using Interactive, Interactive Codes): Document `^'. | |
428 (Interactive Examples): Show an example of `^'. | |
429 (Key Sequence Input): Document this-command-keys-shift-translated. | |
98765 | 430 (Defining Commands, Using Interactive): The interactive-form of a |
431 function can be added via its symbol's property. | |
98761 | 432 |
98748 | 433 * positions.texi (List Motion): beginning-of-defun-function can |
434 now accept an argument. | |
435 | |
98745 | 436 * text.texi (Low-Level Kill Ring): interprogram-paste-function can |
437 now return a list of strings. | |
438 | |
98742 | 439 * control.texi (Handling Errors): Document ignore-errors. |
440 | |
98738 | 441 * frames.texi (Creating Frames): Document frame-inherited-parameters. |
442 (Parameter Access): Document set-frame-parameter. | |
443 | |
98735 | 444 * variables.texi (Creating Buffer-Local): Add an xref to "Setting |
445 Hooks" for the effect of kill-all-local-variables on local hook | |
446 functions. | |
447 | |
98730 | 448 * modes.texi (Major Mode Conventions, Mode Line Variables): |
449 `mode-name' need not be a string. xref to "Mode Line Data" for | |
450 details, and to "Emulating Mode Line" for computing a string | |
451 value. | |
452 | |
98705 | 453 2008-10-14 Eli Zaretskii <eliz@gnu.org> |
454 | |
98722 | 455 * processes.texi (System Processes): New section. |
456 (Processes, Signals to Processes): Add xrefs to it. | |
457 | |
458 * objects.texi (Editing Types): A `process' is a subprocess of | |
459 Emacs, not just any process running on the OS. | |
460 | |
461 * elisp.texi (Top): Adjust the @detailmenu for the above two | |
462 changes. | |
463 | |
98712 | 464 * sequences.texi (Char-Tables): Remove documentation of |
465 set-char-table-default, which has no effect since Emacs 23. | |
466 <char-table-range, set-char-table-range>: Don't mention generic | |
467 characters and charsets. Add a cons cell as a possible argument. | |
468 | |
469 * nonascii.texi (Splitting Characters) | |
470 (Translation of Characters): Don't mention generic characters. | |
471 | |
472 * display.texi (Fontsets): Don't mention generic characters. | |
473 | |
98705 | 474 * sequences.texi (Char-Tables): `map-char-table' can now call its |
99490
3153b9e9ea3f
* frames.texi (Basic Parameters): Remove display-environment-variable
Juanma Barranquero <lekktu@gmail.com>
parents:
99466
diff
changeset
|
475 argument FUNCTION with a cons cell as KEY. |
98705 | 476 |
98683 | 477 2008-10-13 Eli Zaretskii <eliz@gnu.org> |
478 | |
98687 | 479 * objects.texi (Primitive Function Type): Move "@cindex special |
480 forms" from here... | |
481 | |
482 * eval.texi (Special Forms): ...to here. | |
483 | |
484 * functions.texi (What Is a Function): `functionp' returns nil for | |
485 special forms. Add an xref. | |
486 | |
98683 | 487 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local |
488 Variables". | |
489 | |
490 * variables.texi (Frame-Local Variables): New section. | |
491 (Buffer-Local Variables): Add an xref to it. | |
492 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot | |
493 have both frame-local and buffer-local binding. | |
494 | |
495 * frames.texi (Frames): Mention multiple tty frames. | |
496 (Frame Parameters, Parameter Access): Mention frame-local variable | |
497 bindings. | |
498 | |
98268 | 499 2008-09-20 Glenn Morris <rgm@gnu.org> |
500 | |
501 * display.texi (Defining Faces): Recommend against face variables. | |
502 | |
98185
c9d121831418
* display.texi (Echo Area Customization): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents:
98106
diff
changeset
|
503 2008-09-16 Juanma Barranquero <lekktu@gmail.com> |
c9d121831418
* display.texi (Echo Area Customization): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents:
98106
diff
changeset
|
504 |
c9d121831418
* display.texi (Echo Area Customization): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents:
98106
diff
changeset
|
505 * display.texi (Echo Area Customization): Fix typo. |
c9d121831418
* display.texi (Echo Area Customization): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents:
98106
diff
changeset
|
506 |
98106
43ea5fd8c7ad
* loading.texi (Where Defined): Add `defface' item.
Juanma Barranquero <lekktu@gmail.com>
parents:
98029
diff
changeset
|
507 2008-09-09 Juanma Barranquero <lekktu@gmail.com> |
43ea5fd8c7ad
* loading.texi (Where Defined): Add `defface' item.
Juanma Barranquero <lekktu@gmail.com>
parents:
98029
diff
changeset
|
508 |
43ea5fd8c7ad
* loading.texi (Where Defined): Add `defface' item.
Juanma Barranquero <lekktu@gmail.com>
parents:
98029
diff
changeset
|
509 * loading.texi (Where Defined): Add `defface' item. |
43ea5fd8c7ad
* loading.texi (Where Defined): Add `defface' item.
Juanma Barranquero <lekktu@gmail.com>
parents:
98029
diff
changeset
|
510 |
98029
9d3339355453
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
97726
diff
changeset
|
511 2008-09-06 Martin Rudalics <rudalics@gmx.at> |
9d3339355453
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
97726
diff
changeset
|
512 |
9d3339355453
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
97726
diff
changeset
|
513 * loading.texi (Where Defined): Fix description of symbol-file. |
9d3339355453
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
97726
diff
changeset
|
514 |
97726 | 515 2008-08-26 Jason Rumney <jasonr@gnu.org> |
516 | |
517 * display.texi (TIFF Images): New section describing :index property. | |
518 | |
97626
e7394291152a
* display.texi (Temporary Displays): Remove unnecessary comment
Chong Yidong <cyd@stupidchicken.com>
parents:
97293
diff
changeset
|
519 2008-08-23 Chong Yidong <cyd@stupidchicken.com> |
e7394291152a
* display.texi (Temporary Displays): Remove unnecessary comment
Chong Yidong <cyd@stupidchicken.com>
parents:
97293
diff
changeset
|
520 |
e7394291152a
* display.texi (Temporary Displays): Remove unnecessary comment
Chong Yidong <cyd@stupidchicken.com>
parents:
97293
diff
changeset
|
521 * display.texi (Temporary Displays): Remove unnecessary comment |
e7394291152a
* display.texi (Temporary Displays): Remove unnecessary comment
Chong Yidong <cyd@stupidchicken.com>
parents:
97293
diff
changeset
|
522 about usage of temp-buffer-show-hook. |
e7394291152a
* display.texi (Temporary Displays): Remove unnecessary comment
Chong Yidong <cyd@stupidchicken.com>
parents:
97293
diff
changeset
|
523 |
97293
bfe6068912b0
* symbols.texi (Other Plists): Fix incorrect example.
Chong Yidong <cyd@stupidchicken.com>
parents:
97144
diff
changeset
|
524 2008-08-05 Chong Yidong <cyd@stupidchicken.com> |
bfe6068912b0
* symbols.texi (Other Plists): Fix incorrect example.
Chong Yidong <cyd@stupidchicken.com>
parents:
97144
diff
changeset
|
525 |
bfe6068912b0
* symbols.texi (Other Plists): Fix incorrect example.
Chong Yidong <cyd@stupidchicken.com>
parents:
97144
diff
changeset
|
526 * symbols.texi (Other Plists): Fix incorrect example. |
bfe6068912b0
* symbols.texi (Other Plists): Fix incorrect example.
Chong Yidong <cyd@stupidchicken.com>
parents:
97144
diff
changeset
|
527 Suggested by Florian Beck. |
bfe6068912b0
* symbols.texi (Other Plists): Fix incorrect example.
Chong Yidong <cyd@stupidchicken.com>
parents:
97144
diff
changeset
|
528 |
97144
3e9c34bd95b3
* os.texi: Fix previous change.
Juanma Barranquero <lekktu@gmail.com>
parents:
97142
diff
changeset
|
529 2008-07-31 Juanma Barranquero <lekktu@gmail.com> |
3e9c34bd95b3
* os.texi: Fix previous change.
Juanma Barranquero <lekktu@gmail.com>
parents:
97142
diff
changeset
|
530 |
3e9c34bd95b3
* os.texi: Fix previous change.
Juanma Barranquero <lekktu@gmail.com>
parents:
97142
diff
changeset
|
531 * os.texi: Fix previous change. |
3e9c34bd95b3
* os.texi: Fix previous change.
Juanma Barranquero <lekktu@gmail.com>
parents:
97142
diff
changeset
|
532 |
97142 | 533 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu> |
534 | |
535 * os.texi: | |
536 * intro.texi: | |
537 * files.texi: Remove VMS support. | |
538 | |
97043
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96470
diff
changeset
|
539 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu> |
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96470
diff
changeset
|
540 |
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96470
diff
changeset
|
541 * os.texi: |
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96470
diff
changeset
|
542 * frames.texi: |
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96470
diff
changeset
|
543 * display.texi: Remove mentions of Mac Carbon. |
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96470
diff
changeset
|
544 |
96470
2af6e85f13d5
Implement display-time wrap/line-prefix feature
Miles Bader <miles@gnu.org>
parents:
96396
diff
changeset
|
545 2008-07-01 Miles Bader <miles@gnu.org> |
2af6e85f13d5
Implement display-time wrap/line-prefix feature
Miles Bader <miles@gnu.org>
parents:
96396
diff
changeset
|
546 |
2af6e85f13d5
Implement display-time wrap/line-prefix feature
Miles Bader <miles@gnu.org>
parents:
96396
diff
changeset
|
547 * text.texi (Special Properties): |
2af6e85f13d5
Implement display-time wrap/line-prefix feature
Miles Bader <miles@gnu.org>
parents:
96396
diff
changeset
|
548 * display.texi (Truncation): Add wrap-prefix and line-prefix. |
2af6e85f13d5
Implement display-time wrap/line-prefix feature
Miles Bader <miles@gnu.org>
parents:
96396
diff
changeset
|
549 |
96396
e29e1bbed939
(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".
Johan Bockgård <bojohan@gnu.org>
parents:
96303
diff
changeset
|
550 2008-06-28 Johan Bockgård <bojohan@gnu.org> |
e29e1bbed939
(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".
Johan Bockgård <bojohan@gnu.org>
parents:
96303
diff
changeset
|
551 |
e29e1bbed939
(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".
Johan Bockgård <bojohan@gnu.org>
parents:
96303
diff
changeset
|
552 * display.texi (Other Image Types): Fix copy/paste error; say |
e29e1bbed939
(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".
Johan Bockgård <bojohan@gnu.org>
parents:
96303
diff
changeset
|
553 "PBM", not "XBM". |
e29e1bbed939
(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".
Johan Bockgård <bojohan@gnu.org>
parents:
96303
diff
changeset
|
554 |
96303 | 555 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu> |
556 | |
557 * os.texi: Remove references to obsolete systems. | |
558 | |
96105 | 559 2008-06-20 Eli Zaretskii <eliz@gnu.org> |
560 | |
561 * makefile.w32-in (distclean): Remove makefile. | |
562 | |
96037 | 563 2008-06-17 Glenn Morris <rgm@gnu.org> |
564 | |
565 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install) | |
566 (elisp, dist): Remove rules and variables that are obsolete now | |
567 the lisp manual is no longer distributed separately. | |
568 | |
95988 | 569 2008-06-16 Glenn Morris <rgm@gnu.org> |
570 | |
95996 | 571 * configure, configure.in, mkinstalldirs: Remove unused files. |
572 | |
573 * book-spine.texinfo: Set version to 23.0.60. | |
95988 | 574 * vol1.texi (EMACSVER): |
98106
43ea5fd8c7ad
* loading.texi (Where Defined): Add `defface' item.
Juanma Barranquero <lekktu@gmail.com>
parents:
98029
diff
changeset
|
575 * vol2.texi (EMACSVER): Set to 23.0.60. |
95988 | 576 |
577 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text | |
578 as per maintain.info. | |
579 | |
95945 | 580 2008-06-15 Glenn Morris <rgm@gnu.org> |
581 | |
95951 | 582 * makefile.w32-in (manual): Use "23" rather than "21". |
583 | |
584 * Makefile.in (emacsver): New, set by configure. | |
585 (manual): Use emacsver. | |
586 | |
95948 | 587 * intro.texi: Report bugs using M-x report-emacs-bug. |
588 | |
95945 | 589 * elisp.texi (EMACSVER): Remove duplicate, outdated setting. |
590 | |
95881
17f08c967105
Daniel Engeler <engeler at gmail.com>
Glenn Morris <rgm@gnu.org>
parents:
95780
diff
changeset
|
591 2008-06-13 Daniel Engeler <engeler@gmail.com> |
17f08c967105
Daniel Engeler <engeler at gmail.com>
Glenn Morris <rgm@gnu.org>
parents:
95780
diff
changeset
|
592 |
17f08c967105
Daniel Engeler <engeler at gmail.com>
Glenn Morris <rgm@gnu.org>
parents:
95780
diff
changeset
|
593 * elisp.texi, internals.texi, processes.texi: Add documentation |
17f08c967105
Daniel Engeler <engeler at gmail.com>
Glenn Morris <rgm@gnu.org>
parents:
95780
diff
changeset
|
594 about serial port access. |
17f08c967105
Daniel Engeler <engeler at gmail.com>
Glenn Morris <rgm@gnu.org>
parents:
95780
diff
changeset
|
595 |
95563
6d9c4248a579
Rename functions in lisp/face-remap.el
Miles Bader <miles@gnu.org>
parents:
95554
diff
changeset
|
596 2008-06-05 Miles Bader <miles@gnu.org> |
6d9c4248a579
Rename functions in lisp/face-remap.el
Miles Bader <miles@gnu.org>
parents:
95554
diff
changeset
|
597 |
6d9c4248a579
Rename functions in lisp/face-remap.el
Miles Bader <miles@gnu.org>
parents:
95554
diff
changeset
|
598 * display.texi (Displaying Faces): Update to reflect function |
6d9c4248a579
Rename functions in lisp/face-remap.el
Miles Bader <miles@gnu.org>
parents:
95554
diff
changeset
|
599 renamings in face-remap.el. |
6d9c4248a579
Rename functions in lisp/face-remap.el
Miles Bader <miles@gnu.org>
parents:
95554
diff
changeset
|
600 |
95554
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
601 2008-06-05 Juanma Barranquero <lekktu@gmail.com> |
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
602 |
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
603 * display.texi (Fontsets): Fix typos. |
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
604 |
95515
328f63bafded
Add lisp/face-remap.el and associated documentation
Miles Bader <miles@gnu.org>
parents:
95457
diff
changeset
|
605 2008-06-03 Miles Bader <miles@gnu.org> |
328f63bafded
Add lisp/face-remap.el and associated documentation
Miles Bader <miles@gnu.org>
parents:
95457
diff
changeset
|
606 |
95554
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
607 * display.texi (Displaying Faces): Add add-relative-face-remapping, |
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
608 remove-relative-face-remapping, set-base-face-remapping, |
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
609 and set-default-base-face-remapping. |
95515
328f63bafded
Add lisp/face-remap.el and associated documentation
Miles Bader <miles@gnu.org>
parents:
95457
diff
changeset
|
610 |
95457
415f68458e61
Implement face-remapping-alist feature
Miles Bader <miles@gnu.org>
parents:
95424
diff
changeset
|
611 2008-06-01 Miles Bader <miles@gnu.org> |
415f68458e61
Implement face-remapping-alist feature
Miles Bader <miles@gnu.org>
parents:
95424
diff
changeset
|
612 |
415f68458e61
Implement face-remapping-alist feature
Miles Bader <miles@gnu.org>
parents:
95424
diff
changeset
|
613 * display.texi (Displaying Faces): Add face-remapping-alist. |
415f68458e61
Implement face-remapping-alist feature
Miles Bader <miles@gnu.org>
parents:
95424
diff
changeset
|
614 |
95424
f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
95035
diff
changeset
|
615 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca> |
f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
95035
diff
changeset
|
616 |
f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
95035
diff
changeset
|
617 * tips.texi (Coding Conventions): Do not encourage the use of "-flag" |
f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
95035
diff
changeset
|
618 variable names. |
f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
95035
diff
changeset
|
619 |
94636
3493d476ef0f
Document the fact that (current-local-map) and (urrent-global-map)
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94531
diff
changeset
|
620 2008-05-03 Eric S. Raymond <esr@golux> |
3493d476ef0f
Document the fact that (current-local-map) and (urrent-global-map)
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94531
diff
changeset
|
621 |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
622 * keymaps.texi: Clarify that (current-local-map) and |
94636
3493d476ef0f
Document the fact that (current-local-map) and (urrent-global-map)
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94531
diff
changeset
|
623 (current-global-map) return references, not copies. |
3493d476ef0f
Document the fact that (current-local-map) and (urrent-global-map)
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94531
diff
changeset
|
624 |
94531 | 625 2008-05-02 Juri Linkov <juri@jurta.org> |
626 | |
627 * minibuf.texi (Text from Minibuffer): Document a list of | |
628 default values for `read-from-minibuffer'. | |
629 | |
94340
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
630 2008-04-24 Juanma Barranquero <lekktu@gmail.com> |
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
631 |
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
632 * nonascii.texi (Translation of Characters): Fix previous change. |
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
633 |
94196
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
634 2008-04-20 Chong Yidong <cyd@stupidchicken.com> |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
635 |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
636 * display.texi (Overlay Properties): Clarify role of underlying |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
637 textprop and overlay keymaps for display strings. |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
638 |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
639 * keymaps.texi (Active Keymaps): Ditto. |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
640 |
94180
114d8f4904d0
* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93813
diff
changeset
|
641 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca> |
114d8f4904d0
* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93813
diff
changeset
|
642 |
114d8f4904d0
* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93813
diff
changeset
|
643 * minibuf.texi (Programmed Completion): |
114d8f4904d0
* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93813
diff
changeset
|
644 Replace dynamic-completion-table with the new completion-table-dynamic. |
114d8f4904d0
* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93813
diff
changeset
|
645 |
93813
24f682b0ca4d
* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong <cyd@stupidchicken.com>
parents:
93703
diff
changeset
|
646 2008-04-07 Chong Yidong <cyd@stupidchicken.com> |
24f682b0ca4d
* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong <cyd@stupidchicken.com>
parents:
93703
diff
changeset
|
647 |
24f682b0ca4d
* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong <cyd@stupidchicken.com>
parents:
93703
diff
changeset
|
648 * intro.texi (Some Terms): Change "fonts in this manual" index |
24f682b0ca4d
* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong <cyd@stupidchicken.com>
parents:
93703
diff
changeset
|
649 entry to "typographic conventions". |
24f682b0ca4d
* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong <cyd@stupidchicken.com>
parents:
93703
diff
changeset
|
650 |
93703 | 651 2008-04-05 Eli Zaretskii <eliz@gnu.org> |
652 | |
653 * objects.texi (Text Props and Strings): Add indexing for read | |
654 syntax of text properties. | |
655 | |
93202
81cc0380dd95
(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92978
diff
changeset
|
656 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca> |
81cc0380dd95
(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92978
diff
changeset
|
657 |
81cc0380dd95
(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92978
diff
changeset
|
658 * processes.texi (Decoding Output): Remove process-filter-multibyte |
81cc0380dd95
(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92978
diff
changeset
|
659 functions. |
81cc0380dd95
(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92978
diff
changeset
|
660 |
92978
1b60cdb5a22d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
92803
diff
changeset
|
661 2008-03-15 Martin Rudalics <rudalics@gmx.at> |
1b60cdb5a22d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
92803
diff
changeset
|
662 |
1b60cdb5a22d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
92803
diff
changeset
|
663 * display.texi (Finding Overlays): Say that empty overlays at |
1b60cdb5a22d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
92803
diff
changeset
|
664 the end of the buffer are reported too. |
1b60cdb5a22d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
92803
diff
changeset
|
665 |
92803 | 666 2008-03-13 Glenn Morris <rgm@gnu.org> |
667 | |
668 * elisp.texi (EMACSVER): Set to 23.0.60. | |
669 | |
92238
69f8a9e0900e
* strings.texi (Formatting Strings): Treat - and 0 as flag
Chong Yidong <cyd@stupidchicken.com>
parents:
92148
diff
changeset
|
670 2008-02-26 Chong Yidong <cyd@stupidchicken.com> |
69f8a9e0900e
* strings.texi (Formatting Strings): Treat - and 0 as flag
Chong Yidong <cyd@stupidchicken.com>
parents:
92148
diff
changeset
|
671 |
94340
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
672 * strings.texi (Formatting Strings): Treat - and 0 as flag characters. |
92238
69f8a9e0900e
* strings.texi (Formatting Strings): Treat - and 0 as flag
Chong Yidong <cyd@stupidchicken.com>
parents:
92148
diff
changeset
|
673 |
92097 | 674 2008-02-22 Glenn Morris <rgm@gnu.org> |
675 | |
676 * frames.texi (Position Parameters): Clarify the description of | |
677 `left' and `top', using information from "Geometry". | |
678 (Geometry): Give a pointer to "Position Parameters", rather than | |
679 repeating information. | |
680 | |
91743 | 681 2008-02-11 Glenn Morris <rgm@gnu.org> |
682 | |
683 * objects.texi (Equality Predicates): No longer talk about "two" | |
684 functions. | |
685 | |
94340
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
686 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change) |
91743 | 687 |
688 * objects.texi (Equality Predicates): Add defun for | |
689 equal-including-properties. | |
690 | |
91714 | 691 2008-02-10 Glenn Morris <rgm@gnu.org> |
692 | |
693 * objects.texi (Equality Predicates): | |
694 Mention equal-including-properties. | |
695 | |
92148 | 696 2008-02-07 Richard Stallman <rms@gnu.org> |
697 | |
698 * windows.texi (Window Start): Mention the feature of moving | |
699 window-start to start of line. | |
700 | |
93309 | 701 2008-02-07 Jan Djärv <jan.h.d@swipnet.se> |
91625 | 702 |
703 * keymaps.texi (Tool Bar): Document rtl property. | |
704 | |
88020
d3368f6ef446
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
87903
diff
changeset
|
705 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org> |
d3368f6ef446
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
87903
diff
changeset
|
706 |
d3368f6ef446
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
87903
diff
changeset
|
707 * display.texi (Button Types): |
d3368f6ef446
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
87903
diff
changeset
|
708 For define-button-type, clarify type of NAME. |
d3368f6ef446
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
87903
diff
changeset
|
709 |
87903 | 710 2008-01-19 Martin Rudalics <rudalics@gmx.at> |
711 | |
712 * buffers.texi (Buffer Modification): Fix typo. | |
713 | |
87595
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
714 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu> |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
715 |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
716 * os.texi (System Environment): Remove references to OSes that are |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
717 not supported anymore. |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
718 |
87593
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87519
diff
changeset
|
719 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu> |
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87519
diff
changeset
|
720 |
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87519
diff
changeset
|
721 * os.texi (System Environment): Remove mention for Masscomp. |
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87519
diff
changeset
|
722 |
87649 | 723 2008-01-04 Richard Stallman <rms@gnu.org> |
724 | |
725 * display.texi (Faces): Don't talk about internal face vector as arg | |
726 to facep. | |
727 | |
728 * customize.texi (Type Keywords): Fix previous change. | |
729 | |
730 * text.texi (Links and Mouse-1): Fix xref for commands.texi change. | |
731 * elisp.texi (Top): Fix menu for commands.texi change. | |
732 | |
87519
6a0c500ca3a9
Merge from emacs--rel--22, gnus--devo--0
Miles Bader <miles@gnu.org>
parents:
87453
diff
changeset
|
733 2007-12-30 Richard Stallman <rms@gnu.org> |
6a0c500ca3a9
Merge from emacs--rel--22, gnus--devo--0
Miles Bader <miles@gnu.org>
parents:
87453
diff
changeset
|
734 |
6a0c500ca3a9
Merge from emacs--rel--22, gnus--devo--0
Miles Bader <miles@gnu.org>
parents:
87453
diff
changeset
|
735 * commands.texi (Accessing Mouse): Renamed from Accessing Events. |
6a0c500ca3a9
Merge from emacs--rel--22, gnus--devo--0
Miles Bader <miles@gnu.org>
parents:
87453
diff
changeset
|
736 (Accessing Scroll): New node broken out of Accessing Mouse. |
6a0c500ca3a9
Merge from emacs--rel--22, gnus--devo--0
Miles Bader <miles@gnu.org>
parents:
87453
diff
changeset
|
737 |
87453 | 738 2007-12-28 Richard Stallman <rms@gnu.org> |
739 | |
740 * frames.texi (Size Parameters): Fix typo. | |
741 (Basic Parameters): For `title', refer to title bar. | |
742 (Size and Position): Explain meaning of frame pixel width and height. | |
743 | |
744 2007-12-23 Richard Stallman <rms@gnu.org> | |
745 | |
746 * customize.texi (Type Keywords): Uncomment :validate and clarify it. | |
747 Improve some of the commented-out keywords' text too. | |
748 | |
87275
493b90ddb256
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87098
diff
changeset
|
749 2007-12-14 Martin Rudalics <rudalics@gmx.at> |
493b90ddb256
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87098
diff
changeset
|
750 |
87277
34b7f7a49003
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87275
diff
changeset
|
751 * nonascii.texi (Encoding and I/O): Reword to avoid saying |
34b7f7a49003
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87275
diff
changeset
|
752 "visit the current buffer". |
34b7f7a49003
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87275
diff
changeset
|
753 |
87275
493b90ddb256
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87098
diff
changeset
|
754 * os.texi (System Interface): Fix typo. |
493b90ddb256
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87098
diff
changeset
|
755 |
87098 | 756 2007-12-04 Richard Stallman <rms@gnu.org> |
757 | |
758 * objects.texi (Symbol Type): Fix typo. | |
759 | |
760 2007-12-03 Richard Stallman <rms@gnu.org> | |
761 | |
762 * hooks.texi (Standard Hooks): Add link to Hooks for Loading. | |
763 | |
86883 | 764 2007-12-01 Glenn Morris <rgm@gnu.org> |
765 | |
766 * functions.texi (Declaring Functions): Improve previous change. | |
767 | |
86846 | 768 2007-11-30 Glenn Morris <rgm@gnu.org> |
769 | |
770 * functions.texi (Declaring Functions): Add optional fourth | |
771 argument of declare-function, and setting third argument to `t'. | |
772 | |
87098 | 773 2007-11-29 Richard Stallman <rms@gnu.org> |
774 | |
775 * customize.texi (Composite Types): Document `group' type. | |
776 | |
86825 | 777 2007-11-29 Glenn Morris <rgm@gnu.org> |
778 | |
779 * functions.texi (Declaring Functions): Add findex. Mention | |
780 `external' files. | |
781 | |
86448
ab291da3e836
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86439
diff
changeset
|
782 2007-11-26 Juanma Barranquero <lekktu@gmail.com> |
ab291da3e836
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86439
diff
changeset
|
783 |
ab291da3e836
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86439
diff
changeset
|
784 * functions.texi (Declaring Functions): Fix directive. |
ab291da3e836
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86439
diff
changeset
|
785 |
86439
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
786 2007-11-25 Richard Stallman <rms@gnu.org> |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
787 |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
788 * help.texi (Help Functions): Clean up last change. |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
789 |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
790 * advice.texi (Preactivation, Activation of Advice): Minor cleanup. |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
791 |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
792 * loading.texi (Named Features): Minor cleanup. |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
793 |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
794 * macros.texi (Eval During Expansion): Minor cleanup. |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
795 |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
796 * variables.texi (Variable Aliases): Minor cleanup. |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
797 |
86409
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
798 2007-11-24 Richard Stallman <rms@gnu.org> |
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
799 |
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
800 * functions.texi (Declaring Functions): Clarify previous change. |
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
801 |
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
802 * compile.texi (Compiler Errors): Clarify previous change. |
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
803 |
87098 | 804 2007-11-24 Richard Stallman <rms@gnu.org> |
805 | |
806 * display.texi (Refresh Screen, Forcing Redisplay): | |
807 Clarify the text and move items around. | |
808 | |
86385 | 809 2007-11-24 Glenn Morris <rgm@gnu.org> |
810 | |
811 * functions.texi (Declaring Functions): New section. | |
812 * compile.texi (Compiler Errors): Mention declaring functions, | |
813 defvar with no initvalue, and byte-compile-warnings. | |
814 | |
86086
6eb7a4036a21
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86052
diff
changeset
|
815 2007-11-15 Martin Rudalics <rudalics@gmx.at> |
6eb7a4036a21
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86052
diff
changeset
|
816 |
6eb7a4036a21
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86052
diff
changeset
|
817 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing. |
6eb7a4036a21
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86052
diff
changeset
|
818 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing. |
6eb7a4036a21
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86052
diff
changeset
|
819 |
86052
a9aea64ae4ab
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86021
diff
changeset
|
820 2007-11-13 Martin Rudalics <rudalics@gmx.at> |
a9aea64ae4ab
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86021
diff
changeset
|
821 |
a9aea64ae4ab
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86021
diff
changeset
|
822 * help.texi (Help Functions): Document new macro `with-help-window'. |
a9aea64ae4ab
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86021
diff
changeset
|
823 |
86021 | 824 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net> |
825 | |
826 * searching.texi (Replacing Match): Describe new | |
827 `match-substitute-replacement'. | |
828 | |
85824
f1fcb6e1fb24
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85688
diff
changeset
|
829 2007-10-31 Richard Stallman <rms@gnu.org> |
f1fcb6e1fb24
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85688
diff
changeset
|
830 |
f1fcb6e1fb24
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85688
diff
changeset
|
831 * strings.texi (Creating Strings): Null strings from concat not unique. |
f1fcb6e1fb24
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85688
diff
changeset
|
832 |
85664
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
833 2007-10-26 Richard Stallman <rms@gnu.org> |
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
834 |
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
835 * objects.texi (Equality Predicates): Null strings are uniquified. |
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
836 |
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
837 * minibuf.texi: Minor clarifications in previous change. |
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
838 |
85627 | 839 2007-10-25 Glenn Morris <rgm@gnu.org> |
840 | |
841 * customize.texi (Variable Definitions): Add :risky and :safe keywords. | |
842 | |
85688 | 843 2007-10-24 Richard Stallman <rms@gnu.org> |
844 | |
845 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu. | |
846 | |
847 * variables.texi (Frame-Local Variables): Node deleted. | |
848 (Variables): Delete Frame-Local Variables from menu. | |
849 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local) | |
850 (Default Value): Don't mention frame-local vars. | |
851 | |
852 * os.texi (Idle Timers): current-idle-time returns nil if not idle. | |
853 | |
854 * loading.texi (Unloading): Document FEATURE-unload-function | |
855 instead of FEATURE-unload-hook. | |
856 | |
857 * frames.texi (Multiple Displays): Don't mention frame-local vars. | |
858 | |
85523 | 859 2007-10-22 Juri Linkov <juri@jurta.org> |
860 | |
861 * minibuf.texi (Text from Minibuffer, Minibuffer Completion) | |
862 (High-Level Completion): Document a list of default value strings | |
863 in the DEFAULT argument, for which minibuffer functions return the | |
864 first element. | |
865 | |
85385 | 866 2007-10-17 Juri Linkov <juri@jurta.org> |
867 | |
868 * text.texi (Filling): Update arguments of fill-paragraph. | |
869 fill-paragraph operates on the active region in Transient Mark mode. | |
870 Remove fill-paragraph-or-region. | |
871 | |
85285
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
872 2007-10-13 Karl Berry <karl@gnu.org> |
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
873 |
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
874 * elisp.texi (@dircategory): Move to after @copying, |
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
875 since we want @copying as close as possible to the beginning of |
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
876 the output. |
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
877 |
85311 | 878 2007-10-12 Richard Stallman <rms@gnu.org> |
879 | |
880 * elisp.texi (Top): Add Distinguish Interactive to subnode menu. | |
881 | |
882 * commands.texi (Distinguish Interactive): New node, | |
883 broken out from Interactive Call and rewritten. | |
884 (Command Loop): Put Distinguish Interactive in menu. | |
885 | |
886 2007-10-09 Richard Stallman <rms@gnu.org> | |
887 | |
888 * text.texi (Examining Properties): Mention overlay priority. | |
889 | |
890 * display.texi (Display Margins): Correct the description | |
891 of margin display specifications. | |
892 (Replacing Specs): New subnode broken out of Display Property. | |
893 | |
85080 | 894 2007-10-06 Juri Linkov <juri@jurta.org> |
895 | |
896 * text.texi (Filling): Document fill-paragraph-or-region. | |
897 | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
898 2007-10-05 Juanma Barranquero <lekktu@gmail.com> |
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
899 |
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
900 * display.texi (Auto Faces): Fix typo. |
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
901 |
85114 | 902 2007-10-02 Richard Stallman <rms@gnu.org> |
903 | |
904 * display.texi (Display Property): Explain some display specs | |
905 don't let you move point in. | |
906 | |
907 * frames.texi (Cursor Parameters): Describe | |
908 cursor-in-non-selected-windows here. Explain more values. | |
909 | |
910 * windows.texi (Basic Windows): Don't describe | |
911 cursor-in-non-selected-windows here. | |
912 | |
913 2007-10-01 Eli Zaretskii <eliz@gnu.org> | |
914 | |
915 * processes.texi (Misc Network): Note that these functions are | |
916 supported only on some systems. | |
917 | |
85005
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
918 2007-10-01 Richard Stallman <rms@gnu.org> |
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
919 |
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
920 * display.texi (Overlay Properties): Explain nil as priority. |
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
921 Explain that conflicts are unpredictable if not resolved by |
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
922 priorities. |
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
923 |
84809
9aea21ba9bff
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84113
diff
changeset
|
924 2007-09-23 Richard Stallman <rms@gnu.org> |
9aea21ba9bff
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84113
diff
changeset
|
925 |
9aea21ba9bff
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84113
diff
changeset
|
926 * macros.texi (Backquote): Minor clarification. |
9aea21ba9bff
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84113
diff
changeset
|
927 |
85114 | 928 2007-09-19 Richard Stallman <rms@gnu.org> |
929 | |
930 * display.texi (Display Property): Explain multiple display specs. | |
931 Clarify when they work in parallel and when one overrides. | |
932 Fix error in example. | |
933 | |
84113 | 934 2007-09-06 Glenn Morris <rgm@gnu.org> |
935 | |
100527
1efb19d1f536
Format and file name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100496
diff
changeset
|
936 Move from lispref/ to doc/lispref/. Change all setfilename |
84113 | 937 commands to use ../../info. |
938 * Makefile.in (infodir): Go up one more level. | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
939 (usermanualdir): Change from ../man to ../emacs. |
84113 | 940 (miscmanualdir): New. |
941 (dist): Use new variable miscmanualdir. | |
942 * makefile.w32-in (infodir, texinputdir): Go up one more level. | |
943 (usermanualdir): Change from ../man to ../emacs. | |
944 | |
85114 | 945 2007-08-30 Martin Rudalics <rudalics@gmx.at> |
946 | |
947 * commands.texi (Command Loop Info): Advise against changing | |
948 most variables described here. Explain new variable | |
949 last-repeatable-command. | |
950 | |
84043 | 951 2007-08-29 Glenn Morris <rgm@gnu.org> |
952 | |
953 * elisp.texi (EMACSVER): Increase to 23.0.50. | |
954 | |
955 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu> | |
956 | |
957 * frames.texi (Basic Parameters): Add display-environment-variable | |
958 and term-environment-variable. | |
959 | |
960 2007-08-28 Juri Linkov <juri@jurta.org> | |
961 | |
962 * display.texi (Image Formats, Other Image Types): Add SVG. | |
963 | |
964 2007-08-28 Juri Linkov <juri@jurta.org> | |
965 | |
966 * display.texi (Images): Move formats-related text to new node | |
967 "Image Formats". | |
968 (Image Formats): New node. | |
969 | |
85114 | 970 2007-08-27 Richard Stallman <rms@gnu.org> |
971 | |
972 * windows.texi (Window Configurations): Clarify what | |
973 a window configuration saves. | |
974 | |
84043 | 975 2007-08-25 Richard Stallman <rms@gnu.org> |
976 | |
977 * display.texi (Images): Delete redundant @findex. | |
978 | |
979 2007-08-16 Richard Stallman <rms@gnu.org> | |
980 | |
981 * processes.texi (Asynchronous Processes): Clarify | |
982 doc of start-file-process. | |
983 | |
984 2007-08-08 Martin Rudalics <rudalics@gmx.at> | |
985 | |
986 * modes.texi (Example Major Modes): Fix typo. | |
987 | |
988 2007-08-08 Glenn Morris <rgm@gnu.org> | |
989 | |
990 * intro.texi (nil and t): Do not use `iff' in documentation. | |
991 | |
992 * tips.texi (Documentation Tips): Recommend against `iff'. | |
993 | |
994 2007-08-07 Chong Yidong <cyd@stupidchicken.com> | |
995 | |
996 * display.texi (Image Cache): Document image-refresh. | |
997 | |
998 2007-08-06 Martin Rudalics <rudalics@gmx.at> | |
999 | |
1000 * windows.texi (Size of Window): Document window-full-width-p. | |
1001 | |
1002 2007-07-25 Glenn Morris <rgm@gnu.org> | |
1003 | |
1004 * gpl.texi (GPL): Replace license with GPLv3. | |
1005 | |
1006 * Relicense all FSF files to GPLv3 or later. | |
1007 | |
1008 2007-07-24 Michael Albinus <michael.albinus@gmx.de> | |
1009 | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
1010 * processes.texi (Synchronous Processes): |
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
1011 Add `process-file-shell-command'. |
84043 | 1012 (Asynchronous Processes): Mention restricted use of |
1013 `process-filter' and `process-sentinel' in | |
1014 `start-file-process'. Add `start-file-process-shell-command'. | |
1015 | |
1016 2007-07-17 Michael Albinus <michael.albinus@gmx.de> | |
1017 | |
1018 * files.texi (Magic File Names): Introduce optional parameter | |
1019 IDENTIFICATION for `file-remote-p'. | |
1020 | |
1021 2007-07-16 Richard Stallman <rms@gnu.org> | |
1022 | |
1023 * display.texi (Defining Faces): Fix previous change. | |
1024 | |
1025 2007-07-14 Richard Stallman <rms@gnu.org> | |
1026 | |
1027 * control.texi (Handling Errors): Document `debug' in handler list. | |
1028 | |
1029 2007-07-10 Richard Stallman <rms@gnu.org> | |
1030 | |
1031 * display.texi (Defining Faces): Explain C-M-x feature for defface. | |
1032 | |
1033 2007-07-09 Richard Stallman <rms@gnu.org> | |
1034 | |
1035 * files.texi (Magic File Names): Rewrite previous change. | |
1036 | |
1037 2007-07-08 Michael Albinus <michael.albinus@gmx.de> | |
1038 | |
1039 * files.texi (Magic File Names): Introduce optional parameter | |
1040 CONNECTED for `file-remote-p'. | |
1041 | |
1042 2007-07-07 Michael Albinus <michael.albinus@gmx.de> | |
1043 | |
1044 * processes.texi (Asynchronous Processes): | |
1045 * files.texi (Magic File Names): Add `start-file-process'. | |
1046 | |
1047 2007-06-27 Richard Stallman <rms@gnu.org> | |
1048 | |
1049 * files.texi (Format Conversion Piecemeal): Clarify | |
1050 `after-insert-file-functions' calling convention. | |
1051 | |
1052 2007-06-27 Michael Albinus <michael.albinus@gmx.de> | |
1053 | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
1054 * files.texi (Magic File Names): Remove `dired-call-process'. |
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
1055 Add `process-file'. |
84043 | 1056 |
1057 2007-06-27 Kenichi Handa <handa@m17n.org> | |
1058 | |
1059 * text.texi (Special Properties): Fix description about | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
1060 `composition' property. |
84043 | 1061 |
1062 2007-06-26 Kenichi Handa <handa@m17n.org> | |
1063 | |
1064 * nonascii.texi (Default Coding Systems): Document about the | |
1065 return value `undecided'. | |
1066 | |
1067 2007-06-25 David Kastrup <dak@gnu.org> | |
1068 | |
1069 * keymaps.texi (Active Keymaps): Document new POSITION argument of | |
1070 `current-active-maps'. | |
1071 | |
1072 2007-06-24 Karl Berry <karl@gnu.org> | |
1073 | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
1074 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text. |
84043 | 1075 |
1076 2007-06-15 Juanma Barranquero <lekktu@gmail.com> | |
1077 | |
1078 * display.texi (Overlay Arrow): Doc fix. | |
1079 | |
1080 2007-06-14 Karl Berry <karl@tug.org> | |
1081 | |
1082 * anti.texi (Antinews): Typo. | |
1083 | |
1084 2007-06-14 Chong Yidong <cyd@stupidchicken.com> | |
1085 | |
1086 * display.texi (Image Cache): Document image-refresh. | |
1087 | |
1088 2007-06-12 Karl Berry <karl@gnu.org> | |
1089 | |
1090 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update. | |
1091 * two-volume.make: New file. | |
1092 * .cvsignore: Ignore two-volume files. | |
1093 | |
1094 2007-06-12 Tom Tromey <tromey@redhat.com> | |
1095 | |
1096 * os.texi (Init File): Document user-emacs-directory. | |
1097 | |
1098 2007-06-03 Nick Roberts <nickrob@snap.net.nz> | |
1099 | |
1100 * commands.texi (Click Events): Describe width and height when | |
1101 object is nil. | |
1102 | |
1103 2007-05-30 Nick Roberts <nickrob@snap.net.nz> | |
1104 | |
1105 * commands.texi (Click Events): Layout more logically. Describe | |
1106 width and height. | |
1107 (Drag Events, Motion Events): Update to new format for position. | |
1108 | |
1109 2007-06-02 Richard Stallman <rms@gnu.org> | |
1110 | |
1111 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces. | |
1112 | |
1113 2007-06-02 Chong Yidong <cyd@stupidchicken.com> | |
1114 | |
1115 * Version 22.1 released. | |
1116 | |
1117 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
1118 | |
1119 * text.texi (Special Properties): Correct meaning of fontified face. | |
1120 | |
1121 2007-05-30 Richard Stallman <rms@gnu.org> | |
1122 | |
1123 * text.texi (Special Properties): Add link to Adjusting Point. | |
1124 | |
1125 2007-05-12 Richard Stallman <rms@gnu.org> | |
1126 | |
1127 * text.texi (Margins): indent-to-left-margin is not the default. | |
1128 (Mode-Specific Indent): For indent-line-function, the default | |
1129 is indent-relative. | |
1130 | |
1131 * modes.texi (Example Major Modes): Explain last line of text-mode | |
1132 is redundant. | |
1133 | |
1134 2007-05-10 Richard Stallman <rms@gnu.org> | |
1135 | |
1136 * keymaps.texi (Scanning Keymaps): Update where-is-internal example. | |
1137 | |
1138 * help.texi (Keys in Documentation): Add reference to | |
1139 Documentation Tips. | |
1140 | |
1141 * files.texi (Format Conversion): TO-FN gets three arguments. | |
1142 | |
1143 * modes.texi (Auto Major Mode): Document file-start-mode-alist. | |
1144 | |
1145 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org> | |
1146 | |
1147 * elisp.texi (Top): Remove "Saving Properties" from detailed menu. | |
1148 * files.texi (Format Conversion): Expand intro; add menu. | |
1149 (Format Conversion Overview, Format Conversion Round-Trip) | |
1150 (Format Conversion Piecemeal): New nodes/subsections. | |
1151 * hooks.texi: Xref "Format Conversion" , not "Saving Properties". | |
1152 * text.texi (Text Properties): Remove "Saving Properties" from menu. | |
1153 (Saving Properties): Delete node/subsection. | |
1154 | |
1155 2007-05-07 Karl Berry <karl@gnu.org> | |
1156 | |
1157 * elisp.texi (EMACSVER): Back to 22. | |
1158 | |
1159 2007-05-06 Richard Stallman <rms@gnu.org> | |
1160 | |
1161 * processes.texi (Accepting Output): Revert most of previous change. | |
1162 | |
1163 2007-05-05 Richard Stallman <rms@gnu.org> | |
1164 | |
1165 * processes.texi (Accepting Output): accept-process-output | |
1166 uses microseconds, not milliseconds. But that arg is obsolete. | |
1167 | |
1168 2007-05-04 Karl Berry <karl@tug.org> | |
1169 | |
1170 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22. | |
1171 | |
1172 2007-05-04 Eli Zaretskii <eliz@gnu.org> | |
1173 | |
1174 * tips.texi (Documentation Tips): Rearrange items to place the | |
1175 more important ones first. Add an index entry for hyperlinks. | |
1176 | |
1177 2007-05-03 Karl Berry <karl@gnu.org> | |
1178 | |
1179 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing. | |
1180 (EMACSVER) [smallbook]: 22 for printed version. | |
1181 | |
1182 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed, | |
1183 so restore anchor to normal position after defun. Found by Kevin Ryde. | |
1184 | |
1185 2007-04-26 Glenn Morris <rgm@gnu.org> | |
1186 | |
1187 * elisp.texi (EMACSVER): Increase to 22.1.50. | |
1188 | |
1189 2007-04-28 Karl Berry <karl@gnu.org> | |
1190 | |
1191 * elisp.texi: Improve line breaks on copyright page, | |
1192 similar layout to emacs manual, 8.5x11 by default. | |
1193 | |
1194 2007-04-24 Richard Stallman <rms@gnu.org> | |
1195 | |
1196 * text.texi (Special Properties): Add xref to Overlay Properties. | |
1197 | |
1198 * display.texi (Overlay Properties): Add xref to Special Properties. | |
1199 | |
1200 2007-04-22 Richard Stallman <rms@gnu.org> | |
1201 | |
1202 * keymaps.texi (Extended Menu Items): Move the info about | |
1203 format with cached keyboard binding. | |
1204 | |
1205 2007-04-21 Richard Stallman <rms@gnu.org> | |
1206 | |
1207 * text.texi (Special Properties): Clarify previous change. | |
1208 | |
1209 * files.texi (File Name Expansion): Clarify previous change. | |
1210 | |
1211 * display.texi (Attribute Functions): Fix example for | |
1212 face-attribute-relative-p. | |
1213 | |
1214 2007-04-19 Kenichi Handa <handa@m17n.org> | |
1215 | |
1216 * text.texi (Special Properties): Document composition property. | |
1217 | |
1218 2007-04-19 Glenn Morris <rgm@gnu.org> | |
1219 | |
1220 * files.texi (File Name Expansion): Mention "superroot". | |
1221 | |
1222 2007-04-15 Chong Yidong <cyd@stupidchicken.com> | |
1223 | |
1224 * frames.texi (Multiple Displays): Add note about "multi-monitor" | |
1225 setups. | |
1226 (Display Feature Testing): Note that display refers to all | |
1227 physical monitors for multi-monitor setups. | |
1228 | |
1229 2007-04-14 Richard Stallman <rms@gnu.org> | |
1230 | |
1231 * lists.texi (Sets And Lists): Clarify `delete' examples. | |
1232 Remove spurious xref to same node. | |
1233 Clarify xref for add-to-list. | |
1234 | |
1235 2007-04-12 Nick Roberts <nickrob@snap.net.nz> | |
1236 | |
1237 * keymaps.texi (Format of Keymaps): Remove spurious ")" from | |
1238 value of lisp-mode-map. | |
1239 | |
1240 2007-04-11 Karl Berry <karl@gnu.org> | |
1241 | |
1242 * anti.texi (Antinews): | |
1243 * display.texi (Overlay Properties, Defining Images): | |
1244 * processes.texi (Synchronous Processes, Sentinels): | |
1245 * syntax.texi (Syntax Table Internals): | |
1246 * searching.texi (Regexp Special): | |
1247 * nonascii.texi (Default Coding Systems): | |
1248 * text.texi (Special Properties): | |
1249 * minibuf.texi (Basic Completion): Wording to improve breaks in | |
1250 8.5x11 format. | |
1251 * elisp.texi (smallbook): New @set to more easily switch between | |
1252 smallbook and 8.5x11. | |
1253 | |
1254 2007-04-11 Richard Stallman <rms@gnu.org> | |
1255 | |
1256 * text.texi (Lazy Properties): Minor fix. | |
1257 | |
1258 2007-04-08 Karl Berry <karl@gnu.org> | |
1259 | |
1260 * symbols.texi (Plists and Alists): Period after "vs" in index entries. | |
1261 * macros.texi (Backquote): Downcase Backquote in index entries for | |
1262 consistency. | |
1263 | |
1264 2007-04-08 Richard Stallman <rms@gnu.org> | |
1265 | |
1266 * text.texi (Adaptive Fill): Just describe default, | |
1267 don't show it (since it contains non-ASCII chars). | |
1268 | |
1269 2007-04-07 Karl Berry <karl@gnu.org> | |
1270 | |
1271 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in | |
1272 adaptive-fill-regexp's value, since they are not in the standard | |
1273 TeX fonts. | |
1274 | |
1275 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com> | |
1276 | |
1277 * display.texi (Defining Faces): Fix example. | |
1278 | |
1279 2007-04-07 Karl Berry <karl@gnu.org> | |
1280 | |
1281 * display.texi (Button Buffer Commands): Improve page break. | |
1282 | |
1283 2007-04-07 Richard Stallman <rms@gnu.org> | |
1284 | |
1285 * advice.texi (Activation of Advice): Remove redundant index entry. | |
1286 | |
1287 * backups.texi: Improve index entries. Remove redundant ones. | |
1288 | |
1289 * compile.texi (Byte Compilation): Improve index entry. | |
1290 | |
1291 * hash.texi (Creating Hash): Improve index entry. | |
1292 | |
1293 * symbols.texi (Definitions): Improve index entry. | |
1294 | |
1295 * edebug.texi: Improve index entries. Remove redundant/useless ones. | |
1296 | |
1297 * maps.texi (Standard Keymaps): Remove useless index entry. | |
1298 | |
1299 * help.texi (Documentation Basics): Remove redundant index entries. | |
1300 | |
1301 * customize.texi: Improve index entries. | |
1302 Remove redundant/useless ones. | |
1303 | |
1304 * locals.texi (Standard Buffer-Local Variables): Clarify intro text. | |
1305 | |
1306 * streams.texi (Output Variables): Improve index entry. | |
1307 | |
1308 * abbrevs.texi (Abbrevs): Remove useless index entry. | |
1309 | |
1310 * macros.texi (Expansion): Remove useless index entry. | |
1311 | |
1312 * text.texi: Improve index entries. Remove redundant/useless ones. | |
1313 (Text Properties, Examining Properties) | |
1314 (Special Properties): Use "property category" instead of "category" | |
1315 to refer to the `category' property. | |
1316 | |
1317 * positions.texi: Improve index entries. Remove useless one. | |
1318 | |
1319 * lists.texi: Improve index entries. Remove redundant/useless ones. | |
1320 | |
1321 * os.texi: Improve index entries. | |
1322 (Timers): Fix previous change. | |
1323 | |
1324 * buffers.texi: Improve index entries. | |
1325 (Modification Time): Get rid of term "obsolete buffer". | |
1326 | |
1327 * debugging.texi: Improve index entries. | |
1328 (Test Coverage): Add xref to other test coverage ftr. | |
1329 | |
1330 * eval.texi: Improve index entry. Remove redundant ones. | |
1331 | |
1332 * numbers.texi: Improve index entries. Remove redundant/useless ones. | |
1333 | |
1334 * files.texi: Improve index entries. Remove redundant/useless ones. | |
1335 | |
1336 * objects.texi: Improve index entries. | |
1337 | |
1338 * processes.texi: Improve index entries. | |
1339 | |
1340 * modes.texi: Improve index entry. Remove redundant one. | |
1341 | |
1342 * nonascii.texi: Improve index entries. | |
1343 | |
1344 * internals.texi: Improve index entries. | |
1345 | |
1346 * syntax.texi: Improve index entries. | |
1347 | |
1348 * keymaps.texi (Active Keymaps): Improve index entries. | |
1349 | |
1350 * commands.texi: Improve index entries. Remove redundant/useless ones. | |
1351 | |
1352 * frames.texi: Improve index entries. Remove redundant/useless ones. | |
1353 | |
1354 * markers.texi: Improve index entries. Remove redundant ones. | |
1355 | |
1356 * tips.texi: Improve index entries. | |
1357 | |
1358 * loading.texi (Unloading): Improve index entry. | |
1359 | |
1360 * variables.texi: Improve index entries. Remove redundant one. | |
1361 | |
1362 * sequences.texi: Improve index entry. | |
1363 | |
1364 * display.texi: Improve index entries. Remove redundant ones. | |
1365 | |
1366 * windows.texi: Improve index entries. | |
1367 | |
1368 * searching.texi: Improve index entries. Remove redundant one. | |
1369 | |
1370 * strings.texi (Case Tables): Improve last change. | |
1371 | |
1372 2007-04-04 Chong Yidong <cyd@stupidchicken.com> | |
1373 | |
1374 * strings.texi (Case Tables): Document with-case-table and | |
1375 ascii-case-table. | |
1376 | |
1377 2007-04-03 Karl Berry <karl@gnu.org> | |
1378 | |
1379 * processes.texi (Network): Reword to improve page break. | |
1380 | |
1381 2007-04-03 Eli Zaretskii <eliz@gnu.org> | |
1382 | |
1383 * functions.texi (Inline Functions): Describe more disadvantages | |
1384 of defsubst, and make advice against it stronger. | |
1385 | |
1386 2007-04-02 Karl Berry <karl@gnu.org> | |
1387 | |
1388 * backups.texi (Backup Names): Avoid widow words. | |
1389 * modes.texi (Example Major Modes): Align last comment. | |
1390 | |
1391 2007-04-01 Chong Yidong <cyd@stupidchicken.com> | |
1392 | |
1393 * keymaps.texi (Remapping Commands): Document new arg to | |
1394 command-remapping. | |
1395 | |
1396 2007-04-01 Karl Berry <karl@gnu.org> | |
1397 | |
1398 * processes.texi (Low-Level Network): Typo. | |
1399 * loading.texi (Hooks for Loading): Avoid double "the". | |
1400 * keymaps.texi (Key Sequences): No double "and". | |
1401 (Changing Key Bindings): Shorten to improve line break. | |
1402 | |
1403 2007-03-31 Glenn Morris <rgm@gnu.org> | |
1404 | |
1405 * os.texi (Timers): Fix description of run-at-time TIME formats. | |
1406 | |
1407 2007-03-31 Richard Stallman <rms@gnu.org> | |
1408 | |
1409 * display.texi (Invisible Text): Correct buffer-invisibility-spec | |
1410 regarding ellipsis. | |
1411 | |
1412 2007-03-31 Eli Zaretskii <eliz@gnu.org> | |
1413 | |
1414 * intro.texi (nil and t): | |
1415 * symbols.texi (Plists and Alists): | |
1416 * variables.texi (Variable Aliases, Constant Variables): | |
1417 * functions.texi (Defining Functions): | |
1418 * advice.texi (Advising Primitives): | |
1419 * debugging.texi (Syntax Errors, Compilation Errors): | |
1420 * minibuf.texi (Minibuffer Windows): | |
1421 * commands.texi (Adjusting Point): | |
1422 * modes.texi (Syntactic Font Lock, Faces for Font Lock) | |
1423 (Auto Major Mode, Major Mode Conventions): | |
1424 * help.texi (Describing Characters): | |
1425 * files.texi (Create/Delete Dirs, Information about Files) | |
1426 (File Locks, Writing to Files, Reading from Files) | |
1427 (Saving Buffers): | |
1428 * windows.texi (Resizing Windows, Cyclic Window Ordering): | |
1429 * frames.texi (Finding All Frames): | |
1430 * positions.texi (Buffer End, Motion): | |
1431 * markers.texi (The Region): | |
1432 * text.texi (Deletion, Near Point): | |
1433 * display.texi (Displaying Messages, Truncation): | |
1434 * os.texi (Processor Run Time): | |
1435 * tips.texi (Key Binding Conventions, Programming Tips) | |
1436 (Warning Tips, Documentation Tips, Comment Tips): | |
1437 * internals.texi (Memory Usage): Improve indexing. | |
1438 | |
1439 * variables.texi (Frame-Local Variables): | |
1440 * functions.texi (Argument List): | |
1441 * loading.texi (Library Search): | |
1442 * streams.texi (Output Variables): | |
1443 * keymaps.texi (Translation Keymaps, Searching Keymaps): | |
1444 * searching.texi (Replacing Match, Search and Replace): | |
1445 * processes.texi (Byte Packing, Decoding Output) | |
1446 (Accepting Output, Network Servers, Shell Arguments): | |
1447 * display.texi (Abstract Display, Image Cache, Scroll Bars): | |
1448 * windows.texi (Window Point, Window Start): | |
1449 * frames.texi (Management Parameters, Frame Parameters, Frame Titles): | |
1450 * commands.texi (Reading Input, Keyboard Events): | |
1451 * minibuf.texi (Reading File Names, Minibuffer Completion) | |
1452 (Recursive Mini): | |
1453 * positions.texi (List Motion): | |
1454 * hash.texi (Hash Tables, Creating Hash, Defining Hash): | |
1455 * numbers.texi (Arithmetic Operations, Math Functions) | |
1456 (Predicates on Numbers, Comparison of Numbers): | |
1457 (Numeric Conversions): | |
1458 * locals.texi (Standard Buffer-Local Variables): | |
1459 * maps.texi (Standard Keymaps): | |
1460 * os.texi (User Identification, System Environment, Recording Input) | |
1461 (X11 Keysyms): | |
1462 * nonascii.texi (Non-ASCII Characters, Splitting Characters): | |
1463 * backups.texi (Backups and Auto-Saving): | |
1464 * customize.texi (Customization, Group Definitions) | |
1465 (Variable Definitions): | |
1466 * compile.texi (Byte Compilation): Improve index entries. | |
1467 | |
1468 2007-03-31 Karl Berry <karl@gnu.org> | |
1469 | |
1470 * macros.texi (Defining Macros): Avoid widow syllable. | |
1471 | |
1472 2007-03-31 Eli Zaretskii <eliz@gnu.org> | |
1473 | |
1474 * elisp.texi (Top): Postscript -> PostScript. | |
1475 | |
1476 * display.texi (Images, Postscript Images): Postscript -> PostScript. | |
1477 | |
1478 2007-03-31 Markus Triska <markus.triska@gmx.at> | |
1479 | |
1480 * internals.texi (Writing Emacs Primitives): Untabify `For'. | |
1481 | |
1482 2007-03-30 Karl Berry <karl@gnu.org> | |
1483 | |
1484 * lists.texi (List-related Predicates): Remove spurious @need. | |
1485 (Setcdr): Use @smallexample to improve page break. | |
1486 (Association Lists) <assoc>: Reword to improve page break. | |
1487 | |
1488 * strings.texi (String Conversion): Insert blank line to improve | |
1489 page break. | |
1490 | |
1491 * numbers.texi (Random Numbers): Use @minus{}. | |
1492 (Math Functions): Use @minus{}. | |
1493 | |
1494 * intro.texi (Acknowledgements): Avoid line breaks before middle | |
1495 initials. | |
1496 | |
1497 2007-03-24 Eli Zaretskii <eliz@gnu.org> | |
1498 | |
1499 * errors.texi (Standard Errors): Add an index entry. | |
1500 | |
1501 2007-03-19 Richard Stallman <rms@gnu.org> | |
1502 | |
1503 * os.texi (Recording Input): recent-keys now gives 300 keys. | |
1504 | |
1505 2007-03-12 Glenn Morris <rgm@gnu.org> | |
1506 | |
1507 * os.texi: Replace "daylight savings" with "daylight saving" | |
1508 throughout. | |
1509 | |
1510 2007-03-05 Richard Stallman <rms@gnu.org> | |
1511 | |
1512 * variables.texi (File Local Variables): Update | |
1513 enable-local-variables values. | |
1514 | |
1515 2007-03-04 Richard Stallman <rms@gnu.org> | |
1516 | |
1517 * syntax.texi (Control Parsing): Minor clarification. | |
1518 | |
1519 * strings.texi (Formatting Strings): Clarify width, precision, flags. | |
1520 | |
1521 * sequences.texi (Sequence Functions): Move string-bytes away, | |
1522 add xref. | |
1523 | |
1524 * nonascii.texi (Text Representations): Move string-bytes here. | |
1525 | |
1526 * modes.texi (Major Mode Conventions): Fundamental mode is exception. | |
1527 | |
1528 * minibuf.texi (Basic Completion): Minor clarification. | |
1529 | |
1530 * markers.texi (The Mark): Clarify existence vs activation of mark. | |
1531 Other cleanup. | |
1532 | |
1533 * display.texi (Finding Overlays): Write better example. | |
1534 | |
1535 * compile.texi (Eval During Compile): Clarify putting macros | |
1536 in eval-when-compile. | |
1537 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
1538 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change) |
84043 | 1539 |
1540 * loading.texi (How Programs Do Loading): Fix anchor position at | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
1541 load-read-function definition doc. |
84043 | 1542 |
1543 2007-02-21 Kim F. Storm <storm@cua.dk> | |
1544 | |
1545 * strings.texi (Text Comparison): Mention that assoc-string | |
1546 converts symbols to strings before testing. | |
1547 | |
1548 2007-02-17 Kim F. Storm <storm@cua.dk> | |
1549 | |
1550 * processes.texi (Bindat Spec): Vector types can have optional | |
1551 element type. | |
1552 (Bindat Examples): Fix example. Add vector with element type. | |
1553 | |
1554 2007-02-16 Andreas Schwab <schwab@suse.de> | |
1555 | |
1556 * strings.texi (Formatting Strings): Document '+' flag. | |
1557 | |
1558 2007-02-15 Juanma Barranquero <lekktu@gmail.com> | |
1559 | |
1560 * strings.texi (Modifying Strings): Clarify that `clear-string' | |
1561 always converts the string to unibyte. | |
1562 | |
1563 2007-02-14 Kim F. Storm <storm@cua.dk> | |
1564 | |
1565 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face. | |
1566 Rewrite glyph code description to refer to these functions. | |
1567 Remove details of encoding face number and char into integer code. | |
1568 | |
1569 2007-02-03 Alan Mackenzie <acm@muc.de> | |
1570 | |
1571 * loading.texi (Hooks for Loading): Make the description of | |
1572 `eval-after-load' more detailed, and amend the description of | |
1573 after-load-alist, in accordance with changes from 2006-05. | |
1574 | |
1575 2007-02-03 Chong Yidong <cyd@stupidchicken.com> | |
1576 | |
1577 * modes.texi (Defining Minor Modes): Document that a :require | |
1578 keyword or similar may be required to make saved customization | |
1579 variables work. | |
1580 | |
1581 2007-02-03 Eli Zaretskii <eliz@gnu.org> | |
1582 | |
1583 * elisp.texi (Top): Make the detailed menu headers compliant with | |
1584 Texinfo guidelines and with what texnfo-upd.el expects. Add | |
1585 comments to prevent people from inadvertently modifying the key | |
1586 parts needed by `texinfo-multiple-files-update'. | |
1587 | |
1588 2007-02-02 Eli Zaretskii <eliz@gnu.org> | |
1589 | |
1590 * elisp.texi (Top): Update the top-level menus. | |
1591 | |
1592 * syntax.texi (Categories): Add index entries. | |
1593 | |
1594 2007-02-01 Juanma Barranquero <lekktu@gmail.com> | |
1595 | |
1596 * display.texi (Attribute Functions): Fix name and description of | |
1597 the UNDERLINE arg of `set-face-underline-p'. | |
1598 | |
1599 2007-01-29 Eli Zaretskii <eliz@gnu.org> | |
1600 | |
1601 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local | |
1602 Variables", and "Standard Keymaps" to the detailed menu. | |
1603 | |
1604 * variables.texi (Future Local Variables): Add index entry. | |
1605 | |
1606 2007-01-28 Richard Stallman <rms@gnu.org> | |
1607 | |
1608 * tips.texi (Coding Conventions): Clarify the tip about macros | |
1609 that define a function or a variable. | |
1610 | |
1611 * files.texi (File Attributes): UID and GID can be floats. | |
1612 (Magic File Names): Explain why deferring all operations to | |
1613 the standard handler does not work. | |
1614 | |
1615 2007-01-23 Martin Rudalics <rudalics@gmx.at> | |
1616 | |
1617 * backups.texi (Reverting): Use "buffer" instead of "file" | |
1618 when talking about major and minor modes. | |
1619 | |
1620 2007-01-21 Richard Stallman <rms@gnu.org> | |
1621 | |
1622 * help.texi (Documentation): Add xref to Documentation Tips. | |
1623 | |
1624 2007-01-14 Juanma Barranquero <lekktu@gmail.com> | |
1625 | |
1626 * tips.texi (Coding Conventions): Fix typos. | |
1627 | |
1628 2007-01-05 Richard Stallman <rms@gnu.org> | |
1629 | |
1630 * modes.texi (Defining Minor Modes): Fix previous change. | |
1631 | |
1632 2007-01-03 Richard Stallman <rms@gnu.org> | |
1633 | |
1634 * customize.texi (Variable Definitions, Customization Types): | |
1635 Don't use * in doc string for defcustom. | |
1636 | |
1637 2007-01-02 Richard Stallman <rms@gnu.org> | |
1638 | |
1639 * variables.texi (Variable Aliases): Clarify that aliases vars | |
1640 always have the same value. | |
1641 | |
1642 * processes.texi (Bindat Spec): Fix Texinfo usage. | |
1643 | |
1644 * modes.texi (Defining Minor Modes): Explain effect of command | |
1645 defined with define-global-minor-mode on new buffers. | |
1646 | |
1647 2006-12-30 Kim F. Storm <storm@cua.dk> | |
1648 | |
1649 * keymaps.texi (Tool Bar): Describe `grow-only' value of | |
1650 `auto-resize-tool-bars'. | |
1651 | |
1652 2006-12-30 Richard Stallman <rms@gnu.org> | |
1653 | |
1654 * keymaps.texi (Active Keymaps): Fix previous change. | |
1655 | |
1656 2006-12-30 Nick Roberts <nickrob@snap.net.nz> | |
1657 | |
1658 * keymaps.texi (Active Keymaps): Make xref to lookup-key. | |
1659 | |
1660 2006-12-30 Kim F. Storm <storm@cua.dk> | |
1661 | |
1662 * processes.texi (Bindat Spec): Clarify using field names in | |
1663 length specifications. | |
1664 | |
1665 2006-12-29 Kim F. Storm <storm@cua.dk> | |
1666 | |
1667 * processes.texi (Bindat Spec): Explain eval forms and lengths better. | |
1668 Add count and index variables for eval forms in repeat blocks. | |
1669 | |
1670 2006-12-24 Richard Stallman <rms@gnu.org> | |
1671 | |
1672 * customize.texi (Variable Definitions): Document | |
1673 new name custom-add-frequent-value. | |
1674 | |
1675 2006-12-19 Kim F. Storm <storm@cua.dk> | |
1676 | |
1677 * commands.texi (Misc Events): User signals now result in sigusr1 | |
1678 and sigusr2 events which are handled through special-event-map. | |
1679 (Special Events): User signals and drag-n-drop are special. | |
1680 | |
1681 2006-12-17 Richard Stallman <rms@gnu.org> | |
1682 | |
1683 * loading.texi (Named Features): Explain subfeatures better. | |
1684 | |
1685 * customize.texi: Use "option" only for user options. | |
1686 For the keyword values inside defcustom etc, say "keywords". | |
1687 For :options value's elements, say "elements". | |
1688 :group should not be omitted. | |
1689 | |
1690 * syntax.texi (Parsing Expressions): Split up node. | |
1691 (Motion via Parsing, Position Parse, Parser State) | |
1692 (Low-Level Parsing, Control Parsing): New subnodes. | |
1693 (Parser State): Document syntax-ppss-toplevel-pos. | |
1694 | |
1695 * positions.texi (List Motion): Punctuation fix. | |
1696 | |
1697 * files.texi (File Name Completion): Document PREDICATE arg | |
1698 to file-name-completion. | |
1699 | |
1700 2006-12-16 Eli Zaretskii <eliz@gnu.org> | |
1701 | |
1702 * internals.texi (Building Emacs, Writing Emacs Primitives): | |
1703 Add index entries. | |
1704 | |
1705 2006-12-11 Richard Stallman <rms@gnu.org> | |
1706 | |
1707 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults | |
1708 affects face menu. Explain how to make it non-nil without enabling | |
1709 any fontification. | |
1710 | |
1711 2006-12-10 Chong Yidong <cyd@stupidchicken.com> | |
1712 | |
1713 * modes.texi (Font Lock Basics): Document nil value of | |
1714 font-lock-defaults. | |
1715 | |
1716 2006-12-10 Glenn Morris <rgm@gnu.org> | |
1717 | |
1718 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force | |
1719 value for system-flag argument. Abbrev tables may not be empty | |
1720 when major modes are loaded. | |
1721 | |
1722 2006-12-08 Juanma Barranquero <lekktu@gmail.com> | |
1723 | |
1724 * makefile.w32-in (maintainer-clean): Partially revert last | |
1725 change; delete "elisp-?" and "elisp-??" instead of "elisp-*" | |
1726 to protect elisp-covers.texi. | |
1727 | |
1728 2006-12-07 Juanma Barranquero <lekktu@gmail.com> | |
1729 | |
1730 * makefile.w32-in (maintainer-clean): Depend on `distclean'. | |
1731 Don't remove elisp* info files; they are already deleted by the | |
1732 `clean' and `distclean' targets, and they are in the $(infodir) | |
1733 directory, not the current one. | |
1734 | |
1735 2006-12-04 Kim F. Storm <storm@cua.dk> | |
1736 | |
1737 * commands.texi (Misc Events): Update signal events. | |
1738 (Event Examples): Add signal example. | |
1739 | |
1740 2006-11-29 Richard Stallman <rms@gnu.org> | |
1741 | |
1742 * frames.texi (Visibility of Frames): Explain visible windows | |
1743 can be covered by others. Add xref for raise-frame. | |
1744 | |
1745 2006-11-28 Richard Stallman <rms@gnu.org> | |
1746 | |
1747 * searching.texi (Regexp Special): Update when ^ is special. | |
1748 | |
1749 2006-11-27 Eli Zaretskii <eliz@gnu.org> | |
1750 | |
1751 * customize.texi (Customization, Common Keywords) | |
1752 (Group Definitions, Variable Definitions, Composite Types) | |
1753 (Type Keywords, Customization Types): Add index entries for | |
1754 various customization keywords. | |
1755 | |
1756 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
1757 | |
1758 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity. | |
1759 | |
93309 | 1760 2006-11-10 Jan Djärv <jan.h.d@swipnet.se> |
84043 | 1761 |
1762 * frames.texi (Window System Selections): Remove clipboard from | |
1763 description of selection-coding-system. | |
1764 | |
1765 2006-11-06 Richard Stallman <rms@gnu.org> | |
1766 | |
1767 * lists.texi (List Variables): Document COMPARE-FN. | |
1768 | |
1769 * keymaps.texi: Avoid use of "binding" to mean a relation; | |
1770 use it only to refer to the meaning associated with a key. | |
1771 (Keymaps): Change menu node description. | |
1772 | |
1773 * elisp.texi (Top): Change menu node description. | |
1774 | |
1775 * display.texi (Managing Overlays): Document overlay-recenter. | |
1776 | |
1777 2006-10-29 Chong Yidong <cyd@stupidchicken.com> | |
1778 | |
1779 * Makefile.in: Use relative paths to avoid advertising filesystem | |
1780 contents during compilation. | |
1781 | |
1782 2006-10-23 Kim F. Storm <storm@cua.dk> | |
1783 | |
1784 * commands.texi (Event Input Misc): Update unread-command-events. | |
1785 | |
1786 2006-10-23 Nick Roberts <nickrob@snap.net.nz> | |
1787 | |
1788 * lists.texi (Sets And Lists): Fix typos. | |
1789 | |
1790 2006-10-18 Juanma Barranquero <lekktu@gmail.com> | |
1791 | |
1792 * control.texi (Processing of Errors): Use @var for an argument, | |
1793 not @code. | |
1794 | |
1795 2006-10-16 Richard Stallman <rms@gnu.org> | |
1796 | |
1797 * edebug.texi (Edebug Recursive Edit): Minor cleanup. | |
1798 | |
1799 * keymaps.texi (Format of Keymaps): Show all the keymap element | |
1800 patterns that result from menu items. | |
1801 (Key Lookup): Minor cleanups. | |
1802 | |
1803 * modes.texi (Precalculated Fontification): Don't say that | |
1804 not setting font-lock-defaults avoids loading font-lock. | |
1805 | |
1806 * help.texi (Documentation): Move xref to Emacs Manual here. | |
1807 (Documentation Basics): From here. | |
1808 Also doc emacs-lisp-docstring-fill-column. | |
1809 | |
1810 * elisp.texi: Update version and ISBN. | |
1811 | |
1812 * commands.texi (Interactive Call): Clarify KEYS arg to | |
1813 call-interactively is a vector. | |
1814 (Command Loop Info): Delete anchor in this-command-keys. | |
1815 Add anchor in this-command-keys-vector. | |
1816 (Recursive Editing): Document how recursive-edit | |
1817 handles the current buffer. | |
1818 | |
1819 2006-10-13 Chong Yidong <cyd@stupidchicken.com> | |
1820 | |
1821 * frames.texi (Frame Titles): %c and %l are ignored in | |
1822 frame-title-format. | |
1823 | |
1824 2006-10-11 Richard Stallman <rms@gnu.org> | |
1825 | |
1826 * keymaps.texi (Key Sequences): Clarify use of kbd. | |
1827 | |
1828 2006-10-10 Kim F. Storm <storm@cua.dk> | |
1829 | |
1830 * lists.texi (Sets And Lists): Add memql. | |
1831 | |
1832 2006-10-03 Richard Stallman <rms@gnu.org> | |
1833 | |
1834 * searching.texi (Char Classes): Document :multibyte: and :unibyte:. | |
1835 Clarify :ascii: and :nonascii:. | |
1836 | |
1837 2006-09-29 Juri Linkov <juri@jurta.org> | |
1838 | |
1839 * modes.texi (%-Constructs): Reorder coding systems in the | |
1840 documentation of %z to the real order displayed in the modeline. | |
1841 | |
1842 2006-09-25 Richard Stallman <rms@gnu.org> | |
1843 | |
1844 * os.texi (Timers): Describe timer-max-repeats. | |
1845 | |
1846 2006-09-25 Chong Yidong <cyd@stupidchicken.com> | |
1847 | |
1848 * os.texi (Timers): Mention with-local-quit. | |
1849 | |
1850 2006-09-24 Richard Stallman <rms@gnu.org> | |
1851 | |
1852 * searching.texi (Searching and Matching): Mention property search. | |
1853 | |
1854 * commands.texi (Command Loop Info): Explain how read-event affects | |
1855 this-command-keys. | |
1856 | |
1857 2006-09-20 Richard Stallman <rms@gnu.org> | |
1858 | |
1859 * os.texi (Timers): Clarify about REPEAT when timer is delayed. | |
1860 | |
1861 * windows.texi (Window Start): Minor cleanups. | |
1862 | |
1863 2006-09-20 Kim F. Storm <storm@cua.dk> | |
1864 | |
1865 * windows.texi (Window Start): pos-visible-in-window-p allows | |
1866 specifying t for position to mean "end of window". | |
1867 Add window-line-height. | |
1868 | |
1869 * anti.texi (Antinews): Mention window-line-height. | |
1870 | |
1871 2006-09-19 David Kastrup <dak@gnu.org> | |
1872 | |
1873 * keymaps.texi (Searching Keymaps): Small clarification. | |
1874 | |
1875 2006-09-18 Richard Stallman <rms@gnu.org> | |
1876 | |
1877 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings | |
1878 cause keyboard menus. | |
1879 (Menu Keymaps): Likewise. | |
1880 (Defining Menus, Keyboard Menus): Clarify. | |
1881 | |
1882 * text.texi (Fields): Clarify explanation of constrain-to-field. | |
1883 | |
1884 2006-09-16 Eli Zaretskii <eliz@gnu.org> | |
1885 | |
1886 * variables.texi (Tips for Defining): Fix a typo. | |
1887 | |
1888 2006-09-15 Richard Stallman <rms@gnu.org> | |
1889 | |
1890 * keymaps.texi (Remapping Commands, Searching Keymaps) | |
1891 (Active Keymaps): Clean up previous change. | |
1892 | |
1893 2006-09-15 Jay Belanger <belanger@truman.edu> | |
1894 | |
1895 * gpl.texi: Replace "Library Public License" by "Lesser Public | |
1896 License" throughout. | |
1897 | |
1898 2006-09-15 David Kastrup <dak@gnu.org> | |
1899 | |
1900 * keymaps.texi (Active Keymaps): Adapt description to use | |
1901 `get-char-property' instead `get-text-property'. Explain how | |
1902 mouse events change this. Explain the new optional argument of | |
1903 `key-binding' and its mouse-dependent lookup. | |
1904 (Searching Keymaps): Adapt description similarly. | |
1905 (Remapping Commands): Explain the new optional argument of | |
1906 `command-remapping'. | |
1907 | |
1908 2006-09-14 Richard Stallman <rms@gnu.org> | |
1909 | |
1910 * keymaps.texi (Searching Keymaps): Clarification. | |
1911 (Active Keymaps): Refer to Searching Keymaps instead of duplication. | |
1912 | |
1913 2006-09-13 Richard Stallman <rms@gnu.org> | |
1914 | |
1915 * objects.texi (Character Type): Node split. | |
1916 Add xref to Describing Characters. | |
1917 (Basic Char Syntax, General Escape Syntax) | |
1918 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes. | |
1919 | |
1920 2006-09-11 Richard Stallman <rms@gnu.org> | |
1921 | |
1922 * display.texi (Display Table Format): Wording clarification. | |
1923 (Glyphs): Clarifications. | |
1924 | |
1925 2006-09-10 Chong Yidong <cyd@stupidchicken.com> | |
1926 | |
1927 * keymaps.texi (Active Keymaps): Mention that key-binding checks | |
1928 local maps. | |
1929 | |
1930 2006-09-10 Kim F. Storm <storm@cua.dk> | |
1931 | |
1932 * display.texi (Forcing Redisplay): Document return value of | |
1933 function redisplay. | |
1934 | |
1935 2006-09-09 Richard Stallman <rms@gnu.org> | |
1936 | |
1937 * windows.texi (Window Hooks): Explain limits of | |
1938 window-scroll-functions. | |
1939 | |
1940 * display.texi (Fringe Indicators): Update for last change in | |
1941 indicate-buffer-boundaries. | |
1942 | |
1943 2006-09-08 Richard Stallman <rms@gnu.org> | |
1944 | |
1945 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec. | |
1946 | |
1947 2006-09-06 Kim F. Storm <storm@cua.dk> | |
1948 | |
1949 * frames.texi (Display Feature Testing): display-mm-dimensions-alist. | |
1950 | |
1951 * windows.texi (Window Start): Update pos-visible-in-window-p. | |
1952 | |
1953 2006-09-04 Richard Stallman <rms@gnu.org> | |
1954 | |
1955 * processes.texi (Accepting Output): Explain SECONDS=0 for | |
1956 accept-process-output. | |
1957 | |
1958 * os.texi (Idle Timers): Explain why timer functions should not | |
1959 loop until (input-pending-p). | |
1960 | |
1961 2006-09-02 Eli Zaretskii <eliz@gnu.org> | |
1962 | |
1963 * makefile.w32-in (usermanualdir): New variable. | |
1964 (elisp.dvi): Use it. | |
1965 | |
1966 2006-09-01 Eli Zaretskii <eliz@gnu.org> | |
1967 | |
1968 * buffers.texi (Buffer Modification): Fix last change. | |
1969 | |
1970 2006-09-01 Chong Yidong <cyd@stupidchicken.com> | |
1971 | |
1972 * buffers.texi (Buffer Modification): Document | |
1973 buffer-chars-modified-tick. | |
1974 | |
1975 2006-08-31 Richard Stallman <rms@gnu.org> | |
1976 | |
1977 * modes.texi (Syntactic Font Lock): Mention specific faces once again. | |
1978 | |
1979 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change) | |
1980 | |
1981 * modes.texi (Syntactic Font Lock): | |
1982 Mention font-lock-syntactic-face-function | |
1983 instead of specific faces. | |
1984 | |
1985 2006-08-29 Chong Yidong <cyd@stupidchicken.com> | |
1986 | |
1987 * display.texi (Images): Add xrref to display-images-p. | |
1988 | |
1989 2006-08-28 Kenichi Handa <handa@m17n.org> | |
1990 | |
1991 * nonascii.texi (Lisp and Coding Systems): Fix description of | |
1992 detect-coding-region. | |
1993 | |
1994 2006-08-27 Michael Olson <mwolson@gnu.org> | |
1995 | |
1996 * processes.texi (Transaction Queues): Remove stray quote | |
1997 character. | |
1998 | |
1999 2006-08-25 Richard Stallman <rms@gnu.org> | |
2000 | |
2001 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value. | |
2002 Add xref. | |
2003 | |
2004 2006-08-24 Chong Yidong <cyd@stupidchicken.com> | |
2005 | |
2006 * os.texi (Timers): Avoid waiting inside timers. | |
2007 | |
2008 2006-08-21 Lute Kamstra <lute@gnu.org> | |
2009 | |
2010 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi. | |
2011 | |
2012 2006-08-20 Richard Stallman <rms@gnu.org> | |
2013 | |
2014 * os.texi (Idle Timers): New node, split out from Timers. | |
2015 Document current-idle-time. | |
2016 * commands.texi (Reading One Event): Update xref. | |
2017 * elisp.texi (Top): Update subnode menu. | |
2018 | |
2019 2006-08-16 Richard Stallman <rms@gnu.org> | |
2020 | |
2021 * keymaps.texi (Extended Menu Items): Show format of cached | |
2022 bindings in extended menu items. | |
2023 | |
2024 * customize.texi (Variable Definitions): Explain when the | |
2025 standard value expression is evaluated. | |
2026 | |
2027 2006-08-15 Chong Yidong <cyd@stupidchicken.com> | |
2028 | |
2029 * commands.texi (Reading One Event): Explain idleness in | |
2030 `read-event'. | |
2031 | |
2032 2006-08-12 Chong Yidong <cyd@stupidchicken.com> | |
2033 | |
2034 * text.texi (Near Point): Say "cursor" not "terminal cursor". | |
2035 (Commands for Insertion): Removed split-line since it's not | |
2036 relevant for Lisp programming. | |
2037 (Yank Commands): Rewrite introduction. | |
2038 (Undo): Clarify. | |
2039 (Maintaining Undo): Clarify. Document undo-ask-before-discard. | |
2040 (Filling): Remove redundant comment. Clarify return value of | |
2041 current-justification. | |
2042 (Margins): Minor clarifications. | |
2043 (Adaptive Fill): Update default value of adaptive-fill-regexp. | |
2044 (Sorting): Update definition of sort-lines. | |
2045 (Columns): Clarify behavior of sort-columns. | |
2046 (Indent Tabs): Link to Tab Stops in Emacs manual. | |
2047 (Special Properties): Clarify. | |
2048 (Clickable Text): Mention Buttons package. | |
2049 | |
2050 2006-08-12 Kevin Ryde <user42@zip.com.au> | |
2051 | |
2052 * os.texi (Time Parsing): Add %z to description of | |
2053 format-time-string, as per docstring. Add cross reference to | |
2054 glibc manual for strftime. | |
2055 | |
2056 2006-08-08 Richard Stallman <rms@gnu.org> | |
2057 | |
2058 * modes.texi: Clean up wording in previous change. | |
2059 | |
2060 2006-08-07 Chong Yidong <cyd@stupidchicken.com> | |
2061 | |
2062 * modes.texi (Hooks): Clarify. | |
2063 (Major Mode Basics): Mention define-derived-mode explicitly. | |
2064 (Major Mode Conventions): Rebinding RET is OK for some modes. | |
2065 Mention change-major-mode-hook and after-change-major-mode-hook. | |
2066 (Example Major Modes): Moved to end of Modes section. | |
2067 (Mode Line Basics): Clarify. | |
2068 (Mode Line Data): Mention help-echo and local-map in strings. | |
2069 Explain reason for treatment of non-risky variables. | |
2070 (Properties in Mode): Clarify. | |
2071 (Faces for Font Lock): Add font-lock-negation-char-face. | |
2072 | |
2073 2006-08-04 Eli Zaretskii <eliz@gnu.org> | |
2074 | |
2075 * strings.texi (Formatting Strings): Warn against arbitrary | |
2076 strings as first arg to `format'. | |
2077 | |
2078 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org> | |
2079 | |
2080 * text.texi (Clickable Text): Mention `help-echo' text property. | |
2081 Update intro, examples and associated explanations. | |
2082 | |
2083 2006-07-31 Richard Stallman <rms@gnu.org> | |
2084 | |
2085 * commands.texi: Update xrefs. | |
2086 (Event Mod): New node, cut out from old Translating Input. | |
2087 | |
2088 * maps.texi: Update xrefs. | |
2089 | |
2090 * keymaps.texi (Translation Keymaps): New node. | |
2091 Update xrefs from Translating Input to Translation Keymaps. | |
2092 | |
2093 * elisp.texi (Top): Update subnode menu. | |
2094 | |
2095 * display.texi (Face Functions): Fix explanations of FRAME=t or nil. | |
2096 | |
2097 * os.texi (System Interface): Fix menu descriptions of some nodes. | |
2098 (Translating Input): Node deleted. | |
2099 | |
2100 2006-07-31 Nick Roberts <nickrob@snap.net.nz> | |
2101 | |
2102 * modes.texi (Minor Mode Conventions): Update xref for add-to-list. | |
2103 | |
2104 * lists.texi (Sets And Lists): Likewise. | |
2105 | |
2106 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org> | |
2107 | |
2108 * text.texi (Fields): Mention POS | |
2109 requirement when narrowing is in effect. | |
2110 | |
2111 2006-07-28 Richard Stallman <rms@gnu.org> | |
2112 | |
2113 * display.texi (Face Attributes): Simplify wording. | |
2114 (Attribute Functions): Clarify meaning of new-frame default | |
2115 attribute settings. | |
2116 | |
2117 * customize.texi (Common Keywords): Document how to use | |
2118 :package-version in a package not in Emacs. | |
2119 | |
2120 2006-07-28 Kim F. Storm <storm@cua.dk> | |
2121 | |
2122 * commands.texi (Reading One Event): Fix last change. | |
2123 | |
2124 2006-07-26 Chong Yidong <cyd@stupidchicken.com> | |
2125 | |
2126 * commands.texi (Reading One Event): Document SECONDS argument for | |
2127 read-event, read-char, and read-char-exclusive. | |
2128 | |
2129 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca> | |
2130 | |
2131 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline | |
2132 to ensure correct identification. | |
2133 | |
2134 2006-07-24 Richard Stallman <rms@gnu.org> | |
2135 | |
2136 * text.texi (Clickable Text): Clarify. | |
2137 | |
2138 * sequences.texi (Vector Functions): Delete duplicate xref. | |
2139 | |
2140 * objects.texi (Function Type): Clarify. | |
2141 | |
2142 * modes.texi (Keymaps and Minor Modes): List punct chars for minor | |
2143 modes. | |
2144 | |
2145 * lists.texi (List Variables): New node. | |
2146 Material moved from other nodes. | |
2147 | |
2148 * variables.texi (Setting Variables): add-to-list and | |
2149 add-to-ordered-list moved to List Variables node. | |
2150 | |
2151 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org> | |
2152 | |
2153 * text.texi (Links and Mouse-1): | |
2154 For mouse-on-link-p, expand on arg POS. | |
2155 | |
2156 2006-07-21 Kim F. Storm <storm@cua.dk> | |
2157 | |
2158 * display.texi (Forcing Redisplay): Don't mention systems which | |
2159 don't support sub-second timers for redisplay-preemption-period. | |
2160 | |
2161 * os.texi (Terminal Output): Clarify text vs graphical terminal. | |
2162 | |
2163 2006-07-21 Eli Zaretskii <eliz@gnu.org> | |
2164 | |
2165 * frames.texi (Input Focus): Document that focus-follows-mouse has | |
2166 no effect on MS-Windows. | |
2167 | |
2168 2006-07-18 Richard Stallman <rms@gnu.org> | |
2169 | |
2170 * display.texi (Forcing Redisplay): Cleanups in previous change. | |
2171 | |
2172 * processes.texi (Low-Level Network): Make menu more convenient. | |
2173 | |
2174 2006-07-18 Kim F. Storm <storm@cua.dk> | |
2175 | |
2176 * display.texi (Forcing Redisplay): redisplay-preemption-period | |
2177 only used on window systems. Add xref to Terminal Output. | |
2178 | |
2179 * os.texi (Terminal Output): baud-rate only controls preemption on | |
2180 non-window systems. Add xref to Forcing Redisplay. | |
2181 | |
2182 * processes.texi (Low-Level Network): Rename node "Make Network" | |
2183 to "Network Processes". | |
2184 | |
2185 2006-07-18 Karl Berry <karl@gnu.org> | |
2186 | |
2187 * variables.texi, functions.texi, customize.texi, loading.texi: | |
2188 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20. | |
2189 | |
2190 2006-07-17 Chong Yidong <cyd@stupidchicken.com> | |
2191 | |
2192 * commands.texi (Waiting): Document batch-mode sit-for behavior. | |
2193 | |
2194 2006-07-17 Richard Stallman <rms@gnu.org> | |
2195 | |
2196 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus. | |
2197 Put period and comma inside quotes. | |
2198 | |
2199 * loading.texi, markers.texi: Use real doublequote inside menus. | |
2200 | |
2201 * windows.texi: Put point and comma inside quotes. | |
2202 (Textual Scrolling): Use @samp for error message. | |
2203 | |
2204 * variables.texi, tips.texi, syntax.texi, symbols.texi: | |
2205 * strings.texi, streams.texi, processes.texi, os.texi: | |
2206 * objects.texi, numbers.texi, modes.texi, minibuf.texi: | |
2207 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi: | |
2208 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi: | |
2209 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi: | |
2210 Put point and comma inside quotes. | |
2211 | |
2212 * control.texi (Processing of Errors): Add command-error-function. | |
2213 | |
2214 * variables.texi (File Local Variables): Clarify that | |
2215 file local variables make buffer-local bindings. | |
2216 | |
2217 * modes.texi (Syntactic Font Lock): Give default for | |
2218 font-lock-syntax-table. | |
2219 | |
2220 2006-07-17 Nick Roberts <nickrob@snap.net.nz> | |
2221 | |
2222 * text.texi (Special Properties): Clean up previous change. | |
2223 | |
2224 2006-07-16 Karl Berry <karl@gnu.org> | |
2225 | |
2226 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi: | |
2227 * control.texi: Fix bad page breaks through chapter 10 (control). | |
2228 | |
2229 * anti.texi (Antinews): Reorder face-attribute fns to avoid | |
2230 underfull hbox. | |
2231 | |
2232 2006-07-15 Nick Roberts <nickrob@snap.net.nz> | |
2233 | |
2234 * text.texi (Special Properties): Describe fontified text property | |
2235 in relation to a character (not text). | |
2236 | |
2237 2006-07-15 Kim F. Storm <storm@cua.dk> | |
2238 | |
2239 * maps.texi (Standard Keymaps): Add xref for minibuffer maps. | |
2240 Add apropos-mode-map, custom-mode-map, esc-map, global-map, | |
2241 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map. | |
2242 | |
2243 * anti.texi (Antinews): Mention redisplay function. | |
2244 The kbd macro existed, but was not documented, before 22.x. | |
2245 Function pos-visible-in-window-p is not new in 22.x, just enhanced. | |
2246 | |
2247 2006-07-14 Nick Roberts <nickrob@snap.net.nz> | |
2248 | |
2249 * display.texi (Displaying Messages): Add anchor. | |
2250 | |
2251 * frames.texi (Dialog Boxes): Use it. | |
2252 | |
2253 2006-07-12 Richard Stallman <rms@gnu.org> | |
2254 | |
2255 * objects.texi (Frame Type): Explain nature of frames better. | |
2256 | |
2257 * frames.texi (Frames): Explain nature of frames better. | |
2258 | |
2259 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com> | |
2260 | |
2261 * tips.texi (Coding Conventions): Explain why use cl at compile time. | |
2262 | |
2263 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2264 | |
2265 * frames.texi (Window System Selections): Mention scrap support for Mac. | |
2266 Default value of x-select-enable-clipboard is t on Mac. | |
2267 | |
2268 * os.texi (Getting Out): Suspending is not allowed on Mac, either. | |
2269 | |
2270 2006-07-11 Kim F. Storm <storm@cua.dk> | |
2271 | |
2272 * display.texi (Forcing Redisplay): Add `redisplay' function. | |
2273 Don't mention (sit-for -1) -- use (redisplay t) instead. | |
2274 | |
2275 * commands.texi (Waiting): (sit-for -1) is no longer special. | |
2276 (sit-for 0) is equivalent to (redisplay). | |
2277 Iconifying/deiconifying no longer makes sit-for return. | |
2278 | |
2279 2006-07-10 Nick Roberts <nickrob@snap.net.nz> | |
2280 | |
2281 * display.texi (Buttons): Fix typo. | |
2282 | |
2283 * index.texi, elisp.texi (New Symbols): Comment node out. | |
2284 | |
2285 2006-07-09 Richard Stallman <rms@gnu.org> | |
2286 | |
2287 * display.texi (Truncation): Clean up previous change. | |
2288 | |
2289 2006-07-08 Richard Stallman <rms@gnu.org> | |
2290 | |
2291 * commands.texi (Interactive Call): Use 3 as prefix in example | |
2292 for execute-extended-command. | |
2293 | |
2294 * display.texi (Attribute Functions): Move paragraph about | |
2295 compatibility with Emacs < 21. | |
2296 | |
2297 2006-07-09 Kim F. Storm <storm@cua.dk> | |
2298 | |
2299 * display.texi (Refresh Screen): Clarify force-window-update. | |
2300 (Truncation): "Normally" indicated by fringe arrows. | |
2301 | |
2302 2006-07-08 Eli Zaretskii <eliz@gnu.org> | |
2303 | |
2304 * windows.texi (Textual Scrolling, Resizing Windows): | |
2305 * variables.texi (Constant Variables): | |
2306 * text.texi (Buffer Contents, Deletion, Changing Properties) | |
2307 (Property Search, Special Properties, Sticky Properties) | |
2308 (Links and Mouse-1, Fields, Change Hooks): | |
2309 * syntax.texi (Syntax Table Functions, Parsing Expressions) | |
2310 (Categories): | |
2311 * symbols.texi (Other Plists): | |
2312 * streams.texi (Output Variables): | |
2313 * processes.texi (Input to Processes, Query Before Exit): | |
2314 * positions.texi (Word Motion, Text Lines, List Motion): | |
2315 * os.texi (Init File, System Environment, Sound Output) | |
2316 (Session Management): | |
2317 * nonascii.texi (Text Representations, Character Sets) | |
2318 (Chars and Bytes, Locales): | |
2319 * modes.texi (Defining Minor Modes, Header Lines): | |
2320 * minibuf.texi (Minibuffer Contents): | |
2321 * markers.texi (Information from Markers): | |
2322 * lists.texi (List Elements, Building Lists, Association Lists): | |
2323 * keymaps.texi (Tool Bar): | |
2324 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash): | |
2325 * functions.texi (What Is a Function, Mapping Functions): | |
2326 * frames.texi (Creating Frames, Parameter Access, Pointer Shape) | |
2327 (Color Names, Text Terminal Colors, Display Feature Testing): | |
2328 * files.texi (Visiting Functions, File Name Components) | |
2329 (Unique File Names, Contents of Directories): | |
2330 * display.texi (Forcing Redisplay, Displaying Messages) | |
2331 (Temporary Displays, Font Selection, Auto Faces) | |
2332 (Font Lookup, Fringe Indicators, Display Margins) | |
2333 (Image Descriptors, Showing Images, Image Cache, Button Types) | |
2334 (Making Buttons, Manipulating Buttons, Button Buffer Commands) | |
2335 (Display Table Format, Glyphs): | |
2336 * control.texi (Iteration): | |
2337 * commands.texi (Command Loop Info, Adjusting Point): | |
2338 * backups.texi (Making Backups, Auto-Saving): | |
2339 Remove @tindex entries. | |
2340 | |
2341 2006-07-07 Kim F. Storm <storm@cua.dk> | |
2342 | |
2343 * display.texi (Fringe Cursors): Fix typo. | |
2344 (Customizing Bitmaps): Fix define-fringe-bitmap entry. | |
2345 (Overlay Arrow): Default is overlay-arrow fringe indicator. | |
2346 | |
2347 2006-07-05 Richard Stallman <rms@gnu.org> | |
2348 | |
2349 * text.texi (Buffer Contents): Add example of text props | |
2350 in result of buffer-substring. | |
2351 (Text Properties): Explain better about use of specific property names. | |
2352 (Property Search): Some cleanups; reorder some functions. | |
2353 | |
2354 * keymaps.texi (Changing Key Bindings): Cleanup. | |
2355 Add xref to Key Binding Conventions. | |
2356 | |
2357 * display.texi (Attribute Functions): Add examples for | |
2358 face-attribute-relative-p. | |
2359 | |
2360 * tips.texi (Coding Conventions): Cleanup last change. | |
2361 | |
2362 2006-07-05 Karl Berry <karl@gnu.org> | |
2363 | |
2364 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi. | |
2365 Remove @setchapternewpage odd. | |
2366 Result is 1013 pages, down from 1100. | |
2367 | |
2368 * anti.texi, customize.texi, display.texi, internals.texi: | |
2369 * minibuf.texi, modes.texi, tips.texi: | |
2370 Fix overfull/underfull boxes. | |
2371 | |
2372 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org> | |
2373 | |
2374 * edebug.texi (Instrumenting): | |
2375 Add Edebug-specific findex for eval-buffer. | |
2376 * loading.texi (Loading): | |
2377 Replace eval-current-buffer with eval-buffer. | |
2378 | |
2379 2006-06-30 Nick Roberts <nickrob@snap.net.nz> | |
2380 | |
2381 * locals.texi (Standard Buffer-Local Variables): Update the list | |
2382 of variables. | |
2383 | |
2384 2006-06-26 Nick Roberts <nickrob@snap.net.nz> | |
2385 | |
2386 * files.texi (File Name Completion): Point user to the node | |
2387 "Reading File Names". | |
2388 | |
2389 2006-06-24 Eli Zaretskii <eliz@gnu.org> | |
2390 | |
2391 * files.texi (Contents of Directories): Document case-insensitive | |
2392 behavior on respective filesystems. | |
2393 | |
2394 * objects.texi (Character Type): Document that Emacs signals an | |
2395 error for unsupported Unicode characters specified as \uNNNN. | |
2396 | |
2397 2006-06-19 Richard Stallman <rms@gnu.org> | |
2398 | |
2399 * processes.texi (Bindat Spec): Clarify previous change. | |
2400 | |
2401 2006-06-16 Richard Stallman <rms@gnu.org> | |
2402 | |
2403 * tips.texi (Coding Conventions): Better explain conventions | |
2404 for definition constructs. | |
2405 | |
2406 * text.texi (Special Properties): String value of `read-only' | |
2407 serves as the error message. | |
2408 | |
2409 * objects.texi (Character Type): Clarify prev. change. | |
2410 (Non-ASCII in Strings): Mention \u and \U. | |
2411 | |
2412 * commands.texi (Using Interactive): Explain problem of | |
2413 markers, etc., in command-history. | |
2414 | |
2415 2006-06-14 Kim F. Storm <storm@cua.dk> | |
2416 | |
2417 * commands.texi (Waiting): Negative arg to sit-for forces | |
2418 redisplay even if input is pending. | |
2419 | |
2420 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a | |
2421 redisplay. Remove incorrect example of binding redisplay-dont-pause | |
2422 around (sit-for 0). | |
2423 | |
2424 2006-06-13 Richard Stallman <rms@gnu.org> | |
2425 | |
2426 * display.texi (Forcing Redisplay): Clarify previous change. | |
2427 | |
2428 2006-06-13 Romain Francoise <romain@orebokech.com> | |
2429 | |
2430 * display.texi (Forcing Redisplay): Fix typo. | |
2431 | |
2432 2006-06-13 Kim F. Storm <storm@cua.dk> | |
2433 | |
2434 * display.texi (Forcing Redisplay): Add redisplay-preemption-period. | |
2435 | |
2436 2006-06-10 Luc Teirlinck <teirllm@auburn.edu> | |
2437 | |
2438 * tips.texi (Coding Conventions): Add `@end itemize'. | |
2439 | |
2440 2006-06-10 Richard Stallman <rms@gnu.org> | |
2441 | |
2442 * tips.texi (Coding Conventions): Explain use of coding systems | |
2443 to ensure one decoding for strings. | |
2444 | |
2445 2006-06-09 Aidan Kehoe <kehoea@parhasard.net> | |
2446 | |
2447 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF | |
2448 syntax. | |
2449 | |
2450 2006-06-07 Eli Zaretskii <eliz@gnu.org> | |
2451 | |
2452 * display.texi (Font Selection): Remove description of | |
2453 clear-face-cache. | |
2454 | |
2455 * compile.texi (Eval During Compile): Fix a typo. Add index | |
2456 entries for possible uses of eval-when-compile. | |
2457 | |
2458 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org> | |
2459 | |
2460 * display.texi (Abstract Display): Fix typo. | |
2461 | |
2462 2006-06-03 Eli Zaretskii <eliz@gnu.org> | |
2463 | |
2464 * minibuf.texi (Minibuffer History) <history-add-new-input>: | |
2465 Reword variable's description. | |
2466 | |
2467 2006-06-01 Richard Stallman <rms@gnu.org> | |
2468 | |
2469 * windows.texi (Splitting Windows): Clarify splitting nonselected | |
2470 window. | |
2471 | |
2472 2006-05-31 Juri Linkov <juri@jurta.org> | |
2473 | |
2474 * minibuf.texi (Minibuffer History): Add history-add-new-input. | |
2475 | |
2476 2006-05-30 Richard Stallman <rms@gnu.org> | |
2477 | |
2478 * display.texi (Line Height): Fix errors in description of | |
98317 | 2479 default line height and line-height property. |
84043 | 2480 |
2481 * nonascii.texi (Default Coding Systems): Further clarification. | |
2482 | |
2483 2006-05-29 Luc Teirlinck <teirllm@auburn.edu> | |
2484 | |
2485 * internals.texi (Pure Storage): Mention that an overflow in pure | |
2486 space causes a memory leak. | |
2487 (Garbage Collection): If there was an overflow in pure space, | |
2488 `garbage-collect' returns nil. | |
2489 | |
2490 2006-05-30 Eli Zaretskii <eliz@gnu.org> | |
2491 | |
2492 * nonascii.texi (Default Coding Systems): Fix it some more. | |
2493 | |
2494 2006-05-29 Eli Zaretskii <eliz@gnu.org> | |
2495 | |
2496 * nonascii.texi (Default Coding Systems): Fix last change. | |
2497 | |
2498 2006-05-29 Kenichi Handa <handa@m17n.org> | |
2499 | |
2500 * nonascii.texi (find-operation-coding-system): Describe the new | |
2501 argument format (FILENAME . BUFFER). | |
2502 | |
2503 2006-05-28 Richard Stallman <rms@gnu.org> | |
2504 | |
2505 * tips.texi (Coding Conventions): Better explain reasons not to | |
2506 advise other packages or use `eval-after-load'. | |
2507 | |
2508 2006-05-29 Kim F. Storm <storm@cua.dk> | |
2509 | |
2510 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to | |
2511 `bindat-idx' and `bindat-raw' for clarity. | |
2512 | |
2513 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org> | |
2514 | |
2515 * processes.texi (Bindat Spec): Expand on `repeat' handler. | |
2516 | |
2517 * display.texi (Display): Add "Abstract Display" to menu. | |
2518 (Abstract Display, Abstract Display Functions) | |
2519 (Abstract Display Example): New nodes. | |
2520 * elisp.texi (Top): Add "Abstract Display" to menu. | |
2521 | |
2522 2006-05-27 Chong Yidong <cyd@stupidchicken.com> | |
2523 | |
2524 * keymaps.texi (Key Sequences): Link to input events definition. | |
2525 (Format of Keymaps): Delete material duplicated in Keymap Basics. | |
2526 | |
2527 * files.texi (Changing Files): Document updated argument list for | |
2528 copy-file. | |
2529 | |
2530 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org> | |
2531 | |
2532 * processes.texi (Bindat Functions): Explain term "total length". | |
2533 Use it in bindat-length and bindat-pack descriptions. | |
2534 | |
2535 2006-05-26 Eli Zaretskii <eliz@gnu.org> | |
2536 | |
2537 * tips.texi (Coding Conventions): Advise against using | |
2538 eval-after-load in packages. Add an index entry. | |
2539 | |
2540 2006-05-25 Juri Linkov <juri@jurta.org> | |
2541 | |
2542 * minibuf.texi (Text from Minibuffer): Undocument keep-all. | |
2543 | |
2544 * modes.texi (%-Constructs): Add %e, %z, %Z. | |
2545 | |
2546 2006-05-25 Richard Stallman <rms@gnu.org> | |
2547 | |
2548 * elisp.texi (Top): Update subnode menu. | |
2549 | |
2550 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences. | |
2551 (Keymaps): Update menu. | |
2552 | |
2553 2006-05-25 Chong Yidong <cyd@stupidchicken.com> | |
2554 | |
2555 * keymaps.texi (Key Sequences): Some clarifications. | |
2556 | |
2557 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org> | |
2558 | |
2559 * processes.texi (Bindat Functions): Say "unibyte string" | |
2560 explicitly for bindat-unpack and bindat-pack descriptions. | |
2561 (Bindat Examples): Don't call `string-make-unibyte' in example. | |
2562 | |
2563 2006-05-25 Chong Yidong <cyd@stupidchicken.com> | |
2564 | |
2565 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology. | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
2566 Explain string and vector representations of key sequences. |
84043 | 2567 |
2568 * keymaps.texi (Changing Key Bindings): | |
86150
d0f21febd1dc
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86086
diff
changeset
|
2569 * commands.texi (Interactive Codes): |
84043 | 2570 * help.texi (Describing Characters): Refer to it. |
2571 | |
2572 2006-05-23 Luc Teirlinck <teirllm@auburn.edu> | |
2573 | |
2574 * frames.texi (Pointer Shape): @end table -> @end defvar. | |
2575 | |
2576 2006-05-22 Richard Stallman <rms@gnu.org> | |
2577 | |
2578 * elisp.texi (Top): Update subnode menus. | |
2579 | |
2580 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes. | |
2581 Contents rewritten; material from old Pointer Shape node moved here. | |
2582 | |
2583 * display.texi (Pointer Shape): Node deleted. | |
2584 (Image Descriptors): Minor cleanup. | |
2585 | |
2586 2006-05-21 Richard Stallman <rms@gnu.org> | |
2587 | |
2588 * syntax.texi (Parsing Expressions): Update info on which STATE | |
2589 elements are ignored. | |
2590 | |
2591 2006-05-19 Luc Teirlinck <teirllm@auburn.edu> | |
2592 | |
2593 * hooks.texi (Standard Hooks): Correct typo. | |
2594 | |
2595 * gpl.texi (GPL): ifinfo -> ifnottex. | |
2596 | |
2597 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change) | |
2598 | |
2599 * searching.texi (Simple Match Data): Warn about match data being | |
2600 set anew by every search. | |
2601 | |
2602 2006-05-17 Richard Stallman <rms@gnu.org> | |
2603 | |
2604 * minibuf.texi (Minibuffer History): Clarify. | |
2605 | |
2606 * searching.texi (Regexp Special): Clarify nested regexp warning. | |
2607 | |
2608 2006-05-16 Kim F. Storm <storm@cua.dk> | |
2609 | |
2610 * minibuf.texi (Minibuffer History): Update add-to-history. | |
2611 | |
2612 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change) | |
2613 | |
2614 * nonascii.texi (Explicit Encoding): Fix | |
2615 typo (encoding<->decoding). | |
2616 | |
2617 2006-05-14 Richard Stallman <rms@gnu.org> | |
2618 | |
2619 * buffers.texi (Creating Buffers): Cleanup. | |
2620 | |
2621 * files.texi (Visiting Functions): Rewrite in find-file-noselect. | |
2622 | |
2623 2006-05-13 Eli Zaretskii <eliz@gnu.org> | |
2624 | |
2625 * buffers.texi (Current Buffer): Document that with-temp-buffer | |
2626 disables undo. | |
2627 | |
2628 * os.texi (Terminal-Specific): More accurate description of how | |
2629 Emacs searches for the terminal-specific libraries. | |
2630 | |
2631 2006-05-12 Eli Zaretskii <eliz@gnu.org> | |
2632 | |
2633 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to | |
2634 emacs-xtra to @inforef's. | |
2635 | |
2636 * text.texi (Undo): Document that undo is turned off in buffers | |
2637 whose names begin with a space. | |
2638 | |
2639 * buffers.texi (Buffer Names): Add index entries for buffers whose | |
2640 names begin with a space. | |
2641 (Creating Buffers): Document that undo is turned off in buffers | |
2642 whose names begin with a space. | |
2643 | |
2644 * files.texi (Visiting Functions, Reading from Files) | |
2645 (Saving Buffers): Mention code and EOL conversions by file I/O | |
2646 primitives and subroutines. | |
2647 | |
2648 * nonascii.texi (Lisp and Coding Systems): Document | |
2649 coding-system-eol-type. Add index entries for eol conversion. | |
2650 | |
2651 * display.texi (Defining Faces): Mention `mac', and add an xref to | |
2652 where window-system is described. | |
2653 | |
2654 2006-05-10 Richard Stallman <rms@gnu.org> | |
2655 | |
2656 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules. | |
2657 | |
2658 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de> | |
2659 | |
2660 * variables.texi (File Local Variables): Recommend to quote lambda | |
2661 expressions in safe-local-variable property. | |
2662 | |
2663 2006-05-09 Richard Stallman <rms@gnu.org> | |
2664 | |
2665 * variables.texi (File Local Variables): Document | |
2666 safe-local-eval-forms and safe-local-eval-function. | |
2667 | |
2668 2006-05-07 Kim F. Storm <storm@cua.dk> | |
2669 | |
2670 * minibuf.texi (Minibuffer History): Remove keep-dups arg | |
2671 from add-to-history. | |
2672 | |
2673 2006-05-07 Romain Francoise <romain@orebokech.com> | |
2674 | |
2675 * commands.texi (Event Input Misc): | |
2676 * compile.texi (Eval During Compile): | |
2677 * internals.texi (Buffer Internals): | |
2678 * minibuf.texi (Initial Input): | |
2679 * nonascii.texi (Scanning Charsets): | |
2680 * numbers.texi (Comparison of Numbers): | |
2681 * windows.texi (Textual Scrolling, Vertical Scrolling): | |
2682 Fix various typos. | |
2683 | |
2684 2006-05-06 Eli Zaretskii <eliz@gnu.org> | |
2685 | |
2686 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by | |
2687 conditional xref's to either emacs or emacs-xtra, depending on | |
2688 @iftex/@ifnottex. | |
2689 | |
2690 * minibuf.texi (Minibuffer History): Document add-to-history. | |
2691 | |
2692 2006-05-05 Eli Zaretskii <eliz@gnu.org> | |
2693 | |
2694 * internals.texi (Pure Storage): Mention the pure overflow message | |
2695 at startup. | |
2696 | |
93309 | 2697 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se> |
84043 | 2698 |
2699 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax. | |
2700 (Searching Keymaps): Fix pseudo-Lisp description of keymap | |
2701 search. | |
2702 | |
2703 2006-05-01 Richard Stallman <rms@gnu.org> | |
2704 | |
2705 * intro.texi (nil and t): Clarify. | |
2706 | |
2707 * variables.texi (File Local Variables): Suggest using booleanp. | |
2708 | |
2709 2006-05-01 Juanma Barranquero <lekktu@gmail.com> | |
2710 | |
2711 * objects.texi (Type Predicates): Fix typos. | |
2712 | |
2713 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
2714 | |
2715 * intro.texi (nil and t): Add booleanp. | |
2716 | |
2717 * objects.texi (Type Predicates): Add links for booleanp and | |
2718 string-or-null-p. | |
2719 | |
2720 2006-04-29 Richard Stallman <rms@gnu.org> | |
2721 | |
2722 * modes.texi (Multiline Font Lock): Rename from | |
2723 Multi line Font Lock Elements. Much clarification. | |
2724 (Font Lock Multiline, Region to Fontify): Much clarification. | |
2725 | |
2726 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
2727 | |
2728 * variables.texi (File Local Variables): Remove the special case t for | |
2729 safe-local-variable. | |
2730 | |
2731 2006-04-26 Richard Stallman <rms@gnu.org> | |
2732 | |
2733 * syntax.texi (Parsing Expressions): Minor cleanup. | |
2734 | |
2735 2006-04-18 Richard Stallman <rms@gnu.org> | |
2736 | |
2737 * tips.texi (Coding Conventions): Explain when the package's | |
2738 prefix should appear later on (not at the start of the name). | |
2739 | |
2740 * searching.texi (String Search): Clarify effect of NOERROR. | |
2741 | |
2742 * modes.texi (Imenu): Clarify what special items do. | |
2743 | |
2744 * hooks.texi (Standard Hooks): Delete text about old hook names. | |
2745 | |
2746 2006-04-17 Romain Francoise <romain@orebokech.com> | |
2747 | |
2748 * variables.texi (Local Variables): Update the default value of | |
2749 `max-specpdl-size'. | |
2750 | |
2751 2006-04-15 Michael Olson <mwolson@gnu.org> | |
2752 | |
2753 * processes.texi (Transaction Queues): Mention the new optional | |
2754 `delay-question' argument for `tq-enqueue'. | |
2755 | |
2756 2006-04-13 Bill Wohler <wohler@newt.com> | |
2757 | |
2758 * customize.texi (Common Keywords): Use dotted notation for | |
2759 :package-version value. Specify its values. Improve documentation | |
2760 for customize-package-emacs-version-alist. | |
2761 | |
2762 2006-04-12 Bill Wohler <wohler@newt.com> | |
2763 | |
2764 * customize.texi (Common Keywords): Move description of | |
2765 customize-package-emacs-version-alist to @defvar. | |
2766 | |
2767 2006-04-10 Bill Wohler <wohler@newt.com> | |
2768 | |
2769 * customize.texi (Common Keywords): Add :package-version. | |
2770 | |
2771 2006-04-10 Kim F. Storm <storm@cua.dk> | |
2772 | |
2773 * text.texi (Buffer Contents): Add NOPROPS arg to | |
2774 filter-buffer-substring. | |
2775 | |
2776 2006-04-08 Kevin Ryde <user42@zip.com.au> | |
2777 | |
2778 * os.texi (Command-Line Arguments): Update xref to emacs manual | |
2779 "Command Arguments" -> "Emacs Invocation", per change there. | |
2780 | |
2781 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org> | |
2782 | |
2783 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to | |
2784 be on one line to help makeinfo not render two spaces after the dot. | |
2785 | |
2786 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de> | |
2787 | |
2788 * strings.texi (Predicates for Strings): Add string-or-null-p. | |
2789 | |
2790 2006-03-28 Kim F. Storm <storm@cua.dk> | |
2791 | |
2792 * processes.texi (Accepting Output): Remove obsolete (and incorrect) | |
2793 remarks about systems that don't support fractional seconds. | |
2794 | |
2795 2006-03-25 Karl Berry <karl@gnu.org> | |
2796 | |
2797 * elisp.texi: Use @copyright{} instead of (C), and do not indent | |
2798 the year list. | |
2799 | |
2800 2006-03-21 Nick Roberts <nickrob@snap.net.nz> | |
2801 | |
2802 * display.texi (Fringe Indicators): Fix typos. | |
2803 | |
2804 2006-03-19 Luc Teirlinck <teirllm@auburn.edu> | |
2805 | |
2806 * tips.texi (Documentation Tips): One can now also write `program' | |
2807 in front of a quoted symbol in a docstring to prevent making a | |
2808 hyperlink. | |
2809 | |
2810 2006-03-19 Alan Mackenzie <acm@muc.de> | |
2811 | |
2812 * text.texi (Special Properties): Clarify `fontified' property. | |
2813 | |
2814 2006-03-16 Richard Stallman <rms@gnu.org> | |
2815 | |
2816 * display.texi (Defining Images): Minor cleanup. | |
2817 | |
2818 2006-03-16 Bill Wohler <wohler@newt.com> | |
2819 | |
2820 * display.texi (Defining Images): In image-load-path-for-library, | |
2821 prefer user's images. | |
2822 | |
2823 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
2824 | |
2825 * modes.texi (Region to Fontify): Remove font-lock-lines-before. | |
2826 | |
2827 2006-03-15 Bill Wohler <wohler@newt.com> | |
2828 | |
2829 * display.texi (Defining Images): Fix example in | |
2830 image-load-path-for-library by not recommending that one binds | |
2831 image-load-path. Just defvar it to placate compiler and only use | |
2832 it if previously defined. | |
2833 | |
2834 2006-03-14 Bill Wohler <wohler@newt.com> | |
2835 | |
2836 * display.texi (Defining Images): In image-load-path-for-library, | |
2837 always return list of directories. Update example. | |
2838 | |
2839 2006-03-14 Alan Mackenzie <acm@muc.de> | |
2840 | |
2841 * modes.texi: New node, "Region to Fontify" (for Font Lock). | |
2842 This describes font-lock-extend-region-function. | |
2843 ("Other Font Lock Variables"): Move "font-lock-lines-before" to | |
2844 the new node "Region to Fontify". | |
2845 | |
2846 2006-03-13 Richard Stallman <rms@gnu.org> | |
2847 | |
2848 * display.texi (Invisible Text): The impossible position is | |
2849 now before the invisible text, not after. | |
2850 (Defining Images): Clean up last change. | |
2851 | |
2852 2006-03-11 Bill Wohler <wohler@newt.com> | |
2853 | |
2854 * display.texi (Defining Images): Add image-load-path-for-library. | |
2855 | |
2856 2006-03-11 Luc Teirlinck <teirllm@auburn.edu> | |
2857 | |
2858 * text.texi (Adaptive Fill): Fix Texinfo usage. | |
2859 | |
2860 * strings.texi (Creating Strings): Fix Texinfo usage. | |
2861 | |
2862 * searching.texi (Regexp Special): Use @samp for regular | |
2863 expressions that are not in Lisp syntax. | |
2864 | |
2865 2006-03-08 Luc Teirlinck <teirllm@auburn.edu> | |
2866 | |
2867 * searching.texi (Regexp Special): Put remark between parentheses | |
2868 to avoid misreading. | |
2869 | |
2870 2006-03-07 Luc Teirlinck <teirllm@auburn.edu> | |
2871 | |
2872 * searching.texi (Syntax of Regexps): More accurately describe | |
2873 which characters are special in which situations. | |
2874 (Regexp Special): Recommend _not_ to quote `]' or `-' when they | |
2875 are not special. Describe in detail when `[' and `]' are special. | |
2876 (Regexp Backslash): Plenty of regexps with unbalanced square | |
2877 brackets are valid, so reword that statement. | |
2878 | |
2879 2006-03-02 Kim F. Storm <storm@cua.dk> | |
2880 | |
2881 * keymaps.texi (Tool Bar): Add tool-bar-border. | |
2882 | |
2883 2006-02-28 Luc Teirlinck <teirllm@auburn.edu> | |
2884 | |
2885 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos. | |
2886 | |
2887 2006-02-27 Luc Teirlinck <teirllm@auburn.edu> | |
2888 | |
2889 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu. | |
2890 | |
2891 * files.texi (Locating Files): Suggest additional values for the | |
2892 SUFFIXES arg of `locate-file'. Update pxref. | |
2893 | |
2894 * loading.texi (Loading): Include new node "Load Suffixes" in menu. | |
2895 (How Programs Do Loading): Discuss the effects of Auto Compression | |
2896 mode on `load'. | |
2897 (Load Suffixes): New node. | |
2898 (Library Search): Delete description of `load-suffixes'; it was | |
2899 moved to "Load Suffixes". | |
2900 (Autoload, Named Features): Mention `load-suffixes'. | |
2901 | |
2902 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) | |
2903 | |
2904 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos. | |
2905 | |
2906 * windows.texi (Window Tree): Fix typo. | |
2907 | |
2908 2006-02-20 Kim F. Storm <storm@cua.dk> | |
2909 | |
2910 * display.texi (Fringe Indicators): New section. | |
2911 Move indicate-empty-lines, indicate-buffer-boundaries, and | |
2912 default-indicate-buffer-boundaries here. | |
2913 Add fringe-indicator-alist and default-fringes-indicator-alist. | |
2914 Add list of logical fringe indicator symbols. | |
2915 Update list of standard bitmap names. | |
2916 (Fringe Cursors): New section. | |
2917 Move overflow-newline-into-fringe here. | |
2918 Add fringe-cursor-alist and default-fringes-cursor-alist. | |
2919 Add list of fringe cursor symbols. | |
2920 | |
2921 2006-02-20 Juanma Barranquero <lekktu@gmail.com> | |
2922 | |
2923 * commands.texi (Using Interactive): Fix reference to node | |
2924 "Minibuffers". | |
2925 | |
2926 2006-02-19 Richard M. Stallman <rms@gnu.org> | |
2927 | |
2928 * minibuf.texi (High-Level Completion): | |
2929 Add xref to read-input-method-name. | |
2930 | |
2931 * files.texi (Relative File Names): Move file-relative-name here. | |
2932 (File Name Expansion): From here. Minor clarifications. | |
2933 | |
2934 * commands.texi (Using Interactive): Add xrefs about reading input. | |
2935 Clarify remarks about that moving point and mark. | |
2936 Put string case before list case. | |
2937 | |
93309 | 2938 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se> |
84043 | 2939 |
2940 * display.texi (Other Display Specs, Image Descriptors): | |
2941 Revert erroneous changes. The previous description of | |
2942 image-descriptors as `(image . PROPS)' was correct. | |
2943 | |
2944 2006-02-14 Richard M. Stallman <rms@gnu.org> | |
2945 | |
2946 * variables.texi (File Local Variables): Clarifications. | |
2947 | |
2948 2006-02-14 Juanma Barranquero <lekktu@gmail.com> | |
2949 | |
2950 * variables.texi (File Local Variables): Use @code for a cons | |
2951 cell, not @var. | |
2952 | |
2953 2006-02-13 Chong Yidong <cyd@stupidchicken.com> | |
2954 | |
2955 * variables.texi (File Local Variables): Document new file local | |
2956 variable behavior. | |
2957 | |
2958 2006-02-10 Kim F. Storm <storm@cua.dk> | |
2959 | |
2960 * eval.texi (Function Indirection): Add NOERROR to indirect-function. | |
2961 | |
2962 2006-02-08 Juanma Barranquero <lekktu@gmail.com> | |
2963 | |
2964 * modes.texi (%-Constructs): Remove obsolete info about | |
2965 `global-mode-string'. | |
2966 | |
2967 2006-02-07 Richard M. Stallman <rms@gnu.org> | |
2968 | |
2969 * commands.texi (Prefix Command Arguments): Minor cleanup. | |
2970 | |
2971 * display.texi: "Graphical display", not window system. | |
2972 | |
2973 * functions.texi (What Is a Function): Fix xref. | |
2974 | |
2975 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions. | |
2976 (Changing Key Bindings): Clarify when remapping is better than | |
2977 substitute-key-definition. | |
2978 | |
2979 2006-02-02 Richard M. Stallman <rms@gnu.org> | |
2980 | |
2981 * minibuf.texi (Basic Completion): Completion alists are risky. | |
2982 | |
2983 * keymaps.texi (Active Keymaps): Clarifications. | |
2984 (Searching Keymaps): New node. | |
2985 (Keymaps): Update menu. | |
2986 | |
2987 * frames.texi (Layout Parameters): Minor clarification. | |
2988 (Drag and Drop): New node. | |
2989 (Frames): Update menu. | |
2990 | |
2991 2006-01-29 Chong Yidong <cyd@stupidchicken.com> | |
2992 | |
2993 * display.texi (Other Display Specs, Image Descriptors): | |
2994 Image description is a list, not a cons cell. | |
2995 | |
2996 2006-01-28 Luc Teirlinck <teirllm@auburn.edu> | |
2997 | |
2998 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted | |
2999 list is not necessarily a list). | |
3000 | |
3001 2006-01-27 Eli Zaretskii <eliz@gnu.org> | |
3002 | |
3003 * frames.texi (Layout Parameters): border-width and | |
3004 internal-border-width belong to the frame, not the window. | |
3005 | |
3006 2006-01-19 Richard M. Stallman <rms@gnu.org> | |
3007 | |
3008 * nonascii.texi (Translation of Characters): Search cmds use | |
3009 translation-table-for-input. Automatically made local. | |
3010 | |
3011 * markers.texi (Overview of Markers): Count insertion type | |
3012 as one of a marker's attributes. | |
3013 | |
3014 * keymaps.texi (Controlling Active Maps): New node, split out of | |
3015 Active Keymaps. | |
3016 (Keymaps): Menu updated. | |
3017 (Active Keymaps): Give pseudocode to explain how the active | |
3018 maps are searched. current-active-maps and key-binding moved here. | |
3019 (Functions for Key Lookup): current-active-maps and key-binding moved. | |
3020 Clarifications. | |
3021 (Searching the Keymaps): New subnode. | |
3022 | |
3023 * elisp.texi (Top): Menu clarification. | |
3024 | |
3025 * display.texi (Other Display Specs): Delete duplicate entry for | |
3026 just a string as display spec. Move text about recursive display | |
3027 specs on such a string. | |
3028 | |
3029 * commands.texi (Key Sequence Input): Clarify. | |
3030 Move num-nonmacro-input-events out. | |
3031 (Reading One Event): num-nonmacro-input-events moved here. | |
3032 | |
3033 2006-01-14 Nick Roberts <nickrob@snap.net.nz> | |
3034 | |
3035 * advice.texi (Simple Advice): Update example to fit argument | |
3036 change in previous-line. | |
3037 | |
3038 2006-01-05 Richard M. Stallman <rms@gnu.org> | |
3039 | |
3040 * markers.texi (The Mark): Fix in `mark'. | |
3041 | |
3042 2006-01-04 Richard M. Stallman <rms@gnu.org> | |
3043 | |
3044 * processes.texi (Misc Network, Make Network): Minor cleanups. | |
3045 | |
3046 2006-01-04 Kim F. Storm <storm@cua.dk> | |
3047 | |
3048 * processes.texi (Make Network): Add IPv6 addresses and handling. | |
3049 (Network Feature Testing): Mention (:family ipv6). | |
3050 (Misc Network): Add IPv6 formats to format-network-address. | |
3051 | |
3052 2005-12-30 Richard M. Stallman <rms@gnu.org> | |
3053 | |
3054 * text.texi (Changing Properties): | |
3055 Don't use return value of set-text-properties. | |
3056 | |
3057 2005-12-29 Luc Teirlinck <teirllm@auburn.edu> | |
3058 | |
3059 * modes.texi (Mode Line Format): Correct typo in menu. | |
3060 | |
3061 2005-12-29 Richard M. Stallman <rms@gnu.org> | |
3062 | |
3063 * modes.texi (Mode Line Top): New node. | |
3064 (Mode Line Data): Some text moved to new node. | |
3065 Explain the data structure more concretely. | |
3066 (Mode Line Basics): Clarifications. | |
3067 (Mode Line Variables): Clarify intro paragraph. | |
3068 (%-Constructs): Clarify intro paragraph. | |
3069 (Mode Line Format): Update menu. | |
3070 | |
3071 2005-12-28 Luc Teirlinck <teirllm@auburn.edu> | |
3072 | |
3073 * minibuf.texi (Basic Completion): Update lazy-completion-table | |
3074 examples for removal of ARGS argument. | |
3075 | |
3076 2005-12-23 Richard M. Stallman <rms@gnu.org> | |
3077 | |
3078 * text.texi (Undo): Restore some explanation from the version | |
3079 that was deleted. | |
3080 | |
3081 2005-12-23 Eli Zaretskii <eliz@gnu.org> | |
3082 | |
3083 * text.texi (Undo): Remove duplicate descriptions of `apply | |
3084 funname' and `apply delta' elements of the undo list. | |
3085 | |
3086 2005-12-20 Richard M. Stallman <rms@gnu.org> | |
3087 | |
3088 * help.texi (Help Functions): Update documentation of `apropos'. | |
3089 | |
3090 2005-12-20 Luc Teirlinck <teirllm@auburn.edu> | |
3091 | |
3092 * customize.texi (Type Keywords): Delete xref to "Text help-echo", | |
3093 because it is confusing. If the :help-echo keyword is a function, | |
3094 it is not directly used as the :help-echo overlay property, as the | |
3095 xref seems to suggest (it does not take the appropriate args). | |
3096 | |
3097 2005-12-19 Luc Teirlinck <teirllm@auburn.edu> | |
3098 | |
3099 * customize.texi (Common Keywords): Fix Texinfo usage. | |
3100 (Group Definitions, Variable Definitions): Update for new | |
3101 conventions for using `*' in docstrings. | |
3102 | |
3103 * tips.texi (Documentation Tips): Update for new conventions for | |
3104 using `*' in docstrings. | |
3105 | |
3106 2005-12-16 Richard M. Stallman <rms@gnu.org> | |
3107 | |
3108 * minibuf.texi (Minibuffer Contents): Minor cleanup. | |
3109 | |
3110 2005-12-16 Juri Linkov <juri@jurta.org> | |
3111 | |
3112 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents. | |
3113 | |
3114 2005-12-14 Romain Francoise <romain@orebokech.com> | |
3115 | |
3116 * modes.texi (Customizing Keywords): Rename `append' to `how'. | |
3117 Fix typo. | |
3118 | |
3119 2005-12-11 Juri Linkov <juri@jurta.org> | |
3120 | |
3121 * minibuf.texi (Completion Commands): Add mention of read-file-name | |
3122 for filename completion keymaps. | |
3123 (Reading File Names): Add mention of filename completion keymaps | |
3124 for read-file-name and xref to `Completion Commands'. | |
3125 | |
3126 2005-12-10 Richard M. Stallman <rms@gnu.org> | |
3127 | |
3128 * customize.texi (Common Keywords): State caveats for use of :tag. | |
3129 | |
3130 2005-12-08 Richard M. Stallman <rms@gnu.org> | |
3131 | |
3132 * minibuf.texi (Intro to Minibuffers): Replace list of local maps | |
3133 with xrefs and better explanation. | |
3134 (Completion Commands): Add the filename completion maps. | |
3135 | |
3136 * objects.texi (Character Type): Clarify that \s is not space | |
3137 if a dash follows. | |
3138 | |
3139 2005-12-05 Richard M. Stallman <rms@gnu.org> | |
3140 | |
3141 * windows.texi (Resizing Windows): Delete preserve-before args. | |
3142 | |
3143 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
3144 | |
3145 * keymaps.texi (Format of Keymaps): Remove mention of a quirk | |
3146 in full keymaps, since the quirk has been fixed. | |
3147 | |
3148 2005-12-03 Eli Zaretskii <eliz@gnu.org> | |
3149 | |
3150 * hooks.texi (Standard Hooks): Add index entries. Mention | |
3151 `compilation-finish-functions'. | |
3152 | |
3153 2005-11-27 Richard M. Stallman <rms@gnu.org> | |
3154 | |
3155 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge. | |
3156 | |
3157 2005-11-21 Juri Linkov <juri@jurta.org> | |
3158 | |
3159 * customize.texi (Common Keywords): Update links types | |
3160 custom-manual and url-link. Add link types emacs-library-link, | |
3161 file-link, function-link, variable-link, custom-group-link. | |
3162 | |
3163 2005-11-20 Chong Yidong <cyd@stupidchicken.com> | |
3164 | |
3165 * display.texi: Revert 2005-11-20 change. | |
3166 | |
3167 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org> | |
3168 | |
3169 * processes.texi (Bindat Functions): | |
3170 Say "third" to refer to zero-based index "2". | |
3171 | |
3172 2005-11-18 Luc Teirlinck <teirllm@auburn.edu> | |
3173 | |
3174 * loading.texi (Library Search): Update the default value of | |
3175 `load-suffixes'. | |
3176 | |
3177 2005-11-17 Chong Yidong <cyd@stupidchicken.com> | |
3178 | |
3179 * display.texi (Attribute Functions): Mention :ignore-defface. | |
3180 | |
3181 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
3182 | |
3183 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode. | |
3184 (Minor Mode Conventions): Mention the use of a hook. | |
3185 | |
3186 2005-11-06 Richard M. Stallman <rms@gnu.org> | |
3187 | |
3188 * files.texi (Magic File Names): find-file-name-handler checks the | |
3189 `operations' property of the handler. | |
3190 | |
3191 2005-11-03 Richard M. Stallman <rms@gnu.org> | |
3192 | |
3193 * variables.texi (Frame-Local Variables): Small clarification. | |
3194 | |
3195 2005-10-29 Chong Yidong <cyd@stupidchicken.com> | |
3196 | |
3197 * os.texi (Init File): Document ~/.emacs.d/init.el. | |
3198 | |
3199 2005-10-29 Richard M. Stallman <rms@gnu.org> | |
3200 | |
3201 * internals.texi (Garbage Collection): Document memory-full. | |
3202 | |
3203 2005-10-28 Bill Wohler <wohler@newt.com> | |
3204 | |
3205 * tips.texi (Documentation Tips): Help mode now creates hyperlinks | |
3206 for URLs. | |
3207 | |
3208 2005-10-28 Richard M. Stallman <rms@gnu.org> | |
3209 | |
3210 * minibuf.texi (Completion Commands): Clean up prev change. | |
3211 | |
3212 2005-10-26 Kevin Ryde <user42@zip.com.au> | |
3213 | |
3214 * compile.texi (Eval During Compile): Explain recommended uses | |
3215 of eval-when-compile and eval-and-compile. | |
3216 | |
3217 2005-10-27 Masatake YAMATO <jet@gyve.org> | |
3218 | |
3219 * minibuf.texi (Completion Commands): | |
3220 Write about new optional argument for `display-completion-list'. | |
3221 | |
3222 2005-10-23 Richard M. Stallman <rms@gnu.org> | |
3223 | |
3224 * display.texi (Overlay Arrow): Clarify about local bindings of | |
3225 overlay-arrow-position. | |
3226 | |
3227 2005-10-22 Eli Zaretskii <eliz@gnu.org> | |
3228 | |
3229 * internals.texi (Building Emacs): Fix last change. | |
3230 | |
3231 2005-10-22 Richard M. Stallman <rms@gnu.org> | |
3232 | |
3233 * internals.texi (Building Emacs): Document eval-at-startup. | |
3234 | |
3235 2005-10-21 Richard M. Stallman <rms@gnu.org> | |
3236 | |
3237 * loading.texi (Where Defined): load-history contains abs file names. | |
3238 symbol-file returns abs file names. | |
3239 | |
3240 2005-10-19 Kim F. Storm <storm@cua.dk> | |
3241 | |
3242 * display.texi (Showing Images): Add max-image-size integer value. | |
3243 | |
3244 2005-10-18 Chong Yidong <cyd@stupidchicken.com> | |
3245 | |
3246 * display.texi (Showing Images): Document max-image-size. | |
3247 | |
3248 2005-10-17 Richard M. Stallman <rms@gnu.org> | |
3249 | |
3250 * commands.texi (Quitting): Minor clarification. | |
3251 | |
3252 * processes.texi (Sentinels): Clarify about output and quitting. | |
3253 (Filter Functions): Mention with-local-quit. | |
3254 | |
3255 2005-10-17 Juri Linkov <juri@jurta.org> | |
3256 | |
3257 * buffers.texi (Current Buffer): | |
3258 * commands.texi (Event Input Misc): | |
3259 * compile.texi (Eval During Compile, Compiler Errors): | |
3260 * customize.texi (Group Definitions): | |
3261 * display.texi (Progress, Defining Faces): | |
3262 * files.texi (Writing to Files): | |
3263 * modes.texi (Mode Hooks, Defining Minor Modes): | |
3264 * streams.texi (Output Functions): | |
3265 * syntax.texi (Syntax Table Functions): | |
3266 * text.texi (Change Hooks): | |
3267 Replace `...' with `@dots{}' in `@defmac' and `@defspec'. | |
3268 | |
3269 * commands.texi (Quitting): Replace arg `forms' with `body' in | |
3270 `with-local-quit'. | |
3271 | |
3272 * positions.texi (Excursions): Replace arg `forms' with `body' in | |
3273 `save-excursion'. | |
3274 | |
3275 2005-10-08 Kim F. Storm <storm@cua.dk> | |
3276 | |
3277 * windows.texi (Window Tree): Rename window-split-tree to window-tree. | |
3278 Rename manual section accordingly. | |
3279 | |
3280 2005-10-04 Kim F. Storm <storm@cua.dk> | |
3281 | |
3282 * windows.texi (Window Split Tree): New section describing | |
3283 new function window-split-tree function. | |
3284 | |
3285 2005-10-03 Nick Roberts <nickrob@snap.net.nz> | |
3286 | |
3287 * display.texi (Fringe Size/Pos): Simplify and add detail. | |
3288 | |
3289 2005-09-30 Romain Francoise <romain@orebokech.com> | |
3290 | |
3291 * minibuf.texi (High-Level Completion): Explain that the prompt | |
3292 given to `read-buffer' should end with a colon and a space. | |
3293 Update usage examples. | |
3294 | |
3295 2005-09-29 Juri Linkov <juri@jurta.org> | |
3296 | |
3297 * display.texi (Displaying Messages): Rename argument name | |
3298 `string' to `format-string' in functions `message', `message-box', | |
3299 `message-or-box'. | |
3300 | |
3301 2005-09-26 Chong Yidong <cyd@stupidchicken.com> | |
3302 | |
3303 * errors.texi (Standard Errors): Correct xrefs. | |
3304 | |
3305 2005-09-18 Chong Yidong <cyd@stupidchicken.com> | |
3306 | |
3307 * display.texi (Defining Images): Update documentation for | |
3308 `image-load-path'. | |
3309 | |
3310 2005-09-17 Richard M. Stallman <rms@gnu.org> | |
3311 | |
3312 * display.texi (Defining Images): Clean up previous change. | |
3313 | |
3314 2005-09-16 Romain Francoise <romain@orebokech.com> | |
3315 | |
3316 * elisp.texi: Specify GFDL version 1.2. | |
3317 | |
3318 * doclicense.texi (GNU Free Documentation License): Update to | |
3319 version 1.2. | |
3320 | |
3321 2005-09-15 Chong Yidong <cyd@stupidchicken.com> | |
3322 | |
3323 * display.texi (Defining Images): Document `image-load-path'. | |
3324 | |
3325 2005-09-15 Richard M. Stallman <rms@gnu.org> | |
3326 | |
3327 * objects.texi (Printed Representation): Minor cleanup. | |
3328 (Box Diagrams): Minor fix. | |
3329 (Cons Cell Type): Move (...) index item here. | |
3330 (Box Diagrams): From here. | |
3331 (Array Type): Minor fix. | |
3332 (Type Predicates): Delete index "predicates". | |
3333 (Hash Table Type): Clarify xref. | |
3334 (Dotted Pair Notation): Minor fix. | |
3335 | |
3336 2005-09-10 Chong Yidong <cyd@stupidchicken.com> | |
3337 | |
3338 * files.texi (Saving Buffers): Fix typo. | |
3339 | |
3340 2005-09-08 Richard M. Stallman <rms@gnu.org> | |
3341 | |
3342 * tips.texi (Programming Tips): Correct the "default" prompt spec. | |
3343 | |
3344 2005-09-08 Chong Yidong <cyd@stupidchicken.com> | |
3345 | |
3346 * locals.texi (Standard Buffer-Local Variables): Don't include | |
3347 mode variables for minor modes. | |
3348 Fix xrefs for buffer-display-count, buffer-display-table, | |
3349 buffer-offer-save, buffer-saved-size, cache-long-line-scans, | |
3350 enable-multibyte-characters, fill-column, header-line-format, | |
3351 left-fringe-width, left-margin, and right-fringe-width. | |
3352 | |
3353 * hooks.texi (Standard Hooks): All hooks should conform to the | |
3354 standard naming convention now. | |
3355 Fix xref for `echo-area-clear-hook'. | |
3356 | |
3357 * display.texi (Usual Display): Note that indicate-empty-lines and | |
3358 tab-width are buffer-local. | |
3359 | |
3360 * files.texi (Saving Buffers): Add xref to `Killing Buffers'. | |
3361 | |
3362 * modes.texi (Mode Help): Note that major-mode is buffer-local. | |
3363 | |
3364 * nonascii.texi (Encoding and I/O): Note that | |
3365 buffer-file-coding-system is buffer-local. | |
3366 | |
3367 * positions.texi (List Motion): Note that defun-prompt-regexp is | |
3368 buffer-local. | |
3369 | |
3370 * text.texi (Auto Filling): Note that auto-fill-function is | |
3371 buffer-local. | |
3372 (Undo): Note that buffer-undo-list is buffer-local. | |
3373 | |
3374 * windows.texi (Buffers and Windows): Document | |
3375 buffer-display-count. | |
3376 | |
3377 2005-09-06 Richard M. Stallman <rms@gnu.org> | |
3378 | |
3379 * tips.texi (Coding Conventions): Sometimes it is ok to put the | |
3380 package prefix elsewhere than at the start of the name. | |
3381 | |
3382 2005-09-03 Richard M. Stallman <rms@gnu.org> | |
3383 | |
3384 * tips.texi (Programming Tips): Add conventions for minibuffer | |
3385 questions and prompts. | |
3386 | |
3387 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change) | |
3388 | |
3389 * intro.texi (nil and t): Minor cleanup. | |
3390 Delete spurious mention of keyword symbols. | |
3391 (Evaluation Notation): Add index entry. | |
3392 (A Sample Function Description): Minor cleanup. | |
3393 (A Sample Variable Description): Not all vars can be set. | |
3394 | |
3395 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org> | |
3396 | |
3397 * text.texi (Buffer Contents): Use "\n" in examples' result strings. | |
3398 | |
3399 (Insertion): Document precise type of `insert-char' arg COUNT. | |
3400 | |
3401 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
3402 | |
3403 * modes.texi (Other Font Lock Variables): Sync the default of | |
3404 font-lock-lines-before. | |
3405 | |
3406 2005-08-31 Michael Albinus <michael.albinus@gmx.de> | |
3407 | |
3408 * files.texi (Magic File Names): Add `make-auto-save-file-name'. | |
3409 | |
3410 2005-08-29 Richard M. Stallman <rms@gnu.org> | |
3411 | |
3412 * elisp.texi (Top): Update subnode menu. | |
3413 | |
3414 * searching.texi (Searching and Matching): Move node. | |
3415 Rearrange contents and add overall explanation. | |
3416 (Searching and Case): Move node. | |
3417 (Searching and Matching): Update menu. | |
3418 | |
3419 2005-08-27 Eli Zaretskii <eliz@gnu.org> | |
3420 | |
3421 * os.texi (Startup Summary): Fix the description of the initial | |
3422 startup message display. | |
3423 | |
3424 2005-08-25 Richard M. Stallman <rms@gnu.org> | |
3425 | |
3426 * searching.texi (Search and Replace): Add replace-regexp-in-string. | |
3427 | |
3428 2005-08-25 Emilio C. Lopes <eclig@gmx.net> | |
3429 | |
3430 * display.texi (Finding Overlays): Fix `find-overlay-prop' in | |
3431 `next-overlay-change' example. | |
3432 | |
3433 2005-08-22 Juri Linkov <juri@jurta.org> | |
3434 | |
3435 * display.texi (Attribute Functions): Add set-face-inverse-video-p. | |
3436 Fix invert-face. Fix args of face-background. | |
3437 | |
3438 * display.texi (Standard Faces): Delete node. | |
3439 (Faces): Add xref to `(emacs)Standard Faces'. | |
3440 (Displaying Faces): Fix xref to `Standard Faces'. | |
3441 | |
3442 * modes.texi (Mode Line Data): Fix xref to Standard Faces. | |
3443 | |
3444 2005-08-20 Alan Mackenzie <acm@muc.de> | |
3445 | |
3446 * buffers.texi (The Buffer List): Clarify the manipulation of the | |
3447 buffer list. | |
3448 | |
3449 2005-08-14 Richard M. Stallman <rms@gnu.org> | |
3450 | |
3451 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not | |
3452 a regexp. | |
3453 | |
3454 2005-08-11 Richard M. Stallman <rms@gnu.org> | |
3455 | |
3456 * elisp.texi (Top): Update subnode lists. | |
3457 | |
3458 * display.texi (Inverse Video): Node deleted. | |
3459 | |
3460 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips): | |
3461 New nodes split out of Coding Conventions. | |
3462 | |
3463 * searching.texi (Regular Expressions): Document re-builder. | |
3464 | |
3465 * os.texi (Time Parsing): New node split out of Time Conversion. | |
3466 | |
3467 * processes.texi (Misc Network, Network Feature Testing) | |
3468 (Network Options, Make Network): New nodes split out of | |
3469 Low-Level Network. | |
3470 | |
3471 2005-08-09 Richard M. Stallman <rms@gnu.org> | |
3472 | |
3473 * frames.texi (Geometry): New node, split from Size and Position. | |
3474 (Frame Parameters): Refer to Geometry. | |
3475 | |
3476 * buffers.texi (The Buffer List): Fix xrefs. | |
3477 | |
3478 * windows.texi (Splitting Windows): Fix xref. | |
3479 | |
3480 * frames.texi (Layout Parameters): Add xref. | |
3481 | |
3482 * display.texi (Line Height, Scroll Bars): Fix xrefs. | |
3483 | |
3484 * keymaps.texi (Menu Bar): Fix xref. | |
3485 | |
3486 * locals.texi (Standard Buffer-Local Variables): Fix xref. | |
3487 | |
3488 * modes.texi (%-Constructs): Fix xref. | |
3489 | |
3490 * frames.texi (Window Frame Parameters): Node split up. | |
3491 (Basic Parameters, Position Parameters, Size Parameters) | |
3492 (Layout Parameters, Buffer Parameters, Management Parameters) | |
3493 (Cursor Parameters, Color Parameters): New subnodes. | |
3494 | |
3495 2005-08-09 Luc Teirlinck <teirllm@auburn.edu> | |
3496 | |
3497 * positions.texi (Screen Lines): Update xref for previous change | |
3498 in minibuf.texi. | |
3499 | |
3500 * minibuf.texi (Intro to Minibuffers): Update pxref for previous | |
3501 change in minibuf.texi. | |
3502 | |
3503 2005-08-09 Richard M. Stallman <rms@gnu.org> | |
3504 | |
3505 * tips.texi (Coding Conventions): Minor cleanup. | |
3506 | |
3507 * modes.texi (Defining Minor Modes): Explain when init-value | |
3508 can be non-nil. | |
3509 | |
3510 * elisp.texi (Top): Update submenu for Minibuffer. | |
3511 | |
3512 * minibuf.texi (Minibuffer Misc): Node split up. | |
3513 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents) | |
3514 (Recursive Mini): New nodes split out from Minibuffer Misc. | |
3515 (Minibuffer Misc): Document max-mini-window-height. | |
3516 | |
3517 * hash.texi (Defining Hash): Delete stray paren in example. | |
3518 | |
3519 * display.texi (Echo Area Customization): Don't define | |
3520 max-mini-window-height here; xref instead. | |
3521 | |
3522 * commands.texi (Event Input Misc): Update while-no-input. | |
3523 | |
3524 * advice.texi (Advising Functions): Explain when to use advice | |
3525 and when to use a hook. | |
3526 | |
3527 2005-07-30 Eli Zaretskii <eliz@gnu.org> | |
3528 | |
3529 * makefile.w32-in (info): Don't run install-info. | |
3530 ($(infodir)/dir): New target, produced by running install-info. | |
3531 | |
3532 2005-07-27 Luc Teirlinck <teirllm@auburn.edu> | |
3533 | |
3534 * modes.texi (Defining Minor Modes): The keyword for the initial | |
3535 value is :init-value, not :initial-value. | |
3536 | |
3537 2005-07-23 Eli Zaretskii <eliz@gnu.org> | |
3538 | |
3539 * loading.texi (Autoload): Make the `doctor' example be consistent | |
3540 with what's in current loaddefs.el. Describe the "fn" magic in | |
3541 the usage portion of the doc string. | |
3542 | |
3543 2005-07-22 Richard M. Stallman <rms@gnu.org> | |
3544 | |
3545 * internals.texi (Garbage Collection): Clarify previous change. | |
3546 | |
3547 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
3548 | |
3549 * internals.texi (Garbage Collection): Add gc-cons-percentage. | |
3550 | |
3551 2005-07-18 Juri Linkov <juri@jurta.org> | |
3552 | |
3553 * commands.texi (Accessing Events): | |
3554 * frames.texi (Text Terminal Colors, Resources): | |
3555 * markers.texi (The Mark): | |
3556 * modes.texi (Defining Minor Modes): | |
3557 Delete duplicate duplicate words. | |
3558 | |
3559 2005-07-16 Richard M. Stallman <rms@gnu.org> | |
3560 | |
3561 * display.texi (Managing Overlays): Clarify make-overlay | |
3562 args for insertion types. | |
3563 | |
3564 2005-07-13 Luc Teirlinck <teirllm@auburn.edu> | |
3565 | |
3566 * customize.texi (Variable Definitions): | |
3567 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'. | |
3568 `standard-value' is a list too. | |
3569 (Defining New Types): Use @key{RET} instead of @key{ret}. | |
3570 | |
3571 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change) | |
3572 | |
3573 * os.texi (Translating Input): Fix typo. | |
3574 | |
3575 2005-07-08 Richard M. Stallman <rms@gnu.org> | |
3576 | |
3577 * README: Update edition number and size estimate. | |
3578 | |
3579 * elisp.texi (VERSION): Set to 2.9. | |
3580 | |
3581 2005-07-07 Richard M. Stallman <rms@gnu.org> | |
3582 | |
3583 * book-spine.texinfo: Update Emacs version. | |
3584 | |
3585 * display.texi (Inverse Video): Delete mode-line-inverse-video. | |
3586 | |
3587 2005-07-06 Richard M. Stallman <rms@gnu.org> | |
3588 | |
3589 * searching.texi (Regexp Search): Clarify what re-search-forward | |
3590 does when the search fails. | |
3591 | |
3592 2005-07-05 Lute Kamstra <lute@gnu.org> | |
3593 | |
3594 * Update FSF's address in GPL notices. | |
3595 | |
3596 * doclicense.texi (GNU Free Documentation License): | |
3597 * gpl.texi (GPL): | |
3598 * tips.texi (Coding Conventions, Library Headers): | |
3599 * vol1.texi: | |
3600 * vol2.texi: Update FSF's address. | |
3601 | |
3602 2005-07-04 Richard M. Stallman <rms@gnu.org> | |
3603 | |
3604 * hooks.texi (Standard Hooks): Add occur-hook. | |
3605 | |
3606 2005-07-03 Luc Teirlinck <teirllm@auburn.edu> | |
3607 | |
3608 * display.texi (The Echo Area): Correct menu. | |
3609 | |
3610 2005-07-03 Richard M. Stallman <rms@gnu.org> | |
3611 | |
3612 * elisp.texi (Top): Update subnode menu for Display. | |
3613 | |
3614 * display.texi (Displaying Messages): New node, with most | |
3615 of what was in The Echo Area. | |
3616 (Progress): Moved under The Echo Area. | |
3617 (Logging Messages): New node with new text. | |
3618 (Echo Area Customization): New node, the rest of what was | |
3619 in The Echo Area. Document message-truncate-lines with @defvar. | |
3620 (Display): Update menu. | |
3621 | |
3622 * windows.texi (Textual Scrolling): Doc 3 values for | |
3623 scroll-preserve-screen-position. | |
3624 | |
3625 * text.texi (Special Properties): Change hook functions | |
3626 should bind inhibit-modification-hooks around altering buffer text. | |
3627 | |
3628 * keymaps.texi (Key Binding Commands): Call binding BINDING | |
3629 rather than DEFINITION. | |
3630 | |
3631 2005-06-29 Juanma Barranquero <lekktu@gmail.com> | |
3632 | |
3633 * variables.texi (Defining Variables): `user-variable-p' returns t | |
3634 for aliases of user options, nil for alias loops. | |
3635 | |
3636 2005-06-28 Richard M. Stallman <rms@gnu.org> | |
3637 | |
3638 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before | |
3639 make-keymap. | |
3640 | |
3641 2005-06-27 Luc Teirlinck <teirllm@auburn.edu> | |
3642 | |
3643 * variables.texi (Setting Variables): Correct and clarify | |
3644 description of `add-to-ordered-list'. | |
3645 | |
3646 2005-06-26 Richard M. Stallman <rms@gnu.org> | |
3647 | |
3648 * display.texi (Faces): Minor cleanup. | |
3649 | |
3650 2005-06-25 Luc Teirlinck <teirllm@auburn.edu> | |
3651 | |
3652 * display.texi (Faces): `facep' returns t for strings that are | |
3653 face names. | |
3654 | |
3655 2005-06-25 Richard M. Stallman <rms@gnu.org> | |
3656 | |
3657 * objects.texi (Equality Predicates): Clarify meaning of equal. | |
3658 | |
3659 * windows.texi (Selecting Windows): save-selected-window | |
3660 and with-selected-window save and restore the current buffer. | |
3661 | |
3662 2005-06-24 Richard M. Stallman <rms@gnu.org> | |
3663 | |
3664 * numbers.texi (Float Basics): Explain how to test for NaN, | |
3665 and printing the sign of NaNs. | |
3666 | |
3667 2005-06-24 Eli Zaretskii <eliz@gnu.org> | |
3668 | |
3669 * makefile.w32-in (MAKEINFO): Use --force. | |
3670 | |
3671 2005-06-23 Richard M. Stallman <rms@gnu.org> | |
3672 | |
3673 * display.texi (Face Functions): Correct Texinfo usage. | |
3674 | |
3675 2005-06-23 Luc Teirlinck <teirllm@auburn.edu> | |
3676 | |
3677 * lists.texi (Rings): `ring-elements' now returns the elements of | |
3678 RING in order. | |
3679 | |
3680 2005-06-23 Juanma Barranquero <lekktu@gmail.com> | |
3681 | |
3682 * markers.texi (The Mark): Texinfo usage fix. | |
3683 | |
3684 2005-06-23 Kim F. Storm <storm@cua.dk> | |
3685 | |
3686 * searching.texi (Entire Match Data): Remove evaporate option for | |
3687 match-data. Do not mention evaporate option for set-match-data. | |
3688 | |
3689 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk> | |
3690 | |
3691 * display.texi (Face Functions): Mention face aliases. | |
3692 | |
3693 2005-06-21 Richard M. Stallman <rms@gnu.org> | |
3694 | |
3695 * anti.texi (Antinews): Texinfo usage fix. | |
3696 | |
3697 2005-06-21 Karl Berry <karl@gnu.org> | |
3698 | |
3699 * elisp.texi: Use @copying. | |
3700 | |
3701 * elisp.texi: Put @summarycontents and @contents before the Top | |
3702 node, instead of the end of the file, so that the contents appear | |
3703 in the right place in the dvi/pdf output. | |
3704 | |
3705 2005-06-21 Juri Linkov <juri@jurta.org> | |
3706 | |
3707 * display.texi (Defining Faces): Add `customized-face'. | |
3708 | |
3709 2005-06-20 Kim F. Storm <storm@cua.dk> | |
3710 | |
3711 * variables.texi (Setting Variables): Any type of element can be | |
3712 given order in add-to-ordered-list. Compare elements with eq. | |
3713 | |
3714 * lists.texi (Rearrangement): Sort predicate may just return non-nil. | |
3715 | |
3716 2005-06-20 Karl Berry <karl@gnu.org> | |
3717 | |
3718 * syntax.texi (Syntax Flags): Make last column very slightly wider | |
3719 to avoid "generic comment" breaking on two lines and causing an | |
3720 underfull box. | |
3721 | |
3722 2005-06-19 Luc Teirlinck <teirllm@auburn.edu> | |
3723 | |
3724 * lists.texi (Rings): Various minor clarifications and corrections. | |
3725 | |
3726 2005-06-18 Richard M. Stallman <rms@gnu.org> | |
3727 | |
3728 * functions.texi (Obsolete Functions): Simplify. | |
3729 | |
3730 * variables.texi (Variable Aliases): Simplify. | |
3731 | |
3732 * anti.texi, backups.texi, compile.texi, customization.texi: | |
3733 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi: | |
3734 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi: | |
3735 * os.texi, processes.texi, searching.texi, strings.texi, text.texi: | |
3736 * variables.texi: Fix formatting ugliness. | |
3737 | |
3738 * elisp.texi: Add links to Rings and Byte Packing. | |
3739 Update version and copyright years. | |
3740 | |
3741 * minibuf.texi: Fix formatting ugliness. | |
3742 (Completion Commands): Move keymap vars to the end | |
3743 and vars completing-read binds to the top. | |
3744 | |
3745 2005-06-17 Luc Teirlinck <teirllm@auburn.edu> | |
3746 | |
3747 * processes.texi: Fix typos. | |
3748 (Bindat Spec): Correct Texinfo error. | |
3749 (Byte Packing): Fix ungrammatical sentence. | |
3750 | |
3751 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org> | |
3752 | |
3753 * lists.texi (Rings): New node. | |
3754 (Lists): Add it to menu. | |
3755 | |
3756 * processes.texi (Byte Packing): New node. | |
3757 (Processes): Add it to menu. | |
3758 | |
3759 2005-06-17 Richard M. Stallman <rms@gnu.org> | |
3760 | |
3761 * syntax.texi (Parsing Expressions): Fix texinfo usage. | |
3762 | |
3763 * help.texi (Documentation Basics): Explain the xref to | |
3764 Documentation Tips. | |
3765 | |
3766 * debugging.texi (Debugger Commands): Minor fix. | |
3767 | |
3768 2005-06-16 Luc Teirlinck <teirllm@auburn.edu> | |
3769 | |
3770 * edebug.texi (Instrumenting): Eliminate duplicate link. | |
3771 (Specification List): Replace references to "below", referring to | |
3772 a later node, with one @ref to that node. | |
3773 | |
3774 * os.texi (Timers): Timers should save and restore the match data | |
3775 if they change it. | |
3776 | |
3777 * debugging.texi (Debugger Commands): Mention that the Lisp | |
3778 debugger can not step through primitive functions. | |
3779 | |
3780 2005-06-16 Juanma Barranquero <lekktu@gmail.com> | |
3781 | |
3782 * functions.texi (Obsolete Functions): Update argument names of | |
3783 `make-obsolete' and `define-obsolete-function-alias'. | |
3784 | |
3785 * variables.texi (Variable Aliases): Update argument names of | |
3786 `defvaralias', `make-obsolete-variable' and | |
3787 `define-obsolete-variable-alias'. | |
3788 | |
3789 2005-06-15 Kim F. Storm <storm@cua.dk> | |
3790 | |
3791 * searching.texi (Entire Match Data): Rephrase warnings about | |
3792 evaporate arg to match-data and set-match-data. | |
3793 | |
3794 2005-06-14 Luc Teirlinck <teirllm@auburn.edu> | |
3795 | |
3796 * elisp.texi (Top): Update detailed menu. | |
3797 | |
3798 * edebug.texi (Edebug): Update menu. | |
3799 (Instrumenting): Update xrefs. | |
3800 (Edebug Execution Modes): Correct xref. | |
3801 (Jumping): Clarify description of `h' command. | |
3802 Eliminate redundant @ref. | |
3803 (Breaks): New node. | |
3804 (Breakpoints): Is now a subsubsection. | |
3805 (Global Break Condition): Mention `C-x X X'. | |
3806 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'. | |
3807 (Trace Buffer): Clarify STRING arg of `edebug-tracing'. | |
3808 (Edebug Display Update): Correct pxref. | |
3809 (Edebug and Macros): New node. | |
3810 (Instrumenting Macro Calls): Is now a subsubsection. | |
3811 Neither arg of `def-edebug-spec' is evaluated. | |
3812 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'. | |
3813 (Specification Examples): Fix typo. | |
3814 | |
3815 2005-06-14 Lute Kamstra <lute@gnu.org> | |
3816 | |
3817 * debugging.texi (Function Debugging): Primitives can break on | |
3818 entry too. | |
3819 | |
3820 2005-06-14 Kim F. Storm <storm@cua.dk> | |
3821 | |
3822 * variables.texi (Setting Variables): Add add-to-ordered-list. | |
3823 | |
3824 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
3825 | |
3826 * syntax.texi (Parsing Expressions): Document aux functions and vars of | |
3827 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function. | |
3828 | |
3829 2005-06-13 Lute Kamstra <lute@gnu.org> | |
3830 | |
3831 * text.texi (Special Properties): Fix cross reference. | |
3832 | |
3833 2005-06-11 Luc Teirlinck <teirllm@auburn.edu> | |
3834 | |
3835 * debugging.texi (Function Debugging): Delete mention of empty | |
3836 string argument to `cancel-debug-on-entry'. Delete inaccurate | |
3837 description of the return value of that command. | |
3838 | |
3839 2005-06-11 Alan Mackenzie <acm@muc.de> | |
3840 | |
3841 * text.texi (Adaptive Fill): Amplify the description of | |
3842 fill-context-prefix. | |
3843 | |
3844 2005-06-10 Luc Teirlinck <teirllm@auburn.edu> | |
3845 | |
3846 * syntax.texi (Parsing Expressions): Fix Texinfo error. | |
3847 | |
3848 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
3849 | |
3850 * syntax.texi (Parsing Expressions): Document syntax-ppss. | |
3851 | |
3852 2005-06-10 Luc Teirlinck <teirllm@auburn.edu> | |
3853 | |
3854 * debugging.texi (Error Debugging): Minor rewording. | |
3855 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry' | |
3856 is optional. | |
3857 | |
3858 2005-06-10 Lute Kamstra <lute@gnu.org> | |
3859 | |
3860 * elisp.texi: Use EMACSVER to refer to the current version of Emacs. | |
3861 (Top): Give it a title. Correct version number. Give the | |
3862 detailed node listing a more prominent header. | |
3863 * intro.texi: Don't set VERSION here a second time. | |
3864 Mention Emacs's version too. | |
3865 * anti.texi (Antinews): Use EMACSVER to refer to the current | |
3866 version of Emacs. | |
3867 | |
3868 2005-06-09 Kim F. Storm <storm@cua.dk> | |
3869 | |
3870 * searching.texi (Entire Match Data): Explain new `reseat' argument to | |
3871 match-data and set-match-data. | |
3872 | |
3873 2005-06-08 Richard M. Stallman <rms@gnu.org> | |
3874 | |
3875 * searching.texi (Entire Match Data): Clarify when match-data | |
3876 returns markers and when integers. | |
3877 | |
3878 * display.texi (Defining Faces): Explain that face name should not | |
3879 end in `-face'. | |
3880 | |
3881 * modes.texi (Mode Line Data): Minor cleanup. | |
3882 (Customizing Keywords): Node split out of Search-based Fontification. | |
3883 Add example of using font-lock-add-keywords from a hook. | |
3884 Clarify when MODE should be non-nil, and when nil. | |
3885 | |
3886 2005-06-06 Richard M. Stallman <rms@gnu.org> | |
3887 | |
3888 * modes.texi (Mode Line Data): Explain what happens when the car | |
3889 of a list is a void symbol. | |
3890 (Search-based Fontification): Explain MODE arg to | |
3891 font-lock-add-keywords and warn about calls from major modes. | |
3892 | |
3893 2005-06-08 Juri Linkov <juri@jurta.org> | |
3894 | |
3895 * display.texi (Standard Faces): Add `shadow' face. | |
3896 | |
3897 2005-05-29 Luc Teirlinck <teirllm@auburn.edu> | |
3898 | |
3899 * modes.texi (Major Mode Conventions): A derived mode only needs | |
3900 to put the call to the parent mode inside `delay-mode-hooks'. | |
3901 | |
3902 2005-05-29 Richard M. Stallman <rms@gnu.org> | |
3903 | |
3904 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is | |
3905 new, and what that implies. Clarify. | |
3906 | |
3907 * files.texi (Locating Files): Clean up the text. | |
3908 | |
3909 * frames.texi (Window Frame Parameters): Document user-size. | |
3910 Shorten entry for top by referring to left. | |
3911 | |
3912 2005-05-26 Richard M. Stallman <rms@gnu.org> | |
3913 | |
3914 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook | |
3915 is new, and what the implications are. Other clarifications. | |
3916 | |
3917 2005-05-24 Richard M. Stallman <rms@gnu.org> | |
3918 | |
3919 * frames.texi (Dialog Boxes): Minor fixes. | |
3920 | |
3921 2005-05-25 Masatake YAMATO <jet@gyve.org> | |
3922 | |
3923 * display.texi (Standard Faces): Write about `mode-line-highlight'. | |
3924 | |
3925 2005-05-24 Luc Teirlinck <teirllm@auburn.edu> | |
3926 | |
3927 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog' | |
3928 is optional. | |
3929 | |
3930 2005-05-24 Nick Roberts <nickrob@snap.net.nz> | |
3931 | |
98317 | 3932 * frames.texi (Dialog Boxes): Describe new optional argument. |
84043 | 3933 |
3934 2005-05-23 Lute Kamstra <lute@gnu.org> | |
3935 | |
3936 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend | |
3937 syntax-begin-function over font-lock-beginning-of-syntax-function. | |
3938 | |
3939 2005-05-21 Luc Teirlinck <teirllm@auburn.edu> | |
3940 | |
3941 * minibuf.texi (Reading File Names): Update description of | |
3942 `read-directory-name'. | |
3943 | |
3944 * modes.texi (Derived Modes): Clarify :group keyword. | |
3945 | |
3946 2005-05-21 Eli Zaretskii <eliz@gnu.org> | |
3947 | |
3948 * files.texi (Locating Files): New subsection. | |
3949 Describe locate-file and executable-find. | |
3950 | |
3951 2005-05-21 Kevin Ryde <user42@zip.com.au> | |
3952 | |
3953 * frames.texi (Initial Parameters): Update cross reference to | |
3954 "Emacs Invocation". | |
3955 | |
3956 2005-05-19 Luc Teirlinck <teirllm@auburn.edu> | |
3957 | |
3958 * keymaps.texi (Active Keymaps): Add anchor. | |
3959 | |
3960 * modes.texi (Hooks): Delete confusing and unnecessary sentence. | |
3961 (Major Mode Conventions): Refer to `Auto Major Mode' in more | |
3962 appropriate place. | |
3963 (Derived Modes): Small clarifications. | |
3964 (Minor Mode Conventions, Keymaps and Minor Modes): | |
3965 Replace references to nodes with references to anchors. | |
3966 (Mode Line Data): Warn that `(:eval FORM)' should not load any files. | |
3967 Clarify description of lists whose first element is an integer. | |
3968 (Mode Line Variables): Add anchor. | |
3969 (%-Constructs): Clarify description of integer after %. | |
3970 (Emulating Mode Line): Describe nil value for FACE. | |
3971 | |
3972 2005-05-18 Luc Teirlinck <teirllm@auburn.edu> | |
3973 | |
3974 * modes.texi (Derived Modes): Correct references to non-existing | |
3975 variable standard-syntax-table. | |
3976 | |
3977 2005-05-17 Lute Kamstra <lute@gnu.org> | |
3978 | |
3979 * modes.texi (Defining Minor Modes): Mention the mode hook. | |
3980 | |
3981 2005-05-15 Kim F. Storm <storm@cua.dk> | |
3982 | |
3983 * processes.texi (Network): Remove open-network-stream-nowait. | |
3984 (Network Servers): Remove open-network-stream-server. | |
3985 | |
3986 2005-05-15 Luc Teirlinck <teirllm@auburn.edu> | |
3987 | |
3988 * elisp.texi (Top): Update detailed menu. | |
3989 | |
3990 * variables.texi: Reorder nodes. | |
3991 (Variables): Update menu. | |
3992 (File Local Variables): Do not refer to the `-*-' line as | |
3993 a "local variables list". Add pxref. | |
3994 | |
3995 2005-05-14 Luc Teirlinck <teirllm@auburn.edu> | |
3996 | |
3997 * elisp.texi (Top): Update detailed menu for node changes. | |
3998 | |
3999 * modes.texi (Modes): Update Menu. | |
4000 (Hooks): Move to beginning of chapter. | |
4001 Most minor modes run mode hooks too. | |
4002 `add-hook' can handle void hooks or hooks whose value is a single | |
4003 function. | |
4004 (Major Modes): Update Menu. | |
4005 (Major Mode Basics): New node, split off from `Major Modes'. | |
4006 (Major Mode Conventions): Correct xref. Explain how to handle | |
4007 auto-mode-alist if the major mode command has an autoload cookie. | |
4008 (Auto Major Mode): Major update. Add magic-mode-alist. | |
4009 (Derived Modes): Major update. | |
4010 (Mode Line Format): Update Menu. | |
4011 (Mode Line Basics): New node, split off from `Mode Line Format'. | |
4012 | |
4013 * loading.texi (Autoload): Mention `autoload cookie' as synonym | |
4014 for `magic autoload comment'. Add index entries and anchor. | |
4015 | |
4016 2005-05-14 Richard M. Stallman <rms@gnu.org> | |
4017 | |
4018 * tips.texi (Coding Conventions): Explain how important it is | |
4019 that just loading certain files not change Emacs behavior. | |
4020 | |
4021 * modes.texi (Defining Minor Modes): Define define-global-minor-mode. | |
4022 | |
4023 2005-05-12 Lute Kamstra <lute@gnu.org> | |
4024 | |
4025 * modes.texi (Generic Modes): Update. | |
4026 (Major Modes): Refer to node "Generic Modes". | |
4027 | |
4028 * elisp.texi (Top): Update to the current structure of the manual. | |
4029 * processes.texi (Processes): Add menu description. | |
4030 * customize.texi (Customization): Add menu descriptions. | |
4031 | |
4032 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org> | |
4033 | |
4034 * processes.texi (Signals to Processes) | |
4035 (Low-Level Network): Fix typos. | |
4036 | |
4037 2005-05-11 Lute Kamstra <lute@gnu.org> | |
4038 | |
4039 * elisp.texi (Top): Add some nodes from the chapter "Major and | |
4040 Minor Modes" to the detailed node listing. | |
4041 | |
4042 2005-05-10 Richard M. Stallman <rms@gnu.org> | |
4043 | |
4044 * keymaps.texi (Extended Menu Items): Menu item filter functions | |
4045 can be called at any time. | |
4046 | |
4047 2005-05-08 Luc Teirlinck <teirllm@auburn.edu> | |
4048 | |
4049 * variables.texi (File Local Variables): `(hack-local-variables t)' | |
4050 now also checks whether a mode is specified in the local variables | |
4051 list. | |
4052 | |
4053 2005-05-05 Kevin Ryde <user42@zip.com.au> | |
4054 | |
4055 * display.texi (The Echo Area): Correct format function cross | |
4056 reference. | |
4057 | |
4058 2005-05-05 Luc Teirlinck <teirllm@auburn.edu> | |
4059 | |
4060 * variables.texi (Variable Aliases): Change description of | |
4061 `define-obsolete-variable-alias'. | |
4062 | |
4063 * functions.texi (Functions): Add "Obsolete Functions" to menu. | |
4064 (Defining Functions): Add xref. | |
4065 (Obsolete Functions): New node. | |
4066 (Function Safety): Standardize capitalization of section title. | |
4067 | |
4068 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'. | |
4069 (Dialog Boxes): Complete description of `x-popup-dialog'. | |
4070 | |
4071 2005-05-04 Richard M. Stallman <rms@gnu.org> | |
4072 | |
4073 * commands.texi (Interactive Codes): Fix Texinfo usage. | |
4074 Document U more clearly. | |
4075 | |
4076 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> | |
4077 | |
4078 * variables.texi (Variable Aliases): `make-obsolete-variable' is a | |
4079 function and not a macro. | |
4080 | |
4081 * frames.texi (Pop-Up Menus): Correct and clarify description of | |
4082 `x-popup-menu'. | |
4083 (Dialog Boxes): Clarify description of `x-popup-dialog'. | |
4084 | |
4085 2005-05-01 Richard M. Stallman <rms@gnu.org> | |
4086 | |
4087 * edebug.texi (Checking Whether to Stop): Fix previous change. | |
4088 | |
4089 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> | |
4090 | |
4091 * display.texi: Fix typos and Texinfo usage. | |
4092 | |
4093 * edebug.texi (Checking Whether to Stop): executing-macro -> | |
4094 executing-kbd-macro. | |
4095 | |
4096 2005-05-01 Richard M. Stallman <rms@gnu.org> | |
4097 | |
4098 * display.texi (Invisible Text): Correct add-to-invisibility-spec. | |
4099 | |
4100 2005-04-30 Richard M. Stallman <rms@gnu.org> | |
4101 | |
4102 * files.texi (Magic File Names): Document `operations' property. | |
4103 | |
4104 2005-04-29 Lute Kamstra <lute@gnu.org> | |
4105 | |
4106 * modes.texi (Generic Modes): New node. | |
4107 (Major Modes): Add it to the menu. | |
4108 (Derived Modes): Add "derived mode" to concept index. | |
4109 | |
4110 2005-04-28 Lute Kamstra <lute@gnu.org> | |
4111 | |
4112 * modes.texi (Defining Minor Modes): Fix previous change. | |
4113 (Font Lock Mode): Simplify. | |
4114 (Font Lock Basics): Say that font-lock-defaults is buffer-local | |
4115 when set and that some parts are optional. Add cross references. | |
4116 (Search-based Fontification): Say how to specify font-lock-keywords. | |
4117 Add cross references. Add font-lock-multiline to index. | |
4118 Move font-lock-keywords-case-fold-search here from node "Other Font | |
4119 Lock Variables". Document font-lock-add-keywords and | |
4120 font-lock-remove-keywords. | |
4121 (Other Font Lock Variables): Move font-lock-keywords-only, | |
4122 font-lock-syntax-table, font-lock-beginning-of-syntax-function, | |
4123 and font-lock-syntactic-face-function to node "Syntactic Font | |
4124 Lock". Move font-lock-keywords-case-fold-search to node | |
4125 "Search-based Fontification". Document font-lock-inhibit-thing-lock | |
4126 and font-lock-{,un}fontify-{buffer,region}-function. | |
4127 (Precalculated Fontification): Remove reference to deleted variable | |
4128 font-lock-core-only. | |
4129 (Faces for Font Lock): Add font-lock-comment-delimiter-face. | |
4130 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only, | |
4131 font-lock-syntax-table, font-lock-beginning-of-syntax-function, | |
4132 and font-lock-syntactic-face-function here from node "Other Font | |
4133 Lock Variables". Move font-lock-syntactic-keywords to "Setting | |
4134 Syntax Properties". Add cross references. | |
4135 (Setting Syntax Properties): New node. | |
4136 Move font-lock-syntactic-keywords here from "Syntactic Font Lock". | |
4137 * syntax.texi (Syntax Properties): Add cross reference. | |
4138 * hooks.texi (Standard Hooks): Add Font-Lock hooks. | |
4139 | |
4140 2005-04-26 Richard M. Stallman <rms@gnu.org> | |
4141 | |
4142 * display.texi (Defining Faces): | |
4143 Document `default' elements of defface spec. | |
4144 | |
4145 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode. | |
4146 | |
4147 * variables.texi (Variable Aliases): Clarify text. | |
4148 | |
4149 2005-04-25 Chong Yidong <cyd@stupidchicken.com> | |
4150 | |
4151 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock. | |
4152 | |
4153 2005-04-25 Luc Teirlinck <teirllm@auburn.edu> | |
4154 | |
4155 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too. | |
4156 | |
4157 2005-04-24 Eli Zaretskii <eliz@gnu.org> | |
4158 | |
4159 * syntax.texi (Syntax Table Internals): Elaborate documentation of | |
4160 syntax-after and syntax-class. | |
4161 | |
4162 * files.texi (Changing Files): Fix last change's cross-reference. | |
4163 (Unique File Names): Don't mention "numbers" in the documentation | |
4164 of make-temp-file and make-temp-name. | |
4165 | |
4166 2005-04-23 Richard M. Stallman <rms@gnu.org> | |
4167 | |
4168 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file. | |
4169 | |
4170 2005-04-22 Nick Roberts <nickrob@snap.net.nz> | |
4171 | |
4172 * windows.texi (Cyclic Window Ordering): Clarify window-list. | |
4173 | |
4174 2005-04-22 Nick Roberts <nickrob@snap.net.nz> | |
4175 | |
4176 * variables.texi (Variable Aliases): Describe make-obsolete-variable | |
4177 and define-obsolete-variable-alias. | |
4178 | |
4179 2005-04-22 Kim F. Storm <storm@cua.dk> | |
4180 | |
4181 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe. | |
4182 (Other Plists): Remove safe-plist-get, as plist-get is now safe. | |
4183 | |
4184 2005-04-21 Lute Kamstra <lute@gnu.org> | |
4185 | |
4186 * lists.texi (Association Lists): Document rassq-delete-all. | |
4187 | |
4188 2005-04-19 Richard M. Stallman <rms@gnu.org> | |
4189 | |
4190 * modes.texi (Search-based Fontification): Explain that | |
4191 facespec is an expression to be evaluated. | |
4192 | |
4193 2005-04-19 Kevin Ryde <user42@zip.com.au> | |
4194 | |
4195 * streams.texi (Output Functions): Fix xref. | |
4196 * strings.texi (String Conversion): Fix xref. | |
4197 | |
4198 2005-04-19 Kim F. Storm <storm@cua.dk> | |
4199 | |
4200 * symbols.texi (Symbol Plists): Add safe-get. | |
4201 Mention that `get' may signal an error. | |
4202 | |
4203 2005-04-18 Nick Roberts <nickrob@snap.net.nz> | |
4204 | |
4205 * customize.texi (Variable Definitions): Replace tooltip-mode | |
4206 example with save-place. | |
4207 | |
4208 2005-04-17 Richard M. Stallman <rms@gnu.org> | |
4209 | |
4210 * buffers.texi (Indirect Buffers): Clarify. | |
4211 | |
4212 * positions.texi (Positions): Clarify converting marker to integer. | |
4213 | |
4214 * strings.texi (String Basics): Mention string-match; clarify. | |
4215 | |
4216 2005-04-08 Lute Kamstra <lute@gnu.org> | |
4217 | |
4218 * modes.texi (Search-based Fontification): Fix cross references. | |
4219 Use consistent terminology. Document anchored highlighting. | |
4220 | |
4221 2005-04-05 Lute Kamstra <lute@gnu.org> | |
4222 | |
4223 * modes.texi (Defining Minor Modes): Document :group keyword | |
4224 argument and its default value. | |
4225 | |
4226 2005-04-03 Lute Kamstra <lute@gnu.org> | |
4227 | |
4228 * hooks.texi (Standard Hooks): Add some hooks. Add cross | |
4229 references and/or descriptions. Delete major mode hooks; mention | |
4230 them as a category instead. Rename or delete obsolete hooks. | |
4231 | |
4232 2005-04-02 Richard M. Stallman <rms@gnu.org> | |
4233 | |
4234 * nonascii.texi (Coding System Basics): Another wording cleanup. | |
4235 | |
4236 2005-04-01 Richard M. Stallman <rms@gnu.org> | |
4237 | |
4238 * nonascii.texi (Coding System Basics): Clarify previous change. | |
4239 | |
4240 2005-04-01 Kenichi Handa <handa@m17n.org> | |
4241 | |
98317 | 4242 * nonascii.texi (Coding System Basics): Describe about roundtrip |
84043 | 4243 identity of coding systems. |
4244 | |
4245 2005-03-29 Chong Yidong <cyd@stupidchicken.com> | |
4246 | |
4247 * text.texi (Buffer Contents): Add filter-buffer-substring and | |
4248 buffer-substring-filters. | |
4249 | |
4250 2005-03-26 Chong Yidong <cyd@stupidchicken.com> | |
4251 | |
4252 * anti.texi (Antinews): Mention `G' interactive code. | |
4253 | |
4254 * tips.texi (Compilation Tips): Mention benchmark.el. | |
4255 | |
4256 2005-03-27 Luc Teirlinck <teirllm@auburn.edu> | |
4257 | |
4258 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block' | |
4259 is now bound to M-o M-o. | |
4260 | |
4261 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o. | |
4262 | |
4263 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk> | |
4264 | |
4265 * calendar.texi: Delete file (and move contents to emacs-xtra.texi | |
4266 in the Emacs Manual). | |
4267 * Makefile.in (srcs): Remove calendar.texi. | |
4268 * makefile.w32-in (srcs): Remove calendar.texi. | |
4269 * display.texi (Display): Change name of next node. | |
4270 * os.texi (System In): Change name of previous node. | |
4271 * elisp.texi (Top): Remove Calendar references. | |
4272 * vol1.texi (Top): Remove Calendar references. | |
4273 * vol2.texi (Top): Remove Calendar references. | |
4274 | |
4275 2005-03-25 Richard M. Stallman <rms@gnu.org> | |
4276 | |
4277 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps): | |
4278 Cleanup previous change. | |
4279 | |
4280 2005-03-25 Chong Yidong <cyd@stupidchicken.com> | |
4281 | |
4282 * display.texi (Face Attributes): Faces earlier in an :inherit | |
4283 list take precedence. | |
4284 (Scroll Bars): Fix description of vertical-scroll-bars. | |
4285 Document frame-current-scroll-bars and window-current-scroll-bars. | |
4286 | |
4287 * markers.texi (The Mark): Document temporary Transient Mark mode. | |
4288 | |
4289 * minibuf.texi (Reading File Names): | |
4290 Document read-file-name-completion-ignore-case. | |
4291 | |
4292 * positions.texi (Screen Lines): Document nil for width argument | |
4293 to compute-motion. | |
4294 | |
4295 2005-03-23 Kim F. Storm <storm@cua.dk> | |
4296 | |
4297 * display.texi (Standard Faces): Other faces used in the fringe | |
4298 implicitly inherits from the fringe face. | |
4299 (Fringe Bitmaps): FACE in right-fringe and left-fringe display | |
4300 properties implicitly inherits from fringe face. | |
4301 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face. | |
4302 | |
4303 2005-03-20 Chong Yidong <cyd@stupidchicken.com> | |
4304 | |
4305 * display.texi (Invisible Text): State default value of | |
4306 line-move-ignore-invisible. | |
4307 (Managing Overlays): Document remove-overlays. | |
4308 (Standard Faces): Document escape-glyph face. | |
4309 | |
4310 * minibuf.texi (Reading File Names): Document read-file-name-function. | |
4311 | |
4312 * modes.texi (Other Font Lock Variables): | |
4313 Document font-lock-lines-before. | |
4314 | |
4315 * positions.texi (Skipping Characters): skip-chars-forward allows | |
4316 character classes. | |
4317 | |
4318 2005-03-18 Lute Kamstra <lute@gnu.org> | |
4319 | |
4320 * edebug.texi (Instrumenting Macro Calls): Fix another typo. | |
4321 | |
4322 2005-03-17 Richard M. Stallman <rms@gnu.org> | |
4323 | |
4324 * text.texi (Undo): Document extensible undo entries. | |
4325 | |
86150
d0f21febd1dc
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86086
diff
changeset
|
4326 * searching.texi (String Search, Regexp Search): Cleanups. |
84043 | 4327 |
4328 * nonascii.texi (Character Codes): Minor fix. | |
4329 | |
4330 * display.texi (Display Property): Explain the significance | |
4331 of having text properties that are eq. | |
4332 (Other Display Specs): Explain string as display spec. | |
4333 | |
4334 * commands.texi (Interactive Codes): Document G option. | |
4335 | |
4336 2005-03-17 Chong Yidong <cyd@stupidchicken.com> | |
4337 | |
4338 * text.texi (Filling): Add sentence-end-without-period and | |
4339 sentence-end-without-space. | |
4340 (Changing Properties): Minor fix. | |
4341 | |
4342 * anti.texi: Total rewrite. | |
4343 | |
4344 2005-03-15 Lute Kamstra <lute@gnu.org> | |
4345 | |
4346 * edebug.texi (Instrumenting Macro Calls): Fix typos. | |
4347 | |
4348 2005-03-08 Kim F. Storm <storm@cua.dk> | |
4349 | |
4350 * display.texi (Specified Space): Property :width is support on | |
4351 non-graphic terminals, :height is not. | |
4352 | |
4353 2005-03-07 Richard M. Stallman <rms@gnu.org> | |
4354 | |
4355 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps): | |
4356 Now subnodes of Fringes. | |
4357 (Overlay Arrow): Document overlay-arrow-variable-list. | |
4358 (Fringe Size/Pos): New node, broken out of Fringes. | |
4359 (Display): Explain clearing vs redisplay better. | |
4360 (Truncation): Clarify use of bitmaps. | |
4361 (The Echo Area): Clarify the uses of the echo area. | |
4362 Add max-mini-window-height. | |
4363 (Progress): Clarify. | |
4364 (Invisible Text): Explain that main loop moves point out. | |
4365 (Selective Display): Say "hidden", not "invisible". | |
4366 (Managing Overlays): Move up. Describe relation to Undo here. | |
4367 (Overlay Properties): Clarify intro. | |
4368 (Finding Overlays): Explain return values when nothing found. | |
4369 (Width): truncate-string-to-width has added arg. | |
4370 (Displaying Faces): Clarify and update mode line face handling. | |
4371 (Face Functions): Minor cleanup. | |
4372 (Conditional Display): Merge into Other Display Specs. | |
4373 (Pixel Specification, Other Display Specs): Minor cleanups. | |
4374 (Images, Image Descriptors): Minor cleanups. | |
4375 (GIF Images): Patents have expired. | |
4376 (Showing Images): Explain default text for insert-image. | |
4377 (Manipulating Button Types): Merge into Manipulating Buttons. | |
4378 (Making Buttons): Explain return values. | |
4379 (Button Buffer Commands): Add xref. | |
4380 (Inverse Video): Update mode-line-inverse-video. | |
4381 (Display Table Format): Clarify. | |
4382 (Active Display Table): Give defaults for window-display-table. | |
4383 | |
4384 * calendar.texi (Calendar Customizing): calendar-holiday-marker | |
4385 and calendar-today-marker are strings, not chars. | |
4386 (Holiday Customizing): Minor fix. | |
4387 | |
4388 * internals.texi (Writing Emacs Primitives): Update `or' example. | |
4389 Update limit on # args of subr. | |
4390 | |
4391 * edebug.texi (Using Edebug): Arrow is in fringe. | |
4392 (Instrumenting): Arg to eval-defun works without loading edebug. | |
4393 (Edebug Execution Modes): Add xref. | |
4394 | |
4395 * customize.texi (Common Keywords): Clarify :require. | |
4396 Mention :version here. | |
4397 (Variable Definitions, Group Definitions): Not here. | |
4398 (Variable Definitions): Clarify symbol arg to :initialize and :set fns. | |
4399 | |
4400 2005-03-07 Chong Yidong <cyd@stupidchicken.com> | |
4401 * nonascii.texi (Text Representations): Clarify position-bytes. | |
4402 (Character Sets): Add list-charset-chars. | |
4403 (Scanning Charsets): Add charset-after. | |
4404 (Encoding and I/O): Minor fix. | |
4405 | |
4406 2005-03-06 Richard M. Stallman <rms@gnu.org> | |
4407 | |
4408 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21". | |
4409 (Resizing Windows): Likewise. | |
4410 | |
4411 * text.texi (Change Hooks): Get rid of "Emacs 21". | |
4412 | |
4413 * strings.texi (Formatting Strings): Get rid of "Emacs 21". | |
4414 | |
4415 * streams.texi (Output Variables): Get rid of "Emacs 21". | |
4416 | |
4417 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21". | |
4418 | |
4419 * os.texi (Translating Input): Replace flow-control example | |
4420 with a less obsolete example that uses `keyboard-translate'. | |
4421 | |
4422 * objects.texi (Hash Table Type, Circular Objects): | |
4423 Get rid of "Emacs 21". | |
4424 | |
4425 * modes.texi (Mode Line Format): Get rid of "Emacs 21". | |
4426 (Mode Line Data, Properties in Mode, Header Lines): Likewise. | |
4427 | |
4428 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21". | |
4429 | |
4430 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21". | |
4431 | |
4432 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21". | |
4433 (Menu Bar): Fix when menu-bar-update-hook is called. | |
4434 | |
4435 * hash.texi (Hash Tables): Get rid of "Emacs 21". | |
4436 | |
4437 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21", | |
4438 and make it read better. | |
4439 | |
4440 * files.texi (Writing to Files): Get rid of "Emacs 21". | |
4441 (Unique File Names): Likewise. | |
4442 | |
4443 * elisp.texi: Update Emacs version to 22. | |
4444 | |
4445 * display.texi (Forcing Redisplay): Get rid of "Emacs 21". | |
4446 (Overlay Properties, Face Attributes): Likewise. | |
4447 (Managing Overlays): Fix punctuation. | |
4448 (Attribute Functions): Clarify set-face-font; get rid of | |
4449 info about old Emacs versions. | |
4450 (Auto Faces, Font Lookup, Display Property, Images): | |
4451 Get rid of "Emacs 21". | |
4452 | |
4453 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21". | |
4454 | |
4455 2005-03-05 Richard M. Stallman <rms@gnu.org> | |
4456 | |
4457 * debugging.texi (Error Debugging): Remove stack-trace-on-error. | |
4458 | |
4459 2005-03-04 Lute Kamstra <lute@gnu.org> | |
4460 | |
4461 * debugging.texi (Error Debugging): Document stack-trace-on-error. | |
4462 | |
4463 2005-03-03 Lute Kamstra <lute@gnu.org> | |
4464 | |
4465 * edebug.texi (Instrumenting Macro Calls): Fix typo. | |
4466 | |
4467 2005-03-01 Lute Kamstra <lute@gnu.org> | |
4468 | |
4469 * debugging.texi (Debugger Commands): Update `j'. | |
4470 | |
4471 2005-02-28 Lute Kamstra <lute@gnu.org> | |
4472 | |
4473 * debugging.texi (Debugging): Fix typo. | |
4474 (Error Debugging): Document eval-expression-debug-on-error. | |
4475 (Function Debugging): Update example. | |
4476 (Using Debugger): Mention starred stack frames. | |
4477 (Debugger Commands): Document `j' and `l'. | |
4478 (Invoking the Debugger): `d' and `j' exit recursive edit too. | |
4479 Update the messages that the debugger displays. | |
4480 (Internals of Debugger): Add cross reference. Update example. | |
4481 (Excess Open): Minor improvement. | |
4482 (Excess Close): Minor improvement. | |
4483 | |
4484 2005-02-26 Richard M. Stallman <rms@gnu.org> | |
4485 | |
4486 * tips.texi (Coding Conventions): Clarify. | |
4487 Put all the major mode key reservations together. | |
4488 Mention the Mouse-1 => Mouse-2 conventions. | |
4489 | |
4490 * syntax.texi (Syntax Class Table): Clarify. | |
4491 (Syntax Table Functions): syntax-after moved from here. | |
4492 (Syntax Table Internals): syntax-after moved to here. | |
4493 (Parsing Expressions): Update info on number of values | |
4494 and what's meaningful in the STATE argument. | |
4495 (Categories): Fix typo. | |
4496 | |
4497 * sequences.texi (Arrays): Cleanup. | |
4498 (Char-Tables): Clarify. | |
4499 | |
4500 * processes.texi (Deleting Processes): Cleanups, add xref. | |
4501 (Subprocess Creation): Explain nil in exec-path. Cleanup. | |
4502 (Process Information): set-process-coding-system, some args optional. | |
4503 (Input to Processes): Explain various types for PROCESS args. | |
4504 Rename them from PROCESS-NAME to PROCESS. | |
4505 (Signals to Processes): Likewise. | |
4506 (Decoding Output): Cleanup. | |
4507 (Query Before Exit): Clarify. | |
4508 | |
4509 * os.texi (Startup Summary): Correct the options; add missing ones. | |
4510 (Terminal Output, Batch Mode): Clarify. | |
4511 (Flow Control): Node deleted. | |
4512 | |
4513 * markers.texi (The Mark): Clarify. | |
4514 | |
4515 * macros.texi (Expansion): Cleanup. | |
4516 (Indenting Macros): indent-spec allows ints, not floats. | |
4517 | |
4518 * keymaps.texi (Keymaps): Clarify. | |
4519 (Format of Keymaps): Update lisp-mode-map example. | |
4520 (Active Keymaps, Key Lookup): Clarify. | |
4521 (Changing Key Bindings): Add xref to `kbd'. | |
4522 (Key Binding Commands, Simple Menu Items): Clarify. | |
4523 (Mouse Menus, Menu Bar): Clarify. | |
4524 (Menu Example): Replace print example with menu-bar-replace-menu. | |
4525 | |
4526 * help.texi (Documentation Basics): Add function-documentation prop. | |
4527 | |
4528 * elisp.texi (Top): Don't refer to Flow Control node. | |
4529 | |
4530 * commands.texi (Command Overview): Improve xrefs. | |
4531 (Adjusting Point): Adjusting point applies to intangible and invis. | |
4532 (Key Sequence Input): Doc extra read-key-sequence args. | |
4533 Likewise for read-key-sequence-vector. | |
4534 | |
4535 * backups.texi (Rename or Copy): Minor fix. | |
4536 (Numbered Backups): For version-control, say the default. | |
4537 (Auto-Saving): make-auto-save-file-name example is simplified. | |
4538 | |
4539 * advice.texi (Advising Functions): Don't imply one part of Emacs | |
4540 should advise another part. Markup changes. | |
4541 (Defining Advice): Move transitional para. | |
4542 (Activation of Advice): Cleanup. | |
4543 Explain if COMPILE is nil or negative. | |
4544 | |
4545 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo. | |
4546 | |
4547 2005-02-24 Lute Kamstra <lute@gnu.org> | |
4548 | |
4549 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE, | |
4550 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used. | |
4551 | |
4552 2005-02-23 Lute Kamstra <lute@gnu.org> | |
4553 | |
4554 * modes.texi (Defining Minor Modes): define-minor-mode can be used | |
4555 to define global minor modes as well. | |
4556 | |
4557 * display.texi (Managing Overlays): overlay-buffer returns nil for | |
4558 deleted overlays. | |
4559 | |
4560 2005-02-22 Kim F. Storm <storm@cua.dk> | |
4561 | |
4562 * minibuf.texi (Basic Completion): Allow symbols in addition to | |
4563 strings in try-completion and all-completions. | |
4564 | |
4565 2005-02-14 Lute Kamstra <lute@gnu.org> | |
4566 | |
4567 * elisp.texi (Top): Remove reference to deleted node. | |
4568 | |
4569 * lists.texi (Lists): Remove reference to deleted node. | |
4570 (Cons Cells): Fix typo. | |
4571 | |
4572 * loading.texi (Where Defined): Fix typo. | |
4573 | |
4574 2005-02-14 Richard M. Stallman <rms@gnu.org> | |
4575 | |
4576 * variables.texi (Creating Buffer-Local): change-major-mode-hook | |
4577 is useful for discarding some minor modes. | |
4578 | |
4579 * symbols.texi (Symbol Components): Reorder examples. | |
4580 | |
4581 * streams.texi (Input Functions): State standard-input default. | |
4582 (Output Variables): State standard-output default. | |
4583 | |
4584 * objects.texi (Printed Representation): Clarify read syntax vs print. | |
4585 (Floating Point Type): Explain meaning better. | |
4586 (Symbol Type): Explain uniqueness better. | |
4587 (Cons Cell Type): Explain empty list sooner. CAR and CDR later. | |
4588 List examples sooner. | |
4589 (Box Diagrams): New subnode broken out. | |
4590 Some examples moved from old Lists as Boxes node. | |
4591 (Dotted Pair Notation): Clarify intro. | |
4592 (Array Type): Clarify. | |
4593 (Type Predicates): Add hash-table-p. | |
4594 | |
4595 * numbers.texi (Integer Basics): Clarify radix explanation. | |
4596 (Predicates on Numbers): Minor clarification. | |
4597 (Comparison of Numbers): Minor clarification. Clarify eql. | |
4598 Typos in min, max. | |
4599 (Math Functions): Clarify overflow in expt. | |
4600 | |
4601 * minibuf.texi (Text from Minibuffer): Minor clarification. | |
4602 Mention arrow keys. | |
4603 | |
4604 * loading.texi (Autoload): defun's doc string overrides autoload's | |
4605 doc string. | |
4606 (Repeated Loading): Modernize "add to list" examples. | |
4607 (Where Defined): Finish updating table of load-history elts. | |
4608 | |
4609 * lists.texi (List-related Predicates): Minor wording improvement. | |
4610 (Lists as Boxes): Node deleted. | |
4611 (Building Lists): Explain trivial cases of number-sequence. | |
4612 | |
4613 * hash.texi (Hash Tables): Add desc to menu items. | |
98317 | 4614 (Creating Hash): Explain "full" means "make larger". |
84043 | 4615 (Hash Access): Any object can be a key. |
4616 State value of maphash. | |
4617 | |
4618 * functions.texi (What Is a Function): Wording cleanup. | |
4619 (Function Documentation): Minor cleanup. | |
4620 Explain purpose of calling convention at end of doc string. | |
4621 (Function Names): Wording cleanup. | |
4622 (Calling Functions): Wording cleanup. | |
4623 Explain better how funcall calls the function. | |
4624 (Function Cells): Delete example of saving and redefining function. | |
4625 | |
4626 * control.texi (Combining Conditions): Wording cleanup. | |
4627 (Iteration): dolist and dotimes bind VAR locally. | |
4628 (Cleanups): Xref to Atomic Changes. | |
4629 | |
4630 * compile.texi (Byte Compilation): Delete 19.29 info. | |
4631 (Compilation Functions): Macros' difficulties don't affect defsubst. | |
4632 (Docs and Compilation): Delete 19.29 info. | |
4633 | |
4634 2005-02-10 Richard M. Stallman <rms@gnu.org> | |
4635 | |
4636 * objects.texi (Symbol Type): Minor correction. | |
4637 | |
4638 2005-02-06 Lute Kamstra <lute@gnu.org> | |
4639 | |
4640 * modes.texi (Example Major Modes): Fix typos. | |
4641 | |
4642 2005-02-06 Richard M. Stallman <rms@gnu.org> | |
4643 | |
4644 * text.texi (Margins): fill-nobreak-predicate can be one function. | |
4645 | |
4646 * strings.texi (Modifying Strings): clear-string can make unibyte. | |
4647 (Formatting Strings): format gives error if values missing. | |
4648 | |
4649 * positions.texi (Character Motion): Mention default arg | |
4650 for forward-char. backward-char refers to forward-char. | |
4651 (Word Motion): Mention default arg for forward-word. | |
4652 (Buffer End Motion): Mention default arg for beginning-of-buffer. | |
4653 Simplify end-of-buffer. | |
4654 (Text Lines): Mention default arg for forward-line. | |
4655 (List Motion): Mention default arg for beginning/end-of-defun. | |
4656 (Skipping Characters): Minor fixes in explaining character-set. | |
4657 | |
4658 * modes.texi (Major Mode Conventions): Mention "system abbrevs". | |
4659 Mode inheritance applies only when default-major-mode is nil. | |
4660 Clarifications. | |
4661 (Example Major Modes): Update Text mode and Lisp mode examples. | |
4662 (Minor Mode Conventions): Mention define-minor-mode at top. | |
4663 (Defining Minor Modes): In Hungry example, don't define C-M-DEL. | |
4664 (Mode Line Format): Update mode line face display info. | |
4665 (Properties in Mode): Mention effect of risky vars. | |
4666 (Imenu): Define imenu-add-to-menubar. | |
4667 (Font Lock Mode): Add descriptions to menu lines. | |
4668 (Faces for Font Lock): Add font-lock-doc-face. | |
4669 | |
4670 2005-02-05 Lute Kamstra <lute@gnu.org> | |
4671 | |
4672 * text.texi (Maintaining Undo): Remove obsolete function. | |
4673 | |
4674 2005-02-05 Eli Zaretskii <eliz@gnu.org> | |
4675 | |
4676 * frames.texi (Color Names): Add pointer to the X docs about RGB | |
4677 color specifications. Improve indexing | |
4678 (Text Terminal Colors): Replace the description of RGB values by | |
4679 an xref to "Color Names". | |
4680 | |
4681 2005-02-03 Richard M. Stallman <rms@gnu.org> | |
4682 | |
4683 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows. | |
4684 Clarify. | |
4685 (Selecting Windows): Clarify save-selected-window. | |
4686 (Cyclic Window Ordering): Clarify walk-windows. | |
4687 (Window Point): Clarify. | |
4688 (Window Start): Add comment to example. | |
4689 (Resizing Windows): Add `interactive' specs in examples. | |
4690 Document fit-window-to-buffer. | |
4691 | |
4692 * text.texi (User-Level Deletion): just-one-space takes numeric arg. | |
4693 (Undo, Maintaining Undo): Clarify last change. | |
4694 (Sorting): In sort-numeric-fields, explain about octal and hex. | |
4695 Mention sort-numeric-base. | |
4696 (Format Properties): Add xref for hard newlines. | |
4697 | |
4698 * frames.texi (Window Frame Parameters): Explain pixel=char on tty. | |
4699 (Pop-Up Menus): Fix typo. | |
4700 (Color Names): Explain all types of color names. | |
4701 Explain color-values on B&W terminal. | |
4702 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names. | |
4703 | |
4704 * files.texi (File Locks): Not supported on MS systems. | |
4705 (Testing Accessibility): Clarify. | |
4706 | |
4707 * edebug.texi (Printing in Edebug): Fix edebug-print-circle. | |
4708 (Coverage Testing): Fix typo. | |
4709 | |
4710 * commands.texi (Misc Events): Remove stray space. | |
4711 | |
4712 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name. | |
4713 (Modification Time): Clarify when visited-file-modtime returns 0. | |
4714 (The Buffer List): Clarify bury-buffer. | |
4715 (Killing Buffers): Clarify. | |
4716 (Indirect Buffers): Add clone-indirect-buffer. | |
4717 | |
4718 2005-02-02 Matt Hodges <MPHodges@member.fsf.org> | |
4719 | |
4720 * edebug.texi (Printing in Edebug): Fix default value of | |
4721 edebug-print-circle. | |
4722 (Coverage Testing): Fix displayed frequency count data. | |
4723 | |
4724 2005-02-02 Luc Teirlinck <teirllm@auburn.edu> | |
4725 | |
4726 * text.texi (Maintaining Undo): Add `undo-outer-limit'. | |
4727 | |
4728 2005-02-02 Kim F. Storm <storm@cua.dk> | |
4729 | |
4730 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements. | |
4731 | |
4732 2005-01-29 Eli Zaretskii <eliz@gnu.org> | |
4733 | |
4734 * commands.texi (Misc Events): Describe the help-echo event. | |
4735 | |
4736 * text.texi (Special Properties) <help-echo>: Use `pos' | |
4737 consistently in description of the help-echo property. | |
4738 Use @code{nil} instead of @var{nil}. | |
4739 | |
4740 * display.texi (Overlay Properties): Fix the index entry for | |
4741 help-echo overlay property. | |
4742 | |
4743 * customize.texi (Type Keywords): Uncomment the xref to the | |
4744 help-echo property documentation. | |
4745 | |
4746 2005-01-23 Kim F. Storm <storm@cua.dk> | |
4747 | |
4748 * windows.texi (Window Start): Fix `pos-visible-in-window-p' | |
4749 return value. Third element FULLY replaced by PARTIAL which | |
4750 specifies number of invisible pixels if row is only partially visible. | |
4751 (Textual Scrolling): Mention auto-window-vscroll. | |
4752 (Vertical Scrolling): New defvar auto-window-vscroll. | |
4753 | |
4754 2005-01-16 Luc Teirlinck <teirllm@auburn.edu> | |
4755 | |
4756 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses | |
4757 command remapping. | |
4758 | |
4759 2005-01-15 Richard M. Stallman <rms@gnu.org> | |
4760 | |
4761 * display.texi (Defining Images): Mention DATA-P arg of create-image. | |
4762 | |
4763 2005-01-14 Kim F. Storm <storm@cua.dk> | |
4764 | |
4765 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y. | |
4766 | |
4767 * text.texi (Links and Mouse-1): Fix string and vector item. | |
4768 | |
4769 2005-01-13 Richard M. Stallman <rms@gnu.org> | |
4770 | |
4771 * keymaps.texi (Active Keymaps): Rewrite the text, and update the | |
4772 descriptions of overriding-local-map and overriding-terminal-local-map. | |
4773 | |
4774 * text.texi (Links and Mouse-1): Clarify text. | |
4775 | |
4776 2005-01-13 Kim F. Storm <storm@cua.dk> | |
4777 | |
4778 * modes.texi (Emulating Mode Line): Update format-mode-line entry. | |
4779 | |
4780 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change) | |
4781 | |
4782 * keymaps.texi (Active Keymaps): Fix overriding-local-map description. | |
4783 | |
4784 2005-01-12 Kim F. Storm <storm@cua.dk> | |
4785 | |
4786 * text.texi (Links and Mouse-1): Rename section from Enabling | |
4787 Mouse-1 to Following Links. Change xrefs. | |
4788 Add examples for define-button-type and define-widget. | |
4789 | |
4790 * display.texi (Button Properties, Button Buffer Commands): | |
4791 Clarify mouse-1 and follow-link functionality. | |
4792 | |
4793 2005-01-12 Richard M. Stallman <rms@gnu.org> | |
4794 | |
4795 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change. | |
4796 | |
4797 * display.texi (Beeping): Fix Texinfo usage. | |
4798 | |
4799 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line. | |
4800 | |
4801 2005-01-11 Kim F. Storm <storm@cua.dk> | |
4802 | |
4803 * display.texi (Button Properties, Button Buffer Commands): | |
4804 Mention mouse-1 binding. Add follow-link keyword. | |
4805 | |
4806 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu. | |
4807 (Enabling Mouse-1 to Follow Links): New subsection. | |
4808 | |
4809 2005-01-06 Richard M. Stallman <rms@gnu.org> | |
4810 | |
4811 * text.texi (Special Properties): Minor change. | |
4812 | |
4813 * os.texi (Timers): Clarify previous change. | |
4814 | |
4815 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg. | |
4816 | |
4817 2005-01-01 Luc Teirlinck <teirllm@auburn.edu> | |
4818 | |
4819 * display.texi (Face Attributes): Correct xref to renamed node. | |
4820 | |
4821 2005-01-01 Richard M. Stallman <rms@gnu.org> | |
4822 | |
4823 * display.texi (Face Attributes): Describe hex color specs. | |
4824 | |
4825 2004-12-31 Richard M. Stallman <rms@gnu.org> | |
4826 | |
4827 * os.texi (Timers): Update previous change. | |
4828 | |
4829 2004-12-30 Kim F. Storm <storm@cua.dk> | |
4830 | |
4831 * display.texi (Line Height): Total line-height is now specified | |
4832 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO) | |
4833 in cons cells. (nil . RATIO) is relative to actual line height. | |
4834 Use line-height `t' instead of `0' to get minimum height. | |
4835 | |
4836 2004-12-29 Richard M. Stallman <rms@gnu.org> | |
4837 | |
4838 * os.texi (Timers): Discuss timers vs editing the buffer and undo. | |
4839 | |
4840 2004-12-28 Richard M. Stallman <rms@gnu.org> | |
4841 | |
4842 * commands.texi (Quitting): Clarify value of with-local-quit. | |
4843 | |
4844 * elisp.texi (Top): Fix previous change. | |
4845 | |
4846 * loading.texi (Loading): Fix previous change. | |
4847 | |
4848 2004-12-27 Richard M. Stallman <rms@gnu.org> | |
4849 | |
4850 * Makefile.in (MAKEINFO): Specify --force. | |
4851 | |
4852 * buffers.texi (Killing Buffers): Add buffer-save-without-query. | |
4853 | |
4854 * modes.texi (Emulating Mode Line): Document format's BUFFER arg. | |
4855 | |
4856 * display.texi (Line Height): Further clarify. | |
4857 | |
4858 * elisp.texi (Top): Update Loading submenu. | |
4859 | |
4860 * loading.texi (Where Defined): New node. | |
4861 (Unloading): load-history moved to Where Defined. | |
4862 | |
4863 2004-12-21 Richard M. Stallman <rms@gnu.org> | |
4864 | |
4865 * commands.texi (Event Input Misc): Add while-no-input. | |
4866 | |
4867 2004-12-11 Richard M. Stallman <rms@gnu.org> | |
4868 | |
4869 * display.texi (Line Height): Rewrite text for clarity. | |
4870 | |
4871 2004-12-11 Kim F. Storm <storm@cua.dk> | |
4872 | |
4873 * display.texi (Display): Add node "Line Height" to menu. | |
4874 (Line Height): New node. Move full description of line-spacing | |
4875 and line-height text properties here from text.texi. | |
4876 (Scroll Bars): Add vertical-scroll-bar variable. | |
4877 | |
4878 * frames.texi (Window Frame Parameters): Remove line-height defvar. | |
4879 | |
4880 * locals.texi (Standard Buffer-Local Variables): Fix xref for | |
4881 line-spacing and vertical-scroll-bar. | |
4882 | |
4883 * text.texi (Special Properties): Just mention line-spacing and | |
4884 line-height here, add xref to new "Line Height" node. | |
4885 | |
4886 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org> | |
4887 | |
4888 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'. | |
4889 | |
4890 * locals.texi (Standard Buffer-Local Variables): | |
4891 Add @xref for `line-spacing'. | |
4892 | |
4893 2004-12-05 Richard M. Stallman <rms@gnu.org> | |
4894 | |
4895 * Makefile.in (maintainer-clean): Remove the info files | |
4896 in $(infodir) where they are created. | |
4897 | |
4898 2004-12-03 Richard M. Stallman <rms@gnu.org> | |
4899 | |
4900 * windows.texi (Selecting Windows): get-lru-window and | |
4901 get-largest-window don't consider dedicated windows. | |
4902 | |
4903 * text.texi (Undo): Document undo-in-progress. | |
4904 | |
4905 2004-11-26 Richard M. Stallman <rms@gnu.org> | |
4906 | |
4907 * locals.texi (Standard Buffer-Local Variables): Undo prev change. | |
4908 Remove a few vars that are not always buffer-local. | |
4909 | |
4910 2004-11-24 Luc Teirlinck <teirllm@auburn.edu> | |
4911 | |
4912 * locals.texi (Standard Buffer-Local Variables): Comment out | |
4913 xref's to non-existent node `Yet to be written'. | |
4914 | |
4915 2004-11-24 Richard M. Stallman <rms@gnu.org> | |
4916 | |
4917 * processes.texi (Synchronous Processes): Grammar fix. | |
4918 | |
4919 * numbers.texi (Comparison of Numbers): Add eql. | |
4920 | |
4921 * locals.texi (Standard Buffer-Local Variables): Add many vars. | |
4922 | |
4923 * intro.texi (Printing Notation): Fix previous change. | |
4924 | |
4925 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries | |
4926 and default-indicate-buffer-boundaries from here. | |
4927 (Usual Display): To here. | |
4928 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width. | |
4929 (Usual Display): Move tab-width up. | |
4930 | |
4931 * customize.texi (Variable Definitions): Replace | |
4932 show-paren-mode example with tooltip-mode. | |
4933 (Simple Types, Composite Types, Defining New Types): | |
4934 Minor cleanups. | |
4935 | |
4936 2004-11-21 Jesper Harder <harder@ifa.au.dk> | |
4937 | |
4938 * processes.texi (Synchronous Processes, Output from Processes): | |
4939 Markup fix. | |
4940 | |
4941 2004-11-20 Richard M. Stallman <rms@gnu.org> | |
4942 | |
4943 * positions.texi (Skipping Characters): skip-chars-forward | |
4944 now handles char classes. | |
4945 | |
4946 * intro.texi (Printing Notation): Avoid confusion of `print' | |
4947 when explaining @print. | |
4948 | |
4949 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example. | |
4950 | |
4951 * display.texi (Display Table Format): Minor fix. | |
4952 | |
4953 * streams.texi (Output Functions): Fix print example. | |
4954 | |
4955 * Makefile.in (elisp): New target. | |
4956 (dist): Depend on $(infodir)/elisp, not elisp. | |
4957 Copy the info files from $(infodir). | |
4958 | |
4959 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in | |
4960 read-from-minibuffer. | |
4961 | |
4962 * searching.texi (Regexp Search): Rename that to search-spaces-regexp. | |
4963 | |
4964 2004-11-19 Richard M. Stallman <rms@gnu.org> | |
4965 | |
4966 * searching.texi (Regexp Search): Add search-whitespace-regexp. | |
4967 | |
4968 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change) | |
4969 | |
4970 * tips.texi (Coding Conventions): Fix typo. | |
4971 | |
4972 2004-11-16 Richard M. Stallman <rms@gnu.org> | |
4973 | |
4974 * tips.texi (Coding Conventions): Separate defvar and require | |
4975 methods to avoid warnings. Use require only when there are many | |
4976 functions and variables from that package. | |
4977 | |
4978 * minibuf.texi (Minibuffer Completion): When ignoring case, | |
4979 predicate must not be case-sensitive. | |
4980 | |
4981 * debugging.texi (Function Debugging, Explicit Debug): Clarified. | |
4982 (Test Coverage): Don't talk about "splotches". Clarified. | |
4983 | |
4984 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org> | |
4985 | |
4986 * frames.texi (Window Frame Parameters): Fix typo. | |
4987 | |
4988 2004-11-15 Kim F. Storm <storm@cua.dk> | |
4989 | |
4990 * symbols.texi (Other Plists): Note that plist-get may signal error. | |
4991 Add safe-plist-get. | |
4992 | |
4993 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org> | |
4994 | |
4995 * modes.texi (Font Lock Basics): Fix typo. | |
4996 | |
4997 2004-11-08 Richard M. Stallman <rms@gnu.org> | |
4998 | |
4999 * syntax.texi (Syntax Table Functions): Add syntax-after. | |
5000 | |
5001 2004-11-06 Lars Brinkhoff <lars@nocrew.org> | |
5002 | |
5003 * os.texi (Processor Run Time): New section documenting | |
5004 get-internal-run-time. | |
5005 | |
5006 2004-11-06 Eli Zaretskii <eliz@gnu.org> | |
5007 | |
5008 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as | |
5009 it nukes elisp-cover.texi. | |
5010 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no | |
5011 elisp-0 etc. | |
5012 | |
5013 2004-11-05 Luc Teirlinck <teirllm@auburn.edu> | |
5014 | |
5015 * commands.texi (Keyboard Macros): Document `append' return value | |
5016 of `defining-kbd-macro'. | |
5017 | |
5018 2004-11-01 Richard M. Stallman <rms@gnu.org> | |
5019 | |
5020 * commands.texi (Interactive Call): Add called-interactively-p. | |
5021 | |
5022 2004-10-29 Simon Josefsson <jas@extundo.com> | |
5023 | |
5024 * minibuf.texi (Reading a Password): Revert. | |
5025 | |
5026 2004-10-28 Richard M. Stallman <rms@gnu.org> | |
5027 | |
5028 * frames.texi (Display Feature Testing): Explain about "vendor". | |
5029 | |
5030 2004-10-27 Richard M. Stallman <rms@gnu.org> | |
5031 | |
5032 * commands.texi (Interactive Codes): `N' uses numeric prefix, | |
5033 not raw. Clarify `n'. | |
5034 (Interactive Call): Rewrite interactive-p, focusing on when | |
5035 and how to use it. | |
5036 (Misc Events): Clarify previous change. | |
5037 | |
5038 * advice.texi (Simple Advice): Clarify what job the example does. | |
5039 (Around-Advice): Clarify ad-do-it. | |
5040 (Activation of Advice): An option of ad-default-compilation-action | |
5041 is `never', not `nil'. | |
5042 | |
5043 2004-10-26 Kim F. Storm <storm@cua.dk> | |
5044 | |
5045 * commands.texi (Interactive Codes): Add U code letter. | |
5046 | |
5047 2004-10-25 Simon Josefsson <jas@extundo.com> | |
5048 | |
5049 * minibuf.texi (Reading a Password): Add. | |
5050 | |
5051 2004-10-24 Jason Rumney <jasonr@gnu.org> | |
5052 | |
5053 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up | |
5054 and wheel-down. | |
5055 | |
5056 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net> | |
5057 | |
5058 * processes.texi (Synchronous Processes): Document process-file. | |
5059 | |
5060 2004-10-22 Kenichi Handa <handa@m17n.org> | |
5061 | |
5062 * text.texi (translate-region): Document that it accepts also a | |
5063 char-table. | |
5064 | |
5065 2004-10-22 David Ponce <david@dponce.com> | |
5066 | |
5067 * windows.texi (Resizing Windows): Document the `preserve-before' | |
5068 argument of the functions `enlarge-window' and `shrink-window'. | |
5069 | |
5070 2004-10-19 Jason Rumney <jasonr@gnu.org> | |
5071 | |
5072 * makefile.w32-in (elisp): Change order of arguments to makeinfo. | |
5073 | |
5074 2004-10-09 Luc Teirlinck <teirllm@auburn.edu> | |
5075 | |
5076 * text.texi (Filling): Add anchor for definition of | |
5077 `sentence-end-double-space'. | |
5078 | |
5079 * searching.texi (Regexp Example): Update description of how | |
5080 Emacs currently recognizes the end of a sentence. | |
5081 (Standard Regexps): Update definition of the variable | |
5082 `sentence-end'. Add definition of the function `sentence-end'. | |
5083 | |
5084 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net> | |
5085 | |
5086 * display.texi (Progress): New node. | |
5087 | |
5088 2004-10-05 Kim F. Storm <storm@cua.dk> | |
5089 | |
5090 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos. | |
5091 | |
5092 2004-09-29 Kim F. Storm <storm@cua.dk> | |
5093 | |
5094 * display.texi (Fringe Bitmaps): Use symbols rather than numbers | |
5095 to identify bitmaps. Remove -fringe-bitmap suffix for standard | |
5096 fringe bitmap symbols, as they now have their own namespace. | |
5097 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering | |
5098 vs. pixels. Signal error if no free bitmap slots. | |
5099 (Pixel Specification): Change IMAGE to @var{image}. | |
5100 | |
5101 2004-09-28 Richard M. Stallman <rms@gnu.org> | |
5102 | |
5103 * text.texi (Special Properties): Clarify line-spacing and line-height. | |
5104 | |
5105 * searching.texi (Regexp Search): Add looking-back. | |
5106 | |
5107 2004-09-25 Luc Teirlinck <teirllm@auburn.edu> | |
5108 | |
5109 * display.texi: Correct typos. | |
5110 (Image Descriptors): Correct xref's. | |
5111 | |
5112 2004-09-25 Richard M. Stallman <rms@gnu.org> | |
5113 | |
5114 * text.texi (Special Properties): Cleanups in `cursor'. | |
5115 Rewrites in `line-height' and `line-spacing'; exchange them. | |
5116 | |
5117 * display.texi (Fringes): Rewrite previous change. | |
5118 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite. | |
5119 (Display Fringe Bitmaps): Node deleted, text moved. | |
5120 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite. | |
5121 (Scroll Bars): Clarify set-window-scroll-bars. | |
5122 (Pointer Shape): Rewrite. | |
5123 (Specified Space): Clarify :align-to, etc. | |
5124 (Pixel Specification): Use @var. Clarify new text. | |
5125 (Other Display Specs): Clarify `slice'. | |
5126 (Image Descriptors): Cleanups. | |
5127 (Showing Images): Cleanups. | |
5128 | |
5129 2004-09-24 Luc Teirlinck <teirllm@auburn.edu> | |
5130 | |
5131 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'. | |
5132 | |
5133 * modes.texi: Various minor changes in addition to: | |
5134 (Major Mode Conventions): Final call to `run-mode-hooks' should | |
5135 not be inside the `delay-mode-hooks' form. | |
5136 (Mode Hooks): New node. | |
5137 (Hooks): Delete obsolete example. | |
5138 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new | |
5139 node "Mode Hooks". | |
5140 | |
5141 2004-09-22 Luc Teirlinck <teirllm@auburn.edu> | |
5142 | |
5143 * display.texi: Correct various typos. | |
5144 (Display): Rename node "Pointer Shapes" to "Pointer | |
5145 Shape". (There is already a node called "Pointer Shapes" in | |
5146 frames.texi.) | |
5147 (Images): Remove non-existent node "Image Slices" from menu. | |
5148 | |
5149 2004-09-23 Kim F. Storm <storm@cua.dk> | |
5150 | |
5151 * text.texi (Special Properties): Add `cursor', `pointer', | |
5152 `line-height', and `line-spacing' properties. | |
5153 | |
5154 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer | |
5155 Shapes' to menu. | |
5156 (Standard Faces): Doc fix for fringe face. | |
5157 (Fringes): Add `overflow-newline-into-fringe' and | |
5158 'indicate-buffer-boundaries'. | |
5159 (Fringe Bitmaps, Pointer Shapes): New nodes. | |
5160 (Display Property): Add 'Pixel Specification' and 'Display Fringe | |
5161 Bitmaps' to menu. | |
5162 (Specified Space): Describe pixel width and height. | |
5163 (Pixel Specification): New node. | |
5164 (Other Display Specs): Add `slice' property. | |
5165 (Display Fringe Bitmaps): New node. | |
5166 (Images): Add 'Image Slices' to menu. | |
5167 (Image Descriptors): Add `:pointer' and `:map' properties. | |
5168 (Showing Images): Add slice arg to `insert-image'. Add | |
5169 'insert-sliced-image'. | |
5170 | |
5171 2004-09-20 Richard M. Stallman <rms@gnu.org> | |
5172 | |
5173 * commands.texi (Key Sequence Input): | |
5174 Clarify downcasing in read-key-sequence. | |
5175 | |
5176 2004-09-08 Juri Linkov <juri@jurta.org> | |
5177 | |
5178 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'. | |
5179 | |
5180 2004-09-07 Luc Teirlinck <teirllm@auburn.edu> | |
5181 | |
5182 * locals.texi (Standard Buffer-Local Variables): Add | |
5183 `buffer-auto-save-file-format'. | |
5184 * internals.texi (Buffer Internals): Describe new | |
5185 auto_save_file_format field of the buffer structure. | |
5186 * files.texi (Format Conversion): `auto-save-file-format' has been | |
5187 renamed `buffer-auto-save-file-format'. | |
5188 | |
5189 2004-08-27 Luc Teirlinck <teirllm@auburn.edu> | |
5190 | |
5191 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be | |
5192 an integer or a marker. | |
5193 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'. | |
5194 | |
5195 2004-08-22 Richard M. Stallman <rms@gnu.org> | |
5196 | |
5197 * modes.texi (Major Mode Conventions): Discuss rebinding of | |
5198 standard key bindings. | |
5199 | |
5200 2004-08-18 Kim F. Storm <storm@cua.dk> | |
5201 | |
5202 * processes.texi (Accepting Output): Add `just-this-one' arg to | |
5203 `accept-process-output'. | |
5204 (Output from Processes): New var `process-adaptive-read-buffering'. | |
5205 | |
5206 2004-08-10 Luc Teirlinck <teirllm@auburn.edu> | |
5207 | |
5208 * keymaps.texi: Various changes in addition to: | |
5209 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode. | |
5210 Give more varied examples for `kbd'. | |
5211 (Creating Keymaps): Char tables have slots for all characters | |
5212 without modifiers. | |
5213 (Active Keymaps): `overriding-local-map' and | |
5214 `overriding-terminal-local-map' also override text property and | |
5215 overlay keymaps. | |
5216 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'. | |
5217 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""' | |
5218 to denote a prefix of no events. | |
5219 `map-keymap' includes parent's bindings _recursively_. | |
5220 Clarify and correct description of `where-is-internal'. | |
5221 Mention BUFFER-OR-NAME arg to `describe-bindings'. | |
5222 (Menu Example): For menus intended for use with the keyboard, the | |
5223 menu items should be bound to characters or real function keys. | |
5224 | |
5225 2004-08-08 Luc Teirlinck <teirllm@auburn.edu> | |
5226 | |
5227 * objects.texi (Character Type): Reposition `@anchor' to prevent | |
5228 double space inside sentence in Info. | |
5229 | |
5230 * hooks.texi (Standard Hooks): `disabled-command-hook' has been | |
5231 renamed to `disabled-command-function'. | |
5232 * commands.texi (Key Sequence Input): Remove unnecessary anchor. | |
5233 (Command Loop Info): Replace reference to it. | |
5234 (Disabling Commands): `disabled-command-hook' has been renamed to | |
5235 `disabled-command-function'. | |
5236 | |
5237 2004-08-07 Luc Teirlinck <teirllm@auburn.edu> | |
5238 | |
5239 * os.texi (Translating Input): Only non-prefix bindings in | |
5240 `key-translation-map' override actual key bindings. Warn about | |
5241 possible indirect effect of actual key bindings on non-prefix | |
5242 bindings in `key-translation-map'. | |
5243 | |
5244 2004-08-06 Luc Teirlinck <teirllm@auburn.edu> | |
5245 | |
5246 * minibuf.texi (High-Level Completion): Add anchor for definition | |
5247 of `read-variable'. | |
5248 | |
5249 * commands.texi: Various changes in addition to: | |
5250 (Using Interactive): Clarify description of `interactive-form'. | |
5251 (Interactive Call): Mention default for KEYS argument to | |
5252 `call-interactively'. | |
5253 (Command Loop Info): Clarify description of `this-command-keys'. | |
5254 Mention KEEP-RECORD argument to `clear-this-command-keys'. | |
5255 Value of `last-event-frame' can be `macro'. | |
5256 (Repeat Events): `double-click-fuzz' is also used to distinguish | |
5257 clicks and drags. | |
5258 (Classifying Events): Clarify descriptions of `event-modifiers' | |
5259 `event-basic-type' and `event-convert-list'. | |
5260 (Accessing Events): `posn-timestamp' takes POSITION argument. | |
5261 (Quoted Character Input): Clarify description of | |
5262 `read-quoted-char' and fix example. | |
5263 (Quitting): Add `with-local-quit'. | |
5264 (Disabling Commands): Correct and clarify descriptions of | |
5265 `enable-command' and `disable-command'. | |
5266 Mention what happens if `disabled-command-hook' is nil. | |
5267 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'. | |
5268 Describe `executing-kbd-macro' instead of obsolete `executing-macro'. | |
5269 | |
5270 2004-07-24 Luc Teirlinck <teirllm@auburn.edu> | |
5271 | |
5272 * frames.texi: Various changes in addition to: | |
5273 (Creating Frames): Expand and clarify description of `make-frame'. | |
5274 (Window Frame Parameters): Either none or both of the `icon-left' | |
5275 and `icon-top' parameters must be specified. Put descriptions of | |
5276 `menu-bar-lines' and `toolbar-lines' closer together and change | |
5277 them accordingly. | |
5278 (Frame Titles): `multiple-frames' is not guaranteed to be accurate | |
5279 except while processing `frame-title-format' or `icon-title-format'. | |
5280 (Deleting Frames): Correct description of `delete-frame'. | |
5281 Non-nil return values of `frame-live-p' are like those of `framep'. | |
5282 (Frames and Windows): Mention return value of | |
5283 `set-frame-selected-window'. | |
5284 (Visibility of Frames): Mention `force' argument to | |
5285 `make-frame-invisible'. `frame-visible-p' returns t for all | |
5286 frames on text-only terminals. | |
5287 (Frame Configurations): Restoring a frame configuration does not | |
5288 restore deleted frames. | |
5289 (Window System Selections): `x-set-selection' returns DATA. | |
5290 (Resources): Add example. | |
5291 (Display Feature Testing): Clarify descriptions of | |
5292 `display-pixel-height', `display-pixel-width', `x-server-version' | |
5293 and `x-server-vendor'. | |
5294 | |
5295 * windows.texi (Choosing Window): Add anchor. | |
5296 * minibuf.texi (Minibuffer Misc): Add anchor. | |
5297 | |
5298 2004-07-23 John Paul Wallington <jpw@gnu.org> | |
5299 | |
5300 * macros.texi (Defining Macros): Declaration keyword for setting | |
5301 Edebug spec is `debug' not `edebug'. | |
5302 | |
5303 2004-07-19 Luc Teirlinck <teirllm@auburn.edu> | |
5304 | |
5305 * windows.texi: Various small changes in addition to: | |
5306 (Window Point): Mention return value of `set-window-point'. | |
5307 (Window Start): `pos-visible-in-window-p' disregards horizontal | |
5308 scrolling. Explain return value if PARTIALLY is non-nil. | |
5309 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll' | |
5310 and `set-window-vscroll'. | |
5311 (Size of Window): The argument WINDOW to `window-inside-edges', | |
5312 `window-pixel-edges' and `window-inside-pixel-edges' is optional. | |
5313 (Resizing Windows): Explain return value of | |
5314 `shrink-window-if-larger-than-buffer'. | |
5315 `window-size-fixed' automatically becomes buffer local when set. | |
5316 (Window Configurations): Explain return value of | |
5317 `set-window-configuration'. | |
5318 | |
5319 * minibuf.texi (Minibuffer Misc): Add anchor for | |
5320 `minibuffer-scroll-window'. | |
5321 | |
5322 * positions.texi (Text Lines): Add anchor for `count-lines'. | |
5323 | |
5324 2004-07-17 Richard M. Stallman <rms@gnu.org> | |
5325 | |
5326 * display.texi (Overlay Properties): Adding `evaporate' prop | |
5327 deletes empty overlay immediately. | |
5328 | |
5329 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook, | |
5330 fix example. | |
5331 | |
5332 2004-07-16 Jim Blandy <jimb@redhat.com> | |
5333 | |
5334 * searching.texi (Regexp Backslash): Document new \_< and \_> | |
5335 operators. | |
5336 | |
5337 2004-07-16 Juanma Barranquero <lektu@terra.es> | |
5338 | |
5339 * display.texi (Images): Fix Texinfo usage. | |
5340 | |
5341 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> | |
5342 | |
5343 * buffers.texi (Modification Time): `visited-file-modtime' now | |
5344 returns a list of two integers, instead of a cons. | |
5345 | |
5346 2004-07-13 Luc Teirlinck <teirllm@auburn.edu> | |
5347 | |
5348 * windows.texi: Various changes in addition to: | |
5349 (Splitting Windows): Add `split-window-keep-point'. | |
5350 | |
5351 2004-07-09 Richard M. Stallman <rms@gnu.org> | |
5352 | |
5353 * frames.texi (Input Focus): Minor fix. | |
5354 | |
5355 2004-07-07 Luc Teirlinck <teirllm@auburn.edu> | |
5356 | |
5357 * frames.texi (Input Focus): Clarify descriptions of | |
5358 `select-frame-set-input-focus' and `select-frame'. | |
5359 | |
5360 2004-07-06 Luc Teirlinck <teirllm@auburn.edu> | |
5361 | |
5362 * os.texi: Various small changes in addition to: | |
5363 (Killing Emacs): Expand and clarify description of | |
5364 `kill-emacs-query-functions' and `kill-emacs-hook'. | |
5365 (System Environment): Expand and clarify description of `getenv' | |
5366 and `setenv'. | |
5367 (Timers): Clarify description of `run-at-time'. | |
5368 (Translating Input): Correct description of | |
5369 `extra-keyboard-modifiers'. | |
5370 (Flow Control): Correct description of `enable-flow-control'. | |
5371 | |
5372 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org> | |
5373 | |
5374 * os.texi: Update copyright. | |
5375 (Session Management): Grammar fix. | |
5376 Clarify which Emacs does the restarting. | |
5377 Use @samp for *scratch* buffer. | |
5378 | |
5379 2004-07-04 Alan Mackenzie <acm@muc.de> | |
5380 | |
5381 * frames.texi (Input Focus): Add documentation for | |
5382 `select-frame-set-input-focus'. Replace refs to non-existent | |
5383 `switch-frame' with `select-frame'. Minor corrections and tidying | |
5384 up of text-only terminal stuff. | |
5385 | |
5386 2004-07-02 Richard M. Stallman <rms@gnu.org> | |
5387 | |
5388 * files.texi (Saving Buffers): Cleanup write-contents-function. | |
5389 (Magic File Names): Cleanup file-remote-p. | |
5390 | |
95891
11cd8097e8d0
Fix typos, convert to utf-8.
Juanma Barranquero <lekktu@gmail.com>
parents:
95881
diff
changeset
|
5391 2004-07-02 Kai Großjohann <kai@emptydomain.de> |
84043 | 5392 |
5393 * files.texi (Magic File Names): `file-remote-p' returns an | |
5394 identifier of the remote system, not just t. | |
5395 | |
5396 2004-07-02 David Kastrup <dak@gnu.org> | |
5397 | |
5398 * searching.texi (Entire Match Data): Add explanation about new | |
5399 match-data behavior when @var{integers} is non-nil. | |
5400 | |
5401 2004-06-24 Richard M. Stallman <rms@gnu.org> | |
5402 | |
5403 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event. | |
5404 | |
5405 * customize.texi (Variable Definitions): Note about doc strings | |
5406 and :set. | |
5407 | |
5408 * keymaps.texi (Keymap Terminology): Document `kbd'. | |
5409 (Changing Key Bindings, Key Binding Commands): Use kbd in examples. | |
5410 | |
5411 * display.texi (Invisible Text): Setting buffer-invisibility-spec | |
5412 makes it buffer-local. | |
5413 | |
5414 * files.texi (Saving Buffers): Correct previous change. | |
5415 | |
5416 * commands.texi (Accessing Events): | |
5417 Clarify posn-col-row and posn-actual-col-row. | |
5418 | |
5419 2004-06-24 David Ponce <david.ponce@wanadoo.fr> | |
5420 | |
5421 * commands.texi (Accessing Events): New functions | |
5422 posn-at-point and posn-at-x-y. Add example to posn-x-y. | |
5423 | |
5424 2004-06-23 Luc Teirlinck <teirllm@auburn.edu> | |
5425 | |
5426 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi: | |
5427 * frames.texi, buffers.texi, backups.texi, variables.texi: | |
5428 * loading.texi, eval.texi, functions.texi, control.texi: | |
5429 * symbols.texi, minibuf.texi: Reposition @anchor's. | |
5430 | |
5431 * help.texi: Various small changes in addition to the following. | |
5432 (Describing Characters): Describe PREFIX argument to | |
5433 `key-description'. Correct and clarify definition of | |
5434 `text-char-description'. Describe NEED-VECTOR argument to | |
5435 `read-kbd-macro'. | |
5436 (Help Functions): Clarify definition of `apropos'. | |
5437 | |
5438 2004-06-23 Lars Hansen <larsh@math.ku.dk> | |
5439 | |
5440 * files.texi (Saving Buffers): Correct description of | |
5441 `write-contents-functions'. | |
5442 | |
5443 2004-06-21 Juanma Barranquero <lektu@terra.es> | |
5444 | |
5445 * display.texi (Images): Remove redundant @vindex directives. | |
5446 Rewrite `image-library-alist' doc in active voice. | |
5447 | |
5448 2004-06-14 Juanma Barranquero <lektu@terra.es> | |
5449 | |
5450 * display.texi (Images): Document new delayed library loading, | |
5451 variable `image-library-alist' and (existing but undocumented) | |
5452 function `image-type-available-p'. | |
5453 | |
5454 2004-06-05 Richard M. Stallman <rms@gnu.org> | |
5455 | |
5456 * minibuf.texi (Minibuffer Completion): For INITIAL arg, | |
5457 refer the user to the Initial Input node. | |
5458 (Text from Minibuffer): Likewise. | |
5459 (Initial Input): New node. Document this feature | |
5460 and say it is mostly deprecated. | |
5461 | |
5462 2004-05-30 Richard M. Stallman <rms@gnu.org> | |
5463 | |
5464 * loading.texi (Named Features): Clarify return value | |
5465 and meaning of NOERROR. | |
5466 | |
5467 * variables.texi (File Local Variables): Minor cleanup. | |
5468 | |
5469 2004-05-30 Michael Albinus <michael.albinus@gmx.de> | |
5470 | |
5471 * files.texi (Magic File Names): Add `file-remote-p' as operation | |
5472 of file name handlers. | |
5473 | |
5474 2004-05-29 Richard M. Stallman <rms@gnu.org> | |
5475 | |
5476 * modes.texi (Minor Mode Conventions): (-) has no special meaning | |
5477 as arg to a minor mode command. | |
5478 | |
5479 2004-05-22 Richard M. Stallman <rms@gnu.org> | |
5480 | |
5481 * syntax.texi (Syntax Class Table): Word syntax not just for English. | |
5482 | |
5483 * streams.texi (Output Variables): Doc float-output-format. | |
5484 | |
5485 * searching.texi (Regexp Special): Nested repetition can be infloop. | |
5486 | |
5487 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause | |
5488 real stack overflow. | |
5489 | |
5490 * compile.texi: Minor cleanups. | |
5491 | |
5492 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu> | |
5493 | |
5494 * lists.texi (Cons Cells): Explain dotted lists, true lists, | |
5495 circular lists. | |
5496 (List Elements): Explain handling of circular and dotted lists. | |
5497 | |
5498 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org> | |
5499 | |
5500 * modes.texi (Search-based Fontification): Fix typo. | |
5501 | |
5502 2004-05-10 Juanma Barranquero <lektu@terra.es> | |
5503 | |
5504 * modes.texi (Mode Line Variables): Fix description of | |
5505 global-mode-string, which is now after which-func-mode, not the | |
5506 buffer name. | |
5507 | |
5508 2004-05-07 Lars Hansen <larsh@math.ku.dk> | |
5509 | |
5510 * modes.texi (Desktop Save Mode): Add. | |
5511 (Modes): Add menu entry Desktop Save Mode. | |
5512 | |
5513 * hooks.texi: Add desktop-after-read-hook, | |
5514 desktop-no-desktop-file-hook and desktop-save-hook. | |
5515 | |
5516 * locals.texi: Add desktop-save-buffer. | |
5517 | |
5518 2004-04-30 Jesper Harder <harder@ifa.au.dk> | |
5519 | |
5520 * display.texi: emacs -> Emacs. | |
5521 | |
5522 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org> | |
5523 | |
5524 * files.texi (Changing Files): Document set-file-times. | |
5525 | |
5526 2004-04-23 Juanma Barranquero <lektu@terra.es> | |
5527 | |
5528 * makefile.w32-in: Add "-*- makefile -*-" mode tag. | |
5529 | |
5530 2004-04-18 Jesper Harder <harder@ifa.au.dk> | |
5531 | |
5532 * tips.texi (Coding Conventions): defopt -> defcustom. | |
5533 | |
5534 2004-04-16 Luc Teirlinck <teirllm@auburn.edu> | |
5535 | |
5536 * sequences.texi: Various clarifications. | |
5537 | |
5538 2004-04-14 Luc Teirlinck <teirllm@auburn.edu> | |
5539 | |
5540 * buffers.texi (Read Only Buffers): Mention optional ARG to | |
5541 `toggle-read-only'. | |
5542 | |
5543 2004-04-14 Nick Roberts <nick@nick.uklinux.net> | |
5544 | |
5545 * windows.texi (Selecting Windows): Note that get-lru-window | |
5546 returns a full-width window if possible. | |
5547 | |
5548 2004-04-13 Luc Teirlinck <teirllm@auburn.edu> | |
5549 | |
5550 * buffers.texi: Various changes in addition to: | |
5551 (Buffer File Name): Add `find-buffer-visiting'. | |
5552 (Buffer Modification): Mention optional ARG to `not-modified'. | |
5553 (Indirect Buffers): Mention optional CLONE argument to | |
5554 `make-indirect-buffer'. | |
5555 | |
5556 * files.texi: Various changes in addition to: | |
5557 (Visiting Functions): `find-file-hook' is now a normal hook. | |
5558 (File Name Expansion): Explain difference between the way that | |
5559 `expand-file-name' and `file-truename' treat `..'. | |
5560 (Contents of Directories): Mention optional ID-FORMAT argument to | |
5561 `directory-files-and-attributes'. | |
5562 (Format Conversion): Mention new optional CONFIRM argument to | |
5563 `format-write-file'. | |
5564 | |
5565 2004-04-12 Miles Bader <miles@gnu.org> | |
5566 | |
5567 * macros.texi (Expansion): Add description of `macroexpand-all'. | |
5568 | |
5569 2004-04-05 Jesper Harder <harder@ifa.au.dk> | |
5570 | |
5571 * variables.texi (Variable Aliases): Mention | |
5572 cyclic-variable-indirection. | |
5573 | |
5574 * errors.texi (Standard Errors): Ditto. | |
5575 | |
5576 2004-04-04 Luc Teirlinck <teirllm@auburn.edu> | |
5577 | |
5578 * backups.texi: Various small changes in addition to: | |
5579 (Making Backups): Mention return value of `backup-buffer'. | |
5580 (Auto-Saving): Mention optional FORCE argument to | |
5581 `delete-auto-save-file-if-necessary'. | |
5582 (Reverting): Mention optional PRESERVE-MODES argument to | |
5583 `revert-buffer'. Correct description of `revert-buffer-function'. | |
5584 | |
5585 2004-03-22 Juri Linkov <juri@jurta.org> | |
5586 | |
5587 * sequences.texi (Sequence Functions): Replace xref to `Vectors' | |
5588 with `Vector Functions'. | |
5589 | |
5590 * text.texi (Sorting): Add missing quote. | |
5591 | |
5592 2004-03-14 Luc Teirlinck <teirllm@auburn.edu> | |
5593 | |
5594 * intro.texi (Lisp History): Replace xref to `cl' manual with | |
5595 inforef. | |
5596 | |
5597 2004-03-12 Richard M. Stallman <rms@gnu.org> | |
5598 | |
5599 * intro.texi (Version Info): Add arg to emacs-version. | |
5600 (Lisp History): Change xref to CL manual. | |
5601 | |
5602 2004-03-09 Luc Teirlinck <teirllm@auburn.edu> | |
5603 | |
5604 * minibuf.texi (Completion Commands): Add xref to Emacs manual | |
5605 for Partial Completion mode. | |
5606 | |
5607 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org> | |
5608 | |
5609 * customize.texi: Fix typo. Remove eol whitespace. | |
5610 | |
5611 2004-03-04 Richard M. Stallman <rms@gnu.org> | |
5612 | |
5613 * processes.texi: Fix typos. | |
5614 | |
5615 * lists.texi (Building Lists): Minor clarification. | |
5616 | |
5617 * hash.texi (Creating Hash): Correct the meaning of t for WEAK | |
5618 in make-hash-table. | |
5619 | |
5620 2004-02-29 Juanma Barranquero <lektu@terra.es> | |
5621 | |
5622 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of | |
5623 rm, and ignore exit code. | |
5624 | |
5625 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu> | |
5626 | |
5627 * display.texi (Defining Faces): Add description for min-colors. | |
5628 Update example. | |
5629 | |
5630 2004-02-23 Luc Teirlinck <teirllm@auburn.edu> | |
5631 | |
5632 * abbrevs.texi: Various corrections and clarifications in addition | |
5633 to the following: | |
5634 (Abbrev Tables): Delete add-abbrev (as suggested by RMS). | |
5635 | |
5636 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change) | |
5637 | |
5638 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp. | |
5639 | |
5640 2004-02-21 Luc Teirlinck <teirllm@auburn.edu> | |
5641 | |
5642 * text.texi: Various small changes in addition to the following: | |
5643 (User-Level Deletion): Mention optional BACKWARD-ONLY argument | |
5644 to delete-horizontal-space. | |
5645 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct | |
5646 description of yank-handler text property at various places. | |
5647 | |
5648 * frames.texi (Window System Selections): Add anchor. | |
5649 | |
5650 * syntax.texi (Syntax Table Functions): Clarify and correct | |
5651 descriptions of make-syntax-table and copy-syntax-table. | |
5652 (Motion and Syntax): Clarify SYNTAXES argument to | |
5653 skip-syntax-forward. | |
5654 (Parsing Expressions): Mention that the return value of | |
5655 parse-partial-sexp is currently a list of ten rather than nine | |
5656 elements. | |
5657 (Categories): Various corrections and clarifications. | |
5658 | |
5659 2004-02-17 Luc Teirlinck <teirllm@auburn.edu> | |
5660 | |
5661 * markers.texi (Marker Insertion Types): Minor change. | |
5662 | |
5663 * locals.texi (Standard Buffer-Local Variables): | |
5664 * commands.texi (Interactive Codes, Using Interactive): | |
5665 * functions.texi (Related Topics): Fix xrefs. | |
5666 | |
5667 2004-02-16 Luc Teirlinck <teirllm@auburn.edu> | |
5668 | |
5669 * lists.texi (Sets And Lists): Update description of delete-dups. | |
5670 | |
5671 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
5672 | |
5673 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button. | |
5674 | |
93309 | 5675 2004-02-16 Jan Djärv <jan.h.d@swipnet.se> |
84043 | 5676 |
5677 * frames.texi (Parameter Access): frame-parameters arg is optional. | |
5678 modify-frame-parameters handles nil for FRAME. | |
5679 (Window Frame Parameters): menu-bar-lines and tool-bar-lines | |
5680 are all-or-nothing for certain toolkits. | |
5681 Mention parameter wait-for-wm. | |
5682 (Frames and Windows): In frame-first-window and frame-selected-window | |
5683 the arg is optional. | |
5684 (Input Focus): In redirect-frame-focus the second arg is optional. | |
5685 (Window System Selections): Mention selection type CLIPBOARD. | |
5686 Mention data-type UTF8_STRING. | |
5687 Mention numbering of cut buffers. | |
5688 (Resources): Describe x-resource-name. | |
5689 | |
5690 2004-02-16 Richard M. Stallman <rms@gnu.org> | |
5691 | |
5692 * windows.texi (Buffers and Windows): Delete false table | |
5693 about all-frames. | |
5694 | |
5695 * syntax.texi (Parsing Expressions): Delete old caveat | |
5696 about parse-sexp-ignore-comments. | |
5697 | |
5698 * streams.texi (Output Variables): Add print-quoted. | |
5699 | |
5700 * lists.texi (Building Lists): Minor cleanup. | |
5701 | |
5702 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values. | |
5703 | |
5704 * display.texi (Overlays): Explain overlays use markers. | |
5705 (Managing Overlays): Explain front-advance and rear-advance | |
5706 in more detail. | |
5707 | |
5708 * loading.texi (Unloading): Document unload-feature-special-hooks. | |
5709 Get rid of fns-NNN.el file. | |
5710 | |
5711 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change) | |
5712 | |
5713 * help.texi (Describing Characters): Fix text-char-description | |
5714 example output. | |
5715 | |
5716 * edebug.texi (Using Edebug): Fix example. | |
5717 | |
5718 * debugging.texi (Internals of Debugger): Fix return value. | |
5719 | |
5720 * files.texi (Changing Files): Fix argname. | |
5721 | |
5722 * calendar.texi: Fix parens, and default values. | |
5723 | |
5724 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes. | |
5725 * nonascii.texi, objects.texi, os.texi: Minor fixes. | |
100527
1efb19d1f536
Format and file name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100496
diff
changeset
|
5726 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes. |
84043 | 5727 |
5728 * positions.texi (Text Lines): Don't add -1 in current-line. | |
5729 | |
5730 2004-02-16 Richard M. Stallman <rms@gnu.org> | |
5731 | |
5732 * compile.texi (Compiler Errors): if-boundp feature applies to cond. | |
5733 | |
5734 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
5735 | |
5736 * processes.texi (Low-Level Network): Fix a typo. | |
5737 | |
5738 2004-02-12 Kim F. Storm <storm@cua.dk> | |
5739 | |
5740 * display.texi (Fringes): Use consistent wording. | |
5741 Note that window-fringe's window arg is optional. | |
5742 (Scroll Bars): Use consistent wording. | |
5743 | |
5744 2004-02-11 Luc Teirlinck <teirllm@auburn.edu> | |
5745 | |
5746 * tips.texi (Comment Tips): Document the new conventions for | |
5747 commenting out code. | |
5748 | |
93309 | 5749 2004-02-07 Jan Djärv <jan.h.d@swipnet.se> |
84043 | 5750 |
5751 * positions.texi (Text Lines): Added missing end defun. | |
5752 | |
5753 2004-02-07 Kim F. Storm <storm@cua.dk> | |
5754 | |
5755 * positions.texi (Text Lines): Add line-number-at-pos. | |
5756 | |
5757 2004-02-06 John Paul Wallington <jpw@gnu.org> | |
5758 | |
5759 * display.texi (Button Properties, Button Buffer Commands): | |
5760 mouse-2 invokes button, not down-mouse-1. | |
5761 | |
5762 2004-02-04 Jason Rumney <jasonr@gnu.org> | |
5763 | |
5764 * makefile.w32-in: Sync with Makefile.in changes. | |
5765 | |
5766 2004-02-03 Luc Teirlinck <teirllm@auburn.edu> | |
5767 | |
5768 * minibuf.texi (Text from Minibuffer): Various corrections and | |
5769 clarifications. | |
5770 (Object from Minibuffer): Correct Lisp description of | |
5771 read-minibuffer. | |
5772 (Minibuffer History): Clarify description of cons values for | |
5773 HISTORY arguments. | |
5774 (Basic Completion): Various corrections and clarifications. Add | |
5775 completion-regexp-list. | |
5776 (Minibuffer Completion): Correct and clarify description of | |
5777 completing-read. | |
5778 (Completion Commands): Mention Partial Completion mode. Various | |
5779 other minor changes. | |
5780 (High-Level Completion): Various corrections and clarifications. | |
5781 (Reading File Names): Ditto. | |
5782 (Minibuffer Misc): Ditto. | |
5783 | |
5784 2004-01-26 Luc Teirlinck <teirllm@auburn.edu> | |
5785 | |
5786 * strings.texi (Text Comparison): assoc-string also matches | |
5787 elements of alists that are strings instead of conses. | |
5788 (Formatting Strings): Standardize Texinfo usage. Update index | |
5789 entries. | |
5790 | |
5791 2004-01-20 Luc Teirlinck <teirllm@auburn.edu> | |
5792 | |
5793 * lists.texi (Sets And Lists): Add delete-dups. | |
5794 | |
5795 2004-01-15 Luc Teirlinck <teirllm@auburn.edu> | |
5796 | |
5797 * edebug.texi (Instrumenting Macro Calls): `declare' is not a | |
5798 special form. | |
5799 * macros.texi (Defining Macros): Update description of `declare', | |
5800 which now is a macro. | |
5801 (Wrong Time): Fix typos. | |
5802 | |
5803 2004-01-14 Luc Teirlinck <teirllm@auburn.edu> | |
5804 | |
5805 * compile.texi (Compilation Functions): Expand descriptions of | |
5806 `compile-defun', `byte-compile-file', `byte-recompile-directory' | |
5807 and `batch-byte-compile'. In particular, mention and describe | |
5808 all optional arguments. | |
5809 (Disassembly): Correct and clarify the description of `disassemble'. | |
5810 | |
5811 2004-01-11 Luc Teirlinck <teirllm@auburn.edu> | |
5812 | |
5813 * searching.texi: Various small changes in addition to the | |
5814 following. | |
5815 (Regexp Example): Adapt to new value of `sentence-end'. | |
5816 (Regexp Functions): The PAREN argument to `regexp-opt' can be | |
5817 `words'. | |
5818 (Search and Replace): Add usage note for `perform-replace'. | |
5819 (Entire Match Data): Mention INTEGERS and REUSE arguments to | |
5820 `match-data'. | |
5821 (Standard Regexps): Update for new values of `paragraph-start' | |
5822 and `sentence-end'. | |
5823 | |
5824 2004-01-07 Luc Teirlinck <teirllm@auburn.edu> | |
5825 | |
5826 * files.texi (Saving Buffers): Clarify descriptions of | |
5827 `write-contents-functions' and `before-save-hook'. | |
5828 Make the defvar's for `before-save-hook' and `after-save-hook' | |
5829 into defopt's. | |
5830 | |
5831 2004-01-07 Kim F. Storm <storm@cua.dk> | |
5832 | |
5833 * commands.texi (Click Events): Describe new image and | |
5834 width/height elements of click events. | |
5835 (Accessing Events): Add posn-string, posn-image, and | |
5836 posn-object-width-height. Change posn-object to return either | |
5837 image or string object. | |
5838 | |
5839 2004-01-01 Simon Josefsson <jas@extundo.com> | |
5840 | |
5841 * hooks.texi (Standard Hooks): Add before-save-hook. | |
5842 * files.texi (Saving Buffers): Likewise. | |
5843 | |
5844 2004-01-03 Richard M. Stallman <rms@gnu.org> | |
5845 | |
5846 * frames.texi (Frames and Windows): Delete frame-root-window. | |
5847 | |
5848 2004-01-03 Luc Teirlinck <teirllm@auburn.edu> | |
5849 | |
5850 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors. | |
5851 | |
5852 * functions.texi: Various small changes in addition to the | |
5853 following. | |
5854 (What Is a Function): `functionp' returns nil for macros. Clarify | |
5855 behavior of this and following functions for symbol arguments. | |
5856 (Function Documentation): Add `\' in front of (fn @var{arglist}) | |
5857 and explain why. | |
5858 (Defining Functions): Mention DOCSTRING argument to `defalias'. | |
5859 Add anchor. | |
5860 (Mapping Functions): Add anchor. Unquote nil in mapcar* example. | |
5861 | |
5862 2004-01-01 Miles Bader <miles@gnu.org> | |
5863 | |
5864 * display.texi (Buttons): New section. | |
5865 | |
5866 2003-12-31 Andreas Schwab <schwab@suse.de> | |
5867 | |
5868 * numbers.texi (Math Functions): sqrt reports a domain-error | |
5869 error. | |
5870 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'. | |
5871 | |
5872 2003-12-30 Luc Teirlinck <teirllm@auburn.edu> | |
5873 | |
5874 * tips.texi (Documentation Tips): Update item on hyperlinks in | |
5875 documentation strings. | |
5876 | |
5877 * errors.texi (Standard Errors): Various small corrections and | |
5878 additions. | |
5879 | |
5880 * control.texi: Various small changes in addition to the | |
5881 following. | |
5882 (Signaling Errors): Provide some more details on how `signal' | |
5883 constructs the error message. Add anchor to the definition of | |
5884 `signal'. | |
5885 (Error Symbols): Describe special treatment of `quit'. | |
5886 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM | |
5887 to emphasize that it has to be a single form. | |
5888 | |
5889 * buffers.texi: Add anchor. | |
5890 | |
5891 2003-12-29 Richard M. Stallman <rms@gnu.org> | |
5892 | |
5893 * windows.texi (Choosing Window): Add same-window-p, special-display-p. | |
5894 (Window Configurations): Add window-configuration-frame. | |
5895 | |
5896 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p. | |
5897 | |
5898 * text.texi (Examining Properties): Add get-char-property-and-overlay. | |
5899 Change arg name in get-char-property. | |
5900 (Special Properties): Update handling of keymap property. | |
5901 | |
5902 * strings.texi (Modifying Strings): Add clear-string. | |
5903 (Text Comparison): Add assoc-string and remove | |
5904 assoc-ignore-case, assoc-ignore-representation. | |
5905 | |
5906 * os.texi (Time of Day): Add set-time-zone-rule. | |
5907 | |
5908 * numbers.texi (Math Functions): asin, acos, log, log10 | |
5909 report domain-error errors. | |
5910 | |
5911 * nonascii.texi (Converting Representations): | |
5912 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte. | |
5913 (Encoding and I/O): Add file-name-coding-system. | |
5914 | |
5915 * modes.texi (Search-based Fontification): Explain that | |
5916 face specs are symbols with face names as values. | |
5917 | |
5918 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window. | |
5919 | |
5920 * lists.texi (Building Lists): remq moved elsewhere. | |
5921 (Sets And Lists): remq moved here. | |
5922 (Association Lists): Refer to assoc-string. | |
5923 | |
5924 * internals.texi (Garbage Collection): Add memory-use-counts. | |
5925 | |
5926 * frames.texi (Frames and Windows): Add set-frame-selected-window | |
5927 and frame-root-window. | |
5928 | |
5929 * files.texi (Contents of Directories): | |
5930 Add directory-files-and-attributes. | |
5931 | |
5932 * display.texi (Refresh Screen): Add force-window-update. | |
5933 (Invisible Text): Explain about moving point out of invis text. | |
5934 (Overlay Properties): Add overlay-properties. | |
5935 (Managing Overlays): Add overlayp. | |
5936 (GIF Images): Invalid image number displays a hollow box. | |
5937 | |
5938 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p. | |
5939 (Killing Buffers): Add buffer-live-p. | |
5940 | |
5941 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de> | |
5942 | |
5943 * display.texi (Fringes): Fix typo "set-buffer-window". | |
5944 | |
5945 2003-12-24 Luc Teirlinck <teirllm@auburn.edu> | |
5946 | |
5947 * display.texi, eval.texi, help.texi, internals.texi, loading.texi: | |
5948 * nonascii.texi, processes.texi, tips.texi, variables.texi: | |
5949 Add or change various xrefs and anchors. | |
5950 | |
5951 * commands.texi: Replace all occurrences of @acronym{CAR} with | |
5952 @sc{car}, for consistency with the rest of the Elisp manual. | |
5953 `car' and `cdr' are historically acronyms, but are no longer | |
5954 widely thought of as such. | |
5955 | |
5956 * internals.texi (Pure Storage): Mention that `purecopy' does not | |
5957 copy text properties. | |
5958 (Object Internals): Now 29 bits are used (in most implementations) | |
5959 to address Lisp objects. | |
5960 | |
5961 * variables.texi (Variables with Restricted Values): New node. | |
5962 | |
5963 * objects.texi (Lisp Data Types): Mention that certain variables | |
5964 can only take on a restricted set of values and add an xref to | |
5965 the new node "Variables with Restricted Values". | |
5966 | |
5967 * eval.texi (Function Indirection): Describe the errors that | |
5968 `indirect-function' can signal. | |
5969 (Eval): Clarify the descriptions of `eval-region' and `values'. | |
5970 Describe `eval-buffer' instead of `eval-current-buffer' and | |
5971 mention `eval-current-buffer' as an alias for `current-buffer'. | |
5972 Correct the description and mention all optional arguments. | |
5973 | |
5974 * nonascii.texi: Various small changes in addition to the | |
5975 following. | |
5976 (Converting Representations): Clarify behavior of | |
5977 `string-make-multibyte' and `string-to-multibyte' for unibyte all | |
5978 ASCII arguments. | |
5979 (Character Sets): Document the variable `charset-list' and adapt | |
5980 the definition of the function `charset-list' accordingly. | |
5981 (Translation of Characters): Clarify use of generic characters in | |
5982 `make-translation-table'. Clarify and correct the description of | |
5983 the use of translation tables in encoding and decoding. | |
5984 (User-Chosen Coding Systems): Correct and clarify the description | |
5985 of `select-safe-coding-system'. | |
5986 (Default Coding Systems): Clarify description of | |
5987 `file-coding-system-alist'. | |
5988 | |
5989 2003-11-30 Luc Teirlinck <teirllm@auburn.edu> | |
5990 | |
5991 * strings.texi (Text Comparison): Correctly describe when two | |
5992 strings are `equal'. Combine and clarify descriptions of | |
5993 `assoc-ignore-case' and `assoc-ignore-representation'. | |
5994 | |
5995 * objects.texi (Non-ASCII in Strings): Clarify description of | |
5996 when a string is unibyte or multibyte. | |
5997 (Bool-Vector Type): Update examples. | |
5998 (Equality Predicates): Correctly describe when two strings are | |
5999 `equal'. | |
6000 | |
6001 2003-11-29 Luc Teirlinck <teirllm@auburn.edu> | |
6002 | |
6003 * lists.texi (Building Lists): `append' no longer accepts integer | |
6004 arguments. Update the description of `number-sequence' to reflect | |
6005 recent changes. | |
6006 (Sets And Lists): Describe `member-ignore-case' after `member'. | |
6007 | |
6008 2003-11-27 Kim F. Storm <storm@cua.dk> | |
6009 | |
6010 * commands.texi (Click Events): Click object may be an images. | |
6011 Describe (dx . dy) element of click positions. | |
6012 (Accessing Events): Remove duplicate posn-timestamp. | |
6013 New functions posn-object and posn-object-x-y. | |
6014 | |
6015 2003-11-23 Kim F. Storm <storm@cua.dk> | |
6016 | |
6017 * commands.texi (Click Events): Describe enhancements to event | |
6018 position lists, including new text-pos and (col . row) items. | |
6019 Mention left-fringe and right-fringe area events. | |
6020 (Accessing Events): New functions posn-area and | |
6021 posn-actual-col-row. Mention posn-timestamp. Mention that | |
6022 posn-point in non-text area still returns buffer position. | |
6023 Clarify posn-col-row. | |
6024 | |
6025 2003-11-21 Lars Hansen <larsh@math.ku.dk> | |
6026 | |
6027 * files.texi (File Attributes): Describe new parameter ID-FORMAT. | |
6028 * anti.texi (File Attributes): Describe removed parameter | |
6029 ID-FORMAT. | |
6030 | |
6031 2003-11-20 Luc Teirlinck <teirllm@auburn.edu> | |
6032 | |
6033 * positions.texi (Positions): Mention that, if a marker is used as | |
6034 a position, its buffer is ignored. | |
6035 | |
6036 * markers.texi (Overview of Markers): Mention it here too. | |
6037 | |
6038 2003-11-12 Luc Teirlinck <teirllm@auburn.edu> | |
6039 | |
6040 * numbers.texi (Numeric Conversions): Not just `floor', but also | |
6041 `truncate', `ceiling' and `round' accept optional argument DIVISOR. | |
6042 | |
6043 2003-11-10 Luc Teirlinck <teirllm@auburn.edu> | |
6044 | |
6045 * markers.texi (Creating Markers): Specify insertion type of | |
6046 created markers. Add xref to `Marker Insertion Types'. | |
6047 Second argument to `copy-marker' is optional. | |
6048 (Marker Insertion Types): Mention that most markers are created | |
6049 with insertion type nil. | |
6050 (The Mark): Correctly describe when `mark' signals an error. | |
6051 (The Region): Correctly describe when `region-beginning' and | |
6052 `region-end' signal an error. | |
6053 | |
6054 2003-11-08 Luc Teirlinck <teirllm@auburn.edu> | |
6055 | |
6056 * hash.texi (Creating Hash): Clarify description of `eql'. | |
6057 `makehash' is obsolete. | |
6058 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'. | |
6059 | |
6060 * positions.texi (Point): Change description of `buffer-end', so | |
6061 that it is also correct for floating point arguments. | |
6062 (List Motion): Correct argument lists of `beginning-of-defun' and | |
6063 `end-of-defun'. | |
6064 (Excursions): Add xref to `Marker Insertion Types'. | |
6065 (Narrowing): Argument to `narrow-to-page' is optional. | |
6066 | |
6067 2003-11-06 Luc Teirlinck <teirllm@auburn.edu> | |
6068 | |
6069 * streams.texi (Output Streams): Clarify behavior of point for | |
6070 marker output streams. | |
6071 | |
6072 2003-11-04 Luc Teirlinck <teirllm@auburn.edu> | |
6073 | |
6074 * variables.texi (Defining Variables): Second argument to | |
6075 `defconst' is not optional. | |
6076 (Setting Variables): Mention optional argument APPEND to | |
6077 `add-to-list'. | |
6078 (Creating Buffer-Local): Expand description of | |
6079 `make-variable-buffer-local'. | |
6080 (Frame-Local Variables): Expand description of | |
6081 `make-variable-frame-local'. | |
6082 (Variable Aliases): Correct description of optional argument | |
6083 DOCSTRING to `defvaralias'. Mention return value of | |
6084 `defvaralias'. | |
6085 (File Local Variables): Add xref to `File variables' in Emacs | |
6086 Manual. Correct description of `hack-local-variables'. Mention | |
6087 `safe-local-variable' property. Mention optional second argument | |
6088 to `risky-local-variable-p'. | |
6089 | |
6090 2003-11-03 Luc Teirlinck <teirllm@auburn.edu> | |
6091 | |
6092 * symbols.texi (Symbol Plists): Mention return value of `setplist'. | |
6093 | |
6094 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
6095 | |
6096 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi | |
6097 lispref/customize.texi, lispref/display.texi, lispref/files.texi, | |
6098 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi, | |
6099 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi, | |
6100 lispref/objects.texi, lispref/os.texi, lispref/positions.texi, | |
6101 lispref/processes.texi, lispref/searching.texi, | |
6102 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi, | |
6103 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with | |
6104 @acronym{FOO}. | |
6105 | |
6106 2003-10-27 Luc Teirlinck <teirllm@auburn.edu> | |
6107 | |
6108 * strings.texi (Creating Strings): Argument START to `substring' | |
6109 can not be `nil'. Expand description of | |
6110 `substring-no-properties'. Correct description of `split-string', | |
6111 especially with respect to empty matches. Prevent very bad line | |
6112 break in definition of `split-string-default-separators'. | |
6113 (Text Comparison): `string=' and `string<' also accept symbols as | |
6114 arguments. | |
6115 (String Conversion): More completely describe argument BASE in | |
6116 `string-to-number'. | |
6117 (Formatting Strings): `%s' and `%S' in `format' do require | |
6118 corresponding object. Clarify behavior of numeric prefix after | |
6119 `%' in `format'. | |
6120 (Case Conversion): The argument to `upcase-initials' can be a | |
6121 character. | |
6122 | |
6123 2003-10-27 Kenichi Handa <handa@m17n.org> | |
6124 | |
6125 * display.texi (Fontsets): Fix texinfo usage. | |
6126 | |
6127 2003-10-25 Kenichi Handa <handa@m17n.org> | |
6128 | |
6129 * display.texi (Fontsets): Add description of the function | |
6130 set-fontset-font. | |
6131 | |
6132 2003-10-23 Luc Teirlinck <teirllm@auburn.edu> | |
6133 | |
6134 * display.texi (Temporary Displays): Add xref to `Documentation | |
6135 Tips'. | |
6136 | |
6137 * functions.texi (Function Safety): Use inforef instead of pxref | |
6138 for SES. | |
6139 | |
6140 2003-10-23 Andreas Schwab <schwab@suse.de> | |
6141 | |
6142 * Makefile.in (TEX, texinputdir): Don't define. | |
6143 (TEXI2DVI): Define. | |
6144 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm, | |
6145 add $(srcdir)/index.texi. | |
6146 ($(infodir)/elisp): Remove index.texi dependency. | |
6147 (elisp.dvi): Likewise. Use $(TEXI2DVI). | |
6148 (index.texi): Remove target. | |
6149 (dist): Don't link $(srcdir)/permute-index. | |
6150 (clean): Don't remove index.texi. | |
6151 | |
6152 * permute-index, index.perm: Remove. | |
6153 * index.texi: Rename from index.unperm. | |
6154 | |
6155 2003-10-22 Luc Teirlinck <teirllm@auburn.edu> | |
6156 | |
6157 * tips.texi (Documentation Tips): Document new behavior for face | |
6158 and variable hyperlinks in Help mode. | |
6159 | |
6160 2003-10-21 Luc Teirlinck <teirllm@auburn.edu> | |
6161 | |
6162 * objects.texi (Integer Type): Update for extra bit of integer range. | |
6163 (Character Type): Ditto. | |
6164 | |
6165 2003-10-16 Eli Zaretskii <eliz@gnu.org> | |
6166 | |
6167 * numbers.texi (Integer Basics): Add index entries for reading | |
6168 numbers in hex, octal, and binary. | |
6169 | |
6170 2003-10-16 Lute Kamstra <lute@gnu.org> | |
6171 | |
6172 * modes.texi (Mode Line Format): Mention force-mode-line-update's | |
6173 argument. | |
6174 | |
6175 2003-10-13 Luc Teirlinck <teirllm@auburn.edu> | |
6176 | |
6177 * windows.texi (Choosing Window): Fix typo. | |
6178 * edebug.texi (Edebug Execution Modes): Fix typo. | |
6179 | |
6180 2003-10-13 Richard M. Stallman <rms@gnu.org> | |
6181 | |
6182 * windows.texi (Basic Windows): A window has fringe settings, | |
6183 display margins and scroll-bar settings. | |
6184 (Splitting Windows): Doc split-window return value. | |
6185 Clean up one-window-p. | |
6186 (Selecting Windows): Fix typo. | |
6187 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window. | |
6188 (Buffers and Windows): In set-window-buffer, explain effect | |
6189 on fringe settings and scroll bar settings. | |
6190 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg. | |
6191 (Choosing Window): Use defopt for pop-up-frame-function. | |
6192 For special-display-buffer-names, explain same-window and same-frame. | |
6193 Clarify window-dedicated-p return value. | |
6194 (Textual Scrolling): scroll-up and scroll-down can get an error. | |
6195 (Horizontal Scrolling): Clarify auto-hscroll-mode. | |
6196 Clarify set-window-hscroll. | |
6197 (Size of Window): Don't mention tool bar in window-height. | |
6198 (Coordinates and Windows): Explain what coordinates-in-window-p | |
6199 returns for fringes and display margins. | |
6200 (Window Configurations): Explain saving fringes, etc. | |
6201 | |
6202 * tips.texi (Library Headers): Clean up Documentation. | |
6203 | |
6204 * syntax.texi (Parsing Expressions): Clean up forward-comment | |
6205 and parse-sexp-lookup-properties. | |
6206 | |
6207 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors. | |
6208 | |
6209 * os.texi (System Environment): Clean up text for load-average errors. | |
6210 | |
6211 * modes.texi (Hooks): Don't explain local hook details at front. | |
6212 Clarify run-hooks and run-hook-with-args a little. | |
6213 Clean up add-hook and remove-hook. | |
6214 | |
6215 * edebug.texi (Edebug Execution Modes): Clarify t. | |
6216 Document edebug-sit-for-seconds. | |
6217 (Coverage Testing): Document C-x X = and =. | |
6218 (Instrumenting Macro Calls): Fix typo. | |
6219 (Specification List): Don't index the specification keywords. | |
6220 | |
6221 2003-10-10 Kim F. Storm <storm@cua.dk> | |
6222 | |
6223 * processes.texi (Network): Introduce make-network-process. | |
6224 | |
6225 2003-10-09 Luc Teirlinck <teirllm@auburn.edu> | |
6226 | |
6227 * tips.texi (Library Headers): Fix typo. | |
6228 | |
6229 2003-10-07 Juri Linkov <juri@jurta.org> | |
6230 | |
6231 * modes.texi (Imenu): Mention imenu-create-index-function's | |
6232 default value. Explain submenus better. | |
6233 | |
6234 2003-10-07 Lute Kamstra <lute@gnu.org> | |
6235 | |
6236 * modes.texi (Faces for Font Lock): Fix typo. | |
6237 (Hooks): Explain how buffer-local hook variables can refer to | |
6238 global hook variables. | |
6239 Various minor clarifications. | |
6240 | |
6241 2003-10-06 Lute Kamstra <lute@gnu.org> | |
6242 | |
6243 * tips.texi (Coding Conventions): Mention naming conventions for | |
6244 hooks. | |
6245 | |
6246 2003-10-05 Luc Teirlinck <teirllm@auburn.edu> | |
6247 | |
6248 * loading.texi (Library Search): Correct default value of | |
6249 load-suffixes. | |
6250 (Named Features): Fix typo. | |
6251 | |
6252 2003-10-05 Richard M. Stallman <rms@gnu.org> | |
6253 | |
6254 * loading.texi (Named Features): In `provide', | |
6255 say how to test for subfeatures. | |
6256 (Unloading): In unload-feature, use new var name | |
6257 unload-feature-special-hooks. | |
6258 | |
6259 2003-10-03 Lute Kamstra <lute@gnu.org> | |
6260 | |
6261 * modes.texi (Major Mode Conventions): Mention third way to set up | |
6262 Imenu. | |
6263 (Imenu): A number of small fixes. | |
6264 Delete documentation of internal variable imenu--index-alist. | |
6265 Document the return value format of imenu-create-index-function | |
6266 functions. | |
6267 | |
6268 2003-09-30 Richard M. Stallman <rms@gnu.org> | |
6269 | |
6270 * processes.texi (Network): Say what stopped datagram connections do. | |
6271 | |
6272 * lists.texi (Association Lists): Clarify `assq-delete-all'. | |
6273 | |
6274 * display.texi (Overlay Properties): Clarify `evaporate' property. | |
6275 | |
6276 2003-09-29 Lute Kamstra <lute@gnu.org> | |
6277 | |
6278 * modes.texi (Mode Line Data): Explain when symbols in mode-line | |
6279 constructs should be marked as risky. | |
6280 Change cons cell into proper list. | |
6281 (Mode Line Variables): Change cons cell into proper list. | |
6282 | |
6283 2003-09-26 Lute Kamstra <lute@gnu.org> | |
6284 | |
6285 * modes.texi (Mode Line Data): Document the :propertize construct. | |
6286 (Mode Line Variables): Reorder the descriptions of the variables | |
6287 to match their order in the default mode-line-format. | |
6288 Describe the new variables mode-line-position and mode-line-modes. | |
6289 Update the default values of mode-line-frame-identification, | |
6290 minor-mode-alist, and default-mode-line-format. | |
6291 (Properties in Mode): Mention the :propertize construct. | |
6292 | |
6293 2003-09-26 Richard M. Stallman <rms@gnu.org> | |
6294 | |
6295 * buffers.texi, commands.texi, debugging.texi, eval.texi: | |
6296 * loading.texi, minibuf.texi, text.texi, variables.texi: | |
6297 Avoid @strong{Note:}. | |
6298 | |
6299 2003-09-26 Richard M. Stallman <rms@gnu.org> | |
6300 | |
6301 * keymaps.texi (Remapping Commands): Fix typo. | |
6302 | |
6303 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu> | |
6304 | |
6305 * processes.texi (Low-Level Network): Fix typo. | |
6306 | |
6307 2003-09-23 Kim F. Storm <storm@cua.dk> | |
6308 | |
6309 * processes.texi (Network, Network Servers): Fix typos. | |
6310 (Low-Level Network): Add timeout value for :server keyword. | |
6311 Add new option keywords to make-network-process. | |
6312 Add set-network-process-options. | |
6313 Explain how to test availability of network options. | |
6314 | |
6315 2003-09-19 Richard M. Stallman <rms@gnu.org> | |
6316 | |
6317 * text.texi (Motion by Indent): Arg to | |
6318 backward-to-indentation and forward-to-indentation is optional. | |
6319 | |
6320 * strings.texi (Creating Strings): Add substring-no-properties. | |
6321 | |
6322 * processes.texi | |
6323 (Process Information): Add list-processes arg QUERY-ONLY. | |
6324 Delete process-contact from here. | |
6325 Add new status values for process-status. | |
6326 Add process-get, process-put, process-plist, set-process-plist. | |
6327 (Synchronous Processes): Add call-process-shell-command. | |
6328 (Signals to Processes): signal-process allows process objects. | |
6329 (Network): Complete rewrite. | |
6330 (Network Servers, Datagrams, Low-Level Network): New nodes. | |
6331 | |
6332 * positions.texi (Word Motion): forward-word, backward-word | |
6333 arg is optional. Reword. | |
6334 | |
6335 * abbrevs.texi (Defining Abbrevs): Index no-self-insert. | |
6336 | |
6337 * variables.texi (Creating Buffer-Local): | |
6338 Delete duplicate definition of buffer-local-value. | |
6339 (File Local Variables): Explain about discarding text props. | |
6340 | |
6341 2003-09-11 Richard M. Stallman <rms@gnu.org> | |
6342 | |
6343 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer | |
6344 changes variables that record input events. | |
6345 (Minibuffer Misc): Add minibuffer-selected-window. | |
6346 | |
6347 * lists.texi (Building Lists): Add copy-tree. | |
6348 | |
6349 * display.texi (Fontsets): Add char-displayable-p. | |
6350 (Scroll Bars): New node. | |
6351 | |
6352 2003-09-08 Lute Kamstra <lute@gnu.org> | |
6353 | |
6354 * modes.texi (%-Constructs): Document new `%i' and `%I' | |
6355 constructs. | |
6356 | |
6357 2003-09-03 Peter Runestig <peter@runestig.com> | |
6358 | |
6359 * makefile.w32-in: New file. | |
6360 | |
6361 2003-08-29 Richard M. Stallman <rms@gnu.org> | |
6362 | |
6363 * display.texi (Overlay Properties): Clarify how priorities | |
6364 affect use of the properties. | |
6365 | |
6366 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu> | |
6367 | |
6368 * customize.texi (Type Keywords): Correct the description of | |
6369 `:help-echo' in the case where `motion-doc' is a function. | |
6370 | |
6371 2003-08-14 John Paul Wallington <jpw@gnu.org> | |
6372 | |
6373 * modes.texi (Emulating Mode Line): Subsection, not section. | |
6374 | |
6375 2003-08-13 Richard M. Stallman <rms@gnu.org> | |
6376 | |
6377 * elisp.texi (Top): Update subnode lists in menu. | |
6378 | |
6379 * text.texi (Insertion): Add insert-buffer-substring-no-properties. | |
6380 (Kill Functions): kill-region has new arg yank-handler. | |
6381 (Yanking): New node. | |
6382 (Yank Commands): Add yank-undo-function. | |
6383 (Low-Level Kill Ring): | |
6384 kill-new and kill-append have new arg yank-handler. | |
6385 (Changing Properties): Add remove-list-of-text-properties. | |
6386 (Atomic Changes): New node. | |
6387 | |
6388 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put. | |
6389 | |
6390 * streams.texi (Output Variables): Add eval-expression-print-length | |
6391 and eval-expression-print-level. | |
6392 | |
6393 * os.texi (Time Conversion): For encode-time, explain limits on year. | |
6394 | |
6395 * objects.texi (Character Type): Define anchor "modifier bits". | |
6396 | |
6397 * modes.texi (Emulating Mode Line): New node. | |
6398 (Search-based Fontification): Font Lock uses font-lock-face property. | |
6399 (Other Font Lock Variables): Likewise. | |
6400 | |
6401 * keymaps.texi (Format of Keymaps): Keymaps contain char tables, | |
6402 not vectors. | |
6403 (Active Keymaps): Add emulation-mode-map-alists. | |
6404 (Functions for Key Lookup): key-binding has new arg no-remap. | |
6405 (Remapping Commands): New node. | |
6406 (Scanning Keymaps): where-is-internal has new arg no-remap. | |
6407 (Tool Bar): Add tool-bar-local-item-from-menu. | |
6408 Clarify when to use tool-bar-add-item-from-menu. | |
6409 | |
6410 * commands.texi (Interactive Call): commandp has new arg. | |
6411 (Command Loop Info): Add this-original-command. | |
6412 | |
6413 2003-08-06 John Paul Wallington <jpw@gnu.org> | |
6414 | |
6415 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'. | |
6416 | |
6417 * display.texi (Warning Basics): Fix typo. | |
6418 (Fringes): Add closing curly bracket and fix typo. | |
6419 | |
6420 * elisp.texi (Top): Fix typo. | |
6421 | |
6422 2003-08-05 Richard M. Stallman <rms@gnu.org> | |
6423 | |
6424 * elisp.texi: Update lists of subnodes. | |
6425 | |
6426 * windows.texi (Buffers and Windows): set-window-buffer has new arg. | |
6427 | |
6428 * variables.texi (Local Variables): Use lc for example variable names. | |
6429 | |
6430 * tips.texi (Library Headers): Explain where to put -*-. | |
6431 | |
6432 * strings.texi (Creating Strings): Fix xref for vconcat. | |
6433 | |
6434 * sequences.texi (Vector Functions): | |
6435 vconcat no longer allows integer args. | |
6436 | |
6437 * minibuf.texi (Reading File Names): read-file-name has new | |
6438 arg PREDICATE. New function read-directory-name. | |
6439 | |
6440 * macros.texi (Defining Macros): Give definition of `declare' | |
6441 (Indenting Macros): New node. | |
6442 | |
6443 * frames.texi (Parameter Access): Add modify-all-frames-parameters. | |
6444 (Window Frame Parameters): Make separate table of parameters | |
6445 that are coupled with specific face attributes. | |
6446 (Deleting Frames): delete-frame-hooks renamed to | |
6447 delete-frame-functions. | |
6448 | |
6449 * files.texi (Magic File Names): Add file-remote-p. | |
6450 Clarify file-local-copy. | |
6451 | |
6452 * edebug.texi (Instrumenting Macro Calls): Don't define `declare' | |
6453 here; instead xref Defining Macros. | |
6454 | |
6455 * display.texi (Warnings): New node, and subnodes. | |
6456 (Fringes): New node. | |
6457 | |
6458 * debugging.texi (Test Coverage): New node. | |
6459 | |
6460 * compile.texi (Compiler Errors): Explain with-no-warnings | |
6461 and other ways to suppress warnings. | |
6462 | |
6463 * commands.texi (Interactive Call): Minor clarification. | |
6464 | |
6465 * buffers.texi (Buffer File Name): set-visited-file-name | |
6466 renames the buffer too. | |
6467 | |
6468 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table. | |
6469 | |
6470 2003-07-24 Markus Rost <rost@math.ohio-state.edu> | |
6471 | |
6472 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example. | |
6473 | |
6474 2003-07-22 Markus Rost <rost@math.ohio-state.edu> | |
6475 | |
6476 * internals.texi (Garbage Collection): Fix previous change. | |
6477 | |
6478 2003-07-22 Richard M. Stallman <rms@gnu.org> | |
6479 | |
6480 * files.texi (Truenames): Add LIMIT arg to file-chase-links. | |
6481 | |
6482 * display.texi (Width): Use \s syntax in example. | |
6483 (Font Selection): Add face-font-rescale-alist. | |
6484 | |
6485 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu. | |
6486 Remove spurious indent in example. | |
6487 | |
6488 * lists.texi (Building Lists): Add number-sequence. | |
6489 | |
6490 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed. | |
6491 | |
6492 * functions.texi (Function Documentation): Explain how to | |
6493 show calling convention explicitly in the doc string. | |
6494 | |
6495 * windows.texi (Selecting Windows): save-selected-window saves | |
6496 selected window of each frame. | |
6497 (Window Configurations): Minor change. | |
6498 | |
6499 * syntax.texi (Syntax Table Functions): Use \s syntax in examples. | |
6500 | |
6501 * streams.texi (Output Variables): Add print-continuous-numbering | |
6502 and print-number-table. | |
6503 | |
6504 * processes.texi (Decoding Output): New node. | |
6505 | |
6506 * os.texi (Time Conversion): decode-time arg is optional. | |
6507 | |
6508 * objects.texi (Character Type): Don't use space as example for \. | |
6509 Make list of char names and \-sequences correspond. | |
6510 Explain that \s is not used in strings. `\ ' needs space after. | |
6511 | |
6512 * nonascii.texi (Converting Representations): Add string-to-multibyte. | |
6513 (Translation of Characters): Add translation-table-for-input. | |
6514 (Default Coding Systems): Add auto-coding-functions. | |
6515 (Explicit Encoding): Add decode-coding-inserted-region. | |
6516 (Locales): Add locale-info. | |
6517 | |
6518 * minibuf.texi (Basic Completion): Describe test-completion. | |
6519 Collections can be lists of strings. | |
6520 Clean up lazy-completion-table. | |
6521 (Programmed Completion): Mention test-completion. | |
6522 Clarify why lambda expressions are not accepted. | |
6523 (Minibuffer Misc): Describe minibufferp. | |
6524 | |
6525 2003-07-14 Richard M. Stallman <rms@gnu.org> | |
6526 | |
6527 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local. | |
6528 | |
6529 * windows.texi (Selecting Windows): New arg to select-window. | |
6530 (Selecting Windows): Add with-selected-window. | |
6531 (Size of Window): Add window-inside-edges, etc. | |
6532 | |
6533 * internals.texi (Garbage Collection): Add post-gc-hook. | |
6534 | |
6535 * processes.texi (Subprocess Creation): Add exec-suffixes. | |
6536 | |
6537 * keymaps.texi (Functions for Key Lookup): Add current-active-maps. | |
6538 (Scanning Keymaps): Add map-keymaps. | |
6539 (Defining Menus): Add keymap-prompt. | |
6540 | |
6541 * numbers.texi (Integer Basics): Add most-positive-fixnum, | |
6542 most-negative-fixnum. | |
6543 | |
6544 * compile.texi (Byte Compilation): Explain no-byte-compile | |
6545 (Compiler Errors): New node. | |
6546 | |
6547 * os.texi (User Identification): user-uid, user-real-uid | |
6548 can return float. | |
6549 | |
6550 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks | |
6551 and about derived modes. | |
6552 (Minor Modes): Add minor-mode-list. | |
6553 (Defining Minor Modes): Keyword args for define-minor-mode. | |
6554 (Search-based Fontification): Explain managing other properties. | |
6555 (Other Font Lock Variables): Add font-lock-extra-managed-props. | |
98444 | 6556 (Faces for Font Lock): Add font-lock-preprocessor-face. |
84043 | 6557 (Hooks): Add run-mode-hooks and delay-mode-hooks. |
6558 | |
6559 * variables.texi (Creating Buffer-Local): Add buffer-local-value. | |
6560 (Variable Aliases): Clarify defvaralias. | |
6561 | |
6562 * loading.texi (Library Search): Add load-suffixes. | |
6563 | |
6564 * minibuf.texi (Basic Completion): Add lazy-completion-table. | |
6565 (Programmed Completion): Add dynamic-completion-table. | |
6566 | |
6567 * files.texi (Changing Files): copy-file allows dir as NEWNAME. | |
6568 (Magic File Names): Specify precedence order of handlers. | |
6569 | |
6570 * commands.texi (Command Overview): Emacs server runs pre-command-hook | |
6571 and post-command-hook. | |
6572 (Waiting): New calling convention for sit-for. | |
6573 | |
6574 * text.texi (Special Properties): local-map and keymap properties | |
6575 apply based on their stickiness. | |
6576 | |
6577 2003-07-07 Richard M. Stallman <rms@gnu.org> | |
6578 | |
6579 * modes.texi (Minor Mode Conventions): Specify only some kinds | |
6580 of list values as args to minor modes. | |
6581 | |
6582 * files.texi (File Name Expansion): Warn about iterative use | |
6583 of substitute-in-file-name. | |
6584 | |
6585 * advice.texi (Activation of Advice): Clean up previous change. | |
6586 | |
6587 2003-07-06 Markus Rost <rost@math.ohio-state.edu> | |
6588 | |
6589 * advice.texi (Activation of Advice): Note that ad-start-advice is | |
6590 turned on by default. | |
6591 | |
6592 2003-06-30 Richard M. Stallman <rms@gnu.org> | |
6593 | |
6594 * text.texi (Buffer Contents): Document current-word. | |
6595 (Change Hooks): Not called for *Messages*. | |
6596 | |
6597 * functions.texi (Defining Functions): Explain about redefining | |
6598 primitives. | |
6599 (Function Safety): Renamed. Minor changes. | |
6600 Comment out the detailed criteria for what is safe. | |
6601 | |
6602 2003-06-22 Andreas Schwab <schwab@suse.de> | |
6603 | |
6604 * objects.texi (Symbol Type): Fix description of examples. | |
6605 | |
6606 2003-06-16 Andreas Schwab <schwab@suse.de> | |
6607 | |
6608 * hash.texi (Creating Hash): Fix description of :weakness. | |
6609 | |
93309 | 6610 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net> |
84043 | 6611 |
6612 * files.texi (Changing Files): copy-file copies file modes, too. | |
6613 | |
6614 2003-05-28 Richard M. Stallman <rms@gnu.org> | |
6615 | |
6616 * strings.texi (Creating Strings): Clarify split-string. | |
6617 | |
6618 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org> | |
6619 | |
6620 * strings.texi (Creating Strings): Update split-string specification | |
6621 and examples. | |
6622 | |
6623 2003-05-19 Richard M. Stallman <rms@gnu.org> | |
6624 | |
6625 * elisp.texi: Correct invariant section names. | |
6626 | |
6627 2003-04-20 Richard M. Stallman <rms@gnu.org> | |
6628 | |
6629 * os.texi (Timers): Explain about timers and quitting. | |
6630 | |
6631 2003-04-19 Richard M. Stallman <rms@gnu.org> | |
6632 | |
6633 * internals.texi (Writing Emacs Primitives): Strings are | |
6634 no longer special for GCPROs. Mention GCPRO5, GCPRO6. | |
6635 Explain GCPRO convention for varargs function args. | |
6636 | |
6637 2003-04-16 Richard M. Stallman <rms@gnu.org> | |
6638 | |
6639 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message. | |
6640 | |
6641 2003-04-08 Richard M. Stallman <rms@gnu.org> | |
6642 | |
6643 * files.texi (Kinds of Files): Correct return value of file-symlink-p. | |
6644 | |
6645 2003-02-13 Kim F. Storm <storm@cua.dk> | |
6646 | |
6647 * objects.texi (Character Type): New \s escape for space. | |
6648 | |
6649 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> | |
6650 | |
6651 * os.texi (System Environment): Added cygwin system-type. | |
6652 | |
6653 2003-01-25 Richard M. Stallman <rms@gnu.org> | |
6654 | |
6655 * keymaps.texi: Document that a symbol can act as a keymap. | |
6656 | |
6657 2003-01-13 Richard M. Stallman <rms@gnu.org> | |
6658 | |
6659 * text.texi (Changing Properties): Say string indices are origin-0. | |
6660 | |
6661 * positions.texi (Screen Lines) <compute-motion>: | |
6662 Correct order of elts in return value. | |
6663 | |
6664 * keymaps.texi (Changing Key Bindings) <define-key>: Mention | |
6665 how to define a default binding. | |
6666 | |
6667 2002-12-07 Markus Rost <rost@math.ohio-state.edu> | |
6668 | |
6669 * loading.texi (Unloading): Fix recent change for load-history. | |
6670 | |
6671 * customize.texi (Simple Types): Clarify description of custom | |
6672 type 'number. Describe new custom type 'float. | |
6673 | |
6674 2002-12-04 Markus Rost <rost@math.ohio-state.edu> | |
6675 | |
6676 * variables.texi (File Local Variables): Fix typo. | |
6677 | |
93309 | 6678 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de> |
84043 | 6679 |
6680 From Michael Albinus <Michael.Albinus@alcatel.de>. | |
6681 | |
6682 * README: Target for Info file is `make info'. | |
6683 | |
6684 * files.texi (File Name Components): Fixed typos in | |
6685 `file-name-sans-extension'. | |
6686 (Magic File Names): Complete list of operations for magic file | |
6687 name handlers. | |
6688 | |
6689 2002-09-16 Jonathan Yavner <jyavner@engineer.com> | |
6690 | |
6691 * variables.texi (File Local Variables): New function | |
6692 risky-local-variable-p. | |
6693 | |
6694 2002-09-15 Jonathan Yavner <jyavner@engineer.com> | |
6695 | |
6696 * functions.texi (Function safety): New node about unsafep. | |
6697 | |
6698 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk> | |
6699 | |
6700 * customize.texi (Splicing into Lists): Fixed example. | |
6701 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> | |
6702 | |
6703 2002-06-17 Juanma Barranquero <lektu@terra.es> | |
6704 | |
6705 * frames.texi (Display Feature Testing): Fix typo. | |
6706 | |
6707 2002-06-12 Andreas Schwab <schwab@suse.de> | |
6708 | |
6709 * frames.texi (Initial Parameters, Resources): Fix references to | |
6710 the Emacs manual. | |
6711 | |
6712 2002-05-13 Kim F. Storm <storm@cua.dk> | |
6713 | |
6714 * variables.texi (Intro to Buffer-Local): Updated warning and | |
6715 example relating to changing buffer inside let. | |
6716 | |
93309 | 6717 2002-03-10 Jan Djärv <jan.h.d@swipnet.se> |
84043 | 6718 |
6719 * os.texi (Session Management): New node about X Session management. | |
6720 | |
6721 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il> | |
6722 | |
6723 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs | |
6724 to which the manual corresponds, and the copyright years. | |
6725 | |
6726 * Makefile.in (VERSION): Set to 2.9. | |
6727 | |
6728 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> | |
6729 | |
6730 * elisp.texi: Change the category in @dircategory to "Emacs", to | |
6731 make it consistent with info/dir. | |
6732 | |
6733 2001-11-25 Miles Bader <miles@gnu.org> | |
6734 | |
6735 * text.texi (Fields): Describe new `limit' arg in | |
6736 field-beginning/field-end. | |
6737 | |
6738 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> | |
6739 | |
6740 * permute-index: Don't depend on csh-specific features. Replace | |
6741 the interpreter name with /bin/sh. | |
6742 | |
6743 * two-volume-cross-refs.txt: New file. | |
6744 * two.el: New file. | |
6745 * spellfile: New file. | |
6746 | |
6747 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il> | |
6748 | |
6749 * permute-index: New file. | |
6750 | |
6751 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and | |
6752 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS | |
6753 8+3 restricted namespace. | |
6754 | |
6755 * Makefile.in (infodir): Define relative to $(srcdir). | |
6756 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the | |
6757 include directories list via -I switch to makeinfo. | |
6758 (index.texi): Use cp if both hard and symbolic links fail. | |
6759 | |
6760 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il> | |
6761 | |
6762 * Makefile.in (distclean): Add. | |
6763 | |
6764 The following changes make ELisp manual part of the Emacs | |
6765 distribution: | |
6766 | |
6767 * Makefile.in: Add Copyright notice. | |
6768 (prefix): Remove. | |
6769 (infodir): Change value to "../info". | |
6770 (VPATH): New variable. | |
6771 (MAKE): Don't define. | |
6772 (texmacrodir): Don't define. | |
6773 (texinputdir): Append the existing value of TEXINPUTS. | |
6774 ($(infodir)/elisp): Instead of just "elisp". Reformat the | |
6775 command to be compatible with man/Makefile.in, and to put the | |
6776 output into ../info. | |
6777 (info): Add target. | |
6778 (installall): Target removed. | |
6779 | |
93309 | 6780 2001-10-31 Pavel JanÃk <Pavel@Janik.cz> |
84043 | 6781 |
6782 * tips.texi (Coding Conventions): Fix typo. | |
6783 | |
6784 2001-10-23 Gerd Moellmann <gerd@gnu.org> | |
6785 | |
6786 * Makefile.in (srcs): Add gpl.texi and doclicense.texi. | |
6787 | |
6788 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> | |
6789 | |
6790 * files.texi (File Name Components): Update the description of | |
6791 file-name-sans-extension and file-name-extension, as they now | |
6792 ignore leading dots. | |
6793 | |
6794 2001-10-20 Gerd Moellmann <gerd@gnu.org> | |
6795 | |
6796 * (Version 21.1 released.) | |
6797 | |
6798 2001-10-19 Miles Bader <miles@gnu.org> | |
6799 | |
6800 * positions.texi (Text Lines): Describe behavior of | |
6801 `beginning-of-line'/`end-of-line' in the presence of field properties. | |
6802 | |
6803 2001-10-17 Gerd Moellmann <gerd@gnu.org> | |
6804 | |
6805 * Makefile.in (VERSION): Set to 2.8. | |
6806 (manual): Use `manual-21'. | |
6807 | |
6808 * elisp.texi (VERSION): Add and use it where the version | |
6809 number was used. Set it to 2.8. | |
6810 | |
6811 * intro.texi: Likewise. | |
6812 | |
6813 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il> | |
6814 | |
6815 * files.texi (File Name Completion): Document the significance of | |
6816 a trailing slash in elements of completion-ignored-extensions. | |
6817 | |
6818 2001-10-06 Miles Bader <miles@gnu.org> | |
6819 | |
6820 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'. | |
6821 | |
6822 2001-10-04 Gerd Moellmann <gerd@gnu.org> | |
6823 | |
6824 * variables.texi (Variable Aliases): New node. | |
6825 | |
6826 2001-10-04 Gerd Moellmann <gerd@gnu.org> | |
6827 | |
6828 * Branch for 21.1. | |
6829 | |
6830 2001-10-02 Miles Bader <miles@gnu.org> | |
6831 | |
6832 * minibuf.texi (Minibuffer Misc): Add entries for | |
6833 `minibuffer-contents', `minibuffer-contents-no-properties', and | |
6834 `delete-minibuffer-contents'. | |
6835 Correct description for `minibuffer-prompt-end'. | |
6836 | |
6837 * text.texi (Property Search): Correct descriptions of | |
6838 `next-char-property-change' and `previous-char-property-change'. | |
6839 Add entries for `next-single-char-property-change' and | |
6840 `previous-single-char-property-change'. | |
6841 Make operand names a bit more consistent. | |
6842 | |
6843 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il> | |
6844 | |
6845 * frames.texi (Finding All Frames): Document that next-frame and | |
6846 previous-frame are local to current terminal. | |
6847 | |
6848 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il> | |
6849 | |
6850 * keymaps.texi (Creating Keymaps): Fix the description of the | |
6851 result of make-keymap. | |
6852 | |
6853 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il> | |
6854 | |
6855 * display.texi (Font Lookup, Attribute Functions) | |
6856 (Image Descriptors): Add cross-references to the definition of | |
6857 selected frame. | |
6858 | |
6859 * buffers.texi (The Buffer List): Add cross-references to the | |
6860 definition of selected frame. | |
6861 | |
6862 * frames.texi (Input Focus): Clarify which frame is _the_ selected | |
6863 frame at any given time. | |
6864 (Multiple Displays, Size and Position): Add a cross-reference to | |
6865 the definition of the selected frame. | |
6866 | |
6867 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> | |
6868 | |
6869 * strings.texi (String Conversion) <string-to-number>: Document | |
6870 that a float is returned for integers that are too large. | |
6871 | |
6872 * frames.texi (Mouse Position): Document mouse-position-function. | |
6873 (Display Feature Testing): Document display-images-p. | |
6874 (Window Frame Parameters): Document the cursor-type variable. | |
6875 | |
6876 * numbers.texi (Integer Basics): Document CL style read syntax for | |
6877 integers in bases other than 10. | |
6878 | |
6879 * positions.texi (List Motion): Document | |
6880 open-paren-in-column-0-is-defun-start. | |
6881 | |
6882 * lists.texi (Sets And Lists): Document member-ignore-case. | |
6883 | |
6884 * internals.texi (Garbage Collection): Document the used and free | |
6885 strings report. | |
6886 (Memory Usage): Document strings-consed. | |
6887 | |
6888 * os.texi (Time of Day): Document float-time. | |
6889 (Recording Input): Document that clear-this-command-keys clears | |
6890 the vector to be returned by recent-keys. | |
6891 | |
6892 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The | |
6893 argument keymap can be a list. | |
6894 | |
6895 * nonascii.texi (User-Chosen Coding Systems) | |
6896 <select-safe-coding-system>: Document the new argument | |
6897 accept-default-p and the variable | |
6898 select-safe-coding-system-accept-default-p. Tell what happens if | |
6899 buffer-file-coding-system is undecided. | |
6900 (Default Coding Systems): Document auto-coding-regexp-alist. | |
6901 | |
6902 * display.texi (The Echo Area) <message>: Document | |
6903 message-truncate-lines. | |
6904 (Glyphs): Document that the glyph table is unused on windowed | |
6905 displays. | |
6906 | |
6907 * help.texi (Describing Characters) <single-key-description>: | |
6908 Document the new argument no-angles. | |
6909 (Accessing Documentation) <documentation-property>: Document that | |
6910 a non-string property is evaluated. | |
6911 <documentation>: Document that the function-documentation property | |
6912 is looked for. | |
6913 | |
6914 * windows.texi (Selecting Windows): Document some-window. | |
6915 | |
6916 * text.texi (MD5 Checksum): New node, documents the md5 primitive. | |
6917 | |
6918 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and | |
6919 apropos-mode-hook. | |
6920 | |
6921 * commands.texi (Using Interactive): Document interactive-form. | |
6922 (Keyboard Macros): Document kbd-macro-termination-hook. | |
6923 (Command Loop Info): Document that clear-this-command-keys clears | |
6924 the vector to be returned by recent-keys. | |
6925 | |
6926 2001-09-04 Werner LEMBERG <wl@gnu.org> | |
6927 | |
6928 * Makefile.in (srcdir, texinputdir): New variables. | |
6929 (srcs, index.texi, install): Use $(srcdir). | |
6930 (.PHONY): Remove elisp.dvi. | |
6931 (elisp): Use -I switch for makeinfo. | |
6932 (elisp.dvi): Use $(srcdir) and $(texinputdir). | |
6933 (installall, dist): Use $(srcdir). | |
6934 Fix path to texinfo.tex. | |
6935 (maintainer-clean): Add elisp.dvi and elisp.oaux. | |
6936 | |
6937 2001-08-30 Gerd Moellmann <gerd@gnu.org> | |
6938 | |
6939 * display.texi (Conditional Display): Adjust to API change. | |
6940 | |
6941 * configure: New file. | |
6942 | |
6943 2001-07-30 Gerd Moellmann <gerd@gnu.org> | |
6944 | |
6945 * commands.texi (Repeat Events): Add description of | |
6946 double-click-fuzz. | |
6947 | |
6948 2001-05-08 Stefan Monnier <monnier@cs.yale.edu> | |
6949 | |
6950 * syntax.texi (Syntax Class Table): Add the missing designator for | |
6951 comment and string fences. | |
6952 (Syntax Properties): Add a xref to syntax table internals. | |
6953 (Syntax Table Internals): Document string-to-syntax. | |
6954 | |
6955 2001-05-07 Gerd Moellmann <gerd@gnu.org> | |
6956 | |
6957 * Makefile.in (install): Use install-info command line options | |
6958 like in Emacs' Makefile.in. | |
6959 | |
6960 2000-12-09 Miles Bader <miles@gnu.org> | |
6961 | |
6962 * windows.texi (Window Start): Update documentation for | |
6963 `pos-visible-in-window-p'. | |
6964 | |
6965 2000-11-12 Stefan Monnier <monnier@cs.yale.edu> | |
6966 | |
6967 * lists.texi (Building Lists): Add footnote to explain how to add | |
6968 to the end of a list. | |
6969 | |
6970 2000-10-25 Gerd Moellmann <gerd@gnu.org> | |
6971 | |
6972 * files.texi (Visiting Functions): Typos. | |
6973 | |
6974 2000-10-25 Kenichi Handa <handa@etl.go.jp> | |
6975 | |
6976 * files.texi (Visiting Functions): Return value of | |
6977 find-file-noselect may be a list of buffers if wildcards are used. | |
6978 | |
6979 2000-10-24 Miles Bader <miles@lsi.nec.co.jp> | |
6980 | |
6981 * display.texi (Defining Faces): Document `graphic' display type | |
6982 in face specs. | |
6983 | |
95891
11cd8097e8d0
Fix typos, convert to utf-8.
Juanma Barranquero <lekktu@gmail.com>
parents:
95881
diff
changeset
|
6984 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
84043 | 6985 |
6986 * hooks.texi (Standard Hooks): Replace obsolete | |
6987 `after-make-frame-hook' with `after-make-frame-functions'. | |
6988 | |
6989 * frames.texi (Creating Frames): Ditto. | |
6990 | |
6991 * variables.texi (Future Local Variables): Ditto. | |
6992 | |
6993 2000-10-16 Gerd Moellmann <gerd@gnu.org> | |
6994 | |
6995 * display.texi (Other Image Types): Add description of :foreground | |
6996 and :background properties of mono PBM images. | |
6997 | |
6998 2000-08-17 Werner LEMBERG <wl@gnu.org> | |
6999 | |
7000 * .cvsignore: New file. | |
7001 | |
7002 2000-01-05 Gerd Moellmann <gerd@gnu.org> | |
7003 | |
7004 * tindex.pl: New script. | |
7005 | |
7006 1999-12-03 Dave Love <fx@gnu.org> | |
7007 | |
7008 * Makefile.in (MAKEINFO): New parameter. | |
7009 | |
7010 1999-09-17 Richard Stallman <rms@gnu.org> | |
7011 | |
7012 * Makefile.in (srcs): Add hash.texi. | |
7013 (VERSION): Update to 20.6. | |
7014 | |
7015 1999-09-13 Richard Stallman <rms@gnu.org> | |
7016 | |
7017 * Makefile.in (index.texi): If cannot make a symlink, make a hard link. | |
7018 | |
7019 1998-08-29 Karl Heuer <kwzh@gnu.org> | |
7020 | |
7021 * configure.in: New file. | |
7022 * Makefile.in: Renamed from Makefile. | |
7023 (prefix, infodir): Use value obtained from configure. | |
7024 (emacslibdir): Obsolete variable deleted. | |
7025 (dist): Distribute configure.in, configure, Makefile.in. | |
7026 | |
7027 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7028 | |
7029 * Makefile (INSTALL_INFO): New variable. | |
7030 (install): Run install-info. | |
7031 | |
7032 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7033 | |
7034 * Makefile (elisp.dvi): Add missing backslash. | |
7035 | |
7036 1998-05-02 Richard Stallman <rms@psilocin.gnu.org> | |
7037 | |
7038 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps. | |
7039 Run texindex without `./'. Always run texindex on elisp.tp. | |
7040 (elisp.tps): Target deleted. | |
7041 | |
7042 1998-04-05 Richard Stallman <rms@psilocin.gnu.org> | |
7043 | |
7044 * Makefile (srcs): Add nonascii.texi and customize.texi. | |
7045 (dist): Start by deleting `temp'. | |
7046 | |
7047 1998-02-17 Richard Stallman <rms@psilocin.gnu.org> | |
7048 | |
7049 * Makefile (makeinfo, texindex): Targets deleted. | |
7050 (makeinfo.o, texindex.o): Targets deleted. | |
7051 (clean, dist): Don't do anything with them or with getopt*. | |
7052 | |
7053 1998-01-30 Richard Stallman <rms@psilocin.gnu.org> | |
7054 | |
7055 * Makefile (SHELL): Defined. | |
7056 | |
7057 1998-01-27 Richard Stallman <rms@psilocin.gnu.org> | |
7058 | |
7059 * Makefile (elisp.tps): New target. | |
7060 (elisp.dvi): Depend on elisp.tps. | |
7061 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7062 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu> |
84043 | 7063 |
7064 * README: Update phone number. | |
7065 | |
7066 * Makefile (elisp): Make this be the default target. | |
7067 Depend on makeinfo.c instead of makeinfo. | |
7068 (install): Don't depend on elisp.dvi, since we don't install that. | |
7069 Use mkinstalldirs. | |
7070 (dist): Add mkinstalldirs. | |
7071 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7072 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
84043 | 7073 |
7074 * Makefile (VERSION): Update version number. | |
7075 (maintainer-clean): Renamed from realclean. | |
7076 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7077 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> |
84043 | 7078 |
7079 * Makefile (realclean): New target. | |
7080 (elisp): Remove any old elisp-* files first. | |
7081 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7082 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) |
84043 | 7083 |
7084 * Makefile (VERSION): New variable. | |
7085 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'. | |
7086 Compressed file suffix should be `.gz', not `.z'. | |
7087 | |
95780
4538778f611d
Fix committer names and other typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
95563
diff
changeset
|
7088 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
84043 | 7089 |
7090 * Makefile (elisp): Depend on makeinfo. | |
7091 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7092 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu) |
84043 | 7093 |
7094 * Makefile (srcs): Add anti.texi. | |
7095 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7096 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
84043 | 7097 |
7098 * Makefile (infodir, prefix): New vars. | |
7099 (install): Use infodir. | |
7100 (emacsinfodir): Deleted. | |
7101 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7102 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
84043 | 7103 |
7104 * Makefile (srcs): Add calendar.texi. | |
7105 | |
7106 * Makefile (dist): Copy texindex.c and makeinfo.c. | |
7107 Limit elisp-* files to those with one or two digits. | |
7108 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7109 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
84043 | 7110 |
7111 * Makefile (dist): Changed to use Gzip instead of compress. | |
7112 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7113 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
84043 | 7114 |
7115 * loading.texi (Unloading): define-function changed back to | |
7116 defalias. It may not stay this way, but at least it's | |
7117 consistent with the known-good version of the code patch. | |
7118 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7119 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) |
84043 | 7120 |
7121 * modes.texi (Hooks): Document new optional arg of add-hook. | |
7122 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7123 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
84043 | 7124 |
7125 * variables.texi: Document nil initial value of buffer-local variables. | |
7126 | |
7127 * tips.texi: Add new section on standard library headers. | |
7128 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7129 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
84043 | 7130 |
7131 * Makefile (srcs): Add frame.texi to the list of sources. | |
7132 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7133 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
84043 | 7134 |
7135 * Makefile (dist): Don't bother excluding autosave files; they'll | |
7136 never make it into the temp directory anyway, and the hash marks | |
7137 in the name are problematic for make and the Bourne shell. | |
7138 (srcs): | |
7139 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7140 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
84043 | 7141 |
7142 * Makefile (dist): Don't include backup files or autosave files in | |
7143 the distribution tar file. | |
7144 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7145 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
84043 | 7146 |
7147 * Makefile (srcs): Added index.perm. | |
7148 (elisp.dvi): Remove erroneous shell comment. | |
7149 Expect output of permute-index in permuted.fns. | |
7150 Save old elisp.aux in elisp.oaux. | |
7151 (clean): Added index.texi to be deleted. | |
7152 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7153 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
84043 | 7154 |
7155 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef. | |
7156 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7157 1990-06-26 David Lawrence (tale@geech) |
84043 | 7158 |
7159 * files.texi: Noted that completion-ignored-extensions is ignored | |
7160 when making *Completions*. | |
7161 | |
100496 | 7162 1990-06-08 Jay Fenlason (hack@ai.mit.edu) |
84043 | 7163 |
7164 * Makefile make dist now depends on elisp.dvi, since it tries | |
7165 to include it in the dist file. | |
7166 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7167 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu) |
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7168 |
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7169 * functions.texinfo (Mapping Functions): Add missing quote. |
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7170 |
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7171 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
84043 | 7172 |
7173 * texinfo.tex (frenchspacing): Use decimal codes for char to be set. | |
7174 (defunargs): Turn off \hyphenchar of \sl font temporarily. | |
7175 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7176 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
84043 | 7177 |
7178 * @result{}, @expansion{}, @print{}, @quiv{}, @point{}, | |
7179 and @error{} are the terms now being used. The files in the | |
7180 directory have been changed to reflect this. | |
7181 | |
7182 * All instances of @indentedresultt{} have been changed to | |
7183 ` @result{}', using 5 spaces at the begining of the line. | |
7184 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7185 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
84043 | 7186 |
7187 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the | |
7188 experimental @indentedresult{}, @indentedexpandsto{} are part of | |
7189 the texinfo.tex in this directory. These TeX macros are not | |
7190 stable yet. | |
7191 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7192 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
84043 | 7193 |
7194 * texinfo.tex: Temporarily added | |
7195 \let\result=\dblarrow | |
7196 \def\error{{\it ERROR} \longdblarrow} | |
7197 We need to do this better soon. | |
7198 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
7199 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
84043 | 7200 |
7201 * Applied Karl Berry's patches to *.texinfo files, but not to | |
7202 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's | |
7203 new title page format is also not applied, since it requires | |
7204 texinfo.tex changes.) | |
7205 | |
7206 * Cleaned up `Makefile' and defined the `emacslibdir' directory | |
7207 for the Project GNU development environment. | |
7208 | |
7209 ;; Local Variables: | |
93309 | 7210 ;; coding: utf-8 |
84043 | 7211 ;; add-log-time-zone-rule: t |
7212 ;; End: | |
7213 | |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
7214 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
7215 2007, 2008 Free Software Foundation, Inc. |
84043 | 7216 |
7217 This file is part of GNU Emacs. | |
7218 | |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
7219 GNU Emacs is free software: you can redistribute it and/or modify |
84043 | 7220 it under the terms of the GNU General Public License as published by |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
7221 the Free Software Foundation, either version 3 of the License, or |
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
7222 (at your option) any later version. |
84043 | 7223 |
7224 GNU Emacs is distributed in the hope that it will be useful, | |
7225 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
7226 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
7227 GNU General Public License for more details. | |
7228 | |
7229 You should have received a copy of the GNU General Public License | |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
7230 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
84043 | 7231 |
7232 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda |