Some easy NEWS markup
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
60d47423
GM
12012-02-07 Glenn Morris <rgm@gnu.org>
2
3 * modes.texi (Defining Minor Modes):
4 Expand on args of defined minor modes.
5
0992bd9c
CY
62012-02-07 Chong Yidong <cyd@gnu.org>
7
8 * variables.texi (Creating Buffer-Local): Minor clarification
9 to buffer-local-variables doc (Bug#10715).
10
af008560
GM
112012-02-07 Glenn Morris <rgm@gnu.org>
12
e80e1825 13 * display.texi (ImageMagick Images): General update.
af008560
GM
14 Move most details of imagemagick-render-type to the variable's doc.
15
866c1d22
GM
162012-02-06 Glenn Morris <rgm@gnu.org>
17
f7c9199f 18 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
19 (Inheritance and Keymaps):
20 Mention make-composed-keymap and multiple inheritance.
f7c9199f 21
e7bc51d0
GM
22 * modes.texi (Running Hooks): Mention run-hook-wrapped.
23
866c1d22
GM
24 * control.texi (Handling Errors):
25 Mention condition-case-no-debug and with-demoted-errors.
26
03988c98
CY
272012-02-05 Chong Yidong <cyd@gnu.org>
28
29 * customize.texi (Common Keywords): Minor clarifications.
30 Document custom-unlispify-remove-prefixes.
31 (Variable Definitions): Backquotes in defcustom seem to work fine
32 now. Various other copyedits.
e1161b06
CY
33 (Simple Types): Copyedits. Document color selector.
34 (Composite Types): Copyedits.
35 (Splicing into Lists): Clarifications.
03988c98
CY
36
37 * eval.texi (Backquote): Move from macros.texi.
38
39 * macros.texi (Expansion): Minor clarification.
40 (Backquote): Move node to eval.texi.
41 (Defining Macros): Move an example from Backquote node.
42 (Argument Evaluation): No need to mention Pascal.
43 (Indenting Macros): Add xref to Defining Macros.
44
649f602c
GM
452012-02-05 Glenn Morris <rgm@gnu.org>
46
47 * debugging.texi (Error Debugging): Mention debug-on-event default.
48
34c99998
GM
492012-02-04 Glenn Morris <rgm@gnu.org>
50
8f05da42
GM
51 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
52
7aa5aad8
GM
53 * debugging.texi (Error Debugging): Mention debug-on-event.
54 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
55
c7291ad9
GM
56 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
57
34c99998
GM
58 * text.texi (Buffer Contents):
59 Update filter-buffer-substring description.
60
735cc5ca
CY
612012-02-04 Chong Yidong <cyd@gnu.org>
62
63 * functions.texi (What Is a Function): Add closures. Mention
64 "return value" terminology. Add xref for command-execute. Remove
65 unused "keystroke command" terminology.
66 (Lambda Expressions): Give a different example than in the
67 following subsection. Add xref to Anonymous Functions.
68 (Function Documentation): Remove gratuitous markup.
69 (Function Names): Move introductory text to `What Is a Function'.
70 (Defining Functions): Fix defun argument spec.
71 (Anonymous Functions): Document lambda macro explicitly. Mention
72 effects on lexical binding.
73 (Function Cells): Downplay direct usage of fset.
74 (Closures): New node.
75 (Inline Functions): Remove "open-code" terminology.
76 (Declaring Functions): Minor tweak; .m is not C code.
77
78 * variables.texi (Variables): Don't refer to "global value".
79 (Local Variables, Void Variables): Copyedits.
80 (Lexical Binding): Minor clarification of example.
81 (File Local Variables): Mention :safe and :risky defcustom args.
82 (Lexical Binding): Add xref to Closures node.
83
94bc7984
GM
842012-02-04 Glenn Morris <rgm@gnu.org>
85
86 * minibuf.texi (High-Level Completion): Updates for read-color.
87
4f5a10ef
GM
882012-02-03 Glenn Morris <rgm@gnu.org>
89
eea14f31
GM
90 * display.texi (GIF Images): Mention animation.
91 Remove commented-out old example of animation.
92 (Animated Images): New subsection.
93 * elisp.texi (Top):
94 * vol1.texi (Top):
95 * vol2.texi (Top): Add Animated Images menu entry.
96
4f5a10ef
GM
97 * display.texi (Image Formats): Remove oddly specific information
98 on versions of image libraries.
204e728d 99 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 100
12f381b7
GM
1012012-02-02 Glenn Morris <rgm@gnu.org>
102
1b9f60cc
GM
103 * processes.texi (Synchronous Processes):
104 Mention call-process's :file gets overwritten.
105
7e2734bc
GM
106 * commands.texi (Reading One Event):
107 * help.texi (Help Functions): Document read-char-choice.
108
f58b9822
GM
109 * hooks.texi (Standard Hooks):
110 * modes.texi (Keymaps and Minor Modes):
111 * text.texi (Commands for Insertion): Document post-self-insert-hook.
112
113 * hooks.texi (Standard Hooks): Add prog-mode-hook.
114
12f381b7
GM
115 * hooks.texi (Standard Hooks):
116 * modes.texi (Major Mode Conventions, Mode Hooks):
117 Document change-major-mode-after-body-hook.
118
7a9a2fc6
GM
1192012-02-01 Glenn Morris <rgm@gnu.org>
120
121 * modes.texi (Defining Minor Modes):
122 Mention disabling global minor modes on a per-major-mode basis.
123
a037c171
CY
1242012-01-31 Chong Yidong <cyd@gnu.org>
125
126 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
127 (Parser State): Remove unnecessary statement (Bug#10661).
128
129 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
130
56afad3a
GM
1312012-01-31 Glenn Morris <rgm@gnu.org>
132
133 * modes.texi (Defining Minor Modes):
134 Document define-minor-mode's new :variable keyword.
135
0f29fa41
CY
1362012-01-29 Chong Yidong <cyd@gnu.org>
137
837a390a
CY
138 * syntax.texi (Syntax Class Table): Tweak description of newline
139 char syntax (Bug#9619).
140
0f29fa41
CY
141 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
142 description (Bug#10189).
143
182148ee
GM
1442012-01-29 Glenn Morris <rgm@gnu.org>
145
a49ca6b9
GM
146 * files.texi (Changing Files): Document SELinux support.
147
182148ee
GM
148 * windows.texi (Window Sizes): Fix typo.
149
9962192e
CY
1502012-01-28 Chong Yidong <cyd@gnu.org>
151
8c6e1920
CY
152 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
153 doc (Bug#8568).
154
9583ec59
CY
155 * frames.texi (Input Focus): Add NORECORD arg to
156 select-frame-set-input-focus. Clarify its role in select-frame.
157
10256988
CY
158 * text.texi (Transposition): We don't use transpose-region as an
159 internal subroutine (Bug#3249).
160
9962192e
CY
161 * modes.texi (Example Major Modes): Update Lisp example code to
162 current sources. Delete the old non-derived-major-mode example,
163 which has diverged badly from current sources.
164
2aa43abb
GM
1652012-01-27 Glenn Morris <rgm@gnu.org>
166
167 * makefile.w32-in (texinputdir): Fix (presumed) typo.
168 (VERSION, manual): Remove, unused.
169
9f40220d
CY
1702012-01-27 Chong Yidong <cyd@gnu.org>
171
172 * commands.texi (Command Overview): Minor clarification (Bug#10384).
173
acc28cb9
CY
1742012-01-26 Chong Yidong <cyd@gnu.org>
175
176 * searching.texi (String Search): Document negative repeat count
177 (Bug#10507).
178
48da7392
GM
1792012-01-26 Glenn Morris <rgm@gnu.org>
180
181 * variables.texi (Using Lexical Binding):
182 Mention that lexical-binding should be set in the first line.
183
69b0acb9
LI
1842012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
185
186 * macros.texi (Defining Macros): Don't claim that `declare' only
187 affects Edebug and indentation.
188
543757a8
LI
1892012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
190
191 * macros.texi (Defining Macros): Slight `declare' fixup.
192
450e3cae
GM
1932012-01-25 Glenn Morris <rgm@gnu.org>
194
24189ce0 195 * makefile.w32-in (texinputdir):
450e3cae
GM
196 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
197
1021c761
CY
1982012-01-24 Chong Yidong <cyd@gnu.org>
199
200 * variables.texi (Variables, Local Variables, Void Variables):
201 Edit to make the descriptions less specific to dynamic binding.
202 (Local Variables): Default max-specpdl-size is now 1300.
203 (Defining Variables): Edits for lexical scoping. Delete
204 information about starting docstrings with *. De-document
205 user-variable-p.
206 (Tips for Defining): Remove an unimportant discussion of quitting
207 in the middle of a load.
208 (Accessing Variables, Setting Variables): Discuss lexical binding.
209 (Variable Scoping): Rewrite.
210 (Scope, Extent, Impl of Scope): Nodes deleted.
211 (Dynamic Binding): New node, with material from Scope, Extent, and
212 Impl of Scope nodes.
213 (Dynamic Binding Tips): Rename from Using Scoping.
214 (Lexical Binding): Rewrite.
215 (Using Lexical Binding): Rename from Converting to Lexical
216 Binding. Convert to subsection.
217
218 * customize.texi (Variable Definitions): Add custom-variable-p.
219 Move user-variable-p documentation here.
220
31cbea1d
CY
2212012-01-23 Chong Yidong <cyd@gnu.org>
222
223 * strings.texi (Text Comparison): Minor qualification.
224
225 * lists.texi (Cons Cells): Copyedits.
226 (List Elements): Mention push.
227 (List Variables): Mention pop.
228 (Rings): Move to sequences.texi.
229
230 * sequences.texi (Sequence Functions): Don't repeat the
231 introduction already given in the parent.
232 (Vectors): Copyedits.
233 (Rings): Move from lists.texi. Note that this is specific to the
234 ring package.
235
236 * symbols.texi (Definitions, Symbol Components): Mention variable
237 scoping issues.
238 (Plists and Alists): Copyedits.
239
240 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
241 correctness with lexical scoping.
242 (Eval): Copyedits.
243
fead402d
CY
2442012-01-21 Chong Yidong <cyd@gnu.org>
245
246 * intro.texi (A Sample Function Description): Special notation
247 used for macros too.
248
249 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
250 (Symbol Type): Add xref for keyword symbols.
251 (Sequence Type): Clarify differences between sequence types.
252 (Cons Cell Type): Add "linked list" index entry.
253 (Non-ASCII in Strings): Copyedits.
254 (Equality Predicates): Symbols with same name need not be eq.
255
256 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
257 ldexp. Move float-e and float-pi to Math Functions node.
258
61086eb6
GM
2592012-01-21 Glenn Morris <rgm@gnu.org>
260
261 * modes.texi (Auto Major Mode):
262 * variables.texi (File Local Variables):
263 Mention inhibit-local-variables-regexps.
264
34a02f46
MR
2652012-01-19 Martin Rudalics <rudalics@gmx.at>
266
267 * windows.texi (Window Configurations): Rewrite references to
268 persistent window parameters.
269 (Window Parameters): Fix description of persistent window
270 parameters.
271
f5064cae
JB
2722012-01-16 Juanma Barranquero <lekktu@gmail.com>
273
274 * windows.texi (Window Parameters): Use @pxref.
275
6a6ee00d
MR
2762012-01-16 Martin Rudalics <rudalics@gmx.at>
277
278 * windows.texi (Window Configurations, Window Parameters):
279 Describe persistent window parameters.
280
9ca4c014
SM
2812011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * variables.texi (Creating Buffer-Local): Warn against misuses of
284 make-variable-buffer-local (bug#10258).
285
d027f83d
LMI
2862012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
287
288 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
289
89bd9ccd
CY
2902012-01-06 Chong Yidong <cyd@gnu.org>
291
292 * variables.texi (Directory Local Variables): Document
293 hack-dir-local-variables-non-file-buffer.
294
c869783d
GM
2952012-01-06 Glenn Morris <rgm@gnu.org>
296
297 * maps.texi (Standard Keymaps): Refer to Info-edit by name
298 rather than by keybinding.
299
2cae5ba4
JB
3002011-12-29 Juanma Barranquero <lekktu@gmail.com>
301
302 * frames.texi (Font and Color Parameters): Add @pxref.
303
43da4d08
DC
3042011-12-29 Daniel Colascione <dan.colascione@gmail.com>
305
306 * frames.texi (Font and Color Parameters):
307 Document w32 font backends (bug#10399).
308
8d80ef01
PE
3092011-12-28 Paul Eggert <eggert@cs.ucla.edu>
310
311 * files.texi (File Attributes, Changing Files):
312 Use a more-natural notation for octal numbers.
313
9022ae07
JB
3142011-12-23 Juanma Barranquero <lekktu@gmail.com>
315
316 * variables.texi (Variables with Restricted Values):
317 Change reference to variable (bug#10354).
318
454592a6
MR
3192011-12-13 Martin Rudalics <rudalics@gmx.at>
320
321 * windows.texi (Splitting Windows): Use t instead of non-nil
322 when describing window-combination-resize.
323
a7cdbfce
SM
3242011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * text.texi (Special Properties): Warn against `intangible' properties
327 (bug#10222).
328
a3dcc84e
EZ
3292011-11-26 Eli Zaretskii <eliz@gnu.org>
330
579ebf8f
EZ
331 * display.texi (Truncation):
332 * text.texi (Special Properties): Describe what a stretch-glyph is
333 instead of using that term without explanation. Make the
334 cross-references more accurate.
335
a3dcc84e
EZ
336 * display.texi (Usual Display): Update the description,
337 cross-references, and indexing related to display of control
338 characters and raw bytes.
339
94af99a4
MR
3402011-11-25 Martin Rudalics <rudalics@gmx.at>
341
342 * windows.texi (Splitting Windows): Fix description of
343 window-combination-limit. Suggested by Eli Zaretskii.
344
1c3d7a13
CY
3452011-11-23 Chong Yidong <cyd@gnu.org>
346
347 * windows.texi (Window Sizes): Move window-top-line,
348 window-left-column, and window-*-pixel-edges to Coordinates and
349 Windows node.
350 (Coordinates and Windows): Restore window-edges doc.
351
90151a1e
MR
3522011-11-21 Martin Rudalics <rudalics@gmx.at>
353
a7cdbfce
SM
354 * windows.texi (Windows and Frames, Splitting Windows):
355 Fix typos.
90151a1e 356
a9b9b7f5
CY
3572011-11-21 Chong Yidong <cyd@gnu.org>
358
359 * windows.texi (Splitting Windows): Fix error in documentation of
360 window-combination-limit.
361 (Cyclic Window Ordering): Minor fixes to next-window,
362 one-window-p, and get-lru-window docs. Don't document
363 window-list-1.
364 (Buffers and Windows): Copyedits.
365 (Choosing Window): Document special handling of special-display-*.
366 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
367 Don't document even-window-heights, which is going away.
368 Clarify which options are obeyed by which action functions.
a9b9b7f5 369
f4e90db0
SM
3702011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
371
372 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
373
d2999b1a
MR
3742011-11-20 Martin Rudalics <rudalics@gmx.at>
375
f4e90db0
SM
376 * windows.texi (Resizing Windows, Splitting Windows):
377 Remove term "status" when talking about combination limits.
d2999b1a 378
cd1181db
JB
3792011-11-20 Juanma Barranquero <lekktu@gmail.com>
380
381 * compile.texi (Compiler Errors):
382 * help.texi (Help Functions): Fix typos.
383
7bf54975
CY
3842011-11-19 Chong Yidong <cyd@gnu.org>
385
386 * windows.texi (Splitting Windows): Clarify role of window
387 parameters in split-window. Shorten the example.
f4e90db0
SM
388 (Deleting Windows): Rewrite intro to handle internal windows.
389 Fix delete-windows-on doc.
7bf54975
CY
390 (Selecting Windows): Copyedits.
391
a0c2d0ae
MR
3922011-11-17 Martin Rudalics <rudalics@gmx.at>
393
394 * windows.texi (Resizing Windows, Splitting Windows)
395 (Deleting Windows): Use term window-combination-resize instead
396 of window-splits.
397
b6f67890
MR
3982011-11-16 Martin Rudalics <rudalics@gmx.at>
399
f4e90db0
SM
400 * windows.texi (Resizing Windows, Splitting Windows):
401 Rename occurrences of window-nest to window-combination-limit.
b6f67890 402
0b381c7e
JB
4032011-11-14 Juanma Barranquero <lekktu@gmail.com>
404
405 * intro.texi (Lisp History): Fix typo.
406
89d61221
MR
4072011-11-12 Martin Rudalics <rudalics@gmx.at>
408
f4e90db0
SM
409 * windows.texi (Splitting Windows, Deleting Windows):
410 Remove references to splits status of windows.
89d61221 411
b2621720
GM
4122011-11-10 Glenn Morris <rgm@gnu.org>
413
414 * buffers.texi (Read Only Buffers): Expand a bit on why
415 toggle-read-only should only be used interactively. (Bug#7292)
416
d2ad7ee1
CY
4172011-11-09 Chong Yidong <cyd@gnu.org>
418
419 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 420 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
421 window-inside-absolute-pixel-edges.
422 (Resizing Windows): shrink-window-if-larger-than-buffer works on
423 non-full-width windows.
424
2cffd681
MR
4252011-11-09 Martin Rudalics <rudalics@gmx.at>
426
427 * windows.texi (Resizing Windows): Rewrite documentation of
428 window-resizable.
429
f6f6d7e7
CY
4302011-11-09 Chong Yidong <cyd@gnu.org>
431
432 * windows.texi (Splitting Windows): Simplify example.
433
a79db6e0
CY
4342011-11-08 Chong Yidong <cyd@gnu.org>
435
436 * windows.texi (Window Sizes): Copyedits. Document
437 window-text-height. Remove window-min-height and window-min-width
438 discussion, referring instead to Emacs manual.
439 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
440 (Resizing Windows): Simplify introduction. Don't document
441 enlarge-window, shrink-window, enlarge-window-horizontally, and
442 shrink-window-horizontally; they are no longer preferred for
443 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 444
441950c7
GM
4452011-11-07 Glenn Morris <rgm@gnu.org>
446
447 * windows.texi (Choosing Window): Fix keybinding typo.
448
be7f5545
MR
4492011-11-07 Martin Rudalics <rudalics@gmx.at>
450
451 * windows.texi (Resizing Windows, Splitting Windows)
452 (Window Configurations): Use "child window" instead of
453 "subwindow".
454
291d142b
CY
4552011-11-06 Chong Yidong <cyd@gnu.org>
456
457 * windows.texi (Basic Windows): Clarify various definitions.
458 Treat window-normalize-* as internal; don't document them.
459 (Windows and Frames): Various clarifications, e.g. non-live
460 windows also belong to frames. Fix window-list description.
461 Simplify window nesting example.
f4e90db0
SM
462 (Splitting Windows, Window Configurations):
463 Use split-window-below.
291d142b 464
89bd5ee1
EZ
4652011-11-04 Eli Zaretskii <eliz@gnu.org>
466
467 * windows.texi (Window Sizes): Mention in the doc string that the
468 return values of `window-body-height' and `window-body-width' are
469 in frame's canonical units. (Bug#9949)
470
3d8daefe
MR
4712011-10-30 Martin Rudalics <rudalics@gmx.at>
472
473 * windows.texi (Windows and Frames): Remove "iso-" infix from
474 documentation of window-iso-combined-p.
475
60754666
CY
4762011-10-26 Chong Yidong <cyd@gnu.org>
477
478 * modes.texi (Running Hooks): Document with-wrapper-hook.
479
d366bd53
CY
4802011-10-18 Chong Yidong <cyd@gnu.org>
481
482 * display.texi (Glyphless Chars): New node.
483
50b063c3
CY
4842011-10-13 Chong Yidong <cyd@stupidchicken.com>
485
486 * text.texi (Yanking): Document yank-excluded-properties.
487
488 * package.texi (Packaging Basics): The commentary should say how
489 to begin using the package.
490
c72063fa
MR
4912011-10-11 Martin Rudalics <rudalics@gmx.at>
492
493 * windows.texi (Deleting Windows): Mention which window gets
494 selected when deleting the selected window.
495
d83dc65b
MR
4962011-10-09 Martin Rudalics <rudalics@gmx.at>
497
498 * buffers.texi (The Buffer List): Describe how bury-buffer deals
499 with the selected window.
500 * windows.texi (Buffers and Windows): Reformulate text on how
501 replace-buffer-in-windows deals with a window.
502 (Quitting Windows): Describe how quit-window deals with a
503 standalone frame. Describe new option frame-auto-hide-function.
504
c599682c
GM
5052011-10-08 Glenn Morris <rgm@gnu.org>
506
48bca619
GM
507 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
508
c599682c
GM
509 * positions.texi (Excursions): Update warning message.
510
969aa734
CY
5112011-10-05 Chong Yidong <cyd@stupidchicken.com>
512
f4e90db0
SM
513 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
514 Fix Emacs manual xref (Bug#9675).
969aa734 515
550f41cd
CY
5162011-10-01 Chong Yidong <cyd@stupidchicken.com>
517
518 * windows.texi (Textual Scrolling): Document scroll-up-command,
519 scroll-down-command, scroll-error-top-bottom, and the
520 scroll-command symbol property.
717a1362
CY
521 (Display Action Functions): Fix description of
522 display-buffer-pop-up-window.
550f41cd 523
a239d4e9
JB
5242011-09-28 Juanma Barranquero <lekktu@gmail.com>
525
526 * windows.texi (Splitting Windows): Fix typos.
527
590c056d
MR
5282011-09-25 Martin Rudalics <rudalics@gmx.at>
529
530 * windows.texi (Windows and Frames, Display Action Functions)
531 (Switching Buffers): Fix some typos.
532 (Buffers and Windows): Remove reference to window-auto-delete.
533 Reword description of replace-buffer-in-windows.
534 (Window History): Fix some typos and refer to frame local buffer
535 list.
c419f5cb
MR
536 (Quitting Windows): New node.
537 (Window Configurations): Add descriptions of window-state-get
538 and window-state-put.
539 (Window Parameters): Describe variable ignore-window-parameters.
540 Sketch some window parameters currently in use.
541 * elisp.texi (Top): Update node listing.
590c056d 542
9ec20d36
CY
5432011-09-25 Chong Yidong <cyd@stupidchicken.com>
544
545 * windows.texi (Display Action Functions)
546 (Choosing Window Options): New nodes.
547
0e406a72
CY
5482011-09-24 Chong Yidong <cyd@stupidchicken.com>
549
550 * windows.texi (Window History): New node. Move text here from
551 Buffers and Windows.
552 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
553 don't document display-buffer here; callers changed.
554 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
555 switch-to-buffer-other-frame. Delete duplicate
556 replace-buffer-in-windows doc.
557 (Choosing Window): Document display actions.
558
6bf7006f
EZ
5592011-09-24 Eli Zaretskii <eliz@gnu.org>
560
561 * display.texi (Forcing Redisplay): Update the description of
562 redisplay-dont-pause due to change in the default value.
563
b33b68a3
MR
5642011-09-23 Martin Rudalics <rudalics@gmx.at>
565
566 * frames.texi (Frames and Windows): Move section and rename to
567 Windows and Frames in windows.texi.
568 * windows.texi (Windows): Restructure.
569 (Basic Windows): Rewrite. Explain live and internal windows and
570 normalization functions.
571 (Windows and Frames): Move section here from frames.texi.
572 Describe subwindows, window combinations, window tree, and
573 corresponding functions including window-list here.
574 (Window Sizes): Rename section from Size of Window and move it
575 up in chapter. Describe total and body sizes and the
576 corresponding functions. Explain new semantics of
577 window-min-height/-width.
578 (Resizing Windows): Move section up in chapter. Describe new
579 resize functions.
580 (Splitting Windows): Describe new behavior of split-window,
581 split-window-above-each-other and split-window-side-by-side.
582 Provide examples. Describe window-nest and window-splits
583 options.
584 (Deleting Windows): Minor rewrite.
f4e90db0
SM
585 (Selecting Windows): Minor rewrite.
586 Describe frame-selected-window and set-frame-selected-window here.
587 (Cyclic Window Ordering): Minor rewrite.
588 Describe window-list-1.
b33b68a3
MR
589 (Buffers and Windows): Rewrite. Explain a window's previous and
590 next buffers and the corresponding functions.
c4682d18 591 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
592 * elisp.texi (Top): Update node listings for frames and windows
593 sections.
594
4d3786ac
SM
5952011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
596
597 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
598
713df35b
LMI
5992011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
600
601 * errors.texi (Standard Errors): Remove apparent placeholder text
602 (bug#9491).
603
33ed493b
CY
6042011-09-18 Chong Yidong <cyd@stupidchicken.com>
605
606 * frames.texi (Management Parameters): Fix description of
607 icon-type parameter.
608
b8f0a954
CY
6092011-09-17 Chong Yidong <cyd@stupidchicken.com>
610
611 * tips.texi (Key Binding Conventions): Don't bind a key sequence
612 ending in C-g. Suggested by Edward O'Connor.
613
eddf142c
EZ
6142011-09-17 Eli Zaretskii <eliz@gnu.org>
615
616 * numbers.texi (Integer Basics): Add indexing for
617 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
618
bf1af6c7
DM
6192011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
620
621 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
622
cec2eab8
JB
6232011-09-11 Juanma Barranquero <lekktu@gmail.com>
624
625 * processes.texi (Network Servers): Clarify what the process
626 buffer is used for (bug#9233).
627
51751aa2 6282011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
629
630 * lists.texi (Building Lists): Fix typo.
631
35137ed3
CY
6322011-08-30 Chong Yidong <cyd@stupidchicken.com>
633
634 * display.texi (Basic Faces): New node. Document new faces.
635
636 * modes.texi (Major Mode Conventions): Move some text there.
637 (Mode Help): Remove major-mode var, duplicated in Major Modes.
638
3fd50d5c
CY
6392011-08-29 Chong Yidong <cyd@stupidchicken.com>
640
641 * modes.texi (Basic Major Modes): New node. Callers updated.
642 (Major Modes): Document fundamental-mode and major-mode.
643 (Major Mode Basics): Node deleted; text moved to Major Modes.
644 (Derived Modes): Document derived-mode-p.
645
ddb54206
CY
6462011-08-28 Chong Yidong <cyd@stupidchicken.com>
647
a6326082
CY
648 * files.texi (Changing Files, Create/Delete Dirs): Document new
649 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
650 (Visiting Functions): Remove view-file; it is documented in the
651 Emacs manual.
04e2ce72 652
ddb54206
CY
653 * frames.texi (Layout Parameters): The defaults for the
654 menu-bar-lines and tool-bar-lines parameters depend on the mode.
655
656 * display.texi (Progress): Document spinner functionality.
657
658 * os.texi (Killing Emacs): Note that kill-emacs can be called by
659 operating system signals. Refer to save-buffers-kill-terminal
660 instead of save-buffers-kill-emacs.
661
662 * objects.texi (Symbol Type): Document ## print representation.
663
0c95fcf7
EZ
6642011-08-25 Eli Zaretskii <eliz@gnu.org>
665
666 * display.texi (Specified Space): Mention that `space' specs
667 influence bidi reordering.
668 (Bidirectional Display): Explain how to use `(space . PROPS)' for
669 separating fields with bidirectional content.
670
5980d4c6
EZ
6712011-08-24 Eli Zaretskii <eliz@gnu.org>
672
673 * display.texi (Bidirectional Display): Document return value in
674 buffers that are not bidi-reordered for display, and in unibyte
675 buffers.
676
bca633fb
EZ
6772011-08-23 Eli Zaretskii <eliz@gnu.org>
678
679 * nonascii.texi (Character Properties): Document the values for
680 unassigned codepoints.
681
c094bb0c
EZ
6822011-08-18 Eli Zaretskii <eliz@gnu.org>
683
684 * nonascii.texi (Character Properties): Document use of
685 `bidi-class' and `mirroring' properties as part of reordering.
686 Provide cross-references to "Bidirectional Display".
687
688 * display.texi (Bidirectional Display): Document the pitfalls of
689 concatenating strings with bidirectional content, with possible
f4e90db0
SM
690 solutions. Document bidi-string-mark-left-to-right.
691 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
692 Document use of `bidi-class' and `mirroring' properties as part of
693 reordering.
c094bb0c 694
1ea897d5
EZ
6952011-08-16 Eli Zaretskii <eliz@gnu.org>
696
9adfcd0b
EZ
697 * modes.texi (Major Mode Conventions): Improve the documentation
698 of `mode-class' `special' modes.
699
10862873
EZ
700 * nonascii.texi (Character Properties): Document the `mirroring'
701 property. Add index entries.
702
1ea897d5
EZ
703 * syntax.texi (Categories): Add an example of defining a new
704 category and category table.
705
706 * searching.texi (Regexp Backslash): Document how to display
707 existing categories. Mention the possibility of adding
708 categories, and add an xref to where this is described. Add an
709 index entry.
710
ebb552ed
CY
7112011-08-09 Chong Yidong <cyd@stupidchicken.com>
712
713 * text.texi (Special Properties):
714 * display.texi (Overlay Properties): Note that mouse-face cannot
715 change the text size (Bug#8530).
716
51a714e1
CY
7172011-08-08 Chong Yidong <cyd@stupidchicken.com>
718
719 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
720 using setenv instead.
721
4cc60b9b
EZ
7222011-07-28 Eli Zaretskii <eliz@gnu.org>
723
724 * display.texi (Bidirectional Display): Document the fact that
725 bidi-display-reordering is t by default.
726
5deb92fd
EZ
7272011-07-23 Eli Zaretskii <eliz@gnu.org>
728
729 * display.texi (Bidirectional Display): New section.
730
011b0ad6 7312011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
732 Tim Cross <theophilusx@gmail.com> (tiny change)
733 Glenn Morris <rgm@gnu.org>
011b0ad6 734
67f9b9f8 735 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 736
4baf28e6
AS
7372011-07-15 Andreas Schwab <schwab@linux-m68k.org>
738
739 * help.texi (Keys in Documentation): Revert last change.
740
66249842
LMI
7412011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
742
f863868c
LMI
743 * help.texi (Keys in Documentation): Clarify that \= only quotes
744 the next character, and doesn't affect longer sequences in
745 particular (bug#8935).
746
f4e90db0
SM
747 * debugging.texi (Using Debugger):
748 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 749
0bb23927 7502011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
751
752 * display.texi (Other Display Specs): Document that `left-fringe'
753 and `right-fringe' display specifications are of the "replacing"
754 kind.
755
f2027cdf
LMI
7562011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
757
758 * help.texi (Documentation Basics): Add a link to the Function
759 Documentation node (bug#6580).
760
f987fde4
LMI
7612011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
762
0bc59b25
LMI
763 * keymaps.texi (Menu Bar): Mention :visible and :enable
764 (bug#6344). Text by Drew Adams.
765
63d55f1f
LMI
766 * modes.texi (Running Hooks): Mention buffer-local hook variables
767 (bug#6218).
768
f987fde4
LMI
769 * objects.texi (General Escape Syntax): "a with grave accent" is
770 ?xe0, not ?x8e0 (bug#5259).
771
b7527639
CY
7722011-07-12 Chong Yidong <cyd@stupidchicken.com>
773
774 * display.texi (Face Attributes, Font Selection): Add references
775 to the Fonts node in the Emacs manual (Bug#4178).
776
c830e5ae
CY
7772011-07-12 Chong Yidong <cyd@stupidchicken.com>
778
779 * display.texi (Window Systems): `window-system' is
780 terminal-local.
781
782 * frames.texi (Frame Parameters, Parameter Access): Don't mention
783 frame-local variables.
784
785 * variables.texi (Buffer-Local Variables): Don't mention obsolete
786 frame-local variables.
787 (Frame-Local Variables): Node deleted.
788
789 * elisp.texi (Top): Update node listing.
790
91223e54
LMI
7912011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
792
793 * elisp.texi: Change "inferiors" to "subnodes" in three places
794 (bug#3523).
795
963578d3
CY
7962011-07-11 Chong Yidong <cyd@stupidchicken.com>
797
798 * frames.texi (Window System Selections): Discussion of
799 x-select-enable-clipboard moved to Emacs manual.
800
07151e49
DD
8012011-07-11 Deniz Dogan <deniz@dogan.se>
802
803 * commands.texi (Prefix Command Arguments): Remove excessive
804 apostrophe.
805
7261e1cf
LMI
8062011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
807
ad21a12a
LMI
808 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
809 description is a string (bug#3313).
810
7261e1cf
LMI
811 * frames.texi (Display Feature Testing): Try to explain what all
812 the visual classes mean (bug#3042).
813
568f7b79
LMI
8142011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
815
18d59e29
LMI
816 * modes.texi (Mode Line Variables): Document `mode-line-remote'
817 and `mode-line-client' (bug#2974).
818
568f7b79
LMI
819 * text.texi (Insertion): Clarify marker movements (bug#1651).
820 Text from Drew Adams.
821
54e10184
LMI
8222011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
823
d94d85e9
LMI
824 * text.texi (Special Properties): Clarify the format of `face'
825 (bug#1375).
826
54e10184
LMI
827 * commands.texi (Interactive Call): Add a `call-interactively'
828 example (bug#1010).
829
413c488d
LMI
8302011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
831
832 * functions.texi (Calling Functions): Link to the "Interactive
833 Call" node (bug#1001).
834
322b7dab 8352011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 836
3deead93
CY
837 * customize.texi (Composite Types): Move alist and plist to here
838 from Simple Types (Bug#7545).
839
840 * elisp.texi (Top): Update menu description.
841
b00d8c1a
CY
842 * display.texi (Face Attributes): Document negative line widths
843 (Bug#6113).
844
d2a6c43b
TR
8452011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
846
847 * searching.texi (Match Data): Note that match data can be
848 overwritten by most functions (bug#2499).
849
c7844a27
LMI
8502011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
851
a9ab721e
LMI
852 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
853 flags mean (bug#6659).
854
c7844a27
LMI
855 * functions.texi (What Is a Function): Document the autoload
856 object (bug#6496).
857
f68d76d0
LMI
8582011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
859
8a20ca4c
LMI
860 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
861 is only used in the Customize user interface (bug#6089).
862
f68d76d0 863 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 864 images (bug#7836).
f68d76d0 865
7018dbe7
EZ
8662011-07-02 Eli Zaretskii <eliz@gnu.org>
867
868 * variables.texi (Defining Variables, Void Variables)
869 (Constant Variables): Fix incorrect usage of @kindex.
870
36cb87a1
LMI
8712011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
872
28ee97c7
LMI
873 * variables.texi (Defining Variables): Add an index entry for
874 `set-variable' (bug#7262).
8d4294e9 875 (Defining Variables): Use @findex for functions.
28ee97c7 876
8862ffd5
LMI
877 * frames.texi (Basic Parameters): Document the `explicit-name'
878 parameter (bug#6951).
879
0ec389b9
LMI
880 * customize.texi (Type Keywords): Clarify that :value provides a
881 default value for all types (bug#7386).
882
36cb87a1
LMI
883 * streams.texi (Output Functions): Document `pp'.
884
11fdef7d 8852011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
886
887 * keymaps.texi (Searching Keymaps):
888 * display.texi (Overlay Properties): Fix errors in 2011-05-29
889 change. Suggested by Johan Bockgård.
890
eeafcea7
CY
8912011-06-15 Chong Yidong <cyd@stupidchicken.com>
892
893 * text.texi (Special Properties): Clarify role of font-lock-face.
894
b96e6cde
LMI
8952011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
896
f4e90db0 897 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
898 to `process-live-p' for consistency with other `-live-p' functions.
899
be14b9ab
PE
9002011-06-03 Paul Eggert <eggert@cs.ucla.edu>
901
902 Document wide integers better.
903 * files.texi (File Attributes): Document ino_t values better.
2d365993 904 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
905 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
906 (Bitwise Operations):
001903b5
PE
907 * objects.texi (Integer Type): Use a binary notation that is a bit easier
908 to read, and that will port better if 62-bits becomes the default.
909 Fix or remove incorrect examples.
be14b9ab
PE
910 * os.texi (Time Conversion): Document time_t values better.
911
bcd54f83
LMI
9122011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
913
f4e90db0
SM
914 * processes.texi (Process Information):
915 Document `process-alive-p'.
bcd54f83 916
049bcbcb
CY
9172011-05-29 Chong Yidong <cyd@stupidchicken.com>
918
919 * help.texi (Accessing Documentation):
920 * display.texi (Pixel Specification):
921 * processes.texi (Serial Ports, Serial Ports):
922 * nonascii.texi (Character Properties, Default Coding Systems):
923 * text.texi (Changing Properties, Special Properties):
924 * windows.texi (Window Start and End):
925 * modes.texi (SMIE Indentation Example, SMIE Tricks):
926 * keymaps.texi (Searching Keymaps, Tool Bar):
927 * minibuf.texi (Basic Completion):
928 * compile.texi (Eval During Compile):
929 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
930 7x9 paper in printed manual.
931
932 * lists.texi (Sets And Lists): Fix misplaced text.
933
58539c63
CY
9342011-05-29 Chong Yidong <cyd@stupidchicken.com>
935
936 * keymaps.texi (Remapping Commands): Emphasize that the keymap
937 needs to be active (Bug#8350).
938
6b5681bf
CY
9392011-05-28 Chong Yidong <cyd@stupidchicken.com>
940
b4d52acc
CY
941 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
942
6b5681bf
CY
943 * tips.texi (Coding Conventions): Remove antediluvian filename
944 limit recommendation (Bug#8538).
945
e145f188
GM
9462011-05-27 Glenn Morris <rgm@gnu.org>
947
948 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
949
eafed945
GM
9502011-05-26 Glenn Morris <rgm@gnu.org>
951
952 * variables.texi (File Local Variables):
953 Update hack-local-variables `mode-only' return value.
2d3ba9e7 954 Add some more details on what this function does in the other case.
eafed945 955
bc8410af
GM
9562011-05-19 Glenn Morris <rgm@gnu.org>
957
958 * lists.texi (Sets And Lists): Mention cl provides union etc.
959
35a30759
N
9602011-05-19 Nix <nix@esperi.org.uk>
961
962 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
963
964 * text.texi (Parsing HTML): Update for function name changes.
965
966 * syntax.texi (Syntax Flags): Small fix.
967
968 * keymaps.texi (Active Keymaps): Typo fix.
969 (Changing Key Bindings): Grammar fix.
970
971 * frames.texi (Minibuffers and Frames): Grammar fix.
972 (Window System Selections): x-select-enable-clipboard now defaults to t.
973
974 * customize.texi (Common Keywords):
975 * display.texi (Abstract Display):
976 * modes.texi (Auto-Indentation):
977 * nonascii.texi (Converting Representations): Typo fixes.
978
979 * control.texi (Examples of Catch): Call it "goto" not "go to".
980
e3934a8a
EZ
9812011-05-14 Eli Zaretskii <eliz@gnu.org>
982
bc039a3b
EZ
983 * nonascii.texi (Character Properties): Fix inconsistencies with
984 implementation.
985
e3934a8a
EZ
986 * text.texi (Special Properties): Move @defvar's out of the
987 @table. (Bug#8652)
988
e2c94218
GM
9892011-05-12 Glenn Morris <rgm@gnu.org>
990
991 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
992
d2fc7e3d 9932011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
994
995 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
996 (Multiline Font Lock):
997 * vol2.texi (Top):
998 * vol1.texi (Top):
999 * elisp.texi (Top): Update menu accordingly.
1000
d2fc7e3d 10012011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1002
1003 * modes.texi (Region to Fontify): Fix typo.
1004
79b70037
GM
10052011-05-10 Jim Meyering <meyering@redhat.com>
1006
1007 * minibuf.texi: Fix typo "in in -> in".
1008
b08a63cc 10092011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1010
1011 * numbers.texi (Integer Basics): Large integers are treated as floats.
1012
1ef14cb4
LMI
10132011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1014
1015 * processes.texi (Synchronous Processes): Document the (:file
1016 "/file-name") syntax for `call-process'.
1017
4ffd0d6b 10182011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1019
1020 * windows.texi (Choosing Window): Fix typo.
1021
4ffd0d6b 10222011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1023
1024 * frames.texi (Layout Parameters): Note the difference between
1025 querying and setting parameters for left-fringe and right-fringe
1026 (Bug#6930).
1027
fd5a8ae8
SM
10282011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1029
1030 * minibuf.texi (Basic Completion): Be a bit more precise about the
1031 valid kinds of completion tables.
1032 (Programmed Completion): Remove obsolete text about lambda expressions
1033 not being valid completion tables.
1034
c1bcd0d5
CY
10352011-03-19 Chong Yidong <cyd@stupidchicken.com>
1036
1037 * positions.texi (Excursions): Explain the "save-excursion
1038 defeated by set-buffer" warning.
1039
1040 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1041 save-excursion. Suggested by Uday S Reddy.
1042
03408648 10432011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1044
03408648
SM
1045 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1046 (Lexical Binding): New sub-section.
ba83908c 1047
03408648
SM
1048 * eval.texi (Eval): Discourage the use of `eval'.
1049 Document its new `lexical' argument.
6c075cd7 1050
f6d62986
SM
10512011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1052
03408648 1053 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1054 nil any more.
1055
84ea5558 10562011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1057
1058 * strings.texi (String Conversion): Don't mention
1059 string-make-(uni|multi)byte (bug#8262).
1060 * nonascii.texi (Converting Representations): Fix up range.
1061 * keymaps.texi (Key Binding Commands): Update code point, avoid
1062 "unibyte character" and remove mention of unibyte bindings.
1063
62d94509
EZ
10642011-03-10 Eli Zaretskii <eliz@gnu.org>
1065
1066 * modes.texi (Operator Precedence Grammars): Don't use characters
1067 outside ISO-8859-1.
1068
63a329f8
EZ
10692011-03-09 Eli Zaretskii <eliz@gnu.org>
1070
1071 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1072
1073 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1074
6446548e
GM
10752011-03-08 Glenn Morris <rgm@gnu.org>
1076
1077 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1078 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1079 * elisp.texi: Set documentencoding.
6446548e 1080
33383987
JB
10812011-03-07 Chong Yidong <cyd@stupidchicken.com>
1082
1083 * Version 23.3 released.
1084
0b3ceceb
CY
10852011-03-06 Chong Yidong <cyd@stupidchicken.com>
1086
1087 * package.texi: Update index keywords.
1088 (Package Archives): New node contents. Document package-x.el.
1089
78f5433f
JB
10902011-03-06 Juanma Barranquero <lekktu@gmail.com>
1091
1092 * makefile.w32-in (srcs): Add package.texi.
1093
555e9b5c
CY
10942011-03-06 Chong Yidong <cyd@stupidchicken.com>
1095
120d9389
CY
1096 * package.texi (Packaging, Packaging Basics, Simple Packages)
1097 (Multi-file Packages): Expand and clarify.
1098 (Package Archives): Temporary placeholder node.
1099
1100 * elisp.texi (Top): Update node listing.
1101
555e9b5c
CY
1102 * Makefile.in (srcs): Add package.texi.
1103
b59a4335
CY
11042011-03-05 Chong Yidong <cyd@stupidchicken.com>
1105
1106 * processes.texi (Synchronous Processes): Minor clarification
1107 (Bug#8149).
1108
06083aa1
GM
11092011-03-03 Glenn Morris <rgm@gnu.org>
1110
1111 * files.texi (Truenames): Minor clarification. (Bug#2341)
1112
6640b281
GM
11132011-03-01 Glenn Morris <rgm@gnu.org>
1114
1115 * variables.texi (Directory Local Variables):
1116 Mention `(subdirs . nil)' alist element.
1117
2b0c7330 11182011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1119
1120 * variables.texi (Directory Local Variables): Mention the optional
1121 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1122
b923f7a9
CY
11232011-02-27 Chong Yidong <cyd@stupidchicken.com>
1124
1125 * minibuf.texi (Minibuffer History): Clarify discussion of
1126 minibuffer history lists (Bug#8085).
1127
67ab0163 11282011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1129
e979a521
EZ
1130 * elisp.texi: Sync @dircategory with ../../info/dir.
1131
e03b2fd4
EZ
1132 * files.texi (Visiting Functions): Document find-file-literally,
1133 both the command and the variable.
1134
86ec878a
EZ
1135 * variables.texi (Creating Buffer-Local): Explain the meaning of
1136 permanent local variables.
1137
67ab0163
GM
1138 * files.texi (Visiting Functions): Document find-file-literally,
1139 both the command and the variable.
1140
1141 * variables.texi (Creating Buffer-Local): Explain the meaning of
1142 permanent local variables.
1143
11442011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1145
1146 * keymaps.texi (Remapping Commands): Mention how to undo it.
1147
bfcb151a
RT
11482011-02-09 Reuben Thomas <rrt@sc3d.org>
1149
1150 * loading.texi (Hooks for Loading): Remove unnecessary advice
1151 about eval-after-load (Bug#7986).
1152
a41c8660
CY
11532011-02-05 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * commands.texi (Accessing Mouse): Note that a header line is not
1156 included in the row of posn-col-row.
1157
e0dd6837
CY
11582011-02-02 Chong Yidong <cyd@stupidchicken.com>
1159
1160 * modes.texi (Major Mode Conventions): Add face guidelines.
1161 (Faces for Font Lock): List faces in order of prominence.
1162
a4180391
PE
11632011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1164
1165 format-time-string now supports subsecond time stamp resolution
1166 * os.texi (Time Parsing): Document %N.
1167
7427eb97
CY
11682011-01-28 Chong Yidong <cyd@stupidchicken.com>
1169
61db307f
CY
1170 * vol1.texi (Top):
1171 * vol2.texi (Top):
1172 * elisp.texi (Top):
1173 * display.texi (Display Property): Shorten the menu description of
1174 the "Other Display Specs" node (Bug#7816).
1175
7427eb97
CY
1176 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1177 menu item" concept index entries (Bug#7805).
1178
bf3dae7e
EZ
11792011-01-29 Eli Zaretskii <eliz@gnu.org>
1180
1181 * makefile.w32-in (texinfodir): New variable.
1182 (usermanualdir): Remove as redundant with $(emacsdir).
1183 (MAKEINFO): Remove options, leave only program name.
1184 (MAKEINFO_OPTS): New variable.
1185 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1186
06d8ace5 11872011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1188 Richard Kim <emacs18@gmail.com>
1189
1190 * loading.texi (Library Search): Document list-load-path-shadows
1191 (Bug#7757).
1192
06d8ace5 11932011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1194
1195 * searching.texi (Regexp Special): Remove outdated discussion of
1196 character sets (Bug#7780).
1197
28a88153
CY
1198 * frames.texi (Pop-Up Menus): Document where menu title comes
1199 from (Bug#7684).
1200
06d8ace5 12012011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1202
1203 * display.texi (Making Buttons): Mention limitation of text buttons.
1204
a8e1e9ee
WL
12052011-01-23 Werner Lemberg <wl@gnu.org>
1206
1207 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1208 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1209 (ENVADD): New variable to control texi2dvi and texi2pdf.
1210
362b9d48
GM
12112011-01-15 Chong Yidong <cyd@stupidchicken.com>
1212
1213 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1214 Emacs manual.
1215
12162011-01-15 Eli Zaretskii <eliz@gnu.org>
1217
1218 * files.texi (Directory Names): Explain why FROM in
1219 directory-abbrev-alist should begin with \`. (Bug#7777)
1220
3fa173b4
SM
12212011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1222
1223 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1224
7c420169 12252011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1226
1227 * modes.texi (Emulating Mode Line): Fix last change.
1228
7c420169 12292011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1230
1231 * modes.texi (Emulating Mode Line): Update documentation of
1232 format-mode-line according to changes that fixed bug #7587.
1233
80b33766
SM
12342010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * modes.texi (Derived Modes): Mention prog-mode.
1237
1238 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1239 of the key-binding-data cache since we don't use it any more.
1240
f49d1f52 12412010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1242
4bb49a92
EZ
1243 * processes.texi (Shell Arguments):
1244 * strings.texi (Creating Strings): Don't mention "shell commands";
1245 make it explicit that `split-string-and-unquote' and
1246 `combine-and-quote-strings' are mainly for working with arguments
1247 to call-process and start-process.
1248
3c73e30e
EZ
1249 * processes.texi (Shell Arguments): Fix documentation of
1250 `split-string-and-unquote'. Add indexing. (Bug#7563)
1251
f49d1f52 12522010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1253
1254 * modes.texi (Auto-Indentation): New section to document SMIE.
1255 (Major Mode Conventions):
1256 * text.texi (Mode-Specific Indent): Refer to it.
1257
f49d1f52 12582010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1259
1260 * display.texi (Other Display Specs): Document left-fringe and
1261 right-fringe display specs.
1262
f49d1f52 12632010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1264
1265 * backups.texi (Making Backups):
1266 * modes.texi (Example Major Modes): Use recommended coding style.
1267 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1268 define-derived-mode. Mention completion-at-point-functions.
1269
f49d1f52 12702010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1271
5dcb4c4e
SM
1272 * nonascii.texi (Converting Representations):
1273 Document byte-to-string.
e1115396 1274
ec1b9b17
GM
12752010-12-08 Glenn Morris <rgm@gnu.org>
1276
1277 * buffers.texi (Modification Time):
1278 verify-visited-file-modtime now defaults to the current buffer.
1279
07976ae3 12802010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1281
ec1b9b17 1282 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1283
1284 * strings.texi (Creating Strings): Don't mention semi-obsolete
1285 function char-to-string.
1286 (String Conversion): Shorten discussion of semi-obsolete function
1287 string-to-char. Link to Converting Representations.
1288
1289 * objects.texi (Symbol Type):
1290 * text.texi (Near Point):
1291 * help.texi (Help Functions):
1292 * functions.texi (Mapping Functions): Use string instead of
1293 char-to-string in examples.
1294
07976ae3 12952010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1296
1297 * text.texi (Kill Functions, Kill Functions)
1298 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1299 YANK-HANDLER args.
1300
1301 * symbols.texi (Creating Symbols): Using unintern without an
1302 obarray arg is now obsolete.
1303
1304 * numbers.texi (Float Basics): Document float-e and float-pi.
1305
1306 * variables.texi (Defining Variables): Change "pi" example to
1307 "float-pi".
1308
8547874a
EZ
13092010-11-26 Eli Zaretskii <eliz@gnu.org>
1310
1311 * commands.texi (Click Events): Document the values of X, Y and
1312 COL, ROW in the event's position, when the click is on the header
1313 or mode line, on the fringes, or in the margins.
1314
4a47c275 13152010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1316
5b05d75b
EZ
1317 * customize.texi (Composite Types): Lower-case index entry.
1318
5dcb4c4e
SM
1319 * loading.texi (How Programs Do Loading):
1320 Document load-file-name. (Bug#7346)
c7926fe2 1321
4a47c275 13222010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1323
1324 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1325
0eb025fb
EZ
13262010-11-13 Eli Zaretskii <eliz@gnu.org>
1327
1328 * display.texi (Usual Display): Characters with no fonts are not
1329 necessarily displayed as empty boxes.
1330
2699a554 13312010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1332
1333 * maps.texi (Standard Keymaps): Update File menu description.
1334
8289f37b
GM
13352010-10-28 Glenn Morris <rgm@gnu.org>
1336
1337 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1338
5793a7bc 13392010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1340
1341 * display.texi (Window Systems): Deprecate use of window-system as
1342 a predicate.
1343
17284e30
GM
13442010-10-23 Glenn Morris <rgm@gnu.org>
1345
1346 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1347 sorted-doc.
1348
00f113eb
JB
13492010-10-15 Eli Zaretskii <eliz@gnu.org>
1350
1351 * os.texi (Dynamic Libraries): New node, with slightly modified
1352 text deleted from "Image Formats".
1353 (System Interface): Add @menu entry for "Dynamic Libraries".
1354
1355 * display.texi (Image Formats): Remove description of
1356 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1357
07277eb8
GM
13582010-10-12 Glenn Morris <rgm@gnu.org>
1359
1360 * book-spine.texinfo: Rename to book-spine.texi.
1361
c12e4a81
GM
13622010-10-11 Glenn Morris <rgm@gnu.org>
1363
df187c62
GM
1364 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1365
c12e4a81 1366 * Makefile.in (DVIPS): New variable.
234db610
GM
1367 (.PHONY): Add html, ps.
1368 (html, elisp.html, ps, elisp.ps): New targets.
1369 (clean): Delete html, ps files.
1370 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1371
6513b232
EZ
13722010-10-09 Eli Zaretskii <eliz@gnu.org>
1373
1374 * makefile.w32-in (emacsdir): New variable.
1375 (srcs): Add emacsver.texi.
1376 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1377
abd40fb4
GM
13782010-10-09 Glenn Morris <rgm@gnu.org>
1379
c1dc72b3
GM
1380 * Makefile.in (VPATH): Remove.
1381 (infodir): Make it absolute.
1382 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1383
4393405b
GM
1384 * Makefile.in (dist): Anchor regexps.
1385
eef3ab94
GM
1386 * Makefile.in (srcs): Put elisp.texi first.
1387 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1388
aa9db089
GM
1389 * Makefile.in (infoclean): Remove harmless, long-standing error.
1390
abd40fb4
GM
1391 * Makefile.in ($(infodir)): Delete rule.
1392 (mkinfodir): New.
1393 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1394
68db69ed 1395 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1396 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1397
ea274122
GM
13982010-10-09 Glenn Morris <rgm@gnu.org>
1399
f7a31f11
GM
1400 * Makefile.in (emacsdir): New variable.
1401 (MAKEINFO): Add -I $emacsdir.
1402 (dist): Copy emacsver.texi.
b13254e7
GM
1403 (srcs): Add emacsver.texi.
1404
f7a31f11
GM
1405 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1406 Set EMACSVER by including emacsver.texi.
1407
ea274122
GM
1408 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1409
17ca7950
GM
14102010-10-07 Glenn Morris <rgm@gnu.org>
1411
1412 * Makefile.in (version): New, set by configure.
1413 (clean): Delete dist tar file.
1414 (dist): Use version in tar name.
1415
4c83f6e1
GM
14162010-10-06 Glenn Morris <rgm@gnu.org>
1417
1418 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1419 (INSTALL_INFO): Remove unused variable.
1420 (mostlyclean, infoclean, dist): New rules.
1421 (clean): Delete dvi and pdf files.
1422 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1423 ($(infodir)): Add parallel build workaround.
4c83f6e1 1424
0264072d
GM
14252010-10-04 Glenn Morris <rgm@gnu.org>
1426
1427 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1428 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1429 Fix -I typo.
0264072d
GM
1430 (clean): No 'make.out' or 'core' files.
1431 (.PHONY): Declare clean rules.
1432 (maintainer-clean): Delete pdf file. Guard against cd failures.
1433
77f38949
GM
14342010-10-03 Glenn Morris <rgm@gnu.org>
1435
1436 * files.texi (File Name Components): Remove ignored section about
1437 deleted variable directory-sep-char.
1438
178fdd41
MA
14392010-10-03 Michael Albinus <michael.albinus@gmx.de>
1440
1441 * files.texi (Magic File Names): New defopt
1442 remote-file-name-inhibit-cache.
1443
9c524fcb
GM
14442010-10-02 Glenn Morris <rgm@gnu.org>
1445
1446 * os.texi (Killing Emacs): Hook now runs in batch mode.
1447
f816790b
SM
14482010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * text.texi (Special Properties): Clarify when modification-hooks run.
1451
7cf78aac
SM
14522010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1453
1454 * syntax.texi (Syntax Flags): Document new `c' flag.
1455
ca0d44e4
GM
14562010-09-09 Glenn Morris <rgm@gnu.org>
1457
1458 * display.texi (ImageMagick Images): General cleanup.
1459
10999305 14602010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1461
1462 * files.texi (Directory Names): Use \` rather than ^.
1463
45240125
JD
14642010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1465
1466 * text.texi (Low-Level Kill Ring):
1467 * frames.texi (Window System Selections): Remove cut buffer
1468 documentation.
1469
4abe5bf6
EZ
14702010-08-28 Eli Zaretskii <eliz@gnu.org>
1471
1472 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1473 Parameters", where the default fringe width is described.
1474
1475 * frames.texi (Window Frame Parameters, Basic Parameters)
1476 (Position Parameters, Layout Parameters, Management Parameters)
1477 (Cursor Parameters, Font and Color Parameters): Add indexing for
1478 frame parameters. (Bug#6929)
1479
fdc76236
TT
14802010-08-25 Tom Tromey <tromey@redhat.com>
1481
1482 * vol2.texi (Top): Update.
1483 * vol1.texi (Top): Update.
1484 * tips.texi (Library Headers): Mention Package-Version and
1485 Package-Requires.
1486 * package.texi: New file.
1487 * os.texi (System Interface): Update pointers.
1488 * elisp.texi (Top): Link to new nodes. Include package.texi.
1489 * anti.texi (Antinews): Update pointers.
1490
1e5c1c80
EZ
14912010-08-25 Eli Zaretskii <eliz@gnu.org>
1492
1493 * processes.texi (Filter Functions): Fix last change.
1494
78e33835
CY
14952010-08-24 Markus Triska <triska@gmx.at>
1496
1497 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1498 of `buffer-name' in the main text as well as in the example
1499 (Bug#3098).
1500
198a7a97
CY
15012010-08-22 Chong Yidong <cyd@stupidchicken.com>
1502
1503 * nonascii.texi (Text Representations):
1504 * loading.texi (Loading Non-ASCII):
1505 * compile.texi (Byte Compilation): Don't mention obsolete
1506 --unibyte command-line argument.
1507
bc7d7ea6
CY
15082010-08-22 Chong Yidong <cyd@stupidchicken.com>
1509
1510 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1511
b0126eac 15122010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1513
1514 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1515
e8a6cc19
EZ
15162010-08-20 Eli Zaretskii <eliz@gnu.org>
1517
1518 * commands.texi (Misc Events): Add cross-references to where
1519 POSITION of a mouse event is described in detail.
1520
c4e7c63a 15212010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1522
c4e7c63a 1523 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1524
7815fe19 15252010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1526
1527 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1528 Suggested by Štěpán Němec <stepnem@gmail.com>.
1529
7815fe19 15302010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1531
1532 * minibuf.texi (High-Level Completion): Document args of
1533 `read-buffer-function' (bug#5625).
1534
8b2dd508
JD
15352010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1536
1537 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1538
bace45fe
MA
15392010-07-29 Michael Albinus <michael.albinus@gmx.de>
1540
1541 * processes.texi (Process Information): Explain process property
1542 `remote-tty'.
1543
4ce5a4cc
JB
15442010-07-27 Juanma Barranquero <lekktu@gmail.com>
1545
1546 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1547 instead of "\C-\^?" (bug#6334).
1548
1c84bc7a
JB
1549 * text.texi (Special Properties): Fix typo.
1550
b88746ba
EZ
15512010-07-09 Eli Zaretskii <eliz@gnu.org>
1552
1553 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1554 calling sequences, which are now the standard.
1555
51422d6d
CY
15562010-06-24 Chong Yidong <cyd@stupidchicken.com>
1557
1558 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1559
1560 * commands.texi (Command Overview): Mention undo-boundary call.
1561
d24880de
GM
15622010-06-23 Glenn Morris <rgm@gnu.org>
1563
1564 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1565 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1566 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1567 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1568 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1569 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1570 Untabify Texinfo files.
1571
0fc76035
CY
15722010-06-20 Chong Yidong <cyd@stupidchicken.com>
1573
1574 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1575
5338dc0b
CY
15762010-06-19 Chong Yidong <cyd@stupidchicken.com>
1577
a628ad9d 1578 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1579
2c3a3c1d
CY
15802010-06-02 Chong Yidong <cyd@stupidchicken.com>
1581
ba3bf1d9
CY
1582 * searching.texi (Regexp Special): Remove obsolete information
1583 about matching non-ASCII characters, and suggest using char
1584 classes (Bug#6283).
2c3a3c1d 1585
7f4b4249
JB
15862010-05-30 Juanma Barranquero <lekktu@gmail.com>
1587
1588 * minibuf.texi (Basic Completion): Add missing "@end defun".
1589
637821cd
SM
15902010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * minibuf.texi (Basic Completion): Document completion-boundaries.
1593 (Programmed Completion): Document the new fourth method for boundaries.
1594
e13051c3
CY
15952010-05-22 Chong Yidong <cyd@stupidchicken.com>
1596
a628ad9d 1597 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1598
0235128c 15992010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1600
1601 * windows.texi (Textual Scrolling):
1602 * tips.texi (Coding Conventions):
1603 * minibuf.texi (Minibuffer History):
1604 * maps.texi (Standard Keymaps):
1605 * loading.texi (Where Defined):
1606 * edebug.texi (Instrumenting): Fix typos.
1607
0235128c 16082010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1609
c7c32279
CY
1610 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1611
0235128c
SM
1612 * functions.texi (Obsolete Functions):
1613 Document set-advertised-calling-convention.
eb5ed549
CY
1614
1615 * minibuf.texi (Basic Completion): Document completion-in-region.
1616 (Programmed Completion): Document completion-annotate-function.
1617
1618 * commands.texi (Reading One Event): Document read-key.
1619 (Distinguish Interactive): Document KIND arg to
1620 called-interactively-p. Delete obsolete interactive-p.
1621
1622 * elisp.texi (Top): Update node description.
1623
f8848423
EZ
16242010-05-08 Eli Zaretskii <eliz@gnu.org>
1625
0235128c
SM
1626 * nonascii.texi (Character Properties):
1627 Document unicode-category-table. Add an index entry for Unicode
1628 general category.
1629
16302010-05-07 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * Version 23.2 released.
f8848423 1633
938efb77
JB
16342010-04-20 Juanma Barranquero <lekktu@gmail.com>
1635
1636 * locals.texi (Standard Buffer-Local Variables):
1637 Remove @ignore'd reference to `direction-reversed'.
1638
5854c267
JL
16392010-04-14 Juri Linkov <juri@jurta.org>
1640
1641 Fix @deffn without category.
1642
1643 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1644 for `abbrev-insert'.
1645
1646 * buffers.texi (Indirect Buffers): Add category `Command'
1647 to @deffn of `clone-indirect-buffer'.
1648
1649 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1650 for `next-window' and `previous-window'. Add category `Command'
1651 to @deffn of `pop-to-buffer'.
1652
8a14dec7
CY
16532010-04-01 Chong Yidong <cyd@stupidchicken.com>
1654
1655 * nonascii.texi (Text Representations): Don't mark
1656 enable-multibyte-characters as a user option.
1657
7a1831cf
EZ
16582010-03-31 Eli Zaretskii <eliz@gnu.org>
1659
1660 * control.texi (Handling Errors): How to re-throw a signal caught
1661 by condition-case.
1662
c3863713
CY
16632010-03-26 Chong Yidong <cyd@stupidchicken.com>
1664
1665 * loading.texi (Hooks for Loading): Document after-load-functions.
1666 Copyedits.
1667
c333f279
AM
16682010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1669
1670 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1671
e867cb5d 16722010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1673
1674 * processes.texi (Network Processes): Document seqpacket type.
1675
605f35cd
DN
16762010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1677
1678 * os.texi (System Environment): Do not mention lynxos.
1679
288f9fc0
CY
16802010-03-10 Chong Yidong <cyd@stupidchicken.com>
1681
1682 * Branch for 23.2.
1683
eed5c93a
CY
16842010-03-06 Chong Yidong <cyd@stupidchicken.com>
1685
1686 * objects.texi (Integer Type): Take note of the read syntax
1687 exception for numbers that cannot fit in the integer type.
1688
1ddd6622
GM
16892010-03-03 Glenn Morris <rgm@gnu.org>
1690
1691 * numbers.texi (Integer Basics, Bitwise Operations):
1692 * objects.texi (Integer Type): Update for integers now being 30-bit.
1693
a908c79a
CY
16942010-02-27 Chong Yidong <cyd@stupidchicken.com>
1695
1696 * display.texi (Low-Level Font): Document :otf font-spec property.
1697
cd61af01
SM
16982010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1699
1700 * display.texi (Line Height): Avoid obsolete special default variables
1701 like default-major-mode.
1702
c02f8fe2
AM
17032010-01-28 Alan Mackenzie <acm@muc.de>
1704
1705 * display.texi (Auto Faces): Say fontification-functions is called
1706 whether or not Font Lock is enabled. Tidy up the wording a bit.
1707
d738d18b
CY
17082010-01-17 Chong Yidong <cyd@stupidchicken.com>
1709
1710 * elisp.texi: Remove duplicate edition information (Bug#5407).
1711
4963739e
JB
17122010-01-17 Juanma Barranquero <lekktu@gmail.com>
1713
1714 * two.el (volume-header-toc-markup): Fix typos in docstring.
1715
c57008f6
SM
17162010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 Avoid dubious uses of save-excursions.
1719 * positions.texi (Excursions): Recommend the use of
1720 save-current-buffer if applicable.
1721 * text.texi (Clickable Text): Fix the example code which used
1722 save-excursion in a naive way which sometimes preserves point and
1723 sometimes not.
1724 * variables.texi (Creating Buffer-Local):
1725 * os.texi (Session Management):
1726 * display.texi (GIF Images):
1727 * control.texi (Cleanups): Use (save|with)-current-buffer.
1728
2f3725cd
EZ
17292010-01-02 Eli Zaretskii <eliz@gnu.org>
1730
1731 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1732
85eeac93
CY
17332010-01-02 Chong Yidong <cyd@stupidchicken.com>
1734
1735 * nonascii.texi (Text Representations, Character Codes)
1736 (Converting Representations, Explicit Encoding)
1737 (Translation of Characters): Use hex notation consistently.
1738 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1739
4801c5fa
CY
17402010-01-01 Chong Yidong <cyd@stupidchicken.com>
1741
1742 * loading.texi (Where Defined): Make it clearer that these are
1743 loaded files (Bug#5068).
1744
26e533e2
CY
17452009-12-29 Chong Yidong <cyd@stupidchicken.com>
1746
1747 * minibuf.texi (Completion Styles): Document `initials' style.
1748
16d1ff5f
CY
17492009-12-25 Chong Yidong <cyd@stupidchicken.com>
1750
1751 * frames.texi (Resources): Describe inhibit-x-resources.
1752 (Size Parameters): Copyedit.
1753
1754 * hash.texi (Creating Hash):
1755 * objects.texi (Hash Table Type): Document the new hash table
1756 printed representation.
1757
1758 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1759 obsolete.
1760
5dcb4c4e
SM
1761 * processes.texi (Process Buffers):
1762 Document process-kill-buffer-query-function.
16d1ff5f 1763
9a5de3d9
GM
17642009-12-05 Glenn Morris <rgm@gnu.org>
1765
1766 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1767 diary-display-function, and no longer recommended to be a hook.
1768 Update for changes in the names of calendar and diary hooks.
1769 diary-print-entries-hook has changed section.
1770
b640eb52
EZ
17712009-11-28 Eli Zaretskii <eliz@gnu.org>
1772
1773 * text.texi (Special Properties): More accurate description of
1774 what the `cursor' property does.
1775
be1674ab
KR
17762009-11-26 Kevin Ryde <user42@zip.com.au>
1777
1778 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1779 mouse-wheel-down-event, the closest thing to a definition for them.
1780 * os.texi (Startup Summary): vindex inhibit-startup-message and
1781 inhibit-splash-screen.
1782 (Command-Line Arguments): vindex argv.
1783 (Suspending Emacs): vindex suspend-tty-functions and
1784 resume-tty-functions. Don't want to index every hook, but having
1785 the programming ones is helpful.
1786
603f5979
CY
17872009-11-14 Chong Yidong <cyd@stupidchicken.com>
1788
1789 * commands.texi (Motion Events): Fix typo (Bug#4907).
1790
4359a806
CY
17912009-11-08 Chong Yidong <cyd@stupidchicken.com>
1792
1793 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1794 are affected by case-fold-search (Bug#4483).
1795
0f063651
CY
17962009-11-02 Chong Yidong <cyd@stupidchicken.com>
1797
1798 * minibuf.texi (Reading File Names): Note that read-file-name may
1799 use a graphical file dialog.
1800
9bd79893
GM
18012009-10-31 Glenn Morris <rgm@gnu.org>
1802
1803 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1804
ebe479ec
KR
18052009-10-16 Kevin Ryde <user42@zip.com.au>
1806
1807 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1808 in particular so `info-lookup-symbol' can find its docs.
1809
2640fa86
CY
18102009-10-16 Chong Yidong <cyd@stupidchicken.com>
1811
1812 * variables.texi (Constant Variables): Distinguish from defconst
1813 variables.
1814 (Defining Variables): Add cindex.
1815
edd6a733
CY
18162009-10-15 Chong Yidong <cyd@stupidchicken.com>
1817
1818 * os.texi (Time of Day): Clarify that the microsecond part is
1819 ignored (Bug#4637).
1820
5feb0b73
GM
18212009-10-11 Glenn Morris <rgm@gnu.org>
1822
1823 * frames.texi (Size and Position): Clarify what is included in the frame
1824 height. (Bug#4535)
1825
0c5413c8
GM
18262009-10-10 Glenn Morris <rgm@gnu.org>
1827
1828 * windows.texi (Size of Window): The relationship between window and
1829 frame heights is not so simple. (Bug#4535)
1830 Mention window-full-height-p.
1831
7f8b600a
SM
18322009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1833
1834 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1835 used from Lisp.
1836
6185de1c
EZ
18372009-10-07 Eli Zaretskii <eliz@gnu.org>
1838
7f8b600a
SM
1839 * files.texi (Directory Names) <abbreviate-file-name>:
1840 Document that root home directories are not replaced with "~".
6185de1c 1841
9972911f
EZ
18422009-10-06 Eli Zaretskii <eliz@gnu.org>
1843
1844 * text.texi (Special Properties): Document the meaning of the
1845 `cursor' text property whose value is an integer.
1846
2a3f19ef
MA
18472009-10-05 Michael Albinus <michael.albinus@gmx.de>
1848
1849 * files.texi (Magic File Names): Add `copy-directory'.
1850
804543b5
EZ
18512009-10-05 Eli Zaretskii <eliz@gnu.org>
1852
1853 * files.texi (File Attributes): Fix description of file
1854 attributes. (Bug#4638) Update attributes of files.texi example to
1855 be more representative.
1856
461bf92b
MA
18572009-10-05 Michael Albinus <michael.albinus@gmx.de>
1858
1859 * files.texi (Create/Delete Dirs): New command copy-directory.
1860
a86cd395
JB
18612009-10-04 Juanma Barranquero <lekktu@gmail.com>
1862
1863 * anti.texi (Antinews):
1864 * macros.texi (Indenting Macros):
1865 * strings.texi (Creating Strings, Case Conversion):
1866 Remove duplicate words.
1867
d3080264
MA
18682009-10-01 Michael Albinus <michael.albinus@gmx.de>
1869
1870 * files.texi (Create/Delete Dirs): delete-directory has an
1871 optional parameter RECURSIVE.
1872
85d14563
SM
18732009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 * buffers.texi (Swapping Text): Minor clarification.
1876
3d9842c6
GM
18772009-10-01 Glenn Morris <rgm@gnu.org>
1878
1879 * functions.texi (Declaring Functions): Mention that we also search for
1880 ".m" files in the src/ directory.
1881
78427304
CY
18822009-09-25 David Engster <deng@randomsample.de>
1883
3d9842c6 1884 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1885
b578c9cc
GM
18862009-09-22 Glenn Morris <rgm@gnu.org>
1887
1888 * internals.texi (Building Emacs): Mention preloaded-file-list.
1889
beee5da7
AM
18902009-09-14 Alan Mackenzie <acm@muc.de>
1891
1892 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1893
5d6ab672
CY
18942009-09-13 Chong Yidong <cyd@stupidchicken.com>
1895
1896 * functions.texi (Anonymous Functions): Rearrange discussion,
1897 giving usage of unquoted lambda forms first. Mention that
1898 `function' and `#'' are no longer required (Bug#4290).
1899
59375eeb
AM
19002009-09-11 Alan Mackenzie <acm@muc.de>
1901
a86cd395 1902 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1903 batch mode.
1904
e7e2f529
GM
19052009-09-01 Glenn Morris <rgm@gnu.org>
1906
1907 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1908
eae47088
GM
19092009-08-26 Ulrich Mueller <ulm@gentoo.org>
1910
1911 * nonascii.texi (Character Codes): Fix typos.
1912
3691a0a6
MA
19132009-08-25 Michael Albinus <michael.albinus@gmx.de>
1914
1915 * processes.texi (Synchronous Processes): New defvar
1916 process-file-side-effects.
1917
664d56b8
GM
19182009-08-25 Glenn Morris <rgm@gnu.org>
1919
1920 * display.texi (Fontsets): Fix typo.
1921
0706c025
GM
1922 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1923
03a74b84
SM
19242009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * processes.texi (Asynchronous Processes): Adjust arglist of
1927 start-process-shell-command and start-file-process-shell-command.
1928
f6de8a37
CY
19292009-08-15 Chong Yidong <cyd@stupidchicken.com>
1930
4b1ed1bb
CY
1931 * advice.texi (Argument Access in Advice): Note that argument
1932 positions are zero-based (Bug#3932).
1933
89a9e058
CY
1934 * commands.texi (Distinguish Interactive): Minor copyedit.
1935
23696fd7
CY
1936 * display.texi (Face Attributes): Add xref to Displaying Faces for
1937 explanation of "underlying face".
1938
f6de8a37
CY
1939 * customize.texi (Common Keywords): Add xref to Loading.
1940
1941 * loading.texi (How Programs Do Loading): Add xref to Lisp
1942 Libraries node in the Emacs manual.
1943
417f77e6
CY
19442009-08-13 Chong Yidong <cyd@stupidchicken.com>
1945
1946 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1947
0999039c
CY
19482009-07-18 Chong Yidong <cyd@stupidchicken.com>
1949
1950 * processes.texi (Shell Arguments): Copyedits.
1951
9af167bc
GM
19522009-07-18 Glenn Morris <rgm@gnu.org>
1953
1954 * loading.texi (Repeated Loading): Fix typo.
1955
137987ab
RS
19562009-07-16 Richard Stallman <rms@gnu.org>
1957
1958 * buffers.texi (Swapping Text): Recommend setting
1959 write-region-annotate-functions and buffer-saved-size.
1960
1961 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1962
622fa380
GM
19632009-07-15 Glenn Morris <rgm@gnu.org>
1964
1965 * edebug.texi: Minor re-phrasings throughout.
1966 (Edebug Execution Modes): Sit-for affects continue mode too.
1967 (Jumping): Use `forward-sexp' rather than its keybinding.
1968 (Edebug Misc): Fix Q binding.
1969 (Edebug Eval): Remove cl version.
1970 (Printing in Edebug): Clarify print-length etc.
1971 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1972 (Specification List): Remove edebug-unwrap findex entry.
1973 (Specification Examples): defmacro is actually not the same as defun.
1974 Escape "`" in example.
1975
6bbd4600
CY
19762009-07-15 Chong Yidong <cyd@stupidchicken.com>
1977
1978 * markers.texi (The Mark): Document optional arg to
1979 deactivate-mark.
1980
e538d479
GM
19812009-07-11 Kevin Ryde <user42@zip.com.au>
1982
1983 * hooks.texi (Standard Hooks): Fix cross-references.
1984
4c98b9ed
GM
1985 * loading.texi (Named Features): Refer to eval-after-load.
1986
5300838c
GM
19872009-07-11 Glenn Morris <rgm@gnu.org>
1988
64fbeb16
GM
1989 * Makefile.in (TEXI2PDF): New.
1990 (elisp.pdf): New target.
1991
4c98b9ed
GM
1992 * searching.texi (Regexp Backslash): Fix typo.
1993
1994 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1995
51d9979c
GM
19962009-07-10 Glenn Morris <rgm@gnu.org>
1997
561c0216
GM
1998 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1999
5b594a58
GM
2000 * customize.texi (Customization Types):
2001 * display.texi (Abstract Display):
0cc8c85a 2002 * objects.texi (Character Type, String Type):
5b594a58 2003 Merge in some menu descriptions from elisp.texi.
51d9979c 2004
c3cbbb40
GM
2005 * hash.texi (Hash Tables):
2006 * modes.texi (Multiline Font Lock):
2007 End menu description with period.
fe42c16a 2008
28528402
GM
20092009-07-09 Glenn Morris <rgm@gnu.org>
2010
2011 * back.texi: Don't hard-code texinfo location.
2012
2013 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2014 (tex): Add texinfodir to TEXINPUTS.
2015 (elisp1med-init, elisp2med-init): Use texinfodir.
2016
2017 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2018 (clean): Add two-volume.make intermediate files.
2019
2020 * elisp.texi, vol1.texi, vol2.texi:
2021 Use a DATE variable with the publication date, and update it.
2022 Fix antinews menu description.
2023
2024 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2025 Update the detailed node listing to match elisp.texi.
2026
2027 * README: Update edition to match elisp.texi.
2028
2029 * objects.texi (General Escape Syntax):
2030 * nonascii.texi (Character Sets):
2031 Use consistent case for "Unicode Standard".
2032
2033 * anti.texi (Antinews):
2034 * customize.texi (Variable Definitions):
2035 * functions.texi (Declaring Functions):
2036 * nonascii.texi (Character Properties):
2037 * processes.texi (Serial Ports):
2038 * text.texi (Special Properties):
2039 * tips.texi (Coding Conventions):
2040 Minor rearrangements to improve TeX line-filling.
2041
2042 * commands.texi (Using Interactive): Fix cross-reference.
2043
17db8e10
JD
20442009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2045
2046 * frames.texi (Management Parameters): Mention sticky.
2047
77c7e2e1
AS
20482009-07-01 Andreas Schwab <aschwab@redhat.com>
2049
2050 * help.texi (Help Functions): Fix description of help-buffer and
2051 help-setup-xref to use @defun instead of @deffn.
2052
3f1c6666
JD
20532009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2054
2055 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2056
ca27c21b
CY
20572009-06-24 Chong Yidong <cyd@stupidchicken.com>
2058
2059 * display.texi (Window Systems): Add ns to the list.
2060
70243478
CY
20612009-06-21 Chong Yidong <cyd@stupidchicken.com>
2062
2063 * Branch for 23.1.
2064
df006536
MR
20652009-06-17 Martin Rudalics <rudalics@gmx.at>
2066
2067 * windows.texi (Dedicated Windows): Fix typo.
2068 (Resizing Windows): Replace @defun by @deffn.
2069
d259fc4b
GM
20702009-06-17 Glenn Morris <rgm@gnu.org>
2071
2072 * variables.texi (Directory Local Variables):
2073 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2074
30781db6
KH
20752009-06-09 Kenichi Handa <handa@m17n.org>
2076
2077 * nonascii.texi (Character Sets): State clearly that FROM and TO
2078 are codepoints of CHARSET.
2079
62e8099c
CY
20802009-06-07 Chong Yidong <cyd@stupidchicken.com>
2081
2082 * minibuf.texi (Reading File Names): Fix introductory text.
2083 Suggested by stan@derbycityprints.com.
2084 (High-Level Completion): Fix typo.
2085
ee1b1917
CY
20862009-05-28 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * frames.texi (Text Terminal Colors): Multi-tty is already
2089 implemented, but tty-local colors are not.
2090
5df647e8
CY
20912009-05-27 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * hooks.texi (Standard Hooks): Remove mention of obsolete
2094 redisplay-end-trigger-functions.
2095
2096 * internals.texi (Window Internals): Remove mention of obsolete
2097 redisplay-end-trigger-functions.
2098
01f17ae2
MR
20992009-05-21 Martin Rudalics <rudalics@gmx.at>
2100
2101 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2102
2103 * backups.texi (Making Backups): backup-directory-alist and
2104 make-backup-file-name-function are options.
2105 (Auto-Saving): auto-save-list-file-prefix is an option.
2106
2107 * buffers.texi (Killing Buffers): buffer-offer-save is an
2108 option.
2109
2110 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2111 option.
2112 (Echo Area Customization): echo-keystrokes is an option.
2113 (Selective Display): selective-display-ellipses is an option.
2114 (Temporary Displays): temp-buffer-show-function is an option.
2115 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2116 are options.
2117 (Font Selection): face-font-family-alternatives,
2118 face-font-selection-order, face-font-registry-alternatives, and
2119 scalable-fonts-allowed are options.
2120 (Fringe Indicators): indicate-buffer-boundaries is an option.
2121 (Fringe Cursors): overflow-newline-into-fringe is an option.
2122 (Scroll Bars): scroll-bar-mode is an option.
2123
2124 * eval.texi (Eval): max-lisp-eval-depth is an option.
2125
2126 * files.texi (Visiting Functions): find-file-hook is an option.
2127 (Directory Names): directory-abbrev-alist is an option.
2128 (Unique File Names): temporary-file-directory and
2129 small-temporary-file-directory are options.
2130
2131 * frames.texi (Initial Parameters): initial-frame-alist,
2132 minibuffer-frame-alist and default-frame-alist are options.
2133 (Cursor Parameters): blink-cursor-alist and
2134 cursor-in-non-selected-windows ar options.
2135 (Window System Selections): selection-coding-system is an
2136 option.
2137 (Display Feature Testing): display-mm-dimensions-alist is an
2138 option.
2139
2140 * help.texi (Help Functions): help-char and help-event-list are
2141 options.
2142
2143 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2144 an option.
2145
2146 * minibuf.texi (Minibuffer History): history-length and
2147 history-delete-duplicates are options.
2148 (High-Level Completion): read-buffer-function and
2149 read-buffer-completion-ignore-case are options.
2150 (Reading File Names): read-file-name-completion-ignore-case is
2151 an option.
2152
2153 * modes.texi (Mode Line Top): mode-line-format is an option.
2154 (Mode Line Variables): mode-line-position and mode-line-modes
2155 are options.
2156
2157 * nonascii.texi (Text Representations):
2158 enable-multibyte-characters is an option.
2159 (Default Coding Systems): auto-coding-regexp-alist,
2160 file-coding-system-alist, auto-coding-alist and
2161 auto-coding-functions are options.
2162 (Specifying Coding Systems): inhibit-eol-conversion is an
2163 option.
2164
2165 * os.texi (Init File): site-run-file is an option.
2166 (System Environment): mail-host-address is an option.
2167 (User Identification): user-mail-address is an option.
2168 (Terminal Output): baud-rate is an option.
2169
2170 * positions.texi (Word Motion): words-include-escapes is an
2171 option.
2172
2173 * searching.texi (Standard Regexps): page-delimiter,
2174 paragraph-separate, paragraph-separate and sentence-end are
2175 options.
2176
2177 * text.texi (Margins): left-margin and fill-nobreak-predicate
2178 are options.
2179
2180 * variables.texi (Local Variables): max-specpdl-size is an
2181 option.
2182
2183 * windows.texi (Choosing Window):
2184 split-window-preferred-function, special-display-function and
2185 display-buffer-function are options.
2186
106e6894
CY
21872009-05-20 Chong Yidong <cyd@stupidchicken.com>
2188
4a83454d
CY
2189 Fix errors spotted by Martin Rudalics.
2190
106e6894
CY
2191 * syntax.texi (Position Parse): Document rationale for ignored
2192 arguments to syntax-ppss-flush-cache.
2193
2194 * processes.texi (Input to Processes): Mark PROCESS arg to
2195 process-running-child-p as optional.
2196 (Network Options): Document NO-ERROR arg to
2197 set-network-process-option.
2198
2199 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2200 command.
2201
2202 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2203 posix-search-backward as commands.
2204
2205 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2206 (Suspending Emacs): Mark suspend-emacs as a command.
2207 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2208 commands.
5dcb4c4e
SM
2209 (Terminal Output): Remove obsolete function baud-rate.
2210 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2211
2212 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2213 terminal-coding-system and set-terminal-coding-system.
2214 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2215 as optional.
2216 (Character Sets): Document RESTRICTION arg of char-charset.
2217 (Character Codes): Mark POS argument to get-byte as optional.
2218
2219 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2220 minibuffer-message.
2221
2222 * files.texi (Create/Delete Dirs): Mark make-directory and
2223 delete-directory as commands.
2224
2225 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2226
2227 * text.texi (Base 64): Mark base64-decode-string and
2228 base64-encode-string as commands.
2229 (Columns): Mark move-to-column as a command.
2230 (Mode-Specific Indent): Document RIGID arg to
2231 indent-for-tab-command.
2232 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2233 Mark indent-code-rigidly as a command.
2234 (Substitution): Mark translate-region as a command.
2235
2236 * frames.texi (Size and Position): Remove obsolete functions
2237 screen-height and screen-width.
2238
04173931
CY
22392009-05-19 Chong Yidong <cyd@stupidchicken.com>
2240
2241 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2242 (Displaying Buffers, Resizing Windows): Correct mistakes;
2243 next-window, previous-window, and pop-to-buffer are not commands,
2244 and fit-window-to-buffer" is a command. (Pointed out by Martin
2245 Rudalics.)
2246
eae7d8f8
RS
22472009-05-17 Richard M Stallman <rms@gnu.org>
2248
2249 * modes.texi (Precalculated Fontification): Clarify text.
2250
b8766179
MR
22512009-05-17 Martin Rudalics <rudalics@gmx.at>
2252
2253 * windows.texi (Selecting Windows): Clarify descriptions of
2254 with-selected-window and get-lru-window.
2255 (Cyclic Window Ordering): Refer to particular frame when talking
2256 about how splitting affects the ordering.
2257 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2258 switch-to-buffer-other-window. Explain how setting of
2259 display-buffer-reuse-frames affects pop-to-buffer.
2260 (Choosing Window): Clarify some details in descriptions of
2261 display-buffer-reuse-frames, pop-up-frames, and
2262 pop-up-frame-function.
2263 (Dedicated Windows): Clarify some details.
2264 (Textual Scrolling): Replace term vscroll by term vertical
2265 scroll position.
2266 (Vertical Scrolling): Fix typo.
2267 (Window Hooks): Relate text on jit-lock-register to window
2268 scrolling and size changes.
2269
734b5e3b
CY
22702009-05-14 Chong Yidong <cyd@stupidchicken.com>
2271
0a65633e
CY
2272 * frames.texi (Initial Parameters): Clarify what the initial
2273 minibuffer frame is.
05be46d7
CY
2274 (Buffer Parameters): Note that the minibuffer parameter can not be
2275 altered.
0a65633e 2276
734b5e3b
CY
2277 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2278 Document display-buffer changes.
2279
925672cd
CY
22802009-05-13 Chong Yidong <cyd@stupidchicken.com>
2281
17ecd7af
CY
2282 * anti.texi (Antinews): Rewrite for Emacs 22.
2283
925672cd
CY
2284 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2285 obarrays are first mentioned. Define "system abbrev" more
2286 prominently, and add it to the index.
2287 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2288 Copyedits.
2289 (Abbrev Expansion): Document abbrev-insert.
2290
80be4dd7
CY
22912009-05-12 Chong Yidong <cyd@stupidchicken.com>
2292
2293 * frames.texi (Font and Color Parameters): Rename from Color
2294 Parameters. Document font-backend parameter.
2295
2296 * vol2.texi (Top): Update node listing.
2297 * vol1.texi (Top): Update node listing.
2298 * elisp.texi (Top): Update node listing.
2299
372a93ac
MR
23002009-05-11 Martin Rudalics <rudalics@gmx.at>
2301
2302 * windows.texi (Choosing Window): Don't explicitly refer to
2303 split-window-sensibly's window argument in descriptions of
2304 split-height-threshold and split-width-threshold.
2305
714c3541
MR
23062009-05-10 Martin Rudalics <rudalics@gmx.at>
2307
2308 * windows.texi (Choosing Window): Fix rewrite of window
2309 splitting section.
2310
0e90e7be
EZ
23112009-05-09 Eli Zaretskii <eliz@gnu.org>
2312
f4e90db0
SM
2313 * nonascii.texi (Default Coding Systems):
2314 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2315 Add indexing.
0e90e7be
EZ
2316 (Lisp and Coding Systems): Add index entries.
2317
d3c0c321
MR
23182009-05-09 Martin Rudalics <rudalics@gmx.at>
2319
2320 * windows.texi (Choosing Window): Describe split-window-sensibly
2321 and rewrite section on window splitting accordingly.
2322 (Textual Scrolling): Replace `...' by @code{...}.
2323
c773345a
CY
23242009-05-04 Chong Yidong <cyd@stupidchicken.com>
2325
ee2d5b5e
CY
2326 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2327 Remove obsoleted pre-abbrev-expand-hook.
2328
2329 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2330 entries.
2331
c773345a
CY
2332 * internals.texi (Object Internals): Don't assume 32-bit machines
2333 are the norm.
2334 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2335 (Window Internals): Synch field names to window.h.
2336 (Process Internals): Synch field names to process.h.
c773345a 2337
dd449674
CY
23382009-04-29 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * variables.texi (File Local Variables): Note that read-circle is
2341 bound to nil when reading file-local variables.
2342
2343 * streams.texi (Input Functions): Document read-circle.
2344 (Output Variables): Add xref to Circular Objects.
2345
4f1e25e2
CY
23462009-04-25 Chong Yidong <cyd@stupidchicken.com>
2347
2348 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2349 Features and Coding System Basics. Node that "p" stands for
2350 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2351 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2352 mouse-appearance-menu.
2353 (Programming Tips): Add xref to Progress.
2354
dca019f8
CY
23552009-04-22 Chong Yidong <cyd@stupidchicken.com>
2356
5dcb4c4e
SM
2357 * os.texi (Command-Line Arguments):
2358 Document command-line-args-left.
dca019f8
CY
2359 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2360 terminal objects for tty arguments.
2361 (Startup Summary): Add xref to Session Management.
2362 (Session Management): Mention emacs-session-restore. Copyedits.
2363
02a89103
CY
23642009-04-20 Chong Yidong <cyd@stupidchicken.com>
2365
2366 * os.texi (Startup Summary): Copyedits. The init file is not
2367 necessarily named .emacs now. Document initial-buffer-choice and
2368 initial-scratch-message. Note where Emacs exits in batch mode.
2369 Document inhibit-splash-screen as an alias.
2370 (Init File): Be neutral about which init file name to use.
2371
23722009-04-16 Chong Yidong <cyd@stupidchicken.com>
2373
2374 * os.texi (System Interface): Fix Texinfo usage.
2375
0c1cfe01
CY
23762009-04-15 Chong Yidong <cyd@stupidchicken.com>
2377
80d7cdca
CY
2378 * searching.texi (Regexp Backslash): Also refer to shy groups as
2379 non-capturing or unnumbered groups.
2380 (Regexp Functions): Add cross-reference to Regexp Backslash.
2381
0c1cfe01
CY
2382 * display.texi (Truncation): Overlays can use line-prefix and
2383 wrap-prefix too.
2384 (Overlay Properties): Document wrap-prefix and line-prefix.
2385 (Face Attributes): Document underline-minimum-offset.
2386 (Face Remapping): Copyedits.
2387 (Low-Level Font): Copyedits.
2388 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2389 (Line Height): Emphasize that line-spacing only takes effect on
2390 graphical terminals.
0c1cfe01 2391
c4adeee0
CY
23922009-04-13 Chong Yidong <cyd@stupidchicken.com>
2393
2394 * display.texi (Refresh Screen): Note that a passage about screen
2395 refreshing is text terminal only.
2396 (Forcing Redisplay): Delete misleading comment---sit-for calls
2397 redisplay, not the other way around.
2398 (Truncation): Note new values of truncate-partial-width-windows.
2399 Copyedits.
2400 (Invisible Text): Document invisible-p.
2401
b20ecfa1
EZ
24022009-04-11 Eli Zaretskii <eliz@gnu.org>
2403
2404 * display.texi (Overlays): Overlays don't scale well. See
2405 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2406
97d8273f
CY
24072009-04-10 Chong Yidong <cyd@stupidchicken.com>
2408
f147ff75
CY
2409 * syntax.texi (Syntax Table Functions): Document cons cell
2410 argument for modify-syntax-entry.
2411 (Categories): Document cons cell argument for
2412 modify-category-entry.
2413
fca4ec76
CY
2414 * searching.texi (String Search): Document word-search-forward-lax
2415 and word-search-backward-lax.
2416 (Searching and Case): Describe isearch behavior more precisely.
2417
9c283d5b
CY
2418 * keymaps.texi (Tool Bar): Mention that some platforms do not
2419 support multi-line toolbars. Suggested by Stephen Eglen.
2420
2421 * frames.texi (Layout Parameters): Mention that Nextstep also
2422 allows only one tool-bar line. Suggested by Stephen Eglen.
2423
97d8273f
CY
2424 * nonascii.texi (Text Representations): Copyedits.
2425 (Coding System Basics): Also mention utf-8-emacs.
2426 (Converting Representations, Selecting a Representation)
2427 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2428 Copyedits.
2429 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2430
2bad3299
CY
24312009-04-09 Chong Yidong <cyd@stupidchicken.com>
2432
2433 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2434 (Filling): Clarify REGION argument of fill-paragraph.
2435 Document fill-forward-paragraph-function.
2bad3299
CY
2436 (Special Properties): Remove "new in Emacs 22" declaration.
2437 (Clickable Text): Merge with Links and Mouse-1 node.
2438
5dcb4c4e
SM
2439 * display.texi (Button Properties, Button Buffer Commands):
2440 Change xref to Clickable Text.
2bad3299
CY
2441
2442 * tips.texi (Key Binding Conventions): Change xref to Clickable
2443 Text.
2444
2445 * elisp.texi (Top): Update node listing.
2446
ea30ce4f
CY
24472009-04-05 Chong Yidong <cyd@stupidchicken.com>
2448
47af2f4b
CY
2449 * markers.texi (The Mark): Copyedits. Improve description of
2450 handle-shift-selection.
2451 (The Region): Move use-region-p here from The Mark.
2452
ea30ce4f
CY
2453 * positions.texi (Screen Lines): Document (cols . lines) argument
2454 for vertical-motion.
2455
2aa8ea6e
CY
24562009-04-04 Chong Yidong <cyd@stupidchicken.com>
2457
3ec61d4e
CY
2458 * frames.texi (Frames): Clean up introduction. Document `ns'
2459 return value for framep.
2460 (Creating Frames): Note how the terminal is chosen.
2461 (Multiple Terminals, Multiple Displays): Merge into a single node.
2462 (Color Parameters): Fix typo.
2463
2464 * variables.texi (Local Variables, Buffer-Local Variables)
2465 (Creating Buffer-Local): Change link to Multiple Terminals.
2466
2467 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2468
2469 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2470 Terminals.
2471
2472 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2473 to Multiple Terminals.
2474
2475 * elisp.texi (Top): Update node listing.
2476 * vol2.texi (Top): Update node listing.
2477 * vol1.texi (Top): Update node listing.
2478
9257072f
CY
2479 * buffers.texi (Current Buffer): Note that the append-to-buffer
2480 example is no longer in synch with the latest code. Tie the two
2481 examples together.
2482
2aa8ea6e
CY
2483 * files.texi (File Attributes): Move note about MS-DOS from
2484 Changing Files to File Attributes.
2485 (Create/Delete Dirs): Note that mkdir is an alias for this.
2486
22e74b17
CY
24872009-04-01 Markus Triska <triska@gmx.at>
2488
2489 * processes.texi (Filter Functions): Suggest how to handle output
2490 batches.
2491
4bbe48ec
CY
24922009-03-30 Chong Yidong <cyd@stupidchicken.com>
2493
2494 * help.texi (Accessing Documentation): Update example to use
2495 help-setup-xref and with-help-window.
2496 (Help Functions): Remove print-help-return-message, which is
2497 semi-obsolete due to with-help-window. Document help-buffer and
2498 help-setup-xref.
2499
b9723f39
CY
25002009-03-29 Chong Yidong <cyd@stupidchicken.com>
2501
5dcb4c4e
SM
2502 * help.texi (Accessing Documentation, Help Functions):
2503 Remove information about long-obsolete Emacs versions.
9eb52e90 2504
b9723f39
CY
2505 * modes.texi (Mode Line Variables): The default values of the mode
2506 line variables are now more complicated.
2507
b0cc32db
CY
25082009-03-28 Chong Yidong <cyd@stupidchicken.com>
2509
3c25a5a9
CY
2510 * modes.texi (Major Mode Conventions): Note that specialness is
2511 inherited.
31c9eebb
CY
2512 (Derived Modes): Note that define-derive-mode sets the mode-class
2513 property.
3c25a5a9 2514
b0cc32db
CY
2515 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2516 goto-map. Add search-map to the list.
2517
c5e0006d
EZ
25182009-03-27 Eli Zaretskii <eliz@gnu.org>
2519
1213465a
EZ
2520 * os.texi (System Environment): Update the list of system-type
2521 values.
2522
c5e0006d
EZ
2523 * markers.texi (The Mark) <handle-shift-selection>: Update for
2524 removal of the optional argument DEACTIVATE.
2525
48bab3d6
CY
25262009-03-25 Chong Yidong <cyd@stupidchicken.com>
2527
2528 * commands.texi (Focus Events): Most X window managers don't use
2529 focus-follows-mouse nowadays.
2530
6e4ff1b6
CY
25312009-03-24 Chong Yidong <cyd@stupidchicken.com>
2532
2533 * commands.texi (Defining Commands): Clarify introduction.
2534 (Using Interactive): Not that interactive can be put in a symbol
2535 property.
2536 (Interactive Call): Note that a symbol with a non-nil
2537 interactive-form property satisfies commandp.
2538
11625308
JB
25392009-03-23 Juanma Barranquero <lekktu@gmail.com>
2540
2541 * minibuf.texi (Intro to Minibuffers): Fix typos.
2542
7b34420d
CY
25432009-03-23 Chong Yidong <cyd@stupidchicken.com>
2544
2545 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2546 about minibuffers in old Emacs versions. Copyedits.
2547 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2548 (Text from Minibuffer): Simplify introduction.
2549
f9257eed
AM
25502009-03-22 Alan Mackenzie <acm@muc.de>
2551
2552 * commands.texi (Using Interactive): Clarify string argument to
2553 `interactive' - even promptless elements need \n separators.
2554
f639ba70
CY
25552009-03-18 Chong Yidong <cyd@stupidchicken.com>
2556
2557 * minibuf.texi (Completion Styles): New node.
2558
2559 * elisp.texi (Top): Update node listing.
2560
d897e8ee
CY
25612009-03-17 Chong Yidong <cyd@stupidchicken.com>
2562
2563 * minibuf.texi (Basic Completion): Note that
2564 read-file-name-completion-ignore-case and
2565 read-buffer-completion-ignore-case can override
2566 completion-ignore-case.
2567 (Minibuffer Completion): Document completing-read changes.
2568 (Completion Commands): Avoid mentioning partial completion mode.
2569 Document minibuffer-completion-confirm changes, and
2570 minibuffer-confirm-exit-commands.
2571 (High-Level Completion): Document new require-match behavior for
2572 read-buffer. Document read-buffer-completion-ignore-case.
2573 (Reading File Names): Document new require-match behavior for
2574 read-file-name.
2575
b1f23349
CY
25762009-03-14 Chong Yidong <cyd@stupidchicken.com>
2577
2578 * debugging.texi (Error Debugging): Don't mislead the reader into
2579 thinking that debug-on-error enters debugger for C-f at EOB.
2580 (Error Debugging): Setting debug-on-init within the init file
2581 works, and has for some time.
2582
d6eb4e25
KH
25832009-03-13 Kenichi Handa <handa@m17n.org>
2584
2585 * display.texi (Fontsets): Update the description.
2586
1cf53dc5
CY
25872009-03-13 Chong Yidong <cyd@stupidchicken.com>
2588
2589 * advice.texi (Advising Primitives): Link to What Is a Function.
2590
81f919fc
CY
25912009-03-12 Chong Yidong <cyd@stupidchicken.com>
2592
cf4229eb
CY
2593 * compile.texi (Speed of Byte-Code): Update example.
2594 (Disassembly): Update examples.
2595
81f919fc 2596 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2597
2598 * customize.texi (Common Keywords): It's not necessary to use :tag
2599 to remove hyphens, as custom-unlispify-tag-name does it
2600 automatically.
5dcb4c4e
SM
2601 (Variable Definitions): Link to File Local Variables.
2602 Document customized-value symbol property.
f2bbc08c
CY
2603 (Customization Types): Move menu to end of node.
2604
955964d7
CY
26052009-03-10 Chong Yidong <cyd@stupidchicken.com>
2606
2607 * macros.texi (Compiling Macros): Omit misleading sentence, which
2608 implied that macros can only be used in the same file they are
2609 defined.
2610 (Backquote): Remove obsolete information about Emacs 19.
2611
d25ed7db
GM
26122009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2613
2614 * display.texi (Display Margins): Fix paren typo.
2615
d55f6ca5
CY
26162009-02-27 Chong Yidong <cyd@stupidchicken.com>
2617
f0e57ed8
CY
2618 * elisp.texi (Top): Update node listing.
2619
2620 * variables.texi (Variables): Clarify introduction.
2621 (Global Variables): Mention that setq is a special form.
2622 (Local Variables): Use active voice.
2623 (Tips for Defining): Mention marking variables as safe.
2624 (Buffer-Local Variables): Mention terminal-local and frame-local
2625 variables together.
2626 (File Local Variables): Copyedits.
2627 (Frame-Local Variables): Note that they are not really useful.
2628 (Future Local Variables): Node deleted.
2629
d55f6ca5 2630 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2631 Unicode escape syntax.
d55f6ca5 2632
ca8f09a8
CY
26332009-02-23 Chong Yidong <cyd@stupidchicken.com>
2634
2635 * control.texi (Control Structures): Add cindex entry for "textual
2636 order".
2637
2638 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2639 instead of "expression" throughout.
2640 (Function Indirection): Copyedits. Use active voice.
2641 (Eval): The default value of max-lisp-eval-depth is now 400.
2642
a20878b6
MB
26432009-02-23 Miles Bader <miles@gnu.org>
2644
2645 * processes.texi (System Processes): Rename `system-process-attributes'
2646 to `process-attributes'.
2647
61f66044
CY
26482009-02-22 Chong Yidong <cyd@stupidchicken.com>
2649
1b80d1f3
CY
2650 * symbols.texi (Property Lists): Emphasize that property lists are
2651 not restricted to symbol cells.
2652 (Other Plists): Copyedit.
2653
61f66044
CY
2654 * sequences.texi (Sequences Arrays Vectors): Make introduction
2655 more concise.
2656 (Arrays): Mention char-tables and bool-vectors too.
2657 (Vectors): Don't repeat information given in Arrays node. Link to
2658 nodes that explain the vector usage examples.
2659 (Char-Tables): Note that char-table elements can have arbitrary
2660 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2661 Link to Property Lists node.
61f66044 2662
9403944b
CY
26632009-02-22 Chong Yidong <cyd@stupidchicken.com>
2664
2665 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2666 `append'.
4068c7b4 2667 (List Elements): Copyedits.
9403944b
CY
2668
2669 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2670 of `vconcat'.
2671
2672 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2673 Emacs 20 usage of `concat'.
2674 (Case Conversion): Copyedits.
2675
b87a185f
CY
26762009-02-21 Chong Yidong <cyd@stupidchicken.com>
2677
2678 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2679 Minor edits.
2680 (Frame Configuration Type): Emphasize that it is not primitive.
2681 (Font Type): New node.
2682 (Type Predicates): Add fontp; type-of now recognizes font object
2683 types.
2684
2685 * intro.texi (Version Info): Update version numbers in examples.
2686 (Acknowledgements): List more contributors.
2687
2688 * elisp.texi: Bump version number to 3.0.
2689 (Top): Link to Font Type node.
2690
867d4bb3
JB
26912009-02-20 Juanma Barranquero <lekktu@gmail.com>
2692
2693 * modes.texi (Major Mode Conventions): Remove duplicate words.
2694 (Customizing Keywords): Fix typo.
2695
77730170
EZ
26962009-02-14 Eli Zaretskii <eliz@gnu.org>
2697
2698 * nonascii.texi (User-Chosen Coding Systems): Document that
2699 select-safe-coding-system suggests raw-text if there are raw bytes
2700 in the region.
2701 (Explicit Encoding): Warn not to use `undecided' when encoding.
2702
c8736212
GM
27032009-02-11 Glenn Morris <rgm@gnu.org>
2704
2705 * frames.texi (Visibility of Frames): Mention the effect multiple
2706 workspaces/desktops can have on visibility.
2707
ab992d66
EZ
27082009-02-07 Eli Zaretskii <eliz@gnu.org>
2709
c8736212
GM
2710 * text.texi (Commands for Insertion):
2711 * commands.texi (Event Mod):
2712 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2713 * nonascii.texi (Translation of Characters):
2714 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2715 (Explicit Encoding): Document the `charset' text property produced
2716 by decode-coding-region and decode-coding-string.
ab992d66 2717
e651a255
AM
27182009-01-27 Alan Mackenzie <acm@muc.de>
2719
2720 * modes.texi (Search-based Fontification): Correct a typo.
2721
bc5cde4b
JB
27222009-01-25 Juanma Barranquero <lekktu@gmail.com>
2723
2724 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2725 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2726
3533155b
EZ
27272009-01-24 Eli Zaretskii <eliz@gnu.org>
2728
f721deda
EZ
2729 * display.texi (Window Systems): Document the value of
2730 `initial-window-system' under --daemon.
2731
3533155b
EZ
2732 * os.texi (System Environment): Remove description of the
2733 `environment' function which has been deleted.
2734
f79b43b2
DN
27352009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2736
2737 * frames.texi (Multiple Displays): Remove documentation for
2738 removed function make-frame-on-tty.
2739
e3aa6669
CY
27402009-01-22 Chong Yidong <cyd@stupidchicken.com>
2741
2742 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2743 write-region-annotate-functions.
2744 Document write-region-post-annotation-function.
e3aa6669 2745
fb13a416
CY
27462009-01-19 Chong Yidong <cyd@stupidchicken.com>
2747
2748 * display.texi (Font Lookup): Document WIDTH argument of
2749 x-list-fonts.
2750
02eccf6b
EZ
27512009-01-17 Eli Zaretskii <eliz@gnu.org>
2752
ead3f58d
EZ
2753 * maps.texi (Standard Keymaps): Rename function-key-map to
2754 local-function-key-map.
2755
2756 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2757 local-function-key-map.
2758
2759 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2760 and `set-keyboard-coding-system' now accept an optional terminal
2761 argument.
2762
2763 * commands.texi (Event Mod): `keyboard-translate-table' is now
2764 terminal-local.
2765 (Function Keys): Rename function-key-map to
2766 local-function-key-map.
2767
df05a163
EZ
2768 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2769 frames.texi.
2770
0ed8034e 2771 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2772 `delete-terminal-functions', `suspend-tty-functions' and
2773 `resume-tty-functions'.
0ed8034e
EZ
2774
2775 * frames.texi (Frames): Document `frame-terminal' and
2776 `terminal-live-p'.
2777 (Multiple Displays): Document `make-frame-on-tty'.
2778 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2779 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2780 (Terminal Parameters): Document `terminal-parameters',
2781 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2782
2783 * os.texi (System Environment): Document `environment' and
2784 `initial-environment'.
490f1197
EZ
2785 (Suspending Emacs): Update for multi-tty; document
2786 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2787
02eccf6b
EZ
2788 * nonascii.texi (Coding System Basics): More accurate description
2789 of `raw-text'.
2790
f19fea97
JB
27912009-01-12 Juanma Barranquero <lekktu@gmail.com>
2792
2793 * display.texi (Low-Level Font): Fix typo.
2794
16fa292f
CY
27952009-01-10 Chong Yidong <cyd@stupidchicken.com>
2796
2797 * elisp.texi (Top): Update node listing.
2798
2799 * display.texi (PostScript Images): Node deleted.
2800
0b4faef3
EZ
28012009-01-10 Eli Zaretskii <eliz@gnu.org>
2802
3355f04d
EZ
2803 * processes.texi (Decoding Output): Document that null bytes force
2804 no-conversion for reading process output.
2805
2806 * files.texi (Reading from Files): Document that null bytes force
2807 no-conversion when visiting files.
2808
11625308 2809 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2810
5dcb4c4e
SM
2811 * nonascii.texi (Lisp and Coding Systems):
2812 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2813 (Character Properties): Improve wording.
0b4faef3 2814
ce9cf065
CY
28152009-01-09 Chong Yidong <cyd@stupidchicken.com>
2816
2817 * display.texi (Font Lookup): Remove obsolete function
2818 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2819 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2820 (Font Selection): Reorder order of variable descriptions.
2821 Minor clarifications.
ce9cf065
CY
2822
2823 * elisp.texi (Top): Update node listing.
2824
ab756fb3
GM
28252009-01-09 Glenn Morris <rgm@gnu.org>
2826
2827 * commands.texi (Command Loop Info): Say that last-command-char and
2828 last-input-char are obsolete aliases.
2829
2830 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2831 last-input-char and last-command-char, since they are just aliases for
2832 last-input-event and last-command-event.
2833
2834 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2835 last-command-char.
2836
6b2b8ab1
CY
28372009-01-08 Chong Yidong <cyd@stupidchicken.com>
2838
2839 * elisp.texi: Update node listing.
2840
2841 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2842 (Face Attributes): Don't link to Font Lookup.
2843 Document font-family-list.
6b2b8ab1
CY
2844 (Fonts): New node.
2845
3568e767
JR
28462009-01-08 Jason Rumney <jasonr@gnu.org>
2847
2848 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2849 changing the standard pointer shapes. (Bug#1485)
3568e767 2850
6221c8db
CY
28512009-01-08 Chong Yidong <cyd@stupidchicken.com>
2852
2853 * display.texi (Attribute Functions): Note that a function value
2854 :height is relative, and that compatibility functions work by
2855 calling set-face-attribute.
2856 (Displaying Faces): Reorder list in order of increasing priority.
2857 (Face Remapping): New node. Content moved here from Displaying
2858 Faces.
2859 (Glyphs): Link to Face Functions.
2860
e3d3799a
CY
28612009-01-08 Chong Yidong <cyd@stupidchicken.com>
2862
2863 * display.texi (Faces): Don't discuss face id here. facep does
2864 not return t.
2865 (Defining Faces): Minor clarification.
2866 (Face Attributes): Rearrange items to match docstring of
2867 set-face-attribute. Add :foundry attribute. Document new role of
2868 :font attribute. Texinfo usage fix.
2869 (Attribute Functions): Copyedits.
2870 (Face Functions): Note that face number is seldom used.
2871
638a2457
RS
28722009-01-05 Richard M Stallman <rms@gnu.org>
2873
2874 * strings.texi (Predicates for Strings): Minor clarification.
2875
2876 * functions.texi (Function Safety): Texinfo usage fix.
2877
49ea0074
JB
28782009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2879
2880 * objects.texi (General Escape Syntax): Fix typo.
2881
9f822178
MR
28822009-01-03 Martin Rudalics <rudalics@gmx.at>
2883
2884 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2885 works via the default value of pop-up-frame-function.
2886
af34ad36
EZ
28872009-01-02 Eli Zaretskii <eliz@gnu.org>
2888
2889 * processes.texi (System Processes): Document the `time' and
2890 `ctime' attributes of `system-process-attributes'.
2891
d31f6679
CY
28922009-01-01 Chong Yidong <cyd@stupidchicken.com>
2893
2894 * display.texi (Face Attributes): Clarify :height attribute.
2895
174dc00c
MR
28962008-12-31 Martin Rudalics <rudalics@gmx.at>
2897
2898 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2899 the front of the buffer list. Add entries for `last-buffer' and
2900 `unbury-buffer'.
2901
b8afe7e4
EZ
29022008-12-27 Eli Zaretskii <eliz@gnu.org>
2903
d14030f5
EZ
2904 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2905 and its subsections.
2906
2907 * frames.texi (Multiple Terminals, Low-level Terminal)
2908 (Terminal Parameters, Frames on Other TTY devices): New sections.
2909 (Frames): Add an xref to "Multiple Terminals".
2910
765980a4
EZ
2911 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2912
2913 * objects.texi (Terminal Type): New node.
2914 (Editing Types): Add it to the menu.
2915
47bd5577
EZ
2916 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2917 Variables".
2918
eb22b78c 2919 * variables.texi (Directory Local Variables): New node.
47bd5577 2920 (Variables): Add a menu item for it.
eb22b78c 2921
b8afe7e4
EZ
2922 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2923 `generated-autoload-file'.
2924
77bb0476
EZ
29252008-12-20 Eli Zaretskii <eliz@gnu.org>
2926
028e2c19
EZ
2927 * os.texi (Startup Summary): Add xref to documentation of
2928 `initial-window-system'.
2929
77bb0476
EZ
2930 * display.texi (Window Systems): Document `window-system' the
2931 function. The variable `window-system' is now frame-local.
028e2c19 2932 Document `initial-window-system'.
77bb0476 2933
dda87836
MR
29342008-12-19 Martin Rudalics <rudalics@gmx.at>
2935
2936 * windows.texi (Windows): Rewrite description of
2937 fit-window-to-buffer.
2938
caef3ed2
GM
29392008-12-13 Glenn Morris <rgm@gnu.org>
2940
2941 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2942 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2943
21c58e4d
GM
29442008-12-12 Glenn Morris <rgm@gnu.org>
2945
2946 * debugging.texi (Error Debugging): Refer forwards to
2947 eval-expression-debug-on-error.
2948
af38459f
EZ
29492008-12-05 Eli Zaretskii <eliz@gnu.org>
2950
5dedd9b5
EZ
2951 * strings.texi (String Basics): Only unibyte strings that
2952 represent key sequences hold 8-bit raw bytes.
2953
af38459f
EZ
2954 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2955 paragraph to speak about `undecided'.
2956 (Character Properties): Don't explain the meaning of each
2957 property; instead, identify their Unicode Standard names.
b3f1f4a5 2958 (Character Sets): Document `map-charset-chars'.
af38459f 2959
fa047ae7
GM
29602008-12-02 Glenn Morris <rgm@gnu.org>
2961
2962 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2963 section yet again.
2964
47dbc044
EZ
29652008-11-29 Eli Zaretskii <eliz@gnu.org>
2966
98d05998
EZ
2967 * nonascii.texi (Character Properties): New Section.
2968 (Specifying Coding Systems): Document
2969 `coding-system-priority-list', `set-coding-system-priority', and
2970 `with-coding-priority'.
2971 (Lisp and Coding Systems): Document `check-coding-systems-region'
2972 and `coding-system-charset-list'.
2973 (Coding System Basics): Document `coding-system-aliases'.
2974
2975 * elisp.texi (Top): Add a @detailmenu entry for "Character
2976 Properties".
2977
47dbc044
EZ
2978 * objects.texi (Character Type): Correct the range of Emacs
2979 characters. Add an @xref to "Character Codes".
2980
2981 * strings.texi (String Basics): Add an @xref to "Character Codes".
2982
2983 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2984
2985 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2986 (Character Codes): Document `max-char'.
2987
8b80cdf5
EZ
29882008-11-28 Eli Zaretskii <eliz@gnu.org>
2989
2990 * nonascii.texi (Text Representations, Converting Representations)
2991 (Character Sets, Scanning Charsets, Translation of Characters):
2992 Make text more accurate.
2993
a99dceba
GM
29942008-11-28 Glenn Morris <rgm@gnu.org>
2995
2996 * files.texi (Format Conversion Round-Trip): Improve previous change.
2997
f6dc3bed
CY
29982008-11-26 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * modes.texi (Auto Major Mode): Fix example.
3001
5da9413d
GM
30022008-11-25 Glenn Morris <rgm@gnu.org>
3003
3004 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3005
3006 * files.texi (Format Conversion Round-Trip):
3007 Use active voice for previous change.
3008
fcca848c
CY
30092008-11-25 Chong Yidong <cyd@stupidchicken.com>
3010
3011 * os.texi (Processor Run Time):
3012 * processes.texi (Transaction Queues):
3013 * markers.texi (The Mark):
3014 * windows.texi (Choosing Window, Selecting Windows):
3015 * files.texi (Changing Files, Magic File Names):
3016 * commands.texi (Key Sequence Input):
3017 * functions.texi (Declaring Functions):
3018 * strings.texi (Predicates for Strings):
3019 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3020
36c8dc54
CY
30212008-11-24 Chong Yidong <cyd@stupidchicken.com>
3022
3023 * help.texi (Accessing Documentation): Update example.
3024
3025 * variables.texi (Defining Variables): Note that `*' is not
3026 necessary if defcustom is used.
3027
2a79b242
EZ
30282008-11-22 Eli Zaretskii <eliz@gnu.org>
3029
3030 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3031 Characters" from @detailmenu.
3032
3033 * nonascii.texi (Character Codes, Character Sets)
3034 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3035 (Chars and Bytes, Splitting Characters): Sections removed.
3036
392f0d26
LK
30372008-11-22 Lute Kamstra <lute@gnu.org>
3038
3039 * positions.texi (Text Lines): Update goto-line documentation.
3040
af1a5cd5
MR
30412008-11-21 Martin Rudalics <rudalics@gmx.at>
3042
6a4cfb0c
MR
3043 * frames.texi (Frames): Fix typo, add cross references, reword.
3044 (Initial Parameters): Reword special-display-frame-alist text.
3045 (Frames and Windows): Reword. Describe argument norecord for
3046 set-frame-selected-window.
3047 (Input Focus): Describe argument norecord for select-frame.
3048 Remove comment on MS-Windows behavior for focus-follows-mouse.
3049 (Raising and Lowering): Mention windows-frames dichotomy in
3050 metaphor.
3051
af1a5cd5
MR
3052 * windows.texi (Displaying Buffers, Vertical Scrolling)
3053 (Horizontal Scrolling): Fix indenting and rewording issues
3054 introduced with 2008-11-07 change.
3055
c249fa9c
GM
30562008-11-20 Glenn Morris <rgm@gnu.org>
3057
3058 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3059 element of `format-alist'.
3060
204d4665
GM
30612008-11-19 Glenn Morris <rgm@gnu.org>
3062
3063 * doclicense.texi: Update to FDL 1.3.
3064 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3065
cc0910af
CY
30662008-11-18 Chong Yidong <cyd@stupidchicken.com>
3067
efe6e7c4
CY
3068 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3069 vars, which are obsolete. Mention jit-lock-register.
3070
5dcb4c4e
SM
3071 * modes.texi (Other Font Lock Variables):
3072 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3073
cc0910af
CY
3074 * frames.texi (Color Parameters): Document alpha parameter.
3075
aeeedf76
MR
30762008-11-16 Martin Rudalics <rudalics@gmx.at>
3077
3078 * windows.texi (Splitting Windows, Deleting Windows)
3079 (Selecting Windows, Cyclic Window Ordering)
3080 (Buffers and Windows, Displaying Buffers, Choosing Window)
3081 (Dedicated Windows, Window Point, Window Start and End)
3082 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3083 (Size of Window, Resizing Windows, Window Configurations)
3084 (Window Parameters): Avoid @var at beginning of sentences and
3085 reword accordingly.
3086
4c565c5c
LK
30872008-11-11 Lute Kamstra <lute@gnu.org>
3088
3089 * files.texi (File Name Components): Fix file-name-extension
3090 documentation.
3091
25f494c9
JB
30922008-11-11 Juanma Barranquero <lekktu@gmail.com>
3093
3094 * frames.texi (Basic Parameters): Remove display-environment-variable
3095 and term-environment-variable.
3096
a1401ab1
EZ
30972008-11-08 Eli Zaretskii <eliz@gnu.org>
3098
3099 * windows.texi (Basic Windows, Splitting Windows)
3100 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3101 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3102 (Resizing Windows, Window Configurations, Window Parameters):
3103 Fix wording and markup.
a1401ab1 3104
efafc282
MR
31052008-11-07 Martin Rudalics <rudalics@gmx.at>
3106
3107 * windows.texi (Windows): Update entries.
3108 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3109 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3110 (Selecting Windows, Cyclic Window Ordering): Reword with special
3111 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3112 (Buffers and Windows, Choosing Window): Reword with special
3113 emphasis on dedicated windows.
3114 (Displaying Buffers): Reword. For switch-to-buffer mention that
3115 it may fall back on pop-to-buffer. For other-window try to
3116 explain how it treats the cyclic ordering of windows.
efafc282
MR
3117 (Dedicated Windows): New node and section discussing dedicated
3118 windows and associated functions.
86ab855a 3119 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3120 (Window Start and End): Rename node and section title. Reword.
3121 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3122 Minor rewording.
3123 (Size of Window): Reword, in particular text on window-width.
3124 (Resizing Windows): Reword. Add text on balancing windows.
3125 (Window Configurations): Reword. Mention window parameters.
3126 (Window Parameters): New node and section on window parameters.
3127 (Window Hooks): Reword. Mention that
3128 window-configuration-change-hook is run "buffer-locally".
3129 * elisp.texi (Top): Update Windows entries in @detailmenu
3130 section.
3131
d60a8ab2
JB
31322008-11-04 Juanma Barranquero <lekktu@gmail.com>
3133
3134 * searching.texi (Regexp Search): Fix typo.
3135
01777627
CY
31362008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3137
3138 * searching.texi (Regexp Search): Document GREEDY arg.
3139 (Simple Match Data): Fix return value.
3140
c4526e93
EZ
31412008-11-01 Eli Zaretskii <eliz@gnu.org>
3142
3143 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3144 with Emacs 23 internal representation of characters.
3145 Document `unibyte-string'.
c4526e93 3146
fe2ae8b5
CY
31472008-10-28 Chong Yidong <cyd@stupidchicken.com>
3148
3149 * processes.texi (Process Information): Note that process-status
3150 does not accept buffer names.
3151
cc5a21e3
CY
31522008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3153
3154 * positions.texi (Skipping Characters): Correct return value of
3155 skip-chars-forward.
3156
09460d9a
MR
31572008-10-25 Martin Rudalics <rudalics@gmx.at>
3158
520b29e7
MR
3159 * windows.texi (Deleting Windows): Update documentation of
3160 delete-windows-on.
3161 (Buffers and Windows): Update documentations of
3162 get-buffer-window and get-buffer-window-list.
3163 (Displaying Buffers): Update documentation of
3164 replace-buffer-in-windows.
3165
09460d9a
MR
3166 * buffers.texi (Current Buffer): Reword set-buffer and
3167 with-current-buffer documentations.
3168 (Creating Buffers): Reword documentation of get-buffer-create.
3169
4d48fcdc
MR
31702008-10-23 Martin Rudalics <rudalics@gmx.at>
3171
3172 * buffers.texi (Current Buffer): Reword documentation of
3173 set-buffer.
3174 (Buffer Names): Reword documentation of buffer-name.
3175 (The Buffer List): For bury-buffer explain what happens with the
3176 buffer's window.
3177 (Creating Buffers): Say that get-buffer-create's arg is called
3178 buffer-or-name.
3179
f0143c43
CY
31802008-10-22 Chong Yidong <cyd@stupidchicken.com>
3181
3e5dbbd3
CY
3182 * advice.texi (Computed Advice): Explain what DEFINITION is.
3183
f0143c43
CY
3184 * nonascii.texi (Character Codes): Remove obsolete function
3185 char-valid-p, and document characterp instead.
3186
52a94b85
MR
31872008-10-22 Martin Rudalics <rudalics@gmx.at>
3188
3189 * windows.texi (Displaying Buffers): Reword documentation of
3190 pop-to-buffer.
3191 (Choosing Window): Rewrite documentation of display-buffer and
3192 its options.
3193
f76f8246
MR
3194 * buffers.texi (Killing Buffers): Update documentation of
3195 kill-buffer.
3196
acc8b598
EZ
31972008-10-21 Eli Zaretskii <eliz@gnu.org>
3198
80e6b6df
EZ
3199 * processes.texi (Serial Ports): Fix wording and improve markup.
3200
3645358a
EZ
3201 * searching.texi (Regexp Search): Document `string-match-p' and
3202 `looking-at-p'.
3203 (POSIX Regexps): Add an xref for "non-greedy".
3204 (Regexp Special): Add @cindex entry for "non-greedy".
3205
b3d50cff 3206 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3207 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3208
73b7530a
EZ
3209 * frames.texi (Color Names): Add an xref to `read-color'.
3210
3211 * minibuf.texi (High-Level Completion): Document `read-color'.
3212
acc8b598
EZ
3213 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3214
3215 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3216
3217 * buffers.texi (Swapping Text): New section, documents
3218 `buffer-swap-text'.
3219
10e187e8
MR
32202008-10-21 Martin Rudalics <rudalics@gmx.at>
3221
3222 * windows.texi (Resizing Windows): Minor wording fix.
3223
fd6f900c
EZ
32242008-10-20 Eli Zaretskii <eliz@gnu.org>
3225
3226 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3227 and `combine-and-quote-strings'.
3228
3229 * strings.texi (Creating Strings): Add xrefs for them.
3230
e4372165
EZ
32312008-10-19 Eli Zaretskii <eliz@gnu.org>
3232
d6328fba
EZ
3233 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3234 match the corresponding menu in minibuf.texi.
3235
e4372165
EZ
3236 * minibuf.texi (Reading File Names): Document `read-shell-command'
3237 and `minibuffer-local-shell-command-map'.
3238
5d8dda33
MR
32392008-10-19 Martin Rudalics <rudalics@gmx.at>
3240
3241 * windows.texi (Resizing Windows): Remove var{} around "window" in
3242 documentation of enlarge-window.
3243 Rewrite documentation of window-min-height and window-min-width.
3244
437706cd
EZ
32452008-10-19 Eli Zaretskii <eliz@gnu.org>
3246
80f85d7c
EZ
3247 * functions.texi (Calling Functions): Document `apply-partially'.
3248
291703b5
EZ
3249 * hooks.texi (Standard Hooks): Mention
3250 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3251
3252 * variables.texi (File Local Variables): Document
3253 `file-local-variables-alist', `before-hack-local-variables-hook'
3254 and `hack-local-variables-hook'.
3255
583d8b3c
EZ
3256 * processes.texi (Synchronous Processes): Document `process-lines'.
3257
5dcb4c4e
SM
3258 * customize.texi (Variable Definitions):
3259 Document `custom-reevaluate-setting'.
437706cd 3260
7e51d89b
MR
32612008-10-18 Martin Rudalics <rudalics@gmx.at>
3262
3263 * windows.texi (Choosing Window, Deleting Windows)
3264 (Displaying Buffers): Expand documentation of dedicated windows.
3265
43c59a3d
EZ
32662008-10-18 Eli Zaretskii <eliz@gnu.org>
3267
018a960d
EZ
3268 * files.texi (Changing Files): Document symbolic input of file
3269 modes to `set-file-modes'. Document `read-file-modes' and
3270 `file-modes-symbolic-to-number'.
3271
2c0b8144
EZ
3272 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3273 and `search-map'.
3274
5dcb4c4e
SM
3275 * searching.texi (Search and Replace):
3276 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3277 Document `multi-query-replace-map'.
80120f13 3278
6d4913f0 3279 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3280 (Completion Commands, Reading File Names):
3281 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3282 `minibuffer-local-filename-must-match-map'.
3283 (Minibuffer Completion): The `require-match' argument to
3284 `completing-read' can now have the value `confirm-only'.
3285
43c59a3d
EZ
3286 * windows.texi (Displaying Buffers): Minor wording fix.
3287 (Choosing Window): `split-height-threshold' can now be nil.
3288 Document `split-width-threshold'. `pop-up-frames' can have the
3289 value `graphic-only'.
3290
f36acfd9
EZ
32912008-10-17 Eli Zaretskii <eliz@gnu.org>
3292
3293 * os.texi (Startup Summary): Document `before-init-time' and
3294 `after-init-time'. Document `initial-window-system' and
3295 `window-system-initialization-alist'. Document reading the
3296 abbrevs file. Document the call to `server-start' under --daemon.
3297 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3298 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3299 (Time Parsing): Document `format-seconds'.
f36acfd9 3300
96995b89
MR
33012008-10-17 Martin Rudalics <rudalics@gmx.at>
3302
3303 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3304 and reword.
3305
2de17c73
EZ
33062008-10-16 Eli Zaretskii <eliz@gnu.org>
3307
3308 * markers.texi (The Mark): Document use-region-p.
3309
9cf52b11
EZ
33102008-10-15 Eli Zaretskii <eliz@gnu.org>
3311
c3aaf1d7
EZ
3312 * internals.texi (Writing Emacs Primitives): The interactive spec
3313 of a primitive can be a Lisp form.
3314
841a1743
EZ
3315 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3316 values of transient-mark-mode. Document handle-shift-selection.
3317
3318 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3319 (Interactive Examples): Show an example of `^'.
3320 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3321 (Defining Commands, Using Interactive): The interactive-form of a
3322 function can be added via its symbol's property.
841a1743 3323
52441368
EZ
3324 * positions.texi (List Motion): beginning-of-defun-function can
3325 now accept an argument.
3326
8e8c1a72
EZ
3327 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3328 now return a list of strings.
3329
a33a1f2a
EZ
3330 * control.texi (Handling Errors): Document ignore-errors.
3331
4fb04348
EZ
3332 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3333 (Parameter Access): Document set-frame-parameter.
3334
ee666f84
EZ
3335 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3336 Hooks" for the effect of kill-all-local-variables on local hook
3337 functions.
3338
9cf52b11
EZ
3339 * modes.texi (Major Mode Conventions, Mode Line Variables):
3340 `mode-name' need not be a string. xref to "Mode Line Data" for
3341 details, and to "Emulating Mode Line" for computing a string
3342 value.
3343
22526bc4
EZ
33442008-10-14 Eli Zaretskii <eliz@gnu.org>
3345
a65f6a85
EZ
3346 * processes.texi (System Processes): New section.
3347 (Processes, Signals to Processes): Add xrefs to it.
3348
3349 * objects.texi (Editing Types): A `process' is a subprocess of
3350 Emacs, not just any process running on the OS.
3351
3352 * elisp.texi (Top): Adjust the @detailmenu for the above two
3353 changes.
3354
2724b26a
EZ
3355 * sequences.texi (Char-Tables): Remove documentation of
3356 set-char-table-default, which has no effect since Emacs 23.
3357 <char-table-range, set-char-table-range>: Don't mention generic
3358 characters and charsets. Add a cons cell as a possible argument.
3359
3360 * nonascii.texi (Splitting Characters)
3361 (Translation of Characters): Don't mention generic characters.
3362
3363 * display.texi (Fontsets): Don't mention generic characters.
3364
22526bc4 3365 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3366 argument FUNCTION with a cons cell as KEY.
22526bc4 3367
eaf4b689
EZ
33682008-10-13 Eli Zaretskii <eliz@gnu.org>
3369
45e46036
EZ
3370 * objects.texi (Primitive Function Type): Move "@cindex special
3371 forms" from here...
3372
3373 * eval.texi (Special Forms): ...to here.
3374
3375 * functions.texi (What Is a Function): `functionp' returns nil for
3376 special forms. Add an xref.
3377
eaf4b689
EZ
3378 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3379 Variables".
3380
3381 * variables.texi (Frame-Local Variables): New section.
3382 (Buffer-Local Variables): Add an xref to it.
3383 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3384 have both frame-local and buffer-local binding.
3385
3386 * frames.texi (Frames): Mention multiple tty frames.
3387 (Frame Parameters, Parameter Access): Mention frame-local variable
3388 bindings.
3389
15688fce
GM
33902008-09-20 Glenn Morris <rgm@gnu.org>
3391
3392 * display.texi (Defining Faces): Recommend against face variables.
3393
35539065
JB
33942008-09-16 Juanma Barranquero <lekktu@gmail.com>
3395
3396 * display.texi (Echo Area Customization): Fix typo.
3397
6a57054b
JB
33982008-09-09 Juanma Barranquero <lekktu@gmail.com>
3399
3400 * loading.texi (Where Defined): Add `defface' item.
3401
d632fb82
MR
34022008-09-06 Martin Rudalics <rudalics@gmx.at>
3403
3404 * loading.texi (Where Defined): Fix description of symbol-file.
3405
905a9adb
JR
34062008-08-26 Jason Rumney <jasonr@gnu.org>
3407
3408 * display.texi (TIFF Images): New section describing :index property.
3409
852e91b7
CY
34102008-08-23 Chong Yidong <cyd@stupidchicken.com>
3411
3412 * display.texi (Temporary Displays): Remove unnecessary comment
3413 about usage of temp-buffer-show-hook.
3414
6be001ee
CY
34152008-08-05 Chong Yidong <cyd@stupidchicken.com>
3416
3417 * symbols.texi (Other Plists): Fix incorrect example.
3418 Suggested by Florian Beck.
3419
58e3d8e8
JB
34202008-07-31 Juanma Barranquero <lekktu@gmail.com>
3421
3422 * os.texi: Fix previous change.
3423
7c2fb837
DN
34242008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3425
3426 * os.texi:
3427 * intro.texi:
3428 * files.texi: Remove VMS support.
3429
9e2a2647
DN
34302008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3431
3432 * os.texi:
3433 * frames.texi:
3434 * display.texi: Remove mentions of Mac Carbon.
3435
c4f4682b
MB
34362008-07-01 Miles Bader <miles@gnu.org>
3437
3438 * text.texi (Special Properties):
3439 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3440
3696411e
JB
34412008-06-28 Johan Bockgård <bojohan@gnu.org>
3442
3443 * display.texi (Other Image Types): Fix copy/paste error; say
3444 "PBM", not "XBM".
3445
f2a77c3a
DN
34462008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3447
3448 * os.texi: Remove references to obsolete systems.
3449
6d52677d
EZ
34502008-06-20 Eli Zaretskii <eliz@gnu.org>
3451
3452 * makefile.w32-in (distclean): Remove makefile.
3453
1a87da4c
GM
34542008-06-17 Glenn Morris <rgm@gnu.org>
3455
3456 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3457 (elisp, dist): Remove rules and variables that are obsolete now
3458 the lisp manual is no longer distributed separately.
3459
fdda1c5d
GM
34602008-06-16 Glenn Morris <rgm@gnu.org>
3461
646692e9
GM
3462 * configure, configure.in, mkinstalldirs: Remove unused files.
3463
3464 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3465 * vol1.texi (EMACSVER):
6a57054b 3466 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3467
3468 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3469 as per maintain.info.
3470
611bee81
GM
34712008-06-15 Glenn Morris <rgm@gnu.org>
3472
a7bed3a0
GM
3473 * makefile.w32-in (manual): Use "23" rather than "21".
3474
3475 * Makefile.in (emacsver): New, set by configure.
3476 (manual): Use emacsver.
3477
d794edf2
GM
3478 * intro.texi: Report bugs using M-x report-emacs-bug.
3479
611bee81
GM
3480 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3481
c73e02fa
GM
34822008-06-13 Daniel Engeler <engeler@gmail.com>
3483
3484 * elisp.texi, internals.texi, processes.texi: Add documentation
3485 about serial port access.
3486
e40a85cd
MB
34872008-06-05 Miles Bader <miles@gnu.org>
3488
3489 * display.texi (Displaying Faces): Update to reflect function
3490 renamings in face-remap.el.
3491
7b753744
JB
34922008-06-05 Juanma Barranquero <lekktu@gmail.com>
3493
3494 * display.texi (Fontsets): Fix typos.
3495
9d3d42fb
MB
34962008-06-03 Miles Bader <miles@gnu.org>
3497
7b753744
JB
3498 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3499 remove-relative-face-remapping, set-base-face-remapping,
3500 and set-default-base-face-remapping.
9d3d42fb 3501
f2cec7a9
MB
35022008-06-01 Miles Bader <miles@gnu.org>
3503
3504 * display.texi (Displaying Faces): Add face-remapping-alist.
3505
8f39c96d
SM
35062008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3507
3508 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3509 variable names.
3510
1ef5eecc
ER
35112008-05-03 Eric S. Raymond <esr@golux>
3512
352c8b4a 3513 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3514 (current-global-map) return references, not copies.
3515
63b4387f
JL
35162008-05-02 Juri Linkov <juri@jurta.org>
3517
3518 * minibuf.texi (Text from Minibuffer): Document a list of
3519 default values for `read-from-minibuffer'.
3520
38a8b703
JB
35212008-04-24 Juanma Barranquero <lekktu@gmail.com>
3522
3523 * nonascii.texi (Translation of Characters): Fix previous change.
3524
7c42e639
CY
35252008-04-20 Chong Yidong <cyd@stupidchicken.com>
3526
3527 * display.texi (Overlay Properties): Clarify role of underlying
3528 textprop and overlay keymaps for display strings.
3529
3530 * keymaps.texi (Active Keymaps): Ditto.
3531
25c0d999
SM
35322008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * minibuf.texi (Programmed Completion):
3535 Replace dynamic-completion-table with the new completion-table-dynamic.
3536
e3af5968
CY
35372008-04-07 Chong Yidong <cyd@stupidchicken.com>
3538
3539 * intro.texi (Some Terms): Change "fonts in this manual" index
3540 entry to "typographic conventions".
3541
6bfc8698
EZ
35422008-04-05 Eli Zaretskii <eliz@gnu.org>
3543
3544 * objects.texi (Text Props and Strings): Add indexing for read
3545 syntax of text properties.
3546
4972c361
SM
35472008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * processes.texi (Decoding Output): Remove process-filter-multibyte
3550 functions.
3551
c70a68db
MR
35522008-03-15 Martin Rudalics <rudalics@gmx.at>
3553
3554 * display.texi (Finding Overlays): Say that empty overlays at
3555 the end of the buffer are reported too.
3556
1291fd36
GM
35572008-03-13 Glenn Morris <rgm@gnu.org>
3558
3559 * elisp.texi (EMACSVER): Set to 23.0.60.
3560
c6b0dfd5
CY
35612008-02-26 Chong Yidong <cyd@stupidchicken.com>
3562
38a8b703 3563 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3564
875fc30c
GM
35652008-02-22 Glenn Morris <rgm@gnu.org>
3566
3567 * frames.texi (Position Parameters): Clarify the description of
3568 `left' and `top', using information from "Geometry".
3569 (Geometry): Give a pointer to "Position Parameters", rather than
3570 repeating information.
3571
d8c8e45a
GM
35722008-02-11 Glenn Morris <rgm@gnu.org>
3573
3574 * objects.texi (Equality Predicates): No longer talk about "two"
3575 functions.
3576
38a8b703 35772008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3578
3579 * objects.texi (Equality Predicates): Add defun for
3580 equal-including-properties.
3581
bfffe0b1
GM
35822008-02-10 Glenn Morris <rgm@gnu.org>
3583
3584 * objects.texi (Equality Predicates):
3585 Mention equal-including-properties.
3586
431b78c9
RS
35872008-02-07 Richard Stallman <rms@gnu.org>
3588
3589 * windows.texi (Window Start): Mention the feature of moving
3590 window-start to start of line.
3591
c8763fb6 35922008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3593
3594 * keymaps.texi (Tool Bar): Document rtl property.
3595
1a256502
TTN
35962008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3597
3598 * display.texi (Button Types):
3599 For define-button-type, clarify type of NAME.
3600
569382c2
MR
36012008-01-19 Martin Rudalics <rudalics@gmx.at>
3602
3603 * buffers.texi (Buffer Modification): Fix typo.
3604
f3041af1
DN
36052008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3606
3607 * os.texi (System Environment): Remove references to OSes that are
3608 not supported anymore.
3609
d35e1cd7
DN
36102008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3611
3612 * os.texi (System Environment): Remove mention for Masscomp.
3613
23af7580
RS
36142008-01-04 Richard Stallman <rms@gnu.org>
3615
3616 * display.texi (Faces): Don't talk about internal face vector as arg
3617 to facep.
3618
3619 * customize.texi (Type Keywords): Fix previous change.
3620
3621 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3622 * elisp.texi (Top): Fix menu for commands.texi change.
3623
ec7d5b1e
RS
36242007-12-30 Richard Stallman <rms@gnu.org>
3625
5dcb4c4e 3626 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3627 (Accessing Scroll): New node broken out of Accessing Mouse.
3628
101a6cea
RS
36292007-12-28 Richard Stallman <rms@gnu.org>
3630
3631 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3632 (Basic Parameters): For `title', refer to title bar.
041817a4 3633 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3634
72b7e664
RS
36352007-12-23 Richard Stallman <rms@gnu.org>
3636
3637 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3638 Improve some of the commented-out keywords' text too.
3639
27a4f445
MR
36402007-12-14 Martin Rudalics <rudalics@gmx.at>
3641
e2e3f1d7
MR
3642 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3643 "visit the current buffer".
3644
27a4f445
MR
3645 * os.texi (System Interface): Fix typo.
3646
a2afc99d
RS
36472007-12-04 Richard Stallman <rms@gnu.org>
3648
3649 * objects.texi (Symbol Type): Fix typo.
3650
b694135c
RS
36512007-12-03 Richard Stallman <rms@gnu.org>
3652
3653 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3654
f99a19da
GM
36552007-12-01 Glenn Morris <rgm@gnu.org>
3656
3657 * functions.texi (Declaring Functions): Improve previous change.
3658
8f4b37d8
GM
36592007-11-30 Glenn Morris <rgm@gnu.org>
3660
3661 * functions.texi (Declaring Functions): Add optional fourth
3662 argument of declare-function, and setting third argument to `t'.
3663
61a2fe01
RS
36642007-11-29 Richard Stallman <rms@gnu.org>
3665
3666 * customize.texi (Composite Types): Document `group' type.
3667
cbfc5193
GM
36682007-11-29 Glenn Morris <rgm@gnu.org>
3669
5dcb4c4e
SM
3670 * functions.texi (Declaring Functions): Add findex.
3671 Mention `external' files.
cbfc5193 3672
8386283a
JB
36732007-11-26 Juanma Barranquero <lekktu@gmail.com>
3674
3675 * functions.texi (Declaring Functions): Fix directive.
3676
a07c9a8b
RS
36772007-11-25 Richard Stallman <rms@gnu.org>
3678
3679 * help.texi (Help Functions): Clean up last change.
3680
3681 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3682
3683 * loading.texi (Named Features): Minor cleanup.
3684
3685 * macros.texi (Eval During Expansion): Minor cleanup.
3686
3687 * variables.texi (Variable Aliases): Minor cleanup.
3688
a0925923
RS
36892007-11-24 Richard Stallman <rms@gnu.org>
3690
3691 * functions.texi (Declaring Functions): Clarify previous change.
3692
3693 * compile.texi (Compiler Errors): Clarify previous change.
3694
20c63e44
RS
36952007-11-24 Richard Stallman <rms@gnu.org>
3696
e5e76c04 3697 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3698 Clarify the text and move items around.
3699
5bb0cda3
GM
37002007-11-24 Glenn Morris <rgm@gnu.org>
3701
3702 * functions.texi (Declaring Functions): New section.
3703 * compile.texi (Compiler Errors): Mention declaring functions,
3704 defvar with no initvalue, and byte-compile-warnings.
3705
af13c86a
MR
37062007-11-15 Martin Rudalics <rudalics@gmx.at>
3707
3708 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3709 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3710
a5373305
MR
37112007-11-13 Martin Rudalics <rudalics@gmx.at>
3712
3713 * help.texi (Help Functions): Document new macro `with-help-window'.
3714
fe284805
JL
37152007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3716
3717 * searching.texi (Replacing Match): Describe new
3718 `match-substitute-replacement'.
3719
2c3a09b1
RS
37202007-10-31 Richard Stallman <rms@gnu.org>
3721
3722 * strings.texi (Creating Strings): Null strings from concat not unique.
3723
f2b480f4
RS
37242007-10-26 Richard Stallman <rms@gnu.org>
3725
3726 * objects.texi (Equality Predicates): Null strings are uniquified.
3727
3728 * minibuf.texi: Minor clarifications in previous change.
3729
db21122c
GM
37302007-10-25 Glenn Morris <rgm@gnu.org>
3731
3732 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3733
2328cbb3
RS
37342007-10-24 Richard Stallman <rms@gnu.org>
3735
3736 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3737
3738 * variables.texi (Frame-Local Variables): Node deleted.
3739 (Variables): Delete Frame-Local Variables from menu.
3740 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3741 (Default Value): Don't mention frame-local vars.
3742
3743 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3744
3745 * loading.texi (Unloading): Document FEATURE-unload-function
3746 instead of FEATURE-unload-hook.
3747
2328cbb3
RS
3748 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3749
c066bafa
JL
37502007-10-22 Juri Linkov <juri@jurta.org>
3751
3752 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3753 (High-Level Completion): Document a list of default value strings
3754 in the DEFAULT argument, for which minibuffer functions return the
3755 first element.
3756
65ced25f
JL
37572007-10-17 Juri Linkov <juri@jurta.org>
3758
3759 * text.texi (Filling): Update arguments of fill-paragraph.
3760 fill-paragraph operates on the active region in Transient Mark mode.
3761 Remove fill-paragraph-or-region.
3762
ee46ec8e
KB
37632007-10-13 Karl Berry <karl@gnu.org>
3764
3765 * elisp.texi (@dircategory): Move to after @copying,
3766 since we want @copying as close as possible to the beginning of
3767 the output.
3768
61bbdbc6
RS
37692007-10-12 Richard Stallman <rms@gnu.org>
3770
3771 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3772
3773 * commands.texi (Distinguish Interactive): New node,
3774 broken out from Interactive Call and rewritten.
3775 (Command Loop): Put Distinguish Interactive in menu.
3776
af23e1e8
RS
37772007-10-09 Richard Stallman <rms@gnu.org>
3778
3779 * text.texi (Examining Properties): Mention overlay priority.
3780
3781 * display.texi (Display Margins): Correct the description
3782 of margin display specifications.
3783 (Replacing Specs): New subnode broken out of Display Property.
3784
e1965a69
JL
37852007-10-06 Juri Linkov <juri@jurta.org>
3786
3787 * text.texi (Filling): Document fill-paragraph-or-region.
3788
4638454b
JB
37892007-10-05 Juanma Barranquero <lekktu@gmail.com>
3790
3791 * display.texi (Auto Faces): Fix typo.
3792
7ed54cc5
RS
37932007-10-02 Richard Stallman <rms@gnu.org>
3794
3795 * display.texi (Display Property): Explain some display specs
3796 don't let you move point in.
3797
5dcb4c4e
SM
3798 * frames.texi (Cursor Parameters):
3799 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3800
3801 * windows.texi (Basic Windows): Don't describe
3802 cursor-in-non-selected-windows here.
3803
305a7ef2
EZ
38042007-10-01 Eli Zaretskii <eliz@gnu.org>
3805
3806 * processes.texi (Misc Network): Note that these functions are
3807 supported only on some systems.
3808
f7a7f4eb
RS
38092007-10-01 Richard Stallman <rms@gnu.org>
3810
3811 * display.texi (Overlay Properties): Explain nil as priority.
3812 Explain that conflicts are unpredictable if not resolved by
3813 priorities.
3814
780d7bb9
RS
38152007-09-23 Richard Stallman <rms@gnu.org>
3816
3817 * macros.texi (Backquote): Minor clarification.
3818
14b4fdfb
RS
38192007-09-19 Richard Stallman <rms@gnu.org>
3820
3821 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3822 Clarify when they work in parallel and when one overrides.
3823 Fix error in example.
14b4fdfb 3824
b8d4c8d0
GM
38252007-09-06 Glenn Morris <rgm@gnu.org>
3826
b3e755a9 3827 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3828 commands to use ../../info.
3829 * Makefile.in (infodir): Go up one more level.
4638454b 3830 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3831 (miscmanualdir): New.
3832 (dist): Use new variable miscmanualdir.
3833 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3834 (usermanualdir): Change from ../man to ../emacs.
3835
1bb1f7d3
MR
38362007-08-30 Martin Rudalics <rudalics@gmx.at>
3837
3838 * commands.texi (Command Loop Info): Advise against changing
3839 most variables described here. Explain new variable
3840 last-repeatable-command.
3841
b8d4c8d0
GM
38422007-08-29 Glenn Morris <rgm@gnu.org>
3843
3844 * elisp.texi (EMACSVER): Increase to 23.0.50.
3845
38462007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3847
3848 * frames.texi (Basic Parameters): Add display-environment-variable
3849 and term-environment-variable.
3850
38512007-08-28 Juri Linkov <juri@jurta.org>
3852
3853 * display.texi (Image Formats, Other Image Types): Add SVG.
3854
38552007-08-28 Juri Linkov <juri@jurta.org>
3856
3857 * display.texi (Images): Move formats-related text to new node
3858 "Image Formats".
3859 (Image Formats): New node.
3860
619fb9ee
RS
38612007-08-27 Richard Stallman <rms@gnu.org>
3862
3863 * windows.texi (Window Configurations): Clarify what
3864 a window configuration saves.
3865
b8d4c8d0
GM
38662007-08-25 Richard Stallman <rms@gnu.org>
3867
3868 * display.texi (Images): Delete redundant @findex.
3869
39f9da30
GM
38702007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3871
3872 * text.texi (Change Hooks): (after|before)-change-functions are no
3873 longer bound to nil while running; rather inhibit-modification-hooks
3874 is t.
3875
b8d4c8d0
GM
38762007-08-16 Richard Stallman <rms@gnu.org>
3877
5dcb4c4e
SM
3878 * processes.texi (Asynchronous Processes):
3879 Clarify doc of start-file-process.
b8d4c8d0
GM
3880
38812007-08-08 Martin Rudalics <rudalics@gmx.at>
3882
3883 * modes.texi (Example Major Modes): Fix typo.
3884
38852007-08-08 Glenn Morris <rgm@gnu.org>
3886
3887 * intro.texi (nil and t): Do not use `iff' in documentation.
3888
3889 * tips.texi (Documentation Tips): Recommend against `iff'.
3890
38912007-08-07 Chong Yidong <cyd@stupidchicken.com>
3892
3893 * display.texi (Image Cache): Document image-refresh.
3894
38952007-08-06 Martin Rudalics <rudalics@gmx.at>
3896
3897 * windows.texi (Size of Window): Document window-full-width-p.
3898
38992007-07-25 Glenn Morris <rgm@gnu.org>
3900
3901 * gpl.texi (GPL): Replace license with GPLv3.
3902
3903 * Relicense all FSF files to GPLv3 or later.
3904
39052007-07-24 Michael Albinus <michael.albinus@gmx.de>
3906
4638454b
JB
3907 * processes.texi (Synchronous Processes):
3908 Add `process-file-shell-command'.
b8d4c8d0
GM
3909 (Asynchronous Processes): Mention restricted use of
3910 `process-filter' and `process-sentinel' in
3911 `start-file-process'. Add `start-file-process-shell-command'.
3912
39132007-07-17 Michael Albinus <michael.albinus@gmx.de>
3914
3915 * files.texi (Magic File Names): Introduce optional parameter
3916 IDENTIFICATION for `file-remote-p'.
3917
39182007-07-16 Richard Stallman <rms@gnu.org>
3919
3920 * display.texi (Defining Faces): Fix previous change.
3921
39222007-07-14 Richard Stallman <rms@gnu.org>
3923
3924 * control.texi (Handling Errors): Document `debug' in handler list.
3925
39262007-07-10 Richard Stallman <rms@gnu.org>
3927
3928 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3929
39302007-07-09 Richard Stallman <rms@gnu.org>
3931
3932 * files.texi (Magic File Names): Rewrite previous change.
3933
39342007-07-08 Michael Albinus <michael.albinus@gmx.de>
3935
3936 * files.texi (Magic File Names): Introduce optional parameter
3937 CONNECTED for `file-remote-p'.
3938
39392007-07-07 Michael Albinus <michael.albinus@gmx.de>
3940
3941 * processes.texi (Asynchronous Processes):
3942 * files.texi (Magic File Names): Add `start-file-process'.
3943
39442007-06-27 Richard Stallman <rms@gnu.org>
3945
5dcb4c4e
SM
3946 * files.texi (Format Conversion Piecemeal):
3947 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3948
39492007-06-27 Michael Albinus <michael.albinus@gmx.de>
3950
4638454b
JB
3951 * files.texi (Magic File Names): Remove `dired-call-process'.
3952 Add `process-file'.
b8d4c8d0
GM
3953
39542007-06-27 Kenichi Handa <handa@m17n.org>
3955
3956 * text.texi (Special Properties): Fix description about
4638454b 3957 `composition' property.
b8d4c8d0
GM
3958
39592007-06-26 Kenichi Handa <handa@m17n.org>
3960
3961 * nonascii.texi (Default Coding Systems): Document about the
3962 return value `undecided'.
3963
39642007-06-25 David Kastrup <dak@gnu.org>
3965
3966 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3967 `current-active-maps'.
3968
39692007-06-24 Karl Berry <karl@gnu.org>
3970
4638454b 3971 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3972
39732007-06-15 Juanma Barranquero <lekktu@gmail.com>
3974
3975 * display.texi (Overlay Arrow): Doc fix.
3976
39772007-06-14 Karl Berry <karl@tug.org>
3978
3979 * anti.texi (Antinews): Typo.
3980
39812007-06-14 Chong Yidong <cyd@stupidchicken.com>
3982
3983 * display.texi (Image Cache): Document image-refresh.
3984
39852007-06-12 Karl Berry <karl@gnu.org>
3986
3987 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3988 * two-volume.make: New file.
3989 * .cvsignore: Ignore two-volume files.
3990
39912007-06-12 Tom Tromey <tromey@redhat.com>
3992
3993 * os.texi (Init File): Document user-emacs-directory.
3994
39952007-06-03 Nick Roberts <nickrob@snap.net.nz>
3996
3997 * commands.texi (Click Events): Describe width and height when
3998 object is nil.
3999
40002007-05-30 Nick Roberts <nickrob@snap.net.nz>
4001
5dcb4c4e
SM
4002 * commands.texi (Click Events): Layout more logically.
4003 Describe width and height.
b8d4c8d0
GM
4004 (Drag Events, Motion Events): Update to new format for position.
4005
40062007-06-02 Richard Stallman <rms@gnu.org>
4007
4008 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4009
40102007-06-02 Chong Yidong <cyd@stupidchicken.com>
4011
4012 * Version 22.1 released.
4013
40142007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * text.texi (Special Properties): Correct meaning of fontified face.
4017
40182007-05-30 Richard Stallman <rms@gnu.org>
4019
4020 * text.texi (Special Properties): Add link to Adjusting Point.
4021
40222007-05-12 Richard Stallman <rms@gnu.org>
4023
4024 * text.texi (Margins): indent-to-left-margin is not the default.
4025 (Mode-Specific Indent): For indent-line-function, the default
4026 is indent-relative.
4027
4028 * modes.texi (Example Major Modes): Explain last line of text-mode
4029 is redundant.
4030
40312007-05-10 Richard Stallman <rms@gnu.org>
4032
4033 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4034
4035 * help.texi (Keys in Documentation): Add reference to
4036 Documentation Tips.
4037
4038 * files.texi (Format Conversion): TO-FN gets three arguments.
4039
4040 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4041
40422007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4043
4044 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4045 * files.texi (Format Conversion): Expand intro; add menu.
4046 (Format Conversion Overview, Format Conversion Round-Trip)
4047 (Format Conversion Piecemeal): New nodes/subsections.
4048 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4049 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4050 (Saving Properties): Delete node/subsection.
4051
40522007-05-07 Karl Berry <karl@gnu.org>
4053
4054 * elisp.texi (EMACSVER): Back to 22.
4055
40562007-05-06 Richard Stallman <rms@gnu.org>
4057
4058 * processes.texi (Accepting Output): Revert most of previous change.
4059
40602007-05-05 Richard Stallman <rms@gnu.org>
4061
4062 * processes.texi (Accepting Output): accept-process-output
4063 uses microseconds, not milliseconds. But that arg is obsolete.
4064
40652007-05-04 Karl Berry <karl@tug.org>
4066
4067 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4068
40692007-05-04 Eli Zaretskii <eliz@gnu.org>
4070
4071 * tips.texi (Documentation Tips): Rearrange items to place the
4072 more important ones first. Add an index entry for hyperlinks.
4073
40742007-05-03 Karl Berry <karl@gnu.org>
4075
4076 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4077 (EMACSVER) [smallbook]: 22 for printed version.
4078
4079 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4080 so restore anchor to normal position after defun. Found by Kevin Ryde.
4081
40822007-04-26 Glenn Morris <rgm@gnu.org>
4083
4084 * elisp.texi (EMACSVER): Increase to 22.1.50.
4085
40862007-04-28 Karl Berry <karl@gnu.org>
4087
4088 * elisp.texi: Improve line breaks on copyright page,
4089 similar layout to emacs manual, 8.5x11 by default.
4090
40912007-04-24 Richard Stallman <rms@gnu.org>
4092
4093 * text.texi (Special Properties): Add xref to Overlay Properties.
4094
4095 * display.texi (Overlay Properties): Add xref to Special Properties.
4096
40972007-04-22 Richard Stallman <rms@gnu.org>
4098
4099 * keymaps.texi (Extended Menu Items): Move the info about
4100 format with cached keyboard binding.
4101
41022007-04-21 Richard Stallman <rms@gnu.org>
4103
4104 * text.texi (Special Properties): Clarify previous change.
4105
4106 * files.texi (File Name Expansion): Clarify previous change.
4107
4108 * display.texi (Attribute Functions): Fix example for
4109 face-attribute-relative-p.
4110
41112007-04-19 Kenichi Handa <handa@m17n.org>
4112
4113 * text.texi (Special Properties): Document composition property.
4114
41152007-04-19 Glenn Morris <rgm@gnu.org>
4116
4117 * files.texi (File Name Expansion): Mention "superroot".
4118
41192007-04-15 Chong Yidong <cyd@stupidchicken.com>
4120
4121 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4122 setups.
4123 (Display Feature Testing): Note that display refers to all
4124 physical monitors for multi-monitor setups.
4125
41262007-04-14 Richard Stallman <rms@gnu.org>
4127
4128 * lists.texi (Sets And Lists): Clarify `delete' examples.
4129 Remove spurious xref to same node.
4130 Clarify xref for add-to-list.
4131
41322007-04-12 Nick Roberts <nickrob@snap.net.nz>
4133
4134 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4135 value of lisp-mode-map.
4136
41372007-04-11 Karl Berry <karl@gnu.org>
4138
4139 * anti.texi (Antinews):
4140 * display.texi (Overlay Properties, Defining Images):
4141 * processes.texi (Synchronous Processes, Sentinels):
4142 * syntax.texi (Syntax Table Internals):
4143 * searching.texi (Regexp Special):
4144 * nonascii.texi (Default Coding Systems):
4145 * text.texi (Special Properties):
4146 * minibuf.texi (Basic Completion): Wording to improve breaks in
4147 8.5x11 format.
4148 * elisp.texi (smallbook): New @set to more easily switch between
4149 smallbook and 8.5x11.
4150
41512007-04-11 Richard Stallman <rms@gnu.org>
4152
4153 * text.texi (Lazy Properties): Minor fix.
4154
41552007-04-08 Karl Berry <karl@gnu.org>
4156
4157 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4158 * macros.texi (Backquote): Downcase Backquote in index entries for
4159 consistency.
4160
41612007-04-08 Richard Stallman <rms@gnu.org>
4162
4163 * text.texi (Adaptive Fill): Just describe default,
4164 don't show it (since it contains non-ASCII chars).
4165
41662007-04-07 Karl Berry <karl@gnu.org>
4167
4168 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4169 adaptive-fill-regexp's value, since they are not in the standard
4170 TeX fonts.
4171
41722007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4173
4174 * display.texi (Defining Faces): Fix example.
4175
41762007-04-07 Karl Berry <karl@gnu.org>
4177
4178 * display.texi (Button Buffer Commands): Improve page break.
4179
41802007-04-07 Richard Stallman <rms@gnu.org>
4181
4182 * advice.texi (Activation of Advice): Remove redundant index entry.
4183
4184 * backups.texi: Improve index entries. Remove redundant ones.
4185
4186 * compile.texi (Byte Compilation): Improve index entry.
4187
4188 * hash.texi (Creating Hash): Improve index entry.
4189
4190 * symbols.texi (Definitions): Improve index entry.
4191
4192 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4193
4194 * maps.texi (Standard Keymaps): Remove useless index entry.
4195
4196 * help.texi (Documentation Basics): Remove redundant index entries.
4197
4198 * customize.texi: Improve index entries.
4199 Remove redundant/useless ones.
4200
4201 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4202
4203 * streams.texi (Output Variables): Improve index entry.
4204
4205 * abbrevs.texi (Abbrevs): Remove useless index entry.
4206
4207 * macros.texi (Expansion): Remove useless index entry.
4208
4209 * text.texi: Improve index entries. Remove redundant/useless ones.
4210 (Text Properties, Examining Properties)
4211 (Special Properties): Use "property category" instead of "category"
4212 to refer to the `category' property.
4213
4214 * positions.texi: Improve index entries. Remove useless one.
4215
4216 * lists.texi: Improve index entries. Remove redundant/useless ones.
4217
4218 * os.texi: Improve index entries.
4219 (Timers): Fix previous change.
4220
4221 * buffers.texi: Improve index entries.
4222 (Modification Time): Get rid of term "obsolete buffer".
4223
4224 * debugging.texi: Improve index entries.
4225 (Test Coverage): Add xref to other test coverage ftr.
4226
4227 * eval.texi: Improve index entry. Remove redundant ones.
4228
4229 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4230
4231 * files.texi: Improve index entries. Remove redundant/useless ones.
4232
4233 * objects.texi: Improve index entries.
4234
4235 * processes.texi: Improve index entries.
4236
4237 * modes.texi: Improve index entry. Remove redundant one.
4238
4239 * nonascii.texi: Improve index entries.
4240
4241 * internals.texi: Improve index entries.
4242
4243 * syntax.texi: Improve index entries.
4244
4245 * keymaps.texi (Active Keymaps): Improve index entries.
4246
4247 * commands.texi: Improve index entries. Remove redundant/useless ones.
4248
4249 * frames.texi: Improve index entries. Remove redundant/useless ones.
4250
4251 * markers.texi: Improve index entries. Remove redundant ones.
4252
4253 * tips.texi: Improve index entries.
4254
4255 * loading.texi (Unloading): Improve index entry.
4256
4257 * variables.texi: Improve index entries. Remove redundant one.
4258
4259 * sequences.texi: Improve index entry.
4260
4261 * display.texi: Improve index entries. Remove redundant ones.
4262
4263 * windows.texi: Improve index entries.
4264
4265 * searching.texi: Improve index entries. Remove redundant one.
4266
4267 * strings.texi (Case Tables): Improve last change.
4268
42692007-04-04 Chong Yidong <cyd@stupidchicken.com>
4270
4271 * strings.texi (Case Tables): Document with-case-table and
4272 ascii-case-table.
4273
42742007-04-03 Karl Berry <karl@gnu.org>
4275
4276 * processes.texi (Network): Reword to improve page break.
4277
42782007-04-03 Eli Zaretskii <eliz@gnu.org>
4279
4280 * functions.texi (Inline Functions): Describe more disadvantages
4281 of defsubst, and make advice against it stronger.
4282
42832007-04-02 Karl Berry <karl@gnu.org>
4284
4285 * backups.texi (Backup Names): Avoid widow words.
4286 * modes.texi (Example Major Modes): Align last comment.
4287
42882007-04-01 Chong Yidong <cyd@stupidchicken.com>
4289
4290 * keymaps.texi (Remapping Commands): Document new arg to
4291 command-remapping.
4292
42932007-04-01 Karl Berry <karl@gnu.org>
4294
4295 * processes.texi (Low-Level Network): Typo.
4296 * loading.texi (Hooks for Loading): Avoid double "the".
4297 * keymaps.texi (Key Sequences): No double "and".
4298 (Changing Key Bindings): Shorten to improve line break.
4299
43002007-03-31 Glenn Morris <rgm@gnu.org>
4301
4302 * os.texi (Timers): Fix description of run-at-time TIME formats.
4303
43042007-03-31 Richard Stallman <rms@gnu.org>
4305
4306 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4307 regarding ellipsis.
4308
43092007-03-31 Eli Zaretskii <eliz@gnu.org>
4310
4311 * intro.texi (nil and t):
4312 * symbols.texi (Plists and Alists):
4313 * variables.texi (Variable Aliases, Constant Variables):
4314 * functions.texi (Defining Functions):
4315 * advice.texi (Advising Primitives):
4316 * debugging.texi (Syntax Errors, Compilation Errors):
4317 * minibuf.texi (Minibuffer Windows):
4318 * commands.texi (Adjusting Point):
4319 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4320 (Auto Major Mode, Major Mode Conventions):
4321 * help.texi (Describing Characters):
4322 * files.texi (Create/Delete Dirs, Information about Files)
4323 (File Locks, Writing to Files, Reading from Files)
4324 (Saving Buffers):
4325 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4326 * frames.texi (Finding All Frames):
4327 * positions.texi (Buffer End, Motion):
4328 * markers.texi (The Region):
4329 * text.texi (Deletion, Near Point):
4330 * display.texi (Displaying Messages, Truncation):
4331 * os.texi (Processor Run Time):
4332 * tips.texi (Key Binding Conventions, Programming Tips)
4333 (Warning Tips, Documentation Tips, Comment Tips):
4334 * internals.texi (Memory Usage): Improve indexing.
4335
4336 * variables.texi (Frame-Local Variables):
4337 * functions.texi (Argument List):
4338 * loading.texi (Library Search):
4339 * streams.texi (Output Variables):
4340 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4341 * searching.texi (Replacing Match, Search and Replace):
4342 * processes.texi (Byte Packing, Decoding Output)
4343 (Accepting Output, Network Servers, Shell Arguments):
4344 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4345 * windows.texi (Window Point, Window Start):
4346 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4347 * commands.texi (Reading Input, Keyboard Events):
4348 * minibuf.texi (Reading File Names, Minibuffer Completion)
4349 (Recursive Mini):
4350 * positions.texi (List Motion):
4351 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4352 * numbers.texi (Arithmetic Operations, Math Functions)
4353 (Predicates on Numbers, Comparison of Numbers):
4354 (Numeric Conversions):
4355 * locals.texi (Standard Buffer-Local Variables):
4356 * maps.texi (Standard Keymaps):
4357 * os.texi (User Identification, System Environment, Recording Input)
4358 (X11 Keysyms):
4359 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4360 * backups.texi (Backups and Auto-Saving):
4361 * customize.texi (Customization, Group Definitions)
4362 (Variable Definitions):
4363 * compile.texi (Byte Compilation): Improve index entries.
4364
43652007-03-31 Karl Berry <karl@gnu.org>
4366
4367 * macros.texi (Defining Macros): Avoid widow syllable.
4368
43692007-03-31 Eli Zaretskii <eliz@gnu.org>
4370
4371 * elisp.texi (Top): Postscript -> PostScript.
4372
4373 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4374
43752007-03-31 Markus Triska <markus.triska@gmx.at>
4376
4377 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4378
43792007-03-30 Karl Berry <karl@gnu.org>
4380
4381 * lists.texi (List-related Predicates): Remove spurious @need.
4382 (Setcdr): Use @smallexample to improve page break.
4383 (Association Lists) <assoc>: Reword to improve page break.
4384
4385 * strings.texi (String Conversion): Insert blank line to improve
4386 page break.
4387
4388 * numbers.texi (Random Numbers): Use @minus{}.
4389 (Math Functions): Use @minus{}.
4390
4391 * intro.texi (Acknowledgements): Avoid line breaks before middle
4392 initials.
4393
43942007-03-24 Eli Zaretskii <eliz@gnu.org>
4395
4396 * errors.texi (Standard Errors): Add an index entry.
4397
43982007-03-19 Richard Stallman <rms@gnu.org>
4399
4400 * os.texi (Recording Input): recent-keys now gives 300 keys.
4401
44022007-03-12 Glenn Morris <rgm@gnu.org>
4403
4404 * os.texi: Replace "daylight savings" with "daylight saving"
4405 throughout.
4406
44072007-03-05 Richard Stallman <rms@gnu.org>
4408
5dcb4c4e
SM
4409 * variables.texi (File Local Variables):
4410 Update enable-local-variables values.
b8d4c8d0
GM
4411
44122007-03-04 Richard Stallman <rms@gnu.org>
4413
4414 * syntax.texi (Control Parsing): Minor clarification.
4415
4416 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4417
4418 * sequences.texi (Sequence Functions): Move string-bytes away,
4419 add xref.
4420
4421 * nonascii.texi (Text Representations): Move string-bytes here.
4422
4423 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4424
4425 * minibuf.texi (Basic Completion): Minor clarification.
4426
4427 * markers.texi (The Mark): Clarify existence vs activation of mark.
4428 Other cleanup.
4429
4430 * display.texi (Finding Overlays): Write better example.
4431
4432 * compile.texi (Eval During Compile): Clarify putting macros
4433 in eval-when-compile.
4434
c5602427 44352007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4436
4437 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4438 load-read-function definition doc.
b8d4c8d0
GM
4439
44402007-02-21 Kim F. Storm <storm@cua.dk>
4441
4442 * strings.texi (Text Comparison): Mention that assoc-string
4443 converts symbols to strings before testing.
4444
44452007-02-17 Kim F. Storm <storm@cua.dk>
4446
4447 * processes.texi (Bindat Spec): Vector types can have optional
4448 element type.
4449 (Bindat Examples): Fix example. Add vector with element type.
4450
44512007-02-16 Andreas Schwab <schwab@suse.de>
4452
4453 * strings.texi (Formatting Strings): Document '+' flag.
4454
44552007-02-15 Juanma Barranquero <lekktu@gmail.com>
4456
4457 * strings.texi (Modifying Strings): Clarify that `clear-string'
4458 always converts the string to unibyte.
4459
44602007-02-14 Kim F. Storm <storm@cua.dk>
4461
4462 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4463 Rewrite glyph code description to refer to these functions.
4464 Remove details of encoding face number and char into integer code.
4465
44662007-02-03 Alan Mackenzie <acm@muc.de>
4467
4468 * loading.texi (Hooks for Loading): Make the description of
4469 `eval-after-load' more detailed, and amend the description of
4470 after-load-alist, in accordance with changes from 2006-05.
4471
44722007-02-03 Chong Yidong <cyd@stupidchicken.com>
4473
4474 * modes.texi (Defining Minor Modes): Document that a :require
4475 keyword or similar may be required to make saved customization
4476 variables work.
4477
44782007-02-03 Eli Zaretskii <eliz@gnu.org>
4479
4480 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4481 Texinfo guidelines and with what texnfo-upd.el expects.
4482 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4483 parts needed by `texinfo-multiple-files-update'.
4484
44852007-02-02 Eli Zaretskii <eliz@gnu.org>
4486
4487 * elisp.texi (Top): Update the top-level menus.
4488
4489 * syntax.texi (Categories): Add index entries.
4490
44912007-02-01 Juanma Barranquero <lekktu@gmail.com>
4492
4493 * display.texi (Attribute Functions): Fix name and description of
4494 the UNDERLINE arg of `set-face-underline-p'.
4495
44962007-01-29 Eli Zaretskii <eliz@gnu.org>
4497
4498 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4499 Variables", and "Standard Keymaps" to the detailed menu.
4500
4501 * variables.texi (Future Local Variables): Add index entry.
4502
45032007-01-28 Richard Stallman <rms@gnu.org>
4504
4505 * tips.texi (Coding Conventions): Clarify the tip about macros
4506 that define a function or a variable.
4507
4508 * files.texi (File Attributes): UID and GID can be floats.
4509 (Magic File Names): Explain why deferring all operations to
4510 the standard handler does not work.
4511
45122007-01-23 Martin Rudalics <rudalics@gmx.at>
4513
4514 * backups.texi (Reverting): Use "buffer" instead of "file"
4515 when talking about major and minor modes.
4516
45172007-01-21 Richard Stallman <rms@gnu.org>
4518
4519 * help.texi (Documentation): Add xref to Documentation Tips.
4520
45212007-01-14 Juanma Barranquero <lekktu@gmail.com>
4522
4523 * tips.texi (Coding Conventions): Fix typos.
4524
45252007-01-05 Richard Stallman <rms@gnu.org>
4526
4527 * modes.texi (Defining Minor Modes): Fix previous change.
4528
45292007-01-03 Richard Stallman <rms@gnu.org>
4530
4531 * customize.texi (Variable Definitions, Customization Types):
4532 Don't use * in doc string for defcustom.
4533
45342007-01-02 Richard Stallman <rms@gnu.org>
4535
4536 * variables.texi (Variable Aliases): Clarify that aliases vars
4537 always have the same value.
4538
4539 * processes.texi (Bindat Spec): Fix Texinfo usage.
4540
4541 * modes.texi (Defining Minor Modes): Explain effect of command
4542 defined with define-global-minor-mode on new buffers.
4543
45442006-12-30 Kim F. Storm <storm@cua.dk>
4545
4546 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4547 `auto-resize-tool-bars'.
4548
45492006-12-30 Richard Stallman <rms@gnu.org>
4550
4551 * keymaps.texi (Active Keymaps): Fix previous change.
4552
45532006-12-30 Nick Roberts <nickrob@snap.net.nz>
4554
4555 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4556
45572006-12-30 Kim F. Storm <storm@cua.dk>
4558
4559 * processes.texi (Bindat Spec): Clarify using field names in
4560 length specifications.
4561
45622006-12-29 Kim F. Storm <storm@cua.dk>
4563
4564 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4565 Add count and index variables for eval forms in repeat blocks.
4566
45672006-12-24 Richard Stallman <rms@gnu.org>
4568
5dcb4c4e
SM
4569 * customize.texi (Variable Definitions):
4570 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4571
45722006-12-19 Kim F. Storm <storm@cua.dk>
4573
4574 * commands.texi (Misc Events): User signals now result in sigusr1
4575 and sigusr2 events which are handled through special-event-map.
4576 (Special Events): User signals and drag-n-drop are special.
4577
45782006-12-17 Richard Stallman <rms@gnu.org>
4579
4580 * loading.texi (Named Features): Explain subfeatures better.
4581
4582 * customize.texi: Use "option" only for user options.
4583 For the keyword values inside defcustom etc, say "keywords".
4584 For :options value's elements, say "elements".
4585 :group should not be omitted.
4586
4587 * syntax.texi (Parsing Expressions): Split up node.
4588 (Motion via Parsing, Position Parse, Parser State)
4589 (Low-Level Parsing, Control Parsing): New subnodes.
4590 (Parser State): Document syntax-ppss-toplevel-pos.
4591
4592 * positions.texi (List Motion): Punctuation fix.
4593
4594 * files.texi (File Name Completion): Document PREDICATE arg
4595 to file-name-completion.
4596
45972006-12-16 Eli Zaretskii <eliz@gnu.org>
4598
4599 * internals.texi (Building Emacs, Writing Emacs Primitives):
4600 Add index entries.
4601
46022006-12-11 Richard Stallman <rms@gnu.org>
4603
4604 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4605 affects face menu. Explain how to make it non-nil without enabling
4606 any fontification.
4607
46082006-12-10 Chong Yidong <cyd@stupidchicken.com>
4609
4610 * modes.texi (Font Lock Basics): Document nil value of
4611 font-lock-defaults.
4612
46132006-12-10 Glenn Morris <rgm@gnu.org>
4614
4615 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4616 value for system-flag argument. Abbrev tables may not be empty
4617 when major modes are loaded.
4618
46192006-12-08 Juanma Barranquero <lekktu@gmail.com>
4620
4621 * makefile.w32-in (maintainer-clean): Partially revert last
4622 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4623 to protect elisp-covers.texi.
4624
46252006-12-07 Juanma Barranquero <lekktu@gmail.com>
4626
4627 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4628 Don't remove elisp* info files; they are already deleted by the
4629 `clean' and `distclean' targets, and they are in the $(infodir)
4630 directory, not the current one.
4631
46322006-12-04 Kim F. Storm <storm@cua.dk>
4633
4634 * commands.texi (Misc Events): Update signal events.
4635 (Event Examples): Add signal example.
4636
46372006-11-29 Richard Stallman <rms@gnu.org>
4638
4639 * frames.texi (Visibility of Frames): Explain visible windows
4640 can be covered by others. Add xref for raise-frame.
4641
46422006-11-28 Richard Stallman <rms@gnu.org>
4643
4644 * searching.texi (Regexp Special): Update when ^ is special.
4645
46462006-11-27 Eli Zaretskii <eliz@gnu.org>
4647
4648 * customize.texi (Customization, Common Keywords)
4649 (Group Definitions, Variable Definitions, Composite Types)
4650 (Type Keywords, Customization Types): Add index entries for
4651 various customization keywords.
4652
46532006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4654
4655 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4656
c8763fb6 46572006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4658
4659 * frames.texi (Window System Selections): Remove clipboard from
4660 description of selection-coding-system.
4661
46622006-11-06 Richard Stallman <rms@gnu.org>
4663
4664 * lists.texi (List Variables): Document COMPARE-FN.
4665
4666 * keymaps.texi: Avoid use of "binding" to mean a relation;
4667 use it only to refer to the meaning associated with a key.
4668 (Keymaps): Change menu node description.
4669
4670 * elisp.texi (Top): Change menu node description.
4671
4672 * display.texi (Managing Overlays): Document overlay-recenter.
4673
46742006-10-29 Chong Yidong <cyd@stupidchicken.com>
4675
4676 * Makefile.in: Use relative paths to avoid advertising filesystem
4677 contents during compilation.
4678
46792006-10-23 Kim F. Storm <storm@cua.dk>
4680
4681 * commands.texi (Event Input Misc): Update unread-command-events.
4682
46832006-10-23 Nick Roberts <nickrob@snap.net.nz>
4684
4685 * lists.texi (Sets And Lists): Fix typos.
4686
46872006-10-18 Juanma Barranquero <lekktu@gmail.com>
4688
4689 * control.texi (Processing of Errors): Use @var for an argument,
4690 not @code.
4691
46922006-10-16 Richard Stallman <rms@gnu.org>
4693
4694 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4695
4696 * keymaps.texi (Format of Keymaps): Show all the keymap element
4697 patterns that result from menu items.
4698 (Key Lookup): Minor cleanups.
4699
4700 * modes.texi (Precalculated Fontification): Don't say that
4701 not setting font-lock-defaults avoids loading font-lock.
4702
4703 * help.texi (Documentation): Move xref to Emacs Manual here.
4704 (Documentation Basics): From here.
4705 Also doc emacs-lisp-docstring-fill-column.
4706
4707 * elisp.texi: Update version and ISBN.
4708
4709 * commands.texi (Interactive Call): Clarify KEYS arg to
4710 call-interactively is a vector.
4711 (Command Loop Info): Delete anchor in this-command-keys.
4712 Add anchor in this-command-keys-vector.
4713 (Recursive Editing): Document how recursive-edit
4714 handles the current buffer.
4715
47162006-10-13 Chong Yidong <cyd@stupidchicken.com>
4717
4718 * frames.texi (Frame Titles): %c and %l are ignored in
4719 frame-title-format.
4720
47212006-10-11 Richard Stallman <rms@gnu.org>
4722
4723 * keymaps.texi (Key Sequences): Clarify use of kbd.
4724
47252006-10-10 Kim F. Storm <storm@cua.dk>
4726
4727 * lists.texi (Sets And Lists): Add memql.
4728
47292006-10-03 Richard Stallman <rms@gnu.org>
4730
4731 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4732 Clarify :ascii: and :nonascii:.
4733
47342006-09-29 Juri Linkov <juri@jurta.org>
4735
4736 * modes.texi (%-Constructs): Reorder coding systems in the
4737 documentation of %z to the real order displayed in the modeline.
4738
47392006-09-25 Richard Stallman <rms@gnu.org>
4740
4741 * os.texi (Timers): Describe timer-max-repeats.
4742
47432006-09-25 Chong Yidong <cyd@stupidchicken.com>
4744
4745 * os.texi (Timers): Mention with-local-quit.
4746
47472006-09-24 Richard Stallman <rms@gnu.org>
4748
4749 * searching.texi (Searching and Matching): Mention property search.
4750
4751 * commands.texi (Command Loop Info): Explain how read-event affects
4752 this-command-keys.
4753
47542006-09-20 Richard Stallman <rms@gnu.org>
4755
4756 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4757
4758 * windows.texi (Window Start): Minor cleanups.
4759
47602006-09-20 Kim F. Storm <storm@cua.dk>
4761
4762 * windows.texi (Window Start): pos-visible-in-window-p allows
4763 specifying t for position to mean "end of window".
4764 Add window-line-height.
4765
4766 * anti.texi (Antinews): Mention window-line-height.
4767
47682006-09-19 David Kastrup <dak@gnu.org>
4769
4770 * keymaps.texi (Searching Keymaps): Small clarification.
4771
47722006-09-18 Richard Stallman <rms@gnu.org>
4773
4774 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4775 cause keyboard menus.
4776 (Menu Keymaps): Likewise.
4777 (Defining Menus, Keyboard Menus): Clarify.
4778
4779 * text.texi (Fields): Clarify explanation of constrain-to-field.
4780
47812006-09-16 Eli Zaretskii <eliz@gnu.org>
4782
4783 * variables.texi (Tips for Defining): Fix a typo.
4784
47852006-09-15 Richard Stallman <rms@gnu.org>
4786
4787 * keymaps.texi (Remapping Commands, Searching Keymaps)
4788 (Active Keymaps): Clean up previous change.
4789
47902006-09-15 Jay Belanger <belanger@truman.edu>
4791
4792 * gpl.texi: Replace "Library Public License" by "Lesser Public
4793 License" throughout.
4794
47952006-09-15 David Kastrup <dak@gnu.org>
4796
4797 * keymaps.texi (Active Keymaps): Adapt description to use
4798 `get-char-property' instead `get-text-property'. Explain how
4799 mouse events change this. Explain the new optional argument of
4800 `key-binding' and its mouse-dependent lookup.
4801 (Searching Keymaps): Adapt description similarly.
4802 (Remapping Commands): Explain the new optional argument of
4803 `command-remapping'.
4804
48052006-09-14 Richard Stallman <rms@gnu.org>
4806
4807 * keymaps.texi (Searching Keymaps): Clarification.
4808 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4809
48102006-09-13 Richard Stallman <rms@gnu.org>
4811
4812 * objects.texi (Character Type): Node split.
4813 Add xref to Describing Characters.
4814 (Basic Char Syntax, General Escape Syntax)
4815 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4816
48172006-09-11 Richard Stallman <rms@gnu.org>
4818
4819 * display.texi (Display Table Format): Wording clarification.
4820 (Glyphs): Clarifications.
4821
48222006-09-10 Chong Yidong <cyd@stupidchicken.com>
4823
4824 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4825 local maps.
4826
48272006-09-10 Kim F. Storm <storm@cua.dk>
4828
4829 * display.texi (Forcing Redisplay): Document return value of
4830 function redisplay.
4831
48322006-09-09 Richard Stallman <rms@gnu.org>
4833
4834 * windows.texi (Window Hooks): Explain limits of
4835 window-scroll-functions.
4836
4837 * display.texi (Fringe Indicators): Update for last change in
4838 indicate-buffer-boundaries.
4839
48402006-09-08 Richard Stallman <rms@gnu.org>
4841
4842 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4843
48442006-09-06 Kim F. Storm <storm@cua.dk>
4845
4846 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4847
4848 * windows.texi (Window Start): Update pos-visible-in-window-p.
4849
48502006-09-04 Richard Stallman <rms@gnu.org>
4851
4852 * processes.texi (Accepting Output): Explain SECONDS=0 for
4853 accept-process-output.
4854
4855 * os.texi (Idle Timers): Explain why timer functions should not
4856 loop until (input-pending-p).
4857
48582006-09-02 Eli Zaretskii <eliz@gnu.org>
4859
4860 * makefile.w32-in (usermanualdir): New variable.
4861 (elisp.dvi): Use it.
4862
48632006-09-01 Eli Zaretskii <eliz@gnu.org>
4864
4865 * buffers.texi (Buffer Modification): Fix last change.
4866
48672006-09-01 Chong Yidong <cyd@stupidchicken.com>
4868
5dcb4c4e
SM
4869 * buffers.texi (Buffer Modification):
4870 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4871
48722006-08-31 Richard Stallman <rms@gnu.org>
4873
4874 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4875
48762006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4877
4878 * modes.texi (Syntactic Font Lock):
4879 Mention font-lock-syntactic-face-function
4880 instead of specific faces.
4881
48822006-08-29 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * display.texi (Images): Add xrref to display-images-p.
4885
48862006-08-28 Kenichi Handa <handa@m17n.org>
4887
4888 * nonascii.texi (Lisp and Coding Systems): Fix description of
4889 detect-coding-region.
4890
48912006-08-27 Michael Olson <mwolson@gnu.org>
4892
4893 * processes.texi (Transaction Queues): Remove stray quote
4894 character.
4895
48962006-08-25 Richard Stallman <rms@gnu.org>
4897
4898 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4899 Add xref.
4900
49012006-08-24 Chong Yidong <cyd@stupidchicken.com>
4902
4903 * os.texi (Timers): Avoid waiting inside timers.
4904
49052006-08-21 Lute Kamstra <lute@gnu.org>
4906
4907 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4908
49092006-08-20 Richard Stallman <rms@gnu.org>
4910
4911 * os.texi (Idle Timers): New node, split out from Timers.
4912 Document current-idle-time.
4913 * commands.texi (Reading One Event): Update xref.
4914 * elisp.texi (Top): Update subnode menu.
4915
49162006-08-16 Richard Stallman <rms@gnu.org>
4917
4918 * keymaps.texi (Extended Menu Items): Show format of cached
4919 bindings in extended menu items.
4920
4921 * customize.texi (Variable Definitions): Explain when the
4922 standard value expression is evaluated.
4923
49242006-08-15 Chong Yidong <cyd@stupidchicken.com>
4925
4926 * commands.texi (Reading One Event): Explain idleness in
4927 `read-event'.
4928
49292006-08-12 Chong Yidong <cyd@stupidchicken.com>
4930
4931 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4932 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4933 relevant for Lisp programming.
4934 (Yank Commands): Rewrite introduction.
4935 (Undo): Clarify.
4936 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4937 (Filling): Remove redundant comment. Clarify return value of
4938 current-justification.
4939 (Margins): Minor clarifications.
4940 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4941 (Sorting): Update definition of sort-lines.
4942 (Columns): Clarify behavior of sort-columns.
4943 (Indent Tabs): Link to Tab Stops in Emacs manual.
4944 (Special Properties): Clarify.
4945 (Clickable Text): Mention Buttons package.
4946
49472006-08-12 Kevin Ryde <user42@zip.com.au>
4948
4949 * os.texi (Time Parsing): Add %z to description of
4950 format-time-string, as per docstring. Add cross reference to
4951 glibc manual for strftime.
4952
49532006-08-08 Richard Stallman <rms@gnu.org>
4954
4955 * modes.texi: Clean up wording in previous change.
4956
49572006-08-07 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * modes.texi (Hooks): Clarify.
4960 (Major Mode Basics): Mention define-derived-mode explicitly.
4961 (Major Mode Conventions): Rebinding RET is OK for some modes.
4962 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4963 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4964 (Mode Line Basics): Clarify.
4965 (Mode Line Data): Mention help-echo and local-map in strings.
4966 Explain reason for treatment of non-risky variables.
4967 (Properties in Mode): Clarify.
4968 (Faces for Font Lock): Add font-lock-negation-char-face.
4969
49702006-08-04 Eli Zaretskii <eliz@gnu.org>
4971
4972 * strings.texi (Formatting Strings): Warn against arbitrary
4973 strings as first arg to `format'.
4974
49752006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4976
4977 * text.texi (Clickable Text): Mention `help-echo' text property.
4978 Update intro, examples and associated explanations.
4979
49802006-07-31 Richard Stallman <rms@gnu.org>
4981
4982 * commands.texi: Update xrefs.
4983 (Event Mod): New node, cut out from old Translating Input.
4984
4985 * maps.texi: Update xrefs.
4986
4987 * keymaps.texi (Translation Keymaps): New node.
4988 Update xrefs from Translating Input to Translation Keymaps.
4989
4990 * elisp.texi (Top): Update subnode menu.
4991
4992 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4993
4994 * os.texi (System Interface): Fix menu descriptions of some nodes.
4995 (Translating Input): Node deleted.
4996
49972006-07-31 Nick Roberts <nickrob@snap.net.nz>
4998
4999 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5000
5001 * lists.texi (Sets And Lists): Likewise.
5002
50032006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5004
5005 * text.texi (Fields): Mention POS
5006 requirement when narrowing is in effect.
5007
50082006-07-28 Richard Stallman <rms@gnu.org>
5009
5010 * display.texi (Face Attributes): Simplify wording.
5011 (Attribute Functions): Clarify meaning of new-frame default
5012 attribute settings.
5013
5014 * customize.texi (Common Keywords): Document how to use
5015 :package-version in a package not in Emacs.
5016
50172006-07-28 Kim F. Storm <storm@cua.dk>
5018
5019 * commands.texi (Reading One Event): Fix last change.
5020
50212006-07-26 Chong Yidong <cyd@stupidchicken.com>
5022
5023 * commands.texi (Reading One Event): Document SECONDS argument for
5024 read-event, read-char, and read-char-exclusive.
5025
50262006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5027
5028 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5029 to ensure correct identification.
5030
50312006-07-24 Richard Stallman <rms@gnu.org>
5032
5033 * text.texi (Clickable Text): Clarify.
5034
5035 * sequences.texi (Vector Functions): Delete duplicate xref.
5036
5037 * objects.texi (Function Type): Clarify.
5038
5039 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5040 modes.
5041
5042 * lists.texi (List Variables): New node.
5043 Material moved from other nodes.
5044
5045 * variables.texi (Setting Variables): add-to-list and
5046 add-to-ordered-list moved to List Variables node.
5047
50482006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5049
5050 * text.texi (Links and Mouse-1):
5051 For mouse-on-link-p, expand on arg POS.
5052
50532006-07-21 Kim F. Storm <storm@cua.dk>
5054
5055 * display.texi (Forcing Redisplay): Don't mention systems which
5056 don't support sub-second timers for redisplay-preemption-period.
5057
5058 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5059
50602006-07-21 Eli Zaretskii <eliz@gnu.org>
5061
5062 * frames.texi (Input Focus): Document that focus-follows-mouse has
5063 no effect on MS-Windows.
5064
50652006-07-18 Richard Stallman <rms@gnu.org>
5066
5067 * display.texi (Forcing Redisplay): Cleanups in previous change.
5068
5069 * processes.texi (Low-Level Network): Make menu more convenient.
5070
50712006-07-18 Kim F. Storm <storm@cua.dk>
5072
5073 * display.texi (Forcing Redisplay): redisplay-preemption-period
5074 only used on window systems. Add xref to Terminal Output.
5075
5076 * os.texi (Terminal Output): baud-rate only controls preemption on
5077 non-window systems. Add xref to Forcing Redisplay.
5078
5079 * processes.texi (Low-Level Network): Rename node "Make Network"
5080 to "Network Processes".
5081
50822006-07-18 Karl Berry <karl@gnu.org>
5083
5084 * variables.texi, functions.texi, customize.texi, loading.texi:
5085 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5086
50872006-07-17 Chong Yidong <cyd@stupidchicken.com>
5088
5089 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5090
50912006-07-17 Richard Stallman <rms@gnu.org>
5092
5093 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5094 Put period and comma inside quotes.
5095
5096 * loading.texi, markers.texi: Use real doublequote inside menus.
5097
5098 * windows.texi: Put point and comma inside quotes.
5099 (Textual Scrolling): Use @samp for error message.
5100
5101 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5102 * strings.texi, streams.texi, processes.texi, os.texi:
5103 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5104 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5105 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5106 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5107 Put point and comma inside quotes.
5108
5109 * control.texi (Processing of Errors): Add command-error-function.
5110
5111 * variables.texi (File Local Variables): Clarify that
5112 file local variables make buffer-local bindings.
5113
5114 * modes.texi (Syntactic Font Lock): Give default for
5115 font-lock-syntax-table.
5116
51172006-07-17 Nick Roberts <nickrob@snap.net.nz>
5118
5119 * text.texi (Special Properties): Clean up previous change.
5120
51212006-07-16 Karl Berry <karl@gnu.org>
5122
5123 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5124 * control.texi: Fix bad page breaks through chapter 10 (control).
5125
5126 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5127 underfull hbox.
5128
51292006-07-15 Nick Roberts <nickrob@snap.net.nz>
5130
5131 * text.texi (Special Properties): Describe fontified text property
5132 in relation to a character (not text).
5133
51342006-07-15 Kim F. Storm <storm@cua.dk>
5135
5136 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5137 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5138 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5139
5140 * anti.texi (Antinews): Mention redisplay function.
5141 The kbd macro existed, but was not documented, before 22.x.
5142 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5143
51442006-07-14 Nick Roberts <nickrob@snap.net.nz>
5145
5146 * display.texi (Displaying Messages): Add anchor.
5147
5148 * frames.texi (Dialog Boxes): Use it.
5149
51502006-07-12 Richard Stallman <rms@gnu.org>
5151
5152 * objects.texi (Frame Type): Explain nature of frames better.
5153
5154 * frames.texi (Frames): Explain nature of frames better.
5155
51562006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5157
5158 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5159
51602006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5161
5162 * frames.texi (Window System Selections): Mention scrap support for Mac.
5163 Default value of x-select-enable-clipboard is t on Mac.
5164
5165 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5166
51672006-07-11 Kim F. Storm <storm@cua.dk>
5168
5169 * display.texi (Forcing Redisplay): Add `redisplay' function.
5170 Don't mention (sit-for -1) -- use (redisplay t) instead.
5171
5172 * commands.texi (Waiting): (sit-for -1) is no longer special.
5173 (sit-for 0) is equivalent to (redisplay).
5174 Iconifying/deiconifying no longer makes sit-for return.
5175
51762006-07-10 Nick Roberts <nickrob@snap.net.nz>
5177
5178 * display.texi (Buttons): Fix typo.
5179
5180 * index.texi, elisp.texi (New Symbols): Comment node out.
5181
51822006-07-09 Richard Stallman <rms@gnu.org>
5183
5184 * display.texi (Truncation): Clean up previous change.
5185
51862006-07-08 Richard Stallman <rms@gnu.org>
5187
5188 * commands.texi (Interactive Call): Use 3 as prefix in example
5189 for execute-extended-command.
5190
5191 * display.texi (Attribute Functions): Move paragraph about
5192 compatibility with Emacs < 21.
5193
51942006-07-09 Kim F. Storm <storm@cua.dk>
5195
5196 * display.texi (Refresh Screen): Clarify force-window-update.
5197 (Truncation): "Normally" indicated by fringe arrows.
5198
51992006-07-08 Eli Zaretskii <eliz@gnu.org>
5200
5201 * windows.texi (Textual Scrolling, Resizing Windows):
5202 * variables.texi (Constant Variables):
5203 * text.texi (Buffer Contents, Deletion, Changing Properties)
5204 (Property Search, Special Properties, Sticky Properties)
5205 (Links and Mouse-1, Fields, Change Hooks):
5206 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5207 (Categories):
5208 * symbols.texi (Other Plists):
5209 * streams.texi (Output Variables):
5210 * processes.texi (Input to Processes, Query Before Exit):
5211 * positions.texi (Word Motion, Text Lines, List Motion):
5212 * os.texi (Init File, System Environment, Sound Output)
5213 (Session Management):
5214 * nonascii.texi (Text Representations, Character Sets)
5215 (Chars and Bytes, Locales):
5216 * modes.texi (Defining Minor Modes, Header Lines):
5217 * minibuf.texi (Minibuffer Contents):
5218 * markers.texi (Information from Markers):
5219 * lists.texi (List Elements, Building Lists, Association Lists):
5220 * keymaps.texi (Tool Bar):
5221 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5222 * functions.texi (What Is a Function, Mapping Functions):
5223 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5224 (Color Names, Text Terminal Colors, Display Feature Testing):
5225 * files.texi (Visiting Functions, File Name Components)
5226 (Unique File Names, Contents of Directories):
5227 * display.texi (Forcing Redisplay, Displaying Messages)
5228 (Temporary Displays, Font Selection, Auto Faces)
5229 (Font Lookup, Fringe Indicators, Display Margins)
5230 (Image Descriptors, Showing Images, Image Cache, Button Types)
5231 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5232 (Display Table Format, Glyphs):
5233 * control.texi (Iteration):
5234 * commands.texi (Command Loop Info, Adjusting Point):
5235 * backups.texi (Making Backups, Auto-Saving):
5236 Remove @tindex entries.
5237
52382006-07-07 Kim F. Storm <storm@cua.dk>
5239
5240 * display.texi (Fringe Cursors): Fix typo.
5241 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5242 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5243
52442006-07-05 Richard Stallman <rms@gnu.org>
5245
5246 * text.texi (Buffer Contents): Add example of text props
5247 in result of buffer-substring.
5248 (Text Properties): Explain better about use of specific property names.
5249 (Property Search): Some cleanups; reorder some functions.
5250
5251 * keymaps.texi (Changing Key Bindings): Cleanup.
5252 Add xref to Key Binding Conventions.
5253
5254 * display.texi (Attribute Functions): Add examples for
5255 face-attribute-relative-p.
5256
5257 * tips.texi (Coding Conventions): Cleanup last change.
5258
52592006-07-05 Karl Berry <karl@gnu.org>
5260
5261 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5262 Remove @setchapternewpage odd.
5263 Result is 1013 pages, down from 1100.
5264
5265 * anti.texi, customize.texi, display.texi, internals.texi:
5266 * minibuf.texi, modes.texi, tips.texi:
5267 Fix overfull/underfull boxes.
5268
52692006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5270
5271 * edebug.texi (Instrumenting):
5272 Add Edebug-specific findex for eval-buffer.
5273 * loading.texi (Loading):
5274 Replace eval-current-buffer with eval-buffer.
5275
52762006-06-30 Nick Roberts <nickrob@snap.net.nz>
5277
5278 * locals.texi (Standard Buffer-Local Variables): Update the list
5279 of variables.
5280
52812006-06-26 Nick Roberts <nickrob@snap.net.nz>
5282
5283 * files.texi (File Name Completion): Point user to the node
5284 "Reading File Names".
5285
52862006-06-24 Eli Zaretskii <eliz@gnu.org>
5287
5288 * files.texi (Contents of Directories): Document case-insensitive
5289 behavior on respective filesystems.
5290
5291 * objects.texi (Character Type): Document that Emacs signals an
5292 error for unsupported Unicode characters specified as \uNNNN.
5293
52942006-06-19 Richard Stallman <rms@gnu.org>
5295
5296 * processes.texi (Bindat Spec): Clarify previous change.
5297
52982006-06-16 Richard Stallman <rms@gnu.org>
5299
5300 * tips.texi (Coding Conventions): Better explain conventions
5301 for definition constructs.
5302
5303 * text.texi (Special Properties): String value of `read-only'
5304 serves as the error message.
5305
5306 * objects.texi (Character Type): Clarify prev. change.
5307 (Non-ASCII in Strings): Mention \u and \U.
5308
5309 * commands.texi (Using Interactive): Explain problem of
5310 markers, etc., in command-history.
5311
53122006-06-14 Kim F. Storm <storm@cua.dk>
5313
5314 * commands.texi (Waiting): Negative arg to sit-for forces
5315 redisplay even if input is pending.
5316
5317 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5318 redisplay. Remove incorrect example of binding redisplay-dont-pause
5319 around (sit-for 0).
5320
53212006-06-13 Richard Stallman <rms@gnu.org>
5322
5323 * display.texi (Forcing Redisplay): Clarify previous change.
5324
53252006-06-13 Romain Francoise <romain@orebokech.com>
5326
5327 * display.texi (Forcing Redisplay): Fix typo.
5328
53292006-06-13 Kim F. Storm <storm@cua.dk>
5330
5331 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5332
53332006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5334
5335 * tips.texi (Coding Conventions): Add `@end itemize'.
5336
53372006-06-10 Richard Stallman <rms@gnu.org>
5338
5339 * tips.texi (Coding Conventions): Explain use of coding systems
5340 to ensure one decoding for strings.
5341
53422006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5343
5344 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5345 syntax.
5346
53472006-06-07 Eli Zaretskii <eliz@gnu.org>
5348
5349 * display.texi (Font Selection): Remove description of
5350 clear-face-cache.
5351
5352 * compile.texi (Eval During Compile): Fix a typo. Add index
5353 entries for possible uses of eval-when-compile.
5354
53552006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5356
5357 * display.texi (Abstract Display): Fix typo.
5358
53592006-06-03 Eli Zaretskii <eliz@gnu.org>
5360
5361 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5362 Reword variable's description.
5363
53642006-06-01 Richard Stallman <rms@gnu.org>
5365
5366 * windows.texi (Splitting Windows): Clarify splitting nonselected
5367 window.
5368
53692006-05-31 Juri Linkov <juri@jurta.org>
5370
5371 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5372
53732006-05-30 Richard Stallman <rms@gnu.org>
5374
5375 * display.texi (Line Height): Fix errors in description of
10d1d0af 5376 default line height and line-height property.
b8d4c8d0
GM
5377
5378 * nonascii.texi (Default Coding Systems): Further clarification.
5379
53802006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5381
5382 * internals.texi (Pure Storage): Mention that an overflow in pure
5383 space causes a memory leak.
5384 (Garbage Collection): If there was an overflow in pure space,
5385 `garbage-collect' returns nil.
5386
53872006-05-30 Eli Zaretskii <eliz@gnu.org>
5388
5389 * nonascii.texi (Default Coding Systems): Fix it some more.
5390
53912006-05-29 Eli Zaretskii <eliz@gnu.org>
5392
5393 * nonascii.texi (Default Coding Systems): Fix last change.
5394
53952006-05-29 Kenichi Handa <handa@m17n.org>
5396
5397 * nonascii.texi (find-operation-coding-system): Describe the new
5398 argument format (FILENAME . BUFFER).
5399
54002006-05-28 Richard Stallman <rms@gnu.org>
5401
5402 * tips.texi (Coding Conventions): Better explain reasons not to
5403 advise other packages or use `eval-after-load'.
5404
54052006-05-29 Kim F. Storm <storm@cua.dk>
5406
5407 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5408 `bindat-idx' and `bindat-raw' for clarity.
5409
54102006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5411
5412 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5413
5414 * display.texi (Display): Add "Abstract Display" to menu.
5415 (Abstract Display, Abstract Display Functions)
5416 (Abstract Display Example): New nodes.
5417 * elisp.texi (Top): Add "Abstract Display" to menu.
5418
54192006-05-27 Chong Yidong <cyd@stupidchicken.com>
5420
5421 * keymaps.texi (Key Sequences): Link to input events definition.
5422 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5423
5424 * files.texi (Changing Files): Document updated argument list for
5425 copy-file.
5426
54272006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5428
5429 * processes.texi (Bindat Functions): Explain term "total length".
5430 Use it in bindat-length and bindat-pack descriptions.
5431
54322006-05-26 Eli Zaretskii <eliz@gnu.org>
5433
5434 * tips.texi (Coding Conventions): Advise against using
5435 eval-after-load in packages. Add an index entry.
5436
54372006-05-25 Juri Linkov <juri@jurta.org>
5438
5439 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5440
5441 * modes.texi (%-Constructs): Add %e, %z, %Z.
5442
54432006-05-25 Richard Stallman <rms@gnu.org>
5444
5445 * elisp.texi (Top): Update subnode menu.
5446
5447 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5448 (Keymaps): Update menu.
5449
54502006-05-25 Chong Yidong <cyd@stupidchicken.com>
5451
5452 * keymaps.texi (Key Sequences): Some clarifications.
5453
54542006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5455
5456 * processes.texi (Bindat Functions): Say "unibyte string"
5457 explicitly for bindat-unpack and bindat-pack descriptions.
5458 (Bindat Examples): Don't call `string-make-unibyte' in example.
5459
54602006-05-25 Chong Yidong <cyd@stupidchicken.com>
5461
5dcb4c4e 5462 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5463 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5464
5465 * keymaps.texi (Changing Key Bindings):
dd7b651b 5466 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5467 * help.texi (Describing Characters): Refer to it.
5468
54692006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5470
5471 * frames.texi (Pointer Shape): @end table -> @end defvar.
5472
54732006-05-22 Richard Stallman <rms@gnu.org>
5474
5475 * elisp.texi (Top): Update subnode menus.
5476
5477 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5478 Contents rewritten; material from old Pointer Shape node moved here.
5479
5480 * display.texi (Pointer Shape): Node deleted.
5481 (Image Descriptors): Minor cleanup.
5482
54832006-05-21 Richard Stallman <rms@gnu.org>
5484
5485 * syntax.texi (Parsing Expressions): Update info on which STATE
5486 elements are ignored.
5487
54882006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5489
5490 * hooks.texi (Standard Hooks): Correct typo.
5491
5492 * gpl.texi (GPL): ifinfo -> ifnottex.
5493
54942006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5495
5496 * searching.texi (Simple Match Data): Warn about match data being
5497 set anew by every search.
5498
54992006-05-17 Richard Stallman <rms@gnu.org>
5500
5501 * minibuf.texi (Minibuffer History): Clarify.
5502
5503 * searching.texi (Regexp Special): Clarify nested regexp warning.
5504
55052006-05-16 Kim F. Storm <storm@cua.dk>
5506
5507 * minibuf.texi (Minibuffer History): Update add-to-history.
5508
55092006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5510
5dcb4c4e
SM
5511 * nonascii.texi (Explicit Encoding):
5512 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5513
55142006-05-14 Richard Stallman <rms@gnu.org>
5515
5516 * buffers.texi (Creating Buffers): Cleanup.
5517
5518 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5519
55202006-05-13 Eli Zaretskii <eliz@gnu.org>
5521
5522 * buffers.texi (Current Buffer): Document that with-temp-buffer
5523 disables undo.
5524
5525 * os.texi (Terminal-Specific): More accurate description of how
5526 Emacs searches for the terminal-specific libraries.
5527
55282006-05-12 Eli Zaretskii <eliz@gnu.org>
5529
5530 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5531 emacs-xtra to @inforef's.
5532
5533 * text.texi (Undo): Document that undo is turned off in buffers
5534 whose names begin with a space.
5535
5536 * buffers.texi (Buffer Names): Add index entries for buffers whose
5537 names begin with a space.
5538 (Creating Buffers): Document that undo is turned off in buffers
5539 whose names begin with a space.
5540
5541 * files.texi (Visiting Functions, Reading from Files)
5542 (Saving Buffers): Mention code and EOL conversions by file I/O
5543 primitives and subroutines.
5544
f4e90db0
SM
5545 * nonascii.texi (Lisp and Coding Systems):
5546 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5547
5548 * display.texi (Defining Faces): Mention `mac', and add an xref to
5549 where window-system is described.
5550
55512006-05-10 Richard Stallman <rms@gnu.org>
5552
5553 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5554
55552006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5556
5557 * variables.texi (File Local Variables): Recommend to quote lambda
5558 expressions in safe-local-variable property.
5559
55602006-05-09 Richard Stallman <rms@gnu.org>
5561
5dcb4c4e
SM
5562 * variables.texi (File Local Variables):
5563 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5564
55652006-05-07 Kim F. Storm <storm@cua.dk>
5566
5567 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5568 from add-to-history.
5569
55702006-05-07 Romain Francoise <romain@orebokech.com>
5571
5572 * commands.texi (Event Input Misc):
5573 * compile.texi (Eval During Compile):
5574 * internals.texi (Buffer Internals):
5575 * minibuf.texi (Initial Input):
5576 * nonascii.texi (Scanning Charsets):
5577 * numbers.texi (Comparison of Numbers):
5578 * windows.texi (Textual Scrolling, Vertical Scrolling):
5579 Fix various typos.
5580
55812006-05-06 Eli Zaretskii <eliz@gnu.org>
5582
5583 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5584 conditional xref's to either emacs or emacs-xtra, depending on
5585 @iftex/@ifnottex.
5586
5587 * minibuf.texi (Minibuffer History): Document add-to-history.
5588
55892006-05-05 Eli Zaretskii <eliz@gnu.org>
5590
5591 * internals.texi (Pure Storage): Mention the pure overflow message
5592 at startup.
5593
c8763fb6 55942006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5595
5596 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5597 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5598 search.
5599
56002006-05-01 Richard Stallman <rms@gnu.org>
5601
5602 * intro.texi (nil and t): Clarify.
5603
5604 * variables.texi (File Local Variables): Suggest using booleanp.
5605
56062006-05-01 Juanma Barranquero <lekktu@gmail.com>
5607
5608 * objects.texi (Type Predicates): Fix typos.
5609
56102006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5611
5612 * intro.texi (nil and t): Add booleanp.
5613
5614 * objects.texi (Type Predicates): Add links for booleanp and
5615 string-or-null-p.
5616
56172006-04-29 Richard Stallman <rms@gnu.org>
5618
5619 * modes.texi (Multiline Font Lock): Rename from
5620 Multi line Font Lock Elements. Much clarification.
5621 (Font Lock Multiline, Region to Fontify): Much clarification.
5622
56232006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5624
5625 * variables.texi (File Local Variables): Remove the special case t for
5626 safe-local-variable.
5627
56282006-04-26 Richard Stallman <rms@gnu.org>
5629
5630 * syntax.texi (Parsing Expressions): Minor cleanup.
5631
56322006-04-18 Richard Stallman <rms@gnu.org>
5633
5634 * tips.texi (Coding Conventions): Explain when the package's
5635 prefix should appear later on (not at the start of the name).
5636
5637 * searching.texi (String Search): Clarify effect of NOERROR.
5638
5639 * modes.texi (Imenu): Clarify what special items do.
5640
5641 * hooks.texi (Standard Hooks): Delete text about old hook names.
5642
56432006-04-17 Romain Francoise <romain@orebokech.com>
5644
5645 * variables.texi (Local Variables): Update the default value of
5646 `max-specpdl-size'.
5647
56482006-04-15 Michael Olson <mwolson@gnu.org>
5649
5650 * processes.texi (Transaction Queues): Mention the new optional
5651 `delay-question' argument for `tq-enqueue'.
5652
56532006-04-13 Bill Wohler <wohler@newt.com>
5654
5655 * customize.texi (Common Keywords): Use dotted notation for
5656 :package-version value. Specify its values. Improve documentation
5657 for customize-package-emacs-version-alist.
5658
56592006-04-12 Bill Wohler <wohler@newt.com>
5660
5661 * customize.texi (Common Keywords): Move description of
5662 customize-package-emacs-version-alist to @defvar.
5663
56642006-04-10 Bill Wohler <wohler@newt.com>
5665
5666 * customize.texi (Common Keywords): Add :package-version.
5667
56682006-04-10 Kim F. Storm <storm@cua.dk>
5669
5670 * text.texi (Buffer Contents): Add NOPROPS arg to
5671 filter-buffer-substring.
5672
56732006-04-08 Kevin Ryde <user42@zip.com.au>
5674
5675 * os.texi (Command-Line Arguments): Update xref to emacs manual
5676 "Command Arguments" -> "Emacs Invocation", per change there.
5677
56782006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5679
5680 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5681 be on one line to help makeinfo not render two spaces after the dot.
5682
56832006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5684
5685 * strings.texi (Predicates for Strings): Add string-or-null-p.
5686
56872006-03-28 Kim F. Storm <storm@cua.dk>
5688
5689 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5690 remarks about systems that don't support fractional seconds.
5691
56922006-03-25 Karl Berry <karl@gnu.org>
5693
5694 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5695 the year list.
5696
56972006-03-21 Nick Roberts <nickrob@snap.net.nz>
5698
5699 * display.texi (Fringe Indicators): Fix typos.
5700
57012006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5702
5703 * tips.texi (Documentation Tips): One can now also write `program'
5704 in front of a quoted symbol in a docstring to prevent making a
5705 hyperlink.
5706
57072006-03-19 Alan Mackenzie <acm@muc.de>
5708
5709 * text.texi (Special Properties): Clarify `fontified' property.
5710
57112006-03-16 Richard Stallman <rms@gnu.org>
5712
5713 * display.texi (Defining Images): Minor cleanup.
5714
57152006-03-16 Bill Wohler <wohler@newt.com>
5716
5717 * display.texi (Defining Images): In image-load-path-for-library,
5718 prefer user's images.
5719
57202006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5723
57242006-03-15 Bill Wohler <wohler@newt.com>
5725
5726 * display.texi (Defining Images): Fix example in
5727 image-load-path-for-library by not recommending that one binds
5728 image-load-path. Just defvar it to placate compiler and only use
5729 it if previously defined.
5730
57312006-03-14 Bill Wohler <wohler@newt.com>
5732
5733 * display.texi (Defining Images): In image-load-path-for-library,
5734 always return list of directories. Update example.
5735
57362006-03-14 Alan Mackenzie <acm@muc.de>
5737
5738 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5739 This describes font-lock-extend-region-function.
5740 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5741 the new node "Region to Fontify".
5742
57432006-03-13 Richard Stallman <rms@gnu.org>
5744
5745 * display.texi (Invisible Text): The impossible position is
5746 now before the invisible text, not after.
5747 (Defining Images): Clean up last change.
5748
57492006-03-11 Bill Wohler <wohler@newt.com>
5750
5751 * display.texi (Defining Images): Add image-load-path-for-library.
5752
57532006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5754
5755 * text.texi (Adaptive Fill): Fix Texinfo usage.
5756
5757 * strings.texi (Creating Strings): Fix Texinfo usage.
5758
5759 * searching.texi (Regexp Special): Use @samp for regular
5760 expressions that are not in Lisp syntax.
5761
57622006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5763
5764 * searching.texi (Regexp Special): Put remark between parentheses
5765 to avoid misreading.
5766
57672006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5768
5769 * searching.texi (Syntax of Regexps): More accurately describe
5770 which characters are special in which situations.
5771 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5772 are not special. Describe in detail when `[' and `]' are special.
5773 (Regexp Backslash): Plenty of regexps with unbalanced square
5774 brackets are valid, so reword that statement.
5775
57762006-03-02 Kim F. Storm <storm@cua.dk>
5777
5778 * keymaps.texi (Tool Bar): Add tool-bar-border.
5779
57802006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5781
5782 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5783
57842006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5785
5786 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5787
5788 * files.texi (Locating Files): Suggest additional values for the
5789 SUFFIXES arg of `locate-file'. Update pxref.
5790
5791 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5792 (How Programs Do Loading): Discuss the effects of Auto Compression
5793 mode on `load'.
5794 (Load Suffixes): New node.
5795 (Library Search): Delete description of `load-suffixes'; it was
5796 moved to "Load Suffixes".
5797 (Autoload, Named Features): Mention `load-suffixes'.
5798
57992006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5800
5801 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5802
5803 * windows.texi (Window Tree): Fix typo.
5804
58052006-02-20 Kim F. Storm <storm@cua.dk>
5806
5807 * display.texi (Fringe Indicators): New section.
5808 Move indicate-empty-lines, indicate-buffer-boundaries, and
5809 default-indicate-buffer-boundaries here.
5810 Add fringe-indicator-alist and default-fringes-indicator-alist.
5811 Add list of logical fringe indicator symbols.
5812 Update list of standard bitmap names.
5813 (Fringe Cursors): New section.
5814 Move overflow-newline-into-fringe here.
5815 Add fringe-cursor-alist and default-fringes-cursor-alist.
5816 Add list of fringe cursor symbols.
5817
58182006-02-20 Juanma Barranquero <lekktu@gmail.com>
5819
5820 * commands.texi (Using Interactive): Fix reference to node
5821 "Minibuffers".
5822
58232006-02-19 Richard M. Stallman <rms@gnu.org>
5824
5825 * minibuf.texi (High-Level Completion):
5826 Add xref to read-input-method-name.
5827
5828 * files.texi (Relative File Names): Move file-relative-name here.
5829 (File Name Expansion): From here. Minor clarifications.
5830
5831 * commands.texi (Using Interactive): Add xrefs about reading input.
5832 Clarify remarks about that moving point and mark.
5833 Put string case before list case.
5834
c8763fb6 58352006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5836
5837 * display.texi (Other Display Specs, Image Descriptors):
5838 Revert erroneous changes. The previous description of
5839 image-descriptors as `(image . PROPS)' was correct.
5840
58412006-02-14 Richard M. Stallman <rms@gnu.org>
5842
5843 * variables.texi (File Local Variables): Clarifications.
5844
58452006-02-14 Juanma Barranquero <lekktu@gmail.com>
5846
5847 * variables.texi (File Local Variables): Use @code for a cons
5848 cell, not @var.
5849
58502006-02-13 Chong Yidong <cyd@stupidchicken.com>
5851
5852 * variables.texi (File Local Variables): Document new file local
5853 variable behavior.
5854
58552006-02-10 Kim F. Storm <storm@cua.dk>
5856
5857 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5858
58592006-02-08 Juanma Barranquero <lekktu@gmail.com>
5860
5861 * modes.texi (%-Constructs): Remove obsolete info about
5862 `global-mode-string'.
5863
58642006-02-07 Richard M. Stallman <rms@gnu.org>
5865
5866 * commands.texi (Prefix Command Arguments): Minor cleanup.
5867
5868 * display.texi: "Graphical display", not window system.
5869
5870 * functions.texi (What Is a Function): Fix xref.
5871
5872 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5873 (Changing Key Bindings): Clarify when remapping is better than
5874 substitute-key-definition.
5875
58762006-02-02 Richard M. Stallman <rms@gnu.org>
5877
5878 * minibuf.texi (Basic Completion): Completion alists are risky.
5879
5880 * keymaps.texi (Active Keymaps): Clarifications.
5881 (Searching Keymaps): New node.
5882 (Keymaps): Update menu.
5883
5884 * frames.texi (Layout Parameters): Minor clarification.
5885 (Drag and Drop): New node.
5886 (Frames): Update menu.
5887
58882006-01-29 Chong Yidong <cyd@stupidchicken.com>
5889
5890 * display.texi (Other Display Specs, Image Descriptors):
5891 Image description is a list, not a cons cell.
5892
58932006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5894
5895 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5896 list is not necessarily a list).
5897
58982006-01-27 Eli Zaretskii <eliz@gnu.org>
5899
5900 * frames.texi (Layout Parameters): border-width and
5901 internal-border-width belong to the frame, not the window.
5902
59032006-01-19 Richard M. Stallman <rms@gnu.org>
5904
5905 * nonascii.texi (Translation of Characters): Search cmds use
5906 translation-table-for-input. Automatically made local.
5907
5908 * markers.texi (Overview of Markers): Count insertion type
5909 as one of a marker's attributes.
5910
5911 * keymaps.texi (Controlling Active Maps): New node, split out of
5912 Active Keymaps.
5913 (Keymaps): Menu updated.
5914 (Active Keymaps): Give pseudocode to explain how the active
5915 maps are searched. current-active-maps and key-binding moved here.
5916 (Functions for Key Lookup): current-active-maps and key-binding moved.
5917 Clarifications.
5918 (Searching the Keymaps): New subnode.
5919
5920 * elisp.texi (Top): Menu clarification.
5921
5922 * display.texi (Other Display Specs): Delete duplicate entry for
5923 just a string as display spec. Move text about recursive display
5924 specs on such a string.
5925
5926 * commands.texi (Key Sequence Input): Clarify.
5927 Move num-nonmacro-input-events out.
5928 (Reading One Event): num-nonmacro-input-events moved here.
5929
59302006-01-14 Nick Roberts <nickrob@snap.net.nz>
5931
5932 * advice.texi (Simple Advice): Update example to fit argument
5933 change in previous-line.
5934
59352006-01-05 Richard M. Stallman <rms@gnu.org>
5936
5937 * markers.texi (The Mark): Fix in `mark'.
5938
59392006-01-04 Richard M. Stallman <rms@gnu.org>
5940
5941 * processes.texi (Misc Network, Make Network): Minor cleanups.
5942
59432006-01-04 Kim F. Storm <storm@cua.dk>
5944
5945 * processes.texi (Make Network): Add IPv6 addresses and handling.
5946 (Network Feature Testing): Mention (:family ipv6).
5947 (Misc Network): Add IPv6 formats to format-network-address.
5948
59492005-12-30 Richard M. Stallman <rms@gnu.org>
5950
5951 * text.texi (Changing Properties):
5952 Don't use return value of set-text-properties.
5953
59542005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5955
5956 * modes.texi (Mode Line Format): Correct typo in menu.
5957
59582005-12-29 Richard M. Stallman <rms@gnu.org>
5959
5960 * modes.texi (Mode Line Top): New node.
5961 (Mode Line Data): Some text moved to new node.
5962 Explain the data structure more concretely.
5963 (Mode Line Basics): Clarifications.
5964 (Mode Line Variables): Clarify intro paragraph.
5965 (%-Constructs): Clarify intro paragraph.
5966 (Mode Line Format): Update menu.
5967
59682005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5969
5970 * minibuf.texi (Basic Completion): Update lazy-completion-table
5971 examples for removal of ARGS argument.
5972
59732005-12-23 Richard M. Stallman <rms@gnu.org>
5974
5975 * text.texi (Undo): Restore some explanation from the version
5976 that was deleted.
5977
59782005-12-23 Eli Zaretskii <eliz@gnu.org>
5979
5980 * text.texi (Undo): Remove duplicate descriptions of `apply
5981 funname' and `apply delta' elements of the undo list.
5982
59832005-12-20 Richard M. Stallman <rms@gnu.org>
5984
5985 * help.texi (Help Functions): Update documentation of `apropos'.
5986
59872005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5988
5989 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5990 because it is confusing. If the :help-echo keyword is a function,
5991 it is not directly used as the :help-echo overlay property, as the
5992 xref seems to suggest (it does not take the appropriate args).
5993
59942005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5995
5996 * customize.texi (Common Keywords): Fix Texinfo usage.
5997 (Group Definitions, Variable Definitions): Update for new
5998 conventions for using `*' in docstrings.
5999
6000 * tips.texi (Documentation Tips): Update for new conventions for
6001 using `*' in docstrings.
6002
60032005-12-16 Richard M. Stallman <rms@gnu.org>
6004
6005 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6006
60072005-12-16 Juri Linkov <juri@jurta.org>
6008
6009 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6010
60112005-12-14 Romain Francoise <romain@orebokech.com>
6012
6013 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6014 Fix typo.
6015
60162005-12-11 Juri Linkov <juri@jurta.org>
6017
6018 * minibuf.texi (Completion Commands): Add mention of read-file-name
6019 for filename completion keymaps.
6020 (Reading File Names): Add mention of filename completion keymaps
6021 for read-file-name and xref to `Completion Commands'.
6022
60232005-12-10 Richard M. Stallman <rms@gnu.org>
6024
6025 * customize.texi (Common Keywords): State caveats for use of :tag.
6026
60272005-12-08 Richard M. Stallman <rms@gnu.org>
6028
6029 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6030 with xrefs and better explanation.
6031 (Completion Commands): Add the filename completion maps.
6032
6033 * objects.texi (Character Type): Clarify that \s is not space
6034 if a dash follows.
6035
60362005-12-05 Richard M. Stallman <rms@gnu.org>
6037
6038 * windows.texi (Resizing Windows): Delete preserve-before args.
6039
60402005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6041
6042 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6043 in full keymaps, since the quirk has been fixed.
6044
60452005-12-03 Eli Zaretskii <eliz@gnu.org>
6046
5dcb4c4e
SM
6047 * hooks.texi (Standard Hooks): Add index entries.
6048 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6049
60502005-11-27 Richard M. Stallman <rms@gnu.org>
6051
6052 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6053
60542005-11-21 Juri Linkov <juri@jurta.org>
6055
6056 * customize.texi (Common Keywords): Update links types
6057 custom-manual and url-link. Add link types emacs-library-link,
6058 file-link, function-link, variable-link, custom-group-link.
6059
60602005-11-20 Chong Yidong <cyd@stupidchicken.com>
6061
6062 * display.texi: Revert 2005-11-20 change.
6063
60642005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6065
6066 * processes.texi (Bindat Functions):
6067 Say "third" to refer to zero-based index "2".
6068
60692005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6070
6071 * loading.texi (Library Search): Update the default value of
6072 `load-suffixes'.
6073
60742005-11-17 Chong Yidong <cyd@stupidchicken.com>
6075
6076 * display.texi (Attribute Functions): Mention :ignore-defface.
6077
60782005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6079
6080 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6081 (Minor Mode Conventions): Mention the use of a hook.
6082
60832005-11-06 Richard M. Stallman <rms@gnu.org>
6084
6085 * files.texi (Magic File Names): find-file-name-handler checks the
6086 `operations' property of the handler.
6087
60882005-11-03 Richard M. Stallman <rms@gnu.org>
6089
6090 * variables.texi (Frame-Local Variables): Small clarification.
6091
60922005-10-29 Chong Yidong <cyd@stupidchicken.com>
6093
6094 * os.texi (Init File): Document ~/.emacs.d/init.el.
6095
60962005-10-29 Richard M. Stallman <rms@gnu.org>
6097
6098 * internals.texi (Garbage Collection): Document memory-full.
6099
61002005-10-28 Bill Wohler <wohler@newt.com>
6101
6102 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6103 for URLs.
6104
61052005-10-28 Richard M. Stallman <rms@gnu.org>
6106
6107 * minibuf.texi (Completion Commands): Clean up prev change.
6108
61092005-10-26 Kevin Ryde <user42@zip.com.au>
6110
6111 * compile.texi (Eval During Compile): Explain recommended uses
6112 of eval-when-compile and eval-and-compile.
6113
61142005-10-27 Masatake YAMATO <jet@gyve.org>
6115
6116 * minibuf.texi (Completion Commands):
6117 Write about new optional argument for `display-completion-list'.
6118
61192005-10-23 Richard M. Stallman <rms@gnu.org>
6120
6121 * display.texi (Overlay Arrow): Clarify about local bindings of
6122 overlay-arrow-position.
6123
61242005-10-22 Eli Zaretskii <eliz@gnu.org>
6125
6126 * internals.texi (Building Emacs): Fix last change.
6127
61282005-10-22 Richard M. Stallman <rms@gnu.org>
6129
6130 * internals.texi (Building Emacs): Document eval-at-startup.
6131
61322005-10-21 Richard M. Stallman <rms@gnu.org>
6133
6134 * loading.texi (Where Defined): load-history contains abs file names.
6135 symbol-file returns abs file names.
6136
61372005-10-19 Kim F. Storm <storm@cua.dk>
6138
6139 * display.texi (Showing Images): Add max-image-size integer value.
6140
61412005-10-18 Chong Yidong <cyd@stupidchicken.com>
6142
6143 * display.texi (Showing Images): Document max-image-size.
6144
61452005-10-17 Richard M. Stallman <rms@gnu.org>
6146
6147 * commands.texi (Quitting): Minor clarification.
6148
6149 * processes.texi (Sentinels): Clarify about output and quitting.
6150 (Filter Functions): Mention with-local-quit.
6151
61522005-10-17 Juri Linkov <juri@jurta.org>
6153
6154 * buffers.texi (Current Buffer):
6155 * commands.texi (Event Input Misc):
6156 * compile.texi (Eval During Compile, Compiler Errors):
6157 * customize.texi (Group Definitions):
6158 * display.texi (Progress, Defining Faces):
6159 * files.texi (Writing to Files):
6160 * modes.texi (Mode Hooks, Defining Minor Modes):
6161 * streams.texi (Output Functions):
6162 * syntax.texi (Syntax Table Functions):
6163 * text.texi (Change Hooks):
6164 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6165
6166 * commands.texi (Quitting): Replace arg `forms' with `body' in
6167 `with-local-quit'.
6168
6169 * positions.texi (Excursions): Replace arg `forms' with `body' in
6170 `save-excursion'.
6171
61722005-10-08 Kim F. Storm <storm@cua.dk>
6173
6174 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6175 Rename manual section accordingly.
6176
61772005-10-04 Kim F. Storm <storm@cua.dk>
6178
6179 * windows.texi (Window Split Tree): New section describing
6180 new function window-split-tree function.
6181
61822005-10-03 Nick Roberts <nickrob@snap.net.nz>
6183
6184 * display.texi (Fringe Size/Pos): Simplify and add detail.
6185
61862005-09-30 Romain Francoise <romain@orebokech.com>
6187
6188 * minibuf.texi (High-Level Completion): Explain that the prompt
6189 given to `read-buffer' should end with a colon and a space.
6190 Update usage examples.
6191
61922005-09-29 Juri Linkov <juri@jurta.org>
6193
6194 * display.texi (Displaying Messages): Rename argument name
6195 `string' to `format-string' in functions `message', `message-box',
6196 `message-or-box'.
6197
61982005-09-26 Chong Yidong <cyd@stupidchicken.com>
6199
6200 * errors.texi (Standard Errors): Correct xrefs.
6201
62022005-09-18 Chong Yidong <cyd@stupidchicken.com>
6203
6204 * display.texi (Defining Images): Update documentation for
6205 `image-load-path'.
6206
62072005-09-17 Richard M. Stallman <rms@gnu.org>
6208
6209 * display.texi (Defining Images): Clean up previous change.
6210
62112005-09-16 Romain Francoise <romain@orebokech.com>
6212
6213 * elisp.texi: Specify GFDL version 1.2.
6214
6215 * doclicense.texi (GNU Free Documentation License): Update to
6216 version 1.2.
6217
62182005-09-15 Chong Yidong <cyd@stupidchicken.com>
6219
6220 * display.texi (Defining Images): Document `image-load-path'.
6221
62222005-09-15 Richard M. Stallman <rms@gnu.org>
6223
6224 * objects.texi (Printed Representation): Minor cleanup.
6225 (Box Diagrams): Minor fix.
6226 (Cons Cell Type): Move (...) index item here.
6227 (Box Diagrams): From here.
6228 (Array Type): Minor fix.
6229 (Type Predicates): Delete index "predicates".
6230 (Hash Table Type): Clarify xref.
6231 (Dotted Pair Notation): Minor fix.
6232
62332005-09-10 Chong Yidong <cyd@stupidchicken.com>
6234
6235 * files.texi (Saving Buffers): Fix typo.
6236
62372005-09-08 Richard M. Stallman <rms@gnu.org>
6238
6239 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6240
62412005-09-08 Chong Yidong <cyd@stupidchicken.com>
6242
6243 * locals.texi (Standard Buffer-Local Variables): Don't include
6244 mode variables for minor modes.
6245 Fix xrefs for buffer-display-count, buffer-display-table,
6246 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6247 enable-multibyte-characters, fill-column, header-line-format,
6248 left-fringe-width, left-margin, and right-fringe-width.
6249
6250 * hooks.texi (Standard Hooks): All hooks should conform to the
6251 standard naming convention now.
6252 Fix xref for `echo-area-clear-hook'.
6253
6254 * display.texi (Usual Display): Note that indicate-empty-lines and
6255 tab-width are buffer-local.
6256
6257 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6258
6259 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6260
6261 * nonascii.texi (Encoding and I/O): Note that
6262 buffer-file-coding-system is buffer-local.
6263
6264 * positions.texi (List Motion): Note that defun-prompt-regexp is
6265 buffer-local.
6266
6267 * text.texi (Auto Filling): Note that auto-fill-function is
6268 buffer-local.
6269 (Undo): Note that buffer-undo-list is buffer-local.
6270
5dcb4c4e
SM
6271 * windows.texi (Buffers and Windows):
6272 Document buffer-display-count.
b8d4c8d0
GM
6273
62742005-09-06 Richard M. Stallman <rms@gnu.org>
6275
6276 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6277 package prefix elsewhere than at the start of the name.
6278
62792005-09-03 Richard M. Stallman <rms@gnu.org>
6280
6281 * tips.texi (Programming Tips): Add conventions for minibuffer
6282 questions and prompts.
6283
62842005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6285
6286 * intro.texi (nil and t): Minor cleanup.
6287 Delete spurious mention of keyword symbols.
6288 (Evaluation Notation): Add index entry.
6289 (A Sample Function Description): Minor cleanup.
6290 (A Sample Variable Description): Not all vars can be set.
6291
62922005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6293
6294 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6295
6296 (Insertion): Document precise type of `insert-char' arg COUNT.
6297
62982005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6299
6300 * modes.texi (Other Font Lock Variables): Sync the default of
6301 font-lock-lines-before.
6302
63032005-08-31 Michael Albinus <michael.albinus@gmx.de>
6304
6305 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6306
63072005-08-29 Richard M. Stallman <rms@gnu.org>
6308
6309 * elisp.texi (Top): Update subnode menu.
6310
6311 * searching.texi (Searching and Matching): Move node.
6312 Rearrange contents and add overall explanation.
6313 (Searching and Case): Move node.
6314 (Searching and Matching): Update menu.
6315
63162005-08-27 Eli Zaretskii <eliz@gnu.org>
6317
6318 * os.texi (Startup Summary): Fix the description of the initial
6319 startup message display.
6320
63212005-08-25 Richard M. Stallman <rms@gnu.org>
6322
6323 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6324
63252005-08-25 Emilio C. Lopes <eclig@gmx.net>
6326
6327 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6328 `next-overlay-change' example.
6329
63302005-08-22 Juri Linkov <juri@jurta.org>
6331
6332 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6333 Fix invert-face. Fix args of face-background.
6334
6335 * display.texi (Standard Faces): Delete node.
6336 (Faces): Add xref to `(emacs)Standard Faces'.
6337 (Displaying Faces): Fix xref to `Standard Faces'.
6338
6339 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6340
63412005-08-20 Alan Mackenzie <acm@muc.de>
6342
6343 * buffers.texi (The Buffer List): Clarify the manipulation of the
6344 buffer list.
6345
63462005-08-14 Richard M. Stallman <rms@gnu.org>
6347
6348 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6349 a regexp.
6350
63512005-08-11 Richard M. Stallman <rms@gnu.org>
6352
6353 * elisp.texi (Top): Update subnode lists.
6354
6355 * display.texi (Inverse Video): Node deleted.
6356
6357 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6358 New nodes split out of Coding Conventions.
6359
6360 * searching.texi (Regular Expressions): Document re-builder.
6361
6362 * os.texi (Time Parsing): New node split out of Time Conversion.
6363
6364 * processes.texi (Misc Network, Network Feature Testing)
6365 (Network Options, Make Network): New nodes split out of
6366 Low-Level Network.
6367
63682005-08-09 Richard M. Stallman <rms@gnu.org>
6369
6370 * frames.texi (Geometry): New node, split from Size and Position.
6371 (Frame Parameters): Refer to Geometry.
6372
6373 * buffers.texi (The Buffer List): Fix xrefs.
6374
6375 * windows.texi (Splitting Windows): Fix xref.
6376
6377 * frames.texi (Layout Parameters): Add xref.
6378
6379 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6380
6381 * keymaps.texi (Menu Bar): Fix xref.
6382
6383 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6384
6385 * modes.texi (%-Constructs): Fix xref.
6386
6387 * frames.texi (Window Frame Parameters): Node split up.
6388 (Basic Parameters, Position Parameters, Size Parameters)
6389 (Layout Parameters, Buffer Parameters, Management Parameters)
6390 (Cursor Parameters, Color Parameters): New subnodes.
6391
63922005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6393
6394 * positions.texi (Screen Lines): Update xref for previous change
6395 in minibuf.texi.
6396
6397 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6398 change in minibuf.texi.
6399
64002005-08-09 Richard M. Stallman <rms@gnu.org>
6401
6402 * tips.texi (Coding Conventions): Minor cleanup.
6403
6404 * modes.texi (Defining Minor Modes): Explain when init-value
6405 can be non-nil.
6406
6407 * elisp.texi (Top): Update submenu for Minibuffer.
6408
6409 * minibuf.texi (Minibuffer Misc): Node split up.
6410 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6411 (Recursive Mini): New nodes split out from Minibuffer Misc.
6412 (Minibuffer Misc): Document max-mini-window-height.
6413
6414 * hash.texi (Defining Hash): Delete stray paren in example.
6415
6416 * display.texi (Echo Area Customization): Don't define
6417 max-mini-window-height here; xref instead.
6418
6419 * commands.texi (Event Input Misc): Update while-no-input.
6420
6421 * advice.texi (Advising Functions): Explain when to use advice
6422 and when to use a hook.
6423
64242005-07-30 Eli Zaretskii <eliz@gnu.org>
6425
6426 * makefile.w32-in (info): Don't run install-info.
6427 ($(infodir)/dir): New target, produced by running install-info.
6428
64292005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6430
6431 * modes.texi (Defining Minor Modes): The keyword for the initial
6432 value is :init-value, not :initial-value.
6433
64342005-07-23 Eli Zaretskii <eliz@gnu.org>
6435
6436 * loading.texi (Autoload): Make the `doctor' example be consistent
6437 with what's in current loaddefs.el. Describe the "fn" magic in
6438 the usage portion of the doc string.
6439
64402005-07-22 Richard M. Stallman <rms@gnu.org>
6441
6442 * internals.texi (Garbage Collection): Clarify previous change.
6443
64442005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6447
64482005-07-18 Juri Linkov <juri@jurta.org>
6449
6450 * commands.texi (Accessing Events):
6451 * frames.texi (Text Terminal Colors, Resources):
6452 * markers.texi (The Mark):
6453 * modes.texi (Defining Minor Modes):
6454 Delete duplicate duplicate words.
6455
64562005-07-16 Richard M. Stallman <rms@gnu.org>
6457
6458 * display.texi (Managing Overlays): Clarify make-overlay
6459 args for insertion types.
6460
64612005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6462
6463 * customize.texi (Variable Definitions):
6464 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6465 `standard-value' is a list too.
6466 (Defining New Types): Use @key{RET} instead of @key{ret}.
6467
64682005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6469
6470 * os.texi (Translating Input): Fix typo.
6471
64722005-07-08 Richard M. Stallman <rms@gnu.org>
6473
6474 * README: Update edition number and size estimate.
6475
6476 * elisp.texi (VERSION): Set to 2.9.
6477
64782005-07-07 Richard M. Stallman <rms@gnu.org>
6479
6480 * book-spine.texinfo: Update Emacs version.
6481
6482 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6483
64842005-07-06 Richard M. Stallman <rms@gnu.org>
6485
6486 * searching.texi (Regexp Search): Clarify what re-search-forward
6487 does when the search fails.
6488
64892005-07-05 Lute Kamstra <lute@gnu.org>
6490
6491 * Update FSF's address in GPL notices.
6492
6493 * doclicense.texi (GNU Free Documentation License):
6494 * gpl.texi (GPL):
6495 * tips.texi (Coding Conventions, Library Headers):
6496 * vol1.texi:
6497 * vol2.texi: Update FSF's address.
6498
64992005-07-04 Richard M. Stallman <rms@gnu.org>
6500
6501 * hooks.texi (Standard Hooks): Add occur-hook.
6502
65032005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6504
6505 * display.texi (The Echo Area): Correct menu.
6506
65072005-07-03 Richard M. Stallman <rms@gnu.org>
6508
6509 * elisp.texi (Top): Update subnode menu for Display.
6510
6511 * display.texi (Displaying Messages): New node, with most
6512 of what was in The Echo Area.
5dcb4c4e 6513 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6514 (Logging Messages): New node with new text.
6515 (Echo Area Customization): New node, the rest of what was
6516 in The Echo Area. Document message-truncate-lines with @defvar.
6517 (Display): Update menu.
6518
6519 * windows.texi (Textual Scrolling): Doc 3 values for
6520 scroll-preserve-screen-position.
6521
6522 * text.texi (Special Properties): Change hook functions
6523 should bind inhibit-modification-hooks around altering buffer text.
6524
6525 * keymaps.texi (Key Binding Commands): Call binding BINDING
6526 rather than DEFINITION.
6527
65282005-06-29 Juanma Barranquero <lekktu@gmail.com>
6529
6530 * variables.texi (Defining Variables): `user-variable-p' returns t
6531 for aliases of user options, nil for alias loops.
6532
65332005-06-28 Richard M. Stallman <rms@gnu.org>
6534
6535 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6536 make-keymap.
6537
65382005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6539
6540 * variables.texi (Setting Variables): Correct and clarify
6541 description of `add-to-ordered-list'.
6542
65432005-06-26 Richard M. Stallman <rms@gnu.org>
6544
6545 * display.texi (Faces): Minor cleanup.
6546
65472005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6548
6549 * display.texi (Faces): `facep' returns t for strings that are
6550 face names.
6551
65522005-06-25 Richard M. Stallman <rms@gnu.org>
6553
6554 * objects.texi (Equality Predicates): Clarify meaning of equal.
6555
6556 * windows.texi (Selecting Windows): save-selected-window
6557 and with-selected-window save and restore the current buffer.
6558
65592005-06-24 Richard M. Stallman <rms@gnu.org>
6560
6561 * numbers.texi (Float Basics): Explain how to test for NaN,
6562 and printing the sign of NaNs.
6563
65642005-06-24 Eli Zaretskii <eliz@gnu.org>
6565
6566 * makefile.w32-in (MAKEINFO): Use --force.
6567
65682005-06-23 Richard M. Stallman <rms@gnu.org>
6569
6570 * display.texi (Face Functions): Correct Texinfo usage.
6571
65722005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6573
6574 * lists.texi (Rings): `ring-elements' now returns the elements of
6575 RING in order.
6576
65772005-06-23 Juanma Barranquero <lekktu@gmail.com>
6578
6579 * markers.texi (The Mark): Texinfo usage fix.
6580
65812005-06-23 Kim F. Storm <storm@cua.dk>
6582
6583 * searching.texi (Entire Match Data): Remove evaporate option for
6584 match-data. Do not mention evaporate option for set-match-data.
6585
65862005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6587
6588 * display.texi (Face Functions): Mention face aliases.
6589
65902005-06-21 Richard M. Stallman <rms@gnu.org>
6591
6592 * anti.texi (Antinews): Texinfo usage fix.
6593
65942005-06-21 Karl Berry <karl@gnu.org>
6595
6596 * elisp.texi: Use @copying.
6597
6598 * elisp.texi: Put @summarycontents and @contents before the Top
6599 node, instead of the end of the file, so that the contents appear
6600 in the right place in the dvi/pdf output.
6601
66022005-06-21 Juri Linkov <juri@jurta.org>
6603
6604 * display.texi (Defining Faces): Add `customized-face'.
6605
66062005-06-20 Kim F. Storm <storm@cua.dk>
6607
6608 * variables.texi (Setting Variables): Any type of element can be
6609 given order in add-to-ordered-list. Compare elements with eq.
6610
6611 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6612
66132005-06-20 Karl Berry <karl@gnu.org>
6614
6615 * syntax.texi (Syntax Flags): Make last column very slightly wider
6616 to avoid "generic comment" breaking on two lines and causing an
6617 underfull box.
6618
66192005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6620
6621 * lists.texi (Rings): Various minor clarifications and corrections.
6622
66232005-06-18 Richard M. Stallman <rms@gnu.org>
6624
6625 * functions.texi (Obsolete Functions): Simplify.
6626
6627 * variables.texi (Variable Aliases): Simplify.
6628
6629 * anti.texi, backups.texi, compile.texi, customization.texi:
6630 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6631 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6632 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6633 * variables.texi: Fix formatting ugliness.
6634
6635 * elisp.texi: Add links to Rings and Byte Packing.
6636 Update version and copyright years.
6637
6638 * minibuf.texi: Fix formatting ugliness.
6639 (Completion Commands): Move keymap vars to the end
6640 and vars completing-read binds to the top.
6641
66422005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6643
6644 * processes.texi: Fix typos.
6645 (Bindat Spec): Correct Texinfo error.
6646 (Byte Packing): Fix ungrammatical sentence.
6647
66482005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6649
6650 * lists.texi (Rings): New node.
6651 (Lists): Add it to menu.
6652
6653 * processes.texi (Byte Packing): New node.
6654 (Processes): Add it to menu.
6655
66562005-06-17 Richard M. Stallman <rms@gnu.org>
6657
6658 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6659
6660 * help.texi (Documentation Basics): Explain the xref to
6661 Documentation Tips.
6662
6663 * debugging.texi (Debugger Commands): Minor fix.
6664
66652005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6666
6667 * edebug.texi (Instrumenting): Eliminate duplicate link.
6668 (Specification List): Replace references to "below", referring to
6669 a later node, with one @ref to that node.
6670
6671 * os.texi (Timers): Timers should save and restore the match data
6672 if they change it.
6673
6674 * debugging.texi (Debugger Commands): Mention that the Lisp
6675 debugger can not step through primitive functions.
6676
66772005-06-16 Juanma Barranquero <lekktu@gmail.com>
6678
6679 * functions.texi (Obsolete Functions): Update argument names of
6680 `make-obsolete' and `define-obsolete-function-alias'.
6681
6682 * variables.texi (Variable Aliases): Update argument names of
6683 `defvaralias', `make-obsolete-variable' and
6684 `define-obsolete-variable-alias'.
6685
66862005-06-15 Kim F. Storm <storm@cua.dk>
6687
6688 * searching.texi (Entire Match Data): Rephrase warnings about
6689 evaporate arg to match-data and set-match-data.
6690
66912005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6692
6693 * elisp.texi (Top): Update detailed menu.
6694
6695 * edebug.texi (Edebug): Update menu.
6696 (Instrumenting): Update xrefs.
6697 (Edebug Execution Modes): Correct xref.
6698 (Jumping): Clarify description of `h' command.
6699 Eliminate redundant @ref.
6700 (Breaks): New node.
6701 (Breakpoints): Is now a subsubsection.
6702 (Global Break Condition): Mention `C-x X X'.
6703 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6704 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6705 (Edebug Display Update): Correct pxref.
6706 (Edebug and Macros): New node.
6707 (Instrumenting Macro Calls): Is now a subsubsection.
6708 Neither arg of `def-edebug-spec' is evaluated.
6709 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6710 (Specification Examples): Fix typo.
6711
67122005-06-14 Lute Kamstra <lute@gnu.org>
6713
6714 * debugging.texi (Function Debugging): Primitives can break on
6715 entry too.
6716
67172005-06-14 Kim F. Storm <storm@cua.dk>
6718
6719 * variables.texi (Setting Variables): Add add-to-ordered-list.
6720
67212005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6722
6723 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6724 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6725
67262005-06-13 Lute Kamstra <lute@gnu.org>
6727
6728 * text.texi (Special Properties): Fix cross reference.
6729
67302005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6731
6732 * debugging.texi (Function Debugging): Delete mention of empty
6733 string argument to `cancel-debug-on-entry'. Delete inaccurate
6734 description of the return value of that command.
6735
67362005-06-11 Alan Mackenzie <acm@muc.de>
6737
6738 * text.texi (Adaptive Fill): Amplify the description of
6739 fill-context-prefix.
6740
67412005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6742
6743 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6744
67452005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6748
67492005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6750
6751 * debugging.texi (Error Debugging): Minor rewording.
6752 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6753 is optional.
6754
67552005-06-10 Lute Kamstra <lute@gnu.org>
6756
6757 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6758 (Top): Give it a title. Correct version number. Give the
6759 detailed node listing a more prominent header.
6760 * intro.texi: Don't set VERSION here a second time.
6761 Mention Emacs's version too.
6762 * anti.texi (Antinews): Use EMACSVER to refer to the current
6763 version of Emacs.
6764
67652005-06-09 Kim F. Storm <storm@cua.dk>
6766
6767 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6768 match-data and set-match-data.
6769
67702005-06-08 Richard M. Stallman <rms@gnu.org>
6771
6772 * searching.texi (Entire Match Data): Clarify when match-data
6773 returns markers and when integers.
6774
6775 * display.texi (Defining Faces): Explain that face name should not
6776 end in `-face'.
6777
6778 * modes.texi (Mode Line Data): Minor cleanup.
6779 (Customizing Keywords): Node split out of Search-based Fontification.
6780 Add example of using font-lock-add-keywords from a hook.
6781 Clarify when MODE should be non-nil, and when nil.
6782
67832005-06-06 Richard M. Stallman <rms@gnu.org>
6784
6785 * modes.texi (Mode Line Data): Explain what happens when the car
6786 of a list is a void symbol.
6787 (Search-based Fontification): Explain MODE arg to
6788 font-lock-add-keywords and warn about calls from major modes.
6789
67902005-06-08 Juri Linkov <juri@jurta.org>
6791
6792 * display.texi (Standard Faces): Add `shadow' face.
6793
67942005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6795
6796 * modes.texi (Major Mode Conventions): A derived mode only needs
6797 to put the call to the parent mode inside `delay-mode-hooks'.
6798
67992005-05-29 Richard M. Stallman <rms@gnu.org>
6800
6801 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6802 new, and what that implies. Clarify.
6803
6804 * files.texi (Locating Files): Clean up the text.
6805
6806 * frames.texi (Window Frame Parameters): Document user-size.
6807 Shorten entry for top by referring to left.
6808
68092005-05-26 Richard M. Stallman <rms@gnu.org>
6810
6811 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6812 is new, and what the implications are. Other clarifications.
6813
68142005-05-24 Richard M. Stallman <rms@gnu.org>
6815
6816 * frames.texi (Dialog Boxes): Minor fixes.
6817
68182005-05-25 Masatake YAMATO <jet@gyve.org>
6819
6820 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6821
68222005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6823
6824 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6825 is optional.
6826
68272005-05-24 Nick Roberts <nickrob@snap.net.nz>
6828
10d1d0af 6829 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6830
68312005-05-23 Lute Kamstra <lute@gnu.org>
6832
6833 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6834 syntax-begin-function over font-lock-beginning-of-syntax-function.
6835
68362005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6837
6838 * minibuf.texi (Reading File Names): Update description of
6839 `read-directory-name'.
6840
6841 * modes.texi (Derived Modes): Clarify :group keyword.
6842
68432005-05-21 Eli Zaretskii <eliz@gnu.org>
6844
6845 * files.texi (Locating Files): New subsection.
6846 Describe locate-file and executable-find.
6847
68482005-05-21 Kevin Ryde <user42@zip.com.au>
6849
6850 * frames.texi (Initial Parameters): Update cross reference to
6851 "Emacs Invocation".
6852
68532005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6854
6855 * keymaps.texi (Active Keymaps): Add anchor.
6856
6857 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6858 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6859 appropriate place.
6860 (Derived Modes): Small clarifications.
6861 (Minor Mode Conventions, Keymaps and Minor Modes):
6862 Replace references to nodes with references to anchors.
6863 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6864 Clarify description of lists whose first element is an integer.
6865 (Mode Line Variables): Add anchor.
6866 (%-Constructs): Clarify description of integer after %.
6867 (Emulating Mode Line): Describe nil value for FACE.
6868
68692005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6870
6871 * modes.texi (Derived Modes): Correct references to non-existing
6872 variable standard-syntax-table.
6873
68742005-05-17 Lute Kamstra <lute@gnu.org>
6875
6876 * modes.texi (Defining Minor Modes): Mention the mode hook.
6877
68782005-05-15 Kim F. Storm <storm@cua.dk>
6879
6880 * processes.texi (Network): Remove open-network-stream-nowait.
6881 (Network Servers): Remove open-network-stream-server.
6882
68832005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6884
6885 * elisp.texi (Top): Update detailed menu.
6886
6887 * variables.texi: Reorder nodes.
6888 (Variables): Update menu.
6889 (File Local Variables): Do not refer to the `-*-' line as
6890 a "local variables list". Add pxref.
6891
68922005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6893
6894 * elisp.texi (Top): Update detailed menu for node changes.
6895
6896 * modes.texi (Modes): Update Menu.
6897 (Hooks): Move to beginning of chapter.
6898 Most minor modes run mode hooks too.
6899 `add-hook' can handle void hooks or hooks whose value is a single
6900 function.
6901 (Major Modes): Update Menu.
6902 (Major Mode Basics): New node, split off from `Major Modes'.
6903 (Major Mode Conventions): Correct xref. Explain how to handle
6904 auto-mode-alist if the major mode command has an autoload cookie.
6905 (Auto Major Mode): Major update. Add magic-mode-alist.
6906 (Derived Modes): Major update.
6907 (Mode Line Format): Update Menu.
6908 (Mode Line Basics): New node, split off from `Mode Line Format'.
6909
6910 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6911 for `magic autoload comment'. Add index entries and anchor.
6912
69132005-05-14 Richard M. Stallman <rms@gnu.org>
6914
6915 * tips.texi (Coding Conventions): Explain how important it is
6916 that just loading certain files not change Emacs behavior.
6917
6918 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6919
69202005-05-12 Lute Kamstra <lute@gnu.org>
6921
6922 * modes.texi (Generic Modes): Update.
6923 (Major Modes): Refer to node "Generic Modes".
6924
6925 * elisp.texi (Top): Update to the current structure of the manual.
6926 * processes.texi (Processes): Add menu description.
6927 * customize.texi (Customization): Add menu descriptions.
6928
69292005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6930
6931 * processes.texi (Signals to Processes)
6932 (Low-Level Network): Fix typos.
6933
69342005-05-11 Lute Kamstra <lute@gnu.org>
6935
6936 * elisp.texi (Top): Add some nodes from the chapter "Major and
6937 Minor Modes" to the detailed node listing.
6938
69392005-05-10 Richard M. Stallman <rms@gnu.org>
6940
6941 * keymaps.texi (Extended Menu Items): Menu item filter functions
6942 can be called at any time.
6943
69442005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6945
6946 * variables.texi (File Local Variables): `(hack-local-variables t)'
6947 now also checks whether a mode is specified in the local variables
6948 list.
6949
69502005-05-05 Kevin Ryde <user42@zip.com.au>
6951
6952 * display.texi (The Echo Area): Correct format function cross
6953 reference.
6954
69552005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6956
6957 * variables.texi (Variable Aliases): Change description of
6958 `define-obsolete-variable-alias'.
6959
6960 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6961 (Defining Functions): Add xref.
6962 (Obsolete Functions): New node.
6963 (Function Safety): Standardize capitalization of section title.
6964
6965 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6966 (Dialog Boxes): Complete description of `x-popup-dialog'.
6967
69682005-05-04 Richard M. Stallman <rms@gnu.org>
6969
6970 * commands.texi (Interactive Codes): Fix Texinfo usage.
6971 Document U more clearly.
6972
69732005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6974
6975 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6976 function and not a macro.
6977
6978 * frames.texi (Pop-Up Menus): Correct and clarify description of
6979 `x-popup-menu'.
6980 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6981
69822005-05-01 Richard M. Stallman <rms@gnu.org>
6983
6984 * edebug.texi (Checking Whether to Stop): Fix previous change.
6985
69862005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6987
6988 * display.texi: Fix typos and Texinfo usage.
6989
6990 * edebug.texi (Checking Whether to Stop): executing-macro ->
6991 executing-kbd-macro.
6992
69932005-05-01 Richard M. Stallman <rms@gnu.org>
6994
6995 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6996
69972005-04-30 Richard M. Stallman <rms@gnu.org>
6998
6999 * files.texi (Magic File Names): Document `operations' property.
7000
70012005-04-29 Lute Kamstra <lute@gnu.org>
7002
7003 * modes.texi (Generic Modes): New node.
7004 (Major Modes): Add it to the menu.
7005 (Derived Modes): Add "derived mode" to concept index.
7006
70072005-04-28 Lute Kamstra <lute@gnu.org>
7008
7009 * modes.texi (Defining Minor Modes): Fix previous change.
7010 (Font Lock Mode): Simplify.
7011 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7012 when set and that some parts are optional. Add cross references.
7013 (Search-based Fontification): Say how to specify font-lock-keywords.
7014 Add cross references. Add font-lock-multiline to index.
7015 Move font-lock-keywords-case-fold-search here from node "Other Font
7016 Lock Variables". Document font-lock-add-keywords and
7017 font-lock-remove-keywords.
7018 (Other Font Lock Variables): Move font-lock-keywords-only,
7019 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7020 and font-lock-syntactic-face-function to node "Syntactic Font
7021 Lock". Move font-lock-keywords-case-fold-search to node
7022 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7023 and font-lock-{,un}fontify-{buffer,region}-function.
7024 (Precalculated Fontification): Remove reference to deleted variable
7025 font-lock-core-only.
7026 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7027 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7028 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7029 and font-lock-syntactic-face-function here from node "Other Font
7030 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7031 Syntax Properties". Add cross references.
7032 (Setting Syntax Properties): New node.
7033 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7034 * syntax.texi (Syntax Properties): Add cross reference.
7035 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7036
70372005-04-26 Richard M. Stallman <rms@gnu.org>
7038
7039 * display.texi (Defining Faces):
7040 Document `default' elements of defface spec.
7041
7042 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7043
7044 * variables.texi (Variable Aliases): Clarify text.
7045
70462005-04-25 Chong Yidong <cyd@stupidchicken.com>
7047
7048 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7049
70502005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7051
7052 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7053
70542005-04-24 Eli Zaretskii <eliz@gnu.org>
7055
7056 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7057 syntax-after and syntax-class.
7058
7059 * files.texi (Changing Files): Fix last change's cross-reference.
7060 (Unique File Names): Don't mention "numbers" in the documentation
7061 of make-temp-file and make-temp-name.
7062
70632005-04-23 Richard M. Stallman <rms@gnu.org>
7064
7065 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7066
70672005-04-22 Nick Roberts <nickrob@snap.net.nz>
7068
7069 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7070
70712005-04-22 Nick Roberts <nickrob@snap.net.nz>
7072
7073 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7074 and define-obsolete-variable-alias.
7075
70762005-04-22 Kim F. Storm <storm@cua.dk>
7077
7078 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7079 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7080
70812005-04-21 Lute Kamstra <lute@gnu.org>
7082
7083 * lists.texi (Association Lists): Document rassq-delete-all.
7084
70852005-04-19 Richard M. Stallman <rms@gnu.org>
7086
7087 * modes.texi (Search-based Fontification): Explain that
7088 facespec is an expression to be evaluated.
7089
70902005-04-19 Kevin Ryde <user42@zip.com.au>
7091
7092 * streams.texi (Output Functions): Fix xref.
7093 * strings.texi (String Conversion): Fix xref.
7094
70952005-04-19 Kim F. Storm <storm@cua.dk>
7096
7097 * symbols.texi (Symbol Plists): Add safe-get.
7098 Mention that `get' may signal an error.
7099
71002005-04-18 Nick Roberts <nickrob@snap.net.nz>
7101
7102 * customize.texi (Variable Definitions): Replace tooltip-mode
7103 example with save-place.
7104
71052005-04-17 Richard M. Stallman <rms@gnu.org>
7106
7107 * buffers.texi (Indirect Buffers): Clarify.
7108
7109 * positions.texi (Positions): Clarify converting marker to integer.
7110
7111 * strings.texi (String Basics): Mention string-match; clarify.
7112
71132005-04-08 Lute Kamstra <lute@gnu.org>
7114
7115 * modes.texi (Search-based Fontification): Fix cross references.
7116 Use consistent terminology. Document anchored highlighting.
7117
71182005-04-05 Lute Kamstra <lute@gnu.org>
7119
7120 * modes.texi (Defining Minor Modes): Document :group keyword
7121 argument and its default value.
7122
71232005-04-03 Lute Kamstra <lute@gnu.org>
7124
7125 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7126 references and/or descriptions. Delete major mode hooks; mention
7127 them as a category instead. Rename or delete obsolete hooks.
7128
71292005-04-02 Richard M. Stallman <rms@gnu.org>
7130
7131 * nonascii.texi (Coding System Basics): Another wording cleanup.
7132
71332005-04-01 Richard M. Stallman <rms@gnu.org>
7134
7135 * nonascii.texi (Coding System Basics): Clarify previous change.
7136
71372005-04-01 Kenichi Handa <handa@m17n.org>
7138
10d1d0af 7139 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7140 identity of coding systems.
7141
71422005-03-29 Chong Yidong <cyd@stupidchicken.com>
7143
7144 * text.texi (Buffer Contents): Add filter-buffer-substring and
7145 buffer-substring-filters.
7146
71472005-03-26 Chong Yidong <cyd@stupidchicken.com>
7148
7149 * anti.texi (Antinews): Mention `G' interactive code.
7150
7151 * tips.texi (Compilation Tips): Mention benchmark.el.
7152
71532005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7154
7155 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7156 is now bound to M-o M-o.
7157
7158 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7159
71602005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7161
7162 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7163 in the Emacs Manual).
7164 * Makefile.in (srcs): Remove calendar.texi.
7165 * makefile.w32-in (srcs): Remove calendar.texi.
7166 * display.texi (Display): Change name of next node.
7167 * os.texi (System In): Change name of previous node.
7168 * elisp.texi (Top): Remove Calendar references.
7169 * vol1.texi (Top): Remove Calendar references.
7170 * vol2.texi (Top): Remove Calendar references.
7171
71722005-03-25 Richard M. Stallman <rms@gnu.org>
7173
7174 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7175 Cleanup previous change.
7176
71772005-03-25 Chong Yidong <cyd@stupidchicken.com>
7178
7179 * display.texi (Face Attributes): Faces earlier in an :inherit
7180 list take precedence.
7181 (Scroll Bars): Fix description of vertical-scroll-bars.
7182 Document frame-current-scroll-bars and window-current-scroll-bars.
7183
7184 * markers.texi (The Mark): Document temporary Transient Mark mode.
7185
7186 * minibuf.texi (Reading File Names):
7187 Document read-file-name-completion-ignore-case.
7188
7189 * positions.texi (Screen Lines): Document nil for width argument
7190 to compute-motion.
7191
71922005-03-23 Kim F. Storm <storm@cua.dk>
7193
7194 * display.texi (Standard Faces): Other faces used in the fringe
7195 implicitly inherits from the fringe face.
7196 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7197 properties implicitly inherits from fringe face.
7198 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7199
72002005-03-20 Chong Yidong <cyd@stupidchicken.com>
7201
7202 * display.texi (Invisible Text): State default value of
7203 line-move-ignore-invisible.
7204 (Managing Overlays): Document remove-overlays.
7205 (Standard Faces): Document escape-glyph face.
7206
7207 * minibuf.texi (Reading File Names): Document read-file-name-function.
7208
7209 * modes.texi (Other Font Lock Variables):
7210 Document font-lock-lines-before.
7211
7212 * positions.texi (Skipping Characters): skip-chars-forward allows
7213 character classes.
7214
72152005-03-18 Lute Kamstra <lute@gnu.org>
7216
7217 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7218
72192005-03-17 Richard M. Stallman <rms@gnu.org>
7220
7221 * text.texi (Undo): Document extensible undo entries.
7222
dd7b651b 7223 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7224
7225 * nonascii.texi (Character Codes): Minor fix.
7226
7227 * display.texi (Display Property): Explain the significance
7228 of having text properties that are eq.
7229 (Other Display Specs): Explain string as display spec.
7230
7231 * commands.texi (Interactive Codes): Document G option.
7232
72332005-03-17 Chong Yidong <cyd@stupidchicken.com>
7234
7235 * text.texi (Filling): Add sentence-end-without-period and
7236 sentence-end-without-space.
7237 (Changing Properties): Minor fix.
7238
7239 * anti.texi: Total rewrite.
7240
72412005-03-15 Lute Kamstra <lute@gnu.org>
7242
7243 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7244
72452005-03-08 Kim F. Storm <storm@cua.dk>
7246
7247 * display.texi (Specified Space): Property :width is support on
7248 non-graphic terminals, :height is not.
7249
72502005-03-07 Richard M. Stallman <rms@gnu.org>
7251
7252 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7253 Now subnodes of Fringes.
7254 (Overlay Arrow): Document overlay-arrow-variable-list.
7255 (Fringe Size/Pos): New node, broken out of Fringes.
7256 (Display): Explain clearing vs redisplay better.
7257 (Truncation): Clarify use of bitmaps.
7258 (The Echo Area): Clarify the uses of the echo area.
7259 Add max-mini-window-height.
7260 (Progress): Clarify.
7261 (Invisible Text): Explain that main loop moves point out.
7262 (Selective Display): Say "hidden", not "invisible".
7263 (Managing Overlays): Move up. Describe relation to Undo here.
7264 (Overlay Properties): Clarify intro.
7265 (Finding Overlays): Explain return values when nothing found.
7266 (Width): truncate-string-to-width has added arg.
7267 (Displaying Faces): Clarify and update mode line face handling.
7268 (Face Functions): Minor cleanup.
7269 (Conditional Display): Merge into Other Display Specs.
7270 (Pixel Specification, Other Display Specs): Minor cleanups.
7271 (Images, Image Descriptors): Minor cleanups.
7272 (GIF Images): Patents have expired.
7273 (Showing Images): Explain default text for insert-image.
7274 (Manipulating Button Types): Merge into Manipulating Buttons.
7275 (Making Buttons): Explain return values.
7276 (Button Buffer Commands): Add xref.
7277 (Inverse Video): Update mode-line-inverse-video.
7278 (Display Table Format): Clarify.
7279 (Active Display Table): Give defaults for window-display-table.
7280
7281 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7282 and calendar-today-marker are strings, not chars.
7283 (Holiday Customizing): Minor fix.
7284
7285 * internals.texi (Writing Emacs Primitives): Update `or' example.
7286 Update limit on # args of subr.
7287
7288 * edebug.texi (Using Edebug): Arrow is in fringe.
7289 (Instrumenting): Arg to eval-defun works without loading edebug.
7290 (Edebug Execution Modes): Add xref.
7291
7292 * customize.texi (Common Keywords): Clarify :require.
7293 Mention :version here.
7294 (Variable Definitions, Group Definitions): Not here.
7295 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7296
72972005-03-07 Chong Yidong <cyd@stupidchicken.com>
7298 * nonascii.texi (Text Representations): Clarify position-bytes.
7299 (Character Sets): Add list-charset-chars.
7300 (Scanning Charsets): Add charset-after.
7301 (Encoding and I/O): Minor fix.
7302
73032005-03-06 Richard M. Stallman <rms@gnu.org>
7304
7305 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7306 (Resizing Windows): Likewise.
7307
7308 * text.texi (Change Hooks): Get rid of "Emacs 21".
7309
7310 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7311
7312 * streams.texi (Output Variables): Get rid of "Emacs 21".
7313
7314 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7315
7316 * os.texi (Translating Input): Replace flow-control example
7317 with a less obsolete example that uses `keyboard-translate'.
7318
7319 * objects.texi (Hash Table Type, Circular Objects):
7320 Get rid of "Emacs 21".
7321
7322 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7323 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7324
7325 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7326
7327 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7328
7329 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7330 (Menu Bar): Fix when menu-bar-update-hook is called.
7331
7332 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7333
7334 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7335 and make it read better.
7336
7337 * files.texi (Writing to Files): Get rid of "Emacs 21".
7338 (Unique File Names): Likewise.
7339
7340 * elisp.texi: Update Emacs version to 22.
7341
7342 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7343 (Overlay Properties, Face Attributes): Likewise.
7344 (Managing Overlays): Fix punctuation.
7345 (Attribute Functions): Clarify set-face-font; get rid of
7346 info about old Emacs versions.
7347 (Auto Faces, Font Lookup, Display Property, Images):
7348 Get rid of "Emacs 21".
7349
7350 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7351
73522005-03-05 Richard M. Stallman <rms@gnu.org>
7353
7354 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7355
73562005-03-04 Lute Kamstra <lute@gnu.org>
7357
7358 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7359
73602005-03-03 Lute Kamstra <lute@gnu.org>
7361
7362 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7363
73642005-03-01 Lute Kamstra <lute@gnu.org>
7365
7366 * debugging.texi (Debugger Commands): Update `j'.
7367
73682005-02-28 Lute Kamstra <lute@gnu.org>
7369
7370 * debugging.texi (Debugging): Fix typo.
7371 (Error Debugging): Document eval-expression-debug-on-error.
7372 (Function Debugging): Update example.
7373 (Using Debugger): Mention starred stack frames.
7374 (Debugger Commands): Document `j' and `l'.
7375 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7376 Update the messages that the debugger displays.
7377 (Internals of Debugger): Add cross reference. Update example.
7378 (Excess Open): Minor improvement.
7379 (Excess Close): Minor improvement.
7380
73812005-02-26 Richard M. Stallman <rms@gnu.org>
7382
7383 * tips.texi (Coding Conventions): Clarify.
7384 Put all the major mode key reservations together.
7385 Mention the Mouse-1 => Mouse-2 conventions.
7386
7387 * syntax.texi (Syntax Class Table): Clarify.
7388 (Syntax Table Functions): syntax-after moved from here.
7389 (Syntax Table Internals): syntax-after moved to here.
7390 (Parsing Expressions): Update info on number of values
7391 and what's meaningful in the STATE argument.
7392 (Categories): Fix typo.
7393
7394 * sequences.texi (Arrays): Cleanup.
7395 (Char-Tables): Clarify.
7396
7397 * processes.texi (Deleting Processes): Cleanups, add xref.
7398 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7399 (Process Information): set-process-coding-system, some args optional.
7400 (Input to Processes): Explain various types for PROCESS args.
7401 Rename them from PROCESS-NAME to PROCESS.
7402 (Signals to Processes): Likewise.
7403 (Decoding Output): Cleanup.
7404 (Query Before Exit): Clarify.
7405
7406 * os.texi (Startup Summary): Correct the options; add missing ones.
7407 (Terminal Output, Batch Mode): Clarify.
7408 (Flow Control): Node deleted.
7409
7410 * markers.texi (The Mark): Clarify.
7411
7412 * macros.texi (Expansion): Cleanup.
7413 (Indenting Macros): indent-spec allows ints, not floats.
7414
7415 * keymaps.texi (Keymaps): Clarify.
7416 (Format of Keymaps): Update lisp-mode-map example.
7417 (Active Keymaps, Key Lookup): Clarify.
7418 (Changing Key Bindings): Add xref to `kbd'.
7419 (Key Binding Commands, Simple Menu Items): Clarify.
7420 (Mouse Menus, Menu Bar): Clarify.
7421 (Menu Example): Replace print example with menu-bar-replace-menu.
7422
7423 * help.texi (Documentation Basics): Add function-documentation prop.
7424
7425 * elisp.texi (Top): Don't refer to Flow Control node.
7426
7427 * commands.texi (Command Overview): Improve xrefs.
7428 (Adjusting Point): Adjusting point applies to intangible and invis.
7429 (Key Sequence Input): Doc extra read-key-sequence args.
7430 Likewise for read-key-sequence-vector.
7431
7432 * backups.texi (Rename or Copy): Minor fix.
7433 (Numbered Backups): For version-control, say the default.
7434 (Auto-Saving): make-auto-save-file-name example is simplified.
7435
7436 * advice.texi (Advising Functions): Don't imply one part of Emacs
7437 should advise another part. Markup changes.
7438 (Defining Advice): Move transitional para.
7439 (Activation of Advice): Cleanup.
7440 Explain if COMPILE is nil or negative.
7441
7442 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7443
74442005-02-24 Lute Kamstra <lute@gnu.org>
7445
7446 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7447 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7448
74492005-02-23 Lute Kamstra <lute@gnu.org>
7450
7451 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7452 to define global minor modes as well.
7453
7454 * display.texi (Managing Overlays): overlay-buffer returns nil for
7455 deleted overlays.
7456
74572005-02-22 Kim F. Storm <storm@cua.dk>
7458
7459 * minibuf.texi (Basic Completion): Allow symbols in addition to
7460 strings in try-completion and all-completions.
7461
74622005-02-14 Lute Kamstra <lute@gnu.org>
7463
7464 * elisp.texi (Top): Remove reference to deleted node.
7465
7466 * lists.texi (Lists): Remove reference to deleted node.
7467 (Cons Cells): Fix typo.
7468
7469 * loading.texi (Where Defined): Fix typo.
7470
74712005-02-14 Richard M. Stallman <rms@gnu.org>
7472
7473 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7474 is useful for discarding some minor modes.
7475
7476 * symbols.texi (Symbol Components): Reorder examples.
7477
7478 * streams.texi (Input Functions): State standard-input default.
7479 (Output Variables): State standard-output default.
7480
7481 * objects.texi (Printed Representation): Clarify read syntax vs print.
7482 (Floating Point Type): Explain meaning better.
7483 (Symbol Type): Explain uniqueness better.
7484 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7485 List examples sooner.
7486 (Box Diagrams): New subnode broken out.
7487 Some examples moved from old Lists as Boxes node.
7488 (Dotted Pair Notation): Clarify intro.
7489 (Array Type): Clarify.
7490 (Type Predicates): Add hash-table-p.
7491
7492 * numbers.texi (Integer Basics): Clarify radix explanation.
7493 (Predicates on Numbers): Minor clarification.
7494 (Comparison of Numbers): Minor clarification. Clarify eql.
7495 Typos in min, max.
7496 (Math Functions): Clarify overflow in expt.
7497
7498 * minibuf.texi (Text from Minibuffer): Minor clarification.
7499 Mention arrow keys.
7500
7501 * loading.texi (Autoload): defun's doc string overrides autoload's
7502 doc string.
7503 (Repeated Loading): Modernize "add to list" examples.
7504 (Where Defined): Finish updating table of load-history elts.
7505
7506 * lists.texi (List-related Predicates): Minor wording improvement.
7507 (Lists as Boxes): Node deleted.
7508 (Building Lists): Explain trivial cases of number-sequence.
7509
7510 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7511 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7512 (Hash Access): Any object can be a key.
7513 State value of maphash.
7514
7515 * functions.texi (What Is a Function): Wording cleanup.
7516 (Function Documentation): Minor cleanup.
7517 Explain purpose of calling convention at end of doc string.
7518 (Function Names): Wording cleanup.
7519 (Calling Functions): Wording cleanup.
7520 Explain better how funcall calls the function.
7521 (Function Cells): Delete example of saving and redefining function.
7522
7523 * control.texi (Combining Conditions): Wording cleanup.
7524 (Iteration): dolist and dotimes bind VAR locally.
7525 (Cleanups): Xref to Atomic Changes.
7526
7527 * compile.texi (Byte Compilation): Delete 19.29 info.
7528 (Compilation Functions): Macros' difficulties don't affect defsubst.
7529 (Docs and Compilation): Delete 19.29 info.
7530
75312005-02-10 Richard M. Stallman <rms@gnu.org>
7532
7533 * objects.texi (Symbol Type): Minor correction.
7534
75352005-02-06 Lute Kamstra <lute@gnu.org>
7536
7537 * modes.texi (Example Major Modes): Fix typos.
7538
75392005-02-06 Richard M. Stallman <rms@gnu.org>
7540
7541 * text.texi (Margins): fill-nobreak-predicate can be one function.
7542
7543 * strings.texi (Modifying Strings): clear-string can make unibyte.
7544 (Formatting Strings): format gives error if values missing.
7545
7546 * positions.texi (Character Motion): Mention default arg
7547 for forward-char. backward-char refers to forward-char.
7548 (Word Motion): Mention default arg for forward-word.
7549 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7550 Simplify end-of-buffer.
7551 (Text Lines): Mention default arg for forward-line.
7552 (List Motion): Mention default arg for beginning/end-of-defun.
7553 (Skipping Characters): Minor fixes in explaining character-set.
7554
7555 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7556 Mode inheritance applies only when default-major-mode is nil.
7557 Clarifications.
7558 (Example Major Modes): Update Text mode and Lisp mode examples.
7559 (Minor Mode Conventions): Mention define-minor-mode at top.
7560 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7561 (Mode Line Format): Update mode line face display info.
7562 (Properties in Mode): Mention effect of risky vars.
7563 (Imenu): Define imenu-add-to-menubar.
7564 (Font Lock Mode): Add descriptions to menu lines.
7565 (Faces for Font Lock): Add font-lock-doc-face.
7566
75672005-02-05 Lute Kamstra <lute@gnu.org>
7568
7569 * text.texi (Maintaining Undo): Remove obsolete function.
7570
75712005-02-05 Eli Zaretskii <eliz@gnu.org>
7572
7573 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7574 color specifications. Improve indexing.
b8d4c8d0
GM
7575 (Text Terminal Colors): Replace the description of RGB values by
7576 an xref to "Color Names".
7577
75782005-02-03 Richard M. Stallman <rms@gnu.org>
7579
7580 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7581 Clarify.
7582 (Selecting Windows): Clarify save-selected-window.
7583 (Cyclic Window Ordering): Clarify walk-windows.
7584 (Window Point): Clarify.
7585 (Window Start): Add comment to example.
7586 (Resizing Windows): Add `interactive' specs in examples.
7587 Document fit-window-to-buffer.
7588
7589 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7590 (Undo, Maintaining Undo): Clarify last change.
7591 (Sorting): In sort-numeric-fields, explain about octal and hex.
7592 Mention sort-numeric-base.
7593 (Format Properties): Add xref for hard newlines.
7594
7595 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7596 (Pop-Up Menus): Fix typo.
7597 (Color Names): Explain all types of color names.
7598 Explain color-values on B&W terminal.
7599 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7600
7601 * files.texi (File Locks): Not supported on MS systems.
7602 (Testing Accessibility): Clarify.
7603
7604 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7605 (Coverage Testing): Fix typo.
7606
7607 * commands.texi (Misc Events): Remove stray space.
7608
7609 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7610 (Modification Time): Clarify when visited-file-modtime returns 0.
7611 (The Buffer List): Clarify bury-buffer.
7612 (Killing Buffers): Clarify.
7613 (Indirect Buffers): Add clone-indirect-buffer.
7614
76152005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7616
7617 * edebug.texi (Printing in Edebug): Fix default value of
7618 edebug-print-circle.
7619 (Coverage Testing): Fix displayed frequency count data.
7620
76212005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7622
7623 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7624
76252005-02-02 Kim F. Storm <storm@cua.dk>
7626
7627 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7628
76292005-01-29 Eli Zaretskii <eliz@gnu.org>
7630
7631 * commands.texi (Misc Events): Describe the help-echo event.
7632
7633 * text.texi (Special Properties) <help-echo>: Use `pos'
7634 consistently in description of the help-echo property.
7635 Use @code{nil} instead of @var{nil}.
7636
7637 * display.texi (Overlay Properties): Fix the index entry for
7638 help-echo overlay property.
7639
7640 * customize.texi (Type Keywords): Uncomment the xref to the
7641 help-echo property documentation.
7642
76432005-01-23 Kim F. Storm <storm@cua.dk>
7644
7645 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7646 return value. Third element FULLY replaced by PARTIAL which
7647 specifies number of invisible pixels if row is only partially visible.
7648 (Textual Scrolling): Mention auto-window-vscroll.
7649 (Vertical Scrolling): New defvar auto-window-vscroll.
7650
76512005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7652
7653 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7654 command remapping.
7655
76562005-01-15 Richard M. Stallman <rms@gnu.org>
7657
7658 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7659
76602005-01-14 Kim F. Storm <storm@cua.dk>
7661
7662 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7663
7664 * text.texi (Links and Mouse-1): Fix string and vector item.
7665
76662005-01-13 Richard M. Stallman <rms@gnu.org>
7667
7668 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7669 descriptions of overriding-local-map and overriding-terminal-local-map.
7670
7671 * text.texi (Links and Mouse-1): Clarify text.
7672
76732005-01-13 Kim F. Storm <storm@cua.dk>
7674
7675 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7676
76772005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7678
7679 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7680
76812005-01-12 Kim F. Storm <storm@cua.dk>
7682
7683 * text.texi (Links and Mouse-1): Rename section from Enabling
7684 Mouse-1 to Following Links. Change xrefs.
7685 Add examples for define-button-type and define-widget.
7686
7687 * display.texi (Button Properties, Button Buffer Commands):
7688 Clarify mouse-1 and follow-link functionality.
7689
76902005-01-12 Richard M. Stallman <rms@gnu.org>
7691
7692 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7693
7694 * display.texi (Beeping): Fix Texinfo usage.
7695
7696 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7697
76982005-01-11 Kim F. Storm <storm@cua.dk>
7699
7700 * display.texi (Button Properties, Button Buffer Commands):
7701 Mention mouse-1 binding. Add follow-link keyword.
7702
7703 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7704 (Enabling Mouse-1 to Follow Links): New subsection.
7705
77062005-01-06 Richard M. Stallman <rms@gnu.org>
7707
7708 * text.texi (Special Properties): Minor change.
7709
7710 * os.texi (Timers): Clarify previous change.
7711
7712 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7713
77142005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7715
7716 * display.texi (Face Attributes): Correct xref to renamed node.
7717
77182005-01-01 Richard M. Stallman <rms@gnu.org>
7719
7720 * display.texi (Face Attributes): Describe hex color specs.
7721
77222004-12-31 Richard M. Stallman <rms@gnu.org>
7723
7724 * os.texi (Timers): Update previous change.
7725
77262004-12-30 Kim F. Storm <storm@cua.dk>
7727
7728 * display.texi (Line Height): Total line-height is now specified
7729 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7730 in cons cells. (nil . RATIO) is relative to actual line height.
7731 Use line-height `t' instead of `0' to get minimum height.
7732
77332004-12-29 Richard M. Stallman <rms@gnu.org>
7734
7735 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7736
77372004-12-28 Richard M. Stallman <rms@gnu.org>
7738
7739 * commands.texi (Quitting): Clarify value of with-local-quit.
7740
7741 * elisp.texi (Top): Fix previous change.
7742
7743 * loading.texi (Loading): Fix previous change.
7744
77452004-12-27 Richard M. Stallman <rms@gnu.org>
7746
7747 * Makefile.in (MAKEINFO): Specify --force.
7748
7749 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7750
7751 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7752
7753 * display.texi (Line Height): Further clarify.
7754
7755 * elisp.texi (Top): Update Loading submenu.
7756
7757 * loading.texi (Where Defined): New node.
7758 (Unloading): load-history moved to Where Defined.
7759
77602004-12-21 Richard M. Stallman <rms@gnu.org>
7761
7762 * commands.texi (Event Input Misc): Add while-no-input.
7763
77642004-12-11 Richard M. Stallman <rms@gnu.org>
7765
7766 * display.texi (Line Height): Rewrite text for clarity.
7767
77682004-12-11 Kim F. Storm <storm@cua.dk>
7769
7770 * display.texi (Display): Add node "Line Height" to menu.
7771 (Line Height): New node. Move full description of line-spacing
7772 and line-height text properties here from text.texi.
7773 (Scroll Bars): Add vertical-scroll-bar variable.
7774
7775 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7776
7777 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7778 line-spacing and vertical-scroll-bar.
7779
7780 * text.texi (Special Properties): Just mention line-spacing and
7781 line-height here, add xref to new "Line Height" node.
7782
77832004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7784
7785 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7786
7787 * locals.texi (Standard Buffer-Local Variables):
7788 Add @xref for `line-spacing'.
7789
77902004-12-05 Richard M. Stallman <rms@gnu.org>
7791
7792 * Makefile.in (maintainer-clean): Remove the info files
7793 in $(infodir) where they are created.
7794
77952004-12-03 Richard M. Stallman <rms@gnu.org>
7796
7797 * windows.texi (Selecting Windows): get-lru-window and
7798 get-largest-window don't consider dedicated windows.
7799
7800 * text.texi (Undo): Document undo-in-progress.
7801
78022004-11-26 Richard M. Stallman <rms@gnu.org>
7803
7804 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7805 Remove a few vars that are not always buffer-local.
7806
78072004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7808
7809 * locals.texi (Standard Buffer-Local Variables): Comment out
7810 xref's to non-existent node `Yet to be written'.
7811
78122004-11-24 Richard M. Stallman <rms@gnu.org>
7813
7814 * processes.texi (Synchronous Processes): Grammar fix.
7815
7816 * numbers.texi (Comparison of Numbers): Add eql.
7817
7818 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7819
7820 * intro.texi (Printing Notation): Fix previous change.
7821
7822 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7823 and default-indicate-buffer-boundaries from here.
7824 (Usual Display): To here.
7825 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7826 (Usual Display): Move tab-width up.
7827
5dcb4c4e
SM
7828 * customize.texi (Variable Definitions):
7829 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7830 (Simple Types, Composite Types, Defining New Types):
7831 Minor cleanups.
7832
78332004-11-21 Jesper Harder <harder@ifa.au.dk>
7834
7835 * processes.texi (Synchronous Processes, Output from Processes):
7836 Markup fix.
7837
78382004-11-20 Richard M. Stallman <rms@gnu.org>
7839
7840 * positions.texi (Skipping Characters): skip-chars-forward
7841 now handles char classes.
7842
7843 * intro.texi (Printing Notation): Avoid confusion of `print'
7844 when explaining @print.
7845
7846 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7847
7848 * display.texi (Display Table Format): Minor fix.
7849
7850 * streams.texi (Output Functions): Fix print example.
7851
7852 * Makefile.in (elisp): New target.
7853 (dist): Depend on $(infodir)/elisp, not elisp.
7854 Copy the info files from $(infodir).
7855
7856 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7857 read-from-minibuffer.
7858
7859 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7860
78612004-11-19 Richard M. Stallman <rms@gnu.org>
7862
7863 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7864
78652004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7866
7867 * tips.texi (Coding Conventions): Fix typo.
7868
78692004-11-16 Richard M. Stallman <rms@gnu.org>
7870
7871 * tips.texi (Coding Conventions): Separate defvar and require
7872 methods to avoid warnings. Use require only when there are many
7873 functions and variables from that package.
7874
7875 * minibuf.texi (Minibuffer Completion): When ignoring case,
7876 predicate must not be case-sensitive.
7877
7878 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7879 (Test Coverage): Don't talk about "splotches". Clarified.
7880
78812004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7882
7883 * frames.texi (Window Frame Parameters): Fix typo.
7884
78852004-11-15 Kim F. Storm <storm@cua.dk>
7886
7887 * symbols.texi (Other Plists): Note that plist-get may signal error.
7888 Add safe-plist-get.
7889
78902004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7891
7892 * modes.texi (Font Lock Basics): Fix typo.
7893
78942004-11-08 Richard M. Stallman <rms@gnu.org>
7895
7896 * syntax.texi (Syntax Table Functions): Add syntax-after.
7897
78982004-11-06 Lars Brinkhoff <lars@nocrew.org>
7899
7900 * os.texi (Processor Run Time): New section documenting
7901 get-internal-run-time.
7902
79032004-11-06 Eli Zaretskii <eliz@gnu.org>
7904
7905 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7906 it nukes elisp-cover.texi.
7907 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7908 elisp-0 etc.
7909
79102004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7911
7912 * commands.texi (Keyboard Macros): Document `append' return value
7913 of `defining-kbd-macro'.
7914
79152004-11-01 Richard M. Stallman <rms@gnu.org>
7916
7917 * commands.texi (Interactive Call): Add called-interactively-p.
7918
79192004-10-29 Simon Josefsson <jas@extundo.com>
7920
7921 * minibuf.texi (Reading a Password): Revert.
7922
79232004-10-28 Richard M. Stallman <rms@gnu.org>
7924
7925 * frames.texi (Display Feature Testing): Explain about "vendor".
7926
79272004-10-27 Richard M. Stallman <rms@gnu.org>
7928
7929 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7930 not raw. Clarify `n'.
7931 (Interactive Call): Rewrite interactive-p, focusing on when
7932 and how to use it.
7933 (Misc Events): Clarify previous change.
7934
7935 * advice.texi (Simple Advice): Clarify what job the example does.
7936 (Around-Advice): Clarify ad-do-it.
7937 (Activation of Advice): An option of ad-default-compilation-action
7938 is `never', not `nil'.
7939
79402004-10-26 Kim F. Storm <storm@cua.dk>
7941
7942 * commands.texi (Interactive Codes): Add U code letter.
7943
79442004-10-25 Simon Josefsson <jas@extundo.com>
7945
7946 * minibuf.texi (Reading a Password): Add.
7947
79482004-10-24 Jason Rumney <jasonr@gnu.org>
7949
7950 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7951 and wheel-down.
7952
79532004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7954
7955 * processes.texi (Synchronous Processes): Document process-file.
7956
79572004-10-22 Kenichi Handa <handa@m17n.org>
7958
7959 * text.texi (translate-region): Document that it accepts also a
7960 char-table.
7961
79622004-10-22 David Ponce <david@dponce.com>
7963
7964 * windows.texi (Resizing Windows): Document the `preserve-before'
7965 argument of the functions `enlarge-window' and `shrink-window'.
7966
79672004-10-19 Jason Rumney <jasonr@gnu.org>
7968
7969 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7970
79712004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7972
7973 * text.texi (Filling): Add anchor for definition of
7974 `sentence-end-double-space'.
7975
7976 * searching.texi (Regexp Example): Update description of how
7977 Emacs currently recognizes the end of a sentence.
7978 (Standard Regexps): Update definition of the variable
7979 `sentence-end'. Add definition of the function `sentence-end'.
7980
79812004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7982
7983 * display.texi (Progress): New node.
7984
79852004-10-05 Kim F. Storm <storm@cua.dk>
7986
7987 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7988
79892004-09-29 Kim F. Storm <storm@cua.dk>
7990
7991 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7992 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7993 fringe bitmap symbols, as they now have their own namespace.
7994 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7995 vs. pixels. Signal error if no free bitmap slots.
7996 (Pixel Specification): Change IMAGE to @var{image}.
7997
79982004-09-28 Richard M. Stallman <rms@gnu.org>
7999
8000 * text.texi (Special Properties): Clarify line-spacing and line-height.
8001
8002 * searching.texi (Regexp Search): Add looking-back.
8003
80042004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8005
8006 * display.texi: Correct typos.
8007 (Image Descriptors): Correct xref's.
8008
80092004-09-25 Richard M. Stallman <rms@gnu.org>
8010
8011 * text.texi (Special Properties): Cleanups in `cursor'.
8012 Rewrites in `line-height' and `line-spacing'; exchange them.
8013
8014 * display.texi (Fringes): Rewrite previous change.
8015 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8016 (Display Fringe Bitmaps): Node deleted, text moved.
8017 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8018 (Scroll Bars): Clarify set-window-scroll-bars.
8019 (Pointer Shape): Rewrite.
8020 (Specified Space): Clarify :align-to, etc.
8021 (Pixel Specification): Use @var. Clarify new text.
8022 (Other Display Specs): Clarify `slice'.
8023 (Image Descriptors): Cleanups.
8024 (Showing Images): Cleanups.
8025
80262004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8027
8028 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8029
8030 * modes.texi: Various minor changes in addition to:
8031 (Major Mode Conventions): Final call to `run-mode-hooks' should
8032 not be inside the `delay-mode-hooks' form.
8033 (Mode Hooks): New node.
8034 (Hooks): Delete obsolete example.
8035 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8036 node "Mode Hooks".
8037
80382004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8039
8040 * display.texi: Correct various typos.
8041 (Display): Rename node "Pointer Shapes" to "Pointer
8042 Shape". (There is already a node called "Pointer Shapes" in
8043 frames.texi.)
8044 (Images): Remove non-existent node "Image Slices" from menu.
8045
80462004-09-23 Kim F. Storm <storm@cua.dk>
8047
8048 * text.texi (Special Properties): Add `cursor', `pointer',
8049 `line-height', and `line-spacing' properties.
8050
8051 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8052 Shapes' to menu.
8053 (Standard Faces): Doc fix for fringe face.
8054 (Fringes): Add `overflow-newline-into-fringe' and
8055 'indicate-buffer-boundaries'.
8056 (Fringe Bitmaps, Pointer Shapes): New nodes.
8057 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8058 Bitmaps' to menu.
8059 (Specified Space): Describe pixel width and height.
8060 (Pixel Specification): New node.
8061 (Other Display Specs): Add `slice' property.
8062 (Display Fringe Bitmaps): New node.
8063 (Images): Add 'Image Slices' to menu.
8064 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8065 (Showing Images): Add slice arg to `insert-image'.
8066 Add 'insert-sliced-image'.
b8d4c8d0
GM
8067
80682004-09-20 Richard M. Stallman <rms@gnu.org>
8069
8070 * commands.texi (Key Sequence Input):
8071 Clarify downcasing in read-key-sequence.
8072
80732004-09-08 Juri Linkov <juri@jurta.org>
8074
8075 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8076
80772004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8078
5dcb4c4e
SM
8079 * locals.texi (Standard Buffer-Local Variables):
8080 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8081 * internals.texi (Buffer Internals): Describe new
8082 auto_save_file_format field of the buffer structure.
8083 * files.texi (Format Conversion): `auto-save-file-format' has been
8084 renamed `buffer-auto-save-file-format'.
8085
80862004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8087
8088 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8089 an integer or a marker.
8090 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8091
80922004-08-22 Richard M. Stallman <rms@gnu.org>
8093
8094 * modes.texi (Major Mode Conventions): Discuss rebinding of
8095 standard key bindings.
8096
80972004-08-18 Kim F. Storm <storm@cua.dk>
8098
8099 * processes.texi (Accepting Output): Add `just-this-one' arg to
8100 `accept-process-output'.
8101 (Output from Processes): New var `process-adaptive-read-buffering'.
8102
81032004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8104
8105 * keymaps.texi: Various changes in addition to:
8106 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8107 Give more varied examples for `kbd'.
8108 (Creating Keymaps): Char tables have slots for all characters
8109 without modifiers.
8110 (Active Keymaps): `overriding-local-map' and
8111 `overriding-terminal-local-map' also override text property and
8112 overlay keymaps.
8113 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8114 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8115 to denote a prefix of no events.
8116 `map-keymap' includes parent's bindings _recursively_.
8117 Clarify and correct description of `where-is-internal'.
8118 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8119 (Menu Example): For menus intended for use with the keyboard, the
8120 menu items should be bound to characters or real function keys.
8121
81222004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8123
8124 * objects.texi (Character Type): Reposition `@anchor' to prevent
8125 double space inside sentence in Info.
8126
8127 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8128 renamed to `disabled-command-function'.
8129 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8130 (Command Loop Info): Replace reference to it.
8131 (Disabling Commands): `disabled-command-hook' has been renamed to
8132 `disabled-command-function'.
8133
81342004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8135
8136 * os.texi (Translating Input): Only non-prefix bindings in
8137 `key-translation-map' override actual key bindings. Warn about
8138 possible indirect effect of actual key bindings on non-prefix
8139 bindings in `key-translation-map'.
8140
81412004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8142
8143 * minibuf.texi (High-Level Completion): Add anchor for definition
8144 of `read-variable'.
8145
8146 * commands.texi: Various changes in addition to:
8147 (Using Interactive): Clarify description of `interactive-form'.
8148 (Interactive Call): Mention default for KEYS argument to
8149 `call-interactively'.
8150 (Command Loop Info): Clarify description of `this-command-keys'.
8151 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8152 Value of `last-event-frame' can be `macro'.
8153 (Repeat Events): `double-click-fuzz' is also used to distinguish
8154 clicks and drags.
8155 (Classifying Events): Clarify descriptions of `event-modifiers'
8156 `event-basic-type' and `event-convert-list'.
8157 (Accessing Events): `posn-timestamp' takes POSITION argument.
8158 (Quoted Character Input): Clarify description of
8159 `read-quoted-char' and fix example.
8160 (Quitting): Add `with-local-quit'.
8161 (Disabling Commands): Correct and clarify descriptions of
8162 `enable-command' and `disable-command'.
8163 Mention what happens if `disabled-command-hook' is nil.
8164 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8165 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8166
81672004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8168
8169 * frames.texi: Various changes in addition to:
8170 (Creating Frames): Expand and clarify description of `make-frame'.
8171 (Window Frame Parameters): Either none or both of the `icon-left'
8172 and `icon-top' parameters must be specified. Put descriptions of
8173 `menu-bar-lines' and `toolbar-lines' closer together and change
8174 them accordingly.
8175 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8176 except while processing `frame-title-format' or `icon-title-format'.
8177 (Deleting Frames): Correct description of `delete-frame'.
8178 Non-nil return values of `frame-live-p' are like those of `framep'.
8179 (Frames and Windows): Mention return value of
8180 `set-frame-selected-window'.
8181 (Visibility of Frames): Mention `force' argument to
8182 `make-frame-invisible'. `frame-visible-p' returns t for all
8183 frames on text-only terminals.
8184 (Frame Configurations): Restoring a frame configuration does not
8185 restore deleted frames.
8186 (Window System Selections): `x-set-selection' returns DATA.
8187 (Resources): Add example.
8188 (Display Feature Testing): Clarify descriptions of
8189 `display-pixel-height', `display-pixel-width', `x-server-version'
8190 and `x-server-vendor'.
8191
8192 * windows.texi (Choosing Window): Add anchor.
8193 * minibuf.texi (Minibuffer Misc): Add anchor.
8194
81952004-07-23 John Paul Wallington <jpw@gnu.org>
8196
8197 * macros.texi (Defining Macros): Declaration keyword for setting
8198 Edebug spec is `debug' not `edebug'.
8199
82002004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8201
8202 * windows.texi: Various small changes in addition to:
8203 (Window Point): Mention return value of `set-window-point'.
8204 (Window Start): `pos-visible-in-window-p' disregards horizontal
8205 scrolling. Explain return value if PARTIALLY is non-nil.
8206 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8207 and `set-window-vscroll'.
8208 (Size of Window): The argument WINDOW to `window-inside-edges',
8209 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8210 (Resizing Windows): Explain return value of
8211 `shrink-window-if-larger-than-buffer'.
8212 `window-size-fixed' automatically becomes buffer local when set.
8213 (Window Configurations): Explain return value of
8214 `set-window-configuration'.
8215
8216 * minibuf.texi (Minibuffer Misc): Add anchor for
8217 `minibuffer-scroll-window'.
8218
8219 * positions.texi (Text Lines): Add anchor for `count-lines'.
8220
82212004-07-17 Richard M. Stallman <rms@gnu.org>
8222
8223 * display.texi (Overlay Properties): Adding `evaporate' prop
8224 deletes empty overlay immediately.
8225
8226 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8227 fix example.
8228
82292004-07-16 Jim Blandy <jimb@redhat.com>
8230
8231 * searching.texi (Regexp Backslash): Document new \_< and \_>
8232 operators.
8233
82342004-07-16 Juanma Barranquero <lektu@terra.es>
8235
8236 * display.texi (Images): Fix Texinfo usage.
8237
82382004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8239
8240 * buffers.texi (Modification Time): `visited-file-modtime' now
8241 returns a list of two integers, instead of a cons.
8242
82432004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8244
8245 * windows.texi: Various changes in addition to:
8246 (Splitting Windows): Add `split-window-keep-point'.
8247
82482004-07-09 Richard M. Stallman <rms@gnu.org>
8249
8250 * frames.texi (Input Focus): Minor fix.
8251
82522004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8253
8254 * frames.texi (Input Focus): Clarify descriptions of
8255 `select-frame-set-input-focus' and `select-frame'.
8256
82572004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8258
8259 * os.texi: Various small changes in addition to:
8260 (Killing Emacs): Expand and clarify description of
8261 `kill-emacs-query-functions' and `kill-emacs-hook'.
8262 (System Environment): Expand and clarify description of `getenv'
8263 and `setenv'.
8264 (Timers): Clarify description of `run-at-time'.
8265 (Translating Input): Correct description of
8266 `extra-keyboard-modifiers'.
8267 (Flow Control): Correct description of `enable-flow-control'.
8268
82692004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8270
8271 * os.texi: Update copyright.
8272 (Session Management): Grammar fix.
8273 Clarify which Emacs does the restarting.
8274 Use @samp for *scratch* buffer.
8275
82762004-07-04 Alan Mackenzie <acm@muc.de>
8277
8278 * frames.texi (Input Focus): Add documentation for
8279 `select-frame-set-input-focus'. Replace refs to non-existent
8280 `switch-frame' with `select-frame'. Minor corrections and tidying
8281 up of text-only terminal stuff.
8282
82832004-07-02 Richard M. Stallman <rms@gnu.org>
8284
8285 * files.texi (Saving Buffers): Cleanup write-contents-function.
8286 (Magic File Names): Cleanup file-remote-p.
8287
b344d29d 82882004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8289
8290 * files.texi (Magic File Names): `file-remote-p' returns an
8291 identifier of the remote system, not just t.
8292
82932004-07-02 David Kastrup <dak@gnu.org>
8294
8295 * searching.texi (Entire Match Data): Add explanation about new
8296 match-data behavior when @var{integers} is non-nil.
8297
82982004-06-24 Richard M. Stallman <rms@gnu.org>
8299
8300 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8301
8302 * customize.texi (Variable Definitions): Note about doc strings
8303 and :set.
8304
8305 * keymaps.texi (Keymap Terminology): Document `kbd'.
8306 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8307
8308 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8309 makes it buffer-local.
8310
8311 * files.texi (Saving Buffers): Correct previous change.
8312
8313 * commands.texi (Accessing Events):
8314 Clarify posn-col-row and posn-actual-col-row.
8315
83162004-06-24 David Ponce <david.ponce@wanadoo.fr>
8317
8318 * commands.texi (Accessing Events): New functions
8319 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8320
83212004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8322
8323 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8324 * frames.texi, buffers.texi, backups.texi, variables.texi:
8325 * loading.texi, eval.texi, functions.texi, control.texi:
8326 * symbols.texi, minibuf.texi: Reposition @anchor's.
8327
8328 * help.texi: Various small changes in addition to the following.
8329 (Describing Characters): Describe PREFIX argument to
8330 `key-description'. Correct and clarify definition of
8331 `text-char-description'. Describe NEED-VECTOR argument to
8332 `read-kbd-macro'.
8333 (Help Functions): Clarify definition of `apropos'.
8334
83352004-06-23 Lars Hansen <larsh@math.ku.dk>
8336
8337 * files.texi (Saving Buffers): Correct description of
8338 `write-contents-functions'.
8339
83402004-06-21 Juanma Barranquero <lektu@terra.es>
8341
8342 * display.texi (Images): Remove redundant @vindex directives.
8343 Rewrite `image-library-alist' doc in active voice.
8344
83452004-06-14 Juanma Barranquero <lektu@terra.es>
8346
8347 * display.texi (Images): Document new delayed library loading,
8348 variable `image-library-alist' and (existing but undocumented)
8349 function `image-type-available-p'.
8350
83512004-06-05 Richard M. Stallman <rms@gnu.org>
8352
8353 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8354 refer the user to the Initial Input node.
8355 (Text from Minibuffer): Likewise.
8356 (Initial Input): New node. Document this feature
8357 and say it is mostly deprecated.
8358
83592004-05-30 Richard M. Stallman <rms@gnu.org>
8360
8361 * loading.texi (Named Features): Clarify return value
8362 and meaning of NOERROR.
8363
8364 * variables.texi (File Local Variables): Minor cleanup.
8365
83662004-05-30 Michael Albinus <michael.albinus@gmx.de>
8367
8368 * files.texi (Magic File Names): Add `file-remote-p' as operation
8369 of file name handlers.
8370
83712004-05-29 Richard M. Stallman <rms@gnu.org>
8372
8373 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8374 as arg to a minor mode command.
8375
83762004-05-22 Richard M. Stallman <rms@gnu.org>
8377
8378 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8379
8380 * streams.texi (Output Variables): Doc float-output-format.
8381
8382 * searching.texi (Regexp Special): Nested repetition can be infloop.
8383
8384 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8385 real stack overflow.
8386
8387 * compile.texi: Minor cleanups.
8388
83892004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8390
8391 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8392 circular lists.
8393 (List Elements): Explain handling of circular and dotted lists.
8394
83952004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8396
8397 * modes.texi (Search-based Fontification): Fix typo.
8398
83992004-05-10 Juanma Barranquero <lektu@terra.es>
8400
8401 * modes.texi (Mode Line Variables): Fix description of
8402 global-mode-string, which is now after which-func-mode, not the
8403 buffer name.
8404
84052004-05-07 Lars Hansen <larsh@math.ku.dk>
8406
8407 * modes.texi (Desktop Save Mode): Add.
8408 (Modes): Add menu entry Desktop Save Mode.
8409
8410 * hooks.texi: Add desktop-after-read-hook,
8411 desktop-no-desktop-file-hook and desktop-save-hook.
8412
8413 * locals.texi: Add desktop-save-buffer.
8414
84152004-04-30 Jesper Harder <harder@ifa.au.dk>
8416
8417 * display.texi: emacs -> Emacs.
8418
84192004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8420
8421 * files.texi (Changing Files): Document set-file-times.
8422
84232004-04-23 Juanma Barranquero <lektu@terra.es>
8424
8425 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8426
84272004-04-18 Jesper Harder <harder@ifa.au.dk>
8428
8429 * tips.texi (Coding Conventions): defopt -> defcustom.
8430
84312004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8432
8433 * sequences.texi: Various clarifications.
8434
84352004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8436
8437 * buffers.texi (Read Only Buffers): Mention optional ARG to
8438 `toggle-read-only'.
8439
84402004-04-14 Nick Roberts <nick@nick.uklinux.net>
8441
8442 * windows.texi (Selecting Windows): Note that get-lru-window
8443 returns a full-width window if possible.
8444
84452004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8446
8447 * buffers.texi: Various changes in addition to:
8448 (Buffer File Name): Add `find-buffer-visiting'.
8449 (Buffer Modification): Mention optional ARG to `not-modified'.
8450 (Indirect Buffers): Mention optional CLONE argument to
8451 `make-indirect-buffer'.
8452
8453 * files.texi: Various changes in addition to:
8454 (Visiting Functions): `find-file-hook' is now a normal hook.
8455 (File Name Expansion): Explain difference between the way that
8456 `expand-file-name' and `file-truename' treat `..'.
8457 (Contents of Directories): Mention optional ID-FORMAT argument to
8458 `directory-files-and-attributes'.
8459 (Format Conversion): Mention new optional CONFIRM argument to
8460 `format-write-file'.
8461
84622004-04-12 Miles Bader <miles@gnu.org>
8463
8464 * macros.texi (Expansion): Add description of `macroexpand-all'.
8465
84662004-04-05 Jesper Harder <harder@ifa.au.dk>
8467
5dcb4c4e
SM
8468 * variables.texi (Variable Aliases):
8469 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8470
8471 * errors.texi (Standard Errors): Ditto.
8472
84732004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8474
8475 * backups.texi: Various small changes in addition to:
8476 (Making Backups): Mention return value of `backup-buffer'.
8477 (Auto-Saving): Mention optional FORCE argument to
8478 `delete-auto-save-file-if-necessary'.
8479 (Reverting): Mention optional PRESERVE-MODES argument to
8480 `revert-buffer'. Correct description of `revert-buffer-function'.
8481
84822004-03-22 Juri Linkov <juri@jurta.org>
8483
8484 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8485 with `Vector Functions'.
8486
8487 * text.texi (Sorting): Add missing quote.
8488
84892004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8490
8491 * intro.texi (Lisp History): Replace xref to `cl' manual with
8492 inforef.
8493
84942004-03-12 Richard M. Stallman <rms@gnu.org>
8495
8496 * intro.texi (Version Info): Add arg to emacs-version.
8497 (Lisp History): Change xref to CL manual.
8498
84992004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8500
8501 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8502 for Partial Completion mode.
8503
85042004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8505
8506 * customize.texi: Fix typo. Remove eol whitespace.
8507
85082004-03-04 Richard M. Stallman <rms@gnu.org>
8509
8510 * processes.texi: Fix typos.
8511
8512 * lists.texi (Building Lists): Minor clarification.
8513
8514 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8515 in make-hash-table.
8516
85172004-02-29 Juanma Barranquero <lektu@terra.es>
8518
8519 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8520 rm, and ignore exit code.
8521
85222004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8523
8524 * display.texi (Defining Faces): Add description for min-colors.
8525 Update example.
8526
85272004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8528
8529 * abbrevs.texi: Various corrections and clarifications in addition
8530 to the following:
8531 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8532
85332004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8534
8535 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8536
85372004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8538
8539 * text.texi: Various small changes in addition to the following:
8540 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8541 to delete-horizontal-space.
8542 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8543 description of yank-handler text property at various places.
8544
8545 * frames.texi (Window System Selections): Add anchor.
8546
8547 * syntax.texi (Syntax Table Functions): Clarify and correct
8548 descriptions of make-syntax-table and copy-syntax-table.
8549 (Motion and Syntax): Clarify SYNTAXES argument to
8550 skip-syntax-forward.
8551 (Parsing Expressions): Mention that the return value of
8552 parse-partial-sexp is currently a list of ten rather than nine
8553 elements.
8554 (Categories): Various corrections and clarifications.
8555
85562004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8557
8558 * markers.texi (Marker Insertion Types): Minor change.
8559
8560 * locals.texi (Standard Buffer-Local Variables):
8561 * commands.texi (Interactive Codes, Using Interactive):
8562 * functions.texi (Related Topics): Fix xrefs.
8563
85642004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8565
8566 * lists.texi (Sets And Lists): Update description of delete-dups.
8567
85682004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8569
8570 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8571
c8763fb6 85722004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8573
8574 * frames.texi (Parameter Access): frame-parameters arg is optional.
8575 modify-frame-parameters handles nil for FRAME.
8576 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8577 are all-or-nothing for certain toolkits.
8578 Mention parameter wait-for-wm.
8579 (Frames and Windows): In frame-first-window and frame-selected-window
8580 the arg is optional.
8581 (Input Focus): In redirect-frame-focus the second arg is optional.
8582 (Window System Selections): Mention selection type CLIPBOARD.
8583 Mention data-type UTF8_STRING.
8584 Mention numbering of cut buffers.
8585 (Resources): Describe x-resource-name.
8586
85872004-02-16 Richard M. Stallman <rms@gnu.org>
8588
8589 * windows.texi (Buffers and Windows): Delete false table
8590 about all-frames.
8591
8592 * syntax.texi (Parsing Expressions): Delete old caveat
8593 about parse-sexp-ignore-comments.
8594
8595 * streams.texi (Output Variables): Add print-quoted.
8596
8597 * lists.texi (Building Lists): Minor cleanup.
8598
8599 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8600
8601 * display.texi (Overlays): Explain overlays use markers.
8602 (Managing Overlays): Explain front-advance and rear-advance
8603 in more detail.
8604
8605 * loading.texi (Unloading): Document unload-feature-special-hooks.
8606 Get rid of fns-NNN.el file.
8607
86082004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8609
8610 * help.texi (Describing Characters): Fix text-char-description
8611 example output.
8612
8613 * edebug.texi (Using Edebug): Fix example.
8614
8615 * debugging.texi (Internals of Debugger): Fix return value.
8616
8617 * files.texi (Changing Files): Fix argname.
8618
8619 * calendar.texi: Fix parens, and default values.
8620
8621 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8622 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8623 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8624
8625 * positions.texi (Text Lines): Don't add -1 in current-line.
8626
86272004-02-16 Richard M. Stallman <rms@gnu.org>
8628
8629 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8630
86312004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8632
8633 * processes.texi (Low-Level Network): Fix a typo.
8634
86352004-02-12 Kim F. Storm <storm@cua.dk>
8636
8637 * display.texi (Fringes): Use consistent wording.
8638 Note that window-fringe's window arg is optional.
8639 (Scroll Bars): Use consistent wording.
8640
86412004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8642
8643 * tips.texi (Comment Tips): Document the new conventions for
8644 commenting out code.
8645
c8763fb6 86462004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8647
5dcb4c4e 8648 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8649
86502004-02-07 Kim F. Storm <storm@cua.dk>
8651
8652 * positions.texi (Text Lines): Add line-number-at-pos.
8653
86542004-02-06 John Paul Wallington <jpw@gnu.org>
8655
8656 * display.texi (Button Properties, Button Buffer Commands):
8657 mouse-2 invokes button, not down-mouse-1.
8658
86592004-02-04 Jason Rumney <jasonr@gnu.org>
8660
8661 * makefile.w32-in: Sync with Makefile.in changes.
8662
86632004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8664
8665 * minibuf.texi (Text from Minibuffer): Various corrections and
8666 clarifications.
8667 (Object from Minibuffer): Correct Lisp description of
8668 read-minibuffer.
8669 (Minibuffer History): Clarify description of cons values for
8670 HISTORY arguments.
5dcb4c4e
SM
8671 (Basic Completion): Various corrections and clarifications.
8672 Add completion-regexp-list.
b8d4c8d0
GM
8673 (Minibuffer Completion): Correct and clarify description of
8674 completing-read.
5dcb4c4e
SM
8675 (Completion Commands): Mention Partial Completion mode.
8676 Various other minor changes.
b8d4c8d0
GM
8677 (High-Level Completion): Various corrections and clarifications.
8678 (Reading File Names): Ditto.
8679 (Minibuffer Misc): Ditto.
8680
86812004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8682
8683 * strings.texi (Text Comparison): assoc-string also matches
8684 elements of alists that are strings instead of conses.
8685 (Formatting Strings): Standardize Texinfo usage. Update index
8686 entries.
8687
86882004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8689
8690 * lists.texi (Sets And Lists): Add delete-dups.
8691
86922004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8693
8694 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8695 special form.
8696 * macros.texi (Defining Macros): Update description of `declare',
8697 which now is a macro.
8698 (Wrong Time): Fix typos.
8699
87002004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8701
8702 * compile.texi (Compilation Functions): Expand descriptions of
8703 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8704 and `batch-byte-compile'. In particular, mention and describe
8705 all optional arguments.
8706 (Disassembly): Correct and clarify the description of `disassemble'.
8707
87082004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8709
8710 * searching.texi: Various small changes in addition to the
8711 following.
8712 (Regexp Example): Adapt to new value of `sentence-end'.
8713 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8714 `words'.
8715 (Search and Replace): Add usage note for `perform-replace'.
8716 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8717 `match-data'.
8718 (Standard Regexps): Update for new values of `paragraph-start'
8719 and `sentence-end'.
8720
87212004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8722
8723 * files.texi (Saving Buffers): Clarify descriptions of
8724 `write-contents-functions' and `before-save-hook'.
8725 Make the defvar's for `before-save-hook' and `after-save-hook'
8726 into defopt's.
8727
87282004-01-07 Kim F. Storm <storm@cua.dk>
8729
8730 * commands.texi (Click Events): Describe new image and
8731 width/height elements of click events.
8732 (Accessing Events): Add posn-string, posn-image, and
8733 posn-object-width-height. Change posn-object to return either
8734 image or string object.
8735
87362004-01-01 Simon Josefsson <jas@extundo.com>
8737
8738 * hooks.texi (Standard Hooks): Add before-save-hook.
8739 * files.texi (Saving Buffers): Likewise.
8740
87412004-01-03 Richard M. Stallman <rms@gnu.org>
8742
8743 * frames.texi (Frames and Windows): Delete frame-root-window.
8744
87452004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8746
8747 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8748
8749 * functions.texi: Various small changes in addition to the
8750 following.
5dcb4c4e
SM
8751 (What Is a Function): `functionp' returns nil for macros.
8752 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8753 (Function Documentation): Add `\' in front of (fn @var{arglist})
8754 and explain why.
8755 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8756 Add anchor.
8757 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8758
87592004-01-01 Miles Bader <miles@gnu.org>
8760
8761 * display.texi (Buttons): New section.
8762
87632003-12-31 Andreas Schwab <schwab@suse.de>
8764
8765 * numbers.texi (Math Functions): sqrt reports a domain-error
8766 error.
8767 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8768
87692003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8770
8771 * tips.texi (Documentation Tips): Update item on hyperlinks in
8772 documentation strings.
8773
8774 * errors.texi (Standard Errors): Various small corrections and
8775 additions.
8776
8777 * control.texi: Various small changes in addition to the
8778 following.
8779 (Signaling Errors): Provide some more details on how `signal'
8780 constructs the error message. Add anchor to the definition of
8781 `signal'.
8782 (Error Symbols): Describe special treatment of `quit'.
8783 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8784 to emphasize that it has to be a single form.
8785
8786 * buffers.texi: Add anchor.
8787
87882003-12-29 Richard M. Stallman <rms@gnu.org>
8789
8790 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8791 (Window Configurations): Add window-configuration-frame.
8792
8793 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8794
8795 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8796 Change arg name in get-char-property.
8797 (Special Properties): Update handling of keymap property.
8798
8799 * strings.texi (Modifying Strings): Add clear-string.
8800 (Text Comparison): Add assoc-string and remove
8801 assoc-ignore-case, assoc-ignore-representation.
8802
8803 * os.texi (Time of Day): Add set-time-zone-rule.
8804
8805 * numbers.texi (Math Functions): asin, acos, log, log10
8806 report domain-error errors.
8807
8808 * nonascii.texi (Converting Representations):
8809 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8810 (Encoding and I/O): Add file-name-coding-system.
8811
8812 * modes.texi (Search-based Fontification): Explain that
8813 face specs are symbols with face names as values.
8814
8815 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8816
8817 * lists.texi (Building Lists): remq moved elsewhere.
8818 (Sets And Lists): remq moved here.
8819 (Association Lists): Refer to assoc-string.
8820
8821 * internals.texi (Garbage Collection): Add memory-use-counts.
8822
8823 * frames.texi (Frames and Windows): Add set-frame-selected-window
8824 and frame-root-window.
8825
8826 * files.texi (Contents of Directories):
8827 Add directory-files-and-attributes.
8828
8829 * display.texi (Refresh Screen): Add force-window-update.
8830 (Invisible Text): Explain about moving point out of invis text.
8831 (Overlay Properties): Add overlay-properties.
8832 (Managing Overlays): Add overlayp.
8833 (GIF Images): Invalid image number displays a hollow box.
8834
8835 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8836 (Killing Buffers): Add buffer-live-p.
8837
88382003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8839
8840 * display.texi (Fringes): Fix typo "set-buffer-window".
8841
88422003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8843
8844 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8845 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8846 Add or change various xrefs and anchors.
8847
8848 * commands.texi: Replace all occurrences of @acronym{CAR} with
8849 @sc{car}, for consistency with the rest of the Elisp manual.
8850 `car' and `cdr' are historically acronyms, but are no longer
8851 widely thought of as such.
8852
8853 * internals.texi (Pure Storage): Mention that `purecopy' does not
8854 copy text properties.
8855 (Object Internals): Now 29 bits are used (in most implementations)
8856 to address Lisp objects.
8857
8858 * variables.texi (Variables with Restricted Values): New node.
8859
8860 * objects.texi (Lisp Data Types): Mention that certain variables
8861 can only take on a restricted set of values and add an xref to
8862 the new node "Variables with Restricted Values".
8863
8864 * eval.texi (Function Indirection): Describe the errors that
8865 `indirect-function' can signal.
8866 (Eval): Clarify the descriptions of `eval-region' and `values'.
8867 Describe `eval-buffer' instead of `eval-current-buffer' and
8868 mention `eval-current-buffer' as an alias for `current-buffer'.
8869 Correct the description and mention all optional arguments.
8870
8871 * nonascii.texi: Various small changes in addition to the
8872 following.
8873 (Converting Representations): Clarify behavior of
8874 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8875 ASCII arguments.
8876 (Character Sets): Document the variable `charset-list' and adapt
8877 the definition of the function `charset-list' accordingly.
8878 (Translation of Characters): Clarify use of generic characters in
8879 `make-translation-table'. Clarify and correct the description of
8880 the use of translation tables in encoding and decoding.
8881 (User-Chosen Coding Systems): Correct and clarify the description
8882 of `select-safe-coding-system'.
8883 (Default Coding Systems): Clarify description of
8884 `file-coding-system-alist'.
8885
88862003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8887
8888 * strings.texi (Text Comparison): Correctly describe when two
8889 strings are `equal'. Combine and clarify descriptions of
8890 `assoc-ignore-case' and `assoc-ignore-representation'.
8891
8892 * objects.texi (Non-ASCII in Strings): Clarify description of
8893 when a string is unibyte or multibyte.
8894 (Bool-Vector Type): Update examples.
8895 (Equality Predicates): Correctly describe when two strings are
8896 `equal'.
8897
88982003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8899
8900 * lists.texi (Building Lists): `append' no longer accepts integer
8901 arguments. Update the description of `number-sequence' to reflect
8902 recent changes.
8903 (Sets And Lists): Describe `member-ignore-case' after `member'.
8904
89052003-11-27 Kim F. Storm <storm@cua.dk>
8906
8907 * commands.texi (Click Events): Click object may be an images.
8908 Describe (dx . dy) element of click positions.
8909 (Accessing Events): Remove duplicate posn-timestamp.
8910 New functions posn-object and posn-object-x-y.
8911
89122003-11-23 Kim F. Storm <storm@cua.dk>
8913
8914 * commands.texi (Click Events): Describe enhancements to event
8915 position lists, including new text-pos and (col . row) items.
8916 Mention left-fringe and right-fringe area events.
8917 (Accessing Events): New functions posn-area and
8918 posn-actual-col-row. Mention posn-timestamp. Mention that
8919 posn-point in non-text area still returns buffer position.
8920 Clarify posn-col-row.
8921
89222003-11-21 Lars Hansen <larsh@math.ku.dk>
8923
8924 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8925 * anti.texi (File Attributes): Describe removed parameter
8926 ID-FORMAT.
8927
89282003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8929
8930 * positions.texi (Positions): Mention that, if a marker is used as
8931 a position, its buffer is ignored.
8932
8933 * markers.texi (Overview of Markers): Mention it here too.
8934
89352003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8936
8937 * numbers.texi (Numeric Conversions): Not just `floor', but also
8938 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8939
89402003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8941
8942 * markers.texi (Creating Markers): Specify insertion type of
8943 created markers. Add xref to `Marker Insertion Types'.
8944 Second argument to `copy-marker' is optional.
8945 (Marker Insertion Types): Mention that most markers are created
8946 with insertion type nil.
8947 (The Mark): Correctly describe when `mark' signals an error.
8948 (The Region): Correctly describe when `region-beginning' and
8949 `region-end' signal an error.
8950
89512003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8952
8953 * hash.texi (Creating Hash): Clarify description of `eql'.
8954 `makehash' is obsolete.
8955 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8956
8957 * positions.texi (Point): Change description of `buffer-end', so
8958 that it is also correct for floating point arguments.
8959 (List Motion): Correct argument lists of `beginning-of-defun' and
8960 `end-of-defun'.
8961 (Excursions): Add xref to `Marker Insertion Types'.
8962 (Narrowing): Argument to `narrow-to-page' is optional.
8963
89642003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8965
8966 * streams.texi (Output Streams): Clarify behavior of point for
8967 marker output streams.
8968
89692003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8970
8971 * variables.texi (Defining Variables): Second argument to
8972 `defconst' is not optional.
8973 (Setting Variables): Mention optional argument APPEND to
8974 `add-to-list'.
8975 (Creating Buffer-Local): Expand description of
8976 `make-variable-buffer-local'.
8977 (Frame-Local Variables): Expand description of
8978 `make-variable-frame-local'.
8979 (Variable Aliases): Correct description of optional argument
8980 DOCSTRING to `defvaralias'. Mention return value of
8981 `defvaralias'.
8982 (File Local Variables): Add xref to `File variables' in Emacs
8983 Manual. Correct description of `hack-local-variables'. Mention
8984 `safe-local-variable' property. Mention optional second argument
8985 to `risky-local-variable-p'.
8986
89872003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8988
8989 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8990
89912003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8992
8993 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8994 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8995 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8996 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8997 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8998 lispref/processes.texi, lispref/searching.texi,
8999 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9000 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9001 @acronym{FOO}.
9002
90032003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9004
9005 * strings.texi (Creating Strings): Argument START to `substring'
9006 can not be `nil'. Expand description of
9007 `substring-no-properties'. Correct description of `split-string',
9008 especially with respect to empty matches. Prevent very bad line
9009 break in definition of `split-string-default-separators'.
9010 (Text Comparison): `string=' and `string<' also accept symbols as
9011 arguments.
9012 (String Conversion): More completely describe argument BASE in
9013 `string-to-number'.
9014 (Formatting Strings): `%s' and `%S' in `format' do require
9015 corresponding object. Clarify behavior of numeric prefix after
9016 `%' in `format'.
9017 (Case Conversion): The argument to `upcase-initials' can be a
9018 character.
9019
90202003-10-27 Kenichi Handa <handa@m17n.org>
9021
9022 * display.texi (Fontsets): Fix texinfo usage.
9023
90242003-10-25 Kenichi Handa <handa@m17n.org>
9025
9026 * display.texi (Fontsets): Add description of the function
9027 set-fontset-font.
9028
90292003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9030
9031 * display.texi (Temporary Displays): Add xref to `Documentation
9032 Tips'.
9033
9034 * functions.texi (Function Safety): Use inforef instead of pxref
9035 for SES.
9036
90372003-10-23 Andreas Schwab <schwab@suse.de>
9038
9039 * Makefile.in (TEX, texinputdir): Don't define.
9040 (TEXI2DVI): Define.
9041 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9042 add $(srcdir)/index.texi.
9043 ($(infodir)/elisp): Remove index.texi dependency.
9044 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9045 (index.texi): Remove target.
9046 (dist): Don't link $(srcdir)/permute-index.
9047 (clean): Don't remove index.texi.
9048
9049 * permute-index, index.perm: Remove.
9050 * index.texi: Rename from index.unperm.
9051
90522003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9053
9054 * tips.texi (Documentation Tips): Document new behavior for face
9055 and variable hyperlinks in Help mode.
9056
90572003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9058
9059 * objects.texi (Integer Type): Update for extra bit of integer range.
9060 (Character Type): Ditto.
9061
90622003-10-16 Eli Zaretskii <eliz@gnu.org>
9063
9064 * numbers.texi (Integer Basics): Add index entries for reading
9065 numbers in hex, octal, and binary.
9066
90672003-10-16 Lute Kamstra <lute@gnu.org>
9068
9069 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9070 argument.
9071
90722003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9073
9074 * windows.texi (Choosing Window): Fix typo.
9075 * edebug.texi (Edebug Execution Modes): Fix typo.
9076
90772003-10-13 Richard M. Stallman <rms@gnu.org>
9078
9079 * windows.texi (Basic Windows): A window has fringe settings,
9080 display margins and scroll-bar settings.
9081 (Splitting Windows): Doc split-window return value.
9082 Clean up one-window-p.
9083 (Selecting Windows): Fix typo.
9084 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9085 (Buffers and Windows): In set-window-buffer, explain effect
9086 on fringe settings and scroll bar settings.
9087 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9088 (Choosing Window): Use defopt for pop-up-frame-function.
9089 For special-display-buffer-names, explain same-window and same-frame.
9090 Clarify window-dedicated-p return value.
9091 (Textual Scrolling): scroll-up and scroll-down can get an error.
9092 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9093 Clarify set-window-hscroll.
9094 (Size of Window): Don't mention tool bar in window-height.
9095 (Coordinates and Windows): Explain what coordinates-in-window-p
9096 returns for fringes and display margins.
9097 (Window Configurations): Explain saving fringes, etc.
9098
9099 * tips.texi (Library Headers): Clean up Documentation.
9100
9101 * syntax.texi (Parsing Expressions): Clean up forward-comment
9102 and parse-sexp-lookup-properties.
9103
9104 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9105
9106 * os.texi (System Environment): Clean up text for load-average errors.
9107
9108 * modes.texi (Hooks): Don't explain local hook details at front.
9109 Clarify run-hooks and run-hook-with-args a little.
9110 Clean up add-hook and remove-hook.
9111
9112 * edebug.texi (Edebug Execution Modes): Clarify t.
9113 Document edebug-sit-for-seconds.
9114 (Coverage Testing): Document C-x X = and =.
9115 (Instrumenting Macro Calls): Fix typo.
9116 (Specification List): Don't index the specification keywords.
9117
91182003-10-10 Kim F. Storm <storm@cua.dk>
9119
9120 * processes.texi (Network): Introduce make-network-process.
9121
91222003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9123
9124 * tips.texi (Library Headers): Fix typo.
9125
91262003-10-07 Juri Linkov <juri@jurta.org>
9127
9128 * modes.texi (Imenu): Mention imenu-create-index-function's
9129 default value. Explain submenus better.
9130
91312003-10-07 Lute Kamstra <lute@gnu.org>
9132
9133 * modes.texi (Faces for Font Lock): Fix typo.
9134 (Hooks): Explain how buffer-local hook variables can refer to
9135 global hook variables.
9136 Various minor clarifications.
9137
91382003-10-06 Lute Kamstra <lute@gnu.org>
9139
9140 * tips.texi (Coding Conventions): Mention naming conventions for
9141 hooks.
9142
91432003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9144
9145 * loading.texi (Library Search): Correct default value of
9146 load-suffixes.
9147 (Named Features): Fix typo.
9148
91492003-10-05 Richard M. Stallman <rms@gnu.org>
9150
9151 * loading.texi (Named Features): In `provide',
9152 say how to test for subfeatures.
9153 (Unloading): In unload-feature, use new var name
9154 unload-feature-special-hooks.
9155
91562003-10-03 Lute Kamstra <lute@gnu.org>
9157
9158 * modes.texi (Major Mode Conventions): Mention third way to set up
9159 Imenu.
9160 (Imenu): A number of small fixes.
9161 Delete documentation of internal variable imenu--index-alist.
9162 Document the return value format of imenu-create-index-function
9163 functions.
9164
91652003-09-30 Richard M. Stallman <rms@gnu.org>
9166
9167 * processes.texi (Network): Say what stopped datagram connections do.
9168
9169 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9170
9171 * display.texi (Overlay Properties): Clarify `evaporate' property.
9172
91732003-09-29 Lute Kamstra <lute@gnu.org>
9174
9175 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9176 constructs should be marked as risky.
9177 Change cons cell into proper list.
9178 (Mode Line Variables): Change cons cell into proper list.
9179
91802003-09-26 Lute Kamstra <lute@gnu.org>
9181
9182 * modes.texi (Mode Line Data): Document the :propertize construct.
9183 (Mode Line Variables): Reorder the descriptions of the variables
9184 to match their order in the default mode-line-format.
9185 Describe the new variables mode-line-position and mode-line-modes.
9186 Update the default values of mode-line-frame-identification,
9187 minor-mode-alist, and default-mode-line-format.
9188 (Properties in Mode): Mention the :propertize construct.
9189
91902003-09-26 Richard M. Stallman <rms@gnu.org>
9191
9192 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9193 * loading.texi, minibuf.texi, text.texi, variables.texi:
9194 Avoid @strong{Note:}.
9195
91962003-09-26 Richard M. Stallman <rms@gnu.org>
9197
9198 * keymaps.texi (Remapping Commands): Fix typo.
9199
92002003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9201
9202 * processes.texi (Low-Level Network): Fix typo.
9203
92042003-09-23 Kim F. Storm <storm@cua.dk>
9205
9206 * processes.texi (Network, Network Servers): Fix typos.
9207 (Low-Level Network): Add timeout value for :server keyword.
9208 Add new option keywords to make-network-process.
9209 Add set-network-process-options.
9210 Explain how to test availability of network options.
9211
92122003-09-19 Richard M. Stallman <rms@gnu.org>
9213
9214 * text.texi (Motion by Indent): Arg to
9215 backward-to-indentation and forward-to-indentation is optional.
9216
9217 * strings.texi (Creating Strings): Add substring-no-properties.
9218
9219 * processes.texi
9220 (Process Information): Add list-processes arg QUERY-ONLY.
9221 Delete process-contact from here.
9222 Add new status values for process-status.
9223 Add process-get, process-put, process-plist, set-process-plist.
9224 (Synchronous Processes): Add call-process-shell-command.
9225 (Signals to Processes): signal-process allows process objects.
9226 (Network): Complete rewrite.
9227 (Network Servers, Datagrams, Low-Level Network): New nodes.
9228
9229 * positions.texi (Word Motion): forward-word, backward-word
9230 arg is optional. Reword.
9231
9232 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9233
9234 * variables.texi (Creating Buffer-Local):
9235 Delete duplicate definition of buffer-local-value.
9236 (File Local Variables): Explain about discarding text props.
9237
92382003-09-11 Richard M. Stallman <rms@gnu.org>
9239
9240 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9241 changes variables that record input events.
9242 (Minibuffer Misc): Add minibuffer-selected-window.
9243
9244 * lists.texi (Building Lists): Add copy-tree.
9245
9246 * display.texi (Fontsets): Add char-displayable-p.
9247 (Scroll Bars): New node.
9248
92492003-09-08 Lute Kamstra <lute@gnu.org>
9250
9251 * modes.texi (%-Constructs): Document new `%i' and `%I'
9252 constructs.
9253
92542003-09-03 Peter Runestig <peter@runestig.com>
9255
9256 * makefile.w32-in: New file.
9257
92582003-08-29 Richard M. Stallman <rms@gnu.org>
9259
9260 * display.texi (Overlay Properties): Clarify how priorities
9261 affect use of the properties.
9262
92632003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9264
9265 * customize.texi (Type Keywords): Correct the description of
9266 `:help-echo' in the case where `motion-doc' is a function.
9267
92682003-08-14 John Paul Wallington <jpw@gnu.org>
9269
9270 * modes.texi (Emulating Mode Line): Subsection, not section.
9271
92722003-08-13 Richard M. Stallman <rms@gnu.org>
9273
9274 * elisp.texi (Top): Update subnode lists in menu.
9275
9276 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9277 (Kill Functions): kill-region has new arg yank-handler.
9278 (Yanking): New node.
9279 (Yank Commands): Add yank-undo-function.
9280 (Low-Level Kill Ring):
9281 kill-new and kill-append have new arg yank-handler.
9282 (Changing Properties): Add remove-list-of-text-properties.
9283 (Atomic Changes): New node.
9284
9285 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9286
9287 * streams.texi (Output Variables): Add eval-expression-print-length
9288 and eval-expression-print-level.
9289
9290 * os.texi (Time Conversion): For encode-time, explain limits on year.
9291
9292 * objects.texi (Character Type): Define anchor "modifier bits".
9293
9294 * modes.texi (Emulating Mode Line): New node.
9295 (Search-based Fontification): Font Lock uses font-lock-face property.
9296 (Other Font Lock Variables): Likewise.
9297
9298 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9299 not vectors.
9300 (Active Keymaps): Add emulation-mode-map-alists.
9301 (Functions for Key Lookup): key-binding has new arg no-remap.
9302 (Remapping Commands): New node.
9303 (Scanning Keymaps): where-is-internal has new arg no-remap.
9304 (Tool Bar): Add tool-bar-local-item-from-menu.
9305 Clarify when to use tool-bar-add-item-from-menu.
9306
9307 * commands.texi (Interactive Call): commandp has new arg.
9308 (Command Loop Info): Add this-original-command.
9309
93102003-08-06 John Paul Wallington <jpw@gnu.org>
9311
9312 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9313
9314 * display.texi (Warning Basics): Fix typo.
9315 (Fringes): Add closing curly bracket and fix typo.
9316
9317 * elisp.texi (Top): Fix typo.
9318
93192003-08-05 Richard M. Stallman <rms@gnu.org>
9320
9321 * elisp.texi: Update lists of subnodes.
9322
9323 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9324
9325 * variables.texi (Local Variables): Use lc for example variable names.
9326
9327 * tips.texi (Library Headers): Explain where to put -*-.
9328
9329 * strings.texi (Creating Strings): Fix xref for vconcat.
9330
9331 * sequences.texi (Vector Functions):
9332 vconcat no longer allows integer args.
9333
9334 * minibuf.texi (Reading File Names): read-file-name has new
9335 arg PREDICATE. New function read-directory-name.
9336
c4cc8b9a 9337 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9338 (Indenting Macros): New node.
9339
9340 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9341 (Window Frame Parameters): Make separate table of parameters
9342 that are coupled with specific face attributes.
9343 (Deleting Frames): delete-frame-hooks renamed to
9344 delete-frame-functions.
9345
9346 * files.texi (Magic File Names): Add file-remote-p.
9347 Clarify file-local-copy.
9348
9349 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9350 here; instead xref Defining Macros.
9351
9352 * display.texi (Warnings): New node, and subnodes.
9353 (Fringes): New node.
9354
9355 * debugging.texi (Test Coverage): New node.
9356
9357 * compile.texi (Compiler Errors): Explain with-no-warnings
9358 and other ways to suppress warnings.
9359
9360 * commands.texi (Interactive Call): Minor clarification.
9361
9362 * buffers.texi (Buffer File Name): set-visited-file-name
9363 renames the buffer too.
9364
9365 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9366
93672003-07-24 Markus Rost <rost@math.ohio-state.edu>
9368
9369 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9370
93712003-07-22 Markus Rost <rost@math.ohio-state.edu>
9372
9373 * internals.texi (Garbage Collection): Fix previous change.
9374
93752003-07-22 Richard M. Stallman <rms@gnu.org>
9376
9377 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9378
9379 * display.texi (Width): Use \s syntax in example.
9380 (Font Selection): Add face-font-rescale-alist.
9381
9382 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9383 Remove spurious indent in example.
9384
9385 * lists.texi (Building Lists): Add number-sequence.
9386
9387 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9388
9389 * functions.texi (Function Documentation): Explain how to
9390 show calling convention explicitly in the doc string.
9391
9392 * windows.texi (Selecting Windows): save-selected-window saves
9393 selected window of each frame.
9394 (Window Configurations): Minor change.
9395
9396 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9397
9398 * streams.texi (Output Variables): Add print-continuous-numbering
9399 and print-number-table.
9400
9401 * processes.texi (Decoding Output): New node.
9402
9403 * os.texi (Time Conversion): decode-time arg is optional.
9404
9405 * objects.texi (Character Type): Don't use space as example for \.
9406 Make list of char names and \-sequences correspond.
9407 Explain that \s is not used in strings. `\ ' needs space after.
9408
9409 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9410 (Translation of Characters): Add translation-table-for-input.
9411 (Default Coding Systems): Add auto-coding-functions.
9412 (Explicit Encoding): Add decode-coding-inserted-region.
9413 (Locales): Add locale-info.
9414
9415 * minibuf.texi (Basic Completion): Describe test-completion.
9416 Collections can be lists of strings.
9417 Clean up lazy-completion-table.
9418 (Programmed Completion): Mention test-completion.
9419 Clarify why lambda expressions are not accepted.
9420 (Minibuffer Misc): Describe minibufferp.
9421
94222003-07-14 Richard M. Stallman <rms@gnu.org>
9423
9424 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9425
9426 * windows.texi (Selecting Windows): New arg to select-window.
9427 (Selecting Windows): Add with-selected-window.
9428 (Size of Window): Add window-inside-edges, etc.
9429
9430 * internals.texi (Garbage Collection): Add post-gc-hook.
9431
9432 * processes.texi (Subprocess Creation): Add exec-suffixes.
9433
9434 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9435 (Scanning Keymaps): Add map-keymaps.
9436 (Defining Menus): Add keymap-prompt.
9437
9438 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9439 most-negative-fixnum.
9440
c4cc8b9a 9441 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9442 (Compiler Errors): New node.
9443
9444 * os.texi (User Identification): user-uid, user-real-uid
9445 can return float.
9446
9447 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9448 and about derived modes.
9449 (Minor Modes): Add minor-mode-list.
9450 (Defining Minor Modes): Keyword args for define-minor-mode.
9451 (Search-based Fontification): Explain managing other properties.
9452 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9453 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9454 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9455
9456 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9457 (Variable Aliases): Clarify defvaralias.
9458
9459 * loading.texi (Library Search): Add load-suffixes.
9460
9461 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9462 (Programmed Completion): Add dynamic-completion-table.
9463
9464 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9465 (Magic File Names): Specify precedence order of handlers.
9466
9467 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9468 and post-command-hook.
9469 (Waiting): New calling convention for sit-for.
9470
9471 * text.texi (Special Properties): local-map and keymap properties
9472 apply based on their stickiness.
9473
94742003-07-07 Richard M. Stallman <rms@gnu.org>
9475
9476 * modes.texi (Minor Mode Conventions): Specify only some kinds
9477 of list values as args to minor modes.
9478
9479 * files.texi (File Name Expansion): Warn about iterative use
9480 of substitute-in-file-name.
9481
9482 * advice.texi (Activation of Advice): Clean up previous change.
9483
94842003-07-06 Markus Rost <rost@math.ohio-state.edu>
9485
9486 * advice.texi (Activation of Advice): Note that ad-start-advice is
9487 turned on by default.
9488
94892003-06-30 Richard M. Stallman <rms@gnu.org>
9490
9491 * text.texi (Buffer Contents): Document current-word.
9492 (Change Hooks): Not called for *Messages*.
9493
9494 * functions.texi (Defining Functions): Explain about redefining
9495 primitives.
f4e90db0 9496 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9497 Comment out the detailed criteria for what is safe.
9498
94992003-06-22 Andreas Schwab <schwab@suse.de>
9500
9501 * objects.texi (Symbol Type): Fix description of examples.
9502
95032003-06-16 Andreas Schwab <schwab@suse.de>
9504
9505 * hash.texi (Creating Hash): Fix description of :weakness.
9506
c8763fb6 95072003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9508
9509 * files.texi (Changing Files): copy-file copies file modes, too.
9510
95112003-05-28 Richard M. Stallman <rms@gnu.org>
9512
9513 * strings.texi (Creating Strings): Clarify split-string.
9514
95152003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9516
9517 * strings.texi (Creating Strings): Update split-string specification
9518 and examples.
9519
95202003-05-19 Richard M. Stallman <rms@gnu.org>
9521
9522 * elisp.texi: Correct invariant section names.
9523
95242003-04-20 Richard M. Stallman <rms@gnu.org>
9525
9526 * os.texi (Timers): Explain about timers and quitting.
9527
95282003-04-19 Richard M. Stallman <rms@gnu.org>
9529
9530 * internals.texi (Writing Emacs Primitives): Strings are
9531 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9532 Explain GCPRO convention for varargs function args.
9533
95342003-04-16 Richard M. Stallman <rms@gnu.org>
9535
9536 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9537
95382003-04-08 Richard M. Stallman <rms@gnu.org>
9539
9540 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9541
95422003-02-13 Kim F. Storm <storm@cua.dk>
9543
9544 * objects.texi (Character Type): New \s escape for space.
9545
95462003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9547
5dcb4c4e 9548 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9549
95502003-01-25 Richard M. Stallman <rms@gnu.org>
9551
9552 * keymaps.texi: Document that a symbol can act as a keymap.
9553
95542003-01-13 Richard M. Stallman <rms@gnu.org>
9555
9556 * text.texi (Changing Properties): Say string indices are origin-0.
9557
9558 * positions.texi (Screen Lines) <compute-motion>:
9559 Correct order of elts in return value.
9560
9561 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9562 how to define a default binding.
9563
95642002-12-07 Markus Rost <rost@math.ohio-state.edu>
9565
9566 * loading.texi (Unloading): Fix recent change for load-history.
9567
9568 * customize.texi (Simple Types): Clarify description of custom
9569 type 'number. Describe new custom type 'float.
9570
95712002-12-04 Markus Rost <rost@math.ohio-state.edu>
9572
9573 * variables.texi (File Local Variables): Fix typo.
9574
c8763fb6 95752002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9576
9577 From Michael Albinus <Michael.Albinus@alcatel.de>.
9578
9579 * README: Target for Info file is `make info'.
9580
5dcb4c4e 9581 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9582 `file-name-sans-extension'.
9583 (Magic File Names): Complete list of operations for magic file
9584 name handlers.
9585
95862002-09-16 Jonathan Yavner <jyavner@engineer.com>
9587
9588 * variables.texi (File Local Variables): New function
9589 risky-local-variable-p.
9590
95912002-09-15 Jonathan Yavner <jyavner@engineer.com>
9592
9593 * functions.texi (Function safety): New node about unsafep.
9594
95952002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9596
5dcb4c4e 9597 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9598 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9599
96002002-06-17 Juanma Barranquero <lektu@terra.es>
9601
9602 * frames.texi (Display Feature Testing): Fix typo.
9603
96042002-06-12 Andreas Schwab <schwab@suse.de>
9605
9606 * frames.texi (Initial Parameters, Resources): Fix references to
9607 the Emacs manual.
9608
96092002-05-13 Kim F. Storm <storm@cua.dk>
9610
9611 * variables.texi (Intro to Buffer-Local): Updated warning and
9612 example relating to changing buffer inside let.
9613
c8763fb6 96142002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9615
9616 * os.texi (Session Management): New node about X Session management.
9617
96182002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9619
9620 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9621 to which the manual corresponds, and the copyright years.
9622
9623 * Makefile.in (VERSION): Set to 2.9.
9624
96252001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9626
9627 * elisp.texi: Change the category in @dircategory to "Emacs", to
9628 make it consistent with info/dir.
9629
96302001-11-25 Miles Bader <miles@gnu.org>
9631
9632 * text.texi (Fields): Describe new `limit' arg in
9633 field-beginning/field-end.
9634
96352001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9636
5dcb4c4e
SM
9637 * permute-index: Don't depend on csh-specific features.
9638 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9639
9640 * two-volume-cross-refs.txt: New file.
9641 * two.el: New file.
9642 * spellfile: New file.
9643
96442001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9645
9646 * permute-index: New file.
9647
9648 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9649 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9650 8+3 restricted namespace.
9651
9652 * Makefile.in (infodir): Define relative to $(srcdir).
9653 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9654 include directories list via -I switch to makeinfo.
9655 (index.texi): Use cp if both hard and symbolic links fail.
9656
96572001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9658
9659 * Makefile.in (distclean): Add.
9660
9661 The following changes make ELisp manual part of the Emacs
9662 distribution:
9663
9664 * Makefile.in: Add Copyright notice.
9665 (prefix): Remove.
9666 (infodir): Change value to "../info".
9667 (VPATH): New variable.
9668 (MAKE): Don't define.
9669 (texmacrodir): Don't define.
9670 (texinputdir): Append the existing value of TEXINPUTS.
9671 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9672 command to be compatible with man/Makefile.in, and to put the
9673 output into ../info.
9674 (info): Add target.
9675 (installall): Target removed.
9676
c8763fb6 96772001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9678
9679 * tips.texi (Coding Conventions): Fix typo.
9680
96812001-10-23 Gerd Moellmann <gerd@gnu.org>
9682
9683 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9684
96852001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9686
9687 * files.texi (File Name Components): Update the description of
9688 file-name-sans-extension and file-name-extension, as they now
9689 ignore leading dots.
9690
96912001-10-20 Gerd Moellmann <gerd@gnu.org>
9692
9693 * (Version 21.1 released.)
9694
96952001-10-19 Miles Bader <miles@gnu.org>
9696
9697 * positions.texi (Text Lines): Describe behavior of
9698 `beginning-of-line'/`end-of-line' in the presence of field properties.
9699
97002001-10-17 Gerd Moellmann <gerd@gnu.org>
9701
9702 * Makefile.in (VERSION): Set to 2.8.
9703 (manual): Use `manual-21'.
9704
9705 * elisp.texi (VERSION): Add and use it where the version
9706 number was used. Set it to 2.8.
9707
9708 * intro.texi: Likewise.
9709
97102001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9711
9712 * files.texi (File Name Completion): Document the significance of
9713 a trailing slash in elements of completion-ignored-extensions.
9714
97152001-10-06 Miles Bader <miles@gnu.org>
9716
9717 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9718
97192001-10-04 Gerd Moellmann <gerd@gnu.org>
9720
9721 * variables.texi (Variable Aliases): New node.
9722
97232001-10-04 Gerd Moellmann <gerd@gnu.org>
9724
9725 * Branch for 21.1.
9726
97272001-10-02 Miles Bader <miles@gnu.org>
9728
9729 * minibuf.texi (Minibuffer Misc): Add entries for
9730 `minibuffer-contents', `minibuffer-contents-no-properties', and
9731 `delete-minibuffer-contents'.
9732 Correct description for `minibuffer-prompt-end'.
9733
9734 * text.texi (Property Search): Correct descriptions of
9735 `next-char-property-change' and `previous-char-property-change'.
9736 Add entries for `next-single-char-property-change' and
9737 `previous-single-char-property-change'.
9738 Make operand names a bit more consistent.
9739
97402001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9741
9742 * frames.texi (Finding All Frames): Document that next-frame and
9743 previous-frame are local to current terminal.
9744
97452001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9746
9747 * keymaps.texi (Creating Keymaps): Fix the description of the
9748 result of make-keymap.
9749
97502001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9751
9752 * display.texi (Font Lookup, Attribute Functions)
9753 (Image Descriptors): Add cross-references to the definition of
9754 selected frame.
9755
9756 * buffers.texi (The Buffer List): Add cross-references to the
9757 definition of selected frame.
9758
9759 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9760 frame at any given time.
9761 (Multiple Displays, Size and Position): Add a cross-reference to
9762 the definition of the selected frame.
9763
97642001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9765
9766 * strings.texi (String Conversion) <string-to-number>: Document
9767 that a float is returned for integers that are too large.
9768
9769 * frames.texi (Mouse Position): Document mouse-position-function.
9770 (Display Feature Testing): Document display-images-p.
9771 (Window Frame Parameters): Document the cursor-type variable.
9772
9773 * numbers.texi (Integer Basics): Document CL style read syntax for
9774 integers in bases other than 10.
9775
5dcb4c4e
SM
9776 * positions.texi (List Motion):
9777 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9778
9779 * lists.texi (Sets And Lists): Document member-ignore-case.
9780
9781 * internals.texi (Garbage Collection): Document the used and free
9782 strings report.
9783 (Memory Usage): Document strings-consed.
9784
9785 * os.texi (Time of Day): Document float-time.
9786 (Recording Input): Document that clear-this-command-keys clears
9787 the vector to be returned by recent-keys.
9788
9789 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9790 argument keymap can be a list.
9791
9792 * nonascii.texi (User-Chosen Coding Systems)
9793 <select-safe-coding-system>: Document the new argument
9794 accept-default-p and the variable
9795 select-safe-coding-system-accept-default-p. Tell what happens if
9796 buffer-file-coding-system is undecided.
9797 (Default Coding Systems): Document auto-coding-regexp-alist.
9798
9799 * display.texi (The Echo Area) <message>: Document
9800 message-truncate-lines.
9801 (Glyphs): Document that the glyph table is unused on windowed
9802 displays.
9803
9804 * help.texi (Describing Characters) <single-key-description>:
9805 Document the new argument no-angles.
9806 (Accessing Documentation) <documentation-property>: Document that
9807 a non-string property is evaluated.
9808 <documentation>: Document that the function-documentation property
9809 is looked for.
9810
9811 * windows.texi (Selecting Windows): Document some-window.
9812
9813 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9814
9815 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9816 apropos-mode-hook.
9817
9818 * commands.texi (Using Interactive): Document interactive-form.
9819 (Keyboard Macros): Document kbd-macro-termination-hook.
9820 (Command Loop Info): Document that clear-this-command-keys clears
9821 the vector to be returned by recent-keys.
9822
98232001-09-04 Werner LEMBERG <wl@gnu.org>
9824
9825 * Makefile.in (srcdir, texinputdir): New variables.
9826 (srcs, index.texi, install): Use $(srcdir).
9827 (.PHONY): Remove elisp.dvi.
9828 (elisp): Use -I switch for makeinfo.
9829 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9830 (installall, dist): Use $(srcdir).
9831 Fix path to texinfo.tex.
9832 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9833
98342001-08-30 Gerd Moellmann <gerd@gnu.org>
9835
9836 * display.texi (Conditional Display): Adjust to API change.
9837
9838 * configure: New file.
9839
98402001-07-30 Gerd Moellmann <gerd@gnu.org>
9841
9842 * commands.texi (Repeat Events): Add description of
9843 double-click-fuzz.
9844
98452001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9846
9847 * syntax.texi (Syntax Class Table): Add the missing designator for
9848 comment and string fences.
9849 (Syntax Properties): Add a xref to syntax table internals.
9850 (Syntax Table Internals): Document string-to-syntax.
9851
98522001-05-07 Gerd Moellmann <gerd@gnu.org>
9853
9854 * Makefile.in (install): Use install-info command line options
9855 like in Emacs' Makefile.in.
9856
98572000-12-09 Miles Bader <miles@gnu.org>
9858
9859 * windows.texi (Window Start): Update documentation for
9860 `pos-visible-in-window-p'.
9861
98622000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9863
9864 * lists.texi (Building Lists): Add footnote to explain how to add
9865 to the end of a list.
9866
98672000-10-25 Gerd Moellmann <gerd@gnu.org>
9868
9869 * files.texi (Visiting Functions): Typos.
9870
98712000-10-25 Kenichi Handa <handa@etl.go.jp>
9872
9873 * files.texi (Visiting Functions): Return value of
9874 find-file-noselect may be a list of buffers if wildcards are used.
9875
98762000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9877
9878 * display.texi (Defining Faces): Document `graphic' display type
9879 in face specs.
9880
b344d29d 98812000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9882
9883 * hooks.texi (Standard Hooks): Replace obsolete
9884 `after-make-frame-hook' with `after-make-frame-functions'.
9885
9886 * frames.texi (Creating Frames): Ditto.
9887
9888 * variables.texi (Future Local Variables): Ditto.
9889
98902000-10-16 Gerd Moellmann <gerd@gnu.org>
9891
9892 * display.texi (Other Image Types): Add description of :foreground
9893 and :background properties of mono PBM images.
9894
98952000-08-17 Werner LEMBERG <wl@gnu.org>
9896
9897 * .cvsignore: New file.
9898
98992000-01-05 Gerd Moellmann <gerd@gnu.org>
9900
9901 * tindex.pl: New script.
9902
99031999-12-03 Dave Love <fx@gnu.org>
9904
9905 * Makefile.in (MAKEINFO): New parameter.
9906
99071999-09-17 Richard Stallman <rms@gnu.org>
9908
9909 * Makefile.in (srcs): Add hash.texi.
9910 (VERSION): Update to 20.6.
9911
99121999-09-13 Richard Stallman <rms@gnu.org>
9913
9914 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9915
99161998-08-29 Karl Heuer <kwzh@gnu.org>
9917
9918 * configure.in: New file.
9919 * Makefile.in: Renamed from Makefile.
9920 (prefix, infodir): Use value obtained from configure.
9921 (emacslibdir): Obsolete variable deleted.
9922 (dist): Distribute configure.in, configure, Makefile.in.
9923
99241998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9925
9926 * Makefile (INSTALL_INFO): New variable.
9927 (install): Run install-info.
9928
99291998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9930
9931 * Makefile (elisp.dvi): Add missing backslash.
9932
99331998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9934
9935 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9936 Run texindex without `./'. Always run texindex on elisp.tp.
9937 (elisp.tps): Target deleted.
9938
99391998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9940
9941 * Makefile (srcs): Add nonascii.texi and customize.texi.
9942 (dist): Start by deleting `temp'.
9943
99441998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9945
9946 * Makefile (makeinfo, texindex): Targets deleted.
9947 (makeinfo.o, texindex.o): Targets deleted.
9948 (clean, dist): Don't do anything with them or with getopt*.
9949
99501998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9951
9952 * Makefile (SHELL): Defined.
9953
99541998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9955
9956 * Makefile (elisp.tps): New target.
9957 (elisp.dvi): Depend on elisp.tps.
9958
c5602427 99591996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9960
9961 * README: Update phone number.
9962
9963 * Makefile (elisp): Make this be the default target.
9964 Depend on makeinfo.c instead of makeinfo.
9965 (install): Don't depend on elisp.dvi, since we don't install that.
9966 Use mkinstalldirs.
9967 (dist): Add mkinstalldirs.
9968
c5602427 99691995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9970
9971 * Makefile (VERSION): Update version number.
5dcb4c4e 9972 (maintainer-clean): Rename from realclean.
b8d4c8d0 9973
c5602427 99741995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9975
9976 * Makefile (realclean): New target.
9977 (elisp): Remove any old elisp-* files first.
9978
c5602427 99791993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9980
9981 * Makefile (VERSION): New variable.
9982 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9983 Compressed file suffix should be `.gz', not `.z'.
9984
ce058493 99851993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9986
9987 * Makefile (elisp): Depend on makeinfo.
9988
c5602427 99891993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9990
9991 * Makefile (srcs): Add anti.texi.
9992
c5602427 99931993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9994
9995 * Makefile (infodir, prefix): New vars.
9996 (install): Use infodir.
f4e90db0 9997 (emacsinfodir): Delete.
b8d4c8d0 9998
c5602427 99991993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10000
10001 * Makefile (srcs): Add calendar.texi.
10002
10003 * Makefile (dist): Copy texindex.c and makeinfo.c.
10004 Limit elisp-* files to those with one or two digits.
10005
c5602427 100061993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10007
f4e90db0 10008 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10009
c5602427 100101993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10011
10012 * loading.texi (Unloading): define-function changed back to
10013 defalias. It may not stay this way, but at least it's
10014 consistent with the known-good version of the code patch.
10015
c5602427 100161993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10017
10018 * modes.texi (Hooks): Document new optional arg of add-hook.
10019
c5602427 100201993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10021
10022 * variables.texi: Document nil initial value of buffer-local variables.
10023
10024 * tips.texi: Add new section on standard library headers.
10025
c5602427 100261993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10027
10028 * Makefile (srcs): Add frame.texi to the list of sources.
10029
c5602427 100301993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10031
10032 * Makefile (dist): Don't bother excluding autosave files; they'll
10033 never make it into the temp directory anyway, and the hash marks
10034 in the name are problematic for make and the Bourne shell.
10035 (srcs):
10036
c5602427 100371993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10038
10039 * Makefile (dist): Don't include backup files or autosave files in
10040 the distribution tar file.
10041
c5602427 100421991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10043
5dcb4c4e 10044 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10045 (elisp.dvi): Remove erroneous shell comment.
10046 Expect output of permute-index in permuted.fns.
10047 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10048 (clean): Add index.texi to be deleted.
b8d4c8d0 10049
c5602427 100501990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10051
10052 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10053
c5602427 100541990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10055
10056 * files.texi: Noted that completion-ignored-extensions is ignored
10057 when making *Completions*.
10058
3e868ee3 100591990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10060
10061 * Makefile make dist now depends on elisp.dvi, since it tries
10062 to include it in the dist file.
10063
c5602427 100641990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10065
c5602427 10066 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10067
c5602427 100681989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10069
10070 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10071 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10072
c5602427 100731989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10074
10075 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10076 and @error{} are the terms now being used. The files in the
10077 directory have been changed to reflect this.
10078
10079 * All instances of @indentedresultt{} have been changed to
333f9019 10080 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10081
c5602427 100821989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10083
10084 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10085 experimental @indentedresult{}, @indentedexpandsto{} are part of
10086 the texinfo.tex in this directory. These TeX macros are not
10087 stable yet.
10088
c5602427 100891989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10090
10091 * texinfo.tex: Temporarily added
10092 \let\result=\dblarrow
10093 \def\error{{\it ERROR} \longdblarrow}
10094 We need to do this better soon.
10095
c5602427 100961989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10097
10098 * Applied Karl Berry's patches to *.texinfo files, but not to
10099 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10100 new title page format is also not applied, since it requires
10101 texinfo.tex changes.)
10102
10103 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10104 for the Project GNU development environment.
10105
10106;; Local Variables:
c8763fb6 10107;; coding: utf-8
b8d4c8d0
GM
10108;; End:
10109
acaf905b 10110 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10111
10112 This file is part of GNU Emacs.
10113
352c8b4a 10114 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10115 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10116 the Free Software Foundation, either version 3 of the License, or
10117 (at your option) any later version.
b8d4c8d0
GM
10118
10119 GNU Emacs is distributed in the hope that it will be useful,
10120 but WITHOUT ANY WARRANTY; without even the implied warranty of
10121 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10122 GNU General Public License for more details.
10123
10124 You should have received a copy of the GNU General Public License
352c8b4a 10125 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.