* src/buffer.c (truncate-lines): Doc fix.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
0e406a72
CY
12011-09-24 Chong Yidong <cyd@stupidchicken.com>
2
3 * windows.texi (Window History): New node. Move text here from
4 Buffers and Windows.
5 (Switching Buffers): Rename from Displaying Buffers, since we
6 don't document display-buffer here; callers changed. Document
7 FORCE-SAME-WINDOW arg to switch-to-buffer and
8 switch-to-buffer-other-frame. Delete duplicate
9 replace-buffer-in-windows doc.
10 (Choosing Window): Document display actions.
11
6bf7006f
EZ
122011-09-24 Eli Zaretskii <eliz@gnu.org>
13
14 * display.texi (Forcing Redisplay): Update the description of
15 redisplay-dont-pause due to change in the default value.
16
b33b68a3
MR
172011-09-23 Martin Rudalics <rudalics@gmx.at>
18
19 * frames.texi (Frames and Windows): Move section and rename to
20 Windows and Frames in windows.texi.
21 * windows.texi (Windows): Restructure.
22 (Basic Windows): Rewrite. Explain live and internal windows and
23 normalization functions.
24 (Windows and Frames): Move section here from frames.texi.
25 Describe subwindows, window combinations, window tree, and
26 corresponding functions including window-list here.
27 (Window Sizes): Rename section from Size of Window and move it
28 up in chapter. Describe total and body sizes and the
29 corresponding functions. Explain new semantics of
30 window-min-height/-width.
31 (Resizing Windows): Move section up in chapter. Describe new
32 resize functions.
33 (Splitting Windows): Describe new behavior of split-window,
34 split-window-above-each-other and split-window-side-by-side.
35 Provide examples. Describe window-nest and window-splits
36 options.
37 (Deleting Windows): Minor rewrite.
38 (Selecting Windows): Minor rewrite. Describe
39 frame-selected-window and set-frame-selected-window here.
40 (Cyclic Window Ordering): Minor rewrite. Describe
41 window-list-1.
42 (Buffers and Windows): Rewrite. Explain a window's previous and
43 next buffers and the corresponding functions.
c4682d18 44 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
45 * elisp.texi (Top): Update node listings for frames and windows
46 sections.
47
4d3786ac
SM
482011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
51
713df35b
LMI
522011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
53
54 * errors.texi (Standard Errors): Remove apparent placeholder text
55 (bug#9491).
56
33ed493b
CY
572011-09-18 Chong Yidong <cyd@stupidchicken.com>
58
59 * frames.texi (Management Parameters): Fix description of
60 icon-type parameter.
61
b8f0a954
CY
622011-09-17 Chong Yidong <cyd@stupidchicken.com>
63
64 * tips.texi (Key Binding Conventions): Don't bind a key sequence
65 ending in C-g. Suggested by Edward O'Connor.
66
eddf142c
EZ
672011-09-17 Eli Zaretskii <eliz@gnu.org>
68
69 * numbers.texi (Integer Basics): Add indexing for
70 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
71
bf1af6c7
DM
722011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
73
74 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
75
cec2eab8
JB
762011-09-11 Juanma Barranquero <lekktu@gmail.com>
77
78 * processes.texi (Network Servers): Clarify what the process
79 buffer is used for (bug#9233).
80
51751aa2 812011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
82
83 * lists.texi (Building Lists): Fix typo.
84
35137ed3
CY
852011-08-30 Chong Yidong <cyd@stupidchicken.com>
86
87 * display.texi (Basic Faces): New node. Document new faces.
88
89 * modes.texi (Major Mode Conventions): Move some text there.
90 (Mode Help): Remove major-mode var, duplicated in Major Modes.
91
3fd50d5c
CY
922011-08-29 Chong Yidong <cyd@stupidchicken.com>
93
94 * modes.texi (Basic Major Modes): New node. Callers updated.
95 (Major Modes): Document fundamental-mode and major-mode.
96 (Major Mode Basics): Node deleted; text moved to Major Modes.
97 (Derived Modes): Document derived-mode-p.
98
ddb54206
CY
992011-08-28 Chong Yidong <cyd@stupidchicken.com>
100
a6326082
CY
101 * files.texi (Changing Files, Create/Delete Dirs): Document new
102 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
103 (Visiting Functions): Remove view-file; it is documented in the
104 Emacs manual.
04e2ce72 105
ddb54206
CY
106 * frames.texi (Layout Parameters): The defaults for the
107 menu-bar-lines and tool-bar-lines parameters depend on the mode.
108
109 * display.texi (Progress): Document spinner functionality.
110
111 * os.texi (Killing Emacs): Note that kill-emacs can be called by
112 operating system signals. Refer to save-buffers-kill-terminal
113 instead of save-buffers-kill-emacs.
114
115 * objects.texi (Symbol Type): Document ## print representation.
116
0c95fcf7
EZ
1172011-08-25 Eli Zaretskii <eliz@gnu.org>
118
119 * display.texi (Specified Space): Mention that `space' specs
120 influence bidi reordering.
121 (Bidirectional Display): Explain how to use `(space . PROPS)' for
122 separating fields with bidirectional content.
123
5980d4c6
EZ
1242011-08-24 Eli Zaretskii <eliz@gnu.org>
125
126 * display.texi (Bidirectional Display): Document return value in
127 buffers that are not bidi-reordered for display, and in unibyte
128 buffers.
129
bca633fb
EZ
1302011-08-23 Eli Zaretskii <eliz@gnu.org>
131
132 * nonascii.texi (Character Properties): Document the values for
133 unassigned codepoints.
134
c094bb0c
EZ
1352011-08-18 Eli Zaretskii <eliz@gnu.org>
136
137 * nonascii.texi (Character Properties): Document use of
138 `bidi-class' and `mirroring' properties as part of reordering.
139 Provide cross-references to "Bidirectional Display".
140
141 * display.texi (Bidirectional Display): Document the pitfalls of
142 concatenating strings with bidirectional content, with possible
92b71444
EZ
143 solutions. Document bidi-string-mark-left-to-right. Mention
144 paragraph direction in modes that inherit from prog-mode.
145 Document use of `bidi-class' and `mirroring' properties as part of
146 reordering.
c094bb0c 147
1ea897d5
EZ
1482011-08-16 Eli Zaretskii <eliz@gnu.org>
149
9adfcd0b
EZ
150 * modes.texi (Major Mode Conventions): Improve the documentation
151 of `mode-class' `special' modes.
152
10862873
EZ
153 * nonascii.texi (Character Properties): Document the `mirroring'
154 property. Add index entries.
155
1ea897d5
EZ
156 * syntax.texi (Categories): Add an example of defining a new
157 category and category table.
158
159 * searching.texi (Regexp Backslash): Document how to display
160 existing categories. Mention the possibility of adding
161 categories, and add an xref to where this is described. Add an
162 index entry.
163
ebb552ed
CY
1642011-08-09 Chong Yidong <cyd@stupidchicken.com>
165
166 * text.texi (Special Properties):
167 * display.texi (Overlay Properties): Note that mouse-face cannot
168 change the text size (Bug#8530).
169
51a714e1
CY
1702011-08-08 Chong Yidong <cyd@stupidchicken.com>
171
172 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
173 using setenv instead.
174
4cc60b9b
EZ
1752011-07-28 Eli Zaretskii <eliz@gnu.org>
176
177 * display.texi (Bidirectional Display): Document the fact that
178 bidi-display-reordering is t by default.
179
5deb92fd
EZ
1802011-07-23 Eli Zaretskii <eliz@gnu.org>
181
182 * display.texi (Bidirectional Display): New section.
183
011b0ad6 1842011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
185 Tim Cross <theophilusx@gmail.com> (tiny change)
186 Glenn Morris <rgm@gnu.org>
011b0ad6 187
67f9b9f8 188 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 189
4baf28e6
AS
1902011-07-15 Andreas Schwab <schwab@linux-m68k.org>
191
192 * help.texi (Keys in Documentation): Revert last change.
193
66249842
LMI
1942011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
195
f863868c
LMI
196 * help.texi (Keys in Documentation): Clarify that \= only quotes
197 the next character, and doesn't affect longer sequences in
198 particular (bug#8935).
199
66249842
LMI
200 * debugging.texi (Using Debugger): Mention
201 @code{eval-expression-debug-on-error} (bug#8549).
202
0bb23927 2032011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
204
205 * display.texi (Other Display Specs): Document that `left-fringe'
206 and `right-fringe' display specifications are of the "replacing"
207 kind.
208
f2027cdf
LMI
2092011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
210
211 * help.texi (Documentation Basics): Add a link to the Function
212 Documentation node (bug#6580).
213
f987fde4
LMI
2142011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
215
0bc59b25
LMI
216 * keymaps.texi (Menu Bar): Mention :visible and :enable
217 (bug#6344). Text by Drew Adams.
218
63d55f1f
LMI
219 * modes.texi (Running Hooks): Mention buffer-local hook variables
220 (bug#6218).
221
f987fde4
LMI
222 * objects.texi (General Escape Syntax): "a with grave accent" is
223 ?xe0, not ?x8e0 (bug#5259).
224
b7527639
CY
2252011-07-12 Chong Yidong <cyd@stupidchicken.com>
226
227 * display.texi (Face Attributes, Font Selection): Add references
228 to the Fonts node in the Emacs manual (Bug#4178).
229
c830e5ae
CY
2302011-07-12 Chong Yidong <cyd@stupidchicken.com>
231
232 * display.texi (Window Systems): `window-system' is
233 terminal-local.
234
235 * frames.texi (Frame Parameters, Parameter Access): Don't mention
236 frame-local variables.
237
238 * variables.texi (Buffer-Local Variables): Don't mention obsolete
239 frame-local variables.
240 (Frame-Local Variables): Node deleted.
241
242 * elisp.texi (Top): Update node listing.
243
91223e54
LMI
2442011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
245
246 * elisp.texi: Change "inferiors" to "subnodes" in three places
247 (bug#3523).
248
963578d3
CY
2492011-07-11 Chong Yidong <cyd@stupidchicken.com>
250
251 * frames.texi (Window System Selections): Discussion of
252 x-select-enable-clipboard moved to Emacs manual.
253
07151e49
DD
2542011-07-11 Deniz Dogan <deniz@dogan.se>
255
256 * commands.texi (Prefix Command Arguments): Remove excessive
257 apostrophe.
258
7261e1cf
LMI
2592011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
260
ad21a12a
LMI
261 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
262 description is a string (bug#3313).
263
7261e1cf
LMI
264 * frames.texi (Display Feature Testing): Try to explain what all
265 the visual classes mean (bug#3042).
266
568f7b79
LMI
2672011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
268
18d59e29
LMI
269 * modes.texi (Mode Line Variables): Document `mode-line-remote'
270 and `mode-line-client' (bug#2974).
271
568f7b79
LMI
272 * text.texi (Insertion): Clarify marker movements (bug#1651).
273 Text from Drew Adams.
274
54e10184
LMI
2752011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
276
d94d85e9
LMI
277 * text.texi (Special Properties): Clarify the format of `face'
278 (bug#1375).
279
54e10184
LMI
280 * commands.texi (Interactive Call): Add a `call-interactively'
281 example (bug#1010).
282
413c488d
LMI
2832011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
284
285 * functions.texi (Calling Functions): Link to the "Interactive
286 Call" node (bug#1001).
287
322b7dab 2882011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 289
3deead93
CY
290 * customize.texi (Composite Types): Move alist and plist to here
291 from Simple Types (Bug#7545).
292
293 * elisp.texi (Top): Update menu description.
294
b00d8c1a
CY
295 * display.texi (Face Attributes): Document negative line widths
296 (Bug#6113).
297
d2a6c43b
TR
2982011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
299
300 * searching.texi (Match Data): Note that match data can be
301 overwritten by most functions (bug#2499).
302
c7844a27
LMI
3032011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
304
a9ab721e
LMI
305 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
306 flags mean (bug#6659).
307
c7844a27
LMI
308 * functions.texi (What Is a Function): Document the autoload
309 object (bug#6496).
310
f68d76d0
LMI
3112011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
312
8a20ca4c
LMI
313 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
314 is only used in the Customize user interface (bug#6089).
315
f68d76d0 316 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 317 images (bug#7836).
f68d76d0 318
7018dbe7
EZ
3192011-07-02 Eli Zaretskii <eliz@gnu.org>
320
321 * variables.texi (Defining Variables, Void Variables)
322 (Constant Variables): Fix incorrect usage of @kindex.
323
36cb87a1
LMI
3242011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
325
28ee97c7
LMI
326 * variables.texi (Defining Variables): Add an index entry for
327 `set-variable' (bug#7262).
8d4294e9 328 (Defining Variables): Use @findex for functions.
28ee97c7 329
8862ffd5
LMI
330 * frames.texi (Basic Parameters): Document the `explicit-name'
331 parameter (bug#6951).
332
0ec389b9
LMI
333 * customize.texi (Type Keywords): Clarify that :value provides a
334 default value for all types (bug#7386).
335
36cb87a1
LMI
336 * streams.texi (Output Functions): Document `pp'.
337
11fdef7d 3382011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
339
340 * keymaps.texi (Searching Keymaps):
341 * display.texi (Overlay Properties): Fix errors in 2011-05-29
342 change. Suggested by Johan Bockgård.
343
eeafcea7
CY
3442011-06-15 Chong Yidong <cyd@stupidchicken.com>
345
346 * text.texi (Special Properties): Clarify role of font-lock-face.
347
b96e6cde
LMI
3482011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
349
350 * processes.texi (Process Information): Renamed `process-alive-p'
351 to `process-live-p' for consistency with other `-live-p' functions.
352
be14b9ab
PE
3532011-06-03 Paul Eggert <eggert@cs.ucla.edu>
354
355 Document wide integers better.
356 * files.texi (File Attributes): Document ino_t values better.
2d365993 357 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
358 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
359 (Bitwise Operations):
001903b5
PE
360 * objects.texi (Integer Type): Use a binary notation that is a bit easier
361 to read, and that will port better if 62-bits becomes the default.
362 Fix or remove incorrect examples.
be14b9ab
PE
363 * os.texi (Time Conversion): Document time_t values better.
364
bcd54f83
LMI
3652011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
366
367 * processes.texi (Process Information): Document
368 `process-alive-p'.
369
049bcbcb
CY
3702011-05-29 Chong Yidong <cyd@stupidchicken.com>
371
372 * help.texi (Accessing Documentation):
373 * display.texi (Pixel Specification):
374 * processes.texi (Serial Ports, Serial Ports):
375 * nonascii.texi (Character Properties, Default Coding Systems):
376 * text.texi (Changing Properties, Special Properties):
377 * windows.texi (Window Start and End):
378 * modes.texi (SMIE Indentation Example, SMIE Tricks):
379 * keymaps.texi (Searching Keymaps, Tool Bar):
380 * minibuf.texi (Basic Completion):
381 * compile.texi (Eval During Compile):
382 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
383 7x9 paper in printed manual.
384
385 * lists.texi (Sets And Lists): Fix misplaced text.
386
58539c63
CY
3872011-05-29 Chong Yidong <cyd@stupidchicken.com>
388
389 * keymaps.texi (Remapping Commands): Emphasize that the keymap
390 needs to be active (Bug#8350).
391
6b5681bf
CY
3922011-05-28 Chong Yidong <cyd@stupidchicken.com>
393
b4d52acc
CY
394 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
395
6b5681bf
CY
396 * tips.texi (Coding Conventions): Remove antediluvian filename
397 limit recommendation (Bug#8538).
398
e145f188
GM
3992011-05-27 Glenn Morris <rgm@gnu.org>
400
401 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
402
eafed945
GM
4032011-05-26 Glenn Morris <rgm@gnu.org>
404
405 * variables.texi (File Local Variables):
406 Update hack-local-variables `mode-only' return value.
2d3ba9e7 407 Add some more details on what this function does in the other case.
eafed945 408
bc8410af
GM
4092011-05-19 Glenn Morris <rgm@gnu.org>
410
411 * lists.texi (Sets And Lists): Mention cl provides union etc.
412
35a30759
N
4132011-05-19 Nix <nix@esperi.org.uk>
414
415 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
416
417 * text.texi (Parsing HTML): Update for function name changes.
418
419 * syntax.texi (Syntax Flags): Small fix.
420
421 * keymaps.texi (Active Keymaps): Typo fix.
422 (Changing Key Bindings): Grammar fix.
423
424 * frames.texi (Minibuffers and Frames): Grammar fix.
425 (Window System Selections): x-select-enable-clipboard now defaults to t.
426
427 * customize.texi (Common Keywords):
428 * display.texi (Abstract Display):
429 * modes.texi (Auto-Indentation):
430 * nonascii.texi (Converting Representations): Typo fixes.
431
432 * control.texi (Examples of Catch): Call it "goto" not "go to".
433
e3934a8a
EZ
4342011-05-14 Eli Zaretskii <eliz@gnu.org>
435
bc039a3b
EZ
436 * nonascii.texi (Character Properties): Fix inconsistencies with
437 implementation.
438
e3934a8a
EZ
439 * text.texi (Special Properties): Move @defvar's out of the
440 @table. (Bug#8652)
441
e2c94218
GM
4422011-05-12 Glenn Morris <rgm@gnu.org>
443
444 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
445
d2fc7e3d 4462011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
447
448 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
449 (Multiline Font Lock):
450 * vol2.texi (Top):
451 * vol1.texi (Top):
452 * elisp.texi (Top): Update menu accordingly.
453
d2fc7e3d 4542011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
455
456 * modes.texi (Region to Fontify): Fix typo.
457
79b70037
GM
4582011-05-10 Jim Meyering <meyering@redhat.com>
459
460 * minibuf.texi: Fix typo "in in -> in".
461
b08a63cc 4622011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
463
464 * numbers.texi (Integer Basics): Large integers are treated as floats.
465
1ef14cb4
LMI
4662011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
467
468 * processes.texi (Synchronous Processes): Document the (:file
469 "/file-name") syntax for `call-process'.
470
4ffd0d6b 4712011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
472
473 * windows.texi (Choosing Window): Fix typo.
474
4ffd0d6b 4752011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
476
477 * frames.texi (Layout Parameters): Note the difference between
478 querying and setting parameters for left-fringe and right-fringe
479 (Bug#6930).
480
fd5a8ae8
SM
4812011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * minibuf.texi (Basic Completion): Be a bit more precise about the
484 valid kinds of completion tables.
485 (Programmed Completion): Remove obsolete text about lambda expressions
486 not being valid completion tables.
487
c1bcd0d5
CY
4882011-03-19 Chong Yidong <cyd@stupidchicken.com>
489
490 * positions.texi (Excursions): Explain the "save-excursion
491 defeated by set-buffer" warning.
492
493 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
494 save-excursion. Suggested by Uday S Reddy.
495
03408648 4962011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 497
03408648
SM
498 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
499 (Lexical Binding): New sub-section.
ba83908c 500
03408648
SM
501 * eval.texi (Eval): Discourage the use of `eval'.
502 Document its new `lexical' argument.
6c075cd7 503
f6d62986
SM
5042011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
505
03408648 506 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
507 nil any more.
508
84ea5558 5092011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
510
511 * strings.texi (String Conversion): Don't mention
512 string-make-(uni|multi)byte (bug#8262).
513 * nonascii.texi (Converting Representations): Fix up range.
514 * keymaps.texi (Key Binding Commands): Update code point, avoid
515 "unibyte character" and remove mention of unibyte bindings.
516
62d94509
EZ
5172011-03-10 Eli Zaretskii <eliz@gnu.org>
518
519 * modes.texi (Operator Precedence Grammars): Don't use characters
520 outside ISO-8859-1.
521
63a329f8
EZ
5222011-03-09 Eli Zaretskii <eliz@gnu.org>
523
524 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
525
526 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
527
6446548e
GM
5282011-03-08 Glenn Morris <rgm@gnu.org>
529
530 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
531 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 532 * elisp.texi: Set documentencoding.
6446548e 533
33383987
JB
5342011-03-07 Chong Yidong <cyd@stupidchicken.com>
535
536 * Version 23.3 released.
537
0b3ceceb
CY
5382011-03-06 Chong Yidong <cyd@stupidchicken.com>
539
540 * package.texi: Update index keywords.
541 (Package Archives): New node contents. Document package-x.el.
542
78f5433f
JB
5432011-03-06 Juanma Barranquero <lekktu@gmail.com>
544
545 * makefile.w32-in (srcs): Add package.texi.
546
555e9b5c
CY
5472011-03-06 Chong Yidong <cyd@stupidchicken.com>
548
120d9389
CY
549 * package.texi (Packaging, Packaging Basics, Simple Packages)
550 (Multi-file Packages): Expand and clarify.
551 (Package Archives): Temporary placeholder node.
552
553 * elisp.texi (Top): Update node listing.
554
555e9b5c
CY
555 * Makefile.in (srcs): Add package.texi.
556
b59a4335
CY
5572011-03-05 Chong Yidong <cyd@stupidchicken.com>
558
559 * processes.texi (Synchronous Processes): Minor clarification
560 (Bug#8149).
561
06083aa1
GM
5622011-03-03 Glenn Morris <rgm@gnu.org>
563
564 * files.texi (Truenames): Minor clarification. (Bug#2341)
565
6640b281
GM
5662011-03-01 Glenn Morris <rgm@gnu.org>
567
568 * variables.texi (Directory Local Variables):
569 Mention `(subdirs . nil)' alist element.
570
2b0c7330 5712011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
572
573 * variables.texi (Directory Local Variables): Mention the optional
574 mtime argument of dir-locals-set-directory-class. (Bug#3577)
575
b923f7a9
CY
5762011-02-27 Chong Yidong <cyd@stupidchicken.com>
577
578 * minibuf.texi (Minibuffer History): Clarify discussion of
579 minibuffer history lists (Bug#8085).
580
67ab0163 5812011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 582
e979a521
EZ
583 * elisp.texi: Sync @dircategory with ../../info/dir.
584
e03b2fd4
EZ
585 * files.texi (Visiting Functions): Document find-file-literally,
586 both the command and the variable.
587
86ec878a
EZ
588 * variables.texi (Creating Buffer-Local): Explain the meaning of
589 permanent local variables.
590
67ab0163
GM
591 * files.texi (Visiting Functions): Document find-file-literally,
592 both the command and the variable.
593
594 * variables.texi (Creating Buffer-Local): Explain the meaning of
595 permanent local variables.
596
5972011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
598
599 * keymaps.texi (Remapping Commands): Mention how to undo it.
600
bfcb151a
RT
6012011-02-09 Reuben Thomas <rrt@sc3d.org>
602
603 * loading.texi (Hooks for Loading): Remove unnecessary advice
604 about eval-after-load (Bug#7986).
605
a41c8660
CY
6062011-02-05 Chong Yidong <cyd@stupidchicken.com>
607
608 * commands.texi (Accessing Mouse): Note that a header line is not
609 included in the row of posn-col-row.
610
e0dd6837
CY
6112011-02-02 Chong Yidong <cyd@stupidchicken.com>
612
613 * modes.texi (Major Mode Conventions): Add face guidelines.
614 (Faces for Font Lock): List faces in order of prominence.
615
a4180391
PE
6162011-02-01 Paul Eggert <eggert@cs.ucla.edu>
617
618 format-time-string now supports subsecond time stamp resolution
619 * os.texi (Time Parsing): Document %N.
620
7427eb97
CY
6212011-01-28 Chong Yidong <cyd@stupidchicken.com>
622
61db307f
CY
623 * vol1.texi (Top):
624 * vol2.texi (Top):
625 * elisp.texi (Top):
626 * display.texi (Display Property): Shorten the menu description of
627 the "Other Display Specs" node (Bug#7816).
628
7427eb97
CY
629 * keymaps.texi (Defining Menus): Add "menu item" and "extended
630 menu item" concept index entries (Bug#7805).
631
bf3dae7e
EZ
6322011-01-29 Eli Zaretskii <eliz@gnu.org>
633
634 * makefile.w32-in (texinfodir): New variable.
635 (usermanualdir): Remove as redundant with $(emacsdir).
636 (MAKEINFO): Remove options, leave only program name.
637 (MAKEINFO_OPTS): New variable.
638 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
639
06d8ace5 6402011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
641 Richard Kim <emacs18@gmail.com>
642
643 * loading.texi (Library Search): Document list-load-path-shadows
644 (Bug#7757).
645
06d8ace5 6462011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
647
648 * searching.texi (Regexp Special): Remove outdated discussion of
649 character sets (Bug#7780).
650
28a88153
CY
651 * frames.texi (Pop-Up Menus): Document where menu title comes
652 from (Bug#7684).
653
06d8ace5 6542011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
655
656 * display.texi (Making Buttons): Mention limitation of text buttons.
657
a8e1e9ee
WL
6582011-01-23 Werner Lemberg <wl@gnu.org>
659
660 * Makefile.in (MAKEINFO): Now controlled by `configure'.
661 (MAKEINFO_OPTS): New variable. Use it where appropriate.
662 (ENVADD): New variable to control texi2dvi and texi2pdf.
663
362b9d48
GM
6642011-01-15 Chong Yidong <cyd@stupidchicken.com>
665
666 * files.texi (Directory Names): Move directory-abbrev-alist doc to
667 Emacs manual.
668
6692011-01-15 Eli Zaretskii <eliz@gnu.org>
670
671 * files.texi (Directory Names): Explain why FROM in
672 directory-abbrev-alist should begin with \`. (Bug#7777)
673
3fa173b4
SM
6742011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
675
676 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
677
7c420169 6782011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
679
680 * modes.texi (Emulating Mode Line): Fix last change.
681
7c420169 6822011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
683
684 * modes.texi (Emulating Mode Line): Update documentation of
685 format-mode-line according to changes that fixed bug #7587.
686
80b33766
SM
6872010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * modes.texi (Derived Modes): Mention prog-mode.
690
691 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
692 of the key-binding-data cache since we don't use it any more.
693
f49d1f52 6942010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 695
4bb49a92
EZ
696 * processes.texi (Shell Arguments):
697 * strings.texi (Creating Strings): Don't mention "shell commands";
698 make it explicit that `split-string-and-unquote' and
699 `combine-and-quote-strings' are mainly for working with arguments
700 to call-process and start-process.
701
3c73e30e
EZ
702 * processes.texi (Shell Arguments): Fix documentation of
703 `split-string-and-unquote'. Add indexing. (Bug#7563)
704
f49d1f52 7052010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
706
707 * modes.texi (Auto-Indentation): New section to document SMIE.
708 (Major Mode Conventions):
709 * text.texi (Mode-Specific Indent): Refer to it.
710
f49d1f52 7112010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
712
713 * display.texi (Other Display Specs): Document left-fringe and
714 right-fringe display specs.
715
f49d1f52 7162010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
717
718 * backups.texi (Making Backups):
719 * modes.texi (Example Major Modes): Use recommended coding style.
720 (Major Mode Basics, Derived Modes): Encourge more strongly use of
721 define-derived-mode. Mention completion-at-point-functions.
722
f49d1f52 7232010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 724
5dcb4c4e
SM
725 * nonascii.texi (Converting Representations):
726 Document byte-to-string.
e1115396 727
ec1b9b17
GM
7282010-12-08 Glenn Morris <rgm@gnu.org>
729
730 * buffers.texi (Modification Time):
731 verify-visited-file-modtime now defaults to the current buffer.
732
07976ae3 7332010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 734
ec1b9b17 735 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
736
737 * strings.texi (Creating Strings): Don't mention semi-obsolete
738 function char-to-string.
739 (String Conversion): Shorten discussion of semi-obsolete function
740 string-to-char. Link to Converting Representations.
741
742 * objects.texi (Symbol Type):
743 * text.texi (Near Point):
744 * help.texi (Help Functions):
745 * functions.texi (Mapping Functions): Use string instead of
746 char-to-string in examples.
747
07976ae3 7482010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
749
750 * text.texi (Kill Functions, Kill Functions)
751 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
752 YANK-HANDLER args.
753
754 * symbols.texi (Creating Symbols): Using unintern without an
755 obarray arg is now obsolete.
756
757 * numbers.texi (Float Basics): Document float-e and float-pi.
758
759 * variables.texi (Defining Variables): Change "pi" example to
760 "float-pi".
761
8547874a
EZ
7622010-11-26 Eli Zaretskii <eliz@gnu.org>
763
764 * commands.texi (Click Events): Document the values of X, Y and
765 COL, ROW in the event's position, when the click is on the header
766 or mode line, on the fringes, or in the margins.
767
4a47c275 7682010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 769
5b05d75b
EZ
770 * customize.texi (Composite Types): Lower-case index entry.
771
5dcb4c4e
SM
772 * loading.texi (How Programs Do Loading):
773 Document load-file-name. (Bug#7346)
c7926fe2 774
4a47c275 7752010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
776
777 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
778
0eb025fb
EZ
7792010-11-13 Eli Zaretskii <eliz@gnu.org>
780
781 * display.texi (Usual Display): Characters with no fonts are not
782 necessarily displayed as empty boxes.
783
2699a554 7842010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
785
786 * maps.texi (Standard Keymaps): Update File menu description.
787
8289f37b
GM
7882010-10-28 Glenn Morris <rgm@gnu.org>
789
790 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
791
5793a7bc 7922010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
793
794 * display.texi (Window Systems): Deprecate use of window-system as
795 a predicate.
796
17284e30
GM
7972010-10-23 Glenn Morris <rgm@gnu.org>
798
799 * help.texi (Documentation Basics): Remove mentions of digest-doc and
800 sorted-doc.
801
00f113eb
JB
8022010-10-15 Eli Zaretskii <eliz@gnu.org>
803
804 * os.texi (Dynamic Libraries): New node, with slightly modified
805 text deleted from "Image Formats".
806 (System Interface): Add @menu entry for "Dynamic Libraries".
807
808 * display.texi (Image Formats): Remove description of
809 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
810
07277eb8
GM
8112010-10-12 Glenn Morris <rgm@gnu.org>
812
813 * book-spine.texinfo: Rename to book-spine.texi.
814
c12e4a81
GM
8152010-10-11 Glenn Morris <rgm@gnu.org>
816
df187c62
GM
817 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
818
c12e4a81 819 * Makefile.in (DVIPS): New variable.
234db610
GM
820 (.PHONY): Add html, ps.
821 (html, elisp.html, ps, elisp.ps): New targets.
822 (clean): Delete html, ps files.
823 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 824
6513b232
EZ
8252010-10-09 Eli Zaretskii <eliz@gnu.org>
826
827 * makefile.w32-in (emacsdir): New variable.
828 (srcs): Add emacsver.texi.
829 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
830
abd40fb4
GM
8312010-10-09 Glenn Morris <rgm@gnu.org>
832
c1dc72b3
GM
833 * Makefile.in (VPATH): Remove.
834 (infodir): Make it absolute.
835 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
836
4393405b
GM
837 * Makefile.in (dist): Anchor regexps.
838
eef3ab94
GM
839 * Makefile.in (srcs): Put elisp.texi first.
840 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
841
aa9db089
GM
842 * Makefile.in (infoclean): Remove harmless, long-standing error.
843
abd40fb4
GM
844 * Makefile.in ($(infodir)): Delete rule.
845 (mkinfodir): New.
846 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
847
68db69ed 848 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 849 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 850
ea274122
GM
8512010-10-09 Glenn Morris <rgm@gnu.org>
852
f7a31f11
GM
853 * Makefile.in (emacsdir): New variable.
854 (MAKEINFO): Add -I $emacsdir.
855 (dist): Copy emacsver.texi.
b13254e7
GM
856 (srcs): Add emacsver.texi.
857
f7a31f11
GM
858 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
859 Set EMACSVER by including emacsver.texi.
860
ea274122
GM
861 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
862
17ca7950
GM
8632010-10-07 Glenn Morris <rgm@gnu.org>
864
865 * Makefile.in (version): New, set by configure.
866 (clean): Delete dist tar file.
867 (dist): Use version in tar name.
868
4c83f6e1
GM
8692010-10-06 Glenn Morris <rgm@gnu.org>
870
871 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
872 (INSTALL_INFO): Remove unused variable.
873 (mostlyclean, infoclean, dist): New rules.
874 (clean): Delete dvi and pdf files.
875 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 876 ($(infodir)): Add parallel build workaround.
4c83f6e1 877
0264072d
GM
8782010-10-04 Glenn Morris <rgm@gnu.org>
879
880 * Makefile.in (dvi, pdf, $(infodir)): New targets.
881 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 882 Fix -I typo.
0264072d
GM
883 (clean): No 'make.out' or 'core' files.
884 (.PHONY): Declare clean rules.
885 (maintainer-clean): Delete pdf file. Guard against cd failures.
886
77f38949
GM
8872010-10-03 Glenn Morris <rgm@gnu.org>
888
889 * files.texi (File Name Components): Remove ignored section about
890 deleted variable directory-sep-char.
891
178fdd41
MA
8922010-10-03 Michael Albinus <michael.albinus@gmx.de>
893
894 * files.texi (Magic File Names): New defopt
895 remote-file-name-inhibit-cache.
896
9c524fcb
GM
8972010-10-02 Glenn Morris <rgm@gnu.org>
898
899 * os.texi (Killing Emacs): Hook now runs in batch mode.
900
f816790b
SM
9012010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * text.texi (Special Properties): Clarify when modification-hooks run.
904
7cf78aac
SM
9052010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * syntax.texi (Syntax Flags): Document new `c' flag.
908
ca0d44e4
GM
9092010-09-09 Glenn Morris <rgm@gnu.org>
910
911 * display.texi (ImageMagick Images): General cleanup.
912
10999305 9132010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
914
915 * files.texi (Directory Names): Use \` rather than ^.
916
45240125
JD
9172010-09-02 Jan Djärv <jan.h.d@swipnet.se>
918
919 * text.texi (Low-Level Kill Ring):
920 * frames.texi (Window System Selections): Remove cut buffer
921 documentation.
922
4abe5bf6
EZ
9232010-08-28 Eli Zaretskii <eliz@gnu.org>
924
925 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
926 Parameters", where the default fringe width is described.
927
928 * frames.texi (Window Frame Parameters, Basic Parameters)
929 (Position Parameters, Layout Parameters, Management Parameters)
930 (Cursor Parameters, Font and Color Parameters): Add indexing for
931 frame parameters. (Bug#6929)
932
fdc76236
TT
9332010-08-25 Tom Tromey <tromey@redhat.com>
934
935 * vol2.texi (Top): Update.
936 * vol1.texi (Top): Update.
937 * tips.texi (Library Headers): Mention Package-Version and
938 Package-Requires.
939 * package.texi: New file.
940 * os.texi (System Interface): Update pointers.
941 * elisp.texi (Top): Link to new nodes. Include package.texi.
942 * anti.texi (Antinews): Update pointers.
943
1e5c1c80
EZ
9442010-08-25 Eli Zaretskii <eliz@gnu.org>
945
946 * processes.texi (Filter Functions): Fix last change.
947
78e33835
CY
9482010-08-24 Markus Triska <triska@gmx.at>
949
950 * processes.texi (Filter Functions): Use `buffer-live-p' instead
951 of `buffer-name' in the main text as well as in the example
952 (Bug#3098).
953
198a7a97
CY
9542010-08-22 Chong Yidong <cyd@stupidchicken.com>
955
956 * nonascii.texi (Text Representations):
957 * loading.texi (Loading Non-ASCII):
958 * compile.texi (Byte Compilation): Don't mention obsolete
959 --unibyte command-line argument.
960
bc7d7ea6
CY
9612010-08-22 Chong Yidong <cyd@stupidchicken.com>
962
963 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
964
b0126eac 9652010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
966
967 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
968
e8a6cc19
EZ
9692010-08-20 Eli Zaretskii <eliz@gnu.org>
970
971 * commands.texi (Misc Events): Add cross-references to where
972 POSITION of a mouse event is described in detail.
973
7815fe19 9742010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
975
976 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
977
7815fe19 9782010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
979
980 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
981 Suggested by Štěpán Němec <stepnem@gmail.com>.
982
7815fe19 9832010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
984
985 * minibuf.texi (High-Level Completion): Document args of
986 `read-buffer-function' (bug#5625).
987
8b2dd508
JD
9882010-07-29 Jan Djärv <jan.h.d@swipnet.se>
989
990 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
991
bace45fe
MA
9922010-07-29 Michael Albinus <michael.albinus@gmx.de>
993
994 * processes.texi (Process Information): Explain process property
995 `remote-tty'.
996
4ce5a4cc
JB
9972010-07-27 Juanma Barranquero <lekktu@gmail.com>
998
999 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1000 instead of "\C-\^?" (bug#6334).
1001
1c84bc7a
JB
1002 * text.texi (Special Properties): Fix typo.
1003
b88746ba
EZ
10042010-07-09 Eli Zaretskii <eliz@gnu.org>
1005
1006 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1007 calling sequences, which are now the standard.
1008
51422d6d
CY
10092010-06-24 Chong Yidong <cyd@stupidchicken.com>
1010
1011 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1012
1013 * commands.texi (Command Overview): Mention undo-boundary call.
1014
d24880de
GM
10152010-06-23 Glenn Morris <rgm@gnu.org>
1016
1017 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1018 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1019 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1020 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1021 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1022 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1023 Untabify Texinfo files.
1024
0fc76035
CY
10252010-06-20 Chong Yidong <cyd@stupidchicken.com>
1026
1027 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1028
5338dc0b
CY
10292010-06-19 Chong Yidong <cyd@stupidchicken.com>
1030
a628ad9d 1031 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1032
2c3a3c1d
CY
10332010-06-02 Chong Yidong <cyd@stupidchicken.com>
1034
ba3bf1d9
CY
1035 * searching.texi (Regexp Special): Remove obsolete information
1036 about matching non-ASCII characters, and suggest using char
1037 classes (Bug#6283).
2c3a3c1d 1038
7f4b4249
JB
10392010-05-30 Juanma Barranquero <lekktu@gmail.com>
1040
1041 * minibuf.texi (Basic Completion): Add missing "@end defun".
1042
637821cd
SM
10432010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * minibuf.texi (Basic Completion): Document completion-boundaries.
1046 (Programmed Completion): Document the new fourth method for boundaries.
1047
e13051c3
CY
10482010-05-22 Chong Yidong <cyd@stupidchicken.com>
1049
a628ad9d 1050 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1051
0235128c 10522010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1053
1054 * windows.texi (Textual Scrolling):
1055 * tips.texi (Coding Conventions):
1056 * minibuf.texi (Minibuffer History):
1057 * maps.texi (Standard Keymaps):
1058 * loading.texi (Where Defined):
1059 * edebug.texi (Instrumenting): Fix typos.
1060
0235128c 10612010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1062
c7c32279
CY
1063 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1064
0235128c
SM
1065 * functions.texi (Obsolete Functions):
1066 Document set-advertised-calling-convention.
eb5ed549
CY
1067
1068 * minibuf.texi (Basic Completion): Document completion-in-region.
1069 (Programmed Completion): Document completion-annotate-function.
1070
1071 * commands.texi (Reading One Event): Document read-key.
1072 (Distinguish Interactive): Document KIND arg to
1073 called-interactively-p. Delete obsolete interactive-p.
1074
1075 * elisp.texi (Top): Update node description.
1076
f8848423
EZ
10772010-05-08 Eli Zaretskii <eliz@gnu.org>
1078
0235128c
SM
1079 * nonascii.texi (Character Properties):
1080 Document unicode-category-table. Add an index entry for Unicode
1081 general category.
1082
10832010-05-07 Chong Yidong <cyd@stupidchicken.com>
1084
1085 * Version 23.2 released.
f8848423 1086
938efb77
JB
10872010-04-20 Juanma Barranquero <lekktu@gmail.com>
1088
1089 * locals.texi (Standard Buffer-Local Variables):
1090 Remove @ignore'd reference to `direction-reversed'.
1091
5854c267
JL
10922010-04-14 Juri Linkov <juri@jurta.org>
1093
1094 Fix @deffn without category.
1095
1096 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1097 for `abbrev-insert'.
1098
1099 * buffers.texi (Indirect Buffers): Add category `Command'
1100 to @deffn of `clone-indirect-buffer'.
1101
1102 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1103 for `next-window' and `previous-window'. Add category `Command'
1104 to @deffn of `pop-to-buffer'.
1105
8a14dec7
CY
11062010-04-01 Chong Yidong <cyd@stupidchicken.com>
1107
1108 * nonascii.texi (Text Representations): Don't mark
1109 enable-multibyte-characters as a user option.
1110
7a1831cf
EZ
11112010-03-31 Eli Zaretskii <eliz@gnu.org>
1112
1113 * control.texi (Handling Errors): How to re-throw a signal caught
1114 by condition-case.
1115
c3863713
CY
11162010-03-26 Chong Yidong <cyd@stupidchicken.com>
1117
1118 * loading.texi (Hooks for Loading): Document after-load-functions.
1119 Copyedits.
1120
c333f279
AM
11212010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1122
1123 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1124
e867cb5d 11252010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1126
1127 * processes.texi (Network Processes): Document seqpacket type.
1128
605f35cd
DN
11292010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1130
1131 * os.texi (System Environment): Do not mention lynxos.
1132
288f9fc0
CY
11332010-03-10 Chong Yidong <cyd@stupidchicken.com>
1134
1135 * Branch for 23.2.
1136
eed5c93a
CY
11372010-03-06 Chong Yidong <cyd@stupidchicken.com>
1138
1139 * objects.texi (Integer Type): Take note of the read syntax
1140 exception for numbers that cannot fit in the integer type.
1141
1ddd6622
GM
11422010-03-03 Glenn Morris <rgm@gnu.org>
1143
1144 * numbers.texi (Integer Basics, Bitwise Operations):
1145 * objects.texi (Integer Type): Update for integers now being 30-bit.
1146
a908c79a
CY
11472010-02-27 Chong Yidong <cyd@stupidchicken.com>
1148
1149 * display.texi (Low-Level Font): Document :otf font-spec property.
1150
cd61af01
SM
11512010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1152
1153 * display.texi (Line Height): Avoid obsolete special default variables
1154 like default-major-mode.
1155
c02f8fe2
AM
11562010-01-28 Alan Mackenzie <acm@muc.de>
1157
1158 * display.texi (Auto Faces): Say fontification-functions is called
1159 whether or not Font Lock is enabled. Tidy up the wording a bit.
1160
d738d18b
CY
11612010-01-17 Chong Yidong <cyd@stupidchicken.com>
1162
1163 * elisp.texi: Remove duplicate edition information (Bug#5407).
1164
4963739e
JB
11652010-01-17 Juanma Barranquero <lekktu@gmail.com>
1166
1167 * two.el (volume-header-toc-markup): Fix typos in docstring.
1168
c57008f6
SM
11692010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 Avoid dubious uses of save-excursions.
1172 * positions.texi (Excursions): Recommend the use of
1173 save-current-buffer if applicable.
1174 * text.texi (Clickable Text): Fix the example code which used
1175 save-excursion in a naive way which sometimes preserves point and
1176 sometimes not.
1177 * variables.texi (Creating Buffer-Local):
1178 * os.texi (Session Management):
1179 * display.texi (GIF Images):
1180 * control.texi (Cleanups): Use (save|with)-current-buffer.
1181
2f3725cd
EZ
11822010-01-02 Eli Zaretskii <eliz@gnu.org>
1183
1184 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1185
85eeac93
CY
11862010-01-02 Chong Yidong <cyd@stupidchicken.com>
1187
1188 * nonascii.texi (Text Representations, Character Codes)
1189 (Converting Representations, Explicit Encoding)
1190 (Translation of Characters): Use hex notation consistently.
1191 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1192
4801c5fa
CY
11932010-01-01 Chong Yidong <cyd@stupidchicken.com>
1194
1195 * loading.texi (Where Defined): Make it clearer that these are
1196 loaded files (Bug#5068).
1197
26e533e2
CY
11982009-12-29 Chong Yidong <cyd@stupidchicken.com>
1199
1200 * minibuf.texi (Completion Styles): Document `initials' style.
1201
16d1ff5f
CY
12022009-12-25 Chong Yidong <cyd@stupidchicken.com>
1203
1204 * frames.texi (Resources): Describe inhibit-x-resources.
1205 (Size Parameters): Copyedit.
1206
1207 * hash.texi (Creating Hash):
1208 * objects.texi (Hash Table Type): Document the new hash table
1209 printed representation.
1210
1211 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1212 obsolete.
1213
5dcb4c4e
SM
1214 * processes.texi (Process Buffers):
1215 Document process-kill-buffer-query-function.
16d1ff5f 1216
9a5de3d9
GM
12172009-12-05 Glenn Morris <rgm@gnu.org>
1218
1219 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1220 diary-display-function, and no longer recommended to be a hook.
1221 Update for changes in the names of calendar and diary hooks.
1222 diary-print-entries-hook has changed section.
1223
b640eb52
EZ
12242009-11-28 Eli Zaretskii <eliz@gnu.org>
1225
1226 * text.texi (Special Properties): More accurate description of
1227 what the `cursor' property does.
1228
be1674ab
KR
12292009-11-26 Kevin Ryde <user42@zip.com.au>
1230
1231 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1232 mouse-wheel-down-event, the closest thing to a definition for them.
1233 * os.texi (Startup Summary): vindex inhibit-startup-message and
1234 inhibit-splash-screen.
1235 (Command-Line Arguments): vindex argv.
1236 (Suspending Emacs): vindex suspend-tty-functions and
1237 resume-tty-functions. Don't want to index every hook, but having
1238 the programming ones is helpful.
1239
603f5979
CY
12402009-11-14 Chong Yidong <cyd@stupidchicken.com>
1241
1242 * commands.texi (Motion Events): Fix typo (Bug#4907).
1243
4359a806
CY
12442009-11-08 Chong Yidong <cyd@stupidchicken.com>
1245
1246 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1247 are affected by case-fold-search (Bug#4483).
1248
0f063651
CY
12492009-11-02 Chong Yidong <cyd@stupidchicken.com>
1250
1251 * minibuf.texi (Reading File Names): Note that read-file-name may
1252 use a graphical file dialog.
1253
9bd79893
GM
12542009-10-31 Glenn Morris <rgm@gnu.org>
1255
1256 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1257
ebe479ec
KR
12582009-10-16 Kevin Ryde <user42@zip.com.au>
1259
1260 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1261 in particular so `info-lookup-symbol' can find its docs.
1262
2640fa86
CY
12632009-10-16 Chong Yidong <cyd@stupidchicken.com>
1264
1265 * variables.texi (Constant Variables): Distinguish from defconst
1266 variables.
1267 (Defining Variables): Add cindex.
1268
edd6a733
CY
12692009-10-15 Chong Yidong <cyd@stupidchicken.com>
1270
1271 * os.texi (Time of Day): Clarify that the microsecond part is
1272 ignored (Bug#4637).
1273
5feb0b73
GM
12742009-10-11 Glenn Morris <rgm@gnu.org>
1275
1276 * frames.texi (Size and Position): Clarify what is included in the frame
1277 height. (Bug#4535)
1278
0c5413c8
GM
12792009-10-10 Glenn Morris <rgm@gnu.org>
1280
1281 * windows.texi (Size of Window): The relationship between window and
1282 frame heights is not so simple. (Bug#4535)
1283 Mention window-full-height-p.
1284
7f8b600a
SM
12852009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1286
1287 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1288 used from Lisp.
1289
6185de1c
EZ
12902009-10-07 Eli Zaretskii <eliz@gnu.org>
1291
7f8b600a
SM
1292 * files.texi (Directory Names) <abbreviate-file-name>:
1293 Document that root home directories are not replaced with "~".
6185de1c 1294
9972911f
EZ
12952009-10-06 Eli Zaretskii <eliz@gnu.org>
1296
1297 * text.texi (Special Properties): Document the meaning of the
1298 `cursor' text property whose value is an integer.
1299
2a3f19ef
MA
13002009-10-05 Michael Albinus <michael.albinus@gmx.de>
1301
1302 * files.texi (Magic File Names): Add `copy-directory'.
1303
804543b5
EZ
13042009-10-05 Eli Zaretskii <eliz@gnu.org>
1305
1306 * files.texi (File Attributes): Fix description of file
1307 attributes. (Bug#4638) Update attributes of files.texi example to
1308 be more representative.
1309
461bf92b
MA
13102009-10-05 Michael Albinus <michael.albinus@gmx.de>
1311
1312 * files.texi (Create/Delete Dirs): New command copy-directory.
1313
a86cd395
JB
13142009-10-04 Juanma Barranquero <lekktu@gmail.com>
1315
1316 * anti.texi (Antinews):
1317 * macros.texi (Indenting Macros):
1318 * strings.texi (Creating Strings, Case Conversion):
1319 Remove duplicate words.
1320
d3080264
MA
13212009-10-01 Michael Albinus <michael.albinus@gmx.de>
1322
1323 * files.texi (Create/Delete Dirs): delete-directory has an
1324 optional parameter RECURSIVE.
1325
85d14563
SM
13262009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * buffers.texi (Swapping Text): Minor clarification.
1329
3d9842c6
GM
13302009-10-01 Glenn Morris <rgm@gnu.org>
1331
1332 * functions.texi (Declaring Functions): Mention that we also search for
1333 ".m" files in the src/ directory.
1334
78427304
CY
13352009-09-25 David Engster <deng@randomsample.de>
1336
3d9842c6 1337 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1338
b578c9cc
GM
13392009-09-22 Glenn Morris <rgm@gnu.org>
1340
1341 * internals.texi (Building Emacs): Mention preloaded-file-list.
1342
beee5da7
AM
13432009-09-14 Alan Mackenzie <acm@muc.de>
1344
1345 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1346
5d6ab672
CY
13472009-09-13 Chong Yidong <cyd@stupidchicken.com>
1348
1349 * functions.texi (Anonymous Functions): Rearrange discussion,
1350 giving usage of unquoted lambda forms first. Mention that
1351 `function' and `#'' are no longer required (Bug#4290).
1352
59375eeb
AM
13532009-09-11 Alan Mackenzie <acm@muc.de>
1354
a86cd395 1355 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1356 batch mode.
1357
e7e2f529
GM
13582009-09-01 Glenn Morris <rgm@gnu.org>
1359
1360 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1361
eae47088
GM
13622009-08-26 Ulrich Mueller <ulm@gentoo.org>
1363
1364 * nonascii.texi (Character Codes): Fix typos.
1365
3691a0a6
MA
13662009-08-25 Michael Albinus <michael.albinus@gmx.de>
1367
1368 * processes.texi (Synchronous Processes): New defvar
1369 process-file-side-effects.
1370
664d56b8
GM
13712009-08-25 Glenn Morris <rgm@gnu.org>
1372
1373 * display.texi (Fontsets): Fix typo.
1374
0706c025
GM
1375 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1376
03a74b84
SM
13772009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * processes.texi (Asynchronous Processes): Adjust arglist of
1380 start-process-shell-command and start-file-process-shell-command.
1381
f6de8a37
CY
13822009-08-15 Chong Yidong <cyd@stupidchicken.com>
1383
4b1ed1bb
CY
1384 * advice.texi (Argument Access in Advice): Note that argument
1385 positions are zero-based (Bug#3932).
1386
89a9e058
CY
1387 * commands.texi (Distinguish Interactive): Minor copyedit.
1388
23696fd7
CY
1389 * display.texi (Face Attributes): Add xref to Displaying Faces for
1390 explanation of "underlying face".
1391
f6de8a37
CY
1392 * customize.texi (Common Keywords): Add xref to Loading.
1393
1394 * loading.texi (How Programs Do Loading): Add xref to Lisp
1395 Libraries node in the Emacs manual.
1396
417f77e6
CY
13972009-08-13 Chong Yidong <cyd@stupidchicken.com>
1398
1399 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1400
0999039c
CY
14012009-07-18 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * processes.texi (Shell Arguments): Copyedits.
1404
9af167bc
GM
14052009-07-18 Glenn Morris <rgm@gnu.org>
1406
1407 * loading.texi (Repeated Loading): Fix typo.
1408
137987ab
RS
14092009-07-16 Richard Stallman <rms@gnu.org>
1410
1411 * buffers.texi (Swapping Text): Recommend setting
1412 write-region-annotate-functions and buffer-saved-size.
1413
1414 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1415
622fa380
GM
14162009-07-15 Glenn Morris <rgm@gnu.org>
1417
1418 * edebug.texi: Minor re-phrasings throughout.
1419 (Edebug Execution Modes): Sit-for affects continue mode too.
1420 (Jumping): Use `forward-sexp' rather than its keybinding.
1421 (Edebug Misc): Fix Q binding.
1422 (Edebug Eval): Remove cl version.
1423 (Printing in Edebug): Clarify print-length etc.
1424 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1425 (Specification List): Remove edebug-unwrap findex entry.
1426 (Specification Examples): defmacro is actually not the same as defun.
1427 Escape "`" in example.
1428
6bbd4600
CY
14292009-07-15 Chong Yidong <cyd@stupidchicken.com>
1430
1431 * markers.texi (The Mark): Document optional arg to
1432 deactivate-mark.
1433
e538d479
GM
14342009-07-11 Kevin Ryde <user42@zip.com.au>
1435
1436 * hooks.texi (Standard Hooks): Fix cross-references.
1437
4c98b9ed
GM
1438 * loading.texi (Named Features): Refer to eval-after-load.
1439
5300838c
GM
14402009-07-11 Glenn Morris <rgm@gnu.org>
1441
64fbeb16
GM
1442 * Makefile.in (TEXI2PDF): New.
1443 (elisp.pdf): New target.
1444
4c98b9ed
GM
1445 * searching.texi (Regexp Backslash): Fix typo.
1446
1447 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1448
51d9979c
GM
14492009-07-10 Glenn Morris <rgm@gnu.org>
1450
561c0216
GM
1451 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1452
5b594a58
GM
1453 * customize.texi (Customization Types):
1454 * display.texi (Abstract Display):
0cc8c85a 1455 * objects.texi (Character Type, String Type):
5b594a58 1456 Merge in some menu descriptions from elisp.texi.
51d9979c 1457
c3cbbb40
GM
1458 * hash.texi (Hash Tables):
1459 * modes.texi (Multiline Font Lock):
1460 End menu description with period.
fe42c16a 1461
28528402
GM
14622009-07-09 Glenn Morris <rgm@gnu.org>
1463
1464 * back.texi: Don't hard-code texinfo location.
1465
1466 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1467 (tex): Add texinfodir to TEXINPUTS.
1468 (elisp1med-init, elisp2med-init): Use texinfodir.
1469
1470 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1471 (clean): Add two-volume.make intermediate files.
1472
1473 * elisp.texi, vol1.texi, vol2.texi:
1474 Use a DATE variable with the publication date, and update it.
1475 Fix antinews menu description.
1476
1477 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1478 Update the detailed node listing to match elisp.texi.
1479
1480 * README: Update edition to match elisp.texi.
1481
1482 * objects.texi (General Escape Syntax):
1483 * nonascii.texi (Character Sets):
1484 Use consistent case for "Unicode Standard".
1485
1486 * anti.texi (Antinews):
1487 * customize.texi (Variable Definitions):
1488 * functions.texi (Declaring Functions):
1489 * nonascii.texi (Character Properties):
1490 * processes.texi (Serial Ports):
1491 * text.texi (Special Properties):
1492 * tips.texi (Coding Conventions):
1493 Minor rearrangements to improve TeX line-filling.
1494
1495 * commands.texi (Using Interactive): Fix cross-reference.
1496
17db8e10
JD
14972009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1498
1499 * frames.texi (Management Parameters): Mention sticky.
1500
77c7e2e1
AS
15012009-07-01 Andreas Schwab <aschwab@redhat.com>
1502
1503 * help.texi (Help Functions): Fix description of help-buffer and
1504 help-setup-xref to use @defun instead of @deffn.
1505
3f1c6666
JD
15062009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1507
1508 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1509
ca27c21b
CY
15102009-06-24 Chong Yidong <cyd@stupidchicken.com>
1511
1512 * display.texi (Window Systems): Add ns to the list.
1513
70243478
CY
15142009-06-21 Chong Yidong <cyd@stupidchicken.com>
1515
1516 * Branch for 23.1.
1517
df006536
MR
15182009-06-17 Martin Rudalics <rudalics@gmx.at>
1519
1520 * windows.texi (Dedicated Windows): Fix typo.
1521 (Resizing Windows): Replace @defun by @deffn.
1522
d259fc4b
GM
15232009-06-17 Glenn Morris <rgm@gnu.org>
1524
1525 * variables.texi (Directory Local Variables):
1526 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1527
30781db6
KH
15282009-06-09 Kenichi Handa <handa@m17n.org>
1529
1530 * nonascii.texi (Character Sets): State clearly that FROM and TO
1531 are codepoints of CHARSET.
1532
62e8099c
CY
15332009-06-07 Chong Yidong <cyd@stupidchicken.com>
1534
1535 * minibuf.texi (Reading File Names): Fix introductory text.
1536 Suggested by stan@derbycityprints.com.
1537 (High-Level Completion): Fix typo.
1538
ee1b1917
CY
15392009-05-28 Chong Yidong <cyd@stupidchicken.com>
1540
1541 * frames.texi (Text Terminal Colors): Multi-tty is already
1542 implemented, but tty-local colors are not.
1543
5df647e8
CY
15442009-05-27 Chong Yidong <cyd@stupidchicken.com>
1545
1546 * hooks.texi (Standard Hooks): Remove mention of obsolete
1547 redisplay-end-trigger-functions.
1548
1549 * internals.texi (Window Internals): Remove mention of obsolete
1550 redisplay-end-trigger-functions.
1551
01f17ae2
MR
15522009-05-21 Martin Rudalics <rudalics@gmx.at>
1553
1554 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1555
1556 * backups.texi (Making Backups): backup-directory-alist and
1557 make-backup-file-name-function are options.
1558 (Auto-Saving): auto-save-list-file-prefix is an option.
1559
1560 * buffers.texi (Killing Buffers): buffer-offer-save is an
1561 option.
1562
1563 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1564 option.
1565 (Echo Area Customization): echo-keystrokes is an option.
1566 (Selective Display): selective-display-ellipses is an option.
1567 (Temporary Displays): temp-buffer-show-function is an option.
1568 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1569 are options.
1570 (Font Selection): face-font-family-alternatives,
1571 face-font-selection-order, face-font-registry-alternatives, and
1572 scalable-fonts-allowed are options.
1573 (Fringe Indicators): indicate-buffer-boundaries is an option.
1574 (Fringe Cursors): overflow-newline-into-fringe is an option.
1575 (Scroll Bars): scroll-bar-mode is an option.
1576
1577 * eval.texi (Eval): max-lisp-eval-depth is an option.
1578
1579 * files.texi (Visiting Functions): find-file-hook is an option.
1580 (Directory Names): directory-abbrev-alist is an option.
1581 (Unique File Names): temporary-file-directory and
1582 small-temporary-file-directory are options.
1583
1584 * frames.texi (Initial Parameters): initial-frame-alist,
1585 minibuffer-frame-alist and default-frame-alist are options.
1586 (Cursor Parameters): blink-cursor-alist and
1587 cursor-in-non-selected-windows ar options.
1588 (Window System Selections): selection-coding-system is an
1589 option.
1590 (Display Feature Testing): display-mm-dimensions-alist is an
1591 option.
1592
1593 * help.texi (Help Functions): help-char and help-event-list are
1594 options.
1595
1596 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1597 an option.
1598
1599 * minibuf.texi (Minibuffer History): history-length and
1600 history-delete-duplicates are options.
1601 (High-Level Completion): read-buffer-function and
1602 read-buffer-completion-ignore-case are options.
1603 (Reading File Names): read-file-name-completion-ignore-case is
1604 an option.
1605
1606 * modes.texi (Mode Line Top): mode-line-format is an option.
1607 (Mode Line Variables): mode-line-position and mode-line-modes
1608 are options.
1609
1610 * nonascii.texi (Text Representations):
1611 enable-multibyte-characters is an option.
1612 (Default Coding Systems): auto-coding-regexp-alist,
1613 file-coding-system-alist, auto-coding-alist and
1614 auto-coding-functions are options.
1615 (Specifying Coding Systems): inhibit-eol-conversion is an
1616 option.
1617
1618 * os.texi (Init File): site-run-file is an option.
1619 (System Environment): mail-host-address is an option.
1620 (User Identification): user-mail-address is an option.
1621 (Terminal Output): baud-rate is an option.
1622
1623 * positions.texi (Word Motion): words-include-escapes is an
1624 option.
1625
1626 * searching.texi (Standard Regexps): page-delimiter,
1627 paragraph-separate, paragraph-separate and sentence-end are
1628 options.
1629
1630 * text.texi (Margins): left-margin and fill-nobreak-predicate
1631 are options.
1632
1633 * variables.texi (Local Variables): max-specpdl-size is an
1634 option.
1635
1636 * windows.texi (Choosing Window):
1637 split-window-preferred-function, special-display-function and
1638 display-buffer-function are options.
1639
106e6894
CY
16402009-05-20 Chong Yidong <cyd@stupidchicken.com>
1641
4a83454d
CY
1642 Fix errors spotted by Martin Rudalics.
1643
106e6894
CY
1644 * syntax.texi (Position Parse): Document rationale for ignored
1645 arguments to syntax-ppss-flush-cache.
1646
1647 * processes.texi (Input to Processes): Mark PROCESS arg to
1648 process-running-child-p as optional.
1649 (Network Options): Document NO-ERROR arg to
1650 set-network-process-option.
1651
1652 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1653 command.
1654
1655 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1656 posix-search-backward as commands.
1657
1658 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1659 (Suspending Emacs): Mark suspend-emacs as a command.
1660 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1661 commands.
5dcb4c4e
SM
1662 (Terminal Output): Remove obsolete function baud-rate.
1663 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1664
1665 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1666 terminal-coding-system and set-terminal-coding-system.
1667 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1668 as optional.
1669 (Character Sets): Document RESTRICTION arg of char-charset.
1670 (Character Codes): Mark POS argument to get-byte as optional.
1671
1672 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1673 minibuffer-message.
1674
1675 * files.texi (Create/Delete Dirs): Mark make-directory and
1676 delete-directory as commands.
1677
1678 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1679
1680 * text.texi (Base 64): Mark base64-decode-string and
1681 base64-encode-string as commands.
1682 (Columns): Mark move-to-column as a command.
1683 (Mode-Specific Indent): Document RIGID arg to
1684 indent-for-tab-command.
1685 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1686 Mark indent-code-rigidly as a command.
1687 (Substitution): Mark translate-region as a command.
1688
1689 * frames.texi (Size and Position): Remove obsolete functions
1690 screen-height and screen-width.
1691
04173931
CY
16922009-05-19 Chong Yidong <cyd@stupidchicken.com>
1693
1694 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1695 (Displaying Buffers, Resizing Windows): Correct mistakes;
1696 next-window, previous-window, and pop-to-buffer are not commands,
1697 and fit-window-to-buffer" is a command. (Pointed out by Martin
1698 Rudalics.)
1699
eae7d8f8
RS
17002009-05-17 Richard M Stallman <rms@gnu.org>
1701
1702 * modes.texi (Precalculated Fontification): Clarify text.
1703
b8766179
MR
17042009-05-17 Martin Rudalics <rudalics@gmx.at>
1705
1706 * windows.texi (Selecting Windows): Clarify descriptions of
1707 with-selected-window and get-lru-window.
1708 (Cyclic Window Ordering): Refer to particular frame when talking
1709 about how splitting affects the ordering.
1710 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1711 switch-to-buffer-other-window. Explain how setting of
1712 display-buffer-reuse-frames affects pop-to-buffer.
1713 (Choosing Window): Clarify some details in descriptions of
1714 display-buffer-reuse-frames, pop-up-frames, and
1715 pop-up-frame-function.
1716 (Dedicated Windows): Clarify some details.
1717 (Textual Scrolling): Replace term vscroll by term vertical
1718 scroll position.
1719 (Vertical Scrolling): Fix typo.
1720 (Window Hooks): Relate text on jit-lock-register to window
1721 scrolling and size changes.
1722
734b5e3b
CY
17232009-05-14 Chong Yidong <cyd@stupidchicken.com>
1724
0a65633e
CY
1725 * frames.texi (Initial Parameters): Clarify what the initial
1726 minibuffer frame is.
05be46d7
CY
1727 (Buffer Parameters): Note that the minibuffer parameter can not be
1728 altered.
0a65633e 1729
734b5e3b
CY
1730 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1731 Document display-buffer changes.
1732
925672cd
CY
17332009-05-13 Chong Yidong <cyd@stupidchicken.com>
1734
17ecd7af
CY
1735 * anti.texi (Antinews): Rewrite for Emacs 22.
1736
925672cd
CY
1737 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1738 obarrays are first mentioned. Define "system abbrev" more
1739 prominently, and add it to the index.
1740 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1741 Copyedits.
1742 (Abbrev Expansion): Document abbrev-insert.
1743
80be4dd7
CY
17442009-05-12 Chong Yidong <cyd@stupidchicken.com>
1745
1746 * frames.texi (Font and Color Parameters): Rename from Color
1747 Parameters. Document font-backend parameter.
1748
1749 * vol2.texi (Top): Update node listing.
1750 * vol1.texi (Top): Update node listing.
1751 * elisp.texi (Top): Update node listing.
1752
372a93ac
MR
17532009-05-11 Martin Rudalics <rudalics@gmx.at>
1754
1755 * windows.texi (Choosing Window): Don't explicitly refer to
1756 split-window-sensibly's window argument in descriptions of
1757 split-height-threshold and split-width-threshold.
1758
714c3541
MR
17592009-05-10 Martin Rudalics <rudalics@gmx.at>
1760
1761 * windows.texi (Choosing Window): Fix rewrite of window
1762 splitting section.
1763
0e90e7be
EZ
17642009-05-09 Eli Zaretskii <eliz@gnu.org>
1765
1766 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1767 find-auto-coding, set-auto-coding, and auto-coding-alist.
1768 Add indexing.
0e90e7be
EZ
1769 (Lisp and Coding Systems): Add index entries.
1770
d3c0c321
MR
17712009-05-09 Martin Rudalics <rudalics@gmx.at>
1772
1773 * windows.texi (Choosing Window): Describe split-window-sensibly
1774 and rewrite section on window splitting accordingly.
1775 (Textual Scrolling): Replace `...' by @code{...}.
1776
c773345a
CY
17772009-05-04 Chong Yidong <cyd@stupidchicken.com>
1778
ee2d5b5e
CY
1779 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1780 Remove obsoleted pre-abbrev-expand-hook.
1781
1782 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1783 entries.
1784
c773345a
CY
1785 * internals.texi (Object Internals): Don't assume 32-bit machines
1786 are the norm.
1787 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1788 (Window Internals): Synch field names to window.h.
1789 (Process Internals): Synch field names to process.h.
c773345a 1790
dd449674
CY
17912009-04-29 Chong Yidong <cyd@stupidchicken.com>
1792
1793 * variables.texi (File Local Variables): Note that read-circle is
1794 bound to nil when reading file-local variables.
1795
1796 * streams.texi (Input Functions): Document read-circle.
1797 (Output Variables): Add xref to Circular Objects.
1798
4f1e25e2
CY
17992009-04-25 Chong Yidong <cyd@stupidchicken.com>
1800
1801 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1802 Features and Coding System Basics. Node that "p" stands for
1803 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1804 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1805 mouse-appearance-menu.
1806 (Programming Tips): Add xref to Progress.
1807
dca019f8
CY
18082009-04-22 Chong Yidong <cyd@stupidchicken.com>
1809
5dcb4c4e
SM
1810 * os.texi (Command-Line Arguments):
1811 Document command-line-args-left.
dca019f8
CY
1812 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1813 terminal objects for tty arguments.
1814 (Startup Summary): Add xref to Session Management.
1815 (Session Management): Mention emacs-session-restore. Copyedits.
1816
02a89103
CY
18172009-04-20 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * os.texi (Startup Summary): Copyedits. The init file is not
1820 necessarily named .emacs now. Document initial-buffer-choice and
1821 initial-scratch-message. Note where Emacs exits in batch mode.
1822 Document inhibit-splash-screen as an alias.
1823 (Init File): Be neutral about which init file name to use.
1824
18252009-04-16 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * os.texi (System Interface): Fix Texinfo usage.
1828
0c1cfe01
CY
18292009-04-15 Chong Yidong <cyd@stupidchicken.com>
1830
80d7cdca
CY
1831 * searching.texi (Regexp Backslash): Also refer to shy groups as
1832 non-capturing or unnumbered groups.
1833 (Regexp Functions): Add cross-reference to Regexp Backslash.
1834
0c1cfe01
CY
1835 * display.texi (Truncation): Overlays can use line-prefix and
1836 wrap-prefix too.
1837 (Overlay Properties): Document wrap-prefix and line-prefix.
1838 (Face Attributes): Document underline-minimum-offset.
1839 (Face Remapping): Copyedits.
1840 (Low-Level Font): Copyedits.
1841 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1842 (Line Height): Emphasize that line-spacing only takes effect on
1843 graphical terminals.
0c1cfe01 1844
c4adeee0
CY
18452009-04-13 Chong Yidong <cyd@stupidchicken.com>
1846
1847 * display.texi (Refresh Screen): Note that a passage about screen
1848 refreshing is text terminal only.
1849 (Forcing Redisplay): Delete misleading comment---sit-for calls
1850 redisplay, not the other way around.
1851 (Truncation): Note new values of truncate-partial-width-windows.
1852 Copyedits.
1853 (Invisible Text): Document invisible-p.
1854
b20ecfa1
EZ
18552009-04-11 Eli Zaretskii <eliz@gnu.org>
1856
1857 * display.texi (Overlays): Overlays don't scale well. See
1858 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1859
97d8273f
CY
18602009-04-10 Chong Yidong <cyd@stupidchicken.com>
1861
f147ff75
CY
1862 * syntax.texi (Syntax Table Functions): Document cons cell
1863 argument for modify-syntax-entry.
1864 (Categories): Document cons cell argument for
1865 modify-category-entry.
1866
fca4ec76
CY
1867 * searching.texi (String Search): Document word-search-forward-lax
1868 and word-search-backward-lax.
1869 (Searching and Case): Describe isearch behavior more precisely.
1870
9c283d5b
CY
1871 * keymaps.texi (Tool Bar): Mention that some platforms do not
1872 support multi-line toolbars. Suggested by Stephen Eglen.
1873
1874 * frames.texi (Layout Parameters): Mention that Nextstep also
1875 allows only one tool-bar line. Suggested by Stephen Eglen.
1876
97d8273f
CY
1877 * nonascii.texi (Text Representations): Copyedits.
1878 (Coding System Basics): Also mention utf-8-emacs.
1879 (Converting Representations, Selecting a Representation)
1880 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1881 Copyedits.
1882 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1883
2bad3299
CY
18842009-04-09 Chong Yidong <cyd@stupidchicken.com>
1885
1886 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1887 (Filling): Clarify REGION argument of fill-paragraph.
1888 Document fill-forward-paragraph-function.
2bad3299
CY
1889 (Special Properties): Remove "new in Emacs 22" declaration.
1890 (Clickable Text): Merge with Links and Mouse-1 node.
1891
5dcb4c4e
SM
1892 * display.texi (Button Properties, Button Buffer Commands):
1893 Change xref to Clickable Text.
2bad3299
CY
1894
1895 * tips.texi (Key Binding Conventions): Change xref to Clickable
1896 Text.
1897
1898 * elisp.texi (Top): Update node listing.
1899
ea30ce4f
CY
19002009-04-05 Chong Yidong <cyd@stupidchicken.com>
1901
47af2f4b
CY
1902 * markers.texi (The Mark): Copyedits. Improve description of
1903 handle-shift-selection.
1904 (The Region): Move use-region-p here from The Mark.
1905
ea30ce4f
CY
1906 * positions.texi (Screen Lines): Document (cols . lines) argument
1907 for vertical-motion.
1908
2aa8ea6e
CY
19092009-04-04 Chong Yidong <cyd@stupidchicken.com>
1910
3ec61d4e
CY
1911 * frames.texi (Frames): Clean up introduction. Document `ns'
1912 return value for framep.
1913 (Creating Frames): Note how the terminal is chosen.
1914 (Multiple Terminals, Multiple Displays): Merge into a single node.
1915 (Color Parameters): Fix typo.
1916
1917 * variables.texi (Local Variables, Buffer-Local Variables)
1918 (Creating Buffer-Local): Change link to Multiple Terminals.
1919
1920 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1921
1922 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1923 Terminals.
1924
1925 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1926 to Multiple Terminals.
1927
1928 * elisp.texi (Top): Update node listing.
1929 * vol2.texi (Top): Update node listing.
1930 * vol1.texi (Top): Update node listing.
1931
9257072f
CY
1932 * buffers.texi (Current Buffer): Note that the append-to-buffer
1933 example is no longer in synch with the latest code. Tie the two
1934 examples together.
1935
2aa8ea6e
CY
1936 * files.texi (File Attributes): Move note about MS-DOS from
1937 Changing Files to File Attributes.
1938 (Create/Delete Dirs): Note that mkdir is an alias for this.
1939
22e74b17
CY
19402009-04-01 Markus Triska <triska@gmx.at>
1941
1942 * processes.texi (Filter Functions): Suggest how to handle output
1943 batches.
1944
4bbe48ec
CY
19452009-03-30 Chong Yidong <cyd@stupidchicken.com>
1946
1947 * help.texi (Accessing Documentation): Update example to use
1948 help-setup-xref and with-help-window.
1949 (Help Functions): Remove print-help-return-message, which is
1950 semi-obsolete due to with-help-window. Document help-buffer and
1951 help-setup-xref.
1952
b9723f39
CY
19532009-03-29 Chong Yidong <cyd@stupidchicken.com>
1954
5dcb4c4e
SM
1955 * help.texi (Accessing Documentation, Help Functions):
1956 Remove information about long-obsolete Emacs versions.
9eb52e90 1957
b9723f39
CY
1958 * modes.texi (Mode Line Variables): The default values of the mode
1959 line variables are now more complicated.
1960
b0cc32db
CY
19612009-03-28 Chong Yidong <cyd@stupidchicken.com>
1962
3c25a5a9
CY
1963 * modes.texi (Major Mode Conventions): Note that specialness is
1964 inherited.
31c9eebb
CY
1965 (Derived Modes): Note that define-derive-mode sets the mode-class
1966 property.
3c25a5a9 1967
b0cc32db
CY
1968 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1969 goto-map. Add search-map to the list.
1970
c5e0006d
EZ
19712009-03-27 Eli Zaretskii <eliz@gnu.org>
1972
1213465a
EZ
1973 * os.texi (System Environment): Update the list of system-type
1974 values.
1975
c5e0006d
EZ
1976 * markers.texi (The Mark) <handle-shift-selection>: Update for
1977 removal of the optional argument DEACTIVATE.
1978
48bab3d6
CY
19792009-03-25 Chong Yidong <cyd@stupidchicken.com>
1980
1981 * commands.texi (Focus Events): Most X window managers don't use
1982 focus-follows-mouse nowadays.
1983
6e4ff1b6
CY
19842009-03-24 Chong Yidong <cyd@stupidchicken.com>
1985
1986 * commands.texi (Defining Commands): Clarify introduction.
1987 (Using Interactive): Not that interactive can be put in a symbol
1988 property.
1989 (Interactive Call): Note that a symbol with a non-nil
1990 interactive-form property satisfies commandp.
1991
11625308
JB
19922009-03-23 Juanma Barranquero <lekktu@gmail.com>
1993
1994 * minibuf.texi (Intro to Minibuffers): Fix typos.
1995
7b34420d
CY
19962009-03-23 Chong Yidong <cyd@stupidchicken.com>
1997
1998 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1999 about minibuffers in old Emacs versions. Copyedits.
2000 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2001 (Text from Minibuffer): Simplify introduction.
2002
f9257eed
AM
20032009-03-22 Alan Mackenzie <acm@muc.de>
2004
2005 * commands.texi (Using Interactive): Clarify string argument to
2006 `interactive' - even promptless elements need \n separators.
2007
f639ba70
CY
20082009-03-18 Chong Yidong <cyd@stupidchicken.com>
2009
2010 * minibuf.texi (Completion Styles): New node.
2011
2012 * elisp.texi (Top): Update node listing.
2013
d897e8ee
CY
20142009-03-17 Chong Yidong <cyd@stupidchicken.com>
2015
2016 * minibuf.texi (Basic Completion): Note that
2017 read-file-name-completion-ignore-case and
2018 read-buffer-completion-ignore-case can override
2019 completion-ignore-case.
2020 (Minibuffer Completion): Document completing-read changes.
2021 (Completion Commands): Avoid mentioning partial completion mode.
2022 Document minibuffer-completion-confirm changes, and
2023 minibuffer-confirm-exit-commands.
2024 (High-Level Completion): Document new require-match behavior for
2025 read-buffer. Document read-buffer-completion-ignore-case.
2026 (Reading File Names): Document new require-match behavior for
2027 read-file-name.
2028
b1f23349
CY
20292009-03-14 Chong Yidong <cyd@stupidchicken.com>
2030
2031 * debugging.texi (Error Debugging): Don't mislead the reader into
2032 thinking that debug-on-error enters debugger for C-f at EOB.
2033 (Error Debugging): Setting debug-on-init within the init file
2034 works, and has for some time.
2035
d6eb4e25
KH
20362009-03-13 Kenichi Handa <handa@m17n.org>
2037
2038 * display.texi (Fontsets): Update the description.
2039
1cf53dc5
CY
20402009-03-13 Chong Yidong <cyd@stupidchicken.com>
2041
2042 * advice.texi (Advising Primitives): Link to What Is a Function.
2043
81f919fc
CY
20442009-03-12 Chong Yidong <cyd@stupidchicken.com>
2045
cf4229eb
CY
2046 * compile.texi (Speed of Byte-Code): Update example.
2047 (Disassembly): Update examples.
2048
81f919fc 2049 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2050
2051 * customize.texi (Common Keywords): It's not necessary to use :tag
2052 to remove hyphens, as custom-unlispify-tag-name does it
2053 automatically.
5dcb4c4e
SM
2054 (Variable Definitions): Link to File Local Variables.
2055 Document customized-value symbol property.
f2bbc08c
CY
2056 (Customization Types): Move menu to end of node.
2057
955964d7
CY
20582009-03-10 Chong Yidong <cyd@stupidchicken.com>
2059
2060 * macros.texi (Compiling Macros): Omit misleading sentence, which
2061 implied that macros can only be used in the same file they are
2062 defined.
2063 (Backquote): Remove obsolete information about Emacs 19.
2064
d25ed7db
GM
20652009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2066
2067 * display.texi (Display Margins): Fix paren typo.
2068
d55f6ca5
CY
20692009-02-27 Chong Yidong <cyd@stupidchicken.com>
2070
f0e57ed8
CY
2071 * elisp.texi (Top): Update node listing.
2072
2073 * variables.texi (Variables): Clarify introduction.
2074 (Global Variables): Mention that setq is a special form.
2075 (Local Variables): Use active voice.
2076 (Tips for Defining): Mention marking variables as safe.
2077 (Buffer-Local Variables): Mention terminal-local and frame-local
2078 variables together.
2079 (File Local Variables): Copyedits.
2080 (Frame-Local Variables): Note that they are not really useful.
2081 (Future Local Variables): Node deleted.
2082
d55f6ca5
CY
2083 * objects.texi (General Escape Syntax): Update explanation of
2084 unicode escape syntax.
2085
ca8f09a8
CY
20862009-02-23 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * control.texi (Control Structures): Add cindex entry for "textual
2089 order".
2090
2091 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2092 instead of "expression" throughout.
2093 (Function Indirection): Copyedits. Use active voice.
2094 (Eval): The default value of max-lisp-eval-depth is now 400.
2095
a20878b6
MB
20962009-02-23 Miles Bader <miles@gnu.org>
2097
2098 * processes.texi (System Processes): Rename `system-process-attributes'
2099 to `process-attributes'.
2100
61f66044
CY
21012009-02-22 Chong Yidong <cyd@stupidchicken.com>
2102
1b80d1f3
CY
2103 * symbols.texi (Property Lists): Emphasize that property lists are
2104 not restricted to symbol cells.
2105 (Other Plists): Copyedit.
2106
61f66044
CY
2107 * sequences.texi (Sequences Arrays Vectors): Make introduction
2108 more concise.
2109 (Arrays): Mention char-tables and bool-vectors too.
2110 (Vectors): Don't repeat information given in Arrays node. Link to
2111 nodes that explain the vector usage examples.
2112 (Char-Tables): Note that char-table elements can have arbitrary
2113 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2114 Link to Property Lists node.
61f66044 2115
9403944b
CY
21162009-02-22 Chong Yidong <cyd@stupidchicken.com>
2117
2118 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2119 `append'.
4068c7b4 2120 (List Elements): Copyedits.
9403944b
CY
2121
2122 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2123 of `vconcat'.
2124
2125 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2126 Emacs 20 usage of `concat'.
2127 (Case Conversion): Copyedits.
2128
b87a185f
CY
21292009-02-21 Chong Yidong <cyd@stupidchicken.com>
2130
2131 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2132 Minor edits.
2133 (Frame Configuration Type): Emphasize that it is not primitive.
2134 (Font Type): New node.
2135 (Type Predicates): Add fontp; type-of now recognizes font object
2136 types.
2137
2138 * intro.texi (Version Info): Update version numbers in examples.
2139 (Acknowledgements): List more contributors.
2140
2141 * elisp.texi: Bump version number to 3.0.
2142 (Top): Link to Font Type node.
2143
867d4bb3
JB
21442009-02-20 Juanma Barranquero <lekktu@gmail.com>
2145
2146 * modes.texi (Major Mode Conventions): Remove duplicate words.
2147 (Customizing Keywords): Fix typo.
2148
77730170
EZ
21492009-02-14 Eli Zaretskii <eliz@gnu.org>
2150
2151 * nonascii.texi (User-Chosen Coding Systems): Document that
2152 select-safe-coding-system suggests raw-text if there are raw bytes
2153 in the region.
2154 (Explicit Encoding): Warn not to use `undecided' when encoding.
2155
c8736212
GM
21562009-02-11 Glenn Morris <rgm@gnu.org>
2157
2158 * frames.texi (Visibility of Frames): Mention the effect multiple
2159 workspaces/desktops can have on visibility.
2160
ab992d66
EZ
21612009-02-07 Eli Zaretskii <eliz@gnu.org>
2162
c8736212
GM
2163 * text.texi (Commands for Insertion):
2164 * commands.texi (Event Mod):
2165 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2166 * nonascii.texi (Translation of Characters):
2167 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2168 (Explicit Encoding): Document the `charset' text property produced
2169 by decode-coding-region and decode-coding-string.
ab992d66 2170
e651a255
AM
21712009-01-27 Alan Mackenzie <acm@muc.de>
2172
2173 * modes.texi (Search-based Fontification): Correct a typo.
2174
bc5cde4b
JB
21752009-01-25 Juanma Barranquero <lekktu@gmail.com>
2176
2177 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2178 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2179
3533155b
EZ
21802009-01-24 Eli Zaretskii <eliz@gnu.org>
2181
f721deda
EZ
2182 * display.texi (Window Systems): Document the value of
2183 `initial-window-system' under --daemon.
2184
3533155b
EZ
2185 * os.texi (System Environment): Remove description of the
2186 `environment' function which has been deleted.
2187
f79b43b2
DN
21882009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2189
2190 * frames.texi (Multiple Displays): Remove documentation for
2191 removed function make-frame-on-tty.
2192
e3aa6669
CY
21932009-01-22 Chong Yidong <cyd@stupidchicken.com>
2194
2195 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2196 write-region-annotate-functions.
2197 Document write-region-post-annotation-function.
e3aa6669 2198
fb13a416
CY
21992009-01-19 Chong Yidong <cyd@stupidchicken.com>
2200
2201 * display.texi (Font Lookup): Document WIDTH argument of
2202 x-list-fonts.
2203
02eccf6b
EZ
22042009-01-17 Eli Zaretskii <eliz@gnu.org>
2205
ead3f58d
EZ
2206 * maps.texi (Standard Keymaps): Rename function-key-map to
2207 local-function-key-map.
2208
2209 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2210 local-function-key-map.
2211
2212 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2213 and `set-keyboard-coding-system' now accept an optional terminal
2214 argument.
2215
2216 * commands.texi (Event Mod): `keyboard-translate-table' is now
2217 terminal-local.
2218 (Function Keys): Rename function-key-map to
2219 local-function-key-map.
2220
df05a163
EZ
2221 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2222 frames.texi.
2223
0ed8034e 2224 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2225 `delete-terminal-functions', `suspend-tty-functions' and
2226 `resume-tty-functions'.
0ed8034e
EZ
2227
2228 * frames.texi (Frames): Document `frame-terminal' and
2229 `terminal-live-p'.
2230 (Multiple Displays): Document `make-frame-on-tty'.
2231 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2232 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2233 (Terminal Parameters): Document `terminal-parameters',
2234 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2235
2236 * os.texi (System Environment): Document `environment' and
2237 `initial-environment'.
490f1197
EZ
2238 (Suspending Emacs): Update for multi-tty; document
2239 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2240
02eccf6b
EZ
2241 * nonascii.texi (Coding System Basics): More accurate description
2242 of `raw-text'.
2243
f19fea97
JB
22442009-01-12 Juanma Barranquero <lekktu@gmail.com>
2245
2246 * display.texi (Low-Level Font): Fix typo.
2247
16fa292f
CY
22482009-01-10 Chong Yidong <cyd@stupidchicken.com>
2249
2250 * elisp.texi (Top): Update node listing.
2251
2252 * display.texi (PostScript Images): Node deleted.
2253
0b4faef3
EZ
22542009-01-10 Eli Zaretskii <eliz@gnu.org>
2255
3355f04d
EZ
2256 * processes.texi (Decoding Output): Document that null bytes force
2257 no-conversion for reading process output.
2258
2259 * files.texi (Reading from Files): Document that null bytes force
2260 no-conversion when visiting files.
2261
11625308 2262 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2263
5dcb4c4e
SM
2264 * nonascii.texi (Lisp and Coding Systems):
2265 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2266 (Character Properties): Improve wording.
0b4faef3 2267
ce9cf065
CY
22682009-01-09 Chong Yidong <cyd@stupidchicken.com>
2269
2270 * display.texi (Font Lookup): Remove obsolete function
2271 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2272 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2273 (Font Selection): Reorder order of variable descriptions.
2274 Minor clarifications.
ce9cf065
CY
2275
2276 * elisp.texi (Top): Update node listing.
2277
ab756fb3
GM
22782009-01-09 Glenn Morris <rgm@gnu.org>
2279
2280 * commands.texi (Command Loop Info): Say that last-command-char and
2281 last-input-char are obsolete aliases.
2282
2283 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2284 last-input-char and last-command-char, since they are just aliases for
2285 last-input-event and last-command-event.
2286
2287 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2288 last-command-char.
2289
6b2b8ab1
CY
22902009-01-08 Chong Yidong <cyd@stupidchicken.com>
2291
2292 * elisp.texi: Update node listing.
2293
2294 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2295 (Face Attributes): Don't link to Font Lookup.
2296 Document font-family-list.
6b2b8ab1
CY
2297 (Fonts): New node.
2298
3568e767
JR
22992009-01-08 Jason Rumney <jasonr@gnu.org>
2300
2301 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2302 changing the standard pointer shapes. (Bug#1485)
3568e767 2303
6221c8db
CY
23042009-01-08 Chong Yidong <cyd@stupidchicken.com>
2305
2306 * display.texi (Attribute Functions): Note that a function value
2307 :height is relative, and that compatibility functions work by
2308 calling set-face-attribute.
2309 (Displaying Faces): Reorder list in order of increasing priority.
2310 (Face Remapping): New node. Content moved here from Displaying
2311 Faces.
2312 (Glyphs): Link to Face Functions.
2313
e3d3799a
CY
23142009-01-08 Chong Yidong <cyd@stupidchicken.com>
2315
2316 * display.texi (Faces): Don't discuss face id here. facep does
2317 not return t.
2318 (Defining Faces): Minor clarification.
2319 (Face Attributes): Rearrange items to match docstring of
2320 set-face-attribute. Add :foundry attribute. Document new role of
2321 :font attribute. Texinfo usage fix.
2322 (Attribute Functions): Copyedits.
2323 (Face Functions): Note that face number is seldom used.
2324
638a2457
RS
23252009-01-05 Richard M Stallman <rms@gnu.org>
2326
2327 * strings.texi (Predicates for Strings): Minor clarification.
2328
2329 * functions.texi (Function Safety): Texinfo usage fix.
2330
49ea0074
JB
23312009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2332
2333 * objects.texi (General Escape Syntax): Fix typo.
2334
9f822178
MR
23352009-01-03 Martin Rudalics <rudalics@gmx.at>
2336
2337 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2338 works via the default value of pop-up-frame-function.
2339
af34ad36
EZ
23402009-01-02 Eli Zaretskii <eliz@gnu.org>
2341
2342 * processes.texi (System Processes): Document the `time' and
2343 `ctime' attributes of `system-process-attributes'.
2344
d31f6679
CY
23452009-01-01 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * display.texi (Face Attributes): Clarify :height attribute.
2348
174dc00c
MR
23492008-12-31 Martin Rudalics <rudalics@gmx.at>
2350
2351 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2352 the front of the buffer list. Add entries for `last-buffer' and
2353 `unbury-buffer'.
2354
b8afe7e4
EZ
23552008-12-27 Eli Zaretskii <eliz@gnu.org>
2356
d14030f5
EZ
2357 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2358 and its subsections.
2359
2360 * frames.texi (Multiple Terminals, Low-level Terminal)
2361 (Terminal Parameters, Frames on Other TTY devices): New sections.
2362 (Frames): Add an xref to "Multiple Terminals".
2363
765980a4
EZ
2364 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2365
2366 * objects.texi (Terminal Type): New node.
2367 (Editing Types): Add it to the menu.
2368
47bd5577
EZ
2369 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2370 Variables".
2371
eb22b78c 2372 * variables.texi (Directory Local Variables): New node.
47bd5577 2373 (Variables): Add a menu item for it.
eb22b78c 2374
b8afe7e4
EZ
2375 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2376 `generated-autoload-file'.
2377
77bb0476
EZ
23782008-12-20 Eli Zaretskii <eliz@gnu.org>
2379
028e2c19
EZ
2380 * os.texi (Startup Summary): Add xref to documentation of
2381 `initial-window-system'.
2382
77bb0476
EZ
2383 * display.texi (Window Systems): Document `window-system' the
2384 function. The variable `window-system' is now frame-local.
028e2c19 2385 Document `initial-window-system'.
77bb0476 2386
dda87836
MR
23872008-12-19 Martin Rudalics <rudalics@gmx.at>
2388
2389 * windows.texi (Windows): Rewrite description of
2390 fit-window-to-buffer.
2391
caef3ed2
GM
23922008-12-13 Glenn Morris <rgm@gnu.org>
2393
2394 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2395 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2396
21c58e4d
GM
23972008-12-12 Glenn Morris <rgm@gnu.org>
2398
2399 * debugging.texi (Error Debugging): Refer forwards to
2400 eval-expression-debug-on-error.
2401
af38459f
EZ
24022008-12-05 Eli Zaretskii <eliz@gnu.org>
2403
5dedd9b5
EZ
2404 * strings.texi (String Basics): Only unibyte strings that
2405 represent key sequences hold 8-bit raw bytes.
2406
af38459f
EZ
2407 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2408 paragraph to speak about `undecided'.
2409 (Character Properties): Don't explain the meaning of each
2410 property; instead, identify their Unicode Standard names.
b3f1f4a5 2411 (Character Sets): Document `map-charset-chars'.
af38459f 2412
fa047ae7
GM
24132008-12-02 Glenn Morris <rgm@gnu.org>
2414
2415 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2416 section yet again.
2417
47dbc044
EZ
24182008-11-29 Eli Zaretskii <eliz@gnu.org>
2419
98d05998
EZ
2420 * nonascii.texi (Character Properties): New Section.
2421 (Specifying Coding Systems): Document
2422 `coding-system-priority-list', `set-coding-system-priority', and
2423 `with-coding-priority'.
2424 (Lisp and Coding Systems): Document `check-coding-systems-region'
2425 and `coding-system-charset-list'.
2426 (Coding System Basics): Document `coding-system-aliases'.
2427
2428 * elisp.texi (Top): Add a @detailmenu entry for "Character
2429 Properties".
2430
47dbc044
EZ
2431 * objects.texi (Character Type): Correct the range of Emacs
2432 characters. Add an @xref to "Character Codes".
2433
2434 * strings.texi (String Basics): Add an @xref to "Character Codes".
2435
2436 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2437
2438 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2439 (Character Codes): Document `max-char'.
2440
8b80cdf5
EZ
24412008-11-28 Eli Zaretskii <eliz@gnu.org>
2442
2443 * nonascii.texi (Text Representations, Converting Representations)
2444 (Character Sets, Scanning Charsets, Translation of Characters):
2445 Make text more accurate.
2446
a99dceba
GM
24472008-11-28 Glenn Morris <rgm@gnu.org>
2448
2449 * files.texi (Format Conversion Round-Trip): Improve previous change.
2450
f6dc3bed
CY
24512008-11-26 Chong Yidong <cyd@stupidchicken.com>
2452
2453 * modes.texi (Auto Major Mode): Fix example.
2454
5da9413d
GM
24552008-11-25 Glenn Morris <rgm@gnu.org>
2456
2457 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2458
2459 * files.texi (Format Conversion Round-Trip):
2460 Use active voice for previous change.
2461
fcca848c
CY
24622008-11-25 Chong Yidong <cyd@stupidchicken.com>
2463
2464 * os.texi (Processor Run Time):
2465 * processes.texi (Transaction Queues):
2466 * markers.texi (The Mark):
2467 * windows.texi (Choosing Window, Selecting Windows):
2468 * files.texi (Changing Files, Magic File Names):
2469 * commands.texi (Key Sequence Input):
2470 * functions.texi (Declaring Functions):
2471 * strings.texi (Predicates for Strings):
2472 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2473
36c8dc54
CY
24742008-11-24 Chong Yidong <cyd@stupidchicken.com>
2475
2476 * help.texi (Accessing Documentation): Update example.
2477
2478 * variables.texi (Defining Variables): Note that `*' is not
2479 necessary if defcustom is used.
2480
2a79b242
EZ
24812008-11-22 Eli Zaretskii <eliz@gnu.org>
2482
2483 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2484 Characters" from @detailmenu.
2485
2486 * nonascii.texi (Character Codes, Character Sets)
2487 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2488 (Chars and Bytes, Splitting Characters): Sections removed.
2489
392f0d26
LK
24902008-11-22 Lute Kamstra <lute@gnu.org>
2491
2492 * positions.texi (Text Lines): Update goto-line documentation.
2493
af1a5cd5
MR
24942008-11-21 Martin Rudalics <rudalics@gmx.at>
2495
6a4cfb0c
MR
2496 * frames.texi (Frames): Fix typo, add cross references, reword.
2497 (Initial Parameters): Reword special-display-frame-alist text.
2498 (Frames and Windows): Reword. Describe argument norecord for
2499 set-frame-selected-window.
2500 (Input Focus): Describe argument norecord for select-frame.
2501 Remove comment on MS-Windows behavior for focus-follows-mouse.
2502 (Raising and Lowering): Mention windows-frames dichotomy in
2503 metaphor.
2504
af1a5cd5
MR
2505 * windows.texi (Displaying Buffers, Vertical Scrolling)
2506 (Horizontal Scrolling): Fix indenting and rewording issues
2507 introduced with 2008-11-07 change.
2508
c249fa9c
GM
25092008-11-20 Glenn Morris <rgm@gnu.org>
2510
2511 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2512 element of `format-alist'.
2513
204d4665
GM
25142008-11-19 Glenn Morris <rgm@gnu.org>
2515
2516 * doclicense.texi: Update to FDL 1.3.
2517 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2518
cc0910af
CY
25192008-11-18 Chong Yidong <cyd@stupidchicken.com>
2520
efe6e7c4
CY
2521 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2522 vars, which are obsolete. Mention jit-lock-register.
2523
5dcb4c4e
SM
2524 * modes.texi (Other Font Lock Variables):
2525 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2526
cc0910af
CY
2527 * frames.texi (Color Parameters): Document alpha parameter.
2528
aeeedf76
MR
25292008-11-16 Martin Rudalics <rudalics@gmx.at>
2530
2531 * windows.texi (Splitting Windows, Deleting Windows)
2532 (Selecting Windows, Cyclic Window Ordering)
2533 (Buffers and Windows, Displaying Buffers, Choosing Window)
2534 (Dedicated Windows, Window Point, Window Start and End)
2535 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2536 (Size of Window, Resizing Windows, Window Configurations)
2537 (Window Parameters): Avoid @var at beginning of sentences and
2538 reword accordingly.
2539
4c565c5c
LK
25402008-11-11 Lute Kamstra <lute@gnu.org>
2541
2542 * files.texi (File Name Components): Fix file-name-extension
2543 documentation.
2544
25f494c9
JB
25452008-11-11 Juanma Barranquero <lekktu@gmail.com>
2546
2547 * frames.texi (Basic Parameters): Remove display-environment-variable
2548 and term-environment-variable.
2549
a1401ab1
EZ
25502008-11-08 Eli Zaretskii <eliz@gnu.org>
2551
2552 * windows.texi (Basic Windows, Splitting Windows)
2553 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2554 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2555 (Resizing Windows, Window Configurations, Window Parameters):
2556 Fix wording and markup.
a1401ab1 2557
efafc282
MR
25582008-11-07 Martin Rudalics <rudalics@gmx.at>
2559
2560 * windows.texi (Windows): Update entries.
2561 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2562 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2563 (Selecting Windows, Cyclic Window Ordering): Reword with special
2564 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2565 (Buffers and Windows, Choosing Window): Reword with special
2566 emphasis on dedicated windows.
2567 (Displaying Buffers): Reword. For switch-to-buffer mention that
2568 it may fall back on pop-to-buffer. For other-window try to
2569 explain how it treats the cyclic ordering of windows.
efafc282
MR
2570 (Dedicated Windows): New node and section discussing dedicated
2571 windows and associated functions.
86ab855a 2572 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2573 (Window Start and End): Rename node and section title. Reword.
2574 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2575 Minor rewording.
2576 (Size of Window): Reword, in particular text on window-width.
2577 (Resizing Windows): Reword. Add text on balancing windows.
2578 (Window Configurations): Reword. Mention window parameters.
2579 (Window Parameters): New node and section on window parameters.
2580 (Window Hooks): Reword. Mention that
2581 window-configuration-change-hook is run "buffer-locally".
2582 * elisp.texi (Top): Update Windows entries in @detailmenu
2583 section.
2584
d60a8ab2
JB
25852008-11-04 Juanma Barranquero <lekktu@gmail.com>
2586
2587 * searching.texi (Regexp Search): Fix typo.
2588
01777627
CY
25892008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2590
2591 * searching.texi (Regexp Search): Document GREEDY arg.
2592 (Simple Match Data): Fix return value.
2593
c4526e93
EZ
25942008-11-01 Eli Zaretskii <eliz@gnu.org>
2595
2596 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2597 with Emacs 23 internal representation of characters.
2598 Document `unibyte-string'.
c4526e93 2599
fe2ae8b5
CY
26002008-10-28 Chong Yidong <cyd@stupidchicken.com>
2601
2602 * processes.texi (Process Information): Note that process-status
2603 does not accept buffer names.
2604
cc5a21e3
CY
26052008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2606
2607 * positions.texi (Skipping Characters): Correct return value of
2608 skip-chars-forward.
2609
09460d9a
MR
26102008-10-25 Martin Rudalics <rudalics@gmx.at>
2611
520b29e7
MR
2612 * windows.texi (Deleting Windows): Update documentation of
2613 delete-windows-on.
2614 (Buffers and Windows): Update documentations of
2615 get-buffer-window and get-buffer-window-list.
2616 (Displaying Buffers): Update documentation of
2617 replace-buffer-in-windows.
2618
09460d9a
MR
2619 * buffers.texi (Current Buffer): Reword set-buffer and
2620 with-current-buffer documentations.
2621 (Creating Buffers): Reword documentation of get-buffer-create.
2622
4d48fcdc
MR
26232008-10-23 Martin Rudalics <rudalics@gmx.at>
2624
2625 * buffers.texi (Current Buffer): Reword documentation of
2626 set-buffer.
2627 (Buffer Names): Reword documentation of buffer-name.
2628 (The Buffer List): For bury-buffer explain what happens with the
2629 buffer's window.
2630 (Creating Buffers): Say that get-buffer-create's arg is called
2631 buffer-or-name.
2632
f0143c43
CY
26332008-10-22 Chong Yidong <cyd@stupidchicken.com>
2634
3e5dbbd3
CY
2635 * advice.texi (Computed Advice): Explain what DEFINITION is.
2636
f0143c43
CY
2637 * nonascii.texi (Character Codes): Remove obsolete function
2638 char-valid-p, and document characterp instead.
2639
52a94b85
MR
26402008-10-22 Martin Rudalics <rudalics@gmx.at>
2641
2642 * windows.texi (Displaying Buffers): Reword documentation of
2643 pop-to-buffer.
2644 (Choosing Window): Rewrite documentation of display-buffer and
2645 its options.
2646
f76f8246
MR
2647 * buffers.texi (Killing Buffers): Update documentation of
2648 kill-buffer.
2649
acc8b598
EZ
26502008-10-21 Eli Zaretskii <eliz@gnu.org>
2651
80e6b6df
EZ
2652 * processes.texi (Serial Ports): Fix wording and improve markup.
2653
3645358a
EZ
2654 * searching.texi (Regexp Search): Document `string-match-p' and
2655 `looking-at-p'.
2656 (POSIX Regexps): Add an xref for "non-greedy".
2657 (Regexp Special): Add @cindex entry for "non-greedy".
2658
b3d50cff 2659 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2660 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2661
73b7530a
EZ
2662 * frames.texi (Color Names): Add an xref to `read-color'.
2663
2664 * minibuf.texi (High-Level Completion): Document `read-color'.
2665
acc8b598
EZ
2666 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2667
2668 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2669
2670 * buffers.texi (Swapping Text): New section, documents
2671 `buffer-swap-text'.
2672
10e187e8
MR
26732008-10-21 Martin Rudalics <rudalics@gmx.at>
2674
2675 * windows.texi (Resizing Windows): Minor wording fix.
2676
fd6f900c
EZ
26772008-10-20 Eli Zaretskii <eliz@gnu.org>
2678
2679 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2680 and `combine-and-quote-strings'.
2681
2682 * strings.texi (Creating Strings): Add xrefs for them.
2683
e4372165
EZ
26842008-10-19 Eli Zaretskii <eliz@gnu.org>
2685
d6328fba
EZ
2686 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2687 match the corresponding menu in minibuf.texi.
2688
e4372165
EZ
2689 * minibuf.texi (Reading File Names): Document `read-shell-command'
2690 and `minibuffer-local-shell-command-map'.
2691
5d8dda33
MR
26922008-10-19 Martin Rudalics <rudalics@gmx.at>
2693
2694 * windows.texi (Resizing Windows): Remove var{} around "window" in
2695 documentation of enlarge-window.
2696 Rewrite documentation of window-min-height and window-min-width.
2697
437706cd
EZ
26982008-10-19 Eli Zaretskii <eliz@gnu.org>
2699
80f85d7c
EZ
2700 * functions.texi (Calling Functions): Document `apply-partially'.
2701
291703b5
EZ
2702 * hooks.texi (Standard Hooks): Mention
2703 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2704
2705 * variables.texi (File Local Variables): Document
2706 `file-local-variables-alist', `before-hack-local-variables-hook'
2707 and `hack-local-variables-hook'.
2708
583d8b3c
EZ
2709 * processes.texi (Synchronous Processes): Document `process-lines'.
2710
5dcb4c4e
SM
2711 * customize.texi (Variable Definitions):
2712 Document `custom-reevaluate-setting'.
437706cd 2713
7e51d89b
MR
27142008-10-18 Martin Rudalics <rudalics@gmx.at>
2715
2716 * windows.texi (Choosing Window, Deleting Windows)
2717 (Displaying Buffers): Expand documentation of dedicated windows.
2718
43c59a3d
EZ
27192008-10-18 Eli Zaretskii <eliz@gnu.org>
2720
018a960d
EZ
2721 * files.texi (Changing Files): Document symbolic input of file
2722 modes to `set-file-modes'. Document `read-file-modes' and
2723 `file-modes-symbolic-to-number'.
2724
2c0b8144
EZ
2725 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2726 and `search-map'.
2727
5dcb4c4e
SM
2728 * searching.texi (Search and Replace):
2729 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2730 Document `multi-query-replace-map'.
80120f13 2731
6d4913f0 2732 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2733 (Completion Commands, Reading File Names):
2734 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2735 `minibuffer-local-filename-must-match-map'.
2736 (Minibuffer Completion): The `require-match' argument to
2737 `completing-read' can now have the value `confirm-only'.
2738
43c59a3d
EZ
2739 * windows.texi (Displaying Buffers): Minor wording fix.
2740 (Choosing Window): `split-height-threshold' can now be nil.
2741 Document `split-width-threshold'. `pop-up-frames' can have the
2742 value `graphic-only'.
2743
f36acfd9
EZ
27442008-10-17 Eli Zaretskii <eliz@gnu.org>
2745
2746 * os.texi (Startup Summary): Document `before-init-time' and
2747 `after-init-time'. Document `initial-window-system' and
2748 `window-system-initialization-alist'. Document reading the
2749 abbrevs file. Document the call to `server-start' under --daemon.
2750 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2751 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2752 (Time Parsing): Document `format-seconds'.
f36acfd9 2753
96995b89
MR
27542008-10-17 Martin Rudalics <rudalics@gmx.at>
2755
2756 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2757 and reword.
2758
2de17c73
EZ
27592008-10-16 Eli Zaretskii <eliz@gnu.org>
2760
2761 * markers.texi (The Mark): Document use-region-p.
2762
9cf52b11
EZ
27632008-10-15 Eli Zaretskii <eliz@gnu.org>
2764
c3aaf1d7
EZ
2765 * internals.texi (Writing Emacs Primitives): The interactive spec
2766 of a primitive can be a Lisp form.
2767
841a1743
EZ
2768 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2769 values of transient-mark-mode. Document handle-shift-selection.
2770
2771 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2772 (Interactive Examples): Show an example of `^'.
2773 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2774 (Defining Commands, Using Interactive): The interactive-form of a
2775 function can be added via its symbol's property.
841a1743 2776
52441368
EZ
2777 * positions.texi (List Motion): beginning-of-defun-function can
2778 now accept an argument.
2779
8e8c1a72
EZ
2780 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2781 now return a list of strings.
2782
a33a1f2a
EZ
2783 * control.texi (Handling Errors): Document ignore-errors.
2784
4fb04348
EZ
2785 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2786 (Parameter Access): Document set-frame-parameter.
2787
ee666f84
EZ
2788 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2789 Hooks" for the effect of kill-all-local-variables on local hook
2790 functions.
2791
9cf52b11
EZ
2792 * modes.texi (Major Mode Conventions, Mode Line Variables):
2793 `mode-name' need not be a string. xref to "Mode Line Data" for
2794 details, and to "Emulating Mode Line" for computing a string
2795 value.
2796
22526bc4
EZ
27972008-10-14 Eli Zaretskii <eliz@gnu.org>
2798
a65f6a85
EZ
2799 * processes.texi (System Processes): New section.
2800 (Processes, Signals to Processes): Add xrefs to it.
2801
2802 * objects.texi (Editing Types): A `process' is a subprocess of
2803 Emacs, not just any process running on the OS.
2804
2805 * elisp.texi (Top): Adjust the @detailmenu for the above two
2806 changes.
2807
2724b26a
EZ
2808 * sequences.texi (Char-Tables): Remove documentation of
2809 set-char-table-default, which has no effect since Emacs 23.
2810 <char-table-range, set-char-table-range>: Don't mention generic
2811 characters and charsets. Add a cons cell as a possible argument.
2812
2813 * nonascii.texi (Splitting Characters)
2814 (Translation of Characters): Don't mention generic characters.
2815
2816 * display.texi (Fontsets): Don't mention generic characters.
2817
22526bc4 2818 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2819 argument FUNCTION with a cons cell as KEY.
22526bc4 2820
eaf4b689
EZ
28212008-10-13 Eli Zaretskii <eliz@gnu.org>
2822
45e46036
EZ
2823 * objects.texi (Primitive Function Type): Move "@cindex special
2824 forms" from here...
2825
2826 * eval.texi (Special Forms): ...to here.
2827
2828 * functions.texi (What Is a Function): `functionp' returns nil for
2829 special forms. Add an xref.
2830
eaf4b689
EZ
2831 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2832 Variables".
2833
2834 * variables.texi (Frame-Local Variables): New section.
2835 (Buffer-Local Variables): Add an xref to it.
2836 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2837 have both frame-local and buffer-local binding.
2838
2839 * frames.texi (Frames): Mention multiple tty frames.
2840 (Frame Parameters, Parameter Access): Mention frame-local variable
2841 bindings.
2842
15688fce
GM
28432008-09-20 Glenn Morris <rgm@gnu.org>
2844
2845 * display.texi (Defining Faces): Recommend against face variables.
2846
35539065
JB
28472008-09-16 Juanma Barranquero <lekktu@gmail.com>
2848
2849 * display.texi (Echo Area Customization): Fix typo.
2850
6a57054b
JB
28512008-09-09 Juanma Barranquero <lekktu@gmail.com>
2852
2853 * loading.texi (Where Defined): Add `defface' item.
2854
d632fb82
MR
28552008-09-06 Martin Rudalics <rudalics@gmx.at>
2856
2857 * loading.texi (Where Defined): Fix description of symbol-file.
2858
905a9adb
JR
28592008-08-26 Jason Rumney <jasonr@gnu.org>
2860
2861 * display.texi (TIFF Images): New section describing :index property.
2862
852e91b7
CY
28632008-08-23 Chong Yidong <cyd@stupidchicken.com>
2864
2865 * display.texi (Temporary Displays): Remove unnecessary comment
2866 about usage of temp-buffer-show-hook.
2867
6be001ee
CY
28682008-08-05 Chong Yidong <cyd@stupidchicken.com>
2869
2870 * symbols.texi (Other Plists): Fix incorrect example.
2871 Suggested by Florian Beck.
2872
58e3d8e8
JB
28732008-07-31 Juanma Barranquero <lekktu@gmail.com>
2874
2875 * os.texi: Fix previous change.
2876
7c2fb837
DN
28772008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2878
2879 * os.texi:
2880 * intro.texi:
2881 * files.texi: Remove VMS support.
2882
9e2a2647
DN
28832008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2884
2885 * os.texi:
2886 * frames.texi:
2887 * display.texi: Remove mentions of Mac Carbon.
2888
c4f4682b
MB
28892008-07-01 Miles Bader <miles@gnu.org>
2890
2891 * text.texi (Special Properties):
2892 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2893
3696411e
JB
28942008-06-28 Johan Bockgård <bojohan@gnu.org>
2895
2896 * display.texi (Other Image Types): Fix copy/paste error; say
2897 "PBM", not "XBM".
2898
f2a77c3a
DN
28992008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2900
2901 * os.texi: Remove references to obsolete systems.
2902
6d52677d
EZ
29032008-06-20 Eli Zaretskii <eliz@gnu.org>
2904
2905 * makefile.w32-in (distclean): Remove makefile.
2906
1a87da4c
GM
29072008-06-17 Glenn Morris <rgm@gnu.org>
2908
2909 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2910 (elisp, dist): Remove rules and variables that are obsolete now
2911 the lisp manual is no longer distributed separately.
2912
fdda1c5d
GM
29132008-06-16 Glenn Morris <rgm@gnu.org>
2914
646692e9
GM
2915 * configure, configure.in, mkinstalldirs: Remove unused files.
2916
2917 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2918 * vol1.texi (EMACSVER):
6a57054b 2919 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2920
2921 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2922 as per maintain.info.
2923
611bee81
GM
29242008-06-15 Glenn Morris <rgm@gnu.org>
2925
a7bed3a0
GM
2926 * makefile.w32-in (manual): Use "23" rather than "21".
2927
2928 * Makefile.in (emacsver): New, set by configure.
2929 (manual): Use emacsver.
2930
d794edf2
GM
2931 * intro.texi: Report bugs using M-x report-emacs-bug.
2932
611bee81
GM
2933 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2934
c73e02fa
GM
29352008-06-13 Daniel Engeler <engeler@gmail.com>
2936
2937 * elisp.texi, internals.texi, processes.texi: Add documentation
2938 about serial port access.
2939
e40a85cd
MB
29402008-06-05 Miles Bader <miles@gnu.org>
2941
2942 * display.texi (Displaying Faces): Update to reflect function
2943 renamings in face-remap.el.
2944
7b753744
JB
29452008-06-05 Juanma Barranquero <lekktu@gmail.com>
2946
2947 * display.texi (Fontsets): Fix typos.
2948
9d3d42fb
MB
29492008-06-03 Miles Bader <miles@gnu.org>
2950
7b753744
JB
2951 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2952 remove-relative-face-remapping, set-base-face-remapping,
2953 and set-default-base-face-remapping.
9d3d42fb 2954
f2cec7a9
MB
29552008-06-01 Miles Bader <miles@gnu.org>
2956
2957 * display.texi (Displaying Faces): Add face-remapping-alist.
2958
8f39c96d
SM
29592008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2962 variable names.
2963
1ef5eecc
ER
29642008-05-03 Eric S. Raymond <esr@golux>
2965
352c8b4a 2966 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2967 (current-global-map) return references, not copies.
2968
63b4387f
JL
29692008-05-02 Juri Linkov <juri@jurta.org>
2970
2971 * minibuf.texi (Text from Minibuffer): Document a list of
2972 default values for `read-from-minibuffer'.
2973
38a8b703
JB
29742008-04-24 Juanma Barranquero <lekktu@gmail.com>
2975
2976 * nonascii.texi (Translation of Characters): Fix previous change.
2977
7c42e639
CY
29782008-04-20 Chong Yidong <cyd@stupidchicken.com>
2979
2980 * display.texi (Overlay Properties): Clarify role of underlying
2981 textprop and overlay keymaps for display strings.
2982
2983 * keymaps.texi (Active Keymaps): Ditto.
2984
25c0d999
SM
29852008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2986
2987 * minibuf.texi (Programmed Completion):
2988 Replace dynamic-completion-table with the new completion-table-dynamic.
2989
e3af5968
CY
29902008-04-07 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * intro.texi (Some Terms): Change "fonts in this manual" index
2993 entry to "typographic conventions".
2994
6bfc8698
EZ
29952008-04-05 Eli Zaretskii <eliz@gnu.org>
2996
2997 * objects.texi (Text Props and Strings): Add indexing for read
2998 syntax of text properties.
2999
4972c361
SM
30002008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3001
3002 * processes.texi (Decoding Output): Remove process-filter-multibyte
3003 functions.
3004
c70a68db
MR
30052008-03-15 Martin Rudalics <rudalics@gmx.at>
3006
3007 * display.texi (Finding Overlays): Say that empty overlays at
3008 the end of the buffer are reported too.
3009
1291fd36
GM
30102008-03-13 Glenn Morris <rgm@gnu.org>
3011
3012 * elisp.texi (EMACSVER): Set to 23.0.60.
3013
c6b0dfd5
CY
30142008-02-26 Chong Yidong <cyd@stupidchicken.com>
3015
38a8b703 3016 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3017
875fc30c
GM
30182008-02-22 Glenn Morris <rgm@gnu.org>
3019
3020 * frames.texi (Position Parameters): Clarify the description of
3021 `left' and `top', using information from "Geometry".
3022 (Geometry): Give a pointer to "Position Parameters", rather than
3023 repeating information.
3024
d8c8e45a
GM
30252008-02-11 Glenn Morris <rgm@gnu.org>
3026
3027 * objects.texi (Equality Predicates): No longer talk about "two"
3028 functions.
3029
38a8b703 30302008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3031
3032 * objects.texi (Equality Predicates): Add defun for
3033 equal-including-properties.
3034
bfffe0b1
GM
30352008-02-10 Glenn Morris <rgm@gnu.org>
3036
3037 * objects.texi (Equality Predicates):
3038 Mention equal-including-properties.
3039
431b78c9
RS
30402008-02-07 Richard Stallman <rms@gnu.org>
3041
3042 * windows.texi (Window Start): Mention the feature of moving
3043 window-start to start of line.
3044
c8763fb6 30452008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3046
3047 * keymaps.texi (Tool Bar): Document rtl property.
3048
1a256502
TTN
30492008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3050
3051 * display.texi (Button Types):
3052 For define-button-type, clarify type of NAME.
3053
569382c2
MR
30542008-01-19 Martin Rudalics <rudalics@gmx.at>
3055
3056 * buffers.texi (Buffer Modification): Fix typo.
3057
f3041af1
DN
30582008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3059
3060 * os.texi (System Environment): Remove references to OSes that are
3061 not supported anymore.
3062
d35e1cd7
DN
30632008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3064
3065 * os.texi (System Environment): Remove mention for Masscomp.
3066
23af7580
RS
30672008-01-04 Richard Stallman <rms@gnu.org>
3068
3069 * display.texi (Faces): Don't talk about internal face vector as arg
3070 to facep.
3071
3072 * customize.texi (Type Keywords): Fix previous change.
3073
3074 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3075 * elisp.texi (Top): Fix menu for commands.texi change.
3076
ec7d5b1e
RS
30772007-12-30 Richard Stallman <rms@gnu.org>
3078
5dcb4c4e 3079 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3080 (Accessing Scroll): New node broken out of Accessing Mouse.
3081
101a6cea
RS
30822007-12-28 Richard Stallman <rms@gnu.org>
3083
3084 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3085 (Basic Parameters): For `title', refer to title bar.
041817a4 3086 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3087
72b7e664
RS
30882007-12-23 Richard Stallman <rms@gnu.org>
3089
3090 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3091 Improve some of the commented-out keywords' text too.
3092
27a4f445
MR
30932007-12-14 Martin Rudalics <rudalics@gmx.at>
3094
e2e3f1d7
MR
3095 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3096 "visit the current buffer".
3097
27a4f445
MR
3098 * os.texi (System Interface): Fix typo.
3099
a2afc99d
RS
31002007-12-04 Richard Stallman <rms@gnu.org>
3101
3102 * objects.texi (Symbol Type): Fix typo.
3103
b694135c
RS
31042007-12-03 Richard Stallman <rms@gnu.org>
3105
3106 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3107
f99a19da
GM
31082007-12-01 Glenn Morris <rgm@gnu.org>
3109
3110 * functions.texi (Declaring Functions): Improve previous change.
3111
8f4b37d8
GM
31122007-11-30 Glenn Morris <rgm@gnu.org>
3113
3114 * functions.texi (Declaring Functions): Add optional fourth
3115 argument of declare-function, and setting third argument to `t'.
3116
61a2fe01
RS
31172007-11-29 Richard Stallman <rms@gnu.org>
3118
3119 * customize.texi (Composite Types): Document `group' type.
3120
cbfc5193
GM
31212007-11-29 Glenn Morris <rgm@gnu.org>
3122
5dcb4c4e
SM
3123 * functions.texi (Declaring Functions): Add findex.
3124 Mention `external' files.
cbfc5193 3125
8386283a
JB
31262007-11-26 Juanma Barranquero <lekktu@gmail.com>
3127
3128 * functions.texi (Declaring Functions): Fix directive.
3129
a07c9a8b
RS
31302007-11-25 Richard Stallman <rms@gnu.org>
3131
3132 * help.texi (Help Functions): Clean up last change.
3133
3134 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3135
3136 * loading.texi (Named Features): Minor cleanup.
3137
3138 * macros.texi (Eval During Expansion): Minor cleanup.
3139
3140 * variables.texi (Variable Aliases): Minor cleanup.
3141
a0925923
RS
31422007-11-24 Richard Stallman <rms@gnu.org>
3143
3144 * functions.texi (Declaring Functions): Clarify previous change.
3145
3146 * compile.texi (Compiler Errors): Clarify previous change.
3147
20c63e44
RS
31482007-11-24 Richard Stallman <rms@gnu.org>
3149
e5e76c04 3150 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3151 Clarify the text and move items around.
3152
5bb0cda3
GM
31532007-11-24 Glenn Morris <rgm@gnu.org>
3154
3155 * functions.texi (Declaring Functions): New section.
3156 * compile.texi (Compiler Errors): Mention declaring functions,
3157 defvar with no initvalue, and byte-compile-warnings.
3158
af13c86a
MR
31592007-11-15 Martin Rudalics <rudalics@gmx.at>
3160
3161 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3162 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3163
a5373305
MR
31642007-11-13 Martin Rudalics <rudalics@gmx.at>
3165
3166 * help.texi (Help Functions): Document new macro `with-help-window'.
3167
fe284805
JL
31682007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3169
3170 * searching.texi (Replacing Match): Describe new
3171 `match-substitute-replacement'.
3172
2c3a09b1
RS
31732007-10-31 Richard Stallman <rms@gnu.org>
3174
3175 * strings.texi (Creating Strings): Null strings from concat not unique.
3176
f2b480f4
RS
31772007-10-26 Richard Stallman <rms@gnu.org>
3178
3179 * objects.texi (Equality Predicates): Null strings are uniquified.
3180
3181 * minibuf.texi: Minor clarifications in previous change.
3182
db21122c
GM
31832007-10-25 Glenn Morris <rgm@gnu.org>
3184
3185 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3186
2328cbb3
RS
31872007-10-24 Richard Stallman <rms@gnu.org>
3188
3189 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3190
3191 * variables.texi (Frame-Local Variables): Node deleted.
3192 (Variables): Delete Frame-Local Variables from menu.
3193 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3194 (Default Value): Don't mention frame-local vars.
3195
3196 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3197
3198 * loading.texi (Unloading): Document FEATURE-unload-function
3199 instead of FEATURE-unload-hook.
3200
2328cbb3
RS
3201 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3202
c066bafa
JL
32032007-10-22 Juri Linkov <juri@jurta.org>
3204
3205 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3206 (High-Level Completion): Document a list of default value strings
3207 in the DEFAULT argument, for which minibuffer functions return the
3208 first element.
3209
65ced25f
JL
32102007-10-17 Juri Linkov <juri@jurta.org>
3211
3212 * text.texi (Filling): Update arguments of fill-paragraph.
3213 fill-paragraph operates on the active region in Transient Mark mode.
3214 Remove fill-paragraph-or-region.
3215
ee46ec8e
KB
32162007-10-13 Karl Berry <karl@gnu.org>
3217
3218 * elisp.texi (@dircategory): Move to after @copying,
3219 since we want @copying as close as possible to the beginning of
3220 the output.
3221
61bbdbc6
RS
32222007-10-12 Richard Stallman <rms@gnu.org>
3223
3224 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3225
3226 * commands.texi (Distinguish Interactive): New node,
3227 broken out from Interactive Call and rewritten.
3228 (Command Loop): Put Distinguish Interactive in menu.
3229
af23e1e8
RS
32302007-10-09 Richard Stallman <rms@gnu.org>
3231
3232 * text.texi (Examining Properties): Mention overlay priority.
3233
3234 * display.texi (Display Margins): Correct the description
3235 of margin display specifications.
3236 (Replacing Specs): New subnode broken out of Display Property.
3237
e1965a69
JL
32382007-10-06 Juri Linkov <juri@jurta.org>
3239
3240 * text.texi (Filling): Document fill-paragraph-or-region.
3241
4638454b
JB
32422007-10-05 Juanma Barranquero <lekktu@gmail.com>
3243
3244 * display.texi (Auto Faces): Fix typo.
3245
7ed54cc5
RS
32462007-10-02 Richard Stallman <rms@gnu.org>
3247
3248 * display.texi (Display Property): Explain some display specs
3249 don't let you move point in.
3250
5dcb4c4e
SM
3251 * frames.texi (Cursor Parameters):
3252 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3253
3254 * windows.texi (Basic Windows): Don't describe
3255 cursor-in-non-selected-windows here.
3256
305a7ef2
EZ
32572007-10-01 Eli Zaretskii <eliz@gnu.org>
3258
3259 * processes.texi (Misc Network): Note that these functions are
3260 supported only on some systems.
3261
f7a7f4eb
RS
32622007-10-01 Richard Stallman <rms@gnu.org>
3263
3264 * display.texi (Overlay Properties): Explain nil as priority.
3265 Explain that conflicts are unpredictable if not resolved by
3266 priorities.
3267
780d7bb9
RS
32682007-09-23 Richard Stallman <rms@gnu.org>
3269
3270 * macros.texi (Backquote): Minor clarification.
3271
14b4fdfb
RS
32722007-09-19 Richard Stallman <rms@gnu.org>
3273
3274 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3275 Clarify when they work in parallel and when one overrides.
3276 Fix error in example.
14b4fdfb 3277
b8d4c8d0
GM
32782007-09-06 Glenn Morris <rgm@gnu.org>
3279
b3e755a9 3280 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3281 commands to use ../../info.
3282 * Makefile.in (infodir): Go up one more level.
4638454b 3283 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3284 (miscmanualdir): New.
3285 (dist): Use new variable miscmanualdir.
3286 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3287 (usermanualdir): Change from ../man to ../emacs.
3288
1bb1f7d3
MR
32892007-08-30 Martin Rudalics <rudalics@gmx.at>
3290
3291 * commands.texi (Command Loop Info): Advise against changing
3292 most variables described here. Explain new variable
3293 last-repeatable-command.
3294
b8d4c8d0
GM
32952007-08-29 Glenn Morris <rgm@gnu.org>
3296
3297 * elisp.texi (EMACSVER): Increase to 23.0.50.
3298
32992007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3300
3301 * frames.texi (Basic Parameters): Add display-environment-variable
3302 and term-environment-variable.
3303
33042007-08-28 Juri Linkov <juri@jurta.org>
3305
3306 * display.texi (Image Formats, Other Image Types): Add SVG.
3307
33082007-08-28 Juri Linkov <juri@jurta.org>
3309
3310 * display.texi (Images): Move formats-related text to new node
3311 "Image Formats".
3312 (Image Formats): New node.
3313
619fb9ee
RS
33142007-08-27 Richard Stallman <rms@gnu.org>
3315
3316 * windows.texi (Window Configurations): Clarify what
3317 a window configuration saves.
3318
b8d4c8d0
GM
33192007-08-25 Richard Stallman <rms@gnu.org>
3320
3321 * display.texi (Images): Delete redundant @findex.
3322
39f9da30
GM
33232007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 * text.texi (Change Hooks): (after|before)-change-functions are no
3326 longer bound to nil while running; rather inhibit-modification-hooks
3327 is t.
3328
b8d4c8d0
GM
33292007-08-16 Richard Stallman <rms@gnu.org>
3330
5dcb4c4e
SM
3331 * processes.texi (Asynchronous Processes):
3332 Clarify doc of start-file-process.
b8d4c8d0
GM
3333
33342007-08-08 Martin Rudalics <rudalics@gmx.at>
3335
3336 * modes.texi (Example Major Modes): Fix typo.
3337
33382007-08-08 Glenn Morris <rgm@gnu.org>
3339
3340 * intro.texi (nil and t): Do not use `iff' in documentation.
3341
3342 * tips.texi (Documentation Tips): Recommend against `iff'.
3343
33442007-08-07 Chong Yidong <cyd@stupidchicken.com>
3345
3346 * display.texi (Image Cache): Document image-refresh.
3347
33482007-08-06 Martin Rudalics <rudalics@gmx.at>
3349
3350 * windows.texi (Size of Window): Document window-full-width-p.
3351
33522007-07-25 Glenn Morris <rgm@gnu.org>
3353
3354 * gpl.texi (GPL): Replace license with GPLv3.
3355
3356 * Relicense all FSF files to GPLv3 or later.
3357
33582007-07-24 Michael Albinus <michael.albinus@gmx.de>
3359
4638454b
JB
3360 * processes.texi (Synchronous Processes):
3361 Add `process-file-shell-command'.
b8d4c8d0
GM
3362 (Asynchronous Processes): Mention restricted use of
3363 `process-filter' and `process-sentinel' in
3364 `start-file-process'. Add `start-file-process-shell-command'.
3365
33662007-07-17 Michael Albinus <michael.albinus@gmx.de>
3367
3368 * files.texi (Magic File Names): Introduce optional parameter
3369 IDENTIFICATION for `file-remote-p'.
3370
33712007-07-16 Richard Stallman <rms@gnu.org>
3372
3373 * display.texi (Defining Faces): Fix previous change.
3374
33752007-07-14 Richard Stallman <rms@gnu.org>
3376
3377 * control.texi (Handling Errors): Document `debug' in handler list.
3378
33792007-07-10 Richard Stallman <rms@gnu.org>
3380
3381 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3382
33832007-07-09 Richard Stallman <rms@gnu.org>
3384
3385 * files.texi (Magic File Names): Rewrite previous change.
3386
33872007-07-08 Michael Albinus <michael.albinus@gmx.de>
3388
3389 * files.texi (Magic File Names): Introduce optional parameter
3390 CONNECTED for `file-remote-p'.
3391
33922007-07-07 Michael Albinus <michael.albinus@gmx.de>
3393
3394 * processes.texi (Asynchronous Processes):
3395 * files.texi (Magic File Names): Add `start-file-process'.
3396
33972007-06-27 Richard Stallman <rms@gnu.org>
3398
5dcb4c4e
SM
3399 * files.texi (Format Conversion Piecemeal):
3400 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3401
34022007-06-27 Michael Albinus <michael.albinus@gmx.de>
3403
4638454b
JB
3404 * files.texi (Magic File Names): Remove `dired-call-process'.
3405 Add `process-file'.
b8d4c8d0
GM
3406
34072007-06-27 Kenichi Handa <handa@m17n.org>
3408
3409 * text.texi (Special Properties): Fix description about
4638454b 3410 `composition' property.
b8d4c8d0
GM
3411
34122007-06-26 Kenichi Handa <handa@m17n.org>
3413
3414 * nonascii.texi (Default Coding Systems): Document about the
3415 return value `undecided'.
3416
34172007-06-25 David Kastrup <dak@gnu.org>
3418
3419 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3420 `current-active-maps'.
3421
34222007-06-24 Karl Berry <karl@gnu.org>
3423
4638454b 3424 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3425
34262007-06-15 Juanma Barranquero <lekktu@gmail.com>
3427
3428 * display.texi (Overlay Arrow): Doc fix.
3429
34302007-06-14 Karl Berry <karl@tug.org>
3431
3432 * anti.texi (Antinews): Typo.
3433
34342007-06-14 Chong Yidong <cyd@stupidchicken.com>
3435
3436 * display.texi (Image Cache): Document image-refresh.
3437
34382007-06-12 Karl Berry <karl@gnu.org>
3439
3440 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3441 * two-volume.make: New file.
3442 * .cvsignore: Ignore two-volume files.
3443
34442007-06-12 Tom Tromey <tromey@redhat.com>
3445
3446 * os.texi (Init File): Document user-emacs-directory.
3447
34482007-06-03 Nick Roberts <nickrob@snap.net.nz>
3449
3450 * commands.texi (Click Events): Describe width and height when
3451 object is nil.
3452
34532007-05-30 Nick Roberts <nickrob@snap.net.nz>
3454
5dcb4c4e
SM
3455 * commands.texi (Click Events): Layout more logically.
3456 Describe width and height.
b8d4c8d0
GM
3457 (Drag Events, Motion Events): Update to new format for position.
3458
34592007-06-02 Richard Stallman <rms@gnu.org>
3460
3461 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3462
34632007-06-02 Chong Yidong <cyd@stupidchicken.com>
3464
3465 * Version 22.1 released.
3466
34672007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * text.texi (Special Properties): Correct meaning of fontified face.
3470
34712007-05-30 Richard Stallman <rms@gnu.org>
3472
3473 * text.texi (Special Properties): Add link to Adjusting Point.
3474
34752007-05-12 Richard Stallman <rms@gnu.org>
3476
3477 * text.texi (Margins): indent-to-left-margin is not the default.
3478 (Mode-Specific Indent): For indent-line-function, the default
3479 is indent-relative.
3480
3481 * modes.texi (Example Major Modes): Explain last line of text-mode
3482 is redundant.
3483
34842007-05-10 Richard Stallman <rms@gnu.org>
3485
3486 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3487
3488 * help.texi (Keys in Documentation): Add reference to
3489 Documentation Tips.
3490
3491 * files.texi (Format Conversion): TO-FN gets three arguments.
3492
3493 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3494
34952007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3496
3497 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3498 * files.texi (Format Conversion): Expand intro; add menu.
3499 (Format Conversion Overview, Format Conversion Round-Trip)
3500 (Format Conversion Piecemeal): New nodes/subsections.
3501 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3502 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3503 (Saving Properties): Delete node/subsection.
3504
35052007-05-07 Karl Berry <karl@gnu.org>
3506
3507 * elisp.texi (EMACSVER): Back to 22.
3508
35092007-05-06 Richard Stallman <rms@gnu.org>
3510
3511 * processes.texi (Accepting Output): Revert most of previous change.
3512
35132007-05-05 Richard Stallman <rms@gnu.org>
3514
3515 * processes.texi (Accepting Output): accept-process-output
3516 uses microseconds, not milliseconds. But that arg is obsolete.
3517
35182007-05-04 Karl Berry <karl@tug.org>
3519
3520 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3521
35222007-05-04 Eli Zaretskii <eliz@gnu.org>
3523
3524 * tips.texi (Documentation Tips): Rearrange items to place the
3525 more important ones first. Add an index entry for hyperlinks.
3526
35272007-05-03 Karl Berry <karl@gnu.org>
3528
3529 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3530 (EMACSVER) [smallbook]: 22 for printed version.
3531
3532 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3533 so restore anchor to normal position after defun. Found by Kevin Ryde.
3534
35352007-04-26 Glenn Morris <rgm@gnu.org>
3536
3537 * elisp.texi (EMACSVER): Increase to 22.1.50.
3538
35392007-04-28 Karl Berry <karl@gnu.org>
3540
3541 * elisp.texi: Improve line breaks on copyright page,
3542 similar layout to emacs manual, 8.5x11 by default.
3543
35442007-04-24 Richard Stallman <rms@gnu.org>
3545
3546 * text.texi (Special Properties): Add xref to Overlay Properties.
3547
3548 * display.texi (Overlay Properties): Add xref to Special Properties.
3549
35502007-04-22 Richard Stallman <rms@gnu.org>
3551
3552 * keymaps.texi (Extended Menu Items): Move the info about
3553 format with cached keyboard binding.
3554
35552007-04-21 Richard Stallman <rms@gnu.org>
3556
3557 * text.texi (Special Properties): Clarify previous change.
3558
3559 * files.texi (File Name Expansion): Clarify previous change.
3560
3561 * display.texi (Attribute Functions): Fix example for
3562 face-attribute-relative-p.
3563
35642007-04-19 Kenichi Handa <handa@m17n.org>
3565
3566 * text.texi (Special Properties): Document composition property.
3567
35682007-04-19 Glenn Morris <rgm@gnu.org>
3569
3570 * files.texi (File Name Expansion): Mention "superroot".
3571
35722007-04-15 Chong Yidong <cyd@stupidchicken.com>
3573
3574 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3575 setups.
3576 (Display Feature Testing): Note that display refers to all
3577 physical monitors for multi-monitor setups.
3578
35792007-04-14 Richard Stallman <rms@gnu.org>
3580
3581 * lists.texi (Sets And Lists): Clarify `delete' examples.
3582 Remove spurious xref to same node.
3583 Clarify xref for add-to-list.
3584
35852007-04-12 Nick Roberts <nickrob@snap.net.nz>
3586
3587 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3588 value of lisp-mode-map.
3589
35902007-04-11 Karl Berry <karl@gnu.org>
3591
3592 * anti.texi (Antinews):
3593 * display.texi (Overlay Properties, Defining Images):
3594 * processes.texi (Synchronous Processes, Sentinels):
3595 * syntax.texi (Syntax Table Internals):
3596 * searching.texi (Regexp Special):
3597 * nonascii.texi (Default Coding Systems):
3598 * text.texi (Special Properties):
3599 * minibuf.texi (Basic Completion): Wording to improve breaks in
3600 8.5x11 format.
3601 * elisp.texi (smallbook): New @set to more easily switch between
3602 smallbook and 8.5x11.
3603
36042007-04-11 Richard Stallman <rms@gnu.org>
3605
3606 * text.texi (Lazy Properties): Minor fix.
3607
36082007-04-08 Karl Berry <karl@gnu.org>
3609
3610 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3611 * macros.texi (Backquote): Downcase Backquote in index entries for
3612 consistency.
3613
36142007-04-08 Richard Stallman <rms@gnu.org>
3615
3616 * text.texi (Adaptive Fill): Just describe default,
3617 don't show it (since it contains non-ASCII chars).
3618
36192007-04-07 Karl Berry <karl@gnu.org>
3620
3621 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3622 adaptive-fill-regexp's value, since they are not in the standard
3623 TeX fonts.
3624
36252007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3626
3627 * display.texi (Defining Faces): Fix example.
3628
36292007-04-07 Karl Berry <karl@gnu.org>
3630
3631 * display.texi (Button Buffer Commands): Improve page break.
3632
36332007-04-07 Richard Stallman <rms@gnu.org>
3634
3635 * advice.texi (Activation of Advice): Remove redundant index entry.
3636
3637 * backups.texi: Improve index entries. Remove redundant ones.
3638
3639 * compile.texi (Byte Compilation): Improve index entry.
3640
3641 * hash.texi (Creating Hash): Improve index entry.
3642
3643 * symbols.texi (Definitions): Improve index entry.
3644
3645 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3646
3647 * maps.texi (Standard Keymaps): Remove useless index entry.
3648
3649 * help.texi (Documentation Basics): Remove redundant index entries.
3650
3651 * customize.texi: Improve index entries.
3652 Remove redundant/useless ones.
3653
3654 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3655
3656 * streams.texi (Output Variables): Improve index entry.
3657
3658 * abbrevs.texi (Abbrevs): Remove useless index entry.
3659
3660 * macros.texi (Expansion): Remove useless index entry.
3661
3662 * text.texi: Improve index entries. Remove redundant/useless ones.
3663 (Text Properties, Examining Properties)
3664 (Special Properties): Use "property category" instead of "category"
3665 to refer to the `category' property.
3666
3667 * positions.texi: Improve index entries. Remove useless one.
3668
3669 * lists.texi: Improve index entries. Remove redundant/useless ones.
3670
3671 * os.texi: Improve index entries.
3672 (Timers): Fix previous change.
3673
3674 * buffers.texi: Improve index entries.
3675 (Modification Time): Get rid of term "obsolete buffer".
3676
3677 * debugging.texi: Improve index entries.
3678 (Test Coverage): Add xref to other test coverage ftr.
3679
3680 * eval.texi: Improve index entry. Remove redundant ones.
3681
3682 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3683
3684 * files.texi: Improve index entries. Remove redundant/useless ones.
3685
3686 * objects.texi: Improve index entries.
3687
3688 * processes.texi: Improve index entries.
3689
3690 * modes.texi: Improve index entry. Remove redundant one.
3691
3692 * nonascii.texi: Improve index entries.
3693
3694 * internals.texi: Improve index entries.
3695
3696 * syntax.texi: Improve index entries.
3697
3698 * keymaps.texi (Active Keymaps): Improve index entries.
3699
3700 * commands.texi: Improve index entries. Remove redundant/useless ones.
3701
3702 * frames.texi: Improve index entries. Remove redundant/useless ones.
3703
3704 * markers.texi: Improve index entries. Remove redundant ones.
3705
3706 * tips.texi: Improve index entries.
3707
3708 * loading.texi (Unloading): Improve index entry.
3709
3710 * variables.texi: Improve index entries. Remove redundant one.
3711
3712 * sequences.texi: Improve index entry.
3713
3714 * display.texi: Improve index entries. Remove redundant ones.
3715
3716 * windows.texi: Improve index entries.
3717
3718 * searching.texi: Improve index entries. Remove redundant one.
3719
3720 * strings.texi (Case Tables): Improve last change.
3721
37222007-04-04 Chong Yidong <cyd@stupidchicken.com>
3723
3724 * strings.texi (Case Tables): Document with-case-table and
3725 ascii-case-table.
3726
37272007-04-03 Karl Berry <karl@gnu.org>
3728
3729 * processes.texi (Network): Reword to improve page break.
3730
37312007-04-03 Eli Zaretskii <eliz@gnu.org>
3732
3733 * functions.texi (Inline Functions): Describe more disadvantages
3734 of defsubst, and make advice against it stronger.
3735
37362007-04-02 Karl Berry <karl@gnu.org>
3737
3738 * backups.texi (Backup Names): Avoid widow words.
3739 * modes.texi (Example Major Modes): Align last comment.
3740
37412007-04-01 Chong Yidong <cyd@stupidchicken.com>
3742
3743 * keymaps.texi (Remapping Commands): Document new arg to
3744 command-remapping.
3745
37462007-04-01 Karl Berry <karl@gnu.org>
3747
3748 * processes.texi (Low-Level Network): Typo.
3749 * loading.texi (Hooks for Loading): Avoid double "the".
3750 * keymaps.texi (Key Sequences): No double "and".
3751 (Changing Key Bindings): Shorten to improve line break.
3752
37532007-03-31 Glenn Morris <rgm@gnu.org>
3754
3755 * os.texi (Timers): Fix description of run-at-time TIME formats.
3756
37572007-03-31 Richard Stallman <rms@gnu.org>
3758
3759 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3760 regarding ellipsis.
3761
37622007-03-31 Eli Zaretskii <eliz@gnu.org>
3763
3764 * intro.texi (nil and t):
3765 * symbols.texi (Plists and Alists):
3766 * variables.texi (Variable Aliases, Constant Variables):
3767 * functions.texi (Defining Functions):
3768 * advice.texi (Advising Primitives):
3769 * debugging.texi (Syntax Errors, Compilation Errors):
3770 * minibuf.texi (Minibuffer Windows):
3771 * commands.texi (Adjusting Point):
3772 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3773 (Auto Major Mode, Major Mode Conventions):
3774 * help.texi (Describing Characters):
3775 * files.texi (Create/Delete Dirs, Information about Files)
3776 (File Locks, Writing to Files, Reading from Files)
3777 (Saving Buffers):
3778 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3779 * frames.texi (Finding All Frames):
3780 * positions.texi (Buffer End, Motion):
3781 * markers.texi (The Region):
3782 * text.texi (Deletion, Near Point):
3783 * display.texi (Displaying Messages, Truncation):
3784 * os.texi (Processor Run Time):
3785 * tips.texi (Key Binding Conventions, Programming Tips)
3786 (Warning Tips, Documentation Tips, Comment Tips):
3787 * internals.texi (Memory Usage): Improve indexing.
3788
3789 * variables.texi (Frame-Local Variables):
3790 * functions.texi (Argument List):
3791 * loading.texi (Library Search):
3792 * streams.texi (Output Variables):
3793 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3794 * searching.texi (Replacing Match, Search and Replace):
3795 * processes.texi (Byte Packing, Decoding Output)
3796 (Accepting Output, Network Servers, Shell Arguments):
3797 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3798 * windows.texi (Window Point, Window Start):
3799 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3800 * commands.texi (Reading Input, Keyboard Events):
3801 * minibuf.texi (Reading File Names, Minibuffer Completion)
3802 (Recursive Mini):
3803 * positions.texi (List Motion):
3804 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3805 * numbers.texi (Arithmetic Operations, Math Functions)
3806 (Predicates on Numbers, Comparison of Numbers):
3807 (Numeric Conversions):
3808 * locals.texi (Standard Buffer-Local Variables):
3809 * maps.texi (Standard Keymaps):
3810 * os.texi (User Identification, System Environment, Recording Input)
3811 (X11 Keysyms):
3812 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3813 * backups.texi (Backups and Auto-Saving):
3814 * customize.texi (Customization, Group Definitions)
3815 (Variable Definitions):
3816 * compile.texi (Byte Compilation): Improve index entries.
3817
38182007-03-31 Karl Berry <karl@gnu.org>
3819
3820 * macros.texi (Defining Macros): Avoid widow syllable.
3821
38222007-03-31 Eli Zaretskii <eliz@gnu.org>
3823
3824 * elisp.texi (Top): Postscript -> PostScript.
3825
3826 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3827
38282007-03-31 Markus Triska <markus.triska@gmx.at>
3829
3830 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3831
38322007-03-30 Karl Berry <karl@gnu.org>
3833
3834 * lists.texi (List-related Predicates): Remove spurious @need.
3835 (Setcdr): Use @smallexample to improve page break.
3836 (Association Lists) <assoc>: Reword to improve page break.
3837
3838 * strings.texi (String Conversion): Insert blank line to improve
3839 page break.
3840
3841 * numbers.texi (Random Numbers): Use @minus{}.
3842 (Math Functions): Use @minus{}.
3843
3844 * intro.texi (Acknowledgements): Avoid line breaks before middle
3845 initials.
3846
38472007-03-24 Eli Zaretskii <eliz@gnu.org>
3848
3849 * errors.texi (Standard Errors): Add an index entry.
3850
38512007-03-19 Richard Stallman <rms@gnu.org>
3852
3853 * os.texi (Recording Input): recent-keys now gives 300 keys.
3854
38552007-03-12 Glenn Morris <rgm@gnu.org>
3856
3857 * os.texi: Replace "daylight savings" with "daylight saving"
3858 throughout.
3859
38602007-03-05 Richard Stallman <rms@gnu.org>
3861
5dcb4c4e
SM
3862 * variables.texi (File Local Variables):
3863 Update enable-local-variables values.
b8d4c8d0
GM
3864
38652007-03-04 Richard Stallman <rms@gnu.org>
3866
3867 * syntax.texi (Control Parsing): Minor clarification.
3868
3869 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3870
3871 * sequences.texi (Sequence Functions): Move string-bytes away,
3872 add xref.
3873
3874 * nonascii.texi (Text Representations): Move string-bytes here.
3875
3876 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3877
3878 * minibuf.texi (Basic Completion): Minor clarification.
3879
3880 * markers.texi (The Mark): Clarify existence vs activation of mark.
3881 Other cleanup.
3882
3883 * display.texi (Finding Overlays): Write better example.
3884
3885 * compile.texi (Eval During Compile): Clarify putting macros
3886 in eval-when-compile.
3887
c5602427 38882007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3889
3890 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3891 load-read-function definition doc.
b8d4c8d0
GM
3892
38932007-02-21 Kim F. Storm <storm@cua.dk>
3894
3895 * strings.texi (Text Comparison): Mention that assoc-string
3896 converts symbols to strings before testing.
3897
38982007-02-17 Kim F. Storm <storm@cua.dk>
3899
3900 * processes.texi (Bindat Spec): Vector types can have optional
3901 element type.
3902 (Bindat Examples): Fix example. Add vector with element type.
3903
39042007-02-16 Andreas Schwab <schwab@suse.de>
3905
3906 * strings.texi (Formatting Strings): Document '+' flag.
3907
39082007-02-15 Juanma Barranquero <lekktu@gmail.com>
3909
3910 * strings.texi (Modifying Strings): Clarify that `clear-string'
3911 always converts the string to unibyte.
3912
39132007-02-14 Kim F. Storm <storm@cua.dk>
3914
3915 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3916 Rewrite glyph code description to refer to these functions.
3917 Remove details of encoding face number and char into integer code.
3918
39192007-02-03 Alan Mackenzie <acm@muc.de>
3920
3921 * loading.texi (Hooks for Loading): Make the description of
3922 `eval-after-load' more detailed, and amend the description of
3923 after-load-alist, in accordance with changes from 2006-05.
3924
39252007-02-03 Chong Yidong <cyd@stupidchicken.com>
3926
3927 * modes.texi (Defining Minor Modes): Document that a :require
3928 keyword or similar may be required to make saved customization
3929 variables work.
3930
39312007-02-03 Eli Zaretskii <eliz@gnu.org>
3932
3933 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3934 Texinfo guidelines and with what texnfo-upd.el expects.
3935 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3936 parts needed by `texinfo-multiple-files-update'.
3937
39382007-02-02 Eli Zaretskii <eliz@gnu.org>
3939
3940 * elisp.texi (Top): Update the top-level menus.
3941
3942 * syntax.texi (Categories): Add index entries.
3943
39442007-02-01 Juanma Barranquero <lekktu@gmail.com>
3945
3946 * display.texi (Attribute Functions): Fix name and description of
3947 the UNDERLINE arg of `set-face-underline-p'.
3948
39492007-01-29 Eli Zaretskii <eliz@gnu.org>
3950
3951 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3952 Variables", and "Standard Keymaps" to the detailed menu.
3953
3954 * variables.texi (Future Local Variables): Add index entry.
3955
39562007-01-28 Richard Stallman <rms@gnu.org>
3957
3958 * tips.texi (Coding Conventions): Clarify the tip about macros
3959 that define a function or a variable.
3960
3961 * files.texi (File Attributes): UID and GID can be floats.
3962 (Magic File Names): Explain why deferring all operations to
3963 the standard handler does not work.
3964
39652007-01-23 Martin Rudalics <rudalics@gmx.at>
3966
3967 * backups.texi (Reverting): Use "buffer" instead of "file"
3968 when talking about major and minor modes.
3969
39702007-01-21 Richard Stallman <rms@gnu.org>
3971
3972 * help.texi (Documentation): Add xref to Documentation Tips.
3973
39742007-01-14 Juanma Barranquero <lekktu@gmail.com>
3975
3976 * tips.texi (Coding Conventions): Fix typos.
3977
39782007-01-05 Richard Stallman <rms@gnu.org>
3979
3980 * modes.texi (Defining Minor Modes): Fix previous change.
3981
39822007-01-03 Richard Stallman <rms@gnu.org>
3983
3984 * customize.texi (Variable Definitions, Customization Types):
3985 Don't use * in doc string for defcustom.
3986
39872007-01-02 Richard Stallman <rms@gnu.org>
3988
3989 * variables.texi (Variable Aliases): Clarify that aliases vars
3990 always have the same value.
3991
3992 * processes.texi (Bindat Spec): Fix Texinfo usage.
3993
3994 * modes.texi (Defining Minor Modes): Explain effect of command
3995 defined with define-global-minor-mode on new buffers.
3996
39972006-12-30 Kim F. Storm <storm@cua.dk>
3998
3999 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4000 `auto-resize-tool-bars'.
4001
40022006-12-30 Richard Stallman <rms@gnu.org>
4003
4004 * keymaps.texi (Active Keymaps): Fix previous change.
4005
40062006-12-30 Nick Roberts <nickrob@snap.net.nz>
4007
4008 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4009
40102006-12-30 Kim F. Storm <storm@cua.dk>
4011
4012 * processes.texi (Bindat Spec): Clarify using field names in
4013 length specifications.
4014
40152006-12-29 Kim F. Storm <storm@cua.dk>
4016
4017 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4018 Add count and index variables for eval forms in repeat blocks.
4019
40202006-12-24 Richard Stallman <rms@gnu.org>
4021
5dcb4c4e
SM
4022 * customize.texi (Variable Definitions):
4023 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4024
40252006-12-19 Kim F. Storm <storm@cua.dk>
4026
4027 * commands.texi (Misc Events): User signals now result in sigusr1
4028 and sigusr2 events which are handled through special-event-map.
4029 (Special Events): User signals and drag-n-drop are special.
4030
40312006-12-17 Richard Stallman <rms@gnu.org>
4032
4033 * loading.texi (Named Features): Explain subfeatures better.
4034
4035 * customize.texi: Use "option" only for user options.
4036 For the keyword values inside defcustom etc, say "keywords".
4037 For :options value's elements, say "elements".
4038 :group should not be omitted.
4039
4040 * syntax.texi (Parsing Expressions): Split up node.
4041 (Motion via Parsing, Position Parse, Parser State)
4042 (Low-Level Parsing, Control Parsing): New subnodes.
4043 (Parser State): Document syntax-ppss-toplevel-pos.
4044
4045 * positions.texi (List Motion): Punctuation fix.
4046
4047 * files.texi (File Name Completion): Document PREDICATE arg
4048 to file-name-completion.
4049
40502006-12-16 Eli Zaretskii <eliz@gnu.org>
4051
4052 * internals.texi (Building Emacs, Writing Emacs Primitives):
4053 Add index entries.
4054
40552006-12-11 Richard Stallman <rms@gnu.org>
4056
4057 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4058 affects face menu. Explain how to make it non-nil without enabling
4059 any fontification.
4060
40612006-12-10 Chong Yidong <cyd@stupidchicken.com>
4062
4063 * modes.texi (Font Lock Basics): Document nil value of
4064 font-lock-defaults.
4065
40662006-12-10 Glenn Morris <rgm@gnu.org>
4067
4068 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4069 value for system-flag argument. Abbrev tables may not be empty
4070 when major modes are loaded.
4071
40722006-12-08 Juanma Barranquero <lekktu@gmail.com>
4073
4074 * makefile.w32-in (maintainer-clean): Partially revert last
4075 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4076 to protect elisp-covers.texi.
4077
40782006-12-07 Juanma Barranquero <lekktu@gmail.com>
4079
4080 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4081 Don't remove elisp* info files; they are already deleted by the
4082 `clean' and `distclean' targets, and they are in the $(infodir)
4083 directory, not the current one.
4084
40852006-12-04 Kim F. Storm <storm@cua.dk>
4086
4087 * commands.texi (Misc Events): Update signal events.
4088 (Event Examples): Add signal example.
4089
40902006-11-29 Richard Stallman <rms@gnu.org>
4091
4092 * frames.texi (Visibility of Frames): Explain visible windows
4093 can be covered by others. Add xref for raise-frame.
4094
40952006-11-28 Richard Stallman <rms@gnu.org>
4096
4097 * searching.texi (Regexp Special): Update when ^ is special.
4098
40992006-11-27 Eli Zaretskii <eliz@gnu.org>
4100
4101 * customize.texi (Customization, Common Keywords)
4102 (Group Definitions, Variable Definitions, Composite Types)
4103 (Type Keywords, Customization Types): Add index entries for
4104 various customization keywords.
4105
41062006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4109
c8763fb6 41102006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4111
4112 * frames.texi (Window System Selections): Remove clipboard from
4113 description of selection-coding-system.
4114
41152006-11-06 Richard Stallman <rms@gnu.org>
4116
4117 * lists.texi (List Variables): Document COMPARE-FN.
4118
4119 * keymaps.texi: Avoid use of "binding" to mean a relation;
4120 use it only to refer to the meaning associated with a key.
4121 (Keymaps): Change menu node description.
4122
4123 * elisp.texi (Top): Change menu node description.
4124
4125 * display.texi (Managing Overlays): Document overlay-recenter.
4126
41272006-10-29 Chong Yidong <cyd@stupidchicken.com>
4128
4129 * Makefile.in: Use relative paths to avoid advertising filesystem
4130 contents during compilation.
4131
41322006-10-23 Kim F. Storm <storm@cua.dk>
4133
4134 * commands.texi (Event Input Misc): Update unread-command-events.
4135
41362006-10-23 Nick Roberts <nickrob@snap.net.nz>
4137
4138 * lists.texi (Sets And Lists): Fix typos.
4139
41402006-10-18 Juanma Barranquero <lekktu@gmail.com>
4141
4142 * control.texi (Processing of Errors): Use @var for an argument,
4143 not @code.
4144
41452006-10-16 Richard Stallman <rms@gnu.org>
4146
4147 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4148
4149 * keymaps.texi (Format of Keymaps): Show all the keymap element
4150 patterns that result from menu items.
4151 (Key Lookup): Minor cleanups.
4152
4153 * modes.texi (Precalculated Fontification): Don't say that
4154 not setting font-lock-defaults avoids loading font-lock.
4155
4156 * help.texi (Documentation): Move xref to Emacs Manual here.
4157 (Documentation Basics): From here.
4158 Also doc emacs-lisp-docstring-fill-column.
4159
4160 * elisp.texi: Update version and ISBN.
4161
4162 * commands.texi (Interactive Call): Clarify KEYS arg to
4163 call-interactively is a vector.
4164 (Command Loop Info): Delete anchor in this-command-keys.
4165 Add anchor in this-command-keys-vector.
4166 (Recursive Editing): Document how recursive-edit
4167 handles the current buffer.
4168
41692006-10-13 Chong Yidong <cyd@stupidchicken.com>
4170
4171 * frames.texi (Frame Titles): %c and %l are ignored in
4172 frame-title-format.
4173
41742006-10-11 Richard Stallman <rms@gnu.org>
4175
4176 * keymaps.texi (Key Sequences): Clarify use of kbd.
4177
41782006-10-10 Kim F. Storm <storm@cua.dk>
4179
4180 * lists.texi (Sets And Lists): Add memql.
4181
41822006-10-03 Richard Stallman <rms@gnu.org>
4183
4184 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4185 Clarify :ascii: and :nonascii:.
4186
41872006-09-29 Juri Linkov <juri@jurta.org>
4188
4189 * modes.texi (%-Constructs): Reorder coding systems in the
4190 documentation of %z to the real order displayed in the modeline.
4191
41922006-09-25 Richard Stallman <rms@gnu.org>
4193
4194 * os.texi (Timers): Describe timer-max-repeats.
4195
41962006-09-25 Chong Yidong <cyd@stupidchicken.com>
4197
4198 * os.texi (Timers): Mention with-local-quit.
4199
42002006-09-24 Richard Stallman <rms@gnu.org>
4201
4202 * searching.texi (Searching and Matching): Mention property search.
4203
4204 * commands.texi (Command Loop Info): Explain how read-event affects
4205 this-command-keys.
4206
42072006-09-20 Richard Stallman <rms@gnu.org>
4208
4209 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4210
4211 * windows.texi (Window Start): Minor cleanups.
4212
42132006-09-20 Kim F. Storm <storm@cua.dk>
4214
4215 * windows.texi (Window Start): pos-visible-in-window-p allows
4216 specifying t for position to mean "end of window".
4217 Add window-line-height.
4218
4219 * anti.texi (Antinews): Mention window-line-height.
4220
42212006-09-19 David Kastrup <dak@gnu.org>
4222
4223 * keymaps.texi (Searching Keymaps): Small clarification.
4224
42252006-09-18 Richard Stallman <rms@gnu.org>
4226
4227 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4228 cause keyboard menus.
4229 (Menu Keymaps): Likewise.
4230 (Defining Menus, Keyboard Menus): Clarify.
4231
4232 * text.texi (Fields): Clarify explanation of constrain-to-field.
4233
42342006-09-16 Eli Zaretskii <eliz@gnu.org>
4235
4236 * variables.texi (Tips for Defining): Fix a typo.
4237
42382006-09-15 Richard Stallman <rms@gnu.org>
4239
4240 * keymaps.texi (Remapping Commands, Searching Keymaps)
4241 (Active Keymaps): Clean up previous change.
4242
42432006-09-15 Jay Belanger <belanger@truman.edu>
4244
4245 * gpl.texi: Replace "Library Public License" by "Lesser Public
4246 License" throughout.
4247
42482006-09-15 David Kastrup <dak@gnu.org>
4249
4250 * keymaps.texi (Active Keymaps): Adapt description to use
4251 `get-char-property' instead `get-text-property'. Explain how
4252 mouse events change this. Explain the new optional argument of
4253 `key-binding' and its mouse-dependent lookup.
4254 (Searching Keymaps): Adapt description similarly.
4255 (Remapping Commands): Explain the new optional argument of
4256 `command-remapping'.
4257
42582006-09-14 Richard Stallman <rms@gnu.org>
4259
4260 * keymaps.texi (Searching Keymaps): Clarification.
4261 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4262
42632006-09-13 Richard Stallman <rms@gnu.org>
4264
4265 * objects.texi (Character Type): Node split.
4266 Add xref to Describing Characters.
4267 (Basic Char Syntax, General Escape Syntax)
4268 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4269
42702006-09-11 Richard Stallman <rms@gnu.org>
4271
4272 * display.texi (Display Table Format): Wording clarification.
4273 (Glyphs): Clarifications.
4274
42752006-09-10 Chong Yidong <cyd@stupidchicken.com>
4276
4277 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4278 local maps.
4279
42802006-09-10 Kim F. Storm <storm@cua.dk>
4281
4282 * display.texi (Forcing Redisplay): Document return value of
4283 function redisplay.
4284
42852006-09-09 Richard Stallman <rms@gnu.org>
4286
4287 * windows.texi (Window Hooks): Explain limits of
4288 window-scroll-functions.
4289
4290 * display.texi (Fringe Indicators): Update for last change in
4291 indicate-buffer-boundaries.
4292
42932006-09-08 Richard Stallman <rms@gnu.org>
4294
4295 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4296
42972006-09-06 Kim F. Storm <storm@cua.dk>
4298
4299 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4300
4301 * windows.texi (Window Start): Update pos-visible-in-window-p.
4302
43032006-09-04 Richard Stallman <rms@gnu.org>
4304
4305 * processes.texi (Accepting Output): Explain SECONDS=0 for
4306 accept-process-output.
4307
4308 * os.texi (Idle Timers): Explain why timer functions should not
4309 loop until (input-pending-p).
4310
43112006-09-02 Eli Zaretskii <eliz@gnu.org>
4312
4313 * makefile.w32-in (usermanualdir): New variable.
4314 (elisp.dvi): Use it.
4315
43162006-09-01 Eli Zaretskii <eliz@gnu.org>
4317
4318 * buffers.texi (Buffer Modification): Fix last change.
4319
43202006-09-01 Chong Yidong <cyd@stupidchicken.com>
4321
5dcb4c4e
SM
4322 * buffers.texi (Buffer Modification):
4323 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4324
43252006-08-31 Richard Stallman <rms@gnu.org>
4326
4327 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4328
43292006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4330
4331 * modes.texi (Syntactic Font Lock):
4332 Mention font-lock-syntactic-face-function
4333 instead of specific faces.
4334
43352006-08-29 Chong Yidong <cyd@stupidchicken.com>
4336
4337 * display.texi (Images): Add xrref to display-images-p.
4338
43392006-08-28 Kenichi Handa <handa@m17n.org>
4340
4341 * nonascii.texi (Lisp and Coding Systems): Fix description of
4342 detect-coding-region.
4343
43442006-08-27 Michael Olson <mwolson@gnu.org>
4345
4346 * processes.texi (Transaction Queues): Remove stray quote
4347 character.
4348
43492006-08-25 Richard Stallman <rms@gnu.org>
4350
4351 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4352 Add xref.
4353
43542006-08-24 Chong Yidong <cyd@stupidchicken.com>
4355
4356 * os.texi (Timers): Avoid waiting inside timers.
4357
43582006-08-21 Lute Kamstra <lute@gnu.org>
4359
4360 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4361
43622006-08-20 Richard Stallman <rms@gnu.org>
4363
4364 * os.texi (Idle Timers): New node, split out from Timers.
4365 Document current-idle-time.
4366 * commands.texi (Reading One Event): Update xref.
4367 * elisp.texi (Top): Update subnode menu.
4368
43692006-08-16 Richard Stallman <rms@gnu.org>
4370
4371 * keymaps.texi (Extended Menu Items): Show format of cached
4372 bindings in extended menu items.
4373
4374 * customize.texi (Variable Definitions): Explain when the
4375 standard value expression is evaluated.
4376
43772006-08-15 Chong Yidong <cyd@stupidchicken.com>
4378
4379 * commands.texi (Reading One Event): Explain idleness in
4380 `read-event'.
4381
43822006-08-12 Chong Yidong <cyd@stupidchicken.com>
4383
4384 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4385 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4386 relevant for Lisp programming.
4387 (Yank Commands): Rewrite introduction.
4388 (Undo): Clarify.
4389 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4390 (Filling): Remove redundant comment. Clarify return value of
4391 current-justification.
4392 (Margins): Minor clarifications.
4393 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4394 (Sorting): Update definition of sort-lines.
4395 (Columns): Clarify behavior of sort-columns.
4396 (Indent Tabs): Link to Tab Stops in Emacs manual.
4397 (Special Properties): Clarify.
4398 (Clickable Text): Mention Buttons package.
4399
44002006-08-12 Kevin Ryde <user42@zip.com.au>
4401
4402 * os.texi (Time Parsing): Add %z to description of
4403 format-time-string, as per docstring. Add cross reference to
4404 glibc manual for strftime.
4405
44062006-08-08 Richard Stallman <rms@gnu.org>
4407
4408 * modes.texi: Clean up wording in previous change.
4409
44102006-08-07 Chong Yidong <cyd@stupidchicken.com>
4411
4412 * modes.texi (Hooks): Clarify.
4413 (Major Mode Basics): Mention define-derived-mode explicitly.
4414 (Major Mode Conventions): Rebinding RET is OK for some modes.
4415 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4416 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4417 (Mode Line Basics): Clarify.
4418 (Mode Line Data): Mention help-echo and local-map in strings.
4419 Explain reason for treatment of non-risky variables.
4420 (Properties in Mode): Clarify.
4421 (Faces for Font Lock): Add font-lock-negation-char-face.
4422
44232006-08-04 Eli Zaretskii <eliz@gnu.org>
4424
4425 * strings.texi (Formatting Strings): Warn against arbitrary
4426 strings as first arg to `format'.
4427
44282006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4429
4430 * text.texi (Clickable Text): Mention `help-echo' text property.
4431 Update intro, examples and associated explanations.
4432
44332006-07-31 Richard Stallman <rms@gnu.org>
4434
4435 * commands.texi: Update xrefs.
4436 (Event Mod): New node, cut out from old Translating Input.
4437
4438 * maps.texi: Update xrefs.
4439
4440 * keymaps.texi (Translation Keymaps): New node.
4441 Update xrefs from Translating Input to Translation Keymaps.
4442
4443 * elisp.texi (Top): Update subnode menu.
4444
4445 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4446
4447 * os.texi (System Interface): Fix menu descriptions of some nodes.
4448 (Translating Input): Node deleted.
4449
44502006-07-31 Nick Roberts <nickrob@snap.net.nz>
4451
4452 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4453
4454 * lists.texi (Sets And Lists): Likewise.
4455
44562006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4457
4458 * text.texi (Fields): Mention POS
4459 requirement when narrowing is in effect.
4460
44612006-07-28 Richard Stallman <rms@gnu.org>
4462
4463 * display.texi (Face Attributes): Simplify wording.
4464 (Attribute Functions): Clarify meaning of new-frame default
4465 attribute settings.
4466
4467 * customize.texi (Common Keywords): Document how to use
4468 :package-version in a package not in Emacs.
4469
44702006-07-28 Kim F. Storm <storm@cua.dk>
4471
4472 * commands.texi (Reading One Event): Fix last change.
4473
44742006-07-26 Chong Yidong <cyd@stupidchicken.com>
4475
4476 * commands.texi (Reading One Event): Document SECONDS argument for
4477 read-event, read-char, and read-char-exclusive.
4478
44792006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4480
4481 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4482 to ensure correct identification.
4483
44842006-07-24 Richard Stallman <rms@gnu.org>
4485
4486 * text.texi (Clickable Text): Clarify.
4487
4488 * sequences.texi (Vector Functions): Delete duplicate xref.
4489
4490 * objects.texi (Function Type): Clarify.
4491
4492 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4493 modes.
4494
4495 * lists.texi (List Variables): New node.
4496 Material moved from other nodes.
4497
4498 * variables.texi (Setting Variables): add-to-list and
4499 add-to-ordered-list moved to List Variables node.
4500
45012006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4502
4503 * text.texi (Links and Mouse-1):
4504 For mouse-on-link-p, expand on arg POS.
4505
45062006-07-21 Kim F. Storm <storm@cua.dk>
4507
4508 * display.texi (Forcing Redisplay): Don't mention systems which
4509 don't support sub-second timers for redisplay-preemption-period.
4510
4511 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4512
45132006-07-21 Eli Zaretskii <eliz@gnu.org>
4514
4515 * frames.texi (Input Focus): Document that focus-follows-mouse has
4516 no effect on MS-Windows.
4517
45182006-07-18 Richard Stallman <rms@gnu.org>
4519
4520 * display.texi (Forcing Redisplay): Cleanups in previous change.
4521
4522 * processes.texi (Low-Level Network): Make menu more convenient.
4523
45242006-07-18 Kim F. Storm <storm@cua.dk>
4525
4526 * display.texi (Forcing Redisplay): redisplay-preemption-period
4527 only used on window systems. Add xref to Terminal Output.
4528
4529 * os.texi (Terminal Output): baud-rate only controls preemption on
4530 non-window systems. Add xref to Forcing Redisplay.
4531
4532 * processes.texi (Low-Level Network): Rename node "Make Network"
4533 to "Network Processes".
4534
45352006-07-18 Karl Berry <karl@gnu.org>
4536
4537 * variables.texi, functions.texi, customize.texi, loading.texi:
4538 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4539
45402006-07-17 Chong Yidong <cyd@stupidchicken.com>
4541
4542 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4543
45442006-07-17 Richard Stallman <rms@gnu.org>
4545
4546 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4547 Put period and comma inside quotes.
4548
4549 * loading.texi, markers.texi: Use real doublequote inside menus.
4550
4551 * windows.texi: Put point and comma inside quotes.
4552 (Textual Scrolling): Use @samp for error message.
4553
4554 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4555 * strings.texi, streams.texi, processes.texi, os.texi:
4556 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4557 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4558 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4559 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4560 Put point and comma inside quotes.
4561
4562 * control.texi (Processing of Errors): Add command-error-function.
4563
4564 * variables.texi (File Local Variables): Clarify that
4565 file local variables make buffer-local bindings.
4566
4567 * modes.texi (Syntactic Font Lock): Give default for
4568 font-lock-syntax-table.
4569
45702006-07-17 Nick Roberts <nickrob@snap.net.nz>
4571
4572 * text.texi (Special Properties): Clean up previous change.
4573
45742006-07-16 Karl Berry <karl@gnu.org>
4575
4576 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4577 * control.texi: Fix bad page breaks through chapter 10 (control).
4578
4579 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4580 underfull hbox.
4581
45822006-07-15 Nick Roberts <nickrob@snap.net.nz>
4583
4584 * text.texi (Special Properties): Describe fontified text property
4585 in relation to a character (not text).
4586
45872006-07-15 Kim F. Storm <storm@cua.dk>
4588
4589 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4590 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4591 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4592
4593 * anti.texi (Antinews): Mention redisplay function.
4594 The kbd macro existed, but was not documented, before 22.x.
4595 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4596
45972006-07-14 Nick Roberts <nickrob@snap.net.nz>
4598
4599 * display.texi (Displaying Messages): Add anchor.
4600
4601 * frames.texi (Dialog Boxes): Use it.
4602
46032006-07-12 Richard Stallman <rms@gnu.org>
4604
4605 * objects.texi (Frame Type): Explain nature of frames better.
4606
4607 * frames.texi (Frames): Explain nature of frames better.
4608
46092006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4610
4611 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4612
46132006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4614
4615 * frames.texi (Window System Selections): Mention scrap support for Mac.
4616 Default value of x-select-enable-clipboard is t on Mac.
4617
4618 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4619
46202006-07-11 Kim F. Storm <storm@cua.dk>
4621
4622 * display.texi (Forcing Redisplay): Add `redisplay' function.
4623 Don't mention (sit-for -1) -- use (redisplay t) instead.
4624
4625 * commands.texi (Waiting): (sit-for -1) is no longer special.
4626 (sit-for 0) is equivalent to (redisplay).
4627 Iconifying/deiconifying no longer makes sit-for return.
4628
46292006-07-10 Nick Roberts <nickrob@snap.net.nz>
4630
4631 * display.texi (Buttons): Fix typo.
4632
4633 * index.texi, elisp.texi (New Symbols): Comment node out.
4634
46352006-07-09 Richard Stallman <rms@gnu.org>
4636
4637 * display.texi (Truncation): Clean up previous change.
4638
46392006-07-08 Richard Stallman <rms@gnu.org>
4640
4641 * commands.texi (Interactive Call): Use 3 as prefix in example
4642 for execute-extended-command.
4643
4644 * display.texi (Attribute Functions): Move paragraph about
4645 compatibility with Emacs < 21.
4646
46472006-07-09 Kim F. Storm <storm@cua.dk>
4648
4649 * display.texi (Refresh Screen): Clarify force-window-update.
4650 (Truncation): "Normally" indicated by fringe arrows.
4651
46522006-07-08 Eli Zaretskii <eliz@gnu.org>
4653
4654 * windows.texi (Textual Scrolling, Resizing Windows):
4655 * variables.texi (Constant Variables):
4656 * text.texi (Buffer Contents, Deletion, Changing Properties)
4657 (Property Search, Special Properties, Sticky Properties)
4658 (Links and Mouse-1, Fields, Change Hooks):
4659 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4660 (Categories):
4661 * symbols.texi (Other Plists):
4662 * streams.texi (Output Variables):
4663 * processes.texi (Input to Processes, Query Before Exit):
4664 * positions.texi (Word Motion, Text Lines, List Motion):
4665 * os.texi (Init File, System Environment, Sound Output)
4666 (Session Management):
4667 * nonascii.texi (Text Representations, Character Sets)
4668 (Chars and Bytes, Locales):
4669 * modes.texi (Defining Minor Modes, Header Lines):
4670 * minibuf.texi (Minibuffer Contents):
4671 * markers.texi (Information from Markers):
4672 * lists.texi (List Elements, Building Lists, Association Lists):
4673 * keymaps.texi (Tool Bar):
4674 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4675 * functions.texi (What Is a Function, Mapping Functions):
4676 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4677 (Color Names, Text Terminal Colors, Display Feature Testing):
4678 * files.texi (Visiting Functions, File Name Components)
4679 (Unique File Names, Contents of Directories):
4680 * display.texi (Forcing Redisplay, Displaying Messages)
4681 (Temporary Displays, Font Selection, Auto Faces)
4682 (Font Lookup, Fringe Indicators, Display Margins)
4683 (Image Descriptors, Showing Images, Image Cache, Button Types)
4684 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4685 (Display Table Format, Glyphs):
4686 * control.texi (Iteration):
4687 * commands.texi (Command Loop Info, Adjusting Point):
4688 * backups.texi (Making Backups, Auto-Saving):
4689 Remove @tindex entries.
4690
46912006-07-07 Kim F. Storm <storm@cua.dk>
4692
4693 * display.texi (Fringe Cursors): Fix typo.
4694 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4695 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4696
46972006-07-05 Richard Stallman <rms@gnu.org>
4698
4699 * text.texi (Buffer Contents): Add example of text props
4700 in result of buffer-substring.
4701 (Text Properties): Explain better about use of specific property names.
4702 (Property Search): Some cleanups; reorder some functions.
4703
4704 * keymaps.texi (Changing Key Bindings): Cleanup.
4705 Add xref to Key Binding Conventions.
4706
4707 * display.texi (Attribute Functions): Add examples for
4708 face-attribute-relative-p.
4709
4710 * tips.texi (Coding Conventions): Cleanup last change.
4711
47122006-07-05 Karl Berry <karl@gnu.org>
4713
4714 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4715 Remove @setchapternewpage odd.
4716 Result is 1013 pages, down from 1100.
4717
4718 * anti.texi, customize.texi, display.texi, internals.texi:
4719 * minibuf.texi, modes.texi, tips.texi:
4720 Fix overfull/underfull boxes.
4721
47222006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4723
4724 * edebug.texi (Instrumenting):
4725 Add Edebug-specific findex for eval-buffer.
4726 * loading.texi (Loading):
4727 Replace eval-current-buffer with eval-buffer.
4728
47292006-06-30 Nick Roberts <nickrob@snap.net.nz>
4730
4731 * locals.texi (Standard Buffer-Local Variables): Update the list
4732 of variables.
4733
47342006-06-26 Nick Roberts <nickrob@snap.net.nz>
4735
4736 * files.texi (File Name Completion): Point user to the node
4737 "Reading File Names".
4738
47392006-06-24 Eli Zaretskii <eliz@gnu.org>
4740
4741 * files.texi (Contents of Directories): Document case-insensitive
4742 behavior on respective filesystems.
4743
4744 * objects.texi (Character Type): Document that Emacs signals an
4745 error for unsupported Unicode characters specified as \uNNNN.
4746
47472006-06-19 Richard Stallman <rms@gnu.org>
4748
4749 * processes.texi (Bindat Spec): Clarify previous change.
4750
47512006-06-16 Richard Stallman <rms@gnu.org>
4752
4753 * tips.texi (Coding Conventions): Better explain conventions
4754 for definition constructs.
4755
4756 * text.texi (Special Properties): String value of `read-only'
4757 serves as the error message.
4758
4759 * objects.texi (Character Type): Clarify prev. change.
4760 (Non-ASCII in Strings): Mention \u and \U.
4761
4762 * commands.texi (Using Interactive): Explain problem of
4763 markers, etc., in command-history.
4764
47652006-06-14 Kim F. Storm <storm@cua.dk>
4766
4767 * commands.texi (Waiting): Negative arg to sit-for forces
4768 redisplay even if input is pending.
4769
4770 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4771 redisplay. Remove incorrect example of binding redisplay-dont-pause
4772 around (sit-for 0).
4773
47742006-06-13 Richard Stallman <rms@gnu.org>
4775
4776 * display.texi (Forcing Redisplay): Clarify previous change.
4777
47782006-06-13 Romain Francoise <romain@orebokech.com>
4779
4780 * display.texi (Forcing Redisplay): Fix typo.
4781
47822006-06-13 Kim F. Storm <storm@cua.dk>
4783
4784 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4785
47862006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4787
4788 * tips.texi (Coding Conventions): Add `@end itemize'.
4789
47902006-06-10 Richard Stallman <rms@gnu.org>
4791
4792 * tips.texi (Coding Conventions): Explain use of coding systems
4793 to ensure one decoding for strings.
4794
47952006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4796
4797 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4798 syntax.
4799
48002006-06-07 Eli Zaretskii <eliz@gnu.org>
4801
4802 * display.texi (Font Selection): Remove description of
4803 clear-face-cache.
4804
4805 * compile.texi (Eval During Compile): Fix a typo. Add index
4806 entries for possible uses of eval-when-compile.
4807
48082006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4809
4810 * display.texi (Abstract Display): Fix typo.
4811
48122006-06-03 Eli Zaretskii <eliz@gnu.org>
4813
4814 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4815 Reword variable's description.
4816
48172006-06-01 Richard Stallman <rms@gnu.org>
4818
4819 * windows.texi (Splitting Windows): Clarify splitting nonselected
4820 window.
4821
48222006-05-31 Juri Linkov <juri@jurta.org>
4823
4824 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4825
48262006-05-30 Richard Stallman <rms@gnu.org>
4827
4828 * display.texi (Line Height): Fix errors in description of
10d1d0af 4829 default line height and line-height property.
b8d4c8d0
GM
4830
4831 * nonascii.texi (Default Coding Systems): Further clarification.
4832
48332006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4834
4835 * internals.texi (Pure Storage): Mention that an overflow in pure
4836 space causes a memory leak.
4837 (Garbage Collection): If there was an overflow in pure space,
4838 `garbage-collect' returns nil.
4839
48402006-05-30 Eli Zaretskii <eliz@gnu.org>
4841
4842 * nonascii.texi (Default Coding Systems): Fix it some more.
4843
48442006-05-29 Eli Zaretskii <eliz@gnu.org>
4845
4846 * nonascii.texi (Default Coding Systems): Fix last change.
4847
48482006-05-29 Kenichi Handa <handa@m17n.org>
4849
4850 * nonascii.texi (find-operation-coding-system): Describe the new
4851 argument format (FILENAME . BUFFER).
4852
48532006-05-28 Richard Stallman <rms@gnu.org>
4854
4855 * tips.texi (Coding Conventions): Better explain reasons not to
4856 advise other packages or use `eval-after-load'.
4857
48582006-05-29 Kim F. Storm <storm@cua.dk>
4859
4860 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4861 `bindat-idx' and `bindat-raw' for clarity.
4862
48632006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4864
4865 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4866
4867 * display.texi (Display): Add "Abstract Display" to menu.
4868 (Abstract Display, Abstract Display Functions)
4869 (Abstract Display Example): New nodes.
4870 * elisp.texi (Top): Add "Abstract Display" to menu.
4871
48722006-05-27 Chong Yidong <cyd@stupidchicken.com>
4873
4874 * keymaps.texi (Key Sequences): Link to input events definition.
4875 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4876
4877 * files.texi (Changing Files): Document updated argument list for
4878 copy-file.
4879
48802006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4881
4882 * processes.texi (Bindat Functions): Explain term "total length".
4883 Use it in bindat-length and bindat-pack descriptions.
4884
48852006-05-26 Eli Zaretskii <eliz@gnu.org>
4886
4887 * tips.texi (Coding Conventions): Advise against using
4888 eval-after-load in packages. Add an index entry.
4889
48902006-05-25 Juri Linkov <juri@jurta.org>
4891
4892 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4893
4894 * modes.texi (%-Constructs): Add %e, %z, %Z.
4895
48962006-05-25 Richard Stallman <rms@gnu.org>
4897
4898 * elisp.texi (Top): Update subnode menu.
4899
4900 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4901 (Keymaps): Update menu.
4902
49032006-05-25 Chong Yidong <cyd@stupidchicken.com>
4904
4905 * keymaps.texi (Key Sequences): Some clarifications.
4906
49072006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4908
4909 * processes.texi (Bindat Functions): Say "unibyte string"
4910 explicitly for bindat-unpack and bindat-pack descriptions.
4911 (Bindat Examples): Don't call `string-make-unibyte' in example.
4912
49132006-05-25 Chong Yidong <cyd@stupidchicken.com>
4914
5dcb4c4e 4915 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4916 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4917
4918 * keymaps.texi (Changing Key Bindings):
dd7b651b 4919 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4920 * help.texi (Describing Characters): Refer to it.
4921
49222006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4923
4924 * frames.texi (Pointer Shape): @end table -> @end defvar.
4925
49262006-05-22 Richard Stallman <rms@gnu.org>
4927
4928 * elisp.texi (Top): Update subnode menus.
4929
4930 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4931 Contents rewritten; material from old Pointer Shape node moved here.
4932
4933 * display.texi (Pointer Shape): Node deleted.
4934 (Image Descriptors): Minor cleanup.
4935
49362006-05-21 Richard Stallman <rms@gnu.org>
4937
4938 * syntax.texi (Parsing Expressions): Update info on which STATE
4939 elements are ignored.
4940
49412006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4942
4943 * hooks.texi (Standard Hooks): Correct typo.
4944
4945 * gpl.texi (GPL): ifinfo -> ifnottex.
4946
49472006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4948
4949 * searching.texi (Simple Match Data): Warn about match data being
4950 set anew by every search.
4951
49522006-05-17 Richard Stallman <rms@gnu.org>
4953
4954 * minibuf.texi (Minibuffer History): Clarify.
4955
4956 * searching.texi (Regexp Special): Clarify nested regexp warning.
4957
49582006-05-16 Kim F. Storm <storm@cua.dk>
4959
4960 * minibuf.texi (Minibuffer History): Update add-to-history.
4961
49622006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4963
5dcb4c4e
SM
4964 * nonascii.texi (Explicit Encoding):
4965 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4966
49672006-05-14 Richard Stallman <rms@gnu.org>
4968
4969 * buffers.texi (Creating Buffers): Cleanup.
4970
4971 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4972
49732006-05-13 Eli Zaretskii <eliz@gnu.org>
4974
4975 * buffers.texi (Current Buffer): Document that with-temp-buffer
4976 disables undo.
4977
4978 * os.texi (Terminal-Specific): More accurate description of how
4979 Emacs searches for the terminal-specific libraries.
4980
49812006-05-12 Eli Zaretskii <eliz@gnu.org>
4982
4983 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4984 emacs-xtra to @inforef's.
4985
4986 * text.texi (Undo): Document that undo is turned off in buffers
4987 whose names begin with a space.
4988
4989 * buffers.texi (Buffer Names): Add index entries for buffers whose
4990 names begin with a space.
4991 (Creating Buffers): Document that undo is turned off in buffers
4992 whose names begin with a space.
4993
4994 * files.texi (Visiting Functions, Reading from Files)
4995 (Saving Buffers): Mention code and EOL conversions by file I/O
4996 primitives and subroutines.
4997
4998 * nonascii.texi (Lisp and Coding Systems): Document
4999 coding-system-eol-type. Add index entries for eol conversion.
5000
5001 * display.texi (Defining Faces): Mention `mac', and add an xref to
5002 where window-system is described.
5003
50042006-05-10 Richard Stallman <rms@gnu.org>
5005
5006 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5007
50082006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5009
5010 * variables.texi (File Local Variables): Recommend to quote lambda
5011 expressions in safe-local-variable property.
5012
50132006-05-09 Richard Stallman <rms@gnu.org>
5014
5dcb4c4e
SM
5015 * variables.texi (File Local Variables):
5016 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5017
50182006-05-07 Kim F. Storm <storm@cua.dk>
5019
5020 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5021 from add-to-history.
5022
50232006-05-07 Romain Francoise <romain@orebokech.com>
5024
5025 * commands.texi (Event Input Misc):
5026 * compile.texi (Eval During Compile):
5027 * internals.texi (Buffer Internals):
5028 * minibuf.texi (Initial Input):
5029 * nonascii.texi (Scanning Charsets):
5030 * numbers.texi (Comparison of Numbers):
5031 * windows.texi (Textual Scrolling, Vertical Scrolling):
5032 Fix various typos.
5033
50342006-05-06 Eli Zaretskii <eliz@gnu.org>
5035
5036 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5037 conditional xref's to either emacs or emacs-xtra, depending on
5038 @iftex/@ifnottex.
5039
5040 * minibuf.texi (Minibuffer History): Document add-to-history.
5041
50422006-05-05 Eli Zaretskii <eliz@gnu.org>
5043
5044 * internals.texi (Pure Storage): Mention the pure overflow message
5045 at startup.
5046
c8763fb6 50472006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5048
5049 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5050 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5051 search.
5052
50532006-05-01 Richard Stallman <rms@gnu.org>
5054
5055 * intro.texi (nil and t): Clarify.
5056
5057 * variables.texi (File Local Variables): Suggest using booleanp.
5058
50592006-05-01 Juanma Barranquero <lekktu@gmail.com>
5060
5061 * objects.texi (Type Predicates): Fix typos.
5062
50632006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5064
5065 * intro.texi (nil and t): Add booleanp.
5066
5067 * objects.texi (Type Predicates): Add links for booleanp and
5068 string-or-null-p.
5069
50702006-04-29 Richard Stallman <rms@gnu.org>
5071
5072 * modes.texi (Multiline Font Lock): Rename from
5073 Multi line Font Lock Elements. Much clarification.
5074 (Font Lock Multiline, Region to Fontify): Much clarification.
5075
50762006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5077
5078 * variables.texi (File Local Variables): Remove the special case t for
5079 safe-local-variable.
5080
50812006-04-26 Richard Stallman <rms@gnu.org>
5082
5083 * syntax.texi (Parsing Expressions): Minor cleanup.
5084
50852006-04-18 Richard Stallman <rms@gnu.org>
5086
5087 * tips.texi (Coding Conventions): Explain when the package's
5088 prefix should appear later on (not at the start of the name).
5089
5090 * searching.texi (String Search): Clarify effect of NOERROR.
5091
5092 * modes.texi (Imenu): Clarify what special items do.
5093
5094 * hooks.texi (Standard Hooks): Delete text about old hook names.
5095
50962006-04-17 Romain Francoise <romain@orebokech.com>
5097
5098 * variables.texi (Local Variables): Update the default value of
5099 `max-specpdl-size'.
5100
51012006-04-15 Michael Olson <mwolson@gnu.org>
5102
5103 * processes.texi (Transaction Queues): Mention the new optional
5104 `delay-question' argument for `tq-enqueue'.
5105
51062006-04-13 Bill Wohler <wohler@newt.com>
5107
5108 * customize.texi (Common Keywords): Use dotted notation for
5109 :package-version value. Specify its values. Improve documentation
5110 for customize-package-emacs-version-alist.
5111
51122006-04-12 Bill Wohler <wohler@newt.com>
5113
5114 * customize.texi (Common Keywords): Move description of
5115 customize-package-emacs-version-alist to @defvar.
5116
51172006-04-10 Bill Wohler <wohler@newt.com>
5118
5119 * customize.texi (Common Keywords): Add :package-version.
5120
51212006-04-10 Kim F. Storm <storm@cua.dk>
5122
5123 * text.texi (Buffer Contents): Add NOPROPS arg to
5124 filter-buffer-substring.
5125
51262006-04-08 Kevin Ryde <user42@zip.com.au>
5127
5128 * os.texi (Command-Line Arguments): Update xref to emacs manual
5129 "Command Arguments" -> "Emacs Invocation", per change there.
5130
51312006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5132
5133 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5134 be on one line to help makeinfo not render two spaces after the dot.
5135
51362006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5137
5138 * strings.texi (Predicates for Strings): Add string-or-null-p.
5139
51402006-03-28 Kim F. Storm <storm@cua.dk>
5141
5142 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5143 remarks about systems that don't support fractional seconds.
5144
51452006-03-25 Karl Berry <karl@gnu.org>
5146
5147 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5148 the year list.
5149
51502006-03-21 Nick Roberts <nickrob@snap.net.nz>
5151
5152 * display.texi (Fringe Indicators): Fix typos.
5153
51542006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5155
5156 * tips.texi (Documentation Tips): One can now also write `program'
5157 in front of a quoted symbol in a docstring to prevent making a
5158 hyperlink.
5159
51602006-03-19 Alan Mackenzie <acm@muc.de>
5161
5162 * text.texi (Special Properties): Clarify `fontified' property.
5163
51642006-03-16 Richard Stallman <rms@gnu.org>
5165
5166 * display.texi (Defining Images): Minor cleanup.
5167
51682006-03-16 Bill Wohler <wohler@newt.com>
5169
5170 * display.texi (Defining Images): In image-load-path-for-library,
5171 prefer user's images.
5172
51732006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5174
5175 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5176
51772006-03-15 Bill Wohler <wohler@newt.com>
5178
5179 * display.texi (Defining Images): Fix example in
5180 image-load-path-for-library by not recommending that one binds
5181 image-load-path. Just defvar it to placate compiler and only use
5182 it if previously defined.
5183
51842006-03-14 Bill Wohler <wohler@newt.com>
5185
5186 * display.texi (Defining Images): In image-load-path-for-library,
5187 always return list of directories. Update example.
5188
51892006-03-14 Alan Mackenzie <acm@muc.de>
5190
5191 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5192 This describes font-lock-extend-region-function.
5193 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5194 the new node "Region to Fontify".
5195
51962006-03-13 Richard Stallman <rms@gnu.org>
5197
5198 * display.texi (Invisible Text): The impossible position is
5199 now before the invisible text, not after.
5200 (Defining Images): Clean up last change.
5201
52022006-03-11 Bill Wohler <wohler@newt.com>
5203
5204 * display.texi (Defining Images): Add image-load-path-for-library.
5205
52062006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5207
5208 * text.texi (Adaptive Fill): Fix Texinfo usage.
5209
5210 * strings.texi (Creating Strings): Fix Texinfo usage.
5211
5212 * searching.texi (Regexp Special): Use @samp for regular
5213 expressions that are not in Lisp syntax.
5214
52152006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5216
5217 * searching.texi (Regexp Special): Put remark between parentheses
5218 to avoid misreading.
5219
52202006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5221
5222 * searching.texi (Syntax of Regexps): More accurately describe
5223 which characters are special in which situations.
5224 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5225 are not special. Describe in detail when `[' and `]' are special.
5226 (Regexp Backslash): Plenty of regexps with unbalanced square
5227 brackets are valid, so reword that statement.
5228
52292006-03-02 Kim F. Storm <storm@cua.dk>
5230
5231 * keymaps.texi (Tool Bar): Add tool-bar-border.
5232
52332006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5234
5235 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5236
52372006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5238
5239 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5240
5241 * files.texi (Locating Files): Suggest additional values for the
5242 SUFFIXES arg of `locate-file'. Update pxref.
5243
5244 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5245 (How Programs Do Loading): Discuss the effects of Auto Compression
5246 mode on `load'.
5247 (Load Suffixes): New node.
5248 (Library Search): Delete description of `load-suffixes'; it was
5249 moved to "Load Suffixes".
5250 (Autoload, Named Features): Mention `load-suffixes'.
5251
52522006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5253
5254 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5255
5256 * windows.texi (Window Tree): Fix typo.
5257
52582006-02-20 Kim F. Storm <storm@cua.dk>
5259
5260 * display.texi (Fringe Indicators): New section.
5261 Move indicate-empty-lines, indicate-buffer-boundaries, and
5262 default-indicate-buffer-boundaries here.
5263 Add fringe-indicator-alist and default-fringes-indicator-alist.
5264 Add list of logical fringe indicator symbols.
5265 Update list of standard bitmap names.
5266 (Fringe Cursors): New section.
5267 Move overflow-newline-into-fringe here.
5268 Add fringe-cursor-alist and default-fringes-cursor-alist.
5269 Add list of fringe cursor symbols.
5270
52712006-02-20 Juanma Barranquero <lekktu@gmail.com>
5272
5273 * commands.texi (Using Interactive): Fix reference to node
5274 "Minibuffers".
5275
52762006-02-19 Richard M. Stallman <rms@gnu.org>
5277
5278 * minibuf.texi (High-Level Completion):
5279 Add xref to read-input-method-name.
5280
5281 * files.texi (Relative File Names): Move file-relative-name here.
5282 (File Name Expansion): From here. Minor clarifications.
5283
5284 * commands.texi (Using Interactive): Add xrefs about reading input.
5285 Clarify remarks about that moving point and mark.
5286 Put string case before list case.
5287
c8763fb6 52882006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5289
5290 * display.texi (Other Display Specs, Image Descriptors):
5291 Revert erroneous changes. The previous description of
5292 image-descriptors as `(image . PROPS)' was correct.
5293
52942006-02-14 Richard M. Stallman <rms@gnu.org>
5295
5296 * variables.texi (File Local Variables): Clarifications.
5297
52982006-02-14 Juanma Barranquero <lekktu@gmail.com>
5299
5300 * variables.texi (File Local Variables): Use @code for a cons
5301 cell, not @var.
5302
53032006-02-13 Chong Yidong <cyd@stupidchicken.com>
5304
5305 * variables.texi (File Local Variables): Document new file local
5306 variable behavior.
5307
53082006-02-10 Kim F. Storm <storm@cua.dk>
5309
5310 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5311
53122006-02-08 Juanma Barranquero <lekktu@gmail.com>
5313
5314 * modes.texi (%-Constructs): Remove obsolete info about
5315 `global-mode-string'.
5316
53172006-02-07 Richard M. Stallman <rms@gnu.org>
5318
5319 * commands.texi (Prefix Command Arguments): Minor cleanup.
5320
5321 * display.texi: "Graphical display", not window system.
5322
5323 * functions.texi (What Is a Function): Fix xref.
5324
5325 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5326 (Changing Key Bindings): Clarify when remapping is better than
5327 substitute-key-definition.
5328
53292006-02-02 Richard M. Stallman <rms@gnu.org>
5330
5331 * minibuf.texi (Basic Completion): Completion alists are risky.
5332
5333 * keymaps.texi (Active Keymaps): Clarifications.
5334 (Searching Keymaps): New node.
5335 (Keymaps): Update menu.
5336
5337 * frames.texi (Layout Parameters): Minor clarification.
5338 (Drag and Drop): New node.
5339 (Frames): Update menu.
5340
53412006-01-29 Chong Yidong <cyd@stupidchicken.com>
5342
5343 * display.texi (Other Display Specs, Image Descriptors):
5344 Image description is a list, not a cons cell.
5345
53462006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5347
5348 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5349 list is not necessarily a list).
5350
53512006-01-27 Eli Zaretskii <eliz@gnu.org>
5352
5353 * frames.texi (Layout Parameters): border-width and
5354 internal-border-width belong to the frame, not the window.
5355
53562006-01-19 Richard M. Stallman <rms@gnu.org>
5357
5358 * nonascii.texi (Translation of Characters): Search cmds use
5359 translation-table-for-input. Automatically made local.
5360
5361 * markers.texi (Overview of Markers): Count insertion type
5362 as one of a marker's attributes.
5363
5364 * keymaps.texi (Controlling Active Maps): New node, split out of
5365 Active Keymaps.
5366 (Keymaps): Menu updated.
5367 (Active Keymaps): Give pseudocode to explain how the active
5368 maps are searched. current-active-maps and key-binding moved here.
5369 (Functions for Key Lookup): current-active-maps and key-binding moved.
5370 Clarifications.
5371 (Searching the Keymaps): New subnode.
5372
5373 * elisp.texi (Top): Menu clarification.
5374
5375 * display.texi (Other Display Specs): Delete duplicate entry for
5376 just a string as display spec. Move text about recursive display
5377 specs on such a string.
5378
5379 * commands.texi (Key Sequence Input): Clarify.
5380 Move num-nonmacro-input-events out.
5381 (Reading One Event): num-nonmacro-input-events moved here.
5382
53832006-01-14 Nick Roberts <nickrob@snap.net.nz>
5384
5385 * advice.texi (Simple Advice): Update example to fit argument
5386 change in previous-line.
5387
53882006-01-05 Richard M. Stallman <rms@gnu.org>
5389
5390 * markers.texi (The Mark): Fix in `mark'.
5391
53922006-01-04 Richard M. Stallman <rms@gnu.org>
5393
5394 * processes.texi (Misc Network, Make Network): Minor cleanups.
5395
53962006-01-04 Kim F. Storm <storm@cua.dk>
5397
5398 * processes.texi (Make Network): Add IPv6 addresses and handling.
5399 (Network Feature Testing): Mention (:family ipv6).
5400 (Misc Network): Add IPv6 formats to format-network-address.
5401
54022005-12-30 Richard M. Stallman <rms@gnu.org>
5403
5404 * text.texi (Changing Properties):
5405 Don't use return value of set-text-properties.
5406
54072005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5408
5409 * modes.texi (Mode Line Format): Correct typo in menu.
5410
54112005-12-29 Richard M. Stallman <rms@gnu.org>
5412
5413 * modes.texi (Mode Line Top): New node.
5414 (Mode Line Data): Some text moved to new node.
5415 Explain the data structure more concretely.
5416 (Mode Line Basics): Clarifications.
5417 (Mode Line Variables): Clarify intro paragraph.
5418 (%-Constructs): Clarify intro paragraph.
5419 (Mode Line Format): Update menu.
5420
54212005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5422
5423 * minibuf.texi (Basic Completion): Update lazy-completion-table
5424 examples for removal of ARGS argument.
5425
54262005-12-23 Richard M. Stallman <rms@gnu.org>
5427
5428 * text.texi (Undo): Restore some explanation from the version
5429 that was deleted.
5430
54312005-12-23 Eli Zaretskii <eliz@gnu.org>
5432
5433 * text.texi (Undo): Remove duplicate descriptions of `apply
5434 funname' and `apply delta' elements of the undo list.
5435
54362005-12-20 Richard M. Stallman <rms@gnu.org>
5437
5438 * help.texi (Help Functions): Update documentation of `apropos'.
5439
54402005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5441
5442 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5443 because it is confusing. If the :help-echo keyword is a function,
5444 it is not directly used as the :help-echo overlay property, as the
5445 xref seems to suggest (it does not take the appropriate args).
5446
54472005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5448
5449 * customize.texi (Common Keywords): Fix Texinfo usage.
5450 (Group Definitions, Variable Definitions): Update for new
5451 conventions for using `*' in docstrings.
5452
5453 * tips.texi (Documentation Tips): Update for new conventions for
5454 using `*' in docstrings.
5455
54562005-12-16 Richard M. Stallman <rms@gnu.org>
5457
5458 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5459
54602005-12-16 Juri Linkov <juri@jurta.org>
5461
5462 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5463
54642005-12-14 Romain Francoise <romain@orebokech.com>
5465
5466 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5467 Fix typo.
5468
54692005-12-11 Juri Linkov <juri@jurta.org>
5470
5471 * minibuf.texi (Completion Commands): Add mention of read-file-name
5472 for filename completion keymaps.
5473 (Reading File Names): Add mention of filename completion keymaps
5474 for read-file-name and xref to `Completion Commands'.
5475
54762005-12-10 Richard M. Stallman <rms@gnu.org>
5477
5478 * customize.texi (Common Keywords): State caveats for use of :tag.
5479
54802005-12-08 Richard M. Stallman <rms@gnu.org>
5481
5482 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5483 with xrefs and better explanation.
5484 (Completion Commands): Add the filename completion maps.
5485
5486 * objects.texi (Character Type): Clarify that \s is not space
5487 if a dash follows.
5488
54892005-12-05 Richard M. Stallman <rms@gnu.org>
5490
5491 * windows.texi (Resizing Windows): Delete preserve-before args.
5492
54932005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5496 in full keymaps, since the quirk has been fixed.
5497
54982005-12-03 Eli Zaretskii <eliz@gnu.org>
5499
5dcb4c4e
SM
5500 * hooks.texi (Standard Hooks): Add index entries.
5501 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5502
55032005-11-27 Richard M. Stallman <rms@gnu.org>
5504
5505 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5506
55072005-11-21 Juri Linkov <juri@jurta.org>
5508
5509 * customize.texi (Common Keywords): Update links types
5510 custom-manual and url-link. Add link types emacs-library-link,
5511 file-link, function-link, variable-link, custom-group-link.
5512
55132005-11-20 Chong Yidong <cyd@stupidchicken.com>
5514
5515 * display.texi: Revert 2005-11-20 change.
5516
55172005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5518
5519 * processes.texi (Bindat Functions):
5520 Say "third" to refer to zero-based index "2".
5521
55222005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5523
5524 * loading.texi (Library Search): Update the default value of
5525 `load-suffixes'.
5526
55272005-11-17 Chong Yidong <cyd@stupidchicken.com>
5528
5529 * display.texi (Attribute Functions): Mention :ignore-defface.
5530
55312005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5534 (Minor Mode Conventions): Mention the use of a hook.
5535
55362005-11-06 Richard M. Stallman <rms@gnu.org>
5537
5538 * files.texi (Magic File Names): find-file-name-handler checks the
5539 `operations' property of the handler.
5540
55412005-11-03 Richard M. Stallman <rms@gnu.org>
5542
5543 * variables.texi (Frame-Local Variables): Small clarification.
5544
55452005-10-29 Chong Yidong <cyd@stupidchicken.com>
5546
5547 * os.texi (Init File): Document ~/.emacs.d/init.el.
5548
55492005-10-29 Richard M. Stallman <rms@gnu.org>
5550
5551 * internals.texi (Garbage Collection): Document memory-full.
5552
55532005-10-28 Bill Wohler <wohler@newt.com>
5554
5555 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5556 for URLs.
5557
55582005-10-28 Richard M. Stallman <rms@gnu.org>
5559
5560 * minibuf.texi (Completion Commands): Clean up prev change.
5561
55622005-10-26 Kevin Ryde <user42@zip.com.au>
5563
5564 * compile.texi (Eval During Compile): Explain recommended uses
5565 of eval-when-compile and eval-and-compile.
5566
55672005-10-27 Masatake YAMATO <jet@gyve.org>
5568
5569 * minibuf.texi (Completion Commands):
5570 Write about new optional argument for `display-completion-list'.
5571
55722005-10-23 Richard M. Stallman <rms@gnu.org>
5573
5574 * display.texi (Overlay Arrow): Clarify about local bindings of
5575 overlay-arrow-position.
5576
55772005-10-22 Eli Zaretskii <eliz@gnu.org>
5578
5579 * internals.texi (Building Emacs): Fix last change.
5580
55812005-10-22 Richard M. Stallman <rms@gnu.org>
5582
5583 * internals.texi (Building Emacs): Document eval-at-startup.
5584
55852005-10-21 Richard M. Stallman <rms@gnu.org>
5586
5587 * loading.texi (Where Defined): load-history contains abs file names.
5588 symbol-file returns abs file names.
5589
55902005-10-19 Kim F. Storm <storm@cua.dk>
5591
5592 * display.texi (Showing Images): Add max-image-size integer value.
5593
55942005-10-18 Chong Yidong <cyd@stupidchicken.com>
5595
5596 * display.texi (Showing Images): Document max-image-size.
5597
55982005-10-17 Richard M. Stallman <rms@gnu.org>
5599
5600 * commands.texi (Quitting): Minor clarification.
5601
5602 * processes.texi (Sentinels): Clarify about output and quitting.
5603 (Filter Functions): Mention with-local-quit.
5604
56052005-10-17 Juri Linkov <juri@jurta.org>
5606
5607 * buffers.texi (Current Buffer):
5608 * commands.texi (Event Input Misc):
5609 * compile.texi (Eval During Compile, Compiler Errors):
5610 * customize.texi (Group Definitions):
5611 * display.texi (Progress, Defining Faces):
5612 * files.texi (Writing to Files):
5613 * modes.texi (Mode Hooks, Defining Minor Modes):
5614 * streams.texi (Output Functions):
5615 * syntax.texi (Syntax Table Functions):
5616 * text.texi (Change Hooks):
5617 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5618
5619 * commands.texi (Quitting): Replace arg `forms' with `body' in
5620 `with-local-quit'.
5621
5622 * positions.texi (Excursions): Replace arg `forms' with `body' in
5623 `save-excursion'.
5624
56252005-10-08 Kim F. Storm <storm@cua.dk>
5626
5627 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5628 Rename manual section accordingly.
5629
56302005-10-04 Kim F. Storm <storm@cua.dk>
5631
5632 * windows.texi (Window Split Tree): New section describing
5633 new function window-split-tree function.
5634
56352005-10-03 Nick Roberts <nickrob@snap.net.nz>
5636
5637 * display.texi (Fringe Size/Pos): Simplify and add detail.
5638
56392005-09-30 Romain Francoise <romain@orebokech.com>
5640
5641 * minibuf.texi (High-Level Completion): Explain that the prompt
5642 given to `read-buffer' should end with a colon and a space.
5643 Update usage examples.
5644
56452005-09-29 Juri Linkov <juri@jurta.org>
5646
5647 * display.texi (Displaying Messages): Rename argument name
5648 `string' to `format-string' in functions `message', `message-box',
5649 `message-or-box'.
5650
56512005-09-26 Chong Yidong <cyd@stupidchicken.com>
5652
5653 * errors.texi (Standard Errors): Correct xrefs.
5654
56552005-09-18 Chong Yidong <cyd@stupidchicken.com>
5656
5657 * display.texi (Defining Images): Update documentation for
5658 `image-load-path'.
5659
56602005-09-17 Richard M. Stallman <rms@gnu.org>
5661
5662 * display.texi (Defining Images): Clean up previous change.
5663
56642005-09-16 Romain Francoise <romain@orebokech.com>
5665
5666 * elisp.texi: Specify GFDL version 1.2.
5667
5668 * doclicense.texi (GNU Free Documentation License): Update to
5669 version 1.2.
5670
56712005-09-15 Chong Yidong <cyd@stupidchicken.com>
5672
5673 * display.texi (Defining Images): Document `image-load-path'.
5674
56752005-09-15 Richard M. Stallman <rms@gnu.org>
5676
5677 * objects.texi (Printed Representation): Minor cleanup.
5678 (Box Diagrams): Minor fix.
5679 (Cons Cell Type): Move (...) index item here.
5680 (Box Diagrams): From here.
5681 (Array Type): Minor fix.
5682 (Type Predicates): Delete index "predicates".
5683 (Hash Table Type): Clarify xref.
5684 (Dotted Pair Notation): Minor fix.
5685
56862005-09-10 Chong Yidong <cyd@stupidchicken.com>
5687
5688 * files.texi (Saving Buffers): Fix typo.
5689
56902005-09-08 Richard M. Stallman <rms@gnu.org>
5691
5692 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5693
56942005-09-08 Chong Yidong <cyd@stupidchicken.com>
5695
5696 * locals.texi (Standard Buffer-Local Variables): Don't include
5697 mode variables for minor modes.
5698 Fix xrefs for buffer-display-count, buffer-display-table,
5699 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5700 enable-multibyte-characters, fill-column, header-line-format,
5701 left-fringe-width, left-margin, and right-fringe-width.
5702
5703 * hooks.texi (Standard Hooks): All hooks should conform to the
5704 standard naming convention now.
5705 Fix xref for `echo-area-clear-hook'.
5706
5707 * display.texi (Usual Display): Note that indicate-empty-lines and
5708 tab-width are buffer-local.
5709
5710 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5711
5712 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5713
5714 * nonascii.texi (Encoding and I/O): Note that
5715 buffer-file-coding-system is buffer-local.
5716
5717 * positions.texi (List Motion): Note that defun-prompt-regexp is
5718 buffer-local.
5719
5720 * text.texi (Auto Filling): Note that auto-fill-function is
5721 buffer-local.
5722 (Undo): Note that buffer-undo-list is buffer-local.
5723
5dcb4c4e
SM
5724 * windows.texi (Buffers and Windows):
5725 Document buffer-display-count.
b8d4c8d0
GM
5726
57272005-09-06 Richard M. Stallman <rms@gnu.org>
5728
5729 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5730 package prefix elsewhere than at the start of the name.
5731
57322005-09-03 Richard M. Stallman <rms@gnu.org>
5733
5734 * tips.texi (Programming Tips): Add conventions for minibuffer
5735 questions and prompts.
5736
57372005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5738
5739 * intro.texi (nil and t): Minor cleanup.
5740 Delete spurious mention of keyword symbols.
5741 (Evaluation Notation): Add index entry.
5742 (A Sample Function Description): Minor cleanup.
5743 (A Sample Variable Description): Not all vars can be set.
5744
57452005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5746
5747 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5748
5749 (Insertion): Document precise type of `insert-char' arg COUNT.
5750
57512005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5752
5753 * modes.texi (Other Font Lock Variables): Sync the default of
5754 font-lock-lines-before.
5755
57562005-08-31 Michael Albinus <michael.albinus@gmx.de>
5757
5758 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5759
57602005-08-29 Richard M. Stallman <rms@gnu.org>
5761
5762 * elisp.texi (Top): Update subnode menu.
5763
5764 * searching.texi (Searching and Matching): Move node.
5765 Rearrange contents and add overall explanation.
5766 (Searching and Case): Move node.
5767 (Searching and Matching): Update menu.
5768
57692005-08-27 Eli Zaretskii <eliz@gnu.org>
5770
5771 * os.texi (Startup Summary): Fix the description of the initial
5772 startup message display.
5773
57742005-08-25 Richard M. Stallman <rms@gnu.org>
5775
5776 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5777
57782005-08-25 Emilio C. Lopes <eclig@gmx.net>
5779
5780 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5781 `next-overlay-change' example.
5782
57832005-08-22 Juri Linkov <juri@jurta.org>
5784
5785 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5786 Fix invert-face. Fix args of face-background.
5787
5788 * display.texi (Standard Faces): Delete node.
5789 (Faces): Add xref to `(emacs)Standard Faces'.
5790 (Displaying Faces): Fix xref to `Standard Faces'.
5791
5792 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5793
57942005-08-20 Alan Mackenzie <acm@muc.de>
5795
5796 * buffers.texi (The Buffer List): Clarify the manipulation of the
5797 buffer list.
5798
57992005-08-14 Richard M. Stallman <rms@gnu.org>
5800
5801 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5802 a regexp.
5803
58042005-08-11 Richard M. Stallman <rms@gnu.org>
5805
5806 * elisp.texi (Top): Update subnode lists.
5807
5808 * display.texi (Inverse Video): Node deleted.
5809
5810 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5811 New nodes split out of Coding Conventions.
5812
5813 * searching.texi (Regular Expressions): Document re-builder.
5814
5815 * os.texi (Time Parsing): New node split out of Time Conversion.
5816
5817 * processes.texi (Misc Network, Network Feature Testing)
5818 (Network Options, Make Network): New nodes split out of
5819 Low-Level Network.
5820
58212005-08-09 Richard M. Stallman <rms@gnu.org>
5822
5823 * frames.texi (Geometry): New node, split from Size and Position.
5824 (Frame Parameters): Refer to Geometry.
5825
5826 * buffers.texi (The Buffer List): Fix xrefs.
5827
5828 * windows.texi (Splitting Windows): Fix xref.
5829
5830 * frames.texi (Layout Parameters): Add xref.
5831
5832 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5833
5834 * keymaps.texi (Menu Bar): Fix xref.
5835
5836 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5837
5838 * modes.texi (%-Constructs): Fix xref.
5839
5840 * frames.texi (Window Frame Parameters): Node split up.
5841 (Basic Parameters, Position Parameters, Size Parameters)
5842 (Layout Parameters, Buffer Parameters, Management Parameters)
5843 (Cursor Parameters, Color Parameters): New subnodes.
5844
58452005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5846
5847 * positions.texi (Screen Lines): Update xref for previous change
5848 in minibuf.texi.
5849
5850 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5851 change in minibuf.texi.
5852
58532005-08-09 Richard M. Stallman <rms@gnu.org>
5854
5855 * tips.texi (Coding Conventions): Minor cleanup.
5856
5857 * modes.texi (Defining Minor Modes): Explain when init-value
5858 can be non-nil.
5859
5860 * elisp.texi (Top): Update submenu for Minibuffer.
5861
5862 * minibuf.texi (Minibuffer Misc): Node split up.
5863 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5864 (Recursive Mini): New nodes split out from Minibuffer Misc.
5865 (Minibuffer Misc): Document max-mini-window-height.
5866
5867 * hash.texi (Defining Hash): Delete stray paren in example.
5868
5869 * display.texi (Echo Area Customization): Don't define
5870 max-mini-window-height here; xref instead.
5871
5872 * commands.texi (Event Input Misc): Update while-no-input.
5873
5874 * advice.texi (Advising Functions): Explain when to use advice
5875 and when to use a hook.
5876
58772005-07-30 Eli Zaretskii <eliz@gnu.org>
5878
5879 * makefile.w32-in (info): Don't run install-info.
5880 ($(infodir)/dir): New target, produced by running install-info.
5881
58822005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5883
5884 * modes.texi (Defining Minor Modes): The keyword for the initial
5885 value is :init-value, not :initial-value.
5886
58872005-07-23 Eli Zaretskii <eliz@gnu.org>
5888
5889 * loading.texi (Autoload): Make the `doctor' example be consistent
5890 with what's in current loaddefs.el. Describe the "fn" magic in
5891 the usage portion of the doc string.
5892
58932005-07-22 Richard M. Stallman <rms@gnu.org>
5894
5895 * internals.texi (Garbage Collection): Clarify previous change.
5896
58972005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5900
59012005-07-18 Juri Linkov <juri@jurta.org>
5902
5903 * commands.texi (Accessing Events):
5904 * frames.texi (Text Terminal Colors, Resources):
5905 * markers.texi (The Mark):
5906 * modes.texi (Defining Minor Modes):
5907 Delete duplicate duplicate words.
5908
59092005-07-16 Richard M. Stallman <rms@gnu.org>
5910
5911 * display.texi (Managing Overlays): Clarify make-overlay
5912 args for insertion types.
5913
59142005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5915
5916 * customize.texi (Variable Definitions):
5917 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5918 `standard-value' is a list too.
5919 (Defining New Types): Use @key{RET} instead of @key{ret}.
5920
59212005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5922
5923 * os.texi (Translating Input): Fix typo.
5924
59252005-07-08 Richard M. Stallman <rms@gnu.org>
5926
5927 * README: Update edition number and size estimate.
5928
5929 * elisp.texi (VERSION): Set to 2.9.
5930
59312005-07-07 Richard M. Stallman <rms@gnu.org>
5932
5933 * book-spine.texinfo: Update Emacs version.
5934
5935 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5936
59372005-07-06 Richard M. Stallman <rms@gnu.org>
5938
5939 * searching.texi (Regexp Search): Clarify what re-search-forward
5940 does when the search fails.
5941
59422005-07-05 Lute Kamstra <lute@gnu.org>
5943
5944 * Update FSF's address in GPL notices.
5945
5946 * doclicense.texi (GNU Free Documentation License):
5947 * gpl.texi (GPL):
5948 * tips.texi (Coding Conventions, Library Headers):
5949 * vol1.texi:
5950 * vol2.texi: Update FSF's address.
5951
59522005-07-04 Richard M. Stallman <rms@gnu.org>
5953
5954 * hooks.texi (Standard Hooks): Add occur-hook.
5955
59562005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5957
5958 * display.texi (The Echo Area): Correct menu.
5959
59602005-07-03 Richard M. Stallman <rms@gnu.org>
5961
5962 * elisp.texi (Top): Update subnode menu for Display.
5963
5964 * display.texi (Displaying Messages): New node, with most
5965 of what was in The Echo Area.
5dcb4c4e 5966 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5967 (Logging Messages): New node with new text.
5968 (Echo Area Customization): New node, the rest of what was
5969 in The Echo Area. Document message-truncate-lines with @defvar.
5970 (Display): Update menu.
5971
5972 * windows.texi (Textual Scrolling): Doc 3 values for
5973 scroll-preserve-screen-position.
5974
5975 * text.texi (Special Properties): Change hook functions
5976 should bind inhibit-modification-hooks around altering buffer text.
5977
5978 * keymaps.texi (Key Binding Commands): Call binding BINDING
5979 rather than DEFINITION.
5980
59812005-06-29 Juanma Barranquero <lekktu@gmail.com>
5982
5983 * variables.texi (Defining Variables): `user-variable-p' returns t
5984 for aliases of user options, nil for alias loops.
5985
59862005-06-28 Richard M. Stallman <rms@gnu.org>
5987
5988 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5989 make-keymap.
5990
59912005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5992
5993 * variables.texi (Setting Variables): Correct and clarify
5994 description of `add-to-ordered-list'.
5995
59962005-06-26 Richard M. Stallman <rms@gnu.org>
5997
5998 * display.texi (Faces): Minor cleanup.
5999
60002005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6001
6002 * display.texi (Faces): `facep' returns t for strings that are
6003 face names.
6004
60052005-06-25 Richard M. Stallman <rms@gnu.org>
6006
6007 * objects.texi (Equality Predicates): Clarify meaning of equal.
6008
6009 * windows.texi (Selecting Windows): save-selected-window
6010 and with-selected-window save and restore the current buffer.
6011
60122005-06-24 Richard M. Stallman <rms@gnu.org>
6013
6014 * numbers.texi (Float Basics): Explain how to test for NaN,
6015 and printing the sign of NaNs.
6016
60172005-06-24 Eli Zaretskii <eliz@gnu.org>
6018
6019 * makefile.w32-in (MAKEINFO): Use --force.
6020
60212005-06-23 Richard M. Stallman <rms@gnu.org>
6022
6023 * display.texi (Face Functions): Correct Texinfo usage.
6024
60252005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6026
6027 * lists.texi (Rings): `ring-elements' now returns the elements of
6028 RING in order.
6029
60302005-06-23 Juanma Barranquero <lekktu@gmail.com>
6031
6032 * markers.texi (The Mark): Texinfo usage fix.
6033
60342005-06-23 Kim F. Storm <storm@cua.dk>
6035
6036 * searching.texi (Entire Match Data): Remove evaporate option for
6037 match-data. Do not mention evaporate option for set-match-data.
6038
60392005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6040
6041 * display.texi (Face Functions): Mention face aliases.
6042
60432005-06-21 Richard M. Stallman <rms@gnu.org>
6044
6045 * anti.texi (Antinews): Texinfo usage fix.
6046
60472005-06-21 Karl Berry <karl@gnu.org>
6048
6049 * elisp.texi: Use @copying.
6050
6051 * elisp.texi: Put @summarycontents and @contents before the Top
6052 node, instead of the end of the file, so that the contents appear
6053 in the right place in the dvi/pdf output.
6054
60552005-06-21 Juri Linkov <juri@jurta.org>
6056
6057 * display.texi (Defining Faces): Add `customized-face'.
6058
60592005-06-20 Kim F. Storm <storm@cua.dk>
6060
6061 * variables.texi (Setting Variables): Any type of element can be
6062 given order in add-to-ordered-list. Compare elements with eq.
6063
6064 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6065
60662005-06-20 Karl Berry <karl@gnu.org>
6067
6068 * syntax.texi (Syntax Flags): Make last column very slightly wider
6069 to avoid "generic comment" breaking on two lines and causing an
6070 underfull box.
6071
60722005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6073
6074 * lists.texi (Rings): Various minor clarifications and corrections.
6075
60762005-06-18 Richard M. Stallman <rms@gnu.org>
6077
6078 * functions.texi (Obsolete Functions): Simplify.
6079
6080 * variables.texi (Variable Aliases): Simplify.
6081
6082 * anti.texi, backups.texi, compile.texi, customization.texi:
6083 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6084 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6085 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6086 * variables.texi: Fix formatting ugliness.
6087
6088 * elisp.texi: Add links to Rings and Byte Packing.
6089 Update version and copyright years.
6090
6091 * minibuf.texi: Fix formatting ugliness.
6092 (Completion Commands): Move keymap vars to the end
6093 and vars completing-read binds to the top.
6094
60952005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6096
6097 * processes.texi: Fix typos.
6098 (Bindat Spec): Correct Texinfo error.
6099 (Byte Packing): Fix ungrammatical sentence.
6100
61012005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6102
6103 * lists.texi (Rings): New node.
6104 (Lists): Add it to menu.
6105
6106 * processes.texi (Byte Packing): New node.
6107 (Processes): Add it to menu.
6108
61092005-06-17 Richard M. Stallman <rms@gnu.org>
6110
6111 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6112
6113 * help.texi (Documentation Basics): Explain the xref to
6114 Documentation Tips.
6115
6116 * debugging.texi (Debugger Commands): Minor fix.
6117
61182005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6119
6120 * edebug.texi (Instrumenting): Eliminate duplicate link.
6121 (Specification List): Replace references to "below", referring to
6122 a later node, with one @ref to that node.
6123
6124 * os.texi (Timers): Timers should save and restore the match data
6125 if they change it.
6126
6127 * debugging.texi (Debugger Commands): Mention that the Lisp
6128 debugger can not step through primitive functions.
6129
61302005-06-16 Juanma Barranquero <lekktu@gmail.com>
6131
6132 * functions.texi (Obsolete Functions): Update argument names of
6133 `make-obsolete' and `define-obsolete-function-alias'.
6134
6135 * variables.texi (Variable Aliases): Update argument names of
6136 `defvaralias', `make-obsolete-variable' and
6137 `define-obsolete-variable-alias'.
6138
61392005-06-15 Kim F. Storm <storm@cua.dk>
6140
6141 * searching.texi (Entire Match Data): Rephrase warnings about
6142 evaporate arg to match-data and set-match-data.
6143
61442005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6145
6146 * elisp.texi (Top): Update detailed menu.
6147
6148 * edebug.texi (Edebug): Update menu.
6149 (Instrumenting): Update xrefs.
6150 (Edebug Execution Modes): Correct xref.
6151 (Jumping): Clarify description of `h' command.
6152 Eliminate redundant @ref.
6153 (Breaks): New node.
6154 (Breakpoints): Is now a subsubsection.
6155 (Global Break Condition): Mention `C-x X X'.
6156 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6157 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6158 (Edebug Display Update): Correct pxref.
6159 (Edebug and Macros): New node.
6160 (Instrumenting Macro Calls): Is now a subsubsection.
6161 Neither arg of `def-edebug-spec' is evaluated.
6162 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6163 (Specification Examples): Fix typo.
6164
61652005-06-14 Lute Kamstra <lute@gnu.org>
6166
6167 * debugging.texi (Function Debugging): Primitives can break on
6168 entry too.
6169
61702005-06-14 Kim F. Storm <storm@cua.dk>
6171
6172 * variables.texi (Setting Variables): Add add-to-ordered-list.
6173
61742005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6177 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6178
61792005-06-13 Lute Kamstra <lute@gnu.org>
6180
6181 * text.texi (Special Properties): Fix cross reference.
6182
61832005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6184
6185 * debugging.texi (Function Debugging): Delete mention of empty
6186 string argument to `cancel-debug-on-entry'. Delete inaccurate
6187 description of the return value of that command.
6188
61892005-06-11 Alan Mackenzie <acm@muc.de>
6190
6191 * text.texi (Adaptive Fill): Amplify the description of
6192 fill-context-prefix.
6193
61942005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6195
6196 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6197
61982005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6201
62022005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6203
6204 * debugging.texi (Error Debugging): Minor rewording.
6205 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6206 is optional.
6207
62082005-06-10 Lute Kamstra <lute@gnu.org>
6209
6210 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6211 (Top): Give it a title. Correct version number. Give the
6212 detailed node listing a more prominent header.
6213 * intro.texi: Don't set VERSION here a second time.
6214 Mention Emacs's version too.
6215 * anti.texi (Antinews): Use EMACSVER to refer to the current
6216 version of Emacs.
6217
62182005-06-09 Kim F. Storm <storm@cua.dk>
6219
6220 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6221 match-data and set-match-data.
6222
62232005-06-08 Richard M. Stallman <rms@gnu.org>
6224
6225 * searching.texi (Entire Match Data): Clarify when match-data
6226 returns markers and when integers.
6227
6228 * display.texi (Defining Faces): Explain that face name should not
6229 end in `-face'.
6230
6231 * modes.texi (Mode Line Data): Minor cleanup.
6232 (Customizing Keywords): Node split out of Search-based Fontification.
6233 Add example of using font-lock-add-keywords from a hook.
6234 Clarify when MODE should be non-nil, and when nil.
6235
62362005-06-06 Richard M. Stallman <rms@gnu.org>
6237
6238 * modes.texi (Mode Line Data): Explain what happens when the car
6239 of a list is a void symbol.
6240 (Search-based Fontification): Explain MODE arg to
6241 font-lock-add-keywords and warn about calls from major modes.
6242
62432005-06-08 Juri Linkov <juri@jurta.org>
6244
6245 * display.texi (Standard Faces): Add `shadow' face.
6246
62472005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6248
6249 * modes.texi (Major Mode Conventions): A derived mode only needs
6250 to put the call to the parent mode inside `delay-mode-hooks'.
6251
62522005-05-29 Richard M. Stallman <rms@gnu.org>
6253
6254 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6255 new, and what that implies. Clarify.
6256
6257 * files.texi (Locating Files): Clean up the text.
6258
6259 * frames.texi (Window Frame Parameters): Document user-size.
6260 Shorten entry for top by referring to left.
6261
62622005-05-26 Richard M. Stallman <rms@gnu.org>
6263
6264 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6265 is new, and what the implications are. Other clarifications.
6266
62672005-05-24 Richard M. Stallman <rms@gnu.org>
6268
6269 * frames.texi (Dialog Boxes): Minor fixes.
6270
62712005-05-25 Masatake YAMATO <jet@gyve.org>
6272
6273 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6274
62752005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6276
6277 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6278 is optional.
6279
62802005-05-24 Nick Roberts <nickrob@snap.net.nz>
6281
10d1d0af 6282 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6283
62842005-05-23 Lute Kamstra <lute@gnu.org>
6285
6286 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6287 syntax-begin-function over font-lock-beginning-of-syntax-function.
6288
62892005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6290
6291 * minibuf.texi (Reading File Names): Update description of
6292 `read-directory-name'.
6293
6294 * modes.texi (Derived Modes): Clarify :group keyword.
6295
62962005-05-21 Eli Zaretskii <eliz@gnu.org>
6297
6298 * files.texi (Locating Files): New subsection.
6299 Describe locate-file and executable-find.
6300
63012005-05-21 Kevin Ryde <user42@zip.com.au>
6302
6303 * frames.texi (Initial Parameters): Update cross reference to
6304 "Emacs Invocation".
6305
63062005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6307
6308 * keymaps.texi (Active Keymaps): Add anchor.
6309
6310 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6311 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6312 appropriate place.
6313 (Derived Modes): Small clarifications.
6314 (Minor Mode Conventions, Keymaps and Minor Modes):
6315 Replace references to nodes with references to anchors.
6316 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6317 Clarify description of lists whose first element is an integer.
6318 (Mode Line Variables): Add anchor.
6319 (%-Constructs): Clarify description of integer after %.
6320 (Emulating Mode Line): Describe nil value for FACE.
6321
63222005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6323
6324 * modes.texi (Derived Modes): Correct references to non-existing
6325 variable standard-syntax-table.
6326
63272005-05-17 Lute Kamstra <lute@gnu.org>
6328
6329 * modes.texi (Defining Minor Modes): Mention the mode hook.
6330
63312005-05-15 Kim F. Storm <storm@cua.dk>
6332
6333 * processes.texi (Network): Remove open-network-stream-nowait.
6334 (Network Servers): Remove open-network-stream-server.
6335
63362005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6337
6338 * elisp.texi (Top): Update detailed menu.
6339
6340 * variables.texi: Reorder nodes.
6341 (Variables): Update menu.
6342 (File Local Variables): Do not refer to the `-*-' line as
6343 a "local variables list". Add pxref.
6344
63452005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6346
6347 * elisp.texi (Top): Update detailed menu for node changes.
6348
6349 * modes.texi (Modes): Update Menu.
6350 (Hooks): Move to beginning of chapter.
6351 Most minor modes run mode hooks too.
6352 `add-hook' can handle void hooks or hooks whose value is a single
6353 function.
6354 (Major Modes): Update Menu.
6355 (Major Mode Basics): New node, split off from `Major Modes'.
6356 (Major Mode Conventions): Correct xref. Explain how to handle
6357 auto-mode-alist if the major mode command has an autoload cookie.
6358 (Auto Major Mode): Major update. Add magic-mode-alist.
6359 (Derived Modes): Major update.
6360 (Mode Line Format): Update Menu.
6361 (Mode Line Basics): New node, split off from `Mode Line Format'.
6362
6363 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6364 for `magic autoload comment'. Add index entries and anchor.
6365
63662005-05-14 Richard M. Stallman <rms@gnu.org>
6367
6368 * tips.texi (Coding Conventions): Explain how important it is
6369 that just loading certain files not change Emacs behavior.
6370
6371 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6372
63732005-05-12 Lute Kamstra <lute@gnu.org>
6374
6375 * modes.texi (Generic Modes): Update.
6376 (Major Modes): Refer to node "Generic Modes".
6377
6378 * elisp.texi (Top): Update to the current structure of the manual.
6379 * processes.texi (Processes): Add menu description.
6380 * customize.texi (Customization): Add menu descriptions.
6381
63822005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6383
6384 * processes.texi (Signals to Processes)
6385 (Low-Level Network): Fix typos.
6386
63872005-05-11 Lute Kamstra <lute@gnu.org>
6388
6389 * elisp.texi (Top): Add some nodes from the chapter "Major and
6390 Minor Modes" to the detailed node listing.
6391
63922005-05-10 Richard M. Stallman <rms@gnu.org>
6393
6394 * keymaps.texi (Extended Menu Items): Menu item filter functions
6395 can be called at any time.
6396
63972005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6398
6399 * variables.texi (File Local Variables): `(hack-local-variables t)'
6400 now also checks whether a mode is specified in the local variables
6401 list.
6402
64032005-05-05 Kevin Ryde <user42@zip.com.au>
6404
6405 * display.texi (The Echo Area): Correct format function cross
6406 reference.
6407
64082005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6409
6410 * variables.texi (Variable Aliases): Change description of
6411 `define-obsolete-variable-alias'.
6412
6413 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6414 (Defining Functions): Add xref.
6415 (Obsolete Functions): New node.
6416 (Function Safety): Standardize capitalization of section title.
6417
6418 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6419 (Dialog Boxes): Complete description of `x-popup-dialog'.
6420
64212005-05-04 Richard M. Stallman <rms@gnu.org>
6422
6423 * commands.texi (Interactive Codes): Fix Texinfo usage.
6424 Document U more clearly.
6425
64262005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6427
6428 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6429 function and not a macro.
6430
6431 * frames.texi (Pop-Up Menus): Correct and clarify description of
6432 `x-popup-menu'.
6433 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6434
64352005-05-01 Richard M. Stallman <rms@gnu.org>
6436
6437 * edebug.texi (Checking Whether to Stop): Fix previous change.
6438
64392005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6440
6441 * display.texi: Fix typos and Texinfo usage.
6442
6443 * edebug.texi (Checking Whether to Stop): executing-macro ->
6444 executing-kbd-macro.
6445
64462005-05-01 Richard M. Stallman <rms@gnu.org>
6447
6448 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6449
64502005-04-30 Richard M. Stallman <rms@gnu.org>
6451
6452 * files.texi (Magic File Names): Document `operations' property.
6453
64542005-04-29 Lute Kamstra <lute@gnu.org>
6455
6456 * modes.texi (Generic Modes): New node.
6457 (Major Modes): Add it to the menu.
6458 (Derived Modes): Add "derived mode" to concept index.
6459
64602005-04-28 Lute Kamstra <lute@gnu.org>
6461
6462 * modes.texi (Defining Minor Modes): Fix previous change.
6463 (Font Lock Mode): Simplify.
6464 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6465 when set and that some parts are optional. Add cross references.
6466 (Search-based Fontification): Say how to specify font-lock-keywords.
6467 Add cross references. Add font-lock-multiline to index.
6468 Move font-lock-keywords-case-fold-search here from node "Other Font
6469 Lock Variables". Document font-lock-add-keywords and
6470 font-lock-remove-keywords.
6471 (Other Font Lock Variables): Move font-lock-keywords-only,
6472 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6473 and font-lock-syntactic-face-function to node "Syntactic Font
6474 Lock". Move font-lock-keywords-case-fold-search to node
6475 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6476 and font-lock-{,un}fontify-{buffer,region}-function.
6477 (Precalculated Fontification): Remove reference to deleted variable
6478 font-lock-core-only.
6479 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6480 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6481 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6482 and font-lock-syntactic-face-function here from node "Other Font
6483 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6484 Syntax Properties". Add cross references.
6485 (Setting Syntax Properties): New node.
6486 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6487 * syntax.texi (Syntax Properties): Add cross reference.
6488 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6489
64902005-04-26 Richard M. Stallman <rms@gnu.org>
6491
6492 * display.texi (Defining Faces):
6493 Document `default' elements of defface spec.
6494
6495 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6496
6497 * variables.texi (Variable Aliases): Clarify text.
6498
64992005-04-25 Chong Yidong <cyd@stupidchicken.com>
6500
6501 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6502
65032005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6504
6505 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6506
65072005-04-24 Eli Zaretskii <eliz@gnu.org>
6508
6509 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6510 syntax-after and syntax-class.
6511
6512 * files.texi (Changing Files): Fix last change's cross-reference.
6513 (Unique File Names): Don't mention "numbers" in the documentation
6514 of make-temp-file and make-temp-name.
6515
65162005-04-23 Richard M. Stallman <rms@gnu.org>
6517
6518 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6519
65202005-04-22 Nick Roberts <nickrob@snap.net.nz>
6521
6522 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6523
65242005-04-22 Nick Roberts <nickrob@snap.net.nz>
6525
6526 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6527 and define-obsolete-variable-alias.
6528
65292005-04-22 Kim F. Storm <storm@cua.dk>
6530
6531 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6532 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6533
65342005-04-21 Lute Kamstra <lute@gnu.org>
6535
6536 * lists.texi (Association Lists): Document rassq-delete-all.
6537
65382005-04-19 Richard M. Stallman <rms@gnu.org>
6539
6540 * modes.texi (Search-based Fontification): Explain that
6541 facespec is an expression to be evaluated.
6542
65432005-04-19 Kevin Ryde <user42@zip.com.au>
6544
6545 * streams.texi (Output Functions): Fix xref.
6546 * strings.texi (String Conversion): Fix xref.
6547
65482005-04-19 Kim F. Storm <storm@cua.dk>
6549
6550 * symbols.texi (Symbol Plists): Add safe-get.
6551 Mention that `get' may signal an error.
6552
65532005-04-18 Nick Roberts <nickrob@snap.net.nz>
6554
6555 * customize.texi (Variable Definitions): Replace tooltip-mode
6556 example with save-place.
6557
65582005-04-17 Richard M. Stallman <rms@gnu.org>
6559
6560 * buffers.texi (Indirect Buffers): Clarify.
6561
6562 * positions.texi (Positions): Clarify converting marker to integer.
6563
6564 * strings.texi (String Basics): Mention string-match; clarify.
6565
65662005-04-08 Lute Kamstra <lute@gnu.org>
6567
6568 * modes.texi (Search-based Fontification): Fix cross references.
6569 Use consistent terminology. Document anchored highlighting.
6570
65712005-04-05 Lute Kamstra <lute@gnu.org>
6572
6573 * modes.texi (Defining Minor Modes): Document :group keyword
6574 argument and its default value.
6575
65762005-04-03 Lute Kamstra <lute@gnu.org>
6577
6578 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6579 references and/or descriptions. Delete major mode hooks; mention
6580 them as a category instead. Rename or delete obsolete hooks.
6581
65822005-04-02 Richard M. Stallman <rms@gnu.org>
6583
6584 * nonascii.texi (Coding System Basics): Another wording cleanup.
6585
65862005-04-01 Richard M. Stallman <rms@gnu.org>
6587
6588 * nonascii.texi (Coding System Basics): Clarify previous change.
6589
65902005-04-01 Kenichi Handa <handa@m17n.org>
6591
10d1d0af 6592 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6593 identity of coding systems.
6594
65952005-03-29 Chong Yidong <cyd@stupidchicken.com>
6596
6597 * text.texi (Buffer Contents): Add filter-buffer-substring and
6598 buffer-substring-filters.
6599
66002005-03-26 Chong Yidong <cyd@stupidchicken.com>
6601
6602 * anti.texi (Antinews): Mention `G' interactive code.
6603
6604 * tips.texi (Compilation Tips): Mention benchmark.el.
6605
66062005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6607
6608 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6609 is now bound to M-o M-o.
6610
6611 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6612
66132005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6614
6615 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6616 in the Emacs Manual).
6617 * Makefile.in (srcs): Remove calendar.texi.
6618 * makefile.w32-in (srcs): Remove calendar.texi.
6619 * display.texi (Display): Change name of next node.
6620 * os.texi (System In): Change name of previous node.
6621 * elisp.texi (Top): Remove Calendar references.
6622 * vol1.texi (Top): Remove Calendar references.
6623 * vol2.texi (Top): Remove Calendar references.
6624
66252005-03-25 Richard M. Stallman <rms@gnu.org>
6626
6627 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6628 Cleanup previous change.
6629
66302005-03-25 Chong Yidong <cyd@stupidchicken.com>
6631
6632 * display.texi (Face Attributes): Faces earlier in an :inherit
6633 list take precedence.
6634 (Scroll Bars): Fix description of vertical-scroll-bars.
6635 Document frame-current-scroll-bars and window-current-scroll-bars.
6636
6637 * markers.texi (The Mark): Document temporary Transient Mark mode.
6638
6639 * minibuf.texi (Reading File Names):
6640 Document read-file-name-completion-ignore-case.
6641
6642 * positions.texi (Screen Lines): Document nil for width argument
6643 to compute-motion.
6644
66452005-03-23 Kim F. Storm <storm@cua.dk>
6646
6647 * display.texi (Standard Faces): Other faces used in the fringe
6648 implicitly inherits from the fringe face.
6649 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6650 properties implicitly inherits from fringe face.
6651 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6652
66532005-03-20 Chong Yidong <cyd@stupidchicken.com>
6654
6655 * display.texi (Invisible Text): State default value of
6656 line-move-ignore-invisible.
6657 (Managing Overlays): Document remove-overlays.
6658 (Standard Faces): Document escape-glyph face.
6659
6660 * minibuf.texi (Reading File Names): Document read-file-name-function.
6661
6662 * modes.texi (Other Font Lock Variables):
6663 Document font-lock-lines-before.
6664
6665 * positions.texi (Skipping Characters): skip-chars-forward allows
6666 character classes.
6667
66682005-03-18 Lute Kamstra <lute@gnu.org>
6669
6670 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6671
66722005-03-17 Richard M. Stallman <rms@gnu.org>
6673
6674 * text.texi (Undo): Document extensible undo entries.
6675
dd7b651b 6676 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6677
6678 * nonascii.texi (Character Codes): Minor fix.
6679
6680 * display.texi (Display Property): Explain the significance
6681 of having text properties that are eq.
6682 (Other Display Specs): Explain string as display spec.
6683
6684 * commands.texi (Interactive Codes): Document G option.
6685
66862005-03-17 Chong Yidong <cyd@stupidchicken.com>
6687
6688 * text.texi (Filling): Add sentence-end-without-period and
6689 sentence-end-without-space.
6690 (Changing Properties): Minor fix.
6691
6692 * anti.texi: Total rewrite.
6693
66942005-03-15 Lute Kamstra <lute@gnu.org>
6695
6696 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6697
66982005-03-08 Kim F. Storm <storm@cua.dk>
6699
6700 * display.texi (Specified Space): Property :width is support on
6701 non-graphic terminals, :height is not.
6702
67032005-03-07 Richard M. Stallman <rms@gnu.org>
6704
6705 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6706 Now subnodes of Fringes.
6707 (Overlay Arrow): Document overlay-arrow-variable-list.
6708 (Fringe Size/Pos): New node, broken out of Fringes.
6709 (Display): Explain clearing vs redisplay better.
6710 (Truncation): Clarify use of bitmaps.
6711 (The Echo Area): Clarify the uses of the echo area.
6712 Add max-mini-window-height.
6713 (Progress): Clarify.
6714 (Invisible Text): Explain that main loop moves point out.
6715 (Selective Display): Say "hidden", not "invisible".
6716 (Managing Overlays): Move up. Describe relation to Undo here.
6717 (Overlay Properties): Clarify intro.
6718 (Finding Overlays): Explain return values when nothing found.
6719 (Width): truncate-string-to-width has added arg.
6720 (Displaying Faces): Clarify and update mode line face handling.
6721 (Face Functions): Minor cleanup.
6722 (Conditional Display): Merge into Other Display Specs.
6723 (Pixel Specification, Other Display Specs): Minor cleanups.
6724 (Images, Image Descriptors): Minor cleanups.
6725 (GIF Images): Patents have expired.
6726 (Showing Images): Explain default text for insert-image.
6727 (Manipulating Button Types): Merge into Manipulating Buttons.
6728 (Making Buttons): Explain return values.
6729 (Button Buffer Commands): Add xref.
6730 (Inverse Video): Update mode-line-inverse-video.
6731 (Display Table Format): Clarify.
6732 (Active Display Table): Give defaults for window-display-table.
6733
6734 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6735 and calendar-today-marker are strings, not chars.
6736 (Holiday Customizing): Minor fix.
6737
6738 * internals.texi (Writing Emacs Primitives): Update `or' example.
6739 Update limit on # args of subr.
6740
6741 * edebug.texi (Using Edebug): Arrow is in fringe.
6742 (Instrumenting): Arg to eval-defun works without loading edebug.
6743 (Edebug Execution Modes): Add xref.
6744
6745 * customize.texi (Common Keywords): Clarify :require.
6746 Mention :version here.
6747 (Variable Definitions, Group Definitions): Not here.
6748 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6749
67502005-03-07 Chong Yidong <cyd@stupidchicken.com>
6751 * nonascii.texi (Text Representations): Clarify position-bytes.
6752 (Character Sets): Add list-charset-chars.
6753 (Scanning Charsets): Add charset-after.
6754 (Encoding and I/O): Minor fix.
6755
67562005-03-06 Richard M. Stallman <rms@gnu.org>
6757
6758 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6759 (Resizing Windows): Likewise.
6760
6761 * text.texi (Change Hooks): Get rid of "Emacs 21".
6762
6763 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6764
6765 * streams.texi (Output Variables): Get rid of "Emacs 21".
6766
6767 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6768
6769 * os.texi (Translating Input): Replace flow-control example
6770 with a less obsolete example that uses `keyboard-translate'.
6771
6772 * objects.texi (Hash Table Type, Circular Objects):
6773 Get rid of "Emacs 21".
6774
6775 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6776 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6777
6778 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6779
6780 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6781
6782 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6783 (Menu Bar): Fix when menu-bar-update-hook is called.
6784
6785 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6786
6787 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6788 and make it read better.
6789
6790 * files.texi (Writing to Files): Get rid of "Emacs 21".
6791 (Unique File Names): Likewise.
6792
6793 * elisp.texi: Update Emacs version to 22.
6794
6795 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6796 (Overlay Properties, Face Attributes): Likewise.
6797 (Managing Overlays): Fix punctuation.
6798 (Attribute Functions): Clarify set-face-font; get rid of
6799 info about old Emacs versions.
6800 (Auto Faces, Font Lookup, Display Property, Images):
6801 Get rid of "Emacs 21".
6802
6803 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6804
68052005-03-05 Richard M. Stallman <rms@gnu.org>
6806
6807 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6808
68092005-03-04 Lute Kamstra <lute@gnu.org>
6810
6811 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6812
68132005-03-03 Lute Kamstra <lute@gnu.org>
6814
6815 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6816
68172005-03-01 Lute Kamstra <lute@gnu.org>
6818
6819 * debugging.texi (Debugger Commands): Update `j'.
6820
68212005-02-28 Lute Kamstra <lute@gnu.org>
6822
6823 * debugging.texi (Debugging): Fix typo.
6824 (Error Debugging): Document eval-expression-debug-on-error.
6825 (Function Debugging): Update example.
6826 (Using Debugger): Mention starred stack frames.
6827 (Debugger Commands): Document `j' and `l'.
6828 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6829 Update the messages that the debugger displays.
6830 (Internals of Debugger): Add cross reference. Update example.
6831 (Excess Open): Minor improvement.
6832 (Excess Close): Minor improvement.
6833
68342005-02-26 Richard M. Stallman <rms@gnu.org>
6835
6836 * tips.texi (Coding Conventions): Clarify.
6837 Put all the major mode key reservations together.
6838 Mention the Mouse-1 => Mouse-2 conventions.
6839
6840 * syntax.texi (Syntax Class Table): Clarify.
6841 (Syntax Table Functions): syntax-after moved from here.
6842 (Syntax Table Internals): syntax-after moved to here.
6843 (Parsing Expressions): Update info on number of values
6844 and what's meaningful in the STATE argument.
6845 (Categories): Fix typo.
6846
6847 * sequences.texi (Arrays): Cleanup.
6848 (Char-Tables): Clarify.
6849
6850 * processes.texi (Deleting Processes): Cleanups, add xref.
6851 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6852 (Process Information): set-process-coding-system, some args optional.
6853 (Input to Processes): Explain various types for PROCESS args.
6854 Rename them from PROCESS-NAME to PROCESS.
6855 (Signals to Processes): Likewise.
6856 (Decoding Output): Cleanup.
6857 (Query Before Exit): Clarify.
6858
6859 * os.texi (Startup Summary): Correct the options; add missing ones.
6860 (Terminal Output, Batch Mode): Clarify.
6861 (Flow Control): Node deleted.
6862
6863 * markers.texi (The Mark): Clarify.
6864
6865 * macros.texi (Expansion): Cleanup.
6866 (Indenting Macros): indent-spec allows ints, not floats.
6867
6868 * keymaps.texi (Keymaps): Clarify.
6869 (Format of Keymaps): Update lisp-mode-map example.
6870 (Active Keymaps, Key Lookup): Clarify.
6871 (Changing Key Bindings): Add xref to `kbd'.
6872 (Key Binding Commands, Simple Menu Items): Clarify.
6873 (Mouse Menus, Menu Bar): Clarify.
6874 (Menu Example): Replace print example with menu-bar-replace-menu.
6875
6876 * help.texi (Documentation Basics): Add function-documentation prop.
6877
6878 * elisp.texi (Top): Don't refer to Flow Control node.
6879
6880 * commands.texi (Command Overview): Improve xrefs.
6881 (Adjusting Point): Adjusting point applies to intangible and invis.
6882 (Key Sequence Input): Doc extra read-key-sequence args.
6883 Likewise for read-key-sequence-vector.
6884
6885 * backups.texi (Rename or Copy): Minor fix.
6886 (Numbered Backups): For version-control, say the default.
6887 (Auto-Saving): make-auto-save-file-name example is simplified.
6888
6889 * advice.texi (Advising Functions): Don't imply one part of Emacs
6890 should advise another part. Markup changes.
6891 (Defining Advice): Move transitional para.
6892 (Activation of Advice): Cleanup.
6893 Explain if COMPILE is nil or negative.
6894
6895 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6896
68972005-02-24 Lute Kamstra <lute@gnu.org>
6898
6899 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6900 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6901
69022005-02-23 Lute Kamstra <lute@gnu.org>
6903
6904 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6905 to define global minor modes as well.
6906
6907 * display.texi (Managing Overlays): overlay-buffer returns nil for
6908 deleted overlays.
6909
69102005-02-22 Kim F. Storm <storm@cua.dk>
6911
6912 * minibuf.texi (Basic Completion): Allow symbols in addition to
6913 strings in try-completion and all-completions.
6914
69152005-02-14 Lute Kamstra <lute@gnu.org>
6916
6917 * elisp.texi (Top): Remove reference to deleted node.
6918
6919 * lists.texi (Lists): Remove reference to deleted node.
6920 (Cons Cells): Fix typo.
6921
6922 * loading.texi (Where Defined): Fix typo.
6923
69242005-02-14 Richard M. Stallman <rms@gnu.org>
6925
6926 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6927 is useful for discarding some minor modes.
6928
6929 * symbols.texi (Symbol Components): Reorder examples.
6930
6931 * streams.texi (Input Functions): State standard-input default.
6932 (Output Variables): State standard-output default.
6933
6934 * objects.texi (Printed Representation): Clarify read syntax vs print.
6935 (Floating Point Type): Explain meaning better.
6936 (Symbol Type): Explain uniqueness better.
6937 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6938 List examples sooner.
6939 (Box Diagrams): New subnode broken out.
6940 Some examples moved from old Lists as Boxes node.
6941 (Dotted Pair Notation): Clarify intro.
6942 (Array Type): Clarify.
6943 (Type Predicates): Add hash-table-p.
6944
6945 * numbers.texi (Integer Basics): Clarify radix explanation.
6946 (Predicates on Numbers): Minor clarification.
6947 (Comparison of Numbers): Minor clarification. Clarify eql.
6948 Typos in min, max.
6949 (Math Functions): Clarify overflow in expt.
6950
6951 * minibuf.texi (Text from Minibuffer): Minor clarification.
6952 Mention arrow keys.
6953
6954 * loading.texi (Autoload): defun's doc string overrides autoload's
6955 doc string.
6956 (Repeated Loading): Modernize "add to list" examples.
6957 (Where Defined): Finish updating table of load-history elts.
6958
6959 * lists.texi (List-related Predicates): Minor wording improvement.
6960 (Lists as Boxes): Node deleted.
6961 (Building Lists): Explain trivial cases of number-sequence.
6962
6963 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6964 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6965 (Hash Access): Any object can be a key.
6966 State value of maphash.
6967
6968 * functions.texi (What Is a Function): Wording cleanup.
6969 (Function Documentation): Minor cleanup.
6970 Explain purpose of calling convention at end of doc string.
6971 (Function Names): Wording cleanup.
6972 (Calling Functions): Wording cleanup.
6973 Explain better how funcall calls the function.
6974 (Function Cells): Delete example of saving and redefining function.
6975
6976 * control.texi (Combining Conditions): Wording cleanup.
6977 (Iteration): dolist and dotimes bind VAR locally.
6978 (Cleanups): Xref to Atomic Changes.
6979
6980 * compile.texi (Byte Compilation): Delete 19.29 info.
6981 (Compilation Functions): Macros' difficulties don't affect defsubst.
6982 (Docs and Compilation): Delete 19.29 info.
6983
69842005-02-10 Richard M. Stallman <rms@gnu.org>
6985
6986 * objects.texi (Symbol Type): Minor correction.
6987
69882005-02-06 Lute Kamstra <lute@gnu.org>
6989
6990 * modes.texi (Example Major Modes): Fix typos.
6991
69922005-02-06 Richard M. Stallman <rms@gnu.org>
6993
6994 * text.texi (Margins): fill-nobreak-predicate can be one function.
6995
6996 * strings.texi (Modifying Strings): clear-string can make unibyte.
6997 (Formatting Strings): format gives error if values missing.
6998
6999 * positions.texi (Character Motion): Mention default arg
7000 for forward-char. backward-char refers to forward-char.
7001 (Word Motion): Mention default arg for forward-word.
7002 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7003 Simplify end-of-buffer.
7004 (Text Lines): Mention default arg for forward-line.
7005 (List Motion): Mention default arg for beginning/end-of-defun.
7006 (Skipping Characters): Minor fixes in explaining character-set.
7007
7008 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7009 Mode inheritance applies only when default-major-mode is nil.
7010 Clarifications.
7011 (Example Major Modes): Update Text mode and Lisp mode examples.
7012 (Minor Mode Conventions): Mention define-minor-mode at top.
7013 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7014 (Mode Line Format): Update mode line face display info.
7015 (Properties in Mode): Mention effect of risky vars.
7016 (Imenu): Define imenu-add-to-menubar.
7017 (Font Lock Mode): Add descriptions to menu lines.
7018 (Faces for Font Lock): Add font-lock-doc-face.
7019
70202005-02-05 Lute Kamstra <lute@gnu.org>
7021
7022 * text.texi (Maintaining Undo): Remove obsolete function.
7023
70242005-02-05 Eli Zaretskii <eliz@gnu.org>
7025
7026 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7027 color specifications. Improve indexing.
b8d4c8d0
GM
7028 (Text Terminal Colors): Replace the description of RGB values by
7029 an xref to "Color Names".
7030
70312005-02-03 Richard M. Stallman <rms@gnu.org>
7032
7033 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7034 Clarify.
7035 (Selecting Windows): Clarify save-selected-window.
7036 (Cyclic Window Ordering): Clarify walk-windows.
7037 (Window Point): Clarify.
7038 (Window Start): Add comment to example.
7039 (Resizing Windows): Add `interactive' specs in examples.
7040 Document fit-window-to-buffer.
7041
7042 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7043 (Undo, Maintaining Undo): Clarify last change.
7044 (Sorting): In sort-numeric-fields, explain about octal and hex.
7045 Mention sort-numeric-base.
7046 (Format Properties): Add xref for hard newlines.
7047
7048 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7049 (Pop-Up Menus): Fix typo.
7050 (Color Names): Explain all types of color names.
7051 Explain color-values on B&W terminal.
7052 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7053
7054 * files.texi (File Locks): Not supported on MS systems.
7055 (Testing Accessibility): Clarify.
7056
7057 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7058 (Coverage Testing): Fix typo.
7059
7060 * commands.texi (Misc Events): Remove stray space.
7061
7062 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7063 (Modification Time): Clarify when visited-file-modtime returns 0.
7064 (The Buffer List): Clarify bury-buffer.
7065 (Killing Buffers): Clarify.
7066 (Indirect Buffers): Add clone-indirect-buffer.
7067
70682005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7069
7070 * edebug.texi (Printing in Edebug): Fix default value of
7071 edebug-print-circle.
7072 (Coverage Testing): Fix displayed frequency count data.
7073
70742005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7075
7076 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7077
70782005-02-02 Kim F. Storm <storm@cua.dk>
7079
7080 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7081
70822005-01-29 Eli Zaretskii <eliz@gnu.org>
7083
7084 * commands.texi (Misc Events): Describe the help-echo event.
7085
7086 * text.texi (Special Properties) <help-echo>: Use `pos'
7087 consistently in description of the help-echo property.
7088 Use @code{nil} instead of @var{nil}.
7089
7090 * display.texi (Overlay Properties): Fix the index entry for
7091 help-echo overlay property.
7092
7093 * customize.texi (Type Keywords): Uncomment the xref to the
7094 help-echo property documentation.
7095
70962005-01-23 Kim F. Storm <storm@cua.dk>
7097
7098 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7099 return value. Third element FULLY replaced by PARTIAL which
7100 specifies number of invisible pixels if row is only partially visible.
7101 (Textual Scrolling): Mention auto-window-vscroll.
7102 (Vertical Scrolling): New defvar auto-window-vscroll.
7103
71042005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7105
7106 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7107 command remapping.
7108
71092005-01-15 Richard M. Stallman <rms@gnu.org>
7110
7111 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7112
71132005-01-14 Kim F. Storm <storm@cua.dk>
7114
7115 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7116
7117 * text.texi (Links and Mouse-1): Fix string and vector item.
7118
71192005-01-13 Richard M. Stallman <rms@gnu.org>
7120
7121 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7122 descriptions of overriding-local-map and overriding-terminal-local-map.
7123
7124 * text.texi (Links and Mouse-1): Clarify text.
7125
71262005-01-13 Kim F. Storm <storm@cua.dk>
7127
7128 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7129
71302005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7131
7132 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7133
71342005-01-12 Kim F. Storm <storm@cua.dk>
7135
7136 * text.texi (Links and Mouse-1): Rename section from Enabling
7137 Mouse-1 to Following Links. Change xrefs.
7138 Add examples for define-button-type and define-widget.
7139
7140 * display.texi (Button Properties, Button Buffer Commands):
7141 Clarify mouse-1 and follow-link functionality.
7142
71432005-01-12 Richard M. Stallman <rms@gnu.org>
7144
7145 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7146
7147 * display.texi (Beeping): Fix Texinfo usage.
7148
7149 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7150
71512005-01-11 Kim F. Storm <storm@cua.dk>
7152
7153 * display.texi (Button Properties, Button Buffer Commands):
7154 Mention mouse-1 binding. Add follow-link keyword.
7155
7156 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7157 (Enabling Mouse-1 to Follow Links): New subsection.
7158
71592005-01-06 Richard M. Stallman <rms@gnu.org>
7160
7161 * text.texi (Special Properties): Minor change.
7162
7163 * os.texi (Timers): Clarify previous change.
7164
7165 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7166
71672005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7168
7169 * display.texi (Face Attributes): Correct xref to renamed node.
7170
71712005-01-01 Richard M. Stallman <rms@gnu.org>
7172
7173 * display.texi (Face Attributes): Describe hex color specs.
7174
71752004-12-31 Richard M. Stallman <rms@gnu.org>
7176
7177 * os.texi (Timers): Update previous change.
7178
71792004-12-30 Kim F. Storm <storm@cua.dk>
7180
7181 * display.texi (Line Height): Total line-height is now specified
7182 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7183 in cons cells. (nil . RATIO) is relative to actual line height.
7184 Use line-height `t' instead of `0' to get minimum height.
7185
71862004-12-29 Richard M. Stallman <rms@gnu.org>
7187
7188 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7189
71902004-12-28 Richard M. Stallman <rms@gnu.org>
7191
7192 * commands.texi (Quitting): Clarify value of with-local-quit.
7193
7194 * elisp.texi (Top): Fix previous change.
7195
7196 * loading.texi (Loading): Fix previous change.
7197
71982004-12-27 Richard M. Stallman <rms@gnu.org>
7199
7200 * Makefile.in (MAKEINFO): Specify --force.
7201
7202 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7203
7204 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7205
7206 * display.texi (Line Height): Further clarify.
7207
7208 * elisp.texi (Top): Update Loading submenu.
7209
7210 * loading.texi (Where Defined): New node.
7211 (Unloading): load-history moved to Where Defined.
7212
72132004-12-21 Richard M. Stallman <rms@gnu.org>
7214
7215 * commands.texi (Event Input Misc): Add while-no-input.
7216
72172004-12-11 Richard M. Stallman <rms@gnu.org>
7218
7219 * display.texi (Line Height): Rewrite text for clarity.
7220
72212004-12-11 Kim F. Storm <storm@cua.dk>
7222
7223 * display.texi (Display): Add node "Line Height" to menu.
7224 (Line Height): New node. Move full description of line-spacing
7225 and line-height text properties here from text.texi.
7226 (Scroll Bars): Add vertical-scroll-bar variable.
7227
7228 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7229
7230 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7231 line-spacing and vertical-scroll-bar.
7232
7233 * text.texi (Special Properties): Just mention line-spacing and
7234 line-height here, add xref to new "Line Height" node.
7235
72362004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7237
7238 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7239
7240 * locals.texi (Standard Buffer-Local Variables):
7241 Add @xref for `line-spacing'.
7242
72432004-12-05 Richard M. Stallman <rms@gnu.org>
7244
7245 * Makefile.in (maintainer-clean): Remove the info files
7246 in $(infodir) where they are created.
7247
72482004-12-03 Richard M. Stallman <rms@gnu.org>
7249
7250 * windows.texi (Selecting Windows): get-lru-window and
7251 get-largest-window don't consider dedicated windows.
7252
7253 * text.texi (Undo): Document undo-in-progress.
7254
72552004-11-26 Richard M. Stallman <rms@gnu.org>
7256
7257 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7258 Remove a few vars that are not always buffer-local.
7259
72602004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7261
7262 * locals.texi (Standard Buffer-Local Variables): Comment out
7263 xref's to non-existent node `Yet to be written'.
7264
72652004-11-24 Richard M. Stallman <rms@gnu.org>
7266
7267 * processes.texi (Synchronous Processes): Grammar fix.
7268
7269 * numbers.texi (Comparison of Numbers): Add eql.
7270
7271 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7272
7273 * intro.texi (Printing Notation): Fix previous change.
7274
7275 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7276 and default-indicate-buffer-boundaries from here.
7277 (Usual Display): To here.
7278 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7279 (Usual Display): Move tab-width up.
7280
5dcb4c4e
SM
7281 * customize.texi (Variable Definitions):
7282 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7283 (Simple Types, Composite Types, Defining New Types):
7284 Minor cleanups.
7285
72862004-11-21 Jesper Harder <harder@ifa.au.dk>
7287
7288 * processes.texi (Synchronous Processes, Output from Processes):
7289 Markup fix.
7290
72912004-11-20 Richard M. Stallman <rms@gnu.org>
7292
7293 * positions.texi (Skipping Characters): skip-chars-forward
7294 now handles char classes.
7295
7296 * intro.texi (Printing Notation): Avoid confusion of `print'
7297 when explaining @print.
7298
7299 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7300
7301 * display.texi (Display Table Format): Minor fix.
7302
7303 * streams.texi (Output Functions): Fix print example.
7304
7305 * Makefile.in (elisp): New target.
7306 (dist): Depend on $(infodir)/elisp, not elisp.
7307 Copy the info files from $(infodir).
7308
7309 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7310 read-from-minibuffer.
7311
7312 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7313
73142004-11-19 Richard M. Stallman <rms@gnu.org>
7315
7316 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7317
73182004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7319
7320 * tips.texi (Coding Conventions): Fix typo.
7321
73222004-11-16 Richard M. Stallman <rms@gnu.org>
7323
7324 * tips.texi (Coding Conventions): Separate defvar and require
7325 methods to avoid warnings. Use require only when there are many
7326 functions and variables from that package.
7327
7328 * minibuf.texi (Minibuffer Completion): When ignoring case,
7329 predicate must not be case-sensitive.
7330
7331 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7332 (Test Coverage): Don't talk about "splotches". Clarified.
7333
73342004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7335
7336 * frames.texi (Window Frame Parameters): Fix typo.
7337
73382004-11-15 Kim F. Storm <storm@cua.dk>
7339
7340 * symbols.texi (Other Plists): Note that plist-get may signal error.
7341 Add safe-plist-get.
7342
73432004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7344
7345 * modes.texi (Font Lock Basics): Fix typo.
7346
73472004-11-08 Richard M. Stallman <rms@gnu.org>
7348
7349 * syntax.texi (Syntax Table Functions): Add syntax-after.
7350
73512004-11-06 Lars Brinkhoff <lars@nocrew.org>
7352
7353 * os.texi (Processor Run Time): New section documenting
7354 get-internal-run-time.
7355
73562004-11-06 Eli Zaretskii <eliz@gnu.org>
7357
7358 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7359 it nukes elisp-cover.texi.
7360 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7361 elisp-0 etc.
7362
73632004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7364
7365 * commands.texi (Keyboard Macros): Document `append' return value
7366 of `defining-kbd-macro'.
7367
73682004-11-01 Richard M. Stallman <rms@gnu.org>
7369
7370 * commands.texi (Interactive Call): Add called-interactively-p.
7371
73722004-10-29 Simon Josefsson <jas@extundo.com>
7373
7374 * minibuf.texi (Reading a Password): Revert.
7375
73762004-10-28 Richard M. Stallman <rms@gnu.org>
7377
7378 * frames.texi (Display Feature Testing): Explain about "vendor".
7379
73802004-10-27 Richard M. Stallman <rms@gnu.org>
7381
7382 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7383 not raw. Clarify `n'.
7384 (Interactive Call): Rewrite interactive-p, focusing on when
7385 and how to use it.
7386 (Misc Events): Clarify previous change.
7387
7388 * advice.texi (Simple Advice): Clarify what job the example does.
7389 (Around-Advice): Clarify ad-do-it.
7390 (Activation of Advice): An option of ad-default-compilation-action
7391 is `never', not `nil'.
7392
73932004-10-26 Kim F. Storm <storm@cua.dk>
7394
7395 * commands.texi (Interactive Codes): Add U code letter.
7396
73972004-10-25 Simon Josefsson <jas@extundo.com>
7398
7399 * minibuf.texi (Reading a Password): Add.
7400
74012004-10-24 Jason Rumney <jasonr@gnu.org>
7402
7403 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7404 and wheel-down.
7405
74062004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7407
7408 * processes.texi (Synchronous Processes): Document process-file.
7409
74102004-10-22 Kenichi Handa <handa@m17n.org>
7411
7412 * text.texi (translate-region): Document that it accepts also a
7413 char-table.
7414
74152004-10-22 David Ponce <david@dponce.com>
7416
7417 * windows.texi (Resizing Windows): Document the `preserve-before'
7418 argument of the functions `enlarge-window' and `shrink-window'.
7419
74202004-10-19 Jason Rumney <jasonr@gnu.org>
7421
7422 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7423
74242004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7425
7426 * text.texi (Filling): Add anchor for definition of
7427 `sentence-end-double-space'.
7428
7429 * searching.texi (Regexp Example): Update description of how
7430 Emacs currently recognizes the end of a sentence.
7431 (Standard Regexps): Update definition of the variable
7432 `sentence-end'. Add definition of the function `sentence-end'.
7433
74342004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7435
7436 * display.texi (Progress): New node.
7437
74382004-10-05 Kim F. Storm <storm@cua.dk>
7439
7440 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7441
74422004-09-29 Kim F. Storm <storm@cua.dk>
7443
7444 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7445 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7446 fringe bitmap symbols, as they now have their own namespace.
7447 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7448 vs. pixels. Signal error if no free bitmap slots.
7449 (Pixel Specification): Change IMAGE to @var{image}.
7450
74512004-09-28 Richard M. Stallman <rms@gnu.org>
7452
7453 * text.texi (Special Properties): Clarify line-spacing and line-height.
7454
7455 * searching.texi (Regexp Search): Add looking-back.
7456
74572004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7458
7459 * display.texi: Correct typos.
7460 (Image Descriptors): Correct xref's.
7461
74622004-09-25 Richard M. Stallman <rms@gnu.org>
7463
7464 * text.texi (Special Properties): Cleanups in `cursor'.
7465 Rewrites in `line-height' and `line-spacing'; exchange them.
7466
7467 * display.texi (Fringes): Rewrite previous change.
7468 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7469 (Display Fringe Bitmaps): Node deleted, text moved.
7470 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7471 (Scroll Bars): Clarify set-window-scroll-bars.
7472 (Pointer Shape): Rewrite.
7473 (Specified Space): Clarify :align-to, etc.
7474 (Pixel Specification): Use @var. Clarify new text.
7475 (Other Display Specs): Clarify `slice'.
7476 (Image Descriptors): Cleanups.
7477 (Showing Images): Cleanups.
7478
74792004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7480
7481 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7482
7483 * modes.texi: Various minor changes in addition to:
7484 (Major Mode Conventions): Final call to `run-mode-hooks' should
7485 not be inside the `delay-mode-hooks' form.
7486 (Mode Hooks): New node.
7487 (Hooks): Delete obsolete example.
7488 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7489 node "Mode Hooks".
7490
74912004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7492
7493 * display.texi: Correct various typos.
7494 (Display): Rename node "Pointer Shapes" to "Pointer
7495 Shape". (There is already a node called "Pointer Shapes" in
7496 frames.texi.)
7497 (Images): Remove non-existent node "Image Slices" from menu.
7498
74992004-09-23 Kim F. Storm <storm@cua.dk>
7500
7501 * text.texi (Special Properties): Add `cursor', `pointer',
7502 `line-height', and `line-spacing' properties.
7503
7504 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7505 Shapes' to menu.
7506 (Standard Faces): Doc fix for fringe face.
7507 (Fringes): Add `overflow-newline-into-fringe' and
7508 'indicate-buffer-boundaries'.
7509 (Fringe Bitmaps, Pointer Shapes): New nodes.
7510 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7511 Bitmaps' to menu.
7512 (Specified Space): Describe pixel width and height.
7513 (Pixel Specification): New node.
7514 (Other Display Specs): Add `slice' property.
7515 (Display Fringe Bitmaps): New node.
7516 (Images): Add 'Image Slices' to menu.
7517 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7518 (Showing Images): Add slice arg to `insert-image'.
7519 Add 'insert-sliced-image'.
b8d4c8d0
GM
7520
75212004-09-20 Richard M. Stallman <rms@gnu.org>
7522
7523 * commands.texi (Key Sequence Input):
7524 Clarify downcasing in read-key-sequence.
7525
75262004-09-08 Juri Linkov <juri@jurta.org>
7527
7528 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7529
75302004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7531
5dcb4c4e
SM
7532 * locals.texi (Standard Buffer-Local Variables):
7533 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7534 * internals.texi (Buffer Internals): Describe new
7535 auto_save_file_format field of the buffer structure.
7536 * files.texi (Format Conversion): `auto-save-file-format' has been
7537 renamed `buffer-auto-save-file-format'.
7538
75392004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7540
7541 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7542 an integer or a marker.
7543 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7544
75452004-08-22 Richard M. Stallman <rms@gnu.org>
7546
7547 * modes.texi (Major Mode Conventions): Discuss rebinding of
7548 standard key bindings.
7549
75502004-08-18 Kim F. Storm <storm@cua.dk>
7551
7552 * processes.texi (Accepting Output): Add `just-this-one' arg to
7553 `accept-process-output'.
7554 (Output from Processes): New var `process-adaptive-read-buffering'.
7555
75562004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7557
7558 * keymaps.texi: Various changes in addition to:
7559 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7560 Give more varied examples for `kbd'.
7561 (Creating Keymaps): Char tables have slots for all characters
7562 without modifiers.
7563 (Active Keymaps): `overriding-local-map' and
7564 `overriding-terminal-local-map' also override text property and
7565 overlay keymaps.
7566 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7567 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7568 to denote a prefix of no events.
7569 `map-keymap' includes parent's bindings _recursively_.
7570 Clarify and correct description of `where-is-internal'.
7571 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7572 (Menu Example): For menus intended for use with the keyboard, the
7573 menu items should be bound to characters or real function keys.
7574
75752004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7576
7577 * objects.texi (Character Type): Reposition `@anchor' to prevent
7578 double space inside sentence in Info.
7579
7580 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7581 renamed to `disabled-command-function'.
7582 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7583 (Command Loop Info): Replace reference to it.
7584 (Disabling Commands): `disabled-command-hook' has been renamed to
7585 `disabled-command-function'.
7586
75872004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7588
7589 * os.texi (Translating Input): Only non-prefix bindings in
7590 `key-translation-map' override actual key bindings. Warn about
7591 possible indirect effect of actual key bindings on non-prefix
7592 bindings in `key-translation-map'.
7593
75942004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7595
7596 * minibuf.texi (High-Level Completion): Add anchor for definition
7597 of `read-variable'.
7598
7599 * commands.texi: Various changes in addition to:
7600 (Using Interactive): Clarify description of `interactive-form'.
7601 (Interactive Call): Mention default for KEYS argument to
7602 `call-interactively'.
7603 (Command Loop Info): Clarify description of `this-command-keys'.
7604 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7605 Value of `last-event-frame' can be `macro'.
7606 (Repeat Events): `double-click-fuzz' is also used to distinguish
7607 clicks and drags.
7608 (Classifying Events): Clarify descriptions of `event-modifiers'
7609 `event-basic-type' and `event-convert-list'.
7610 (Accessing Events): `posn-timestamp' takes POSITION argument.
7611 (Quoted Character Input): Clarify description of
7612 `read-quoted-char' and fix example.
7613 (Quitting): Add `with-local-quit'.
7614 (Disabling Commands): Correct and clarify descriptions of
7615 `enable-command' and `disable-command'.
7616 Mention what happens if `disabled-command-hook' is nil.
7617 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7618 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7619
76202004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7621
7622 * frames.texi: Various changes in addition to:
7623 (Creating Frames): Expand and clarify description of `make-frame'.
7624 (Window Frame Parameters): Either none or both of the `icon-left'
7625 and `icon-top' parameters must be specified. Put descriptions of
7626 `menu-bar-lines' and `toolbar-lines' closer together and change
7627 them accordingly.
7628 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7629 except while processing `frame-title-format' or `icon-title-format'.
7630 (Deleting Frames): Correct description of `delete-frame'.
7631 Non-nil return values of `frame-live-p' are like those of `framep'.
7632 (Frames and Windows): Mention return value of
7633 `set-frame-selected-window'.
7634 (Visibility of Frames): Mention `force' argument to
7635 `make-frame-invisible'. `frame-visible-p' returns t for all
7636 frames on text-only terminals.
7637 (Frame Configurations): Restoring a frame configuration does not
7638 restore deleted frames.
7639 (Window System Selections): `x-set-selection' returns DATA.
7640 (Resources): Add example.
7641 (Display Feature Testing): Clarify descriptions of
7642 `display-pixel-height', `display-pixel-width', `x-server-version'
7643 and `x-server-vendor'.
7644
7645 * windows.texi (Choosing Window): Add anchor.
7646 * minibuf.texi (Minibuffer Misc): Add anchor.
7647
76482004-07-23 John Paul Wallington <jpw@gnu.org>
7649
7650 * macros.texi (Defining Macros): Declaration keyword for setting
7651 Edebug spec is `debug' not `edebug'.
7652
76532004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7654
7655 * windows.texi: Various small changes in addition to:
7656 (Window Point): Mention return value of `set-window-point'.
7657 (Window Start): `pos-visible-in-window-p' disregards horizontal
7658 scrolling. Explain return value if PARTIALLY is non-nil.
7659 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7660 and `set-window-vscroll'.
7661 (Size of Window): The argument WINDOW to `window-inside-edges',
7662 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7663 (Resizing Windows): Explain return value of
7664 `shrink-window-if-larger-than-buffer'.
7665 `window-size-fixed' automatically becomes buffer local when set.
7666 (Window Configurations): Explain return value of
7667 `set-window-configuration'.
7668
7669 * minibuf.texi (Minibuffer Misc): Add anchor for
7670 `minibuffer-scroll-window'.
7671
7672 * positions.texi (Text Lines): Add anchor for `count-lines'.
7673
76742004-07-17 Richard M. Stallman <rms@gnu.org>
7675
7676 * display.texi (Overlay Properties): Adding `evaporate' prop
7677 deletes empty overlay immediately.
7678
7679 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7680 fix example.
7681
76822004-07-16 Jim Blandy <jimb@redhat.com>
7683
7684 * searching.texi (Regexp Backslash): Document new \_< and \_>
7685 operators.
7686
76872004-07-16 Juanma Barranquero <lektu@terra.es>
7688
7689 * display.texi (Images): Fix Texinfo usage.
7690
76912004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7692
7693 * buffers.texi (Modification Time): `visited-file-modtime' now
7694 returns a list of two integers, instead of a cons.
7695
76962004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7697
7698 * windows.texi: Various changes in addition to:
7699 (Splitting Windows): Add `split-window-keep-point'.
7700
77012004-07-09 Richard M. Stallman <rms@gnu.org>
7702
7703 * frames.texi (Input Focus): Minor fix.
7704
77052004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7706
7707 * frames.texi (Input Focus): Clarify descriptions of
7708 `select-frame-set-input-focus' and `select-frame'.
7709
77102004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7711
7712 * os.texi: Various small changes in addition to:
7713 (Killing Emacs): Expand and clarify description of
7714 `kill-emacs-query-functions' and `kill-emacs-hook'.
7715 (System Environment): Expand and clarify description of `getenv'
7716 and `setenv'.
7717 (Timers): Clarify description of `run-at-time'.
7718 (Translating Input): Correct description of
7719 `extra-keyboard-modifiers'.
7720 (Flow Control): Correct description of `enable-flow-control'.
7721
77222004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7723
7724 * os.texi: Update copyright.
7725 (Session Management): Grammar fix.
7726 Clarify which Emacs does the restarting.
7727 Use @samp for *scratch* buffer.
7728
77292004-07-04 Alan Mackenzie <acm@muc.de>
7730
7731 * frames.texi (Input Focus): Add documentation for
7732 `select-frame-set-input-focus'. Replace refs to non-existent
7733 `switch-frame' with `select-frame'. Minor corrections and tidying
7734 up of text-only terminal stuff.
7735
77362004-07-02 Richard M. Stallman <rms@gnu.org>
7737
7738 * files.texi (Saving Buffers): Cleanup write-contents-function.
7739 (Magic File Names): Cleanup file-remote-p.
7740
b344d29d 77412004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7742
7743 * files.texi (Magic File Names): `file-remote-p' returns an
7744 identifier of the remote system, not just t.
7745
77462004-07-02 David Kastrup <dak@gnu.org>
7747
7748 * searching.texi (Entire Match Data): Add explanation about new
7749 match-data behavior when @var{integers} is non-nil.
7750
77512004-06-24 Richard M. Stallman <rms@gnu.org>
7752
7753 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7754
7755 * customize.texi (Variable Definitions): Note about doc strings
7756 and :set.
7757
7758 * keymaps.texi (Keymap Terminology): Document `kbd'.
7759 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7760
7761 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7762 makes it buffer-local.
7763
7764 * files.texi (Saving Buffers): Correct previous change.
7765
7766 * commands.texi (Accessing Events):
7767 Clarify posn-col-row and posn-actual-col-row.
7768
77692004-06-24 David Ponce <david.ponce@wanadoo.fr>
7770
7771 * commands.texi (Accessing Events): New functions
7772 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7773
77742004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7775
7776 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7777 * frames.texi, buffers.texi, backups.texi, variables.texi:
7778 * loading.texi, eval.texi, functions.texi, control.texi:
7779 * symbols.texi, minibuf.texi: Reposition @anchor's.
7780
7781 * help.texi: Various small changes in addition to the following.
7782 (Describing Characters): Describe PREFIX argument to
7783 `key-description'. Correct and clarify definition of
7784 `text-char-description'. Describe NEED-VECTOR argument to
7785 `read-kbd-macro'.
7786 (Help Functions): Clarify definition of `apropos'.
7787
77882004-06-23 Lars Hansen <larsh@math.ku.dk>
7789
7790 * files.texi (Saving Buffers): Correct description of
7791 `write-contents-functions'.
7792
77932004-06-21 Juanma Barranquero <lektu@terra.es>
7794
7795 * display.texi (Images): Remove redundant @vindex directives.
7796 Rewrite `image-library-alist' doc in active voice.
7797
77982004-06-14 Juanma Barranquero <lektu@terra.es>
7799
7800 * display.texi (Images): Document new delayed library loading,
7801 variable `image-library-alist' and (existing but undocumented)
7802 function `image-type-available-p'.
7803
78042004-06-05 Richard M. Stallman <rms@gnu.org>
7805
7806 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7807 refer the user to the Initial Input node.
7808 (Text from Minibuffer): Likewise.
7809 (Initial Input): New node. Document this feature
7810 and say it is mostly deprecated.
7811
78122004-05-30 Richard M. Stallman <rms@gnu.org>
7813
7814 * loading.texi (Named Features): Clarify return value
7815 and meaning of NOERROR.
7816
7817 * variables.texi (File Local Variables): Minor cleanup.
7818
78192004-05-30 Michael Albinus <michael.albinus@gmx.de>
7820
7821 * files.texi (Magic File Names): Add `file-remote-p' as operation
7822 of file name handlers.
7823
78242004-05-29 Richard M. Stallman <rms@gnu.org>
7825
7826 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7827 as arg to a minor mode command.
7828
78292004-05-22 Richard M. Stallman <rms@gnu.org>
7830
7831 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7832
7833 * streams.texi (Output Variables): Doc float-output-format.
7834
7835 * searching.texi (Regexp Special): Nested repetition can be infloop.
7836
7837 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7838 real stack overflow.
7839
7840 * compile.texi: Minor cleanups.
7841
78422004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7843
7844 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7845 circular lists.
7846 (List Elements): Explain handling of circular and dotted lists.
7847
78482004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7849
7850 * modes.texi (Search-based Fontification): Fix typo.
7851
78522004-05-10 Juanma Barranquero <lektu@terra.es>
7853
7854 * modes.texi (Mode Line Variables): Fix description of
7855 global-mode-string, which is now after which-func-mode, not the
7856 buffer name.
7857
78582004-05-07 Lars Hansen <larsh@math.ku.dk>
7859
7860 * modes.texi (Desktop Save Mode): Add.
7861 (Modes): Add menu entry Desktop Save Mode.
7862
7863 * hooks.texi: Add desktop-after-read-hook,
7864 desktop-no-desktop-file-hook and desktop-save-hook.
7865
7866 * locals.texi: Add desktop-save-buffer.
7867
78682004-04-30 Jesper Harder <harder@ifa.au.dk>
7869
7870 * display.texi: emacs -> Emacs.
7871
78722004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7873
7874 * files.texi (Changing Files): Document set-file-times.
7875
78762004-04-23 Juanma Barranquero <lektu@terra.es>
7877
7878 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7879
78802004-04-18 Jesper Harder <harder@ifa.au.dk>
7881
7882 * tips.texi (Coding Conventions): defopt -> defcustom.
7883
78842004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7885
7886 * sequences.texi: Various clarifications.
7887
78882004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7889
7890 * buffers.texi (Read Only Buffers): Mention optional ARG to
7891 `toggle-read-only'.
7892
78932004-04-14 Nick Roberts <nick@nick.uklinux.net>
7894
7895 * windows.texi (Selecting Windows): Note that get-lru-window
7896 returns a full-width window if possible.
7897
78982004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7899
7900 * buffers.texi: Various changes in addition to:
7901 (Buffer File Name): Add `find-buffer-visiting'.
7902 (Buffer Modification): Mention optional ARG to `not-modified'.
7903 (Indirect Buffers): Mention optional CLONE argument to
7904 `make-indirect-buffer'.
7905
7906 * files.texi: Various changes in addition to:
7907 (Visiting Functions): `find-file-hook' is now a normal hook.
7908 (File Name Expansion): Explain difference between the way that
7909 `expand-file-name' and `file-truename' treat `..'.
7910 (Contents of Directories): Mention optional ID-FORMAT argument to
7911 `directory-files-and-attributes'.
7912 (Format Conversion): Mention new optional CONFIRM argument to
7913 `format-write-file'.
7914
79152004-04-12 Miles Bader <miles@gnu.org>
7916
7917 * macros.texi (Expansion): Add description of `macroexpand-all'.
7918
79192004-04-05 Jesper Harder <harder@ifa.au.dk>
7920
5dcb4c4e
SM
7921 * variables.texi (Variable Aliases):
7922 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7923
7924 * errors.texi (Standard Errors): Ditto.
7925
79262004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7927
7928 * backups.texi: Various small changes in addition to:
7929 (Making Backups): Mention return value of `backup-buffer'.
7930 (Auto-Saving): Mention optional FORCE argument to
7931 `delete-auto-save-file-if-necessary'.
7932 (Reverting): Mention optional PRESERVE-MODES argument to
7933 `revert-buffer'. Correct description of `revert-buffer-function'.
7934
79352004-03-22 Juri Linkov <juri@jurta.org>
7936
7937 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7938 with `Vector Functions'.
7939
7940 * text.texi (Sorting): Add missing quote.
7941
79422004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7943
7944 * intro.texi (Lisp History): Replace xref to `cl' manual with
7945 inforef.
7946
79472004-03-12 Richard M. Stallman <rms@gnu.org>
7948
7949 * intro.texi (Version Info): Add arg to emacs-version.
7950 (Lisp History): Change xref to CL manual.
7951
79522004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7953
7954 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7955 for Partial Completion mode.
7956
79572004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7958
7959 * customize.texi: Fix typo. Remove eol whitespace.
7960
79612004-03-04 Richard M. Stallman <rms@gnu.org>
7962
7963 * processes.texi: Fix typos.
7964
7965 * lists.texi (Building Lists): Minor clarification.
7966
7967 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7968 in make-hash-table.
7969
79702004-02-29 Juanma Barranquero <lektu@terra.es>
7971
7972 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7973 rm, and ignore exit code.
7974
79752004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7976
7977 * display.texi (Defining Faces): Add description for min-colors.
7978 Update example.
7979
79802004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7981
7982 * abbrevs.texi: Various corrections and clarifications in addition
7983 to the following:
7984 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7985
79862004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7987
7988 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7989
79902004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7991
7992 * text.texi: Various small changes in addition to the following:
7993 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7994 to delete-horizontal-space.
7995 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7996 description of yank-handler text property at various places.
7997
7998 * frames.texi (Window System Selections): Add anchor.
7999
8000 * syntax.texi (Syntax Table Functions): Clarify and correct
8001 descriptions of make-syntax-table and copy-syntax-table.
8002 (Motion and Syntax): Clarify SYNTAXES argument to
8003 skip-syntax-forward.
8004 (Parsing Expressions): Mention that the return value of
8005 parse-partial-sexp is currently a list of ten rather than nine
8006 elements.
8007 (Categories): Various corrections and clarifications.
8008
80092004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8010
8011 * markers.texi (Marker Insertion Types): Minor change.
8012
8013 * locals.texi (Standard Buffer-Local Variables):
8014 * commands.texi (Interactive Codes, Using Interactive):
8015 * functions.texi (Related Topics): Fix xrefs.
8016
80172004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8018
8019 * lists.texi (Sets And Lists): Update description of delete-dups.
8020
80212004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8022
8023 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8024
c8763fb6 80252004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8026
8027 * frames.texi (Parameter Access): frame-parameters arg is optional.
8028 modify-frame-parameters handles nil for FRAME.
8029 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8030 are all-or-nothing for certain toolkits.
8031 Mention parameter wait-for-wm.
8032 (Frames and Windows): In frame-first-window and frame-selected-window
8033 the arg is optional.
8034 (Input Focus): In redirect-frame-focus the second arg is optional.
8035 (Window System Selections): Mention selection type CLIPBOARD.
8036 Mention data-type UTF8_STRING.
8037 Mention numbering of cut buffers.
8038 (Resources): Describe x-resource-name.
8039
80402004-02-16 Richard M. Stallman <rms@gnu.org>
8041
8042 * windows.texi (Buffers and Windows): Delete false table
8043 about all-frames.
8044
8045 * syntax.texi (Parsing Expressions): Delete old caveat
8046 about parse-sexp-ignore-comments.
8047
8048 * streams.texi (Output Variables): Add print-quoted.
8049
8050 * lists.texi (Building Lists): Minor cleanup.
8051
8052 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8053
8054 * display.texi (Overlays): Explain overlays use markers.
8055 (Managing Overlays): Explain front-advance and rear-advance
8056 in more detail.
8057
8058 * loading.texi (Unloading): Document unload-feature-special-hooks.
8059 Get rid of fns-NNN.el file.
8060
80612004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8062
8063 * help.texi (Describing Characters): Fix text-char-description
8064 example output.
8065
8066 * edebug.texi (Using Edebug): Fix example.
8067
8068 * debugging.texi (Internals of Debugger): Fix return value.
8069
8070 * files.texi (Changing Files): Fix argname.
8071
8072 * calendar.texi: Fix parens, and default values.
8073
8074 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8075 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8076 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8077
8078 * positions.texi (Text Lines): Don't add -1 in current-line.
8079
80802004-02-16 Richard M. Stallman <rms@gnu.org>
8081
8082 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8083
80842004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8085
8086 * processes.texi (Low-Level Network): Fix a typo.
8087
80882004-02-12 Kim F. Storm <storm@cua.dk>
8089
8090 * display.texi (Fringes): Use consistent wording.
8091 Note that window-fringe's window arg is optional.
8092 (Scroll Bars): Use consistent wording.
8093
80942004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8095
8096 * tips.texi (Comment Tips): Document the new conventions for
8097 commenting out code.
8098
c8763fb6 80992004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8100
5dcb4c4e 8101 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8102
81032004-02-07 Kim F. Storm <storm@cua.dk>
8104
8105 * positions.texi (Text Lines): Add line-number-at-pos.
8106
81072004-02-06 John Paul Wallington <jpw@gnu.org>
8108
8109 * display.texi (Button Properties, Button Buffer Commands):
8110 mouse-2 invokes button, not down-mouse-1.
8111
81122004-02-04 Jason Rumney <jasonr@gnu.org>
8113
8114 * makefile.w32-in: Sync with Makefile.in changes.
8115
81162004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8117
8118 * minibuf.texi (Text from Minibuffer): Various corrections and
8119 clarifications.
8120 (Object from Minibuffer): Correct Lisp description of
8121 read-minibuffer.
8122 (Minibuffer History): Clarify description of cons values for
8123 HISTORY arguments.
5dcb4c4e
SM
8124 (Basic Completion): Various corrections and clarifications.
8125 Add completion-regexp-list.
b8d4c8d0
GM
8126 (Minibuffer Completion): Correct and clarify description of
8127 completing-read.
5dcb4c4e
SM
8128 (Completion Commands): Mention Partial Completion mode.
8129 Various other minor changes.
b8d4c8d0
GM
8130 (High-Level Completion): Various corrections and clarifications.
8131 (Reading File Names): Ditto.
8132 (Minibuffer Misc): Ditto.
8133
81342004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8135
8136 * strings.texi (Text Comparison): assoc-string also matches
8137 elements of alists that are strings instead of conses.
8138 (Formatting Strings): Standardize Texinfo usage. Update index
8139 entries.
8140
81412004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8142
8143 * lists.texi (Sets And Lists): Add delete-dups.
8144
81452004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8146
8147 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8148 special form.
8149 * macros.texi (Defining Macros): Update description of `declare',
8150 which now is a macro.
8151 (Wrong Time): Fix typos.
8152
81532004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8154
8155 * compile.texi (Compilation Functions): Expand descriptions of
8156 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8157 and `batch-byte-compile'. In particular, mention and describe
8158 all optional arguments.
8159 (Disassembly): Correct and clarify the description of `disassemble'.
8160
81612004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8162
8163 * searching.texi: Various small changes in addition to the
8164 following.
8165 (Regexp Example): Adapt to new value of `sentence-end'.
8166 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8167 `words'.
8168 (Search and Replace): Add usage note for `perform-replace'.
8169 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8170 `match-data'.
8171 (Standard Regexps): Update for new values of `paragraph-start'
8172 and `sentence-end'.
8173
81742004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8175
8176 * files.texi (Saving Buffers): Clarify descriptions of
8177 `write-contents-functions' and `before-save-hook'.
8178 Make the defvar's for `before-save-hook' and `after-save-hook'
8179 into defopt's.
8180
81812004-01-07 Kim F. Storm <storm@cua.dk>
8182
8183 * commands.texi (Click Events): Describe new image and
8184 width/height elements of click events.
8185 (Accessing Events): Add posn-string, posn-image, and
8186 posn-object-width-height. Change posn-object to return either
8187 image or string object.
8188
81892004-01-01 Simon Josefsson <jas@extundo.com>
8190
8191 * hooks.texi (Standard Hooks): Add before-save-hook.
8192 * files.texi (Saving Buffers): Likewise.
8193
81942004-01-03 Richard M. Stallman <rms@gnu.org>
8195
8196 * frames.texi (Frames and Windows): Delete frame-root-window.
8197
81982004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8199
8200 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8201
8202 * functions.texi: Various small changes in addition to the
8203 following.
5dcb4c4e
SM
8204 (What Is a Function): `functionp' returns nil for macros.
8205 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8206 (Function Documentation): Add `\' in front of (fn @var{arglist})
8207 and explain why.
8208 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8209 Add anchor.
8210 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8211
82122004-01-01 Miles Bader <miles@gnu.org>
8213
8214 * display.texi (Buttons): New section.
8215
82162003-12-31 Andreas Schwab <schwab@suse.de>
8217
8218 * numbers.texi (Math Functions): sqrt reports a domain-error
8219 error.
8220 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8221
82222003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8223
8224 * tips.texi (Documentation Tips): Update item on hyperlinks in
8225 documentation strings.
8226
8227 * errors.texi (Standard Errors): Various small corrections and
8228 additions.
8229
8230 * control.texi: Various small changes in addition to the
8231 following.
8232 (Signaling Errors): Provide some more details on how `signal'
8233 constructs the error message. Add anchor to the definition of
8234 `signal'.
8235 (Error Symbols): Describe special treatment of `quit'.
8236 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8237 to emphasize that it has to be a single form.
8238
8239 * buffers.texi: Add anchor.
8240
82412003-12-29 Richard M. Stallman <rms@gnu.org>
8242
8243 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8244 (Window Configurations): Add window-configuration-frame.
8245
8246 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8247
8248 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8249 Change arg name in get-char-property.
8250 (Special Properties): Update handling of keymap property.
8251
8252 * strings.texi (Modifying Strings): Add clear-string.
8253 (Text Comparison): Add assoc-string and remove
8254 assoc-ignore-case, assoc-ignore-representation.
8255
8256 * os.texi (Time of Day): Add set-time-zone-rule.
8257
8258 * numbers.texi (Math Functions): asin, acos, log, log10
8259 report domain-error errors.
8260
8261 * nonascii.texi (Converting Representations):
8262 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8263 (Encoding and I/O): Add file-name-coding-system.
8264
8265 * modes.texi (Search-based Fontification): Explain that
8266 face specs are symbols with face names as values.
8267
8268 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8269
8270 * lists.texi (Building Lists): remq moved elsewhere.
8271 (Sets And Lists): remq moved here.
8272 (Association Lists): Refer to assoc-string.
8273
8274 * internals.texi (Garbage Collection): Add memory-use-counts.
8275
8276 * frames.texi (Frames and Windows): Add set-frame-selected-window
8277 and frame-root-window.
8278
8279 * files.texi (Contents of Directories):
8280 Add directory-files-and-attributes.
8281
8282 * display.texi (Refresh Screen): Add force-window-update.
8283 (Invisible Text): Explain about moving point out of invis text.
8284 (Overlay Properties): Add overlay-properties.
8285 (Managing Overlays): Add overlayp.
8286 (GIF Images): Invalid image number displays a hollow box.
8287
8288 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8289 (Killing Buffers): Add buffer-live-p.
8290
82912003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8292
8293 * display.texi (Fringes): Fix typo "set-buffer-window".
8294
82952003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8296
8297 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8298 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8299 Add or change various xrefs and anchors.
8300
8301 * commands.texi: Replace all occurrences of @acronym{CAR} with
8302 @sc{car}, for consistency with the rest of the Elisp manual.
8303 `car' and `cdr' are historically acronyms, but are no longer
8304 widely thought of as such.
8305
8306 * internals.texi (Pure Storage): Mention that `purecopy' does not
8307 copy text properties.
8308 (Object Internals): Now 29 bits are used (in most implementations)
8309 to address Lisp objects.
8310
8311 * variables.texi (Variables with Restricted Values): New node.
8312
8313 * objects.texi (Lisp Data Types): Mention that certain variables
8314 can only take on a restricted set of values and add an xref to
8315 the new node "Variables with Restricted Values".
8316
8317 * eval.texi (Function Indirection): Describe the errors that
8318 `indirect-function' can signal.
8319 (Eval): Clarify the descriptions of `eval-region' and `values'.
8320 Describe `eval-buffer' instead of `eval-current-buffer' and
8321 mention `eval-current-buffer' as an alias for `current-buffer'.
8322 Correct the description and mention all optional arguments.
8323
8324 * nonascii.texi: Various small changes in addition to the
8325 following.
8326 (Converting Representations): Clarify behavior of
8327 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8328 ASCII arguments.
8329 (Character Sets): Document the variable `charset-list' and adapt
8330 the definition of the function `charset-list' accordingly.
8331 (Translation of Characters): Clarify use of generic characters in
8332 `make-translation-table'. Clarify and correct the description of
8333 the use of translation tables in encoding and decoding.
8334 (User-Chosen Coding Systems): Correct and clarify the description
8335 of `select-safe-coding-system'.
8336 (Default Coding Systems): Clarify description of
8337 `file-coding-system-alist'.
8338
83392003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8340
8341 * strings.texi (Text Comparison): Correctly describe when two
8342 strings are `equal'. Combine and clarify descriptions of
8343 `assoc-ignore-case' and `assoc-ignore-representation'.
8344
8345 * objects.texi (Non-ASCII in Strings): Clarify description of
8346 when a string is unibyte or multibyte.
8347 (Bool-Vector Type): Update examples.
8348 (Equality Predicates): Correctly describe when two strings are
8349 `equal'.
8350
83512003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8352
8353 * lists.texi (Building Lists): `append' no longer accepts integer
8354 arguments. Update the description of `number-sequence' to reflect
8355 recent changes.
8356 (Sets And Lists): Describe `member-ignore-case' after `member'.
8357
83582003-11-27 Kim F. Storm <storm@cua.dk>
8359
8360 * commands.texi (Click Events): Click object may be an images.
8361 Describe (dx . dy) element of click positions.
8362 (Accessing Events): Remove duplicate posn-timestamp.
8363 New functions posn-object and posn-object-x-y.
8364
83652003-11-23 Kim F. Storm <storm@cua.dk>
8366
8367 * commands.texi (Click Events): Describe enhancements to event
8368 position lists, including new text-pos and (col . row) items.
8369 Mention left-fringe and right-fringe area events.
8370 (Accessing Events): New functions posn-area and
8371 posn-actual-col-row. Mention posn-timestamp. Mention that
8372 posn-point in non-text area still returns buffer position.
8373 Clarify posn-col-row.
8374
83752003-11-21 Lars Hansen <larsh@math.ku.dk>
8376
8377 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8378 * anti.texi (File Attributes): Describe removed parameter
8379 ID-FORMAT.
8380
83812003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8382
8383 * positions.texi (Positions): Mention that, if a marker is used as
8384 a position, its buffer is ignored.
8385
8386 * markers.texi (Overview of Markers): Mention it here too.
8387
83882003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8389
8390 * numbers.texi (Numeric Conversions): Not just `floor', but also
8391 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8392
83932003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8394
8395 * markers.texi (Creating Markers): Specify insertion type of
8396 created markers. Add xref to `Marker Insertion Types'.
8397 Second argument to `copy-marker' is optional.
8398 (Marker Insertion Types): Mention that most markers are created
8399 with insertion type nil.
8400 (The Mark): Correctly describe when `mark' signals an error.
8401 (The Region): Correctly describe when `region-beginning' and
8402 `region-end' signal an error.
8403
84042003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8405
8406 * hash.texi (Creating Hash): Clarify description of `eql'.
8407 `makehash' is obsolete.
8408 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8409
8410 * positions.texi (Point): Change description of `buffer-end', so
8411 that it is also correct for floating point arguments.
8412 (List Motion): Correct argument lists of `beginning-of-defun' and
8413 `end-of-defun'.
8414 (Excursions): Add xref to `Marker Insertion Types'.
8415 (Narrowing): Argument to `narrow-to-page' is optional.
8416
84172003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8418
8419 * streams.texi (Output Streams): Clarify behavior of point for
8420 marker output streams.
8421
84222003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8423
8424 * variables.texi (Defining Variables): Second argument to
8425 `defconst' is not optional.
8426 (Setting Variables): Mention optional argument APPEND to
8427 `add-to-list'.
8428 (Creating Buffer-Local): Expand description of
8429 `make-variable-buffer-local'.
8430 (Frame-Local Variables): Expand description of
8431 `make-variable-frame-local'.
8432 (Variable Aliases): Correct description of optional argument
8433 DOCSTRING to `defvaralias'. Mention return value of
8434 `defvaralias'.
8435 (File Local Variables): Add xref to `File variables' in Emacs
8436 Manual. Correct description of `hack-local-variables'. Mention
8437 `safe-local-variable' property. Mention optional second argument
8438 to `risky-local-variable-p'.
8439
84402003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8441
8442 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8443
84442003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8445
8446 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8447 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8448 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8449 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8450 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8451 lispref/processes.texi, lispref/searching.texi,
8452 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8453 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8454 @acronym{FOO}.
8455
84562003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8457
8458 * strings.texi (Creating Strings): Argument START to `substring'
8459 can not be `nil'. Expand description of
8460 `substring-no-properties'. Correct description of `split-string',
8461 especially with respect to empty matches. Prevent very bad line
8462 break in definition of `split-string-default-separators'.
8463 (Text Comparison): `string=' and `string<' also accept symbols as
8464 arguments.
8465 (String Conversion): More completely describe argument BASE in
8466 `string-to-number'.
8467 (Formatting Strings): `%s' and `%S' in `format' do require
8468 corresponding object. Clarify behavior of numeric prefix after
8469 `%' in `format'.
8470 (Case Conversion): The argument to `upcase-initials' can be a
8471 character.
8472
84732003-10-27 Kenichi Handa <handa@m17n.org>
8474
8475 * display.texi (Fontsets): Fix texinfo usage.
8476
84772003-10-25 Kenichi Handa <handa@m17n.org>
8478
8479 * display.texi (Fontsets): Add description of the function
8480 set-fontset-font.
8481
84822003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8483
8484 * display.texi (Temporary Displays): Add xref to `Documentation
8485 Tips'.
8486
8487 * functions.texi (Function Safety): Use inforef instead of pxref
8488 for SES.
8489
84902003-10-23 Andreas Schwab <schwab@suse.de>
8491
8492 * Makefile.in (TEX, texinputdir): Don't define.
8493 (TEXI2DVI): Define.
8494 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8495 add $(srcdir)/index.texi.
8496 ($(infodir)/elisp): Remove index.texi dependency.
8497 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8498 (index.texi): Remove target.
8499 (dist): Don't link $(srcdir)/permute-index.
8500 (clean): Don't remove index.texi.
8501
8502 * permute-index, index.perm: Remove.
8503 * index.texi: Rename from index.unperm.
8504
85052003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8506
8507 * tips.texi (Documentation Tips): Document new behavior for face
8508 and variable hyperlinks in Help mode.
8509
85102003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8511
8512 * objects.texi (Integer Type): Update for extra bit of integer range.
8513 (Character Type): Ditto.
8514
85152003-10-16 Eli Zaretskii <eliz@gnu.org>
8516
8517 * numbers.texi (Integer Basics): Add index entries for reading
8518 numbers in hex, octal, and binary.
8519
85202003-10-16 Lute Kamstra <lute@gnu.org>
8521
8522 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8523 argument.
8524
85252003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8526
8527 * windows.texi (Choosing Window): Fix typo.
8528 * edebug.texi (Edebug Execution Modes): Fix typo.
8529
85302003-10-13 Richard M. Stallman <rms@gnu.org>
8531
8532 * windows.texi (Basic Windows): A window has fringe settings,
8533 display margins and scroll-bar settings.
8534 (Splitting Windows): Doc split-window return value.
8535 Clean up one-window-p.
8536 (Selecting Windows): Fix typo.
8537 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8538 (Buffers and Windows): In set-window-buffer, explain effect
8539 on fringe settings and scroll bar settings.
8540 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8541 (Choosing Window): Use defopt for pop-up-frame-function.
8542 For special-display-buffer-names, explain same-window and same-frame.
8543 Clarify window-dedicated-p return value.
8544 (Textual Scrolling): scroll-up and scroll-down can get an error.
8545 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8546 Clarify set-window-hscroll.
8547 (Size of Window): Don't mention tool bar in window-height.
8548 (Coordinates and Windows): Explain what coordinates-in-window-p
8549 returns for fringes and display margins.
8550 (Window Configurations): Explain saving fringes, etc.
8551
8552 * tips.texi (Library Headers): Clean up Documentation.
8553
8554 * syntax.texi (Parsing Expressions): Clean up forward-comment
8555 and parse-sexp-lookup-properties.
8556
8557 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8558
8559 * os.texi (System Environment): Clean up text for load-average errors.
8560
8561 * modes.texi (Hooks): Don't explain local hook details at front.
8562 Clarify run-hooks and run-hook-with-args a little.
8563 Clean up add-hook and remove-hook.
8564
8565 * edebug.texi (Edebug Execution Modes): Clarify t.
8566 Document edebug-sit-for-seconds.
8567 (Coverage Testing): Document C-x X = and =.
8568 (Instrumenting Macro Calls): Fix typo.
8569 (Specification List): Don't index the specification keywords.
8570
85712003-10-10 Kim F. Storm <storm@cua.dk>
8572
8573 * processes.texi (Network): Introduce make-network-process.
8574
85752003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8576
8577 * tips.texi (Library Headers): Fix typo.
8578
85792003-10-07 Juri Linkov <juri@jurta.org>
8580
8581 * modes.texi (Imenu): Mention imenu-create-index-function's
8582 default value. Explain submenus better.
8583
85842003-10-07 Lute Kamstra <lute@gnu.org>
8585
8586 * modes.texi (Faces for Font Lock): Fix typo.
8587 (Hooks): Explain how buffer-local hook variables can refer to
8588 global hook variables.
8589 Various minor clarifications.
8590
85912003-10-06 Lute Kamstra <lute@gnu.org>
8592
8593 * tips.texi (Coding Conventions): Mention naming conventions for
8594 hooks.
8595
85962003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8597
8598 * loading.texi (Library Search): Correct default value of
8599 load-suffixes.
8600 (Named Features): Fix typo.
8601
86022003-10-05 Richard M. Stallman <rms@gnu.org>
8603
8604 * loading.texi (Named Features): In `provide',
8605 say how to test for subfeatures.
8606 (Unloading): In unload-feature, use new var name
8607 unload-feature-special-hooks.
8608
86092003-10-03 Lute Kamstra <lute@gnu.org>
8610
8611 * modes.texi (Major Mode Conventions): Mention third way to set up
8612 Imenu.
8613 (Imenu): A number of small fixes.
8614 Delete documentation of internal variable imenu--index-alist.
8615 Document the return value format of imenu-create-index-function
8616 functions.
8617
86182003-09-30 Richard M. Stallman <rms@gnu.org>
8619
8620 * processes.texi (Network): Say what stopped datagram connections do.
8621
8622 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8623
8624 * display.texi (Overlay Properties): Clarify `evaporate' property.
8625
86262003-09-29 Lute Kamstra <lute@gnu.org>
8627
8628 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8629 constructs should be marked as risky.
8630 Change cons cell into proper list.
8631 (Mode Line Variables): Change cons cell into proper list.
8632
86332003-09-26 Lute Kamstra <lute@gnu.org>
8634
8635 * modes.texi (Mode Line Data): Document the :propertize construct.
8636 (Mode Line Variables): Reorder the descriptions of the variables
8637 to match their order in the default mode-line-format.
8638 Describe the new variables mode-line-position and mode-line-modes.
8639 Update the default values of mode-line-frame-identification,
8640 minor-mode-alist, and default-mode-line-format.
8641 (Properties in Mode): Mention the :propertize construct.
8642
86432003-09-26 Richard M. Stallman <rms@gnu.org>
8644
8645 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8646 * loading.texi, minibuf.texi, text.texi, variables.texi:
8647 Avoid @strong{Note:}.
8648
86492003-09-26 Richard M. Stallman <rms@gnu.org>
8650
8651 * keymaps.texi (Remapping Commands): Fix typo.
8652
86532003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8654
8655 * processes.texi (Low-Level Network): Fix typo.
8656
86572003-09-23 Kim F. Storm <storm@cua.dk>
8658
8659 * processes.texi (Network, Network Servers): Fix typos.
8660 (Low-Level Network): Add timeout value for :server keyword.
8661 Add new option keywords to make-network-process.
8662 Add set-network-process-options.
8663 Explain how to test availability of network options.
8664
86652003-09-19 Richard M. Stallman <rms@gnu.org>
8666
8667 * text.texi (Motion by Indent): Arg to
8668 backward-to-indentation and forward-to-indentation is optional.
8669
8670 * strings.texi (Creating Strings): Add substring-no-properties.
8671
8672 * processes.texi
8673 (Process Information): Add list-processes arg QUERY-ONLY.
8674 Delete process-contact from here.
8675 Add new status values for process-status.
8676 Add process-get, process-put, process-plist, set-process-plist.
8677 (Synchronous Processes): Add call-process-shell-command.
8678 (Signals to Processes): signal-process allows process objects.
8679 (Network): Complete rewrite.
8680 (Network Servers, Datagrams, Low-Level Network): New nodes.
8681
8682 * positions.texi (Word Motion): forward-word, backward-word
8683 arg is optional. Reword.
8684
8685 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8686
8687 * variables.texi (Creating Buffer-Local):
8688 Delete duplicate definition of buffer-local-value.
8689 (File Local Variables): Explain about discarding text props.
8690
86912003-09-11 Richard M. Stallman <rms@gnu.org>
8692
8693 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8694 changes variables that record input events.
8695 (Minibuffer Misc): Add minibuffer-selected-window.
8696
8697 * lists.texi (Building Lists): Add copy-tree.
8698
8699 * display.texi (Fontsets): Add char-displayable-p.
8700 (Scroll Bars): New node.
8701
87022003-09-08 Lute Kamstra <lute@gnu.org>
8703
8704 * modes.texi (%-Constructs): Document new `%i' and `%I'
8705 constructs.
8706
87072003-09-03 Peter Runestig <peter@runestig.com>
8708
8709 * makefile.w32-in: New file.
8710
87112003-08-29 Richard M. Stallman <rms@gnu.org>
8712
8713 * display.texi (Overlay Properties): Clarify how priorities
8714 affect use of the properties.
8715
87162003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8717
8718 * customize.texi (Type Keywords): Correct the description of
8719 `:help-echo' in the case where `motion-doc' is a function.
8720
87212003-08-14 John Paul Wallington <jpw@gnu.org>
8722
8723 * modes.texi (Emulating Mode Line): Subsection, not section.
8724
87252003-08-13 Richard M. Stallman <rms@gnu.org>
8726
8727 * elisp.texi (Top): Update subnode lists in menu.
8728
8729 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8730 (Kill Functions): kill-region has new arg yank-handler.
8731 (Yanking): New node.
8732 (Yank Commands): Add yank-undo-function.
8733 (Low-Level Kill Ring):
8734 kill-new and kill-append have new arg yank-handler.
8735 (Changing Properties): Add remove-list-of-text-properties.
8736 (Atomic Changes): New node.
8737
8738 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8739
8740 * streams.texi (Output Variables): Add eval-expression-print-length
8741 and eval-expression-print-level.
8742
8743 * os.texi (Time Conversion): For encode-time, explain limits on year.
8744
8745 * objects.texi (Character Type): Define anchor "modifier bits".
8746
8747 * modes.texi (Emulating Mode Line): New node.
8748 (Search-based Fontification): Font Lock uses font-lock-face property.
8749 (Other Font Lock Variables): Likewise.
8750
8751 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8752 not vectors.
8753 (Active Keymaps): Add emulation-mode-map-alists.
8754 (Functions for Key Lookup): key-binding has new arg no-remap.
8755 (Remapping Commands): New node.
8756 (Scanning Keymaps): where-is-internal has new arg no-remap.
8757 (Tool Bar): Add tool-bar-local-item-from-menu.
8758 Clarify when to use tool-bar-add-item-from-menu.
8759
8760 * commands.texi (Interactive Call): commandp has new arg.
8761 (Command Loop Info): Add this-original-command.
8762
87632003-08-06 John Paul Wallington <jpw@gnu.org>
8764
8765 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8766
8767 * display.texi (Warning Basics): Fix typo.
8768 (Fringes): Add closing curly bracket and fix typo.
8769
8770 * elisp.texi (Top): Fix typo.
8771
87722003-08-05 Richard M. Stallman <rms@gnu.org>
8773
8774 * elisp.texi: Update lists of subnodes.
8775
8776 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8777
8778 * variables.texi (Local Variables): Use lc for example variable names.
8779
8780 * tips.texi (Library Headers): Explain where to put -*-.
8781
8782 * strings.texi (Creating Strings): Fix xref for vconcat.
8783
8784 * sequences.texi (Vector Functions):
8785 vconcat no longer allows integer args.
8786
8787 * minibuf.texi (Reading File Names): read-file-name has new
8788 arg PREDICATE. New function read-directory-name.
8789
c4cc8b9a 8790 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8791 (Indenting Macros): New node.
8792
8793 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8794 (Window Frame Parameters): Make separate table of parameters
8795 that are coupled with specific face attributes.
8796 (Deleting Frames): delete-frame-hooks renamed to
8797 delete-frame-functions.
8798
8799 * files.texi (Magic File Names): Add file-remote-p.
8800 Clarify file-local-copy.
8801
8802 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8803 here; instead xref Defining Macros.
8804
8805 * display.texi (Warnings): New node, and subnodes.
8806 (Fringes): New node.
8807
8808 * debugging.texi (Test Coverage): New node.
8809
8810 * compile.texi (Compiler Errors): Explain with-no-warnings
8811 and other ways to suppress warnings.
8812
8813 * commands.texi (Interactive Call): Minor clarification.
8814
8815 * buffers.texi (Buffer File Name): set-visited-file-name
8816 renames the buffer too.
8817
8818 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8819
88202003-07-24 Markus Rost <rost@math.ohio-state.edu>
8821
8822 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8823
88242003-07-22 Markus Rost <rost@math.ohio-state.edu>
8825
8826 * internals.texi (Garbage Collection): Fix previous change.
8827
88282003-07-22 Richard M. Stallman <rms@gnu.org>
8829
8830 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8831
8832 * display.texi (Width): Use \s syntax in example.
8833 (Font Selection): Add face-font-rescale-alist.
8834
8835 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8836 Remove spurious indent in example.
8837
8838 * lists.texi (Building Lists): Add number-sequence.
8839
8840 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8841
8842 * functions.texi (Function Documentation): Explain how to
8843 show calling convention explicitly in the doc string.
8844
8845 * windows.texi (Selecting Windows): save-selected-window saves
8846 selected window of each frame.
8847 (Window Configurations): Minor change.
8848
8849 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8850
8851 * streams.texi (Output Variables): Add print-continuous-numbering
8852 and print-number-table.
8853
8854 * processes.texi (Decoding Output): New node.
8855
8856 * os.texi (Time Conversion): decode-time arg is optional.
8857
8858 * objects.texi (Character Type): Don't use space as example for \.
8859 Make list of char names and \-sequences correspond.
8860 Explain that \s is not used in strings. `\ ' needs space after.
8861
8862 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8863 (Translation of Characters): Add translation-table-for-input.
8864 (Default Coding Systems): Add auto-coding-functions.
8865 (Explicit Encoding): Add decode-coding-inserted-region.
8866 (Locales): Add locale-info.
8867
8868 * minibuf.texi (Basic Completion): Describe test-completion.
8869 Collections can be lists of strings.
8870 Clean up lazy-completion-table.
8871 (Programmed Completion): Mention test-completion.
8872 Clarify why lambda expressions are not accepted.
8873 (Minibuffer Misc): Describe minibufferp.
8874
88752003-07-14 Richard M. Stallman <rms@gnu.org>
8876
8877 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8878
8879 * windows.texi (Selecting Windows): New arg to select-window.
8880 (Selecting Windows): Add with-selected-window.
8881 (Size of Window): Add window-inside-edges, etc.
8882
8883 * internals.texi (Garbage Collection): Add post-gc-hook.
8884
8885 * processes.texi (Subprocess Creation): Add exec-suffixes.
8886
8887 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8888 (Scanning Keymaps): Add map-keymaps.
8889 (Defining Menus): Add keymap-prompt.
8890
8891 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8892 most-negative-fixnum.
8893
c4cc8b9a 8894 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8895 (Compiler Errors): New node.
8896
8897 * os.texi (User Identification): user-uid, user-real-uid
8898 can return float.
8899
8900 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8901 and about derived modes.
8902 (Minor Modes): Add minor-mode-list.
8903 (Defining Minor Modes): Keyword args for define-minor-mode.
8904 (Search-based Fontification): Explain managing other properties.
8905 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8906 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8907 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8908
8909 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8910 (Variable Aliases): Clarify defvaralias.
8911
8912 * loading.texi (Library Search): Add load-suffixes.
8913
8914 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8915 (Programmed Completion): Add dynamic-completion-table.
8916
8917 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8918 (Magic File Names): Specify precedence order of handlers.
8919
8920 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8921 and post-command-hook.
8922 (Waiting): New calling convention for sit-for.
8923
8924 * text.texi (Special Properties): local-map and keymap properties
8925 apply based on their stickiness.
8926
89272003-07-07 Richard M. Stallman <rms@gnu.org>
8928
8929 * modes.texi (Minor Mode Conventions): Specify only some kinds
8930 of list values as args to minor modes.
8931
8932 * files.texi (File Name Expansion): Warn about iterative use
8933 of substitute-in-file-name.
8934
8935 * advice.texi (Activation of Advice): Clean up previous change.
8936
89372003-07-06 Markus Rost <rost@math.ohio-state.edu>
8938
8939 * advice.texi (Activation of Advice): Note that ad-start-advice is
8940 turned on by default.
8941
89422003-06-30 Richard M. Stallman <rms@gnu.org>
8943
8944 * text.texi (Buffer Contents): Document current-word.
8945 (Change Hooks): Not called for *Messages*.
8946
8947 * functions.texi (Defining Functions): Explain about redefining
8948 primitives.
8949 (Function Safety): Renamed. Minor changes.
8950 Comment out the detailed criteria for what is safe.
8951
89522003-06-22 Andreas Schwab <schwab@suse.de>
8953
8954 * objects.texi (Symbol Type): Fix description of examples.
8955
89562003-06-16 Andreas Schwab <schwab@suse.de>
8957
8958 * hash.texi (Creating Hash): Fix description of :weakness.
8959
c8763fb6 89602003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8961
8962 * files.texi (Changing Files): copy-file copies file modes, too.
8963
89642003-05-28 Richard M. Stallman <rms@gnu.org>
8965
8966 * strings.texi (Creating Strings): Clarify split-string.
8967
89682003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8969
8970 * strings.texi (Creating Strings): Update split-string specification
8971 and examples.
8972
89732003-05-19 Richard M. Stallman <rms@gnu.org>
8974
8975 * elisp.texi: Correct invariant section names.
8976
89772003-04-20 Richard M. Stallman <rms@gnu.org>
8978
8979 * os.texi (Timers): Explain about timers and quitting.
8980
89812003-04-19 Richard M. Stallman <rms@gnu.org>
8982
8983 * internals.texi (Writing Emacs Primitives): Strings are
8984 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8985 Explain GCPRO convention for varargs function args.
8986
89872003-04-16 Richard M. Stallman <rms@gnu.org>
8988
8989 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8990
89912003-04-08 Richard M. Stallman <rms@gnu.org>
8992
8993 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8994
89952003-02-13 Kim F. Storm <storm@cua.dk>
8996
8997 * objects.texi (Character Type): New \s escape for space.
8998
89992003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9000
5dcb4c4e 9001 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9002
90032003-01-25 Richard M. Stallman <rms@gnu.org>
9004
9005 * keymaps.texi: Document that a symbol can act as a keymap.
9006
90072003-01-13 Richard M. Stallman <rms@gnu.org>
9008
9009 * text.texi (Changing Properties): Say string indices are origin-0.
9010
9011 * positions.texi (Screen Lines) <compute-motion>:
9012 Correct order of elts in return value.
9013
9014 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9015 how to define a default binding.
9016
90172002-12-07 Markus Rost <rost@math.ohio-state.edu>
9018
9019 * loading.texi (Unloading): Fix recent change for load-history.
9020
9021 * customize.texi (Simple Types): Clarify description of custom
9022 type 'number. Describe new custom type 'float.
9023
90242002-12-04 Markus Rost <rost@math.ohio-state.edu>
9025
9026 * variables.texi (File Local Variables): Fix typo.
9027
c8763fb6 90282002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9029
9030 From Michael Albinus <Michael.Albinus@alcatel.de>.
9031
9032 * README: Target for Info file is `make info'.
9033
5dcb4c4e 9034 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9035 `file-name-sans-extension'.
9036 (Magic File Names): Complete list of operations for magic file
9037 name handlers.
9038
90392002-09-16 Jonathan Yavner <jyavner@engineer.com>
9040
9041 * variables.texi (File Local Variables): New function
9042 risky-local-variable-p.
9043
90442002-09-15 Jonathan Yavner <jyavner@engineer.com>
9045
9046 * functions.texi (Function safety): New node about unsafep.
9047
90482002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9049
5dcb4c4e 9050 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9051 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9052
90532002-06-17 Juanma Barranquero <lektu@terra.es>
9054
9055 * frames.texi (Display Feature Testing): Fix typo.
9056
90572002-06-12 Andreas Schwab <schwab@suse.de>
9058
9059 * frames.texi (Initial Parameters, Resources): Fix references to
9060 the Emacs manual.
9061
90622002-05-13 Kim F. Storm <storm@cua.dk>
9063
9064 * variables.texi (Intro to Buffer-Local): Updated warning and
9065 example relating to changing buffer inside let.
9066
c8763fb6 90672002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9068
9069 * os.texi (Session Management): New node about X Session management.
9070
90712002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9072
9073 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9074 to which the manual corresponds, and the copyright years.
9075
9076 * Makefile.in (VERSION): Set to 2.9.
9077
90782001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9079
9080 * elisp.texi: Change the category in @dircategory to "Emacs", to
9081 make it consistent with info/dir.
9082
90832001-11-25 Miles Bader <miles@gnu.org>
9084
9085 * text.texi (Fields): Describe new `limit' arg in
9086 field-beginning/field-end.
9087
90882001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9089
5dcb4c4e
SM
9090 * permute-index: Don't depend on csh-specific features.
9091 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9092
9093 * two-volume-cross-refs.txt: New file.
9094 * two.el: New file.
9095 * spellfile: New file.
9096
90972001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9098
9099 * permute-index: New file.
9100
9101 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9102 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9103 8+3 restricted namespace.
9104
9105 * Makefile.in (infodir): Define relative to $(srcdir).
9106 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9107 include directories list via -I switch to makeinfo.
9108 (index.texi): Use cp if both hard and symbolic links fail.
9109
91102001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9111
9112 * Makefile.in (distclean): Add.
9113
9114 The following changes make ELisp manual part of the Emacs
9115 distribution:
9116
9117 * Makefile.in: Add Copyright notice.
9118 (prefix): Remove.
9119 (infodir): Change value to "../info".
9120 (VPATH): New variable.
9121 (MAKE): Don't define.
9122 (texmacrodir): Don't define.
9123 (texinputdir): Append the existing value of TEXINPUTS.
9124 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9125 command to be compatible with man/Makefile.in, and to put the
9126 output into ../info.
9127 (info): Add target.
9128 (installall): Target removed.
9129
c8763fb6 91302001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9131
9132 * tips.texi (Coding Conventions): Fix typo.
9133
91342001-10-23 Gerd Moellmann <gerd@gnu.org>
9135
9136 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9137
91382001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9139
9140 * files.texi (File Name Components): Update the description of
9141 file-name-sans-extension and file-name-extension, as they now
9142 ignore leading dots.
9143
91442001-10-20 Gerd Moellmann <gerd@gnu.org>
9145
9146 * (Version 21.1 released.)
9147
91482001-10-19 Miles Bader <miles@gnu.org>
9149
9150 * positions.texi (Text Lines): Describe behavior of
9151 `beginning-of-line'/`end-of-line' in the presence of field properties.
9152
91532001-10-17 Gerd Moellmann <gerd@gnu.org>
9154
9155 * Makefile.in (VERSION): Set to 2.8.
9156 (manual): Use `manual-21'.
9157
9158 * elisp.texi (VERSION): Add and use it where the version
9159 number was used. Set it to 2.8.
9160
9161 * intro.texi: Likewise.
9162
91632001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9164
9165 * files.texi (File Name Completion): Document the significance of
9166 a trailing slash in elements of completion-ignored-extensions.
9167
91682001-10-06 Miles Bader <miles@gnu.org>
9169
9170 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9171
91722001-10-04 Gerd Moellmann <gerd@gnu.org>
9173
9174 * variables.texi (Variable Aliases): New node.
9175
91762001-10-04 Gerd Moellmann <gerd@gnu.org>
9177
9178 * Branch for 21.1.
9179
91802001-10-02 Miles Bader <miles@gnu.org>
9181
9182 * minibuf.texi (Minibuffer Misc): Add entries for
9183 `minibuffer-contents', `minibuffer-contents-no-properties', and
9184 `delete-minibuffer-contents'.
9185 Correct description for `minibuffer-prompt-end'.
9186
9187 * text.texi (Property Search): Correct descriptions of
9188 `next-char-property-change' and `previous-char-property-change'.
9189 Add entries for `next-single-char-property-change' and
9190 `previous-single-char-property-change'.
9191 Make operand names a bit more consistent.
9192
91932001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9194
9195 * frames.texi (Finding All Frames): Document that next-frame and
9196 previous-frame are local to current terminal.
9197
91982001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9199
9200 * keymaps.texi (Creating Keymaps): Fix the description of the
9201 result of make-keymap.
9202
92032001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9204
9205 * display.texi (Font Lookup, Attribute Functions)
9206 (Image Descriptors): Add cross-references to the definition of
9207 selected frame.
9208
9209 * buffers.texi (The Buffer List): Add cross-references to the
9210 definition of selected frame.
9211
9212 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9213 frame at any given time.
9214 (Multiple Displays, Size and Position): Add a cross-reference to
9215 the definition of the selected frame.
9216
92172001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9218
9219 * strings.texi (String Conversion) <string-to-number>: Document
9220 that a float is returned for integers that are too large.
9221
9222 * frames.texi (Mouse Position): Document mouse-position-function.
9223 (Display Feature Testing): Document display-images-p.
9224 (Window Frame Parameters): Document the cursor-type variable.
9225
9226 * numbers.texi (Integer Basics): Document CL style read syntax for
9227 integers in bases other than 10.
9228
5dcb4c4e
SM
9229 * positions.texi (List Motion):
9230 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9231
9232 * lists.texi (Sets And Lists): Document member-ignore-case.
9233
9234 * internals.texi (Garbage Collection): Document the used and free
9235 strings report.
9236 (Memory Usage): Document strings-consed.
9237
9238 * os.texi (Time of Day): Document float-time.
9239 (Recording Input): Document that clear-this-command-keys clears
9240 the vector to be returned by recent-keys.
9241
9242 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9243 argument keymap can be a list.
9244
9245 * nonascii.texi (User-Chosen Coding Systems)
9246 <select-safe-coding-system>: Document the new argument
9247 accept-default-p and the variable
9248 select-safe-coding-system-accept-default-p. Tell what happens if
9249 buffer-file-coding-system is undecided.
9250 (Default Coding Systems): Document auto-coding-regexp-alist.
9251
9252 * display.texi (The Echo Area) <message>: Document
9253 message-truncate-lines.
9254 (Glyphs): Document that the glyph table is unused on windowed
9255 displays.
9256
9257 * help.texi (Describing Characters) <single-key-description>:
9258 Document the new argument no-angles.
9259 (Accessing Documentation) <documentation-property>: Document that
9260 a non-string property is evaluated.
9261 <documentation>: Document that the function-documentation property
9262 is looked for.
9263
9264 * windows.texi (Selecting Windows): Document some-window.
9265
9266 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9267
9268 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9269 apropos-mode-hook.
9270
9271 * commands.texi (Using Interactive): Document interactive-form.
9272 (Keyboard Macros): Document kbd-macro-termination-hook.
9273 (Command Loop Info): Document that clear-this-command-keys clears
9274 the vector to be returned by recent-keys.
9275
92762001-09-04 Werner LEMBERG <wl@gnu.org>
9277
9278 * Makefile.in (srcdir, texinputdir): New variables.
9279 (srcs, index.texi, install): Use $(srcdir).
9280 (.PHONY): Remove elisp.dvi.
9281 (elisp): Use -I switch for makeinfo.
9282 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9283 (installall, dist): Use $(srcdir).
9284 Fix path to texinfo.tex.
9285 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9286
92872001-08-30 Gerd Moellmann <gerd@gnu.org>
9288
9289 * display.texi (Conditional Display): Adjust to API change.
9290
9291 * configure: New file.
9292
92932001-07-30 Gerd Moellmann <gerd@gnu.org>
9294
9295 * commands.texi (Repeat Events): Add description of
9296 double-click-fuzz.
9297
92982001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9299
9300 * syntax.texi (Syntax Class Table): Add the missing designator for
9301 comment and string fences.
9302 (Syntax Properties): Add a xref to syntax table internals.
9303 (Syntax Table Internals): Document string-to-syntax.
9304
93052001-05-07 Gerd Moellmann <gerd@gnu.org>
9306
9307 * Makefile.in (install): Use install-info command line options
9308 like in Emacs' Makefile.in.
9309
93102000-12-09 Miles Bader <miles@gnu.org>
9311
9312 * windows.texi (Window Start): Update documentation for
9313 `pos-visible-in-window-p'.
9314
93152000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9316
9317 * lists.texi (Building Lists): Add footnote to explain how to add
9318 to the end of a list.
9319
93202000-10-25 Gerd Moellmann <gerd@gnu.org>
9321
9322 * files.texi (Visiting Functions): Typos.
9323
93242000-10-25 Kenichi Handa <handa@etl.go.jp>
9325
9326 * files.texi (Visiting Functions): Return value of
9327 find-file-noselect may be a list of buffers if wildcards are used.
9328
93292000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9330
9331 * display.texi (Defining Faces): Document `graphic' display type
9332 in face specs.
9333
b344d29d 93342000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9335
9336 * hooks.texi (Standard Hooks): Replace obsolete
9337 `after-make-frame-hook' with `after-make-frame-functions'.
9338
9339 * frames.texi (Creating Frames): Ditto.
9340
9341 * variables.texi (Future Local Variables): Ditto.
9342
93432000-10-16 Gerd Moellmann <gerd@gnu.org>
9344
9345 * display.texi (Other Image Types): Add description of :foreground
9346 and :background properties of mono PBM images.
9347
93482000-08-17 Werner LEMBERG <wl@gnu.org>
9349
9350 * .cvsignore: New file.
9351
93522000-01-05 Gerd Moellmann <gerd@gnu.org>
9353
9354 * tindex.pl: New script.
9355
93561999-12-03 Dave Love <fx@gnu.org>
9357
9358 * Makefile.in (MAKEINFO): New parameter.
9359
93601999-09-17 Richard Stallman <rms@gnu.org>
9361
9362 * Makefile.in (srcs): Add hash.texi.
9363 (VERSION): Update to 20.6.
9364
93651999-09-13 Richard Stallman <rms@gnu.org>
9366
9367 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9368
93691998-08-29 Karl Heuer <kwzh@gnu.org>
9370
9371 * configure.in: New file.
9372 * Makefile.in: Renamed from Makefile.
9373 (prefix, infodir): Use value obtained from configure.
9374 (emacslibdir): Obsolete variable deleted.
9375 (dist): Distribute configure.in, configure, Makefile.in.
9376
93771998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9378
9379 * Makefile (INSTALL_INFO): New variable.
9380 (install): Run install-info.
9381
93821998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9383
9384 * Makefile (elisp.dvi): Add missing backslash.
9385
93861998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9387
9388 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9389 Run texindex without `./'. Always run texindex on elisp.tp.
9390 (elisp.tps): Target deleted.
9391
93921998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9393
9394 * Makefile (srcs): Add nonascii.texi and customize.texi.
9395 (dist): Start by deleting `temp'.
9396
93971998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9398
9399 * Makefile (makeinfo, texindex): Targets deleted.
9400 (makeinfo.o, texindex.o): Targets deleted.
9401 (clean, dist): Don't do anything with them or with getopt*.
9402
94031998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9404
9405 * Makefile (SHELL): Defined.
9406
94071998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9408
9409 * Makefile (elisp.tps): New target.
9410 (elisp.dvi): Depend on elisp.tps.
9411
c5602427 94121996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9413
9414 * README: Update phone number.
9415
9416 * Makefile (elisp): Make this be the default target.
9417 Depend on makeinfo.c instead of makeinfo.
9418 (install): Don't depend on elisp.dvi, since we don't install that.
9419 Use mkinstalldirs.
9420 (dist): Add mkinstalldirs.
9421
c5602427 94221995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9423
9424 * Makefile (VERSION): Update version number.
5dcb4c4e 9425 (maintainer-clean): Rename from realclean.
b8d4c8d0 9426
c5602427 94271995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9428
9429 * Makefile (realclean): New target.
9430 (elisp): Remove any old elisp-* files first.
9431
c5602427 94321993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9433
9434 * Makefile (VERSION): New variable.
9435 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9436 Compressed file suffix should be `.gz', not `.z'.
9437
ce058493 94381993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9439
9440 * Makefile (elisp): Depend on makeinfo.
9441
c5602427 94421993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9443
9444 * Makefile (srcs): Add anti.texi.
9445
c5602427 94461993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9447
9448 * Makefile (infodir, prefix): New vars.
9449 (install): Use infodir.
9450 (emacsinfodir): Deleted.
9451
c5602427 94521993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9453
9454 * Makefile (srcs): Add calendar.texi.
9455
9456 * Makefile (dist): Copy texindex.c and makeinfo.c.
9457 Limit elisp-* files to those with one or two digits.
9458
c5602427 94591993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9460
9461 * Makefile (dist): Changed to use Gzip instead of compress.
9462
c5602427 94631993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9464
9465 * loading.texi (Unloading): define-function changed back to
9466 defalias. It may not stay this way, but at least it's
9467 consistent with the known-good version of the code patch.
9468
c5602427 94691993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9470
9471 * modes.texi (Hooks): Document new optional arg of add-hook.
9472
c5602427 94731993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9474
9475 * variables.texi: Document nil initial value of buffer-local variables.
9476
9477 * tips.texi: Add new section on standard library headers.
9478
c5602427 94791993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9480
9481 * Makefile (srcs): Add frame.texi to the list of sources.
9482
c5602427 94831993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9484
9485 * Makefile (dist): Don't bother excluding autosave files; they'll
9486 never make it into the temp directory anyway, and the hash marks
9487 in the name are problematic for make and the Bourne shell.
9488 (srcs):
9489
c5602427 94901993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9491
9492 * Makefile (dist): Don't include backup files or autosave files in
9493 the distribution tar file.
9494
c5602427 94951991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9496
5dcb4c4e 9497 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9498 (elisp.dvi): Remove erroneous shell comment.
9499 Expect output of permute-index in permuted.fns.
9500 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9501 (clean): Add index.texi to be deleted.
b8d4c8d0 9502
c5602427 95031990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9504
9505 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9506
c5602427 95071990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9508
9509 * files.texi: Noted that completion-ignored-extensions is ignored
9510 when making *Completions*.
9511
3e868ee3 95121990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9513
9514 * Makefile make dist now depends on elisp.dvi, since it tries
9515 to include it in the dist file.
9516
c5602427 95171990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9518
c5602427 9519 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9520
c5602427 95211989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9522
9523 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9524 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9525
c5602427 95261989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9527
9528 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9529 and @error{} are the terms now being used. The files in the
9530 directory have been changed to reflect this.
9531
9532 * All instances of @indentedresultt{} have been changed to
9533 ` @result{}', using 5 spaces at the begining of the line.
9534
c5602427 95351989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9536
9537 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9538 experimental @indentedresult{}, @indentedexpandsto{} are part of
9539 the texinfo.tex in this directory. These TeX macros are not
9540 stable yet.
9541
c5602427 95421989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9543
9544 * texinfo.tex: Temporarily added
9545 \let\result=\dblarrow
9546 \def\error{{\it ERROR} \longdblarrow}
9547 We need to do this better soon.
9548
c5602427 95491989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9550
9551 * Applied Karl Berry's patches to *.texinfo files, but not to
9552 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9553 new title page format is also not applied, since it requires
9554 texinfo.tex changes.)
9555
9556 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9557 for the Project GNU development environment.
9558
9559;; Local Variables:
c8763fb6 9560;; coding: utf-8
b8d4c8d0
GM
9561;; End:
9562
73b0cd50 9563 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9564
9565 This file is part of GNU Emacs.
9566
352c8b4a 9567 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9568 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9569 the Free Software Foundation, either version 3 of the License, or
9570 (at your option) any later version.
b8d4c8d0
GM
9571
9572 GNU Emacs is distributed in the hope that it will be useful,
9573 but WITHOUT ANY WARRANTY; without even the implied warranty of
9574 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9575 GNU General Public License for more details.
9576
9577 You should have received a copy of the GNU General Public License
352c8b4a 9578 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.