lisp/subr.el: Rework previous change.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
fead402d
CY
12012-01-21 Chong Yidong <cyd@gnu.org>
2
3 * intro.texi (A Sample Function Description): Special notation
4 used for macros too.
5
6 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
7 (Symbol Type): Add xref for keyword symbols.
8 (Sequence Type): Clarify differences between sequence types.
9 (Cons Cell Type): Add "linked list" index entry.
10 (Non-ASCII in Strings): Copyedits.
11 (Equality Predicates): Symbols with same name need not be eq.
12
13 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
14 ldexp. Move float-e and float-pi to Math Functions node.
15
61086eb6
GM
162012-01-21 Glenn Morris <rgm@gnu.org>
17
18 * modes.texi (Auto Major Mode):
19 * variables.texi (File Local Variables):
20 Mention inhibit-local-variables-regexps.
21
34a02f46
MR
222012-01-19 Martin Rudalics <rudalics@gmx.at>
23
24 * windows.texi (Window Configurations): Rewrite references to
25 persistent window parameters.
26 (Window Parameters): Fix description of persistent window
27 parameters.
28
f5064cae
JB
292012-01-16 Juanma Barranquero <lekktu@gmail.com>
30
31 * windows.texi (Window Parameters): Use @pxref.
32
6a6ee00d
MR
332012-01-16 Martin Rudalics <rudalics@gmx.at>
34
35 * windows.texi (Window Configurations, Window Parameters):
36 Describe persistent window parameters.
37
9ca4c014
SM
382011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * variables.texi (Creating Buffer-Local): Warn against misuses of
41 make-variable-buffer-local (bug#10258).
42
d027f83d
LMI
432012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
44
45 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
46
89bd9ccd
CY
472012-01-06 Chong Yidong <cyd@gnu.org>
48
49 * variables.texi (Directory Local Variables): Document
50 hack-dir-local-variables-non-file-buffer.
51
c869783d
GM
522012-01-06 Glenn Morris <rgm@gnu.org>
53
54 * maps.texi (Standard Keymaps): Refer to Info-edit by name
55 rather than by keybinding.
56
2cae5ba4
JB
572011-12-29 Juanma Barranquero <lekktu@gmail.com>
58
59 * frames.texi (Font and Color Parameters): Add @pxref.
60
43da4d08
DC
612011-12-29 Daniel Colascione <dan.colascione@gmail.com>
62
63 * frames.texi (Font and Color Parameters):
64 Document w32 font backends (bug#10399).
65
8d80ef01
PE
662011-12-28 Paul Eggert <eggert@cs.ucla.edu>
67
68 * files.texi (File Attributes, Changing Files):
69 Use a more-natural notation for octal numbers.
70
9022ae07
JB
712011-12-23 Juanma Barranquero <lekktu@gmail.com>
72
73 * variables.texi (Variables with Restricted Values):
74 Change reference to variable (bug#10354).
75
454592a6
MR
762011-12-13 Martin Rudalics <rudalics@gmx.at>
77
78 * windows.texi (Splitting Windows): Use t instead of non-nil
79 when describing window-combination-resize.
80
a7cdbfce
SM
812011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
82
83 * text.texi (Special Properties): Warn against `intangible' properties
84 (bug#10222).
85
a3dcc84e
EZ
862011-11-26 Eli Zaretskii <eliz@gnu.org>
87
579ebf8f
EZ
88 * display.texi (Truncation):
89 * text.texi (Special Properties): Describe what a stretch-glyph is
90 instead of using that term without explanation. Make the
91 cross-references more accurate.
92
a3dcc84e
EZ
93 * display.texi (Usual Display): Update the description,
94 cross-references, and indexing related to display of control
95 characters and raw bytes.
96
94af99a4
MR
972011-11-25 Martin Rudalics <rudalics@gmx.at>
98
99 * windows.texi (Splitting Windows): Fix description of
100 window-combination-limit. Suggested by Eli Zaretskii.
101
1c3d7a13
CY
1022011-11-23 Chong Yidong <cyd@gnu.org>
103
104 * windows.texi (Window Sizes): Move window-top-line,
105 window-left-column, and window-*-pixel-edges to Coordinates and
106 Windows node.
107 (Coordinates and Windows): Restore window-edges doc.
108
90151a1e
MR
1092011-11-21 Martin Rudalics <rudalics@gmx.at>
110
a7cdbfce
SM
111 * windows.texi (Windows and Frames, Splitting Windows):
112 Fix typos.
90151a1e 113
a9b9b7f5
CY
1142011-11-21 Chong Yidong <cyd@gnu.org>
115
116 * windows.texi (Splitting Windows): Fix error in documentation of
117 window-combination-limit.
118 (Cyclic Window Ordering): Minor fixes to next-window,
119 one-window-p, and get-lru-window docs. Don't document
120 window-list-1.
121 (Buffers and Windows): Copyedits.
122 (Choosing Window): Document special handling of special-display-*.
123 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
124 Don't document even-window-heights, which is going away.
125 Clarify which options are obeyed by which action functions.
a9b9b7f5 126
f4e90db0
SM
1272011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
130
d2999b1a
MR
1312011-11-20 Martin Rudalics <rudalics@gmx.at>
132
f4e90db0
SM
133 * windows.texi (Resizing Windows, Splitting Windows):
134 Remove term "status" when talking about combination limits.
d2999b1a 135
cd1181db
JB
1362011-11-20 Juanma Barranquero <lekktu@gmail.com>
137
138 * compile.texi (Compiler Errors):
139 * help.texi (Help Functions): Fix typos.
140
7bf54975
CY
1412011-11-19 Chong Yidong <cyd@gnu.org>
142
143 * windows.texi (Splitting Windows): Clarify role of window
144 parameters in split-window. Shorten the example.
f4e90db0
SM
145 (Deleting Windows): Rewrite intro to handle internal windows.
146 Fix delete-windows-on doc.
7bf54975
CY
147 (Selecting Windows): Copyedits.
148
a0c2d0ae
MR
1492011-11-17 Martin Rudalics <rudalics@gmx.at>
150
151 * windows.texi (Resizing Windows, Splitting Windows)
152 (Deleting Windows): Use term window-combination-resize instead
153 of window-splits.
154
b6f67890
MR
1552011-11-16 Martin Rudalics <rudalics@gmx.at>
156
f4e90db0
SM
157 * windows.texi (Resizing Windows, Splitting Windows):
158 Rename occurrences of window-nest to window-combination-limit.
b6f67890 159
0b381c7e
JB
1602011-11-14 Juanma Barranquero <lekktu@gmail.com>
161
162 * intro.texi (Lisp History): Fix typo.
163
89d61221
MR
1642011-11-12 Martin Rudalics <rudalics@gmx.at>
165
f4e90db0
SM
166 * windows.texi (Splitting Windows, Deleting Windows):
167 Remove references to splits status of windows.
89d61221 168
b2621720
GM
1692011-11-10 Glenn Morris <rgm@gnu.org>
170
171 * buffers.texi (Read Only Buffers): Expand a bit on why
172 toggle-read-only should only be used interactively. (Bug#7292)
173
d2ad7ee1
CY
1742011-11-09 Chong Yidong <cyd@gnu.org>
175
176 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 177 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
178 window-inside-absolute-pixel-edges.
179 (Resizing Windows): shrink-window-if-larger-than-buffer works on
180 non-full-width windows.
181
2cffd681
MR
1822011-11-09 Martin Rudalics <rudalics@gmx.at>
183
184 * windows.texi (Resizing Windows): Rewrite documentation of
185 window-resizable.
186
f6f6d7e7
CY
1872011-11-09 Chong Yidong <cyd@gnu.org>
188
189 * windows.texi (Splitting Windows): Simplify example.
190
a79db6e0
CY
1912011-11-08 Chong Yidong <cyd@gnu.org>
192
193 * windows.texi (Window Sizes): Copyedits. Document
194 window-text-height. Remove window-min-height and window-min-width
195 discussion, referring instead to Emacs manual.
196 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
197 (Resizing Windows): Simplify introduction. Don't document
198 enlarge-window, shrink-window, enlarge-window-horizontally, and
199 shrink-window-horizontally; they are no longer preferred for
200 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 201
441950c7
GM
2022011-11-07 Glenn Morris <rgm@gnu.org>
203
204 * windows.texi (Choosing Window): Fix keybinding typo.
205
be7f5545
MR
2062011-11-07 Martin Rudalics <rudalics@gmx.at>
207
208 * windows.texi (Resizing Windows, Splitting Windows)
209 (Window Configurations): Use "child window" instead of
210 "subwindow".
211
291d142b
CY
2122011-11-06 Chong Yidong <cyd@gnu.org>
213
214 * windows.texi (Basic Windows): Clarify various definitions.
215 Treat window-normalize-* as internal; don't document them.
216 (Windows and Frames): Various clarifications, e.g. non-live
217 windows also belong to frames. Fix window-list description.
218 Simplify window nesting example.
f4e90db0
SM
219 (Splitting Windows, Window Configurations):
220 Use split-window-below.
291d142b 221
89bd5ee1
EZ
2222011-11-04 Eli Zaretskii <eliz@gnu.org>
223
224 * windows.texi (Window Sizes): Mention in the doc string that the
225 return values of `window-body-height' and `window-body-width' are
226 in frame's canonical units. (Bug#9949)
227
3d8daefe
MR
2282011-10-30 Martin Rudalics <rudalics@gmx.at>
229
230 * windows.texi (Windows and Frames): Remove "iso-" infix from
231 documentation of window-iso-combined-p.
232
60754666
CY
2332011-10-26 Chong Yidong <cyd@gnu.org>
234
235 * modes.texi (Running Hooks): Document with-wrapper-hook.
236
d366bd53
CY
2372011-10-18 Chong Yidong <cyd@gnu.org>
238
239 * display.texi (Glyphless Chars): New node.
240
50b063c3
CY
2412011-10-13 Chong Yidong <cyd@stupidchicken.com>
242
243 * text.texi (Yanking): Document yank-excluded-properties.
244
245 * package.texi (Packaging Basics): The commentary should say how
246 to begin using the package.
247
c72063fa
MR
2482011-10-11 Martin Rudalics <rudalics@gmx.at>
249
250 * windows.texi (Deleting Windows): Mention which window gets
251 selected when deleting the selected window.
252
d83dc65b
MR
2532011-10-09 Martin Rudalics <rudalics@gmx.at>
254
255 * buffers.texi (The Buffer List): Describe how bury-buffer deals
256 with the selected window.
257 * windows.texi (Buffers and Windows): Reformulate text on how
258 replace-buffer-in-windows deals with a window.
259 (Quitting Windows): Describe how quit-window deals with a
260 standalone frame. Describe new option frame-auto-hide-function.
261
c599682c
GM
2622011-10-08 Glenn Morris <rgm@gnu.org>
263
48bca619
GM
264 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
265
c599682c
GM
266 * positions.texi (Excursions): Update warning message.
267
969aa734
CY
2682011-10-05 Chong Yidong <cyd@stupidchicken.com>
269
f4e90db0
SM
270 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
271 Fix Emacs manual xref (Bug#9675).
969aa734 272
550f41cd
CY
2732011-10-01 Chong Yidong <cyd@stupidchicken.com>
274
275 * windows.texi (Textual Scrolling): Document scroll-up-command,
276 scroll-down-command, scroll-error-top-bottom, and the
277 scroll-command symbol property.
717a1362
CY
278 (Display Action Functions): Fix description of
279 display-buffer-pop-up-window.
550f41cd 280
a239d4e9
JB
2812011-09-28 Juanma Barranquero <lekktu@gmail.com>
282
283 * windows.texi (Splitting Windows): Fix typos.
284
590c056d
MR
2852011-09-25 Martin Rudalics <rudalics@gmx.at>
286
287 * windows.texi (Windows and Frames, Display Action Functions)
288 (Switching Buffers): Fix some typos.
289 (Buffers and Windows): Remove reference to window-auto-delete.
290 Reword description of replace-buffer-in-windows.
291 (Window History): Fix some typos and refer to frame local buffer
292 list.
c419f5cb
MR
293 (Quitting Windows): New node.
294 (Window Configurations): Add descriptions of window-state-get
295 and window-state-put.
296 (Window Parameters): Describe variable ignore-window-parameters.
297 Sketch some window parameters currently in use.
298 * elisp.texi (Top): Update node listing.
590c056d 299
9ec20d36
CY
3002011-09-25 Chong Yidong <cyd@stupidchicken.com>
301
302 * windows.texi (Display Action Functions)
303 (Choosing Window Options): New nodes.
304
0e406a72
CY
3052011-09-24 Chong Yidong <cyd@stupidchicken.com>
306
307 * windows.texi (Window History): New node. Move text here from
308 Buffers and Windows.
309 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
310 don't document display-buffer here; callers changed.
311 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
312 switch-to-buffer-other-frame. Delete duplicate
313 replace-buffer-in-windows doc.
314 (Choosing Window): Document display actions.
315
6bf7006f
EZ
3162011-09-24 Eli Zaretskii <eliz@gnu.org>
317
318 * display.texi (Forcing Redisplay): Update the description of
319 redisplay-dont-pause due to change in the default value.
320
b33b68a3
MR
3212011-09-23 Martin Rudalics <rudalics@gmx.at>
322
323 * frames.texi (Frames and Windows): Move section and rename to
324 Windows and Frames in windows.texi.
325 * windows.texi (Windows): Restructure.
326 (Basic Windows): Rewrite. Explain live and internal windows and
327 normalization functions.
328 (Windows and Frames): Move section here from frames.texi.
329 Describe subwindows, window combinations, window tree, and
330 corresponding functions including window-list here.
331 (Window Sizes): Rename section from Size of Window and move it
332 up in chapter. Describe total and body sizes and the
333 corresponding functions. Explain new semantics of
334 window-min-height/-width.
335 (Resizing Windows): Move section up in chapter. Describe new
336 resize functions.
337 (Splitting Windows): Describe new behavior of split-window,
338 split-window-above-each-other and split-window-side-by-side.
339 Provide examples. Describe window-nest and window-splits
340 options.
341 (Deleting Windows): Minor rewrite.
f4e90db0
SM
342 (Selecting Windows): Minor rewrite.
343 Describe frame-selected-window and set-frame-selected-window here.
344 (Cyclic Window Ordering): Minor rewrite.
345 Describe window-list-1.
b33b68a3
MR
346 (Buffers and Windows): Rewrite. Explain a window's previous and
347 next buffers and the corresponding functions.
c4682d18 348 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
349 * elisp.texi (Top): Update node listings for frames and windows
350 sections.
351
4d3786ac
SM
3522011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
353
354 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
355
713df35b
LMI
3562011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
357
358 * errors.texi (Standard Errors): Remove apparent placeholder text
359 (bug#9491).
360
33ed493b
CY
3612011-09-18 Chong Yidong <cyd@stupidchicken.com>
362
363 * frames.texi (Management Parameters): Fix description of
364 icon-type parameter.
365
b8f0a954
CY
3662011-09-17 Chong Yidong <cyd@stupidchicken.com>
367
368 * tips.texi (Key Binding Conventions): Don't bind a key sequence
369 ending in C-g. Suggested by Edward O'Connor.
370
eddf142c
EZ
3712011-09-17 Eli Zaretskii <eliz@gnu.org>
372
373 * numbers.texi (Integer Basics): Add indexing for
374 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
375
bf1af6c7
DM
3762011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
377
378 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
379
cec2eab8
JB
3802011-09-11 Juanma Barranquero <lekktu@gmail.com>
381
382 * processes.texi (Network Servers): Clarify what the process
383 buffer is used for (bug#9233).
384
51751aa2 3852011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
386
387 * lists.texi (Building Lists): Fix typo.
388
35137ed3
CY
3892011-08-30 Chong Yidong <cyd@stupidchicken.com>
390
391 * display.texi (Basic Faces): New node. Document new faces.
392
393 * modes.texi (Major Mode Conventions): Move some text there.
394 (Mode Help): Remove major-mode var, duplicated in Major Modes.
395
3fd50d5c
CY
3962011-08-29 Chong Yidong <cyd@stupidchicken.com>
397
398 * modes.texi (Basic Major Modes): New node. Callers updated.
399 (Major Modes): Document fundamental-mode and major-mode.
400 (Major Mode Basics): Node deleted; text moved to Major Modes.
401 (Derived Modes): Document derived-mode-p.
402
ddb54206
CY
4032011-08-28 Chong Yidong <cyd@stupidchicken.com>
404
a6326082
CY
405 * files.texi (Changing Files, Create/Delete Dirs): Document new
406 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
407 (Visiting Functions): Remove view-file; it is documented in the
408 Emacs manual.
04e2ce72 409
ddb54206
CY
410 * frames.texi (Layout Parameters): The defaults for the
411 menu-bar-lines and tool-bar-lines parameters depend on the mode.
412
413 * display.texi (Progress): Document spinner functionality.
414
415 * os.texi (Killing Emacs): Note that kill-emacs can be called by
416 operating system signals. Refer to save-buffers-kill-terminal
417 instead of save-buffers-kill-emacs.
418
419 * objects.texi (Symbol Type): Document ## print representation.
420
0c95fcf7
EZ
4212011-08-25 Eli Zaretskii <eliz@gnu.org>
422
423 * display.texi (Specified Space): Mention that `space' specs
424 influence bidi reordering.
425 (Bidirectional Display): Explain how to use `(space . PROPS)' for
426 separating fields with bidirectional content.
427
5980d4c6
EZ
4282011-08-24 Eli Zaretskii <eliz@gnu.org>
429
430 * display.texi (Bidirectional Display): Document return value in
431 buffers that are not bidi-reordered for display, and in unibyte
432 buffers.
433
bca633fb
EZ
4342011-08-23 Eli Zaretskii <eliz@gnu.org>
435
436 * nonascii.texi (Character Properties): Document the values for
437 unassigned codepoints.
438
c094bb0c
EZ
4392011-08-18 Eli Zaretskii <eliz@gnu.org>
440
441 * nonascii.texi (Character Properties): Document use of
442 `bidi-class' and `mirroring' properties as part of reordering.
443 Provide cross-references to "Bidirectional Display".
444
445 * display.texi (Bidirectional Display): Document the pitfalls of
446 concatenating strings with bidirectional content, with possible
f4e90db0
SM
447 solutions. Document bidi-string-mark-left-to-right.
448 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
449 Document use of `bidi-class' and `mirroring' properties as part of
450 reordering.
c094bb0c 451
1ea897d5
EZ
4522011-08-16 Eli Zaretskii <eliz@gnu.org>
453
9adfcd0b
EZ
454 * modes.texi (Major Mode Conventions): Improve the documentation
455 of `mode-class' `special' modes.
456
10862873
EZ
457 * nonascii.texi (Character Properties): Document the `mirroring'
458 property. Add index entries.
459
1ea897d5
EZ
460 * syntax.texi (Categories): Add an example of defining a new
461 category and category table.
462
463 * searching.texi (Regexp Backslash): Document how to display
464 existing categories. Mention the possibility of adding
465 categories, and add an xref to where this is described. Add an
466 index entry.
467
ebb552ed
CY
4682011-08-09 Chong Yidong <cyd@stupidchicken.com>
469
470 * text.texi (Special Properties):
471 * display.texi (Overlay Properties): Note that mouse-face cannot
472 change the text size (Bug#8530).
473
51a714e1
CY
4742011-08-08 Chong Yidong <cyd@stupidchicken.com>
475
476 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
477 using setenv instead.
478
4cc60b9b
EZ
4792011-07-28 Eli Zaretskii <eliz@gnu.org>
480
481 * display.texi (Bidirectional Display): Document the fact that
482 bidi-display-reordering is t by default.
483
5deb92fd
EZ
4842011-07-23 Eli Zaretskii <eliz@gnu.org>
485
486 * display.texi (Bidirectional Display): New section.
487
011b0ad6 4882011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
489 Tim Cross <theophilusx@gmail.com> (tiny change)
490 Glenn Morris <rgm@gnu.org>
011b0ad6 491
67f9b9f8 492 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 493
4baf28e6
AS
4942011-07-15 Andreas Schwab <schwab@linux-m68k.org>
495
496 * help.texi (Keys in Documentation): Revert last change.
497
66249842
LMI
4982011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
499
f863868c
LMI
500 * help.texi (Keys in Documentation): Clarify that \= only quotes
501 the next character, and doesn't affect longer sequences in
502 particular (bug#8935).
503
f4e90db0
SM
504 * debugging.texi (Using Debugger):
505 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 506
0bb23927 5072011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
508
509 * display.texi (Other Display Specs): Document that `left-fringe'
510 and `right-fringe' display specifications are of the "replacing"
511 kind.
512
f2027cdf
LMI
5132011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
514
515 * help.texi (Documentation Basics): Add a link to the Function
516 Documentation node (bug#6580).
517
f987fde4
LMI
5182011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
519
0bc59b25
LMI
520 * keymaps.texi (Menu Bar): Mention :visible and :enable
521 (bug#6344). Text by Drew Adams.
522
63d55f1f
LMI
523 * modes.texi (Running Hooks): Mention buffer-local hook variables
524 (bug#6218).
525
f987fde4
LMI
526 * objects.texi (General Escape Syntax): "a with grave accent" is
527 ?xe0, not ?x8e0 (bug#5259).
528
b7527639
CY
5292011-07-12 Chong Yidong <cyd@stupidchicken.com>
530
531 * display.texi (Face Attributes, Font Selection): Add references
532 to the Fonts node in the Emacs manual (Bug#4178).
533
c830e5ae
CY
5342011-07-12 Chong Yidong <cyd@stupidchicken.com>
535
536 * display.texi (Window Systems): `window-system' is
537 terminal-local.
538
539 * frames.texi (Frame Parameters, Parameter Access): Don't mention
540 frame-local variables.
541
542 * variables.texi (Buffer-Local Variables): Don't mention obsolete
543 frame-local variables.
544 (Frame-Local Variables): Node deleted.
545
546 * elisp.texi (Top): Update node listing.
547
91223e54
LMI
5482011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
549
550 * elisp.texi: Change "inferiors" to "subnodes" in three places
551 (bug#3523).
552
963578d3
CY
5532011-07-11 Chong Yidong <cyd@stupidchicken.com>
554
555 * frames.texi (Window System Selections): Discussion of
556 x-select-enable-clipboard moved to Emacs manual.
557
07151e49
DD
5582011-07-11 Deniz Dogan <deniz@dogan.se>
559
560 * commands.texi (Prefix Command Arguments): Remove excessive
561 apostrophe.
562
7261e1cf
LMI
5632011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
564
ad21a12a
LMI
565 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
566 description is a string (bug#3313).
567
7261e1cf
LMI
568 * frames.texi (Display Feature Testing): Try to explain what all
569 the visual classes mean (bug#3042).
570
568f7b79
LMI
5712011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
572
18d59e29
LMI
573 * modes.texi (Mode Line Variables): Document `mode-line-remote'
574 and `mode-line-client' (bug#2974).
575
568f7b79
LMI
576 * text.texi (Insertion): Clarify marker movements (bug#1651).
577 Text from Drew Adams.
578
54e10184
LMI
5792011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
580
d94d85e9
LMI
581 * text.texi (Special Properties): Clarify the format of `face'
582 (bug#1375).
583
54e10184
LMI
584 * commands.texi (Interactive Call): Add a `call-interactively'
585 example (bug#1010).
586
413c488d
LMI
5872011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
588
589 * functions.texi (Calling Functions): Link to the "Interactive
590 Call" node (bug#1001).
591
322b7dab 5922011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 593
3deead93
CY
594 * customize.texi (Composite Types): Move alist and plist to here
595 from Simple Types (Bug#7545).
596
597 * elisp.texi (Top): Update menu description.
598
b00d8c1a
CY
599 * display.texi (Face Attributes): Document negative line widths
600 (Bug#6113).
601
d2a6c43b
TR
6022011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
603
604 * searching.texi (Match Data): Note that match data can be
605 overwritten by most functions (bug#2499).
606
c7844a27
LMI
6072011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
608
a9ab721e
LMI
609 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
610 flags mean (bug#6659).
611
c7844a27
LMI
612 * functions.texi (What Is a Function): Document the autoload
613 object (bug#6496).
614
f68d76d0
LMI
6152011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
616
8a20ca4c
LMI
617 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
618 is only used in the Customize user interface (bug#6089).
619
f68d76d0 620 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 621 images (bug#7836).
f68d76d0 622
7018dbe7
EZ
6232011-07-02 Eli Zaretskii <eliz@gnu.org>
624
625 * variables.texi (Defining Variables, Void Variables)
626 (Constant Variables): Fix incorrect usage of @kindex.
627
36cb87a1
LMI
6282011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
629
28ee97c7
LMI
630 * variables.texi (Defining Variables): Add an index entry for
631 `set-variable' (bug#7262).
8d4294e9 632 (Defining Variables): Use @findex for functions.
28ee97c7 633
8862ffd5
LMI
634 * frames.texi (Basic Parameters): Document the `explicit-name'
635 parameter (bug#6951).
636
0ec389b9
LMI
637 * customize.texi (Type Keywords): Clarify that :value provides a
638 default value for all types (bug#7386).
639
36cb87a1
LMI
640 * streams.texi (Output Functions): Document `pp'.
641
11fdef7d 6422011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
643
644 * keymaps.texi (Searching Keymaps):
645 * display.texi (Overlay Properties): Fix errors in 2011-05-29
646 change. Suggested by Johan Bockgård.
647
eeafcea7
CY
6482011-06-15 Chong Yidong <cyd@stupidchicken.com>
649
650 * text.texi (Special Properties): Clarify role of font-lock-face.
651
b96e6cde
LMI
6522011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
653
f4e90db0 654 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
655 to `process-live-p' for consistency with other `-live-p' functions.
656
be14b9ab
PE
6572011-06-03 Paul Eggert <eggert@cs.ucla.edu>
658
659 Document wide integers better.
660 * files.texi (File Attributes): Document ino_t values better.
2d365993 661 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
662 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
663 (Bitwise Operations):
001903b5
PE
664 * objects.texi (Integer Type): Use a binary notation that is a bit easier
665 to read, and that will port better if 62-bits becomes the default.
666 Fix or remove incorrect examples.
be14b9ab
PE
667 * os.texi (Time Conversion): Document time_t values better.
668
bcd54f83
LMI
6692011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
670
f4e90db0
SM
671 * processes.texi (Process Information):
672 Document `process-alive-p'.
bcd54f83 673
049bcbcb
CY
6742011-05-29 Chong Yidong <cyd@stupidchicken.com>
675
676 * help.texi (Accessing Documentation):
677 * display.texi (Pixel Specification):
678 * processes.texi (Serial Ports, Serial Ports):
679 * nonascii.texi (Character Properties, Default Coding Systems):
680 * text.texi (Changing Properties, Special Properties):
681 * windows.texi (Window Start and End):
682 * modes.texi (SMIE Indentation Example, SMIE Tricks):
683 * keymaps.texi (Searching Keymaps, Tool Bar):
684 * minibuf.texi (Basic Completion):
685 * compile.texi (Eval During Compile):
686 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
687 7x9 paper in printed manual.
688
689 * lists.texi (Sets And Lists): Fix misplaced text.
690
58539c63
CY
6912011-05-29 Chong Yidong <cyd@stupidchicken.com>
692
693 * keymaps.texi (Remapping Commands): Emphasize that the keymap
694 needs to be active (Bug#8350).
695
6b5681bf
CY
6962011-05-28 Chong Yidong <cyd@stupidchicken.com>
697
b4d52acc
CY
698 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
699
6b5681bf
CY
700 * tips.texi (Coding Conventions): Remove antediluvian filename
701 limit recommendation (Bug#8538).
702
e145f188
GM
7032011-05-27 Glenn Morris <rgm@gnu.org>
704
705 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
706
eafed945
GM
7072011-05-26 Glenn Morris <rgm@gnu.org>
708
709 * variables.texi (File Local Variables):
710 Update hack-local-variables `mode-only' return value.
2d3ba9e7 711 Add some more details on what this function does in the other case.
eafed945 712
bc8410af
GM
7132011-05-19 Glenn Morris <rgm@gnu.org>
714
715 * lists.texi (Sets And Lists): Mention cl provides union etc.
716
35a30759
N
7172011-05-19 Nix <nix@esperi.org.uk>
718
719 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
720
721 * text.texi (Parsing HTML): Update for function name changes.
722
723 * syntax.texi (Syntax Flags): Small fix.
724
725 * keymaps.texi (Active Keymaps): Typo fix.
726 (Changing Key Bindings): Grammar fix.
727
728 * frames.texi (Minibuffers and Frames): Grammar fix.
729 (Window System Selections): x-select-enable-clipboard now defaults to t.
730
731 * customize.texi (Common Keywords):
732 * display.texi (Abstract Display):
733 * modes.texi (Auto-Indentation):
734 * nonascii.texi (Converting Representations): Typo fixes.
735
736 * control.texi (Examples of Catch): Call it "goto" not "go to".
737
e3934a8a
EZ
7382011-05-14 Eli Zaretskii <eliz@gnu.org>
739
bc039a3b
EZ
740 * nonascii.texi (Character Properties): Fix inconsistencies with
741 implementation.
742
e3934a8a
EZ
743 * text.texi (Special Properties): Move @defvar's out of the
744 @table. (Bug#8652)
745
e2c94218
GM
7462011-05-12 Glenn Morris <rgm@gnu.org>
747
748 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
749
d2fc7e3d 7502011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
751
752 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
753 (Multiline Font Lock):
754 * vol2.texi (Top):
755 * vol1.texi (Top):
756 * elisp.texi (Top): Update menu accordingly.
757
d2fc7e3d 7582011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
759
760 * modes.texi (Region to Fontify): Fix typo.
761
79b70037
GM
7622011-05-10 Jim Meyering <meyering@redhat.com>
763
764 * minibuf.texi: Fix typo "in in -> in".
765
b08a63cc 7662011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
767
768 * numbers.texi (Integer Basics): Large integers are treated as floats.
769
1ef14cb4
LMI
7702011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
771
772 * processes.texi (Synchronous Processes): Document the (:file
773 "/file-name") syntax for `call-process'.
774
4ffd0d6b 7752011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
776
777 * windows.texi (Choosing Window): Fix typo.
778
4ffd0d6b 7792011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
780
781 * frames.texi (Layout Parameters): Note the difference between
782 querying and setting parameters for left-fringe and right-fringe
783 (Bug#6930).
784
fd5a8ae8
SM
7852011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * minibuf.texi (Basic Completion): Be a bit more precise about the
788 valid kinds of completion tables.
789 (Programmed Completion): Remove obsolete text about lambda expressions
790 not being valid completion tables.
791
c1bcd0d5
CY
7922011-03-19 Chong Yidong <cyd@stupidchicken.com>
793
794 * positions.texi (Excursions): Explain the "save-excursion
795 defeated by set-buffer" warning.
796
797 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
798 save-excursion. Suggested by Uday S Reddy.
799
03408648 8002011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 801
03408648
SM
802 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
803 (Lexical Binding): New sub-section.
ba83908c 804
03408648
SM
805 * eval.texi (Eval): Discourage the use of `eval'.
806 Document its new `lexical' argument.
6c075cd7 807
f6d62986
SM
8082011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
809
03408648 810 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
811 nil any more.
812
84ea5558 8132011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
814
815 * strings.texi (String Conversion): Don't mention
816 string-make-(uni|multi)byte (bug#8262).
817 * nonascii.texi (Converting Representations): Fix up range.
818 * keymaps.texi (Key Binding Commands): Update code point, avoid
819 "unibyte character" and remove mention of unibyte bindings.
820
62d94509
EZ
8212011-03-10 Eli Zaretskii <eliz@gnu.org>
822
823 * modes.texi (Operator Precedence Grammars): Don't use characters
824 outside ISO-8859-1.
825
63a329f8
EZ
8262011-03-09 Eli Zaretskii <eliz@gnu.org>
827
828 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
829
830 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
831
6446548e
GM
8322011-03-08 Glenn Morris <rgm@gnu.org>
833
834 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
835 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 836 * elisp.texi: Set documentencoding.
6446548e 837
33383987
JB
8382011-03-07 Chong Yidong <cyd@stupidchicken.com>
839
840 * Version 23.3 released.
841
0b3ceceb
CY
8422011-03-06 Chong Yidong <cyd@stupidchicken.com>
843
844 * package.texi: Update index keywords.
845 (Package Archives): New node contents. Document package-x.el.
846
78f5433f
JB
8472011-03-06 Juanma Barranquero <lekktu@gmail.com>
848
849 * makefile.w32-in (srcs): Add package.texi.
850
555e9b5c
CY
8512011-03-06 Chong Yidong <cyd@stupidchicken.com>
852
120d9389
CY
853 * package.texi (Packaging, Packaging Basics, Simple Packages)
854 (Multi-file Packages): Expand and clarify.
855 (Package Archives): Temporary placeholder node.
856
857 * elisp.texi (Top): Update node listing.
858
555e9b5c
CY
859 * Makefile.in (srcs): Add package.texi.
860
b59a4335
CY
8612011-03-05 Chong Yidong <cyd@stupidchicken.com>
862
863 * processes.texi (Synchronous Processes): Minor clarification
864 (Bug#8149).
865
06083aa1
GM
8662011-03-03 Glenn Morris <rgm@gnu.org>
867
868 * files.texi (Truenames): Minor clarification. (Bug#2341)
869
6640b281
GM
8702011-03-01 Glenn Morris <rgm@gnu.org>
871
872 * variables.texi (Directory Local Variables):
873 Mention `(subdirs . nil)' alist element.
874
2b0c7330 8752011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
876
877 * variables.texi (Directory Local Variables): Mention the optional
878 mtime argument of dir-locals-set-directory-class. (Bug#3577)
879
b923f7a9
CY
8802011-02-27 Chong Yidong <cyd@stupidchicken.com>
881
882 * minibuf.texi (Minibuffer History): Clarify discussion of
883 minibuffer history lists (Bug#8085).
884
67ab0163 8852011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 886
e979a521
EZ
887 * elisp.texi: Sync @dircategory with ../../info/dir.
888
e03b2fd4
EZ
889 * files.texi (Visiting Functions): Document find-file-literally,
890 both the command and the variable.
891
86ec878a
EZ
892 * variables.texi (Creating Buffer-Local): Explain the meaning of
893 permanent local variables.
894
67ab0163
GM
895 * files.texi (Visiting Functions): Document find-file-literally,
896 both the command and the variable.
897
898 * variables.texi (Creating Buffer-Local): Explain the meaning of
899 permanent local variables.
900
9012011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
902
903 * keymaps.texi (Remapping Commands): Mention how to undo it.
904
bfcb151a
RT
9052011-02-09 Reuben Thomas <rrt@sc3d.org>
906
907 * loading.texi (Hooks for Loading): Remove unnecessary advice
908 about eval-after-load (Bug#7986).
909
a41c8660
CY
9102011-02-05 Chong Yidong <cyd@stupidchicken.com>
911
912 * commands.texi (Accessing Mouse): Note that a header line is not
913 included in the row of posn-col-row.
914
e0dd6837
CY
9152011-02-02 Chong Yidong <cyd@stupidchicken.com>
916
917 * modes.texi (Major Mode Conventions): Add face guidelines.
918 (Faces for Font Lock): List faces in order of prominence.
919
a4180391
PE
9202011-02-01 Paul Eggert <eggert@cs.ucla.edu>
921
922 format-time-string now supports subsecond time stamp resolution
923 * os.texi (Time Parsing): Document %N.
924
7427eb97
CY
9252011-01-28 Chong Yidong <cyd@stupidchicken.com>
926
61db307f
CY
927 * vol1.texi (Top):
928 * vol2.texi (Top):
929 * elisp.texi (Top):
930 * display.texi (Display Property): Shorten the menu description of
931 the "Other Display Specs" node (Bug#7816).
932
7427eb97
CY
933 * keymaps.texi (Defining Menus): Add "menu item" and "extended
934 menu item" concept index entries (Bug#7805).
935
bf3dae7e
EZ
9362011-01-29 Eli Zaretskii <eliz@gnu.org>
937
938 * makefile.w32-in (texinfodir): New variable.
939 (usermanualdir): Remove as redundant with $(emacsdir).
940 (MAKEINFO): Remove options, leave only program name.
941 (MAKEINFO_OPTS): New variable.
942 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
943
06d8ace5 9442011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
945 Richard Kim <emacs18@gmail.com>
946
947 * loading.texi (Library Search): Document list-load-path-shadows
948 (Bug#7757).
949
06d8ace5 9502011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
951
952 * searching.texi (Regexp Special): Remove outdated discussion of
953 character sets (Bug#7780).
954
28a88153
CY
955 * frames.texi (Pop-Up Menus): Document where menu title comes
956 from (Bug#7684).
957
06d8ace5 9582011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
959
960 * display.texi (Making Buttons): Mention limitation of text buttons.
961
a8e1e9ee
WL
9622011-01-23 Werner Lemberg <wl@gnu.org>
963
964 * Makefile.in (MAKEINFO): Now controlled by `configure'.
965 (MAKEINFO_OPTS): New variable. Use it where appropriate.
966 (ENVADD): New variable to control texi2dvi and texi2pdf.
967
362b9d48
GM
9682011-01-15 Chong Yidong <cyd@stupidchicken.com>
969
970 * files.texi (Directory Names): Move directory-abbrev-alist doc to
971 Emacs manual.
972
9732011-01-15 Eli Zaretskii <eliz@gnu.org>
974
975 * files.texi (Directory Names): Explain why FROM in
976 directory-abbrev-alist should begin with \`. (Bug#7777)
977
3fa173b4
SM
9782011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
979
980 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
981
7c420169 9822011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
983
984 * modes.texi (Emulating Mode Line): Fix last change.
985
7c420169 9862011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
987
988 * modes.texi (Emulating Mode Line): Update documentation of
989 format-mode-line according to changes that fixed bug #7587.
990
80b33766
SM
9912010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
992
993 * modes.texi (Derived Modes): Mention prog-mode.
994
995 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
996 of the key-binding-data cache since we don't use it any more.
997
f49d1f52 9982010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 999
4bb49a92
EZ
1000 * processes.texi (Shell Arguments):
1001 * strings.texi (Creating Strings): Don't mention "shell commands";
1002 make it explicit that `split-string-and-unquote' and
1003 `combine-and-quote-strings' are mainly for working with arguments
1004 to call-process and start-process.
1005
3c73e30e
EZ
1006 * processes.texi (Shell Arguments): Fix documentation of
1007 `split-string-and-unquote'. Add indexing. (Bug#7563)
1008
f49d1f52 10092010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1010
1011 * modes.texi (Auto-Indentation): New section to document SMIE.
1012 (Major Mode Conventions):
1013 * text.texi (Mode-Specific Indent): Refer to it.
1014
f49d1f52 10152010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1016
1017 * display.texi (Other Display Specs): Document left-fringe and
1018 right-fringe display specs.
1019
f49d1f52 10202010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1021
1022 * backups.texi (Making Backups):
1023 * modes.texi (Example Major Modes): Use recommended coding style.
1024 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1025 define-derived-mode. Mention completion-at-point-functions.
1026
f49d1f52 10272010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1028
5dcb4c4e
SM
1029 * nonascii.texi (Converting Representations):
1030 Document byte-to-string.
e1115396 1031
ec1b9b17
GM
10322010-12-08 Glenn Morris <rgm@gnu.org>
1033
1034 * buffers.texi (Modification Time):
1035 verify-visited-file-modtime now defaults to the current buffer.
1036
07976ae3 10372010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1038
ec1b9b17 1039 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1040
1041 * strings.texi (Creating Strings): Don't mention semi-obsolete
1042 function char-to-string.
1043 (String Conversion): Shorten discussion of semi-obsolete function
1044 string-to-char. Link to Converting Representations.
1045
1046 * objects.texi (Symbol Type):
1047 * text.texi (Near Point):
1048 * help.texi (Help Functions):
1049 * functions.texi (Mapping Functions): Use string instead of
1050 char-to-string in examples.
1051
07976ae3 10522010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1053
1054 * text.texi (Kill Functions, Kill Functions)
1055 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1056 YANK-HANDLER args.
1057
1058 * symbols.texi (Creating Symbols): Using unintern without an
1059 obarray arg is now obsolete.
1060
1061 * numbers.texi (Float Basics): Document float-e and float-pi.
1062
1063 * variables.texi (Defining Variables): Change "pi" example to
1064 "float-pi".
1065
8547874a
EZ
10662010-11-26 Eli Zaretskii <eliz@gnu.org>
1067
1068 * commands.texi (Click Events): Document the values of X, Y and
1069 COL, ROW in the event's position, when the click is on the header
1070 or mode line, on the fringes, or in the margins.
1071
4a47c275 10722010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1073
5b05d75b
EZ
1074 * customize.texi (Composite Types): Lower-case index entry.
1075
5dcb4c4e
SM
1076 * loading.texi (How Programs Do Loading):
1077 Document load-file-name. (Bug#7346)
c7926fe2 1078
4a47c275 10792010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1080
1081 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1082
0eb025fb
EZ
10832010-11-13 Eli Zaretskii <eliz@gnu.org>
1084
1085 * display.texi (Usual Display): Characters with no fonts are not
1086 necessarily displayed as empty boxes.
1087
2699a554 10882010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1089
1090 * maps.texi (Standard Keymaps): Update File menu description.
1091
8289f37b
GM
10922010-10-28 Glenn Morris <rgm@gnu.org>
1093
1094 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1095
5793a7bc 10962010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1097
1098 * display.texi (Window Systems): Deprecate use of window-system as
1099 a predicate.
1100
17284e30
GM
11012010-10-23 Glenn Morris <rgm@gnu.org>
1102
1103 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1104 sorted-doc.
1105
00f113eb
JB
11062010-10-15 Eli Zaretskii <eliz@gnu.org>
1107
1108 * os.texi (Dynamic Libraries): New node, with slightly modified
1109 text deleted from "Image Formats".
1110 (System Interface): Add @menu entry for "Dynamic Libraries".
1111
1112 * display.texi (Image Formats): Remove description of
1113 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1114
07277eb8
GM
11152010-10-12 Glenn Morris <rgm@gnu.org>
1116
1117 * book-spine.texinfo: Rename to book-spine.texi.
1118
c12e4a81
GM
11192010-10-11 Glenn Morris <rgm@gnu.org>
1120
df187c62
GM
1121 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1122
c12e4a81 1123 * Makefile.in (DVIPS): New variable.
234db610
GM
1124 (.PHONY): Add html, ps.
1125 (html, elisp.html, ps, elisp.ps): New targets.
1126 (clean): Delete html, ps files.
1127 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1128
6513b232
EZ
11292010-10-09 Eli Zaretskii <eliz@gnu.org>
1130
1131 * makefile.w32-in (emacsdir): New variable.
1132 (srcs): Add emacsver.texi.
1133 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1134
abd40fb4
GM
11352010-10-09 Glenn Morris <rgm@gnu.org>
1136
c1dc72b3
GM
1137 * Makefile.in (VPATH): Remove.
1138 (infodir): Make it absolute.
1139 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1140
4393405b
GM
1141 * Makefile.in (dist): Anchor regexps.
1142
eef3ab94
GM
1143 * Makefile.in (srcs): Put elisp.texi first.
1144 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1145
aa9db089
GM
1146 * Makefile.in (infoclean): Remove harmless, long-standing error.
1147
abd40fb4
GM
1148 * Makefile.in ($(infodir)): Delete rule.
1149 (mkinfodir): New.
1150 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1151
68db69ed 1152 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1153 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1154
ea274122
GM
11552010-10-09 Glenn Morris <rgm@gnu.org>
1156
f7a31f11
GM
1157 * Makefile.in (emacsdir): New variable.
1158 (MAKEINFO): Add -I $emacsdir.
1159 (dist): Copy emacsver.texi.
b13254e7
GM
1160 (srcs): Add emacsver.texi.
1161
f7a31f11
GM
1162 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1163 Set EMACSVER by including emacsver.texi.
1164
ea274122
GM
1165 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1166
17ca7950
GM
11672010-10-07 Glenn Morris <rgm@gnu.org>
1168
1169 * Makefile.in (version): New, set by configure.
1170 (clean): Delete dist tar file.
1171 (dist): Use version in tar name.
1172
4c83f6e1
GM
11732010-10-06 Glenn Morris <rgm@gnu.org>
1174
1175 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1176 (INSTALL_INFO): Remove unused variable.
1177 (mostlyclean, infoclean, dist): New rules.
1178 (clean): Delete dvi and pdf files.
1179 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1180 ($(infodir)): Add parallel build workaround.
4c83f6e1 1181
0264072d
GM
11822010-10-04 Glenn Morris <rgm@gnu.org>
1183
1184 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1185 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1186 Fix -I typo.
0264072d
GM
1187 (clean): No 'make.out' or 'core' files.
1188 (.PHONY): Declare clean rules.
1189 (maintainer-clean): Delete pdf file. Guard against cd failures.
1190
77f38949
GM
11912010-10-03 Glenn Morris <rgm@gnu.org>
1192
1193 * files.texi (File Name Components): Remove ignored section about
1194 deleted variable directory-sep-char.
1195
178fdd41
MA
11962010-10-03 Michael Albinus <michael.albinus@gmx.de>
1197
1198 * files.texi (Magic File Names): New defopt
1199 remote-file-name-inhibit-cache.
1200
9c524fcb
GM
12012010-10-02 Glenn Morris <rgm@gnu.org>
1202
1203 * os.texi (Killing Emacs): Hook now runs in batch mode.
1204
f816790b
SM
12052010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * text.texi (Special Properties): Clarify when modification-hooks run.
1208
7cf78aac
SM
12092010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1210
1211 * syntax.texi (Syntax Flags): Document new `c' flag.
1212
ca0d44e4
GM
12132010-09-09 Glenn Morris <rgm@gnu.org>
1214
1215 * display.texi (ImageMagick Images): General cleanup.
1216
10999305 12172010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1218
1219 * files.texi (Directory Names): Use \` rather than ^.
1220
45240125
JD
12212010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1222
1223 * text.texi (Low-Level Kill Ring):
1224 * frames.texi (Window System Selections): Remove cut buffer
1225 documentation.
1226
4abe5bf6
EZ
12272010-08-28 Eli Zaretskii <eliz@gnu.org>
1228
1229 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1230 Parameters", where the default fringe width is described.
1231
1232 * frames.texi (Window Frame Parameters, Basic Parameters)
1233 (Position Parameters, Layout Parameters, Management Parameters)
1234 (Cursor Parameters, Font and Color Parameters): Add indexing for
1235 frame parameters. (Bug#6929)
1236
fdc76236
TT
12372010-08-25 Tom Tromey <tromey@redhat.com>
1238
1239 * vol2.texi (Top): Update.
1240 * vol1.texi (Top): Update.
1241 * tips.texi (Library Headers): Mention Package-Version and
1242 Package-Requires.
1243 * package.texi: New file.
1244 * os.texi (System Interface): Update pointers.
1245 * elisp.texi (Top): Link to new nodes. Include package.texi.
1246 * anti.texi (Antinews): Update pointers.
1247
1e5c1c80
EZ
12482010-08-25 Eli Zaretskii <eliz@gnu.org>
1249
1250 * processes.texi (Filter Functions): Fix last change.
1251
78e33835
CY
12522010-08-24 Markus Triska <triska@gmx.at>
1253
1254 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1255 of `buffer-name' in the main text as well as in the example
1256 (Bug#3098).
1257
198a7a97
CY
12582010-08-22 Chong Yidong <cyd@stupidchicken.com>
1259
1260 * nonascii.texi (Text Representations):
1261 * loading.texi (Loading Non-ASCII):
1262 * compile.texi (Byte Compilation): Don't mention obsolete
1263 --unibyte command-line argument.
1264
bc7d7ea6
CY
12652010-08-22 Chong Yidong <cyd@stupidchicken.com>
1266
1267 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1268
b0126eac 12692010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1270
1271 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1272
e8a6cc19
EZ
12732010-08-20 Eli Zaretskii <eliz@gnu.org>
1274
1275 * commands.texi (Misc Events): Add cross-references to where
1276 POSITION of a mouse event is described in detail.
1277
c4e7c63a 12782010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1279
c4e7c63a 1280 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1281
7815fe19 12822010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1283
1284 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1285 Suggested by Štěpán Němec <stepnem@gmail.com>.
1286
7815fe19 12872010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1288
1289 * minibuf.texi (High-Level Completion): Document args of
1290 `read-buffer-function' (bug#5625).
1291
8b2dd508
JD
12922010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1293
1294 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1295
bace45fe
MA
12962010-07-29 Michael Albinus <michael.albinus@gmx.de>
1297
1298 * processes.texi (Process Information): Explain process property
1299 `remote-tty'.
1300
4ce5a4cc
JB
13012010-07-27 Juanma Barranquero <lekktu@gmail.com>
1302
1303 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1304 instead of "\C-\^?" (bug#6334).
1305
1c84bc7a
JB
1306 * text.texi (Special Properties): Fix typo.
1307
b88746ba
EZ
13082010-07-09 Eli Zaretskii <eliz@gnu.org>
1309
1310 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1311 calling sequences, which are now the standard.
1312
51422d6d
CY
13132010-06-24 Chong Yidong <cyd@stupidchicken.com>
1314
1315 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1316
1317 * commands.texi (Command Overview): Mention undo-boundary call.
1318
d24880de
GM
13192010-06-23 Glenn Morris <rgm@gnu.org>
1320
1321 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1322 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1323 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1324 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1325 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1326 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1327 Untabify Texinfo files.
1328
0fc76035
CY
13292010-06-20 Chong Yidong <cyd@stupidchicken.com>
1330
1331 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1332
5338dc0b
CY
13332010-06-19 Chong Yidong <cyd@stupidchicken.com>
1334
a628ad9d 1335 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1336
2c3a3c1d
CY
13372010-06-02 Chong Yidong <cyd@stupidchicken.com>
1338
ba3bf1d9
CY
1339 * searching.texi (Regexp Special): Remove obsolete information
1340 about matching non-ASCII characters, and suggest using char
1341 classes (Bug#6283).
2c3a3c1d 1342
7f4b4249
JB
13432010-05-30 Juanma Barranquero <lekktu@gmail.com>
1344
1345 * minibuf.texi (Basic Completion): Add missing "@end defun".
1346
637821cd
SM
13472010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1348
1349 * minibuf.texi (Basic Completion): Document completion-boundaries.
1350 (Programmed Completion): Document the new fourth method for boundaries.
1351
e13051c3
CY
13522010-05-22 Chong Yidong <cyd@stupidchicken.com>
1353
a628ad9d 1354 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1355
0235128c 13562010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1357
1358 * windows.texi (Textual Scrolling):
1359 * tips.texi (Coding Conventions):
1360 * minibuf.texi (Minibuffer History):
1361 * maps.texi (Standard Keymaps):
1362 * loading.texi (Where Defined):
1363 * edebug.texi (Instrumenting): Fix typos.
1364
0235128c 13652010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1366
c7c32279
CY
1367 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1368
0235128c
SM
1369 * functions.texi (Obsolete Functions):
1370 Document set-advertised-calling-convention.
eb5ed549
CY
1371
1372 * minibuf.texi (Basic Completion): Document completion-in-region.
1373 (Programmed Completion): Document completion-annotate-function.
1374
1375 * commands.texi (Reading One Event): Document read-key.
1376 (Distinguish Interactive): Document KIND arg to
1377 called-interactively-p. Delete obsolete interactive-p.
1378
1379 * elisp.texi (Top): Update node description.
1380
f8848423
EZ
13812010-05-08 Eli Zaretskii <eliz@gnu.org>
1382
0235128c
SM
1383 * nonascii.texi (Character Properties):
1384 Document unicode-category-table. Add an index entry for Unicode
1385 general category.
1386
13872010-05-07 Chong Yidong <cyd@stupidchicken.com>
1388
1389 * Version 23.2 released.
f8848423 1390
938efb77
JB
13912010-04-20 Juanma Barranquero <lekktu@gmail.com>
1392
1393 * locals.texi (Standard Buffer-Local Variables):
1394 Remove @ignore'd reference to `direction-reversed'.
1395
5854c267
JL
13962010-04-14 Juri Linkov <juri@jurta.org>
1397
1398 Fix @deffn without category.
1399
1400 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1401 for `abbrev-insert'.
1402
1403 * buffers.texi (Indirect Buffers): Add category `Command'
1404 to @deffn of `clone-indirect-buffer'.
1405
1406 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1407 for `next-window' and `previous-window'. Add category `Command'
1408 to @deffn of `pop-to-buffer'.
1409
8a14dec7
CY
14102010-04-01 Chong Yidong <cyd@stupidchicken.com>
1411
1412 * nonascii.texi (Text Representations): Don't mark
1413 enable-multibyte-characters as a user option.
1414
7a1831cf
EZ
14152010-03-31 Eli Zaretskii <eliz@gnu.org>
1416
1417 * control.texi (Handling Errors): How to re-throw a signal caught
1418 by condition-case.
1419
c3863713
CY
14202010-03-26 Chong Yidong <cyd@stupidchicken.com>
1421
1422 * loading.texi (Hooks for Loading): Document after-load-functions.
1423 Copyedits.
1424
c333f279
AM
14252010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1426
1427 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1428
e867cb5d 14292010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1430
1431 * processes.texi (Network Processes): Document seqpacket type.
1432
605f35cd
DN
14332010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1434
1435 * os.texi (System Environment): Do not mention lynxos.
1436
288f9fc0
CY
14372010-03-10 Chong Yidong <cyd@stupidchicken.com>
1438
1439 * Branch for 23.2.
1440
eed5c93a
CY
14412010-03-06 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * objects.texi (Integer Type): Take note of the read syntax
1444 exception for numbers that cannot fit in the integer type.
1445
1ddd6622
GM
14462010-03-03 Glenn Morris <rgm@gnu.org>
1447
1448 * numbers.texi (Integer Basics, Bitwise Operations):
1449 * objects.texi (Integer Type): Update for integers now being 30-bit.
1450
a908c79a
CY
14512010-02-27 Chong Yidong <cyd@stupidchicken.com>
1452
1453 * display.texi (Low-Level Font): Document :otf font-spec property.
1454
cd61af01
SM
14552010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1457 * display.texi (Line Height): Avoid obsolete special default variables
1458 like default-major-mode.
1459
c02f8fe2
AM
14602010-01-28 Alan Mackenzie <acm@muc.de>
1461
1462 * display.texi (Auto Faces): Say fontification-functions is called
1463 whether or not Font Lock is enabled. Tidy up the wording a bit.
1464
d738d18b
CY
14652010-01-17 Chong Yidong <cyd@stupidchicken.com>
1466
1467 * elisp.texi: Remove duplicate edition information (Bug#5407).
1468
4963739e
JB
14692010-01-17 Juanma Barranquero <lekktu@gmail.com>
1470
1471 * two.el (volume-header-toc-markup): Fix typos in docstring.
1472
c57008f6
SM
14732010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1474
1475 Avoid dubious uses of save-excursions.
1476 * positions.texi (Excursions): Recommend the use of
1477 save-current-buffer if applicable.
1478 * text.texi (Clickable Text): Fix the example code which used
1479 save-excursion in a naive way which sometimes preserves point and
1480 sometimes not.
1481 * variables.texi (Creating Buffer-Local):
1482 * os.texi (Session Management):
1483 * display.texi (GIF Images):
1484 * control.texi (Cleanups): Use (save|with)-current-buffer.
1485
2f3725cd
EZ
14862010-01-02 Eli Zaretskii <eliz@gnu.org>
1487
1488 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1489
85eeac93
CY
14902010-01-02 Chong Yidong <cyd@stupidchicken.com>
1491
1492 * nonascii.texi (Text Representations, Character Codes)
1493 (Converting Representations, Explicit Encoding)
1494 (Translation of Characters): Use hex notation consistently.
1495 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1496
4801c5fa
CY
14972010-01-01 Chong Yidong <cyd@stupidchicken.com>
1498
1499 * loading.texi (Where Defined): Make it clearer that these are
1500 loaded files (Bug#5068).
1501
26e533e2
CY
15022009-12-29 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * minibuf.texi (Completion Styles): Document `initials' style.
1505
16d1ff5f
CY
15062009-12-25 Chong Yidong <cyd@stupidchicken.com>
1507
1508 * frames.texi (Resources): Describe inhibit-x-resources.
1509 (Size Parameters): Copyedit.
1510
1511 * hash.texi (Creating Hash):
1512 * objects.texi (Hash Table Type): Document the new hash table
1513 printed representation.
1514
1515 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1516 obsolete.
1517
5dcb4c4e
SM
1518 * processes.texi (Process Buffers):
1519 Document process-kill-buffer-query-function.
16d1ff5f 1520
9a5de3d9
GM
15212009-12-05 Glenn Morris <rgm@gnu.org>
1522
1523 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1524 diary-display-function, and no longer recommended to be a hook.
1525 Update for changes in the names of calendar and diary hooks.
1526 diary-print-entries-hook has changed section.
1527
b640eb52
EZ
15282009-11-28 Eli Zaretskii <eliz@gnu.org>
1529
1530 * text.texi (Special Properties): More accurate description of
1531 what the `cursor' property does.
1532
be1674ab
KR
15332009-11-26 Kevin Ryde <user42@zip.com.au>
1534
1535 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1536 mouse-wheel-down-event, the closest thing to a definition for them.
1537 * os.texi (Startup Summary): vindex inhibit-startup-message and
1538 inhibit-splash-screen.
1539 (Command-Line Arguments): vindex argv.
1540 (Suspending Emacs): vindex suspend-tty-functions and
1541 resume-tty-functions. Don't want to index every hook, but having
1542 the programming ones is helpful.
1543
603f5979
CY
15442009-11-14 Chong Yidong <cyd@stupidchicken.com>
1545
1546 * commands.texi (Motion Events): Fix typo (Bug#4907).
1547
4359a806
CY
15482009-11-08 Chong Yidong <cyd@stupidchicken.com>
1549
1550 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1551 are affected by case-fold-search (Bug#4483).
1552
0f063651
CY
15532009-11-02 Chong Yidong <cyd@stupidchicken.com>
1554
1555 * minibuf.texi (Reading File Names): Note that read-file-name may
1556 use a graphical file dialog.
1557
9bd79893
GM
15582009-10-31 Glenn Morris <rgm@gnu.org>
1559
1560 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1561
ebe479ec
KR
15622009-10-16 Kevin Ryde <user42@zip.com.au>
1563
1564 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1565 in particular so `info-lookup-symbol' can find its docs.
1566
2640fa86
CY
15672009-10-16 Chong Yidong <cyd@stupidchicken.com>
1568
1569 * variables.texi (Constant Variables): Distinguish from defconst
1570 variables.
1571 (Defining Variables): Add cindex.
1572
edd6a733
CY
15732009-10-15 Chong Yidong <cyd@stupidchicken.com>
1574
1575 * os.texi (Time of Day): Clarify that the microsecond part is
1576 ignored (Bug#4637).
1577
5feb0b73
GM
15782009-10-11 Glenn Morris <rgm@gnu.org>
1579
1580 * frames.texi (Size and Position): Clarify what is included in the frame
1581 height. (Bug#4535)
1582
0c5413c8
GM
15832009-10-10 Glenn Morris <rgm@gnu.org>
1584
1585 * windows.texi (Size of Window): The relationship between window and
1586 frame heights is not so simple. (Bug#4535)
1587 Mention window-full-height-p.
1588
7f8b600a
SM
15892009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1590
1591 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1592 used from Lisp.
1593
6185de1c
EZ
15942009-10-07 Eli Zaretskii <eliz@gnu.org>
1595
7f8b600a
SM
1596 * files.texi (Directory Names) <abbreviate-file-name>:
1597 Document that root home directories are not replaced with "~".
6185de1c 1598
9972911f
EZ
15992009-10-06 Eli Zaretskii <eliz@gnu.org>
1600
1601 * text.texi (Special Properties): Document the meaning of the
1602 `cursor' text property whose value is an integer.
1603
2a3f19ef
MA
16042009-10-05 Michael Albinus <michael.albinus@gmx.de>
1605
1606 * files.texi (Magic File Names): Add `copy-directory'.
1607
804543b5
EZ
16082009-10-05 Eli Zaretskii <eliz@gnu.org>
1609
1610 * files.texi (File Attributes): Fix description of file
1611 attributes. (Bug#4638) Update attributes of files.texi example to
1612 be more representative.
1613
461bf92b
MA
16142009-10-05 Michael Albinus <michael.albinus@gmx.de>
1615
1616 * files.texi (Create/Delete Dirs): New command copy-directory.
1617
a86cd395
JB
16182009-10-04 Juanma Barranquero <lekktu@gmail.com>
1619
1620 * anti.texi (Antinews):
1621 * macros.texi (Indenting Macros):
1622 * strings.texi (Creating Strings, Case Conversion):
1623 Remove duplicate words.
1624
d3080264
MA
16252009-10-01 Michael Albinus <michael.albinus@gmx.de>
1626
1627 * files.texi (Create/Delete Dirs): delete-directory has an
1628 optional parameter RECURSIVE.
1629
85d14563
SM
16302009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * buffers.texi (Swapping Text): Minor clarification.
1633
3d9842c6
GM
16342009-10-01 Glenn Morris <rgm@gnu.org>
1635
1636 * functions.texi (Declaring Functions): Mention that we also search for
1637 ".m" files in the src/ directory.
1638
78427304
CY
16392009-09-25 David Engster <deng@randomsample.de>
1640
3d9842c6 1641 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1642
b578c9cc
GM
16432009-09-22 Glenn Morris <rgm@gnu.org>
1644
1645 * internals.texi (Building Emacs): Mention preloaded-file-list.
1646
beee5da7
AM
16472009-09-14 Alan Mackenzie <acm@muc.de>
1648
1649 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1650
5d6ab672
CY
16512009-09-13 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * functions.texi (Anonymous Functions): Rearrange discussion,
1654 giving usage of unquoted lambda forms first. Mention that
1655 `function' and `#'' are no longer required (Bug#4290).
1656
59375eeb
AM
16572009-09-11 Alan Mackenzie <acm@muc.de>
1658
a86cd395 1659 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1660 batch mode.
1661
e7e2f529
GM
16622009-09-01 Glenn Morris <rgm@gnu.org>
1663
1664 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1665
eae47088
GM
16662009-08-26 Ulrich Mueller <ulm@gentoo.org>
1667
1668 * nonascii.texi (Character Codes): Fix typos.
1669
3691a0a6
MA
16702009-08-25 Michael Albinus <michael.albinus@gmx.de>
1671
1672 * processes.texi (Synchronous Processes): New defvar
1673 process-file-side-effects.
1674
664d56b8
GM
16752009-08-25 Glenn Morris <rgm@gnu.org>
1676
1677 * display.texi (Fontsets): Fix typo.
1678
0706c025
GM
1679 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1680
03a74b84
SM
16812009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * processes.texi (Asynchronous Processes): Adjust arglist of
1684 start-process-shell-command and start-file-process-shell-command.
1685
f6de8a37
CY
16862009-08-15 Chong Yidong <cyd@stupidchicken.com>
1687
4b1ed1bb
CY
1688 * advice.texi (Argument Access in Advice): Note that argument
1689 positions are zero-based (Bug#3932).
1690
89a9e058
CY
1691 * commands.texi (Distinguish Interactive): Minor copyedit.
1692
23696fd7
CY
1693 * display.texi (Face Attributes): Add xref to Displaying Faces for
1694 explanation of "underlying face".
1695
f6de8a37
CY
1696 * customize.texi (Common Keywords): Add xref to Loading.
1697
1698 * loading.texi (How Programs Do Loading): Add xref to Lisp
1699 Libraries node in the Emacs manual.
1700
417f77e6
CY
17012009-08-13 Chong Yidong <cyd@stupidchicken.com>
1702
1703 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1704
0999039c
CY
17052009-07-18 Chong Yidong <cyd@stupidchicken.com>
1706
1707 * processes.texi (Shell Arguments): Copyedits.
1708
9af167bc
GM
17092009-07-18 Glenn Morris <rgm@gnu.org>
1710
1711 * loading.texi (Repeated Loading): Fix typo.
1712
137987ab
RS
17132009-07-16 Richard Stallman <rms@gnu.org>
1714
1715 * buffers.texi (Swapping Text): Recommend setting
1716 write-region-annotate-functions and buffer-saved-size.
1717
1718 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1719
622fa380
GM
17202009-07-15 Glenn Morris <rgm@gnu.org>
1721
1722 * edebug.texi: Minor re-phrasings throughout.
1723 (Edebug Execution Modes): Sit-for affects continue mode too.
1724 (Jumping): Use `forward-sexp' rather than its keybinding.
1725 (Edebug Misc): Fix Q binding.
1726 (Edebug Eval): Remove cl version.
1727 (Printing in Edebug): Clarify print-length etc.
1728 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1729 (Specification List): Remove edebug-unwrap findex entry.
1730 (Specification Examples): defmacro is actually not the same as defun.
1731 Escape "`" in example.
1732
6bbd4600
CY
17332009-07-15 Chong Yidong <cyd@stupidchicken.com>
1734
1735 * markers.texi (The Mark): Document optional arg to
1736 deactivate-mark.
1737
e538d479
GM
17382009-07-11 Kevin Ryde <user42@zip.com.au>
1739
1740 * hooks.texi (Standard Hooks): Fix cross-references.
1741
4c98b9ed
GM
1742 * loading.texi (Named Features): Refer to eval-after-load.
1743
5300838c
GM
17442009-07-11 Glenn Morris <rgm@gnu.org>
1745
64fbeb16
GM
1746 * Makefile.in (TEXI2PDF): New.
1747 (elisp.pdf): New target.
1748
4c98b9ed
GM
1749 * searching.texi (Regexp Backslash): Fix typo.
1750
1751 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1752
51d9979c
GM
17532009-07-10 Glenn Morris <rgm@gnu.org>
1754
561c0216
GM
1755 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1756
5b594a58
GM
1757 * customize.texi (Customization Types):
1758 * display.texi (Abstract Display):
0cc8c85a 1759 * objects.texi (Character Type, String Type):
5b594a58 1760 Merge in some menu descriptions from elisp.texi.
51d9979c 1761
c3cbbb40
GM
1762 * hash.texi (Hash Tables):
1763 * modes.texi (Multiline Font Lock):
1764 End menu description with period.
fe42c16a 1765
28528402
GM
17662009-07-09 Glenn Morris <rgm@gnu.org>
1767
1768 * back.texi: Don't hard-code texinfo location.
1769
1770 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1771 (tex): Add texinfodir to TEXINPUTS.
1772 (elisp1med-init, elisp2med-init): Use texinfodir.
1773
1774 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1775 (clean): Add two-volume.make intermediate files.
1776
1777 * elisp.texi, vol1.texi, vol2.texi:
1778 Use a DATE variable with the publication date, and update it.
1779 Fix antinews menu description.
1780
1781 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1782 Update the detailed node listing to match elisp.texi.
1783
1784 * README: Update edition to match elisp.texi.
1785
1786 * objects.texi (General Escape Syntax):
1787 * nonascii.texi (Character Sets):
1788 Use consistent case for "Unicode Standard".
1789
1790 * anti.texi (Antinews):
1791 * customize.texi (Variable Definitions):
1792 * functions.texi (Declaring Functions):
1793 * nonascii.texi (Character Properties):
1794 * processes.texi (Serial Ports):
1795 * text.texi (Special Properties):
1796 * tips.texi (Coding Conventions):
1797 Minor rearrangements to improve TeX line-filling.
1798
1799 * commands.texi (Using Interactive): Fix cross-reference.
1800
17db8e10
JD
18012009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1802
1803 * frames.texi (Management Parameters): Mention sticky.
1804
77c7e2e1
AS
18052009-07-01 Andreas Schwab <aschwab@redhat.com>
1806
1807 * help.texi (Help Functions): Fix description of help-buffer and
1808 help-setup-xref to use @defun instead of @deffn.
1809
3f1c6666
JD
18102009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1811
1812 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1813
ca27c21b
CY
18142009-06-24 Chong Yidong <cyd@stupidchicken.com>
1815
1816 * display.texi (Window Systems): Add ns to the list.
1817
70243478
CY
18182009-06-21 Chong Yidong <cyd@stupidchicken.com>
1819
1820 * Branch for 23.1.
1821
df006536
MR
18222009-06-17 Martin Rudalics <rudalics@gmx.at>
1823
1824 * windows.texi (Dedicated Windows): Fix typo.
1825 (Resizing Windows): Replace @defun by @deffn.
1826
d259fc4b
GM
18272009-06-17 Glenn Morris <rgm@gnu.org>
1828
1829 * variables.texi (Directory Local Variables):
1830 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1831
30781db6
KH
18322009-06-09 Kenichi Handa <handa@m17n.org>
1833
1834 * nonascii.texi (Character Sets): State clearly that FROM and TO
1835 are codepoints of CHARSET.
1836
62e8099c
CY
18372009-06-07 Chong Yidong <cyd@stupidchicken.com>
1838
1839 * minibuf.texi (Reading File Names): Fix introductory text.
1840 Suggested by stan@derbycityprints.com.
1841 (High-Level Completion): Fix typo.
1842
ee1b1917
CY
18432009-05-28 Chong Yidong <cyd@stupidchicken.com>
1844
1845 * frames.texi (Text Terminal Colors): Multi-tty is already
1846 implemented, but tty-local colors are not.
1847
5df647e8
CY
18482009-05-27 Chong Yidong <cyd@stupidchicken.com>
1849
1850 * hooks.texi (Standard Hooks): Remove mention of obsolete
1851 redisplay-end-trigger-functions.
1852
1853 * internals.texi (Window Internals): Remove mention of obsolete
1854 redisplay-end-trigger-functions.
1855
01f17ae2
MR
18562009-05-21 Martin Rudalics <rudalics@gmx.at>
1857
1858 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1859
1860 * backups.texi (Making Backups): backup-directory-alist and
1861 make-backup-file-name-function are options.
1862 (Auto-Saving): auto-save-list-file-prefix is an option.
1863
1864 * buffers.texi (Killing Buffers): buffer-offer-save is an
1865 option.
1866
1867 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1868 option.
1869 (Echo Area Customization): echo-keystrokes is an option.
1870 (Selective Display): selective-display-ellipses is an option.
1871 (Temporary Displays): temp-buffer-show-function is an option.
1872 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1873 are options.
1874 (Font Selection): face-font-family-alternatives,
1875 face-font-selection-order, face-font-registry-alternatives, and
1876 scalable-fonts-allowed are options.
1877 (Fringe Indicators): indicate-buffer-boundaries is an option.
1878 (Fringe Cursors): overflow-newline-into-fringe is an option.
1879 (Scroll Bars): scroll-bar-mode is an option.
1880
1881 * eval.texi (Eval): max-lisp-eval-depth is an option.
1882
1883 * files.texi (Visiting Functions): find-file-hook is an option.
1884 (Directory Names): directory-abbrev-alist is an option.
1885 (Unique File Names): temporary-file-directory and
1886 small-temporary-file-directory are options.
1887
1888 * frames.texi (Initial Parameters): initial-frame-alist,
1889 minibuffer-frame-alist and default-frame-alist are options.
1890 (Cursor Parameters): blink-cursor-alist and
1891 cursor-in-non-selected-windows ar options.
1892 (Window System Selections): selection-coding-system is an
1893 option.
1894 (Display Feature Testing): display-mm-dimensions-alist is an
1895 option.
1896
1897 * help.texi (Help Functions): help-char and help-event-list are
1898 options.
1899
1900 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1901 an option.
1902
1903 * minibuf.texi (Minibuffer History): history-length and
1904 history-delete-duplicates are options.
1905 (High-Level Completion): read-buffer-function and
1906 read-buffer-completion-ignore-case are options.
1907 (Reading File Names): read-file-name-completion-ignore-case is
1908 an option.
1909
1910 * modes.texi (Mode Line Top): mode-line-format is an option.
1911 (Mode Line Variables): mode-line-position and mode-line-modes
1912 are options.
1913
1914 * nonascii.texi (Text Representations):
1915 enable-multibyte-characters is an option.
1916 (Default Coding Systems): auto-coding-regexp-alist,
1917 file-coding-system-alist, auto-coding-alist and
1918 auto-coding-functions are options.
1919 (Specifying Coding Systems): inhibit-eol-conversion is an
1920 option.
1921
1922 * os.texi (Init File): site-run-file is an option.
1923 (System Environment): mail-host-address is an option.
1924 (User Identification): user-mail-address is an option.
1925 (Terminal Output): baud-rate is an option.
1926
1927 * positions.texi (Word Motion): words-include-escapes is an
1928 option.
1929
1930 * searching.texi (Standard Regexps): page-delimiter,
1931 paragraph-separate, paragraph-separate and sentence-end are
1932 options.
1933
1934 * text.texi (Margins): left-margin and fill-nobreak-predicate
1935 are options.
1936
1937 * variables.texi (Local Variables): max-specpdl-size is an
1938 option.
1939
1940 * windows.texi (Choosing Window):
1941 split-window-preferred-function, special-display-function and
1942 display-buffer-function are options.
1943
106e6894
CY
19442009-05-20 Chong Yidong <cyd@stupidchicken.com>
1945
4a83454d
CY
1946 Fix errors spotted by Martin Rudalics.
1947
106e6894
CY
1948 * syntax.texi (Position Parse): Document rationale for ignored
1949 arguments to syntax-ppss-flush-cache.
1950
1951 * processes.texi (Input to Processes): Mark PROCESS arg to
1952 process-running-child-p as optional.
1953 (Network Options): Document NO-ERROR arg to
1954 set-network-process-option.
1955
1956 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1957 command.
1958
1959 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1960 posix-search-backward as commands.
1961
1962 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1963 (Suspending Emacs): Mark suspend-emacs as a command.
1964 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1965 commands.
5dcb4c4e
SM
1966 (Terminal Output): Remove obsolete function baud-rate.
1967 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1968
1969 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1970 terminal-coding-system and set-terminal-coding-system.
1971 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1972 as optional.
1973 (Character Sets): Document RESTRICTION arg of char-charset.
1974 (Character Codes): Mark POS argument to get-byte as optional.
1975
1976 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1977 minibuffer-message.
1978
1979 * files.texi (Create/Delete Dirs): Mark make-directory and
1980 delete-directory as commands.
1981
1982 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1983
1984 * text.texi (Base 64): Mark base64-decode-string and
1985 base64-encode-string as commands.
1986 (Columns): Mark move-to-column as a command.
1987 (Mode-Specific Indent): Document RIGID arg to
1988 indent-for-tab-command.
1989 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1990 Mark indent-code-rigidly as a command.
1991 (Substitution): Mark translate-region as a command.
1992
1993 * frames.texi (Size and Position): Remove obsolete functions
1994 screen-height and screen-width.
1995
04173931
CY
19962009-05-19 Chong Yidong <cyd@stupidchicken.com>
1997
1998 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1999 (Displaying Buffers, Resizing Windows): Correct mistakes;
2000 next-window, previous-window, and pop-to-buffer are not commands,
2001 and fit-window-to-buffer" is a command. (Pointed out by Martin
2002 Rudalics.)
2003
eae7d8f8
RS
20042009-05-17 Richard M Stallman <rms@gnu.org>
2005
2006 * modes.texi (Precalculated Fontification): Clarify text.
2007
b8766179
MR
20082009-05-17 Martin Rudalics <rudalics@gmx.at>
2009
2010 * windows.texi (Selecting Windows): Clarify descriptions of
2011 with-selected-window and get-lru-window.
2012 (Cyclic Window Ordering): Refer to particular frame when talking
2013 about how splitting affects the ordering.
2014 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2015 switch-to-buffer-other-window. Explain how setting of
2016 display-buffer-reuse-frames affects pop-to-buffer.
2017 (Choosing Window): Clarify some details in descriptions of
2018 display-buffer-reuse-frames, pop-up-frames, and
2019 pop-up-frame-function.
2020 (Dedicated Windows): Clarify some details.
2021 (Textual Scrolling): Replace term vscroll by term vertical
2022 scroll position.
2023 (Vertical Scrolling): Fix typo.
2024 (Window Hooks): Relate text on jit-lock-register to window
2025 scrolling and size changes.
2026
734b5e3b
CY
20272009-05-14 Chong Yidong <cyd@stupidchicken.com>
2028
0a65633e
CY
2029 * frames.texi (Initial Parameters): Clarify what the initial
2030 minibuffer frame is.
05be46d7
CY
2031 (Buffer Parameters): Note that the minibuffer parameter can not be
2032 altered.
0a65633e 2033
734b5e3b
CY
2034 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2035 Document display-buffer changes.
2036
925672cd
CY
20372009-05-13 Chong Yidong <cyd@stupidchicken.com>
2038
17ecd7af
CY
2039 * anti.texi (Antinews): Rewrite for Emacs 22.
2040
925672cd
CY
2041 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2042 obarrays are first mentioned. Define "system abbrev" more
2043 prominently, and add it to the index.
2044 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2045 Copyedits.
2046 (Abbrev Expansion): Document abbrev-insert.
2047
80be4dd7
CY
20482009-05-12 Chong Yidong <cyd@stupidchicken.com>
2049
2050 * frames.texi (Font and Color Parameters): Rename from Color
2051 Parameters. Document font-backend parameter.
2052
2053 * vol2.texi (Top): Update node listing.
2054 * vol1.texi (Top): Update node listing.
2055 * elisp.texi (Top): Update node listing.
2056
372a93ac
MR
20572009-05-11 Martin Rudalics <rudalics@gmx.at>
2058
2059 * windows.texi (Choosing Window): Don't explicitly refer to
2060 split-window-sensibly's window argument in descriptions of
2061 split-height-threshold and split-width-threshold.
2062
714c3541
MR
20632009-05-10 Martin Rudalics <rudalics@gmx.at>
2064
2065 * windows.texi (Choosing Window): Fix rewrite of window
2066 splitting section.
2067
0e90e7be
EZ
20682009-05-09 Eli Zaretskii <eliz@gnu.org>
2069
f4e90db0
SM
2070 * nonascii.texi (Default Coding Systems):
2071 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2072 Add indexing.
0e90e7be
EZ
2073 (Lisp and Coding Systems): Add index entries.
2074
d3c0c321
MR
20752009-05-09 Martin Rudalics <rudalics@gmx.at>
2076
2077 * windows.texi (Choosing Window): Describe split-window-sensibly
2078 and rewrite section on window splitting accordingly.
2079 (Textual Scrolling): Replace `...' by @code{...}.
2080
c773345a
CY
20812009-05-04 Chong Yidong <cyd@stupidchicken.com>
2082
ee2d5b5e
CY
2083 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2084 Remove obsoleted pre-abbrev-expand-hook.
2085
2086 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2087 entries.
2088
c773345a
CY
2089 * internals.texi (Object Internals): Don't assume 32-bit machines
2090 are the norm.
2091 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2092 (Window Internals): Synch field names to window.h.
2093 (Process Internals): Synch field names to process.h.
c773345a 2094
dd449674
CY
20952009-04-29 Chong Yidong <cyd@stupidchicken.com>
2096
2097 * variables.texi (File Local Variables): Note that read-circle is
2098 bound to nil when reading file-local variables.
2099
2100 * streams.texi (Input Functions): Document read-circle.
2101 (Output Variables): Add xref to Circular Objects.
2102
4f1e25e2
CY
21032009-04-25 Chong Yidong <cyd@stupidchicken.com>
2104
2105 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2106 Features and Coding System Basics. Node that "p" stands for
2107 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2108 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2109 mouse-appearance-menu.
2110 (Programming Tips): Add xref to Progress.
2111
dca019f8
CY
21122009-04-22 Chong Yidong <cyd@stupidchicken.com>
2113
5dcb4c4e
SM
2114 * os.texi (Command-Line Arguments):
2115 Document command-line-args-left.
dca019f8
CY
2116 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2117 terminal objects for tty arguments.
2118 (Startup Summary): Add xref to Session Management.
2119 (Session Management): Mention emacs-session-restore. Copyedits.
2120
02a89103
CY
21212009-04-20 Chong Yidong <cyd@stupidchicken.com>
2122
2123 * os.texi (Startup Summary): Copyedits. The init file is not
2124 necessarily named .emacs now. Document initial-buffer-choice and
2125 initial-scratch-message. Note where Emacs exits in batch mode.
2126 Document inhibit-splash-screen as an alias.
2127 (Init File): Be neutral about which init file name to use.
2128
21292009-04-16 Chong Yidong <cyd@stupidchicken.com>
2130
2131 * os.texi (System Interface): Fix Texinfo usage.
2132
0c1cfe01
CY
21332009-04-15 Chong Yidong <cyd@stupidchicken.com>
2134
80d7cdca
CY
2135 * searching.texi (Regexp Backslash): Also refer to shy groups as
2136 non-capturing or unnumbered groups.
2137 (Regexp Functions): Add cross-reference to Regexp Backslash.
2138
0c1cfe01
CY
2139 * display.texi (Truncation): Overlays can use line-prefix and
2140 wrap-prefix too.
2141 (Overlay Properties): Document wrap-prefix and line-prefix.
2142 (Face Attributes): Document underline-minimum-offset.
2143 (Face Remapping): Copyedits.
2144 (Low-Level Font): Copyedits.
2145 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2146 (Line Height): Emphasize that line-spacing only takes effect on
2147 graphical terminals.
0c1cfe01 2148
c4adeee0
CY
21492009-04-13 Chong Yidong <cyd@stupidchicken.com>
2150
2151 * display.texi (Refresh Screen): Note that a passage about screen
2152 refreshing is text terminal only.
2153 (Forcing Redisplay): Delete misleading comment---sit-for calls
2154 redisplay, not the other way around.
2155 (Truncation): Note new values of truncate-partial-width-windows.
2156 Copyedits.
2157 (Invisible Text): Document invisible-p.
2158
b20ecfa1
EZ
21592009-04-11 Eli Zaretskii <eliz@gnu.org>
2160
2161 * display.texi (Overlays): Overlays don't scale well. See
2162 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2163
97d8273f
CY
21642009-04-10 Chong Yidong <cyd@stupidchicken.com>
2165
f147ff75
CY
2166 * syntax.texi (Syntax Table Functions): Document cons cell
2167 argument for modify-syntax-entry.
2168 (Categories): Document cons cell argument for
2169 modify-category-entry.
2170
fca4ec76
CY
2171 * searching.texi (String Search): Document word-search-forward-lax
2172 and word-search-backward-lax.
2173 (Searching and Case): Describe isearch behavior more precisely.
2174
9c283d5b
CY
2175 * keymaps.texi (Tool Bar): Mention that some platforms do not
2176 support multi-line toolbars. Suggested by Stephen Eglen.
2177
2178 * frames.texi (Layout Parameters): Mention that Nextstep also
2179 allows only one tool-bar line. Suggested by Stephen Eglen.
2180
97d8273f
CY
2181 * nonascii.texi (Text Representations): Copyedits.
2182 (Coding System Basics): Also mention utf-8-emacs.
2183 (Converting Representations, Selecting a Representation)
2184 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2185 Copyedits.
2186 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2187
2bad3299
CY
21882009-04-09 Chong Yidong <cyd@stupidchicken.com>
2189
2190 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2191 (Filling): Clarify REGION argument of fill-paragraph.
2192 Document fill-forward-paragraph-function.
2bad3299
CY
2193 (Special Properties): Remove "new in Emacs 22" declaration.
2194 (Clickable Text): Merge with Links and Mouse-1 node.
2195
5dcb4c4e
SM
2196 * display.texi (Button Properties, Button Buffer Commands):
2197 Change xref to Clickable Text.
2bad3299
CY
2198
2199 * tips.texi (Key Binding Conventions): Change xref to Clickable
2200 Text.
2201
2202 * elisp.texi (Top): Update node listing.
2203
ea30ce4f
CY
22042009-04-05 Chong Yidong <cyd@stupidchicken.com>
2205
47af2f4b
CY
2206 * markers.texi (The Mark): Copyedits. Improve description of
2207 handle-shift-selection.
2208 (The Region): Move use-region-p here from The Mark.
2209
ea30ce4f
CY
2210 * positions.texi (Screen Lines): Document (cols . lines) argument
2211 for vertical-motion.
2212
2aa8ea6e
CY
22132009-04-04 Chong Yidong <cyd@stupidchicken.com>
2214
3ec61d4e
CY
2215 * frames.texi (Frames): Clean up introduction. Document `ns'
2216 return value for framep.
2217 (Creating Frames): Note how the terminal is chosen.
2218 (Multiple Terminals, Multiple Displays): Merge into a single node.
2219 (Color Parameters): Fix typo.
2220
2221 * variables.texi (Local Variables, Buffer-Local Variables)
2222 (Creating Buffer-Local): Change link to Multiple Terminals.
2223
2224 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2225
2226 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2227 Terminals.
2228
2229 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2230 to Multiple Terminals.
2231
2232 * elisp.texi (Top): Update node listing.
2233 * vol2.texi (Top): Update node listing.
2234 * vol1.texi (Top): Update node listing.
2235
9257072f
CY
2236 * buffers.texi (Current Buffer): Note that the append-to-buffer
2237 example is no longer in synch with the latest code. Tie the two
2238 examples together.
2239
2aa8ea6e
CY
2240 * files.texi (File Attributes): Move note about MS-DOS from
2241 Changing Files to File Attributes.
2242 (Create/Delete Dirs): Note that mkdir is an alias for this.
2243
22e74b17
CY
22442009-04-01 Markus Triska <triska@gmx.at>
2245
2246 * processes.texi (Filter Functions): Suggest how to handle output
2247 batches.
2248
4bbe48ec
CY
22492009-03-30 Chong Yidong <cyd@stupidchicken.com>
2250
2251 * help.texi (Accessing Documentation): Update example to use
2252 help-setup-xref and with-help-window.
2253 (Help Functions): Remove print-help-return-message, which is
2254 semi-obsolete due to with-help-window. Document help-buffer and
2255 help-setup-xref.
2256
b9723f39
CY
22572009-03-29 Chong Yidong <cyd@stupidchicken.com>
2258
5dcb4c4e
SM
2259 * help.texi (Accessing Documentation, Help Functions):
2260 Remove information about long-obsolete Emacs versions.
9eb52e90 2261
b9723f39
CY
2262 * modes.texi (Mode Line Variables): The default values of the mode
2263 line variables are now more complicated.
2264
b0cc32db
CY
22652009-03-28 Chong Yidong <cyd@stupidchicken.com>
2266
3c25a5a9
CY
2267 * modes.texi (Major Mode Conventions): Note that specialness is
2268 inherited.
31c9eebb
CY
2269 (Derived Modes): Note that define-derive-mode sets the mode-class
2270 property.
3c25a5a9 2271
b0cc32db
CY
2272 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2273 goto-map. Add search-map to the list.
2274
c5e0006d
EZ
22752009-03-27 Eli Zaretskii <eliz@gnu.org>
2276
1213465a
EZ
2277 * os.texi (System Environment): Update the list of system-type
2278 values.
2279
c5e0006d
EZ
2280 * markers.texi (The Mark) <handle-shift-selection>: Update for
2281 removal of the optional argument DEACTIVATE.
2282
48bab3d6
CY
22832009-03-25 Chong Yidong <cyd@stupidchicken.com>
2284
2285 * commands.texi (Focus Events): Most X window managers don't use
2286 focus-follows-mouse nowadays.
2287
6e4ff1b6
CY
22882009-03-24 Chong Yidong <cyd@stupidchicken.com>
2289
2290 * commands.texi (Defining Commands): Clarify introduction.
2291 (Using Interactive): Not that interactive can be put in a symbol
2292 property.
2293 (Interactive Call): Note that a symbol with a non-nil
2294 interactive-form property satisfies commandp.
2295
11625308
JB
22962009-03-23 Juanma Barranquero <lekktu@gmail.com>
2297
2298 * minibuf.texi (Intro to Minibuffers): Fix typos.
2299
7b34420d
CY
23002009-03-23 Chong Yidong <cyd@stupidchicken.com>
2301
2302 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2303 about minibuffers in old Emacs versions. Copyedits.
2304 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2305 (Text from Minibuffer): Simplify introduction.
2306
f9257eed
AM
23072009-03-22 Alan Mackenzie <acm@muc.de>
2308
2309 * commands.texi (Using Interactive): Clarify string argument to
2310 `interactive' - even promptless elements need \n separators.
2311
f639ba70
CY
23122009-03-18 Chong Yidong <cyd@stupidchicken.com>
2313
2314 * minibuf.texi (Completion Styles): New node.
2315
2316 * elisp.texi (Top): Update node listing.
2317
d897e8ee
CY
23182009-03-17 Chong Yidong <cyd@stupidchicken.com>
2319
2320 * minibuf.texi (Basic Completion): Note that
2321 read-file-name-completion-ignore-case and
2322 read-buffer-completion-ignore-case can override
2323 completion-ignore-case.
2324 (Minibuffer Completion): Document completing-read changes.
2325 (Completion Commands): Avoid mentioning partial completion mode.
2326 Document minibuffer-completion-confirm changes, and
2327 minibuffer-confirm-exit-commands.
2328 (High-Level Completion): Document new require-match behavior for
2329 read-buffer. Document read-buffer-completion-ignore-case.
2330 (Reading File Names): Document new require-match behavior for
2331 read-file-name.
2332
b1f23349
CY
23332009-03-14 Chong Yidong <cyd@stupidchicken.com>
2334
2335 * debugging.texi (Error Debugging): Don't mislead the reader into
2336 thinking that debug-on-error enters debugger for C-f at EOB.
2337 (Error Debugging): Setting debug-on-init within the init file
2338 works, and has for some time.
2339
d6eb4e25
KH
23402009-03-13 Kenichi Handa <handa@m17n.org>
2341
2342 * display.texi (Fontsets): Update the description.
2343
1cf53dc5
CY
23442009-03-13 Chong Yidong <cyd@stupidchicken.com>
2345
2346 * advice.texi (Advising Primitives): Link to What Is a Function.
2347
81f919fc
CY
23482009-03-12 Chong Yidong <cyd@stupidchicken.com>
2349
cf4229eb
CY
2350 * compile.texi (Speed of Byte-Code): Update example.
2351 (Disassembly): Update examples.
2352
81f919fc 2353 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2354
2355 * customize.texi (Common Keywords): It's not necessary to use :tag
2356 to remove hyphens, as custom-unlispify-tag-name does it
2357 automatically.
5dcb4c4e
SM
2358 (Variable Definitions): Link to File Local Variables.
2359 Document customized-value symbol property.
f2bbc08c
CY
2360 (Customization Types): Move menu to end of node.
2361
955964d7
CY
23622009-03-10 Chong Yidong <cyd@stupidchicken.com>
2363
2364 * macros.texi (Compiling Macros): Omit misleading sentence, which
2365 implied that macros can only be used in the same file they are
2366 defined.
2367 (Backquote): Remove obsolete information about Emacs 19.
2368
d25ed7db
GM
23692009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2370
2371 * display.texi (Display Margins): Fix paren typo.
2372
d55f6ca5
CY
23732009-02-27 Chong Yidong <cyd@stupidchicken.com>
2374
f0e57ed8
CY
2375 * elisp.texi (Top): Update node listing.
2376
2377 * variables.texi (Variables): Clarify introduction.
2378 (Global Variables): Mention that setq is a special form.
2379 (Local Variables): Use active voice.
2380 (Tips for Defining): Mention marking variables as safe.
2381 (Buffer-Local Variables): Mention terminal-local and frame-local
2382 variables together.
2383 (File Local Variables): Copyedits.
2384 (Frame-Local Variables): Note that they are not really useful.
2385 (Future Local Variables): Node deleted.
2386
d55f6ca5 2387 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2388 Unicode escape syntax.
d55f6ca5 2389
ca8f09a8
CY
23902009-02-23 Chong Yidong <cyd@stupidchicken.com>
2391
2392 * control.texi (Control Structures): Add cindex entry for "textual
2393 order".
2394
2395 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2396 instead of "expression" throughout.
2397 (Function Indirection): Copyedits. Use active voice.
2398 (Eval): The default value of max-lisp-eval-depth is now 400.
2399
a20878b6
MB
24002009-02-23 Miles Bader <miles@gnu.org>
2401
2402 * processes.texi (System Processes): Rename `system-process-attributes'
2403 to `process-attributes'.
2404
61f66044
CY
24052009-02-22 Chong Yidong <cyd@stupidchicken.com>
2406
1b80d1f3
CY
2407 * symbols.texi (Property Lists): Emphasize that property lists are
2408 not restricted to symbol cells.
2409 (Other Plists): Copyedit.
2410
61f66044
CY
2411 * sequences.texi (Sequences Arrays Vectors): Make introduction
2412 more concise.
2413 (Arrays): Mention char-tables and bool-vectors too.
2414 (Vectors): Don't repeat information given in Arrays node. Link to
2415 nodes that explain the vector usage examples.
2416 (Char-Tables): Note that char-table elements can have arbitrary
2417 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2418 Link to Property Lists node.
61f66044 2419
9403944b
CY
24202009-02-22 Chong Yidong <cyd@stupidchicken.com>
2421
2422 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2423 `append'.
4068c7b4 2424 (List Elements): Copyedits.
9403944b
CY
2425
2426 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2427 of `vconcat'.
2428
2429 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2430 Emacs 20 usage of `concat'.
2431 (Case Conversion): Copyedits.
2432
b87a185f
CY
24332009-02-21 Chong Yidong <cyd@stupidchicken.com>
2434
2435 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2436 Minor edits.
2437 (Frame Configuration Type): Emphasize that it is not primitive.
2438 (Font Type): New node.
2439 (Type Predicates): Add fontp; type-of now recognizes font object
2440 types.
2441
2442 * intro.texi (Version Info): Update version numbers in examples.
2443 (Acknowledgements): List more contributors.
2444
2445 * elisp.texi: Bump version number to 3.0.
2446 (Top): Link to Font Type node.
2447
867d4bb3
JB
24482009-02-20 Juanma Barranquero <lekktu@gmail.com>
2449
2450 * modes.texi (Major Mode Conventions): Remove duplicate words.
2451 (Customizing Keywords): Fix typo.
2452
77730170
EZ
24532009-02-14 Eli Zaretskii <eliz@gnu.org>
2454
2455 * nonascii.texi (User-Chosen Coding Systems): Document that
2456 select-safe-coding-system suggests raw-text if there are raw bytes
2457 in the region.
2458 (Explicit Encoding): Warn not to use `undecided' when encoding.
2459
c8736212
GM
24602009-02-11 Glenn Morris <rgm@gnu.org>
2461
2462 * frames.texi (Visibility of Frames): Mention the effect multiple
2463 workspaces/desktops can have on visibility.
2464
ab992d66
EZ
24652009-02-07 Eli Zaretskii <eliz@gnu.org>
2466
c8736212
GM
2467 * text.texi (Commands for Insertion):
2468 * commands.texi (Event Mod):
2469 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2470 * nonascii.texi (Translation of Characters):
2471 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2472 (Explicit Encoding): Document the `charset' text property produced
2473 by decode-coding-region and decode-coding-string.
ab992d66 2474
e651a255
AM
24752009-01-27 Alan Mackenzie <acm@muc.de>
2476
2477 * modes.texi (Search-based Fontification): Correct a typo.
2478
bc5cde4b
JB
24792009-01-25 Juanma Barranquero <lekktu@gmail.com>
2480
2481 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2482 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2483
3533155b
EZ
24842009-01-24 Eli Zaretskii <eliz@gnu.org>
2485
f721deda
EZ
2486 * display.texi (Window Systems): Document the value of
2487 `initial-window-system' under --daemon.
2488
3533155b
EZ
2489 * os.texi (System Environment): Remove description of the
2490 `environment' function which has been deleted.
2491
f79b43b2
DN
24922009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2493
2494 * frames.texi (Multiple Displays): Remove documentation for
2495 removed function make-frame-on-tty.
2496
e3aa6669
CY
24972009-01-22 Chong Yidong <cyd@stupidchicken.com>
2498
2499 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2500 write-region-annotate-functions.
2501 Document write-region-post-annotation-function.
e3aa6669 2502
fb13a416
CY
25032009-01-19 Chong Yidong <cyd@stupidchicken.com>
2504
2505 * display.texi (Font Lookup): Document WIDTH argument of
2506 x-list-fonts.
2507
02eccf6b
EZ
25082009-01-17 Eli Zaretskii <eliz@gnu.org>
2509
ead3f58d
EZ
2510 * maps.texi (Standard Keymaps): Rename function-key-map to
2511 local-function-key-map.
2512
2513 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2514 local-function-key-map.
2515
2516 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2517 and `set-keyboard-coding-system' now accept an optional terminal
2518 argument.
2519
2520 * commands.texi (Event Mod): `keyboard-translate-table' is now
2521 terminal-local.
2522 (Function Keys): Rename function-key-map to
2523 local-function-key-map.
2524
df05a163
EZ
2525 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2526 frames.texi.
2527
0ed8034e 2528 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2529 `delete-terminal-functions', `suspend-tty-functions' and
2530 `resume-tty-functions'.
0ed8034e
EZ
2531
2532 * frames.texi (Frames): Document `frame-terminal' and
2533 `terminal-live-p'.
2534 (Multiple Displays): Document `make-frame-on-tty'.
2535 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2536 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2537 (Terminal Parameters): Document `terminal-parameters',
2538 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2539
2540 * os.texi (System Environment): Document `environment' and
2541 `initial-environment'.
490f1197
EZ
2542 (Suspending Emacs): Update for multi-tty; document
2543 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2544
02eccf6b
EZ
2545 * nonascii.texi (Coding System Basics): More accurate description
2546 of `raw-text'.
2547
f19fea97
JB
25482009-01-12 Juanma Barranquero <lekktu@gmail.com>
2549
2550 * display.texi (Low-Level Font): Fix typo.
2551
16fa292f
CY
25522009-01-10 Chong Yidong <cyd@stupidchicken.com>
2553
2554 * elisp.texi (Top): Update node listing.
2555
2556 * display.texi (PostScript Images): Node deleted.
2557
0b4faef3
EZ
25582009-01-10 Eli Zaretskii <eliz@gnu.org>
2559
3355f04d
EZ
2560 * processes.texi (Decoding Output): Document that null bytes force
2561 no-conversion for reading process output.
2562
2563 * files.texi (Reading from Files): Document that null bytes force
2564 no-conversion when visiting files.
2565
11625308 2566 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2567
5dcb4c4e
SM
2568 * nonascii.texi (Lisp and Coding Systems):
2569 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2570 (Character Properties): Improve wording.
0b4faef3 2571
ce9cf065
CY
25722009-01-09 Chong Yidong <cyd@stupidchicken.com>
2573
2574 * display.texi (Font Lookup): Remove obsolete function
2575 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2576 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2577 (Font Selection): Reorder order of variable descriptions.
2578 Minor clarifications.
ce9cf065
CY
2579
2580 * elisp.texi (Top): Update node listing.
2581
ab756fb3
GM
25822009-01-09 Glenn Morris <rgm@gnu.org>
2583
2584 * commands.texi (Command Loop Info): Say that last-command-char and
2585 last-input-char are obsolete aliases.
2586
2587 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2588 last-input-char and last-command-char, since they are just aliases for
2589 last-input-event and last-command-event.
2590
2591 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2592 last-command-char.
2593
6b2b8ab1
CY
25942009-01-08 Chong Yidong <cyd@stupidchicken.com>
2595
2596 * elisp.texi: Update node listing.
2597
2598 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2599 (Face Attributes): Don't link to Font Lookup.
2600 Document font-family-list.
6b2b8ab1
CY
2601 (Fonts): New node.
2602
3568e767
JR
26032009-01-08 Jason Rumney <jasonr@gnu.org>
2604
2605 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2606 changing the standard pointer shapes. (Bug#1485)
3568e767 2607
6221c8db
CY
26082009-01-08 Chong Yidong <cyd@stupidchicken.com>
2609
2610 * display.texi (Attribute Functions): Note that a function value
2611 :height is relative, and that compatibility functions work by
2612 calling set-face-attribute.
2613 (Displaying Faces): Reorder list in order of increasing priority.
2614 (Face Remapping): New node. Content moved here from Displaying
2615 Faces.
2616 (Glyphs): Link to Face Functions.
2617
e3d3799a
CY
26182009-01-08 Chong Yidong <cyd@stupidchicken.com>
2619
2620 * display.texi (Faces): Don't discuss face id here. facep does
2621 not return t.
2622 (Defining Faces): Minor clarification.
2623 (Face Attributes): Rearrange items to match docstring of
2624 set-face-attribute. Add :foundry attribute. Document new role of
2625 :font attribute. Texinfo usage fix.
2626 (Attribute Functions): Copyedits.
2627 (Face Functions): Note that face number is seldom used.
2628
638a2457
RS
26292009-01-05 Richard M Stallman <rms@gnu.org>
2630
2631 * strings.texi (Predicates for Strings): Minor clarification.
2632
2633 * functions.texi (Function Safety): Texinfo usage fix.
2634
49ea0074
JB
26352009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2636
2637 * objects.texi (General Escape Syntax): Fix typo.
2638
9f822178
MR
26392009-01-03 Martin Rudalics <rudalics@gmx.at>
2640
2641 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2642 works via the default value of pop-up-frame-function.
2643
af34ad36
EZ
26442009-01-02 Eli Zaretskii <eliz@gnu.org>
2645
2646 * processes.texi (System Processes): Document the `time' and
2647 `ctime' attributes of `system-process-attributes'.
2648
d31f6679
CY
26492009-01-01 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * display.texi (Face Attributes): Clarify :height attribute.
2652
174dc00c
MR
26532008-12-31 Martin Rudalics <rudalics@gmx.at>
2654
2655 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2656 the front of the buffer list. Add entries for `last-buffer' and
2657 `unbury-buffer'.
2658
b8afe7e4
EZ
26592008-12-27 Eli Zaretskii <eliz@gnu.org>
2660
d14030f5
EZ
2661 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2662 and its subsections.
2663
2664 * frames.texi (Multiple Terminals, Low-level Terminal)
2665 (Terminal Parameters, Frames on Other TTY devices): New sections.
2666 (Frames): Add an xref to "Multiple Terminals".
2667
765980a4
EZ
2668 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2669
2670 * objects.texi (Terminal Type): New node.
2671 (Editing Types): Add it to the menu.
2672
47bd5577
EZ
2673 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2674 Variables".
2675
eb22b78c 2676 * variables.texi (Directory Local Variables): New node.
47bd5577 2677 (Variables): Add a menu item for it.
eb22b78c 2678
b8afe7e4
EZ
2679 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2680 `generated-autoload-file'.
2681
77bb0476
EZ
26822008-12-20 Eli Zaretskii <eliz@gnu.org>
2683
028e2c19
EZ
2684 * os.texi (Startup Summary): Add xref to documentation of
2685 `initial-window-system'.
2686
77bb0476
EZ
2687 * display.texi (Window Systems): Document `window-system' the
2688 function. The variable `window-system' is now frame-local.
028e2c19 2689 Document `initial-window-system'.
77bb0476 2690
dda87836
MR
26912008-12-19 Martin Rudalics <rudalics@gmx.at>
2692
2693 * windows.texi (Windows): Rewrite description of
2694 fit-window-to-buffer.
2695
caef3ed2
GM
26962008-12-13 Glenn Morris <rgm@gnu.org>
2697
2698 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2699 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2700
21c58e4d
GM
27012008-12-12 Glenn Morris <rgm@gnu.org>
2702
2703 * debugging.texi (Error Debugging): Refer forwards to
2704 eval-expression-debug-on-error.
2705
af38459f
EZ
27062008-12-05 Eli Zaretskii <eliz@gnu.org>
2707
5dedd9b5
EZ
2708 * strings.texi (String Basics): Only unibyte strings that
2709 represent key sequences hold 8-bit raw bytes.
2710
af38459f
EZ
2711 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2712 paragraph to speak about `undecided'.
2713 (Character Properties): Don't explain the meaning of each
2714 property; instead, identify their Unicode Standard names.
b3f1f4a5 2715 (Character Sets): Document `map-charset-chars'.
af38459f 2716
fa047ae7
GM
27172008-12-02 Glenn Morris <rgm@gnu.org>
2718
2719 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2720 section yet again.
2721
47dbc044
EZ
27222008-11-29 Eli Zaretskii <eliz@gnu.org>
2723
98d05998
EZ
2724 * nonascii.texi (Character Properties): New Section.
2725 (Specifying Coding Systems): Document
2726 `coding-system-priority-list', `set-coding-system-priority', and
2727 `with-coding-priority'.
2728 (Lisp and Coding Systems): Document `check-coding-systems-region'
2729 and `coding-system-charset-list'.
2730 (Coding System Basics): Document `coding-system-aliases'.
2731
2732 * elisp.texi (Top): Add a @detailmenu entry for "Character
2733 Properties".
2734
47dbc044
EZ
2735 * objects.texi (Character Type): Correct the range of Emacs
2736 characters. Add an @xref to "Character Codes".
2737
2738 * strings.texi (String Basics): Add an @xref to "Character Codes".
2739
2740 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2741
2742 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2743 (Character Codes): Document `max-char'.
2744
8b80cdf5
EZ
27452008-11-28 Eli Zaretskii <eliz@gnu.org>
2746
2747 * nonascii.texi (Text Representations, Converting Representations)
2748 (Character Sets, Scanning Charsets, Translation of Characters):
2749 Make text more accurate.
2750
a99dceba
GM
27512008-11-28 Glenn Morris <rgm@gnu.org>
2752
2753 * files.texi (Format Conversion Round-Trip): Improve previous change.
2754
f6dc3bed
CY
27552008-11-26 Chong Yidong <cyd@stupidchicken.com>
2756
2757 * modes.texi (Auto Major Mode): Fix example.
2758
5da9413d
GM
27592008-11-25 Glenn Morris <rgm@gnu.org>
2760
2761 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2762
2763 * files.texi (Format Conversion Round-Trip):
2764 Use active voice for previous change.
2765
fcca848c
CY
27662008-11-25 Chong Yidong <cyd@stupidchicken.com>
2767
2768 * os.texi (Processor Run Time):
2769 * processes.texi (Transaction Queues):
2770 * markers.texi (The Mark):
2771 * windows.texi (Choosing Window, Selecting Windows):
2772 * files.texi (Changing Files, Magic File Names):
2773 * commands.texi (Key Sequence Input):
2774 * functions.texi (Declaring Functions):
2775 * strings.texi (Predicates for Strings):
2776 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2777
36c8dc54
CY
27782008-11-24 Chong Yidong <cyd@stupidchicken.com>
2779
2780 * help.texi (Accessing Documentation): Update example.
2781
2782 * variables.texi (Defining Variables): Note that `*' is not
2783 necessary if defcustom is used.
2784
2a79b242
EZ
27852008-11-22 Eli Zaretskii <eliz@gnu.org>
2786
2787 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2788 Characters" from @detailmenu.
2789
2790 * nonascii.texi (Character Codes, Character Sets)
2791 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2792 (Chars and Bytes, Splitting Characters): Sections removed.
2793
392f0d26
LK
27942008-11-22 Lute Kamstra <lute@gnu.org>
2795
2796 * positions.texi (Text Lines): Update goto-line documentation.
2797
af1a5cd5
MR
27982008-11-21 Martin Rudalics <rudalics@gmx.at>
2799
6a4cfb0c
MR
2800 * frames.texi (Frames): Fix typo, add cross references, reword.
2801 (Initial Parameters): Reword special-display-frame-alist text.
2802 (Frames and Windows): Reword. Describe argument norecord for
2803 set-frame-selected-window.
2804 (Input Focus): Describe argument norecord for select-frame.
2805 Remove comment on MS-Windows behavior for focus-follows-mouse.
2806 (Raising and Lowering): Mention windows-frames dichotomy in
2807 metaphor.
2808
af1a5cd5
MR
2809 * windows.texi (Displaying Buffers, Vertical Scrolling)
2810 (Horizontal Scrolling): Fix indenting and rewording issues
2811 introduced with 2008-11-07 change.
2812
c249fa9c
GM
28132008-11-20 Glenn Morris <rgm@gnu.org>
2814
2815 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2816 element of `format-alist'.
2817
204d4665
GM
28182008-11-19 Glenn Morris <rgm@gnu.org>
2819
2820 * doclicense.texi: Update to FDL 1.3.
2821 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2822
cc0910af
CY
28232008-11-18 Chong Yidong <cyd@stupidchicken.com>
2824
efe6e7c4
CY
2825 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2826 vars, which are obsolete. Mention jit-lock-register.
2827
5dcb4c4e
SM
2828 * modes.texi (Other Font Lock Variables):
2829 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2830
cc0910af
CY
2831 * frames.texi (Color Parameters): Document alpha parameter.
2832
aeeedf76
MR
28332008-11-16 Martin Rudalics <rudalics@gmx.at>
2834
2835 * windows.texi (Splitting Windows, Deleting Windows)
2836 (Selecting Windows, Cyclic Window Ordering)
2837 (Buffers and Windows, Displaying Buffers, Choosing Window)
2838 (Dedicated Windows, Window Point, Window Start and End)
2839 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2840 (Size of Window, Resizing Windows, Window Configurations)
2841 (Window Parameters): Avoid @var at beginning of sentences and
2842 reword accordingly.
2843
4c565c5c
LK
28442008-11-11 Lute Kamstra <lute@gnu.org>
2845
2846 * files.texi (File Name Components): Fix file-name-extension
2847 documentation.
2848
25f494c9
JB
28492008-11-11 Juanma Barranquero <lekktu@gmail.com>
2850
2851 * frames.texi (Basic Parameters): Remove display-environment-variable
2852 and term-environment-variable.
2853
a1401ab1
EZ
28542008-11-08 Eli Zaretskii <eliz@gnu.org>
2855
2856 * windows.texi (Basic Windows, Splitting Windows)
2857 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2858 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2859 (Resizing Windows, Window Configurations, Window Parameters):
2860 Fix wording and markup.
a1401ab1 2861
efafc282
MR
28622008-11-07 Martin Rudalics <rudalics@gmx.at>
2863
2864 * windows.texi (Windows): Update entries.
2865 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2866 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2867 (Selecting Windows, Cyclic Window Ordering): Reword with special
2868 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2869 (Buffers and Windows, Choosing Window): Reword with special
2870 emphasis on dedicated windows.
2871 (Displaying Buffers): Reword. For switch-to-buffer mention that
2872 it may fall back on pop-to-buffer. For other-window try to
2873 explain how it treats the cyclic ordering of windows.
efafc282
MR
2874 (Dedicated Windows): New node and section discussing dedicated
2875 windows and associated functions.
86ab855a 2876 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2877 (Window Start and End): Rename node and section title. Reword.
2878 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2879 Minor rewording.
2880 (Size of Window): Reword, in particular text on window-width.
2881 (Resizing Windows): Reword. Add text on balancing windows.
2882 (Window Configurations): Reword. Mention window parameters.
2883 (Window Parameters): New node and section on window parameters.
2884 (Window Hooks): Reword. Mention that
2885 window-configuration-change-hook is run "buffer-locally".
2886 * elisp.texi (Top): Update Windows entries in @detailmenu
2887 section.
2888
d60a8ab2
JB
28892008-11-04 Juanma Barranquero <lekktu@gmail.com>
2890
2891 * searching.texi (Regexp Search): Fix typo.
2892
01777627
CY
28932008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2894
2895 * searching.texi (Regexp Search): Document GREEDY arg.
2896 (Simple Match Data): Fix return value.
2897
c4526e93
EZ
28982008-11-01 Eli Zaretskii <eliz@gnu.org>
2899
2900 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2901 with Emacs 23 internal representation of characters.
2902 Document `unibyte-string'.
c4526e93 2903
fe2ae8b5
CY
29042008-10-28 Chong Yidong <cyd@stupidchicken.com>
2905
2906 * processes.texi (Process Information): Note that process-status
2907 does not accept buffer names.
2908
cc5a21e3
CY
29092008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2910
2911 * positions.texi (Skipping Characters): Correct return value of
2912 skip-chars-forward.
2913
09460d9a
MR
29142008-10-25 Martin Rudalics <rudalics@gmx.at>
2915
520b29e7
MR
2916 * windows.texi (Deleting Windows): Update documentation of
2917 delete-windows-on.
2918 (Buffers and Windows): Update documentations of
2919 get-buffer-window and get-buffer-window-list.
2920 (Displaying Buffers): Update documentation of
2921 replace-buffer-in-windows.
2922
09460d9a
MR
2923 * buffers.texi (Current Buffer): Reword set-buffer and
2924 with-current-buffer documentations.
2925 (Creating Buffers): Reword documentation of get-buffer-create.
2926
4d48fcdc
MR
29272008-10-23 Martin Rudalics <rudalics@gmx.at>
2928
2929 * buffers.texi (Current Buffer): Reword documentation of
2930 set-buffer.
2931 (Buffer Names): Reword documentation of buffer-name.
2932 (The Buffer List): For bury-buffer explain what happens with the
2933 buffer's window.
2934 (Creating Buffers): Say that get-buffer-create's arg is called
2935 buffer-or-name.
2936
f0143c43
CY
29372008-10-22 Chong Yidong <cyd@stupidchicken.com>
2938
3e5dbbd3
CY
2939 * advice.texi (Computed Advice): Explain what DEFINITION is.
2940
f0143c43
CY
2941 * nonascii.texi (Character Codes): Remove obsolete function
2942 char-valid-p, and document characterp instead.
2943
52a94b85
MR
29442008-10-22 Martin Rudalics <rudalics@gmx.at>
2945
2946 * windows.texi (Displaying Buffers): Reword documentation of
2947 pop-to-buffer.
2948 (Choosing Window): Rewrite documentation of display-buffer and
2949 its options.
2950
f76f8246
MR
2951 * buffers.texi (Killing Buffers): Update documentation of
2952 kill-buffer.
2953
acc8b598
EZ
29542008-10-21 Eli Zaretskii <eliz@gnu.org>
2955
80e6b6df
EZ
2956 * processes.texi (Serial Ports): Fix wording and improve markup.
2957
3645358a
EZ
2958 * searching.texi (Regexp Search): Document `string-match-p' and
2959 `looking-at-p'.
2960 (POSIX Regexps): Add an xref for "non-greedy".
2961 (Regexp Special): Add @cindex entry for "non-greedy".
2962
b3d50cff 2963 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2964 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2965
73b7530a
EZ
2966 * frames.texi (Color Names): Add an xref to `read-color'.
2967
2968 * minibuf.texi (High-Level Completion): Document `read-color'.
2969
acc8b598
EZ
2970 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2971
2972 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2973
2974 * buffers.texi (Swapping Text): New section, documents
2975 `buffer-swap-text'.
2976
10e187e8
MR
29772008-10-21 Martin Rudalics <rudalics@gmx.at>
2978
2979 * windows.texi (Resizing Windows): Minor wording fix.
2980
fd6f900c
EZ
29812008-10-20 Eli Zaretskii <eliz@gnu.org>
2982
2983 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2984 and `combine-and-quote-strings'.
2985
2986 * strings.texi (Creating Strings): Add xrefs for them.
2987
e4372165
EZ
29882008-10-19 Eli Zaretskii <eliz@gnu.org>
2989
d6328fba
EZ
2990 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2991 match the corresponding menu in minibuf.texi.
2992
e4372165
EZ
2993 * minibuf.texi (Reading File Names): Document `read-shell-command'
2994 and `minibuffer-local-shell-command-map'.
2995
5d8dda33
MR
29962008-10-19 Martin Rudalics <rudalics@gmx.at>
2997
2998 * windows.texi (Resizing Windows): Remove var{} around "window" in
2999 documentation of enlarge-window.
3000 Rewrite documentation of window-min-height and window-min-width.
3001
437706cd
EZ
30022008-10-19 Eli Zaretskii <eliz@gnu.org>
3003
80f85d7c
EZ
3004 * functions.texi (Calling Functions): Document `apply-partially'.
3005
291703b5
EZ
3006 * hooks.texi (Standard Hooks): Mention
3007 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3008
3009 * variables.texi (File Local Variables): Document
3010 `file-local-variables-alist', `before-hack-local-variables-hook'
3011 and `hack-local-variables-hook'.
3012
583d8b3c
EZ
3013 * processes.texi (Synchronous Processes): Document `process-lines'.
3014
5dcb4c4e
SM
3015 * customize.texi (Variable Definitions):
3016 Document `custom-reevaluate-setting'.
437706cd 3017
7e51d89b
MR
30182008-10-18 Martin Rudalics <rudalics@gmx.at>
3019
3020 * windows.texi (Choosing Window, Deleting Windows)
3021 (Displaying Buffers): Expand documentation of dedicated windows.
3022
43c59a3d
EZ
30232008-10-18 Eli Zaretskii <eliz@gnu.org>
3024
018a960d
EZ
3025 * files.texi (Changing Files): Document symbolic input of file
3026 modes to `set-file-modes'. Document `read-file-modes' and
3027 `file-modes-symbolic-to-number'.
3028
2c0b8144
EZ
3029 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3030 and `search-map'.
3031
5dcb4c4e
SM
3032 * searching.texi (Search and Replace):
3033 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3034 Document `multi-query-replace-map'.
80120f13 3035
6d4913f0 3036 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3037 (Completion Commands, Reading File Names):
3038 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3039 `minibuffer-local-filename-must-match-map'.
3040 (Minibuffer Completion): The `require-match' argument to
3041 `completing-read' can now have the value `confirm-only'.
3042
43c59a3d
EZ
3043 * windows.texi (Displaying Buffers): Minor wording fix.
3044 (Choosing Window): `split-height-threshold' can now be nil.
3045 Document `split-width-threshold'. `pop-up-frames' can have the
3046 value `graphic-only'.
3047
f36acfd9
EZ
30482008-10-17 Eli Zaretskii <eliz@gnu.org>
3049
3050 * os.texi (Startup Summary): Document `before-init-time' and
3051 `after-init-time'. Document `initial-window-system' and
3052 `window-system-initialization-alist'. Document reading the
3053 abbrevs file. Document the call to `server-start' under --daemon.
3054 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3055 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3056 (Time Parsing): Document `format-seconds'.
f36acfd9 3057
96995b89
MR
30582008-10-17 Martin Rudalics <rudalics@gmx.at>
3059
3060 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3061 and reword.
3062
2de17c73
EZ
30632008-10-16 Eli Zaretskii <eliz@gnu.org>
3064
3065 * markers.texi (The Mark): Document use-region-p.
3066
9cf52b11
EZ
30672008-10-15 Eli Zaretskii <eliz@gnu.org>
3068
c3aaf1d7
EZ
3069 * internals.texi (Writing Emacs Primitives): The interactive spec
3070 of a primitive can be a Lisp form.
3071
841a1743
EZ
3072 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3073 values of transient-mark-mode. Document handle-shift-selection.
3074
3075 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3076 (Interactive Examples): Show an example of `^'.
3077 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3078 (Defining Commands, Using Interactive): The interactive-form of a
3079 function can be added via its symbol's property.
841a1743 3080
52441368
EZ
3081 * positions.texi (List Motion): beginning-of-defun-function can
3082 now accept an argument.
3083
8e8c1a72
EZ
3084 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3085 now return a list of strings.
3086
a33a1f2a
EZ
3087 * control.texi (Handling Errors): Document ignore-errors.
3088
4fb04348
EZ
3089 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3090 (Parameter Access): Document set-frame-parameter.
3091
ee666f84
EZ
3092 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3093 Hooks" for the effect of kill-all-local-variables on local hook
3094 functions.
3095
9cf52b11
EZ
3096 * modes.texi (Major Mode Conventions, Mode Line Variables):
3097 `mode-name' need not be a string. xref to "Mode Line Data" for
3098 details, and to "Emulating Mode Line" for computing a string
3099 value.
3100
22526bc4
EZ
31012008-10-14 Eli Zaretskii <eliz@gnu.org>
3102
a65f6a85
EZ
3103 * processes.texi (System Processes): New section.
3104 (Processes, Signals to Processes): Add xrefs to it.
3105
3106 * objects.texi (Editing Types): A `process' is a subprocess of
3107 Emacs, not just any process running on the OS.
3108
3109 * elisp.texi (Top): Adjust the @detailmenu for the above two
3110 changes.
3111
2724b26a
EZ
3112 * sequences.texi (Char-Tables): Remove documentation of
3113 set-char-table-default, which has no effect since Emacs 23.
3114 <char-table-range, set-char-table-range>: Don't mention generic
3115 characters and charsets. Add a cons cell as a possible argument.
3116
3117 * nonascii.texi (Splitting Characters)
3118 (Translation of Characters): Don't mention generic characters.
3119
3120 * display.texi (Fontsets): Don't mention generic characters.
3121
22526bc4 3122 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3123 argument FUNCTION with a cons cell as KEY.
22526bc4 3124
eaf4b689
EZ
31252008-10-13 Eli Zaretskii <eliz@gnu.org>
3126
45e46036
EZ
3127 * objects.texi (Primitive Function Type): Move "@cindex special
3128 forms" from here...
3129
3130 * eval.texi (Special Forms): ...to here.
3131
3132 * functions.texi (What Is a Function): `functionp' returns nil for
3133 special forms. Add an xref.
3134
eaf4b689
EZ
3135 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3136 Variables".
3137
3138 * variables.texi (Frame-Local Variables): New section.
3139 (Buffer-Local Variables): Add an xref to it.
3140 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3141 have both frame-local and buffer-local binding.
3142
3143 * frames.texi (Frames): Mention multiple tty frames.
3144 (Frame Parameters, Parameter Access): Mention frame-local variable
3145 bindings.
3146
15688fce
GM
31472008-09-20 Glenn Morris <rgm@gnu.org>
3148
3149 * display.texi (Defining Faces): Recommend against face variables.
3150
35539065
JB
31512008-09-16 Juanma Barranquero <lekktu@gmail.com>
3152
3153 * display.texi (Echo Area Customization): Fix typo.
3154
6a57054b
JB
31552008-09-09 Juanma Barranquero <lekktu@gmail.com>
3156
3157 * loading.texi (Where Defined): Add `defface' item.
3158
d632fb82
MR
31592008-09-06 Martin Rudalics <rudalics@gmx.at>
3160
3161 * loading.texi (Where Defined): Fix description of symbol-file.
3162
905a9adb
JR
31632008-08-26 Jason Rumney <jasonr@gnu.org>
3164
3165 * display.texi (TIFF Images): New section describing :index property.
3166
852e91b7
CY
31672008-08-23 Chong Yidong <cyd@stupidchicken.com>
3168
3169 * display.texi (Temporary Displays): Remove unnecessary comment
3170 about usage of temp-buffer-show-hook.
3171
6be001ee
CY
31722008-08-05 Chong Yidong <cyd@stupidchicken.com>
3173
3174 * symbols.texi (Other Plists): Fix incorrect example.
3175 Suggested by Florian Beck.
3176
58e3d8e8
JB
31772008-07-31 Juanma Barranquero <lekktu@gmail.com>
3178
3179 * os.texi: Fix previous change.
3180
7c2fb837
DN
31812008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3182
3183 * os.texi:
3184 * intro.texi:
3185 * files.texi: Remove VMS support.
3186
9e2a2647
DN
31872008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3188
3189 * os.texi:
3190 * frames.texi:
3191 * display.texi: Remove mentions of Mac Carbon.
3192
c4f4682b
MB
31932008-07-01 Miles Bader <miles@gnu.org>
3194
3195 * text.texi (Special Properties):
3196 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3197
3696411e
JB
31982008-06-28 Johan Bockgård <bojohan@gnu.org>
3199
3200 * display.texi (Other Image Types): Fix copy/paste error; say
3201 "PBM", not "XBM".
3202
f2a77c3a
DN
32032008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3204
3205 * os.texi: Remove references to obsolete systems.
3206
6d52677d
EZ
32072008-06-20 Eli Zaretskii <eliz@gnu.org>
3208
3209 * makefile.w32-in (distclean): Remove makefile.
3210
1a87da4c
GM
32112008-06-17 Glenn Morris <rgm@gnu.org>
3212
3213 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3214 (elisp, dist): Remove rules and variables that are obsolete now
3215 the lisp manual is no longer distributed separately.
3216
fdda1c5d
GM
32172008-06-16 Glenn Morris <rgm@gnu.org>
3218
646692e9
GM
3219 * configure, configure.in, mkinstalldirs: Remove unused files.
3220
3221 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3222 * vol1.texi (EMACSVER):
6a57054b 3223 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3224
3225 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3226 as per maintain.info.
3227
611bee81
GM
32282008-06-15 Glenn Morris <rgm@gnu.org>
3229
a7bed3a0
GM
3230 * makefile.w32-in (manual): Use "23" rather than "21".
3231
3232 * Makefile.in (emacsver): New, set by configure.
3233 (manual): Use emacsver.
3234
d794edf2
GM
3235 * intro.texi: Report bugs using M-x report-emacs-bug.
3236
611bee81
GM
3237 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3238
c73e02fa
GM
32392008-06-13 Daniel Engeler <engeler@gmail.com>
3240
3241 * elisp.texi, internals.texi, processes.texi: Add documentation
3242 about serial port access.
3243
e40a85cd
MB
32442008-06-05 Miles Bader <miles@gnu.org>
3245
3246 * display.texi (Displaying Faces): Update to reflect function
3247 renamings in face-remap.el.
3248
7b753744
JB
32492008-06-05 Juanma Barranquero <lekktu@gmail.com>
3250
3251 * display.texi (Fontsets): Fix typos.
3252
9d3d42fb
MB
32532008-06-03 Miles Bader <miles@gnu.org>
3254
7b753744
JB
3255 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3256 remove-relative-face-remapping, set-base-face-remapping,
3257 and set-default-base-face-remapping.
9d3d42fb 3258
f2cec7a9
MB
32592008-06-01 Miles Bader <miles@gnu.org>
3260
3261 * display.texi (Displaying Faces): Add face-remapping-alist.
3262
8f39c96d
SM
32632008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3264
3265 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3266 variable names.
3267
1ef5eecc
ER
32682008-05-03 Eric S. Raymond <esr@golux>
3269
352c8b4a 3270 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3271 (current-global-map) return references, not copies.
3272
63b4387f
JL
32732008-05-02 Juri Linkov <juri@jurta.org>
3274
3275 * minibuf.texi (Text from Minibuffer): Document a list of
3276 default values for `read-from-minibuffer'.
3277
38a8b703
JB
32782008-04-24 Juanma Barranquero <lekktu@gmail.com>
3279
3280 * nonascii.texi (Translation of Characters): Fix previous change.
3281
7c42e639
CY
32822008-04-20 Chong Yidong <cyd@stupidchicken.com>
3283
3284 * display.texi (Overlay Properties): Clarify role of underlying
3285 textprop and overlay keymaps for display strings.
3286
3287 * keymaps.texi (Active Keymaps): Ditto.
3288
25c0d999
SM
32892008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3290
3291 * minibuf.texi (Programmed Completion):
3292 Replace dynamic-completion-table with the new completion-table-dynamic.
3293
e3af5968
CY
32942008-04-07 Chong Yidong <cyd@stupidchicken.com>
3295
3296 * intro.texi (Some Terms): Change "fonts in this manual" index
3297 entry to "typographic conventions".
3298
6bfc8698
EZ
32992008-04-05 Eli Zaretskii <eliz@gnu.org>
3300
3301 * objects.texi (Text Props and Strings): Add indexing for read
3302 syntax of text properties.
3303
4972c361
SM
33042008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3305
3306 * processes.texi (Decoding Output): Remove process-filter-multibyte
3307 functions.
3308
c70a68db
MR
33092008-03-15 Martin Rudalics <rudalics@gmx.at>
3310
3311 * display.texi (Finding Overlays): Say that empty overlays at
3312 the end of the buffer are reported too.
3313
1291fd36
GM
33142008-03-13 Glenn Morris <rgm@gnu.org>
3315
3316 * elisp.texi (EMACSVER): Set to 23.0.60.
3317
c6b0dfd5
CY
33182008-02-26 Chong Yidong <cyd@stupidchicken.com>
3319
38a8b703 3320 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3321
875fc30c
GM
33222008-02-22 Glenn Morris <rgm@gnu.org>
3323
3324 * frames.texi (Position Parameters): Clarify the description of
3325 `left' and `top', using information from "Geometry".
3326 (Geometry): Give a pointer to "Position Parameters", rather than
3327 repeating information.
3328
d8c8e45a
GM
33292008-02-11 Glenn Morris <rgm@gnu.org>
3330
3331 * objects.texi (Equality Predicates): No longer talk about "two"
3332 functions.
3333
38a8b703 33342008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3335
3336 * objects.texi (Equality Predicates): Add defun for
3337 equal-including-properties.
3338
bfffe0b1
GM
33392008-02-10 Glenn Morris <rgm@gnu.org>
3340
3341 * objects.texi (Equality Predicates):
3342 Mention equal-including-properties.
3343
431b78c9
RS
33442008-02-07 Richard Stallman <rms@gnu.org>
3345
3346 * windows.texi (Window Start): Mention the feature of moving
3347 window-start to start of line.
3348
c8763fb6 33492008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3350
3351 * keymaps.texi (Tool Bar): Document rtl property.
3352
1a256502
TTN
33532008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3354
3355 * display.texi (Button Types):
3356 For define-button-type, clarify type of NAME.
3357
569382c2
MR
33582008-01-19 Martin Rudalics <rudalics@gmx.at>
3359
3360 * buffers.texi (Buffer Modification): Fix typo.
3361
f3041af1
DN
33622008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3363
3364 * os.texi (System Environment): Remove references to OSes that are
3365 not supported anymore.
3366
d35e1cd7
DN
33672008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3368
3369 * os.texi (System Environment): Remove mention for Masscomp.
3370
23af7580
RS
33712008-01-04 Richard Stallman <rms@gnu.org>
3372
3373 * display.texi (Faces): Don't talk about internal face vector as arg
3374 to facep.
3375
3376 * customize.texi (Type Keywords): Fix previous change.
3377
3378 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3379 * elisp.texi (Top): Fix menu for commands.texi change.
3380
ec7d5b1e
RS
33812007-12-30 Richard Stallman <rms@gnu.org>
3382
5dcb4c4e 3383 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3384 (Accessing Scroll): New node broken out of Accessing Mouse.
3385
101a6cea
RS
33862007-12-28 Richard Stallman <rms@gnu.org>
3387
3388 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3389 (Basic Parameters): For `title', refer to title bar.
041817a4 3390 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3391
72b7e664
RS
33922007-12-23 Richard Stallman <rms@gnu.org>
3393
3394 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3395 Improve some of the commented-out keywords' text too.
3396
27a4f445
MR
33972007-12-14 Martin Rudalics <rudalics@gmx.at>
3398
e2e3f1d7
MR
3399 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3400 "visit the current buffer".
3401
27a4f445
MR
3402 * os.texi (System Interface): Fix typo.
3403
a2afc99d
RS
34042007-12-04 Richard Stallman <rms@gnu.org>
3405
3406 * objects.texi (Symbol Type): Fix typo.
3407
b694135c
RS
34082007-12-03 Richard Stallman <rms@gnu.org>
3409
3410 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3411
f99a19da
GM
34122007-12-01 Glenn Morris <rgm@gnu.org>
3413
3414 * functions.texi (Declaring Functions): Improve previous change.
3415
8f4b37d8
GM
34162007-11-30 Glenn Morris <rgm@gnu.org>
3417
3418 * functions.texi (Declaring Functions): Add optional fourth
3419 argument of declare-function, and setting third argument to `t'.
3420
61a2fe01
RS
34212007-11-29 Richard Stallman <rms@gnu.org>
3422
3423 * customize.texi (Composite Types): Document `group' type.
3424
cbfc5193
GM
34252007-11-29 Glenn Morris <rgm@gnu.org>
3426
5dcb4c4e
SM
3427 * functions.texi (Declaring Functions): Add findex.
3428 Mention `external' files.
cbfc5193 3429
8386283a
JB
34302007-11-26 Juanma Barranquero <lekktu@gmail.com>
3431
3432 * functions.texi (Declaring Functions): Fix directive.
3433
a07c9a8b
RS
34342007-11-25 Richard Stallman <rms@gnu.org>
3435
3436 * help.texi (Help Functions): Clean up last change.
3437
3438 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3439
3440 * loading.texi (Named Features): Minor cleanup.
3441
3442 * macros.texi (Eval During Expansion): Minor cleanup.
3443
3444 * variables.texi (Variable Aliases): Minor cleanup.
3445
a0925923
RS
34462007-11-24 Richard Stallman <rms@gnu.org>
3447
3448 * functions.texi (Declaring Functions): Clarify previous change.
3449
3450 * compile.texi (Compiler Errors): Clarify previous change.
3451
20c63e44
RS
34522007-11-24 Richard Stallman <rms@gnu.org>
3453
e5e76c04 3454 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3455 Clarify the text and move items around.
3456
5bb0cda3
GM
34572007-11-24 Glenn Morris <rgm@gnu.org>
3458
3459 * functions.texi (Declaring Functions): New section.
3460 * compile.texi (Compiler Errors): Mention declaring functions,
3461 defvar with no initvalue, and byte-compile-warnings.
3462
af13c86a
MR
34632007-11-15 Martin Rudalics <rudalics@gmx.at>
3464
3465 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3466 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3467
a5373305
MR
34682007-11-13 Martin Rudalics <rudalics@gmx.at>
3469
3470 * help.texi (Help Functions): Document new macro `with-help-window'.
3471
fe284805
JL
34722007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3473
3474 * searching.texi (Replacing Match): Describe new
3475 `match-substitute-replacement'.
3476
2c3a09b1
RS
34772007-10-31 Richard Stallman <rms@gnu.org>
3478
3479 * strings.texi (Creating Strings): Null strings from concat not unique.
3480
f2b480f4
RS
34812007-10-26 Richard Stallman <rms@gnu.org>
3482
3483 * objects.texi (Equality Predicates): Null strings are uniquified.
3484
3485 * minibuf.texi: Minor clarifications in previous change.
3486
db21122c
GM
34872007-10-25 Glenn Morris <rgm@gnu.org>
3488
3489 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3490
2328cbb3
RS
34912007-10-24 Richard Stallman <rms@gnu.org>
3492
3493 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3494
3495 * variables.texi (Frame-Local Variables): Node deleted.
3496 (Variables): Delete Frame-Local Variables from menu.
3497 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3498 (Default Value): Don't mention frame-local vars.
3499
3500 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3501
3502 * loading.texi (Unloading): Document FEATURE-unload-function
3503 instead of FEATURE-unload-hook.
3504
2328cbb3
RS
3505 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3506
c066bafa
JL
35072007-10-22 Juri Linkov <juri@jurta.org>
3508
3509 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3510 (High-Level Completion): Document a list of default value strings
3511 in the DEFAULT argument, for which minibuffer functions return the
3512 first element.
3513
65ced25f
JL
35142007-10-17 Juri Linkov <juri@jurta.org>
3515
3516 * text.texi (Filling): Update arguments of fill-paragraph.
3517 fill-paragraph operates on the active region in Transient Mark mode.
3518 Remove fill-paragraph-or-region.
3519
ee46ec8e
KB
35202007-10-13 Karl Berry <karl@gnu.org>
3521
3522 * elisp.texi (@dircategory): Move to after @copying,
3523 since we want @copying as close as possible to the beginning of
3524 the output.
3525
61bbdbc6
RS
35262007-10-12 Richard Stallman <rms@gnu.org>
3527
3528 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3529
3530 * commands.texi (Distinguish Interactive): New node,
3531 broken out from Interactive Call and rewritten.
3532 (Command Loop): Put Distinguish Interactive in menu.
3533
af23e1e8
RS
35342007-10-09 Richard Stallman <rms@gnu.org>
3535
3536 * text.texi (Examining Properties): Mention overlay priority.
3537
3538 * display.texi (Display Margins): Correct the description
3539 of margin display specifications.
3540 (Replacing Specs): New subnode broken out of Display Property.
3541
e1965a69
JL
35422007-10-06 Juri Linkov <juri@jurta.org>
3543
3544 * text.texi (Filling): Document fill-paragraph-or-region.
3545
4638454b
JB
35462007-10-05 Juanma Barranquero <lekktu@gmail.com>
3547
3548 * display.texi (Auto Faces): Fix typo.
3549
7ed54cc5
RS
35502007-10-02 Richard Stallman <rms@gnu.org>
3551
3552 * display.texi (Display Property): Explain some display specs
3553 don't let you move point in.
3554
5dcb4c4e
SM
3555 * frames.texi (Cursor Parameters):
3556 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3557
3558 * windows.texi (Basic Windows): Don't describe
3559 cursor-in-non-selected-windows here.
3560
305a7ef2
EZ
35612007-10-01 Eli Zaretskii <eliz@gnu.org>
3562
3563 * processes.texi (Misc Network): Note that these functions are
3564 supported only on some systems.
3565
f7a7f4eb
RS
35662007-10-01 Richard Stallman <rms@gnu.org>
3567
3568 * display.texi (Overlay Properties): Explain nil as priority.
3569 Explain that conflicts are unpredictable if not resolved by
3570 priorities.
3571
780d7bb9
RS
35722007-09-23 Richard Stallman <rms@gnu.org>
3573
3574 * macros.texi (Backquote): Minor clarification.
3575
14b4fdfb
RS
35762007-09-19 Richard Stallman <rms@gnu.org>
3577
3578 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3579 Clarify when they work in parallel and when one overrides.
3580 Fix error in example.
14b4fdfb 3581
b8d4c8d0
GM
35822007-09-06 Glenn Morris <rgm@gnu.org>
3583
b3e755a9 3584 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3585 commands to use ../../info.
3586 * Makefile.in (infodir): Go up one more level.
4638454b 3587 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3588 (miscmanualdir): New.
3589 (dist): Use new variable miscmanualdir.
3590 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3591 (usermanualdir): Change from ../man to ../emacs.
3592
1bb1f7d3
MR
35932007-08-30 Martin Rudalics <rudalics@gmx.at>
3594
3595 * commands.texi (Command Loop Info): Advise against changing
3596 most variables described here. Explain new variable
3597 last-repeatable-command.
3598
b8d4c8d0
GM
35992007-08-29 Glenn Morris <rgm@gnu.org>
3600
3601 * elisp.texi (EMACSVER): Increase to 23.0.50.
3602
36032007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3604
3605 * frames.texi (Basic Parameters): Add display-environment-variable
3606 and term-environment-variable.
3607
36082007-08-28 Juri Linkov <juri@jurta.org>
3609
3610 * display.texi (Image Formats, Other Image Types): Add SVG.
3611
36122007-08-28 Juri Linkov <juri@jurta.org>
3613
3614 * display.texi (Images): Move formats-related text to new node
3615 "Image Formats".
3616 (Image Formats): New node.
3617
619fb9ee
RS
36182007-08-27 Richard Stallman <rms@gnu.org>
3619
3620 * windows.texi (Window Configurations): Clarify what
3621 a window configuration saves.
3622
b8d4c8d0
GM
36232007-08-25 Richard Stallman <rms@gnu.org>
3624
3625 * display.texi (Images): Delete redundant @findex.
3626
39f9da30
GM
36272007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3628
3629 * text.texi (Change Hooks): (after|before)-change-functions are no
3630 longer bound to nil while running; rather inhibit-modification-hooks
3631 is t.
3632
b8d4c8d0
GM
36332007-08-16 Richard Stallman <rms@gnu.org>
3634
5dcb4c4e
SM
3635 * processes.texi (Asynchronous Processes):
3636 Clarify doc of start-file-process.
b8d4c8d0
GM
3637
36382007-08-08 Martin Rudalics <rudalics@gmx.at>
3639
3640 * modes.texi (Example Major Modes): Fix typo.
3641
36422007-08-08 Glenn Morris <rgm@gnu.org>
3643
3644 * intro.texi (nil and t): Do not use `iff' in documentation.
3645
3646 * tips.texi (Documentation Tips): Recommend against `iff'.
3647
36482007-08-07 Chong Yidong <cyd@stupidchicken.com>
3649
3650 * display.texi (Image Cache): Document image-refresh.
3651
36522007-08-06 Martin Rudalics <rudalics@gmx.at>
3653
3654 * windows.texi (Size of Window): Document window-full-width-p.
3655
36562007-07-25 Glenn Morris <rgm@gnu.org>
3657
3658 * gpl.texi (GPL): Replace license with GPLv3.
3659
3660 * Relicense all FSF files to GPLv3 or later.
3661
36622007-07-24 Michael Albinus <michael.albinus@gmx.de>
3663
4638454b
JB
3664 * processes.texi (Synchronous Processes):
3665 Add `process-file-shell-command'.
b8d4c8d0
GM
3666 (Asynchronous Processes): Mention restricted use of
3667 `process-filter' and `process-sentinel' in
3668 `start-file-process'. Add `start-file-process-shell-command'.
3669
36702007-07-17 Michael Albinus <michael.albinus@gmx.de>
3671
3672 * files.texi (Magic File Names): Introduce optional parameter
3673 IDENTIFICATION for `file-remote-p'.
3674
36752007-07-16 Richard Stallman <rms@gnu.org>
3676
3677 * display.texi (Defining Faces): Fix previous change.
3678
36792007-07-14 Richard Stallman <rms@gnu.org>
3680
3681 * control.texi (Handling Errors): Document `debug' in handler list.
3682
36832007-07-10 Richard Stallman <rms@gnu.org>
3684
3685 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3686
36872007-07-09 Richard Stallman <rms@gnu.org>
3688
3689 * files.texi (Magic File Names): Rewrite previous change.
3690
36912007-07-08 Michael Albinus <michael.albinus@gmx.de>
3692
3693 * files.texi (Magic File Names): Introduce optional parameter
3694 CONNECTED for `file-remote-p'.
3695
36962007-07-07 Michael Albinus <michael.albinus@gmx.de>
3697
3698 * processes.texi (Asynchronous Processes):
3699 * files.texi (Magic File Names): Add `start-file-process'.
3700
37012007-06-27 Richard Stallman <rms@gnu.org>
3702
5dcb4c4e
SM
3703 * files.texi (Format Conversion Piecemeal):
3704 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3705
37062007-06-27 Michael Albinus <michael.albinus@gmx.de>
3707
4638454b
JB
3708 * files.texi (Magic File Names): Remove `dired-call-process'.
3709 Add `process-file'.
b8d4c8d0
GM
3710
37112007-06-27 Kenichi Handa <handa@m17n.org>
3712
3713 * text.texi (Special Properties): Fix description about
4638454b 3714 `composition' property.
b8d4c8d0
GM
3715
37162007-06-26 Kenichi Handa <handa@m17n.org>
3717
3718 * nonascii.texi (Default Coding Systems): Document about the
3719 return value `undecided'.
3720
37212007-06-25 David Kastrup <dak@gnu.org>
3722
3723 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3724 `current-active-maps'.
3725
37262007-06-24 Karl Berry <karl@gnu.org>
3727
4638454b 3728 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3729
37302007-06-15 Juanma Barranquero <lekktu@gmail.com>
3731
3732 * display.texi (Overlay Arrow): Doc fix.
3733
37342007-06-14 Karl Berry <karl@tug.org>
3735
3736 * anti.texi (Antinews): Typo.
3737
37382007-06-14 Chong Yidong <cyd@stupidchicken.com>
3739
3740 * display.texi (Image Cache): Document image-refresh.
3741
37422007-06-12 Karl Berry <karl@gnu.org>
3743
3744 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3745 * two-volume.make: New file.
3746 * .cvsignore: Ignore two-volume files.
3747
37482007-06-12 Tom Tromey <tromey@redhat.com>
3749
3750 * os.texi (Init File): Document user-emacs-directory.
3751
37522007-06-03 Nick Roberts <nickrob@snap.net.nz>
3753
3754 * commands.texi (Click Events): Describe width and height when
3755 object is nil.
3756
37572007-05-30 Nick Roberts <nickrob@snap.net.nz>
3758
5dcb4c4e
SM
3759 * commands.texi (Click Events): Layout more logically.
3760 Describe width and height.
b8d4c8d0
GM
3761 (Drag Events, Motion Events): Update to new format for position.
3762
37632007-06-02 Richard Stallman <rms@gnu.org>
3764
3765 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3766
37672007-06-02 Chong Yidong <cyd@stupidchicken.com>
3768
3769 * Version 22.1 released.
3770
37712007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * text.texi (Special Properties): Correct meaning of fontified face.
3774
37752007-05-30 Richard Stallman <rms@gnu.org>
3776
3777 * text.texi (Special Properties): Add link to Adjusting Point.
3778
37792007-05-12 Richard Stallman <rms@gnu.org>
3780
3781 * text.texi (Margins): indent-to-left-margin is not the default.
3782 (Mode-Specific Indent): For indent-line-function, the default
3783 is indent-relative.
3784
3785 * modes.texi (Example Major Modes): Explain last line of text-mode
3786 is redundant.
3787
37882007-05-10 Richard Stallman <rms@gnu.org>
3789
3790 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3791
3792 * help.texi (Keys in Documentation): Add reference to
3793 Documentation Tips.
3794
3795 * files.texi (Format Conversion): TO-FN gets three arguments.
3796
3797 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3798
37992007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3800
3801 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3802 * files.texi (Format Conversion): Expand intro; add menu.
3803 (Format Conversion Overview, Format Conversion Round-Trip)
3804 (Format Conversion Piecemeal): New nodes/subsections.
3805 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3806 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3807 (Saving Properties): Delete node/subsection.
3808
38092007-05-07 Karl Berry <karl@gnu.org>
3810
3811 * elisp.texi (EMACSVER): Back to 22.
3812
38132007-05-06 Richard Stallman <rms@gnu.org>
3814
3815 * processes.texi (Accepting Output): Revert most of previous change.
3816
38172007-05-05 Richard Stallman <rms@gnu.org>
3818
3819 * processes.texi (Accepting Output): accept-process-output
3820 uses microseconds, not milliseconds. But that arg is obsolete.
3821
38222007-05-04 Karl Berry <karl@tug.org>
3823
3824 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3825
38262007-05-04 Eli Zaretskii <eliz@gnu.org>
3827
3828 * tips.texi (Documentation Tips): Rearrange items to place the
3829 more important ones first. Add an index entry for hyperlinks.
3830
38312007-05-03 Karl Berry <karl@gnu.org>
3832
3833 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3834 (EMACSVER) [smallbook]: 22 for printed version.
3835
3836 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3837 so restore anchor to normal position after defun. Found by Kevin Ryde.
3838
38392007-04-26 Glenn Morris <rgm@gnu.org>
3840
3841 * elisp.texi (EMACSVER): Increase to 22.1.50.
3842
38432007-04-28 Karl Berry <karl@gnu.org>
3844
3845 * elisp.texi: Improve line breaks on copyright page,
3846 similar layout to emacs manual, 8.5x11 by default.
3847
38482007-04-24 Richard Stallman <rms@gnu.org>
3849
3850 * text.texi (Special Properties): Add xref to Overlay Properties.
3851
3852 * display.texi (Overlay Properties): Add xref to Special Properties.
3853
38542007-04-22 Richard Stallman <rms@gnu.org>
3855
3856 * keymaps.texi (Extended Menu Items): Move the info about
3857 format with cached keyboard binding.
3858
38592007-04-21 Richard Stallman <rms@gnu.org>
3860
3861 * text.texi (Special Properties): Clarify previous change.
3862
3863 * files.texi (File Name Expansion): Clarify previous change.
3864
3865 * display.texi (Attribute Functions): Fix example for
3866 face-attribute-relative-p.
3867
38682007-04-19 Kenichi Handa <handa@m17n.org>
3869
3870 * text.texi (Special Properties): Document composition property.
3871
38722007-04-19 Glenn Morris <rgm@gnu.org>
3873
3874 * files.texi (File Name Expansion): Mention "superroot".
3875
38762007-04-15 Chong Yidong <cyd@stupidchicken.com>
3877
3878 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3879 setups.
3880 (Display Feature Testing): Note that display refers to all
3881 physical monitors for multi-monitor setups.
3882
38832007-04-14 Richard Stallman <rms@gnu.org>
3884
3885 * lists.texi (Sets And Lists): Clarify `delete' examples.
3886 Remove spurious xref to same node.
3887 Clarify xref for add-to-list.
3888
38892007-04-12 Nick Roberts <nickrob@snap.net.nz>
3890
3891 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3892 value of lisp-mode-map.
3893
38942007-04-11 Karl Berry <karl@gnu.org>
3895
3896 * anti.texi (Antinews):
3897 * display.texi (Overlay Properties, Defining Images):
3898 * processes.texi (Synchronous Processes, Sentinels):
3899 * syntax.texi (Syntax Table Internals):
3900 * searching.texi (Regexp Special):
3901 * nonascii.texi (Default Coding Systems):
3902 * text.texi (Special Properties):
3903 * minibuf.texi (Basic Completion): Wording to improve breaks in
3904 8.5x11 format.
3905 * elisp.texi (smallbook): New @set to more easily switch between
3906 smallbook and 8.5x11.
3907
39082007-04-11 Richard Stallman <rms@gnu.org>
3909
3910 * text.texi (Lazy Properties): Minor fix.
3911
39122007-04-08 Karl Berry <karl@gnu.org>
3913
3914 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3915 * macros.texi (Backquote): Downcase Backquote in index entries for
3916 consistency.
3917
39182007-04-08 Richard Stallman <rms@gnu.org>
3919
3920 * text.texi (Adaptive Fill): Just describe default,
3921 don't show it (since it contains non-ASCII chars).
3922
39232007-04-07 Karl Berry <karl@gnu.org>
3924
3925 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3926 adaptive-fill-regexp's value, since they are not in the standard
3927 TeX fonts.
3928
39292007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3930
3931 * display.texi (Defining Faces): Fix example.
3932
39332007-04-07 Karl Berry <karl@gnu.org>
3934
3935 * display.texi (Button Buffer Commands): Improve page break.
3936
39372007-04-07 Richard Stallman <rms@gnu.org>
3938
3939 * advice.texi (Activation of Advice): Remove redundant index entry.
3940
3941 * backups.texi: Improve index entries. Remove redundant ones.
3942
3943 * compile.texi (Byte Compilation): Improve index entry.
3944
3945 * hash.texi (Creating Hash): Improve index entry.
3946
3947 * symbols.texi (Definitions): Improve index entry.
3948
3949 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3950
3951 * maps.texi (Standard Keymaps): Remove useless index entry.
3952
3953 * help.texi (Documentation Basics): Remove redundant index entries.
3954
3955 * customize.texi: Improve index entries.
3956 Remove redundant/useless ones.
3957
3958 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3959
3960 * streams.texi (Output Variables): Improve index entry.
3961
3962 * abbrevs.texi (Abbrevs): Remove useless index entry.
3963
3964 * macros.texi (Expansion): Remove useless index entry.
3965
3966 * text.texi: Improve index entries. Remove redundant/useless ones.
3967 (Text Properties, Examining Properties)
3968 (Special Properties): Use "property category" instead of "category"
3969 to refer to the `category' property.
3970
3971 * positions.texi: Improve index entries. Remove useless one.
3972
3973 * lists.texi: Improve index entries. Remove redundant/useless ones.
3974
3975 * os.texi: Improve index entries.
3976 (Timers): Fix previous change.
3977
3978 * buffers.texi: Improve index entries.
3979 (Modification Time): Get rid of term "obsolete buffer".
3980
3981 * debugging.texi: Improve index entries.
3982 (Test Coverage): Add xref to other test coverage ftr.
3983
3984 * eval.texi: Improve index entry. Remove redundant ones.
3985
3986 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3987
3988 * files.texi: Improve index entries. Remove redundant/useless ones.
3989
3990 * objects.texi: Improve index entries.
3991
3992 * processes.texi: Improve index entries.
3993
3994 * modes.texi: Improve index entry. Remove redundant one.
3995
3996 * nonascii.texi: Improve index entries.
3997
3998 * internals.texi: Improve index entries.
3999
4000 * syntax.texi: Improve index entries.
4001
4002 * keymaps.texi (Active Keymaps): Improve index entries.
4003
4004 * commands.texi: Improve index entries. Remove redundant/useless ones.
4005
4006 * frames.texi: Improve index entries. Remove redundant/useless ones.
4007
4008 * markers.texi: Improve index entries. Remove redundant ones.
4009
4010 * tips.texi: Improve index entries.
4011
4012 * loading.texi (Unloading): Improve index entry.
4013
4014 * variables.texi: Improve index entries. Remove redundant one.
4015
4016 * sequences.texi: Improve index entry.
4017
4018 * display.texi: Improve index entries. Remove redundant ones.
4019
4020 * windows.texi: Improve index entries.
4021
4022 * searching.texi: Improve index entries. Remove redundant one.
4023
4024 * strings.texi (Case Tables): Improve last change.
4025
40262007-04-04 Chong Yidong <cyd@stupidchicken.com>
4027
4028 * strings.texi (Case Tables): Document with-case-table and
4029 ascii-case-table.
4030
40312007-04-03 Karl Berry <karl@gnu.org>
4032
4033 * processes.texi (Network): Reword to improve page break.
4034
40352007-04-03 Eli Zaretskii <eliz@gnu.org>
4036
4037 * functions.texi (Inline Functions): Describe more disadvantages
4038 of defsubst, and make advice against it stronger.
4039
40402007-04-02 Karl Berry <karl@gnu.org>
4041
4042 * backups.texi (Backup Names): Avoid widow words.
4043 * modes.texi (Example Major Modes): Align last comment.
4044
40452007-04-01 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * keymaps.texi (Remapping Commands): Document new arg to
4048 command-remapping.
4049
40502007-04-01 Karl Berry <karl@gnu.org>
4051
4052 * processes.texi (Low-Level Network): Typo.
4053 * loading.texi (Hooks for Loading): Avoid double "the".
4054 * keymaps.texi (Key Sequences): No double "and".
4055 (Changing Key Bindings): Shorten to improve line break.
4056
40572007-03-31 Glenn Morris <rgm@gnu.org>
4058
4059 * os.texi (Timers): Fix description of run-at-time TIME formats.
4060
40612007-03-31 Richard Stallman <rms@gnu.org>
4062
4063 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4064 regarding ellipsis.
4065
40662007-03-31 Eli Zaretskii <eliz@gnu.org>
4067
4068 * intro.texi (nil and t):
4069 * symbols.texi (Plists and Alists):
4070 * variables.texi (Variable Aliases, Constant Variables):
4071 * functions.texi (Defining Functions):
4072 * advice.texi (Advising Primitives):
4073 * debugging.texi (Syntax Errors, Compilation Errors):
4074 * minibuf.texi (Minibuffer Windows):
4075 * commands.texi (Adjusting Point):
4076 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4077 (Auto Major Mode, Major Mode Conventions):
4078 * help.texi (Describing Characters):
4079 * files.texi (Create/Delete Dirs, Information about Files)
4080 (File Locks, Writing to Files, Reading from Files)
4081 (Saving Buffers):
4082 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4083 * frames.texi (Finding All Frames):
4084 * positions.texi (Buffer End, Motion):
4085 * markers.texi (The Region):
4086 * text.texi (Deletion, Near Point):
4087 * display.texi (Displaying Messages, Truncation):
4088 * os.texi (Processor Run Time):
4089 * tips.texi (Key Binding Conventions, Programming Tips)
4090 (Warning Tips, Documentation Tips, Comment Tips):
4091 * internals.texi (Memory Usage): Improve indexing.
4092
4093 * variables.texi (Frame-Local Variables):
4094 * functions.texi (Argument List):
4095 * loading.texi (Library Search):
4096 * streams.texi (Output Variables):
4097 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4098 * searching.texi (Replacing Match, Search and Replace):
4099 * processes.texi (Byte Packing, Decoding Output)
4100 (Accepting Output, Network Servers, Shell Arguments):
4101 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4102 * windows.texi (Window Point, Window Start):
4103 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4104 * commands.texi (Reading Input, Keyboard Events):
4105 * minibuf.texi (Reading File Names, Minibuffer Completion)
4106 (Recursive Mini):
4107 * positions.texi (List Motion):
4108 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4109 * numbers.texi (Arithmetic Operations, Math Functions)
4110 (Predicates on Numbers, Comparison of Numbers):
4111 (Numeric Conversions):
4112 * locals.texi (Standard Buffer-Local Variables):
4113 * maps.texi (Standard Keymaps):
4114 * os.texi (User Identification, System Environment, Recording Input)
4115 (X11 Keysyms):
4116 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4117 * backups.texi (Backups and Auto-Saving):
4118 * customize.texi (Customization, Group Definitions)
4119 (Variable Definitions):
4120 * compile.texi (Byte Compilation): Improve index entries.
4121
41222007-03-31 Karl Berry <karl@gnu.org>
4123
4124 * macros.texi (Defining Macros): Avoid widow syllable.
4125
41262007-03-31 Eli Zaretskii <eliz@gnu.org>
4127
4128 * elisp.texi (Top): Postscript -> PostScript.
4129
4130 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4131
41322007-03-31 Markus Triska <markus.triska@gmx.at>
4133
4134 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4135
41362007-03-30 Karl Berry <karl@gnu.org>
4137
4138 * lists.texi (List-related Predicates): Remove spurious @need.
4139 (Setcdr): Use @smallexample to improve page break.
4140 (Association Lists) <assoc>: Reword to improve page break.
4141
4142 * strings.texi (String Conversion): Insert blank line to improve
4143 page break.
4144
4145 * numbers.texi (Random Numbers): Use @minus{}.
4146 (Math Functions): Use @minus{}.
4147
4148 * intro.texi (Acknowledgements): Avoid line breaks before middle
4149 initials.
4150
41512007-03-24 Eli Zaretskii <eliz@gnu.org>
4152
4153 * errors.texi (Standard Errors): Add an index entry.
4154
41552007-03-19 Richard Stallman <rms@gnu.org>
4156
4157 * os.texi (Recording Input): recent-keys now gives 300 keys.
4158
41592007-03-12 Glenn Morris <rgm@gnu.org>
4160
4161 * os.texi: Replace "daylight savings" with "daylight saving"
4162 throughout.
4163
41642007-03-05 Richard Stallman <rms@gnu.org>
4165
5dcb4c4e
SM
4166 * variables.texi (File Local Variables):
4167 Update enable-local-variables values.
b8d4c8d0
GM
4168
41692007-03-04 Richard Stallman <rms@gnu.org>
4170
4171 * syntax.texi (Control Parsing): Minor clarification.
4172
4173 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4174
4175 * sequences.texi (Sequence Functions): Move string-bytes away,
4176 add xref.
4177
4178 * nonascii.texi (Text Representations): Move string-bytes here.
4179
4180 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4181
4182 * minibuf.texi (Basic Completion): Minor clarification.
4183
4184 * markers.texi (The Mark): Clarify existence vs activation of mark.
4185 Other cleanup.
4186
4187 * display.texi (Finding Overlays): Write better example.
4188
4189 * compile.texi (Eval During Compile): Clarify putting macros
4190 in eval-when-compile.
4191
c5602427 41922007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4193
4194 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4195 load-read-function definition doc.
b8d4c8d0
GM
4196
41972007-02-21 Kim F. Storm <storm@cua.dk>
4198
4199 * strings.texi (Text Comparison): Mention that assoc-string
4200 converts symbols to strings before testing.
4201
42022007-02-17 Kim F. Storm <storm@cua.dk>
4203
4204 * processes.texi (Bindat Spec): Vector types can have optional
4205 element type.
4206 (Bindat Examples): Fix example. Add vector with element type.
4207
42082007-02-16 Andreas Schwab <schwab@suse.de>
4209
4210 * strings.texi (Formatting Strings): Document '+' flag.
4211
42122007-02-15 Juanma Barranquero <lekktu@gmail.com>
4213
4214 * strings.texi (Modifying Strings): Clarify that `clear-string'
4215 always converts the string to unibyte.
4216
42172007-02-14 Kim F. Storm <storm@cua.dk>
4218
4219 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4220 Rewrite glyph code description to refer to these functions.
4221 Remove details of encoding face number and char into integer code.
4222
42232007-02-03 Alan Mackenzie <acm@muc.de>
4224
4225 * loading.texi (Hooks for Loading): Make the description of
4226 `eval-after-load' more detailed, and amend the description of
4227 after-load-alist, in accordance with changes from 2006-05.
4228
42292007-02-03 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * modes.texi (Defining Minor Modes): Document that a :require
4232 keyword or similar may be required to make saved customization
4233 variables work.
4234
42352007-02-03 Eli Zaretskii <eliz@gnu.org>
4236
4237 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4238 Texinfo guidelines and with what texnfo-upd.el expects.
4239 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4240 parts needed by `texinfo-multiple-files-update'.
4241
42422007-02-02 Eli Zaretskii <eliz@gnu.org>
4243
4244 * elisp.texi (Top): Update the top-level menus.
4245
4246 * syntax.texi (Categories): Add index entries.
4247
42482007-02-01 Juanma Barranquero <lekktu@gmail.com>
4249
4250 * display.texi (Attribute Functions): Fix name and description of
4251 the UNDERLINE arg of `set-face-underline-p'.
4252
42532007-01-29 Eli Zaretskii <eliz@gnu.org>
4254
4255 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4256 Variables", and "Standard Keymaps" to the detailed menu.
4257
4258 * variables.texi (Future Local Variables): Add index entry.
4259
42602007-01-28 Richard Stallman <rms@gnu.org>
4261
4262 * tips.texi (Coding Conventions): Clarify the tip about macros
4263 that define a function or a variable.
4264
4265 * files.texi (File Attributes): UID and GID can be floats.
4266 (Magic File Names): Explain why deferring all operations to
4267 the standard handler does not work.
4268
42692007-01-23 Martin Rudalics <rudalics@gmx.at>
4270
4271 * backups.texi (Reverting): Use "buffer" instead of "file"
4272 when talking about major and minor modes.
4273
42742007-01-21 Richard Stallman <rms@gnu.org>
4275
4276 * help.texi (Documentation): Add xref to Documentation Tips.
4277
42782007-01-14 Juanma Barranquero <lekktu@gmail.com>
4279
4280 * tips.texi (Coding Conventions): Fix typos.
4281
42822007-01-05 Richard Stallman <rms@gnu.org>
4283
4284 * modes.texi (Defining Minor Modes): Fix previous change.
4285
42862007-01-03 Richard Stallman <rms@gnu.org>
4287
4288 * customize.texi (Variable Definitions, Customization Types):
4289 Don't use * in doc string for defcustom.
4290
42912007-01-02 Richard Stallman <rms@gnu.org>
4292
4293 * variables.texi (Variable Aliases): Clarify that aliases vars
4294 always have the same value.
4295
4296 * processes.texi (Bindat Spec): Fix Texinfo usage.
4297
4298 * modes.texi (Defining Minor Modes): Explain effect of command
4299 defined with define-global-minor-mode on new buffers.
4300
43012006-12-30 Kim F. Storm <storm@cua.dk>
4302
4303 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4304 `auto-resize-tool-bars'.
4305
43062006-12-30 Richard Stallman <rms@gnu.org>
4307
4308 * keymaps.texi (Active Keymaps): Fix previous change.
4309
43102006-12-30 Nick Roberts <nickrob@snap.net.nz>
4311
4312 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4313
43142006-12-30 Kim F. Storm <storm@cua.dk>
4315
4316 * processes.texi (Bindat Spec): Clarify using field names in
4317 length specifications.
4318
43192006-12-29 Kim F. Storm <storm@cua.dk>
4320
4321 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4322 Add count and index variables for eval forms in repeat blocks.
4323
43242006-12-24 Richard Stallman <rms@gnu.org>
4325
5dcb4c4e
SM
4326 * customize.texi (Variable Definitions):
4327 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4328
43292006-12-19 Kim F. Storm <storm@cua.dk>
4330
4331 * commands.texi (Misc Events): User signals now result in sigusr1
4332 and sigusr2 events which are handled through special-event-map.
4333 (Special Events): User signals and drag-n-drop are special.
4334
43352006-12-17 Richard Stallman <rms@gnu.org>
4336
4337 * loading.texi (Named Features): Explain subfeatures better.
4338
4339 * customize.texi: Use "option" only for user options.
4340 For the keyword values inside defcustom etc, say "keywords".
4341 For :options value's elements, say "elements".
4342 :group should not be omitted.
4343
4344 * syntax.texi (Parsing Expressions): Split up node.
4345 (Motion via Parsing, Position Parse, Parser State)
4346 (Low-Level Parsing, Control Parsing): New subnodes.
4347 (Parser State): Document syntax-ppss-toplevel-pos.
4348
4349 * positions.texi (List Motion): Punctuation fix.
4350
4351 * files.texi (File Name Completion): Document PREDICATE arg
4352 to file-name-completion.
4353
43542006-12-16 Eli Zaretskii <eliz@gnu.org>
4355
4356 * internals.texi (Building Emacs, Writing Emacs Primitives):
4357 Add index entries.
4358
43592006-12-11 Richard Stallman <rms@gnu.org>
4360
4361 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4362 affects face menu. Explain how to make it non-nil without enabling
4363 any fontification.
4364
43652006-12-10 Chong Yidong <cyd@stupidchicken.com>
4366
4367 * modes.texi (Font Lock Basics): Document nil value of
4368 font-lock-defaults.
4369
43702006-12-10 Glenn Morris <rgm@gnu.org>
4371
4372 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4373 value for system-flag argument. Abbrev tables may not be empty
4374 when major modes are loaded.
4375
43762006-12-08 Juanma Barranquero <lekktu@gmail.com>
4377
4378 * makefile.w32-in (maintainer-clean): Partially revert last
4379 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4380 to protect elisp-covers.texi.
4381
43822006-12-07 Juanma Barranquero <lekktu@gmail.com>
4383
4384 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4385 Don't remove elisp* info files; they are already deleted by the
4386 `clean' and `distclean' targets, and they are in the $(infodir)
4387 directory, not the current one.
4388
43892006-12-04 Kim F. Storm <storm@cua.dk>
4390
4391 * commands.texi (Misc Events): Update signal events.
4392 (Event Examples): Add signal example.
4393
43942006-11-29 Richard Stallman <rms@gnu.org>
4395
4396 * frames.texi (Visibility of Frames): Explain visible windows
4397 can be covered by others. Add xref for raise-frame.
4398
43992006-11-28 Richard Stallman <rms@gnu.org>
4400
4401 * searching.texi (Regexp Special): Update when ^ is special.
4402
44032006-11-27 Eli Zaretskii <eliz@gnu.org>
4404
4405 * customize.texi (Customization, Common Keywords)
4406 (Group Definitions, Variable Definitions, Composite Types)
4407 (Type Keywords, Customization Types): Add index entries for
4408 various customization keywords.
4409
44102006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4413
c8763fb6 44142006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4415
4416 * frames.texi (Window System Selections): Remove clipboard from
4417 description of selection-coding-system.
4418
44192006-11-06 Richard Stallman <rms@gnu.org>
4420
4421 * lists.texi (List Variables): Document COMPARE-FN.
4422
4423 * keymaps.texi: Avoid use of "binding" to mean a relation;
4424 use it only to refer to the meaning associated with a key.
4425 (Keymaps): Change menu node description.
4426
4427 * elisp.texi (Top): Change menu node description.
4428
4429 * display.texi (Managing Overlays): Document overlay-recenter.
4430
44312006-10-29 Chong Yidong <cyd@stupidchicken.com>
4432
4433 * Makefile.in: Use relative paths to avoid advertising filesystem
4434 contents during compilation.
4435
44362006-10-23 Kim F. Storm <storm@cua.dk>
4437
4438 * commands.texi (Event Input Misc): Update unread-command-events.
4439
44402006-10-23 Nick Roberts <nickrob@snap.net.nz>
4441
4442 * lists.texi (Sets And Lists): Fix typos.
4443
44442006-10-18 Juanma Barranquero <lekktu@gmail.com>
4445
4446 * control.texi (Processing of Errors): Use @var for an argument,
4447 not @code.
4448
44492006-10-16 Richard Stallman <rms@gnu.org>
4450
4451 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4452
4453 * keymaps.texi (Format of Keymaps): Show all the keymap element
4454 patterns that result from menu items.
4455 (Key Lookup): Minor cleanups.
4456
4457 * modes.texi (Precalculated Fontification): Don't say that
4458 not setting font-lock-defaults avoids loading font-lock.
4459
4460 * help.texi (Documentation): Move xref to Emacs Manual here.
4461 (Documentation Basics): From here.
4462 Also doc emacs-lisp-docstring-fill-column.
4463
4464 * elisp.texi: Update version and ISBN.
4465
4466 * commands.texi (Interactive Call): Clarify KEYS arg to
4467 call-interactively is a vector.
4468 (Command Loop Info): Delete anchor in this-command-keys.
4469 Add anchor in this-command-keys-vector.
4470 (Recursive Editing): Document how recursive-edit
4471 handles the current buffer.
4472
44732006-10-13 Chong Yidong <cyd@stupidchicken.com>
4474
4475 * frames.texi (Frame Titles): %c and %l are ignored in
4476 frame-title-format.
4477
44782006-10-11 Richard Stallman <rms@gnu.org>
4479
4480 * keymaps.texi (Key Sequences): Clarify use of kbd.
4481
44822006-10-10 Kim F. Storm <storm@cua.dk>
4483
4484 * lists.texi (Sets And Lists): Add memql.
4485
44862006-10-03 Richard Stallman <rms@gnu.org>
4487
4488 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4489 Clarify :ascii: and :nonascii:.
4490
44912006-09-29 Juri Linkov <juri@jurta.org>
4492
4493 * modes.texi (%-Constructs): Reorder coding systems in the
4494 documentation of %z to the real order displayed in the modeline.
4495
44962006-09-25 Richard Stallman <rms@gnu.org>
4497
4498 * os.texi (Timers): Describe timer-max-repeats.
4499
45002006-09-25 Chong Yidong <cyd@stupidchicken.com>
4501
4502 * os.texi (Timers): Mention with-local-quit.
4503
45042006-09-24 Richard Stallman <rms@gnu.org>
4505
4506 * searching.texi (Searching and Matching): Mention property search.
4507
4508 * commands.texi (Command Loop Info): Explain how read-event affects
4509 this-command-keys.
4510
45112006-09-20 Richard Stallman <rms@gnu.org>
4512
4513 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4514
4515 * windows.texi (Window Start): Minor cleanups.
4516
45172006-09-20 Kim F. Storm <storm@cua.dk>
4518
4519 * windows.texi (Window Start): pos-visible-in-window-p allows
4520 specifying t for position to mean "end of window".
4521 Add window-line-height.
4522
4523 * anti.texi (Antinews): Mention window-line-height.
4524
45252006-09-19 David Kastrup <dak@gnu.org>
4526
4527 * keymaps.texi (Searching Keymaps): Small clarification.
4528
45292006-09-18 Richard Stallman <rms@gnu.org>
4530
4531 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4532 cause keyboard menus.
4533 (Menu Keymaps): Likewise.
4534 (Defining Menus, Keyboard Menus): Clarify.
4535
4536 * text.texi (Fields): Clarify explanation of constrain-to-field.
4537
45382006-09-16 Eli Zaretskii <eliz@gnu.org>
4539
4540 * variables.texi (Tips for Defining): Fix a typo.
4541
45422006-09-15 Richard Stallman <rms@gnu.org>
4543
4544 * keymaps.texi (Remapping Commands, Searching Keymaps)
4545 (Active Keymaps): Clean up previous change.
4546
45472006-09-15 Jay Belanger <belanger@truman.edu>
4548
4549 * gpl.texi: Replace "Library Public License" by "Lesser Public
4550 License" throughout.
4551
45522006-09-15 David Kastrup <dak@gnu.org>
4553
4554 * keymaps.texi (Active Keymaps): Adapt description to use
4555 `get-char-property' instead `get-text-property'. Explain how
4556 mouse events change this. Explain the new optional argument of
4557 `key-binding' and its mouse-dependent lookup.
4558 (Searching Keymaps): Adapt description similarly.
4559 (Remapping Commands): Explain the new optional argument of
4560 `command-remapping'.
4561
45622006-09-14 Richard Stallman <rms@gnu.org>
4563
4564 * keymaps.texi (Searching Keymaps): Clarification.
4565 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4566
45672006-09-13 Richard Stallman <rms@gnu.org>
4568
4569 * objects.texi (Character Type): Node split.
4570 Add xref to Describing Characters.
4571 (Basic Char Syntax, General Escape Syntax)
4572 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4573
45742006-09-11 Richard Stallman <rms@gnu.org>
4575
4576 * display.texi (Display Table Format): Wording clarification.
4577 (Glyphs): Clarifications.
4578
45792006-09-10 Chong Yidong <cyd@stupidchicken.com>
4580
4581 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4582 local maps.
4583
45842006-09-10 Kim F. Storm <storm@cua.dk>
4585
4586 * display.texi (Forcing Redisplay): Document return value of
4587 function redisplay.
4588
45892006-09-09 Richard Stallman <rms@gnu.org>
4590
4591 * windows.texi (Window Hooks): Explain limits of
4592 window-scroll-functions.
4593
4594 * display.texi (Fringe Indicators): Update for last change in
4595 indicate-buffer-boundaries.
4596
45972006-09-08 Richard Stallman <rms@gnu.org>
4598
4599 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4600
46012006-09-06 Kim F. Storm <storm@cua.dk>
4602
4603 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4604
4605 * windows.texi (Window Start): Update pos-visible-in-window-p.
4606
46072006-09-04 Richard Stallman <rms@gnu.org>
4608
4609 * processes.texi (Accepting Output): Explain SECONDS=0 for
4610 accept-process-output.
4611
4612 * os.texi (Idle Timers): Explain why timer functions should not
4613 loop until (input-pending-p).
4614
46152006-09-02 Eli Zaretskii <eliz@gnu.org>
4616
4617 * makefile.w32-in (usermanualdir): New variable.
4618 (elisp.dvi): Use it.
4619
46202006-09-01 Eli Zaretskii <eliz@gnu.org>
4621
4622 * buffers.texi (Buffer Modification): Fix last change.
4623
46242006-09-01 Chong Yidong <cyd@stupidchicken.com>
4625
5dcb4c4e
SM
4626 * buffers.texi (Buffer Modification):
4627 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4628
46292006-08-31 Richard Stallman <rms@gnu.org>
4630
4631 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4632
46332006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4634
4635 * modes.texi (Syntactic Font Lock):
4636 Mention font-lock-syntactic-face-function
4637 instead of specific faces.
4638
46392006-08-29 Chong Yidong <cyd@stupidchicken.com>
4640
4641 * display.texi (Images): Add xrref to display-images-p.
4642
46432006-08-28 Kenichi Handa <handa@m17n.org>
4644
4645 * nonascii.texi (Lisp and Coding Systems): Fix description of
4646 detect-coding-region.
4647
46482006-08-27 Michael Olson <mwolson@gnu.org>
4649
4650 * processes.texi (Transaction Queues): Remove stray quote
4651 character.
4652
46532006-08-25 Richard Stallman <rms@gnu.org>
4654
4655 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4656 Add xref.
4657
46582006-08-24 Chong Yidong <cyd@stupidchicken.com>
4659
4660 * os.texi (Timers): Avoid waiting inside timers.
4661
46622006-08-21 Lute Kamstra <lute@gnu.org>
4663
4664 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4665
46662006-08-20 Richard Stallman <rms@gnu.org>
4667
4668 * os.texi (Idle Timers): New node, split out from Timers.
4669 Document current-idle-time.
4670 * commands.texi (Reading One Event): Update xref.
4671 * elisp.texi (Top): Update subnode menu.
4672
46732006-08-16 Richard Stallman <rms@gnu.org>
4674
4675 * keymaps.texi (Extended Menu Items): Show format of cached
4676 bindings in extended menu items.
4677
4678 * customize.texi (Variable Definitions): Explain when the
4679 standard value expression is evaluated.
4680
46812006-08-15 Chong Yidong <cyd@stupidchicken.com>
4682
4683 * commands.texi (Reading One Event): Explain idleness in
4684 `read-event'.
4685
46862006-08-12 Chong Yidong <cyd@stupidchicken.com>
4687
4688 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4689 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4690 relevant for Lisp programming.
4691 (Yank Commands): Rewrite introduction.
4692 (Undo): Clarify.
4693 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4694 (Filling): Remove redundant comment. Clarify return value of
4695 current-justification.
4696 (Margins): Minor clarifications.
4697 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4698 (Sorting): Update definition of sort-lines.
4699 (Columns): Clarify behavior of sort-columns.
4700 (Indent Tabs): Link to Tab Stops in Emacs manual.
4701 (Special Properties): Clarify.
4702 (Clickable Text): Mention Buttons package.
4703
47042006-08-12 Kevin Ryde <user42@zip.com.au>
4705
4706 * os.texi (Time Parsing): Add %z to description of
4707 format-time-string, as per docstring. Add cross reference to
4708 glibc manual for strftime.
4709
47102006-08-08 Richard Stallman <rms@gnu.org>
4711
4712 * modes.texi: Clean up wording in previous change.
4713
47142006-08-07 Chong Yidong <cyd@stupidchicken.com>
4715
4716 * modes.texi (Hooks): Clarify.
4717 (Major Mode Basics): Mention define-derived-mode explicitly.
4718 (Major Mode Conventions): Rebinding RET is OK for some modes.
4719 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4720 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4721 (Mode Line Basics): Clarify.
4722 (Mode Line Data): Mention help-echo and local-map in strings.
4723 Explain reason for treatment of non-risky variables.
4724 (Properties in Mode): Clarify.
4725 (Faces for Font Lock): Add font-lock-negation-char-face.
4726
47272006-08-04 Eli Zaretskii <eliz@gnu.org>
4728
4729 * strings.texi (Formatting Strings): Warn against arbitrary
4730 strings as first arg to `format'.
4731
47322006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4733
4734 * text.texi (Clickable Text): Mention `help-echo' text property.
4735 Update intro, examples and associated explanations.
4736
47372006-07-31 Richard Stallman <rms@gnu.org>
4738
4739 * commands.texi: Update xrefs.
4740 (Event Mod): New node, cut out from old Translating Input.
4741
4742 * maps.texi: Update xrefs.
4743
4744 * keymaps.texi (Translation Keymaps): New node.
4745 Update xrefs from Translating Input to Translation Keymaps.
4746
4747 * elisp.texi (Top): Update subnode menu.
4748
4749 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4750
4751 * os.texi (System Interface): Fix menu descriptions of some nodes.
4752 (Translating Input): Node deleted.
4753
47542006-07-31 Nick Roberts <nickrob@snap.net.nz>
4755
4756 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4757
4758 * lists.texi (Sets And Lists): Likewise.
4759
47602006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4761
4762 * text.texi (Fields): Mention POS
4763 requirement when narrowing is in effect.
4764
47652006-07-28 Richard Stallman <rms@gnu.org>
4766
4767 * display.texi (Face Attributes): Simplify wording.
4768 (Attribute Functions): Clarify meaning of new-frame default
4769 attribute settings.
4770
4771 * customize.texi (Common Keywords): Document how to use
4772 :package-version in a package not in Emacs.
4773
47742006-07-28 Kim F. Storm <storm@cua.dk>
4775
4776 * commands.texi (Reading One Event): Fix last change.
4777
47782006-07-26 Chong Yidong <cyd@stupidchicken.com>
4779
4780 * commands.texi (Reading One Event): Document SECONDS argument for
4781 read-event, read-char, and read-char-exclusive.
4782
47832006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4786 to ensure correct identification.
4787
47882006-07-24 Richard Stallman <rms@gnu.org>
4789
4790 * text.texi (Clickable Text): Clarify.
4791
4792 * sequences.texi (Vector Functions): Delete duplicate xref.
4793
4794 * objects.texi (Function Type): Clarify.
4795
4796 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4797 modes.
4798
4799 * lists.texi (List Variables): New node.
4800 Material moved from other nodes.
4801
4802 * variables.texi (Setting Variables): add-to-list and
4803 add-to-ordered-list moved to List Variables node.
4804
48052006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4806
4807 * text.texi (Links and Mouse-1):
4808 For mouse-on-link-p, expand on arg POS.
4809
48102006-07-21 Kim F. Storm <storm@cua.dk>
4811
4812 * display.texi (Forcing Redisplay): Don't mention systems which
4813 don't support sub-second timers for redisplay-preemption-period.
4814
4815 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4816
48172006-07-21 Eli Zaretskii <eliz@gnu.org>
4818
4819 * frames.texi (Input Focus): Document that focus-follows-mouse has
4820 no effect on MS-Windows.
4821
48222006-07-18 Richard Stallman <rms@gnu.org>
4823
4824 * display.texi (Forcing Redisplay): Cleanups in previous change.
4825
4826 * processes.texi (Low-Level Network): Make menu more convenient.
4827
48282006-07-18 Kim F. Storm <storm@cua.dk>
4829
4830 * display.texi (Forcing Redisplay): redisplay-preemption-period
4831 only used on window systems. Add xref to Terminal Output.
4832
4833 * os.texi (Terminal Output): baud-rate only controls preemption on
4834 non-window systems. Add xref to Forcing Redisplay.
4835
4836 * processes.texi (Low-Level Network): Rename node "Make Network"
4837 to "Network Processes".
4838
48392006-07-18 Karl Berry <karl@gnu.org>
4840
4841 * variables.texi, functions.texi, customize.texi, loading.texi:
4842 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4843
48442006-07-17 Chong Yidong <cyd@stupidchicken.com>
4845
4846 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4847
48482006-07-17 Richard Stallman <rms@gnu.org>
4849
4850 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4851 Put period and comma inside quotes.
4852
4853 * loading.texi, markers.texi: Use real doublequote inside menus.
4854
4855 * windows.texi: Put point and comma inside quotes.
4856 (Textual Scrolling): Use @samp for error message.
4857
4858 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4859 * strings.texi, streams.texi, processes.texi, os.texi:
4860 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4861 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4862 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4863 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4864 Put point and comma inside quotes.
4865
4866 * control.texi (Processing of Errors): Add command-error-function.
4867
4868 * variables.texi (File Local Variables): Clarify that
4869 file local variables make buffer-local bindings.
4870
4871 * modes.texi (Syntactic Font Lock): Give default for
4872 font-lock-syntax-table.
4873
48742006-07-17 Nick Roberts <nickrob@snap.net.nz>
4875
4876 * text.texi (Special Properties): Clean up previous change.
4877
48782006-07-16 Karl Berry <karl@gnu.org>
4879
4880 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4881 * control.texi: Fix bad page breaks through chapter 10 (control).
4882
4883 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4884 underfull hbox.
4885
48862006-07-15 Nick Roberts <nickrob@snap.net.nz>
4887
4888 * text.texi (Special Properties): Describe fontified text property
4889 in relation to a character (not text).
4890
48912006-07-15 Kim F. Storm <storm@cua.dk>
4892
4893 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4894 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4895 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4896
4897 * anti.texi (Antinews): Mention redisplay function.
4898 The kbd macro existed, but was not documented, before 22.x.
4899 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4900
49012006-07-14 Nick Roberts <nickrob@snap.net.nz>
4902
4903 * display.texi (Displaying Messages): Add anchor.
4904
4905 * frames.texi (Dialog Boxes): Use it.
4906
49072006-07-12 Richard Stallman <rms@gnu.org>
4908
4909 * objects.texi (Frame Type): Explain nature of frames better.
4910
4911 * frames.texi (Frames): Explain nature of frames better.
4912
49132006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4914
4915 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4916
49172006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4918
4919 * frames.texi (Window System Selections): Mention scrap support for Mac.
4920 Default value of x-select-enable-clipboard is t on Mac.
4921
4922 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4923
49242006-07-11 Kim F. Storm <storm@cua.dk>
4925
4926 * display.texi (Forcing Redisplay): Add `redisplay' function.
4927 Don't mention (sit-for -1) -- use (redisplay t) instead.
4928
4929 * commands.texi (Waiting): (sit-for -1) is no longer special.
4930 (sit-for 0) is equivalent to (redisplay).
4931 Iconifying/deiconifying no longer makes sit-for return.
4932
49332006-07-10 Nick Roberts <nickrob@snap.net.nz>
4934
4935 * display.texi (Buttons): Fix typo.
4936
4937 * index.texi, elisp.texi (New Symbols): Comment node out.
4938
49392006-07-09 Richard Stallman <rms@gnu.org>
4940
4941 * display.texi (Truncation): Clean up previous change.
4942
49432006-07-08 Richard Stallman <rms@gnu.org>
4944
4945 * commands.texi (Interactive Call): Use 3 as prefix in example
4946 for execute-extended-command.
4947
4948 * display.texi (Attribute Functions): Move paragraph about
4949 compatibility with Emacs < 21.
4950
49512006-07-09 Kim F. Storm <storm@cua.dk>
4952
4953 * display.texi (Refresh Screen): Clarify force-window-update.
4954 (Truncation): "Normally" indicated by fringe arrows.
4955
49562006-07-08 Eli Zaretskii <eliz@gnu.org>
4957
4958 * windows.texi (Textual Scrolling, Resizing Windows):
4959 * variables.texi (Constant Variables):
4960 * text.texi (Buffer Contents, Deletion, Changing Properties)
4961 (Property Search, Special Properties, Sticky Properties)
4962 (Links and Mouse-1, Fields, Change Hooks):
4963 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4964 (Categories):
4965 * symbols.texi (Other Plists):
4966 * streams.texi (Output Variables):
4967 * processes.texi (Input to Processes, Query Before Exit):
4968 * positions.texi (Word Motion, Text Lines, List Motion):
4969 * os.texi (Init File, System Environment, Sound Output)
4970 (Session Management):
4971 * nonascii.texi (Text Representations, Character Sets)
4972 (Chars and Bytes, Locales):
4973 * modes.texi (Defining Minor Modes, Header Lines):
4974 * minibuf.texi (Minibuffer Contents):
4975 * markers.texi (Information from Markers):
4976 * lists.texi (List Elements, Building Lists, Association Lists):
4977 * keymaps.texi (Tool Bar):
4978 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4979 * functions.texi (What Is a Function, Mapping Functions):
4980 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4981 (Color Names, Text Terminal Colors, Display Feature Testing):
4982 * files.texi (Visiting Functions, File Name Components)
4983 (Unique File Names, Contents of Directories):
4984 * display.texi (Forcing Redisplay, Displaying Messages)
4985 (Temporary Displays, Font Selection, Auto Faces)
4986 (Font Lookup, Fringe Indicators, Display Margins)
4987 (Image Descriptors, Showing Images, Image Cache, Button Types)
4988 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4989 (Display Table Format, Glyphs):
4990 * control.texi (Iteration):
4991 * commands.texi (Command Loop Info, Adjusting Point):
4992 * backups.texi (Making Backups, Auto-Saving):
4993 Remove @tindex entries.
4994
49952006-07-07 Kim F. Storm <storm@cua.dk>
4996
4997 * display.texi (Fringe Cursors): Fix typo.
4998 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4999 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5000
50012006-07-05 Richard Stallman <rms@gnu.org>
5002
5003 * text.texi (Buffer Contents): Add example of text props
5004 in result of buffer-substring.
5005 (Text Properties): Explain better about use of specific property names.
5006 (Property Search): Some cleanups; reorder some functions.
5007
5008 * keymaps.texi (Changing Key Bindings): Cleanup.
5009 Add xref to Key Binding Conventions.
5010
5011 * display.texi (Attribute Functions): Add examples for
5012 face-attribute-relative-p.
5013
5014 * tips.texi (Coding Conventions): Cleanup last change.
5015
50162006-07-05 Karl Berry <karl@gnu.org>
5017
5018 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5019 Remove @setchapternewpage odd.
5020 Result is 1013 pages, down from 1100.
5021
5022 * anti.texi, customize.texi, display.texi, internals.texi:
5023 * minibuf.texi, modes.texi, tips.texi:
5024 Fix overfull/underfull boxes.
5025
50262006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5027
5028 * edebug.texi (Instrumenting):
5029 Add Edebug-specific findex for eval-buffer.
5030 * loading.texi (Loading):
5031 Replace eval-current-buffer with eval-buffer.
5032
50332006-06-30 Nick Roberts <nickrob@snap.net.nz>
5034
5035 * locals.texi (Standard Buffer-Local Variables): Update the list
5036 of variables.
5037
50382006-06-26 Nick Roberts <nickrob@snap.net.nz>
5039
5040 * files.texi (File Name Completion): Point user to the node
5041 "Reading File Names".
5042
50432006-06-24 Eli Zaretskii <eliz@gnu.org>
5044
5045 * files.texi (Contents of Directories): Document case-insensitive
5046 behavior on respective filesystems.
5047
5048 * objects.texi (Character Type): Document that Emacs signals an
5049 error for unsupported Unicode characters specified as \uNNNN.
5050
50512006-06-19 Richard Stallman <rms@gnu.org>
5052
5053 * processes.texi (Bindat Spec): Clarify previous change.
5054
50552006-06-16 Richard Stallman <rms@gnu.org>
5056
5057 * tips.texi (Coding Conventions): Better explain conventions
5058 for definition constructs.
5059
5060 * text.texi (Special Properties): String value of `read-only'
5061 serves as the error message.
5062
5063 * objects.texi (Character Type): Clarify prev. change.
5064 (Non-ASCII in Strings): Mention \u and \U.
5065
5066 * commands.texi (Using Interactive): Explain problem of
5067 markers, etc., in command-history.
5068
50692006-06-14 Kim F. Storm <storm@cua.dk>
5070
5071 * commands.texi (Waiting): Negative arg to sit-for forces
5072 redisplay even if input is pending.
5073
5074 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5075 redisplay. Remove incorrect example of binding redisplay-dont-pause
5076 around (sit-for 0).
5077
50782006-06-13 Richard Stallman <rms@gnu.org>
5079
5080 * display.texi (Forcing Redisplay): Clarify previous change.
5081
50822006-06-13 Romain Francoise <romain@orebokech.com>
5083
5084 * display.texi (Forcing Redisplay): Fix typo.
5085
50862006-06-13 Kim F. Storm <storm@cua.dk>
5087
5088 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5089
50902006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5091
5092 * tips.texi (Coding Conventions): Add `@end itemize'.
5093
50942006-06-10 Richard Stallman <rms@gnu.org>
5095
5096 * tips.texi (Coding Conventions): Explain use of coding systems
5097 to ensure one decoding for strings.
5098
50992006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5100
5101 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5102 syntax.
5103
51042006-06-07 Eli Zaretskii <eliz@gnu.org>
5105
5106 * display.texi (Font Selection): Remove description of
5107 clear-face-cache.
5108
5109 * compile.texi (Eval During Compile): Fix a typo. Add index
5110 entries for possible uses of eval-when-compile.
5111
51122006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5113
5114 * display.texi (Abstract Display): Fix typo.
5115
51162006-06-03 Eli Zaretskii <eliz@gnu.org>
5117
5118 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5119 Reword variable's description.
5120
51212006-06-01 Richard Stallman <rms@gnu.org>
5122
5123 * windows.texi (Splitting Windows): Clarify splitting nonselected
5124 window.
5125
51262006-05-31 Juri Linkov <juri@jurta.org>
5127
5128 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5129
51302006-05-30 Richard Stallman <rms@gnu.org>
5131
5132 * display.texi (Line Height): Fix errors in description of
10d1d0af 5133 default line height and line-height property.
b8d4c8d0
GM
5134
5135 * nonascii.texi (Default Coding Systems): Further clarification.
5136
51372006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5138
5139 * internals.texi (Pure Storage): Mention that an overflow in pure
5140 space causes a memory leak.
5141 (Garbage Collection): If there was an overflow in pure space,
5142 `garbage-collect' returns nil.
5143
51442006-05-30 Eli Zaretskii <eliz@gnu.org>
5145
5146 * nonascii.texi (Default Coding Systems): Fix it some more.
5147
51482006-05-29 Eli Zaretskii <eliz@gnu.org>
5149
5150 * nonascii.texi (Default Coding Systems): Fix last change.
5151
51522006-05-29 Kenichi Handa <handa@m17n.org>
5153
5154 * nonascii.texi (find-operation-coding-system): Describe the new
5155 argument format (FILENAME . BUFFER).
5156
51572006-05-28 Richard Stallman <rms@gnu.org>
5158
5159 * tips.texi (Coding Conventions): Better explain reasons not to
5160 advise other packages or use `eval-after-load'.
5161
51622006-05-29 Kim F. Storm <storm@cua.dk>
5163
5164 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5165 `bindat-idx' and `bindat-raw' for clarity.
5166
51672006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5168
5169 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5170
5171 * display.texi (Display): Add "Abstract Display" to menu.
5172 (Abstract Display, Abstract Display Functions)
5173 (Abstract Display Example): New nodes.
5174 * elisp.texi (Top): Add "Abstract Display" to menu.
5175
51762006-05-27 Chong Yidong <cyd@stupidchicken.com>
5177
5178 * keymaps.texi (Key Sequences): Link to input events definition.
5179 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5180
5181 * files.texi (Changing Files): Document updated argument list for
5182 copy-file.
5183
51842006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5185
5186 * processes.texi (Bindat Functions): Explain term "total length".
5187 Use it in bindat-length and bindat-pack descriptions.
5188
51892006-05-26 Eli Zaretskii <eliz@gnu.org>
5190
5191 * tips.texi (Coding Conventions): Advise against using
5192 eval-after-load in packages. Add an index entry.
5193
51942006-05-25 Juri Linkov <juri@jurta.org>
5195
5196 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5197
5198 * modes.texi (%-Constructs): Add %e, %z, %Z.
5199
52002006-05-25 Richard Stallman <rms@gnu.org>
5201
5202 * elisp.texi (Top): Update subnode menu.
5203
5204 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5205 (Keymaps): Update menu.
5206
52072006-05-25 Chong Yidong <cyd@stupidchicken.com>
5208
5209 * keymaps.texi (Key Sequences): Some clarifications.
5210
52112006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5212
5213 * processes.texi (Bindat Functions): Say "unibyte string"
5214 explicitly for bindat-unpack and bindat-pack descriptions.
5215 (Bindat Examples): Don't call `string-make-unibyte' in example.
5216
52172006-05-25 Chong Yidong <cyd@stupidchicken.com>
5218
5dcb4c4e 5219 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5220 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5221
5222 * keymaps.texi (Changing Key Bindings):
dd7b651b 5223 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5224 * help.texi (Describing Characters): Refer to it.
5225
52262006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5227
5228 * frames.texi (Pointer Shape): @end table -> @end defvar.
5229
52302006-05-22 Richard Stallman <rms@gnu.org>
5231
5232 * elisp.texi (Top): Update subnode menus.
5233
5234 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5235 Contents rewritten; material from old Pointer Shape node moved here.
5236
5237 * display.texi (Pointer Shape): Node deleted.
5238 (Image Descriptors): Minor cleanup.
5239
52402006-05-21 Richard Stallman <rms@gnu.org>
5241
5242 * syntax.texi (Parsing Expressions): Update info on which STATE
5243 elements are ignored.
5244
52452006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5246
5247 * hooks.texi (Standard Hooks): Correct typo.
5248
5249 * gpl.texi (GPL): ifinfo -> ifnottex.
5250
52512006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5252
5253 * searching.texi (Simple Match Data): Warn about match data being
5254 set anew by every search.
5255
52562006-05-17 Richard Stallman <rms@gnu.org>
5257
5258 * minibuf.texi (Minibuffer History): Clarify.
5259
5260 * searching.texi (Regexp Special): Clarify nested regexp warning.
5261
52622006-05-16 Kim F. Storm <storm@cua.dk>
5263
5264 * minibuf.texi (Minibuffer History): Update add-to-history.
5265
52662006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5267
5dcb4c4e
SM
5268 * nonascii.texi (Explicit Encoding):
5269 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5270
52712006-05-14 Richard Stallman <rms@gnu.org>
5272
5273 * buffers.texi (Creating Buffers): Cleanup.
5274
5275 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5276
52772006-05-13 Eli Zaretskii <eliz@gnu.org>
5278
5279 * buffers.texi (Current Buffer): Document that with-temp-buffer
5280 disables undo.
5281
5282 * os.texi (Terminal-Specific): More accurate description of how
5283 Emacs searches for the terminal-specific libraries.
5284
52852006-05-12 Eli Zaretskii <eliz@gnu.org>
5286
5287 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5288 emacs-xtra to @inforef's.
5289
5290 * text.texi (Undo): Document that undo is turned off in buffers
5291 whose names begin with a space.
5292
5293 * buffers.texi (Buffer Names): Add index entries for buffers whose
5294 names begin with a space.
5295 (Creating Buffers): Document that undo is turned off in buffers
5296 whose names begin with a space.
5297
5298 * files.texi (Visiting Functions, Reading from Files)
5299 (Saving Buffers): Mention code and EOL conversions by file I/O
5300 primitives and subroutines.
5301
f4e90db0
SM
5302 * nonascii.texi (Lisp and Coding Systems):
5303 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5304
5305 * display.texi (Defining Faces): Mention `mac', and add an xref to
5306 where window-system is described.
5307
53082006-05-10 Richard Stallman <rms@gnu.org>
5309
5310 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5311
53122006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5313
5314 * variables.texi (File Local Variables): Recommend to quote lambda
5315 expressions in safe-local-variable property.
5316
53172006-05-09 Richard Stallman <rms@gnu.org>
5318
5dcb4c4e
SM
5319 * variables.texi (File Local Variables):
5320 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5321
53222006-05-07 Kim F. Storm <storm@cua.dk>
5323
5324 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5325 from add-to-history.
5326
53272006-05-07 Romain Francoise <romain@orebokech.com>
5328
5329 * commands.texi (Event Input Misc):
5330 * compile.texi (Eval During Compile):
5331 * internals.texi (Buffer Internals):
5332 * minibuf.texi (Initial Input):
5333 * nonascii.texi (Scanning Charsets):
5334 * numbers.texi (Comparison of Numbers):
5335 * windows.texi (Textual Scrolling, Vertical Scrolling):
5336 Fix various typos.
5337
53382006-05-06 Eli Zaretskii <eliz@gnu.org>
5339
5340 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5341 conditional xref's to either emacs or emacs-xtra, depending on
5342 @iftex/@ifnottex.
5343
5344 * minibuf.texi (Minibuffer History): Document add-to-history.
5345
53462006-05-05 Eli Zaretskii <eliz@gnu.org>
5347
5348 * internals.texi (Pure Storage): Mention the pure overflow message
5349 at startup.
5350
c8763fb6 53512006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5352
5353 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5354 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5355 search.
5356
53572006-05-01 Richard Stallman <rms@gnu.org>
5358
5359 * intro.texi (nil and t): Clarify.
5360
5361 * variables.texi (File Local Variables): Suggest using booleanp.
5362
53632006-05-01 Juanma Barranquero <lekktu@gmail.com>
5364
5365 * objects.texi (Type Predicates): Fix typos.
5366
53672006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5368
5369 * intro.texi (nil and t): Add booleanp.
5370
5371 * objects.texi (Type Predicates): Add links for booleanp and
5372 string-or-null-p.
5373
53742006-04-29 Richard Stallman <rms@gnu.org>
5375
5376 * modes.texi (Multiline Font Lock): Rename from
5377 Multi line Font Lock Elements. Much clarification.
5378 (Font Lock Multiline, Region to Fontify): Much clarification.
5379
53802006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 * variables.texi (File Local Variables): Remove the special case t for
5383 safe-local-variable.
5384
53852006-04-26 Richard Stallman <rms@gnu.org>
5386
5387 * syntax.texi (Parsing Expressions): Minor cleanup.
5388
53892006-04-18 Richard Stallman <rms@gnu.org>
5390
5391 * tips.texi (Coding Conventions): Explain when the package's
5392 prefix should appear later on (not at the start of the name).
5393
5394 * searching.texi (String Search): Clarify effect of NOERROR.
5395
5396 * modes.texi (Imenu): Clarify what special items do.
5397
5398 * hooks.texi (Standard Hooks): Delete text about old hook names.
5399
54002006-04-17 Romain Francoise <romain@orebokech.com>
5401
5402 * variables.texi (Local Variables): Update the default value of
5403 `max-specpdl-size'.
5404
54052006-04-15 Michael Olson <mwolson@gnu.org>
5406
5407 * processes.texi (Transaction Queues): Mention the new optional
5408 `delay-question' argument for `tq-enqueue'.
5409
54102006-04-13 Bill Wohler <wohler@newt.com>
5411
5412 * customize.texi (Common Keywords): Use dotted notation for
5413 :package-version value. Specify its values. Improve documentation
5414 for customize-package-emacs-version-alist.
5415
54162006-04-12 Bill Wohler <wohler@newt.com>
5417
5418 * customize.texi (Common Keywords): Move description of
5419 customize-package-emacs-version-alist to @defvar.
5420
54212006-04-10 Bill Wohler <wohler@newt.com>
5422
5423 * customize.texi (Common Keywords): Add :package-version.
5424
54252006-04-10 Kim F. Storm <storm@cua.dk>
5426
5427 * text.texi (Buffer Contents): Add NOPROPS arg to
5428 filter-buffer-substring.
5429
54302006-04-08 Kevin Ryde <user42@zip.com.au>
5431
5432 * os.texi (Command-Line Arguments): Update xref to emacs manual
5433 "Command Arguments" -> "Emacs Invocation", per change there.
5434
54352006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5436
5437 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5438 be on one line to help makeinfo not render two spaces after the dot.
5439
54402006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5441
5442 * strings.texi (Predicates for Strings): Add string-or-null-p.
5443
54442006-03-28 Kim F. Storm <storm@cua.dk>
5445
5446 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5447 remarks about systems that don't support fractional seconds.
5448
54492006-03-25 Karl Berry <karl@gnu.org>
5450
5451 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5452 the year list.
5453
54542006-03-21 Nick Roberts <nickrob@snap.net.nz>
5455
5456 * display.texi (Fringe Indicators): Fix typos.
5457
54582006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5459
5460 * tips.texi (Documentation Tips): One can now also write `program'
5461 in front of a quoted symbol in a docstring to prevent making a
5462 hyperlink.
5463
54642006-03-19 Alan Mackenzie <acm@muc.de>
5465
5466 * text.texi (Special Properties): Clarify `fontified' property.
5467
54682006-03-16 Richard Stallman <rms@gnu.org>
5469
5470 * display.texi (Defining Images): Minor cleanup.
5471
54722006-03-16 Bill Wohler <wohler@newt.com>
5473
5474 * display.texi (Defining Images): In image-load-path-for-library,
5475 prefer user's images.
5476
54772006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5480
54812006-03-15 Bill Wohler <wohler@newt.com>
5482
5483 * display.texi (Defining Images): Fix example in
5484 image-load-path-for-library by not recommending that one binds
5485 image-load-path. Just defvar it to placate compiler and only use
5486 it if previously defined.
5487
54882006-03-14 Bill Wohler <wohler@newt.com>
5489
5490 * display.texi (Defining Images): In image-load-path-for-library,
5491 always return list of directories. Update example.
5492
54932006-03-14 Alan Mackenzie <acm@muc.de>
5494
5495 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5496 This describes font-lock-extend-region-function.
5497 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5498 the new node "Region to Fontify".
5499
55002006-03-13 Richard Stallman <rms@gnu.org>
5501
5502 * display.texi (Invisible Text): The impossible position is
5503 now before the invisible text, not after.
5504 (Defining Images): Clean up last change.
5505
55062006-03-11 Bill Wohler <wohler@newt.com>
5507
5508 * display.texi (Defining Images): Add image-load-path-for-library.
5509
55102006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5511
5512 * text.texi (Adaptive Fill): Fix Texinfo usage.
5513
5514 * strings.texi (Creating Strings): Fix Texinfo usage.
5515
5516 * searching.texi (Regexp Special): Use @samp for regular
5517 expressions that are not in Lisp syntax.
5518
55192006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5520
5521 * searching.texi (Regexp Special): Put remark between parentheses
5522 to avoid misreading.
5523
55242006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5525
5526 * searching.texi (Syntax of Regexps): More accurately describe
5527 which characters are special in which situations.
5528 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5529 are not special. Describe in detail when `[' and `]' are special.
5530 (Regexp Backslash): Plenty of regexps with unbalanced square
5531 brackets are valid, so reword that statement.
5532
55332006-03-02 Kim F. Storm <storm@cua.dk>
5534
5535 * keymaps.texi (Tool Bar): Add tool-bar-border.
5536
55372006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5538
5539 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5540
55412006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5542
5543 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5544
5545 * files.texi (Locating Files): Suggest additional values for the
5546 SUFFIXES arg of `locate-file'. Update pxref.
5547
5548 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5549 (How Programs Do Loading): Discuss the effects of Auto Compression
5550 mode on `load'.
5551 (Load Suffixes): New node.
5552 (Library Search): Delete description of `load-suffixes'; it was
5553 moved to "Load Suffixes".
5554 (Autoload, Named Features): Mention `load-suffixes'.
5555
55562006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5557
5558 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5559
5560 * windows.texi (Window Tree): Fix typo.
5561
55622006-02-20 Kim F. Storm <storm@cua.dk>
5563
5564 * display.texi (Fringe Indicators): New section.
5565 Move indicate-empty-lines, indicate-buffer-boundaries, and
5566 default-indicate-buffer-boundaries here.
5567 Add fringe-indicator-alist and default-fringes-indicator-alist.
5568 Add list of logical fringe indicator symbols.
5569 Update list of standard bitmap names.
5570 (Fringe Cursors): New section.
5571 Move overflow-newline-into-fringe here.
5572 Add fringe-cursor-alist and default-fringes-cursor-alist.
5573 Add list of fringe cursor symbols.
5574
55752006-02-20 Juanma Barranquero <lekktu@gmail.com>
5576
5577 * commands.texi (Using Interactive): Fix reference to node
5578 "Minibuffers".
5579
55802006-02-19 Richard M. Stallman <rms@gnu.org>
5581
5582 * minibuf.texi (High-Level Completion):
5583 Add xref to read-input-method-name.
5584
5585 * files.texi (Relative File Names): Move file-relative-name here.
5586 (File Name Expansion): From here. Minor clarifications.
5587
5588 * commands.texi (Using Interactive): Add xrefs about reading input.
5589 Clarify remarks about that moving point and mark.
5590 Put string case before list case.
5591
c8763fb6 55922006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5593
5594 * display.texi (Other Display Specs, Image Descriptors):
5595 Revert erroneous changes. The previous description of
5596 image-descriptors as `(image . PROPS)' was correct.
5597
55982006-02-14 Richard M. Stallman <rms@gnu.org>
5599
5600 * variables.texi (File Local Variables): Clarifications.
5601
56022006-02-14 Juanma Barranquero <lekktu@gmail.com>
5603
5604 * variables.texi (File Local Variables): Use @code for a cons
5605 cell, not @var.
5606
56072006-02-13 Chong Yidong <cyd@stupidchicken.com>
5608
5609 * variables.texi (File Local Variables): Document new file local
5610 variable behavior.
5611
56122006-02-10 Kim F. Storm <storm@cua.dk>
5613
5614 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5615
56162006-02-08 Juanma Barranquero <lekktu@gmail.com>
5617
5618 * modes.texi (%-Constructs): Remove obsolete info about
5619 `global-mode-string'.
5620
56212006-02-07 Richard M. Stallman <rms@gnu.org>
5622
5623 * commands.texi (Prefix Command Arguments): Minor cleanup.
5624
5625 * display.texi: "Graphical display", not window system.
5626
5627 * functions.texi (What Is a Function): Fix xref.
5628
5629 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5630 (Changing Key Bindings): Clarify when remapping is better than
5631 substitute-key-definition.
5632
56332006-02-02 Richard M. Stallman <rms@gnu.org>
5634
5635 * minibuf.texi (Basic Completion): Completion alists are risky.
5636
5637 * keymaps.texi (Active Keymaps): Clarifications.
5638 (Searching Keymaps): New node.
5639 (Keymaps): Update menu.
5640
5641 * frames.texi (Layout Parameters): Minor clarification.
5642 (Drag and Drop): New node.
5643 (Frames): Update menu.
5644
56452006-01-29 Chong Yidong <cyd@stupidchicken.com>
5646
5647 * display.texi (Other Display Specs, Image Descriptors):
5648 Image description is a list, not a cons cell.
5649
56502006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5651
5652 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5653 list is not necessarily a list).
5654
56552006-01-27 Eli Zaretskii <eliz@gnu.org>
5656
5657 * frames.texi (Layout Parameters): border-width and
5658 internal-border-width belong to the frame, not the window.
5659
56602006-01-19 Richard M. Stallman <rms@gnu.org>
5661
5662 * nonascii.texi (Translation of Characters): Search cmds use
5663 translation-table-for-input. Automatically made local.
5664
5665 * markers.texi (Overview of Markers): Count insertion type
5666 as one of a marker's attributes.
5667
5668 * keymaps.texi (Controlling Active Maps): New node, split out of
5669 Active Keymaps.
5670 (Keymaps): Menu updated.
5671 (Active Keymaps): Give pseudocode to explain how the active
5672 maps are searched. current-active-maps and key-binding moved here.
5673 (Functions for Key Lookup): current-active-maps and key-binding moved.
5674 Clarifications.
5675 (Searching the Keymaps): New subnode.
5676
5677 * elisp.texi (Top): Menu clarification.
5678
5679 * display.texi (Other Display Specs): Delete duplicate entry for
5680 just a string as display spec. Move text about recursive display
5681 specs on such a string.
5682
5683 * commands.texi (Key Sequence Input): Clarify.
5684 Move num-nonmacro-input-events out.
5685 (Reading One Event): num-nonmacro-input-events moved here.
5686
56872006-01-14 Nick Roberts <nickrob@snap.net.nz>
5688
5689 * advice.texi (Simple Advice): Update example to fit argument
5690 change in previous-line.
5691
56922006-01-05 Richard M. Stallman <rms@gnu.org>
5693
5694 * markers.texi (The Mark): Fix in `mark'.
5695
56962006-01-04 Richard M. Stallman <rms@gnu.org>
5697
5698 * processes.texi (Misc Network, Make Network): Minor cleanups.
5699
57002006-01-04 Kim F. Storm <storm@cua.dk>
5701
5702 * processes.texi (Make Network): Add IPv6 addresses and handling.
5703 (Network Feature Testing): Mention (:family ipv6).
5704 (Misc Network): Add IPv6 formats to format-network-address.
5705
57062005-12-30 Richard M. Stallman <rms@gnu.org>
5707
5708 * text.texi (Changing Properties):
5709 Don't use return value of set-text-properties.
5710
57112005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5712
5713 * modes.texi (Mode Line Format): Correct typo in menu.
5714
57152005-12-29 Richard M. Stallman <rms@gnu.org>
5716
5717 * modes.texi (Mode Line Top): New node.
5718 (Mode Line Data): Some text moved to new node.
5719 Explain the data structure more concretely.
5720 (Mode Line Basics): Clarifications.
5721 (Mode Line Variables): Clarify intro paragraph.
5722 (%-Constructs): Clarify intro paragraph.
5723 (Mode Line Format): Update menu.
5724
57252005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5726
5727 * minibuf.texi (Basic Completion): Update lazy-completion-table
5728 examples for removal of ARGS argument.
5729
57302005-12-23 Richard M. Stallman <rms@gnu.org>
5731
5732 * text.texi (Undo): Restore some explanation from the version
5733 that was deleted.
5734
57352005-12-23 Eli Zaretskii <eliz@gnu.org>
5736
5737 * text.texi (Undo): Remove duplicate descriptions of `apply
5738 funname' and `apply delta' elements of the undo list.
5739
57402005-12-20 Richard M. Stallman <rms@gnu.org>
5741
5742 * help.texi (Help Functions): Update documentation of `apropos'.
5743
57442005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5745
5746 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5747 because it is confusing. If the :help-echo keyword is a function,
5748 it is not directly used as the :help-echo overlay property, as the
5749 xref seems to suggest (it does not take the appropriate args).
5750
57512005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5752
5753 * customize.texi (Common Keywords): Fix Texinfo usage.
5754 (Group Definitions, Variable Definitions): Update for new
5755 conventions for using `*' in docstrings.
5756
5757 * tips.texi (Documentation Tips): Update for new conventions for
5758 using `*' in docstrings.
5759
57602005-12-16 Richard M. Stallman <rms@gnu.org>
5761
5762 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5763
57642005-12-16 Juri Linkov <juri@jurta.org>
5765
5766 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5767
57682005-12-14 Romain Francoise <romain@orebokech.com>
5769
5770 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5771 Fix typo.
5772
57732005-12-11 Juri Linkov <juri@jurta.org>
5774
5775 * minibuf.texi (Completion Commands): Add mention of read-file-name
5776 for filename completion keymaps.
5777 (Reading File Names): Add mention of filename completion keymaps
5778 for read-file-name and xref to `Completion Commands'.
5779
57802005-12-10 Richard M. Stallman <rms@gnu.org>
5781
5782 * customize.texi (Common Keywords): State caveats for use of :tag.
5783
57842005-12-08 Richard M. Stallman <rms@gnu.org>
5785
5786 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5787 with xrefs and better explanation.
5788 (Completion Commands): Add the filename completion maps.
5789
5790 * objects.texi (Character Type): Clarify that \s is not space
5791 if a dash follows.
5792
57932005-12-05 Richard M. Stallman <rms@gnu.org>
5794
5795 * windows.texi (Resizing Windows): Delete preserve-before args.
5796
57972005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5798
5799 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5800 in full keymaps, since the quirk has been fixed.
5801
58022005-12-03 Eli Zaretskii <eliz@gnu.org>
5803
5dcb4c4e
SM
5804 * hooks.texi (Standard Hooks): Add index entries.
5805 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5806
58072005-11-27 Richard M. Stallman <rms@gnu.org>
5808
5809 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5810
58112005-11-21 Juri Linkov <juri@jurta.org>
5812
5813 * customize.texi (Common Keywords): Update links types
5814 custom-manual and url-link. Add link types emacs-library-link,
5815 file-link, function-link, variable-link, custom-group-link.
5816
58172005-11-20 Chong Yidong <cyd@stupidchicken.com>
5818
5819 * display.texi: Revert 2005-11-20 change.
5820
58212005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5822
5823 * processes.texi (Bindat Functions):
5824 Say "third" to refer to zero-based index "2".
5825
58262005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5827
5828 * loading.texi (Library Search): Update the default value of
5829 `load-suffixes'.
5830
58312005-11-17 Chong Yidong <cyd@stupidchicken.com>
5832
5833 * display.texi (Attribute Functions): Mention :ignore-defface.
5834
58352005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5836
5837 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5838 (Minor Mode Conventions): Mention the use of a hook.
5839
58402005-11-06 Richard M. Stallman <rms@gnu.org>
5841
5842 * files.texi (Magic File Names): find-file-name-handler checks the
5843 `operations' property of the handler.
5844
58452005-11-03 Richard M. Stallman <rms@gnu.org>
5846
5847 * variables.texi (Frame-Local Variables): Small clarification.
5848
58492005-10-29 Chong Yidong <cyd@stupidchicken.com>
5850
5851 * os.texi (Init File): Document ~/.emacs.d/init.el.
5852
58532005-10-29 Richard M. Stallman <rms@gnu.org>
5854
5855 * internals.texi (Garbage Collection): Document memory-full.
5856
58572005-10-28 Bill Wohler <wohler@newt.com>
5858
5859 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5860 for URLs.
5861
58622005-10-28 Richard M. Stallman <rms@gnu.org>
5863
5864 * minibuf.texi (Completion Commands): Clean up prev change.
5865
58662005-10-26 Kevin Ryde <user42@zip.com.au>
5867
5868 * compile.texi (Eval During Compile): Explain recommended uses
5869 of eval-when-compile and eval-and-compile.
5870
58712005-10-27 Masatake YAMATO <jet@gyve.org>
5872
5873 * minibuf.texi (Completion Commands):
5874 Write about new optional argument for `display-completion-list'.
5875
58762005-10-23 Richard M. Stallman <rms@gnu.org>
5877
5878 * display.texi (Overlay Arrow): Clarify about local bindings of
5879 overlay-arrow-position.
5880
58812005-10-22 Eli Zaretskii <eliz@gnu.org>
5882
5883 * internals.texi (Building Emacs): Fix last change.
5884
58852005-10-22 Richard M. Stallman <rms@gnu.org>
5886
5887 * internals.texi (Building Emacs): Document eval-at-startup.
5888
58892005-10-21 Richard M. Stallman <rms@gnu.org>
5890
5891 * loading.texi (Where Defined): load-history contains abs file names.
5892 symbol-file returns abs file names.
5893
58942005-10-19 Kim F. Storm <storm@cua.dk>
5895
5896 * display.texi (Showing Images): Add max-image-size integer value.
5897
58982005-10-18 Chong Yidong <cyd@stupidchicken.com>
5899
5900 * display.texi (Showing Images): Document max-image-size.
5901
59022005-10-17 Richard M. Stallman <rms@gnu.org>
5903
5904 * commands.texi (Quitting): Minor clarification.
5905
5906 * processes.texi (Sentinels): Clarify about output and quitting.
5907 (Filter Functions): Mention with-local-quit.
5908
59092005-10-17 Juri Linkov <juri@jurta.org>
5910
5911 * buffers.texi (Current Buffer):
5912 * commands.texi (Event Input Misc):
5913 * compile.texi (Eval During Compile, Compiler Errors):
5914 * customize.texi (Group Definitions):
5915 * display.texi (Progress, Defining Faces):
5916 * files.texi (Writing to Files):
5917 * modes.texi (Mode Hooks, Defining Minor Modes):
5918 * streams.texi (Output Functions):
5919 * syntax.texi (Syntax Table Functions):
5920 * text.texi (Change Hooks):
5921 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5922
5923 * commands.texi (Quitting): Replace arg `forms' with `body' in
5924 `with-local-quit'.
5925
5926 * positions.texi (Excursions): Replace arg `forms' with `body' in
5927 `save-excursion'.
5928
59292005-10-08 Kim F. Storm <storm@cua.dk>
5930
5931 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5932 Rename manual section accordingly.
5933
59342005-10-04 Kim F. Storm <storm@cua.dk>
5935
5936 * windows.texi (Window Split Tree): New section describing
5937 new function window-split-tree function.
5938
59392005-10-03 Nick Roberts <nickrob@snap.net.nz>
5940
5941 * display.texi (Fringe Size/Pos): Simplify and add detail.
5942
59432005-09-30 Romain Francoise <romain@orebokech.com>
5944
5945 * minibuf.texi (High-Level Completion): Explain that the prompt
5946 given to `read-buffer' should end with a colon and a space.
5947 Update usage examples.
5948
59492005-09-29 Juri Linkov <juri@jurta.org>
5950
5951 * display.texi (Displaying Messages): Rename argument name
5952 `string' to `format-string' in functions `message', `message-box',
5953 `message-or-box'.
5954
59552005-09-26 Chong Yidong <cyd@stupidchicken.com>
5956
5957 * errors.texi (Standard Errors): Correct xrefs.
5958
59592005-09-18 Chong Yidong <cyd@stupidchicken.com>
5960
5961 * display.texi (Defining Images): Update documentation for
5962 `image-load-path'.
5963
59642005-09-17 Richard M. Stallman <rms@gnu.org>
5965
5966 * display.texi (Defining Images): Clean up previous change.
5967
59682005-09-16 Romain Francoise <romain@orebokech.com>
5969
5970 * elisp.texi: Specify GFDL version 1.2.
5971
5972 * doclicense.texi (GNU Free Documentation License): Update to
5973 version 1.2.
5974
59752005-09-15 Chong Yidong <cyd@stupidchicken.com>
5976
5977 * display.texi (Defining Images): Document `image-load-path'.
5978
59792005-09-15 Richard M. Stallman <rms@gnu.org>
5980
5981 * objects.texi (Printed Representation): Minor cleanup.
5982 (Box Diagrams): Minor fix.
5983 (Cons Cell Type): Move (...) index item here.
5984 (Box Diagrams): From here.
5985 (Array Type): Minor fix.
5986 (Type Predicates): Delete index "predicates".
5987 (Hash Table Type): Clarify xref.
5988 (Dotted Pair Notation): Minor fix.
5989
59902005-09-10 Chong Yidong <cyd@stupidchicken.com>
5991
5992 * files.texi (Saving Buffers): Fix typo.
5993
59942005-09-08 Richard M. Stallman <rms@gnu.org>
5995
5996 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5997
59982005-09-08 Chong Yidong <cyd@stupidchicken.com>
5999
6000 * locals.texi (Standard Buffer-Local Variables): Don't include
6001 mode variables for minor modes.
6002 Fix xrefs for buffer-display-count, buffer-display-table,
6003 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6004 enable-multibyte-characters, fill-column, header-line-format,
6005 left-fringe-width, left-margin, and right-fringe-width.
6006
6007 * hooks.texi (Standard Hooks): All hooks should conform to the
6008 standard naming convention now.
6009 Fix xref for `echo-area-clear-hook'.
6010
6011 * display.texi (Usual Display): Note that indicate-empty-lines and
6012 tab-width are buffer-local.
6013
6014 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6015
6016 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6017
6018 * nonascii.texi (Encoding and I/O): Note that
6019 buffer-file-coding-system is buffer-local.
6020
6021 * positions.texi (List Motion): Note that defun-prompt-regexp is
6022 buffer-local.
6023
6024 * text.texi (Auto Filling): Note that auto-fill-function is
6025 buffer-local.
6026 (Undo): Note that buffer-undo-list is buffer-local.
6027
5dcb4c4e
SM
6028 * windows.texi (Buffers and Windows):
6029 Document buffer-display-count.
b8d4c8d0
GM
6030
60312005-09-06 Richard M. Stallman <rms@gnu.org>
6032
6033 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6034 package prefix elsewhere than at the start of the name.
6035
60362005-09-03 Richard M. Stallman <rms@gnu.org>
6037
6038 * tips.texi (Programming Tips): Add conventions for minibuffer
6039 questions and prompts.
6040
60412005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6042
6043 * intro.texi (nil and t): Minor cleanup.
6044 Delete spurious mention of keyword symbols.
6045 (Evaluation Notation): Add index entry.
6046 (A Sample Function Description): Minor cleanup.
6047 (A Sample Variable Description): Not all vars can be set.
6048
60492005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6050
6051 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6052
6053 (Insertion): Document precise type of `insert-char' arg COUNT.
6054
60552005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 * modes.texi (Other Font Lock Variables): Sync the default of
6058 font-lock-lines-before.
6059
60602005-08-31 Michael Albinus <michael.albinus@gmx.de>
6061
6062 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6063
60642005-08-29 Richard M. Stallman <rms@gnu.org>
6065
6066 * elisp.texi (Top): Update subnode menu.
6067
6068 * searching.texi (Searching and Matching): Move node.
6069 Rearrange contents and add overall explanation.
6070 (Searching and Case): Move node.
6071 (Searching and Matching): Update menu.
6072
60732005-08-27 Eli Zaretskii <eliz@gnu.org>
6074
6075 * os.texi (Startup Summary): Fix the description of the initial
6076 startup message display.
6077
60782005-08-25 Richard M. Stallman <rms@gnu.org>
6079
6080 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6081
60822005-08-25 Emilio C. Lopes <eclig@gmx.net>
6083
6084 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6085 `next-overlay-change' example.
6086
60872005-08-22 Juri Linkov <juri@jurta.org>
6088
6089 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6090 Fix invert-face. Fix args of face-background.
6091
6092 * display.texi (Standard Faces): Delete node.
6093 (Faces): Add xref to `(emacs)Standard Faces'.
6094 (Displaying Faces): Fix xref to `Standard Faces'.
6095
6096 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6097
60982005-08-20 Alan Mackenzie <acm@muc.de>
6099
6100 * buffers.texi (The Buffer List): Clarify the manipulation of the
6101 buffer list.
6102
61032005-08-14 Richard M. Stallman <rms@gnu.org>
6104
6105 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6106 a regexp.
6107
61082005-08-11 Richard M. Stallman <rms@gnu.org>
6109
6110 * elisp.texi (Top): Update subnode lists.
6111
6112 * display.texi (Inverse Video): Node deleted.
6113
6114 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6115 New nodes split out of Coding Conventions.
6116
6117 * searching.texi (Regular Expressions): Document re-builder.
6118
6119 * os.texi (Time Parsing): New node split out of Time Conversion.
6120
6121 * processes.texi (Misc Network, Network Feature Testing)
6122 (Network Options, Make Network): New nodes split out of
6123 Low-Level Network.
6124
61252005-08-09 Richard M. Stallman <rms@gnu.org>
6126
6127 * frames.texi (Geometry): New node, split from Size and Position.
6128 (Frame Parameters): Refer to Geometry.
6129
6130 * buffers.texi (The Buffer List): Fix xrefs.
6131
6132 * windows.texi (Splitting Windows): Fix xref.
6133
6134 * frames.texi (Layout Parameters): Add xref.
6135
6136 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6137
6138 * keymaps.texi (Menu Bar): Fix xref.
6139
6140 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6141
6142 * modes.texi (%-Constructs): Fix xref.
6143
6144 * frames.texi (Window Frame Parameters): Node split up.
6145 (Basic Parameters, Position Parameters, Size Parameters)
6146 (Layout Parameters, Buffer Parameters, Management Parameters)
6147 (Cursor Parameters, Color Parameters): New subnodes.
6148
61492005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6150
6151 * positions.texi (Screen Lines): Update xref for previous change
6152 in minibuf.texi.
6153
6154 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6155 change in minibuf.texi.
6156
61572005-08-09 Richard M. Stallman <rms@gnu.org>
6158
6159 * tips.texi (Coding Conventions): Minor cleanup.
6160
6161 * modes.texi (Defining Minor Modes): Explain when init-value
6162 can be non-nil.
6163
6164 * elisp.texi (Top): Update submenu for Minibuffer.
6165
6166 * minibuf.texi (Minibuffer Misc): Node split up.
6167 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6168 (Recursive Mini): New nodes split out from Minibuffer Misc.
6169 (Minibuffer Misc): Document max-mini-window-height.
6170
6171 * hash.texi (Defining Hash): Delete stray paren in example.
6172
6173 * display.texi (Echo Area Customization): Don't define
6174 max-mini-window-height here; xref instead.
6175
6176 * commands.texi (Event Input Misc): Update while-no-input.
6177
6178 * advice.texi (Advising Functions): Explain when to use advice
6179 and when to use a hook.
6180
61812005-07-30 Eli Zaretskii <eliz@gnu.org>
6182
6183 * makefile.w32-in (info): Don't run install-info.
6184 ($(infodir)/dir): New target, produced by running install-info.
6185
61862005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6187
6188 * modes.texi (Defining Minor Modes): The keyword for the initial
6189 value is :init-value, not :initial-value.
6190
61912005-07-23 Eli Zaretskii <eliz@gnu.org>
6192
6193 * loading.texi (Autoload): Make the `doctor' example be consistent
6194 with what's in current loaddefs.el. Describe the "fn" magic in
6195 the usage portion of the doc string.
6196
61972005-07-22 Richard M. Stallman <rms@gnu.org>
6198
6199 * internals.texi (Garbage Collection): Clarify previous change.
6200
62012005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6202
6203 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6204
62052005-07-18 Juri Linkov <juri@jurta.org>
6206
6207 * commands.texi (Accessing Events):
6208 * frames.texi (Text Terminal Colors, Resources):
6209 * markers.texi (The Mark):
6210 * modes.texi (Defining Minor Modes):
6211 Delete duplicate duplicate words.
6212
62132005-07-16 Richard M. Stallman <rms@gnu.org>
6214
6215 * display.texi (Managing Overlays): Clarify make-overlay
6216 args for insertion types.
6217
62182005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6219
6220 * customize.texi (Variable Definitions):
6221 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6222 `standard-value' is a list too.
6223 (Defining New Types): Use @key{RET} instead of @key{ret}.
6224
62252005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6226
6227 * os.texi (Translating Input): Fix typo.
6228
62292005-07-08 Richard M. Stallman <rms@gnu.org>
6230
6231 * README: Update edition number and size estimate.
6232
6233 * elisp.texi (VERSION): Set to 2.9.
6234
62352005-07-07 Richard M. Stallman <rms@gnu.org>
6236
6237 * book-spine.texinfo: Update Emacs version.
6238
6239 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6240
62412005-07-06 Richard M. Stallman <rms@gnu.org>
6242
6243 * searching.texi (Regexp Search): Clarify what re-search-forward
6244 does when the search fails.
6245
62462005-07-05 Lute Kamstra <lute@gnu.org>
6247
6248 * Update FSF's address in GPL notices.
6249
6250 * doclicense.texi (GNU Free Documentation License):
6251 * gpl.texi (GPL):
6252 * tips.texi (Coding Conventions, Library Headers):
6253 * vol1.texi:
6254 * vol2.texi: Update FSF's address.
6255
62562005-07-04 Richard M. Stallman <rms@gnu.org>
6257
6258 * hooks.texi (Standard Hooks): Add occur-hook.
6259
62602005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6261
6262 * display.texi (The Echo Area): Correct menu.
6263
62642005-07-03 Richard M. Stallman <rms@gnu.org>
6265
6266 * elisp.texi (Top): Update subnode menu for Display.
6267
6268 * display.texi (Displaying Messages): New node, with most
6269 of what was in The Echo Area.
5dcb4c4e 6270 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6271 (Logging Messages): New node with new text.
6272 (Echo Area Customization): New node, the rest of what was
6273 in The Echo Area. Document message-truncate-lines with @defvar.
6274 (Display): Update menu.
6275
6276 * windows.texi (Textual Scrolling): Doc 3 values for
6277 scroll-preserve-screen-position.
6278
6279 * text.texi (Special Properties): Change hook functions
6280 should bind inhibit-modification-hooks around altering buffer text.
6281
6282 * keymaps.texi (Key Binding Commands): Call binding BINDING
6283 rather than DEFINITION.
6284
62852005-06-29 Juanma Barranquero <lekktu@gmail.com>
6286
6287 * variables.texi (Defining Variables): `user-variable-p' returns t
6288 for aliases of user options, nil for alias loops.
6289
62902005-06-28 Richard M. Stallman <rms@gnu.org>
6291
6292 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6293 make-keymap.
6294
62952005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6296
6297 * variables.texi (Setting Variables): Correct and clarify
6298 description of `add-to-ordered-list'.
6299
63002005-06-26 Richard M. Stallman <rms@gnu.org>
6301
6302 * display.texi (Faces): Minor cleanup.
6303
63042005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6305
6306 * display.texi (Faces): `facep' returns t for strings that are
6307 face names.
6308
63092005-06-25 Richard M. Stallman <rms@gnu.org>
6310
6311 * objects.texi (Equality Predicates): Clarify meaning of equal.
6312
6313 * windows.texi (Selecting Windows): save-selected-window
6314 and with-selected-window save and restore the current buffer.
6315
63162005-06-24 Richard M. Stallman <rms@gnu.org>
6317
6318 * numbers.texi (Float Basics): Explain how to test for NaN,
6319 and printing the sign of NaNs.
6320
63212005-06-24 Eli Zaretskii <eliz@gnu.org>
6322
6323 * makefile.w32-in (MAKEINFO): Use --force.
6324
63252005-06-23 Richard M. Stallman <rms@gnu.org>
6326
6327 * display.texi (Face Functions): Correct Texinfo usage.
6328
63292005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6330
6331 * lists.texi (Rings): `ring-elements' now returns the elements of
6332 RING in order.
6333
63342005-06-23 Juanma Barranquero <lekktu@gmail.com>
6335
6336 * markers.texi (The Mark): Texinfo usage fix.
6337
63382005-06-23 Kim F. Storm <storm@cua.dk>
6339
6340 * searching.texi (Entire Match Data): Remove evaporate option for
6341 match-data. Do not mention evaporate option for set-match-data.
6342
63432005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6344
6345 * display.texi (Face Functions): Mention face aliases.
6346
63472005-06-21 Richard M. Stallman <rms@gnu.org>
6348
6349 * anti.texi (Antinews): Texinfo usage fix.
6350
63512005-06-21 Karl Berry <karl@gnu.org>
6352
6353 * elisp.texi: Use @copying.
6354
6355 * elisp.texi: Put @summarycontents and @contents before the Top
6356 node, instead of the end of the file, so that the contents appear
6357 in the right place in the dvi/pdf output.
6358
63592005-06-21 Juri Linkov <juri@jurta.org>
6360
6361 * display.texi (Defining Faces): Add `customized-face'.
6362
63632005-06-20 Kim F. Storm <storm@cua.dk>
6364
6365 * variables.texi (Setting Variables): Any type of element can be
6366 given order in add-to-ordered-list. Compare elements with eq.
6367
6368 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6369
63702005-06-20 Karl Berry <karl@gnu.org>
6371
6372 * syntax.texi (Syntax Flags): Make last column very slightly wider
6373 to avoid "generic comment" breaking on two lines and causing an
6374 underfull box.
6375
63762005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6377
6378 * lists.texi (Rings): Various minor clarifications and corrections.
6379
63802005-06-18 Richard M. Stallman <rms@gnu.org>
6381
6382 * functions.texi (Obsolete Functions): Simplify.
6383
6384 * variables.texi (Variable Aliases): Simplify.
6385
6386 * anti.texi, backups.texi, compile.texi, customization.texi:
6387 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6388 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6389 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6390 * variables.texi: Fix formatting ugliness.
6391
6392 * elisp.texi: Add links to Rings and Byte Packing.
6393 Update version and copyright years.
6394
6395 * minibuf.texi: Fix formatting ugliness.
6396 (Completion Commands): Move keymap vars to the end
6397 and vars completing-read binds to the top.
6398
63992005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6400
6401 * processes.texi: Fix typos.
6402 (Bindat Spec): Correct Texinfo error.
6403 (Byte Packing): Fix ungrammatical sentence.
6404
64052005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6406
6407 * lists.texi (Rings): New node.
6408 (Lists): Add it to menu.
6409
6410 * processes.texi (Byte Packing): New node.
6411 (Processes): Add it to menu.
6412
64132005-06-17 Richard M. Stallman <rms@gnu.org>
6414
6415 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6416
6417 * help.texi (Documentation Basics): Explain the xref to
6418 Documentation Tips.
6419
6420 * debugging.texi (Debugger Commands): Minor fix.
6421
64222005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6423
6424 * edebug.texi (Instrumenting): Eliminate duplicate link.
6425 (Specification List): Replace references to "below", referring to
6426 a later node, with one @ref to that node.
6427
6428 * os.texi (Timers): Timers should save and restore the match data
6429 if they change it.
6430
6431 * debugging.texi (Debugger Commands): Mention that the Lisp
6432 debugger can not step through primitive functions.
6433
64342005-06-16 Juanma Barranquero <lekktu@gmail.com>
6435
6436 * functions.texi (Obsolete Functions): Update argument names of
6437 `make-obsolete' and `define-obsolete-function-alias'.
6438
6439 * variables.texi (Variable Aliases): Update argument names of
6440 `defvaralias', `make-obsolete-variable' and
6441 `define-obsolete-variable-alias'.
6442
64432005-06-15 Kim F. Storm <storm@cua.dk>
6444
6445 * searching.texi (Entire Match Data): Rephrase warnings about
6446 evaporate arg to match-data and set-match-data.
6447
64482005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6449
6450 * elisp.texi (Top): Update detailed menu.
6451
6452 * edebug.texi (Edebug): Update menu.
6453 (Instrumenting): Update xrefs.
6454 (Edebug Execution Modes): Correct xref.
6455 (Jumping): Clarify description of `h' command.
6456 Eliminate redundant @ref.
6457 (Breaks): New node.
6458 (Breakpoints): Is now a subsubsection.
6459 (Global Break Condition): Mention `C-x X X'.
6460 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6461 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6462 (Edebug Display Update): Correct pxref.
6463 (Edebug and Macros): New node.
6464 (Instrumenting Macro Calls): Is now a subsubsection.
6465 Neither arg of `def-edebug-spec' is evaluated.
6466 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6467 (Specification Examples): Fix typo.
6468
64692005-06-14 Lute Kamstra <lute@gnu.org>
6470
6471 * debugging.texi (Function Debugging): Primitives can break on
6472 entry too.
6473
64742005-06-14 Kim F. Storm <storm@cua.dk>
6475
6476 * variables.texi (Setting Variables): Add add-to-ordered-list.
6477
64782005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6479
6480 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6481 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6482
64832005-06-13 Lute Kamstra <lute@gnu.org>
6484
6485 * text.texi (Special Properties): Fix cross reference.
6486
64872005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6488
6489 * debugging.texi (Function Debugging): Delete mention of empty
6490 string argument to `cancel-debug-on-entry'. Delete inaccurate
6491 description of the return value of that command.
6492
64932005-06-11 Alan Mackenzie <acm@muc.de>
6494
6495 * text.texi (Adaptive Fill): Amplify the description of
6496 fill-context-prefix.
6497
64982005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6499
6500 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6501
65022005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6503
6504 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6505
65062005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6507
6508 * debugging.texi (Error Debugging): Minor rewording.
6509 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6510 is optional.
6511
65122005-06-10 Lute Kamstra <lute@gnu.org>
6513
6514 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6515 (Top): Give it a title. Correct version number. Give the
6516 detailed node listing a more prominent header.
6517 * intro.texi: Don't set VERSION here a second time.
6518 Mention Emacs's version too.
6519 * anti.texi (Antinews): Use EMACSVER to refer to the current
6520 version of Emacs.
6521
65222005-06-09 Kim F. Storm <storm@cua.dk>
6523
6524 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6525 match-data and set-match-data.
6526
65272005-06-08 Richard M. Stallman <rms@gnu.org>
6528
6529 * searching.texi (Entire Match Data): Clarify when match-data
6530 returns markers and when integers.
6531
6532 * display.texi (Defining Faces): Explain that face name should not
6533 end in `-face'.
6534
6535 * modes.texi (Mode Line Data): Minor cleanup.
6536 (Customizing Keywords): Node split out of Search-based Fontification.
6537 Add example of using font-lock-add-keywords from a hook.
6538 Clarify when MODE should be non-nil, and when nil.
6539
65402005-06-06 Richard M. Stallman <rms@gnu.org>
6541
6542 * modes.texi (Mode Line Data): Explain what happens when the car
6543 of a list is a void symbol.
6544 (Search-based Fontification): Explain MODE arg to
6545 font-lock-add-keywords and warn about calls from major modes.
6546
65472005-06-08 Juri Linkov <juri@jurta.org>
6548
6549 * display.texi (Standard Faces): Add `shadow' face.
6550
65512005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6552
6553 * modes.texi (Major Mode Conventions): A derived mode only needs
6554 to put the call to the parent mode inside `delay-mode-hooks'.
6555
65562005-05-29 Richard M. Stallman <rms@gnu.org>
6557
6558 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6559 new, and what that implies. Clarify.
6560
6561 * files.texi (Locating Files): Clean up the text.
6562
6563 * frames.texi (Window Frame Parameters): Document user-size.
6564 Shorten entry for top by referring to left.
6565
65662005-05-26 Richard M. Stallman <rms@gnu.org>
6567
6568 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6569 is new, and what the implications are. Other clarifications.
6570
65712005-05-24 Richard M. Stallman <rms@gnu.org>
6572
6573 * frames.texi (Dialog Boxes): Minor fixes.
6574
65752005-05-25 Masatake YAMATO <jet@gyve.org>
6576
6577 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6578
65792005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6580
6581 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6582 is optional.
6583
65842005-05-24 Nick Roberts <nickrob@snap.net.nz>
6585
10d1d0af 6586 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6587
65882005-05-23 Lute Kamstra <lute@gnu.org>
6589
6590 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6591 syntax-begin-function over font-lock-beginning-of-syntax-function.
6592
65932005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6594
6595 * minibuf.texi (Reading File Names): Update description of
6596 `read-directory-name'.
6597
6598 * modes.texi (Derived Modes): Clarify :group keyword.
6599
66002005-05-21 Eli Zaretskii <eliz@gnu.org>
6601
6602 * files.texi (Locating Files): New subsection.
6603 Describe locate-file and executable-find.
6604
66052005-05-21 Kevin Ryde <user42@zip.com.au>
6606
6607 * frames.texi (Initial Parameters): Update cross reference to
6608 "Emacs Invocation".
6609
66102005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6611
6612 * keymaps.texi (Active Keymaps): Add anchor.
6613
6614 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6615 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6616 appropriate place.
6617 (Derived Modes): Small clarifications.
6618 (Minor Mode Conventions, Keymaps and Minor Modes):
6619 Replace references to nodes with references to anchors.
6620 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6621 Clarify description of lists whose first element is an integer.
6622 (Mode Line Variables): Add anchor.
6623 (%-Constructs): Clarify description of integer after %.
6624 (Emulating Mode Line): Describe nil value for FACE.
6625
66262005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6627
6628 * modes.texi (Derived Modes): Correct references to non-existing
6629 variable standard-syntax-table.
6630
66312005-05-17 Lute Kamstra <lute@gnu.org>
6632
6633 * modes.texi (Defining Minor Modes): Mention the mode hook.
6634
66352005-05-15 Kim F. Storm <storm@cua.dk>
6636
6637 * processes.texi (Network): Remove open-network-stream-nowait.
6638 (Network Servers): Remove open-network-stream-server.
6639
66402005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6641
6642 * elisp.texi (Top): Update detailed menu.
6643
6644 * variables.texi: Reorder nodes.
6645 (Variables): Update menu.
6646 (File Local Variables): Do not refer to the `-*-' line as
6647 a "local variables list". Add pxref.
6648
66492005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6650
6651 * elisp.texi (Top): Update detailed menu for node changes.
6652
6653 * modes.texi (Modes): Update Menu.
6654 (Hooks): Move to beginning of chapter.
6655 Most minor modes run mode hooks too.
6656 `add-hook' can handle void hooks or hooks whose value is a single
6657 function.
6658 (Major Modes): Update Menu.
6659 (Major Mode Basics): New node, split off from `Major Modes'.
6660 (Major Mode Conventions): Correct xref. Explain how to handle
6661 auto-mode-alist if the major mode command has an autoload cookie.
6662 (Auto Major Mode): Major update. Add magic-mode-alist.
6663 (Derived Modes): Major update.
6664 (Mode Line Format): Update Menu.
6665 (Mode Line Basics): New node, split off from `Mode Line Format'.
6666
6667 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6668 for `magic autoload comment'. Add index entries and anchor.
6669
66702005-05-14 Richard M. Stallman <rms@gnu.org>
6671
6672 * tips.texi (Coding Conventions): Explain how important it is
6673 that just loading certain files not change Emacs behavior.
6674
6675 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6676
66772005-05-12 Lute Kamstra <lute@gnu.org>
6678
6679 * modes.texi (Generic Modes): Update.
6680 (Major Modes): Refer to node "Generic Modes".
6681
6682 * elisp.texi (Top): Update to the current structure of the manual.
6683 * processes.texi (Processes): Add menu description.
6684 * customize.texi (Customization): Add menu descriptions.
6685
66862005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6687
6688 * processes.texi (Signals to Processes)
6689 (Low-Level Network): Fix typos.
6690
66912005-05-11 Lute Kamstra <lute@gnu.org>
6692
6693 * elisp.texi (Top): Add some nodes from the chapter "Major and
6694 Minor Modes" to the detailed node listing.
6695
66962005-05-10 Richard M. Stallman <rms@gnu.org>
6697
6698 * keymaps.texi (Extended Menu Items): Menu item filter functions
6699 can be called at any time.
6700
67012005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6702
6703 * variables.texi (File Local Variables): `(hack-local-variables t)'
6704 now also checks whether a mode is specified in the local variables
6705 list.
6706
67072005-05-05 Kevin Ryde <user42@zip.com.au>
6708
6709 * display.texi (The Echo Area): Correct format function cross
6710 reference.
6711
67122005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6713
6714 * variables.texi (Variable Aliases): Change description of
6715 `define-obsolete-variable-alias'.
6716
6717 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6718 (Defining Functions): Add xref.
6719 (Obsolete Functions): New node.
6720 (Function Safety): Standardize capitalization of section title.
6721
6722 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6723 (Dialog Boxes): Complete description of `x-popup-dialog'.
6724
67252005-05-04 Richard M. Stallman <rms@gnu.org>
6726
6727 * commands.texi (Interactive Codes): Fix Texinfo usage.
6728 Document U more clearly.
6729
67302005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6731
6732 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6733 function and not a macro.
6734
6735 * frames.texi (Pop-Up Menus): Correct and clarify description of
6736 `x-popup-menu'.
6737 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6738
67392005-05-01 Richard M. Stallman <rms@gnu.org>
6740
6741 * edebug.texi (Checking Whether to Stop): Fix previous change.
6742
67432005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6744
6745 * display.texi: Fix typos and Texinfo usage.
6746
6747 * edebug.texi (Checking Whether to Stop): executing-macro ->
6748 executing-kbd-macro.
6749
67502005-05-01 Richard M. Stallman <rms@gnu.org>
6751
6752 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6753
67542005-04-30 Richard M. Stallman <rms@gnu.org>
6755
6756 * files.texi (Magic File Names): Document `operations' property.
6757
67582005-04-29 Lute Kamstra <lute@gnu.org>
6759
6760 * modes.texi (Generic Modes): New node.
6761 (Major Modes): Add it to the menu.
6762 (Derived Modes): Add "derived mode" to concept index.
6763
67642005-04-28 Lute Kamstra <lute@gnu.org>
6765
6766 * modes.texi (Defining Minor Modes): Fix previous change.
6767 (Font Lock Mode): Simplify.
6768 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6769 when set and that some parts are optional. Add cross references.
6770 (Search-based Fontification): Say how to specify font-lock-keywords.
6771 Add cross references. Add font-lock-multiline to index.
6772 Move font-lock-keywords-case-fold-search here from node "Other Font
6773 Lock Variables". Document font-lock-add-keywords and
6774 font-lock-remove-keywords.
6775 (Other Font Lock Variables): Move font-lock-keywords-only,
6776 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6777 and font-lock-syntactic-face-function to node "Syntactic Font
6778 Lock". Move font-lock-keywords-case-fold-search to node
6779 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6780 and font-lock-{,un}fontify-{buffer,region}-function.
6781 (Precalculated Fontification): Remove reference to deleted variable
6782 font-lock-core-only.
6783 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6784 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6785 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6786 and font-lock-syntactic-face-function here from node "Other Font
6787 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6788 Syntax Properties". Add cross references.
6789 (Setting Syntax Properties): New node.
6790 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6791 * syntax.texi (Syntax Properties): Add cross reference.
6792 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6793
67942005-04-26 Richard M. Stallman <rms@gnu.org>
6795
6796 * display.texi (Defining Faces):
6797 Document `default' elements of defface spec.
6798
6799 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6800
6801 * variables.texi (Variable Aliases): Clarify text.
6802
68032005-04-25 Chong Yidong <cyd@stupidchicken.com>
6804
6805 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6806
68072005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6808
6809 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6810
68112005-04-24 Eli Zaretskii <eliz@gnu.org>
6812
6813 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6814 syntax-after and syntax-class.
6815
6816 * files.texi (Changing Files): Fix last change's cross-reference.
6817 (Unique File Names): Don't mention "numbers" in the documentation
6818 of make-temp-file and make-temp-name.
6819
68202005-04-23 Richard M. Stallman <rms@gnu.org>
6821
6822 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6823
68242005-04-22 Nick Roberts <nickrob@snap.net.nz>
6825
6826 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6827
68282005-04-22 Nick Roberts <nickrob@snap.net.nz>
6829
6830 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6831 and define-obsolete-variable-alias.
6832
68332005-04-22 Kim F. Storm <storm@cua.dk>
6834
6835 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6836 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6837
68382005-04-21 Lute Kamstra <lute@gnu.org>
6839
6840 * lists.texi (Association Lists): Document rassq-delete-all.
6841
68422005-04-19 Richard M. Stallman <rms@gnu.org>
6843
6844 * modes.texi (Search-based Fontification): Explain that
6845 facespec is an expression to be evaluated.
6846
68472005-04-19 Kevin Ryde <user42@zip.com.au>
6848
6849 * streams.texi (Output Functions): Fix xref.
6850 * strings.texi (String Conversion): Fix xref.
6851
68522005-04-19 Kim F. Storm <storm@cua.dk>
6853
6854 * symbols.texi (Symbol Plists): Add safe-get.
6855 Mention that `get' may signal an error.
6856
68572005-04-18 Nick Roberts <nickrob@snap.net.nz>
6858
6859 * customize.texi (Variable Definitions): Replace tooltip-mode
6860 example with save-place.
6861
68622005-04-17 Richard M. Stallman <rms@gnu.org>
6863
6864 * buffers.texi (Indirect Buffers): Clarify.
6865
6866 * positions.texi (Positions): Clarify converting marker to integer.
6867
6868 * strings.texi (String Basics): Mention string-match; clarify.
6869
68702005-04-08 Lute Kamstra <lute@gnu.org>
6871
6872 * modes.texi (Search-based Fontification): Fix cross references.
6873 Use consistent terminology. Document anchored highlighting.
6874
68752005-04-05 Lute Kamstra <lute@gnu.org>
6876
6877 * modes.texi (Defining Minor Modes): Document :group keyword
6878 argument and its default value.
6879
68802005-04-03 Lute Kamstra <lute@gnu.org>
6881
6882 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6883 references and/or descriptions. Delete major mode hooks; mention
6884 them as a category instead. Rename or delete obsolete hooks.
6885
68862005-04-02 Richard M. Stallman <rms@gnu.org>
6887
6888 * nonascii.texi (Coding System Basics): Another wording cleanup.
6889
68902005-04-01 Richard M. Stallman <rms@gnu.org>
6891
6892 * nonascii.texi (Coding System Basics): Clarify previous change.
6893
68942005-04-01 Kenichi Handa <handa@m17n.org>
6895
10d1d0af 6896 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6897 identity of coding systems.
6898
68992005-03-29 Chong Yidong <cyd@stupidchicken.com>
6900
6901 * text.texi (Buffer Contents): Add filter-buffer-substring and
6902 buffer-substring-filters.
6903
69042005-03-26 Chong Yidong <cyd@stupidchicken.com>
6905
6906 * anti.texi (Antinews): Mention `G' interactive code.
6907
6908 * tips.texi (Compilation Tips): Mention benchmark.el.
6909
69102005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6911
6912 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6913 is now bound to M-o M-o.
6914
6915 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6916
69172005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6918
6919 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6920 in the Emacs Manual).
6921 * Makefile.in (srcs): Remove calendar.texi.
6922 * makefile.w32-in (srcs): Remove calendar.texi.
6923 * display.texi (Display): Change name of next node.
6924 * os.texi (System In): Change name of previous node.
6925 * elisp.texi (Top): Remove Calendar references.
6926 * vol1.texi (Top): Remove Calendar references.
6927 * vol2.texi (Top): Remove Calendar references.
6928
69292005-03-25 Richard M. Stallman <rms@gnu.org>
6930
6931 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6932 Cleanup previous change.
6933
69342005-03-25 Chong Yidong <cyd@stupidchicken.com>
6935
6936 * display.texi (Face Attributes): Faces earlier in an :inherit
6937 list take precedence.
6938 (Scroll Bars): Fix description of vertical-scroll-bars.
6939 Document frame-current-scroll-bars and window-current-scroll-bars.
6940
6941 * markers.texi (The Mark): Document temporary Transient Mark mode.
6942
6943 * minibuf.texi (Reading File Names):
6944 Document read-file-name-completion-ignore-case.
6945
6946 * positions.texi (Screen Lines): Document nil for width argument
6947 to compute-motion.
6948
69492005-03-23 Kim F. Storm <storm@cua.dk>
6950
6951 * display.texi (Standard Faces): Other faces used in the fringe
6952 implicitly inherits from the fringe face.
6953 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6954 properties implicitly inherits from fringe face.
6955 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6956
69572005-03-20 Chong Yidong <cyd@stupidchicken.com>
6958
6959 * display.texi (Invisible Text): State default value of
6960 line-move-ignore-invisible.
6961 (Managing Overlays): Document remove-overlays.
6962 (Standard Faces): Document escape-glyph face.
6963
6964 * minibuf.texi (Reading File Names): Document read-file-name-function.
6965
6966 * modes.texi (Other Font Lock Variables):
6967 Document font-lock-lines-before.
6968
6969 * positions.texi (Skipping Characters): skip-chars-forward allows
6970 character classes.
6971
69722005-03-18 Lute Kamstra <lute@gnu.org>
6973
6974 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6975
69762005-03-17 Richard M. Stallman <rms@gnu.org>
6977
6978 * text.texi (Undo): Document extensible undo entries.
6979
dd7b651b 6980 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6981
6982 * nonascii.texi (Character Codes): Minor fix.
6983
6984 * display.texi (Display Property): Explain the significance
6985 of having text properties that are eq.
6986 (Other Display Specs): Explain string as display spec.
6987
6988 * commands.texi (Interactive Codes): Document G option.
6989
69902005-03-17 Chong Yidong <cyd@stupidchicken.com>
6991
6992 * text.texi (Filling): Add sentence-end-without-period and
6993 sentence-end-without-space.
6994 (Changing Properties): Minor fix.
6995
6996 * anti.texi: Total rewrite.
6997
69982005-03-15 Lute Kamstra <lute@gnu.org>
6999
7000 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7001
70022005-03-08 Kim F. Storm <storm@cua.dk>
7003
7004 * display.texi (Specified Space): Property :width is support on
7005 non-graphic terminals, :height is not.
7006
70072005-03-07 Richard M. Stallman <rms@gnu.org>
7008
7009 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7010 Now subnodes of Fringes.
7011 (Overlay Arrow): Document overlay-arrow-variable-list.
7012 (Fringe Size/Pos): New node, broken out of Fringes.
7013 (Display): Explain clearing vs redisplay better.
7014 (Truncation): Clarify use of bitmaps.
7015 (The Echo Area): Clarify the uses of the echo area.
7016 Add max-mini-window-height.
7017 (Progress): Clarify.
7018 (Invisible Text): Explain that main loop moves point out.
7019 (Selective Display): Say "hidden", not "invisible".
7020 (Managing Overlays): Move up. Describe relation to Undo here.
7021 (Overlay Properties): Clarify intro.
7022 (Finding Overlays): Explain return values when nothing found.
7023 (Width): truncate-string-to-width has added arg.
7024 (Displaying Faces): Clarify and update mode line face handling.
7025 (Face Functions): Minor cleanup.
7026 (Conditional Display): Merge into Other Display Specs.
7027 (Pixel Specification, Other Display Specs): Minor cleanups.
7028 (Images, Image Descriptors): Minor cleanups.
7029 (GIF Images): Patents have expired.
7030 (Showing Images): Explain default text for insert-image.
7031 (Manipulating Button Types): Merge into Manipulating Buttons.
7032 (Making Buttons): Explain return values.
7033 (Button Buffer Commands): Add xref.
7034 (Inverse Video): Update mode-line-inverse-video.
7035 (Display Table Format): Clarify.
7036 (Active Display Table): Give defaults for window-display-table.
7037
7038 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7039 and calendar-today-marker are strings, not chars.
7040 (Holiday Customizing): Minor fix.
7041
7042 * internals.texi (Writing Emacs Primitives): Update `or' example.
7043 Update limit on # args of subr.
7044
7045 * edebug.texi (Using Edebug): Arrow is in fringe.
7046 (Instrumenting): Arg to eval-defun works without loading edebug.
7047 (Edebug Execution Modes): Add xref.
7048
7049 * customize.texi (Common Keywords): Clarify :require.
7050 Mention :version here.
7051 (Variable Definitions, Group Definitions): Not here.
7052 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7053
70542005-03-07 Chong Yidong <cyd@stupidchicken.com>
7055 * nonascii.texi (Text Representations): Clarify position-bytes.
7056 (Character Sets): Add list-charset-chars.
7057 (Scanning Charsets): Add charset-after.
7058 (Encoding and I/O): Minor fix.
7059
70602005-03-06 Richard M. Stallman <rms@gnu.org>
7061
7062 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7063 (Resizing Windows): Likewise.
7064
7065 * text.texi (Change Hooks): Get rid of "Emacs 21".
7066
7067 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7068
7069 * streams.texi (Output Variables): Get rid of "Emacs 21".
7070
7071 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7072
7073 * os.texi (Translating Input): Replace flow-control example
7074 with a less obsolete example that uses `keyboard-translate'.
7075
7076 * objects.texi (Hash Table Type, Circular Objects):
7077 Get rid of "Emacs 21".
7078
7079 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7080 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7081
7082 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7083
7084 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7085
7086 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7087 (Menu Bar): Fix when menu-bar-update-hook is called.
7088
7089 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7090
7091 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7092 and make it read better.
7093
7094 * files.texi (Writing to Files): Get rid of "Emacs 21".
7095 (Unique File Names): Likewise.
7096
7097 * elisp.texi: Update Emacs version to 22.
7098
7099 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7100 (Overlay Properties, Face Attributes): Likewise.
7101 (Managing Overlays): Fix punctuation.
7102 (Attribute Functions): Clarify set-face-font; get rid of
7103 info about old Emacs versions.
7104 (Auto Faces, Font Lookup, Display Property, Images):
7105 Get rid of "Emacs 21".
7106
7107 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7108
71092005-03-05 Richard M. Stallman <rms@gnu.org>
7110
7111 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7112
71132005-03-04 Lute Kamstra <lute@gnu.org>
7114
7115 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7116
71172005-03-03 Lute Kamstra <lute@gnu.org>
7118
7119 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7120
71212005-03-01 Lute Kamstra <lute@gnu.org>
7122
7123 * debugging.texi (Debugger Commands): Update `j'.
7124
71252005-02-28 Lute Kamstra <lute@gnu.org>
7126
7127 * debugging.texi (Debugging): Fix typo.
7128 (Error Debugging): Document eval-expression-debug-on-error.
7129 (Function Debugging): Update example.
7130 (Using Debugger): Mention starred stack frames.
7131 (Debugger Commands): Document `j' and `l'.
7132 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7133 Update the messages that the debugger displays.
7134 (Internals of Debugger): Add cross reference. Update example.
7135 (Excess Open): Minor improvement.
7136 (Excess Close): Minor improvement.
7137
71382005-02-26 Richard M. Stallman <rms@gnu.org>
7139
7140 * tips.texi (Coding Conventions): Clarify.
7141 Put all the major mode key reservations together.
7142 Mention the Mouse-1 => Mouse-2 conventions.
7143
7144 * syntax.texi (Syntax Class Table): Clarify.
7145 (Syntax Table Functions): syntax-after moved from here.
7146 (Syntax Table Internals): syntax-after moved to here.
7147 (Parsing Expressions): Update info on number of values
7148 and what's meaningful in the STATE argument.
7149 (Categories): Fix typo.
7150
7151 * sequences.texi (Arrays): Cleanup.
7152 (Char-Tables): Clarify.
7153
7154 * processes.texi (Deleting Processes): Cleanups, add xref.
7155 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7156 (Process Information): set-process-coding-system, some args optional.
7157 (Input to Processes): Explain various types for PROCESS args.
7158 Rename them from PROCESS-NAME to PROCESS.
7159 (Signals to Processes): Likewise.
7160 (Decoding Output): Cleanup.
7161 (Query Before Exit): Clarify.
7162
7163 * os.texi (Startup Summary): Correct the options; add missing ones.
7164 (Terminal Output, Batch Mode): Clarify.
7165 (Flow Control): Node deleted.
7166
7167 * markers.texi (The Mark): Clarify.
7168
7169 * macros.texi (Expansion): Cleanup.
7170 (Indenting Macros): indent-spec allows ints, not floats.
7171
7172 * keymaps.texi (Keymaps): Clarify.
7173 (Format of Keymaps): Update lisp-mode-map example.
7174 (Active Keymaps, Key Lookup): Clarify.
7175 (Changing Key Bindings): Add xref to `kbd'.
7176 (Key Binding Commands, Simple Menu Items): Clarify.
7177 (Mouse Menus, Menu Bar): Clarify.
7178 (Menu Example): Replace print example with menu-bar-replace-menu.
7179
7180 * help.texi (Documentation Basics): Add function-documentation prop.
7181
7182 * elisp.texi (Top): Don't refer to Flow Control node.
7183
7184 * commands.texi (Command Overview): Improve xrefs.
7185 (Adjusting Point): Adjusting point applies to intangible and invis.
7186 (Key Sequence Input): Doc extra read-key-sequence args.
7187 Likewise for read-key-sequence-vector.
7188
7189 * backups.texi (Rename or Copy): Minor fix.
7190 (Numbered Backups): For version-control, say the default.
7191 (Auto-Saving): make-auto-save-file-name example is simplified.
7192
7193 * advice.texi (Advising Functions): Don't imply one part of Emacs
7194 should advise another part. Markup changes.
7195 (Defining Advice): Move transitional para.
7196 (Activation of Advice): Cleanup.
7197 Explain if COMPILE is nil or negative.
7198
7199 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7200
72012005-02-24 Lute Kamstra <lute@gnu.org>
7202
7203 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7204 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7205
72062005-02-23 Lute Kamstra <lute@gnu.org>
7207
7208 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7209 to define global minor modes as well.
7210
7211 * display.texi (Managing Overlays): overlay-buffer returns nil for
7212 deleted overlays.
7213
72142005-02-22 Kim F. Storm <storm@cua.dk>
7215
7216 * minibuf.texi (Basic Completion): Allow symbols in addition to
7217 strings in try-completion and all-completions.
7218
72192005-02-14 Lute Kamstra <lute@gnu.org>
7220
7221 * elisp.texi (Top): Remove reference to deleted node.
7222
7223 * lists.texi (Lists): Remove reference to deleted node.
7224 (Cons Cells): Fix typo.
7225
7226 * loading.texi (Where Defined): Fix typo.
7227
72282005-02-14 Richard M. Stallman <rms@gnu.org>
7229
7230 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7231 is useful for discarding some minor modes.
7232
7233 * symbols.texi (Symbol Components): Reorder examples.
7234
7235 * streams.texi (Input Functions): State standard-input default.
7236 (Output Variables): State standard-output default.
7237
7238 * objects.texi (Printed Representation): Clarify read syntax vs print.
7239 (Floating Point Type): Explain meaning better.
7240 (Symbol Type): Explain uniqueness better.
7241 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7242 List examples sooner.
7243 (Box Diagrams): New subnode broken out.
7244 Some examples moved from old Lists as Boxes node.
7245 (Dotted Pair Notation): Clarify intro.
7246 (Array Type): Clarify.
7247 (Type Predicates): Add hash-table-p.
7248
7249 * numbers.texi (Integer Basics): Clarify radix explanation.
7250 (Predicates on Numbers): Minor clarification.
7251 (Comparison of Numbers): Minor clarification. Clarify eql.
7252 Typos in min, max.
7253 (Math Functions): Clarify overflow in expt.
7254
7255 * minibuf.texi (Text from Minibuffer): Minor clarification.
7256 Mention arrow keys.
7257
7258 * loading.texi (Autoload): defun's doc string overrides autoload's
7259 doc string.
7260 (Repeated Loading): Modernize "add to list" examples.
7261 (Where Defined): Finish updating table of load-history elts.
7262
7263 * lists.texi (List-related Predicates): Minor wording improvement.
7264 (Lists as Boxes): Node deleted.
7265 (Building Lists): Explain trivial cases of number-sequence.
7266
7267 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7268 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7269 (Hash Access): Any object can be a key.
7270 State value of maphash.
7271
7272 * functions.texi (What Is a Function): Wording cleanup.
7273 (Function Documentation): Minor cleanup.
7274 Explain purpose of calling convention at end of doc string.
7275 (Function Names): Wording cleanup.
7276 (Calling Functions): Wording cleanup.
7277 Explain better how funcall calls the function.
7278 (Function Cells): Delete example of saving and redefining function.
7279
7280 * control.texi (Combining Conditions): Wording cleanup.
7281 (Iteration): dolist and dotimes bind VAR locally.
7282 (Cleanups): Xref to Atomic Changes.
7283
7284 * compile.texi (Byte Compilation): Delete 19.29 info.
7285 (Compilation Functions): Macros' difficulties don't affect defsubst.
7286 (Docs and Compilation): Delete 19.29 info.
7287
72882005-02-10 Richard M. Stallman <rms@gnu.org>
7289
7290 * objects.texi (Symbol Type): Minor correction.
7291
72922005-02-06 Lute Kamstra <lute@gnu.org>
7293
7294 * modes.texi (Example Major Modes): Fix typos.
7295
72962005-02-06 Richard M. Stallman <rms@gnu.org>
7297
7298 * text.texi (Margins): fill-nobreak-predicate can be one function.
7299
7300 * strings.texi (Modifying Strings): clear-string can make unibyte.
7301 (Formatting Strings): format gives error if values missing.
7302
7303 * positions.texi (Character Motion): Mention default arg
7304 for forward-char. backward-char refers to forward-char.
7305 (Word Motion): Mention default arg for forward-word.
7306 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7307 Simplify end-of-buffer.
7308 (Text Lines): Mention default arg for forward-line.
7309 (List Motion): Mention default arg for beginning/end-of-defun.
7310 (Skipping Characters): Minor fixes in explaining character-set.
7311
7312 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7313 Mode inheritance applies only when default-major-mode is nil.
7314 Clarifications.
7315 (Example Major Modes): Update Text mode and Lisp mode examples.
7316 (Minor Mode Conventions): Mention define-minor-mode at top.
7317 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7318 (Mode Line Format): Update mode line face display info.
7319 (Properties in Mode): Mention effect of risky vars.
7320 (Imenu): Define imenu-add-to-menubar.
7321 (Font Lock Mode): Add descriptions to menu lines.
7322 (Faces for Font Lock): Add font-lock-doc-face.
7323
73242005-02-05 Lute Kamstra <lute@gnu.org>
7325
7326 * text.texi (Maintaining Undo): Remove obsolete function.
7327
73282005-02-05 Eli Zaretskii <eliz@gnu.org>
7329
7330 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7331 color specifications. Improve indexing.
b8d4c8d0
GM
7332 (Text Terminal Colors): Replace the description of RGB values by
7333 an xref to "Color Names".
7334
73352005-02-03 Richard M. Stallman <rms@gnu.org>
7336
7337 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7338 Clarify.
7339 (Selecting Windows): Clarify save-selected-window.
7340 (Cyclic Window Ordering): Clarify walk-windows.
7341 (Window Point): Clarify.
7342 (Window Start): Add comment to example.
7343 (Resizing Windows): Add `interactive' specs in examples.
7344 Document fit-window-to-buffer.
7345
7346 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7347 (Undo, Maintaining Undo): Clarify last change.
7348 (Sorting): In sort-numeric-fields, explain about octal and hex.
7349 Mention sort-numeric-base.
7350 (Format Properties): Add xref for hard newlines.
7351
7352 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7353 (Pop-Up Menus): Fix typo.
7354 (Color Names): Explain all types of color names.
7355 Explain color-values on B&W terminal.
7356 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7357
7358 * files.texi (File Locks): Not supported on MS systems.
7359 (Testing Accessibility): Clarify.
7360
7361 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7362 (Coverage Testing): Fix typo.
7363
7364 * commands.texi (Misc Events): Remove stray space.
7365
7366 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7367 (Modification Time): Clarify when visited-file-modtime returns 0.
7368 (The Buffer List): Clarify bury-buffer.
7369 (Killing Buffers): Clarify.
7370 (Indirect Buffers): Add clone-indirect-buffer.
7371
73722005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7373
7374 * edebug.texi (Printing in Edebug): Fix default value of
7375 edebug-print-circle.
7376 (Coverage Testing): Fix displayed frequency count data.
7377
73782005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7379
7380 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7381
73822005-02-02 Kim F. Storm <storm@cua.dk>
7383
7384 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7385
73862005-01-29 Eli Zaretskii <eliz@gnu.org>
7387
7388 * commands.texi (Misc Events): Describe the help-echo event.
7389
7390 * text.texi (Special Properties) <help-echo>: Use `pos'
7391 consistently in description of the help-echo property.
7392 Use @code{nil} instead of @var{nil}.
7393
7394 * display.texi (Overlay Properties): Fix the index entry for
7395 help-echo overlay property.
7396
7397 * customize.texi (Type Keywords): Uncomment the xref to the
7398 help-echo property documentation.
7399
74002005-01-23 Kim F. Storm <storm@cua.dk>
7401
7402 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7403 return value. Third element FULLY replaced by PARTIAL which
7404 specifies number of invisible pixels if row is only partially visible.
7405 (Textual Scrolling): Mention auto-window-vscroll.
7406 (Vertical Scrolling): New defvar auto-window-vscroll.
7407
74082005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7409
7410 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7411 command remapping.
7412
74132005-01-15 Richard M. Stallman <rms@gnu.org>
7414
7415 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7416
74172005-01-14 Kim F. Storm <storm@cua.dk>
7418
7419 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7420
7421 * text.texi (Links and Mouse-1): Fix string and vector item.
7422
74232005-01-13 Richard M. Stallman <rms@gnu.org>
7424
7425 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7426 descriptions of overriding-local-map and overriding-terminal-local-map.
7427
7428 * text.texi (Links and Mouse-1): Clarify text.
7429
74302005-01-13 Kim F. Storm <storm@cua.dk>
7431
7432 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7433
74342005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7435
7436 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7437
74382005-01-12 Kim F. Storm <storm@cua.dk>
7439
7440 * text.texi (Links and Mouse-1): Rename section from Enabling
7441 Mouse-1 to Following Links. Change xrefs.
7442 Add examples for define-button-type and define-widget.
7443
7444 * display.texi (Button Properties, Button Buffer Commands):
7445 Clarify mouse-1 and follow-link functionality.
7446
74472005-01-12 Richard M. Stallman <rms@gnu.org>
7448
7449 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7450
7451 * display.texi (Beeping): Fix Texinfo usage.
7452
7453 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7454
74552005-01-11 Kim F. Storm <storm@cua.dk>
7456
7457 * display.texi (Button Properties, Button Buffer Commands):
7458 Mention mouse-1 binding. Add follow-link keyword.
7459
7460 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7461 (Enabling Mouse-1 to Follow Links): New subsection.
7462
74632005-01-06 Richard M. Stallman <rms@gnu.org>
7464
7465 * text.texi (Special Properties): Minor change.
7466
7467 * os.texi (Timers): Clarify previous change.
7468
7469 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7470
74712005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7472
7473 * display.texi (Face Attributes): Correct xref to renamed node.
7474
74752005-01-01 Richard M. Stallman <rms@gnu.org>
7476
7477 * display.texi (Face Attributes): Describe hex color specs.
7478
74792004-12-31 Richard M. Stallman <rms@gnu.org>
7480
7481 * os.texi (Timers): Update previous change.
7482
74832004-12-30 Kim F. Storm <storm@cua.dk>
7484
7485 * display.texi (Line Height): Total line-height is now specified
7486 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7487 in cons cells. (nil . RATIO) is relative to actual line height.
7488 Use line-height `t' instead of `0' to get minimum height.
7489
74902004-12-29 Richard M. Stallman <rms@gnu.org>
7491
7492 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7493
74942004-12-28 Richard M. Stallman <rms@gnu.org>
7495
7496 * commands.texi (Quitting): Clarify value of with-local-quit.
7497
7498 * elisp.texi (Top): Fix previous change.
7499
7500 * loading.texi (Loading): Fix previous change.
7501
75022004-12-27 Richard M. Stallman <rms@gnu.org>
7503
7504 * Makefile.in (MAKEINFO): Specify --force.
7505
7506 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7507
7508 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7509
7510 * display.texi (Line Height): Further clarify.
7511
7512 * elisp.texi (Top): Update Loading submenu.
7513
7514 * loading.texi (Where Defined): New node.
7515 (Unloading): load-history moved to Where Defined.
7516
75172004-12-21 Richard M. Stallman <rms@gnu.org>
7518
7519 * commands.texi (Event Input Misc): Add while-no-input.
7520
75212004-12-11 Richard M. Stallman <rms@gnu.org>
7522
7523 * display.texi (Line Height): Rewrite text for clarity.
7524
75252004-12-11 Kim F. Storm <storm@cua.dk>
7526
7527 * display.texi (Display): Add node "Line Height" to menu.
7528 (Line Height): New node. Move full description of line-spacing
7529 and line-height text properties here from text.texi.
7530 (Scroll Bars): Add vertical-scroll-bar variable.
7531
7532 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7533
7534 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7535 line-spacing and vertical-scroll-bar.
7536
7537 * text.texi (Special Properties): Just mention line-spacing and
7538 line-height here, add xref to new "Line Height" node.
7539
75402004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7541
7542 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7543
7544 * locals.texi (Standard Buffer-Local Variables):
7545 Add @xref for `line-spacing'.
7546
75472004-12-05 Richard M. Stallman <rms@gnu.org>
7548
7549 * Makefile.in (maintainer-clean): Remove the info files
7550 in $(infodir) where they are created.
7551
75522004-12-03 Richard M. Stallman <rms@gnu.org>
7553
7554 * windows.texi (Selecting Windows): get-lru-window and
7555 get-largest-window don't consider dedicated windows.
7556
7557 * text.texi (Undo): Document undo-in-progress.
7558
75592004-11-26 Richard M. Stallman <rms@gnu.org>
7560
7561 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7562 Remove a few vars that are not always buffer-local.
7563
75642004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7565
7566 * locals.texi (Standard Buffer-Local Variables): Comment out
7567 xref's to non-existent node `Yet to be written'.
7568
75692004-11-24 Richard M. Stallman <rms@gnu.org>
7570
7571 * processes.texi (Synchronous Processes): Grammar fix.
7572
7573 * numbers.texi (Comparison of Numbers): Add eql.
7574
7575 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7576
7577 * intro.texi (Printing Notation): Fix previous change.
7578
7579 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7580 and default-indicate-buffer-boundaries from here.
7581 (Usual Display): To here.
7582 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7583 (Usual Display): Move tab-width up.
7584
5dcb4c4e
SM
7585 * customize.texi (Variable Definitions):
7586 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7587 (Simple Types, Composite Types, Defining New Types):
7588 Minor cleanups.
7589
75902004-11-21 Jesper Harder <harder@ifa.au.dk>
7591
7592 * processes.texi (Synchronous Processes, Output from Processes):
7593 Markup fix.
7594
75952004-11-20 Richard M. Stallman <rms@gnu.org>
7596
7597 * positions.texi (Skipping Characters): skip-chars-forward
7598 now handles char classes.
7599
7600 * intro.texi (Printing Notation): Avoid confusion of `print'
7601 when explaining @print.
7602
7603 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7604
7605 * display.texi (Display Table Format): Minor fix.
7606
7607 * streams.texi (Output Functions): Fix print example.
7608
7609 * Makefile.in (elisp): New target.
7610 (dist): Depend on $(infodir)/elisp, not elisp.
7611 Copy the info files from $(infodir).
7612
7613 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7614 read-from-minibuffer.
7615
7616 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7617
76182004-11-19 Richard M. Stallman <rms@gnu.org>
7619
7620 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7621
76222004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7623
7624 * tips.texi (Coding Conventions): Fix typo.
7625
76262004-11-16 Richard M. Stallman <rms@gnu.org>
7627
7628 * tips.texi (Coding Conventions): Separate defvar and require
7629 methods to avoid warnings. Use require only when there are many
7630 functions and variables from that package.
7631
7632 * minibuf.texi (Minibuffer Completion): When ignoring case,
7633 predicate must not be case-sensitive.
7634
7635 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7636 (Test Coverage): Don't talk about "splotches". Clarified.
7637
76382004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7639
7640 * frames.texi (Window Frame Parameters): Fix typo.
7641
76422004-11-15 Kim F. Storm <storm@cua.dk>
7643
7644 * symbols.texi (Other Plists): Note that plist-get may signal error.
7645 Add safe-plist-get.
7646
76472004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7648
7649 * modes.texi (Font Lock Basics): Fix typo.
7650
76512004-11-08 Richard M. Stallman <rms@gnu.org>
7652
7653 * syntax.texi (Syntax Table Functions): Add syntax-after.
7654
76552004-11-06 Lars Brinkhoff <lars@nocrew.org>
7656
7657 * os.texi (Processor Run Time): New section documenting
7658 get-internal-run-time.
7659
76602004-11-06 Eli Zaretskii <eliz@gnu.org>
7661
7662 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7663 it nukes elisp-cover.texi.
7664 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7665 elisp-0 etc.
7666
76672004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7668
7669 * commands.texi (Keyboard Macros): Document `append' return value
7670 of `defining-kbd-macro'.
7671
76722004-11-01 Richard M. Stallman <rms@gnu.org>
7673
7674 * commands.texi (Interactive Call): Add called-interactively-p.
7675
76762004-10-29 Simon Josefsson <jas@extundo.com>
7677
7678 * minibuf.texi (Reading a Password): Revert.
7679
76802004-10-28 Richard M. Stallman <rms@gnu.org>
7681
7682 * frames.texi (Display Feature Testing): Explain about "vendor".
7683
76842004-10-27 Richard M. Stallman <rms@gnu.org>
7685
7686 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7687 not raw. Clarify `n'.
7688 (Interactive Call): Rewrite interactive-p, focusing on when
7689 and how to use it.
7690 (Misc Events): Clarify previous change.
7691
7692 * advice.texi (Simple Advice): Clarify what job the example does.
7693 (Around-Advice): Clarify ad-do-it.
7694 (Activation of Advice): An option of ad-default-compilation-action
7695 is `never', not `nil'.
7696
76972004-10-26 Kim F. Storm <storm@cua.dk>
7698
7699 * commands.texi (Interactive Codes): Add U code letter.
7700
77012004-10-25 Simon Josefsson <jas@extundo.com>
7702
7703 * minibuf.texi (Reading a Password): Add.
7704
77052004-10-24 Jason Rumney <jasonr@gnu.org>
7706
7707 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7708 and wheel-down.
7709
77102004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7711
7712 * processes.texi (Synchronous Processes): Document process-file.
7713
77142004-10-22 Kenichi Handa <handa@m17n.org>
7715
7716 * text.texi (translate-region): Document that it accepts also a
7717 char-table.
7718
77192004-10-22 David Ponce <david@dponce.com>
7720
7721 * windows.texi (Resizing Windows): Document the `preserve-before'
7722 argument of the functions `enlarge-window' and `shrink-window'.
7723
77242004-10-19 Jason Rumney <jasonr@gnu.org>
7725
7726 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7727
77282004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7729
7730 * text.texi (Filling): Add anchor for definition of
7731 `sentence-end-double-space'.
7732
7733 * searching.texi (Regexp Example): Update description of how
7734 Emacs currently recognizes the end of a sentence.
7735 (Standard Regexps): Update definition of the variable
7736 `sentence-end'. Add definition of the function `sentence-end'.
7737
77382004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7739
7740 * display.texi (Progress): New node.
7741
77422004-10-05 Kim F. Storm <storm@cua.dk>
7743
7744 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7745
77462004-09-29 Kim F. Storm <storm@cua.dk>
7747
7748 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7749 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7750 fringe bitmap symbols, as they now have their own namespace.
7751 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7752 vs. pixels. Signal error if no free bitmap slots.
7753 (Pixel Specification): Change IMAGE to @var{image}.
7754
77552004-09-28 Richard M. Stallman <rms@gnu.org>
7756
7757 * text.texi (Special Properties): Clarify line-spacing and line-height.
7758
7759 * searching.texi (Regexp Search): Add looking-back.
7760
77612004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7762
7763 * display.texi: Correct typos.
7764 (Image Descriptors): Correct xref's.
7765
77662004-09-25 Richard M. Stallman <rms@gnu.org>
7767
7768 * text.texi (Special Properties): Cleanups in `cursor'.
7769 Rewrites in `line-height' and `line-spacing'; exchange them.
7770
7771 * display.texi (Fringes): Rewrite previous change.
7772 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7773 (Display Fringe Bitmaps): Node deleted, text moved.
7774 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7775 (Scroll Bars): Clarify set-window-scroll-bars.
7776 (Pointer Shape): Rewrite.
7777 (Specified Space): Clarify :align-to, etc.
7778 (Pixel Specification): Use @var. Clarify new text.
7779 (Other Display Specs): Clarify `slice'.
7780 (Image Descriptors): Cleanups.
7781 (Showing Images): Cleanups.
7782
77832004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7784
7785 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7786
7787 * modes.texi: Various minor changes in addition to:
7788 (Major Mode Conventions): Final call to `run-mode-hooks' should
7789 not be inside the `delay-mode-hooks' form.
7790 (Mode Hooks): New node.
7791 (Hooks): Delete obsolete example.
7792 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7793 node "Mode Hooks".
7794
77952004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7796
7797 * display.texi: Correct various typos.
7798 (Display): Rename node "Pointer Shapes" to "Pointer
7799 Shape". (There is already a node called "Pointer Shapes" in
7800 frames.texi.)
7801 (Images): Remove non-existent node "Image Slices" from menu.
7802
78032004-09-23 Kim F. Storm <storm@cua.dk>
7804
7805 * text.texi (Special Properties): Add `cursor', `pointer',
7806 `line-height', and `line-spacing' properties.
7807
7808 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7809 Shapes' to menu.
7810 (Standard Faces): Doc fix for fringe face.
7811 (Fringes): Add `overflow-newline-into-fringe' and
7812 'indicate-buffer-boundaries'.
7813 (Fringe Bitmaps, Pointer Shapes): New nodes.
7814 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7815 Bitmaps' to menu.
7816 (Specified Space): Describe pixel width and height.
7817 (Pixel Specification): New node.
7818 (Other Display Specs): Add `slice' property.
7819 (Display Fringe Bitmaps): New node.
7820 (Images): Add 'Image Slices' to menu.
7821 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7822 (Showing Images): Add slice arg to `insert-image'.
7823 Add 'insert-sliced-image'.
b8d4c8d0
GM
7824
78252004-09-20 Richard M. Stallman <rms@gnu.org>
7826
7827 * commands.texi (Key Sequence Input):
7828 Clarify downcasing in read-key-sequence.
7829
78302004-09-08 Juri Linkov <juri@jurta.org>
7831
7832 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7833
78342004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7835
5dcb4c4e
SM
7836 * locals.texi (Standard Buffer-Local Variables):
7837 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7838 * internals.texi (Buffer Internals): Describe new
7839 auto_save_file_format field of the buffer structure.
7840 * files.texi (Format Conversion): `auto-save-file-format' has been
7841 renamed `buffer-auto-save-file-format'.
7842
78432004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7844
7845 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7846 an integer or a marker.
7847 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7848
78492004-08-22 Richard M. Stallman <rms@gnu.org>
7850
7851 * modes.texi (Major Mode Conventions): Discuss rebinding of
7852 standard key bindings.
7853
78542004-08-18 Kim F. Storm <storm@cua.dk>
7855
7856 * processes.texi (Accepting Output): Add `just-this-one' arg to
7857 `accept-process-output'.
7858 (Output from Processes): New var `process-adaptive-read-buffering'.
7859
78602004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7861
7862 * keymaps.texi: Various changes in addition to:
7863 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7864 Give more varied examples for `kbd'.
7865 (Creating Keymaps): Char tables have slots for all characters
7866 without modifiers.
7867 (Active Keymaps): `overriding-local-map' and
7868 `overriding-terminal-local-map' also override text property and
7869 overlay keymaps.
7870 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7871 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7872 to denote a prefix of no events.
7873 `map-keymap' includes parent's bindings _recursively_.
7874 Clarify and correct description of `where-is-internal'.
7875 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7876 (Menu Example): For menus intended for use with the keyboard, the
7877 menu items should be bound to characters or real function keys.
7878
78792004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7880
7881 * objects.texi (Character Type): Reposition `@anchor' to prevent
7882 double space inside sentence in Info.
7883
7884 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7885 renamed to `disabled-command-function'.
7886 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7887 (Command Loop Info): Replace reference to it.
7888 (Disabling Commands): `disabled-command-hook' has been renamed to
7889 `disabled-command-function'.
7890
78912004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7892
7893 * os.texi (Translating Input): Only non-prefix bindings in
7894 `key-translation-map' override actual key bindings. Warn about
7895 possible indirect effect of actual key bindings on non-prefix
7896 bindings in `key-translation-map'.
7897
78982004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7899
7900 * minibuf.texi (High-Level Completion): Add anchor for definition
7901 of `read-variable'.
7902
7903 * commands.texi: Various changes in addition to:
7904 (Using Interactive): Clarify description of `interactive-form'.
7905 (Interactive Call): Mention default for KEYS argument to
7906 `call-interactively'.
7907 (Command Loop Info): Clarify description of `this-command-keys'.
7908 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7909 Value of `last-event-frame' can be `macro'.
7910 (Repeat Events): `double-click-fuzz' is also used to distinguish
7911 clicks and drags.
7912 (Classifying Events): Clarify descriptions of `event-modifiers'
7913 `event-basic-type' and `event-convert-list'.
7914 (Accessing Events): `posn-timestamp' takes POSITION argument.
7915 (Quoted Character Input): Clarify description of
7916 `read-quoted-char' and fix example.
7917 (Quitting): Add `with-local-quit'.
7918 (Disabling Commands): Correct and clarify descriptions of
7919 `enable-command' and `disable-command'.
7920 Mention what happens if `disabled-command-hook' is nil.
7921 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7922 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7923
79242004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7925
7926 * frames.texi: Various changes in addition to:
7927 (Creating Frames): Expand and clarify description of `make-frame'.
7928 (Window Frame Parameters): Either none or both of the `icon-left'
7929 and `icon-top' parameters must be specified. Put descriptions of
7930 `menu-bar-lines' and `toolbar-lines' closer together and change
7931 them accordingly.
7932 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7933 except while processing `frame-title-format' or `icon-title-format'.
7934 (Deleting Frames): Correct description of `delete-frame'.
7935 Non-nil return values of `frame-live-p' are like those of `framep'.
7936 (Frames and Windows): Mention return value of
7937 `set-frame-selected-window'.
7938 (Visibility of Frames): Mention `force' argument to
7939 `make-frame-invisible'. `frame-visible-p' returns t for all
7940 frames on text-only terminals.
7941 (Frame Configurations): Restoring a frame configuration does not
7942 restore deleted frames.
7943 (Window System Selections): `x-set-selection' returns DATA.
7944 (Resources): Add example.
7945 (Display Feature Testing): Clarify descriptions of
7946 `display-pixel-height', `display-pixel-width', `x-server-version'
7947 and `x-server-vendor'.
7948
7949 * windows.texi (Choosing Window): Add anchor.
7950 * minibuf.texi (Minibuffer Misc): Add anchor.
7951
79522004-07-23 John Paul Wallington <jpw@gnu.org>
7953
7954 * macros.texi (Defining Macros): Declaration keyword for setting
7955 Edebug spec is `debug' not `edebug'.
7956
79572004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7958
7959 * windows.texi: Various small changes in addition to:
7960 (Window Point): Mention return value of `set-window-point'.
7961 (Window Start): `pos-visible-in-window-p' disregards horizontal
7962 scrolling. Explain return value if PARTIALLY is non-nil.
7963 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7964 and `set-window-vscroll'.
7965 (Size of Window): The argument WINDOW to `window-inside-edges',
7966 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7967 (Resizing Windows): Explain return value of
7968 `shrink-window-if-larger-than-buffer'.
7969 `window-size-fixed' automatically becomes buffer local when set.
7970 (Window Configurations): Explain return value of
7971 `set-window-configuration'.
7972
7973 * minibuf.texi (Minibuffer Misc): Add anchor for
7974 `minibuffer-scroll-window'.
7975
7976 * positions.texi (Text Lines): Add anchor for `count-lines'.
7977
79782004-07-17 Richard M. Stallman <rms@gnu.org>
7979
7980 * display.texi (Overlay Properties): Adding `evaporate' prop
7981 deletes empty overlay immediately.
7982
7983 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7984 fix example.
7985
79862004-07-16 Jim Blandy <jimb@redhat.com>
7987
7988 * searching.texi (Regexp Backslash): Document new \_< and \_>
7989 operators.
7990
79912004-07-16 Juanma Barranquero <lektu@terra.es>
7992
7993 * display.texi (Images): Fix Texinfo usage.
7994
79952004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7996
7997 * buffers.texi (Modification Time): `visited-file-modtime' now
7998 returns a list of two integers, instead of a cons.
7999
80002004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8001
8002 * windows.texi: Various changes in addition to:
8003 (Splitting Windows): Add `split-window-keep-point'.
8004
80052004-07-09 Richard M. Stallman <rms@gnu.org>
8006
8007 * frames.texi (Input Focus): Minor fix.
8008
80092004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8010
8011 * frames.texi (Input Focus): Clarify descriptions of
8012 `select-frame-set-input-focus' and `select-frame'.
8013
80142004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8015
8016 * os.texi: Various small changes in addition to:
8017 (Killing Emacs): Expand and clarify description of
8018 `kill-emacs-query-functions' and `kill-emacs-hook'.
8019 (System Environment): Expand and clarify description of `getenv'
8020 and `setenv'.
8021 (Timers): Clarify description of `run-at-time'.
8022 (Translating Input): Correct description of
8023 `extra-keyboard-modifiers'.
8024 (Flow Control): Correct description of `enable-flow-control'.
8025
80262004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8027
8028 * os.texi: Update copyright.
8029 (Session Management): Grammar fix.
8030 Clarify which Emacs does the restarting.
8031 Use @samp for *scratch* buffer.
8032
80332004-07-04 Alan Mackenzie <acm@muc.de>
8034
8035 * frames.texi (Input Focus): Add documentation for
8036 `select-frame-set-input-focus'. Replace refs to non-existent
8037 `switch-frame' with `select-frame'. Minor corrections and tidying
8038 up of text-only terminal stuff.
8039
80402004-07-02 Richard M. Stallman <rms@gnu.org>
8041
8042 * files.texi (Saving Buffers): Cleanup write-contents-function.
8043 (Magic File Names): Cleanup file-remote-p.
8044
b344d29d 80452004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8046
8047 * files.texi (Magic File Names): `file-remote-p' returns an
8048 identifier of the remote system, not just t.
8049
80502004-07-02 David Kastrup <dak@gnu.org>
8051
8052 * searching.texi (Entire Match Data): Add explanation about new
8053 match-data behavior when @var{integers} is non-nil.
8054
80552004-06-24 Richard M. Stallman <rms@gnu.org>
8056
8057 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8058
8059 * customize.texi (Variable Definitions): Note about doc strings
8060 and :set.
8061
8062 * keymaps.texi (Keymap Terminology): Document `kbd'.
8063 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8064
8065 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8066 makes it buffer-local.
8067
8068 * files.texi (Saving Buffers): Correct previous change.
8069
8070 * commands.texi (Accessing Events):
8071 Clarify posn-col-row and posn-actual-col-row.
8072
80732004-06-24 David Ponce <david.ponce@wanadoo.fr>
8074
8075 * commands.texi (Accessing Events): New functions
8076 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8077
80782004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8079
8080 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8081 * frames.texi, buffers.texi, backups.texi, variables.texi:
8082 * loading.texi, eval.texi, functions.texi, control.texi:
8083 * symbols.texi, minibuf.texi: Reposition @anchor's.
8084
8085 * help.texi: Various small changes in addition to the following.
8086 (Describing Characters): Describe PREFIX argument to
8087 `key-description'. Correct and clarify definition of
8088 `text-char-description'. Describe NEED-VECTOR argument to
8089 `read-kbd-macro'.
8090 (Help Functions): Clarify definition of `apropos'.
8091
80922004-06-23 Lars Hansen <larsh@math.ku.dk>
8093
8094 * files.texi (Saving Buffers): Correct description of
8095 `write-contents-functions'.
8096
80972004-06-21 Juanma Barranquero <lektu@terra.es>
8098
8099 * display.texi (Images): Remove redundant @vindex directives.
8100 Rewrite `image-library-alist' doc in active voice.
8101
81022004-06-14 Juanma Barranquero <lektu@terra.es>
8103
8104 * display.texi (Images): Document new delayed library loading,
8105 variable `image-library-alist' and (existing but undocumented)
8106 function `image-type-available-p'.
8107
81082004-06-05 Richard M. Stallman <rms@gnu.org>
8109
8110 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8111 refer the user to the Initial Input node.
8112 (Text from Minibuffer): Likewise.
8113 (Initial Input): New node. Document this feature
8114 and say it is mostly deprecated.
8115
81162004-05-30 Richard M. Stallman <rms@gnu.org>
8117
8118 * loading.texi (Named Features): Clarify return value
8119 and meaning of NOERROR.
8120
8121 * variables.texi (File Local Variables): Minor cleanup.
8122
81232004-05-30 Michael Albinus <michael.albinus@gmx.de>
8124
8125 * files.texi (Magic File Names): Add `file-remote-p' as operation
8126 of file name handlers.
8127
81282004-05-29 Richard M. Stallman <rms@gnu.org>
8129
8130 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8131 as arg to a minor mode command.
8132
81332004-05-22 Richard M. Stallman <rms@gnu.org>
8134
8135 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8136
8137 * streams.texi (Output Variables): Doc float-output-format.
8138
8139 * searching.texi (Regexp Special): Nested repetition can be infloop.
8140
8141 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8142 real stack overflow.
8143
8144 * compile.texi: Minor cleanups.
8145
81462004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8147
8148 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8149 circular lists.
8150 (List Elements): Explain handling of circular and dotted lists.
8151
81522004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8153
8154 * modes.texi (Search-based Fontification): Fix typo.
8155
81562004-05-10 Juanma Barranquero <lektu@terra.es>
8157
8158 * modes.texi (Mode Line Variables): Fix description of
8159 global-mode-string, which is now after which-func-mode, not the
8160 buffer name.
8161
81622004-05-07 Lars Hansen <larsh@math.ku.dk>
8163
8164 * modes.texi (Desktop Save Mode): Add.
8165 (Modes): Add menu entry Desktop Save Mode.
8166
8167 * hooks.texi: Add desktop-after-read-hook,
8168 desktop-no-desktop-file-hook and desktop-save-hook.
8169
8170 * locals.texi: Add desktop-save-buffer.
8171
81722004-04-30 Jesper Harder <harder@ifa.au.dk>
8173
8174 * display.texi: emacs -> Emacs.
8175
81762004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8177
8178 * files.texi (Changing Files): Document set-file-times.
8179
81802004-04-23 Juanma Barranquero <lektu@terra.es>
8181
8182 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8183
81842004-04-18 Jesper Harder <harder@ifa.au.dk>
8185
8186 * tips.texi (Coding Conventions): defopt -> defcustom.
8187
81882004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8189
8190 * sequences.texi: Various clarifications.
8191
81922004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8193
8194 * buffers.texi (Read Only Buffers): Mention optional ARG to
8195 `toggle-read-only'.
8196
81972004-04-14 Nick Roberts <nick@nick.uklinux.net>
8198
8199 * windows.texi (Selecting Windows): Note that get-lru-window
8200 returns a full-width window if possible.
8201
82022004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8203
8204 * buffers.texi: Various changes in addition to:
8205 (Buffer File Name): Add `find-buffer-visiting'.
8206 (Buffer Modification): Mention optional ARG to `not-modified'.
8207 (Indirect Buffers): Mention optional CLONE argument to
8208 `make-indirect-buffer'.
8209
8210 * files.texi: Various changes in addition to:
8211 (Visiting Functions): `find-file-hook' is now a normal hook.
8212 (File Name Expansion): Explain difference between the way that
8213 `expand-file-name' and `file-truename' treat `..'.
8214 (Contents of Directories): Mention optional ID-FORMAT argument to
8215 `directory-files-and-attributes'.
8216 (Format Conversion): Mention new optional CONFIRM argument to
8217 `format-write-file'.
8218
82192004-04-12 Miles Bader <miles@gnu.org>
8220
8221 * macros.texi (Expansion): Add description of `macroexpand-all'.
8222
82232004-04-05 Jesper Harder <harder@ifa.au.dk>
8224
5dcb4c4e
SM
8225 * variables.texi (Variable Aliases):
8226 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8227
8228 * errors.texi (Standard Errors): Ditto.
8229
82302004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8231
8232 * backups.texi: Various small changes in addition to:
8233 (Making Backups): Mention return value of `backup-buffer'.
8234 (Auto-Saving): Mention optional FORCE argument to
8235 `delete-auto-save-file-if-necessary'.
8236 (Reverting): Mention optional PRESERVE-MODES argument to
8237 `revert-buffer'. Correct description of `revert-buffer-function'.
8238
82392004-03-22 Juri Linkov <juri@jurta.org>
8240
8241 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8242 with `Vector Functions'.
8243
8244 * text.texi (Sorting): Add missing quote.
8245
82462004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8247
8248 * intro.texi (Lisp History): Replace xref to `cl' manual with
8249 inforef.
8250
82512004-03-12 Richard M. Stallman <rms@gnu.org>
8252
8253 * intro.texi (Version Info): Add arg to emacs-version.
8254 (Lisp History): Change xref to CL manual.
8255
82562004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8257
8258 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8259 for Partial Completion mode.
8260
82612004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8262
8263 * customize.texi: Fix typo. Remove eol whitespace.
8264
82652004-03-04 Richard M. Stallman <rms@gnu.org>
8266
8267 * processes.texi: Fix typos.
8268
8269 * lists.texi (Building Lists): Minor clarification.
8270
8271 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8272 in make-hash-table.
8273
82742004-02-29 Juanma Barranquero <lektu@terra.es>
8275
8276 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8277 rm, and ignore exit code.
8278
82792004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8280
8281 * display.texi (Defining Faces): Add description for min-colors.
8282 Update example.
8283
82842004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8285
8286 * abbrevs.texi: Various corrections and clarifications in addition
8287 to the following:
8288 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8289
82902004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8291
8292 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8293
82942004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8295
8296 * text.texi: Various small changes in addition to the following:
8297 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8298 to delete-horizontal-space.
8299 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8300 description of yank-handler text property at various places.
8301
8302 * frames.texi (Window System Selections): Add anchor.
8303
8304 * syntax.texi (Syntax Table Functions): Clarify and correct
8305 descriptions of make-syntax-table and copy-syntax-table.
8306 (Motion and Syntax): Clarify SYNTAXES argument to
8307 skip-syntax-forward.
8308 (Parsing Expressions): Mention that the return value of
8309 parse-partial-sexp is currently a list of ten rather than nine
8310 elements.
8311 (Categories): Various corrections and clarifications.
8312
83132004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8314
8315 * markers.texi (Marker Insertion Types): Minor change.
8316
8317 * locals.texi (Standard Buffer-Local Variables):
8318 * commands.texi (Interactive Codes, Using Interactive):
8319 * functions.texi (Related Topics): Fix xrefs.
8320
83212004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8322
8323 * lists.texi (Sets And Lists): Update description of delete-dups.
8324
83252004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8326
8327 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8328
c8763fb6 83292004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8330
8331 * frames.texi (Parameter Access): frame-parameters arg is optional.
8332 modify-frame-parameters handles nil for FRAME.
8333 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8334 are all-or-nothing for certain toolkits.
8335 Mention parameter wait-for-wm.
8336 (Frames and Windows): In frame-first-window and frame-selected-window
8337 the arg is optional.
8338 (Input Focus): In redirect-frame-focus the second arg is optional.
8339 (Window System Selections): Mention selection type CLIPBOARD.
8340 Mention data-type UTF8_STRING.
8341 Mention numbering of cut buffers.
8342 (Resources): Describe x-resource-name.
8343
83442004-02-16 Richard M. Stallman <rms@gnu.org>
8345
8346 * windows.texi (Buffers and Windows): Delete false table
8347 about all-frames.
8348
8349 * syntax.texi (Parsing Expressions): Delete old caveat
8350 about parse-sexp-ignore-comments.
8351
8352 * streams.texi (Output Variables): Add print-quoted.
8353
8354 * lists.texi (Building Lists): Minor cleanup.
8355
8356 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8357
8358 * display.texi (Overlays): Explain overlays use markers.
8359 (Managing Overlays): Explain front-advance and rear-advance
8360 in more detail.
8361
8362 * loading.texi (Unloading): Document unload-feature-special-hooks.
8363 Get rid of fns-NNN.el file.
8364
83652004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8366
8367 * help.texi (Describing Characters): Fix text-char-description
8368 example output.
8369
8370 * edebug.texi (Using Edebug): Fix example.
8371
8372 * debugging.texi (Internals of Debugger): Fix return value.
8373
8374 * files.texi (Changing Files): Fix argname.
8375
8376 * calendar.texi: Fix parens, and default values.
8377
8378 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8379 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8380 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8381
8382 * positions.texi (Text Lines): Don't add -1 in current-line.
8383
83842004-02-16 Richard M. Stallman <rms@gnu.org>
8385
8386 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8387
83882004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8389
8390 * processes.texi (Low-Level Network): Fix a typo.
8391
83922004-02-12 Kim F. Storm <storm@cua.dk>
8393
8394 * display.texi (Fringes): Use consistent wording.
8395 Note that window-fringe's window arg is optional.
8396 (Scroll Bars): Use consistent wording.
8397
83982004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8399
8400 * tips.texi (Comment Tips): Document the new conventions for
8401 commenting out code.
8402
c8763fb6 84032004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8404
5dcb4c4e 8405 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8406
84072004-02-07 Kim F. Storm <storm@cua.dk>
8408
8409 * positions.texi (Text Lines): Add line-number-at-pos.
8410
84112004-02-06 John Paul Wallington <jpw@gnu.org>
8412
8413 * display.texi (Button Properties, Button Buffer Commands):
8414 mouse-2 invokes button, not down-mouse-1.
8415
84162004-02-04 Jason Rumney <jasonr@gnu.org>
8417
8418 * makefile.w32-in: Sync with Makefile.in changes.
8419
84202004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8421
8422 * minibuf.texi (Text from Minibuffer): Various corrections and
8423 clarifications.
8424 (Object from Minibuffer): Correct Lisp description of
8425 read-minibuffer.
8426 (Minibuffer History): Clarify description of cons values for
8427 HISTORY arguments.
5dcb4c4e
SM
8428 (Basic Completion): Various corrections and clarifications.
8429 Add completion-regexp-list.
b8d4c8d0
GM
8430 (Minibuffer Completion): Correct and clarify description of
8431 completing-read.
5dcb4c4e
SM
8432 (Completion Commands): Mention Partial Completion mode.
8433 Various other minor changes.
b8d4c8d0
GM
8434 (High-Level Completion): Various corrections and clarifications.
8435 (Reading File Names): Ditto.
8436 (Minibuffer Misc): Ditto.
8437
84382004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8439
8440 * strings.texi (Text Comparison): assoc-string also matches
8441 elements of alists that are strings instead of conses.
8442 (Formatting Strings): Standardize Texinfo usage. Update index
8443 entries.
8444
84452004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8446
8447 * lists.texi (Sets And Lists): Add delete-dups.
8448
84492004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8450
8451 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8452 special form.
8453 * macros.texi (Defining Macros): Update description of `declare',
8454 which now is a macro.
8455 (Wrong Time): Fix typos.
8456
84572004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8458
8459 * compile.texi (Compilation Functions): Expand descriptions of
8460 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8461 and `batch-byte-compile'. In particular, mention and describe
8462 all optional arguments.
8463 (Disassembly): Correct and clarify the description of `disassemble'.
8464
84652004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8466
8467 * searching.texi: Various small changes in addition to the
8468 following.
8469 (Regexp Example): Adapt to new value of `sentence-end'.
8470 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8471 `words'.
8472 (Search and Replace): Add usage note for `perform-replace'.
8473 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8474 `match-data'.
8475 (Standard Regexps): Update for new values of `paragraph-start'
8476 and `sentence-end'.
8477
84782004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8479
8480 * files.texi (Saving Buffers): Clarify descriptions of
8481 `write-contents-functions' and `before-save-hook'.
8482 Make the defvar's for `before-save-hook' and `after-save-hook'
8483 into defopt's.
8484
84852004-01-07 Kim F. Storm <storm@cua.dk>
8486
8487 * commands.texi (Click Events): Describe new image and
8488 width/height elements of click events.
8489 (Accessing Events): Add posn-string, posn-image, and
8490 posn-object-width-height. Change posn-object to return either
8491 image or string object.
8492
84932004-01-01 Simon Josefsson <jas@extundo.com>
8494
8495 * hooks.texi (Standard Hooks): Add before-save-hook.
8496 * files.texi (Saving Buffers): Likewise.
8497
84982004-01-03 Richard M. Stallman <rms@gnu.org>
8499
8500 * frames.texi (Frames and Windows): Delete frame-root-window.
8501
85022004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8503
8504 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8505
8506 * functions.texi: Various small changes in addition to the
8507 following.
5dcb4c4e
SM
8508 (What Is a Function): `functionp' returns nil for macros.
8509 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8510 (Function Documentation): Add `\' in front of (fn @var{arglist})
8511 and explain why.
8512 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8513 Add anchor.
8514 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8515
85162004-01-01 Miles Bader <miles@gnu.org>
8517
8518 * display.texi (Buttons): New section.
8519
85202003-12-31 Andreas Schwab <schwab@suse.de>
8521
8522 * numbers.texi (Math Functions): sqrt reports a domain-error
8523 error.
8524 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8525
85262003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8527
8528 * tips.texi (Documentation Tips): Update item on hyperlinks in
8529 documentation strings.
8530
8531 * errors.texi (Standard Errors): Various small corrections and
8532 additions.
8533
8534 * control.texi: Various small changes in addition to the
8535 following.
8536 (Signaling Errors): Provide some more details on how `signal'
8537 constructs the error message. Add anchor to the definition of
8538 `signal'.
8539 (Error Symbols): Describe special treatment of `quit'.
8540 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8541 to emphasize that it has to be a single form.
8542
8543 * buffers.texi: Add anchor.
8544
85452003-12-29 Richard M. Stallman <rms@gnu.org>
8546
8547 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8548 (Window Configurations): Add window-configuration-frame.
8549
8550 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8551
8552 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8553 Change arg name in get-char-property.
8554 (Special Properties): Update handling of keymap property.
8555
8556 * strings.texi (Modifying Strings): Add clear-string.
8557 (Text Comparison): Add assoc-string and remove
8558 assoc-ignore-case, assoc-ignore-representation.
8559
8560 * os.texi (Time of Day): Add set-time-zone-rule.
8561
8562 * numbers.texi (Math Functions): asin, acos, log, log10
8563 report domain-error errors.
8564
8565 * nonascii.texi (Converting Representations):
8566 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8567 (Encoding and I/O): Add file-name-coding-system.
8568
8569 * modes.texi (Search-based Fontification): Explain that
8570 face specs are symbols with face names as values.
8571
8572 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8573
8574 * lists.texi (Building Lists): remq moved elsewhere.
8575 (Sets And Lists): remq moved here.
8576 (Association Lists): Refer to assoc-string.
8577
8578 * internals.texi (Garbage Collection): Add memory-use-counts.
8579
8580 * frames.texi (Frames and Windows): Add set-frame-selected-window
8581 and frame-root-window.
8582
8583 * files.texi (Contents of Directories):
8584 Add directory-files-and-attributes.
8585
8586 * display.texi (Refresh Screen): Add force-window-update.
8587 (Invisible Text): Explain about moving point out of invis text.
8588 (Overlay Properties): Add overlay-properties.
8589 (Managing Overlays): Add overlayp.
8590 (GIF Images): Invalid image number displays a hollow box.
8591
8592 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8593 (Killing Buffers): Add buffer-live-p.
8594
85952003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8596
8597 * display.texi (Fringes): Fix typo "set-buffer-window".
8598
85992003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8600
8601 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8602 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8603 Add or change various xrefs and anchors.
8604
8605 * commands.texi: Replace all occurrences of @acronym{CAR} with
8606 @sc{car}, for consistency with the rest of the Elisp manual.
8607 `car' and `cdr' are historically acronyms, but are no longer
8608 widely thought of as such.
8609
8610 * internals.texi (Pure Storage): Mention that `purecopy' does not
8611 copy text properties.
8612 (Object Internals): Now 29 bits are used (in most implementations)
8613 to address Lisp objects.
8614
8615 * variables.texi (Variables with Restricted Values): New node.
8616
8617 * objects.texi (Lisp Data Types): Mention that certain variables
8618 can only take on a restricted set of values and add an xref to
8619 the new node "Variables with Restricted Values".
8620
8621 * eval.texi (Function Indirection): Describe the errors that
8622 `indirect-function' can signal.
8623 (Eval): Clarify the descriptions of `eval-region' and `values'.
8624 Describe `eval-buffer' instead of `eval-current-buffer' and
8625 mention `eval-current-buffer' as an alias for `current-buffer'.
8626 Correct the description and mention all optional arguments.
8627
8628 * nonascii.texi: Various small changes in addition to the
8629 following.
8630 (Converting Representations): Clarify behavior of
8631 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8632 ASCII arguments.
8633 (Character Sets): Document the variable `charset-list' and adapt
8634 the definition of the function `charset-list' accordingly.
8635 (Translation of Characters): Clarify use of generic characters in
8636 `make-translation-table'. Clarify and correct the description of
8637 the use of translation tables in encoding and decoding.
8638 (User-Chosen Coding Systems): Correct and clarify the description
8639 of `select-safe-coding-system'.
8640 (Default Coding Systems): Clarify description of
8641 `file-coding-system-alist'.
8642
86432003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8644
8645 * strings.texi (Text Comparison): Correctly describe when two
8646 strings are `equal'. Combine and clarify descriptions of
8647 `assoc-ignore-case' and `assoc-ignore-representation'.
8648
8649 * objects.texi (Non-ASCII in Strings): Clarify description of
8650 when a string is unibyte or multibyte.
8651 (Bool-Vector Type): Update examples.
8652 (Equality Predicates): Correctly describe when two strings are
8653 `equal'.
8654
86552003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8656
8657 * lists.texi (Building Lists): `append' no longer accepts integer
8658 arguments. Update the description of `number-sequence' to reflect
8659 recent changes.
8660 (Sets And Lists): Describe `member-ignore-case' after `member'.
8661
86622003-11-27 Kim F. Storm <storm@cua.dk>
8663
8664 * commands.texi (Click Events): Click object may be an images.
8665 Describe (dx . dy) element of click positions.
8666 (Accessing Events): Remove duplicate posn-timestamp.
8667 New functions posn-object and posn-object-x-y.
8668
86692003-11-23 Kim F. Storm <storm@cua.dk>
8670
8671 * commands.texi (Click Events): Describe enhancements to event
8672 position lists, including new text-pos and (col . row) items.
8673 Mention left-fringe and right-fringe area events.
8674 (Accessing Events): New functions posn-area and
8675 posn-actual-col-row. Mention posn-timestamp. Mention that
8676 posn-point in non-text area still returns buffer position.
8677 Clarify posn-col-row.
8678
86792003-11-21 Lars Hansen <larsh@math.ku.dk>
8680
8681 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8682 * anti.texi (File Attributes): Describe removed parameter
8683 ID-FORMAT.
8684
86852003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8686
8687 * positions.texi (Positions): Mention that, if a marker is used as
8688 a position, its buffer is ignored.
8689
8690 * markers.texi (Overview of Markers): Mention it here too.
8691
86922003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8693
8694 * numbers.texi (Numeric Conversions): Not just `floor', but also
8695 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8696
86972003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8698
8699 * markers.texi (Creating Markers): Specify insertion type of
8700 created markers. Add xref to `Marker Insertion Types'.
8701 Second argument to `copy-marker' is optional.
8702 (Marker Insertion Types): Mention that most markers are created
8703 with insertion type nil.
8704 (The Mark): Correctly describe when `mark' signals an error.
8705 (The Region): Correctly describe when `region-beginning' and
8706 `region-end' signal an error.
8707
87082003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8709
8710 * hash.texi (Creating Hash): Clarify description of `eql'.
8711 `makehash' is obsolete.
8712 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8713
8714 * positions.texi (Point): Change description of `buffer-end', so
8715 that it is also correct for floating point arguments.
8716 (List Motion): Correct argument lists of `beginning-of-defun' and
8717 `end-of-defun'.
8718 (Excursions): Add xref to `Marker Insertion Types'.
8719 (Narrowing): Argument to `narrow-to-page' is optional.
8720
87212003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8722
8723 * streams.texi (Output Streams): Clarify behavior of point for
8724 marker output streams.
8725
87262003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8727
8728 * variables.texi (Defining Variables): Second argument to
8729 `defconst' is not optional.
8730 (Setting Variables): Mention optional argument APPEND to
8731 `add-to-list'.
8732 (Creating Buffer-Local): Expand description of
8733 `make-variable-buffer-local'.
8734 (Frame-Local Variables): Expand description of
8735 `make-variable-frame-local'.
8736 (Variable Aliases): Correct description of optional argument
8737 DOCSTRING to `defvaralias'. Mention return value of
8738 `defvaralias'.
8739 (File Local Variables): Add xref to `File variables' in Emacs
8740 Manual. Correct description of `hack-local-variables'. Mention
8741 `safe-local-variable' property. Mention optional second argument
8742 to `risky-local-variable-p'.
8743
87442003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8745
8746 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8747
87482003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8749
8750 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8751 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8752 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8753 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8754 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8755 lispref/processes.texi, lispref/searching.texi,
8756 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8757 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8758 @acronym{FOO}.
8759
87602003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8761
8762 * strings.texi (Creating Strings): Argument START to `substring'
8763 can not be `nil'. Expand description of
8764 `substring-no-properties'. Correct description of `split-string',
8765 especially with respect to empty matches. Prevent very bad line
8766 break in definition of `split-string-default-separators'.
8767 (Text Comparison): `string=' and `string<' also accept symbols as
8768 arguments.
8769 (String Conversion): More completely describe argument BASE in
8770 `string-to-number'.
8771 (Formatting Strings): `%s' and `%S' in `format' do require
8772 corresponding object. Clarify behavior of numeric prefix after
8773 `%' in `format'.
8774 (Case Conversion): The argument to `upcase-initials' can be a
8775 character.
8776
87772003-10-27 Kenichi Handa <handa@m17n.org>
8778
8779 * display.texi (Fontsets): Fix texinfo usage.
8780
87812003-10-25 Kenichi Handa <handa@m17n.org>
8782
8783 * display.texi (Fontsets): Add description of the function
8784 set-fontset-font.
8785
87862003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8787
8788 * display.texi (Temporary Displays): Add xref to `Documentation
8789 Tips'.
8790
8791 * functions.texi (Function Safety): Use inforef instead of pxref
8792 for SES.
8793
87942003-10-23 Andreas Schwab <schwab@suse.de>
8795
8796 * Makefile.in (TEX, texinputdir): Don't define.
8797 (TEXI2DVI): Define.
8798 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8799 add $(srcdir)/index.texi.
8800 ($(infodir)/elisp): Remove index.texi dependency.
8801 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8802 (index.texi): Remove target.
8803 (dist): Don't link $(srcdir)/permute-index.
8804 (clean): Don't remove index.texi.
8805
8806 * permute-index, index.perm: Remove.
8807 * index.texi: Rename from index.unperm.
8808
88092003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8810
8811 * tips.texi (Documentation Tips): Document new behavior for face
8812 and variable hyperlinks in Help mode.
8813
88142003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8815
8816 * objects.texi (Integer Type): Update for extra bit of integer range.
8817 (Character Type): Ditto.
8818
88192003-10-16 Eli Zaretskii <eliz@gnu.org>
8820
8821 * numbers.texi (Integer Basics): Add index entries for reading
8822 numbers in hex, octal, and binary.
8823
88242003-10-16 Lute Kamstra <lute@gnu.org>
8825
8826 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8827 argument.
8828
88292003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8830
8831 * windows.texi (Choosing Window): Fix typo.
8832 * edebug.texi (Edebug Execution Modes): Fix typo.
8833
88342003-10-13 Richard M. Stallman <rms@gnu.org>
8835
8836 * windows.texi (Basic Windows): A window has fringe settings,
8837 display margins and scroll-bar settings.
8838 (Splitting Windows): Doc split-window return value.
8839 Clean up one-window-p.
8840 (Selecting Windows): Fix typo.
8841 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8842 (Buffers and Windows): In set-window-buffer, explain effect
8843 on fringe settings and scroll bar settings.
8844 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8845 (Choosing Window): Use defopt for pop-up-frame-function.
8846 For special-display-buffer-names, explain same-window and same-frame.
8847 Clarify window-dedicated-p return value.
8848 (Textual Scrolling): scroll-up and scroll-down can get an error.
8849 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8850 Clarify set-window-hscroll.
8851 (Size of Window): Don't mention tool bar in window-height.
8852 (Coordinates and Windows): Explain what coordinates-in-window-p
8853 returns for fringes and display margins.
8854 (Window Configurations): Explain saving fringes, etc.
8855
8856 * tips.texi (Library Headers): Clean up Documentation.
8857
8858 * syntax.texi (Parsing Expressions): Clean up forward-comment
8859 and parse-sexp-lookup-properties.
8860
8861 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8862
8863 * os.texi (System Environment): Clean up text for load-average errors.
8864
8865 * modes.texi (Hooks): Don't explain local hook details at front.
8866 Clarify run-hooks and run-hook-with-args a little.
8867 Clean up add-hook and remove-hook.
8868
8869 * edebug.texi (Edebug Execution Modes): Clarify t.
8870 Document edebug-sit-for-seconds.
8871 (Coverage Testing): Document C-x X = and =.
8872 (Instrumenting Macro Calls): Fix typo.
8873 (Specification List): Don't index the specification keywords.
8874
88752003-10-10 Kim F. Storm <storm@cua.dk>
8876
8877 * processes.texi (Network): Introduce make-network-process.
8878
88792003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8880
8881 * tips.texi (Library Headers): Fix typo.
8882
88832003-10-07 Juri Linkov <juri@jurta.org>
8884
8885 * modes.texi (Imenu): Mention imenu-create-index-function's
8886 default value. Explain submenus better.
8887
88882003-10-07 Lute Kamstra <lute@gnu.org>
8889
8890 * modes.texi (Faces for Font Lock): Fix typo.
8891 (Hooks): Explain how buffer-local hook variables can refer to
8892 global hook variables.
8893 Various minor clarifications.
8894
88952003-10-06 Lute Kamstra <lute@gnu.org>
8896
8897 * tips.texi (Coding Conventions): Mention naming conventions for
8898 hooks.
8899
89002003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8901
8902 * loading.texi (Library Search): Correct default value of
8903 load-suffixes.
8904 (Named Features): Fix typo.
8905
89062003-10-05 Richard M. Stallman <rms@gnu.org>
8907
8908 * loading.texi (Named Features): In `provide',
8909 say how to test for subfeatures.
8910 (Unloading): In unload-feature, use new var name
8911 unload-feature-special-hooks.
8912
89132003-10-03 Lute Kamstra <lute@gnu.org>
8914
8915 * modes.texi (Major Mode Conventions): Mention third way to set up
8916 Imenu.
8917 (Imenu): A number of small fixes.
8918 Delete documentation of internal variable imenu--index-alist.
8919 Document the return value format of imenu-create-index-function
8920 functions.
8921
89222003-09-30 Richard M. Stallman <rms@gnu.org>
8923
8924 * processes.texi (Network): Say what stopped datagram connections do.
8925
8926 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8927
8928 * display.texi (Overlay Properties): Clarify `evaporate' property.
8929
89302003-09-29 Lute Kamstra <lute@gnu.org>
8931
8932 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8933 constructs should be marked as risky.
8934 Change cons cell into proper list.
8935 (Mode Line Variables): Change cons cell into proper list.
8936
89372003-09-26 Lute Kamstra <lute@gnu.org>
8938
8939 * modes.texi (Mode Line Data): Document the :propertize construct.
8940 (Mode Line Variables): Reorder the descriptions of the variables
8941 to match their order in the default mode-line-format.
8942 Describe the new variables mode-line-position and mode-line-modes.
8943 Update the default values of mode-line-frame-identification,
8944 minor-mode-alist, and default-mode-line-format.
8945 (Properties in Mode): Mention the :propertize construct.
8946
89472003-09-26 Richard M. Stallman <rms@gnu.org>
8948
8949 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8950 * loading.texi, minibuf.texi, text.texi, variables.texi:
8951 Avoid @strong{Note:}.
8952
89532003-09-26 Richard M. Stallman <rms@gnu.org>
8954
8955 * keymaps.texi (Remapping Commands): Fix typo.
8956
89572003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8958
8959 * processes.texi (Low-Level Network): Fix typo.
8960
89612003-09-23 Kim F. Storm <storm@cua.dk>
8962
8963 * processes.texi (Network, Network Servers): Fix typos.
8964 (Low-Level Network): Add timeout value for :server keyword.
8965 Add new option keywords to make-network-process.
8966 Add set-network-process-options.
8967 Explain how to test availability of network options.
8968
89692003-09-19 Richard M. Stallman <rms@gnu.org>
8970
8971 * text.texi (Motion by Indent): Arg to
8972 backward-to-indentation and forward-to-indentation is optional.
8973
8974 * strings.texi (Creating Strings): Add substring-no-properties.
8975
8976 * processes.texi
8977 (Process Information): Add list-processes arg QUERY-ONLY.
8978 Delete process-contact from here.
8979 Add new status values for process-status.
8980 Add process-get, process-put, process-plist, set-process-plist.
8981 (Synchronous Processes): Add call-process-shell-command.
8982 (Signals to Processes): signal-process allows process objects.
8983 (Network): Complete rewrite.
8984 (Network Servers, Datagrams, Low-Level Network): New nodes.
8985
8986 * positions.texi (Word Motion): forward-word, backward-word
8987 arg is optional. Reword.
8988
8989 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8990
8991 * variables.texi (Creating Buffer-Local):
8992 Delete duplicate definition of buffer-local-value.
8993 (File Local Variables): Explain about discarding text props.
8994
89952003-09-11 Richard M. Stallman <rms@gnu.org>
8996
8997 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8998 changes variables that record input events.
8999 (Minibuffer Misc): Add minibuffer-selected-window.
9000
9001 * lists.texi (Building Lists): Add copy-tree.
9002
9003 * display.texi (Fontsets): Add char-displayable-p.
9004 (Scroll Bars): New node.
9005
90062003-09-08 Lute Kamstra <lute@gnu.org>
9007
9008 * modes.texi (%-Constructs): Document new `%i' and `%I'
9009 constructs.
9010
90112003-09-03 Peter Runestig <peter@runestig.com>
9012
9013 * makefile.w32-in: New file.
9014
90152003-08-29 Richard M. Stallman <rms@gnu.org>
9016
9017 * display.texi (Overlay Properties): Clarify how priorities
9018 affect use of the properties.
9019
90202003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9021
9022 * customize.texi (Type Keywords): Correct the description of
9023 `:help-echo' in the case where `motion-doc' is a function.
9024
90252003-08-14 John Paul Wallington <jpw@gnu.org>
9026
9027 * modes.texi (Emulating Mode Line): Subsection, not section.
9028
90292003-08-13 Richard M. Stallman <rms@gnu.org>
9030
9031 * elisp.texi (Top): Update subnode lists in menu.
9032
9033 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9034 (Kill Functions): kill-region has new arg yank-handler.
9035 (Yanking): New node.
9036 (Yank Commands): Add yank-undo-function.
9037 (Low-Level Kill Ring):
9038 kill-new and kill-append have new arg yank-handler.
9039 (Changing Properties): Add remove-list-of-text-properties.
9040 (Atomic Changes): New node.
9041
9042 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9043
9044 * streams.texi (Output Variables): Add eval-expression-print-length
9045 and eval-expression-print-level.
9046
9047 * os.texi (Time Conversion): For encode-time, explain limits on year.
9048
9049 * objects.texi (Character Type): Define anchor "modifier bits".
9050
9051 * modes.texi (Emulating Mode Line): New node.
9052 (Search-based Fontification): Font Lock uses font-lock-face property.
9053 (Other Font Lock Variables): Likewise.
9054
9055 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9056 not vectors.
9057 (Active Keymaps): Add emulation-mode-map-alists.
9058 (Functions for Key Lookup): key-binding has new arg no-remap.
9059 (Remapping Commands): New node.
9060 (Scanning Keymaps): where-is-internal has new arg no-remap.
9061 (Tool Bar): Add tool-bar-local-item-from-menu.
9062 Clarify when to use tool-bar-add-item-from-menu.
9063
9064 * commands.texi (Interactive Call): commandp has new arg.
9065 (Command Loop Info): Add this-original-command.
9066
90672003-08-06 John Paul Wallington <jpw@gnu.org>
9068
9069 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9070
9071 * display.texi (Warning Basics): Fix typo.
9072 (Fringes): Add closing curly bracket and fix typo.
9073
9074 * elisp.texi (Top): Fix typo.
9075
90762003-08-05 Richard M. Stallman <rms@gnu.org>
9077
9078 * elisp.texi: Update lists of subnodes.
9079
9080 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9081
9082 * variables.texi (Local Variables): Use lc for example variable names.
9083
9084 * tips.texi (Library Headers): Explain where to put -*-.
9085
9086 * strings.texi (Creating Strings): Fix xref for vconcat.
9087
9088 * sequences.texi (Vector Functions):
9089 vconcat no longer allows integer args.
9090
9091 * minibuf.texi (Reading File Names): read-file-name has new
9092 arg PREDICATE. New function read-directory-name.
9093
c4cc8b9a 9094 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9095 (Indenting Macros): New node.
9096
9097 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9098 (Window Frame Parameters): Make separate table of parameters
9099 that are coupled with specific face attributes.
9100 (Deleting Frames): delete-frame-hooks renamed to
9101 delete-frame-functions.
9102
9103 * files.texi (Magic File Names): Add file-remote-p.
9104 Clarify file-local-copy.
9105
9106 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9107 here; instead xref Defining Macros.
9108
9109 * display.texi (Warnings): New node, and subnodes.
9110 (Fringes): New node.
9111
9112 * debugging.texi (Test Coverage): New node.
9113
9114 * compile.texi (Compiler Errors): Explain with-no-warnings
9115 and other ways to suppress warnings.
9116
9117 * commands.texi (Interactive Call): Minor clarification.
9118
9119 * buffers.texi (Buffer File Name): set-visited-file-name
9120 renames the buffer too.
9121
9122 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9123
91242003-07-24 Markus Rost <rost@math.ohio-state.edu>
9125
9126 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9127
91282003-07-22 Markus Rost <rost@math.ohio-state.edu>
9129
9130 * internals.texi (Garbage Collection): Fix previous change.
9131
91322003-07-22 Richard M. Stallman <rms@gnu.org>
9133
9134 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9135
9136 * display.texi (Width): Use \s syntax in example.
9137 (Font Selection): Add face-font-rescale-alist.
9138
9139 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9140 Remove spurious indent in example.
9141
9142 * lists.texi (Building Lists): Add number-sequence.
9143
9144 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9145
9146 * functions.texi (Function Documentation): Explain how to
9147 show calling convention explicitly in the doc string.
9148
9149 * windows.texi (Selecting Windows): save-selected-window saves
9150 selected window of each frame.
9151 (Window Configurations): Minor change.
9152
9153 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9154
9155 * streams.texi (Output Variables): Add print-continuous-numbering
9156 and print-number-table.
9157
9158 * processes.texi (Decoding Output): New node.
9159
9160 * os.texi (Time Conversion): decode-time arg is optional.
9161
9162 * objects.texi (Character Type): Don't use space as example for \.
9163 Make list of char names and \-sequences correspond.
9164 Explain that \s is not used in strings. `\ ' needs space after.
9165
9166 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9167 (Translation of Characters): Add translation-table-for-input.
9168 (Default Coding Systems): Add auto-coding-functions.
9169 (Explicit Encoding): Add decode-coding-inserted-region.
9170 (Locales): Add locale-info.
9171
9172 * minibuf.texi (Basic Completion): Describe test-completion.
9173 Collections can be lists of strings.
9174 Clean up lazy-completion-table.
9175 (Programmed Completion): Mention test-completion.
9176 Clarify why lambda expressions are not accepted.
9177 (Minibuffer Misc): Describe minibufferp.
9178
91792003-07-14 Richard M. Stallman <rms@gnu.org>
9180
9181 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9182
9183 * windows.texi (Selecting Windows): New arg to select-window.
9184 (Selecting Windows): Add with-selected-window.
9185 (Size of Window): Add window-inside-edges, etc.
9186
9187 * internals.texi (Garbage Collection): Add post-gc-hook.
9188
9189 * processes.texi (Subprocess Creation): Add exec-suffixes.
9190
9191 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9192 (Scanning Keymaps): Add map-keymaps.
9193 (Defining Menus): Add keymap-prompt.
9194
9195 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9196 most-negative-fixnum.
9197
c4cc8b9a 9198 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9199 (Compiler Errors): New node.
9200
9201 * os.texi (User Identification): user-uid, user-real-uid
9202 can return float.
9203
9204 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9205 and about derived modes.
9206 (Minor Modes): Add minor-mode-list.
9207 (Defining Minor Modes): Keyword args for define-minor-mode.
9208 (Search-based Fontification): Explain managing other properties.
9209 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9210 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9211 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9212
9213 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9214 (Variable Aliases): Clarify defvaralias.
9215
9216 * loading.texi (Library Search): Add load-suffixes.
9217
9218 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9219 (Programmed Completion): Add dynamic-completion-table.
9220
9221 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9222 (Magic File Names): Specify precedence order of handlers.
9223
9224 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9225 and post-command-hook.
9226 (Waiting): New calling convention for sit-for.
9227
9228 * text.texi (Special Properties): local-map and keymap properties
9229 apply based on their stickiness.
9230
92312003-07-07 Richard M. Stallman <rms@gnu.org>
9232
9233 * modes.texi (Minor Mode Conventions): Specify only some kinds
9234 of list values as args to minor modes.
9235
9236 * files.texi (File Name Expansion): Warn about iterative use
9237 of substitute-in-file-name.
9238
9239 * advice.texi (Activation of Advice): Clean up previous change.
9240
92412003-07-06 Markus Rost <rost@math.ohio-state.edu>
9242
9243 * advice.texi (Activation of Advice): Note that ad-start-advice is
9244 turned on by default.
9245
92462003-06-30 Richard M. Stallman <rms@gnu.org>
9247
9248 * text.texi (Buffer Contents): Document current-word.
9249 (Change Hooks): Not called for *Messages*.
9250
9251 * functions.texi (Defining Functions): Explain about redefining
9252 primitives.
f4e90db0 9253 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9254 Comment out the detailed criteria for what is safe.
9255
92562003-06-22 Andreas Schwab <schwab@suse.de>
9257
9258 * objects.texi (Symbol Type): Fix description of examples.
9259
92602003-06-16 Andreas Schwab <schwab@suse.de>
9261
9262 * hash.texi (Creating Hash): Fix description of :weakness.
9263
c8763fb6 92642003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9265
9266 * files.texi (Changing Files): copy-file copies file modes, too.
9267
92682003-05-28 Richard M. Stallman <rms@gnu.org>
9269
9270 * strings.texi (Creating Strings): Clarify split-string.
9271
92722003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9273
9274 * strings.texi (Creating Strings): Update split-string specification
9275 and examples.
9276
92772003-05-19 Richard M. Stallman <rms@gnu.org>
9278
9279 * elisp.texi: Correct invariant section names.
9280
92812003-04-20 Richard M. Stallman <rms@gnu.org>
9282
9283 * os.texi (Timers): Explain about timers and quitting.
9284
92852003-04-19 Richard M. Stallman <rms@gnu.org>
9286
9287 * internals.texi (Writing Emacs Primitives): Strings are
9288 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9289 Explain GCPRO convention for varargs function args.
9290
92912003-04-16 Richard M. Stallman <rms@gnu.org>
9292
9293 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9294
92952003-04-08 Richard M. Stallman <rms@gnu.org>
9296
9297 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9298
92992003-02-13 Kim F. Storm <storm@cua.dk>
9300
9301 * objects.texi (Character Type): New \s escape for space.
9302
93032003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9304
5dcb4c4e 9305 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9306
93072003-01-25 Richard M. Stallman <rms@gnu.org>
9308
9309 * keymaps.texi: Document that a symbol can act as a keymap.
9310
93112003-01-13 Richard M. Stallman <rms@gnu.org>
9312
9313 * text.texi (Changing Properties): Say string indices are origin-0.
9314
9315 * positions.texi (Screen Lines) <compute-motion>:
9316 Correct order of elts in return value.
9317
9318 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9319 how to define a default binding.
9320
93212002-12-07 Markus Rost <rost@math.ohio-state.edu>
9322
9323 * loading.texi (Unloading): Fix recent change for load-history.
9324
9325 * customize.texi (Simple Types): Clarify description of custom
9326 type 'number. Describe new custom type 'float.
9327
93282002-12-04 Markus Rost <rost@math.ohio-state.edu>
9329
9330 * variables.texi (File Local Variables): Fix typo.
9331
c8763fb6 93322002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9333
9334 From Michael Albinus <Michael.Albinus@alcatel.de>.
9335
9336 * README: Target for Info file is `make info'.
9337
5dcb4c4e 9338 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9339 `file-name-sans-extension'.
9340 (Magic File Names): Complete list of operations for magic file
9341 name handlers.
9342
93432002-09-16 Jonathan Yavner <jyavner@engineer.com>
9344
9345 * variables.texi (File Local Variables): New function
9346 risky-local-variable-p.
9347
93482002-09-15 Jonathan Yavner <jyavner@engineer.com>
9349
9350 * functions.texi (Function safety): New node about unsafep.
9351
93522002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9353
5dcb4c4e 9354 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9355 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9356
93572002-06-17 Juanma Barranquero <lektu@terra.es>
9358
9359 * frames.texi (Display Feature Testing): Fix typo.
9360
93612002-06-12 Andreas Schwab <schwab@suse.de>
9362
9363 * frames.texi (Initial Parameters, Resources): Fix references to
9364 the Emacs manual.
9365
93662002-05-13 Kim F. Storm <storm@cua.dk>
9367
9368 * variables.texi (Intro to Buffer-Local): Updated warning and
9369 example relating to changing buffer inside let.
9370
c8763fb6 93712002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9372
9373 * os.texi (Session Management): New node about X Session management.
9374
93752002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9376
9377 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9378 to which the manual corresponds, and the copyright years.
9379
9380 * Makefile.in (VERSION): Set to 2.9.
9381
93822001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9383
9384 * elisp.texi: Change the category in @dircategory to "Emacs", to
9385 make it consistent with info/dir.
9386
93872001-11-25 Miles Bader <miles@gnu.org>
9388
9389 * text.texi (Fields): Describe new `limit' arg in
9390 field-beginning/field-end.
9391
93922001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9393
5dcb4c4e
SM
9394 * permute-index: Don't depend on csh-specific features.
9395 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9396
9397 * two-volume-cross-refs.txt: New file.
9398 * two.el: New file.
9399 * spellfile: New file.
9400
94012001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9402
9403 * permute-index: New file.
9404
9405 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9406 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9407 8+3 restricted namespace.
9408
9409 * Makefile.in (infodir): Define relative to $(srcdir).
9410 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9411 include directories list via -I switch to makeinfo.
9412 (index.texi): Use cp if both hard and symbolic links fail.
9413
94142001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9415
9416 * Makefile.in (distclean): Add.
9417
9418 The following changes make ELisp manual part of the Emacs
9419 distribution:
9420
9421 * Makefile.in: Add Copyright notice.
9422 (prefix): Remove.
9423 (infodir): Change value to "../info".
9424 (VPATH): New variable.
9425 (MAKE): Don't define.
9426 (texmacrodir): Don't define.
9427 (texinputdir): Append the existing value of TEXINPUTS.
9428 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9429 command to be compatible with man/Makefile.in, and to put the
9430 output into ../info.
9431 (info): Add target.
9432 (installall): Target removed.
9433
c8763fb6 94342001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9435
9436 * tips.texi (Coding Conventions): Fix typo.
9437
94382001-10-23 Gerd Moellmann <gerd@gnu.org>
9439
9440 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9441
94422001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9443
9444 * files.texi (File Name Components): Update the description of
9445 file-name-sans-extension and file-name-extension, as they now
9446 ignore leading dots.
9447
94482001-10-20 Gerd Moellmann <gerd@gnu.org>
9449
9450 * (Version 21.1 released.)
9451
94522001-10-19 Miles Bader <miles@gnu.org>
9453
9454 * positions.texi (Text Lines): Describe behavior of
9455 `beginning-of-line'/`end-of-line' in the presence of field properties.
9456
94572001-10-17 Gerd Moellmann <gerd@gnu.org>
9458
9459 * Makefile.in (VERSION): Set to 2.8.
9460 (manual): Use `manual-21'.
9461
9462 * elisp.texi (VERSION): Add and use it where the version
9463 number was used. Set it to 2.8.
9464
9465 * intro.texi: Likewise.
9466
94672001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9468
9469 * files.texi (File Name Completion): Document the significance of
9470 a trailing slash in elements of completion-ignored-extensions.
9471
94722001-10-06 Miles Bader <miles@gnu.org>
9473
9474 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9475
94762001-10-04 Gerd Moellmann <gerd@gnu.org>
9477
9478 * variables.texi (Variable Aliases): New node.
9479
94802001-10-04 Gerd Moellmann <gerd@gnu.org>
9481
9482 * Branch for 21.1.
9483
94842001-10-02 Miles Bader <miles@gnu.org>
9485
9486 * minibuf.texi (Minibuffer Misc): Add entries for
9487 `minibuffer-contents', `minibuffer-contents-no-properties', and
9488 `delete-minibuffer-contents'.
9489 Correct description for `minibuffer-prompt-end'.
9490
9491 * text.texi (Property Search): Correct descriptions of
9492 `next-char-property-change' and `previous-char-property-change'.
9493 Add entries for `next-single-char-property-change' and
9494 `previous-single-char-property-change'.
9495 Make operand names a bit more consistent.
9496
94972001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9498
9499 * frames.texi (Finding All Frames): Document that next-frame and
9500 previous-frame are local to current terminal.
9501
95022001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9503
9504 * keymaps.texi (Creating Keymaps): Fix the description of the
9505 result of make-keymap.
9506
95072001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9508
9509 * display.texi (Font Lookup, Attribute Functions)
9510 (Image Descriptors): Add cross-references to the definition of
9511 selected frame.
9512
9513 * buffers.texi (The Buffer List): Add cross-references to the
9514 definition of selected frame.
9515
9516 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9517 frame at any given time.
9518 (Multiple Displays, Size and Position): Add a cross-reference to
9519 the definition of the selected frame.
9520
95212001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9522
9523 * strings.texi (String Conversion) <string-to-number>: Document
9524 that a float is returned for integers that are too large.
9525
9526 * frames.texi (Mouse Position): Document mouse-position-function.
9527 (Display Feature Testing): Document display-images-p.
9528 (Window Frame Parameters): Document the cursor-type variable.
9529
9530 * numbers.texi (Integer Basics): Document CL style read syntax for
9531 integers in bases other than 10.
9532
5dcb4c4e
SM
9533 * positions.texi (List Motion):
9534 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9535
9536 * lists.texi (Sets And Lists): Document member-ignore-case.
9537
9538 * internals.texi (Garbage Collection): Document the used and free
9539 strings report.
9540 (Memory Usage): Document strings-consed.
9541
9542 * os.texi (Time of Day): Document float-time.
9543 (Recording Input): Document that clear-this-command-keys clears
9544 the vector to be returned by recent-keys.
9545
9546 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9547 argument keymap can be a list.
9548
9549 * nonascii.texi (User-Chosen Coding Systems)
9550 <select-safe-coding-system>: Document the new argument
9551 accept-default-p and the variable
9552 select-safe-coding-system-accept-default-p. Tell what happens if
9553 buffer-file-coding-system is undecided.
9554 (Default Coding Systems): Document auto-coding-regexp-alist.
9555
9556 * display.texi (The Echo Area) <message>: Document
9557 message-truncate-lines.
9558 (Glyphs): Document that the glyph table is unused on windowed
9559 displays.
9560
9561 * help.texi (Describing Characters) <single-key-description>:
9562 Document the new argument no-angles.
9563 (Accessing Documentation) <documentation-property>: Document that
9564 a non-string property is evaluated.
9565 <documentation>: Document that the function-documentation property
9566 is looked for.
9567
9568 * windows.texi (Selecting Windows): Document some-window.
9569
9570 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9571
9572 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9573 apropos-mode-hook.
9574
9575 * commands.texi (Using Interactive): Document interactive-form.
9576 (Keyboard Macros): Document kbd-macro-termination-hook.
9577 (Command Loop Info): Document that clear-this-command-keys clears
9578 the vector to be returned by recent-keys.
9579
95802001-09-04 Werner LEMBERG <wl@gnu.org>
9581
9582 * Makefile.in (srcdir, texinputdir): New variables.
9583 (srcs, index.texi, install): Use $(srcdir).
9584 (.PHONY): Remove elisp.dvi.
9585 (elisp): Use -I switch for makeinfo.
9586 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9587 (installall, dist): Use $(srcdir).
9588 Fix path to texinfo.tex.
9589 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9590
95912001-08-30 Gerd Moellmann <gerd@gnu.org>
9592
9593 * display.texi (Conditional Display): Adjust to API change.
9594
9595 * configure: New file.
9596
95972001-07-30 Gerd Moellmann <gerd@gnu.org>
9598
9599 * commands.texi (Repeat Events): Add description of
9600 double-click-fuzz.
9601
96022001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9603
9604 * syntax.texi (Syntax Class Table): Add the missing designator for
9605 comment and string fences.
9606 (Syntax Properties): Add a xref to syntax table internals.
9607 (Syntax Table Internals): Document string-to-syntax.
9608
96092001-05-07 Gerd Moellmann <gerd@gnu.org>
9610
9611 * Makefile.in (install): Use install-info command line options
9612 like in Emacs' Makefile.in.
9613
96142000-12-09 Miles Bader <miles@gnu.org>
9615
9616 * windows.texi (Window Start): Update documentation for
9617 `pos-visible-in-window-p'.
9618
96192000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9620
9621 * lists.texi (Building Lists): Add footnote to explain how to add
9622 to the end of a list.
9623
96242000-10-25 Gerd Moellmann <gerd@gnu.org>
9625
9626 * files.texi (Visiting Functions): Typos.
9627
96282000-10-25 Kenichi Handa <handa@etl.go.jp>
9629
9630 * files.texi (Visiting Functions): Return value of
9631 find-file-noselect may be a list of buffers if wildcards are used.
9632
96332000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9634
9635 * display.texi (Defining Faces): Document `graphic' display type
9636 in face specs.
9637
b344d29d 96382000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9639
9640 * hooks.texi (Standard Hooks): Replace obsolete
9641 `after-make-frame-hook' with `after-make-frame-functions'.
9642
9643 * frames.texi (Creating Frames): Ditto.
9644
9645 * variables.texi (Future Local Variables): Ditto.
9646
96472000-10-16 Gerd Moellmann <gerd@gnu.org>
9648
9649 * display.texi (Other Image Types): Add description of :foreground
9650 and :background properties of mono PBM images.
9651
96522000-08-17 Werner LEMBERG <wl@gnu.org>
9653
9654 * .cvsignore: New file.
9655
96562000-01-05 Gerd Moellmann <gerd@gnu.org>
9657
9658 * tindex.pl: New script.
9659
96601999-12-03 Dave Love <fx@gnu.org>
9661
9662 * Makefile.in (MAKEINFO): New parameter.
9663
96641999-09-17 Richard Stallman <rms@gnu.org>
9665
9666 * Makefile.in (srcs): Add hash.texi.
9667 (VERSION): Update to 20.6.
9668
96691999-09-13 Richard Stallman <rms@gnu.org>
9670
9671 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9672
96731998-08-29 Karl Heuer <kwzh@gnu.org>
9674
9675 * configure.in: New file.
9676 * Makefile.in: Renamed from Makefile.
9677 (prefix, infodir): Use value obtained from configure.
9678 (emacslibdir): Obsolete variable deleted.
9679 (dist): Distribute configure.in, configure, Makefile.in.
9680
96811998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9682
9683 * Makefile (INSTALL_INFO): New variable.
9684 (install): Run install-info.
9685
96861998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9687
9688 * Makefile (elisp.dvi): Add missing backslash.
9689
96901998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9691
9692 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9693 Run texindex without `./'. Always run texindex on elisp.tp.
9694 (elisp.tps): Target deleted.
9695
96961998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9697
9698 * Makefile (srcs): Add nonascii.texi and customize.texi.
9699 (dist): Start by deleting `temp'.
9700
97011998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9702
9703 * Makefile (makeinfo, texindex): Targets deleted.
9704 (makeinfo.o, texindex.o): Targets deleted.
9705 (clean, dist): Don't do anything with them or with getopt*.
9706
97071998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9708
9709 * Makefile (SHELL): Defined.
9710
97111998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9712
9713 * Makefile (elisp.tps): New target.
9714 (elisp.dvi): Depend on elisp.tps.
9715
c5602427 97161996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9717
9718 * README: Update phone number.
9719
9720 * Makefile (elisp): Make this be the default target.
9721 Depend on makeinfo.c instead of makeinfo.
9722 (install): Don't depend on elisp.dvi, since we don't install that.
9723 Use mkinstalldirs.
9724 (dist): Add mkinstalldirs.
9725
c5602427 97261995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9727
9728 * Makefile (VERSION): Update version number.
5dcb4c4e 9729 (maintainer-clean): Rename from realclean.
b8d4c8d0 9730
c5602427 97311995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9732
9733 * Makefile (realclean): New target.
9734 (elisp): Remove any old elisp-* files first.
9735
c5602427 97361993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9737
9738 * Makefile (VERSION): New variable.
9739 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9740 Compressed file suffix should be `.gz', not `.z'.
9741
ce058493 97421993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9743
9744 * Makefile (elisp): Depend on makeinfo.
9745
c5602427 97461993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9747
9748 * Makefile (srcs): Add anti.texi.
9749
c5602427 97501993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9751
9752 * Makefile (infodir, prefix): New vars.
9753 (install): Use infodir.
f4e90db0 9754 (emacsinfodir): Delete.
b8d4c8d0 9755
c5602427 97561993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9757
9758 * Makefile (srcs): Add calendar.texi.
9759
9760 * Makefile (dist): Copy texindex.c and makeinfo.c.
9761 Limit elisp-* files to those with one or two digits.
9762
c5602427 97631993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 9764
f4e90db0 9765 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 9766
c5602427 97671993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9768
9769 * loading.texi (Unloading): define-function changed back to
9770 defalias. It may not stay this way, but at least it's
9771 consistent with the known-good version of the code patch.
9772
c5602427 97731993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9774
9775 * modes.texi (Hooks): Document new optional arg of add-hook.
9776
c5602427 97771993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9778
9779 * variables.texi: Document nil initial value of buffer-local variables.
9780
9781 * tips.texi: Add new section on standard library headers.
9782
c5602427 97831993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9784
9785 * Makefile (srcs): Add frame.texi to the list of sources.
9786
c5602427 97871993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9788
9789 * Makefile (dist): Don't bother excluding autosave files; they'll
9790 never make it into the temp directory anyway, and the hash marks
9791 in the name are problematic for make and the Bourne shell.
9792 (srcs):
9793
c5602427 97941993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9795
9796 * Makefile (dist): Don't include backup files or autosave files in
9797 the distribution tar file.
9798
c5602427 97991991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9800
5dcb4c4e 9801 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9802 (elisp.dvi): Remove erroneous shell comment.
9803 Expect output of permute-index in permuted.fns.
9804 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9805 (clean): Add index.texi to be deleted.
b8d4c8d0 9806
c5602427 98071990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9808
9809 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9810
c5602427 98111990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9812
9813 * files.texi: Noted that completion-ignored-extensions is ignored
9814 when making *Completions*.
9815
3e868ee3 98161990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9817
9818 * Makefile make dist now depends on elisp.dvi, since it tries
9819 to include it in the dist file.
9820
c5602427 98211990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9822
c5602427 9823 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9824
c5602427 98251989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9826
9827 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9828 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9829
c5602427 98301989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9831
9832 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9833 and @error{} are the terms now being used. The files in the
9834 directory have been changed to reflect this.
9835
9836 * All instances of @indentedresultt{} have been changed to
333f9019 9837 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 9838
c5602427 98391989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9840
9841 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9842 experimental @indentedresult{}, @indentedexpandsto{} are part of
9843 the texinfo.tex in this directory. These TeX macros are not
9844 stable yet.
9845
c5602427 98461989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9847
9848 * texinfo.tex: Temporarily added
9849 \let\result=\dblarrow
9850 \def\error{{\it ERROR} \longdblarrow}
9851 We need to do this better soon.
9852
c5602427 98531989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9854
9855 * Applied Karl Berry's patches to *.texinfo files, but not to
9856 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9857 new title page format is also not applied, since it requires
9858 texinfo.tex changes.)
9859
9860 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9861 for the Project GNU development environment.
9862
9863;; Local Variables:
c8763fb6 9864;; coding: utf-8
b8d4c8d0
GM
9865;; End:
9866
acaf905b 9867 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
9868
9869 This file is part of GNU Emacs.
9870
352c8b4a 9871 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9872 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9873 the Free Software Foundation, either version 3 of the License, or
9874 (at your option) any later version.
b8d4c8d0
GM
9875
9876 GNU Emacs is distributed in the hope that it will be useful,
9877 but WITHOUT ANY WARRANTY; without even the implied warranty of
9878 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9879 GNU General Public License for more details.
9880
9881 You should have received a copy of the GNU General Public License
352c8b4a 9882 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.